* {

    padding: 0;

    margin: 0;

    box-sizing: border-box;

}

html {

    scroll-behavior: smooth;

}

body {

    color: #6b6b6b;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

}

img {
    max-width: 100%;
}

h1,

h2,

h3,

h4,

h5 {

    color: #1E1E1E;
    font-family: Poppins;
    font-weight: 600;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.site-width {

    max-width: 1440px;

    padding-left: 100px;

    padding-right: 100px;

    margin: auto;

}

.mx1440 {
    max-width: 1440px;
}

span.blu {
    color: #0399D5;
}

.clr-txt {
    color: #1E1E1E;
}

.f3-bg {

    background: #F3F6FD;

}

.blu-bg {

    background-color: #023E8A;

}

.t-center {

    text-align: center;

}

.m-auto {

    margin-left: auto;

    margin-right: auto;

}

.pt56 {

    padding-top: 56px;

}

.pt20 {

    padding-top: 20px;

}

.pb56 {

    padding-bottom: 56px;

}

.mt16 {

    margin-top: 16px;

}

.mb16 {

    margin-bottom: 16px;

}

.mt24 {

    margin-top: 24px;

}

.mt8 {
    margin-top: 8px;
}

.mb24 {

    margin-bottom: 24px;

}

.mt32 {

    margin-top: 32px;

}

.mb32 {

    margin-bottom: 32px;

}

.mt50 {

    margin-top: 50px;

}

h1 {
    color: #FFF;
    font-size: 48px;
    line-height: 56px;
}

h2 {
    font-size: 40px;
    line-height: 48px;
}

h3 {

    font-size: 28px;

}

h4 {

    font-size: 24px;

}

h5 {

    font-size: 20px;

}

.flex {

    display: flex;
}

.align-center {

    align-items: center;

}

.align-unset {

    align-items: unset;

}

.jst-cnt {

    justify-content: center;

}

.spc-btw {

    justify-content: space-between;

}

.gap30 {

    gap: 30px;

}

.gap56 {

    gap: 56px;

}

.gap100 {

    gap: 100px;

}

.flex .col {
    flex: 1 50%;
    max-width: 50%;
}

.txw {
    color: rgb(255 255 255);
}

.txw80 {
    color: rgb(255 255 255 / 80%);
}

.txw-f8 {
    color: #F8F9FA;
}

.lh0 {
    line-height: 0;
}

.col.mx553,
.mx553 {
    max-width: 553px;
}

.col.mx732,
.mx732 {
    max-width: 734px;
}

.pdt50 {
    padding: 50px 0;
}

.mgl100 {
    margin-left: 100px;
}

.mgr100 {
    margin-right: 100px;
}

.wrp {
    flex-wrap: wrap;
}

.gap24 {
    gap: 24px;
}

.mx667 {
    max-width: 667px;
}

.mx860 {
    max-width: 860px;
}

.mx100 {
    max-width: 100% !important;
}

.mx1034 {
    max-width: 1034px;
}

.bdr24 {
    border-radius: 24px;
}

.mx866 {
    max-width: 866px;
}

.mx595 {
    max-width: 595px;
}

/* header  */

header {
    position: sticky;
    top: 0;
    z-index: 9999999999;
    background: #fff;
}

.header-inner {
    padding: 16px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-hed-btns {
    gap: 12px;
}

.tp-phone-col a {
    display: flex;
    align-items: center;
    color: #1E1E1E;
    line-height: 24px;
    text-decoration: none;
    gap: 8px;
}

.enq-btn a {
    border-radius: 100px;
    border: 1px solid #13B2F2;
    background: #0399D5;
    padding: 10px 24px;
    color: #F8F9FA;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

/* banner */
.banner-bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 52.99%), url(/images/pool/banner-bg-img.png) lightgray 0px -30.62px / 100% 111.82% no-repeat;
}

.bnr-pd {
    padding: 150px 0;
}

.col.bn-col1 {
    max-width: 703px;
}

.col.bn-col2 {
    max-width: 481px;
}

.bn-btm-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #Fff;
}

.con-btn a {
    border-radius: 100px;
    border: 1px solid #13B2F2;
    background: #0399D5;
    padding: 10px 24px;
    color: #F8F9FA;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    max-width: fit-content;
    gap: 8px;
}

.form-cont {
    padding: 24px 32px;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: #F3F6FD;
}

h2.frm-hed {
    color: #023E8A;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 24px;
    /* text-box-trim: trim-start;
    text-box-edge: cap alphabetic; */
}

.con-btn a img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(4%) saturate(0%) hue-rotate(297deg) brightness(104%) contrast(104%);
}

/* footer */
.ft-pdx {
    padding: 112px 0;
}

h4.ft-hed {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

li.serv-at,
li.phn-at {
    display: flex;
    gap: 8px;
    padding: 16px;
}

a.log-tct,
span.log a,
span.log {
    color: #F8F9FA;
    text-decoration: none;
}

/* section 1 */
.flex .col.mx606,
.mx606 {
    max-width: 606px;
}

.flex .col.mx578,
.mx578 {
    max-width: 578px;
}

img.img-gbl {
    border-radius: 24px;
}

.two-list ul.chk-lst {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

ul.chk-lst li {
    padding-left: 32px;
    position: relative;
    color: #1E1E1E;
}

.two-list ul.chk-lst li {
    flex: 1 46%;
}

ul.chk-lst li:before {
    content: "";
    background: url(/images/pool/svg/check-circle.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
    position: absolute;
    top: 3px;
    left: 0;
}

.two-list ul.chk-lst li:nth-of-type(even) {
    max-width: 241px;
}

.two-list ul.chk-lst li:nth-of-type(odd) {
    max-width: 274px;
}

.list-div.t2-col-lst {
    display: flex;
    gap: 38px;
}

.t2-col-lst ul.chk-lst {
    flex: 1;
}

.t2-col-lst ul.chk-lst:nth-of-type(odd) {
    max-width: 282px;
}

.t2-col-lst ul.chk-lst:nth-of-type(even) {
    max-width: 256px;
}

.col2 {
    flex: 1 48%;
    max-width: 50%;
}

.col2.chs-us-p {
    border-radius: 16px;
    border: 1px solid #023E8A;
    padding: 24px;
}

h3.h4hed {
    color: #023E8A;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.chs-us-p p {
    color: #1E1E1E;
}

/* .igui-scope audio, .igui-scope canvas, .igui-scope img, .igui-scope video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 16px;
} */
.city-list ul.chk-lst {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.city-list ul.chk-lst li {
    padding: 16px;
    padding-left: 32px;
}

.city-list ul.chk-lst li:before {
    top: 15px;
}

.city-list ul.chk-lst li a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.prps-pd {
    padding: 50px 0 50px 81px;
}

.enq-btn.wht-btn a {
    border: 1px solid #F8F9FA;
    background: #F8F9FA;
    color: #1E1E1E;
}

/* faq */
.accordion-item {
    padding: 24px 16px;
    border-bottom: 1px solid #EFEFEF;
}

div :has(> .accordion-item-header.active) {
    padding: 16px;
}

.accordion-item-header {
    position: relative;
    cursor: pointer;
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding-right: 28px;
}

.accordion-item-header::after {
    content: "";
    background-image: url(../../../../../images/pool/svg/line-down.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.accordion-item-header.active::after {
    content: "";
    background-image: url(../../../../../images/pool/svg/line-up.svg);
    background-repeat: no-repeat;
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content p {
    color: #6B6B6B;
    margin-top: 16px;
}

/* faq */
.for-col-flx .galry {
    flex: 1;
}

/* form */
label.formControlLabel {
    display: none;
}

.form-inn .formContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.form-inn .formContainer .formRow {
    display: flex;
    gap: 16px;
    width: 100%;
}

.form-inn .formContainer .formRow .formSpan12,
.form-inn .formContainer .formRow .formSpan6 {
    width: 100%;
}

.form-inn .formBody input,
.form-inn .formBody textarea {
    color: #6B6B6B;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 12px;
    border-radius: 2px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    width: 100%;
}

textarea {
    resize: vertical;
}

.form-inn .formBody input::placeholder,
.form-inn .formBody textarea::placeholder {
    color: #6B6B6B;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
}

.form-inn .formBody input:focus-visible,
.form-inn .formBody textarea:focus-visible,
.form-inn .formBody button:focus-visible {
    outline: 0;
}

.form-inn .formBody button {
    border-radius: 100px;
    border: 1px solid #13B2F2;
    background: #0399D5;
    padding: 10px 24px;
    color: #F8F9FA;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: uppercase;
    text-decoration: none;
    max-width: fit-content;
    float: right;
    margin-top: 8px;
}

/* submit button css */

.formContainer button[type=submit][disabled],
.formContainer button[type=submit][disabled] {
    opacity: 0.5;
    cursor: not-allowed !important;
}

[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

/* submit button css */
hr.pool-hr {
    border: 0;
    background: #F3F6FD;
    height: 1px;
}

/* 04-11-2025 added css start on New Landing Page start  */
.f3-bg {
    background: #F3F6FD;
}

.mt56 {
    margin-top: 56px;
}

.gap24 {
    gap: 24px;
}

.wrp {
    flex-wrap: wrap;
}

.f3-bg .col2.new-chs-up-p {
    background-color: #fff;
    align-items: flex-start;
    text-align: start;
    display: block;
}

.f3-bg .col2.chs-us-p {
    border-radius: 16px;
    border: 1px solid #E8EDFB;
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.f3-bg .col2 {
    flex: 1 30%;
    max-width: 32%;
}

.f3-bg .num span {
    width: 32px;
    height: 32px;
    background-color: #023E8A;
    color: #F8F9FA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.f3-bg h3.h4hed {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.mt16 {
    margin-top: 16px;
}

.mx100 {
    max-width: 100% !important;
}

.align-start {
    align-items: flex-start;
}

/* 04-11-2025 added css start on New Landing Page END  */



@media (max-width: 1280px) {
    .site-width {
        padding-left: 80px;
        padding-right: 80px;
    }

    .mgl100 {
        margin-left: 80px;
    }

    .bnr-pd {
        padding: 100px 0;
    }
}

@media (max-width: 1050px) {
    .site-width {
        padding-left: 60px;
        padding-right: 60px;
    }

    .mgl100 {
        margin-left: 60px;
    }

    .pdr100 {
        margin-right: 60px;
    }

    .bnr-pd {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .site-width {
        padding-left: 40px;
        padding-right: 40px;
    }

    .pb56 {
        padding-bottom: 40px;
    }

    .pt56 {
        padding-top: 40px;
    }

    h1 {
        font-size: 44px;
        line-height: 50px;
    }

    h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .bnr-pd,
    .ft-pdx {
        padding: 60px 0;
    }

    .flx-dir {
        flex-direction: column;
    }

    .flx-dir-rev {
        flex-direction: column-reverse;
    }

    .flex .col {
        flex: 1 100%;
        max-width: 100%;
    }

    .col.bn-col2,
    .flex .col.mx606,
    .mx606,
    .flex .col.mx578,
    .mx578,
    .col.mx732,
    .mx732,
    .col.mx553,
    .mx553 {
        max-width: 100%;
    }

    .mt50.tbmt0 {
        margin-top: 0;
    }

    .pdt50.pdr100,
    .pdt50.mgl100 {
        padding: 24px 40px;
        margin: 0;
    }

    .prps-pd {
        padding: 24px;
    }

    .accordion-item-header {
        font-size: 18px;
        line-height: 24px;
    }

    .for-col-flx .galry {
        flex: 1 48%;
    }

    .t2-col-lst ul.chk-lst:nth-of-type(odd),
    .t2-col-lst ul.chk-lst:nth-of-type(even),
    .two-list ul.chk-lst li:nth-of-type(odd),
    .two-list ul.chk-lst li:nth-of-type(even) {
        max-width: 48%;
    }

    img.img-gbl {
        border-radius: 24px 24px 0 0;
    }
}

@media (max-width: 768px) {
    .site-width {
        padding-left: 16px;
        padding-right: 16px;
    }

    .pb56 {
        padding-bottom: 32px;
    }

    .pt56 {
        padding-top: 32px;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .bnr-pd {
        padding: 40px 0;
    }

    .top-hed-btns .enq-btn {
        display: none;
    }

    .bn-btm-txt {
        font-size: 18px;
        line-height: 24px;
    }

    .banner-bg {
        background-size: cover;
        background-position: 47% bottom;
    }

    .mbgap40 {
        gap: 40px;
    }

    .con-btn a {
        display: flex;
        max-width: 100%;
        justify-content: center;
    }

    .form-cont {
        padding: 24px 16px;
    }

    .form-inn .formBody button {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .mbgap32 {
        gap: 32px;
    }

    .enq-btn a {
        width: 100%;
        text-align: center;
    }

    .pdt50.pdr100,
    .pdt50.mgl100 {
        padding: 16px 16px;
        padding-bottom: 40px;
        margin: 0;
        margin-top: -8px;
    }

    .t2-col-lst ul.chk-lst:nth-of-type(odd),
    .t2-col-lst ul.chk-lst:nth-of-type(even),
    .two-list ul.chk-lst li:nth-of-type(odd),
    .two-list ul.chk-lst li:nth-of-type(even) {
        max-width: 100%;
        flex: 1 100%;
    }

    .two-list ul.chk-lst li:nth-of-type(2) {
        margin-top: 16px;
    }

    .list-div.t2-col-lst {
        gap: 16px;
        flex-wrap: wrap;
    }

    .two-col-flx.mt50 {
        margin-top: 24px;
    }

    .col2,
    .f3-bg .col2 {
        flex: 1 100%;
        max-width: 100%;
    }

    h3.h4hed {
        font-size: 18px;
        line-height: 24px;
    }

    .city-list ul.chk-lst {
        gap: 22px;
        justify-content: flex-start;
    }

    .city-list ul.chk-lst li a {
        font-size: 16px;
        line-height: 20px;
    }

    .city-list ul.chk-lst li {
        flex: 1 100%;
        padding: 0;
        padding-left: 24px;
    }

    .city-list ul.chk-lst li:before {
        top: 2px;
        width: 20px;
        height: 20px;
    }

    .prps-pd {
        padding: 16px;
        padding-bottom: 40px;
    }

    .list-div.mt32.con-lst,
    ul.ftr-link2.mt32 {
        margin-top: 16px;
    }

    li.serv-at,
    li.phn-at {
        padding-left: 0;
    }
}