
  .copyrights-sec {
    text-align: center;
    background-color: #fff;
    padding: 22px 0 100px;
}
         .form-ccontrol {
        height: 37px;
        padding: 0 0 0 12px;
        line-height: initial;
        color: #252525;
        background-color: #fff;
        border: 1px solid #e6e9fc;
        border-radius: 3px;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 15px;
        font-weight: 400;
        display: block;
        width: 100%;
    }
.form-sec {
    position: fixed;
    z-index: 11;
    width: 100%;
    bottom: 0px;
    padding: 0px 130px 0px 80px;
    background-color: #03276a
}

@media (max-width: 1199px) {
    .form-sec {
        padding: 15px 130px 15px 20px
    }
}

@media (max-width: 991px) {
    .form-sec {
        bottom: -100%;
        padding: 25px 15px 30px;
        background-color: #addddf;
        -webkit-transition: all ease-in-out .35s;
        transition: all ease-in-out .35s;
        position: static;
        z-index: 1
    }
}

.form-sec.is--active {
    bottom: 0;
    position: fixed;
    z-index: 10000000000000
}

@media (max-height: 400px) {
    .form-sec.is--active {
        padding-bottom: 0
    }
    .form-sec.is--active .mb-link.is--active {
        display: none
    }
}

.form-close {
    background: #1d335c;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #addddf;
    position: absolute;
    right: 10px;
    top: -10px;
    border: 2px solid #fff;
    opacity: 0;
    visibility: hidden
}

.form-close:hover {
    color: #addddf
}

.form-close i {
    font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320))
}

.form-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .form-list {
        display: block;
        padding: 15px
    }
}

.form-list>li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px
}

@media (max-width: 991px) {
    .form-list>li {
        padding-right: 0px;
        margin-bottom: 10px
    }
}

.form-list>li:last-child {
    padding-right: 0px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit
}

@media (max-width: 991px) {
    .form-list>li:last-child {
        display: none
    }
}

.form-list>li .btn-ssecondary {
    width: 100%;
    color: #1d335c;
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #a0c0ff;
}
.btn-ssecondary {
    color: #000;
  background-color: #a0c0ff;
    border-color: #868686;
}
@media (max-width: 1600px) {
    .form-list>li .btn-ssecondary {
        letter-spacing: 1px;
        padding: 10px 0px
    }
}

@media (max-width: 1199px) {
    .form-list>li .btn-ssecondary {
        letter-spacing: 0px;
        padding: 12px 0;
        font-size: calc(13px + (13 - 13) * (100vw - 320px) / (1920 - 320))
    }
}

@media (max-width: 991px) {
    .form-list>li .btn-ssecondary {
        background-color: transparent;
        padding: 10px 5px;
        border: 2px solid #1d335c;
        color: #1d335c
    }
}

.form-list>li .big {
    font-size: calc(14px + (38 - 14) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: 800;
    padding: 0 5px 0 0
}

.form-list>li p {
    font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: bold;
    line-height: 1
}

@media (max-width: 991px) {
    .form-list>li p br {
        display: none
    }
}

@media (max-height: 400px) {
    .form-list>li .form-control {
        padding: 8px 10px;
        height: 38px
    }
    .form-list>li .btn-ssecondary {
        padding: 7px 5px
    }
}

.top-heading {
    position: relative
}

.subject-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border: 1px solid
}

.subject-box:hover {
    background-color: #addddf
}

.subject-box:hover .sub-ic {
    background-color: #fff
}

.subject-box:hover .sub-ic i {
    color: #1d335c
}

.subject-box:hover p {
    color: #1d335c
}

.sub-ic {
    background-color: #addddf;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sub-ic i {
    font-size: 30px
}

.sub-txt p {
    font-weight: 600;
    padding-left: 20px
}



@media (max-width: 991px) {
    .bottom-nav {
        margin-top: 50px;
        margin-bottom: 0px
    }
    .bottom-nav .shape {
        display: none
    }
}

.bottom-nav .slick-slide {
    display: block;
    padding: 30px 0
}

@media (max-width: 991px) {
    .bottom-nav .slick-slide {
        padding: 0px 0 50px
    }
}

.bottom-nav .slick-dots {
    left: inherit;
    right: 50px;
    bottom: -30px;
    -webkit-transform: inherit;
    transform: inherit
}

.bottom-nav .slick-dots li button {
    background-color: transparent;
    border: 2px solid #cdcdcd;
    margin: 0 5px
}

.bottom-nav .slick-dots li.slick-active button {
    background-color: #1d335c;
    border: none
}

.top-nav {
    margin-top: 80px
}

@media (max-width: 991px) {
    .top-nav {
        display: none
    }
}

.top-nav ul li {
    text-align: center;
    padding: 20px 0px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    background-color: #1d335c;
    color: #fff;
    margin-right: 20px
}

.top-nav ul li.slick-current {
    background-color: #addddf;
    color: #1d335c
}

.subject-wrap {
    position: relative
}

@media (max-width: 991px) {
    .subject-wrap {
        margin: 10px 0
    }
}

.style-bd.bold:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 16px solid #addddf;
    z-index: -1;
    left: -25px;
    top: -25px
}

.style-bd.bold:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 16px solid #1d335c;
    z-index: -1;
    right: -25px;
    bottom: -25px
}

.style-bd.thin:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*border: 2px solid #addddf;*/
    z-index: 0;
    right: -10px;
    top: -10px
}

.service-right {
    position: relative
}

@media (max-width: 991px) {
    .service-right {
        display: none
    }
}

.service-right img {
    width: 100%;
    padding-right: 25px
}

@media (max-width: 991px) {
    .service-left {
        margin-bottom: 30px
    }
}

.service-left h3 {
    font-weight: 400
}

.service-left span {
    font-size: calc(17px + (40 - 17) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 5px;
    margin-bottom: 20px
}

.service-left p {
    padding-right: 40px;
    line-height: 1.6
}

@media (max-width: 991px) {
    .service-left p {
        padding-right: 0px
    }
}

.helped-sec h3 {
    font-size: calc(18px + (41 - 18) * (100vw - 320px) / (1920 - 320))
}

.help-box {
    background-color: #fff;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 0px 38px -6px rgba(172, 172, 172, 0.5);
    box-shadow: 0px 0px 38px -6px rgba(172, 172, 172, 0.5);
    margin-top: 50px;
    position: relative
}

.help-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.help-box ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
    padding: 0 15px;
    margin: 10px 0
}

@media (max-width: 991px) {
    .help-box ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 768px) {
    .help-box ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.mb-link {
    display: none
}

@media (max-width: 991px) {
    .mb-link {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #1d335c;
        padding: 10px 5px;
        text-align: center;
        z-index: 10
    }
    .mb-link p {
        font-size: calc(8px + (23 - 8) * (100vw - 320px) / (1920 - 320));
        margin-bottom: 0;
        font-weight: 500;
        color: #fff;
        position: relative;
        padding-left: 22px
    }
    .mb-link p span {
        position: absolute;
        padding: 3px 7px;
        text-transform: uppercase;
        background-color: #addddf;
        text-align: center;
        bottom: 0;
        color: red;
        font-size: calc(10px + (10 - 10) * (100vw - 320px) / (1920 - 320));
        font-weight: 700;
        left: 4px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1
    }
    .mb-link i {
        margin-left: 10px;
        display: inline-block;
        -webkit-transition: all ease-in-out .35s;
        transition: all ease-in-out .35s;
        font-size: 12px
    }
    .mb-link.is--active i {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: relative
    }
    .mb-link.is--active .tap {
        display: none
    }
}

.online-professional-sec {
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 65px
}

.online-professional-sec .contentBox {
    padding-left: 50px
}

@media (max-width: 1199px) {
    .online-professional-sec .contentBox {
        padding-right: 115px
    }
}

@media (max-width: 767px) {
    .online-professional-sec .contentBox {
        padding-right: 0
    }
}

@media (max-width: 400px) {
    .online-professional-sec .contentBox {
        padding-left: 0
    }
}

.online-professional-sec h5 {
    font-size: calc(20px + (38 - 20) * (100vw - 320px) / (1920 - 320));
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 300;
    color: #fff;
    line-height: 1.6
}

.online-professional-sec h5 span {
    font-weight: 700;
    color: #addddf
}

.bg-cover {
    background-size: cover
}

.team-sec {
    position: relative
}

.team-sec h3 {
    color: #fff
}

.team-sec p {
    margin-bottom: 30px;
    color: #fff
}



.qualified-img {
    position: relative;
    z-index: 1
}

@media (max-width: 991px) {
    .qualified-img {
        z-index: inherit
    }
}

.qualified-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 991px) {
    .qualified-img img {
        margin-top: 20px
    }
}

.ys-layer {
    display: none;
    opacity: .7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000
 }
 
 .ys-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
 }
 
 .ys-container.visible,
 .ys-layer.visible {
    display: block
 }
 
 .ys-box {
    background-color: #f5f5f5;
    width: 0;
    height: 0;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: height .2s ease-in-out
 }
 
 .ys-popup-close {
    position: absolute;
    color: #000;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    display: block;
    right: 20px;
    top: 20px;
    font-weight: 700
 }
 
 .ys-container.finished .ys-popup-close {
    width: 30px;
    height: 30px;
    text-indent: 0
 }
 
 .ys-popup-content {
    padding: 20px 40px;
    background: #f5f5f5;
    border-radius: 0 0 10px 10px
 }
 
 .ys-container.finished .ys-popup-content {
    display: block
 }
 
 .ys-popup-close:hover {
    text-decoration: none;
    color: red
 }
 
 .ys-box {
    height: 574px;
    width: 572px!important;
    padding: 0;
    background-size: cover
 }
 
 .ys-box .mainbann {
    border-radius: 20px 20px 0 0;
    width: 100%
 }
 
 .popupform p {
    color: #42526e;
    font-size: 18px;
    padding: 0 0 8px;
    text-align: center
 }
 
 .popupform form p {
    color: #42526e;
    font-size: 13px;
    font-weight: 500
 }
 
 .popupform form p span {
    color: #0c71f4
 }
 
 p.small {
    font-size: 14px;
    color: #000;
    text-align: center;
    display: block
 }
 
 .popupform form {
    width: 100%;
    font-size: 0
 }
 
 .popupform form .fldst {
    margin: 0;
    display: block;
    width: 100%
 }
 
 .popupform form .fldst .intl-tel-input {
    width: 100%;
    margin-bottom: 15px
 }
 
 .popupform form .fldst.btnattach button {
    outline: none;
    position: relative;
    bottom: 0;
    border: 0;
    display: block;
    right: 0;
    background: #1d335c;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #fff
 }
 
 .popupform form p a {
    color: #1d335c;
    font-weight: 600
 }
 
 .popupform form .lst-p {
    text-align: center;
    padding: 15px 0 0
 }
 
 .popupform form input {
    width: 100%;
    margin: 0;
    border: 1px solid #cbcbcb;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 10px;
    height: 50px;
    font-weight: 400;
    outline: none!important;
    margin: 0 0 15px;
    color: #535353
 }
 
 .popupform form input[type=submit] {
    background: #000000;
    height: auto;
    color: #fff;
    font-size: 20px
 }
 
 .popupform figure {
    text-align: center;
    margin: 0 0
 }
 
 .popupform figure img {
    width: 30%
 }
 
 .intl-tel-input .country-list .country,
 .intl-tel-input .country-list .country-name {
    font-size: 14px
 }
 
 .popupform .btn::after {
    border-radius: 10px!important
 }
 
 .mycustompop {}
 
 .mycustompop .ys-box {
    width: 580px!important;
    height: auto;
    border-radius: 10px;
    overflow: hidden
 }
 
 .mycustompop .ys-box .ys-popup-content {
    font-size: 0;
    padding: 0
 }
 
 .popupform .wrap {
    width: 100%
 }
 
 .popupform h2 {
    line-height: 1
 }
 
 .popupform h2 strong {
    color: #0554f2;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 26px
 }
 
 .popupform h2 span {
    color: #1d335c;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 1
 }
 
 .mycustompop .ys-box .ys-popup-content .left {
    height: 550px;
    padding: 30px;
    width: 40%;
    vertical-align: top;
    display: inline-block
 }
 
 .mycustompop .ys-box .ys-popup-content .left h3 {
    color: #593b64;
    padding-bottom: 0
 }
 
 .mycustompop .ys-box .ys-popup-content .right {
    padding: 45px 60px;
    width: 100%;
    display: inline-block;
    vertical-align: top
 }
 
 .blinking {
    animation: blinkingText 1.2s infinite
 }
 
 @keyframes blinkingText {
    0% {
       color: #1d335c
    }
    49% {
       color: #1d335c
    }
    60% {
       color: transparent
    }
    99% {
       color: transparent
    }
    100% {
       color: #1d335c
    }
 }
 @media only screen and (min-width: 300px) and (max-width: 768px) {
     .coins-box {
         flex: 0 0 100%;
         padding: 20px 0px;
     }
     .how_it_works {
         padding-left: 15px;
         padding-top: 20px;
     }
     .how_it_works h3
     {
         font-size: 24px;
     }
     .how_it_works h4
     {
         font-size: 20px;
         line-height: 30px;
     }
     .mycustompop .ys-box {
         width: 310px!important;
         top: 50%
     }
     .mycustompop .ys-box .ys-popup-content .right {
         padding: 0 10px
     }
     .popupform {
         padding: 10px 0;
         border: none
     }
     .popupform h2 strong {
         line-height: 56px
     }
     .popupform h2 span {
         line-height: 30px
     }
     .popupform form .lst-p {
         text-align: center;
         padding: 0
     }
     .btnheadertop {
         display: none
     }
     .ys-container.finished .ys-popup-close {
         width: 30px;
         height: 30px;
         text-indent: 0;
         background: #000;
         color: #fff;
         font-size: 20px;
         border-radius: 33px;
         right: 3px;
         top: 3px
     }
     .floatbutton .clickbutton {
         display: none
     }
     .rightcalltoaction {
         display: none
     }
     .h_sec2 {
         padding-bottom: 40px
     }
     .subscribe-content h2 {
         font-size: 25px;
         line-height: 43px;
         font-weight: 800
     }
     .health-coaching-shape1, .health-coaching-shape2, .health-coaching-shape3, .health-coaching-shape4, .health-coaching-shape5, .health-coaching-shape6, .health-coaching-shape7, .health-coaching-shape8, .health-coaching-shape9 {
         display: none;
     }
     body,html {overflow-x:hidden ! important;}
     .fe-box {
         height: auto;
     }
     .sec4_box {
         margin: 20px 10px;
         padding: 30px 10px;
     }
     .item {
         width: 40%;
     }
     .header {
         background: #1d335c;
     }
     .helped-sec h3 {
         font-size: 20px;
         line-height: 30px;
     }
     .sec4_top {
         margin: 0px;
     }
     .ptb-100 {
          padding-top: 0px; 
          padding-bottom: 0px; 
     }
     .copyrights-sec {
         padding: 20px 0 20px;
     }
     .testimonial-sec {
         padding: 50px 0 0px 0;
     }
     .section-title__tagline {
         font-size: 24px;
         line-height: 30px;
     }
     .section-title__title {
         font-size: 20px;
         line-height: 35px;
     }
     .sub-txt p {
         font-size: 16px;
     }
     .stripe {
         padding: 35px 0;
     }
     .sec4_box h2>span {
         margin: 0 5px 0 -3px;
         bottom: 8px;
     }
     .sec4_box h2 {
         font-size: 36px;
         margin: 20px 0;
     }
     i.ic-64 {
         display: none;
     }
     .universities-sec {
         padding: 40px 0px;
     }
     .mycustompop .ys-box {
       width: 310px!important;
       top: 50%
    }
    .mycustompop .ys-box .ys-popup-content .right {
       padding: 0 10px
    }
    .popupform {
       padding: 30px 20px;
       border: none
    }
    .popupform h2 strong {
       line-height: 56px
    }
    .popupform h2 span {
       line-height: 30px
    }
    .popupform form .lst-p {
       text-align: center;
       padding: 0
    }
    .btnheadertop {
       display: none
    }
    .ys-container.finished .ys-popup-close {
       width: 30px;
       height: 30px;
       text-indent: 0;
       background: #000;
       color: #fff;
       font-size: 15px;
       border-radius: 33px;
       right: 3px;
       top: 3px
    }
    .floatbutton .clickbutton {
       display: none
    }
    .rightcalltoaction {
       display: none
    }
    .popupform form input[type=submit] {
         font-size: 16px;
     }
     .nav-item .dropdown-menu {
         position: unset;
         opacity: 1;
         visibility: visible;
         -webkit-transform: scaleX(1);
         transform: scaleX(1);
         background: transparent;
         box-shadow: none;
         border-top: none;
         width: 100%;
         margin-left: 10px;
     }
     .nav-item .dropdown-menu li a {
         padding: 8px 26px 13px;
         color: #fff !important;
         border-bottom: none;
         font-size: 16px;
         font-weight: 500;
     }
     .navigation .menu>li a {
         font-size: 16px;
         padding: 7px 12px;
     }
     .navigation .menu {
         align-items: baseline;
     }
     .navigation>ul.menu>li {
         text-align: left;
     }
     .navigation>ul.menu>li {
         padding: 5px 10px;
     }
     .top-header-contact-info {
         margin-top: 60px;
     }
     .top-header-contact-info li {
         padding-left: 0px;
         font-size: 16px;
         margin: 18px 0px;
     }
     .footer-content img {
         margin: 30px auto;
         width: auto;
         height: auto;
     }
     .feedback-form-inner .feedback-form {
         text-align: center;
     }
     .form-sec.form-main {
         display: none;
     }
     .feedback-form-inner {
         margin-bottom: 30px;
     }
     .h_btn {
         padding: 12px 20px;
     }
     .form-ccontrol {
        height: 37px;
        padding: 0 0 0 12px;
        line-height: initial;
        color: #252525;
        background-color: #fff;
        border: 1px solid #e6e9fc;
        border-radius: 3px;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 15px;
        font-weight: 400;
        display: block;
        width: 100%;
    }
     .services-inner .qualified-content p {
         margin-bottom: 0px;
         text-align: left;
         padding: 0;
         font-size: 18px;
         line-height: 38px;
     }
     .online-professional-sec h5 {
         margin: 0 0 20px 0;
         line-height: 45px;
     }
     .online-professional-sec {
         padding-top: 30px;
     }
     section.subscribe-area.ptb-100 {
         padding: 50px 0px;
     }
     .subscribe-content h3 span {
         line-height: 35px;
         font-size: 22px;
         font-weight: 700;
     }
     .subscribe-content .pb-20 h3 {
         margin: 0px;
     }
     
     .subscribe-content .pb-20 {
         padding-bottom: 0px;
     }
     .qualified-sec.services-inner {
         padding: 20px 0px 0px 0px;
     }
     .navigation
     {
         width:100%;
     }
     section.courses-tabs {
         padding: 50px 0 0px 0;
     }
     section.stripe-3.works-sec {
         padding-bottom: 0px;
     }
     h3 {
         line-height: 40px;
     }
     .feedback-form-inner h4 {
         font-size: 18px;
         line-height: 32px;
     }
     .works-box h4 {
         font-size: 18px;
         line-height: 30px;
     }
     .sec3 {
         padding: 70px 0 0px 0;
     }
     .universities-sec h3 span {
         line-height: 44px;
     }
     .logo-item img {
         height: auto;
     }
     .testi-wrap {
         padding: 20px 5px;
     }
     .btn-whatsapp-btn {
         bottom: 21px;
     }
 }
 @media only screen and (min-width: 1024px) and (max-width: 1280px) {
     .navigation .menu .downarrow .nav-link {display: flex;margin-top: 11px;}
     .navigation .menu .downarrow .nav-link svg {top: -6px;left: 1px;}
 }
 .rightcalltoaction svg {
     width: 34px;
     position: relative;
     top: -2px;
 }