
/* font */
/*@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');*/
/* variable */
:root {     
    --base-color: #d5d52b; 
    --dark-gray: #313e3b;
    --medium-gray: #828c8a;
    --yellow: #d5d52c;
    --extra-medium-gray: #e4e4e4;
    --alt-font: 'Space Grotesk', sans-serif;
    --primary-font: 'Inter', sans-serif;
}
/* reset */
body {
    font-size: 17px;
    line-height: 30px;
    overflow-x: hidden;
}
a:hover { 
    color: var(--dark-gray); 
}
.top-25 {
    top: 25%;
}
.mt-minus-12 {
    margin-top: -12%;
}
.mt-minus-1 {
    margin-top: -1%;
}
.left-minus-200px {
    left: -200px;
}
.mt-minus-4 {
    margin-top: -4px;
}
.bottom-minus-320px {
    bottom: -320px;
}
.terms-condition .box:before {
    border-color: #e4e4e4;
    background-color: var(--white);
    top: 1px;
}
.terms-condition .box:after {
    top: 5px;
}

.schoolCard-H {
    min-height: 215px;
}

.bannerFont {
    font-size: calc(28px + (40 - 28) * ((100vw - 300px) / (1920 - 300)));
    letter-spacing: normal !important;
    line-height: 1.2 !important;
}

.inner-bannerHeading {
    font-size: calc(28px + (50 - 24) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.3;
    letter-spacing: normal !important;
}


/* border color */
.border-color-transparent-white-very-light {
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.border-color-transparent-dark-very-light {
    border-color: var(--extra-medium-gray) !important;
}
/* bg gradient color */
.bg-gradient-deep-zuccini-green {
    background-image: linear-gradient(to right bottom, #19493e, #164339, #143e34, #113830, #0f332b);
}
.bg-gradient-aztec-green {
    background-image: linear-gradient(to right bottom, #313e3b, #2e3b38, #2c3835, #293532, #27322f);
}
.bg-gradient-tranquil-white { 
    background-image: linear-gradient(to bottom, #ffffff, #f7f9f9, #f3f6f6, #eff3f3, #ecf1f1);
}
.bg-yellow {
    background-color: var(--yellow);
}
.bg-tranquil {
    background-color: #f3f8f8;
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #36332e), to(transparent));
    background: linear-gradient(to top, #262a29 0%, transparent 100%);
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
}
/*header .navbar-brand img {
    max-height: 39px;
}*/
header .navbar-brand {
    padding: 10px 0;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 335px;
    padding: 25px 35px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    padding: 15px 30px 21px 0;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    font-size: 14px;
    line-height: normal;
        font-weight: 400;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-size: 17px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a i {
    color: var(--dark-gray);
    font-size: 34px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li.active > a {
    opacity: 0.7;
}
/* icon */
.icon-extra-medium {
    font-size: 22px;
}
.video-icon-large .video-icon {
    width: 70px;
    height: 70px;
    font-size: 18px;
}
.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 120px;
    height: 120px;
}
.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 90px;
    height: 90px;
}
.medium-icon li, .small-icon li {
    margin: 0 3px;
}
/* review  */
.review-star-icon i {
    letter-spacing: 1px;
}
/* btn */
.btn {
    font-family: var(--primary-font);
    text-transform: none;
    letter-spacing: 0;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 15px 38px;
    font-size: 17px; 
}
.btn.btn-switch-text.btn-large > span {
    padding: 13px 32px;
    font-size:15px;
}
.btn.btn-switch-text.btn-medium > span {
    padding: 12px 30px;
    font-size:14px;
}
.btn.btn-base-color { 
    color: var(--dark-gray); 
}
.btn.btn-base-color:hover, .btn.btn-box-shadow.btn-base-color:hover {
    background-color:  var(--base-color);
    color: var(--dark-gray);
}
.btn.btn-link {
    padding: 0 0 2px;
}
/* heading */
h2 {
    line-height: 3.2rem;
}
/* tab */
.tab-style-04 .nav-tabs .nav-item {
    padding: 0;
    width: 25%;
}
.tab-style-04 .nav-tabs .nav-item .nav-link {
    color: var(--medium-gray);
}
.tab-style-04 .nav-tabs .nav-item .nav-link .tab-border {
    height: 3px;
}
.tab-style-04 .nav-tabs .nav-item .nav-link.active {
    font-weight: 600;
    border: 0;
   outline: 0;
}
.tab-style-04 .nav-tabs .nav-item .nav-link:focus-visible {
    outline: none;
    box-shadow: none;
}
/* accordion */
.accordion-style-04 .accordion-item .accordion-body {
    padding: 0 35px 25px;
}
.accordion-style-04 .accordion-item .accordion-collapse {
    margin-top: -1px;
}
/* progress bar */
.progress-bar-style-02 .progress {
    height: 10px;
}
/* page title */
.page-title-extra-small h2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
}
.page-title-extra-small h1 {
    font-size: 20px;
}

/* ------- Banner Form Start -------------- */

.right_form select option {
    color: #000;
}

header.sticky.sticky-active .navbar-brand .alt-logo {
    max-width: 200px;
}

.header-navbtn {
    background-color: #d5d52b;
    border: 1px solid #d5d52b;
    color: #000;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    z-index:100;
}

.header-navbtn:hover {
    background-color: #ffff;
    color: #000;
    border: 1px solid #000;
    font-weight: 500;
}

.cerdital-form {
    background: transparent;
    border: 1px solid #FFFFFF;
    box-shadow: inset 0px 0px 10px rgba(242, 242, 242, 0.5), inset 0px 0px 0px 1px #999999, inset 2px 2px 1px -2px #B3B3B3, inset -2px -2px 1px -2px #B3B3B3, inset 3px 3px 0px -3px rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 26px;
}

.cerdital-form h2 {
    color: #D5D52B;
    font-size: 22px;
    margin-bottom:0;
    line-height: 1.2;
}

 .cerdital-form label {
        display: block;
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        color: #000;
        margin-bottom: 8px;
    }

    .cerdital-form input,
    .cerdital-form select {
        border: 1px solid #F2F2F2;
        width: 100%;
        height: 48px;
        padding: 2px 10px;
        background-color: #F2F2F2;
        border-radius: 6px;
        color: #000;
        
    }

    .cerdital-form select option {
    color: #000;
}

        .cerdital-form input, .cerdital-form select input[type="email"] {
            border: 1px solid #F2F2F2;
            width: 100%;
            height: 48px;
            padding: 2px 10px;
            background-color: #F2F2F2;
            border-radius: 6px;
            color: #000;
        }


    .cerdital-form .banner-btn {
        font-size: 16px;
        color: #000000;
        font-weight: 500;
        /*padding: 12px 25px;*/
        width: 100%;
        height: 48px;
        text-decoration: none;
        border: 0;
        border-radius: 0px;
        margin-bottom: 0;
        text-align: center;
        background: #D5D52B;
        display: inline-block;
        transition: 0.3s ease-in-out;
        border-radius: 4px;
    }

    .cerdital-form .banner-btn:hover {
        background: #fff;
    }

    .cerdital-form> span {
        color: #000;
        font-weight: 600;
        font-size: 20px;
    }

    .cerdital-form .form-control:focus {
        border-color: #86b7fe !important;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
    }

    .cerdital-form input input[type="email"] {
        background-color: var(--bs-body-bg);
        border-color: #86b7fe !important;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
    }

    .cerdital-form .iti-group {
    width: 100%;
}

/* ------- Banner Form End -------------- */

/* pages */
.contact-form-style-03 > div { 
    border-radius: 6px 0 6px 0;
}
/* newsletter style 02 */
.newsletter-style-02 input { 
    padding-right: 100px !important;
}
/* footer */
footer {
    padding-bottom: 30px;
}
footer .footer-logo img {
    max-height: 39px;
}
.footer-dark,
.footer-dark .newsletter-style-02 input,
.footer-dark p, .footer-dark a {
    color: var(--medium-gray);
}
.footer-dark a:hover {
    color: var(--base-color);
}
.footer-dark .newsletter-style-02 input::placeholder {
    color: var(--medium-gray) !important;
    opacity: 1; /* Firefox */
}
.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
    color: var(--medium-gray) !important;
}
.footer-dark .newsletter-style-02 input::-ms-input-placeholder {
    color: var(--medium-gray)  !important;
}
.footer-dark .elements-social .light li a:hover {
    color: var(--white);
    opacity: .5;
}
.footer-dark .small-icon li {
    margin: 0 7px;
}
.footer-navbar li {
    line-height: normal;
}
footer ul li {
    margin-bottom: 2px;
}

.post-content {
    min-height: 212px;
}

.custom-cta-footer {
    
    /* bottom: -70px; */
    z-index: 99;
    /* background: linear-gradient(to bottom, #ffffff, #f7f9f9, #f3f6f6, #eff3f3, #ecf1f1); */
    background-color: #edf1f1;
}
.custom-cta-footer .container{
    margin:0 auto!important;
    
    
}
.custom-cta-footer .container .row{
    position:absolute;
    bottom:-70px;
}


.logo-UniImage .slick-list {
    margin: 0 -20px;
}

.UniLogo-slider .slick-slide {
    margin: 0 20px;
}

    /* --------------------  Thankyou banner sec ---------------------- */

    .thankyou-bnr-sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #013F34;
}

    .thankyou-bnr-sec:before {
        content: "";
        background-image: url(/assets/images/banner-cap.webp);
        position: absolute;
        top: 255px;
        left: 50px;
        height: 90px;
        width: 100px;
        background-repeat: no-repeat;
    }

    .thankyou-bnr-sec:after {
        content: "";
        background-image: url(/assets/images/banner-star.webp);
        position: absolute;
        top: 255px;
        right: 50px;
        height: 90px;
        width: 100px;
        background-repeat: no-repeat;
    }

.main-heading {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height:1.5;
}

.banner-content {
    color: #fff;
    padding-bottom: 10px;
}

.ctm-mian-title {
    font-weight: 600;
    font-size: 37px;
    line-height: 1.3;
    color: #0D0B0B;
}

.ctm-ty-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: 314px;
}

    .ctm-ty-box p {
        margin-bottom: 0;
    }

    .ctm-ty-box .prog-img-holder {
        height: 100px;
    }

.thankyou-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.thankyou-icon {
    max-width: 116px;
    margin-bottom: 20px;
}

.thankyou-title {
    color: #D5D52B;
    font-size: 22px;
    font-weight: 700;
}

.thankyou-btn {
    display: inline-block;
    background-color: #6F00B9;
    font-weight: 500;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .thankyou-btn:hover {
        background-color: #212529;
        color: #fff;
    }

.ty-title {
    color: #5297FF;
    font-weight: 600;
    font-size: 45px;
    line-height: auto;
}

.why-opt-sec {
    background-color: #EFF8FD;
}

.ctm-ty-box h3 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-top: 20px;
    line-height:1.5;
}

.ctm-ty-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: 350px;
}

    .ctm-ty-box p {
        margin-bottom: 0;
        color: #5C5858;
    }

    .ctm-ty-box .prog-img-holder {
        height: 100px;
    }


.reviews-sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .reviews-sec h2 {
        font-size: 40px;
        font-weight: 700;
        color: #000;
        padding-bottom: 10px;
        text-transform: capitalize;
    }

.reviews-sec-content {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.reviews-card {
    background-color: #fff;
    box-shadow: 0px 2px 2px #00000045;
    height: auto;
    border-radius: 8px;
    padding: 20px 10px 10px 10px;
    margin-left: 10px;
    margin-right: 10px;
    min-height:470px;
}


    .reviews-card:hover {
        background: #013F34;
    }

        .reviews-card:hover .reviews-card-content {
            color: #fff;
        }

        .reviews-card:hover .reviews-card-name {
            color: #fff;
        }

        .reviews-card:hover .inverted-commas {
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(27%) hue-rotate(40deg) brightness(106%) contrast(108%);
        }

.reviews-card-content {
    color: #000;
    font-weight: 400;
    padding-top: 20px;
    min-height: 230px;
}

.reviews-card-name {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}



/* the slides */
.ctm-ty-logo-slider .slick-slide {
    margin: 0 8px;
}
/* the parent */
.ctm-ty-logo-slider .slick-list {
    margin: 0 -8px;
}

.prog-img-holder {
    height: 200px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #DAF8FF;
    margin-bottom: 15px;
    overflow: hidden;
}

    .prog-img-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.ctm-ty-logo-slider .logo-item:nth-child(odd) .ty-logo-box {
    background-color: #F3E2C7;
}

.ctm-ty-logo-slider .logo-item:nth-child(even) .ty-logo-box {
    background-color: #FCF8F2;
}

/*.ctm-mian-title {
    font-weight: 600;
    font-size: 37px;
    line-height: 1.3;
    color: #0D0B0B;
}*/

/* Filter Page Css Start */


.filter-sec h3 {
    font-size: calc(24px + (32 - 26) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    color: #000;
    margin-bottom: 24px;
    line-height: 1.5;
}

.filter-box {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}


    .filter-box .filter-icon i {
        margin-right: 20px;
        color: #0099cc;
        font-size: 20px;
        margin-top: 5px;
    }

    .filter-box span {
        font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
        color: #000;
    }

    .filter-box p {
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        color: #697280;
    }

.tyimg-holder img {
    max-width: 150px;
}

.tt-pp-sec {
    border-top: 1px solid #ffffff4a;
    background-color: #000;
    padding: 12px 0;
}

.rightsdiv span {
    color: #fff;
    font-size: 14px;
}


.fooNav a {
    font-size: 14px !important;
    color: #fff;
    text-decoration: none;
    border: 0;
}

.liveChat-btn {
    border: 0;
    border-bottom: 2px solid;
    line-height: 1;
}


/* ----------------------- Privcay And Terms ------------------- */

.privacy-bnr-sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 420px;
}

    .privacy-bnr-sec:before {
        content: "";
        background-image: url(/assets/images/university-admission/banner-cap.png);
        position: absolute;
        top: 180px;
        left: 90px;
        height: 90px;
        width: 100px;
        background-repeat: no-repeat;
    }

    /* .privacy-bnr-sec:after {
    content: "";
    background-image: url(/assets/images/university-admission/banner-book.png);
    position: absolute;
    bottom: 150px;
    right: 50px;
    height: 136px;
    width: 144px;
    background-repeat: no-repeat;
} */

    .privacy-bnr-sec:after {
        content: "";
        background-image: url(/assets/images/university-admission/banner-star.png);
        position: absolute;
        top: 180px;
        right: 90px;
        height: 90px;
        width: 100px;
        background-repeat: no-repeat;
    }

.content-sec {
    padding-top: 50px;
}

    .content-sec h4 {
        font-weight: 700;
        font-size: 30px;
    }

    .content-sec h6 {
        font-weight: 600;
        font-size: 20px;
    }

    .content-sec p {
        font-size: 18px;
        font-weight: 400;
    }

/* Popup Form Styling */


.ctm-close-btn {
    position: absolute;
    right: 12px;
    top: 8px;
}

.copuncotnent.mt-3 h2 span {
    display: block;
    font-size: 30px;
    color: #00382F;
    font-weight: 700;
    line-height: 35px;
}

.copuncotnent h2 {
    font-size: 30px;
    font-weight: 700;
    line-height:1.5;
    color:#000;
}

.copuncotnent .iti-group {
    width: 100%;
}

.ctm-btn-dark {
    background-color: #D5D52B;
    color: #000;
}

.copuncotnent p {
    font-weight: 700;
}

    .copuncotnent p span {
        font-weight: 700;
        color: #6F00B9;
    }

.modal .form-btn-submit {
    width: 100%;
    margin: 0 auto;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    border-radius: 5px;
    background-color: var(--pri-color);
    color: #fff;
}


.right_form input, .right_form textarea, .send-form .form-select {
    height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    font-family: system-ui;
    font-weight: 400;
    border: 1px solid #c5c5c5;
    margin: 0 0 0px;
    color: #000;
}
.right_form select {
    height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    font-family: system-ui;
    font-weight: 400;
    border: 1px solid #c5c5c5;
    margin: 0 0 10px;
    color: #000;
}
.right_form button.ctm-btn-dark{
    height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    font-family: system-ui;
    font-weight: 400;
    margin: 0 0 10px;
    color: #000;
        font-size: 16px;
        width: 100%;
}
/*.copuncotnent .form-select {
    border: 1px #C7C7C7 solid;
    backdrop-filter: blur(254px);
    height: 42px;
}*/
.right_form .popup_new_btn {
    width: 100%;
    background: #6F00B9;
    border: none;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    border-radius: 0 !important;
    font-size: 18px;
}

.service-box-style-06 img{
    width:100%;
}

.copuncotnent textarea {
    min-height: 100px;
}

/* Popup Form Styling End */

.content-pp h3 {
    font-size: 20px;
    color: #000;
    line-height:1.5;
}

.content-pp {
    border-top: 1px solid #cccc;
    padding: 26px 0;
}

    .content-pp h1 {
        font-size: 30px;
        color: #000;
        line-height: 1.5;
    }

    .content-pp h5 {
        font-size:26px;
        color: #000;
        margin-bottom: 10px;
    }


    .content-pp p {
        margin-bottom: 0;
    }

    .content-pp h4 {
        font-size: 20px;
        color: #000;
        line-height: 1.5;
    }

.inner-banner-section {
    height: 400px;
}

/* media query responsive */

@media (max-width: 1599px) {

    .banner-img img {
        right: 160px;
    }

}

    @media (max-width: 1399px) {
        .accordion-style-06 .accordion-item {
            padding-left: 35px;
        }

        .banner-img img {
            right: 100px;
        }

    }

    @media (max-width: 1199px) {

        .cerdital-form.sty1 h2 {
            padding: 20px 20px;
            font-size: 22px;
        }

        .main-banner span {
            font-size: 18px;
        }

        .main-heading {
            font-size: 32px;
        }

        .schoolCard-H {
            min-height: 242px;
        }

        .post-content {
            min-height: 224px;
        }

        .header-navbtn {
            padding: 6px 12px;
        }

        .navbar .navbar-nav .nav-link {
            font-size: 16px;
        }

        .navbar .navbar-nav .nav-link {
            padding-left: 12px;
            padding-right: 12px;
        }

        .team-style-05 .social-icon a {
            margin: 0 10px;
        }

        .custom-cta-footer .container .row {
            bottom: -50px;
        }
    }

    @media (max-width: 991px) {

        .phoneNum-btn {
            color: #000 !important;
            font-weight: 400;
        }

        .main-banner {
            padding-top: 60px;
        }

        .banner-img img{
            display:none;
        }

        .banner-img::after {
            display: none;
        }

        .cerdital-form.sty1 {
            margin-top: 50px;
        }

        .banner-img:before {
            display: none;
        }

        .services-box-style-06 img {
            width: 100%;
        }

        .inner-banner-section {
            padding-top: 116px;
            height: 380px;
            padding-bottom: 50px;
        }

        .mobile-logo {
            max-width: 170px;
        }

        .atropos .atropos-rotate img {
            display: none;
        }

        .schoolCard-H {
            min-height: auto;
        }

        .widget-text {
            color: var(--dark-gray);
        }

        .navbar .navbar-nav .nav-link {
            font-size: 18px;
        }

        .team-style-05 .social-icon a {
            margin: 0 10px;
        }

        .navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
            padding: 0 15px 6px 15px;
        }
    }

    @media (max-width: 767px) {

        .header-reverse {
            padding-bottom: 13px;
        }

        .main-banner {
            padding-top: 40px;
        }

        .ctm-ty-box {
            min-height: auto;
        }

        .mobile-logo {
            max-width: 150px;
        }

        .post-content {
            min-height: auto;
        }

        .schoolCard-H {
            min-height: auto;
        }

        .accordion-style-05 .accordion-item {
            padding: 20px 35px 22px 55px;
        }

        .contact-form-style-03 > div {
            border-radius: 6px;
        }

        .tab-style-04 .nav-tabs .nav-item:last-child {
            margin-bottom: 0;
        }

        .accordion-style-04 .accordion-item .accordion-body {
            padding: 0 25px 25px;
        }

        .tab-style-04 .nav-tabs .nav-item {
            width: auto;
        }
    }

    @media (max-width: 575px) {

        .main-banner {
            padding-top: 25px;
        }

        .cerdital-form.sty1 {
            margin-top: 30px;
        }

            .cerdital-form.sty1 h2 {
                padding: 15px 8px;
                font-size: 20px;
            }

        .content-pp h5 {
            font-size: 22px;
        }

        .content-pp h3 {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .inner-banner-section {
            height: 250px;
        }

            .inner-banner-section h1 {
                font-size: 30px;
            }

        .header-icon {
            display: none;
        }

        .ctm-mian-title {
            font-size: 24px;
        }

        .reviews-sec h2 {
            font-size: 24px;
        }

        .thankyou-bnr-sec:before {
            display: none;
        }

        .thankyou-bnr-sec:after {
            display: none;
        }

        .mobile-logo {
            max-width: 100px;
        }

        .main-heading {
            font-size: 18px;
        }

        .accordion-style-06 .accordion-item {
            padding-left: 20px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .accordion-style-06 .accordion-item.active-accordion {
                padding-top: 20px;
                padding-bottom: 20px;
            }

        .accordion-style-05 .accordion-item {
            padding: 17px 20px 17px 45px;
        }

            .accordion-style-05 .accordion-item .accordion-body {
                padding-right: 15px;
            }

        .accordion .accordion-item .accordion-header .accordion-title {
            line-height: 28px;
        }
    }

    @media (max-width: 480px) {
        .cerdital-form.sty1 h2 {
            font-size: 18px;
        }

        .header-navbtn.lpbtn {
            display: none;
        }
    }