@import url('fonts.css');

body {
    overflow-x: hidden;
}

body,
html,
* {
    font-family: 'Effra';
}

a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
    color: #223043;
}

button {
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

textarea {
    resize: none;
}

.modal-backdrop{
    z-index: 9999;
}

.modal{
    z-index: 99999;
}

.modal-dialog{
    max-width: 800px;
}

b, strong {
    font-weight: 700;
}

body,
div,
a,
span,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
figure,
header,
label,
img,
figure,
::before,
::after {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    color: #000;
}

body {
    height: 100%;
    overflow-x: hidden;
    font-size: 14px;
    transition: none;
}

section {
    position: relative;
}

.color-white{
    color: #fff !important;
}

.text-underline{
    text-decoration: underline;
}

.p-text{
    font-size: 20px;
    line-height: 36px;
}

.radius-5{
    border-radius: 5px;
}

.main-heading{
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #223043;
}

.sub-heading{
    font-size: 16px;
    margin: 6px 0 0;
    color: #49769F;
}
.logo {
max-width: 200px;    
}
.theme-btn{
    background: #2f967d;
    background: -moz-linear-gradient(left, #2f967d 0%, #28cba3 100%);
    background: -webkit-linear-gradient(left, #2f967d 0%,#28cba3 100%);
    background: linear-gradient(to right, #2f967d 0%,#28cba3 100%);
    display: inline-block;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    padding: 20px 110px;
    border-radius: 5px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.theme-btn img{
    margin-left: 5px;
    margin-top: -5px;
}

.theme-btn::before{
    content: '';
    background: -moz-linear-gradient(left, #28cba3 0%, #2f967d 100%);
    background: -webkit-linear-gradient(left, #28cba3 0%,#2f967d 100%);
    background: linear-gradient(to right, #28cba3 0%,#2f967d 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -9;
}

.theme-btn:hover{
    color: #fff;
}

.theme-btn:hover::before{
    opacity: 1;
}

.mobile-view{
    display: none;
}

/*Main Start*/

.rated-text{
    font-size: 12px !important;
    line-height: 20px !important;
    color: #49769F;
    text-transform: uppercase;
}

.rated-text img{
    margin-top: -3px;
    margin-right: 8px;
}

.online-options-main{
    background: #ECF5FF;
    padding: 10px 0;
}

.online-options-main p{
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #38597F;
    letter-spacing: 3px;
    text-transform: uppercase;
}


.top-banner .woman-img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.top-banner .text{
    padding: 70px 0;
    max-width: 614px;
    margin: auto;
}

.top-banner .text .main-heading{
    line-height: 50px;
}

.top-banner .text p{
    margin: 13px 0 0;
    font-size: 18px;
    line-height: 30px;
    color: #49769F; 
    max-width: 510px;
}

.top-banner .text h4{
    margin: 12px 0 0;
    font-size: 18px;
    line-height: 30px;
    color: #223043;
}

.step-form-main{
    padding: 20px 0 20px 80px;
    background: #38597F;
    min-height: 664px;
}

.step-form-main .step-form{
    max-width: 434px;
    display: none;
}

.step-form-main .step-form.active{
    display: block;
}

.step-form-main .step-form ul{
    margin: 30px 0 0;
}

.step-form-main .step-form ul li+li{
    margin-top: 5px;
}

.step-form-main .step-form ul li{
    color: #38597F;
    display: inline-block;
    width: 100%;
    background: #DBE8F8;
    border-radius: 5px;
    line-height: 25px;
    padding: 20px 35px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 9;
    overflow: hidden;
    cursor: pointer;
}

.step-form-main .step-form ul li a{
    color: #38597F;
}

.step-form-main .step-form ul li input{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.step-form-main .step-form ul li::before{
    content: '';
    background: -moz-linear-gradient(left, #28cba3 0%, #2f967d 100%);
    background: -webkit-linear-gradient(left, #28cba3 0%,#2f967d 100%);
    background: linear-gradient(to right, #28cba3 0%,#2f967d 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -9;
}

.step-form-main .step-form ul li::after{
    content: '';
    position: absolute;
    width: 17px;
    height: 14px;
    background: url(../images/right-arrow.png) no-repeat;
    background-size: 100%;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    opacity: 0;
}

.step-form-main .step-form ul li:hover,
.step-form-main .step-form ul li a:hover{
    color: #fff;
}

.step-form-main .step-form ul li:hover::before,
.step-form-main .step-form ul li:hover::after{
    opacity: 1;
}

.step-form-main .step-form .main-heading{
    text-transform: capitalize;
}

.step-form-main .step-form p{
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.step-form-main .step-form .go-back{
    line-height: 20px;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border: 1px solid #DBE8F8;
    margin: 22px 0 0;
    border-radius: 5px;
}

.congratulations-modal{
    max-width: 750px;
    padding: 0;
}

.congratulations-modal .btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/cross.svg) no-repeat;
    background-size: 100%;
    opacity: 1;
    box-shadow: none;
}

.congratulations-modal .modal-body{
    padding: 65px 20px;
    max-width: 610px;
    margin: auto;
    position: initial;
}

.congratulations-modal .modal-body h4{
    margin: 15px 0 0;
    font-size: 18px;
    line-height: 30px;
    color: #49769F;
}

.congratulations-modal .modal-body ul{
    margin: 10px 0 0;
}

.congratulations-modal .modal-body ul li{
    line-height: 30px;
    font-size: 16px;
    color: #49769F;
    padding-left: 25px;
    position: relative;
    counter-increment: step-counter;
}

.congratulations-modal .modal-body ul li::before{
    content: counter(step-counter)')';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    color: #92C8BB;
}

.congratulations-modal .modal-body .form-group{
    margin-top: 30px;
}

.congratulations-modal .modal-body .form-group .form-control{
    min-height: 65px;
    border-radius: 5px;
    border: 1px solid #DBE8F8;
    background: #DBE8F8;
    padding-left: 35px;
    font-size: 20px;
    font-weight: 500;
    box-shadow: none;
}

.congratulations-modal .modal-body .form-group .form-control:focus{
    border-color: #223043;
}

.congratulations-modal .modal-body .form-group .theme-btn{
    padding: 20px 30px; 
    width: 100%;
    margin-top: 10px;
}

.congratulations-modal .modal-body .privacy-guranteed{
    font-size: 11px;
    line-height: 18px;
    color: #38597F;
    margin: 20px 0 0;
}
.congratulations-modal .modal-body .skip-step{
    margin: 25px 0 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 50px;
    text-decoration: underline !important;
    font-weight: 700;
    color: #223043;
}

.start-learning-main{
    padding: 70px 0 78px;
    background: #ECF3FC;
}

.start-learning-main::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: -moz-linear-gradient(top, rgba(56,89,127,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(56,89,127,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(56,89,127,1) 0%,rgba(255,255,255,0) 100%);
    opacity: .2;
}

.start-learning-main .theme-btn{
    margin-top: 80px;
}

.learning-steps{
    margin-top: 58px;
}

.learning-steps li{
    grid-gap: 265px;
    position: relative;
    counter-increment: step-counter;
}

.learning-steps li::before{
    content: counter(step-counter);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #54A592;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 9;
}

.learning-steps li+li::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 3px;
    height: 300px;
    background: #D3E5FD;
    top: -40px;
}

.learning-steps li+li{
    margin-top: 60px;
}

.learning-steps li .main-img img{
    box-shadow: 0 0 20px rgb(56 89 127 / 30%);
}

.learning-steps li .text h3{
    margin: 20px 0 0;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #223043;
}

.learning-steps li .text p{
    font-size: 16px;
    line-height: 20px;
    color: #49769F;
    max-width: 370px;
    margin: 15px 0 0;
}

.right-img-fixed{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.right-img-fixed img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-career-main{
    padding: 97px 0;
}

.right-career-main .text{
    max-width: 530px;
}

.right-career-main .text .main-heading{
    max-width: 450px;
}

.right-career-main .text p{
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 19px;
    color: #49769F;
}

.right-career-main .text ul{
    margin: 20px 0 0;
}
.step-form-main .step-form ul li span {
    color: #38597F;
}

.li-listing li{
    line-height: 30px;
    font-size: 18px;
    color: #49769F;
    padding-left: 29px;
    position: relative;
}

.li-listing li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background: url(../images/tick.svg) no-repeat;
    width: 14px;
    height: 14px;
    background-size: 100%;
}

.features-main .main-heading{
    max-width: 540px;
        text-transform: capitalize;
}

.feature-box{
    margin-top: 65px;
}

.feature-box h3{
    margin: 20px 0 0;
    font-size: 25px;
    line-height: 24px;
    color: #223043;
    font-weight: 700;
}

.feature-box p{
    font-size: 16px;
    line-height: 19px;
    margin: 7px auto 0;
    color: #49769F;
    max-width: 295px;
}

.features-main .theme-btn{
    margin-top: 55px;
}

.faq-main{
    padding: 80px 0;
}

.faq-main .main-heading{
    font-size: 45px;
    line-height: 50px;
}

.faq-main .question-img{
    margin-top: 90px;
}

.faq-accordian{
    max-width: 492px;
}

.faq-accordian .accordion-item+.accordion-item{
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid rgb(73 118 159 / 10%);
}

.faq-accordian .accordion-item {
    border: none;
}

.faq-accordian .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 24px;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    color: #223043;
}

.faq-accordian .accordion-header .accordion-button.collapsed{
    color: #49769F;
}

.faq-accordian .accordion-header .accordion-button:after{
    display: none;
}

.faq-accordian .accordion-header .accordion-button::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #54A592 url(../images/minus.svg) no-repeat center;
    background-size: 8px;
}

.faq-accordian .accordion-header .accordion-button.collapsed::before{
    background: #54A592 url(../images/plus.svg) no-repeat center;
    background-size: 8px;
}

.faq-accordian .accordion-body{
    padding: 0;
}

.faq-accordian .accordion-body p{
    margin-top: 26px;
    font-size: 15px;
    line-height: 26px;
    color: #49769F;
}

.find-degree-main{
    background: #38597F;
}

.find-degree-main >*{
    flex: 1;
}

.find-degree-main .main-text{
    padding: 75px 0;
}

.find-degree-main .main-text .text{
    max-width: 520px;
}

.find-degree-main .main-text .text .main-heading{
    max-width: 490px;
    margin: auto;
    text-transform: capitalize;
}

.find-degree-main figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;   
}

.footer{
    padding: 50px 0;
}

.f-menu li{
    display: inline-block;
}

.f-menu li+li{
    margin-left: 20px;
}

.f-menu li a,
.footer .copyright-text{
    font-size: 13px;
    line-height: 20px;
    color: #49769F;
    text-transform: uppercase;
}

.disclaimer-text{
    margin: 30px auto 0;
    max-width: 768px;
    font-size: 13px;
    line-height: 20px;
    color: #49769F;
}