*, body {
    font-family: 'Poppins', sans-serif;
}

body {
}

a, p {
    font-size: 15px;
    color: #595959;
    text-decoration: none;
}


.microssite-header.header__navbar {
    padding: 0 0;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
}

.microssite-header .navbar {
    margin: 0 auto;
    padding: 0.6rem 3rem;
}

.microssite-header .navbar__logo {
    margin: 0;
    padding: 1rem 0;
}

.microssite-header .navbar__links {
    margin: 0;
}

    .microssite-header .navbar__links .mic-apply-now-btn {
        padding: 0.5rem 1.8rem;
        background-image: linear-gradient(to right, #c92935, #c01343, #b40050, #a5005c, #920065, #871573, #79237f, #672e89, #594199, #4651a6, #3060b0, #0c6db6);
        color: #fff;
        border-radius: 2rem;
    }

.microssite-header .navbar__links {
    list-style: none;
}

.microssite-header .navbar img {
    width: 310px;
}

/*Slider CSS start*/

.main-slider .slider {
    position: relative;
}

.main-slider #slider {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

    .main-slider #slider ul {
        position: relative;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 99999px;
        overflow: hidden;
        list-style: none;
    }

        .main-slider #slider ul li {
            position: relative;
            display: block;
            float: left;
            margin: 0;
            padding: 0;
            width: 100vw;
            height: 100%;
            text-align: center;
        }

            .main-slider #slider ul li .main-slider .slide {
                background-size: cover;
                /* height: 100vh; */
            }

.main-slider button.control_prev, .main-slider button.control_next {
    position: absolute;
    top: 75%;
    z-index: 10;
    display: block;
    border: none;
    width: 2em;
    height: 2em;
    line-height: 1.9em;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 2rem;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 50%;
    transform: translateY(-50%);
}

    .main-slider button.control_prev:focus, .main-slider button.control_next:focus {
        outline: none;
        border: 1px rgba(255, 255, 255, 0.5) solid;
    }

    .main-slider button.control_prev:hover, .main-slider button.control_next:hover {
        opacity: 1;
        -webkit-transition: all 0.2s ease;
    }

.main-slider button.control_prev {
    left: 2rem;
}

.main-slider button.control_next {
    right: 2rem;
}

.main-slider .progress {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    height: 0.5rem;
    width: 100%;
    bottom: 0;
    border-top: 1px rgba(0, 0, 0, 0.15) solid;
}

    .main-slider .progress .bar {
        height: 100%;
        width: 0%;
        background: #fff;
    }
/*Slider css end*/

/* ================================= 
    Media Queries
  ==================================== */
@media (min-width: 769px) {
    .microssite-header .navbar,
    .microssite-header .navbar__links {
        display: flex;
    }

    .microssite-header .navbar {
        flex-direction: row;
        align-items: center;
    }

        .microssite-header .navbar .navbar {
            width: 80%;
            margin: 0 auto;
            max-width: 1366px;
        }
}

@media (min-width: 1025px) {
    .microssite-header .navbar {
        flex-direction: row;
        justify-content: space-between;
    }
}


.microssite-body-section {
    position: relative;
    /* height: 100vh; */
}

    .microssite-body-section .main-banner {
        position: relative;
        width: 100%;
    }

/*Header css*/

/* header.microssite-header {

    padding: 40px 0;

} */

.microssite-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.microsite-img ul {
    list-style: none;
    padding-left: 0;
    column-count: 2;
    column-gap: 30px;
}

    .microsite-img ul li img {
        width: 100%;
    }

.microsite-title h3 {
    color: #006cb5;
    font-size: 44px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    padding: 0 0 50px;
}

.microsite-img ul li:nth-child(2) img {
    margin-left: 15px;
}

.cb-form-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin-left: 7rem;
    background: #fff;
    /* margin-top: 6rem; */
    /* padding: 2rem 4rem; */

    border-radius: 15px;
    border: 1px solid #0c6db6;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 1;
}

section.microssite-body-section .container.form {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}

.mainindex {
    height: 50vh;
}

.cb-form-section .form-heading {
    background: #0c6db6;
    padding: 2rem 2rem;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
}

    .cb-form-section .form-heading img.strar_icon {
        width: 35px;
    }

        .cb-form-section .form-heading img.strar_icon.one {
            position: absolute;
            top: 0;
            left: 0;
            width: 23px;
            margin: 5px;
        }

        .cb-form-section .form-heading img.strar_icon.two {
            position: absolute;
            left: 3rem;
            bottom: 0.8rem;
            width: 30px;
        }

        .cb-form-section .form-heading img.strar_icon.three {
            position: absolute;
            right: 0;
            top: 0;
            margin: 5px;
            width: 19px;
        }

        .cb-form-section .form-heading img.strar_icon.four {
            position: absolute;
            right: 5px;
            bottom: 0.5rem;
            width: 32px;
        }

.cb-form-section .form-inside {
    padding: 3rem 2rem;
    width: 100%;
}


p.cb-form-title {
    color: #0269b3;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

input.form-contro {
    width: 100%;
    margin-bottom: 2.3rem;
    height: 40px;
    border: 2px solid #a1a1a1;
    padding: 0 10px;
    color: #0269b3;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #0269b3;
}

    input.form-contro:focus-visible {
        border-bottom: 3px solid #0269b3;
        outline: 0;
    }

    input.form-contro::placeholder {
        color: #c0c0c0;
    }

.form-check-input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 0;
    border-width: 2px;
    border-color: #0269b3;
}

.form-check label {
    font-size: 13px;
}

    .form-check label a {
        font-size: 13px;
        color: #0269b3;
    }

button.btn.btn-primary {
    background-image: linear-gradient(to right, #c92935, #c01343, #b40050, #a5005c, #920065, #871573, #79237f, #672e89, #594199, #4651a6, #3060b0, #0c6db6);
    padding: 0.5rem 3rem;
    margin-top: 2rem;
    border: 0;
    font-size: 18px;
    border-radius: 2rem;
}

.form-inside .form-btn {
    text-align: center;
}

.cb-social-icons {
    width: 40%;
    display: flex;
    justify-content: space-between;
}

    .cb-social-icons .fa {
        color: #a1a1a1;
        font-size: 20px;
    }

a.webdite {
    color: #595959;
    text-decoration: none;
    width: 60%;
    text-align: right;
}

p.website-content {
    margin: 1.5rem 0 2rem;
    color: #595959;
}

p.cb-copyright {
    font-size: 14px;
}

.fromdetails {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.form-group.webdite-selecter {
    display: flex;
    justify-content: space-between;
}

    .form-group.webdite-selecter select {
        width: 100%;
        height: 40px;
        border: 2px solid #a1a1a1;
        padding: 0 10px;
        color: #a1a1a1;
        margin-bottom: 1.5rem;
        border-radius: 0;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

form#form1 {
    width: 100%;
}

.form-group .form-input span {
    position: absolute;
    left: 0;
    bottom: 9px;
    font-size: 10px;
    color: red;
}

.form-check span {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 10px;
    color: red;
}

.form-input, .form-check {
    position: relative;
}

.formcentre {
    justify-content: center;
    position: unset;
}

.fromdetails.formcentre .cb-form-section {
    margin-left: unset;
    margin-top: 3rem;
}

.microssite-home-section {
    position: relative;
    height: 50%;
}

.form-group.webdite-selecter .form-input {
    width: 47%;
}

.microssite-thankyou-pg .fromdetails {
    align-items: center;
}

.microssite-thankyou-pg section.microssite-body-section {
    display: flex;
    place-content: center;
    flex-direction: column;
    /* height: 80vh; */
}

.microssite-thankyou-pg .microsite-title h3 {
    font-size: 30px;
}

.microssite-services-section {
    position: relative;
    text-align: center;
}

    .microssite-services-section .sec_title {
        position: absolute;
        width: 100%;
        top: -16px;
    }

        .microssite-services-section .sec_title h3 {
            padding: 15px 60px;
            background-image: linear-gradient(to right, #c92935, #c01343, #b40050, #a5005c, #920065, #871573, #79237f, #672e89, #594199, #4651a6, #3060b0, #0c6db6);
            width: max-content;
            display: inline;
            /* border: 2px solid #fbd379; */
            background: url(../images/group_clipart.png) no-repeat;
            background-position: center;
            background-size: contain;
            color: #fff;
            border-radius: 2rem;
        }

    .microssite-services-section .inner-side {
        background: #0c6db6;
    }

    .microssite-services-section .inner-side {
        background: #0c6db6;
        border-radius: 15px;
        margin-top: 5rem;
        margin-bottom: 3rem;
        padding-top: 3rem;
        padding-bottom: 1rem;
    }

        .microssite-services-section .inner-side .container {
            background: #fff;
            border-radius: 15px;
            padding: 3rem 8rem;
        }

        .microssite-services-section .inner-side .inner {
            text-align: center;
        }

            .microssite-services-section .inner-side .inner p {
                color: #0c6db6;
                font-weight: 500;
            }

            .microssite-services-section .inner-side .inner img {
                width: auto;
                height: 150px;
                margin-bottom: 2rem;
                margin-top: 1rem;
            }

        .microssite-services-section .inner-side .ser_know-more-btn {
            padding: 0.5rem 1.8rem;
            background: #fff;
            color: #0c6db6;
            border-radius: 2rem;
            border: 1px solid #0c6db6;
        }


.footer {
    background: #0c6db6;
    padding-top: 6rem;
    padding-bottom: 3rem;
}

    .footer .footer-inner {
        padding: 3rem;
        border: 2px solid #fff;
        border-radius: 8px;
        position: relative;
    }

        .footer .footer-inner p {
            color: #fff;
        }

        .footer .footer-inner .bt-line {
            border-bottom: 1px solid #fff;
            padding-bottom: 15px;
            width: auto;
            display: inline-block;
        }

        .footer .footer-inner:before {
            content: "";
            width: 12%;
            height: 100px;
            background: url(../images/phone-icon.png) no-repeat;
            background-size: cover;
            background-color: #0c6db6;
            top: -45px;
            left: 4rem;
            position: absolute;
            display: inline-block;
        }

.cls .faqs {
    border: 1px solid #0c6db6;
    padding: 0;
    border-radius: 15px;
}

    .cls .faqs h3 {
        background: #0c6db6;
        padding: 1rem;
        text-align: left;
        color: #fff;
        border-top-right-radius: 14px;
        border-top-left-radius: 14px;
    }

.cls .benefites {
    border: 1px solid #0c6db6;
    padding: 0;
    border-radius: 15px;
}

    .cls .benefites h3 {
        background: #0c6db6;
        padding: 1rem;
        text-align: left;
        color: #fff;
        border-top-right-radius: 14px;
        border-top-left-radius: 14px;
    }

.cls .cb-emi-form {
    background: #fff;
    margin-top: 2rem;
    border-radius: 15px;
    border: 1px solid #0c6db6;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 1;
    padding: 0;
    position: relative;
}

.cls .emi-heading {
    background: #0c6db6;
    padding: 1rem 2rem;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    width: 100%;
    text-align: left;
    color: #fff;
    position: relative;
}

    .cls .emi-heading img.strar_icon.one {
        position: absolute;
        top: 0;
        left: 0;
        width: 23px;
        margin: 5px;
    }

    .cls .emi-heading img.strar_icon.two {
        position: absolute;
        left: 0.9rem;
        bottom: 0.2rem;
        width: 21px;
    }

    .cls .emi-heading img.strar_icon.three {
        position: absolute;
        right: 0;
        top: 0;
        margin: 5px;
        width: 19px;
    }

    .cls .emi-heading img.strar_icon.four {
        position: absolute;
        right: 5px;
        bottom: 0.5rem;
        width: 32px;
    }

    .cls .emi-heading h3 {
        padding-left: 6rem;
    }

    .cls .emi-heading .home-icom {
        position: absolute;
        width: 85px;
        top: -15px;
    }

.cls .emi-container {
    padding: 3rem 4rem;
}

.cls .emi-calc-amt {
    border-radius: 15px;
    border: 1px solid #0c6db6;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 5rem 4rem 2.5rem 4rem;
    margin-top: -2rem;
    background: #d6edff;
    margin-bottom: 3rem;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

    .faq .faq-list ul li + li {
        margin-top: 0px;
    }

    .faq .faq-list ul li {
        padding: 20px 0px;
        background: #fff;
        position: relative;
        border-bottom: 1px solid #0c6db6;
    }

        .faq .faq-list ul li:last-child {
            border-bottom: none;
        }

.faq .faq-list .in-list {
    list-style: circle;
    padding-left: 15px;
    margin-top: 10px;
}

    .faq .faq-list .in-list li {
        padding-bottom: 10px;
        padding-top: 0;
        border-bottom: none;
        color: #595959;
        font-size: 15px;
    }


.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #0c6db6;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #0c6db6;
    transition: 0.3s;
}

    .faq .faq-list a.collapsed:hover {
        color: #0c6db6;
    }

    .faq .faq-list a.collapsed .icon-show {
        display: inline-block;
    }

    .faq .faq-list a.collapsed .icon-close {
        display: none;
    }

.desktop-cls {
    display: block;
}

.mobile-cls {
    display: none;
}

/* thank you css */

.thankyou-text {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.5;
    color: #0c6db6;
}

.thankyou-customRefId {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    color: #0c6db6;
}

.thankyou-main {
    display: flex;
    height: 62vh;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #d6edff;
}

.thankyou-footer {
    background: #d6edff;
}

    .thankyou-footer .footer-inner:before {
        background-color: #d6edff;
    }

    .thankyou-footer .footer-inner {
        border: 2px solid #000;
    }

        .thankyou-footer .footer-inner p {
            color: #000;
        }

        .thankyou-footer .footer-inner .bt-line {
            border-bottom: 1px solid #000;
        }

.footer.thankyou-footer {
    padding-top: 2rem;
}

.thankyou-main .social-links {
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-top: 3rem;
}

    .thankyou-main .social-links span {
        font-size: 30px;
        line-height: 1;
        font-weight: 600;
        color: #0c6db6;
    }

    .thankyou-main .social-links ul {
        display: flex;
        list-style: none;
        margin-bottom: 0;
    }

        .thankyou-main .social-links ul li {
            margin-right: 15px;
        }

            .thankyou-main .social-links ul li i {
                font-size: 30px;
                color: #0c6db6;
            }

    .thankyou-main .social-links .twitter_logo {
        width: 28px;
        height: 28px;
        margin-top: 2px;
    }

.thankyou-main .ty-heading img.strar_icon {
    width: 35px;
}

.ty-heading {
    position: relative;
}

.thankyou-main .ty-heading img.strar_icon.one {
    position: absolute;
    top: -3rem;
    left: 0;
    width: 40px;
    margin: 5px;
}

.thankyou-main .ty-heading img.strar_icon.two {
    position: absolute;
    left: 7rem;
    top: -0.2rem;
    width: 35px;
}

.thankyou-main .ty-heading img.strar_icon.three {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
    width: 30px;
}

.thankyou-main .ty-heading img.strar_icon.four {
    position: absolute;
    right: 5rem;
    bottom: 2.5rem;
    width: 40px;
}

/* thank you css end */

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }

    .fromdetails {
        position: unset;
    }
}


@media only screen and (max-width: 1600px) {
    .cb-form-section {
        /* margin-top: 2rem; */
    }

    input.form-contro {
        margin-bottom: 1.8rem;
    }

    button.btn.btn-primary {
        margin-top: 1.2rem;
    }

    .microssite-services-section .inner-side {
        /*margin-top: 4rem;*/
    }

    .cb-form-section .form-heading {
        padding: 1rem;
    }

    .microssite-body-section {
        /* height: 100vh; */
    }

    .cb-form-section .form-inside {
        padding: 1.5rem 1.8rem;
    }

    .microssite-services-section .inner-side {
        /* margin-top: 10.5rem; */
    }
}

@media only screen and (max-width: 1400px) {
    .fromdetails .cb-form-section {
        margin-left: 5rem;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1198px) {
    .fromdetails {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .cb-form-section {
        margin-left: 0;
        width: 42%;
        margin-top: 1rem;
    }

        .cb-form-section .form-heading {
            padding: 1.6rem 1rem;
        }

            .cb-form-section .form-heading h3 {
                font-size: 1.6rem;
                margin-bottom: 1rem;
            }

    input.form-contro {
        margin-bottom: 1.3rem;
    }

    .cb-form-section .form-inside {
        padding: 2rem 2rem;
    }

    .microssite-body-section {
        height: unset;
    }

    .microssite-services-section .inner-side {
        margin-top: 4rem;
        margin-bottom: 2rem;
    }

    .footer .footer-inner:before {
        height: 70px;
        top: -30px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .microssite-services-section .inner-side .container {
        padding: 3rem 3rem;
    }
}

@media screen and (max-width: 1024px) {
    section.microssite-body-section .container.form {
        position: unset;
    }
    /* thank you css */
    .thankyou-main .thankyou-text .br {
        display: none;
    }

    .microsite-title br {
        display: none;
    }

    .thankyou-main .ty-heading img.strar_icon.two {
        left: 7rem;
        top: -2.2rem;
    }

    .thankyou-main .ty-heading img.strar_icon.one {
        top: -5rem;
    }

    .thankyou-main .ty-heading img.strar_icon.three {
        top: -2.5rem;
    }

    /* thank you css end */

    .microssite-body-section {
        height: unset;
    }

        .microssite-body-section .main-banner {
            position: unset;
        }

    .microssite-services-section .inner-side {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .cb-form-section .form-heading {
        padding: 1.5rem;
    }

    .footer .footer-inner:before {
        height: 55px;
        top: -25px;
    }

    .footer {
        padding-top: 4rem;
    }

    .desktop-cls {
        display: none;
    }

    .mobile-cls {
        display: block;
    }

    .cb-form-section {
        margin-left: 0;
        margin-top: -1rem;
        margin-bottom: 3rem;
    }

    p.cb-copyright {
        width: 100%;
        text-align: center;
    }

    .microssite-thankyou-pg section.microssite-body-section {
        display: unset;
        place-content: center;
        flex-direction: column;
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .thankyou-main .social-links .twitter_logo {
        width: 23px;
        height: 23px;
        margin-top: 2px;
    }

    .main-slider button.control_prev {
        width: 2em;
        height: 2em;
        font-size: 1rem;
    }

    .main-slider button.control_next {
        width: 2em;
        height: 2em;
        font-size: 1rem;
    }

    section.microssite-body-section .container.form {
        position: unset;
    }

    .microssite-header .navbar {
        padding: 0.6rem 0.8rem;
    }

    .microssite-header .navbar__links .mic-apply-now-btn {
        padding: 0.5rem 0.8rem;
        font-size: 13px;
    }

    .microssite-header .navbar img {
        width: 190px;
    }

    .cb-social-icons, a.webdite {
        width: 100%;
    }

    .cb-form-section .form-heading {
        padding: 1.4rem 0.5rem;
    }

        .cb-form-section .form-heading h3 {
            font-size: 1.25rem;
        }

    .cls .emi-heading h3 {
        font-size: 1.25rem;
    }

    .microssite-services-section .sec_title h3 {
        font-size: 1.25rem;
        padding: 6px 25px;
    }

    .microssite-services-section .inner-side {
        background: transparent;
        border-top: 2px solid #caa34e;
        border-radius: 0;
    }

    .microssite-services-section .sec_title {
        top: -11px;
    }

    .microssite-services-section .inner-side {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

        .microssite-services-section .inner-side .container {
            background: #fff;
            padding: 0rem 1rem;
        }

    .cb-form-section .form-heading img.strar_icon.two {
        left: 1.5rem;
        bottom: 0.5rem;
        width: 20px;
    }

    .cb-form-section .form-heading img.strar_icon.four {
        width: 20px;
    }

    .calc_content_body_container .range_field_container .instruction_container p .rangeinput {
        width: 70% !important;
    }

    .cls .emi-heading {
        padding: 0.8rem 1rem;
    }

        .cls .emi-heading h3 {
            padding-left: 5rem;
        }

        .cls .emi-heading .home-icom {
            position: absolute;
            width: 70px;
            top: -5px;
        }

    .bqs-inner.px-4.py-2 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .cls .faqs h3 {
        font-size: 1.25rem;
    }

    .faq .faq-list a {
        font-size: 16px;
        padding-right: 24px;
    }

    .faq .faq-list .icon-show, .faq .faq-list .icon-close {
        top: 10px;
    }

    .emi-calc-amt .bottom .card p {
        font-size: 16px;
    }

    .emi-calc-amt .bottom {
        margin-bottom: 0rem !important;
    }

        .emi-calc-amt .bottom .card p {
            font-size: 18px !important;
        }

        .emi-calc-amt .bottom .card {
            margin-bottom: 0.5rem;
            flex-direction: column !important;
            align-items: flex-start !important;
        }

    .cls .emi-calc-amt {
        padding: 3rem 1rem 2rem 1rem;
    }

    .cls .emi-container {
        padding: 1rem;
    }

    input.form-contro {
        margin-bottom: 1.5rem;
    }

    .cb-form-section .form-inside {
        padding: 1rem 1rem;
    }

    .footer {
        padding-top: 3rem;
    }

        .footer .footer-inner {
            padding: 2.5rem 1rem;
            border: 2px solid #fff;
            border-radius: 8px;
            position: relative;
            width: 100%;
        }

    /* thank you css */
    .thankyou-footer .footer-inner {
        border: 2px solid #000;
    }

    .thankyou-main .thankyou-text {
        font-size: 28px;
        line-height: 1.3;
    }

    .ty-heading h2 {
        font-size: 18px;
    }

    .thankyou-main .social-links {
        flex-direction: column;
        gap: 1em;
        align-items: center;
        margin-top: 2em;
    }

        .thankyou-main .social-links span {
            font-size: 18px;
        }

        .thankyou-main .social-links ul {
            padding-left: 0px;
            gap: 1em;
        }

            .thankyou-main .social-links ul li {
                margin-right: 0px;
            }

                .thankyou-main .social-links ul li i {
                    font-size: 24px;
                }

    .thankyou-main .ty-heading img.strar_icon.two {
        width: 22px;
        left: 4rem;
        top: -2.2rem;
    }

    .thankyou-main .ty-heading img.strar_icon.one {
        top: -5rem;
    }

    .thankyou-main .ty-heading img.strar_icon.three {
        top: -2.5rem;
    }

    .thankyou-main .ty-heading img.strar_icon.four {
        right: 0rem;
        bottom: -1.5rem;
        width: 30px;
    }

    /* thank you css end */

    .footer .footer-inner:before {
        height: 44px;
        top: -18px;
        width: 19%;
        left: 2rem;
    }

    .microssite-logo img {
        width: 50%;
    }

        .microssite-logo img:nth-child(2) {
            width: 75px;
        }

    .microsite-title h3 {
        font-size: 25px;
    }


    a.webdite {
        text-align: center;
        margin-top: 1.5rem;
    }



    p.cb-copyright {
        font-size: 15px;
    }

    p.website-content {
        text-align: center;
        width: 100%;
    }

        p.website-content span {
            display: block;
        }

    .form-group.webdite-selecter {
        display: unset;
    }

    .thnkyou {
        height: auto !important;
    }

    .fromdetails {
        align-items: unset;
        display: block;
    }

    body {
        height: auto !important;
    }

    .microssite-thankyou-pg .microsite-title h3 {
        font-size: 18px;
    }

    p.cb-form-title {
        font-size: 16px;
    }

    .form-group.webdite-selecter .form-input {
        width: 100%;
    }

    .microsite-title br {
        display: block;
    }

    .microsite-title {
        width: 100%;
    }

        .microsite-title h3 {
            text-align: center;
        }
}
