:root {
    --pri-color: #F63B3B;
    --sec-color: #ED2121;
    --font-2:  "Manrope";
}


a {
    color: #f63b3b;
}

body {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    background-color: #f5f5f5 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "lato";
    font-style: normal;
    color: #000;
}

p {
    font-family: "lato";
    color: #595959;
    font-size: 15px;
    line-height: 1.3;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.iti__search-input {
    padding-left: 35px !important;
}


.dropdown-menu {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

#main-nav .nav-link:hover {
    color: var(--pri-color) !important;
}

.space-p-t {
    padding-top: 60px;
}

.space-p-b {
    padding-bottom: 60px;
}

.space-p-tb {
    padding: 60px 0;
}

.space-m-t {
    margin-top: 60px;
}

.space-m-b {
    margin-bottom: 60px;
}

.space-m-tb {
    margin: 60px 0;
}

.custom-logo-link {
    max-width: 175px;
}

.main-title {
    font-size: 45px;
    font-weight: 600;
}

.main-sub-title {
    font-size: 32px;
    font-weight: 600;
}

.global-btn-rounded {
    display: inline-block;
    padding: 12px 32px;
    background-color: red;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s ease-in;
}

    .global-btn-rounded:hover {
        background-color: #000;
        color: #fff;
    }

.rounded-col {
    padding: 25px 45px;
    background-color: #fff;
    border-radius: 58px;
    text-align: center;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
}

.text-color-pri {
    color: var(--pri-color);
}

/*---------------------- Mega menu ---------------------*/

.ktm-mega-menu .dropdown-menu {
    padding: 70px 50px 40px !important;
    background: #FFFFFF;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.25);
    border-radius: 33px;
}

.spHeading span {
    position: relative;
    color: #BBC1C5;
    font-size: 20px;
    font-weight: 600;
    padding-left: 24px;
}

.spHeading {
    position: absolute;
    top: 20px;
}

.spHeading span:before {
    position: absolute;
    content: "";
    border: 1px solid red;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: 0;
    top: 4px;
}

.mega-imageCont p {
    margin-bottom: 0;
    line-height: 20px;
    color: #fff;
    padding-top: 6px;
}

.mega-pageLink p {
    /*    font-size: 14px;
    line-height: 20px;
    color: #71757D;*/
    font-size: 14px;
    line-height: 20px;
    color: #71757D;
    margin-bottom: 0;
}

.mega-pageLink a {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.mega-imageCont {
    padding: 15px 10px 10px;
}

    .mega-imageCont span {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        display: block;
        line-height: 22px;
    }

.mega-imageDiv img {
    width: 100%;
}

.mega-imageCont a {
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.mega-eqaciDiv {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #AAB3BA;
    padding-bottom: 19px;
}

.mega-iconDiv {
    padding: 6px;
    width: 40px;
    margin-top: 8px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF6F7;
    border-radius: 6px;
}

.mega-pageLink a {
    color: #000 !important;
    font-size: 18px !important;
    text-decoration: none;
    font-weight: 400 !important;
    padding-right: 0 !important;
    line-height: 22px !important;
    padding: 0;
    margin: 0;
    display: block;
}

.mega-imageCont {
    position: absolute;
    bottom: 10px;
    padding: 20px 30px 20px 30px;
}

.mega-imageDiv {
    position: relative;
}


/*-------------------- Navbar ---------------------------*/

.main-header-btn {
    background-color: #F63B3B;
    text-decoration: none;
    color: #fff;
    padding: 9px 22px;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}

    .main-header-btn:hover {
        background-color: #000;
        color: #fff;
    }






/*------------------- Home page Start -----------------------------*/

.main-banner-sec h1 {
    font-size: 60px;
    font-weight: 700;
}

.main-banner-sec p {
    font-size: 20px;
    color: #000;
    line-height: 1.3;
}

.banner-btns a {
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 15px;
    background-color: #000;
    text-decoration: none;
    color: #fff;
    font-family: 'Lato';
    transition: 0.3s ease-in;
}

.banner-btns {
    display: flex;
    align-items: center;
    transition: 0.4s all ease-in;
    cursor: pointer;
    
}
.banner-btns i{
    color:#fff;
     transform: rotate(-34deg);
     margin-left:10px;
     
}

.banner-btns span {
    background-color: #000;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -7px;
}

        .banner-btns span i {
        color: #fff;
        transform: rotate(-34deg)
    }
.banner-btns a:hover{
    background-color:var(--pri-color);
}
   .banner-btns span:hover {
    background-color:var(--pri-color);
    transform: rotate(0deg)
}
.fundraisers-div p strong {
    font-size: 20px;
}

.fundraisers-div {
    display: flex;
    align-items: baseline;
    gap: 16px;
}

    .fundraisers-div p strong {
        font-size: 18px;
        font-weight: 600;
        color: #000;
    }

.fundraiser-btn {
    border-radius: 22px;
    background-color: #F63B3B;
    font-size: 18px;
    color: #fff !important;
    padding: 12px 10px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}

    .fundraiser-btn a {
        font-size: 18px;
        color: #fff !important;
        font-weight: 500;
    }

.main-banner-sec {
    position: relative;
    /*    background-image: url(/assets/images/hm-bg-shade.png);*/
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}


.bg-left-right-shadow {
    background-image: url(../images/bg-shade-left.png), url(../images/bg-shade-right.png);
    background-position: left center, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}

.banner-title {
    font-size: 60px;
    font-weight: 700;
}

.banner-text {
    font-size: 20px;
    color: #000;
    line-height: 1.3;
}

.serivcesCard {
    position: relative;
    background: #FFFFFF;
    box-shadow: 2px 4px 10px rgb(226 226 226);
    backdrop-filter: blur(12.5px);
    border-radius: 25px;
    padding: 16px;
    /*min-height: 470px;*/
}

.serivcesCard img {
    border-radius: 14px;
}

.lisn-cardContent {
    min-height: 130px;
}

.lisn-cardContent h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 24px 0 2px;
}

.serivcesCard img {
    width: 100%;
}

.MB-serivcesCard-cont {
    min-height: 170px;
}

 .MB-serivcesCard-cont h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 24px 0 2px;
 }

.serivcesCard-cont {
    height: 150px;
    overflow-y: auto;
}

 .serivcesCard-cont h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 24px 0 2px;
 }

  .serivcesCard-cont h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 24px 0 2px;
 }

.serivcesCard-Lgcont {
    min-height: 180px;
}

.serivcesCard-Lgcont h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 24px 0 2px;
}

.servicesCard-btn {
    background: #000;
    border-radius: 20px;
    padding: 8px;
    bottom: 14px;
    /*width: 80%;*/
    text-align: center;
    transition: 0.3s ease-in;
}

    .servicesCard-btn:hover {
        background-color: var(--pri-color);
    }

    .servicesCard-btn a {
        color: #FFFEFF;
        font-size: 15px;
        text-decoration: none;
        display: block;
    }

.serviceCards-slider .slick-list {
    margin: 0 -10px !important;
}

.serviceCards-slider .slick-slide {
    margin: 0 10px !important;
}

.serviceCards-slider .slick-track {
    padding: 10px 0;
}

.service-sec {
    position: relative;
}

.serviceArrows {
    display: flex;
    justify-content: end;
    gap: 10px;
    cursor: pointer;
    flex: 1;
}

.serv-title-holder {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.serv-prev-Arrow {
    background-color:transparent!important;
    color: #595959;
    /*width: 36px;
    height: 36px;
    border-radius: 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.serv-next-Arrow {
    background-color: transparent !important;
    color: #595959;
    /*  width: 36px;
    height: 36px;*/
    /*border-radius: 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.serv-prev-Arrow:hover {
    background-color: transparent;
    filter: brightness(0) saturate(100%) invert(32%) sepia(100%) saturate(4643%) hue-rotate(349deg) brightness(101%) contrast(100%);
}

.serv-next-Arrow:hover {
    background-color: transparent;
    filter: brightness(0) saturate(100%) invert(32%) sepia(100%) saturate(4643%) hue-rotate(349deg) brightness(101%) contrast(100%);
}



.minMax-Icon {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    max-width: 370px;
}

    .minMax-Icon span h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .minMax-Icon span p {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
        margin: 0;
    }


    .minMax-Icon:after {
        position: absolute;
        content: "";
        right: -27px;
        background-color: #9C9B9B;
        width: 1px;
        min-height: 70px;
    }
.minMax-Icon-last::after{
    content:'';
    background-color:transparent;
    width:0;
}
/*.minMax-Icon:last-child::after {
        background-color:transparent;
    }*/
.mmIcon {
    flex: 1 0 75px;
    max-width: 64px;
}

.right-bg-shade {
    position: relative;
    background-image: url(/assets/images/hm-right-bg-Shade.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.left-bg-shade {
    position: relative;
    background-image: url(/assets/images/hm-left-bg-Shade.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.drivRev-div {
    position: relative;
    background: #FFFEFF;
    box-shadow: 5px 5px 45px rgba(155, 155, 155, 0.25);
    border-radius: 20px;
    padding: 30px 17px 10px;
    min-height: 180px;
}

.liscn-boxHeight {
    min-height: 160px;
    background: #FFFEFF;
    box-shadow: 0px 0px 6px rgba(155, 155, 155, 0.25);
    border-radius: 20px;
    padding: 20px 20px 10px;
    margin-top: 20px;
}

.drivRev-div h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--pri-color);
}

.drvRev-Icon span {
    font-size: 30px;
    font-weight: 600;
    color: var(--pri-color);
}

.drvRev-Icon {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 10px;
}

    .drvRev-Icon img {
        width: 44px;
    }

.ctm-img-holder {
    height: 100%;
}

    .ctm-img-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

.cert-trust-div {
    display: flex;
    gap: 30px;
}

.cerTrust-box {
    background: #FFFEFF;
    box-shadow: 5px 5px 45px rgba(155, 155, 155, 0.25);
    border-radius: 20px;
    padding: 20px;
    width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cert-trust-sec h4 {
    font-size: 32px;
    font-weight: 600;
}

.faq-div .accordion-button {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    border-radius: 12px !important;
    padding: 20px 14px;
}

.faq-div .accordion-item {
    margin-bottom: 18px;
    /*border-radius: 12px !important;*/
}

.faq-div .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M10 13V23H13V13L23 13V10L13 10V0H10V10L0 10V13L10 13Z' fill='%23F63B3B'/%3E%3Cpath d='M10 13V23H13V13L23 13V10L13 10V0H10V10L0 10V13L10 13Z' stroke='%23F63B3B'/%3E%3C/svg%3E");
    transition: all 0.5s;
}


.faq-div .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.faq-div .accordion-button::after {
    transition: all 0.5s;
}

.logoCarousel-slider .slick-list {
    margin: 0 -10px !important;
}

.logoCarousel-slider img {
    max-width: 180px;
}

.logoCarousel-slider .slick-slide {
    margin: 0 10px !important;
}

.logoCarousel-slider .slick-track {
    padding: 10px 0;
}

.testi-Cont {
    background: #FFFFFF;
    border: 1px solid #DDD8D8;
    box-shadow: 0px 0px 14px rgba(168, 195, 255, 0.25);
    border-radius: 23px;
    position: relative;
}

.test-profileDiv {
    display: flex;
    align-items: end;
    gap: 12px;
    padding: 12px 20px 30px;
}

    .test-profileDiv span h5 {
        color: #004551;
        font-family: Raleway;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 2px;
    }

    .test-profileDiv span p {
        font-size: 14px;
        padding: 0;
    }

.testi-img-div {
    height: 100%;
    position: relative;
}

.testi-img-holder {
    height: 100%;
}

.testi-img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.testi-sec h5 {
    font-size: 45px;
    font-weight: 600;
}

.testi-rating-div img {
    width: 150px;
}

.testi-rating-div {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .testi-rating-div span {
        font-size: 16px;
        color: #524F4F;
        font-weight: 500;
    }

.test-profileDiv img {
    width: 70px;
}

.testimonial-Main {
    position: relative;
}

.testContent-div {
    min-height: 120px;
}

.testi-arrows {
    position: absolute;
    bottom: 68px;
    right: 44px;
    display: flex;
    gap: 12px;
    z-index: 99;
}

.testi-arrows .slick-arrow {
    cursor:pointer;
}

.testi-Cont p {
    font-size: 18px;
    font-family: Inter;
    font-style: italic;
    color: #5A5A5A;
    line-height: 1.4;
    padding: 30px 24px 10px;
}

.slick-arrow:hover svg path {
    fill: #f63b3b;
}

.testi-redBox {
    max-width: 220px;
    min-height: 210px;
    background: #F63B3B;
    border-radius: 18px;
    position: absolute;
    bottom: 20px;
    left: -60px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .testi-redBox span {
        color: #fff;
        font-size: 80px;
        font-family: 'Raleway';
        font-weight: 600;
    }

        .testi-redBox span sup {
            font-size: 32px;
            font-weight: 400;
        }

    .testi-redBox p {
        color: #fff;
        font-family: 'Inter';
        font-style: italic;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.6;
        margin-top: 14px;
    }

/*------------------ footer --------------------------*/

.footer-bgBox {
    background: #000;
    border-radius:20px;
    margin: 0 20px 20px;
    position: relative;
    min-height: 335px;
    padding-top: 50px;
}

/*    .footer-bgBox:before {
        position: absolute;
        content: "";
        top: -80px;
        background-image: url(/assets/images/hm-footer-bgBox.webp);
        width: 100%;
        height: 80px;
        background-repeat: no-repeat;
        background-size: contain;
    }*/

.foot-LogoDiv {
    position: relative;
}

    .foot-LogoDiv h6 {
        font-size: 60px;
        color: #fff;
        font-family: 'Inter';
        margin-top: -20px;
    }

    .foot-LogoDiv p {
        color: #FFFEFF;
        font-size: 22px;
        font-weight: 500;
        padding-top: 10px;
    }

.subs-form input {
    background: #FFFEFF;
    border-radius: 24px;
    border: 0;
    padding: 10px 12px 10px 20px;
    margin-right: 8px;
}

    .subs-form input::placeholder {
        font-size: 15px;
        color: #595959;
    }

.subs-form .subs-btn {
    background: #000;
    color: #fff;
    border-radius: 24px;
    border: 0;
    padding: 10px 20px;
}


.socialLinks {
    display: flex;
    gap: 14px;
}

    .socialLinks span a {
        text-decoration: none;
        color: #FFFEFF;
        font-size: 19px;
        font-weight: 500;
    }


.foo-ss-icon {
    color: #fff;
    font-size: 20px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f63b3b;
    border-radius: 4px;
    text-decoration: none;
    transition:0.3s ease-in;
}
.foo-ss-icon:hover {
   background-color:#ccc;
   color:#000;
}
.footerLast {
    padding: 10px;
    border-top: 1px solid #ffffff40;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.privacy-terms a {
    color: #ececec;
    font-size: 16px;
    text-decoration: none;
    transition:0.3s ease-in;
}

.footer-bgBox .row {
    justify-content: space-between;
}

.footerLast span {
    color: #FFFEFF;
    font-size: 16px;
}

.privacy-terms {
    display: flex;
    gap: 12px;
}

.privacy-terms a:hover {
    color: var(--pri-color);
}

.fooNav-title {
    color: #FFFEFF;
    font-size: 20px;
    font-weight: 600;
}

.fooNav-list {
    padding-left: 0;
    list-style: none;
}

    .fooNav-list li a {
        color: #FFFEFF;
        font-size: 16px;
        text-decoration: none;
        transition: 0.3s ease-in-out;
    }

        .fooNav-list li a:hover {
            color: var(--pri-color);
        }

.footer-sec {

}

.list-style-1 {
    color: #595959;
}
/*---------------------- About page Start -------------------*/
.choose-list li {
    font-size: 18px;
    color: #595959;
    line-height: 2.4;
}

.choose-list ul ::marker {
    color: #F63B3B;
}

.specialityPages .srvcCarosl-box {
    min-height: 180px;
    padding-bottom: 4px;
}

.srvcCarosl-box {
    background: #FFFEFF;
    box-shadow: 0px 0px 6px rgba(155, 155, 155, 0.25);
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
    min-height:112px;
}

.va-srvcCarosl-box {
    background: #FFFEFF;
    box-shadow: 0px 0px 6px rgba(155, 155, 155, 0.25);
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
    min-height: 130px;
}

.serv-sl-title {
    font-weight: 600;
    color: var(--pri-color);
    font-size: 18px;
    line-height: 22px;
}

.srvcImg-cont {
    display: flex;
    gap: 14px;
}

.counter-Image img{
    border:0;
    border-radius:20px;
}

.mb-box h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #595959;
}

    .mb-box p {
        margin-bottom: 0;
    }

.srvcImg-cont {
    display: flex;
    gap: 14px;
}

    .srvcImg-cont p {
        font-size: 16px;
    }

.srvcCarosl-btn {
    display: flex;
    justify-content: center;
}

    .srvcCarosl-btn a {
        background-color: #F63B3B;
        border-radius: 35px;
        color: #FFFEFF !important;
        width: 100%;
        text-align: center;
        font-size: 18px;
        padding: 6px;
    }

.srvcIcon {
    flex: 1 0 45px;
    max-width: 45px;
}

    .srvcIcon img {
        width: 100%;
    }

/* the slides */
.serviceCarousel-slider .slick-slide {
    margin: 0 10px;
}
/* the parent */
.serviceCarousel-slider .slick-list {
    margin: 0 -10px;
}

.srvc-contentDiv {
    position: relative;
}

.srvcArrows {
    display: flex;
    justify-content: end;
    gap: 16px;    
}

.srvc-prev-Arrow {
    background: #fff;
    color: #595959;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.srvc-next-Arrow {
    background: var(--pri-color);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.srvcContent span {
    font-size: 20px;
    font-weight: 600;
    color: var(--pri-color);
}
.srvcContent {
    min-height: 100px;
}

    .srvcContent p {
        margin-bottom: 0;
    }

.rc-srvcContent {
    min-height: 120px;
}

.rc-srvcContent p {
   margin-bottom: 0;
}

.counter-box {
    background: #FFFFFF;
    box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    padding: 10px;
    position: relative;
}

.wws-count-box {
    background: #FFFFFF;
    box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    padding: 10px;
    position: relative;
}

.counter {
    font-size: 60px;
    font-weight: 700;
    color: var(--pri-color);
}

.counter-Image {
    background: #f5f5f5;
    border-radius: 38px 38px 0 0;
}

.counter-cont {
    background: #f5f5f5;
    /*padding: 14px 10px 20px 30px;*/
    border-radius: 0 0 20px 20px;
    padding: 10px 15px;
    min-height: 265px;
}
.counter-cont span{
    font-size:20px;
    font-weight:600;
}

.wws-count {
    background: #f5f5f5;
    /* padding: 14px 10px 25px 30px;*/
    padding: 20px 15px;
    border-radius: 0 0 20px 20px;
    min-height: 270px;
}

    .wws-count h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 29px;
        color: #000000;
    }

    .wws-count p {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.6;
        color: #595959;
        margin-bottom: 0;
    }

.counter-link a {
    color: #F63B3B !important;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}

.counter-link {
    position: absolute;
    bottom: 32px;
}

.counter-cont p {
    color: #595959;
  /*  font-family: 'Inter';*/
    font-size: 15px;
    line-height: 1.6;
}

.counter-cont span {
    color: #595959;
    font-family: 'Inter';
    font-size: 22px;
}


/*Case Study Page*/

.cs-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}

.cs-img-holder {
    flex: 1 0 250px;
    max-width: 250px;
    background-color: var(--pri-color);
    padding: 14px 22px;
    border-radius: 14px 0 0 14px;
}

.cs-content {
    padding-left: 30px;
    flex: 1 0 60%;
    max-width: 60%;
}

    .cs-content p {
        font-weight: 400;
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 0;
    }

.cs-rm-btn-holder {
    flex: 1;
    text-align: right;
    padding-right: 40px;
}

    .cs-rm-btn-holder a {
        padding: 12px 25px;
        background-color: #f63b3b;
        color: #fff;
        text-decoration: none;
        border-radius: 26px;
    }

.cs-img-holder img {
    border: 6px solid #FFF;
}

.cs-author-name {
    margin-top: 20px;
}

    .cs-author-name span {
        color: var(--pri-color);
        font-style: italic;
        display: inline-block;
        margin-right: 5px;
    }

/*Case Study Page End*/



/*-------------- Orthopedics form -----------------*/

.form-div {
    background: #FFFFFF;
    border-radius: 44px;
    padding: 50px 40px 30px;
}

.form-btn {
    background: #F63B3B;
    border-radius: 35px;
    border: 0;
    padding: 10px 20px;
    color: #fff;
}

.form-div .form-control {
    padding: 12px 2px;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
}

.form-div label {
    color: #000;
}

.form-div sup {
    color: red;
    font-size: 16px;
    top: 0;
}


/*----------------- Licensure Page -------------*/

.not-white-box {
    background: #F5F5F5;
    border-radius: 30px;
    padding: 30px 25px;
}
.not-white-box h4{
    color:var(--pri-color);
    font-weight:600;
}
/*.easyProc-box {
    background: #FFFFFF;
    box-shadow: 2px 4px 10px rgb(226 226 226);
    backdrop-filter: blur(12.5px);
    border-radius: 25px;
    padding: 30px;
    min-height: 250px;
    text-align: center;
}*/

.easyProc-box h3 {
    font-size: 18px;
    font-weight: 700;
}

.easyProc-Btn {
    text-align: center;
}

    .easyProc-Btn a {
        background-color: #F63B3B;
        border-radius: 35px;
        color: #FFFEFF !important;
        text-align: center;
        font-size: 18px;
        padding: 8px 20px;
        text-decoration: none;
    }

/*---------------------- Thank YOu -------------------------*/

.thank-sec img {
    max-width: 700px;
    margin: 0 auto;
}

.thank-sec h2 {
    font-size: 34px;
    color: #100E0E;
    line-height: 1.5;
}


/*---------------------- Contact ------------------*/

.add-img img {
    background-color: #F63B3B;
    padding: 15px;
    border-radius: 50%;
}

.address-box {
    display: flex;
    gap: 10px;
}

.add-cnt h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
}

.add-cnt p {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #595959;
    margin-bottom: 0;
}

.social-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-top: 22px;
}
    .social-link a {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #000000;
        text-decoration:none;
    }

.c-form-area {
    height: 120px !important;
}

.checkbox-terms {
    padding: 16px 0px;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.5;
    gap: 0px;
}

    .checkbox-terms p {
        font-size: 14px;
        line-height: 1.8;
    }

.checkbox-terms.sty1 {
    padding: 16px 0px 0;
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.5;
    gap: 0px;
}

    .checkbox-terms.sty1 p {
        font-size: 12px;
        line-height: 1.4;
        font-weight: 400 !important;
    }
        .checkbox-terms.sty1 p input {
            height: auto;
            border-radius: 0;
            padding: 0;
            margin: 0 7px 0 0;
            background-color: transparent;
            border: 0;
            vertical-align: middle;
        }
.cerdital-form input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 4px; /* aligns checkbox with first line of text */
    flex-shrink: 0;
    width: auto;
    margin-top: -13px;
}

@media only screen and (max-width: 767px) {
    .cerdital-form input[type="checkbox"] {
        margin-top: -7px;
    }
}



/*---------------------- Nabeel Css Start -------------------*/

.inner-banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(100% - 40px);
    min-height: 400px;
    padding: 0;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    margin: 0 auto;
    border-radius: 20px;
}

    .inner-banner h1 {
        font-size: 50px;
        font-weight: 700;
        color: #fff;
    }

    .inner-banner p {
        font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        color: #fff;
    }

.blog-box {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 40px;
}


    .blog-box .blog-box-img img {
        position: relative;
        width: 100%;
        padding: 12px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .blog-box .blog-box-img span {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        background-color: rgba(246, 59, 59, 1);
        border: 0;
        border-radius: 35px;
        padding: 8px 18px;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        top: 35px;
        right: 35px;
    }

    .blog-box .blog-box-content {
        min-height: 300px;
        padding: 20px 25px;
    }

.blog-contHeight {
    min-height: 210px;
}

        .blog-box .blog-box-content h2 {
            font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320));
            font-weight: 700;
            color: rgba(0, 0, 0, 1);
            margin-bottom: 10px;
        }

        .blog-box .blog-box-content p {
            font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
            font-weight: 400;
            color: rgba(89, 89, 89, 1);
            margin-bottom: 25px;
        }

.blog-btn {
    background-color: rgba(0, 0, 0, 1);
    border: 0;
    border-radius: 35px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    padding: 13px 30px;
    margin: 15px 0;
    transition: 0.4s ease-in;
    border: 0;
}

    .blog-btn:hover {
        background-color: rgb(246 59 59);
        color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        /*border: 2px solid rgb(246 59 59);*/
        transition: 0.3s ease-in-out;
    }

.blog-btn:hover {
    background-color: #f63b3b;
    color: #fff;
}

.blog-box-date {
    border-top: 1px solid rgba(222, 222, 222, 1);
    padding: 14px 25px;
}

.blog-detail-img img {
    border: 0;
    border-radius: 0;
    width: 100%;
    margin-bottom: 45px;
}

.blog-detail-content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.blog-detail-content h5 {
    font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: rgba(89, 89, 89, 1);
    margin-bottom: 15px;
}

.blog-detail-content p {
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    color: rgba(89, 89, 89, 1);
    margin-bottom: 15px;
}
    .blog-detail-content p a {
        text-decoration: none;
        color: rgba(89, 89, 89, 1);
        font-weight: 600;
    }
        .blog-detail-content p a:hover {
            font-weight: 700;
        }
        .search-box {
            position: relative;
            margin-bottom: 40px;
        }

    .search-box input {
        width: 100%;
        border: 1px solid rgba(167, 167, 167, 1);
        border-radius: 170px;
        height: 70px;
        padding: 10px 25px;
        background-color: transparent;
    }

.recent-post {
    border: 1px solid rgba(167, 167, 167, 1);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    margin-bottom: 50px;
}

    .recent-post:before {
        content: "";
        width: 5px;
        height: 35px;
        position: absolute;
        background-color: rgba(246, 59, 59, 1);
        left: 0;
        top: 50px;
    }

.blog-sidebar h5 {
    font-size: calc(24px + (35 - 24) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    position: relative;
}
/*.blog-sidebar h5:before {
    content:"";
    width:5px;
    height:35px;
    position:absolute;
    background-color:rgba(246, 59, 59, 1);
    left:0;
    top:100px;
}*/
.recent-box {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgba(167, 167, 167, 1);
    padding-bottom: 15px;
    gap:20px;
}

    .recent-box .recent-box-img img {
        border: 0;
        border-radius: 12px;
        /* width: 140px; */
        /* height: 80px; */
        object-fit: contain;
        min-height: 100px;
        max-width: 100px;
    }

    .recent-box .recent-box-text {
         font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
    }

    .recent-box-text a {
        text-decoration:none;
    }

    .recent-box .recent-box-text span {
        color: rgba(246, 59, 59, 1);
    }

    .recent-box .recent-box-text p {
        margin-top: 12px;
        font-size: 12px;
        line-height: 1;
    }

.recent-list {
    padding: 0;
    margin: 0;
}

    .recent-list li {
        border-bottom: 1px solid rgba(167, 167, 167, 1);
        list-style: none;
        font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

        .recent-list li a {
            color: rgba(246, 59, 59, 1);
            text-decoration: none;
        }

.blog-detail-content {
    /*border-bottom: 1px solid rgba(167, 167, 167, 1);*/
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.blog-social {
    display: flex;
    align-items: center;
}

    .blog-social a {
        margin-right: 10px;
        color: rgba(246, 59, 59, 1);
        text-decoration: none;
        font-size: 26px;
    }

.video-sec img {
    width: 100%;
}

.testimonail-box {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 30px;
    text-align: center;
}

    .testimonail-box .testimonail-box-head img {
        width: 180px;
        height: 180px;
        /*    border: 9px solid #fff;*/
        margin: 25px 0 0;
        position: relative;
        z-index: 99;
        border-radius: 50%;
        margin-top: 60px;
    }

    .testimonail-box .testimonail-box-head {
        display: grid;
        justify-content: center;
        position: relative;
    }

        .testimonail-box .testimonail-box-head::before {
            content: "";
            background-color: rgba(246, 59, 59, 1);
            width: 96%;
            min-height: 120px;
            border: 0;
            border-radius: 30px;
            position: absolute;
            top: 15px;
            margin: 0 auto;
            left: 0;
            right: 0;
        }

        .testimonail-box .testimonail-box-head span {
            font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320));
            font-weight: 700;
            color: rgba(0, 0, 0, 1);
        }

    .testimonail-box .testimonail-box-text {
        min-height: 230px;
        padding: 0;
        overflow-y: auto;
    }

        .testimonail-box .testimonail-box-text p {
            color: rgba(107, 107, 107, 1);
            font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
            font-weight: 400;
            line-height: 28px;
            padding: 10px 25px;
        }

    .testimonail-box .quote {
        position: relative;
        height: 70px;
        z-index: 99;
    }

        .testimonail-box .quote:before {
            content: '';
            background-color: rgba(167, 167, 167, 1);
            width: 100%;
            height: 1px;
            position: absolute;
            left: 0;
            top: 20px;
            z-index: -1;
        }

.cC-wht-box {
    min-height: 340px;
    background-color: #fff;
    border: 0;
    border-radius: 15px;
    width: 100%;
    padding: 30px 25px 10px;
}

    .cC-wht-box h2 {
        color: #000;
        font-size: 45px;
        font-weight: 700;
    }

.cC-why-list {
    padding: 0;
}

    .cC-why-list li {
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        color: rgba(71, 70, 70, 1);
        list-style: none;
        padding-left: 20px;
        position: relative;
        line-height: 33px;
    }

    .cC-why-list li::before {
        content: '';
        position: absolute;
        background-image: url('../images/icons/rectangle.png');
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        left: 0;
        top: 10px;
    }


.wht-box {
    background-color: #fff;
    border: 0;
    border-radius: 15px;
    min-height: 300px;
    width: 100%;
    padding: 30px 25px;
}

    .wht-box h2 {
        color: #000;
        font-size: 45px;
        font-weight: 700;
    }

    .why-list {
        padding: 0;
    }

    .why-list li {
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        color: rgba(71, 70, 70, 1);
        list-style: none;
        padding-left: 20px;
        position: relative;
        line-height: 33px;
    }

    .why-list li::before {
        content: '';
        position: absolute;
        background-image: url('../images/icons/rectangle.png');
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        left: 0;
        top: 10px;
    }

    .boxes-bar {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .boxes-bar-box {
        display: flex;
        align-items: center;    
        border-right: 1px solid #ccc;
        flex: 1 0 18%;
        border-right: 1px solid #ccc;
        max-width: 18%;
    }

    .boxes-bar-box:nth-child(5) {
        border: 0;
    }

    .boxes-bar-box p {
        margin: 0;
        padding-right: 20px;
    }

    .boxes-bar-box .boxes-bar-box-icon {
        margin-right: 10px;
        flex: 1 0 40px;
        max-width: 40px;
    }

.drivRev-div2 {
    position: relative;
    min-height: 150px;
    background-color: #fff;
    border: 0;
    border-radius: 20px;
    padding: 20px 25px;
}

.specialiytPages .drivRev-div2 {
    min-height: 170px;
}

    /*.drivRev-div span {
    color: rgba(251, 237, 237, 1);
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: calc(40px + (88 - 40) * (100vw - 320px) / (1920 - 320));
    font-weight:700;
    line-height:1;

}*/

    .drivRev-div2 em {
        color: rgba(251, 237, 237, 0.5);
        position: absolute;
        right: 10px;
        bottom: 0;
        font-size: calc(40px + (88 - 40) * (100vw - 320px) / (1920 - 320));
        font-weight: 700;
        line-height: 1;
        font-style: normal;
    }

.overlapping-p {
    z-index: 1;
}


.frm-btn {
    background-color: #F63B3B;
    text-decoration: none;
    color: #fff;
    padding: 10px 22px;
    border-radius: 25px;
    transition: 0.3sease-in-out;
    text-decoration: none;
    border: 0;
}

.cerdital-form {
    background-color: #fff;
    position: relative;
    padding: 40px 35px;
    border-radius: 20px;
}

    .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 rgba(189, 189, 189, 1);
        width: 100%;
        height: 55px;
        padding: 2px 10px;
        border-radius: 10px;
    }

.get-cre img {
    border: 0;
    border-radius: 25px;
}

.blog-detail-list {
    padding: 0;
    margin: 0;
}

    .blog-detail-list li {
        list-style: inside;
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        margin-bottom: 25px;
        color: rgba(89, 89, 89, 1);
        padding-left: 0;
    }

/* Pagination Content Css Start*/
.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

    .simple-pagination li a,
    .simple-pagination li span {
        color: #666;
        padding: 5px 10px;
        text-decoration: none;
        border: 1px solid #EEE;
        background-color: #FFF;
        box-shadow: 0px 0px 10px 0px #EEE;
    }

.simple-pagination .current {
    color: #FFF;
    background-color: rgb(246 59 59);
    /*  border-color: #397efa;*/
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #111;
}

#pagination-container ul {
    display: none;
}
/* Pagination End*/


/*-------------------------- Nabeel css legend -------------------*/


/*Login Page CSS*/

.ctm-box-s1-img img {
    margin-left: auto;
}

/*Main banner-form*/

.ctm-form-mianbanner {
    background-color: #ffffffb5;
    padding: 32px;
    border-radius: 16px;
    border-top: 5px solid red;
    border-bottom: 5px solid red;
    backdrop-filter: blur(43.98px);
}


    .ctm-form-mianbanner h2 {
        font-family: 'Lato';
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        color: #000000;
    }

        .ctm-form-mianbanner h2 span {
            color: var(--pri-color);
        }

.ctm-form-mianbanner {
    background-color: #ffffffb5;
    padding: 32px;
    border-radius: 16px;
    border-top: 5px solid var(--pri-color);
    border-bottom: 5px solid var(--pri-color);
    backdrop-filter: blur(43.98px);
    max-width: 390px;
    margin-left: auto;
    position: absolute;
    right: 22px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 432px;
}

    .mb-form-head p {
        color: #5D6378;
    }

    .ctm-form-mianbanner input,
    .ctm-form-mianbanner select {
        height: 53px;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .ctm-form-mianbanner .iti-group {
        margin-bottom: 10px;
    }

    .ctm-form-mianbanner textarea {
        height: 110px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

.form-img-holder {
    position: relative;
    height: 575px;
}

.banner-form-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.mianbanner-btn-submit {
    width: 100%;
    padding: 15px 20px;
    background-color: var(--pri-color);
    border-radius: 6px;
    transition: 0.3s ease-in-out;
    color: #fff;
    border: 1px solid var(--pri-color);
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
}

.mianbanner-btn-submit:hover {
    background-color: #000;
    border-color: #000;
}

/*Main banner-form end*/



.ctm-box-s1 {
    background: #FFFFFF;
    box-shadow: 4px 4px 25px rgba(88, 88, 88, 0.18);
    backdrop-filter: blur(12.5px);
    border-radius: 25px;
    flex: 1;
    padding: 20px;
}

.ctm-box-s1 h4 {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #595959;
    margin-bottom: 0;
}

.ctm-box-s1-img {
    text-align: right;
    margin-top: 30px;
}

.trusted-by-slider .slick-track {
    display: flex;
    align-items: flex-end;
}

.trusted-by-slider .ctm-box-s1 {
    margin-bottom: 28px !important;
}

.trusted-by-slider .slick-slide {
    margin: 0 6px;
}

.trusted-by-slider .slick-list {
    margin: 0 -6px;
}

.trusted-by-slider .slick-dots li.slick-active button:before {
    color: var(--pri-color);
    opacity: 1;
}

.trusted-by-slider .slick-dots li button:before {
    font-size: 13px;
}


/*TM Slider*/
.tm-box-holder {
    animation: fadeUp 0.6s ease forwards;
    opacity: 0;
}

.slick-current .tm-box-holder {
    opacity: 1;
}

@keyframes fadeUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.tm-cont {
    background: #FFFFFF;
    border: 1px solid #DDD8D8;
    box-shadow: 0px 0px 14px rgba(168, 195, 255, 0.25);
    border-radius: 23px;
    padding: 40px 30px;
}

    .tm-cont p {
        font-style: italic;
        font-weight: 400;
        font-size: 22px;
        line-height: 150%;
        color: #5A5A5A;
    }

.tm-ratings {
    display: flex;
    gap: 5px;
    font-size: 18px;
    margin-top: 47px;
    color: #ECB014;
}

.tm-user-info {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 50px;
}

    .tm-user-info h4 {
        font-style: normal;
        font-weight: 600;
        font-size: calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320));
        color: #000000;
        margin-bottom: 0;
    }

    .tm-user-info span {
        font-style: normal;
        font-weight: 400;
    }

.tm-slider-holder {
    position: relative;
}

.tm-nav-holder {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 0;
    bottom: 40px;
}

    .tm-nav-holder a {
        flex: 1 0 30px;
        max-width: 30px;
        border: 1px solid #D9D9D9;
        text-align: center;
        text-decoration: none;
        border-radius: 30px;
        height: 30px;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        color: #000;
        transition: 0.3s ease-in-out;
    }

        .tm-nav-holder a:hover {
            background-color: var(--pri-color);
            color: #fff;
        }

/*TM Slider end*/

.login .banner-content p {
    margin-bottom:60px;
}

/*Login Page CSS End*/
.inner-banner.login {
    padding: 60px 0;
    background-size: cover;
    height: auto;
    display: block;
    overflow: hidden;
}

@media (max-width:1699.99px){
    .cta-frstBtn {
        padding: 14px 13px;
    }

    .cta-scndBtn {
        padding: 14px 10px;
    }

    .cta-arwBtn {
        padding: 8px 10px 12px 12px;
    }
}

@media (max-width: 1399.98px) {

    .wws-count {
        min-height: 330px;
    }

    .va-srvcCarosl-box {
        min-height: 156px;
    }

    .va-srvcCarosl-box p {
        margin-bottom:0px;
    }

    .rc-srvcContent {
        min-height: 142px;
    }

    .rc-srvcContent p {
        margin-bottom: 0;
    }

    .testimonail-box .quote {
        height: 50px;
    }

    .counter-cont {
        min-height: 300px;
    }

    .cC-wht-box h2 {
        font-size: 40px;
    }

    .choose-list li {
        line-height: 2;
        font-size: 20px;
    }

    .fundraisers-div img {
        max-width: 150px;
    }

    .fundraiser-btn {
        padding: 12px 12px;
    }

        .fundraiser-btn a {
            font-size: 16px;
        }

    .main-banner-sec p {
        margin-bottom: 0px;
    }

    .minMax-Icon:after {
        right: -10px;
        min-height: 60px;
    }

    .minMax-Icon {
        gap: 10px;
    }

    .mmIcon {
        max-width: 54px;
    }

    .minMax-Icon span h4 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .minMax-Icon span p {
        font-size: 14px;
    }

    .drvRev-Icon p {
        font-size: 15px;
    }

    .drivRev-div {
        min-height: 234px;
    }

    .drivBox-height {
        min-height: 200px;
    }

    .testi-redBox {
        left: -32px;
        max-width: 212px;
        min-height: 200px;
    }

    .banner-btns {
        margin-top: 16px;
    }

    .main-banner-sec h1 {
        font-size: 56px;
    }

    .main-title {
        font-size: 44px;
    }

    .cs-rm-btn-holder a {
        padding: 12px 20px;
    }

    /*.footer-sec {
        margin-top: 140px;
    }*/

    .serivcesCard-Lgcont {
        min-height: 200px;
    }

    .srvcCarosl-box {
        padding: 14px 14px 0;
        min-height: 140px;
    }

    .specialityPages .srvcCarosl-box {
        min-height: 190px;
    }

    .liscn-boxHeight {
        min-height: 165px;
        padding: 16px 14px 0px;
    }

}

@media (max-width: 1199.98px) {
    .wws-count {
        min-height: 375px;
    }

    .va-srvcCarosl-box {
        min-height: 112px;
    }

    .rc-srvcContent {
        min-height: auto;
    }

    .liscn-boxHeight {
        min-height: 120px;
        padding: 16px 14px;
    }

    .testimonail-box .testimonail-box-text {
        min-height: 250px;
    }

    .blog-box .blog-box-content {
        min-height: 320px;
    }

    .blog-contHeight {
        min-height: 250px;
    }

    .lisn-cardContent {
        min-height: 140px;
    }

    .MB-serivcesCard-cont {
        min-height: 180px;
    }

    .serivcesCard-Lgcont {
        min-height: 240px;
    }

    .specialiytPages .drivRev-div2 {
        min-height: 180px;
    }

    .boxes-bar {     
        justify-content: flex-start;    
    }

    .boxes-bar-box {
        flex:1 0 48%;
        max-width:48%;
    }

    .banner-title {
        font-size: 34px;
    }

/*    .ctm-img-holder img {
        display: none;
    }*/

    .choose-list li {
        line-height: 1.5;
        font-size: 20px;
    }

    .space-p-t {
        padding-top: 40px;
    }

    .space-p-b {
        padding-bottom: 40px;
    }

    .space-p-tb {
        padding: 40px 0;
    }

    .space-m-t {
        margin-top: 40px;
    }

    .space-m-b {
        margin-bottom: 40px;
    }

    .space-m-tb {
        margin: 40px 0;
    }

    .main-banner-sec h1 {
        font-size: 34px;
    }

    .fundraisers-div {
        padding-top: 30px;
    }

    .main-banner-sec p {
        font-size: 18px;
    }

    .faq-div .accordion-button {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 14px;
    }

    .testi-redBox {
        left: -22px;
        max-width: 200px;
    }

        .testi-redBox span {
            font-size: 70px;
        }

    .testi-sec h5 {
        font-size: 42px;
    }

    .main-title {
        font-size: 34px;
    }

    .footer-bgBox .row {
        justify-content: space-around !important;
    }

    .footer-bgBox:before {
        top: -66px;
        height: 70px;
    }

    .socialLinks span a {
        font-size: 16px;
    }

    .fooNav-list li a {
        font-size: 18px;
    }

    .footerLast span {
        font-size: 18px;
    }

    .foot-LogoDiv p {
        font-size: 20px;
        padding-top: 2px;
    }

    .drivRev-div {
        padding: 20px 14px 10px;
        min-height: 210px;
    }

    .footer-bgBox {
        min-height: 312px;
    }

    .cs-img-holder {
        flex: 1 0 220px;
        max-width: 220px;
    }

    .cs-content {
        padding-left: 20px;
        flex: 1 0 50%;
        max-width: 50%;
    }

    .thank-sec img {
        max-width: 550px;
    }

    .cC-wht-box {
        padding: 20px 25px 10px;
        min-height: 368px;
    }

    .specialityPages .srvcCarosl-box {
        min-height: 140px;
    }

    .cC-wht-box h2 {
        font-size: 34px;
    }

    .srvcCarosl-box {
        padding: 20px;
        min-height: 130px;
    }

    .not-white-box {
        min-height: 268px;
    }

}

@media (max-width: 991.98px) {
    .login .banner-content p {
        margin-bottom: 30px;
    }

    .get-cre{
        display:flex;
        justify-content:center;
    }
    .get-cre img {
        margin-bottom: 20px;
    }
    .wws-count {
        min-height: 240px;
    }

    /*.srvcCarosl-box {
        min-height: auto;
    }*/

    .specialiytPages .drivRev-div2 {
        min-height: 180px;
    }

    .specialityPages .srvcCarosl-box {
        min-height: auto;
    }

    .srvcContent {
        min-height: auto;
    }

    .liscn-boxHeight {
        min-height: auto;
    }

    .social-link {
        margin-top: 10px;
    }

    .contact-cnt {
        margin-bottom: 20px;
    }

    .testimonail-box .testimonail-box-text {
        min-height: auto;
    }

    .blog-box .blog-box-content {
        min-height: auto;
    }

    .blog-contHeight {
        min-height: auto;
    }

    .counter-cont {
        min-height: 240px;
    }

    .counter-box {
        padding: 14px;
        margin-bottom: 20px;
    }

    .lisn-cardContent {
        min-height: auto;
    }

    .serivcesCard-Lgcont {
        min-height: auto;
    }

    .why-list li {
        font-size: 15px;
        font-weight: 400;
        color: rgba(71, 70, 70, 1);
        list-style: none;
        padding-left: 20px;
        position: relative;
        line-height: 1.5;
    }

    .not-white-box {
        margin-bottom: 20px;
        min-height: 290px;
        padding-bottom: 10px;
    }

    .wht-box h2 {     
        font-size: 34px;     
    }

    .wht-box {
        min-height:auto;
        margin-bottom:20px;
    }

    .choose-list li {
        line-height: 1.4;
        font-size: 16px;
        margin-bottom: 7px;
    }

    .serivcesCard-cont {
        min-height: 200px;
    }

    .main-banner-sec h1 {
        font-size: 40px;
    }

    .fundraisers-div img {
        max-width: 100px;
    }

    .main-title {
        font-size: 34px;
    }

    .drivRev-div {
        min-height: 176px;
    }

    .testi-sec h5 {
        font-size: 36px;
    }

    .ctm-img-holder img {
        display: none;
    }


    .servicesCard-btn {
        width: 86%;
    }

    /*.minMax-Icon:after {
        min-height: 110px;
    }*/

    .minMax-Icon:after {
        display: none;
    }

    .minMax-Icon {
        max-width: 100%;
        display: block;
        text-align: center;
        margin-top: 20px;
    }

        .minMax-Icon span h4 {
            margin-top: 10px;
        }

    .testi-img-div img {
        height: 500px;
        object-fit: contain;
    }

    .testi-redBox {
        left: 30px;
    }

    .footer-bgBox .row {
        justify-content: left !important;
    }

    .footer-bgBox:before {
        display: none;
    }

    .footer-bgBox {
        border-radius: 20px;
    }

    .foot-LogoDiv h6 {
        margin-top: 10px;
    }

    .inner-banner {
        background-image: none !important;
        background-color: #f63a39;
        min-height: 250px !important;
    }

    .cs-content {
        padding-left: 2px;
        flex: 1 0 48%;
        max-width: 48%;
    }

    /*.footer-sec {
        margin-top: 60px;
    }*/

    .inner-banner h1 {
        font-size: 40px;
    }

    .thank-sec img {
        max-width: 400px;
    }

    .thank-sec h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .cC-wht-box {
        min-height: auto;
    }

    .MB-serivcesCard-cont {
        min-height: auto;
    }

    .serivcesCard-cont h3 {
        padding: 12px 0 0px;
    }

    .serivcesCard-cont h4 {
        padding: 12px 0 0px;
    }

}

@media (max-width: 767.98px) {

    .counter-cont {
        min-height: 282px;
    }

    .get-cre img {
        margin-bottom:0;
    }
    .srvcCarosl-box {
        min-height: auto;
    }

    .liscn-boxHeight {
        margin-top: 10px;
        min-height: auto;
    }

    .social-link {
        margin-top: 4px;
    }

    .blog-box {
        margin-bottom: 20px;
    }

    .counter {
        font-size: 50px;
    }

    .not-white-box {
        min-height: auto;
        padding: 20px;
    }

    .MB-serivcesCard-cont h3 {
        padding: 10px 0 0px;
    }

    .lisn-cardContent h3 {
        padding: 10px 0 0px;
    }

    .serivcesCard {
        padding-bottom: 1px;
    }

    .recent-post {        
        margin-bottom: 0px;
    }
    .main-banner-sec h1 {
        font-size: 30px;
    }

    .fundraiser-btn {
        padding: 8px 12px;
    }

        .fundraiser-btn a {
            font-size: 15px;
        }

    .serviceArrows {
    }

    .fundraisers-div {
        padding-top: 16px;
    }

        .fundraisers-div p strong {
            font-size: 16px;
        }

    .main-banner-sec p {
        font-size: 16px;
    }

    .main-title {
        font-size: 30px;
    }

    .servicesCard-btn {
        width: 86%;
        position:absolute;
    }

    .minMax-Icon span h4 {
        padding: 10px 0 2px;
    }

    .drivRev-div {
        min-height: 194px;
        margin-bottom: 10px;
    }

    .testi-redBox {
        left: -15px;
        min-height: 190px;
    }

    .cs-box {
        display: grid;
        padding-bottom: 30px;
    }

    .cerTrust-box {
        padding: 10px;
    }

    /*.footer-sec {
        margin-top: 60px;
    }*/

    .inner-banner h1 {
        font-size: 30px;
    }

    .serivcesCard-cont {
        min-height: 240px;
    }

}

@media (max-width: 575.98px) {

    .wws-count {
        min-height: auto;
    }

    .va-srvcCarosl-box {
        padding: 14px;
        margin-top: 10px;
        min-height: auto;
    }

    .c-form-area {
        height: 70px !important;
    }

    .blog-box .blog-box-img span {
        top: 18px;
        right: 16px;
        font-size: 13px;
    }

    .main-sub-title{
        font-size: 24px;
    }

    .counter-Image img {
        width: 100%;
    }

    .counter-cont {
        min-height: auto;
    }

    .counter-cont span {
    font-size: 18px;
}

.counter-cont p {
    margin-bottom: 0px;
}

    .srvcCarosl-box {
        padding: 12px 12px 10px;
        margin-top: 10px;
        min-height:auto;
    }

    .specialiytPages .drivRev-div2 {
        min-height: auto;
    }

    .serivcesCard-Lgcont h3 {
        padding: 10px 0 0px;
        font-size: 16px;
    }

    .support-cnt h3 {     
        font-size: 26px !important;
        line-height: 40px !important;    
    }

    .banner-title {
        font-size: 24px;
    }

    .choose-list ul {
        padding-left: 20px;
    }

    .choose-list li {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .space-p-t {
        padding-top: 20px;
    }

    .space-p-b {
        padding-bottom: 20px;
    }

    .space-p-tb {
        padding: 20px 0;
    }

    .space-m-t {
        margin-top: 20px;
    }

    .space-m-b {
        margin-bottom: 20px;
    }

    .space-m-tb {
        margin: 20px 0;
    }

    .socialLinks span a {
        font-size: 14px;
    }

    .main-banner-sec h1 {
        font-size: 24px;
    }


    .minMax-Icon:after {
        display: none;
    }

    .minMax-Icon {
        margin-top: 20px;
    }

        .minMax-Icon span h4 {
            margin-top: 4px;
        }

        .minMax-Icon span h4 {
            padding: 6px 0 2px;
        }

    .cerTrust-box {
        padding: 10px;
    }

    .cert-trust-sec h4 {
        font-size: 24px;
    }

    .testi-redBox {
        left: 0px;
        min-height: 140px;
        max-width: 155px;
    }

    .testi-redBox span {
    font-size: 50px;
}

.testi-redBox span sup {
    font-size: 20px;
}

    .testi-arrows {
        display: none;
    }

    .socialLinks {
        flex-wrap: wrap;
        gap: 8px;
    }

    .testi-sec h5 {
        font-size: 24px;
    }

    .drivRev-div {
        min-height: auto;
    }

    .cert-trust-div {
        gap: 10px;
    }

    .main-title {
        font-size: 22px;
    }

    .faq-div .accordion-button {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 10px;
    }

    .faq-div .accordion-item {
        margin-bottom: 10px;
    }

    .faq-div .accordion-body {
        padding: 10px;
    }

    .testi-img-div img {
        height: 330px;
    }

    .testi-Cont p {
        padding: 14px;
        margin-bottom: 4px;
    }

    .testimonial-slider hr {
        margin: 2px;
    }

    .test-profileDiv {
        padding: 10px;
        align-items: flex-start;
    }

        .test-profileDiv img {
            width: 40px;
        }

        .test-profileDiv span h5 {
            font-size: 16px;
        }

    .subs-form .subs-btn {
        padding: 10px 20px;
        font-size: 13px;
        margin-top: 8px;
        /*width: 100%;*/
        margin-bottom: 20px;
    }

   
    .testi-redBox p {
        margin-top: 0px;
        line-height: 1.2;
    }

    .serivcesCard-cont {
        min-height: 160px;
    }


    /*.serivcesCard-cont h3 {
        padding-top: 8px;
        margin-bottom: 2px;
    }*/

    .cs-img-holder {
        padding: 10px;
    }

    .cs-author-name {
        margin-top: 6px;
    }

    .cs-rm-btn-holder a {
        padding: 8px 20px;
        font-size: 14px;
        text-align: center;
    }

    .cs-box {
        padding-bottom: 20px;
        gap: 6px;
    }

    .cerTrust-box {
        padding: 6px;
    }

    .logoCarousel-slider img {
        max-width: 130px;
        margin:0 auto;
    }

    .footerLast {
        flex-wrap: wrap;
        gap: 2px;
        padding: 6px;
    }

        .footerLast span {
            font-size: 14px;
        }

    .privacy-terms a {
        font-size: 14px;
    }

    .thank-sec img {
        max-width: 320px;
    }

    .thank-sec h2 {
        font-size: 20px;
        padding: 0 20px;
    }

    .cC-wht-box h2 {
        font-size: 22px;
    }

    .cC-wht-box {
        padding: 16px 15px 6px;
    }

    .not-white-box {
        padding: 10px 16px 4px;
    }
}

@media (max-width: 420px) {


    .add-img img {
        background-color: #F63B3B;
        padding: 10px;
        border-radius: 50%;
    }

    .testimonail-box {
        margin-bottom: 20px;
    }

    .inner-banner h1 {
        font-size: 24px;
    }

    .subs-form input {
        padding: 8px 4px 8px 8px;
        margin-right: 0px;
        font-size: 13px;
        width: 100%;
    }

    .subs-form .subs-btn {
        width: 100%;
        padding: 8px 4px 8px 8px;
        margin-bottom: 4px;
    }

    .fooNav-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .thank-sec img {
        max-width: 250px;
    }

    .thank-sec h2 {
        font-size: 16px;
        padding: 0 10px;
    }

    .serivcesCard-cont {
        min-height: 180px;
    }
}




























    /* Hide arrows by default for larger screens */
    @media (min-width: 992px) {
        .nav-arrow {
            display: none;
        }
    }


    .tb-applynow a:hover {
        background-color: #000;
        color: #fff;
        border-color: #000;
    }

    .top-navbar-nav li a {
        text-decoration: none;
        color: #fff;
        font-size: 13px;
    }

    /* TopBar End*/


    /* Mian Navigation Header */

    .mnav-opp-holder {
        display: flex;
        gap: 20px;
        align-items: center;
        margin-left: 15px;
    }

    .mian-header-search, .slide-left-btn {
        color: #000;
    }

    /*.main-header-btn {
    background-color: red;
    text-decoration: none;
    color: #fff;
    padding: 9px 22px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.main-header-btn:hover{
    background-color: #000;    
    color: #fff;
}*/

    .nav-link {
        color: #000;
    }

    /* Mian Navigation Header end*/


    /* Slide bar Menu */
    .contact-info-item {
        display: flex;
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .contact-info-icon {
        height: 50px;
        width: 50px;
        background-color: var(--sec-color);
        text-align: center;
        border-radius: 50%;
    }

        .contact-info-icon i {
            font-size: 18px;
            line-height: 50px;
            color: #fff;
        }

    .contact-info-content {
        margin-left: 20px;
        flex: 1;
    }

        .contact-info-content h4 {
            color: #000;
            margin-bottom: 5px;
            font-size: 17px;
        }

        .contact-info-content p {
            color: #000;
            font-size: 14px;
        }

    .offcanvas-body {
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }

    .offcanvas-body-text {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    /* Slide bar Menu end */






    /* Start :: Social Icons
===========================*/
    .sticky-container {
        padding: 0px;
        margin: 0px;
        position: fixed;
        right: -138px;
        top: 230px;
        width: 203px;
        z-index: 1100;
        font-family: 'Lato', sans-serif;
    }

    .sticky li {
        list-style-type: none;
        border-radius: 30px;
        /* height: 48px; */
        padding: 2px 4px;
        margin: 9px 0px 9px -1px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
        background: #fff;
        box-shadow: 0 0 7px 0 #d5d5d5;
        display: flex;
        align-items: center;
    }

        .sticky li:hover {
            margin-left: -115px;
        }

        .sticky li i {
            margin-right: 20px;
            background: var(--sec-color);
            border-radius: 20px;
            height: 26px;
            width: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        .sticky li p {
            margin: 0px;
            line-height: 1;
        }

            .sticky li p a {
                text-decoration: none;
                color: #333;
                font-size: 12px;
                line-height: 1;
            }

                .sticky li p a:hover {
                    color: #222;
                }
    /* end :: Social Icons
  ========================*/


    /* Blog post carousal home */
    /* the slides */
    .bp-carousal-slider .slick-slide {
        margin: 0 10px;
    }
    /* the parent */
    .bp-carousal-slider .slick-list {
        overflow: visible;
        margin: 0 -10px;
    }

    .cc-slide-box:hover::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(29, 80, 248, 0.79) 100%);
    }

    /* Blog post carousal home End */



    /******************Contact Us Page************************/

    .mian-title-black {
        color: #383131;
        font-size: 35px;
        font-family: Inria Serif;
        font-weight: 700;
        line-height: 1;
        word-wrap: break-word
    }

    .ttemp-header {
        min-height: 450px;
        background-color: black;
    }

    .cp-list h3 {
        color: #383131;
        font-size: 16px;
        font-family: Inria Serif;
        font-weight: 700;
        padding-bottom: 10px;
        position: relative;
    }

        .cp-list h3:after {
            content: "";
            width: 60px;
            height: 3px;
            background-color: var(--sec-color);
            position: absolute;
            left: 0;
            bottom: 0;
        }

    .cp-list li {
        display: flex;
        gap: 8px;
        margin-bottom: 20px;
    }

        .cp-list li:before {
            content: "\f192";
            font-family: fontawesome;
            color: red;
            position: relative;
            top: -2px;
        }

    .cp-list p {
        color: #383131;
        font-size: 14px;
        font-family: Poppins;
        font-weight: 400;
        line-height: 31px;
    }


    .cp-list {
        list-style: none;
        padding-left: 0;
    }

    .cp-form-holder {
        text-align: center;
        background: #1D50F8;
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .cf-btn {
        border-radius: 6px;
        background-color: var(--pri-color);
        padding: 10px 58px;
        color: #fff;
        border: 1px solid var(--pri-color);
        margin-top: 20px;
        transition: 0.3s ease-in;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
    }

        .cf-btn:hover {
            background-color: #000;
            border-color: #000;
        }

    .cf-info-message {
        max-width: 700px;
        margin: 0 auto;
    }

        .cf-info-message p {
            color: #978F8F;
            text-align: center;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.3;
        }

    .cp-form-holder input, .cp-form-holder select {
        height: 46px;
        color: #7c7c7c;
    }

    .cf-info-box {
        text-align: center;
        /*    border: 1px solid #000;*/
        border-radius: 40px;
        padding: 20px;
        min-height: 186px;
        transition: 0.3s ease-in;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        box-shadow: 0 0 9px 0px #0000001c;
    }

        .cf-info-box:hover {
            background-color: var(--sec-color);
            color: #fff;
            border-color: var(--sec-color);
        }

            .cf-info-box:hover svg path {
                fill: #fff !important;
            }


        .cf-info-box h4 {
            color: #383131;
            font-family: Inria Serif;
            font-size: 25px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.3;
            transition: 0.3s ease-in;
            -webkit-transition: 0.3s ease-in;
            -moz-transition: 0.3s ease-in;
            -ms-transition: 0.3s ease-in;
            -o-transition: 0.3s ease-in;
        }

        .cf-info-box svg {
            margin-bottom: 14px;
        }

            .cf-info-box svg path {
                transition: 0.3s ease-in;
                -webkit-transition: 0.3s ease-in;
                -moz-transition: 0.3s ease-in;
                -ms-transition: 0.3s ease-in;
                -o-transition: 0.3s ease-in;
            }

        .cf-info-box:hover h4, .cf-info-box:hover a {
            color: #fff;
        }

        .cf-info-box a {
            color: #383131;
            font-family: Poppins;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px;
            text-decoration: none;
            transition: 0.3s ease-in;
            -webkit-transition: 0.3s ease-in;
            -moz-transition: 0.3s ease-in;
            -ms-transition: 0.3s ease-in;
            -o-transition: 0.3s ease-in;
        }




    /******************Contact Us Page end********************/

    /******************AE Page Start********************/


    #ae-tab .nav-link {
        padding: 8px 30px;
        color: #958D8D;
    }

    #ae-tab {
        padding-bottom: 25px;
        border-bottom: 1px solid #958D8D;
        margin-bottom: 25px;
    }

        #ae-tab .nav-link.active, #ae-tab .show > .nav-link {
            color: #fff;
        }

    .ae-icon-box {
        border-radius: 10px;
        border: 1px solid var(--pri-color);
        padding: 20px 20px 20px 40px;
        margin-left: 20px;
        position: relative;
        margin-bottom: 25px;
        min-height: 131px;
    }

        .ae-icon-box h3 {
            color: #383131;
            font-family: "Inria Serif";
            font-size: 25px;
            font-weight: 700;
            line-height: 1.3;
        }

    .ae-box-img {
        position: absolute;
        left: -20px;
        z-index: 20;
        background-color: #fff;
        top: 22px;
    }

    .ae-icon-box p {
        margin-bottom: 0;
    }

    .ae-icon-box ul {
        list-style: square;
        padding-left: 20px;
        margin-bottom: 0;
    }

        .ae-icon-box ul li::marker {
            color: var(--pri-color);
        }

        .ae-icon-box ul li {
            margin-bottom: 9px;
        }

            .ae-icon-box ul li:last-child {
                margin-bottom: 0;
            }

    .ctm-btn-bordered {
        border-radius: 6px;
        border: 1px solid #ED2121;
        color: #fff;
        padding: 10px 40px;
        text-decoration: none;
        display: inline-block;
        margin-top: 10px;
    }

    /******************AE Page end********************/

    /******************Our Faculty********************/

    .of-bg-1 {
        background-color: #FFF4F4;
    }

    .of-bg-2 {
        background-color: #F3F6FF;
    }

    .of-bg-3 {
        background-color: #F3FBFF;
    }

    .of-bg-4 {
        background-color: #FFF4FF;
    }

    .of-color-box span {
        font-size: 15px;
    }

    .of-color-box {
        border-radius: 13px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        min-height: 200px;
        justify-content: center;
    }

        .of-color-box h3 {
            color: #383131;
            font-size: 35px;
            font-family: Inria Serif;
            font-weight: 700;
            line-height: 35px;
        }

    #ftd-accordion .accordion-button {
        color: #383131;
        font-family: Poppins;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 63px;
    }



        #ftd-accordion .accordion-button::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
            transition: all 0.5s;
        }

        #ftd-accordion .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
        }

        #ftd-accordion .accordion-button::after {
            transition: all 0.5s;
        }


    /******************Our Faculty end********************/


    /* Footer Style */
    /* Newsletter section */
    .nscf-info {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .cf-info-foo {
        display: flex;
        gap: 15px;
        align-items: flex-end;
    }

        .cf-info-foo a {
            color: #fff;
            text-decoration: none;
            font-size: 15px;
        }

            .cf-info-foo a i {
                color: var(--pri-color);
                margin-right: 6px;
            }

    .nl-signup-form-holer {
        display: flex;
        gap: 16px;
    }

    .nl-signup-label {
        flex: 1 0 125px;
        max-width: 125px;
    }

    .ns-form input {
        height: 46px;
        border: 1px solid #fff;
        background-color: transparent;
        padding: 5px 14px;
        border-radius: 12px;
    }

    button.nl-btn {
        font-size: 14px;
        padding: 14px 44px;
        border-radius: 12px;
        background: #1D50F8;
        color: #fff;
        border: 0px solid #1D50F8;
        margin-left: -30px;
    }

    /* Newsletter section End */

    .ctm-footer {
        background-color: #000;
        padding-top: 60px;
        color: #fff;
    }


    .footer-widget-title {
        color: white;
        font-size: 18px;
        font-family: Poppins;
        font-weight: 500;
        line-height: 24px;
    }

    .foo-nav-list {
        padding-left: 0;
        list-style: none;
    }

        .foo-nav-list li a, .foo-nav-list li {
            color: white;
            font-size: 14px;
            font-family: Poppins;
            font-weight: 400;
            line-height: 28px;
            text-decoration: none;
            transition: 0.3s ease-in-out;
        }

            .foo-nav-list li a:hover {
                color: var(--pri-color);
            }

    .foo-bottom {
        display: flex;
        justify-content: space-between;
        color: #fff;
        padding: 18px 0;
        border-top: 1px solid #fff;
        font-size: 15px;
        font-family: Poppins;
        font-weight: 400;
        line-height: 16px;
    }

    .nav-foo {
        display: flex;
        gap: 15px;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .nav-foo li a {
            color: #fff;
            text-decoration: none;
        }

    ul.nav-foo li:after {
        content: "|";
        margin-left: 16px;
    }

    ul.nav-foo li:last-child:after {
        content: "";
        margin-left: 0;
    }

    /*.foo-navigatio-holder {
    padding-bottom: 50px;
}*/

    /* Footer Style end */


    .acc-list li {
        margin-bottom: 4px;
    }
    /**********Media Quries************/
    #myTab .nav-link.active, #myTab .show > .nav-link {
        color: #fff;
        background-color: var(--pri-color);
    }

    #myTab .nav-link {
        padding: 5px 10px;
        border-radius: 0;
    }

    #myTab .nav-link {
        padding: 2px 5px;
        border-radius: 0;
        border-bottom: 1px solid #ccc;
    }

    #myTab .tab-content {
        border-left: 1px solid #ccc;
    }

    #ctm-navtabs-cont {
        border-left: 1px solid #ccc;
    }

    #myTab a:last-child {
        border-bottom: none;
    }

    .mm-title {
        font-size: 23px;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

        .mm-title:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 60px;
            height: 2px;
            background-color: var(--sec-color);
        }

    .mm-inner-title {
        font-weight: 600;
        font-size: 20px;
    }

    .mm-inner-menu {
        list-style: none;
        padding-left: 0;
    }

        .mm-inner-menu li a {
            text-decoration: none;
            display: flex;
            gap: 8px;
            color: #222;
            border-bottom: 1px solid #ccc;
            padding: 2px 5px;
        }

    .mm-cta-box {
        display: flex;
        align-items: center;
        gap: 22px;
    }

    .mm-cta-btn {
        background-color: var(--sec-color);
        display: inline-block;
        padding: 5px 10px;
        border-radius: 4px;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        transition: 0.3s ease-in;
    }

        .mm-cta-btn:hover {
            background-color: #222;
            color: #fff;
        }

    .mm-inner-menu li a:hover {
        background-color: red;
        color: #fff;
    }

    #main-nav .navbar-nav .dropdown-item:hover, #main-nav .navbar-nav .dropdown-item:focus {
        background-color: var(--pri-color);
        color: #fff;
    }

    /*Accordions Style*/

    #bachelors-accordion .accordion-item {
        margin-bottom: 30px;
        border-radius: 6px !important;
    }

    #bachelors-accordion h2 {
        margin: 0;
    }

        #bachelors-accordion h2 div {
            font-weight: 700;
            font-size: 20px;
            line-height: 25px;
            color: #444141;
            margin: 0;
        }

        #bachelors-accordion h2 span {
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            color: #978F8F;
            margin: 0;
            font-family: "Poppins", sans-serif;
        }

    #bachelors-accordion .accordion-button {
        gap: 20px;
        border-radius: 7px;
        background-color: transparent;
    }

    #bachelors-accordion .accordion-item {
        margin-bottom: 30px;
    }

    #bachelors-accordion .accordion-button:focus {
        box-shadow: none;
    }
    /*#bachelors-accordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid;
}*/
    #bachelors-accordion .accordion-item:not(:first-of-type) {
        border-top: 1px solid #dee2e6;
    }

    #bachelors-accordion .acc-icon {
        max-width: 57px;
        flex: 1 0 57px;
    }

    #bachelors-accordion .accordion-item:first-of-type {
        border-radius: inherit;
    }

    #bachelors-accordion .accordion-item:last-of-type {
        border-radius: inherit;
    }

    .list-sty-5 {
        list-style: none;
        padding-left: 0;
    }

        .list-sty-5 li {
            display: flex;
            gap: 10px;
            margin-bottom: 5px;
            color: #978F8F;
            font-size: 15px;
        }


            .list-sty-5 li:before {
                content: "\f058";
                font-family: "FontAwesome";
                color: var(--pri-color);
            }

    /*Accordions Style end*/

    /*Banner buttons Style*/

    .banner-btns-holder {
        display: flex;
        gap: 15px;
    }

    .an-btn {
        background-color: var(--sec-color);
        color: #fff;
        text-decoration: none;
        padding: 9px 32px;
        border-radius: 4px;
        transition: 0.3s ease-in;
    }

    .slc-btn {
        background-color: var(--pri-color);
        color: #fff;
        text-decoration: none;
        padding: 9px 32px;
        border-radius: 4px;
        transition: 0.3s ease-in;
    }

        .an-btn:hover, .slc-btn:hover {
            background-color: #000;
            color: #fff;
        }

    .ser-tab-list-no li {
        padding-left: 7px;
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }

    .ser-tab-list-no {
        padding-left: 1rem;
    }


/*Banner buttons Style end*/
/*Contact Us*/
.support-box {
    height: 542px;
    background-size: cover;
    background-position: top center;
    display: flex;
    align-items: flex-end;
    border-radius: 34px;
}
.support-cnt {
    padding: 20px;
    text-align: center;
    min-height: 335px;
}
    .support-cnt a {
        text-decoration: none;
        background: #000000;
        border-radius: 35px;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #FFFEFF;
        padding: 15px 40px;
        display:inline-block;
    }
    .support-cnt img {
        background: #F63B3B;
        border-radius: 18px;
        padding: 15px;
        margin-bottom:10px;
    }
    .support-cnt h3 {
        font-weight: 400;
        font-size: 32px;
        line-height: 48px;
        color: #000000;
    }
    .support-cnt p {
        font-weight: 400;
        font-size: 17px;
        line-height: 29px;
        color: #595959;
    }
/*.add-img img {
    background-color: #F63B3B;
    padding: 15px;
    border-radius: 50%;
}
.address-box {
    display: flex;
    gap: 10px;
   
}
.add-cnt h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
}
.add-cnt p {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #595959;
    margin-bottom: 0;
}
.c-form-area{
    height:120px !important;
}
.social-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-top: 22px;
}
    .social-link a {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #000000;
        text-decoration:none;
    }*/
/*.contact-cnt {
    margin-bottom: 85px;
}*/
.som {
    position: relative;
}
    .som::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 12px;
        background-color: #000000;
        right: -15px;
        top: 6px;
    }
    .follow h6{
        margin-bottom:0;
    }
    /*Banner buttons Style end*/
    /*Contact Us*/
    .support-box {
        height: 542px;
        background-size: cover;
        background-position: top center;
        display: flex;
        align-items: flex-end;
        border-radius: 34px;
    }

    .support-cnt {
        padding: 20px;
        text-align: center;
      
    }

        .support-cnt a {
            text-decoration: none;
            background: #000000;
            border-radius: 35px;
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            color: #FFFEFF;
            padding: 15px 40px;
            display: inline-block;
        }

        .support-cnt img {
            background: #F63B3B;
            border-radius: 18px;
            padding: 15px;
            margin-bottom: 10px;
        }

        .support-cnt h3 {
            font-weight: 400;
            font-size: 32px;
            line-height: 48px;
            color: #000000;
        }

        .support-cnt p {
            font-weight: 400;
            font-size: 17px;
            line-height: 29px;
            color: #595959;
        }
.support-content {
    min-height: 160px;
}
/*Contact Us*/
/* Popup Form Styling */
.ctm-close-btn {
    position: absolute;
    right: 12px;
    top: 8px;
}

    .copuncotnent.mt-3 h2 span {
        display: block;
        font-size: 27px;
        color: #6F00B9;
        ;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 35px;
    }

    .copuncotnent h2 {
        font-size: 24px;
        font-weight: 700;
    }

    .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, .right_form .form-select {
        height: 45px;
        border-radius: 30px;
        padding: 0 15px;
        font-family: system-ui;
        font-weight: 400;
        border: 1px solid #F4F4F4;
        margin: 0 0 15px;
        background-color: #F4F4F4;
    }

    /*.copuncotnent .form-select {
    border: 1px #C7C7C7 solid;
    backdrop-filter: blur(254px);
    height: 42px;
}*/

    .right_form {
        padding: 0 22px;
        margin-top: 38px;
    }

    .pp-btn {
        width: 100%;
        background-color: #F63B3B !important;
        color: #fff;
        border-radius: 20px !important;
    }

    .popup-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ctm-modal-body {
        border-radius: 20px;
        overflow: hidden;
    }

        .ctm-modal-body .modal-body {
            padding: 0;
        }

    .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;
    }
    /* Popup Form Styling End */



 













    @media (max-width: 1399.98px) {
        .nl-signup-form-holer {
            flex-direction: column;
        }

        .nl-signup-label {
            flex: 1;
            max-width: 100%;
        }

        .mian-banner-title {
            font-size: 40px;
        }

        .mb-bottom-box p {
            font-size: 18px;
        }

        .ctm-mian-title {
            font-size: 40px;
        }

        #pp-tabs .nav-link {
            margin-bottom: 6px;
        }

        .pp-box h4 {
            font-size: 17px;
        }

        .cyf-tabcontent {
            min-height: 350px;
        }

        .changeyourfuture-sec {
            padding: 40px 0 20px 0;
        }

        .of-color-box {
            padding: 30px 24px;
        }

        .mainCard-div {
            min-height: 362px;
        }

        .applyForm-cont {
            padding: 40px 14px;
        }

        .mncsImg-div {
            top: -120px;
            left: 50px;
        }

        .quotes {
            padding-left: 90px;
            padding-top: 50px;
        }

        .core-boxes {
            padding: 24px 15px 25px;
            min-height: 408px;
        }

        #SignupForm .nav-pills .nav-link.active {
            font-size: 17px !important;
        }

        #SignupForm .nav-pills .nav-link {
            font-size: 17px !important;
        }
    }

    @media (max-width: 1199.98px) {
        .mianbanner-content-holder {
            height: 60vh;
        }

        .pp-box-foo {
            flex-direction: column;
        }

        .pd-btn {
            padding: 6px 12px;
            margin-bottom: 10px;
            font-size: 14px;
        }

        .cf-info-foo {
            display: flex;
            gap: 15px;
            flex-direction: column;
            align-items: flex-start;
        }

        /*.space-p-tb {
            padding: 60px 0;
        }

        .space-p-b {
            padding-bottom: 60px;
        }

        .space-p-t {
            padding-top: 60px;
        }*/

        #cyf-tabs .nav-item .nav-link {
            font-size: 13px;
        }

        .fact-box {
            min-height: 180px;
        }

        #ae-tab .nav-link {
            padding: 8px 14px;
        }

        .step-form-top span {
            font-size: calc(17px + (19 - 17) * ((100vw - 300px) / (1920 - 300))) !important;
        }

        #SignupForm {
            padding: 50px 20px !important;
        }

        .ctaBtns .esl-red-btn {
            padding: 10px 5px;
        }

        #ftd-accordion .accordion-button {
            line-height: 26px !important;
            font-size: 20px !important;
        }

        .cost-card-btn a {
            padding: 10px 50px !important;
        }

        .tc-box {
            padding: 20px !important;
        }

            .tc-box h4 {
                font-size: 30px !important;
                line-height: 42px !important;
                margin-bottom: 18px !important;
            }

        .degreeTab-div-info h5 {
            font-size: 26px;
        }

        .of-color-box {
            min-height: 250px;
            padding: 30px 16px;
        }

        .bnrCard-div {
            min-height: 324px;
        }

        .mainCard-div {
            min-height: 406px;
            padding: 22px 14px;
        }

        /*.counter-box {
            min-height: 265px;
        }*/

        .mncsImg-div {
            top: -80px;
            left: 30px;
        }

        .quotes p {
            font-size: 26px;
        }

        .tuitionFee-btn {
            margin: 0 5px 0 5px;
        }

        .bfAply-box {
            padding: 20px;
            min-height: 282px;
        }

        .bnrCards-main {
            margin-top: -60px;
        }

        .core-boxes {
            min-height: 450px;
        }

        .esl-red-btn {
            margin-top: 10px;
        }

        .creditCard-blue {
            min-height: 334px;
        }

        .boxes-bar-box {
            border: 0;
        }

    }

    @media (max-width: 991.98px) {

        /*.serivcesCard-cont {
            min-height: auto;
        }*/


        .ctm-footer {
            padding-top: 50px;
        }

        .foo-navigatio-holder {
            padding-bottom: 0px;
        }

        .footer-logo {
            margin-bottom: 23px;
        }

        .ctm-mian-title {
            font-size: 30px;
        }

        .mini-title {
            font-size: 18px;
        }

        .mb-bottom-box p {
            font-size: 15px;
        }

        .mbb-tag {
            font-size: 11px;
            margin-bottom: 6px;
        }

        .mb-bottom-box {
            min-height: 98px;
        }

        /*    .custom-logo-link {
        flex: 1 0 120px;
        max-width: 80px;
    }*/

        .slide-left-btn {
            display: none;
        }

        .lf-box h3 {
            font-size: 20px;
        }

        .ctm-mian-title {
            font-size: 30px;
        }

        .lf-box {
            padding: 14px;
            min-height: 180px;
        }

        #cyf-tabs {
            flex-wrap: wrap;
        }

            #cyf-tabs .nav-item {
                flex: 1 0 45%;
                max-width: 45%;
            }

        .esl-box {
            min-height: 388px;
        }

        .fact-box {
            min-height: auto;
        }

        .blue-cta img {
            display: none;
        }

        .blue-cta {
            text-align: center;
            padding: 40px 0;
        }

        .contact-bg img {
            display: none;
        }

        .acc-box {
            min-height: auto !important;
        }

            .acc-box .acc-box-icon {
                margin: 2px 0 !important;
            }

        .blue-cta-full img {
            display: none;
        }

        .blue-cta-full {
            text-align: center;
            padding: 40px 0;
        }

        .accredited-box span {
            font-size: calc(20px + (2 - 20) * ((100vw - 300px) / (1920 - 300))) !important;
        }

        .accred-box-mid {
            min-height: 60px !important;
        }

        .step-form-top span {
            font-size: calc(17px + (20 - 17) * ((100vw - 300px) / (1920 - 300))) !important;
        }

        #SignupForm {
            padding: 50px 40px !important;
        }

        #ae-tab {
            padding-bottom: 0px;
            margin-bottom: 10px;
        }

        .mian-title-black {
            font-size: 30px;
            line-height: 38px;
        }

        .ae-icon-box {
            min-height: 190px;
        }

        .core-boxes {
            padding: 20px 10px 10px 10px !important;
        }

        .ctaBtns .esl-red-btn {
            width: 100% !important;
            padding: 10px 3px;
        }

        .select-1 {
            margin-top: 30px !important;
        }

        .f-box-main {
            padding-top: 40px !important;
        }

        .mob-bg img {
            display: none;
        }

        .ctaForm-img img {
            display: none;
        }

        .ctaForm-Cont {
            padding: 40px 20px !important;
        }

        .lgBlue-cta img {
            display: none;
        }

        .lgBlue-cta {
            padding: 40px 20px 10px 20px !important;
        }

        .lgBlue-cont ul {
            margin-bottom: 0px !important;
        }

        .st-services h3 {
            margin-bottom: 20px !important;
        }

        .st-services .st-tabs .tab-content {
            margin-top: 20px !important;
        }

        .logo-cnt h2 {
            font-size: 26px !important;
            line-height: 30px !important;
        }

        .cf-info-box {
            min-height: 206px !important;
        }

        .accDegree-card {
            min-height: 216px;
        }

        .facultyTD-sec img {
            display: none;
        }

        .bnrCard-div {
            padding: 16px 12px;
        }

            .bnrCard-div h2 {
                font-size: 20px;
            }

        .mainCard-div {
            min-height: 504px;
            padding: 14px 12px;
        }

        .mainCard-btn {
            bottom: 14px;
        }

        .Newspace-p-tb {
            padding: 0 0 30px 0;
        }

        .cyf-tabcontent {
            min-height: 300px;
        }

        .changeyourfuture-sec {
            padding: 20px 0 20px 0;
        }

        button.nl-btn {
            margin-left: 0px;
            margin-top: 8px;
        }

        .ccount-number {
            font-size: 50px;
        }

        .ctm-counter-label {
            font-size: 13px;
        }

        /*.counter-box {
            min-height: auto;
            padding: 30px 20px;
            margin-bottom:20px;
        }*/

        .mncsImg-div {
            top: -130px;
            max-width: 100%;
        }

        .Img-Content-div {
            max-height: 630px;
        }

        .mncs span {
            font-size: 80px;
        }

        .mncs p {
            font-size: 22px;
        }

        .mncs {
            max-width: 260px;
            max-height: 210px;
            top: 28px;
        }

        .img-quotes {
            top: -64px;
        }

        .bfAply-box {
            padding: 16px 10px;
            min-height: 290px;
        }

        .cor-top {
            top: 0 !important;
        }

        .core-boxes {
            min-height: auto !important;
            text-align: center;
            padding: 10px !important;
        }

        .core-sec h3 {
            margin-bottom: 20px;
        }

        .core-sec h3 {
            margin-bottom: 20px;
        }

        .esl-red-btn {
            margin-top: 0px;
        }

        .creditCard-brown {
            min-height: 382px;
        }

        .cs-img-holder {
            flex: 1 0 200px;
            max-width: 200px;
        }

        /*.cs-content {
            padding-left: 2px;
            flex: 1 0 50%;
            max-width: 50%;
        }*/

        .cs-rm-btn-holder {
            padding-right: 12px;
        }

        /*.cs-rm-btn-holder a {
            padding: 12px 14px;
        }*/
    }

    @media (max-width: 767.98px) {

        .cerdital-form {
            padding: 20px;
            margin-top: 20px;
        }

        .cerdital-form input, .cerdital-form select {            
            height: 40px;
            padding: 2px 10px;
        }

        .boxes-bar-box {
            border-bottom: 1px solid #d0d0d0;
            margin-bottom: 0;
            padding-bottom: 25px;
            flex: 1 0 100%;
            max-width: 100%;
            padding: 10px 0px;
            display: flex;
        }

        .boxes-bar {            
            gap: 0px;            
        }

        .nl-signup-form-holer {
            flex-direction: column;
            margin-top: 25px;
            margin-left: 20px;
        }

        .copyright-foo {
            font-size: 14px;
        }

        .nav-foo {
            justify-content: center;
        }

            .nav-foo li a {
                font-size: 13px;
            }

        .foo-bottom {
            flex-direction: column;
            text-align: center;
            gap: 10px;
        }

        .mian-banner-bottom {
            display: none;
        }

        .space-p-tb {
            padding: 40px 0;
        }

        .space-p-b {
            padding-bottom: 40px;
        }

        .space-p-t {
            padding-top: 40px;
        }

        .lf-box {
            min-height: 100px;
            margin-bottom: 20px;
        }

        .fa-img-box {
            max-width: 30px;
        }

        .pp-box-foo {
            flex-direction: row;
        }

        .pp-box-cont {
            min-height: auto;
        }

        .pp-box {
            margin-bottom: 16px;
        }

        .lf-box:last-child {
            margin-bottom: 0;
        }

        .esl-box {
            min-height: auto;
            margin-bottom: 10px;
        }

            .esl-box h4 {
                font-size: 26px;
                margin-bottom: 10px;
            }

        .esl-blue-btn {
            padding: 6px 10px;
            font-size: 14px;
        }

        .esl-red-btn {
            padding: 6px 10px;
            font-size: 14px;
        }

        .ns-form input {
            height: 40px;
        }

        button.nl-btn {
            padding: 8px 40px;
            margin-top: 8px;
            margin-left: 0px;
        }

        .step-form-top span {
            font-size: calc(17px +(16 - 17)*((100vw - 300px) /(1920 - 300))) !important;
        }

        #SignupForm {
            padding: 50px 14px !important;
        }

        .ae-icon-box {
            min-height: auto;
        }

        .btn-holder {
            justify-content: center;
        }

        .core-sec h3 {
            margin-bottom: 20px !important;
        }

        .cor-top {
            top: 0 !important;
        }

        .core-boxes {
            min-height: auto !important;
            text-align: center;
            padding: 10px !important;
        }

        .ctaBtns .esl-red-btn {
            width: 60% !important;
        }

        .select-1 {
            margin-top: 20px !important;
        }

        .f-box-main {
            padding-top: 20px !important;
        }

        .ques-bdr {
            margin-top: 0px !important;
        }

        .question-box {
            padding: 20px 20px 15px 20px !important;
        }

        .ctaForm-Cont {
            padding: 20px 0px !important;
        }

        .uniCard-div img {
            width: 100%;
        }

        .uniCard-Cont p {
            min-height: auto !important;
        }

        .lgBlue-cta {
            padding: 14px 12px 10px 14px !important;
        }

        .programs-card-div h5 {
            font-size: 20px !important;
        }

        .st-services .st-tabs .nav-tabs .nav-link {
            font-size: 18px;
            padding: 6px 12px;
        }

        .st-services h3 {
            margin-bottom: 20px !important;
        }

        .st-services .st-tabs .nav-tabs .nav-link {
            font-size: 18px !important;
            padding: 6px 12px !important;
        }

        .future-sec h3 {
            margin-bottom: 14px !important;
        }

        .future-main {
            flex-direction: column;
            gap: 10px !important;
        }

        .future-box {
            max-width: 80% !important;
            text-align: center !important;
        }

        .future-top {
            justify-content: center !important;
        }

        .tc-box {
            padding: 10px !important;
        }

            .tc-box h4 {
                font-size: 26px !important;
                line-height: 32px !important;
            }

        .bachelors-fields h2 {
            margin-bottom: 20px !important;
        }

        .bf-box {
            padding: 10px !important;
            margin-bottom: 14px !important;
        }

        .bf-box-first {
            gap: 20px !important;
        }

        .acc-second {
            margin-bottom: 12px !important;
        }

        .acc-para {
            margin-bottom: 10px !important;
        }

        .cp-form-holder {
            padding: 20px !important;
        }

        .cf-btn {
            margin-top: 0px !important;
        }

        .cf-info-box {
            min-height: auto !important;
        }

        .payment-failure-top img {
            max-width: 110px !important;
        }

        .payment-failure-box {
            padding: 20px !important;
        }

        .payment-failure-top {
            margin-top: -63px !important;
        }

        .thankImage img {
            max-width: 124px !important;
        }

        .main-header-btn {
            padding: 9px 12px;
            font-size: 14px;
        }

        .bnrCard-div {
            padding: 20px;
            min-height: auto;
        }

        .mainCard-btn {
            bottom: 14px;
        }

        .mainCard-div {
            min-height: auto;
            padding: 20px 20px 40px 20px;
        }

        .aplNow-sec h4 {
            font-size: 34px;
        }

        .aplNow-sec a {
            padding: 8px 30px;
        }

        .ctm-footer {
            padding-top: 30px;
        }

        .box-text {
            margin-right: -12px;
            padding: 20px 10px 10px 20px;
        }

        .halfImage-divLeft {
            display: none;
        }

        .mncsImg-div {
            left: 0;
            padding: 20px;
        }

        .Img-Content-div {
            max-height: 560px;
        }

        .mncs span {
            font-size: 50px;
        }

        .mncs {
            top: 10px;
            left: 0;
            max-width: 240px;
            max-height: 166px;
        }

            .mncs p {
                font-size: 20px;
            }

        .img-quotes {
            right: -183px;
            width: 70px;
        }

        .quotes {
            padding-left: 0;
            padding-top: 20px;
        }

            .quotes p {
                font-size: 22px;
                line-height: 1.4;
            }

        /*.cs-box {
        display: grid;
        padding-bottom: 30px;
    }*/

        .cs-img-holder img {
            width: 100%;
        }

        .cs-img-holder {
            max-width: 100%;
            border-radius: 14px 14px 0 0;
        }

        .cs-content {
            padding-left: 20px;
            max-width: 100%;
        }

        .cs-rm-btn-holder {
            text-align: left;
            padding-left: 20px;
            padding-top: 10px;
        }
    }

        @media (max-width: 575.98px) {
    
            .recent-post {
                margin-bottom: 0px;
            }
    
            .testi-redBox p {
                font-size: 13px;
            }
    
            .wht-box {
                margin-bottom: 18px;
            }
    
            .wht-box h2 {
                font-size: 22px;
            }
    
    
            .wht-box br {
                display: none;
            }
    
            .testi-rating-div {
                align-items: flex-start;
                flex-direction: column;
            }
    
            .testi-rating-div img {
                width: 103px;
            }
    
            .foot-LogoDiv p {
                font-size: 14px;
            }
    
            .foot-LogoDiv {
                margin-bottom: 20px;
            }
    
            .fooNav-list li a {
                font-size: 16px;
            }
    
            /*.footer-sec {
                margin-top: 30px;
            }
    */
            p {
                font-size: 15px;
            }
    
            .hashtag-title {
                font-size: 20px;
                line-height: 25px;
            }
    
            .custom-logo-link {
                max-width: 138px;
            }
    
            .space-p-tb {
                padding: 20px 0;
            }
    
            .space-p-b {
                padding-bottom: 20px;
            }
    
            .space-p-t {
                padding-top: 20px;
            }
    
            section.topbar {
                display: none;
            }
    
            .mian-banner-title {
                font-size: 26px;
            }
    
            .mini-title {
                font-size: 12px;
            }
    
            /*    .mianbanner-content-holder {
            height: 60vh;
        }*/
    
            .lf-box {
                margin-bottom: 10px !IMPORTANT;
            }
    
            #cyf-tabs .nav-item {
                flex: 1 0 100%;
                max-width: 100%;
            }
    
            .cyf-tabcontent h4 {
                font-size: 26px;
                margin-bottom: 10px;
            }
    
            .cyf-tabcontent {
                min-height: 100px;
            }
    
            .ctm-mian-title {
                font-size: 22px;
            }
    
            .nscf-info {
                flex-direction: column;
            }
    
            .changeyourfuture-sec {
                min-height: 400px;
            }
    
            #cyf-tabs {
                gap: 20px;
            }
    
            .mb-bottom-box {
                min-height: 70px;
            }
    
            .foot-col {
                flex-direction: column;
                gap: 0 !important;
            }
    
            .inner-banner {
                padding: 20px 4px !important;
                width: 100%;
            }
    
            .inner-banner span {
                font-size: calc(14px + (20 - 20) * ((100vw - 300px) / (1920 - 300))) !important;
            }
    
            .fact-box {
                padding: 12px;
            }
    
            .fact-box .fact-img {
                max-width: 100px !important;
            }
    
            .fact-box .fact-text {
                max-width: 140px !important;
            }
    
            .blue-cta {
                padding: 14px 0;
            }
    
            .blue-cta h3 {
                font-size: 22px;
            }
    
            .blue-cta a {
                line-height: 1.3;
                font-size: 14px;
            }
    
            .game-box {
                padding: 14px 10px !important;
            }
    
            .contact-bg {
                padding: 16px 20px !important;
            }
    
            .contact-bg .esl-red-btn {
                margin-top: 8px;
            }
    
            .program-sec .row {
                padding: 10px !important;
            }
    
            #SignupForm {
                padding: 20px 14px !important;
                margin-top: 20px;
            }
    
            .step-form-top {
                flex-direction: column;
                margin-bottom: 10px !important;
                gap: 20px !important;
            }
    
            .mid-title {
                font-size: 24px !important;
            }
    
            .dark-sec-bg th {
                font-size: 13px;
                padding: 2px;
            }
    
            .dark-sec-bg tr td {
                font-size: 12px;
                padding: 2px;
            }
    
            .table-box::before {
                right: 17px;
                width: 25%;
                height: 85%;
                top: 5%;
            }
    
            .federal-sec .row {
                padding-bottom: 10px !important;
                margin-bottom: 10px !important;
            }
    
            .federal-box {
                margin-bottom: 10px !important;
                gap: 4px;
            }
    
            .advisor-box {
                min-height: auto !important;
                padding: 16px !important;
            }
    
            .advisor-box-text p {
                margin-bottom: 0 !important;
            }
    
            .advisor-card-box {
                min-height: auto !important;
            }
    
            .guiding-sec .accordion-button {
                padding: 10px 0;
            }
    
            .guiding-sec .accordion .accordion-button {
                font-size: 14px !important;
            }
    
            .core-sec h3 {
                margin-bottom: 0px !important;
            }
    
            .core-boxes .core-boxes-icon {
                margin: 10px 0;
            }
    
            .core-boxes .core-boxes-text p {
                margin: 4px 0 4px 0;
            }
    
            .f-box {
                padding: 20px 0 !important;
            }
    
            .phd {
                margin-top: 12px !important;
                margin-bottom: 10px !important;
            }
    
            .f-box h5 {
                margin-top: 10px !important;
            }
    
            .mian-title-black {
                font-size: 22px !important;
                line-height: 30px !important;
            }
    
            .cost-card-head {
                padding: 10px 30px !important;
                font-size: 16px !important;
            }
    
            .cost-card-fee {
                margin-left: 16px !important;
                padding: 0 !important;
                margin-right: 16px !important;
            }
    
            .cost-card-fee li {
                padding-top: 14px !important;
                padding-bottom: 2px !important;
            }
    
            .cost-card-total {
                padding: 10px 18px !important;
            }
    
            .cost-card-btn {
                padding: 0 0 22px !important;
            }
    
            .cost-card-btn a {
                padding: 6px 30px !important;
            }
    
            .overallCost-btns {
                gap: 20px !important;
                font-size: 14px !important;
            }
    
            .fees-table {
                padding-top: 20px;
            }
    
            .fees-table .colHead {
                font-size: 14px !important;
                padding-bottom: 4px !important;
            }
    
            .fees-table .rowHead {
                line-height: 1.4 !important;
                padding-left: 6px !important;
                font-size: 12px !important;
            }
    
            .sld-btn {
                padding-bottom: 30px !important;
            }
    
            .sld-btn a {
                padding: 6px 40px !important;
            }
    
            .sld-btn p {
                padding-bottom: 0px !important;
                font-size: 16px !important;
            }
    
            .savingCost-div {
                padding: 20px 0 !important;
            }
    
            .savingCost-div:before {
                height: 55px !important;
                top: 17px !important;
            }
    
            .savingCost-div span {
                font-size: 30px !important;
            }
    
            .ctaLogo-div {
                gap: 14px !important;
            }
    
            .ctaContent-div p {
                font-size: 12px !important;
            }
    
            .scholar-sec .red-before {
                padding-bottom: 6px !important;
                margin-bottom: 6px !important;
                font-size: 20px;
            }
    
            .scholar-sec tr td {
                font-size: 14px !important;
            }
    
            .priceSaved {
                margin-bottom: 14px !important;
            }
    
            .priceSaved h2 {
                margin-bottom: 0 !important;
            }
    
            .applyLogo-div h3 {
                font-size: 22px !important;
            }
    
            .ctaForm-Fields select.form-select {
                padding: 6px 6px 6px 14px;
            }
    
            .prog-schl-Cont {
                min-height: 170px !important;
            }
    
            .prog-Accord .accordion-button {
                padding: 4px 0 !important;
                font-size: 20px !important;
            }
    
            .st-services h3 {
                margin-bottom: 8px;
            }
    
            .st-services .st-tabs .tab-content h4 {
                font-size: 26px !important;
                line-height: 24px !important;
            }
    
            .st-services .st-tabs .tab-content .tab-pane p {
                margin-bottom: 10px !important;
            }
    
            .logo-cnt h2 {
                font-size: 26px !important;
                line-height: 30px !important;
            }
    
            .logo-img {
                margin-bottom: 0 !important;
            }
    
            .bf-box-cnt h5 {
                font-size: 20px !important;
                line-height: 22px !important;
            }
    
            .reaching-out p {
                font-size: 14px !important;
                line-height: 20px !important;
                margin-bottom: 0;
            }
    
            .cp-list li {
                margin-bottom: 0px !important;
            }
    
            .cp-list p {
                line-height: 20px !important;
            }
    
            .cp-list h3 {
                padding-bottom: 4px !important;
            }
    
            .cp-form-holder {
                padding: 16px 10px !important;
            }
    
            .cf-info-message p {
                font-size: 14px !important;
            }
    
            .cf-btn {
                padding: 4px 40px !important;
            }
    
            .cp-form-holder input {
                height: 36px !important;
            }
    
            .cp-form-holder select {
                height: 36px !important;
                padding: 6px 4px !important;
            }
    
            .cp-form-holder {
                padding: 20px;
            }
    
            .cf-info-box {
                padding: 6px;
            }
    
            .cf-info-box svg {
                margin-bottom: 2px;
                width: 26px;
            }
    
            .cf-info-box h4 {
                font-size: 22px;
                line-height: 1;
            }
    
            .payment-failure-top img {
                max-width: 90px !important;
            }
    
            .payment-failure-box {
                padding: 30px 10px !important;
            }
    
            .retry-btn {
                padding: 8px 30px !important;
                font-size: 14px !important;
            }
    
            .thankImage img {
                max-width: 80px !important;
            }
    
            .degreeTab-div-info h5 {
                font-size: 20px;
            }
    
            .degreeTab-div-info {
                min-height: 60px;
            }
    
            .blue-cta-full {
                padding: 20px 0;
            }
    
            .of-color-box {
                min-height: auto;
            }
    
            .aplNow-sec h4 {
                font-size: 30px;
            }
    
            .aplNow-sec a {
                padding: 6px 22px;
            }
    
            .applyForm-cont {
                padding: 20px 14px;
            }
    
            .applyForm-btn {
                padding: 8px;
                margin-top: 0px;
            }
    
            .nscf-info {
                margin-bottom: 14px;
            }
    
            .nl-signup-form-holer {
                margin-top: 12px;
                margin-left: 5px;
                gap: 8px;
            }
    
            button.nl-btn {
                padding: 10px 40px;
            }
    
            .ctm-footer {
                padding-top: 12px;
            }
    
            .footer-logo {
                margin-bottom: 10px;
                width: 170px;
            }
    
            .box-text {
                margin-right: 0px;
                padding: 10px 10px 10px 14px;
            }
    
            .box-text h4 {
                font-size: 20px;
            }
    
            .mncsImg-div h3 {
                font-size: 20px;
            }
    
            .mncsImg-div h4 {
                font-size: 23px;
            }
    
            .mncsImg-div {
                padding: 16px 14px 1px;
                top: -40px;
            }
    
            .Img-Content-div {
                max-height: 704px;
            }
    
            .mncs {
                max-width: 210px;
                max-height: 130px;
            }
    
            .mncs span {
                font-size: 42px;
            }
    
            .mncs p {
                font-size: 18px;
            }
    
            .img-quotes {
                top: -34px;
                right: -144px;
                width: 40px;
            }
    
            .quotes p {
                font-size: 18px;
            }
    
            .fee-table-date p {
                text-align: start;
            }
    
            .esl-box {
                padding: 16px;
            }
    
            .an-btn {
                padding: 6px 16px;
            }
    
            .slc-btn {
                padding: 6px 16px;
            }
    
            .tsCredit-box span {
                font-size: 20px;
            }
    
            .tsCredit-box p {
                padding: 6px 10px 0px 0;
            }
    
            .choseUs-bg .chose-Card {
                padding: 20px;
                min-height: auto;
            }
    
            .chose-Card h4 {
                padding-bottom: 0;
            }
    
            .creditCard-brown {
                padding: 20px 14px;
                min-height: auto;
            }
    
            .creditCard-blue {
                padding: 20px 14px;
                min-height: auto;
            }
    
            .creditTrans-ImpBody {
                padding: 14px 30px 1px 14px;
            }
    
            #SignupForm input,
            #SignupForm select {
                height: 40px;
            }
        }


    @media all and (min-width: 992px) {

        /*    .dropdown-menu {
        width: 13rem;
    }*/

        .mega-submenu {
            left: 100%;
            top: 0;
            min-width: 25rem;
        }

        .ktm-mega-menu {
            position: static;
        }

        .mega-menu {
            left: 0;
            right: 0;
            width: 100%;
        }

        .dropdown-menu li {
            position: relative;
        }

        .dropdown-menu .submenu {
            display: none;
            left: 100%;
            top: 0;
        }

        .dropdown-menu > li:hover > .submenu,
        .dropdown:hover > .dropdown-menu {
            display: block;
        }

        .ctm-mob-menu-btn {
            display: none;
        }
    }


    @media (max-width: 480px) {

        .serv-title-holder {
            flex-direction: column;
            gap: 0;
        }

        .main-header-btn {
            display: none;
        }

        .accDegree-card {
            min-height: 180px;
        }

        .esl-blue-btn {
            width: 100%;
            text-align: center;
        }

        .esl-red-btn {
            width: 100%;
            text-align: center;
            margin-top: 10px;
        }

        .cost-card-btn a {
            padding: 6px 2px !important;
        }

        .core-boxes .core-boxes-text span {
            font-size: 20px;
        }
    }


    .ctm-mob-menu {
        display: none;
    }



    /**********Media Quries End********/



    .bya-box {
        min-height: 236px;
    }

    /*Blogs Hide**/

    .colleges-sec {
        display: none;
    }

    /* Online Medical Billing Css */


    .inner-banner.lp{
        padding: 22px 0;
        background-size: cover;
        display: block;
        overflow: hidden;
    }
    .inner-banner.lp ul{
         list-style: none;
         margin: 0;
         padding: 0;
    }

    .banner-content h1{
          font-size: calc(25px + (55 - 25) * (100vw - 320px) / (1920 - 320));
          line-height: 1.1;
          margin-bottom: 30px;
    }
    .banner-content p{
          font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
          margin-bottom: 40px;
          line-height: 1.8;
    }

    .btn-black{
        display: inline-flex;
        align-items: center;
        gap: 0 30px;
        font-weight: 700;
        border-radius: 60px;
        background-color: #000;
        text-decoration: none;
        color: #fff;
        font-family: var(--font-2);
        font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
        border: 2px solid transparent;
        padding: 20px 35px;
        line-height: 1;
    }
    .btn-black i{
     font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
    }
    .btn-black:hover{
            color: white;
            background: transparent;
            border-color: white;
    }
.brand-logo{
     margin-top: 30px;
}
.brand-logo p{
     font-size: calc(14px + (20 - 16) * (100vw - 320px) / (1920 - 320));
     font-family: var(--font-2);
}
.brand-logo ul{
     list-style: none;
     display: flex;
     align-items: center;
     gap: 0 15px;
     margin: 0;
     padding: 0;
}
.img-100 >img{
    width: 100%;
    height: 100%;
}
.ob-cover{
    object-fit: cover;
}
.banner-btn{
    display: flex;
    align-items: center;
    gap: 0 30px;
}
.contact-area{
   display: flex;
   align-items: center;
   gap: 0 10px;
}
.contact-area span{
    background: white;
    letter-spacing: -0.01em;
    color: black;
   font-weight: 600;
   border-radius: 100px;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
   padding: 5px 15px;
   display: inline-block;
   margin-bottom: 15px;
}
.contact-area a{
    background: white;
    color: black;
      font-weight: 500;
   border-radius: 100px;
   padding: 5px 15px;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    display: block;
    text-decoration: none;
    border: 2px solid white;
   
}
.contact-area a:hover{
       background: transparent;
       color: white;
}
.contact-area .contact-ic{
    color: white;
    font-size: calc(18px + (35 - 18) * (100vw - 320px) / (1920 - 320));
}
.banner-img{
    position: relative;
    max-width: 451px;
    margin: 0 auto;
}
.banner-img img{
    position: relative;
    z-index: 1;
}
.banner-img::before{
    content: '';
    background: #D9D9D9;
    position: absolute;
    border-radius: 50% 50% 0 0;
    height: 87%;
    left: 0;
    width: 100%;
    bottom: 0;

}
.abs-content{
    background: white;
    padding: 7px 15px;
    position: absolute;
    width: fit-content;
    z-index: 2;
    border-radius: 13px;
}
.img-content-1{
    bottom: 15%;
    left: -16%;
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.img-content-1 span{
    color: #D42236;
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
}
.img-content-1 .abs-ic{
    width: 32px;
    height: 29px;
    background: #FFE2E2;
    color: #F63B3B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.img-content-2{
    top: 100%;
    right: -15%;
    max-width: 379px;
    padding: 30px 15px 20px;
}
.img-content-2 p{
    color: black;
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 0;
    
}
.img-content-2 .abs-ic{
    color: #C22539;
  font-size: calc(25px + (40 - 25) * (100vw - 320px) / (1920 - 320));
  margin: -55px 0 0;
}
.img-content-3{
    bottom: 20%;
    right: -15%;
    padding: 15px 25px;
}
.img-content-3 .client-list{
    display: flex;
    align-items: center;
}
.client-list li{
    width: 28px;
    height: 28px;
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 auto;
    &:nth-child(2){
        margin-left: -5px;
    }
    &:nth-child(3){
        margin-left: -5px;
    }
    &:nth-child(4){
        margin-left: -5px;
    }
    &:last-child{
        margin-left: 15px;
        font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
        font-weight: 700;
        overflow: visible;
        width: auto;
        height: auto;
        border-radius: 0;
    }
}
.client-list li span{
  color: #D42236;
  display: inline-block;
}
.client-list li img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.img-content-3 p{
   font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
   color: #D42236;
   margin: 5px 0;
}
.star-rating{
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.star-rating li{
    &:last-child{
        margin-left: 5px;
        font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    }
}
.star-rating li i{
    color: #ECB014;
}

@media(max-width:1399px) {
    .banner-btn {
        gap: 10px 15px;
    }
    .btn-black {
        gap: 0 8px;
        padding: 15px 20px;
    }
    .banner-img {
        max-width: 350px;
    }
}

@media(max-width:1199px) and (min-width:992px) {
    .inner-banner.lp {
        width: 100%;
        height: auto;
    }
    .banner-img {
        zoom: 90%;
    }
}

    @media(max-width:1199.98px) {
        .ctm-box-s1 {
            min-height: 350px;
        }
    }

    @media(max-width:991px) {
        .inner-banner.lp {
            height: auto;
            /*       padding: 50px 0 130px !important;*/
        }

        .banner-content h1 {
            margin-bottom: 20px;
        }

        .banner-content p {
            margin-bottom: 20px;
            line-height: 1.4;
        }

        .brand-logo {
            margin: 10px 0 20px;
        }

            .brand-logo img {
                max-width: 130px;
            }
    }

    @media(max-width:575px) {

        .form-img-holder {
            position: relative;
            height: 508px;
        }

        .ctm-form-mianbanner {
            right: 0;
            left: 0;
            margin: auto 8px;
        }

        .tm-slide img {
            display: block;
            max-width: 54px;
        }

        .tm-mian-img {
            display: none;
        }

        .tm-user-info {
            margin-top: 23px;
        }

        .tm-cont p {
            font-size: 16px;
        }

        .tm-cont {
            padding: 27px 21px;
        }

        .abs-content {
            box-shadow: 0 2px 16px rgba(0,0,0, 0.3);
        }

        .brand-logo img {
            max-width: 90px;
        }

        .brand-logo ul {
            gap: 0 15px;
        }

        .banner-btn {
            flex-direction: column;
            align-items: flex-start;
        }

        .contact-area .contact-ic {
            font-size: calc(28px + (35 - 28) * (100vw - 320px) / (1920 - 320));
        }

        .img-content-1 {
            bottom: 26px;
            left: 0;
            border-radius: 0;
        }

        .img-content-2 {
            right: 0;
            padding: 30px 15px 15px;
            border-radius: 0;
        }

            .img-content-2 .abs-ic {
                margin: -50px 0 0;
            }

        .img-content-3 {
            right: 0;
            bottom: 22%;
        }
    }


.imgsec img {
    max-height: 436px;
    object-fit: cover;
    object-position: center;
}
.job-open{
    padding:30px 0;
}
.job-detail {
    border-top: 1px solid #B4BABF;
   
    padding: 20px 0;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
}
.job-detail h3 {
    font-size: 30px;
    font-weight: 700;
}
.job-detail .spec ul{
    padding:10px 0 0;
    display:flex;
    align-items:center;
}
    .job-detail .spec ul li {
        background: #F5F5F5;
        border: 1px solid #000000;
        border-radius: 50px;
        padding: 6px 21px;
        list-style: none;
        margin: 0 10px 0 0;
        font-weight: 400;
        font-size: 18px;
        color: #000;
    }
    .job-detail .spec ul li img{
        margin:0 5px 0 0;
        vertical-align:middle;
    }
.apply-now a{
    color:#000;
    font-size:30px;
    font-weight:700;
    text-decoration:none;
}
.apply-now a img{
    width: 17px;
}
    .apply-now a:hover {
        color: var(--pri-color);
    }

    .about-role h3 {
        font-size: 30px;
        font-weight: 700;
        padding: 30px 0 0;
    }
.about-role ul{
    padding: 20px 0 0;
}
    .about-role ul li {
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 15px 20px;
        list-style: none;
        position: relative;
    }
        .about-role ul li:before {
            content: '';
            background-image: url('../images/icons/arrowright.svg');
            background-position: center;
            background-repeat: no-repeat;
            display: block;
            width: 9px;
            height: 11px;
            position: absolute;
            top: 6px;
            left: 0;
        }
.cerdital-form.sty1 {
    background: rgba(245, 245, 245, 0.04);
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.13);
    border-radius: 19px;

}
    .cerdital-form.sty1 input {
        background: rgba(245, 244, 244, 0.24);
        border: 1px solid #B4ABAB;
        border-radius: 44px;
        color: #8E8585;
        padding: 2px 20px;
    }
    .cerdital-form.sty1 select {
        background: rgba(245, 244, 244, 0.24);
        border: 1px solid #B4ABAB;
        border-radius: 44px;
        appearance: auto;
        color: #8E8585;
        padding: 2px 20px;
    }

    .cerdital-form.sty1 .frm-btn {
        display: block;
        width: 100%;
        margin: 0;
        font-size: 20px;
    }
   

    @media (max-width:1366px) {
        .imgsec img {
        max-height: 312px;
    }
}
@media (max-width:1300px) {
    .imgsec img {
        max-height: 297px;
    }
}
@media (max-width:1200px) {
    .imgsec img {
        max-height: 272px;
    }
}
@media (max-width:991px) {
    .imgsec  {
        display:none;
    }
    .job-detail h3 {
        font-size: 20px;
        
    }
    .apply-now a {
     
        font-size: 20px;
 
    }
        .apply-now a img {
            width: 10px;
        }
    .job-detail .spec ul li{
        font-size:14px;
    }
    .job-detail p {
        font-size: 13px;
    }
}
@media (max-width:375px) {
    .imgsec {
        display: none;
    }

    .job-detail h3 {
        font-size: 16px;
    }

    .apply-now a {
        font-size: 16px;
    }

        .apply-now a img {
            width: 10px;
        }
    .job-detail .spec ul{
        flex-wrap:wrap;
    }
        .job-detail .spec ul li {
            font-size: 12px;
            margin: 0 5px 10px 0;
        }

    .job-detail p {
        font-size: 13px;
    }
    .about-role h3 {
        font-size: 25px;
    
    }
}