:root{
    --cb-orange: #ED2A26;
    --cb-orange-light: #EC6D4A;
    --cb-white: #ffffff;
    --cb-dark: #111111;
    --cb-font-family: "Roboto", sans-serif;
}
@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1280px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1330px;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1530px;
    }
}
@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1730px;
    }
}
body {
    font-family: var(--cb-font-family);
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    font-size: 16px;
}
img, svg {
    max-width: 100%;
}
.space-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
.gap-10 {
    gap: 10px;
}
.gap-15 {
    gap: 15px;
}
.gap-20 {
    gap: 20px;
}
.gap-30 {
    gap: 30px;
}
.gap-40 {
    gap: 40px;
}
.main-header {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
}
.top-header {
    background: var(--cb-orange-light);
}
.top-left ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    gap: 20px;
}
.top-left a {
    color: var(--cb-white);
    display: flex;
    align-items: center;
    gap: 5px;
}
.login-box a {
    padding: 10px 0;
    display: flex;
    color: var(--cb-white);
}

.logo a {
    display: inline-block;
}
.menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 20px;
    list-style: none;
}
.menu ul li a {
    color: var(--cb-dark);
    display: inline-block;
    width: auto;
    padding: 25px 10px;
}
.menu ul li a:hover {
    color: var(--cb-orange);
}
.banner-sec {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0px 0 0;
}
.banner-image {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 40%;
}
.dir-col {
    flex-direction: column;
}
.banner-content {
    gap: 25px;
    display: flex;
    flex-direction: column;
    padding-right: 100px;
    padding-top: 0px;
}
.banner-content h1 {
    font-size: 1.42188rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}
.account-btn-bx {
    margin-bottom: 15px;
    margin-top: 15px;
}
.banner-content p {
    font-size: 18px;
    font-weight: 400;
}
.banner-content .dir-col {
    align-items: start;
}
.btn-orange{
    background: var(--cb-orange);
    color: var(--cb-white);
}
.btn-orange:hover {
    background: var(--cb-white);
    color: var(--cb-orange);
}
.banner-content .dir-col a.btn {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 4px;
    border: 1px solid var(--cb-orange);
    transition: 0.3s;
}
.banner-mainimage {
    opacity: 0;
    visibility: hidden;
    height: 91%;
}
.banner-content .dir-col {
    align-items: start;
    gap: 14px;
}
.zigzag-sec {
    display: inline-block;
    width: 100%;
    padding: 0px 0;
    position: relative;
    margin: 30px 0;
    overflow: hidden;
}
.zigzag-left-image {
    position: absolute;
    left: 0;
    width: 45%;
    height: 100%;
}
.zigzag-left-image img {
    object-fit: contain;
    height: 100%;
}

.zigzag-image img.mobile-img {
    opacity: 0;
    visibility: hidden;
}
.zigzag-image img.desktop-img {
    position: absolute;
    left: -10%;
    top: 0;
    width: 100%;
    max-width: 50%;
    height: 100%;
    object-fit: contain;
}
.zigzag-sec .row > * {
    position: static;
}
.zigzag-content h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 35px;
}
.zigzag-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.zigzag-content ul li {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.zigzag-content ul li i {
    margin-right: 5px;
    color: var(--cb-orange);
    position: absolute;
    left: 0;
    top: 4px;
}
.zigzag-sec .row.row-rev {
    flex-direction: row-reverse;
}
.zigzag-sec .row.row-rev img.desktop-img {
    left: auto;
    right: -10%;
}
.why-choose-us {
    text-align: center;
    display: inline-block;
    width: 100%;
    background: #EFF7FF;
    padding: 80px 0;
}
.choose-us-title {
    margin-bottom: 40px;
}
.choose-us-title h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}
.choose-us-title {
    max-width: 850px;
    margin: 0 auto 40px;
}
.choose-us-title p {
    line-height: 1.6;
}
.card.choose-us-content {
    height: calc(100% - 25px);
}
.choose-us-content img {
    margin-bottom: 25px;
    margin-top: 15px;
}
.choose-us-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.choose-us-content p {
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px;
}
.choose-us-button {
    margin-top: 20px;
}
.choose-us-button a.btn {
    padding: 10px 25px;
    font-size: 16px;
}
.students-reviews {
    display: flex;
    width: 100%;
    padding: 80px 0;
}
.students-reviews-title {
    text-align: center;
    margin-bottom: 30px;
}   
.students-reviews-title h2 {
    font-size: 48px;
    font-weight: 800;
    margin: 0;
}
.review-slider {
    padding: 0 150px 0px;
}
.review {
    text-align: center;
    display: flex !important;
    align-items: start;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
    color: #595959;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
}
.review::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f8f8fb;
    filter: drop-shadow(0px 1px 0px #0002);
    position: absolute;
    bottom: -12px;
    left: auto;
    right: auto;
    margin: 0 auto;
}
.review img {
    position: relative;
    top: -22px;
    max-width: 55px;
}
.review-thumb {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.review-thumb img {
    max-width: 80px;
}
.review-thumb h4 {
    color: var(--cb-orange);
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}
.review-thumb p {
    opacity: 0.7;
    margin: 0;
}
.review-thumb .content {
    display: none;
}
.review-thumb.slick-current.slick-active .content {
    display: block;
}
.review-slider button.slick-arrow::before {
    display: none;
}
.review-slider button.slick-arrow {
    color: var(--cb-dark);
    width: 35px;
    height: 35px;
    font-size: 18px;
    background: #dcdcdc;
    border-radius: 50%;
    line-height: 38px;
}
.review-slider button.slick-prev {
    left: 50px;
}
.review-slider button.slick-next {
    right: 55px;
}
.review-slider button.slick-next i {
    transform: rotate(180deg);
}
.review-for {
    margin-top: 15px;
}
.review-slider button.slick-arrow:hover {
    background: var(--cb-orange);
    color: var(--cb-white);
}
.testimonials-reviews {
    background: var(--cb-dark);
    padding: 95px 0;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.testimonials-content h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
}
.testimonials-content h2 {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 10px;
}
.testimonials-content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
}
.testimonials-content {
    padding-right: 20%;
}
.slider-buttons button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff20;
    color: #fff;
}
.slider-buttons {
    display: flex;
    gap: 10px;
}
.slider-buttons button.next {
    transform: rotate(180deg);
}
.slider-buttons button:hover{
   background: var(--cb-orange);
}
.testimonial-slide {
    padding: 0 15px;
}
.testimonial-slide-inner {
    background: #fff;
    margin-top: 60px;
    text-align: center;
    padding: 50px 40px 40px;
    border-radius: 20px;
    position: relative;
}
.testimonial-img {
    width: 100px;
    height: 100px;
    margin: -100px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}   
.testimonial-name {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}
.testimonial-content {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    position: relative;
    color: #595959;
    line-height: 1.5;
}
.testimonial-content img {
    max-width: 40px;
    margin-top: 0px;
    position: absolute;
    top: 0px;
    left: -25px;
}
.testimonials-slider {
    margin-right: -20%;
}


.modal-title {
    font-weight: 600;
}
ul.reg-modal-list {
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: column;
    width: 100%;
    list-style: none;
}
ul.reg-modal-list > li:first-child,ul.reg-modal-list > li:nth-child(2) {
    border-bottom: 1px solid #dcdcdc;
}
ul.reg-modal-list > li a.modal-list {
    display: flex;
    align-items: center;
    justify-content: normal;
    gap: 15px;
    padding: 20px 0;
    position: relative;
    padding-right: 30px;
}
ul.reg-modal-list > li a.modal-list img.arrow-img {
    position: absolute;
    right: 5px;
    top: auto;
}
.modal-list-image {
    max-width: 60px;
}
.modal-list-content {
    width: calc(100% - 60px);
}
.modal-list-content h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 2px;
}
.modal-list-content p {
    margin: 0;
    color: #000;
    font-size: 16px;
}
.left-side-div-cont {
    color: #fff;
}
@media only screen and (max-width: 1399px){
    .top-left ul {
        padding: 12px 0px;
        gap: 30px;
    }
    .gap-40 {
        gap: 30px;
    }
    .menu ul li a {
        padding: 30px 5px;
    }
    .banner-image {
        max-width: 37%;
    }
    .banner-content img.baneerimg01, .banner-content img.baneerimg02 {
        max-height: 60px;
    }
    .banner-content {
        gap: 15px;
    }
    img.baneerimg03 {
        max-height: 55px;
    }
    .zigzag-image img.desktop-img {
        left: -12%;
    }
    .zigzag-sec .row.row-rev img.desktop-img {
        right: -12%;
    }
    .zigzag-content h2 {
        font-size: 45px;
        margin-bottom: 30px;
    }
    .why-choose-us {
        padding: 70px 0;
    }
    .choose-us-title h2 {
        font-size: 45px;
        margin-bottom: 15px;
    }
    .students-reviews-title h2 {
        font-size: 45px;
        margin: 0;
    }
    .review {
        font-size: 17px;
    }
    .testimonials-content h2 {
        font-size: 60px;
        line-height: 1;
    }
    .testimonial-slide-inner {
        margin-top: 50px;
        padding: 50px 40px 40px;
    }
    .testimonial-name {
        font-size: 20px;
        margin-top: 20px;
    }
    .testimonial-content img {
        max-width: 35px;
        top: 4px;
        left: -30px;
    }
}