/* Custom Fonts */
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-thinitalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-mediumitalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bolditalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-blackitalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #e7e7e7;
}
::-webkit-scrollbar-thumb {
    background: #d1d3d5;
    border: 0;
}

/* Placeholder */
::-webkit-input-placeholder {
    color: #b2b2b2 !important;
}
::-moz-placeholder {
    color: #b2b2b2 !important;
}
:-ms-input-placeholder {
    color: #b2b2b2 !important;
}
:-moz-placeholder {
    color: #b2b2b2 !important;
}

html, body {
    margin: 0;
    color: #000;
    height: 100%;
    font-size: 17px;
    background: #fff;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "roboto";
}
p, li, ul, span, input {
    margin: 0px;
    padding: 0px;
    font-family: "roboto";
    font-weight: 400;
    list-style: none;
}
a {
    color: inherit;
    font-family: "roboto";
    font-weight: 400;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none !important;
}
submit, buttom, label, input {
    font-family: "roboto";
    font-weight: 400;
    text-decoration: none!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
}
img {
    max-width: 100%;
}
.clear {
    clear: both;
}

/* Buttons Styles Start */
.btn {
    color: #fff;
    border: none;
    height: 55px;
    font-size: 17px;
    cursor: pointer;
    font-weight: 600;
    min-width: 150px;
    line-height: 16px;
    padding: 20px 25px;
    background: #faa93f;
    display: inline-block;
    outline: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.btn:focus, 
.btn:hover, 
.btn:active, 
.btn:active:focus,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    border: none;
    background: #ed1c24;
    outline: none !important;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-red {
    background: #ed1c24;
}
.btn-red:focus, 
.btn-red:hover, 
.btn-red:active, 
.btn-red:active:focus, 
.btn-red:not(:disabled):not(.disabled).active, 
.btn-red:not(:disabled):not(.disabled):active, 
.show>.btn-red.dropdown-toggle {
    color: #fff;
    background: #faa93f;
}

.form-group {
    margin-bottom: 15px;
}
.form-group.text-center {
    margin-bottom: 0;
    margin-top: 35px;
}
label {
    color: #000;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 8px;
}
.form-control {
    color: #000;
    height: 45px;
    font-size: 17px;
    font-weight: 400;
    padding: 7px 15px;
    padding-bottom: 8px;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.form-control:focus {
    border-color: #e0e0e0;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
textarea.form-control { 
    resize: none;
    min-height: 155px;
    padding: 12px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

/* Checkbox / Radio */
.checkbox, .radio {
    margin: 0;
    margin-right: 30px;
    position: relative;
    display: inline-block;
}
.checkbox-inline ,
.radio-inline {
    margin: 0;
    position: relative;
    line-height: 18px;
    padding-left: 0px;
}
.checkbox input[type=checkbox], 
.checkbox-inline input[type=checkbox], 
.radio-inline input[type=radio], 
.radio input[type=radio] {
    display: none;
}
.radio label, 
.checkbox label, 
.radio-inline label, 
.checkbox-inline label {
    min-height: 18px;
    padding-left: 35px;
}
.checkbox input[type=checkbox]~.text, 
.checkbox-inline input[type=checkbox]~.text, 
.radio-inline input[type=radio]~.text, 
.radio input[type=radio]~.text {
    padding-left: 0px;
    cursor: pointer;
    vertical-align: middle;
    color: #000;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
}
.checkbox input[type=checkbox]~.text:before, 
.checkbox-inline input[type=checkbox]~.text:before, 
.radio-inline input[type=radio]~.text:before, 
.radio input[type=radio]~.text:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    font-family: "Font Awesome 5 Pro";
    text-align: left;
    color: #808080;
    vertical-align: middle;
    font-size: 26px;
    line-height: 13px;
}

/* With Fontawesome */
.checkbox-inline input[type=checkbox]~.text:before, 
.checkbox input[type=checkbox]~.text:before {
    content: "\f0c8";
    vertical-align: bottom;
    color: #000;
    font-weight: 400;
    font-style: normal;
}
.checkbox-inline input[type=checkbox]:checked~.text:before, 
.checkbox input[type=checkbox]:checked~.text:before {
    content: "\f14a";
    color: #ed1c24;
    font-weight: 600;
    font-style: normal;
}
.radio-inline input[type=radio]~.text:before ,
.radio input[type=radio]~.text:before {
    color: #000;
    content: "\f192";
    font-weight: 600;
}
.radio-inline input[type=radio]:checked~.text:before ,
.radio input[type=radio]:checked~.text:before {
    color: #ed1c24;
    content: "\f192";
    font-weight: 600;
}

/* Disabled */
.checkbox input[type=checkbox]:checked[disabled]~.text, 
.checkbox-inline input[type=checkbox]:checked[disabled]~.text, 
.radio-inline input[type=radio]:checked[disabled]~.text, 
.radio input[type=radio]:checked[disabled]~.text, 
.checkbox input[type=checkbox]:checked[readonly]~.text, 
.checkbox-inline input[type=checkbox]:checked[readonly]~.text, 
.radio input[type=radio]:checked[readonly]~.text, 
.radio-inline input[type=radio]:checked[readonly]~.text{
    color: #000;
} 
.checkbox input[type=checkbox][disabled]~.text, 
.checkbox-inline input[type=checkbox][disabled]~.text, 
.radio-inline input[type=radio][disabled]~.text, 
.radio input[type=radio][disabled]~.text, 
.checkbox input[type=checkbox][readonly]~.text, 
.checkbox-inline input[type=checkbox][readonly]~.text, 
.radio input[type=radio][readonly]~.text, 
.radio-inline input[type=radio][readonly]~.text,
.checkbox input[type=checkbox][disabled]~.text:before, 
.checkbox-inline input[type=checkbox][disabled]~.text:before, 
.radio-inline input[type=radio][disabled]~.text:before, 
.radio input[type=radio][disabled]~.text:before, 
.checkbox input[type=checkbox][readonly]~.text:before, 
.checkbox-inline input[type=checkbox][readonly]~.text:before, 
.radio-inline input[type=radio][readonly]~.text:before,
.radio input[type=radio][readonly]~.text:before {
    color: #cacaca;
    cursor: not-allowed;
}

.bootstrap-select>.dropdown-toggle {
    background: #fff;
    text-transform: none;
    font-family: 'roboto';
}
.bootstrap-select>.dropdown-toggle:hover
.bootstrap-select>.dropdown-toggle:focus {
    outline: none !important;
}
.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show>.btn-light.dropdown-toggle {
    color: #000;
    border-color: #d4d4d4;
    background-color: #fff;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:active, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #000;
    outline: none !important;
}
.bootstrap-select .dropdown-menu {
    border: none;
    padding: 10px 0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    -moz-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
}
.bootstrap-select .dropdown-item {
    color: #000;
    padding: 8px 20px;
    position: relative;
    padding-right: 35px;
}
.bootstrap-select .dropdown-item:focus, 
.bootstrap-select .dropdown-item:hover {
    color: #fff;
    background-color: #faa93f;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    right: 20px;
    top: 12px;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
    content: '\f058';
    font-weight: 600;
    display: inline-block;
    position: absolute;
    font-size: 14px;
    right: 20px;
    top: 9px;
    font-family: "Font Awesome 5 Pro";
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    color: #ed1c24;
    right: 20px;
    top: 9px;
}
.bootstrap-select .bs-ok-default:after {  
    border: none;
    content: '\f058';
    font-family: "Font Awesome 5 Pro";
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

header {
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 55;
    height: 134px;
    background: transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
header:after {
    content: '';
    width: 494px;
    height: 348px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/header-bg.png) no-repeat;
    background-size: contain;
    background-position: left top;
    background-color: transparent;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
header .container,
header .row {
    height: 100%;
}
header .d-flex {
    z-index: 1;
    width: 100%;
    height: 84px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
header .navbar {
    width: 100%;
    padding: 0 15px;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; 
}
header .navbar-collapse {
    justify-content: flex-end;
}
header .navbar .navbar-nav .nav-item {
    margin-left: 0;
}
header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    height: 100%;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 10px;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
header.inner-header .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}
header .navbar .navbar-nav .nav-item.home-item .nav-link {
    width: 35px;
    height: 35px;
    padding: 7px 10px;
    border-radius: 100%;
}
header .navbar .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-nav .nav-item.active .nav-link {
    color: #000;
}
header.inner-header .navbar .navbar-nav .nav-item .nav-link:hover, 
header.inner-header .navbar .navbar-nav .nav-item.active .nav-link {
    color: #ed1c24;
}
header .navbar .navbar-nav .nav-item.active .nav-link {
    font-weight: 600;
}
header .navbar-brand img {
    width: 191px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.navbar-nav .dropdown-menu {
    color: #000;
    border: none;
    min-width: 160px;
    background: #fff;
    border-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 7px rgb(33 30 30 / 0.3);
    -moz-box-shadow: 0px 5px 7px rgb(33 30 30 / 0.3);
    box-shadow: 0px 5px 7px rgb(33 30 30 / 0.3);
}
.navbar .nav-item > .dropdown-menu,
.nav-item .submenu {
    padding: 8px 0;
}

header.fixedHeader {
    left: 0;
    width: 100%;
    z-index: 55;
    height: 60px;
    padding-top: 0;
    background: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    -moz-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
}
header .dropdown-menu {
    top: 50px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    background-color: #293991;
    border: 1px solid #1d5dad;
}
header .dropdown-menu .dropdown-item {
    color: #000;
    font-size: 14px;
    padding: 7px 20px;
    position: relative;
    padding-right: 35px;
}
header .dropdown-menu .dropdown-item i {
    position: absolute;
    font-size: 12px;
    right: 20px;
    top: 13px;
}
header .dropdown-menu .dropdown-item:focus, 
header .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #faa93f;
}
header.fixedHeader .navbar-brand img {
    width: 120px;
} 
header.fixedHeader .header-card {
    opacity: 0;
    position: absolute;
    top: -40px;
    right: 15px;
    filter: alpha(opacity = 0);
}
header.fixedHeader .search-wrapper .search-link {
    color: #fff;
}
header.fixedHeader .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
header.fixedHeader .navbar .navbar-nav .nav-item .nav-link:hover,
header.fixedHeader .navbar .navbar-nav .nav-item.active .nav-link {
    color: #ed1c24;
}
header .icon-bar {
    position: absolute;
    left: 10px;
    width: 25px;
    height: 2px;
    display: block;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
header .navbar-toggler {
    border: none;
    background: #faa93f !important; 
}
header .navbar-toggler .top-bar {
    top: 10px;
    left: 14px;
    transform: rotate(45deg);
    transform-origin: 10% 10%; 
}
header .navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0); 
}
header .navbar-toggler .bottom-bar {
    top: 24px;
    left: 14px;
    margin-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: 10% 90%; 
}
header .navbar-toggler.collapsed .top-bar {
    left: 10px;
    transform: rotate(0deg); 
}
header .navbar-toggler.collapsed .middle-bar {
    top: 18px;
    opacity: 1;
    filter: alpha(opacity=100); 
}
header .navbar-toggler.collapsed .bottom-bar {
    top: 25px;
    left: 10px;
    transform: rotate(0deg); 
}
.header-top {
    float: left;
    width: 100%;
    height: 50px;
    background: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.inner-header .header-top {
    background: #e3f5ff;
}
header.inner-header:after {
    background: url(../images/header-bg-inner.png) no-repeat;
    background-position: left top;
    background-size: contain;
}
.header-links { 
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-links a {
    color: #fff;
    width: 115px;
    height: 37px;
    display: flex;
    font-size: 17px;
    margin-left: 10px;
    align-items: center;
    border-radius: 30px;
    background: #faa93f;
    justify-content: center;
}
.header-links a:hover,
.header-links a:focus {
    background: #ed1c24;
}
.header-links a img {
    margin-right: 7px;
}
header.fixedHeader .navbar {
    align-items: center;
}
header.fixedHeader .header-top {
    margin-top: -50px;
}
header.fixedHeader:after {
    left: -494px;
    top: -348px;
}
header.fixedHeader .d-flex {
    height: 60px;
}
.dropdown-toggle::after {
    margin-top: 4px;
    margin-left: 4px;
}

.slider-area-wrapper {
    height: auto;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}
.slider-area-wrapper .slide-heading {
    color: #fff !important;
    font-size: 51px !important;
    font-weight: 800 !important;
    line-height: 44px !important;
    text-transform: none !important;
}
.slider-area-wrapper .slide-txt {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    text-transform: none !important;
}
.slider-area-wrapper .tp-caption.rev-btn {
    height: 55px;
    color: #fff !important;
    background: #000 !important;
    min-width: 150px !important;
    padding: 20px 20px !important;
}
.slider-area-wrapper .tp-caption.rev-btn:hover {    
    color: #fff !important;
    background: #faa93f !important;
    -webkit-transition: all 0.6s linear !important;
    -moz-transition: all 0.6s linear !important;
    transition: all 0.6s linear !important;
}
.tparrows {
    background: #faa93f;
}
.wrapper {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.learning-section .d-flex {
    height: 100%;
    padding: 25px 10px;
    text-align: center;
    border-radius: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.learning-section .d-flex img {
    /*max-height: 126px;*/
    border-radius: 20px;
    margin-bottom: 30px;
}
.learning-section .d-flex h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 17px;
}
.learning-section .d-flex p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}
.learning-section .d-flex:hover {
    background: #faa93f;
}
.learning-section .d-flex:hover .btn {
    color: #000;
    background: #fff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.common-header .d-flex {
    text-align: center;
    align-items: center;
    flex-direction: column;
}
.common-header .d-flex h2 {
    color: #ed1c24;
    font-size: 45px;
    font-weight: 700;
    max-width: 625px;
    line-height: 48px;
    margin-bottom: 25px;
}
.common-header .d-flex p {
    font-size: 18px;
    max-width: 750px;
    line-height: 26px;
}
.why-lakshya-section {
    background: url(../images/main-bg.png) no-repeat;
    background-size: cover;
}
.why-lakshya-section .d-flex {
    width: 100%;
    text-align: center;
    justify-content: center;
}
.quality-card {
    margin-top: 45px;
}
.quality-card img {
    max-width: 100%;
    margin-bottom: 25px;
}
.quality-card h3 {
    color: #ed1c24;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
.quality-card p {
    line-height: 22px;
}
.quality-card.bottom-quality-card {
    margin-top: 0;
}
.quality-card.bottom-quality-card h3 {
    margin-bottom: 0;
}
.bottom-quality-card p {
    font-size: 18px;
    line-height: 28px;
}
.main-video-card {
    padding: 55px 0;
}
.main-video-card .d-flex {
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    align-items: center;
    padding: 50px 100px;
    background: url(../images/common-video-img.jpg) no-repeat;
    background-size: cover;
}
.main-video-card .d-flex:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.main-video-card .v-body {
    z-index: 1;
    color: #fff;
    display: flex;
    text-align: center;
    position: relative;
    align-items: center;
    flex-direction: column;
}
.main-video-card .v-body .play-video-link {
    width: 90px;
    height: 90px;
    display: flex;
    font-size: 33px;
    margin-bottom: 40px;
    align-items: center;
    border-radius: 100%;
    border: 3px solid #fff;
    justify-content: center;
}
.main-video-card .v-body .play-video-link:hover,
.main-video-card .v-body .play-video-link:focus {
    color: #000;
    background: #fff;
}
.main-video-card .v-body h5 {
    font-size: 35px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 10px;
}
.main-video-card .v-body p {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}
.join-card {
    margin-top: 45px;
}
.join-card h6 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.home-contact {
    padding: 100px 0;
    background: url(../images/contact-form-bg.jpg) no-repeat;
    background-size: cover;
}
.home-contact .d-flex {
    height: 100%;
    align-items: center;
}
.contact-left {
    padding-right: 50px;
}
.contact-left h4 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 30px;
}
.contact-left p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
.contact-left .btn {
    color: #000;
    background: #fff;
}
.contact-left .btn:hover,
.contact-left .btn:focus {
    color: #fff;
    background: #ed1c24;
}
.contact-right {
    width: 100%;
    padding: 50px;
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 5px 21px rgb(33 30 30 / 0.22);
    -moz-box-shadow: 0 5px 21px rgb(33 30 30 / 0.22);
    box-shadow: 0 5px 21px rgb(33 30 30 / 0.22);
}
.contact-right h6 {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 35px;
}
footer {
    color: #fff;
    float: left;
    width: 100%;
    padding-top: 60px;
    background: #000000;
}
.footer-about {
    align-items: baseline;
    flex-direction: column;
}
.footer-about img {
    margin-bottom: 25px;
}
.footer-about p {
    font-size: 15px;
    line-height: 22px;
}
.footer-quick-link,
.footer-news,
.footer-contact,
.footer-newsletter,
.footer-social {
    flex-direction: column;
}
.footer-quick-link h5,
.footer-news h5,
.footer-contact h5,
.footer-newsletter h5,
.footer-social h5 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 40px;
}
.footer-news h5 {
    margin-bottom: 45px;
}
.footer-quick-link ul li a {
    font-size: 15px;
}
.footer-quick-link ul li + li {
    margin-top: 3px;
}
.footer-quick-link ul li a:hover,
.footer-quick-link ul li a:focus {
    color: #ed1c24;
}
.news-card,
.home-contact-card {
    display: flex;
    align-items: flex-start;
}
.news-card .img-wrapper {
    width: 70px;
    display: flex;
    min-width: 70px;
    margin-right: 15px;
}
.news-card .img-wrapper img {
    width: 100%;
}
.news-data-wrapper {
    display: flex;
    margin-top: -6px;
    flex-direction: column;
}
.news-data-wrapper a {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
}
.news-data-wrapper a:hover,
.news-data-wrapper a:focus {
    color: #fff;
}
.news-data-wrapper span {
    color: #b4b4b4;
    font-size: 14px;
}
.footer-news .news-card + .news-card {
    margin-top: 25px;
}
.home-contact-card .icon-wrapper {
    width: 33px;
    margin-right: 15px;
}
.home-contact-card .icon-wrapper i {
    color: #faa93f;
    font-size: 33px;
}
.home-contact-card .news-data-wrapper p {
    font-size: 15px;
}
.footer-contact .home-contact-card + .home-contact-card {
    margin-top: 25px;
}
.home-contact-card a {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px;
}
.home-contact-card.email-card {
    align-items: center;
}
.footer-newsletter .form-group {
    margin: 0;
    float: left;
    width: 460px;
}
.footer-newsletter .btn {
    float: left;
    width: 106px;
    height: 40px;
    font-weight: 400;
    min-width: 106px;
    padding: 12px 15px;
    text-transform: none;
}
.footer-newsletter h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.footer-newsletter .form-control {
    float: left;
    height: 40px;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #fff;
    width: calc(100% - 117px);
}
.footer-newsletter .form-control::-webkit-input-placeholder {
    color: #000 !important;
}
.footer-newsletter .form-control::-moz-placeholder {
    color: #000 !important;
}
.footer-newsletter .form-control:-ms-input-placeholder {
    color: #000 !important;
}
.footer-newsletter .form-control:-moz-placeholder {
    color: #000 !important;
}
.footer-newsletter, 
.footer-social {
    margin-top: 60px;
}
.footer-social ul,
.footer-social li,
.footer-social a {
    float: left;
}
.footer-social ul li + li {
    margin-left: 7px;
}
.footer-social ul li a {
    width: 44px;
    height: 44px;
    display: flex;
    font-size: 18px;
    background: #faa93f;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.footer-social ul li a:hover,
.footer-social ul li a:focus {
    color: #fff;
    background: #ed1c24;
}
.footer-copyright {
    font-size: 13px;
    padding: 20px 0;
    margin-top: 60px;
    border-top: 1px solid #333;
    justify-content: space-between;
}
.footer-copyright ul,
.footer-copyright li,
.footer-copyright a {
    float: left;
    font-size: 16px;
}
.footer-copyright p {
    font-size: 16px;
}
.footer-copyright ul li + li {
    margin-left: 15px;
}
.footer-copyright a:hover,
.footer-copyright a:focus {
    color: #ed1c24;
}
.video-slider {
    margin-top: 60px;
}
.slick-initialized .slick-slide {
    margin: 0 20px;
    position: relative;
}
.slick-slider .slick-dots li {
    width: 27px;
    height: 4px;
    margin: 0 5px;
}
.slick-slider .slick-dots li button {
    padding: 0;
    width: 27px;
    height: 4px;
    font-size: 0;
    background: #000;
    border-radius: 10px;
}
.slick-slider .slick-dots li.slick-active button {
    background: #ed1c24;
}
.slick-slider .slick-dots {
    bottom: -40px;
}
.slick-initialized .slick-slide:focus,
.slick-initialized .slick-slide.slick-active.slick-current img:focus {
    outline: none !important;
}
.slick-initialized .slick-slide .image {
    width: 462px;
    height: 303px;
    padding: 50px 0;
    overflow: hidden;
    margin-top: -25px;
    position: relative;
    border-radius: 30px;
}
.slick-initialized .slick-slide .image .play-video-link {
    opacity: 0;
    color: #fff;
    width: 90px;
    height: 90px;
    display: flex;
    font-size: 33px;
    visibility: hidden;
    align-items: center;
    border-radius: 100%;
    border: 3px solid #fff;
    justify-content: center;
    position: absolute;
    left: 186px;
    top: 106px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.slick-initialized .slick-slide .image .play-video-link:hover, 
.slick-initialized .slick-slide .image .play-video-link:focus {
    color: #000;
    background: #fff;
}
.slick-initialized .slick-slide .image:after {
    content: '';
    width: 100%;
    height: 253px;
    opacity: 0.6;
    background: #000;
    border-radius: 30px;
    position: absolute;
    top: 50px;
    left: 0;
}
.slick-initialized .slick-slide img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}
.slick-initialized .slick-slide.slick-current .image {
    padding: 0;
    width: 462px;
    height: 303px;
    margin-top: 0;
}
.slick-initialized .slick-slide.slick-current .image .play-video-link {
    opacity: 1;
    visibility: visible;
}
.slick-initialized .slick-slide.slick-current .image:after {
    display: none;
}
.slick-initialized .slick-slide .slider-content {
    opacity: 0;
    width: 462px;
    padding-top: 30px;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.slick-initialized .slick-slide .slider-content h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
.slick-initialized .slick-slide .slider-content p {
    font-size: 18px;
    line-height: 24px;
}
.slick-initialized .slick-slide.slick-current .slider-content {
    opacity: 1;
    visibility: visible;
}
.video-section {
    padding-bottom: 100px;
}
.common-modal .modal-dialog-centered {
    width: 1000px;
    max-width: 100%;
}
.common-modal .modal-content {
    border: none;
    border-radius: 20px;
}
.common-modal .modal-header {
    color: #fff;
    border: none;
    padding: 11px 15px;
    background: #ed1c24;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.common-modal .modal-header .modal-title {
    font-size: 16px;
    font-weight: 600;
}
.common-modal .modal-header .close {
    margin: 0;
    opacity: 1;
    color: #fff;
    padding: 4px 0;
    font-size: 17px;
}
.common-modal .modal-body {
    padding: 0;
}
.common-modal .modal-body .register {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.common-modal .modal-body .register-left {
    width: 390px;
    height: 100%;
    display: flex;
    justify-content: center;
}
.common-modal .modal-body .register-right {
    display: flex;
    width: calc(100% - 390px);
    border-left: 1px solid #e3f5ff;
}
.common-modal .modal-body .register-left .d-flex {
    align-items: center;
    flex-direction: column;
}
.common-modal .modal-body .register-left .regsiter-banner-img {
    margin-top: 60px;
}
.common-modal .modal-body .register-left span {
    color: #808080;
    font-weight: 300;
}
.common-modal .modal-body .register-right .d-flex {
    padding: 50px 15px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.common-modal .modal-body .register-right form {
    display: flex;
    flex-wrap: wrap;
}
.common-modal .modal-body .register-right h5 {
    width: 330px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 45px;
}
.common-modal .modal-body .register-right .form-group {
    margin-bottom: 25px;
}
.common-modal .modal-body .register-right .btn-red {
    width: 266px;
    height: 46px;
    padding: 16px 25px;
}
.common-modal .modal-body .register-right .seperator {
    display: flex;
    margin: 20px 0;
    position: relative;
    align-items: center;
    justify-content: center;
}
.common-modal .modal-body .register-right .seperator:after {
    content: '';
    height: 1px;
    background: #e3f5ff;
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    top: 24px;
}
/*.common-modal .modal-body .register-right span {
    z-index: 1;
    width: 48px;
    height: 48px;
    display: flex;
    color: #808080;
    background: #fff;
    position: relative;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    border: 1px solid #e3f5ff;
}*/
.common-modal .modal-body .register-right .register-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.common-modal .modal-body .register-right .register-footer a {
    width: 266px;
    height: 46px;
    padding: 4px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #e7dee5;
}
.common-modal .modal-body .register-right .register-footer a:hover {
    color: #ed1c24;
}
.common-modal .modal-body .register-right .register-footer img {
    padding: 7px;
    text-align: center;
    margin-right: 10px;
    background: #f1f3f4;
    border-radius: 30px;
}
.common-modal .modal-body .register-right .register-footer p {
    width: 355px;
    color: #808080;
    font-size: 11px;
    margin-top: 7px;
    font-weight: 300;
    line-height: 12px;
}
.video-modal .modal-dialog-centered {
    width: 700px;
}
.video-modal .modal-body iframe {
    float: left;
    border: none;
    width: 100%;
    height: 350px;
    border-radius: 0 0 20px 20px;
}
.lakshya-banner {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin-top: 134px;
}
.lakshya-banner h1 {
    color: #ed1c24;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}
.lakshya-banner .d-flex h2 {
    color: #000;
    max-width: 100%;
    font-size: 33px;
    font-weight: 700;
    line-height: 30px;
}
.lakshya-banner .d-flex p {
    max-width: 70%;
}
.about-card {
    padding: 80px 0;
}
.about-card .d-flex {
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.about-card .about-left .d-flex {
    padding-right: 50px;
    align-items: baseline;
}
.about-card .about-right h3 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-card .about-right p {
    font-size: 17px;
    line-height: 24px;
}
.about-card .about-right p + p {
    margin-top: 20px;
}
.profile-card {
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
}
.profile-card .profile-icon {
    width: 35px;
    height: 35px;
    display: flex;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 100%;
    background: #ed1c24;
    align-items: center;
    justify-content: center;
}
.profile-card .profile-name span {
    float: left;
    font-weight: 500;
    max-width: 230px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    padding-right: 20px;
    text-overflow: ellipsis;
}
.profile-card .profile-name span:after {
    content: '\f078';
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
    top: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.dropdown.show .profile-name span:after {
    content: '\f077';
}
.header-links .dropdown-toggle:after {
    display: none;
}
.header-links .dropdown-menu {
    color: #000;
    border: none;
    padding: 10px 0;
    overflow: hidden;
    min-width: 188px;
    background: #fff;
    border-color: #fff;
    border-radius: 10px;
    top: 6px !important;
    left: auto !important;
    right: 0px !important;
    -webkit-box-shadow: 0px 5px 7px rgb(33 30 30 / 0.3);
    -moz-box-shadow: 0px 5px 7px rgb(33 30 30 / 0.3);
    box-shadow: 0px 5px 7px rgb(33 30 30 / 0.3);
}
.header-links .dropdown-menu a {
    color: #000;
    width: 100%;
    height: 33px;
    margin-left: 0;
    border-radius: 0;
    background: #fff;
    justify-content: flex-start;
}
.header-links .dropdown-menu a:hover,
.header-links .dropdown-menu a:focus {
    color: #fff;
    background: #faa93f;
}
.header-links .dropdown-menu a i {
    top: 1px;
    left: auto;
    right: auto;
    font-size: 14px;
    min-width: 16px;
    margin-right: 7px;
    position: relative;
    text-align: center;
}

.card {
    width: 100%;
    border: none;
    padding: 25px;
    text-align: center;
    border-radius: 30px;
    -webkit-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    -moz-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
}
.card-header,
.card-footer {
    padding: 0;
    border: none;
    background: transparent;
}
.card-body {
    padding: 35px 0;
}
.card-header h4 {
    font-size: 22px;
    font-weight: 600;
}
.card-header span {
    color: #808080;
    font-size: 15px;
}
.card-body .actual-amount {
    color: #ed1c24;
    font-size: 33px;
    font-weight: 700;
}
.card-body p {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.card-body .dis-amount {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.card-body .dis-amount:after {
    content: '';
    height: 2px;
    width: calc(100% + 10px);
    background: #808080;
    position: absolute;
    left: -5px;
    top: 10px;
}
.card-footer .btn {
    height: 40px;
    min-width: 120px;
    padding: 12px 25px;
    text-transform: none;
}

.payment-batch-section {
    padding-top: 0;
}
.batch-card {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.batch-card h1 {
    margin-top: 50px;
    margin-bottom: 15px;
}
.batch-list span {
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    background: #faa93f;
}
.batch-banner .card {
    text-align: left;
}
.banner-package-card h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.banner-package-card ul li {
    display: flex;
    font-size: 18px;
    align-items: center;
}
.banner-package-card ul li + li {
    margin-top: 15px;
}
.banner-package-card ul li span {
    color: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    min-width: 48px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 100%;
    align-items: center;
    background: #faa93f;
    justify-content: center;
}
.payment-batch-section .d-flex {
    height: 100%;
    justify-content: center;
}
.payment-option-data {
    flex-direction: column;
}
.payment-option-data h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}
.payment-option-data p {
    color: #808080;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 35px;
}
.course-overview-section {
    padding: 50px 0;
    text-align: center;
    background: url(../images/contact-form-bg.jpg) no-repeat;
    background-size: cover;
}
.course-overview-section h3 {
    color: #ed1c24;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}
.course-overview-section p {
    text-align: left;
    line-height: 26px;
}
.course-overview-section p + p {
    margin-top: 25px;
}
.testimonial-section {
    padding-bottom: 80px;
}
.test-slider {
    margin-top: 30px;
}
.slider-card {
    display: flex;
    padding: 30px;
    margin: 5px 0;
    border-radius: 30px;
    align-items: baseline;
    flex-direction: column;
    background: url(../images/testimonial-bg.jpg) no-repeat;
    background-position: right top;
    -webkit-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    -moz-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
}
.slider-card-header {
    display: flex;
    align-items: center;
}
.slider-card-header .test-icon {
    width: 81px;
    height: 81px;
    min-width: 81px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%;
}
.slider-card-header h6 {
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
}
.slider-card-header p {
    color: #808080;
    font-size: 15px;
}
.slider-card-body {
    margin-top: 25px;
}
.slider-card-body p {
    line-height: 26px;
}
.checkout-block h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
}
.checkout-block .offer-card {
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.checkout-block .card-header {
    padding: 30px 20px;
}
.checkout-block .card-header h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.checkout-block .card-header h5 {
    color: #ed1c24;
    font-size: 28px;
    font-weight: 700;
}
.checkout-block .card-header h5 i {
    font-size: 14px;
}
.offer-card .check-icon {
    display: none;
}
.offer-card.active .check-icon {
    color: #ed1c24;
    display: inline-block;
}
.offer-card .card-footer {
    font-size: 15px;
    padding: 4px 10px;
    border-radius: 0 0 30px 30px;
    -webkit-box-shadow: 0 -1px 8px rgb(33 30 30 / 0.1);
    -moz-box-shadow: 0 -1px 8px rgb(33 30 30 / 0.1);
    box-shadow: 0 -1px 8px rgb(33 30 30 / 0.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.checkout-block .offer-card:hover,
.checkout-block .offer-card:hover .card-footer,
.offer-card.active,
.offer-card.active .card-footer {
    background: #faa93f;
}
.offer-card.active .card-footer,
.checkout-block .offer-card:hover .card-footer {
    color: #fff;
}
.warning-card {
    display: flex;
    margin: 20px 0;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
}
.warning-card p {
    color: #ed1c24;
    font-size: 15px;
    padding: 4px 15px;
    position: relative;
    padding-right: 30px;
    border-radius: 30px;
    background: #ffebec;
    border: 1px solid #fbd2d3;
}
.warning-card p span {
    font-weight: 700;
}
.warning-card p a {
    position: absolute;
    right: 10px;
    top: 4px;
}
.warning-card p a:hover {
    color: #ed1c24;
}
.offers-list-card {
    margin-top: 35px;
}
.offers-list-card h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.offers-list-card ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.offers-list-card ul li {
    width: 33%;
    color: #000;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    padding-right: 7px;
    display: inline-block;
}
.offers-list-card ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/list-icon.png) no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}
.check-amount-card {
    margin-top: 40px;
    text-align: right;
}
.check-amount-card h5 {
    font-size: 28px;
    font-weight: 700;
}
.check-amount-card h5 i {
    font-size: 22px;
}
.check-amount-card p {
    color: #808080;
    font-size: 14px;
}
.check-amount-card p span {
    color: #12b601;
}
.checkout-card {
    padding: 0;
    text-align: left;
}
.checkout-card h5 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
    margin-left: 20px;
    margin-bottom: 15px;
}
.checkout-card ul {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.checkout-card ul li {
    width: 100%;
    color: #000;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    display: inline-block;
}
.checkout-card ul li + li {
    margin-top: 5px;
}
.checkout-card ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/list-icon.png) no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}
.coupon-card {
    display: flex;
    margin: 25px 0;
    padding: 7px 20px;
    position: relative;
    align-items: center;
    flex-direction: row;
    background: #e3f5ff;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    justify-content: space-between;
}
.coupon-card:before {
    content: '\f0c4';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-weight: 300;
    font-size: 13px;
    color: #ed1c24;
    left: 20px;
    top: -10px;
}
.coupon-card .form-group {
    margin: 0;
    display: flex;
    align-items: center;
}
.coupon-card .form-group .btn-red {
    height: 26px;
    font-size: 13px;
    min-width: 70px;
    padding: 4px 10px;
    text-transform: initial;
}
.checkout-card .coupon-card .form-group .form-control {
    width: 80px;
    height: 26px;
    font-size: 13px;
    margin-right: 7px;
}
.checkout-card .coupon-card p {
    color: #808080;
    font-size: 13px;
}
.checkout-card .check-amount {
    display: flex;
    margin: 0 20px;
    justify-content: space-between;
}
.checkout-card .check-amount.check-total-info {
    margin-top: 25px;
    padding-top: 15px;
    margin-bottom: 25px;
    border-top: 1px solid #e6e6e6;
}
.checkout-card .check-amount.check-total-info p,
.checkout-card .check-amount.check-total-info span {
    font-weight: 700;
}
.checkout-card .check-footer {
    display: flex;
    padding: 20px 45px;
    padding-top: 0;
    align-items: center;
    flex-direction: column;
}
.checkout-card .check-footer .btn-red {
    width: 100%;
}
.checkout-card .check-footer .terms-link {
    color: #808080;
    font-size: 14px;
    margin-top: 4px;
}
.checkout-card .check-footer .terms-link:hover,
.checkout-card .check-footer .terms-link:focus {
    color: #ed1c24;
}
.table-wrapper {
    padding: 50px 0;
    text-align: center;
    background: url(../images/contact-form-bg.jpg) no-repeat;
    background-size: cover;
}
.table-wrapper h3 {
    color: #ed1c24;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}
.package-card-inline {
    justify-content: center;
}
.package-card-inline ul {
    display: flex;
    min-width: 85%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.package-card-inline ul li {
    width: 30%;
    margin: 0 10px;
    text-align: left;
    margin-bottom: 15px;
}
.package-card-inline ul li + li {
    margin-top: 0;
}
.crash-select {
    margin-top: 15px;
}
.table-bordered {
    border: none;
    margin: 20px 0;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 30px;
    font-family: 'roboto';
    -webkit-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    -moz-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
}
.table .checkbox input[type=checkbox]~.text:before, 
.table .checkbox-inline input[type=checkbox]~.text:before {
    width: 14px;
    height: 14px;
    font-size: 14px;
}
.table-bordered td, 
.table-bordered th {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    padding: 11px 25px;
    border: 1px solid #fbd2d3;
    border-top: transparent;
    border-bottom: transparent;
}
.table thead th {
    color: #fff;
    background: #ed1d25;
    vertical-align: middle;
    border: 1px solid #ed1d25;
    border-top: transparent;
    border-bottom: transparent;
}
.table thead tr th:first-child,
.table tbody tr td:first-child {
    width: 85px;
    text-align: center;
    border-left: transparent;
}
.table thead tr th:last-child,
.table tbody tr td:last-child {
    width: 145px;
    text-align: center;
    border-right: transparent;
}
.table .checkbox, 
.table .radio {
    margin-right: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #fbd2d3;
}
.table label {
    margin-bottom: 0;
}
.table .checkbox-inline input[type=checkbox]~.text:before, 
.table .checkbox input[type=checkbox]~.text:before {
    color: #fff;
}
.table tbody .checkbox-inline input[type=checkbox]~.text:before, 
.table tbody .checkbox input[type=checkbox]~.text:before {
    color: #000;
}
.table tbody .checkbox-inline input[type=checkbox]:checked~.text:before, 
.table tbody .checkbox input[type=checkbox]:checked~.text:before {
    color: #ed1c24;
}
.table .checkbox label, 
.table .checkbox-inline label {
    min-height: 14px;
    padding-left: 10px;
}
.table-bordered td a {
    color: #000;
    font-weight: 600;
}
.pricing-card {
    background: #fff;
    padding: 7px 15px;
    align-items: center;
    border-radius: 30px;
    justify-content: space-between;
    -webkit-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    -moz-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
}
.pricing-card .radio-inline input[type=radio]~.text:before, 
.pricing-card .radio input[type=radio]~.text:before {
    width: 18px;
    height: 18px;
    font-size: 18px;
}
.pricing-card .radio label, 
.pricing-card .radio-inline label {
    width: 100%;
    text-align: left;
    min-height: 16px;
    padding-left: 27px;
}
.pricing-card .radio {
    margin-right: 15px;
}
.pricing-card .amount-tab {
    width: 115px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.pricing-card .amount-tab span {
    position: relative;
}
.pricing-card .amount-tab .offer-amount-data {
    font-size: 17px;
}
.pricing-card .amount-tab .offer-amount-data:after {
    content: '';
    height: 2px;
    background: #000;
    width: calc(100% + 10px);
    position: absolute;
    top: 10px;
    left: -5px;
}
.pricing-card .amount-tab .actual-amount-data {
    color: #ed1c24;
    font-size: 18px;
    font-weight: 800;
}
.buy-link {
    margin-top: 30px;
    justify-content: flex-end;
}
.select-wrapper {
    display: flex;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    -moz-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
}
.select-wrapper .crash-select {
    margin: 0;
    width: 33.3333%;
    position: relative;
}
.select-wrapper .crash-select + .crash-select {
    border-left: 1px solid #fbd2d3;
}
.recharge-card {
    padding: 0;
    overflow: hidden;
}
.recharge-card .card-header {
    padding: 25px;
    padding-bottom: 0;
}
.recharge-card .card-body {
    padding: 35px 25px;
    padding-top: 20px;
}
.recharge-card .amount-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.recharge-card .amount-info .btn {
    height: 40px;
    min-width: 80px;
    margin-top: 10px;
    padding: 12px 25px;
    text-transform: none;
}
.recharge-card .coupon-card {
    margin: 0;
    padding: 10px 20px;
    border-bottom: transparent;
}
.recharge-card .coupon-card .form-group .form-control {
    width: 80px;
    height: 26px;
    font-size: 13px;
    margin-right: 7px;
}
.recharge-card .coupon-card p {
    color: #808080;
    font-size: 14px;
}
.recharge-card .warning-card {
    margin: 0;
}
.recharge-card .warning-card p {
    width: 100%;
    border: none;
    border-radius: 0;
    border-top: 1px solid #fbd2d3;
}
.payment-batch-section .profile-card {
    align-items: center;
    justify-content: flex-start;
}
.profile-card .profile-image {
    width: 133px;
    height: 133px;
    min-width: 133px;
    position: relative;
    margin-right: 30px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    -moz-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
}
.profile-card .profile-image img {
    border-radius: 100%;
}
.profile-card h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
}
.profile-card h6 {
    color: #808080;
    font-size: 15px;
}
.tab-wrapper .no-data {
    display: flex;
    height: 400px;
    padding: 50px 15px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.tab-wrapper .no-data img {
    margin-bottom: 15px;
}
.tab-wrapper .no-data h4 {
    font-size: 14px;
    font-weight: 700;
}
.tab-wrapper .nav-tabs {
    justify-content: center;
    border-bottom: transparent;
}
.tab-wrapper .nav-tabs .nav-link, 
.tab-wrapper .nav-tabs .nav-link.active,
.tab-wrapper .nav-tabs .nav-item.show .nav-link {
    border: none;
}
.tab-wrapper .nav-tabs .nav-item + .nav-item {
    margin-left: 25px;
}
.tab-wrapper .nav-tabs .nav-link {
    color: #000;
    display: flex;
    font-weight: 600;
    min-width: 165px;
    text-align: center;
    padding: 15px 25px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    -moz-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
}
.tab-wrapper .nav-tabs .nav-link.active,
.tab-wrapper .nav-tabs .nav-link:hover {
    color: #fff;
    background: #ed1c24;
}
.tab-wrapper .nav-tabs .nav-link .round {
    width: 20px;
    height: 20px;
    background: #fff;
    margin-right: 7px;
    border-radius: 100%;
    display: inline-block;
    border: 5px solid #000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.tab-wrapper .nav-tabs .nav-link.active .round,
.tab-wrapper .nav-tabs .nav-link:hover .round {
    background: #ed1c24;
    border: 5px solid #fff;
}
.progress {
    height: 6px;
    width: 200px;
    background-color: #000;
}
.progress-bar {
    background-color: #ed1c24;
}
.profile-data p {
    color: #808080;
    display: block;
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 2px;
}
.profile-image .input-file {
    position: absolute;
    top: 50px;
    color: #fff;
    width: 32px;
    right: -16px;
    height: 32px;
    border-radius: 100%;
    background: #ed1c24;
}
.profile-image .input-file .form-control-file {
    display: none;
}
.profile-image .input-file label {
    margin: 0;
    float: left;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.profile-image .input-file label .text:after {
    content: '\f03e';
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 8px;
    top: 8px;
}
.payment-batch-section .profile-links {
    align-items: center;
    justify-content: flex-end;
}
.payment-batch-section .profile-links a {
    display: flex;
    align-items: center;
}
.payment-batch-section .profile-links a + a {
    margin-left: 25px;
}
.payment-batch-section .profile-links a,
.payment-batch-section .profile-links a:hover,
.payment-batch-section .profile-links a:focus {
    color: #000;
}
.payment-batch-section .profile-links a span {
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    min-width: 35px;
    margin-right: 10px;
    border-radius: 100%;
    background: #ed1c24;
    align-items: center;
    justify-content: center;
}
.profile-blocks .col-12 {
    margin-bottom: 30px;
}
.profile-blocks .card {
    padding: 0;
    height: 100%;
    text-align: left;
    overflow: hidden;
}
.profile-blocks .card-header {
    color: #fff;
    position: relative;
    background: #ed1c24;
}
.profile-blocks .card-header h5 {
    font-size: 19px;
    font-weight: 600;
    margin: 12px 20px;
    display: inline-block;
}
.profile-blocks .card-header .edit-card {
    position: absolute;
    padding: 10px;
    color: #fff;
    right: 10px;
    top: 0;
}
.profile-blocks .card-body {
    padding: 20px;
    min-height: 272px;
}
.profile-blocks .card-body table {
    margin: 0;
    width: 100%;
    font-family: 'roboto';
}
.profile-blocks .card-body table th,
.profile-blocks .card-body table td {
    vertical-align: top;
    padding: 10px 20px;
    padding-left: 0;
}
.profile-blocks .card-body table th {
    width: 38%;
}
.profile-blocks .card-body table th,
.profile-blocks .card-body table td,
.profile-blocks .card-body table td a {
    font-weight: 600;
}
.profile-blocks .table-info, 
.profile-blocks .table-info>td, 
.profile-blocks .table-info>th {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    background-color: #fff;
}
.profile-blocks .expire-data {
    width: 100%;
    color: #808080;
    display: block;
    font-size: 13px;
    margin-bottom: 15px;
}
.profile-blocks .card-body table td .btn-red {
    height: 36px;
    min-width: 120px;
    text-transform: none;
    padding: 10px 15px;
}
.profile-blocks .add-data-link {
    color: #ed1d25;
    font-size: 15px;
    margin-right: 7px;
}
.profile-blocks .warning-icon {
    color: #ed1d25;
}
.result-card {
    padding-top: 0;
    text-align: center;
    padding-bottom: 100px;
    background: url(../images/main-bg.png) left bottom no-repeat;
    background-size: cover;
}
.result-header h3 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 20px;
}
.result-card .card {
    padding: 0;
    overflow: hidden;
}
.result-card .card .student-icon {
    width: 126px;
    height: 126px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
    display: inline-block;
}
.result-card .card h4 {
    color: #faa93f;
    font-size: 25px;
    font-weight: 800;
    margin-top: 10px;
}
.result-card h5 {
    font-size: 16px;
}
.result-card .card-footer {
    color: #fff;
    padding: 8px 15px;
    background: #ed1c24;
}
.result-card .card-footer p { 
    font-size: 14px;
    margin-top: 2px;
    line-height: 16px;
}
.testimonials-wrapper .col-12 {
    margin-bottom: 30px;
}
.testimonials-wrapper .card {
    text-align: left;
    padding-top: 10px;
}
.testimonials-wrapper .card-header-top {
    text-align: right;
    margin-bottom: 5px;
}
.testimonials-wrapper .card-header-top span {
    color: #faa93f;
    line-height: 1;
    font-size: 12px;
}
.testimonials-wrapper .card-header {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.testimonials-wrapper .student-icon {
    width: 81px;
    height: 81px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 100%;
}
.testimonials-wrapper .card-header h4 {
    font-size: 20px;
}
.testimonials-wrapper .card-header h5 {
    color: #ed1c24;
    font-size: 15px;
    margin-bottom: 5px;
}
.testimonials-wrapper .card-body {
    padding: 25px 0;
    padding-bottom: 0;
}
.testimonials-wrapper .card-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}
.testimonials-wrapper .card-body .btn-red {
    height: 36px;
    min-width: 120px;
    padding: 9px 15px;
    text-transform: none;
}
.testimonial-modal .testimonials-wrapper .card {
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.testimonial-modal .modal-header {
    justify-content: flex-end;
}
.study-card h2 {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
    display: inline-block;
}
.study-card h2 + h2,
.study-card ul + h2,
.study-card p + h2 {
    margin-top: 15px;
}
.study-card p {
    width: 100%;
    line-height: 25px;
    margin-bottom: 20px;
    display: inline-block;
}
.study-card h3,
.study-card h4 {
    width: 100%;
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 26px;
    margin-bottom: 15px;
    display: inline-block;
}
.study-card ul,
.study-card ul li {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}
.study-card ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.study-card ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/list-icon.png) no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}
.accordion .card,
.accordion>.card:first-of-type,
.accordion>.card:not(:first-of-type):not(:last-of-type),
.accordion>.card:last-of-type {
    padding: 0;
    text-align: left;
    border-radius: 30px;
}
.accordion .card + .card {
    margin-top: 25px;
}
.accordion .card .card-body {
    padding: 20px;
}
.accordion .card-header .btn {
    color: #fff;
    height: 45px;
    font-size: 18px;
    border-radius: 0;
    padding: 5px 20px;
    position: relative;
    padding-right: 35px;
    background: #ed1c24;
    text-transform: none;
}
.accordion .card-header .btn.collapsed {
    color: #000;
    background: #fff;
}
.accordion .card-header .collapse-icon {
    position: absolute;
    color: #fff;
    right: 20px;
}
.accordion .card-header .collapsed .collapse-icon {
    color: #000;
}
.accordion .card-header .collapsed .fa-minus:before {
    content: "\f067";
}
.accordion .card-body ul li + li {
    margin-top: 20px;
}
.accordion .card-body ul li a {
    width: 100%;
    color: #000;
    position: relative;
    padding-right: 25px;
    display: inline-block;
}
.accordion .card-body ul li a:after {
    content: '\f005';
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
    top: 2px;
}
.accordion .card-body ul li a.favourite:after {
    color: #faa93f;
    font-weight: 600;
}
.accordion .blog-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.accordion .blog-img {
    width: 100px;
    min-width: 100px;
    margin-right: 10px;
}
.accordion .blog-img img {
    border-radius: 10px;    
}
.accordion .blog-data a {
    color: #000;
    width: 100%;
    display: block;
    margin-top: -5px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
}
.accordion .blog-list + .blog-list {
    margin-top: 25px;
} 
.accordion .blog-data span {
    color: #808080;
    font-size: 14px;
}
.study-blocks .card {
    padding: 0;
    overflow: hidden;
    position: relative;
}
.blog-position {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 40px 90px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.currant-blog:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    position: absolute;
    left: 0;
    top: 0;
}
.study-card .currant-blog h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
}
.study-card .currant-blog h2 a {
    color: #fff;
}
.study-card .currant-blog {
    height: 342px;
    margin-bottom: 30px;
}
.study-card .currant-blog img {
    height: 100%;
}
.blog-position p {
    font-size: 17px;
    font-weight: 600;
}
.study-card .blog-card {
    padding: 0;
    border-radius: 0;
    overflow: visible;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.study-card .blog-card .blog-img-wrapper {
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    -moz-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
}
.study-card .blog-card .blog-img-wrapper img {
    width: auto;
    max-height: 100%;
}
.study-card .blog-card .blog-footer-data {
    text-align: left;
}
.study-card .blog-card .blog-footer-data a {
    color: #000;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    line-height: 20px;
}
.study-card .blog-card .blog-footer-data p {
    margin: 0;
    color: #808080;
    font-size: 15px;
    margin-top: 7px;
    font-weight: 600;
}
.breadcrumb {
    padding: 0;
    font-size: 15px;
    border-radius: 0;
    background-color: #fff;
}
.breadcrumb-item.active {
    color: #ed1c24;
    max-width: 194px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.study-card .blog-inner-details h2 {
    margin-bottom: 10px;
}
.study-card .blog-inner-details p {
    color: #808080;
    font-size: 15px;
    margin-bottom: 30px;
}
.blog-footer,
.reference-data {
    margin-top: 5px;
    padding-top: 25px;
    border-top: 1px solid #d7dee5;
    justify-content: space-between;
}
.blog-footer a {
    color: #000;
    font-weight: 600;
}
.blog-footer a:hover {
    color: #ed1c24;
}
.card.currant-blog.blog-details:before {
    display: none;
}
.reference-data {
    justify-content: flex-start;
    flex-direction: column;
}
.reference-data a {
    color: #ed1c24;
}
.reference-data h4 {
    margin-top: 0;
}
.payment-status-modal .modal-dialog-centered {
    width: 400px;
}
.payment-status-modal .modal-header {
    height: 130px;
    display: flex;
    background: #73d410;
    align-items: center;
    justify-content: center;
}
.payment-status-modal.failed-modal .modal-header {
    background: #ed1c24;
}
.payment-status-modal .modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
}
.payment-status-modal .modal-header .success-icon {
    font-size: 50px;
}
.payment-status-modal .modal-body {
    text-align: center;
    padding: 40px 25px;
}
.payment-status-modal .modal-body h4 {
    color: #73d410;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 7px;
}
.payment-status-modal.failed-modal .modal-body h4 {
    color: #ed1c24;
}
.payment-status-modal .modal-body p {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}
.payment-status-modal .modal-body .btn-red {
    height: 36px;
    min-width: 120px;
    margin-top: 15px;
    padding: 9px 25px;
    text-transform: none;
}
.method-block {
    float: left;
    width: 100%;
}
.method-block .nav-tabs {
    border-bottom: transparent;
}
.method-block .nav-tabs .nav-link {
    color: #000;
    display: flex;
    font-weight: 600;
    min-width: 150px;
    text-align: center;
    padding: 15px 20px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    -moz-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
}
.method-block .nav-tabs .nav-link.active, 
.method-block .nav-tabs .nav-link:hover {
    color: #fff;
    background: #ed1c24;
}
.method-block .nav-tabs .nav-link + .nav-link {
    margin-left: 15px;
}
.method-block .nav-tabs .nav-item.show .nav-link, 
.method-block .nav-tabs .nav-link.active {
    border-color: transparent;
}
.method-block .nav-tabs .tab-icon {
    margin-right: 7px;
}
.tab-body h4 {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.form-data.p-info,
.form-data.cc-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-data.p-info .form-group,
.form-data.cc-info .form-group {
    width: calc(50% - 10px);
}
.form-data.cc-info .full-width {
    width: 100%;
}
.form-data.cc-info .form-row {
    margin: 0;
    width: 100%;
    justify-content: space-between;
}
.form-data.cc-info .form-row .col-50 {
    padding: 0;
    width: calc(50% - 10px);
}
.form-data.cc-info .input-group {    
    justify-content: space-between;
}
.form-data.cc-info .input-group>.custom-select:not(:first-child), 
.form-data.cc-info .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.form-data.cc-info .input-group > .input-group-prepend,
.form-data.cc-info .input-group > .form-control {
    margin: 0;
    flex: inherit;
    width: calc(50% - 10px);
}
.form-data label {
    font-size: 17px;
    margin-bottom: 10px;
}
.tab-body {
    padding-top: 25px;
}
.form-data .checkbox input[type=checkbox]~.text, 
.form-data .checkbox-inline input[type=checkbox]~.text, 
.form-data .radio-inline input[type=radio]~.text, 
.form-data .radio input[type=radio]~.text {
    font-size: 15px;
    font-weight: 500;
}
.form-data .checkbox input[type=checkbox]~.text:before, 
.form-data .checkbox-inline input[type=checkbox]~.text:before, 
.form-data .radio-inline input[type=radio]~.text:before, 
.form-data .radio input[type=radio]~.text:before {
    width: 16px;
    height: 16px;
    font-size: 16px;
}
.form-data .radio label, 
.form-data .checkbox label, 
.form-data .radio-inline label, 
.form-data .checkbox-inline label {
    margin: 0;
    padding-left: 22px;
}
.form-data .checkbox, 
.form-data .radio {
    margin-right: 0;
    margin-top: 25px;
    margin-bottom: 30px;
}
.form-data {
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    -moz-box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
    box-shadow: 0px 2px 6px rgb(33 30 30 / 0.2);
}
.b-info .swit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.b-info .radio {
    width: 33%;
    margin-top: 5px;
    margin-bottom: 15px;
}
.paypal-info .btn-red,
.b-info .btn-red {
    margin-top: 25px;
}
.batch-modal-top,
.batch-modal-data {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 15px;
}
.batch-modal-top {
    padding-bottom: 0;
}
.batch-modal-top .banner-package-card ul li {
    text-align: left;
}
.batch-modal-top .batch-card h4,
.batch-modal-data .payment-option-data h2,
.batch-modal-top .banner-package-card h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}
.batch-modal-form {
    display: flex;
    flex-wrap: wrap;
}
.batch-modal-form .form-group {
    min-width: 250px;
    margin-right: 15px;
}
.batch-modal-top .card.banner-package-card {
    padding: 0;
    margin-top: 25px;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.batch-modal-top .card.banner-package-card ul {
    display: flex;
}
.banner-package-card ul li {
    margin-right: 15px;
    margin-bottom: 15px;
}
.banner-package-card ul li + li {
    margin-top: 0;
}
.batch-modal-top {
    padding-bottom: 25px;
}
.batch-modal-bottom .card.banner-package-card {
    margin-top: 0;
}
.batch-modal-data {
    background: #e3f5ff;
}
.page-lakshya {
    margin-bottom: 80px;
}
.page-wrapper .card {
    padding: 0;
    text-align: left;
    overflow: hidden;
    border-radius: 20px;
}
.page-wrapper .card img {
    max-height: 136px;
}
.page-wrapper .card .checkbox-inline input[type=checkbox]~.text:before, 
.page-wrapper .card .checkbox input[type=checkbox]~.text:before {
    font-size: 17px;
    content: "\f14a";
    font-weight: 600;
}
.page-wrapper .card .radio label, 
.page-wrapper .card .checkbox label, 
.page-wrapper .card .radio-inline label, 
.page-wrapper .card .checkbox-inline label {
    padding-left: 23px;
}
.page-wrapper .card .card-body {
    padding: 20px 15px;
    padding-bottom: 25px;
}
.page-wrapper .card .card-footer:last-child {
    padding: 25px 15px;
    border-radius: 0;
    padding-top: 0;
}
.page-wrapper .card .card-footer .btn {
    height: 38px;
    font-size: 16px;
    min-width: 60px;
    font-weight: 500;
    margin-right: 5px;
    padding: 11px 12px;
}
.page-wrapper .card .card-body > p {
    margin: 7px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
}
.page-wrapper .card .card-body .actual-amount {
    font-size: 20px;
}
.page-wrapper .card .card-body .actual-amount i {
    font-size: 17px;
}
.page-wrapper .card .card-body .amount-info p {
    font-size: 13px;
    margin-left: 10px;
    display: inline-block;
}
.page-wrapper .card .card-body .dis-amount {
    font-size: 14px;
    margin-right: 4px;
}
.page-wrapper .card .card-body .dis-amount i {
    font-size: 12px;
}
.page-wrapper .card.checkout-card {
    width: 250px;
    float: right;
    margin-top: 30px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.page-wrapper .checkout-card .check-amount {
    margin: 0;
}
.page-wrapper .checkout-card .check-footer {
    padding: 0;
    padding-top: 25px;
    align-items: flex-end;
}
.checkout-card .check-amount.dicount-info span {
    color: #12b601;
}
.page-wrapper .check-amount.dicount-info {
    margin-top: 4px;
    margin-bottom: 15px;
}
.page-wrapper .checkout-card .check-footer .btn-red {
    width: auto;
    height: 44px;
    padding: 13px 15px;
    text-transform: none;
}
.modal-inner-form {
    float: left;
    width: 100%;
    padding: 15px 25px;
}
.modal-inner-form .edit-wrapper,
.modal-inner-form .study-card {
    float: left;
    width: 100%;
}
.modal-inner-form .study-card ul li {
    font-size: 14px;
}
.video-modal.inner-video-modal .modal-body iframe {
    border-radius: 0;
}
.modal-inner-form .study-card .btn-red {
    height: 44px;
    margin-top: 10px;
    padding: 13px 30px;
    margin-bottom: 20px;
    text-transform: none;
}
.modal-inner-form .edit-wrapper a {
    color: #000;
    float: right;
    display: flex;
    align-items: center;
}
.modal-inner-form .edit-wrapper a span {
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    min-width: 35px;
    margin-right: 10px;
    border-radius: 100%;
    background: #ed1c24;
    align-items: center;
    justify-content: center;
}

/* CSS Hack Only For Firefox */
@-moz-document url-prefix() { 
}

/* CSS Hack Only foe IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
}

/* Media Queries */
@media (min-width: 992px) {
    .navbar .nav-item > .dropdown-menu {  
        display:block; 
        opacity: 0;  
        visibility: hidden; 
        transition:.3s; 
        margin-top:0;  
    }
    .navbar .nav-item:hover > .nav-link { 
        color: #fff;  
    }
    .navbar .nav-item:hover > .dropdown-menu { 
        transition: .3s; 
        opacity: 1; 
        visibility: visible; 
    }
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    .dropdown-menu .dropdown-menu {
        margin-left:0; margin-right: 0;
    }
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu { 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left { 
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover { 
        background-color: #f1f1f1 
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}

@media (max-width: 1199.98px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        padding-left: 7px;
        padding-right: 7px;
    }
    header:after {
        width: 400px;
        height: 282px;
    }
    .slider-area-wrapper {
        height: auto;
    }
    .top-common-header {
        padding-top: 0;
    }
    .coupon-card {
        padding: 7px 15px;
    }
    .coupon-card .form-group .btn-red {
        min-width: 60px;
        padding: 4px 5px;
    }
    .checkout-card .coupon-card .form-group .form-control {
        width: 70px;
    }
    .checkout-card h5 {
        margin-left: 15px;
    }
    .checkout-card ul {
        padding-left: 15px;
    }
    .checkout-card .check-amount {
        margin: 0 15px;
    }
    .checkout-card .check-footer {
        padding: 20px 30px;
        padding-top: 0;
    }  
    .package-card-inline ul {
        min-width: 85%;
    }
    .profile-blocks .card-body table th {
        width: 185px;
    }
    .blog-position {
        padding: 30px;
    }
    .method-block .nav-tabs .nav-link {
        min-width: 130px;
        padding: 15px 10px;
    }
}

@media (max-width: 991.98px) {
    header {
        z-index: 55;
    }
    header .navbar-collapse {
        position: fixed;
        width: 100%;
        top: 125px;
        right: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    header.fixedHeader .navbar-collapse {
        top: 60px;
    }
    header .dropdown-menu {
        background-color: #172677;
    }
    header .dropdown-menu .dropdown-item + .dropdown-item {
        border-top: 1px solid #293991;
    }
    header .navbar-nav {
        margin: 0;
        padding: 0;
    }
    header .navbar {
        padding: 10px 0;
        justify-content: flex-start; 
    }
    header .navbar .navbar-nav .nav-item {
        margin-left: 0;
    }
    header .navbar .navbar-nav .nav-item .nav-link,
    header.fixedHeader .navbar .navbar-nav .nav-item .nav-link {
        color: #fff;
        height: 40px;
        text-align: right;
        padding: 10px 20px;
        background: #faa93f;
        border-color: #faa93f;
        justify-content: flex-end;
    }
    header .navbar .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 20px;
    }
    header .navbar .navbar-nav .nav-item .nav-link:hover, 
    header .navbar .navbar-nav .nav-item.active .nav-link {
        color: #fff;
    }
    header .navbar .dropdown-item {
        text-align: right;
    }
    header .navbar-toggler {
        position: absolute;
        right: 0;
        top: 22px;
        width: 45px;
        height: 36px;
        padding: 10px;
        background: #293991;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }
    header.fixedHeader .navbar-toggler {
        top: 12px;
    }
    header .navbar-toggler:focus {
        outline: none !important;
    }
    header .navbar .navbar-nav .nav-item.home-item .nav-link {
        float: right;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .navbar .nav-item > .dropdown-menu, 
    .nav-item .submenu {
        padding: 1px 0;
    }
    .navbar-nav .dropdown-menu {
        border-radius: 0;
        -webkit-box-shadow: 0 -1px 4px rgb(33 30 30 / 0.3);
        -moz-box-shadow: 0 -1px 4px rgb(33 30 30 / 0.3);
        box-shadow: 0 -1px 4px rgb(33 30 30 / 0.3);
    }
    .common-modal .modal-dialog-centered {
        width: 96%;
    }
    .common-modal .modal-body .register {
        flex-direction: column;
    }
    .common-modal .modal-body .register-left {
        padding-top: 50px;
    }
    .common-modal .modal-body .register-right {
        width: 100%;
        border-left: transparent;
    }
    .common-modal .modal-body .register-left .regsiter-banner-img {
        display: none;
    }
    .contact-right {
        padding: 25px 0;
    }
    .footer-newsletter .form-group {
        width: 100%;
    }
    .tparrows.tp-leftarrow {
        left: -35px !important;
    }
    .tparrows.tp-rightarrow {
        left: auto !important;
        right: -75px !important;
    }
    .slider-area-wrapper .slide-heading {
        font-size: 30px !important;
        font-weight: 700 !important;
        line-height: 25px !important;
        text-align: center !important;
    }
    .slider-area-wrapper .slide-txt {
        font-size: 14px !important;
        line-height: 18px !important;
        text-align: center !important;
    }
    .slider-area-wrapper .tp-caption.rev-btn {
        height: 40px;
        padding: 12px 20px !important;
    }
    .lakshya-banner .d-flex p {
        max-width: 100%;
    }
    .about-card {
        padding: 50px 0;
    }
    .checkout-card {
        margin-top: 50px;
    }
    .progress {
        width: 170px;
    }
    .study-card .currant-blog {
        height: 240px;
    }
    .blog-position {
        padding: 30px 15px;
    }
    .study-card .currant-blog h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 30px;
    }
}

@media (max-width: 767.98px) { 
    header .navbar {
        padding: 10px;
    }
    header .navbar-toggler {
        right: 15px;
    }
    .contact-left {
        padding-right: 0;
        text-align: center;
        margin-bottom: 50px;
    }
    .main-video-card .d-flex {
        height: auto;
        padding: 25px 15px;
    }
    .main-video-card .v-body h5 {
        font-size: 20px;
        line-height: 24px;
    }
    .main-video-card .v-body p {
        font-size: 16px;
        line-height: 20px;
    }
    .why-lakshya-section .d-flex {
        margin-bottom: 25px;
        flex-direction: column;
    }
    header:after {
        display: none;
    }
    .why-lakshya-section,
    .video-section {
        padding-top: 0;
    }
    .footer-quick-link h5, 
    .footer-news h5, 
    .footer-contact h5 {
        margin-top: 50px;
    }
    .footer-copyright {
        margin-top: 35px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .footer-copyright ul {
        margin-bottom: 5px;
    }
    .footer-copyright ul li + li {
        margin-left: 8px;
    }
    .slider-area-wrapper {
        margin-top: 134px;
    }
    .common-modal .modal-body .register-right .d-flex {
        max-width: 100%;
        padding: 30px 15px;
    }
    .common-modal .modal-body .register-right .register-footer p {
        width: 100%;
    }
    .lakshya-banner h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .lakshya-banner .d-flex h2 {
        font-size: 26px;
        line-height: 28px;
    }
    .about-card .about-left .d-flex {
        padding-right: 0;
        margin-bottom: 50px;
    }
    .batch-list span {
        padding: 5px 15px;
        margin-right: 7px;
        margin-bottom: 7px;
    }
    .batch-banner .card,
    .payment-batch-section .card {
        margin-top: 40px;
    }
    .checkbox, 
    .radio {
        margin-right: 10px;
    }
    .checkout-block .offer-card {
        margin-bottom: 30px;
    }
    .warning-card {        
        margin-top: 0;
    }
    .offers-list-card ul li {
        width: 100%;
        padding-right: 0;
    }
    .warning-card {
        margin-bottom: 30px;
    }
    .package-card-inline ul li {
        margin: 0;
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }
    .package-card-inline ul li:last-child {
        margin-bottom: 0;
    }
    .pricing-card .radio-wrapper {
        display: flex;
        flex-direction: column;
    }
    .pricing-card .radio {
        margin: 5px 0;
        margin-right: 10px;
    }
    .pricing-card {
        padding: 15px;
    }
    .payment-batch-section .profile-card {
        justify-content: center;
    }
    .tab-wrapper .no-data {
        height: 250px;
    }
    .payment-batch-section .profile-links {
        margin-top: 15px;
        justify-content: center;
    }
    .profile-blocks .card-body {
        min-height: 150px;
    }
    .result-card .card {
        margin-bottom: 30px;
    }
    .accordion .card {
        margin-top: 25px;
    }
    .method-block .nav-tabs .nav-link {
        height: 45px;
        min-width: 50px;
        padding: 15px 10px;
    }
    .method-block .nav-tabs .nav-link + .nav-link {
        margin-left: 7px;
        margin-bottom: 15px;
    }
    .method-block .nav-tabs {
        justify-content: center;
    }
    .b-info .radio {
        width: 50%;
    }
    .batch-modal-top .card.banner-package-card ul {
        flex-wrap: wrap;
    }
    .batch-modal-top .banner-package-card ul li {
        width: 100%;
    }
    .batch-modal-data .payment-option-data {
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    header .navbar-brand img {
        width: 150px;
    }
    .slick-initialized .slick-slide.slick-current .image {
        padding: 0;
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .checkbox, 
    .radio {
        margin-bottom: 15px;
    }
    .select-wrapper {
        flex-direction: column;
    }
    .select-wrapper .crash-select {
        width: 100%;
    }
    .select-wrapper .crash-select + .crash-select {
        border-left: transparent;
        border-top: 1px solid #fbd2d3;
    }    
    .tab-wrapper .nav-tabs .nav-link {
        padding: 15px;
        min-width: 145px;
    }
    .tab-wrapper .nav-tabs .nav-item + .nav-item {
        margin-left: 15px;
    }
    .profile-blocks .card-body table th {
        width: 120px;
    }
    .study-card .currant-blog {
        height: 210px;
    }
    .study-card .currant-blog h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .breadcrumb-item.active {
        max-width: 130px;
    }
    .method-block .nav-tabs .nav-link {
        margin: 0 8px;
        min-width: 43%;
    }
    .method-block .nav-tabs .nav-link + .nav-link {
        margin-left: 0;
    }
    .form-data.p-info .form-group, 
    .form-data.cc-info .form-group,
    .form-data.cc-info .form-row .col-50 {
        width: 100%;
    }
    .form-data.cc-info .input-group {
        margin-bottom: 15px;
    }
}
.confirm {
                     padding: 7px 7px !important;
  border-radius: 2px !important;
  background-color: #4962B3 !important;
  font-size: 12px !important;
  border: 1px solid #3e549a !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3) !important;
                }
.swal-button--confirm {
  padding: 7px 19px !important;
  border-radius: 2px !important;
  background-color: #4962B3 !important;
  font-size: 12px !important;
  border: 1px solid #3e549a !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3) !important;
}

.swal-button {
  padding: 7px 19px !important;
  border-radius: 2px !important;
  background-color: #4962B3 !important;
  font-size: 12px !important;
  border: 1px solid #3e549a !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3) !important;
}