

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color:#313133;
    overflow-x: hidden;
    font-family: 'Manrope', sans-serif;
}

/* comman */
html{
    scroll-behavior: smooth;
    margin: 0!important;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*comman-area*/
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
a{
    text-decoration: none;
    transition: all 0.5s ease;
}
a:focus, a:hover, a:active{
    text-decoration: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    margin: 0;
}
h1{
    font-weight: 800;
    font-size: 70px;
    letter-spacing: -1.4px;
    line-height: 85px;
    margin-bottom: 25px;
}
h2{
    font-weight: 800;
    font-size: 70px;
    line-height: 85px;
    letter-spacing: -1.8px;
}
h3{
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
}
h4{
    font-size: 30px;
    line-height: 41px;
    font-weight: 600;
}

p{
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #6D6F72;
    letter-spacing: 0.36px;
}
figure{
    margin: 0!important;
}
img{
    max-width: 100%;
    height: auto;
}
button:focus{
    outline: none;
    box-shadow: none;
}
.container, .container-fluid{
  padding: 0 15px;
}


input#password.form-control.is-invalid {
    background-image: none;
}

/* Contact modal pouup */
.contact-popup.show {
    transform: none;
    margin: auto;
    height: 100%;
}
.contact-popup h3 {
    color: #000;
    margin-bottom: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 26px;
}
.contact-popup .modal-dialog {
    max-width: 600px;
    height: 100%;
    display: flex;
    align-items: center;
}
.contact-popup .popup-img img {
    font-size: 26px;
    max-width: 180px;
    margin: 0;
}
.contact-popup .popup-img {
    display: block;
    margin: auto auto 30px;
}
.contact-popup .modal-content {
    padding: 40px 30px;
}
.contact-popup .modal-content p {
    max-width: 290px;
    text-align: center;
    margin: auto auto 30px;
    font-size: 18px;
    line-height: 24px;
}
.contact-popup .modal-content a {
    margin: auto;
    display: flex;
    width: fit-content;
    text-align: center;
    justify-content: center;
    padding: 13px 30px 14px 30px;
    background-color: #57B1EB;
    color: #fff;
    border-color: #57B1EB;
}
/* Header */
.header{
    z-index: 5;
    position: relative;
    width: 100%;
}
.header-fixed{
    position: absolute;
    top: 0;
    left: 0;
}
.navbar-toggler{
    padding: 0;
    z-index: 1;
    position: relative;
    border: none;
    display: block;
}
.navbar-toggler-icon{
    width: auto;
    height: auto;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.bar1, .bar2, .bar3 {
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  border-radius: 100px;
  transition: 0.4s;
}
.header .bar1,
.header .bar2,
.header .bar3{
    background-color: #313131;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 6px);
  transform: rotate(-45deg) translate(-3px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -7px);
  transform: rotate(45deg) translate(-4px, -7px);
}
.navbar-brand{
    margin: 0 0 0 0;
    padding: 0rem 0 0 0;
    max-width: 248px;
    width: 100%;
}
.navbar{
    min-height: 90px;
    padding: 65px 0 63px 0;
    background-color: transparent;
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
}
.navbar .container-fluid{
    padding: 0;
}
.navbar-expand-lg .navbar-nav{
    margin: 0 0 0 auto;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0 44px 0 0;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child{
    margin: 0 86px 0 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 8.5px 0;
    color: #313133;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 3px solid transparent;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    border-color: #0064AF;
    color: #0064AF;
}
.navbar-expand-lg .navbar-nav .active .nav-link{
    border-color: #0064AF;
    color: #0064AF;
    font-weight: 600;
}


.foot-text > img {
    max-height: 71px;
}
.mobile-navigation{
    display: none;
    background-color: #0064AF;
    min-height: 56px;
    padding: 10px 16px;
    width: 100%;
}
.mobile-navigation .bell-btn{
    margin: 0 0 0 0;
}
.mobile-navigation .dot{
    width: 4.5px;
    height: 4.5px;
    top: -3px;
    right: -1px;
}
.mobile-navigation .notification-icon{
    padding: 5px 0 0 0;
    margin: 0 20px 0 auto;
}

.header-btn{
    background-color: transparent;
    border: 2px solid #4DA8E8;
    display: inline-block;
    padding: 13px 10px;
    min-width: 141px;
    text-align: center;
    color: #00487E;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.2px;
    border-radius: 100px;
    min-width: 141px;
}
.btn.btn-primary{
    min-width: 141px;
    background-color: #313133;
    border: 2px solid #313133;
    display: inline-block;
    padding: 13px 10px 14px 10px ;
    min-width: 141px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.2px;
    border-radius: 100px;
}
.btn.btn-primary:hover,
.header-btn:hover{
    border-color: #4899D7;
    color: #fff;
    background-color: #4899D7;
}
/* .back-visited .btn.btn-primary.arrow-btn.start-btn{
    background-color: #FFD200;
    border-color: #FFD200;
    color: #000000;
}

.back-visited .btn.btn-primary.arrow-btn.start-btn:hover{
    border-color: #4899D7;
    color: #fff;
    background-color: #4899D7;
} */

.header-buttons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-btn{
    margin: 0 15px 0 0;
}
.header-select{
    display: inline-block;
    margin: 0 27px 0 40px;
}
.header-select-form {
    background-color: #fff;
    color: #0064AF;
    font-weight: bold;
    font-size: 14px;
    line-height: 11px;
    background-image: url('../images/drop-arrow.svg');
    background-size: 24px;
    background-position: 100% center;
    background-repeat: no-repeat;
    padding: 2.5px 0;
    border: none;
    appearance: none;
    display: table;
    min-width: 59px;
    padding: 12px;
    cursor: pointer;
    border-radius: 6px;
}
ul.dropdown-menu li > ul.dropdown-menu{
    left: 100%;
    top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
    display: block
}
.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item{
    margin: 0;
}

.header-select .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: none;
}
.select2-dropdown  .select2-search {
    display: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #EBF8FF;
    color: #0061AE;
}
.select2-container--open .select2-dropdown--below {
    border: none;
}

.header-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
    padding-left: 12px;
    font-weight: 600;
    color: #0061AE;
}
.select2-results__options li {
    font-size: 14px;
    background: #fff !important;
    color: #0064AF !important;
    font-weight: 600;
    padding: 10px;
}
.select2-container--default .select2-results__option--selected {
    background-color: #EBF8FF !important;
}
.select2-container--default .select2-results>.select2-results__options {
    box-shadow: 0px 0 5px 1px #dbdada;
}

.header-select .select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: solid #626669 !important;
    border-width: 0 1px 1px 0 !important;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    font-weight: 900;
}


.header-buttons-wrape{
    display: none;
}


.banner-parent .banner-text p,
.our-concept-banner p,
.our-prices-banner p,
.formations-banner p,
.who-are-we-banner p {
    font-size: 1.625rem;
    line-height: 2.375rem;
    font-weight: 500;
}
.our-concept-banner .our-concept-text p {
    margin-bottom: 20px;
}

/* Hero Banner */
.hero-banner{
    padding: 130px 0 105px 0;
    background: transparent linear-gradient(180deg, #ECF8FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.banner-text h1{
    margin: 0 0 15px 0;
    color: #313133;
}
.banner-text p{
    /* font-size: 26px;
    line-height: 38px;
    font-weight: 400; */
    margin: 0 0 30px 0;
    max-width: 602px;
    width: 100%;
}
.banner-button .btn-primary,.btn.arrow-btn{
    min-width: 270px;
    padding: 13px 16px 15px 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    background-color: #0064AF;
    border-color: #0064AF;
    color: #fff;
}
.btn.arrow-btn img{
    display: inline-block;
    margin: -3px 0 0 9px;
    vertical-align: middle;
}
.btn.arrow-btn{
    background-color: #57B1EB;
    border-color: #57B1EB;
    margin: 0 10px 0 0;
}
.banner-image{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
}

.banner-count {
    display: flex;
    align-items: flex-start;
}
.banner-count-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 340px;
    width: 100%;
    margin: 0 0 60px 0;
}
.banner-count-inner img{
    margin: 25px 0 0 0;
    width: 61px;
    object-fit: contain;
}
.banner-count-text{
    width: calc(100% - 70px);
    padding: 0 0 0 33px;
}
.banner-count-text h3{
    font-size: 70px;
    font-weight: bold;
    line-height: 100px;
    margin: 0 0 0 0;
    color: #313133;
    display: table;
    position: relative;
    z-index: 1;
}
.banner-count-text h3::before{
    content: "";
    width: 100%;
    height: 23px;
    background-color: #57B1EB;
    position: absolute;
    bottom: 14px;
    left: 0;
    z-index: -1;
}
.banner-count-text h6{
    color: #6D6F72;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}
.count-inner-2 img{
    margin: 10px 0 0 0;
    width: 42px;
}
.count-inner-2 .banner-count-text{
    width: calc(100% - 42px);
    padding: 0 0 0 23px;
}
.count-inner-2 .banner-count-text h3::before{
    background-color: #FFD200;
}







/* How it Works Section */
.howitworks-section{
    min-height: 1016px;
    padding: 145px 0 0px 0;
    position: relative;
    z-index: 2;
    margin-bottom: 105px;
}
.shape-1{
    position: absolute;
    top: -120px;
    right: -140px;
    z-index: 1;
    mix-blend-mode: multiply;
}
.howitworks-section::before{
    content: "";
    width: 95%;
    height: 95%;
    background-color: #FFD200;
    border-radius: 60px 683px 0px 58px;
    position: absolute;
    top: 49px;
    right: 0;
    z-index: -1;
}
.howitworks-parent h2{
    margin: 0 0 95px 0;
}
.container-small{
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
}
.howitworks-data{
    padding: 0 0 50px 0;
}
.howitworks-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -28px;
}
.howitworks-col{
    padding: 0 28px;
}
.howitworks-block{
    max-width: 170px;
    width: 100%;
    text-align: center;
    margin: 0 0 50px 0;
}
.howitworks-block p{
    color: #313133;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin: 40px 0 0 0;
}
.howitworks-icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 154px;
    height: 154px;
    border-radius: 100px;
    margin: 0 auto;
}
.num{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    width: 41px;
    height: 41px;
    background-color: #57B1EB;
    display: flex;
    align-items: center;
    justify-content: center;
}


.prices-block-wrap{
    box-shadow: 12px 25px 49px #0000000B;
    border-radius: 25px;
    background-color: #fff;
    margin: 0 0 -126px 0;
    display: inline-block;
    width: 100%;
    padding: 84px 80px 89px 132px;
    position: relative;
    z-index: 2;
}
.prices-block-text{
    max-width: 423px;
    width: 100%;
}
.prices-block-text h3{
    margin: 0 0 20px 0;
}
.prices-block-text p{
    margin: 0 0 47px 0;
    line-height: 26px;
    letter-spacing: 0.36px;
}
.prices-block-text .btn-primary{
    background-color: #313133;
    color: #fff;
    min-width: 159px;
}

.prices-block{
    text-align: center;
}
.prices-icon{
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto;
}
.prices-icon-3{
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto;
    background-color: #2C9437;
}
.prices-icon-1{
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto;
    background-color: #BD061C;
}
.prices-icon-2{
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto;
    background-color: #FFD200;
}
.prices-block h5{
    color: #313133;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    margin: 34px 0 5px 0;
}
.prices-block h6{
    color: #6D6F72;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
}

.ourprices-concept-text{
    width: 65%;
}

/* Testimonials Section */
.testimonials-home-section{
    padding: 130px 0 138px 0;
    border-radius: 0px 147px 0px 233px;
    position: relative;
    z-index: 4;
}
.shape-15{
    z-index: -1;
    position: absolute;
    left: -224px;
    top: 93px;
}
.testimonials-home-img{
    position: absolute;
    right: 93px;
    top: 93px;
    z-index: 1;
}
.testimonials-home-parent h2{
    margin: 0 0 74px 0;
}
.testimonials-main-wrapper {
    padding: 23px 0 0 101px;
    height: 100%;
    position: relative;
}
.testimonials-main-block h4{
    margin: 0 0 24px 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    color: #313133;
}
.testimonials-main-block ul{
    list-style: none;
    margin: 0 0 65px 0;
}
.testimonials-main-block ul li{
    display: inline-block;
    margin: 0 10px 0 0;
}
.testimonials-main-block ul li button{
    width: 22px;
    background-color: transparent;
    border: none;
}
.testimonials-main-block p{
    letter-spacing: 0;
    margin: 0 0 20px 0;
}


.testimonials-thumbs-block{
    padding: 33px;
    min-height: 143px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #F8F8F8;
    border-radius: 15px;
    border: 2px solid #F8F8F8;
    margin: 0 0 35px 0;
    cursor: pointer;
    transition: all 0.5s ease;
}
.testimonials-thumbs-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.testimonials-thumbs-item img{
    width: 77px;
    height: 77px;
    border-radius: 100px;
    object-fit: cover;
}
.testimonials-thumbs-text{
    width: calc(100% - 77px);
    padding: 0 0 0 31px;
}
.testimonials-thumbs-text h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #0064AF;
    letter-spacing: 0;
    margin: 0 0 5px 0;
}
.testimonials-thumbs-text h6{
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #6D6F72;
    letter-spacing: 0;
}

.swiper-slide-thumb-active .testimonials-thumbs-block{
    background-color: #fff;
    border-color: #4DA8E8;
    box-shadow: 8px 12px 20px #0000001A;
}
.testimonials-main-pagination{
    padding: 50px 0 0 0;
}








/* Contact Section */
.contact-section{
    position: relative;
    z-index: 4;
    margin: 0 0 -281px 0;
}
.shape-2{
    position: absolute;
    right: -296px;
    top: -331px;
    z-index: -1;
}
.contact-image{
    position: absolute;
    top: 0;
    left: 0;
    padding: 139px 46px 169px 69px;
    box-shadow: 18px 25px 46px #0000001F;
    background-color: #F5F4F4;
    border-radius: 0 0 25px 0;
    width: 39%;
}
.contact-block{
    background-color: #313133;
    border-radius: 40px 196px 40px 40px;
    padding: 100px 87px 87px 152px;
    max-width: 1001px;
    width: 100%;
    margin: 0 0 0 auto;
}
.contact-block h3{
    color: #fff;
    margin: 0 0 88px 0;
}
.form-group{
    margin: 0 0 60px 0;
}
.form-group label{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
    color: #FFFFFF;
    margin: 0 0 17px 0;
    /* text-transform: capitalize; */
}
.form-control{
    width: 100%;
    height: auto;
    padding: 0 0 17px 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    background-color: transparent!important;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #626467;
    box-shadow: none!important;
    outline: none!important;
}
.form-control::placeholder{
    color: rgba(255, 255, 255, 0.17);
}
.form-control:focus{
    border-color: #4DA8E8!important;
}
.contact-form .form-control{
    color: #fff;
}
.contact-form .gx-5{
    --bs-gutter-x: 62px;
}
.form-button .btn-primary{
    background-color: #57B1EB;
    border-color: #57B1EB;
    min-width: 159px;
    margin-top: 28px;
}




/* News Section */
.news-section{
    padding: 409px 0 0 0;
    background-color: #ECF8FF ;
    height: 849px;
    position: relative;
}
.shape-3{
    position: absolute;
    top: -113px;
    left: -434px;
    opacity: 0.4;
}
.news-title{
    display: flex;
    align-items: flex-end;
    margin: 0 0 59px 0 ;
    justify-content: space-between;
}
.news-title h2{
    letter-spacing: -1.8px;
    color: #313133;
    margin: 0 10px 20px 0;
}
.news-btn{
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    color: #313133;
    display: flex;
    align-items: center;
    margin: 0 0 25px 0;
}
.news-btn:hover{
    color: #313133;
}

.news-block{
    z-index: 1;
    position: relative;
    transition: all 0.5s ease;
}
.news-block img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}
.news-block-text{
    padding: 33px 79px 36px 42px;
    background-color: #57B1EB;
    border-radius: 0 0 25px 25px;
}
.news-block-text h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px 0;
}
.news-block-text p{
    min-height: 71px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px 0;
}
.news-block-text h6{
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #F8F8F8;
}
.news-opt2-section .news-block-text{
    padding: 24px;
    padding-top: 16px;
    background-color: #fff;
}
.news-opt2-section .news-block img{
    border-radius: 25px 200px 0px 0px;
    height: 250px;
}
.news-opt2-section .news-block:hover {
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.16));
}
.news-opt2-section .news-block-text h6 {
  margin: 0 0 16px 0;
  color: #313133;
}
.news-opt2-section .news-block-text h5 {
  font-size: 24px;
  line-height: 33px;
  color: #313133;
  margin: 0;
  letter-spacing: 0;
}



/* Partners Section */
.partners-section{
    padding: 334px 0 199px 0;
    position: relative;
}
.shape-4{
    position: absolute;
    bottom: -189px;
    right: -506px;
    opacity: 0.4;
    z-index: -1;
}
.partners-parent h2{
    margin: 0 0 67px 0;
}
.partners-row{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 -15px;
}
.partners-col{
    padding: 0 15px;
}



/* Footer */
.footer{
    background-color: #00487E;
    padding: 88px 0 0 0;
    z-index: 1;
    position: relative;
}
.foot-width{
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
.foot-text{
    text-align: center;
}
.foot-text img{
    margin: 0 auto;
}
.foot-text h4{
    letter-spacing: 1.44px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin: 35px 0 15px 0;
}
.foot-text ul{
    list-style: none;
    margin: 0;
}
.foot-text ul li{
    display: table;
    text-align: center;
    margin: 0 auto;
}
.foot-text ul li a{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}



.copyright-section{
    margin-top: 86px;
}
.copyright-parent{
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid rgba(193, 193, 193, 0.5);
    padding: 76px 0 105px 0;
}
.logo-foot{
    display: table;
}
.copyright-text{
    min-height: 100%;
    display: flex;
    align-items: center;
}
.copyright-text h6{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #fff;
}
.social-text{
    display: flex;
    justify-content: flex-end;
}
footer .social-text {
    height: 100%;
    align-items: center;
}
footer .social-text ul {
    margin-bottom: auto;
}
.social-text h6{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    height: fit-content;
    margin: 0 35px 0 0;
}
.social-text ul{
    list-style: none;
    display: flex;
    height: fit-content;
    margin-top: auto;
}
.social-text ul li{
    margin: 0 17px 0 0;
    height: fit-content;
}
.social-text ul li:last-child{
    margin: 0;
}
.social-text ul li a {
    display: block;
    width: 22px !important;
}

 .social-text ul li img{
    max-width: 100%;
}
/* .social-text ul li:last-child a,
.social-text ul li:last-child img,
.social-text ul li:nth-child(2) a,
.social-text ul li:nth-child(2) img {
    width: 22px !important;
} */

.register-wrapper .row {
    margin-right: calc(50% - 50vw);
}
.register-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 81px 0 94px 0;
    z-index: 4;
    margin-top: -170px;
}
.register-wrapper::after {
    content: "";
    width: calc(100% - 40px);
    min-height: 700PX;
    height: 80%;
    background-color: #FFD200;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 70px 0 0 70px;
}
.register-img {
    border-radius: 25px;
    box-shadow: 16px 25px 46px #00000019;
    overflow: hidden;
}

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



.faq-section .faq-parent {
    padding-top: 23px;
}
/*================================= Our Prices =================================*/

/* Our Prices Banner */
.our-prices-banner{
    padding: 185px 0 149px 0;
}
.our-prices-wrape{
    position: relative;
    z-index: 4;
    padding: 0;
}
.our-prices-text{
    max-width: 597px;
    width: 100%;
    z-index: 11;
    position: relative;
}
.our-prices-text h1{
    margin: 0 0 25px 0;
}
.our-prices-text p{
    margin: 0 0 58px 0;
    font-size: 26px;
    line-height: 38px;
}
.our-prices-banner-image{
    padding: 0 20px 0 0;
    display: flex;
    justify-content: flex-end;
}
.our-prices-block.block-1 .btn.btn-primary:hover, .our-prices-block.block-3 .btn.btn-primary:hover{
    border-color: #ECF8FF;
    color: #0064AF;
    background-color: #ECF8FF;
}
.our-prices-block.block-2 .btn.btn-primary:hover{
    background-color: #FFD200;
    border-color: #FFD200;
    color: #313133;
}
.our-prices-page .our-prices-block .btn {
    font-size: 18px;
    line-height: 24px;
}
.our-prices-page .our-prices-block h2 {
    font-size: 40px;
    line-height: 26px;
}
.our-prices-page .our-prices-block h2 span {
    font-size: 24px;
}
/* Our Prices Section */
.our-prices-section{
    position: relative;
    padding: 185px 0 441px 0;
    background-color: #F8F8F8;
    z-index: 1;
    border-radius: 67px 448px 0 0;
}
.shape-5{
    z-index: -1;
    position: absolute;
    top: -488px;
    left: -181px;
}
.our-prices-section .gx-5{
    --bs-gutter-x: 58px;
    align-items: flex-end;
}
.our-prices-block{
    min-height: 644px;
    background-color: #fff;
    box-shadow: 12px 25px 49px #0000000B;
    border-radius: 25px;
    padding: 55px 30px 30px 30px;
}
.our-prices-block h3{
    font-size: 30px;
    line-height: 41px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 13px 0;
}
.our-prices-block p {
    text-align: center;
    margin: 0 0 40px 0;
}
.btn.register-btn{
    margin: 0 auto;
    display: table;
    background-color: #ECF8FF;
    border-color: #ECF8FF;
    color: #0064AF;
    min-width: 326px;
}
.our-prices-block h2{
    color: #0064AF;
    font-weight: bold;
    /* font-size: 40px;
    line-height: 26px; */
    letter-spacing: -0.8px;
    text-align: center;
    margin: 40px 0 50px 0;
}
.our-prices-block h2 span{
    /* font-size: 24px;
    line-height: 26px; */
    color: #B4B4B4;
    letter-spacing: -0.48px;
}
.our-prices-block ul{
    list-style: none;
    margin: 0 auto;
    text-align: left;
    display: table;
}
.our-prices-block ul li{
    display: table;
    margin: 0 0 20px 0;
    padding: 0 0 0 40px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #6D6F72;
    text-align: left;
}
.our-prices-block ul li:last-child{
    margin-bottom: 0;
}
.our-prices-block ul li::before{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../images/arrow-down-sm.png');
    background-size: cover;
    position: absolute;
    top: 2px;
    left: 0;
}

.plan-info{
    min-width: 232px;
    background-color: #E9F7FF;
    border-radius: 100px;
    text-align: center;
    padding: 12px 10px;
    color: #57B1EB;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    display: table;
    margin: 16px auto 27px auto;
}
.block-2{
    min-height: 735px;
}
.block-2 .btn.register-btn{
    background-color: #FFD200;
    border-color: #FFD200;
    color: #313133;
}
.block-2 h2{
    color: #FFD200;
}



.payment-data{
    padding: 186px 0 0 0;
}
.payment-methods{
    padding: 0 0 0 60px;
}
.payment-text{
    max-width: 522px;
    width: 100%;
}
.payment-text h3{
    margin: 0 0 36px 0;
}
.payment-methods-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}
.payment-methods-col{
    width: 33.33%;
    padding: 0 15px;
}
.payment-methods-block{
    border: 4px solid #F7F7F7;
    border-radius: 25px;
    background-color: #fff;
    width: 100%;
    min-height: 208px;
    border-radius: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}
.methods-icon{
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
}
.payment-methods-block h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #6D6F72;
}




/* Register Form Section */
.register-form-section{
    padding: 81px 0 94px 0;
    position: relative;
    z-index: 2;
    margin: -230px 0 0 0;
    min-height: 847px;
}
.shape-6{
    position: absolute;
    top: -183px;
    right: -110px;
}
.register-form-section::before{
    content: "";
    width: 93.6%;
    height: 100%;
    background-color: #FFD200;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 70px 0 0 70px;
}
.register-form-image{
    /* position: absolute;
    top: 210px;
    right: 0;
    width: 43.5%; */
    width: 835px;
    height: 815px;
    float: right;
    margin-top: -200px;
}
.partners-image img {
    max-height: 70px;
}
.partners-image img {
    height: auto;
    width: auto !important;
    margin: auto;
}
.register-form-image img{
    width: 100%;
    box-shadow: 16px 25px 46px #00000019;
    border-radius: 25px 0 0 25px;
}


.register-form{
    max-width: 594px;
    width: 100%;
}
.register-form-data h2{
    margin: 0 0 30px 0;
    color: #313133;
}
.register-form-data p{
    margin: 0 0 59px 0;
    font-size: 34px;
    line-height: 46px;
    font-weight: 600;
}

.register-form .form-group{
    margin: 0 0 20px 0;
    position: relative;
}
.form-icon{
    position: absolute;
    top: 18px;
    left: 27px;
}
.register-form .form-control{
    background-color: #fff!important;
    border-radius: 15px;
    border: none;
    color: #6D6F72;
    height: 66px;
    width: 100%;
    padding: 0 0 0 73px;
}
.register-form .form-control::placeholder{
    color: #6D6F72;
}
.btn.register-form-btn{
    width: 100%;
    background-color: #313133;
    font-size: 20px;
    line-height: 24px;
    border-radius: 15px;
    font-weight: bold;
    height: 66px;
}




/* Info Section */
.info-section{
    position: relative;
    z-index: 1;
    padding: 361px 0 102px 0;
}
.shape-7{
    position: absolute;
    top: -142px;
    left: 0;
    z-index: -1;
}
.shape-4-1{
    z-index: -1;
    position: absolute;
    bottom: -342px;
    right: -500px;
}
.info-block{
    border-radius: 70px;
    position: relative;
    margin: 0 0 40px 0;
}
.info-block::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #313133;
    opacity: 0.55;
    position: absolute;
    top: 0;
    border-radius: 70px;
    left: 0;
}
.info-block-image{
    width: 100%;
    height: 656px;
    object-fit: cover;
    border-radius: 70px;
}
.info-block-text{
    padding: 58px 64px;
    padding-top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.info-block-text h2{
    color: #fff;
    margin: 0 0 30px 0;
}
.info-block-text p{
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}
.more-btn{
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}
.more-btn:hover{
    color: #fff;
}
.more-btn img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 0;
}
.info-parent .gx-5{
    --bs-gutter-x: 35px;
}





/*================================= Our Concept =================================*/

/* Our Concept Banner */
.our-concept-banner{
    padding: 130px 0 69px 0;
    position: relative;
    z-index: 1;
}
.our-concept-banner::before{
    content: "";
    width: 58.6%;
    height: calc(100% - 130px);
    z-index: -1;
    background-color: #ECF8FF;
    border-radius: 0 414px 414px 0;
    position: absolute;
    left: 0;
    bottom: 0px;
    top: 130px;
}
.our-concept-wrape{
    padding: 46px 0 0 0;
}
.our-concept-text h1{
    margin: 0 0 25px 0;
}
.our-concept-text p{
    font-size: 26px;
    line-height: 38px;
    /* font-weight: normal; */
    letter-spacing: 0.52px;
    margin: 0;
    max-width: 511px;
    width: 100%;
}
.our-concept-image{
    margin: 0;
}





/* Figures Section */
.figures-section{
    padding: 118px 0;
    position: relative;
}
.shape-9{
    position: absolute;
    top: -480px;
    right: -249px;
}
.figures-title{
    text-align: center;
    margin: 0 0 123px 0;
}
.figures-title h2{
    margin: 0 0 30px 0;
}
.figures-title p{
    max-width: 589px;
    width: 100%;
    margin: 0 auto;
}

.figures-block{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 0 40px;
}
.figures-block img{
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.figures-text{
    padding: 0 0 0 20px;
    width: calc(100% - 100px);
}
.figures-text h2{
    letter-spacing: -2.8px;
    color: #313133;
    margin: 0 0 0 0;
    /* line-height: 100px;
    font-size: 70px; */
    font-weight: bold;
}
.figures-text p{
    line-height: 26px;
}




/* Advantages Section */
.advantages-section{
    position: relative;
    padding: 133px 0 142px 0;
}
.shape-10{
    position: absolute;
    top: -84px;
    right: -146px;
}
.advantages-section::before{
    content: "";
    width: 96.5%;
    height: 100%;
    z-index: -1;
    background-color: #0064AF;
    border-radius: 179px 0px 264px 60px;
    position: absolute;
    right: 0;
    top: 0px;
}
.advantages-parent h2{
    margin: 0 0 115px 0;
    color: #fff;
}
.advantages-block .advantages-img{
    height: 115px;
    display: flex;
    align-items: flex-end;
}
.advantages-block h5{
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    margin: 60px 0 33px 0;
}
.advantages-block p{
    color: #fff;
    max-width: 279px;
    width: 100%;
}




/* Our Concept Section */
.our-concept-section{
    margin: 0 0 -360px 0;
    position: relative;
    z-index: 4;
}
.our-concept-title{
    padding: 143px 0 124px 0;
    position: relative;
}
.concept-img{
    position: absolute;
    bottom: -70px;
    right: -96px;
    z-index: 11;
}
.our-concept-title h2{
    margin: 0 0 25px 0;
}

.our-concept-data{
    background-color: #FFD200;
    padding: 81px 76px 63px 76px;
    border-radius: 50px;
    z-index: 1;
    position: relative;
}
.our-concept-data .gx-5{
    --bs-gutter-x: 99px;
}
.our-concept-block{
    margin: 0 0 30px 0;
}
.our-concept-block-image{
    width: 131px;
    height: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #fff;
}
.our-concept-block h4{
    color: #313133;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    margin: 41px 0 18px 0;
}
.our-concept-block p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #313133;
}
.btn.our-concept-block-btn{
    margin: 0 auto;
    display: table;
    background-color: #313133;
    border-color: #313133;
}


.testimonials-home-section .testimonials-parent{
    background-color: #ECF8FF;
    padding-bottom: 70px;
    border-radius: 0px 60px 0px 100px;
    padding-top: 40px;
}

/* Testimonials Slider Section */
.testimonials-slider-section{
    padding: 482px 0 138px 0;
    border-radius: 0px 147px 0px 233px;
    background-color: #ECF8FF;
    position: relative;
    z-index: 1;
}
.shape-13{
    position: absolute;
    top: 230px;
    left: -114px;
    mix-blend-mode: multiply;
    z-index: -1;
}
.testimonials-head{
    margin: 0 0 75px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.testimonials-slider-block {
    background-color: #fff;
    padding: 37px 35px 40px 38px;
    border-radius: 14px;
    min-height: 435px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonials-slider .swiper-slide{
    height: auto;
}
.testimonials-slider-title{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 33px 0;
}
.testimonials-slider-title img{
    width: 77px;
    height: 77px;
    object-fit: cover;
    border-radius: 100px;
}
.testimonials-slider-title-text{
    padding: 0 0 0 31px;
    width: calc(100% - 77px);
}
.testimonials-slider-title-text h5{
    font-size: 18px;
    line-height: 24px;
    color: #0064AF;
    margin: 0 0 5px 0;
    font-weight: 600;
}
.testimonials-slider-title-text h6{
    color: #6D6F72;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
}
.testimonials-slider-block p{
    min-height: 189px;
    margin: 0 0 40px 0;
}
.testimonials-slider-block h4{
    color: #B4B4B4;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    margin-top: auto;
}

.testimonials-slider-data {
    padding: 0 0 0 16%;
    position: relative;
}
.testimonials-slider-data::before{
    content: "";
    width: 257px;
    height: 100%;
    background: transparent linear-gradient(270deg, #ECF8FF 0%, #ECF8FF00 82%, #F8F8F800 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 111;
}
.testimonial-pagination-wrape{
    padding: 72px 0 0 0;
}
.pagination-style .swiper-pagination-bullet {
    width: 9px!important;
    height: 9px!important;
    background-color: #B4B4B4!important;
    border-radius: 100px;
    border: none!important;
    opacity: 1!important;
    margin: 0 15px 0 0!important;
}
.pagination-style .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #0064AF!important;
    opacity: 1!important;
}
.slider-button{
    width: 86px;
    height: 86px;
    background-color: #57B1EB;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}





/* Our Prices Concept Section */
.ourprices-concept-section{
    padding: 150px 0 129px 0;
    position: relative;
    z-index: 1;
}
.shape-11{
    position: absolute;
    bottom: -308px;
    right: -254px;
    z-index: -1;
}
.ourprices-concept-title{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 87px 0;
}
.ourprices-concept-title h2{
    margin: 0 0 16px 0;
}
.ourprices-concept-btn{
    font-size: 24px;
    line-height: 33px;
    color: #313133;
    font-weight: 600;
}
.ourprices-concept-btn:hover{
    color: #313133;
}
.ourprices-concept-btn img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 33px;
}

.ourprices-concept-data .gx-5{
    --bs-gutter-x: 30px;
}
.ourprices-concept-block{
    padding: 68px 20px 50px 20px;
    min-height: 502px;
    text-align: center;
    border-radius: 25px;
    background-color: #313133;
    margin: 0 0 40px 0;
}
.ourprices-concept-block h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 41px;
    margin: 0 0 65px 0;
    color: #fff;
}
.ourprices-concept-block h2{
    /* font-size: 80px;
    font-weight: 800;
    line-height: 100px; */
    color: #fff;
    margin: 0 0 4px 0;
}
.ourprices-concept-block h6{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.36px;
    margin: 0 0 67px 0;
    min-height: 24px;
    color: #fff;
}
.ourprices-concept-block .btn.btn-primary{
    padding: 16.5px 20px;
    min-width: 270px;
}
.premium-block{
    background-color: #ECF8FF;
}
.premium-block h3{
    color: #57B1EB;
}
.premium-block h2{
    color: #0A79C0;
}
.premium-block .btn.btn-primary{
    background-color: #57B1EB;
    color: #fff;
    border-color: #57B1EB;
}
.discovery-block .btn.btn-primary{
    background-color: #FFD200;
    color: #313133;
    border-color: #FFD200;
}
.essential-block{
    background-color: #0064AF;
}
.essential-block .btn.btn-primary{
    background-color: #fff;
    color: #0A79C0;
    border-color: #fff;
}





/* Concept Contact Section */
.concept-contact-section{
    margin: 0;
    padding: 0 0 138px 0;
}




/*======================================= Who Are we =======================================*/

/* Who Are we Banner */
.who-are-we-banner{
    padding: 111px 0 106px 0;
    background: transparent linear-gradient(180deg, #ECF8FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.who-are-we-text{
    max-width: 680px;
    width: 100%;
    padding: 43px 0 0 0;
}
/* .who-are-we-text h1{
    font-size: 90px;
    line-height: 90px;
    margin: 0 0 42px 0;
} */
.who-are-we-image{
    margin: 0 -220px 0 61px;
}

.width-1200{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}


/* Team Section */
.team-section{
    background-color: #F8F8F8;
    padding: 80px 0 86px 0;
    border-radius: 67px 448px 0 0;
    min-height: 990px;
    position: relative;
}
.team-shape{
    position: absolute;
    top: -502px;
    left: -181px;
}
.team-parent h2{
    text-align: center;
    margin: 0 0 65px 0;
}
.team-block{
    text-align: center;
}
.team-block img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.5s ease;
    margin: 0 auto;
}
.team-block img:hover{
    box-shadow: 12px 25px 49px #0000002E;
}
.team-block h4{
    color: #0064AF;
    margin: 32px 0 16px 0;
}
.team-block h5{
    font-size: 24px;
    line-height: 33px;
    color: #313133;
}




/* Our Values Section */
.our-values-section{
    padding: 127px 0 169px 0;
    position: relative;
    z-index: 1;
    margin: -223px 0 0 0;
}
.shape-12{
    position: absolute;
    top: 37px;
    right: -136px;
}
.our-values-section::before{
    content: "";
    width: 96.5%;
    height: 100%;
    z-index: -1;
    background-color: #0064AF;
    border-radius: 179px 0px 264px 60px;
    position: absolute;
    top: 0;
    right: 21px;
}
.our-values-parent h2{
    color: #fff;
    margin: 0 0 114px 0;
}
.our-values-block img{
    height: 93px;
    object-fit: contain;
}
.our-values-block h4{
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    margin: 63px 0 32px 0;
}
.our-values-block p{
    color: #fff;
}
.our-values-parent .gx-5{
    --bs-gutter-x: 182px;
}




/* Engagement Section */
.engagement-section{
    padding: 114px 0 0 0;
}
.engagement-parent h2{
    margin: 0 0 81px 0;
}
.engagement-parent .gx-5{
    --bs-gutter-x: 80px;
}
.engagement-block-title{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 33px 0;
}
.engagement-block{
    margin: 0 0 80px 0;
}
.engagement-block h4{
    letter-spacing: -2.8px;
    color: #313133;
    font-size: 70px;
    line-height: 100px;
    font-weight: bold;
    margin: 0 0 0 24px;
    position: relative;
}
.engagement-block h4::before{
    content: "";
    width: 100%;
    height: 24px;
    background-color: #57B1EB;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: -1;
}


.engagement-block-2 h4::before{
    background-color: #FFD200;
}





/*================================= Formations =================================*/
.formations-banner{
    padding: 130px 0 48px 0;
    background: transparent linear-gradient(180deg, #ECF8FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.formations-banner-text{
    padding: 45px 0 0 0;
    max-width: 680px;
    width: 100%;
}
.hero-banner .banner-wrape {
    padding: 40px 0 0 0;
}
/* .formations-banner-text h1{
    margin: 0 0 32px 0;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -1.8px;
} */
.formations-banner-text p{
    margin: 0 0 32px 0;
}
.formations-banner-text .btn-primary{
    min-width: auto;
    background-color: #0064AF;
    border-color: #0064AF;
    padding: 13px 24px 15px 24px;
}
.formations-image{
    margin: 0 0 0 0;
}
.formations-image img{
    display: table;
    margin: 0 0 0 auto;
}




/* Formations Section */
.formations-section{
    padding: 49px 0 0 0 ;
}
.formations-block{
    display: flex;
    align-items: flex-start;
    margin: 0 0 80px 0;
}
.formations-block-left img{
    width: 91px;
    height: 94px;
    object-fit: contain;
}
.formations-text{
    width: calc(100% - 91px);
    padding: 20px 0 0 24px;
}
.formations-text h3{
    font-size: 48px;
    line-height: 49px;
    font-weight: bold;
    letter-spacing: -1.92px;
    color: #313133;
    margin: 0 0 48px 0;
}
.formations-text ul{
    list-style: none !important;
    margin: 0 0 0 22px;
}
.formations-text ul li{
    font-size: 18px;
    line-height: 28px;
    color: #6D6F72;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
}
.formations-text ul li::before{
    content: "";
    width: 5px;
    height: 5px;
    background-color: #6D6F72;
    position: absolute;
    left: 0;
    border-radius: 100px;
    top: 11px;
}

.formations-text ul li::marker{
    margin: 0 10px 0 0;
}



/* Text Block Section */
.text-block-section{
    padding: 0 0 129px 0;
}
.text-block-data{
    border-radius: 70px;
    background-color: #FFD200 ;
    padding: 0 0 0 0;
    min-height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}
.text-block{
    max-width: 979px;
    width: 100%;
    margin: 0 auto;
}
.text-block p{
    color: #6D6F72;
    font-size: 34px;
    line-height: 46px;
    font-weight: 600;
}



/* Step Slider Section */
.step-slider-section{
    padding: 87px 0;
}
.step-slider-wrape{
    padding: 0 0 0 30px;
    display: flex;
    align-items: center;
    min-height: 100%;
}
.step-slider-data{
    max-width: 557px;
    width: 100%;
}
.step-slider-text h5{
    color: #0064AF;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 8px 0;
    letter-spacing: 0.48px;
}
.step-slider-text h4{
    margin: 0 0 12px 0;
    color: #313133;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -1.28px;
    line-height: 56px;
}
.step-slider-text p{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.48px;
    margin: 0 0 32px 0;
}
.step-slider-navigation{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.step-slider-navigation .step-pagination {
    width: 70%;
}





/* Testimonials Formation Section */
.testimonials-formation-section{
    padding: 184px 0 134px 0;
}
.testimonials-formation-section .shape-13{
    top: -69px;
}




/* Advantages Trans Section */
.advantages-trans-section{
    padding: 80px 0 140px 0;
}
.advantages-trans-parent h2{
    margin: 0 0 87px 0;
}
.advantages-trans-parent .gx-5{
    --bs-gutter-x: 105px;
}
.advantages-trans-block span{
    height: 115px;
    display: flex;
    align-items: flex-end;
}
.advantages-trans-block h5{
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #313133;
    margin: 33px 0 32px 0;
}
.advantages-trans-block p{
    color: #313133;
    max-width: 279px;
    width: 100%;
}






/* Formation Price Section */
.formation-price-section{
    padding: 80px 0;
    min-height: auto;
}
.formation-price-section .news-title{
    margin: 0 0 32px 0;
}





/*======================================= FAQ =======================================*/

/* Faq Section */
.faq-section{
    background-color: #ECF8FF;
    padding: 150px 0 40px 0;
    position: relative;
    z-index: 1;
}
.faq-section .shape-14 {
    top: 120px;
}
.shape-14{
    position: absolute;
    top: 122px;
    left: -304px;
    z-index: -1;
}
.faq-parent h1 {
    margin: 0 auto 80px;
    text-align: center;
    max-width: 740px;
}
.faq-tab{
    padding: 0 34px 0 0;
}
.faq-tab .nav-tabs{
    display: block;
    width: 100%;
    margin: 0;
    border: none;
}
.faq-tab .nav-tabs .nav-item{
    margin: 0 0 40px 0;
}
.faq-tab .nav-tabs .nav-link{
    border-radius: 15px;
    border: none;
    width: 100%;
    margin: 0 0 0 0;
    padding: 24px;
    min-height: 143px;
    font-size: 30px;
    line-height: 41px;
    color: #313133;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: flex-start;
    background-color: #F8F8F8;
    border: 2px solid #F8F8F8;
}
.faq-tab .nav-tabs .nav-link.active{
    border: none;
    background-color: #fff;
    box-shadow: 8px 12px 20px #0000001A;
    border: 2px solid #4DA8E8;
}
.tab-content-body{
    padding: 0 0 0 23px;
}

.faq-accordion-item{
    border-bottom: 1px solid #707070;
    padding: 0 0 24px 0;
    margin: 0 0 24px 0;
}
.faq-ac-btn{
    text-align: left;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 11px 0;
    font-size: 24px;
    line-height: 33px;
    font-weight: bold;
    color: #313133;
    min-height: 56px;
    position: relative;
}
.faq-ac-btn::before{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../images/ac-arrow.svg');
    background-size: cover;
    position: absolute;
    top: 17px;
    right: 0;
    transform: rotate(180deg);
}
.faq-accordion-body{
    padding: 24px 0 0 20px;
}
.faq-accordion-body p{
    margin: 0 0 25px 0;
}
.faq-accordion-body ul {
    margin-left: 18px;
}
.faq-accordion-body p:last-child{
    margin-bottom: 16px;
}
.faq-accordion-item .collapsed::before {
    transform: rotate(0deg);
}




/*======================================== Faq Opt 2 ========================================*/

/* Faq Opt2 Section */
.faq-section{
    padding-bottom: 80px;
}
.faq-opt2-section .faq-parent h2{
    margin: 0 0 108px 0;
}
.faq-opt2-tab .nav-tabs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 40px 0;
    border: none;
    border-bottom: 1px solid #707070;
}
.faq-opt2-tab .nav-tabs .nav-item{
    margin: 0 0 0px 0;
}
.faq-opt2-tab .nav-tabs .nav-link{
    border-radius: 0;
    border: none;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 15px 24px 15px;
    font-size: 30px;
    line-height: 41px;
    color: #313133;
    font-weight: 600;
    background-color: transparent;
    position: relative;
}
.faq-opt2-tab .nav-tabs .nav-link::before{
    content: "";
    width: 0%;
    height: 2px;
    background-color: #0064AF;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.faq-opt2-tab .nav-tabs .nav-link.active{
    border: none;
    background-color: transparent;
}
.faq-opt2-tab .nav-tabs .nav-link.active::before{
    opacity: 1;
    width: 100%;
}


.faq-opt2-data .tab-content-body{
    padding: 40px;
    padding-bottom: 0;
    background-color: #fff;
}
.faq-opt2-data .faq-ac-btn{
    color: #0064AF;
    min-height: 41px;
    padding: 4px 0;
}
.faq-opt2-data .collapsed{
    color: #313133;
}
.faq-opt2-data .faq-accordion-item:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
.faq-opt2-data .faq-ac-btn::before {
    top: 9px;
}




/*========================= Contact Opt1 =========================*/

/* Contact Opt1 Section */
.contact-opt1-section{
    background: transparent linear-gradient(180deg, #ECF8FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    padding: 150px 0 95px 0;
}
.contact-opt1-form{
    max-width: 763px;
    width: 100%;
}
.contact-opt1-form h1{
    /* font-size: 48px;
    line-height: 90px;
    letter-spacing: -0.96px;*/
    margin: 0 0 80px 0;
}
.form-bl label{
    color: #313133;
}
.form-bl .form-control{
    color: #313131;
    border-color: #313133;
}
.form-bl .form-control::placeholder{
    color: rgba(49, 49, 51,0.17);
}
.contact-opt1-form .form-button .btn-primary{
    margin-top: 20px;
}

.contact-opt1-image{
    margin: 12px -60px 0 0;
}
.contact-opt1-image img{
    margin: 0 0 0 auto;
    display: table;
}






/*===================================== Blog Listing =====================================*/


/* Blog Banner */
.blog-banner{
    background: transparent linear-gradient(180deg, #ECF8FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    padding: 120px 0;
}
.blog-banner-wrape{
    min-height: 100%;
    display: flex;
    align-items: center;
}
.blog-banner-text{
    max-width: 864px;
    width: 100%;
}
/* .blog-banner-text h1{
    font-size: 90px;
    line-height: 90px;
    margin: 0;
} */
.blog-banner-image img{
    margin: 0 0 0 auto;
}



/* Blog Listing Section */
.blog-listing-section{
    padding: 80px 0 56px 0;
    border-radius: 67px 448px 0 0;
    background-color: #F8F8F8;
    position: relative;
    z-index: 1;
}
.blog-listing-shape{
    position: absolute;
    top: -232px;
    right: -181px;
    z-index: -1;
}
.blog-listing-menu{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 80px 0;
}
.filters-name{
    margin: 0 0 0px 0;
}
.filters-name li{
    display: inline-block;
    position: relative;
    padding: 0 22px 0 0;
    margin-bottom: 10px;
}
.filters-name li .filter{
    font-weight: 600;
    margin: 0 0;
    padding: 8px 24px;
    display: block;
    color: #0064AF;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    border-radius: 100px;
    border: 1px solid #0064AF;
    position: relative;
}
.filters-name li .filter.active{
    background-color: #0064AF;
    border-color: #0064AF;
    color: #fff;
}

.sort-filter{
    max-width: 335px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sort-filter h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #6D6F72;
    width: 85px;
}
.sort-filter-wrape{
    width: calc(100% - 85px);
}
.sort-filter-form{
    background-color: #F8F8F8;
    height: 40px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #707070;
    padding-left: 12px;
    appearance: none;
    background-image: url('../images/drowp-arrow.svg');
    background-size: 24px;
    background-position: 99% center;
    background-repeat: no-repeat;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #6D6F72;
}
.sort-filter-form::placeholder{
    color: #6D6F72;
}


.filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}

.filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}

.blog-listing-filter-data{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}
.blog-listing-filter{
    padding: 0 14px;
    width: 33.33%;
/*    display: none;*/
}
.blog-listing-filter-box{
    margin: 0 0 48px 0;
}
.blog-listing-filter-box img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}
.blog-listing-filter-text{
    padding: 33px 79px 36px 42px;
    background-color: #57B1EB;
    border-radius: 0 0 25px 25px;
}
.blog-listing-filter-text h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px 0;
}
.blog-listing-filter-text p{
    min-height: 71px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px 0;
}
.blog-listing-filter-text h6{
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #F8F8F8;
}

.pagination {
    display: table;
    margin: 0 auto;
    padding: 8px 0 0 0;
}
.pagination ul{
    list-style: none;
    margin: 0;
}
.pagination ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.pagination ul li a{
    font-size: 24px;
    line-height: normal;
    color: #313133;
    display: block;
    font-weight: normal;
    letter-spacing: 0.48px;
}
.pagination ul li a:hover{
    color: #57B1EB;
}
.pagination ul li.active a{
    font-weight: 800;
    color: #57B1EB;
}



/*===================================== Blog Listing Opt 2 =====================================*/


/* Blog Listing Opt 2 Section */
.blog-listing-filter-box{
    transition: all 0.5s ease;
}
.blog-listing-filter-box:hover{
    filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.16));
}
.blog-listing-opt-2-section .blog-listing-filter-image img{
    border-radius: 25px 200px 0px 0px;
    height: 250px;
}
.blog-listing-opt-2-section .blog-listing-filter-text{
    padding: 24px;
    padding-top: 16px;
    background-color: #fff;
}
.blog-listing-opt-2-section .blog-listing-filter-text h6{
    margin: 0 0 16px 0;
    color: #313133;
}
.blog-listing-opt-2-section .blog-listing-filter-text h5{
    font-size: 24px;
    line-height: 33px;
    color: #313133;
    margin: 0;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-listing-opt-2-section .blog-listing-filter-box-v2 img{
    border-radius: 25px 25px 0 0;
}
.blog-listing-opt-2-section .blog-listing-filter-box-v2 .blog-listing-filter-text{
    background-color: #57B1EB;
    position: relative;
}
.blog-listing-opt-2-section .blog-listing-filter-box-v2 .blog-listing-filter-text h6{
    padding: 9px 18px;
    background-color: #FFCC00;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #313133;
    display: table;
    position: absolute;
    top: -40px;
    left: 0;
    margin: 0;
}
.blog-listing-opt-2-section .blog-listing-filter-box-v2 .blog-listing-filter-text h5{
    font-weight: bold;
    line-height: 28px;
    color: #fff;
}

/*==================================== Blog Details ====================================*/

/* Blog Details Banner */
.blog-details-banner-image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

/* Blog Details Section */
.blog-details-section{
    padding: 40px 0 32px 0;
}
.breadcrumb-data{
    display: block;
    color: #0064AF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 48px 0;
}
.breadcrumb-data a{
    color: #6D6F72;
}
.blog-details-data h1 {
    font-weight: 800;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1.8px;
}
.blog-details-data h2 {
    font-weight: 800;
    font-size: 70px;
    letter-spacing: -1.4px;
    line-height: 85px;
    margin-bottom: 15px;
}
.blog-details-data h3{
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
    margin: 0 0 48px 0;
    color: #313133;
}
.blog-details-data h6{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 16px 0;
    color: #0064AF;
}


.blog-details-data p{
    letter-spacing: 0.36px;
    margin: 0 0 28px 0;
}
.blog-details-image{
    margin: 0 0 48px 0;
}
.blog-details-image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.blog-details-image-wrape .gx-5{
    --bs-gutter-x: 48px;
}

.blog-details-text{
    text-align: center;
    padding: 113px 0 203px 0;
    position: relative;
    z-index: 1;
}
.blog-details-text::before,.blog-details-text::after{
    content: "";
    width: 324px;
    height: 224px;
    background-image: url('../images/quto-1.png');
    background-size: cover;
    position: absolute;
    top: 0;
    left: -107px;
    z-index: -1;
}
.blog-details-text::after{
    top: auto;
    bottom: 35px;
    left: auto;
    right: -46px;
    background-image: url('../images/quto-2.png');
}
.blog-details-text h3{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}


/* Related Articles */

.related-articles{
    min-height: auto;
    height: auto;
    padding: 80px 0;
    position: relative;
    border-radius:  0 147px 0 0;
}
.related-shape{
    position: absolute;
    top: -219px;
    left: -189px;
    mix-blend-mode: multiply;
}
.related-articles .news-title {
    margin: 0 0 48px 0;
}
.related-articles .news-title h2{
    font-size: 48px;
    line-height: 60px;
    margin: 0 0 0 0;
}





/*=================================== Sign Up ===================================*/

/* Sign Up Section */
.sign-up-section{
    padding: 0 0 48px 0;
    background: transparent linear-gradient(180deg, #ECF8FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.btn.back-btn{
    display: table;
    padding: 11px 24px 12px 24px;
    background-color: transparent;
    border-color: #4DA8E8;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #00487E;
    position: absolute;
    top: 48px;
    left: 60px;
}
.btn.back-btn img{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 12px 0 0;
}


.title{
    padding: 48px 0 0 0;
}
.title h1{
    letter-spacing: -0.64px;
    color: #313133;
    font-size: 32px;
    line-height: 50px;
    font-weight: 800;
    margin: 0 0 32px 0;
    text-align: center;
}
.title img{
    margin: 0 auto;
    display: table;
    margin-bottom: 48px;
}
.title h6{
    text-align: center;
    margin: 0 0 48px 0;
    letter-spacing: -0.64px;
    color: #0064AF;
    font-size: 32px;
    line-height: 50px;
    font-weight: 800;
}

.sign-up-form{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
.sign-up-form .gx-5{
    --bs-gutter-x: 48px;
}
.sign-up-form .form-group{
    margin-bottom: 32px;
}
.select-icon{
    background-image: url('../images/drop-arrow.svg');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 100% 18%;
}


.form-group-radio{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form-radio-item{
    margin: 0 40px 0 0;
}
.form-radio-item:last-child{
    margin-right: 0;
}
.form-radio-item label{
    font-weight: normal;
    margin: 0;
    color: #313133;
}
.form-radio:checked,
.form-radio:not(:checked) {
    position: absolute;
    left: -9999px;
}
.form-radio:checked + label,
.form-radio:not(:checked) + label{
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    display: inline-block;
}
.form-radio:checked + label:before,
.form-radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 2px solid #707070;
    border-radius: 100%;
    background: transparent;
}
.form-radio:checked + label:after,
.form-radio:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0064AF;
    position: absolute;
    top: 6px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-color: #0064AF;
}
.form-radio:checked + label:before{
    border-color: #0064AF;
}
.form-radio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.form-radio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.form-group-radio{
    margin: 0 0 32px 0;
}
.form-check{
    min-height: auto;
    margin: 0;
    padding: 0;
}
.form-check input {
  padding: 0;
  height: initial;
  width: initial;
  display: none;
  cursor: pointer;
  margin: 0;
}
.form-check label {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  color: #313133;
  padding: 0 0 0 36px;
}
.form-check label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #707070;
  padding: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 2px;
  margin-right: 0;
  border-radius: 4px;
}
.form-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background-color: #0064AF;
  border-radius: 4px;
  background-image: url('../images/check.png');
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
}

.form-inner .gx-5{
    --bs-gutter-x: 74px;
}

.capcha-image{
    margin: 0 auto;
    display: table;
    margin-bottom: 32px;
}

.login-captcha{
    margin-top: 30px;
}

.sign-up-form-footer{
    text-align: center;
}
.sign-up-form-footer p{
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #313133;
    margin: 0 0 20px 0;
}
.sign-up-form-footer p a{
    color: #0064AF;
    font-weight: bold;
}
.btn.signup-btn,.btn.login-btn{
    margin: 0 auto;
    display: table;
    background-color: #57B1EB;
    border-color: #57B1EB;
    margin: 40px auto;
    min-width: 159px;
}
.sign-up-form-footer h5{
    font-size: 16px;
    line-height: 22px;
    color: #313133;
    font-weight: bold;
}
.sign-up-form-footer h5 a{
    color: #0064AF;
}



/*============================================ Login ============================================*/

/* Login Section */
.login-section{
    padding: 124px 0 48px 0;
    background: transparent linear-gradient(180deg, #ECF8FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.login-parent{
    margin: 0 auto;
}
.login-parent .title{
    padding: 0;
}
.login-form{
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
.login-form .form-group{
    margin-bottom: 32px;
}
.login-form .form-login{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.login-form .form-login h6{
    color: #0064AF;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
}
.login-form .form-login h6 a{
    color: #0064AF;
}

.btn.login-btn{
    margin: 32px auto;
}
.login-footer{
    padding: 32px 0 0 0;
    border-top: 1px solid #707070;
}
.login-footer h6{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    color: #313133;
    margin: 0 0 32px 0;
}
.login-footer h6 a{
    color: #313133;
}
.btn.login-foot-btn{
    background-color: transparent;
    border-color: #4DA8E8;
    color: #00487E;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    min-width: 162px;
    margin: 0 auto;
    display: table;
}





/*=============================== Terms & conditions ===============================*/

/* Terms & conditions Section */
/*
.tc-section{
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.tc-section::before{
    content: "";
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #ECF8FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.tc-wrape{
    min-height: 100vh;
    padding: 0 0 251px 0;
}
.tc-section .title {
    margin-bottom: 120px;
}

.tc-text h3{
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 24px 0;
    color: #313133;
    font-weight: 800;
}
.tc-text p{
    margin-bottom: 57px;
}
.tanc-data{
    padding: 50px 0 1px 0;
}
*/
.foot-line{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px -3px 6px #00000029;
    padding: 15px 0;
    z-index: 1;
    background-color: #fff;
}

.foot-line-data{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.foot-line-data .btn.btn-primary{
    min-width: auto;
    padding: 13px 40px 14px 40px;
    background-color: #ADADAD;
    border-color: #ADADAD;
    color: #fff;
}
.foot-line-data .btn.border-btn{
    background-color: transparent;
    border: 1px solid #313133;
    color: #313133;
    margin: 0 32px 0 0;
}
.foot-line-data .btn.btn-primary:hover,
.foot-line-data .btn.border-btn:hover{
    border-color: #4899D7;
    color: #fff;
    background-color: #4899D7;
}
.viewport-bottom .btn.foot-line-btn{
    background-color: #57B1EB;
    border-color: #57B1EB;
}






/*====================== 404 ======================*/
.error-section{
    padding: 130px 0 100px 0;
    text-align: center;
    background: transparent linear-gradient(180deg, #ECF8FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.error-data img{
    margin: 0 auto;
    max-width: 500px;
    width: 80%;
    margin-bottom: 30px;
}
.error-data h1{
    margin: 0 0 20px 0;
}




/*==================================== Dashboard ====================================*/
.main-contant{
    background-color: #ECF8FF;
    min-height: 100vh;
}
.width-1608{
    width: 100%;
    max-width: 1608px;
    margin: 0 auto;
}

.right-sidebar{
    max-width: 94px;
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: #0064AF;
    /* padding: 62px 25px; */
    padding: 62px 0;
    transition: all 0.5s ease;
    z-index: 11111;
}
.sidebar{
    transition: all 0.5s ease;
}
.sidebar-arrow{
    transition: all 0.5s ease;
    background-color: transparent;
    border-radius: 0;
    border: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}
.sidebar-arrow span{
    display: none;
    transition: all 0.5s ease;
    margin: 0 0 0 22px;
}
.sidebar-arrow img{
    height: 28px;
    object-fit: contain;
    transition: all 0.5s ease;
}
.logo{
    margin: 0 auto;
    display: table;
    margin-bottom: 102px;
    transition: all 0.5s ease;
    height: 44px;
}
.logo-img{
    transition: all 0.5s ease;
    display: none;
}
.logo-symbols{
    display: block;
    transition: all 0.5s ease;
}

.sidebar-menu ul{
    list-style: none;
    margin: 0 0 0 0;
    min-height: 610px;
}
.sidebar-menu ul li{
    display: block;
    margin: 0 0 35px 0;
}
.sidebar-menu ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    padding: 0;
    position: relative;
}
.sidebar-menu ul li a::before{
    content: "";
    width: 6px;
    height: 60px;
    background-color: #fff;
    position: absolute;
    /* left: -25px; */
    left: 0;
    top: -14px;
    opacity: 0;
    transition: all 0.5s ease;
}
.slide .sidebar-menu ul li a::before{
    left: -101px;
}
.sidebar-menu ul li.active a::before{
    opacity: 1;
}
.sidebar-menu ul li a img{
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.sidebar-menu ul li a span{
    margin: 0 0 0 22px;
    display: none;
    transition: all 0.5s ease;
}


.mobile-sidebar-profile{
    background-color: #fff;
    padding: 22px 16px;
    min-height: 100px;
    padding-right: 48px;
    display: none;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #0064AF;
}
.sidebar-profile-img{
    width: 56px;
    height: 56px;
    border-radius: 100px;
    object-fit: cover;
}
.mobile-sidebar-profile-text{
    width: calc(100% - 56px);
    padding: 0 0 0 16px;
}
.mobile-sidebar-profile-text h4{
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    color: #313133;
    letter-spacing: -0.5px;
    margin: 0 0 3px 0;
}
.mobile-sidebar-profile-text h6{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #6D6F72;
}
.close-btn {
    width: 24px;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}


.main-body{
    padding: 0 50px 48px 144px;
    transition: all 0.5s ease;
}

.navigation-data{
    padding: 47px 0 40px 0;
}
.heading-text h1{
    /* font-size: 50px;
    line-height: 68px; */
    font-weight: bold;
    color: #313133;
    display: flex;
    align-items: center;
}
.heading-text h1 a{
    margin: 0 30px 0 0;
}

.navigation-menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.profile-button{
    background-color: transparent;
    border: none;
}
.profile-button img{
    width: 75px;
    height: 75px;
    border-radius: 100px;
}
.navigation-button{
    background-color: transparent;
    border: none;
}
.bell-btn{
    position: relative;
    margin: 0 22px 0 49px;
}
.dot{
    position: absolute;
    top: -5px;
    right: -4px;
    background-color: #BD061C;
    width: 8px;
    height: 8px;
    border-radius: 100px;
}

.notification-icon{
    position: relative;
    padding: 12px 0 0 0;
}
.notification-data{
    position: absolute;
    top: 54px;
    right: -30px;
    width: 400px;
    padding: 0 0;
    background-color: #fff;
    min-height: 100px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 27px;
    z-index: 11;
    display: none;
}
.notification-data h4{
    padding: 24px;
    font-size: 24px;
    line-height: 33px;
    font-weight: bold;
    color: #0064AF;
}
.notification-data ul{
    list-style: none;
    margin: 0;
}
.notification-data ul li{
    padding: 16px 24px;
    border-bottom: 3px solid #EBEBEB;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #313133;
}
.notification-data ul li.not-read{
    background-color: #ECF8FF;
}
.notification-data ul li:last-child{
    border-bottom: 0;
}


.slide .right-sidebar{
    max-width: 451px;
    padding-left: 102px;
}
.slide .sidebar-menu ul li a{
    justify-content: flex-start;
}
.slide .logo{
    margin-left: 0;
    margin-right: 0;
}
.slide .sidebar-arrow{
    margin: 0;
    justify-content: flex-start;
}
.slide .sidebar-arrow span{
    display: inline-block;
}
.slide .sidebar-menu ul li a span{
    display: block;
    width: auto;
}
.slide .logo .logo-img{
    display: block;
}
.slide .logo .logo-symbols{
    display: none;
}
.slide .main-body{
    padding: 0 103px 48px 566px;
}




/* Mobile */
/*

.navbar-toggler-icon{
    width: auto;
    height: auto;
}
.bar1, .bar2, .bar3 {
  width: 20px;
  height: 1px;
  background-color: #0D0E0F;
  margin: 5px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
  transform: rotate(-45deg) translate(-4px, 4px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -7px);
  transform: rotate(45deg) translate(-6px, -7px);
}
.mobile-logo,.mobile-search{
    display: none;
} */






.formation-block-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.formation-block-col-lg{
    width: 79%;
    padding: 0 20px;
}
.formation-block-col-sm{
    width: 21%;
    padding: 0 20px;
}
.formation-block-wrape{
    background-color: #fff;
    border-radius: 27px;
    padding: 33px 74px 61px 62px;
    margin: 0 0 35px 0;
    height: calc(100% - 35px);
}
.formation-box-inner{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.btn.formation-btn{
    padding: 14px 36px ;
    background-color: #57B1EB;
    border-color: #57B1EB;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 7px;
}
.formation-box-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 0 25px 0;
}
.formation-box-text h5,.formation-box-text h4{
    font-size: 34px;
    line-height: 38px;
    font-weight: bold;
    letter-spacing: -1.02px;
    color: #313133;
}
.formation-box-text h4{
    color: #57B1EB;
}

.progress{
    background-color: #ECF8FF;
    height: 8px;
}
.progress-bar{
    background-color: #4DA8E8;
    border-radius: 100px;
}
.formation-block-wrape .gx-5{
    --bs-gutter-x: 135px;
}
.pd-41{
    --bs-gutter-x: 41px;
}
.pd-80{
    --bs-gutter-x: 80px;
}
.formation-box-data{
    display: flex;
    align-items: flex-end;
    min-height: 100%;
}
.formation-box{
    width: 100%;
}

.yellow-box{
    padding: 37px 32px 30px 32px;
    background-color: #FFD200;
    border-radius: 27px;
    min-height: 304px;
    margin: 0 0 35px 0;
    height: calc(100% - 35px);
}
.yellow-box h4{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 12px 0;
    color: #313133;
    padding: 0 10px;
}
.yellow-box p{
    padding: 0 10px;
    margin: 0 0 31px 0;
}
.btn.yellow-btn{
    width: 100%;
    min-width: 100%;
}

.dashboard-contain .dashboard-block{
    background-color: hsl(240deg 2% 20% / 58%);
    background-blend-mode: multiply;
}

.dashboard-block{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 58px 57px 50px 60px;
    border-radius: 27px;
    background-color: #313133;
    position: relative;
    width: 100%;
    z-index: 1;
    min-height: 400px;
    max-height: 400px;
    overflow: scroll;
    margin: 0 0 35px 0;
}
.dashboard-block-img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 27px;
}
.dashboard-block-data{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 87px 0;
}
.dashboard-block-data-text h4{
    font-size: 30px;
    line-height: 41px;
    color: #FFFFFF;
    font-weight: bold;
}
.dashboard-block-data-text h3{
    font-size: 60px;
    line-height: 80px;
    color: #FFFFFF;
    font-weight: 800;
    margin: 2px 0 0 0;
}

.pie-wrapper {
  margin: 0;
  position: relative;
}

.check-icon{
    width: 25px;
}
.dashboard-block ul{
    list-style: none;
    margin: 0;
}
.dashboard-block ul li{
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.dashboard-block ul li span{
    display: block;
    width: calc(100% - 25px);
    padding: 0 0 0 16px;
}
.dashboard-block ul li i{
    width: 25px;
}

.radialprogressbar{
    width: 187px;
    height: 187px;
    border-radius: 1000px;
    background-color: #FFD200;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay-text{
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
    color: #fff;
}
.dashboard-block-2 .radialprogressbar{
    background-color: #57B1EB;
}



.dashboard-foot-blog{
    background-color: #fff;
    padding: 37px 57px 51px 57px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 27px;
    margin: 0 0 9px 0;
    box-shadow: 13px 25px 46px #00000012;
    /* min-height: 266px; */
    height: 100%;
}
.dashboard-foot-blog-text{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
}
.dashboard-foot-faq >img {
    position: absolute;
    right: 50px;
}
.dashboard-foot-faq .dashboard-foot-faq-text {
    width: 50%;
}
.dashboard-foot-blog-text {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
}
.dashboard-foot-faq-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}
.dashboard-foot-blog-text h3,.dashboard-foot-faq-text h3{
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
    letter-spacing: -2.1px;
    color: #0064AF;
    margin: 0 0 20px 0;
}

.dashboard-foot-blog-text h3 {
    margin: 0 0 26px 0;
}

.dashboard-foot-blog-text p,
.dashboard-foot-faq p {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0.52px;
    color: #6D6F72;
    font-weight: normal;
}
.dashboard-foot-faq p {
    color: #fff;
}
.dashboard-foot-blog .btn.btn-primary{
    min-width: 193px;
    margin: 0;
}
.dashboard-foot-blog .btn.btn-primary img{
    width: 18px;
}

.dashboard-foot-faq{
    position: relative;
    background-color: #57B1EB;
    padding: 37px 57px 51px 57px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 27px;
    margin: 0 0 9px 0;
    box-shadow: 13px 25px 46px #00000012;
    height: 100%;
}
.dashboard-foot-faq-text h3{
    margin: 0 0 26px 0;
    color: #fff;
}

.dashboard-foot-faq .btn.btn-primary{
    background-color: #0064AF;
    border-color: #0064AF;
    min-width: 193px;
    margin-top: auto;
}





/*================================== My Profile ==================================*/
.profile-sidebar{
    background-color: #fff;
    padding: 40px 24px 24px 24px;
    min-height: 868px;
    border-radius: 27px;
}
.profile-sidebar-mobile{
    display: none;
}
.profile-sidebar-mobile h5{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}
.profile-data{
    padding: 0 0 0 40px;
}
.profile-img{
    margin: 0 auto;
    display: table;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    margin-bottom: 24px;
}
.btn.edit-btn{
    border: 1px solid #313133;
    padding: 15px 40px;
    min-width: auto;
    margin: 0 auto;
    display: table;
    font-size: 18px;
    line-height: 24px;
    color: #313133;
    background-color: transparent;
}
.profile-sidebar ul{
    list-style: none;
    margin: 32px 0 30px 0;
}
.profile-sidebar ul li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #313133;
    margin: 0 0 24px 0;
}
.profile-sidebar ul li a{
    color: #313133;
    word-break: break-all;
}
.profile-sidebar ul li i{
    width: 40px;
}
.profile-sidebar ul li i img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.profile-sidebar ul li span{
    width: calc(100% - 40px);
    padding: 0 0 0 16px;
}



.profile-tab{
    background-color: #fff;
    min-height: 868px;
}

.profile-tab .nav-tabs{
    margin: 0 0 33px 0;
    border: none;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #707070;
}
.profile-tab .nav-tabs .nav-item{
    margin: 0;
    display: inline-block;
}
.profile-tab .nav-tabs .nav-link{
    padding: 24px 42px;
    padding-bottom: 23px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    color: #313133;
    border-radius: 0;
    border: none;
    margin: 0;
    display: block;
    position: relative;
}
.profile-tab .nav-tabs .nav-link::before{
    content: "";
    width: 0%;
    height: 3px;
    background-color: #0064AF;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.5s ease;
}
.profile-tab .nav-tabs .nav-link.active{
    color: #0064AF;
}
.profile-tab .nav-tabs .nav-link.active::before{
    width: 100%;
}


/* tab-1 */
.tab-body{
    padding: 0 32px;
    padding-bottom: 49px;
    min-height: 100%;
}
.plan-box{
    background-color: #0064AF;
    padding: 24px 32px;
    border-radius: 27px;
    margin: 0 0 56px 0;
    min-height: 170px;
}
.plan-box h5{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 12px 0;
    font-weight: 500;
}
.plan-title h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    margin: 0 0 12px 0;
}
.free-btn{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    background-color: #BD061C;
    padding: 1px 20px 3px 20px;
    border-radius: 100px;
}
.plan-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.plan-list ul{
    list-style: none;
    margin: 0;
    padding: 0 90px 0 0px;
}

.plan-list ul li{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 0 0 0 40px;
    position: relative;
    font-weight: 500;
    margin: 0 0 14px 0;
}

.plan-list ul li::before{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../images/arrow-down-wh.svg');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 4px;
}

.plan-button{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 100%;
}
.plan-button .btn.arrow-btn{
    background-color: #FFD200;
    color: #313133;
    border-color: #FFD200;
    min-width: 193px;
    margin: 0;
}

.upgrade-package h4{
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    color: #0064AF;
    margin: 0 0 16px 0;
}
.upgrade-package-wrape{
    max-width: 937px;
    width: 100%;
    margin: 0 auto;
/*    padding: 48px 0 0 0;*/
}
.upgrade-package-wrape .row{
    align-items: flex-end;
}
.pd-48{
    --bs-gutter-x: 48px;
}

/* tab-2 */
.purchases-block h2,.statistics-tab h2,.notification-tab h2 {
    font-size: 24px;
    line-height: 33px;
    color: #0064AF;
    font-weight: bold;
    margin: 0 0 48px 0;
    letter-spacing: 0;
}
.plan-box-yl{
    margin: 0 0 48px 0;
}
.plan-box-yl .free-btn{
    background-color: #FFD200;
}
.purchases-date{
    float: right;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 0 0;
    display: table;
}


.plan-box-border{
    background-color: #fff;
    border: 1px solid #0064AF;
}
.plan-box-border h5,
.plan-box-border ul li,
.plan-box-border h3,
.plan-box-border .purchases-date{
    color: #0064AF;
}
.plan-box-border ul li::before{
    background-image: url('../images/arrow-blue.svg');
}
.plan-box-border .plan-button .btn.arrow-btn{
    background-color: #0064AF;
    border-color: #0064AF;
    color: #fff;
}


/* tab 3 */
.statistics-tab h2{
    margin: 0 0 32px 0;
}
.statistics-block{
    padding: 32px;
    border-radius: 27px;
    border: 1px solid #0064AF;
    margin: 0 0 48px 0;
}
.statistics-data{
    text-align: center;
    padding: 0 0 0 0;
}
.statistics-data h3{
    font-size: 70px;
    line-height: 94px;
    font-weight: bold;
    letter-spacing: -2.1px;
    color: #57B1EB;
    margin: 0 0 12px 0;
}
.statistics-data p{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #313133;
}

.evolution-block-wrape{
    padding: 29px 66px 54px 54px;
    border: 1px solid #0064AF;
    border-radius: 27px;
}
.evolution-block-wrape .gx-5{
    --bs-gutter-x: 120px;
}
.evolution-block-wrape .formation-box-text{
    padding: 28px 0 17px 0;
}
.formation-box-data1 img{
    max-width: 151px;
    width: 100%;
}
.formation-box-data2 img{
    max-width: 230px;
    width: 100%;
}
.evolution-block-wrape .btn.btn-primary{
    padding: 13px 42px 14px 42px;
    min-width: auto;
    background-color: #57B1EB;
    border-color: #57B1EB;
}
.notification-tab h2{
    margin: 0 0 12px 0;
}
.notification-tab p{
    margin: 0 0 40px 0;
}
.notification-tab .btn-primary{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    background-color: #57B1EB;
    color: #fff;
    border-color: #57B1EB;
    padding: 12px 32px 16px 32px;
}


/* Profile Modal */
.profile-modal .modal-dialog{
    max-width: 982px;
    width: 95%;
}
.profile-modal .modal-content{
    background-color: #fff;
    border-radius: 0;
    padding: 0;
}
.profile-modal .modal-body{
    padding: 48px 80px 96px 80px;
    position: relative;
}
.profile-modal .modal-body h3{
    margin: 0 0 48px 0;
}

.modal-profile-image{
    position: relative;
    display: table;
    margin: 0 0 48px 0;
}
.modal-profile-image .modal-profile-img{
    width: 120px;
    height: 120px;
    border-radius: 100px;
    object-fit: cover;
}
.modal-profile-icon{
    width: 40px;
    height: 40px;
    background-color: #0064AF;
    border-radius: 100px;
    border: 3px solid #fff;
    position: absolute;
    bottom: 0;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-profile-icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.pd-120{
    --bs-gutter-x: 120px;
}
.profile-modal-form .form-group{
    margin: 0 0 32px 0;
    position: relative;
}
.profile-modal-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 32px;
    width: 100%;
    box-shadow: 0px -3px 6px #00000029;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.profile-modal-footer .btn.btn-primary{
    min-width: auto;
    padding: 12px 40px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.profile-modal-footer .btn.border-btn-bl{
    margin: 0 32px 0 auto;
    border: 1px solid #313133;
    color: #313133;
    background-color: transparent;
}
.profile-modal-footer .btn.bg-button{
    background-color: #57B1EB;
    border-color: #57B1EB;
}
.modal-backdrop{
    z-index: 11111;
}
.modal{
    z-index: 1111111;
}






/*================================================ My Court 1 ================================================*/
.breadcrumb-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    margin: 10px 0 0 0;
    color: #57B1EB;
}
.breadcrumb-item img{
    margin: 0 8px 0 12px;
}
.breadcrumb-item a{
    color: #313133;
    font-weight: 600;
}

.header-search{
    padding: 9px 0 0 0;
}
.header-search-data{
    position: relative;
}
.search-form{
    width: 100%;
    height: 62px;
    background-color: #fff;
    border-radius: 100px;
    padding-left: 32px;
    color: #313133;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    border: none;
    box-shadow: none;
    outline: none;
    padding-right: 50px;
}
.search-form::placeholder{
    color: #B4B4B4;
}
.search-btn{
    position: absolute;
    top: 10px;
    right: 14px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    font-size: 0;
    background-image: url('../images/magnifying-glass.svg');
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}



.thematic-block-wrape{
    width: 100%;
    background-color: #fff;
    border-radius: 27px;
    margin: 0 0 0 0;
    padding: 33px 54px;
}
.thematic-block-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.thematic-block-col-lg{
    padding: 0 15px;
    width: 60%;
}
.thematic-block-col-sm{
    width: 40%;
    padding: 0 15px;
}
.thematic-block h4{
    letter-spacing: -1.02px;
    color: #313133;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    display: flex;
    align-items: center;
    margin: 0 0 31px 0;
}
.thematic-block h4 img{
    margin: 0 22px 0 0;
}

.thematic-block{
    max-width: 752px;
    width: 100%;
}
.thematic-block ul{
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 -9px;
}
.thematic-block ul li{
    padding: 0 9px;
    display: inline-block;
    width: 14.28%;
}
.thematic-block ul li span{
    background-color: #ECF8FF;
    height: 8px;
    display: block;
    width: 100%;
    border-radius: 100px;
}
.thematic-block ul li span.selected{
    background-color: #4DA8E8;
}
.thematic-block h6{
    font-weight: 500;
    font-size: 8px;
    line-height: 15px;
    display: none;
    margin: 10px 0 0 0;
}

.current-plan-inner{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.current-plan-inner h5{
    letter-spacing: 0px;
    color: #313133;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 26px 0 0;
}
.current-plan-inner h5 span{
    display: block;
}
.thumbs-up-icon{
    width: 106px;
    height: 106px;
    background-color: #F8F8F8 ;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: none;
    flex-shrink: 0;
}

.mycourt-text-block{
    padding: 56px 0;
    text-align: center;
    max-width: 843px;
    width: 100%;
    margin: 0 auto;
}
.mycourt-text-block h5{
    margin: 0 0 32px 0;
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    color: #313133;
}
.mycourt-text-block p{
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0;
    font-family: "Helvetica";
}


.mycourt-ac{
    padding: 0 0 16px 0;
}
.mycourt-accordion-item{
    background-color: #fff;
    border-radius: 12px;
    margin: 0 0 24px 0;
}
.mycourt-ac-button{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    text-align: left;
    background-color: #57B1EB;
    border-radius: 12px 12px 0 0;
    min-height: 80px;
    border: none;
    font-weight: bold;
    letter-spacing: -0.6px;
    color: #fff;
    font-size: 20px;
    position: relative;
    line-height: 25px;
}
.mycourt-ac-button::before{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../images/arrow-white.png');
    background-size: cover;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.mycourt-ac-button span{
    letter-spacing: -0.6px;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.42px;
    line-height: 20px;
    margin: 4px 0 0 0;
}
.ac-count{
    padding: 0 0;
    letter-spacing: -1.2px;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 45px;
    background: #57B1EB;
    min-height: 80px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 0;
    border-radius: 12px 0px 0px 12px;
}
.ac-text{
    width: calc(100% - 100px);
    padding: 0 0 0 24px;
}
.mycourt-accordion-item .collapsed{
    background-color: #fff;
    color: #313133;
}
.collapsed.mycourt-ac-button span{
    color: #313133;
}
.mycourt-accordion-item .collapsed{
    border-radius: 12px;
}
.mycourt-accordion-item .collapsed::before{
    background-image: url('../images/arrow-gray.png');
}
.mycourt-ac-body {
    padding: 23px 92px 1px 122px;
}
.mycourt-ac-body ul{
    list-style: none;
    margin: 0;
}
.mycourt-ac-body ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: -0.54px;
    color: #313133;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 22px 0;
}
.mycourt-ac-body ul li img{
    width: 16px;
}
.mycourt-ac-body ul li span{
    padding: 0 0 0 16px;
    width: calc(100% - 16px);
}






/*================================== My Courses ==================================*/


.courses-slider-section{
    padding: 48px 0 80px 0;
}
.courses-slider-section h4,.discovery-slider-title h4{
    font-weight: bold;
    line-height: 44px;
    font-size: 32px;
    letter-spacing: 0px;
    color: #313133;
    margin: 0 0 36px 0;
}
.courses-slide-block{
    border-radius: 27px;
    margin: 0 0 35px 0;
    position: relative;
    min-height: 397px;
    width: 100%;
    z-index: 1;
    padding: 51px 45px 43px 45px;
    background-color: #313133;
}
.courses-slide-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 27px;
    z-index: -1;
    opacity: 0.6;
    object-fit: cover;
}
.courses-slide-block h6{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0;
}
.courses-slide-block h3{
    margin: 0 0 0 0;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    letter-spacing: 0;
}
.btn.start-btn{
    color: #313133;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    min-width: 191px;
    margin: 0;
    background-color: #FFD200;
    border-color: #FFD200;
    position: absolute;
    bottom: 43px;
    left: 20px;
}

.btn.start-btn img{
    width: 18px;
}

.courses-button{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.white-button-prev,.white-button-next{
    width: 44px;
    height: 43px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.white-button-next{
    margin: 0 0 0 8px;
}


/* discovery-slider-section */

.discovery-slider-section{
    padding: 0 0 80px 0;
}
.discovery-slider-title{
    margin: 0 0 48px 0;
}
.discovery-slider-title h4{
    margin-bottom: 26px;
}
.discovery-slider-title p{
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0;
    font-family: "Helvetica";
    margin: 0 0 24px 0;
}
.discovery-slider-title .start-btn{
    position: static;
    left: 0;
    bottom: 0;
    min-width: 313px;
}
.discovery-courses-slider-wrape .courses-slide-block .start-btn{
    left: 36px;
    min-width: auto;
    max-width: 324px;
    width: 90%;
    background-color: #313133;
    border-color: #313133;
    color: #fff;
}
.discovery-courses-slider-wrape .courses-slide-block .start-btn:hover{
    background-color: #4f4f4f;
    border-color: #4f4f4f;
    color: #FFF;
}
.discovery-courses-slider-wrape .courses-slide-block .start-btn img{
    margin: 0 14px 0 0;
    filter: invert(1);
}
.discovery-courses-slider-wrape .courses-slide-block h6,
.discovery-courses-slider-wrape .courses-slide-block h3{
    opacity: 0.5;
}
.discovery-courses-slider-wrape .courses-slide-block{
    background-color: #ABABAB;
}
.discovery-courses-slider-wrape .courses-slide-img{
    opacity: 0.21;
    mix-blend-mode: soft-light;
}


.courses-formation{
    padding: 16px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 13px 25px 46px rgba(0, 0, 0, 0.07);
    margin: 24px 0;
    display: none;
}
.courses-formation-block{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.courses-formation-text{
    width: calc(100% - 99px);
    padding: 0 17px 0 0 ;
}
.courses-formation-block img{
    max-width: 99px;
    width: 100%;
}
.courses-formation-text h3{
    letter-spacing: -0.52px;
    font-size: 16px;
    line-height: 20px;
    color: #0064AF;
    font-weight: bold;
    margin-bottom: 8px;
}
.courses-formation-text p{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #6D6F72;
}
.courses-formation .btn.btn-primary{
    padding: 6px 16px;
    min-width: auto;
}


.courses-slider-section .courses-slider-wrape .swiper-slide {
    width: 33.33%;
    margin-right: 16px;
}

/*====================== Good habits for motorists ======================*/

/* motorists-section */
.motorists-section{
    padding: 40px 0 0 0;
}
.motorists-wrapper{
    min-height: 100%;
    position: relative;
    padding-bottom: 70px;
}
.motorists-text{
    margin: 0 0 49px 0;
    min-height: auto;
}
.motorists-text h2{
    font-weight: bold;
    /* font-size: 36px;
    line-height: 49px; */
    color: #313133;
    margin: 0 0 32px 0;
    letter-spacing: 0;
}
.motorists-text p{
    margin: 0 0 25px 0;
}
.button-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.button-group .btn.btn-primary{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 45px;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
}
.btn.border-yl-btn{
    background-color: transparent;
    color: #313133;
    border: 2px solid #FFCC00;
}
.btn.border-yl-btn img{
    display: inline-block;
    margin: 0 16px 0 0;
    transform: rotate(180deg);
}
.btn.next-btn{
    color: #313133;
    background-color: #FFD200;
    border-color: #FFD200;
}
.btn.next-btn img{
    margin: 0 0 0 16px;
}
.btn.next-btn .arrow-right-wh{
    display: none;
}
.motorists-sidebar{
    background-color: #fff;
    padding: 40px;
    border-radius: 27px;
    margin: 0;
    max-width: 419px;
    width: 100%;
    margin: 0 0 0 auto;
}
.motorists-sidebar h5{
    font-size: 24px;
    line-height: 33px;
    font-weight: bold;
    color: #6D6F72;
    margin: 0 0 16px 0;
}
.motorists-plan{
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #0A79C0;
    margin: 0 0 40px 0;
    display: table;
    padding: 7px 25px;
    border-radius: 100px;
    background-color: #ECF8FF;
}
.motorists-sidebar ul{
    list-style: none;
    margin: 0;
}
.motorists-sidebar ul li{
    margin: 0 0 21px 0;
    display: block;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.36px;
    color: #313133;
}
.motorists-sidebar ul li:last-child{
    margin-bottom: 0;
}
.motorists-sidebar ul li.selected{
    color: #B4B4B4;
}
.motorists-sidebar ul li.selected-blue{
    color: #0064AF;
}
.motorists-sidebar ul li img{
    width: 24px;
    margin: 5px 0 0 0;
}
.motorists-sidebar ul li span{
    width: calc(100% - 24px);
    padding: 0 0 0 16px;
}


.tests-block{
    padding: 14px 39px 42px 59px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    max-width: 590px;
    width: 100%;
    border-radius: 27px;
    border: 1px solid #4DA8E8;
}
.tests-block-text{
    width: calc(100% - 67px);
    padding: 0 75px 0 0;
}
.tests-block-text h4{
    font-weight: bold;
    font-size: 40px;
    line-height: normal;
    letter-spacing: -1.2px;
    color: #0064AF;
    margin: 20px 0px 30px 0;
}
.tests-block-text p{
    margin: 0;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
}
.tests-block-btn{
    width: 67px;
    height: 67px;
    background-color: #57B1EB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: none;
}


.contact-opt1-parent {
    padding-top: 25px;
}



/*============================================ Settings ============================================*/

.setting-navigation-data .bell-btn{
    margin: 0 48px 0 0;
}
.setting-row{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.setting-col-sm{
    width: 27%;
}
.setting-col-lg{
    width: 73%;
    padding: 0 0 0 80px;
}
.setting-tab{
    max-width: 432px;
    width: 100%;
}
.setting-tab .nav-tabs{
    margin: 0;
    border: none;
}
.setting-tab .nav-tabs .nav-item{
    display: block;
    width: 100%;
    margin: 0 0 32px 0;
}
.setting-tab .nav-tabs .nav-link{
    padding: 20px 24px;
    border: 2px solid #fff;
    font-size: 30px;
    line-height: 41px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #313133;
    display: block;
    width: 100%;
    border-radius: 15px;
    text-align: left;
    background-color: #fff;
}
.setting-tab .nav-tabs .nav-link.active{
    border-color: #57B1EB;
    box-shadow: 0px 12px 20px #0000001A;
}


.setting-tab-contain{
    max-width: 936px;
    width: 100%;
}
.setting-tab-contain h4{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #313133;
    margin: 0 0 24px 0;
}
.setting-tab-contain p{
    margin: 0 0 32px 0;
}
.linked-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -28px;
    margin-bottom: 40px;
}
.linked-col{
    width: 28%;
    padding: 0 28px;
}
.linked-block{
    border-radius: 15px;
    background-color: #fff;
    margin: 0 0 40px 0;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.linked-block-text img{
    margin: 0 auto;
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.linked-block-text h5{
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    margin: 16px 0 0 0;
}

.chkbx-toggle {
  display: none;
}
.chkbx-toggle + label {
  position: relative;
  cursor: pointer;
  outline: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 40px;
  height: 20px;
  border: none;
  border-radius: 60px;
  margin: 0;
  transition: background 0.4s;
}
.chkbx-toggle + label::before, .chkbx-toggle + label::after {
  content: "";
  display: block;
  position: absolute;
}
.chkbx-toggle + label::before {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #0000008A;
  border-radius: 60px;
  transition: background 0.4s;
}
.chkbx-toggle + label::after {
  top: 4px;
  left: 5px;
  width: 12px;
  height: 12px;
  background-color: #ECF8FF;
  border-radius: 100%;
  transition: transform 0.4s;
}
.chkbx-toggle:checked + label {
  background-color: #e68900;
  border: none;
}
.chkbx-toggle:checked + label::before {
  background-color: #57B1EB;
}
.chkbx-toggle:checked + label::after {
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.check-toggle-group{
    display: flex;
    align-items: flex-start;
    margin: 0 0 22px 0;
}
.check-toggle-group p{
    max-width: 437px;
    width: 100%;
    margin: 0 51px 0 0;
}
.check-toggle-group .form-check-toggle{
    margin: 5px 0 0 0;
}









/*================================= Cart =================================*/

.width-980{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
.title-data{
    margin: -111px 0 47px 0;
}
.title-data h1{
    font-weight: bold;
    /* font-size: 50px;
    line-height: 68px; */
    letter-spacing: 0px;
    color: #313133;
}
.cart-block{
    min-height: 666px;
}
.cart-block h4,.checkout-data h4{
    font-size: 24px;
    line-height: 33px;
    font-weight: bold;
    color: #0064AF;
    margin: 0 0 48px 0;
}

.package-block-row{
    display: flex;
    flex-wrap: wrap;
}
.package-col-image{
    padding: 0 0;
    width: 26%;
}
.package-col-list{
    padding: 0 0;
    width: 74%;
}
.package-image img{
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 0 auto;
}
.package-image h6{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #313133;
    margin: 16px 0 0 0;
    text-align: center;
}

.package-list{
    padding: 0 25px;
}
.package-list ul{
    list-style: none;
    display: inline-block;
    margin: 0 80px 0 0;
}
.package-list ul li{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #313133;
    margin: 0 0 16px 0;
    padding: 0 0 0 40px;
    min-width: 209px;
    position: relative;
}
.package-list ul li::before{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../images/arrow-down-bl.png');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 4px;
}
a.view-result-btn {
    text-align: right;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
}

.total-block-data{
    margin: -25px 0 0 0;
}
.total-block{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 32px 0;
    padding: 0 0 24px 0;
    border-bottom: 1px solid #ABABAB;
}
.total-block h6{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #6D6F72;
}
.total-block h5{
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin: 0;
    color: #0064AF;
    letter-spacing: 0;
    width: 100%;
    max-width: 215px;
    text-align: right;
}
.btn.btn-lg{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background-color: #0064AF;
    border-color: #0064AF;
    padding: 14px 40px;
}
.total-block-data .btn.btn-lg{
    margin: 0 0 0 auto;
    display: table;
}



/* newsletter-section */
.newsletter-section{
    border-top: 1px solid #ABABAB;
    padding: 24px 0 32px 0;
}
.newsletter-data h5{
    margin: 0 0 24px 0;
    font-size: 24px;
    line-height: 33px;
    font-weight: bold;
    color: #0064AF;
}
.newsletter-text p{
    letter-spacing: 0px;
    color: #6D6F72;
}
.newsletter-form-group{
    position: relative;
    max-width: 590px;
    width: 100%;
    margin: 0 0 0 auto;
}
.newsletter-form{
    width: 100%;
    height: 56px;
    background-color: #ECF8FF!important;
    border-radius: 100px;
    border: 1px solid #0064AF;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #313133;
    padding-left: 24px;
    box-shadow: none!important;
    outline: none!important;
}
.newsletter-form::placeholder{
    font-weight: 500;
    color: #6D6F72;
}
.btn.subscribe-btn{
    position: absolute;
    top: 0;
    right: 0;
    border-color: #0064AF;
    padding: 0 0;
    min-width: 167px;
    height: 56px;
    background-color: #0064AF;
}





/*================================== Checkout ==================================*/

.checkout-data h4{
    margin-bottom: 40px;
}
.checkout-form .form-group{
    margin: 0 0 32px 0;
}

.order-details{
    padding: 48px 0 40px 0;
}
.order-details-block{
    margin: 0 0 40px 0;
    background-color: #fff;
    border-radius: 27px;
    padding: 24px 32px 24px 32px;
}
.order-details-block h4{
    margin: 0 0 24px 0;
}
.order-details-wrape{
    min-height: 216px;
    padding: 0 0 20px 0;
}
.order-details-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 15px 0;
}
.order-details-item img{
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.order-details-text{
    width: calc(100% - 48px);
    padding: 0 0 0 20px;
}
.order-details-text h5{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #313133;
}
.subtotal-text{
    border-top: 1px solid #ABABAB;
    padding: 24px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subtotal-text h4{
    margin: 0;
}

.payment-block h4{
    margin: 0 0 24px 0;
}
.payment-mode .form-group-radio{
    display: block;
}
.payment-mode .form-radio-item{
    margin: 0 0 24px 0;
    padding: 15px 16px;
    border: 1px solid #0064AF;
}
.payment-mode .form-radio-item label{
    color: #313133;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    padding-left: 48px;
    padding-top: 2px;
}
.payment-mode .form-radio:checked + label::before,.payment-mode .form-radio:not(:checked) + label::before{
    border: 1px solid #0064AF;
    width: 32px;
    height: 32px;
    background-color: #ECF8FF;
}
.payment-mode .form-radio:checked + label::after, .payment-mode .form-radio:not(:checked) + label::after {
    width: 24px;
    height: 24px;
    top: 5px;
    left: 6px;
}
.btn.checkout-btn{
    min-width: 100%;
}

.light-check label{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #6D6F72;
}
.light-check label::before {
    width: 24px;
    height: 24px;
    border-radius: 0;
    border: 1px solid #707070;
}
.light-check input:checked + label::after {
    width: 24px;
    height: 24px;
    border-radius: 0;
}



.order-info-block-wrape{
    width: 100%;
    min-height: 165px;
    padding: 32px;
    border-radius: 27px;
    border: 1px solid #0064AF;
    margin: 0 0 48px 0;
}
.order-info-block-wrape p{
    margin: 0 0 19px 0;
    letter-spacing: 0;
}
.order-info-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22.5px;
}
.order-info-num,.order-info-date,.order-info-total,.order-info-method{
    padding: 0 22.5px;
    width: 28%;
}
.order-info-date{
    width: 28%;
}
.order-info-total{
    width: 16%;
}
.order-info-method{
    width: 28%;
}
.order-info-block h5,.order-info-block h6{
    letter-spacing: 0.36px;
    color: #313133;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
}
.order-info-block h6{
    font-weight: normal;
    text-transform: inherit;
}

.order-info-text{
    padding: 0 0 48px 0;
}
.order-info-text p{
    color: #313133;
    letter-spacing: 0;
    margin: 0 0 30px 0;
}
.order-info-text h6{
    color: #313133;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}


.checkout-order{
    padding: 0 0 48px 0;
}
.checkout-order-block{
    background-color: #fff;
    padding: 24px 32px;
    border-radius: 27px;
}
.checkout-order-block ul{
    list-style: none;
    margin: 0;
}
.checkout-order-block ul li{
    display: flex;
    align-items: center;
    margin: 0 0 24px 0;
    justify-content: space-between;
}
.checkout-order-block ul li h5,
.checkout-order-block ul li h6{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #313133;
}
.checkout-order-block ul li h6{
    color: #6D6F72;
}
.checkout-order-block ul li h4{
    margin: 0;
    line-height: 28px;
}
.checkout-order-subtotal{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 0 0 0;
    border-top: 1px solid #ABABAB;
}
.checkout-order-subtotal h4{
    margin: 0;
}




/* The Good Pedestrian's Guide */
.guide-section{
    padding: 46px 0 0 0;
}
.guide-text h6{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #313133;
}
.guide-text h2{
    font-weight: bold;
    /* font-size: 40px;
    line-height: 55px; */
    color: #313133;
    margin: 0 0 32px 0;
}

.guide-sidebar{
    padding: 30px 33px 33px 34px;
    background-color: #fff;
    border-radius: 35px;
    max-width: 416px;
    width: 100%;
    margin: 0 0 0 auto;
}
.guide-sidebar h6{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #B4B4B4;
}
.guide-sidebar h5{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #313133;
    margin: 2px 0 28px 0;
}
.btn.school-btn{
    background-color: #FFD200;
    border-color: #FFD200;
    min-width: 100%;
}
.btn.school-btn img{
    display: inline-block;
    margin: -1px 0 0 12px;
    width: 18px;
}



.formation-block-wrape-mobile,
.navigation-back,
.btn.btn-primary .arrow-plan-yl,
.prices-mobile,
.block-3 .plan-info,
.profile-mobile-link{
    display: none;
}
.btn.mobile,.mobile{
    display: none;
}

.white_link,.white_link:hover{
    color: #fff;
}

.black_link,.black_link:hover{
    color: #313133;
}

.gray_link,.gray_link:hover{
    color: #B4B4B4;
}

.blue_link,.blue_link:hover{
    color: #0064AF;
}

.date-icon{
    position: absolute;
    bottom: 8px;
    right: 0;
    width: 24px;
    border: none;
    background-color: transparent;
}

.login-parent .title img,.tc-parent .title img,.sign-up-parent .title img {
    width: 300px;
    height: auto;
}

.question-media{
    height: 300px;
    width: auto;
}

.quiz-main-wrap {
    margin-top: 50px;
}
.guide-data .quiz-main-wrap h4 p {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #313133;
    margin-bottom: 24px;
}
.quiz-option-selector ul.answers-list-main li {
    list-style: none;
}
.quiz-option-selector ul.answers-list-main {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
/*custom cehcbox css*/
.quiz-option-selector ul.answers-list-main li label.checkbox-styled input[type=checkbox] {
    display: none;
}
.quiz-option-selector ul.answers-list-main li label.checkbox-styled {
    width: 100%;
}
.quiz-option-selector ul.answers-list-main li label.checkbox-styled input[type=checkbox] + span {
    background: #FFFFFF;
    border: 1px solid #f2f2f2;
    color: #6D6F72;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    display: inline-block;
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease-out 0s;
    padding: 14px 35px;
}
.quiz-option-selector ul.answers-list-main li label.checkbox-styled input[type=checkbox]:checked + span {
    background: #FFD200;
    border: 1px solid #fff;
    color: #fff;
}
.quiz-option-selector ul.answers-list-main li label.checkbox-styled input[type=checkbox] + span.red-bg {
    background-color: #f00;
    color: #fff;
}
.quiz-option-selector ul.answers-list-main li label.checkbox-styled input[type=checkbox] + span.green-bg {
    background-color: #278930;
    color: #fff;
}
.quiz-option-selector ul.answers-list-main li label.custom-radio input[type=radio] + span.green-bg {
    background-color: #278930;
    color: #fff;
}
.quiz-option-selector ul.answers-list-main li label.custom-radio input[type=radio] + span.red-bg {
    background-color: #f00;
    color: #fff;
}
/*custom radio css*/
.quiz-option-selector ul.answers-list-main li label.custom-radio input {
    display: none;
}
.quiz-option-selector ul.answers-list-main li label.custom-radio {
    width: 100%;
}
.quiz-option-selector ul.answers-list-main li label.custom-radio span.radio-btn {
    width: 100%;
    height: auto;
    font-size: 22px;
    font-weight: 600;
    color: #6D6F72;
    border: 1px solid transparent;
    display: inline-block;
    border-radius: 10px !important;
    position: relative;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
    padding: 14px 35px;
    border-radius:  50px !important;
}
.quiz-option-selector ul.answers-list-main li label.custom-radio input:checked + .radio-btn {
    border: 2px solid #0064AF;
    border-radius: 50px;
    /* background-color: #FFD200; */
    /* color: #fff; */
}
.quiz-option-selector ul.answers-list-main li label.custom-radio input:checked + .radio-btn > i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.quiz-submit-btn button.btn.btn-primary.quiz-submit {
    display: inline-flex;
    gap: 8px;
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 14px 50px;
    background-color: #0064AF;
    border: transparent;
    height: 56px;
    align-items: center;
}
.quiz-submit-btn button.btn.btn-primary.quiz-submit:hover {
    background-color: #000;
}
.quiz-submit-btn {
    margin-top: 50px;
}
.modal.modal-question .modal-content {
    padding: 50px 80px;
    border-radius: 0;
    border: transparent;
}
.modal.modal-question .modal-content .modal-header {
    border-bottom: 1px solid #ABABAB;
    padding: 0;
}
.modal.modal-question .modal-content .modal-body {
    padding: 0;
}
.modal.modal-question .modal-content .modal-header h5.modal-title {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 700;
    color: #313133;
}
.modal.modal-question .modal-content .modal-body .inner-modal-content p {
    font-size: 22px;
    font-weight: 600;
    color: #313133;
    margin-top: 30px;
    margin-bottom: 40px;
}
.modal.modal-question .modal-content .modal-body .inner-modal-content h4 {
    font-size: 32px;
    font-weight: 700;
    color: #313133;
}
.modal-width-custom {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.banner-image img {
    width: 90%;
}
.modal.show .modal-dialog {
    margin: auto;
    height: 100%;
}

.modal.show .modal-dialog .modal-content {
    margin: 20px;
}
span.price-content {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
a.btn.btn-primary.arrow-btn.concept-banner-btn {
    background-color: #0064AF;
    border: 1px solid #0064AF;
}
/*** added css ***/
html {
    overflow-x: hidden;
}
.header-buttons a svg {
    display: none;
}
.header-select-form:focus {
    outline: 0;
}
.results-row {
    background: #fff;
    border-radius: 12px;
    padding: 16px 24px;
    margin-top: 8px;
}
.answers{
    height: 12px;
    width: 12px;
    border-radius: 100%;
    flex-shrink: 0;
}
.answers.right{
    background: #278930;
}
.answers.wrong{
    background: #D31225 ;
}
.answers.partial{
    background: #f0e509 ;
}
.res-num {
    font-size: 32px;
    color: #313133;
    font-weight: 700;
    margin: 0 30px 0 30px;
}
.results-content p{
    font-family: "Helvetica";
    font-size: 20px;
    color: #313133;
}
.results-content ul {
    text-align: right;
}
.res-btn {
    color: #57B1EB;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}
.result-info-box {
    background: #2864AF;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    gap: 20px;
}
.result-info-right {
    width: 50%;
    z-index: 99;
}
.result-info-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    z-index: 9;
}
.res-img {
    max-width: 150px;
}
.result-info-left p {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    margin: 40px 0 0 0;
    text-align: center;
}
.result-info-right h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.result-info-right p {
    font-size: 20px;
    font-family: "Helvetica";
    color: #fff;
    margin-bottom: 30px;
}
.result-info-right p strong {
    font-weight: 700;
}
.result-info-right ul li {
    display: inline;
}
.result-info-right ul {
    display: flex;
    gap: 32px;
}
.result-info-right ul .btn {
    font-size: 18px;
    font-weight: 600;
    padding: 16px 38px;
    min-width: 202px;
}
.result-info-right ul .btn-white {
    border-color: #fff;
    background: transparent;
}
.result-info-right ul .btn-yellow {
    background: #FFD200;
    border-color: #FFD200;
    color: #000;
}
.result-info-box:before,.result-info-box.grey:before {
    background: url('../images/left-shape-success.png') no-repeat;
    content: "";
    width: 127px;
    height: 310px;
    z-index: 9;
    position: absolute;
    left: 0px;
    bottom: -7px;
    background-size: 100%;
}
.result-info-box.grey:before {
    background: url('../images/left-shape-failed.png') no-repeat;
}
.result-info-box:after {
    background: url('../images/right-shape-fail.png') no-repeat;
    content: "";
    width: 100px;
    height: 239px;
    z-index: 9;
    position: absolute;
    right: -1px;
    bottom: 0;
    background-size: 100%;
}
.result-info-box.grey{
    background: #6D6F72;
}
.results-main {
    padding: 0;
}
.final-results {
    display: flex;
    gap:12px;
    flex-direction: column;
}
.final-results li{
    font-weight: 600;
    font-size: 22px;
    color: #6D6F72;
    font-weight: 500;
    border-radius: 31px;
    list-style: none;
    padding: 16px 16px 16px 32px;
    border: 2px solid #f7f7f7;
}
.final-results li.correct{
    color: #fff;
    font-weight: 600;
    background: #278930;
    border-color:#278930;
}
.final-results li.wrong{
    color: #fff;
    background: #B5071A;
    border-color:#B5071A;
}
.final-results li.partial{
    color: #fff;
    background: #f0e509;
    border-color:#f0e509;
}
.final-results li.correct p{
    color: #fff;
}
.final-results li.wrong p{
    color: #fff;
}
.final-results li.partial p{
    color: #fff;
}
#testModal .modal-dialog {
    max-width: 920px;
    padding: 10px;
}
#testModal .modal-header {
    border: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
#testModal h3{
    font-size: 32px;
    font-weight: 700;
    color: #313133;
    line-height: 44px;
}
#testModal .modal-body h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 22px;
}
#testModal .modal-content {
    padding:17px 17px 70px 17px;
}
#testModal .modal-header .btn-close {
    padding: 0;
    height: 14px;
    width: 14px;
    color: #313133;
    right: 40px;
    position: absolute;
    outline: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
}
.result-popup-img {
    margin-bottom: 32px;
}
#testModal {
    padding-right: 0 !important;
}
.modal{
    padding-right: 0 !important;
}
.main-contant.slide .profile-tab .nav-tabs .nav-link {
    padding-left: 19px;
    padding-right: 19px;
}
.main-contant.slide .plan-list ul {
    padding: 0 20px 0 0px;
}
.main-contant.slide .plan-list ul li {
    font-size: 16px;
}
.main-contant.slide .profile-sidebar .btn.edit-btn {
    padding: 15px;
}
.main-contant.slide .free-btn {
    font-size: 13px;
    padding: 1px 8px 3px 8px;
}
.main-contant.slide .plan-button .btn.arrow-btn{
    min-width: 170px
}
p#response_answer_text ol, p#response_answer_text ul {
    padding-left: 25px;
}
.viewall-btn {
    text-align: center;
    padding: 3px;
}
#question_option video.guide-img.question-media {
    margin-top: 20px;
    width: 100%;
}
#question_option .guide-data {
    padding-left: 63px;
}
.sidebar-menu ul li a img.hover-img {
    opacity: 0;
    position: absolute;
    top: 0px;
    /* left: 5px; */
    left: 30px;
}
.sidebar-menu ul li.active a img.hover-img {
    opacity: 1;
}
.sidebar-menu ul li.active a img.normal-img {
    opacity: 0;
}
.sidebar-menu ul li.active a{
    color: #FFD200;
}
.sidebar-menu ul li.active a::before {
    background-color: #FFD200;
}
.our-prices-block {
    border: 2px solid #4DA8E8;
}
/*** pie chart css ***/
.pie {
    width: 0px;
    height: 0px;
    border: 100px solid transparent;
    border-radius: 100%;
    position: relative;
    z-index: 0;
  }
  .pie:before {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border: 93px solid #FFD200;
    border-radius: 100%;
    position: absolute;
    top: -93px;
    left: -93px;
    z-index: 4;
  }
  .blue-pie.pie:before{
    border-color:#57B1EB;
  }
  .pie:after {
    display: block;
    content: attr(rel) "% ";
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 4;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}
  .pie > section {
    border-left: 100px solid transparent;
    border-bottom: 100px solid transparent;
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 100%;
    position: absolute;
    top: -100px;
    left: -100px;
    display: none;
    z-index: 1;
  }
  .pie .mask {
    border-top: 100px solid transparent;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 2;
  }
  .pie .mask, .pie .one {
    border-right: 100px solid transparent;
  }
  .pie[rel="100"] .two, .pie[rel="99"] .two, .pie[rel="98"] .two, .pie[rel="97"] .two, .pie[rel="96"] .two, .pie[rel="95"] .two, .pie[rel="94"] .two, .pie[rel="93"] .two, .pie[rel="92"] .two, .pie[rel="91"] .two, .pie[rel="90"] .two, .pie[rel="89"] .two, .pie[rel="88"] .two, .pie[rel="87"] .two, .pie[rel="86"] .two, .pie[rel="85"] .two, .pie[rel="84"] .two, .pie[rel="83"] .two, .pie[rel="82"] .two, .pie[rel="81"] .two, .pie[rel="80"] .two, .pie[rel="79"] .two, .pie[rel="78"] .two, .pie[rel="77"] .two, .pie[rel="76"] .two, .pie[rel="75"] .two, .pie[rel="74"] .two, .pie[rel="73"] .two, .pie[rel="72"] .two, .pie[rel="71"] .two, .pie[rel="70"] .two, .pie[rel="69"] .two, .pie[rel="68"] .two, .pie[rel="67"] .two, .pie[rel="66"] .two, .pie[rel="65"] .two, .pie[rel="64"] .two, .pie[rel="63"] .two, .pie[rel="62"] .two, .pie[rel="61"] .two, .pie[rel="60"] .two, .pie[rel="59"] .two, .pie[rel="58"] .two, .pie[rel="57"] .two, .pie[rel="56"] .two, .pie[rel="55"] .two, .pie[rel="54"] .two, .pie[rel="53"] .two, .pie[rel="52"] .two, .pie[rel="51"] .two {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .pie .one, .pie .two, .pie .three {
    border-top: 100px solid #fff;
  }
  .pie .two, .pie .three {
    border-top: 100px solid #fff;
    border-right: 100px solid #fff;
  }
  .pie .three {
    z-index: 3;
  }
  .pie[rel="1"] .one {
    display: block;
    transform: rotate(-41.4deg);
    -webkit-transform: rotate(-41.4deg);
  }
  .pie[rel="26"] .two {
    display: block;
    transform: rotate(-41.4deg);
    -webkit-transform: rotate(-41.4deg);
  }
  .pie[rel="2"] .one {
    display: block;
    transform: rotate(-37.8deg);
    -webkit-transform: rotate(-37.8deg);
  }
  .pie[rel="27"] .two {
    display: block;
    transform: rotate(-37.8deg);
    -webkit-transform: rotate(-37.8deg);
  }
  .pie[rel="3"] .one {
    display: block;
    transform: rotate(-34.2deg);
    -webkit-transform: rotate(-34.2deg);
  }
  .pie[rel="28"] .two {
    display: block;
    transform: rotate(-34.2deg);
    -webkit-transform: rotate(-34.2deg);
  }
  .pie[rel="4"] .one {
    display: block;
    transform: rotate(-30.6deg);
    -webkit-transform: rotate(-30.6deg);
  }
  .pie[rel="29"] .two {
    display: block;
    transform: rotate(-30.6deg);
    -webkit-transform: rotate(-30.6deg);
  }
  .pie[rel="5"] .one {
    display: block;
    transform: rotate(-27deg);
    -webkit-transform: rotate(-27deg);
  }
  .pie[rel="30"] .two {
    display: block;
    transform: rotate(-27deg);
    -webkit-transform: rotate(-27deg);
  }
  .pie[rel="6"] .one {
    display: block;
    transform: rotate(-23.4deg);
    -webkit-transform: rotate(-23.4deg);
  }
  .pie[rel="31"] .two {
    display: block;
    transform: rotate(-23.4deg);
    -webkit-transform: rotate(-23.4deg);
  }
  .pie[rel="7"] .one {
    display: block;
    transform: rotate(-19.8deg);
    -webkit-transform: rotate(-19.8deg);
  }
  .pie[rel="32"] .two {
    display: block;
    transform: rotate(-19.8deg);
    -webkit-transform: rotate(-19.8deg);
  }
  .pie[rel="8"] .one {
    display: block;
    transform: rotate(-16.2deg);
    -webkit-transform: rotate(-16.2deg);
  }
  .pie[rel="33"] .two {
    display: block;
    transform: rotate(-16.2deg);
    -webkit-transform: rotate(-16.2deg);
  }
  .pie[rel="9"] .one {
    display: block;
    transform: rotate(-12.6deg);
    -webkit-transform: rotate(-12.6deg);
  }
  .pie[rel="34"] .two {
    display: block;
    transform: rotate(-12.6deg);
    -webkit-transform: rotate(-12.6deg);
  }
  .pie[rel="10"] .one {
    display: block;
    transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
  }
  .pie[rel="35"] .two {
    display: block;
    transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
  }
  .pie[rel="11"] .one {
    display: block;
    transform: rotate(-5.4deg);
    -webkit-transform: rotate(-5.4deg);
  }
  .pie[rel="36"] .two {
    display: block;
    transform: rotate(-5.4deg);
    -webkit-transform: rotate(-5.4deg);
  }
  .pie[rel="12"] .one {
    display: block;
    transform: rotate(-1.8deg);
    -webkit-transform: rotate(-1.8deg);
  }
  .pie[rel="37"] .two {
    display: block;
    transform: rotate(-1.8deg);
    -webkit-transform: rotate(-1.8deg);
  }
  .pie[rel="13"] .one {
    display: block;
    transform: rotate(1.8deg);
    -webkit-transform: rotate(1.8deg);
  }
  .pie[rel="38"] .two {
    display: block;
    transform: rotate(1.8deg);
    -webkit-transform: rotate(1.8deg);
  }
  .pie[rel="14"] .one {
    display: block;
    transform: rotate(5.4deg);
    -webkit-transform: rotate(5.4deg);
  }
  .pie[rel="39"] .two {
    display: block;
    transform: rotate(5.4deg);
    -webkit-transform: rotate(5.4deg);
  }
  .pie[rel="15"] .one {
    display: block;
    transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
  }
  .pie[rel="40"] .two {
    display: block;
    transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
  }
  .pie[rel="16"] .one {
    display: block;
    transform: rotate(12.6deg);
    -webkit-transform: rotate(12.6deg);
  }
  .pie[rel="41"] .two {
    display: block;
    transform: rotate(12.6deg);
    -webkit-transform: rotate(12.6deg);
  }
  .pie[rel="17"] .one {
    display: block;
    transform: rotate(16.2deg);
    -webkit-transform: rotate(16.2deg);
  }
  .pie[rel="42"] .two {
    display: block;
    transform: rotate(16.2deg);
    -webkit-transform: rotate(16.2deg);
  }
  .pie[rel="18"] .one {
    display: block;
    transform: rotate(19.8deg);
    -webkit-transform: rotate(19.8deg);
  }
  .pie[rel="43"] .two {
    display: block;
    transform: rotate(19.8deg);
    -webkit-transform: rotate(19.8deg);
  }
  .pie[rel="19"] .one {
    display: block;
    transform: rotate(23.4deg);
    -webkit-transform: rotate(23.4deg);
  }
  .pie[rel="44"] .two {
    display: block;
    transform: rotate(23.4deg);
    -webkit-transform: rotate(23.4deg);
  }
  .pie[rel="20"] .one {
    display: block;
    transform: rotate(27deg);
    -webkit-transform: rotate(27deg);
  }
  .pie[rel="45"] .two {
    display: block;
    transform: rotate(27deg);
    -webkit-transform: rotate(27deg);
  }
  .pie[rel="21"] .one {
    display: block;
    transform: rotate(30.6deg);
    -webkit-transform: rotate(30.6deg);
  }
  .pie[rel="46"] .two {
    display: block;
    transform: rotate(30.6deg);
    -webkit-transform: rotate(30.6deg);
  }
  .pie[rel="22"] .one {
    display: block;
    transform: rotate(34.2deg);
    -webkit-transform: rotate(34.2deg);
  }
  .pie[rel="47"] .two {
    display: block;
    transform: rotate(34.2deg);
    -webkit-transform: rotate(34.2deg);
  }
  .pie[rel="23"] .one {
    display: block;
    transform: rotate(37.8deg);
    -webkit-transform: rotate(37.8deg);
  }
  .pie[rel="48"] .two {
    display: block;
    transform: rotate(37.8deg);
    -webkit-transform: rotate(37.8deg);
  }
  .pie[rel="24"] .one {
    display: block;
    transform: rotate(41.4deg);
    -webkit-transform: rotate(41.4deg);
  }
  .pie[rel="49"] .two {
    display: block;
    transform: rotate(41.4deg);
    -webkit-transform: rotate(41.4deg);
  }
  .pie[rel="25"] .one {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .pie[rel="50"] .two {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .pie[rel="51"] .three {
    display: block;
    transform: rotate(48.6deg);
    -webkit-transform: rotate(48.6deg);
  }
  .pie[rel="52"] .three {
    display: block;
    transform: rotate(52.2deg);
    -webkit-transform: rotate(52.2deg);
  }
  .pie[rel="53"] .three {
    display: block;
    transform: rotate(55.8deg);
    -webkit-transform: rotate(55.8deg);
  }
  .pie[rel="54"] .three {
    display: block;
    transform: rotate(59.4deg);
    -webkit-transform: rotate(59.4deg);
  }
  .pie[rel="55"] .three {
    display: block;
    transform: rotate(63deg);
    -webkit-transform: rotate(63deg);
  }
  .pie[rel="56"] .three {
    display: block;
    transform: rotate(66.6deg);
    -webkit-transform: rotate(66.6deg);
  }
  .pie[rel="57"] .three {
    display: block;
    transform: rotate(70.2deg);
    -webkit-transform: rotate(70.2deg);
  }
  .pie[rel="58"] .three {
    display: block;
    transform: rotate(73.8deg);
    -webkit-transform: rotate(73.8deg);
  }
  .pie[rel="59"] .three {
    display: block;
    transform: rotate(77.4deg);
    -webkit-transform: rotate(77.4deg);
  }
  .pie[rel="60"] .three {
    display: block;
    transform: rotate(81deg);
    -webkit-transform: rotate(81deg);
  }
  .pie[rel="61"] .three {
    display: block;
    transform: rotate(84.6deg);
    -webkit-transform: rotate(84.6deg);
  }
  .pie[rel="62"] .three {
    display: block;
    transform: rotate(88.2deg);
    -webkit-transform: rotate(88.2deg);
  }
  .pie[rel="63"] .three {
    display: block;
    transform: rotate(91.8deg);
    -webkit-transform: rotate(91.8deg);
  }
  .pie[rel="64"] .three {
    display: block;
    transform: rotate(95.4deg);
    -webkit-transform: rotate(95.4deg);
  }
  .pie[rel="65"] .three {
    display: block;
    transform: rotate(99deg);
    -webkit-transform: rotate(99deg);
  }
  .pie[rel="66"] .three {
    display: block;
    transform: rotate(102.6deg);
    -webkit-transform: rotate(102.6deg);
  }
  .pie[rel="67"] .three {
    display: block;
    transform: rotate(106.2deg);
    -webkit-transform: rotate(106.2deg);
  }
  .pie[rel="68"] .three {
    display: block;
    transform: rotate(109.8deg);
    -webkit-transform: rotate(109.8deg);
  }
  .pie[rel="69"] .three {
    display: block;
    transform: rotate(113.4deg);
    -webkit-transform: rotate(113.4deg);
  }
  .pie[rel="70"] .three {
    display: block;
    transform: rotate(117deg);
    -webkit-transform: rotate(117deg);
  }
  .pie[rel="71"] .three {
    display: block;
    transform: rotate(120.6deg);
    -webkit-transform: rotate(120.6deg);
  }
  .pie[rel="72"] .three {
    display: block;
    transform: rotate(124.2deg);
    -webkit-transform: rotate(124.2deg);
  }
  .pie[rel="73"] .three {
    display: block;
    transform: rotate(127.8deg);
    -webkit-transform: rotate(127.8deg);
  }
  .pie[rel="74"] .three {
    display: block;
    transform: rotate(131.4deg);
    -webkit-transform: rotate(131.4deg);
  }
  .pie[rel="75"] .three {
    display: block;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .pie[rel="76"] .three {
    display: block;
    transform: rotate(138.6deg);
    -webkit-transform: rotate(138.6deg);
  }
  .pie[rel="77"] .three {
    display: block;
    transform: rotate(142.2deg);
    -webkit-transform: rotate(142.2deg);
  }
  .pie[rel="78"] .three {
    display: block;
    transform: rotate(145.8deg);
    -webkit-transform: rotate(145.8deg);
  }
  .pie[rel="79"] .three {
    display: block;
    transform: rotate(149.4deg);
    -webkit-transform: rotate(149.4deg);
  }
  .pie[rel="80"] .three {
    display: block;
    transform: rotate(153deg);
    -webkit-transform: rotate(153deg);
  }
  .pie[rel="81"] .three {
    display: block;
    transform: rotate(156.6deg);
    -webkit-transform: rotate(156.6deg);
  }
  .pie[rel="82"] .three {
    display: block;
    transform: rotate(160.2deg);
    -webkit-transform: rotate(160.2deg);
  }
  .pie[rel="83"] .three {
    display: block;
    transform: rotate(163.8deg);
    -webkit-transform: rotate(163.8deg);
  }
  .pie[rel="84"] .three {
    display: block;
    transform: rotate(167.4deg);
    -webkit-transform: rotate(167.4deg);
  }
  .pie[rel="85"] .three {
    display: block;
    transform: rotate(171deg);
    -webkit-transform: rotate(171deg);
  }
  .pie[rel="86"] .three {
    display: block;
    transform: rotate(174.6deg);
    -webkit-transform: rotate(174.6deg);
  }
  .pie[rel="87"] .three {
    display: block;
    transform: rotate(178.2deg);
    -webkit-transform: rotate(178.2deg);
  }
  .pie[rel="88"] .three {
    display: block;
    transform: rotate(181.8deg);
    -webkit-transform: rotate(181.8deg);
  }
  .pie[rel="89"] .three {
    display: block;
    transform: rotate(185.4deg);
    -webkit-transform: rotate(185.4deg);
  }
  .pie[rel="90"] .three {
    display: block;
    transform: rotate(189deg);
    -webkit-transform: rotate(189deg);
  }
  .pie[rel="91"] .three {
    display: block;
    transform: rotate(192.6deg);
    -webkit-transform: rotate(192.6deg);
  }
  .pie[rel="92"] .three {
    display: block;
    transform: rotate(196.2deg);
    -webkit-transform: rotate(196.2deg);
  }
  .pie[rel="93"] .three {
    display: block;
    transform: rotate(199.8deg);
    -webkit-transform: rotate(199.8deg);
  }
  .pie[rel="94"] .three {
    display: block;
    transform: rotate(203.4deg);
    -webkit-transform: rotate(203.4deg);
  }
  .pie[rel="95"] .three {
    display: block;
    transform: rotate(207deg);
    -webkit-transform: rotate(207deg);
  }
  .pie[rel="96"] .three {
    display: block;
    transform: rotate(210.6deg);
    -webkit-transform: rotate(210.6deg);
  }
  .pie[rel="97"] .three {
    display: block;
    transform: rotate(214.2deg);
    -webkit-transform: rotate(214.2deg);
  }
  .pie[rel="98"] .three {
    display: block;
    transform: rotate(217.8deg);
    -webkit-transform: rotate(217.8deg);
  }
  .pie[rel="99"] .three {
    display: block;
    transform: rotate(221.4deg);
    -webkit-transform: rotate(221.4deg);
  }
  .pie[rel="100"] .three {
    display: block;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
  }
  .pie .content {
    height: 160px;
    left: -80px;
    line-height: 160px;
    position: absolute;
    text-align: center;
    top: -80px;
    width: 160px;
    z-index: 4;
  }
  .pie .content span {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1;
  }
  *::-webkit-scrollbar {
    width: 8px;
    height: 5px; }

  *::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.1) transparent;
    background-clip: padding-box;
    border: 1px solid transparent;
    height: 5px; }

  *::-webkit-scrollbar-track {
    background-color: transparent; }

  ::-webkit-scrollbar-button {
    background-color: transparent; }

  /*** Only IE ***/
  * {
    scrollbar-face-color: rgba(0,0,0,0.1);
    scrollbar-shadow-color: transparent;
    scrollbar-highlight-color: transparent; }

  /*** Only FireFox ***/
  * {
    scrollbar-color: rgba(0,0,0,0.1) transparent;
    scrollbar-width: thin !important; }
.sidebar {
    transition: all 0.5s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.sidebar-menu ul {
    min-height: auto;
}
button.sidebar-arrow.desktop {
    margin-top: auto;
}
/* .sidebar-menu ul {
    min-height: auto;
    overflow: auto;
    height: 350px;
} */
.sidebar-menu {
    height: calc(100% - 215px);
    overflow: auto;
}
.viewallbtn {
    position: absolute;
    bottom: 35px;
}
.viewallbtn .btn {
    text-transform: capitalize;
}

.faq-accordion-item button.faq-ac-btn {
    width: calc(100% - 24px);
}

.faq-accordion-item button.faq-ac-btn::before {
    right: -24px;
}

header.sticky {
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: fixed; top: 0;
    transition: top 0.3s;
}

/* CSS for new changes 31 July 2024 */
header.sticky nav.navbar{
    min-height: 80px;
    padding-block: 10px;
}
.partners-section .swiper.partners-data .partners-row{
    margin: 0;
}
.foot-logo{
    display: flex;
    justify-content: center;
}
.testimonials-slider-data {
    padding: 23px 0 0 101px;
}
/* CSS for new changes 01 Aug 2024 */
/* Testimonial Thumb slider in our concept page  */
.ourconcept-testimonials-slider-section .our-concept-testimonials-thumbs{
    height: 524px;
}
.ourconcept-testimonials-slider-section .our-concept-testimonials-thumbs .testimonials-thumbs-block{
    margin-bottom: 0;
}
.ourconcept-testimonials-slider-section .testimonials-slider-block{
    background-color: transparent;
    padding: 0;
    min-height: auto;
}
.ourconcept-testimonials-slider-section .testimonial-pagination-wrape{
    padding-top: 50px;
}
.ourconcept-testimonials-slider-section .testimonials-slider-description{
    margin-bottom: 20px;
    min-height: auto;
}
.ourconcept-testimonials-slider-section .viewallbtn{
    position: relative;
    bottom: unset;
    margin-top: 40px;
}

#cookieConsent {
    background-color: #f8f9fa;
    color: #000;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
}

#cookieConsent button {
    margin-left: 10px;
}

.navigation-menu a.profile-button img {
    object-fit: cover;
}

button.sidebar-arrow.sidebar-collapse {
    position: relative;
    left: 0;
    top:25px;
}

span.menu-divider {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

span.menu-divider:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #ffff;
    position: absolute;
    bottom: -40px;
}

.navigation-menu .profile-name {
    width: max-content;
    display: flex;
    align-items: center;
    margin-left: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.profile-sidebar .profile-img{
    object-fit: cover;
}

#hiddenRecaptcha{
    visibility: hidden;
    height: 0;
    padding: 0;
}

.main-body table {
    max-width: 600px;
}

.motorists-wrapper, .guide-wrapper{
    overflow-x: auto;
}

.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    align-items: center;
    left: unset;
    right: unset;
    bottom: 30px;
    column-gap: 36px;
    row-gap: 12px;

}

.btn-wrap a{
    position: unset !important;
    font-size: 16px !important;
    padding: 12px 15px !important;
}

.btn-wrap .test-start-btn{
    min-width: auto;
}

.btn-wrap a{
    padding: 10px 15px !important;
    min-width: auto;
    height: auto !important;
    min-height: auto !important;
    max-height: unset !important;
    line-height: 20px !important;
    min-width: 152px !important;
    margin: 0 !important;
}

.btn-wrap .test-start-btn{
    background-color: #FFD200 !important;
    border-color: #FFD200 !important;
    color:  #000 !important;
}

.btn-wrap .arrow-btn{
    background-color: #57B1EB;
}

.btn-wrap img{
    width: 15px !important;
}

.logout-modal .warning-icon img {
    max-width: 115px;
    margin: 12px auto;
    display: block;
}

.logout-modal .modal-content {
    border-radius: 12px; /* Rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.logout-modal .modal-title {
    font-size: 26px;
    color: #333;
    line-height: 30px;
}

.logout-modal .user-stay-btn {
    background-color: #57B1EB !important;
    border-color: #57B1EB !important;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 7px;
    border-width: 1px;
    padding: 10px 28px;
    margin: 0;
}

.logout-modal .user-logout-btn {
    padding: 14px 36px;
    background-color: white !important;
    border-color: black !important;
    color: black !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 7px;
}

.logout-modal .user-logout-btn:hover {
    background-color: #357ABD;
}

.logout-modal .modal-content {
    border-radius: 4px;
}

.mt-100 {
    margin-top: 100px;
}
.header-fixed, .header-static {
    position: fixed;
    top: 0;
    left: 0;
}
.header-static.sticky-header {
    background-color: #fff;
}
.navbar {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#top-scroll {
  display: inline-block;
  background-color: #FFF;
  width: 50px;
  height: 50px;
  padding: 15px;
  border: 2px solid #007aff;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin: 30px;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-scroll:hover {
  cursor: pointer;
  background-color: #333;
}
#top-scroll:active {
  background-color: #555;
}
#top-scroll.show {
  opacity: 1;
  visibility: visible;
}
.form-group-check .receive_email span {
    color: #0064AF;
}
.sign-up-form-footer .form-check a {
    color: #0064AF;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

/* 11-04-2025 */
.header-fixed.sticky-header {
    background-color: #fff;
}


/* 05-05-2025 */
.who-are-we-parent {
    padding-top: 20px;
}

.password .form-control.is-invalid {
    background-image: none;
}

.results-content {
    width: calc(100% - 200px);
}

.motorists-contain.left-contain .motorists-text {
	height: fit-content;
    display: flex;
    flex-wrap: wrap;
}

.motorists-contain.left-contain .button-group {
	position: unset;

}
.motorists-contain.left-contain .motorists-text h2 {
    width: 100%;
}

/* contact modal */
.modal-backdrop {
    z-index: 5;
}
.contact-no #telephone {
    padding: 0 5px 15px 15px;
}
.contact-no .input-group-text {
    /* background: rgba(255, 255, 255, .1);
    border-bottom: 2px solid #626467;
    padding: 5px 10px; */
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    border-bottom: 2px solid #626467;
    color: #fff;
    position: relative;
}
.contact-section .contact-no span,
.contact-opt1-section .contact-form .contact-no span {
    position: relative;
    width: 50px;
    display: flex;
    align-items: flex-start;
    font-weight: bold;
}
.contact-section .contact-no span::after,
.contact-opt1-section .contact-form .contact-no span::after {
    position: absolute;
    content: '';
    margin-left: 10px;
    display: flex;
    width: 1px;
    height: 22px;
    border-right: 1px solid;
    top: auto;
    bottom: auto;
    right: 0;
    left: auto;
}
.contact-opt1-section  .contact-no input {
    z-index: 1 !important;
}
.contact-no input {
    padding: 6px 10px 12px;
}
.contact-opt1-section .contact-form .contact-no span {
    color: #000;
}
/* .contact-opt1-section .contact-form .contact-no span {
    background: rgba(0, 0, 0);
    border-bottom: 2px solid #000;
    padding: 0 10px;
} */
.contact-popup .popup-img {
    max-width: 120px;
    display: block;
    margin: auto auto 40px;
}
.contact-popup .popup-img img{
    max-width: 100%;
    margin-bottom: 0;
}
.motorists-section .motorists-text ul,
.motorists-section .motorists-text ol {
    padding-left: 20px;
    margin-bottom: 20px;
}
.motorists-section .motorists-text ul li,
.motorists-section .motorists-text ol li {
    margin-bottom: 5px;
}
.motorists-section  .motorists-text p {
    padding-right: 0;
    margin-bottom: 10px;
}
.motorists-contain.left-contain .motorists-text {
    flex-direction: column;
}
.our-prices-block.block-1 .btn.register-btn:hover,
.our-prices-block.block-3 .btn.register-btn:hover {
    background-color: #d4edff;
}
.our-prices-block.block-2 .btn.register-btn:hover {
    background-color: #ffe56b;
}
.navbar-toggler .close-icon,
.navbar-toggler.close .toggler-icon {
    display: none;
}

.navbar-toggler.close .close-icon {
    display: block;
    max-width: 30px;
}
#course-content .mycourt-text-block ul,
#course-content .mycourt-text-block ol {
    padding-left: 20px;
    margin: 10px 0;
}
.linked-tab.header-select {
    margin: 0;
}
.linked-tab.header-select .select2  {
    width: 100%;
}
.linked-tab.header-select .select2-container .select2-selection--single {
    height: 31px;
    display: flex;
    align-items: center;
}
.linked-tab.header-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
}
#test-section .guide-data {
    padding-left: 0;
}
.time-left > div {
    border: 2px solid #0064AF;
    width: fit-content;
    border-radius: 6px;
    overflow: hidden;
}
.time-left > div p {
    padding: 10px;
    background: white;
    color: #313133;
}
#timer {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #0064AF;
    color: white;
}
.quiz-submit-btn .btn.disable:disabled {
    background-color: #e3e3e3;
}
.quiz-submit-btn button.btn.btn-primary.quiz-submit:disabled {
    background-color: #6d6f72;
}
.quiz-submit-btn button.btn.btn-primary.quiz-submit:disabled img {
    /* filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(260%) hue-rotate(263deg) brightness(91%) contrast(95%); */
    margin-right: 10px;
}
.quiz-response .modal-content {
    padding: 30px;
}
.quiz-response .modal-content .answers-list-main li {

    list-style: none;
    border-radius: 51px !important;
    overflow: hidden;
}
.quiz-response .modal-content .answers-list-main li span {
    border: 2px solid #d8dadc !important;
}
.quiz-response .modal-content .answers-list-main li span.red-bg,
.quiz-response .modal-content .answers-list-main li span.green-bg {
    border: 2px solid transparent;
}
.quiz-response h4 {
    font-size: 32px;
    font-weight: bold;
    color: #313133;
    margin-bottom: 24px;
}
.quiz-response .modal-header h3 ,
.quiz-response h4 {
    font-size: 24px;
    font-weight: 400 !important;
}
.quiz-response .quiz-option-selector ul.answers-list-main li label.custom-radio span.radio-btn {
    font-size: 16px;
    padding: 12px 25px;
}
.quiz-response {
    max-width: 500px;
}
.quiz-response .modal-header {
    border-bottom: 0;
    padding: 0;
}
.quiz-response .quiz-option-selector ul.answers-list-main {
    margin-bottom: 25px;
}
.quiz-response .response-btns .btn {
    width: 100%;
}
.quiz-response .modal-body .modal-image {
    margin-bottom: 30px;
}
.quiz-response .modal-body {
    padding: 0;
}
.quiz-response .close-icon img {
    max-width: 20px;
}
.blue-button-next,
.blue-button-prev {
    width: 44px;
    height: 43px;
    background-color: #0064AF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue-button-next img,
.blue-button-prev img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(279deg) brightness(101%) contrast(102%);
}
.blue-button-prev {
    margin-right: 10px;
}
.header-static {
    background-color: #fff;
}
/* .our-prices-block h2 {
    word-break: break-all;
} */
.blog-details-banner {
    padding-top: 110px;
}
.logout-modal .modal-content {
    margin: 0;
    min-width: 600px;
}
.logout-modal .modal-dialog-centered {
    min-width: 700px;
}
.logout-modal .modal-header h3 {
    color: #333;
    font-size: 34px !important;
    line-height: 38px !important;
    padding: 0 35px;
}
.logout-modal .modal-header{
    margin-bottom: 20px;
    margin-top: 4px;
}
.logout-modal .modal-body{
    gap: 35px !important;
}

.modal-header h3 {
    color: #313133 !important;
    border-width: 1px;
    font-weight: 500;
    padding: 10px 35px;
    height: auto;
}

.logout-modal .user-logout-btn {
    color: #313133 !important;
    border-width: 1px;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 40px;
    margin: 0;
}

.logout-modal .user-logout-btn:hover {
    border-color: #4899D7 !important;
    color: #fff !important;
    background-color: #4899D7 !important;
}

@media(min-width: 1799px) {
    .navbar {
        padding: 30px 0;
    }
}

@media(min-width: 1240px) {
    .header-fixed.sticky-header .navbar , .header-static.sticky-header .navbar{
        padding: 20px 0 20px 0;
    }
}
@media(max-width: 1599px){
    .our-concept-wrape .our-concept-text {
        padding-top: 40px;
    }
}
@media(max-width: 1299px) {
    .our-concept-wrape .our-concept-text {
        padding-top: 0;
    }
}
@media(max-width: 767px) {
    .logout-modal .modal-body {
        padding: 0;
    }

    .contact-section {
		margin: 0;
	}
    .partners-parent {
        text-align: center;
    }
}

@media(max-width: 575px) {
    .logout-modal .modal-content {
        max-width: 90%;
        margin: 0 auto;
    }
    .logout-modal .modal-header {
        padding: 0 ;
    }
    .logout-modal .user-logout-btn,
    .logout-modal .user-stay-btn {
        padding: 10px 29px;
        font-size: 16px;
    }
    .logout-modal  .modal-header  {
        margin: 20px 0;
    }
    #top-scroll {
        margin: 10px;
    }
    .guide-data .quiz-main-wrap h4 p,
    .quiz-response h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .quiz-option-selector ul.answers-list-main li label.custom-radio span.radio-btn {
        padding: 14px 27px;
    }
    .quiz-response .modal-header h3 {
        font-size: 20px;
    }
    .blue-button-next,
    .blue-button-prev {
        width: 30px;
        height: 30px;
    }
    .blue-button-next img,
    .blue-button-prev img {
            max-width: 14px;
    max-height: 15px;
    }
}

@media(max-width: 420px) {
    .logout-modal .modal-title {
        font-size: 21px;
        line-height: 27px;
    }

    .logout-modal .modal-content {
        max-width: 96%;
    }

    .contact-popup .popup-img {
        max-width: 80px;
        margin: auto auto 30px;
    }
    .contact-popup h3 {
        line-height: 26px;
        font-size: 22px;
    }
    .contact-popup .modal-content p {
        font-size: 16px;
        line-height: 20px;
    }
    .quiz-response .modal-content {
        padding: 20px;
    }
    .quiz-response .modal-body {
        padding: 0;
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px)  {
    .quiz-response {
        max-width: 450px !important;
    }
    .main-contant.slide .profile-tab .nav-tabs .nav-link {
        font-size: 14px;
        padding: 8px 5px 8px !important;
    }

    .modal-header h3 {
        font-size: 26px !important;
    }

}
.start-btn {
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
}
.timer-wrap{
    display: flex;
    align-items: center;
    gap: 4px;
    border: 2px solid #0064AF;
    border-radius: 5px;
    margin: 5px 0;
}
.timer-wrap strong{
    padding: 5px 10px;
}
.quiz-option-selector ul.answers-list-main input, .quiz-option-selector ul.answers-list-main li {
    width: 100%;
}

#response_status {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-weight: 700;
    font-size: 30px;
}
.status-icon {
    margin-bottom: 10px;
}
.status-icon img{
    width: 80px;
    height: 80px;
    margin: 0 auto; 
}
#response_question_text {
    margin-bottom: 25px;
}
#response_question_text p{
    font-size: 22px;
    color: #000000;
}
.correct-ans-title {
    font-size: 22px;
    font-weight: 500;
    color: #8d8e8f;
    margin-bottom: 12px;
    margin-top: 25px;
}
.correct-ans{
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}
#responseModal .modal-header{
    border-bottom: 0;
    padding-bottom: 5px;
}
.modal.show#responseModal .modal-dialog .modal-content {
    padding: 10px;
}
#responseModal .modal-dialog{
    max-width: 850px;
}
#responseModal .response-btns a{
    width: 100%;
}

@media(max-width: 991px) {
    .status-icon img {
        width: 70px;
        height: 70px;
    }
}

@media(max-width: 767px) {
    #responseModal .modal-header {
        padding-bottom: 0;
    }
    #response_status {
        margin-top: 5px;
        font-size: 28px;
    }
    #response_question_text p {
        font-size: 20px;
    }
    #response_question_text {
        margin-bottom: 20px;
        margin-top: 10px !important;
    }
    .correct-ans-title {
        font-size: 20px;
        margin-top: 20px;
    }
    .correct-ans {
        font-size: 20px;
    }
}