a {
    text-decoration: none;
}

.navbar {
    width: 100%;
    height: 100px;
    background: #fff !important;
}

.nav-link {
    color: #343C77;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    margin-left: 12px;
    margin-right: 12px;
}

.activer {
    color: #91201A !important;
    border-bottom: 2px solid !important;
}

.NavbarButton {
    border-radius: 7px;
    border: 6px solid rgba(224, 114, 108, 0.20);
    background: #91201A;
    display: flex;
    width: 210px;
    height: 62px;
    padding: 17px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: None;
    color: var(--white, #FFF);
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.HeroSction {
    width: 100%;
    height: 800px;
    position: relative;
    object-fit: cover;
    object-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.HeroSctionwaper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.HeroSctionBG {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    object-fit: cover;
}

.HeroSctionContent {
    width: 50%;
    height: auto;
}

.HeroSctionContent h1 {
    color: var(--white, #FFF);
    font-family: Oswald;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
}

.HeroSctionContent p {
    color: var(--white, #FFF);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 46px;
}

.HeroSctionContent button {
    border-radius: 7px;
    border: 6px solid rgba(224, 114, 108, 0.20);
    background: #91201A;
    display: flex;
    width: 222px;
    padding: 17px 32px;
    color: var(--white, #FFF);
    font-family: Oswald;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.HeroSctionImage {
    height: auto;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.HeroSctionImage img {
    width: auto;
    height: auto;
}

.HeroBrandImageWaper {
    margin-top: 36px;
}

.HeroBrandImageWaper img {
    margin-right: 15px;
}

.sliderWaper {
    width: 85%;
    margin: 0 auto;
}

@media (max-width: 1399px) {
    .sliderWaper {
        width: 100%;
        margin: 0 auto;
    }
}

.ImageGalary {
    width: 100%;
    height: auto;
    background: #EFF0F4;
    padding: 80px;
    padding-left: 30px;
    padding-right: 30px;
}

.ImageGalaryWaper {
    width: 100%;
    height: 100%;
}

.ImageGalaryTitel {
    width: 722px;
    color: var(--Primary-Color-primary_2, #0E357A);
    text-align: center;
    font-family: Oswald;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin: 0 auto;
    margin-bottom: 44px;
}

.cardWaper {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

.carousel-control-prev {
    background: #fff;
    fill: #FFF;
    filter: drop-shadow(0px 4px 8px rgba(145, 32, 26, 0.21));
    opacity: 100%;
    width: 54px;
    height: 54px;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    border-radius: 50%;
}

.carousel-control-next {
    background: #fff;
    fill: #FFF;
    filter: drop-shadow(0px 4px 8px rgba(145, 32, 26, 0.21));
    opacity: 100%;
    width: 54px;
    height: 54px;
    right: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    border-radius: 50%;
}

.gallaryCard {
    width: 293px;
    height: 303px;
    flex-shrink: 0;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border: 1px solid rgba(145, 32, 26, 0.30);
    background: #FFF;
    box-shadow: 0px 14px 20px 0px rgba(52, 60, 119, 0.10);
    padding: 20px;
    padding-top: 20px;
}

.gallaryCard h4 {
    color: var(--Primary-Color-primary_2, #0E357A);
    text-align: center;
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.gallaryCard img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 14px;
}

.gallaryCard:hover {
    padding: 0px;
    padding-top: 20px;
    transition: all 0.1s linear;
}

.Services {
    width: 100%;
    height: auto;
    padding-top: 80px;
}

.AboutFirstServices {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.AboutServices {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FDF5F5;
}

.ServicesTitel {
    width: 766px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.AboutServicesTitel {
    padding-bottom: 80px;
}

.ServicesTitel h1 {
    width: 100%;
    color: var(--white, #FFF);
    text-align: center;
    font-family: Oswald;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 78px;
}

.sheet1 {
    background: #0E357A;
    padding-left: 30px;
    padding-right: 30px;
}

.sheet2 {
    background: #91201A;
    padding-left: 30px;
    padding-right: 30px;
}

.sheet3 {
    background: #0E357A;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}

.sheet4 {
    background: #91201A;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}



.ServicesLeft {
    width: 100%;
    padding: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.AboutServicesLeft {
    width: 100%;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.ServicesLeftWaper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.AboutServicesLeftWaper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.ServicesLeftImage {
    width: 48%;
}

.ServicesLeftContent {
    width: 48%;
}

.ServicesLeftImage img {
    width: 100%;
}

.ServicesLeftContent h1 {
    color: var(--Primary-Color-primary_2, #0E357A);
    font-family: Oswald;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}

.ServicesLeftContent p {
    color: var(--Primary-Color-primary_2, #0E357A);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
}

.ServicesLeftContent button {
    width: 170px;
    height: 50px;
    align-items: center;
    border-radius: 7px;
    border: #EFF0F4;
    border-left: 4px solid #91201A;
    color: #91201A;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.ServiceRight {
    width: 100%;
    padding: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F1FAFD;
}

.AboutServiceRight {
    width: 100%;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.ServicesRighttWaper {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.AboutServicesRighttWaper {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.NeswLatter {
    width: 100%;
    height: 450px;
    position: relative;
}

.NeswLatterBG {
    position: relative;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.NeswLatterContent {
    width: 732px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.NeswLatterContent h1 {
    color: var(--white, #FFF);
    text-align: center;
    font-family: Oswald;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    text-transform: capitalize;
}

.NeswLatterContent p {
    color: var(--white, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 26px;
}

.NeswLatterContent button {
    border-radius: 7px;
    border: 6px solid rgba(224, 114, 108, 0.20);
    background: #91201A;
    width: 247px;
    height: 62px;
    color: var(--white, #FFF);
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 34px;
}

.preeFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.preefooterContent {
    width: 47%;
    height: auto;
}

.preefooterContent h1 {
    color: var(--Primary-Color-primary_2, #0E357A);
    font-family: Oswald;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.preefooterContent p {
    color: var(--Primary-Color-primary_2, #0E357A);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 26px;
}

.preefooterContent button {
    border-radius: 7px;
    border: 6px solid rgba(224, 114, 108, 0.20);
    background: #91201A;
    width: 247px;
    height: 62px;
    color: var(--white, #FFF);
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 46px;
}

.preeFooterImage {
    width: 47%;
    height: auto;
}

.preeFooterImage img {
    width: 100%;
}

.footer {
    width: 100%;
    height: 793px;
    position: relative;
    overflow: hidden;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footerBG {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 0;
}

.FooterLogoWaper {
    width: 26%;
    color: #fff;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.prefooterWaper {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footerWaper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.footerServices {
    width: 50%;
    color: #fff;
}

.footerQuickLinks {
    width: 50%;
    color: #fff;
}

.footerContact {
    width: 30%;
    color: #fff;
}

hr {
    width: 44px;
    height: 2px;
    background: #91201A;
    color: #91201A;
    margin: 0px;
    padding: 0px;
}

.footerServices,
.footerQuickLinks,
.footerContact {
    display: flex;
    flex-direction: column;

}

.footerServices h4,
.footerQuickLinks h4,
.footerContact h4 {
    color: #FFF;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 110% */
    text-transform: uppercase;
}

.footerServices a,
.footerQuickLinks a,
.footerContact a {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    /* 275% */
}

.footerIconWaper {
    width: 52px;
    height: 52px;
    border-radius: 50px;
    background: #91201A;
}

.footerIcon {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footerIconWaper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.footerTCP {
    color: #FFF;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.divider {
    width: 100%;
    margin-top: 38px;
    margin-bottom: 38px;
    height: 2px;
    background: #393F70;
}

.copyrite {
    width: 100%;
    height: 50px;
    background: #121631;
    position: absolute;
    bottom: 0%;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}

.footerDisignHolder {
    display: flex;
    width: 40%;
}

.Chat {
    width: 100%;
    height: auto;
    background-image: url(../images/chatbg.png);
    background-size: cover;
}

.chatFrem {
    width: 711px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.chatBox {
    width: 100%;
    display: block;
    height: 250px;
}

.chatBox2nd {
    width: 100%;
    display: block;
    height: 200px;
}

.lifeextraQistion {
    height: 350px !important;
}

.lifechatladysmsbody {
    height: auto;
    background-color: #FFFF;
    display: flex !important;
    flex-direction: column;
    margin-bottom: 20px;
}

.chatleft {
    display: flex;
    width: 100%;
    height: auto;
}

.chatladynamebody {
    padding-left: 15px;
}

.cahtladyname {
    color: var(--Theme-colors-text-1, #121F24);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.chatladysmsbody {
    border-radius: 7px;
    background: #FFF;
    display: flex;
    padding: 12px 20px;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    color: var(--Theme-colors-text-1, #121F24);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.smsinput {
    border-radius: 7px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    width: 180px;
    height: 50px;
    padding: 14px 16px;
    flex-shrink: 0;
}

.loknamebody button {
    border-radius: 12px;
    background: #91201A;
    padding: 5px 20px;
    color: #FFF;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    border: none;
}

.lok button {
    border-radius: 12px;
    background: #91201A;
    padding: 5px 20px;
    color: #FFF;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    border: none;
}

.chatright {
    float: right;

}

.loknamebody {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 25%;
}

.lok input:focus {
    outline: none !important;
}

#q2,
#q3,
#q4,
#q5 {
    display: none;
}

.sorrybox {
    width: 100%;
    height: 100vh;
    background-image: url(../images/chatbg.png);
    background-size: cover;
}

.sorrybox h1 {
    width: 846px;
    text-align: center;
    margin: 0 auto;
    color: #91201A;
    text-align: center;
    font-family: Oswald;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.58px;
    padding-top: 150px;
}

.sorrybox button {
    display: flex;
    width: 210px;
    padding: 17px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    border: 6px solid rgba(224, 114, 108, 0.20);
    background: #91201A;
    color: var(--white, #FFF);
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 30px;
}

.congratulation {
    width: 100%;
    height: 100vh;
    background-image: url(../images/chatbg.png);
    background-size: cover;
}

.congratulation h1 {
    color: #91201A;
    text-align: center;
    font-family: Oswald;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.58px;
    padding-top: 50px;
}

.congratulation p {
    color: #003A7F;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.22px;
    width: 946px;
    margin: 0 auto;
    margin-top: 30px;
}

.congratulation button {
    display: flex;
    margin: 0 auto;
    width: 526px;
    padding: 16.265px 23.235px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: -1.162px;
    border-radius: 11.618px;
    border: 5px solid #F4DEDE;
    background: #91201A;
    box-shadow: 0px 10.165px 18.878px 0px rgba(0, 58, 127, 0.10);
    color: #FFF;
    font-family: Oswald;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0.52px;
    margin-top: 30px;
}

.congratulation a {
    color: #91201A;
    text-decoration: none;
}

.termpolacypatner {
    width: 100%;
    height: 400px;
    background-image: url('../images/t&c.png');
    background-size: cover;
}

.termpolacypatner1 {
    width: 100%;
    height: 400px;
    background-image: url('../images/t&c1.png');
    background-size: cover;
}

.termpolacypatner h1,
.termpolacypatner1 h1 {
    color: var(--white, #FFF);
    text-align: center;
    font-family: Oswald;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 400px;
}

.termpolacypatner_body {
    padding: 80px 0px;
    font-family: Poppins;
}

.termpolacypatner_body p {
    color: var(--Primary-Color-primary_2, #0E357A);
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 35.2px */
}

.termpolacypatner_body ul {
    color: var(--Primary-Color-primary_2, #0E357A);
    font-family: Poppins;
    font-size: 22px;
}

.termpolacypatner_body a {
    color: #91201A;
    text-decoration: none;
    font-weight: bold;
}

.termpolacypatner_body span {
    border-radius: 40px;
    background: #E7F0FF;
    display: flex;
    padding: 4px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 200px;
    height: 40px;
    color: #2374FF;
    text-align: center;
    font-family: Oswald;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
}

.termpolacypatner_body h4 {
    color: var(--Primary-Color-primary_2, #0E357A);
    font-family: Oswald;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 43.2px */
}


.Partner {
    width: 100%;
    padding: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.partnerWaper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    flex-wrap: wrap;
}

.partnerWaper h1 {
    width: 32%;
    height: auto;
    padding: 20px;
    border-radius: 13px;
    background: #FFF;
    box-shadow: 0 4px 54px 0 rgba(20, 56, 99, 0.15);
    text-align: center;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color:#1c224b;
    
}
.partnerWaper h1:hover {
    box-shadow:none;
    transition: 0.3s ease-in-out;
}
.partnerWaper img {
    width: 15%;
}

.termpolacypatnerpartner {
    width: 100%;
    height: 400px;
    background-image: url('../images/partner.png');
    background-size: cover;
}

.termpolacypatnerpartner h1 {
    color: var(--white, #FFF);
    text-align: center;
    font-family: Oswald;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 400px;
}


.pc {
    display: block;
}

.mobile {
    display: none;
}

@media (max-width: 600px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    body {
        overflow-x: hidden;
    }

    .navbar {
        width: 100%;
        height: auto;
        background: #fff !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .navbar-nav {
        margin-top: 20px !important;
    }

    .HeroSction {
        width: 100%;
        height: auto;
    }

    .activer {
        color: #91201A !important;
        border-bottom: none !important;
    }

    .HeroSctionwaper {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .HeroSctionContent {
        width: 100%;
        height: auto;
    }

    .HeroSctionImage {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }

    .HeroSctionContent h1 {
        color: var(--white, #FFF);
        font-family: Oswald;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 16px;
    }

    .HeroSctionContent p {
        color: var(--white, #FFF);
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin-bottom: 30px;
    }

    .HeroSctionImage img {
        width: 100%;
        height: auto;
    }

    .ImageGalaryTitel {
        width: 100%;
        color: var(--Primary-Color-primary_2, #0E357A);
        text-align: center;
        font-family: Oswald;
        font-size: 8vw;
        font-style: normal;
        font-weight: 700;
        line-height: 46px;
        /* 127.778% */
    }

    .ImageGalary {
        width: 100%;
        height: auto;
        background: #EFF0F4;
        padding: 50px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .WhyChooseUs {
        background: #FDF5F5;
        color: #333;
        line-height: 1.6;
        padding: 50px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .NeswLatterContent h1 {
        color: var(--white, #FFF);
        text-align: center;
        font-family: Oswald;
        font-size: 11vw;
        font-style: normal;
        font-weight: 700;
        line-height: 58px;
        text-transform: capitalize;
    }

    .NeswLatterContent p {
        color: var(--white, #FFF);
        text-align: center;
        font-family: Poppins;
        font-size: 4vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin-top: 26px;
    }

    .ServicesTitel {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .AboutServicesTitel {
        padding-bottom: 0px;
    }

    .Services {
        width: 100%;
        height: auto;
        padding-top: 50px;
    }

    .AboutFirstServices,
    .AboutServices {
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .ServicesTitel h1 {
        width: 100%;
        color: var(--white, #FFF);
        text-align: center;
        font-family: Oswald;
        font-size: 6vw;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    .sheet1,
    .sheet2 {
        width: 100%;
        display: none;
    }

    .sheet3 {
        width: 97%;
        margin: 0 auto;
        display: block;
        line-height: 50px;
        margin-top: 5px;
    }

    .sheet4 {
        width: 94%;
        margin: 0 auto;
        display: block;
        line-height: 50px;
        margin-top: 5px;
    }

    .aboutsheet3,
    .aboutsheet4 {
        width: auto;
        display: inline-block;
    }

    .NeswLatterContent {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .ServicesLeft,
    .ServiceRight {
        width: 100%;
        padding: 16px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .AboutServicesLeft,
    .AboutServiceRight {
        width: 100%;
        padding: 16px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ServicesLeftWaper,
    .ServicesRighttWaper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .AboutServicesLeftWaper,
    .AboutServicesRighttWaper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .ServicesLeftImage,
    .ServicesLeftImage {
        width: 100%;
    }

    .ServicesLeftContent,
    .ServicesLeftContent {
        width: 100%;
    }

    .ServicesLeftContent h1,
    .ServicesLeftContent h1 {
        color: var(--Primary-Color-primary_2, #0E357A);
        font-family: Oswald;
        font-size: 6.7vw;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
    }

    .ServicesLeftContent p,
    .ServicesLeftContent p {
        color: var(--Primary-Color-primary_2, #0E357A);
        font-family: Poppins;
        font-size: 4.2vw;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

    .preeFooter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px;
        padding-left: 16px;
        padding-right: 16px;
        flex-direction: column;
    }

    .preeFooterImage {
        width: 100%;
    }

    .preefooterContent {
        width: 100%;
        height: auto;
    }

    .preefooterContent h1 {
        color: var(--Primary-Color-primary_2, #0E357A);
        font-family: Oswald;
        font-size: 8vw;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .preefooterContent p {
        color: var(--Primary-Color-primary_2, #0E357A);
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        /* 28.8px */
    }

    .preefooterContent button {
        border-radius: 7px;
        border: 6px solid rgba(224, 114, 108, 0.20);
        background: #91201A;
        width: 247px;
        height: 62px;
        color: var(--white, #FFF);
        font-family: Oswald;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        text-transform: uppercase;
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .footerWaper {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 25px
    }

    .FooterLogoWaper,
    .footerServices,
    .footerQuickLinks,
    .footerContact {
        width: 100%;
    }

    .prefooterWaper {
        width: 100%;
        z-index: 1;
        position: relative;
        left: 0%;
        top: 0%;
        transform: none;
        padding: 30px;
    }

    .footerServices a,
    .footerQuickLinks a,
    .footerContact a {
        font-size: 3.8vw;
    }

    .footer {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .FooterLogoWaper svg {
        display: none;
    }

    .footerDisignHolder {
        display: flex;
        width: 110%;
    }

    .footerTCP {
        color: #FFF;
        font-family: Oswald;
        font-size: 3.5vw;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        padding-bottom: 25px;
    }

    .chatFrem {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .cahtlady img {
        width: 30px;
    }

    .lok img {
        width: 30px;
    }

    .lok input {
        margin-right: 10px !important;
    }

    .loknamebody {
        padding-right: 20%;
    }

    .lifeextraQistion {
        height: auto !important;
        padding-bottom: 50px;
    }

    .chatBox2nd {
        width: 100%;
        display: block;
        height: 230px;
    }

    .congratulation {
        width: 100%;
        height: 70vh;
    }

    .congratulation h1 {
        color: #91201A;
        text-align: center;
        font-family: Oswald;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: -0.5px;
    }

    .congratulation p {
        width: 100%;
        color: #003A7F;
        text-align: center;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: -0.17px;
    }

    .congratulation button {
        display: flex;
        width: 100%;
        padding: 11.626px 16.609px;
        gap: 10px;
        color: #FFF;
        font-family: Oswald;
        font-size: 28.593px;
        font-style: normal;
        font-weight: 600;
        line-height: 25.019px;
        /* 87.5% */
        letter-spacing: 0.372px;
    }

    .congratulation svg {
        width: 45px;
    }

    .sorrybox {
        height: 70vh;
    }

    .sorrybox h1 {
        width: 100%;
        font-size: 9vw;
        padding-top: 100px;
    }

    .navbar-toggler {
        background: #91201a;
        color: #fff;
        height: 60px;
        width: 60px;
        border-radius: 50px;
    }

    .navbar-toggler svg {
        width: 35px;
        height: 50px;
    }
}