*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
}

.visitor-form.popup-onload {
    display: none !important;
}

.tbp{
    padding: 100px 0;
}
.tbm{
    margin: 100px 0;
}
img{
    width: 100%;    
}
a{
    text-decoration: none !important;
    cursor: pointer;
}
img.header-logo {
    max-width: 130px;
}
nav.navbar {
    padding: 0;
}
ul.navbar-nav {
    margin: 0 20px 0 auto !important;
}
a.nav-link {
    text-transform: uppercase;
    color: #000;
    padding: 20px 0 !important;
    margin: 0px 16px;
    font-weight: 500;
    font-size: 18px;
}
.top-header{
    /* background: #f8e2e3; */
    background: #fff;
    box-shadow: 0 0 10px #00000020;
}
.main-banner {
    position: relative;
    z-index: 0;
}
/* .main-banner:before {
    content: "";
    position: absolute;
    width: 51.5%;
    height: 100vh;
    background: #c1252521;
    left: 0;
    top: -103px;
    z-index: -1;
}
.main-banner:after {
    content: "";
    position: absolute;
    width: 49.5%;
    height: 100vh;
    background: #c12525;
    right: 0;
    top: -103px;
    z-index: -1;
} */
section.top-header {
    position: relative;
    z-index: 1;
}
/* .mbisr-inner {
    margin-left: -210px;
}
.mbisr-inner img {
    min-height: 780px;
    margin-left: 0px;
    width: 100%;
    object-fit: cover;
    border-radius: 40px 0 0 40px;
}
ul.navbar-nav li:nth-child(1) a, ul.navbar-nav li:nth-child(2) a {
    color: #000;
} */
.mbisl-inner {
    margin-right: 250px;
    border: 2px solid #3142786e;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 0 10px #00000042;
    background: #000000d4;
    min-width: 390px;
    float: right;
    backdrop-filter: blur(6px);
}
.mbisl-title h5 {
    color: #314278;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.mbisl-title p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
}
.mbisl-title {
    border-bottom: 4px solid #3142781c;
    margin-bottom: 16px;
    position: relative;
}
.mbisl-title:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 4px;
    background: #314278;
    bottom: -4px;
}
.mbisl-form label {
    color: #cacaca;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 2px;
}
.banner-btn {
    margin-top: 20px;
}
.banner-btn button {
    width: 100%;
    border: 2px solid #314278;
    background: #314278;
    color: #fff;
    text-transform: uppercase;
    line-height: 44px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 14px;
}
.form-group {
    margin-bottom: 12px;
}
/* .mbis-ic .row {
    width: 100%;
    overflow: hidden;
}
.mbis-ic .row {
    width: 100%;
    overflow: hidden;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
} */
.mbisc-form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.mbi-slide {
    position: relative;
}
/* .mbi-slide:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(0,0,3,0.8071603641456583) 85%, rgba(0,0,0,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
} */
/* .mbi-slide:before {
    width: 100%;
    height: 100%;
    background: #00000010;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
} */
.lpal-inner {
    position: relative;
}
.lpal-inner {
    position: sticky;
    padding: 150px 150px 0 0;
    margin-right: 40px;
    top: 120px;
}
.lpal-sec-img {
    position: absolute;
    top: 0;
    right: 0;
}
.lpal-sec-img img {
    max-width: 400px;
    min-height: 600px !important;
    object-fit: cover;
}
.lpal-inner:before {
    content: "";
    position: absolute;
    width: 440px;
    height: 600px;
    border: 10px solid #314278;
    top: 80px;
    left: 90px;
    z-index: -1;
}
.lpt-title {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.lpt-title:before {
    height: 100%;
    width: 6px;
    background: #314278;
    position: absolute;
    content: "";
    left: 0;
    border-radius: 8px;
    
}
.lpt-title p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #314278;
    margin-bottom: 6px;
}
.lpt-title h4 {
    font-size: 34px;
    text-transform: capitalize;
    line-height: 44px;
    margin: 6px 0 !important;
}   
.lpt-con p {
    color: #000000;
    font-weight: 400;
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 10px;
}
.lpt-con2 p {
    color: #000000;
    font-weight: 400;
    line-height: 36px;
    font-size: 20px;
    margin-bottom: 22px;
}
.lpt-con p b{
    font-size: 18px;
}
/* .dbx-inner {
    display: flex;
    align-items: center;
} */
.detais-box {
    background-color: #fff;
    box-shadow: 0 0 10px #00000020;
    padding: 20px;
    /* margin-bottom: 20px; */
    width: 100%;
    max-width: 32%;
    text-align: center;
    border-bottom: 4px solid #3142782e;
    overflow: hidden;
    position: relative;
}
.detais-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #31427811;
    bottom: -100%;
    left: 0;
}
.detais-box:hover:before {
    bottom: 0%;
    transition: bottom 0.5s linear;
}
.lpr-details {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.dbxl-in img {
    max-width: 80px;
}
.dbxr-in p {
    font-size: 22px;
    font-weight: 600;
    color: #303030;
    margin: 16px 0 4px;
}
.dbxr-in h3 {
    font-size: 17px;
    line-height: 26px;
    color: #333;
    margin: 0;
}
.detais-box:hover {
    border-bottom: 4px solid #314278;
    transition: 0.5s;
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999999 !important;
}
.lpal-inner img {
    min-height: 640px;
}
/* section.fcl-sec{
    background: #fbe2e3;
} */
section.fcl-sec {
       background: url(../../assets/img/aminities-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    z-index: 0;
}
section.fcl-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000f0;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.9;
    backdrop-filter: blur(1px);
}
.fcls-ic {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.fcls-box {
    width: 100%;
    padding: 16px 20px 16px 20px;
    max-width: 23%;
    background: #fff;
    border-radius: 6px;
}
.bix-img img {
    max-width: 120px;
}
.bix-cont span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: block;
}
/* .fcls-cont {
    margin-top: 40px;
} */
.bix-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
}
.amns-table tr {
    border: 1px solid #e7d0d1;
}
.amns-table tr td {
    padding: 20px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.amnsr-inner {
    padding-left: 40px;
    /* height: 100%; */
    position: sticky;
    top: 100px;
}
.amnsr-inner img {
    min-height: 650px;
    object-fit: cover;
    object-position: 40% 50%;
    height: 100%;
    max-height: 650px;
}
.lpg-cont {
    margin-top: 40px;
}
/* .lpgc-ic {
    display: flex;
    gap: 20px;
   flex-wrap: wrap;
   justify-content: center;
} */
.lpgc-box {
    width: 100%;
    /* max-width: 49%; */
    position: relative;
    margin: 0 10px;
}
.lpgc-ic .slick-list {
    margin: 0 -10px;
}
.lpp-box {
    width: 100%;
    position: relative;
    /* height: 100%; */
}
.plan-main2 .lpp-box {
    width: 100%;
    position: relative;
    height: 100%;
}
section.lp-gallery {
    position: relative;
}
.lpg-bd {
    position: absolute;
    background: url(../../assets/img/bg2.jpg);
    width: 100%;
    height: 100%;
    top: 0;
    max-height: 600px;
    z-index: -1;
}
.lpgc-box img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    cursor: pointer;
}
.lpgc-overlay, .lpp-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000b5;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    transform: scale(0);
    cursor: pointer;
}
.lpgc-overlay:before, .lpp-overlay:before {
    content: "";
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border: 2px solid #fff;
}
.lpgc-box:hover .lpgc-overlay, .lpp-box:hover .lpp-overlay {
    transform: scale(1);
    transition: 1s;
}
.lpp-cont {
    margin-top: 40px;
}
.tm-100{
    margin-top: 100px;
}
section.lp-video {
    background: #e2e2e2;
    position: relative;
    z-index: 0;
}
 
.ttw:before {
    background: #fff;
}
.ttw h4 {
    color: #ffff;
}
.ttw1:before {
    background: #314278;
}
.ttw1 h4 {
    color: #314278;
}
.lpv-video {
    margin-top: 40px;
}
.lp-btn {
    border: 2px solid #222;
    background: linear-gradient(#314278, #575f7a, #314278);
    color: #fff;
    text-transform: uppercase;
    line-height: 44px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 14px;
    display: inline-block;
    padding-inline: 30px;
}
.lp-btn:hover, .lp-btn-w:hover, .lpt-btn a:hover{
    animation: zoom-in-zoom-out 1s ease infinite;
}

.lp-btn-w {
    border: 2px solid #fff;
    background: #fff;
    color: #314278  ;
    text-transform: uppercase;
    line-height: 44px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 14px;
    display: inline-block;
    padding-inline: 30px;
}
.lp-btn i {
    margin-left: 6px;
}
.dwd-brch {
    background: url(../../assets/img/bg4.jpg);
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
    z-index: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dwd-brch:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}
.lpt2-con p {
    color: #eee;
    font-size: 18px;
    max-width: 700px;
    margin-inline: auto;
    margin: 10px auto 30px;
}
.lpwur-inner {
    padding: 150px 0px 0 150px;
    margin-left: 40px;
    position: relative;
}
.lpwur-sec-img {
    position: absolute;
    top: 0;
    left: 0;
}
.lpwur-sec-img img {
    max-width: 400px;
    min-height: 600px !important;
    object-fit: cover;
}
.lpwur-inner img {
    min-height: 640px;
}
.lpwur-inner:before {
    content: "";
    position: absolute;
    width: 440px;
    height: 600px;
    border: 10px solid #314278;
    top: 80px;
    left: 60px;
    z-index: -1;
}
.lpw-content {
    margin-top: 20px;
}
.accordion-button:not(.collapsed) {
    background-color: #f8e2e3 !important;
    color: #222 !important;
}
.accordion-item {
    border: var(--bs-accordion-border-width) solid #fbe2e3 !important;
    margin-bottom: 18px;
}
.accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type  {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.accordion-item .accordion-button {
    font-weight: 600;
    font-size: 17px;
}
.lpw-content p {
    color: #727272;
    font-weight: 400;
    line-height: 28px;
}
.lpw-content p:last-child {
    margin-bottom: 0;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}
.accordion-button::after {
    filter: invert(1) brightness(0);
}
footer {
    padding: 60px 0px 0px;
    background: #000;
    position: relative;
    color: #fff;
    z-index: 0;
}
footer a{
    color: #fff;
}
.ftcl-ib {
    display: flex;
    column-gap: 40px;
    align-items: center;
    position: relative;
}
.ftcl-ibl span i {
    font-size: 30px;
}
.ftcl-ibr p {
    margin: 0;
    line-height: 28px;
}
.ftcl-box {
    margin-bottom: 18px;
}
.ftcl-ib:before {
    content: "";
    position: absolute;
    height: 40px;
    width: 2px;
    background: #fff;
    left: 49px;
    top: 50%;
    transform: translateY(-50%);
}
.ftcl-ibl span {
    display: block;
    max-width: 30px;
    min-width: 30px;
}
.ftcl-ibr h5 {
    margin: 0 0 8px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/ftbg.jpg);
    top: 0;
    background-size: contain;
    z-index: -4;
    opacity: 0.04;
}
.lp-btn-animated {
    animation: zoom-in-zoom-out 1s ease infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  /* .atb-con {
    max-width: 720px;
    margin-inline: auto;
} */
.amns-table table {
    width: 100%;
    background: #fff;
}
.sem-con {
    margin-top: 30px;
}
.sem-icb {
    margin: 10px;
    position: relative;
    width: 100%;
    max-width: 31%;
    cursor: pointer;
}
.semc-ic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* .slick-list {
    margin: 0 -10px;
} */
.sem-icb-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #000000c4 20%, #00000099 66%, #0000000d 100%);
}
.sem-icb-txt p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
}
.sem-icb:hover .sem-icb-txt {
    height: 100%;
    background: linear-gradient(0deg, #000000c4 20%, #00000099 66%, #0000006e 100%);
    transition: 0.5s;
}
.lp-plans .row {
    width: 100%;
    --bs-gutter-x: 0;
}
.lpvv-inr video {
    width: 100%;
}
.abus-box {
    background: #e5ebff;
    color: #232323;
    text-align: center;
    padding: 30px 20px;
    width: 100%;
    max-width: 45%;
    position: relative;
}
.abus-cont {
    display: flex;
    gap: 50px;
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.abus-ibc h4 {
    margin: 0 0 8px;
    font-size: 36px;
    font-weight: 600;
    color: #314278;
}
.abus-ibc p {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #303030;
}
.abus-box:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 80px;
    background: #314278a3;
    top: -8px;
    left: -8px;
    z-index: -1;
}
.abus-box:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 80px;
    background: #314278a3;
    right: -8px;
    bottom: -8px;
    z-index: -1;
}
.abus-box:hover:before, .abus-box:hover:after{
    background: #314278;
    transition: 0.3s;
}
.amns-table ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.amns-table ul li {
    width: 49%;
    display: flex;
    align-items: baseline;
    column-gap: 10px;
    margin-bottom: 4px;
}
.amns-table ul li span {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
}
.amns-table ul li i {
    color: #fff;
}
.amns-table {
    margin-top: 20px;
}
.sticky img.header-logo {
    max-width: 110px;
}
/* img.mb-bnr {
    display: none;
} */
.lp-about-us {
    position: relative;
}
.lp-about-us:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/ovr-bg.png);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.15;
    background-size: cover;
}
img.whatsapp-logo {
    width: 100%;
    max-width: 60px;
}
img.call-logo {
    width: 100%;
    max-width: 56px;
    background: #fff;
    border-radius: 100%;
    padding: 3px;
    box-shadow: 0 0 10px #00000020;
}

.ws-icon {
    position: fixed;
    bottom: 82px;
    right: 20px;
    z-index: 999999;
    /* display: none; */
}
.tbt-icon {
    position: fixed;
    bottom: 150px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #007147;
    font-size: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px #00000020;
    display: none;
}
.tbt-icon-b {
    display: block  !important;
}
.tbt-icon:hover {
    background: #014e32;
    animation: zoom-in-zoom-out 1s ease infinite;
}
.ws-icon a:hover img {
    animation: zoom-in-zoom-out 1s ease infinite;
}
.tbt-icon a {
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.visitor-form {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000c2;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    /* transform: scale(0); */
    backdrop-filter: blur(2px);
    display: none;
}
.vfb{
    /* transform: scale(1) !important; */
    /* transition: 0.5s; */
    display: flex;
}
.vfs-inner {
    min-width: 540px;
    background: #ffffffe8;
    padding: 0px 0px;
    border-radius: 10px;
    backdrop-filter: blur(4px);
    position: relative;
    display: flex;
    /* transform: scale(0); */
}
/* .vfb .vfs-inner {
    transform: scale(1);
    transition: 1s;
} */
.vfsi-l {
    width: 100%;
    max-width: 190px;
    background: #fff;
    padding: 20px;
    border-radius: 10px 0 0 10px;
}
.vfsi-r {
    width: 100%;
    padding: 25px;
}
.vfsil-box img {
    max-width: 70px;
}
.vfsil-box {
    text-align: center;
}
.vfsil-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #314278;
    text-align: center;
    padding: 10px 0 20px;
}
.vfsil-box p {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 15px;
}
.vfs-title {
    position: relative;
    padding: 6px 0 20px;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
}
span.vs-close img {
    max-width: 18px;
    cursor: pointer;
}
.vfs-title h4 {
    color: #314278;
    font-weight: 700;
    margin-bottom: 4px;
    /* text-align: center; */
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
}
.vfs-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    left: 0;
    bottom: 0;
}
.vfs-title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: #314278;
    left: 0%;
    /* transform: translateX(-50%); */
    bottom: 0px;
}
.vs-btn button {
    border: 2px solid #314278;
    background: #314278;
    color: #fff;
    text-transform: uppercase;
    line-height: 44px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 14px;
    display: inline-block;
    padding-inline: 30px;
    width: 100%;
}
.vs-btn {
    margin-top: 20px;
}
.vfs-form label {
    color: #000;
    font-size: 17px;
    margin-bottom: 4px;
}
.vfs-form input {
    padding: 8px 14px;
}
.gnc-ib {
    display: flex;
    column-gap: 30px;
}
.gnc-ibr-inner h5 {
    line-height: 22px;
    color: #fff;
    letter-spacing: 0.2px;
    margin-bottom: 6px;
}
.gnc-ibr-inner p {
    color: #fff;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
}
.gnc-box {
    margin-bottom: 26px;
}
.gnc-ibr {
    width: 100%;
}
.gnc-ibl-inner span {
    width: 65px;
    height: 65px;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #314278;
    box-shadow: 6px 6px 0px 0px #424242;
}
.gen-con {
    margin-top: 20px;
}
.gen-con-btn {
    margin-top: 30px;
}
/* .aminities-sec {
    background: url(../../assets/img/bg22.jpg);
    width: 100%;
    height: 100%;
} */
.aminities-sec {
    background: url(../../assets/img/amenities.jpeg);
    /* width: 100%;
    height: 100%; */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
.aminities-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.9;
}
.fcl-new-sec {
    position: relative;
    /* background: url(../../assets/img/ovr-bg2.png);
    background-size: cover; */
}
.fcl-new-sec:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/ovr-bg2.png);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    background-size: cover;
}
.slick-next:before, .slick-prev:before {
    font-size: 33px !important;
    color: #ff0e0e !important;
    content: "\f054" !important; 
  font-family: FontAwesome !important;
}
.slick-next:before{
    content: "\f054" !important; 
}
.slick-prev:before{
    content: "\f053" !important; 
}
.slick-prev {
    left: -40px !important;
}
.slick-next {
    right: -40px !important;
}

section.plan-main {
    background: url(../../assets/img/plans-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    z-index: 0;
}
section.plan-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.9;
}
.plmr-inner {
    margin-left: 40px;
}
.plmr-box {
    position: relative;
}
.plmr-box h5 {
    color: #314278;
    font-weight: 600;
    font-size: 22px;
}
.plmr-box p {
    color: #212529;
    margin-bottom: 0;
    font-size: 18px;
}
.plmr-box {
    padding: 20px 0;
    border-bottom: 1px solid #ffffff69;
}
.plmr-box:last-child {
    border: none;
    padding-bottom: 0;
}
.db-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
}
.ii-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.db-btn .lp-btn, .ii-btn .lp-btn {
    box-shadow: 0 0 10px #000000ad;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup-onload{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
height: 100%;
position: fixed;
    top: 0;
    left: 0;
    background: #000000c2;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    /* transform: scale(0); */
    backdrop-filter: blur(2px);
}
.cnt223{
min-width: 600px;
width: 600px;
min-height: 150px;
margin: 100px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}
.sem-icb img {
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
}
.lptcpb {
    font-size: 26px !important;
    text-transform: capitalize;
    line-height: 44px;
    margin: 6px 0 !important;
    color: #212529;
}
.lpt-btn a {
    border: 2px solid #222;
    background: linear-gradient(#314278, #575f7a, #314278);
    color: #fff;
    text-transform: uppercase;
    line-height: 44px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 14px;
    display: inline-block;
    padding-inline: 30px;
}
.lpt-btn a i{
    margin-right: 6px;
}
.lpt-btn {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}
.rshw-con {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-top: 30px;
}
.rshw-box {
    width: 100%;
}
.rshw-box img {
    width: 100%;
    max-width: 160px;
    margin-bottom: 10px;
}
.rshw-box h6 {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
}
.rshw-box p {
    font-size: 17px;
    margin-bottom: 0;
    color: #212529;
}
section.plan-main2 {
    background: #e5ebff;
}
.plml-inner {
    height: 100%;
}
.plml-inner img {
    height: 100%;
    object-fit: cover;
}
.plml-inner2 img {
    height: 100%;
    object-fit: contain;
    max-height: 380px;
    background: #fff;
}
.gnc-ibr-inner ul li {
    color: #fff;
    margin: 4px 0;
    position: relative;
    padding-left: 20px;
}
.gnc-ibr-inner ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.gnc-ibr-inner ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    font-size: 14px;
    top: 3px;
}
.plmr-inner video, .plmr-inner iframe {
    width: 100%;
    max-height: 380px;
    min-height: 380px;
    object-fit: cover;
}
.plmr-inner2 {
    margin: 0;
}
section {
  scroll-margin-top: 70px;
}
.plmr-box {
    padding: 20px 0;
    border-bottom: 1px solid #00000024;
    display: flex;
    align-items: center;
    gap: 30px;
}
.plmr-l span {
    width: 70px;
    height: 70px;
    display: flex;
    background: #314278;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    box-shadow: 6px 6px 0px 0px #00000021;
}
.plmr-l span img {
    filter: brightness(0) invert(1);
    max-width: 45px;
}
.gnc-ibl-inner span img {
    max-width: 46px;
}
.mb-40{
    margin-bottom: 40px;
}
.ml-50{
    margin-left: 50px;
}
.mr-50{
    margin-right: 50px;
}
.rg-30{
    row-gap: 30px;
}
.ftcl-note {
    padding: 26px 0 26px;
    background: #000;
    margin-top: 50px;
}
.ftcl-iz p {
    margin-bottom: 0;
    display: flex;
    gap: 11px;
    font-size: 14px;
    color: #b7b7b7;
}
.ftcl-iz p b {
    width: 100%;
    max-width: fit-content;
    color: red;
    font-weight: 500;
}
section.i-banner {
    background: #e5ebff;
    padding: 60px 0px;
}
.ibn-ic h5 {
    margin: 0;
    color: #314278;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.plc-ic p {
    color: #000000;
    font-weight: 400;
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 12px;
}
.plc-ic p a{
    color: #000000;
}
.plc-ic h5 {
    margin: 22px 0 16px;
    color: #314278;
    font-size: 26px;
    font-weight: 600;
    padding-left: 22px;
    position: relative;
    z-index: 0;
}
.plc-ic h5::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background: #314278;
    left: 0;
    border-radius: 10px;
}
.plc-ic ul {
  --icon-space: 1.7em;
  list-style: none;
  padding: 0;
}

.plc-ic li {
  padding-left: var(--icon-space);
  line-height: 32px;
    font-size: 18px;
}

.plc-ic li:before {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  font-size: 12px;
}
.fctl-link p {
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 14px;
}
.fctl-link p a{
    color: #b7b7b7;
}
.fctl-link p a:hover{
    color: #fff;
}