@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
html {
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--text-clr);
    font-size: 16px;
    line-height: 1.4;
    background-color: var(--theme-light);
    scroll-behavior: smooth;
}
:root {
    scroll-behavior: inherit;
    --theme-clr-1: #5C2C4D;
    --theme-clr-2: #EA5B60;
    --text-clr: #535353;
    --white: #fff;
    --black: #000;
    --theme-light: #E6F3F2;
}
b,
strong {
    font-weight: 700;
}
ul,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    margin: 0 0 15px 0;
}
p:last-child {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    padding: 0;
    color: var(--black);
    font-weight: 700;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}
h1,.h1-title {
    font-weight: 600;
    font-size: 42px;
    line-height: 1;
    color: var(--black);
    margin-bottom: 20px;
}
h1 span,.h1-title span,h2 span,.h2-title span{
    color: var(--theme-clr-2);
    font-weight: 600;
}
h2,
.h2-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
}
h3,
.h3-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
}
h4,
.h4-title {
    font-size: 24px;
    line-height: 1.2;
}
h5,
.h5-title {
    font-size: 20px;
    line-height: 1.2;
}
a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--text-clr);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: var(--theme-clr-1);
}
img {
    max-width: 100%;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    color: var(--text-clr);
    height: 48px;
    padding: 5px 15px;
    outline: none !important;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--white);
    border: 1px solid #D6D6D6;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    padding: 12px 15px;
    width: 100%;
    color: var(--text-clr);
    height: 115px;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--white);
    border: 1px solid #D6D6D6;
    resize: none;
    display: block;
}
select {
    width: 100%;
    padding: 5px 15px;
    background: url(../images/sort-down.svg) no-repeat calc(100% - 12px) center
    var(--white);
    background-size: 10px;
    padding-right: 50px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: var(--text-clr);
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #D6D6D6;
    height: 48px;
    border-radius: 8px;
}
select::-ms-expand {
    display: none;
}
input[type="submit"] {
    background: var(--theme-clr-1);
    color: var(--white);
    height: 100%;
    min-height: 44px;
    border: 1px solid var(--theme-clr-1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover {
    color: var(--theme-clr-1);
    background: transparent;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: var(--text-clr);
}
:-ms-input-placeholder {
    opacity: 1;
    color: var(--text-clr);
}
::-moz-placeholder {
    opacity: 1;
    color: var(--text-clr);
}
:-moz-placeholder {
    opacity: 1;
    color: var(--text-clr);
}
/* images alignment for wordpress content Pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}
/* custom checkbox */
.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}
.form_input_check label span {
    margin: 0;
    padding: 0;
}
.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}
.form_input_check label input[type="checkbox"] + span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3e3e42;
    background: transparent;
}
.form_input_check label input[type="checkbox"] + span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}
.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.form_input_check label input[type="checkbox"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}
.form_input_radio label span {
    margin: 0;
    padding: 0;
}
.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}
.form_input_radio label input[type="radio"] + span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}
.form_input_radio label input[type="radio"] + span::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form_input_radio label input[type="radio"]:not(:checked) + span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.form_input_radio label input[type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* custom radio end */

/* navbar*/

/* .main-head {
  padding: 10px 0;
} */
.navbar-brand {
    padding: 0;
    margin: 0;
    width: 230px;
    display: inline-block;
}
.navbar-brand img {
    width: 100%;
}
.navbar {
    background: none;
    margin: 0;
    padding: 30px 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(92, 44, 77, .33);
}
.navbar-nav li {
    position: relative;
    list-style: none;
}
.navbar-nav > li {
    margin: 0 15px;
    /* padding: 20px 0; */
    position: relative;
}
.navbar-nav > li.menu-item-has-children {
    padding-right: 20px;
}
.profile-control.menu-item-has-children {
    position: relative;
    padding-right: 0 !important;
}
.navbar-nav > li:last-child {
    margin-right: 0;
}
.navbar-nav > li:first-child {
    margin-left: 0;
}
.navbar-nav > li > a {
    color: #1E1E1E;
    line-height: 1.2;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid transparent;
}
.navbar-nav > li > a:hover,.navbar-nav > li.current-menu-item a{
    color: var(--theme-clr-1);
    border-color: var(--theme-clr-1);
}

/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border-radius: 5px;
    width: 140px;
    padding: 0;
}
.sub-menu > li > a {
    color: var(--theme-clr-1);
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.sub-menu > li {
    width: 100%;
    display: block;
}
.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a,.profile-control.menu-item-has-children:hover {
    background: var(--theme-gradient);
    color: var(--theme-clr-2);
}
.navbar-nav > li:last-child > .sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}
/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}
#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}
.navbar-nav {
    margin: 0 auto;
}
/* for push-menu end*/

/* Global CSS Begin */

.cmn-btn{
    font-size: 16px;
    color: var(--white);
    background: var(--theme-clr-1);
    padding: 5px 15px;
    min-height: 44px;
    min-width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(--theme-clr-1);
    margin-right: 28px;
    font-weight: 500;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
button.cmn-btn{
    border-radius: 10px;
}
.cmn-btn:last-child{
    margin-right: 0;
}
.cmn-btn:hover{
    background: transparent;
    color: var(--theme-clr-1);
}
.cmn-btn.trns-btn{
    background: transparent;
    color: var(--theme-clr-1);
    border: 0;
    border-right: 1px solid var(--theme-clr-2);
    border-radius: 0;
}
.nav-right{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.nav-right .cmn-btn{
    font-weight: 400;
}
.cmn-arrow{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-clr-1);
    padding: 5px;
    color: var(--white);
    font-size: 16px;
    border: 1px solid var(--white);
    transition: all ease-in-out .3s;
}
.cmn-arrow:hover{
    background: transparent;
    color: var(--text-clr);
    border-color: var(--theme-clr-1);
}
.slider-nav{
    display: flex;
    align-items: center;
    gap: 15px;
}
.sec-head-wrp{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}
.sec-head-wrp.inr-sec-head{
    display: block;
    margin: 0;
}
.sec-head-wrp.inr-sec-head .sec-head{
    margin-bottom: 20px;
}
.sec-head-wrp.inr-sec-head .sec-head  h2{
    line-height: 1.5;
}
.sec-head-wrp .sec-head{
    max-width: 500px;
    margin-bottom: 0;
}
.sec-head{
    max-width: 750px;
    margin-bottom: 60px;
}
.contact-left .sec-head{
    margin-bottom: 40px;
}
.sec-head:last-child{
    margin-bottom: 0;
}
.sec-head p{
    font-size: 18px;
}
.cmn-gap{
    padding: 40px 0;
}
.cmn-btn.brdr-btn{
    background: var(--white);
    color: var(--theme-clr-1);
}
.cmn-btn.brdr-btn:hover{
    background: var(--theme-clr-1);
    color: var(--white);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.25);
}
.brochure-sec .btn-wrp{
    justify-content: space-between;
}
.btn-wrp{
    display: flex;
    align-items: center;
}
.btn-wrp>*{
    margin-right: 12px;
}
.btn-wrp>*:last-child{
    margin-right: 0;
}
.btn-wrp .save-tag-btn{
    margin-left: 15px;
}
.secondary-txt{
    color: var(--theme-clr-2);
}
.sec-head.center{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* End Of Global CSS */

/* hero Section Begin */

.hero-img{
    width: 100%;
    height: 100%;
    margin-top: -25px;
    position: relative;
    padding-bottom: 50px;
    padding-left: 50px;
}
.hero-img>img{
    width: 100%;
}
.hero-img .clouds{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.hero-img .clouds::before{
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, var(--theme-light) 0% , #ffffff00 10% , #ffffff00 90% ,var(--theme-light) 100%);
    z-index: 2;
}
.hero-img .clouds img{
    position: absolute;
    bottom: 0;
    max-width: 100%;
    animation: cloudAnim calc(10s * var(--i)) linear infinite;
}
@keyframes cloudAnim{
    0%{
        transform: translateX(120%);
    }
    100%{
        transform: translateX(-100%);
    }
}
.hero-inr .row{
    align-items: center;
}
.hero-left p{
    font-size: 18px;
    max-width: 480px;
    margin-bottom: 25px;
}
.search-form{
    margin-top: 30px;
    max-width: 580px;
}
.search-frm-inr .formfield{
    position: relative;
    display: flex;
}
.search-frm-inr .formfield input[type='text']{
    padding-left: 50px;
    background: url(../images/location-dot.svg) no-repeat 20px center transparent;
    background-size: 15px;
    height: 75px;
    border-radius: 10px 0 0 10px;
}
.search-frm-inr .formfield input[type='submit']{
    height: auto;
    width: 150px;
    border-radius: 0 10px 10px 0;
    background: var(--theme-clr-1);
    color: var(--white);
    border: 1px solid var(--theme-clr-1);
}
.search-frm-inr .formfield input[type='submit']:hover{
    background: transparent;
    color: var(--theme-clr-1);
    border-left: 0;
}

/* End Of hero Section */

/* Facility Section Begin */

.cmn-slider-item{
    display: block;
    width: 100%;
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}
.cmn-slider-item-img{
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.cmn-slider-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cmn-slider-item-content{
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(92, 44, 77, 0) 31%, var(--theme-clr-1) 82%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}
.cmn-slider-item-content>*{
    color: var(--white);
}
.cmn-slider-item-content h3{
    font-weight: 500;
    margin-bottom: 15px;
}
.cmn-slider{
    margin: 0 -15px;
}
.cmn-slider-item-wrp,.featured-facility-item-wrp,.provider-item-wrp,.testimonial-item-wrp{
    padding: 0 15px;
}
.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    margin-top: 40px;
}
.slick-dots li{
    margin-right: 10px;
}
.slick-dots li:last-child{
    margin-right: 0;
}
.slick-dots li button{
    border: 0;
    background: #808080;
    font-size: 0;
    border-radius: 10px;
    height: 8px;
    width: 8px;
    outline: 0;
    padding: 0;
    display: block;
    transition: all ease-in-out .3s;
}
.slick-dots li.slick-active button{
    width: 20px;
    height: 8px;
    background: var(--theme-clr-1);
}

/* End Of Facility Section */

/* Featured Facility Section Begin */

.featured-facility-item{
    padding: 15px;
    border-radius: 20px;
    background: var(--white);
    border: 1px solid var(--theme-clr-1);
}
.ftrd-item-img{
    width: 100%;
    height: 100%;
    max-height: 200px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.ftrd-item-img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ftrd-actions{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.ftrd-actions .rating{
    background: var(--white);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 10px;
}
.save-tag-btn{
    position: relative;
}
.save-tag-btn input{
    /* opacity: 0; */
    background: url(../images/tag-icon.svg) no-repeat center transparent;
    background-size: 18px;
    /* position: absolute; */
    appearance: none;
    width: 18px;
    height: 23px;
    cursor: pointer;
    z-index: 1;
    display: block;
    transition: all ease-in-out .3s;
}
.save-tag-btn input:checked,.save-tag-btn input:hover{
    background: url(../images/tag-icon-checked.svg) no-repeat center transparent;
}
.ftrd-item-content{
    padding: 5px 5px 0;
}
.ftrd-item-content h3 a,.ftrd-item-content h3{
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--theme-clr-1);
    font-weight: 600;
}
.ftrd-item-content h3 a:hover{
    text-decoration: underline !important;
}
.ftrd-item-img a{
    display: block;
}
.ftrd-item-img a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fclty-location{
    color: var(--black);
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}
.card-body p{
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
}
.card-body p strong,.fclty-location strong{
    color: var(--theme-clr-1);
    font-size: 16px;
    font-weight: 600;
}
.ftrd-item-content .card-body{
    margin-bottom: 15px;
}
.card-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.card-footer .price{
    font-size: 14px;
    color: var(--theme-clr-1);
    font-weight: 600;
}
.card-footer .price b{
    font-weight: 600;
    font-size: 22px;
}
.card-footer a{
    color: var(--theme-clr-1);
    font-size: 20px;
}

/* End Of Featured Facility Section */

/* Providers Section Begin */

.provider-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.provider-item:last-child{
    margin-bottom: 0;
}
.locked{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(193,193,193,.4) 0%,rgba(193,193,193,.4) 68%);
    z-index: 1;
    left: 0;
    top: 0;
    border: 1px solid var(--theme-clr-1);
    backdrop-filter: blur(7px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    text-align: center;
}
.locked a{
    color: var(--black);
    font-size: 24px;
    font-weight: 600;
}
.cmn-card-bg{
    padding: 15px;
    background: var(--white);
    border: 1px solid var(--theme-clr-1);
    border-radius: 10px;
}
.provider-img{
    width: 45%;
    border-radius: 10px;
    overflow: hidden;
    max-height: 280px;
}
.provider-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.provider-content {
    width: 55%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cmn-card-body h3{
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-clr-1);
    margin-bottom: 10px;
}
.cmn-card-body>p{
    font-size: 14px;
}
.cmn-card-body .cdbdy-info{
    font-size: 14px;
    font-weight: 400;
    color: var(--text-clr);
    margin-bottom: 10px;
}
.cmn-card-body .cdbdy-info:last-child{
    margin-bottom: 0;
}
.cmn-card-body .cdbdy-info strong{
    font-weight: 600;
    color: var(--theme-clr-1);
    font-size: 16px;
}
.provider-content .cmn-card-body{
    margin-bottom: 20px;
}
.provider-content .cmn-card-body .call-btn{
    display: flex;
    gap: 10px;
}
.provider-content .cmn-card-body .call-btn {
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 1px solid var(--theme-clr-1);
    padding: 5px;
    border-radius: 50%;
    flex-shrink: 0;
}
.provider-content .cmn-card-body .call-btn img{
    transition: all ease-in-out .3s;
}
.provider-content .cmn-card-body .call-btn:hover{
    background: var(--theme-clr-1);
}
.provider-content .cmn-card-body .call-btn:hover img{
    filter: brightness(0) invert(1);
}
.provider-content .cmn-cd-ftr .cmn-btn{
    display: flex;
}
.cd-head{
    display: flex;
    margin-bottom: 15px;
    gap: 10px;
}

/* End of Providers Section */

/* See Package Begin */

.see-pkg-inr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px;
    border: 1px solid rgba(92, 44, 77, .32);
    border-radius: 10px;
}
.see-pkg-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 780px;
}
.see-pkg-content .seepkg-icon{
    width: 90px;
    flex-shrink: 0;
}
.see-pkg-content .seepkg-icon img{
    width: 100%;
    object-fit: contain;
}
.see-pkg-content .sec-head{
    padding-left: 50px;
    max-width: calc(100% - 90px);
}
.see-pkg-content .sec-head h2{
    color: var(--theme-clr-1);
    font-weight: 600;
    font-size: 32px;
}
.see-pkg-inr .cmn-btn{
    min-width: 150px;
    flex-shrink: 0;
}

/* End Of See Package */

/* Testimonial Section Begin */

.testi-client-info-card{
    display: flex;
    align-items: center;
}
.testi-client-info-card .client-img{
    width: 54px;
    height: 54px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}
.testi-client-info-card .client-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testi-client-info-card .client-info{
    padding-left: 10px;
}
.testi-client-info-card .client-info h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}
.testi-client-info-card .client-info .client-title{
    font-size: 14px;
    color: #808080;
}
.testi-content{
    margin-bottom: 30px;
}
.testimonial-item .rating{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.testimonial-item.cmn-card-bg{
    padding: 30px;
}

/* End Of Testimonial Section */

/* Faq Section Begin */

.faq-content{
    background: var(--white);
    padding: 15px 0;
    border: 1px solid rgba(92, 44, 77, .33);
    border-radius: 20px;
    counter-reset: faqCount;
    display: none;
}
.faq-content-item{
    position: relative;
    padding: 20px 12px 20px 100px;
    border-bottom: 1px solid #D6D6D6;
}
.faq-content-item::before{
    content: '0'counter(faqCount);
    counter-increment: faqCount;
    position: absolute;
    top: 30px;
    left: 25px;
    font-size: 30px;
    font-weight: 500;
    color: var(--theme-clr-1);
}
.faq-content-item:last-child{
    border: 0;
}
.faq-content-item h3{
    color: var(--theme-clr-1);
    font-size: 24px;
}
.faq-category ul li{
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-clr-1);
    padding: 20px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    transition: all ease-in-out .3s;
}
.faq-category ul li:last-child{
    margin-bottom: 0;
}
.faq-category ul li.active,.faq-category ul li:hover{
    border-color: var(--theme-clr-1);
    color: var(--white);
    background: var(--theme-clr-1);
}
.faq-content.active{
    display: block;
}
.faq-inr-row{
    --bs-gutter-x: 60px;
    --bs-gutter-y: 30px;
}

/* End Of Faq Section */

/* Contact Section Begin */

.contact-card{
    padding: 20px 0;
    display: flex;
    border-bottom: 1px solid #D6D6D6;
}
.contact-card:first-child{
    border-top: 1px solid #D6D6D6;
}
.contact-cd-icon{
    width: 17px;
    flex-shrink: 0;
}
.contact-cd-icon img{
    width: 100%;
}
.contact-cd-content{
    padding-left: 15px;
    max-width: calc(100% - 17px);
}
.contact-cd-content h3{
    font-weight: 500;
    margin-bottom: 10px;
}
.contact-inr>.row{
    --bs-gutter-x: 150px;
}
.form-grp{
    margin-bottom: 10px;
    position: relative;
}
.form-grp:last-child{
    margin-bottom: 0;
}
.frm-btn{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.contact-form .frm-btn{
    justify-content: flex-end;
}
.contact-form .frm-btn input[type='submit']{
    padding-right: 40px;
    background: url(../images/btn-arrow.svg) no-repeat calc(100% - 10px) center var(--theme-clr-1);
    background-size: 20px;
}
.contact-form .frm-btn input[type='submit']:hover{
    background-color: var(--theme-clr-2);
    color: var(--white);
    border-color: var(--theme-clr-2);
}
.form-grp label{
    color: var(--theme-clr-1);
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
}

/* End Of Contact Section */

/* Footer Section Begin */

.footer-inr{
    padding: 40px 0 50px;
    border-top: 1px solid #D6D6D6;
}
.ftr-upr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-bottom: 60px;
}
.ftr-upr>*{
    width: calc(50% - 12px);
}
.ftr-upr-left{
    max-width: 390px;
}
.ftr-upr-left .logo{
    width: 100%;
    margin-bottom: 20px;
}
.ftr-upr-left .logo img{
    width: 100%;
}
.ftr-upr-left p{
    font-size: 18px;
    max-width: 350px;
}
.ftr-upr-right{
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.ftr-upr-right p{
    font-size: 36px;
    font-weight: 500;
    color: var(--theme-clr-1);
}
.ftr-upr-right a{
    font-size: 24px;
    font-weight: 500;
}
.ftr-widget-wrp:first-child{
    width: 33%;
}
.ftr-widget-wrp{
    width: calc((100% - 33%)/2);
}
.social-widegt{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.social-wdgt-head{
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-clr-1);
    margin: 0;
}
.social-links ul{
    display: flex;
    align-items: center;
}
.social-links ul li{
    margin-right: 15px;
}
.social-links ul li:last-child{
    margin-right: 0;
}
.social-links ul li a{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: var(--theme-clr-1);
    border-radius: 50%;
}
.social-links ul li a:hover{
    background: var(--theme-clr-2);
}
.ftr-wdgt-head{
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-clr-1);
    margin-bottom: 12px;
}
.ftr-widget-links ul li{
    margin-bottom: 7px;
}
.ftr-widget-links ul li:last-child{
    margin-bottom: 0;
}
.ftr-widget-links ul li a{
    border-bottom: 1px solid transparent;
}
.ftr-widget-links ul li a:hover{
    border-color: var(--theme-clr-1);
}
.copyright{
    background: var(--theme-clr-1);
}
.copyright-inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 26px 0;
}
.copyright-inr p{
    color: var(--white);
}
.copyright-inr p a{
    color: var(--white);
    border-bottom: 1px solid transparent;
}
.copyright-inr p a:hover{
    border-color: var(--white);
}
.copyright-inr p .fa-heart{
    color: #ff0000;
}

/* End Of Footer Section */


/* Login Flow Begin */

.login-inr{
    height: 100vh;
}
.login-inr-row{
    height: 100%;
    display: flex;
}
.login-left{
    height: 100%;
    width: 100%;
    border-radius: 0 40px 40px 0;
    position: relative;
    padding: 1px;
    z-index: 1;
    overflow: hidden;
}
.login-left::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(-90deg,var(--theme-clr-1) 0%, var(--white) 100%);
    z-index: -1;
}
.login-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80%;
    border-radius: 0 40px 40px 0;
}
.login-inr{
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-right-wrp{
    display: flex;
    align-items: center;
    text-align: center;
}
.login-left-wrp{
    width: calc(100% - 440px);
}
.login-right-wrp{
    max-width: 440px;
}
.login-right{
    padding: 40px 12px 25px;
}
.login-form-wrp{
    padding: 0 30px;
}
.login-head{
    margin-bottom: 20px;
}
.login-form .form-grp{
    text-align: left;
}
.login-form .form-grp input[type='email']{
    background: url(../images/email-icon.svg) no-repeat 10px center var(--white);
    background-size: 15px;
    padding-left: 35px;
}
.login-form .pass-wrp input{
    background: url(../images/lock-icon.svg) no-repeat 10px center var(--white);
    background-size: 15px;
    padding-left: 35px;
}
.login-form .form-grp label{
    font-weight: 500;
    color: var(--black);
    font-size: 16px;
    margin-bottom: 5px;
}
.login-form .forgot-pass{
    font-weight: 400;
    color: var(--black);
    font-size: 16px;
    display: block;
    margin-left: auto;
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}
.login-form .frm-btn{
    margin-top: 15px;
    margin-bottom: 10px;
}
.login-form .frm-btn input{
    width: 100%;
}
.sign-link{
    margin-bottom: 10px;
}
.sign-link button{
    color: var(--theme-clr-1);
    font-weight: 500;
    text-decoration: underline !important;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
}
.or-divider{
    color: var(--black);
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 10px;
}
.or-divider span{
    padding: 0 5px;
    display: inline-block;
    background: var(--white);
}
.or-divider::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #D9D9D9;
    z-index: -1;
}
.social-login .cmn-btn{
    background: var(--white);
    width: 100%;
    color: var(--theme-clr-1);
    gap: 10px;
    border-radius: 10px;
    transition: all ease-in-out .3s;
}
.social-login .cmn-btn:hover{
    background: var(--theme-clr-1);
    color: var(--white);
}
.login-form .checkbox{
    display: flex;
    align-items: center;
    gap: 5px;
}
.login-form .checkbox label{
    font-size: 14px;
    font-weight: 300;
    color: rgba(128, 128, 128, .8);
}
.login-form .checkbox label a{
    font-weight: 400;
    color: var(--theme-clr-1);
    text-decoration: underline !important;
}
#register .login-form-wrp {
    padding: 0 25px;
}
.login-form .checkbox input[type='checkbox']{
    cursor: pointer;
}
.left-aligned .login-right-wrp{
    text-align: left;
}
.left-aligned .login-right-wrp .login-right{
    padding: 50px 12px 25px 40px;
}
.left-aligned .login-right-wrp .login-form-wrp {
    padding: 0 50px 0 0;
}
.otp-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
}
.otp-container input{
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #D0D0D0;
    outline: none;
    text-align: center;
}
.otp-container input::-webkit-outer-spin-button,
.otp-container  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-resend{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.otp-resend button{
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    color: var(--black);
    font-weight: 500;
}

/* End Of Login Flow */

/* Logged In Home Begin */

.profile-drpdn{
    padding: 10px;
    background: var(--white);
    border-radius: 10px;
    width: 220px;
    right: 0;
    left: auto;
}
.profile-drpdn ul li a{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #D6D6D6;
}
.profile-drpdn ul li a:hover{
    color: #D3141B;
}
.profile-drpdn ul li a img{
    filter: brightness(0);
    transition: all ease-in-out .3s;
    width: 15px;
    flex-shrink: 0;
}
.profile-drpdn ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(9%) sepia(99%) saturate(4390%) hue-rotate(351deg) brightness(122%) contrast(96%);
}
.profile-drpdn ul li{
    margin-bottom: 10px;
}
.profile-drpdn ul li:last-child{
    margin-bottom: 0;
}
.profile-drpdn ul li:last-child a{
    border: 0;
}
.profile{
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--theme-clr-1);
}
.profile i{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F9F9FB;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

/* End Of Logged In Home */

/* Facility Map Search Begin */

.facility-map-search{
    padding: 20px 0 60px;
}
.fms-map{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--theme-clr-1);
}
.fms-map img,.fms-map iframe{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.fms-filter-options{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fms-filter-options {
    display: grid;
    grid-template-columns: 230px repeat(3, 1fr) 53px auto;
    gap: 20px;
    height: 53px;
}
.fms-filter-options>*{
    margin-right: 0;
    height: 100%;
}
.fms-filter-options .filter-btn{
    width: 53px;
    height: 53px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-clr-1);
    transition: all ease-in-out .3s;
    padding: 5px;
    border: 1px solid var(--theme-clr-1);
}
.fms-filtergrp select{
    padding-right: 20px;
    cursor: pointer;
}
.fms-filtergrp>*,.fms-filtergrp input[type="text"], .fms-filtergrp input[type="tel"], .fms-filtergrp input[type="password"], .fms-filtergrp input[type="email"]{
    height: 100%;
    background-color: transparent;
    border-color: var(--theme-clr-1);
}
.filter-btn-wrp{
    position: relative;
}
.fms-filter-drpdn{
    position: absolute;
    right: 0;
    top: 100%;
    width: 360px;
    height: auto;
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 2;
    transition: all ease-in-out .3s;
}
.fms-filter-drpdn.show{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.pricerange .label {
    font-size: 14px;
    margin-bottom: 10px;
}
.pricerange .label b {
    font-weight: bold;
}
.pricerange .slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 20px;
    margin-bottom: 20px;
}
.pricerange input[type=range] {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 4px;
    margin: 0;
    transform: translateY(-50%);
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: var(--theme-clr-1);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.pricerange input[type=range]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: var(--theme-clr-1);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.pricerange .track {
    position: absolute;
    height: 4px;
    background: #D9D9D9;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-radius: 4px;
}
.pricerange .range {
    position: absolute;
    height: 4px;
    background: var(--theme-clr-1);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
}
.fms-filter-drpdn-inr-drpdns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}
.fms-filter-drpdn-inr-drpdns .fmsfltr-select{
    width: calc((100% - 35px)/2);
}
.amenities .columns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}
.amenities .column {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 12px);
}
.amenities .column label {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    color: var(--black);
}
.amenities .column input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background-color: var(--white);
    border: 1px solid var(--theme-clr-1);
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}
.amenities .column input[type="checkbox"]:checked{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    accent-color: var(--theme-clr-1);
}
.amenities h2{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.f-card-img{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}
.f-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out .3s;
}
.facility-card:hover .f-card-img img{
    transform: scale(1.1);
}
.fcd-bdy h3,.fcd-head h3{
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}
.fcd-head h3{
    margin-bottom: 15px;
}
.fcd-bdy h3 a:hover{
    color: var(--theme-clr-2);
}
.fcd-bdy h3 a{
    display: block;
    color: var(--black);
}
.fcd-content-pra{
    font-size: 16px;
    font-weight: 400;
    color: var(--text-clr);
    margin-bottom: 5px;
}
.fcd-content-pra:last-child{
    margin-bottom: 0;
}
.fcd-content-pra strong{
    font-weight: 600;
    color: var(--black);
    display: inline-block;
    margin-right: 3px;
}
.fcd-bdy{
    margin-bottom: 10px;
}
.facilityt-cards-row{
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}
.fms-filter-wrp{
    margin-bottom: 30px;
}
.pegination-wrp{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    margin-top: 30px;
}
.pegination {
    margin-left: auto;
}
.pegination ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pegination ul li{
    margin-right: 10px;
}
.pegination ul li:last-child{
    margin-right: 0;
}
.pegination ul li.active{
    color: var(--white);
    background: var(--theme-clr-1);
    padding: 5px 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.pegination ul li a{
    color: var(--theme-clr-1);
    padding: 5px 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .3s;
    border-radius: 4px;
    display: flex;
}
.pegination ul li a:hover{
    background: rgba(255, 255, 255, 0.6);
}
.pegination ul li:last-child a,.pegination ul li:first-child a{
    background: var(--theme-clr-1);
    color: var(--white);
    transition: all ease-in-out .3s;
    padding: 5px 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.pegination ul li:last-child a:hover,.pegination ul li:first-child a:hover{
    background: rgba(255, 255, 255, 0.6);
    color: var(--theme-clr-1);
}

/* End Of Facility Map Search */

/* Facility Details Begin */

.fdtls-head{
    background: var(--theme-clr-1);
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    margin: 24px 0;
}
.fdtls-head h1{
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
}
.fdtls-slider-main{
    max-width: 876px;
}
.fdtls-slider-nav .fdtls-slitem-inr{
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.fdtls-slider .slick-track{
    display: flex;
}
.fdtls-slider .slick-track .slick-slide{
    height: inherit;
}
.fdtls-slitem-mn-inr{
    display: flex;
    height: 100%;
}
.fdtls-slider-nav .fdtls-slider-item{
    margin-right: 10px;
}
.fdtls-sl-mn-img,.fdtls-slider-nav-wrp{
    max-width: 560px;
}
.fdtls-slitem-inr,.fdtls-sl-mn-img{
    border-radius: 10px;
    overflow: hidden;
}
.fdtls-slitem-inr img,.fdtls-sl-mn-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fdtls-slider .fdtls-slitem-inr{
    width: 100%;
    height: 100%;
    
}
.fdtls-left {
    padding: 20px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    flex: 1;
}
.facility-details-wrp{
    display: flex;
    flex-wrap: wrap;
}
.provider-information-cd{
    padding: 0 0 30px 30px;
    border-radius: 20px 0 0 20px;
    background: var(--theme-light);
    max-width: 450px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.provider-information-cd .providerbg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    background: var(--theme-light);
    border-radius: 0 0 0 20px;
}
.provider-information-cd .providerbg::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(var(--after-height) - 20px);
    background: var(--white);
    border-radius: 0 20px 0 0;
    z-index: -2;
}
.provider-information-cd .providerbg::after{
    content: "";
    position: absolute;
    top: calc(100% - 20px);
    left: 0;
    width: 100%;
    height: var(--after-height);
    background: var(--white);
    border-radius: 0 200px 20px 0;
    z-index: -2;
}
.provider-infocd-inr{
    padding: 12px 12px 30px;
    border-radius: 10px;
    background: var(--white);
    position: relative;
    z-index: 1;
}
.provider-info-cd-head{
    padding: 10px;
    background: var(--theme-clr-1);
    border-radius: 5px;
    margin-bottom: 20px;
}
.provider-info-cd-head h2{
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.provider-infocd-upr{
    display: flex;
    margin-bottom: 15px;
}
.provider-infocd-img{
    width: 45%;
    border-radius: 10px;
    overflow: hidden;
}
.provider-infocd-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.provider-infocd-upr-content{
    padding-left: 25px;
}
.provider-infocd-upr-content h3{
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
}
.provider-infocd-btm h4{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
}
.provider-infocd-btm p{
    color: var(--black);
    font-size: 15px;
    font-weight: 500;
}
.fdtls-overview .sec-head{
    max-width: 100%;
}
.fdtls-amenities{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.fdtls-amenities >*{
    width: calc((100% - 125px) /6);
    overflow: hidden;
    border-radius: 10px;
}
.fdtls-amenities >* img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fdtls-btm-content-main{
    background: var(--white);
    border-radius: 0 0 20px 20px;
    padding: 20px;
}
.fdtls-btm-content-main .sec-head{
    margin-bottom: 15px;
}
.fdtls-btm-content-main .sec-head h2{
    color: var(--theme-clr-2);
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
    text-decoration: underline;
}
.fdtls-overview{
    margin-bottom: 30px;
}
.fdtls-sl-mn-content{
    padding-left: 15px;
}
.currfdtls-content-head{
    display: flex;
    margin-bottom: 30px;
}
.currfdtls-content-headinr{
    padding-right: 20px;
}
.currfdtls-content-headinr h3{
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 15px;
}
.currfdtls-content-headinr p{
    color: var(--black);
    font-size: 16px;
    max-width: 300px;
}
.curr-fdtls-content-btm{
    margin-bottom: 30px;
}
.curr-fdtls-content-btm>*{
    color: var(--black);
    font-weight: 400;
    margin-bottom: 8px;
}
.curr-fdtls-content-btm .fac-id{
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}
.fdtls-sl-mn-img{
    width: 540px;
    flex-shrink: 0;
}
.fdtls-slider-nav-wrp{
    margin-top: 30px;
}
.brochure-sec{
    padding: 20px;
    background: var(--white);
    border-radius: 10px;
    margin-top: 30px;
}
.brochure-sec h2{
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: var(--theme-clr-2);
}
.brochure-sec .sec-head{
    margin-bottom: 30px;
}
.brochure-sec .btn-wrp p{
    color: var(--theme-clr-1);
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

/* End of Facility Details */

/* Compare Facility Sec Begin */

.compare-fac-table table{
    border: 1px solid #AFAFAF;
    border-radius: 9px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.compare-fac-table table tr td{
    padding: 20px 15px;
    text-align: center;
    border: 1px solid #AFAFAF;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
}
.compare-fac-table table tr td:last-child,.compare-fac-table table tr td:first-child{
    width: 22%;
}
.compare-fac-table table tr td:not(:last-child) .cmn-btn {
    min-width: 100px;
    min-height: auto;
    padding: 8px;
    font-size: 14px;
    border-radius: 5px;
}
.compare-fac-table table tr td .cmn-btn:hover{
    background: var(--white);
}
.compare-fac-table table tr:first-child td{
    border-top: 0;
    padding: 8px;
}
.compare-fac-table table tr:last-child td{
    border-bottom: 0;
}
.compare-fac-table table tr td:first-child{
    border-left: 0;
}
.compare-fac-table table tr td:last-child{
    border-right: 0;
}
.compare-fac-table table tr:first-child td:first-child {
    border-top-left-radius: 9px;
  }
  .compare-fac-table table tr:first-child td:last-child {
    border-top-right-radius: 9px;
  }
  .compare-fac-table table tr:last-child td:first-child {
    border-bottom-left-radius: 9px;
  }
  .compare-fac-table table tr:last-child td:last-child {
    border-bottom-right-radius: 9px;
  }
.table-fac-img-card{
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 200px;
    border-radius: 8px;
    overflow: hidden;
}
.table-fac-img-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.table-fac-img-card .cmn-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.compare-fac-table table tr td .btn-wrp{
    justify-content: center;
}
.pop-head{
    margin-bottom: 20px;
    text-align: center;
}
.cmn-pop .modal-dialog{
    max-width: 550px;
}
.cmn-pop .modal-content{
    padding: 50px 20px 20px;
    border-radius: 10px;
    background: #E6F3F2;
}
.cmn-pop .modal-content h2{
    font-size: 30px;
}
.compare-fac-form .input-grp{
    position: relative;
    display: flex;
    align-items: center;
}
.compare-fac-form .input-grp input{
    /* position: absolute; */
    height: 55px;
}
.compare-fac-form .input-grp input[type='text']{
    border-radius: 10px 0 0 10px;
    background: url(../images/search-img.svg) no-repeat 15px center transparent;
    background-size: 18px;
    padding-left: 40px;
    border: 1px solid rgba(128, 128, 128, .8);
}
.compare-fac-form .input-grp input[type='submit']{
    border-radius: 0 10px 10px 0;
    min-width: 150px;
}
.compare-fac-form{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(128, 128, 128, .8);
}
.h-fac-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.h-fac-card:last-child{
    margin-bottom: 0;
}
.hfac-card-left{
    display: flex;
    align-items: center;
    gap: 15;
    max-width: calc(100% - 110px);
    width: 100%;
    padding-right: 12px;
}
.hfac-card-img{
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    flex-shrink: 0;
}
.hfac-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hfac-card-content{
    padding-left: 15px;
    max-width: 300px;
}
.hfac-card-content h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.hfac-card-content p{
    font-size: 15px;
    margin: 0;
    color: var(--black);
}
.fac-list-head{
    margin-bottom: 15px;
}
.fac-list-head h4{
    color: rgba(128, 128, 128, .8);
    font-size: 18px;
    font-weight: 500;
}
.compareFacility .modal-body{
    padding: 0;
}
.compare-fac-list{
    margin-bottom: 30px;
}
.btn-wrp.center{
    justify-content: center;
}
.compare-fac-list .scroller-wrp{
    max-height: 330px;
    overflow-y: auto;
    padding-right: 6px;
}
.scroller-wrp{
    overflow-x: auto;
    padding-bottom: 5px;
}
.compare-fac-list .scroller-wrp::-webkit-scrollbar{
    border-radius: 5px;
    width: 5px;
}
.scroller-wrp::-webkit-scrollbar{
    border-radius: 5px;
    height: 5px;
}
.scroller-wrp::-webkit-scrollbar-track{
    background: rgba(240, 240, 240, .8);
    border-radius: 5px;
}
.scroller-wrp::-webkit-scrollbar-thumb{
    background: var(--theme-clr-1);
    border-radius: 5px;
}

/* End Of Compare Facility Sec */

/* Services Page Begin */

/* Services banner Begin */

.service-bnr-sec{
    background: var(--theme-clr-1);
}
.service-bnr-sec .hero-img .clouds::before{
    background: linear-gradient(90deg, var(--theme-clr-1) 0% , #ffffff00 25% , #ffffff00 75% ,var(--theme-clr-1) 100%);
}
.service-bnr-inr{
    align-items: center;
    --bs-gutter-x: 160px;
}
.service-bnr-content h1,.service-bnr-content p{
    color: var(--white);
}
.service-bnr-content p{
    font-size: 18px;
}
.service-bnr .hero-img{
    margin-top: 0;
    padding-bottom: 0;
}
.service-bnr .hero-img .clouds{
    top: 0;
}
.service-bnr {
    padding: 30px 0 0;
}
.service-bnr .hero-img .clouds img {
    bottom: -40px;
}

/* End Of Services banner */

/* Services Section Begin */

.services-sec{
    padding-top: 100px;
}
.service-card-left .sec-head{
    margin-bottom: 30px;
}
.service-card-left .sec-head p{
    color: var(--black);
}
.service-card-content ul{
    padding-left: 20px;
    margin: 0 0 20px;
    list-style: disc;
}
.service-card-content ul li{
    color: var(--black);
    margin-bottom: 5px;
}
.service-card-tagline {
    color: var(--theme-clr-1);
    font-weight: 600;
    font-size: 18px;
}
.service-card-row{
    align-items: center;
    --bs-gutter-y: 40px;
}
.service-card-img-wrp{
    width: 100%;
    background: var(--theme-clr-1);
}
.service-card:nth-child(even){
    padding-left: 16px;
}
.service-card-img{
    margin-left: -16px;
    position: relative;
    bottom: -16px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.service-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-card{
    margin-bottom: 56px;
}
.service-card:last-child{
    margin-bottom: 0;
}
.service-card:nth-child(even) .service-card-row{
    flex-direction: row-reverse;
}

/* End Of Services Section */

/* End of Services Page */

/* About Page Begin */

/* About banner Section begin */

.about-bnr{
    position: relative;
}
.abt-bnr-img{
    position: absolute;
    border-radius: 10px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    z-index: 1;
}
.abt-bnr-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abt-bnr-img-left{
    left: 0;
    bottom: 62px;
}
.abt-bnr-img-right{
    right: 0;
    top: 97px;
}
.about-bnr-content{
    padding: 80px 12px 30px;
    text-align: center;
    max-width: 690px;
    margin-left: auto;margin-right: auto;

}
.about-bnr-content>*{
    margin-bottom: 25px;
}
.about-bnr-content p{
    color: var(--black);
}
.about-bnr-content h1{
    margin-bottom: 30px;
    font-size: 38px;
}
.about-bnr-content>*:last-child{
    margin-bottom: 0;
}
.signature-img{
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.signature-img img{
    width: 100%;
}
.about-bnr-content .btn-wrp{
    justify-content: center;
}
.abt-company{
    margin-bottom: 30px;
}
.abt-company strong{
    color: var(--black);
}

/* End of About banner Section */

.abt-slider-img{
    border-radius: 10px;
    overflow: hidden;
}
.abt-slider-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abt-slider-item{
    padding: 0 12px;
}
.about-slider{
    margin: 0 -12px;
}
.agent-img{
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.agent-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.agent-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0 6px;
}
.agent-info h3{
    font-size: 26px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 5px;
}
h3 span{
    color: var(--theme-clr-2);
}
.agent-info p{
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-clr-1);
    margin-bottom: 0;
}
.agent-contact{
    margin-left: auto;
}
.agent-contact a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--white);
    border: 1px solid var(--theme-clr-1);
    border-radius: 50%;
    padding: 10px;
}
.agent-contact a:hover img{
    transition: all ease-in-out .3s;
}
.agent-contact a:hover{
    background: var(--theme-clr-1);
}
.agent-contact a:hover img{
    filter: brightness(0) invert(1);
}
.agents-card-wrp .row{
    --bs-gutter-x: 40px;
    --bs-gutter-y: 30px;
}

/* Benefits Section begin */

.benefits-left{
    width: 100%;
    padding-right: 100px;
}
.benefits-img{
    position: relative;
}
.benefits-img::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    background: var(--theme-clr-1);
    opacity: 0.3;
}
.benefits-img .benefits-img-inr{
    width: 100%;
    height: 100%;
    object-fit: cover;
    right: -30px;
    border-radius: 10px;
    top: -30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.benefits-img-inr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.benefits-content .sec-head{
    margin-bottom: 50px;
}
.benefits-list ul {
    counter-reset: benefits-count;
}
.benefits-list ul li::before {
    counter-increment: benefits-count;
    content: counter(benefits-count);
    background: var(--theme-clr-1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: var(--white);
    flex-shrink: 0;
}
.benefits-list ul li{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.benefits-list ul li:last-child{
    margin-bottom: 0;
}
.benefits-inr .row{
    align-items: center;
    --bs-gutter-y:20px;
}

/* End Of Benefits Section */

/* End Of About Page */

/* Pricing page Begin */

.pricing-inr .sec-head{
    max-width: 500px;
}
.pricing-card{
    padding: 20px 20px 40px;
    height: 100%;
    width: 100%;
    background: 
    var(--white);
    border: 1px solid var(--theme-clr-1);
    border-radius: 20px;
}
.pricing-head{
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D6D6D6;
}
.pricing-head h3{
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-clr-1);
    margin-bottom: 8px;
}
.pricing-info p{
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
} 
.pricing-info p strong{
    font-size: 48px;
    font-weight: 600;
}
.pricing-cards-wrp{
    max-width: 1144px;
    margin-left: auto;
    margin-right: auto;
}
.plan-features ul li{
    display: flex;
    align-items: center;
    color: var(--black);
    margin-bottom: 15px;
}
.plan-features ul li:last-child{
    margin-bottom: 0;
}
.plan-features ul li img{
    flex-shrink: 0;
    margin-right: 10px;
}
.pricing-body{
    margin-bottom: 30px;
}
.pricing-body>p{
    color: #808080;
    margin-bottom: 20px;
}
.pricing-card .btn-wrp .cmn-btn{
    width: 100%;
    border-radius: 50px;
    padding: 15px;
}

/* End Of Pricing page  */

/* Contact Page Begin */

/* Contact Form Section begin */

.contact-form-inr .sec-head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid var(--black);
}
.contact-form-inr .sec-head h2{
    font-weight: 500;
    font-size: 38px;
}
.cfh-cd-content h3{
    font-size: 16px;
    color: #808080;
    font-weight: 500;
    margin-bottom: 10px;
}
.contactfrm-head-rt{
    gap: 20px 100px;
}
.contactfrm-head-card{
    gap: 12px;
}
.contactfrm-head-rt,.contactfrm-head-card{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cfh-cd-content a{
    font-size: 18px;
    font-weight: 500;
    color: #0D0D0D;
}
.cfh-cd-content a:hover{
    color: var(--theme-clr-2);
}
.two-input-grps{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.input-grp label,.two-input-grps label{
    margin-bottom: 10px;
    display: block;
    width: 100%;
    color: #0D0D0D;
    font-weight: 600;
    font-size: 18px;
}
.two-input-grps .input-grp{
    width: 50%;
    padding: 0 12px;
}
.two-input-grps .input-grp:first-child,.two-input-grps label ~ .input-grp,.two-input-grps .input-grp:last-child{
    padding-left: 0;
}
.two-input-grps .input-grp:last-child{
    padding-right: 0;
}
.contact-form-wrp{
    padding: 15px;
    background: var(--white);
    border-radius: 10px;
}
.map-wrp{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.map-wrp img,.map-wrp iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-form .btn-wrp{
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
.contact-form-wrp .row{
    align-items: center;
    --bs-gutter-x: 40px;
    --bs-gutter-y: 30px;
}
.profile-sec-controls{
    background: var(--white);
    border-radius: 10px;
    padding: 10px;
}
.profile-sec-controls ul li a img{
    filter: brightness(0) saturate(100%) invert(18%) sepia(54%) saturate(682%) hue-rotate(266deg) brightness(92%) contrast(87%);
    width: 18px;
    transition: all ease-in-out .3s;
}
.profile-sec-controls ul li a{
    padding: 10px 12px;
    border-radius: 10px;
    background: var(--white);
    color: var(--theme-clr-1);
    display: block;
}
.profile i {
    display: none;
}
.profile-sec-controls ul li a:hover,.profile-sec-controls ul li.current-menu-item a{
    color: var(--white);
    background: var(--theme-clr-1);
}
.profile-sec-controls ul li a:hover img,.profile-sec-controls ul li.current-menu-item a img{
    filter: brightness(0) invert(1);
}
.profile-sec-controls ul li{
    margin-bottom: 10px;
}
.profile-sec-controls ul li:last-child{
    margin-bottom: 0;
}
.profile-sec-controls>p{
    color: var(--theme-clr-1);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px;
}
.profile-settings{
    padding: 25px;
    background: var(--white);
    border-radius: 10px;
}
.profile-settings .sec-head {
    max-width: 485px;
    margin-bottom: 50px;
}
.profile-settings .sec-head h1{
    font-size: 38px;
}
.profile-settings .sec-head p{
    font-size: 16px;
}
.avatar-head{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px 40px;
}
.avatar-head h2{
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
    margin: 0;
}
.avatar-head p{
    font-size: 16px;
    font-weight: 400;
    color: #1A202C;
}
.avatar-body{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 30px;
}
.curr-avatar{
    width: 75px;
    height: 75px;
    border-radius: 10px;
    overflow: hidden;
}
.curr-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.upload-avtr{
    padding-top: 10px;
    margin-bottom: 10px;
}
.upload-avtr input{
    padding: 10px;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    cursor: pointer;
}
.uploaded-file-name{
    font-size: 12px;
    color: #1A202C;
    font-weight: 400;
    margin: 0;
}
.pr-avatar-sec{
    margin-bottom: 40px;
}
.pr-sec-head{
    margin-bottom: 20px;
}
.pr-sec-head h3{
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.input-grp,.two-input-grps,.multi-input-grps{
    margin-bottom: 25px;
}
.input-grp:last-child,.two-input-grps:last-child,.two-input-grps .input-grp,.multi-input-grps:last-child,.multi-input-grps .input-grp{
    margin-bottom: 0;
}
.pr-info-wrp .submit-btn{
    margin-bottom: 30px;
}
.pr-info-wrp .submit-btn:last-child{
    margin-bottom: 0;
}
.multi-input-grps{
    display: grid;
    grid: auto / repeat(3, 1fr);
    gap: 20px;
}

/* End Of Contact Form Section */

/* End Of Contact Page */

/* Packages Section Begin */

.profile-inr .btn-wrp{
    flex-wrap: wrap;
    gap: 12px;
}
.profile-inr .row{
    --bs-gutter-y: 24px;
}
.pricing-card.active .btn-wrp .cmn-btn{
    margin: 0;
    background: var(--white);
    color: var(--theme-clr-1);
}
.pricing-card.active .btn-wrp .cmn-btn:hover{
    color: var(--white);
    background: var(--theme-clr-1);
    border-color: var(--white);
}
.pricing-card.active .btn-wrp .plan-status{
    background: var(--theme-clr-2);
    color: var(--white);
    border: 0;
}
.pricing-card.active .btn-wrp .plan-status:hover{
    background: var(--theme-clr-2);
    color: var(--white);
}
.pricing-card.active{
    background: var(--theme-clr-1);
}
.pricing-card.active .pricing-body>p,.pricing-card.active .plan-features ul li,.pricing-card.active .pricing-info p,.pricing-card.active .pricing-head h3{
    color: var(--white);
}
.pricing-card.active .plan-features ul li img{
    filter: brightness(0) invert(1);
}

/* End Of Packages Section */

/* Saved Facility Page Begin */

.tbl-facility-dtls{
    display: flex;
    align-items: center;
}
.tbl-fac-img{
    width: 140px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
}
.tbl-fac-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tbl-facility-dtls .fcd-bdy{
    margin-bottom: 0;
}
.saved-facility-tbl table ,.scroller-wrp table{
    width: 100%;
    min-width: 800px;
}
.saved-facility-tbl table td{
    padding: 20px;
    border-bottom: 1px solid var(--black);
    border-right: 1px solid var(--black);
}
.saved-facility-tbl table td:last-child{
    border-right: 0;
}
.tbl-actions-wrp{
    display: flex;
    align-items: center;
    gap: 12px;
}
.tbl-actions-wrp .action-btn{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--theme-clr-1);
    background: var(--theme-clr-1);
    border-radius: 50%;
    padding: 10px;outline: 0;
    transition: all ease-in-out .3s;
    margin: 0;
}
.tbl-actions-wrp .action-btn img{
    filter: brightness(0) invert(1);
    transition: all ease-in-out .3s;
}
.tbl-actions-wrp .action-btn:hover{
    background: var(--white);
}
.tbl-actions-wrp .action-btn:hover img{
    filter: none;
}
.saved-facility-tbl table thead tr th{
    color: var(--white);
    padding: 10px;
    font-weight: 500;
    background: var(--theme-clr-1);
    margin-bottom: 10px;
}
.saved-facility-tbl table thead tr th:first-child{
    border-radius: 10px 0 0 10px;
}
.saved-facility-tbl table thead tr th:last-child{
    border-radius: 0 10px 10px 0;
}
.saved-facility-tbl{
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
}
.saved-facility-tbl::-webkit-scrollbar{
    height: 5px;
}
.saved-facility-tbl::-webkit-scrollbar-track{
    background: #D0D0D0;
    border-radius: 10px;
}
.saved-facility-tbl::-webkit-scrollbar-thumb{
    background: var(--theme-clr-1);
    border-radius: 10px;
}

/* End Of Saved Facility Page */







.pt-100{
    padding-top: 100px;
}
.p-100{
    padding: 100px 0;
}

/* Modals Begin */

.pop-w-8 .modal-dialog{
    max-width: 800px;
    overflow: hidden;
}
.pop-w-8 .modal-body{
    padding: 0;
}
.pop-w-8 .modal-content{
    overflow: hidden;
    border-radius: 0;
}
.modal-content .close{
    background: transparent;
    border: 0;
    outline: 0;
    margin-left: auto;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
}
.login-head h1{
    margin-bottom: 10px;
    color: var(--theme-clr-1);
}

/* End Of Modals */


.password-eye {
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    border: none;
    align-items: center;
    background: none;
    justify-content: center;
    cursor: pointer;
    transition: .5s;
}
.password-eye .eye-close {
    background-image: url(../images/eye-close.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.password-eye .eye-open {
    background-image: url(../images/eye-open.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.pass-wrp{
    position: relative;
}



/* ----- Responsive Css ------ */

@media (min-width: 1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        background: url(../images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }
    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sub-menu > li.menu-item-has-children .clickD ,.profile-control.menu-item-has-children .clickD{
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .sub-menu > li.menu-item-has-children .clickD.toggled,.navbar-nav > li.menu-item-has-children > a:hover ~ .clickD ,.profile-control.menu-item-has-children .clickD.toggled,.profile-control.menu-item-has-children a:hover ~ .clickD{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .navbar-nav li.menu-item-has-children:hover>.sub-menu,.profile-control.menu-item-has-children:hover>.sub-menu {
      display: block;
    }
}






@media only screen and (max-width: 1399px){
    .cmn-btn{
        margin-right: 10px;
        padding: 5px 15px;
        min-height: 40px;
    }
    .navbar-brand{
        width: 150px;
    }
    .profile i,.profile img,.provider-content .cmn-card-body .call-btn {
        width: 40px;
        height: 40px;
    }
    .profile {
        gap: 8px;
    }
    .navbar-nav > li {
        margin: 0 12px;
    }
    .cmn-card-bg {
        padding: 12px;
    }
    .cmn-btn.brdr-btn{
        padding: 5px 12px;
    }
    .cmn-btn.brdr-btn:nth-last-child(2){
        margin-right: 0;
    }
    .fdtls-left {
        padding: 20px;
        max-width: calc(100% - 350px);
    }
    .provider-information-cd{
        max-width: 350px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .fms-filter-options{
        gap: 12px;
    }
    .fms-filter-wrp {
        margin-bottom: 20px;
    }
    .facilityt-cards-row {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }
}
@media only screen and (max-width: 1199px){
    .profile {
        font-size: 0;
        gap: 4px;
    }
    .profile i{
        font-size: 16px;
    }
    .profile-control.menu-item-has-children:hover>.sub-menu{
        display: block;
    }
    .navbar-nav > li {
        margin: 0 8px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .cmn-btn{
        gap: 8px;
        padding: 5px 12px;
    }
    .navbar-brand {
        width: 120px;
    }
    .navbar-nav > li > a{
        font-size: 14px;
    }
    .navbar{
        padding: 18px 0;
    }
    h1, .h1-title{
        font-size: 36px;
    }
    .search-frm-inr .formfield input[type='text'] {
        height: 55px;
    }
    .provider-content {
        padding-left: 12px;
    }
    .cd-hd-content p{
        font-size: 14px;
    }
    .cmn-slider-item-wrp, .featured-facility-item-wrp, .provider-item-wrp, .testimonial-item-wrp {
        padding: 0 12px;
    }
    .cmn-slider {
        margin: 0 -12px;
    }
    .cd-head {
        margin-bottom: 12px;
    }
    .cmn-card-body .cdbdy-info{
        margin-bottom: 5px;
    }
    .provider-content .cmn-card-body {
        margin-bottom: 15px;
    }
    .see-pkg-content .sec-head {
        padding-left: 20px;
        max-width: calc(100% - 80px);
    }
    .see-pkg-content .seepkg-icon{
        width: 80px;
    }
    .see-pkg-content {
        max-width: 650px;
    }
    .sec-head-wrp.inr-sec-head .sec-head  h2 {
        line-height: 1.2;
    }
    .faq-content-item {
        padding: 12px 12px 12px 80px;
    }
    .faq-content-item h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .faq-content-item::before {
        top: 20px;
        left: 20px;
    }
    .contact-inr>.row {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }
    h2, .h2-title{
        font-size: 32px;
        margin-bottom: 15px;
    }
    .sec-head {
        margin-bottom: 40px;
    }
    .ftr-upr-right p {
        font-size: 28px;
    }
    .ftr-upr-left .logo{
        width: 250px;
    }
    .abt-bnr-img {
        width: 150px;
        height: 150px;
    }
    .about-bnr-content h1 {
        margin-bottom: 20px;
        font-size: 36px;
    }
    .abt-bnr-img-right {
        right: 0;
        top: 5px;
    }
    .about-bnr-content {
        padding: 80px 0 30px;
        max-width: 630px;
    }
    .agent-details{
        padding: 0;
    }
    .p-100{
        padding: 80px 0;
    }
    .benefits-left {
        padding-right: 80px;
    }
    .benefits-content .sec-head {
        margin-bottom: 30px;
    }
    .benefits-list ul li {
        margin-bottom: 20px;
    }
    .service-bnr-inr {
        align-items: center;
        --bs-gutter-x: 24px;
    }
    .service-bnr .hero-img .clouds {
        top: 0;
    }
    .service-bnr .hero-img {
        margin-bottom: -30px;
    }
    .services-sec {
        padding-top: 80px;
    }
    .service-card-img{
        margin-left: -12px;
    }
    .service-card {
        margin-bottom: 50px;
    }
    .service-bnr {
        padding: 30px 0;
    }
    .service-bnr-content p {
        font-size: 16px;
    }
    .service-card-left .sec-head {
        margin-bottom: 20px;
    }
    .service-bnr .hero-img {
        margin-bottom: -30px;
    }
    .pricing-card{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .pricing-card {
        padding: 12px;
        border-radius: 12px;
    }
    .pricing-cards-wrp .row{
        --bs-gutter-y: 24px;
    }
    .contact-form-inr .sec-head {
        padding: 30px 0;
    }
    .contactfrm-head-rt {
        gap: 20px 50px;
    }
    .contact-form-wrp .row {
        --bs-gutter-x: 24px;
    }
    .input-grp label, .two-input-grps label {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .input-grp, .two-input-grps, .multi-input-grps {
        margin-bottom: 15px;
    }
    .provider-content {
        padding-left: 12px;
    }
    .compare-fac-table table tr td {
        padding: 20px 12px;
        font-size: 16px;
    }
    .fcd-head h3 {
        margin-bottom: 5px;
    }
    .fcd-head{
        margin-bottom: 10px;
    }
    .provider-img{
        width: 100%;
        margin-bottom: 10px;
    }
    .provider-content {
        padding-left: 0;
        width: 100%;
    }
    .btn-wrp .save-tag-btn{
        margin-left: auto;
    }
    .provider-information-cd{
        padding: 0;
        margin-bottom: 20px;
    }
    .provider-infocd-inr{
        border-radius: 0 0 10px 10px;
    }
    .provider-information-cd,.fdtls-left{
        max-width: 100%;
    }
    .provider-information-cd .providerbg::before,.provider-information-cd .providerbg::after{
        display: none;
    }
    .fdtls-btm-content-main{
        border-radius: 10px;
    }
    .fms-filter-options {
        grid-template-columns: 160px repeat(3, 1fr) 45px auto;
        gap: 8px;
        height: 45px;
    }
    .fms-filtergrp select,.fms-filtergrp>*, .fms-filtergrp input[type="text"], .fms-filtergrp input[type="tel"], .fms-filtergrp input[type="password"], .fms-filtergrp input[type="email"]{
        padding: 8px;
    }
    .fms-filter-options .filter-btn {
        width: 45px;
        height: 45px;
    }
    .fcd-bdy h3, .fcd-head h3 {
        font-size: 16px;
    }
    .table-fac-img-card{
        max-height: 170px;
    }
}

@media only screen and (max-width: 1024px) {
    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(../images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }
    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sub-menu > li.menu-item-has-children .clickD,.profile-control.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .sub-menu > li.menu-item-has-children .clickD.toggled,.profile-control.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .navbar-nav > li.menu-item-has-children ,.profile-control.menu-item-has-children{
        padding-right: 20px;
    }
    .sub-menu > li.menu-item-has-children > a .profile-control.menu-item-has-children a{
        padding-right: 20px;
    }
    .sub-menu.show {
        display: block;
    }
    .navbar-nav > li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav > li.current-menu-item > a:after,
    .navbar-nav > li > a:after,
    .navbar-nav > li.menu-item-has-children > a:after {
        width: 100%;
        opacity: 0;
    }
    .navbar-nav > li.current-menu-item > a:after,
    .navbar-nav > li > a:hover:after,
    .navbar-nav > li.menu-item-has-children:hover > a:after {
        width: 100%;
        opacity: 1;
    }
  
    /* navbar end*/
}
  
@media only screen and (max-width: 991px) {
    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: 20px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        z-index: 999;
        order: 3;
    }
    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }
    .stick:before {
        content: "";
        top: -10px;
        left: 0;
    }
    .stick:after {
        content: "";
        top: 10px;
        left: 0;
    }
    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }
    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }
    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }
    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
  
    .sub-menu > li.menu-item-has-children .clickD,.profile-control.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
  
    .sub-menu,
    .navbar-nav > li > .sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }
    .navbar-nav > li.menu-item-has-children,.profile-control.menu-item-has-children {
        padding-right: 0;
    }
    .navbar-nav > li {
        margin: 0;
        padding: 0;
    }
    .navbar-nav > li > a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
        font-size: 16px;
    }
    .navbar-nav li.menu-item-has-children > a ,.profile-control.menu-item-has-children a{
        padding-right: 30px;
    }
    .sub-menu > li > a {
        padding-left: 40px;
    }
    .sub-menu .sub-menu > li > a {
        padding-left: 60px;
    }
    .sub-menu .sub-menu .sub-menu > li > a {
        padding-left: 80px;
    }
  
    .navbar-nav > li > a:after {
      bottom: 0;
    }
    /* navbar end*/
  
    /* push nav */
  
    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
        z-index: 100;
    }
    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    }
    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }
    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }
    #navoverlay.open {
        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }
    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden;
    }
    /* push nav end */

    .nav-right{
        margin-left: auto;
    }
    .profile-control.menu-item-has-children a{
        padding-right: 0;
    }
    .profile-drpdn.sub-menu{
        background: #fff;
        position: absolute;
        top: 100%;
        z-index: 1000;
        display: none;
        padding: 10px;
        background: var(--white);
        border-radius: 10px;
        width: 220px;
        right: 0;
        left: auto;
    }
    .navbar-brand {
        width: 140px;
    }
    .hero-inr{
        padding: 50px 0;
    }
    .hero-left p {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    h1, .h1-title{
        margin-bottom: 15px;
    }
    .search-frm-inr .formfield input[type='text'] {
        height: 50px;
    }
    .hero-inr .row{
        flex-direction: column-reverse;
    }
    .search-form{
        max-width: 100%;
    }
    h4, .h4-title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 12px;
    }
    .cmn-slider-item-content {
        padding: 20px 12px;
    }
    .cmn-slider-item-content>p{
        font-size: 15px;
    }
    .cmn-gap {
        padding: 35px 0;
    }
    .featured-facility-item {
        padding: 12px;
        border-radius: 15px;
    }
    .card-footer .price b {
        font-size: 18px;
    }
    .ftrd-item-content {
        padding: 0;
    }
    .ftrd-item-img {
        margin-bottom: 12px;
    }
    .ftrd-item-content h3 a{
        margin-bottom: 0;
    }
    .card-footer i{
        font-size: 14px;
    }
    .ftrd-actions {
        padding: 8px;
    }
    .cd-hd-content p {
        font-size: 16px;
    }
    .cmn-card-body h3{
        font-size: 18px;
    }
    .see-pkg-content .sec-head {
        padding-left: 15px;
        max-width: calc(100% - 60px);
    }
    .see-pkg-content .seepkg-icon {
        width: 60px;
    }
    .see-pkg-content .sec-head h2{
        font-size: 26px;
        margin-bottom: 12px;
    }
    .sec-head p{
        font-size: 16px;
    }
    .see-pkg-content {
        max-width: 540px;
    }
    .see-pkg-inr {
        padding: 12px;
    }
    .see-pkg-inr .cmn-btn {
        min-width: 100px;
    }
    .sec-head-wrp.inr-sec-head {
        display: flex;
        margin-bottom: 30px;
        align-items: flex-start;
    }
    .sec-head-wrp.inr-sec-head .sec-head{
        margin-bottom: 0;
    }
    .faq-category ul li {
        font-size: 18px;
        padding: 15px;
        margin-bottom: 15px;
    }
    .faq-content {
        padding: 12px 0;
        border-radius: 12px;
    }
    .faq-content-item {
        padding: 12px 12px 12px 60px;
    }
    .faq-content-item::before {
        top: 15px;
        left: 15px;
        font-size: 24px;
    }
    .faq-content-item h3 {
        font-size: 20px;
    }
    h2, .h2-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .contact-card {
        padding: 12px 0;
    }
    .form-grp {
        margin-bottom: 15px;
    }
    .frm-btn {
        margin-top: 30px;
    }
    .ftr-upr-right p {
        font-size: 20px;
    }
    .ftr-upr-right a {
        font-size: 18px;
    }
    .ftr-upr-left p {
        font-size: 16px;
    }
    .ftr-upr-left .logo {
        width: 200px;
    }
    .ftr-wdgt-head {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .abt-bnr-img-right {
        top: auto;
        bottom: 0;
    }
    .agents-card-wrp .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .agent-info h3 {
        font-size: 22px;
    }
    .agent-contact a {
        width: 40px;
        height: 40px;
    }
    .benefits-img .benefits-img-inr{
        right: -20px;
        top: -20px;
    }
    .benefits-left {
        padding-right: 20px;
    }
    .benefits-list ul li::before {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        margin-top: 5px;
    }
    .benefits-list ul li{
        align-items: flex-start;
        margin-bottom: 15px;
    }
    .benefits-content .sec-head {
        margin-bottom: 25px;
    }
    .about-bnr-content {
        padding: 30px 0;
    }
    .service-bnr-inr {
        --bs-gutter-y: 24px;
    }
    .input-grp, .two-input-grps, .multi-input-grps {
        margin-bottom: 12px;
    }
    .contactfrm-head-rt {
        gap: 20px;
    }
    .contact-form-inr .sec-head h2 {
        font-size: 28px;
    }
    .cfh-cd-content h3 {
        margin-bottom: 5px;
    }
    .compare-fac-table table{
        min-width: 1000px;
    }
    .fdtls-head {
        padding: 15px;
    }
    .fdtls-head h1{
        font-size: 18px;
    }
    .provider-img {
        max-height: 250px;
    }
    .cmn-pop .modal-dialog{
        padding: 12px;
    }
    .fdtls-sl-mn-img{
        width: 350px;
    }
    .fdtls-slider-nav-wrp{
        max-width: 350px;
    }
    .fdtls-btm-content-main{
        padding: 12px;
    }
    .fdtls-amenities >* {
        width: calc((100% - 75px) /6);
        border-radius: 6px;
    }
    .fdtls-amenities{
        gap: 15px;
    }
    .fms-map{
        height: 500px;
    }
    .fms-inr>.row{
        --bs-gutter-y: 24px;
        flex-direction: column-reverse;
    }
    .facility-map-search {
        padding: 20px 0 40px;
    }
    .contact-form .frm-btn{
        justify-content: center;
    }
    .profile i{
        display: none;
    }
    .hero-img{
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px){
    .nav-right{
        margin-left: auto;
    }
    .sec-head-wrp .sec-head{
        max-width: calc(100% - 105px);
        padding-right: 12px;
    }
    .sec-head-wrp .sec-head p{
        font-size: 15px;
    }
    h1, .h1-title ,.about-bnr-content h1{
        font-size: 32px;
    }
    .hero-inr ,.footer-inr{
        padding: 40px 0;
    }
    h2, .h2-title {
        font-size: 26px;
    }
    .see-pkg-content .sec-head {
        padding-left: 12px;
        max-width: calc(100% - 40px);
    }
    .see-pkg-content .seepkg-icon {
        width: 40px;
    }
    .sec-head p {
        font-size: 14px;
    }
    .see-pkg-content {
        max-width: 360px;
    }
    .faq-content-item {
        padding: 12px 12px 12px 40px;
    }
    .faq-content-item::before {
        top: 10px;
        left: 9px;
        font-size: 20px;
    }
    .faq-content-item h3 {
        font-size: 18px;
    }
    .sec-head {
        margin-bottom: 30px;
    }
    .contact-cd-content h3 {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .ftr-widget-wrp{
        width: 50%;
    }
    .ftr-widget-wrp:first-child{
        width: 100%;
    }
    .ftr-widgets-row.row{
        --bs-gutter-y: 24px;
    }
    .login-right-wrp {
        max-width: 350px;
    }
    .login-left-wrp {
        width: calc(100% - 350px);
    }
    .login-form-wrp {
        padding: 0 12px;
    }
    .login-head {
        margin-bottom: 30px;
    }
    .login-form .form-grp label {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .form-grp {
        margin-bottom: 10px;
    }
    .login-form .forgot-pass{
        font-size: 16px;
    }
    .sign-link {
        margin-bottom: 15px;
    }
    .login-head h1 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .login-right ,.left-aligned .login-right-wrp .login-right{
        padding: 40px 12px 15px;
    }
    .left-aligned .login-right-wrp .login-form-wrp{
        padding: 0 12px;
    }
    #register .login-form-wrp {
        padding: 0 12px;
    }
    .login-head h1 {
        margin-bottom: 5px;
    }
    .service-card:nth-child(even){
        padding-left: 0;
    }
    .service-card-row{
        flex-direction: column-reverse;
    }
    .service-card:nth-child(even) .service-card-row {
        flex-direction: column-reverse;
    }
    .services-sec{
        padding-top: 70px;
    }
    .pricing-info p strong {
        font-size: 32px;
    }
    .pricing-head ,.pricing-body{
        margin-bottom: 20px;
    }
    .plan-features ul li {
        margin-bottom: 10px;
    }
    .pricing-card .btn-wrp .cmn-btn {
        padding: 12px;
    }
    .contact-form-inr .sec-head {
        padding: 20px 0;
    }
    .contact-form-inr .sec-head h2{
        margin-bottom: 15px;
        font-size: 26px;
    }
    .cfh-cd-content a {
        font-size: 16px;
    }
    .fcd-head p,.fcd-content-pra{
        font-size: 15px;
    }
    .pop-head {
        margin-bottom: 20px;
    }
    .cmn-pop .modal-content {
        padding: 30px;
        border-radius: 10px;
        background: #E6F3F2;
    }
    .hfac-card-img{
        flex-shrink: 0;
        width: 90px;
    }
    .hfac-card-content h5 {
        font-size: 16px;
    }
    .hfac-card-left {
        max-width: calc(100% - 103px);
        padding-right: 12px;
    }
    .compare-fac-form .input-grp input {
        height: 50px;
    }
    .cmn-pop .modal-body{
        padding: 0;
    }
    .fdtls-sl-mn-img {
        width: 100%;
    }
    .fdtls-slitem-mn-inr{
        flex-wrap: wrap;
    }
    .fdtls-sl-mn-content{
        width: 100%;
        padding-left: 0;
        padding-top: 12px;
        max-width: 100%;
    }
    .fdtls-sl-mn-img, .fdtls-slider-nav-wrp{
        max-width: 100%;
    }
    .brochure-sec .sec-head {
        margin-bottom: 20px;
    }
    .fdtls-amenities {
        gap: 12px;
    }
    .fdtls-amenities >* {
        width: calc((100% - 36px) / 4);
    }
    .fdtls-btm-content-main .sec-head h2 {
        font-size: 26px;
    }
    .currfdtls-content-head{
        justify-content: space-between;
    }
    .fdtls-left{
        padding: 12px;
    }
    .multi-input-grps {
        grid: auto / repeat(2, 1fr);
        gap: 12px;
    }
    .profile-settings{
        padding: 15px;
    }
    .profile-settings .sec-head h1{
        font-size: 32px;
    }
    .fms-filter-options {
        display: flex;
        flex-wrap: wrap;
    }
    .fms-filter-options>*{
        width: calc((100% - 24px)/3);
    }
    .fms-filter-options>*:nth-last-child(2){
        width: 45px;
    }
    .fms-filter-wrp {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 575px){
    .hero-img{
        padding-left: 30px;
    }
    h1, .h1-title,.about-bnr-content h1 {
        font-size: 30px;
    }
    .about-bnr-content h1{
        margin-bottom: 10px;
    }
    .hero-inr, .footer-inr {
        padding: 30px 0;
    }
    .slick-dots {
        padding: 0 12px;
        margin-top: 20px;
    }
    .cmn-gap {
        padding: 30px 0;
    }
    .locked a {
        font-size: 20px;
    }
    .see-pkg-content {
        max-width: 100%;
    }
    .sec-head-wrp.inr-sec-head .sec-head h2{
        font-size: 22px;
    }
    .testimonial-item.cmn-card-bg {
        padding: 20px;
    }
    .social-links ul li {
        margin-right: 12px;
    }
    .copyright-inr {
        gap: 8px;
        padding: 20px 0;
    }
    .login-left-wrp,.login-right-wrp {
        width: 100%;
        max-width: 100%;
    }
    .login-inr-row{
        flex-wrap: wrap;
    }
    .login-left img,.login-left{
        border-radius: 0;
    }
    .login-right, .left-aligned .login-right-wrp .login-right {
        padding: 15px 12px;
    }
    .login-head {
        margin-bottom: 20px;
    }
    .or-divider{
        margin-bottom: 15px;
    }
    .modal-content .close{
        background: var(--theme-clr-1);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
    }
    .modal-content .close span{
        line-height: 0;
    }
    .modal-content .close img{
        filter: brightness(0) invert(1);
    }
    .social-login .cmn-btn {
        border-radius: 5px;
    }
    .left-aligned .login-right-wrp .login-form-wrp ,.login-form-wrp,#register .login-form-wrp{
        padding: 0;
    }
    .about-bnr-content>* {
        margin-bottom: 20px;
    }
    .abt-bnr-img {
        width: 120px;
        height: 120px;
    }
    .signature-img {
        width: 120px;
        margin-bottom: 40px;
    }
    .service-card-img-wrp{
        width: calc(100% - 12px);
        margin-left: auto;
    }
    .pricing-head h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .pricing-info p strong {
        font-size: 26px;
    }
    .pricing-body>p {
        margin-bottom: 15px;
    }
    .cmn-pop .modal-content{
        padding: 50px 20px 20px;
    }
    .compare-fac-form .input-grp input[type='submit']{
        min-width: 100px;
    }
    .compare-fac-form .input-grp input[type='text'] {
        background-position: 10px center;
        background-size: 16px;
        padding-left: 30px;
    }
    .fdtls-left{
        border-radius: 10px 10px 0 0;
    }
    .fms-filter-options{
        margin-bottom: 120px;
        justify-content: center;
    }
    .fms-filter-options>*{
        width: calc((100% - 12px)/2);
    }
    .see-pkg-inr{
        justify-content: center;
    }
}

@media only screen and (max-width: 479px){
    .navbar {
        gap: 12px 0;
        justify-content: space-between;
    }
    .navbar-brand{
        margin-left: auto;margin-right: auto;
    }
    .nav-right{
        margin: 0;
    }
    .navbar .cmn-btn.trns-btn{
        padding: 0;
    }
    .hero-img {
        padding-left: 0;
    }
    h1, .h1-title ,.about-bnr-content h1{
        font-size: 26px;
    }
    .search-frm-inr .formfield input[type='text'] {
        padding-left: 30px;
        width: 100%;
        background-position: 10px center;
    }
    .search-frm-inr .formfield input[type='submit']{
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sec-head-wrp{
        flex-wrap: wrap;
        gap: 12px;
    }
    .sec-head-wrp .sec-head{
        max-width: 100%;
    }
    .slider-nav{
        gap: 12px;
    }
    h2, .h2-title,.see-pkg-content .sec-head h2 {
        font-size: 24px;
    }
    .testimonial-item.cmn-card-bg {
        padding: 12px;
    }
    .faq-category ul li {
        font-size: 16px;
        padding: 12px;
        margin-bottom: 12px;
    }
    .ftr-upr-right,.ftr-upr-left{
        width: 100%;
    }
    .social-links ul li a {
        width: 30px;
        height: 30px;
        padding: 5px;
    }
    .social-links ul li {
        margin-right: 5px;
    }
    .social-wdgt-head {
        font-size: 22px;
    }
    .ftr-widget-links ul li {
        margin-bottom: 5px;
    }
    .copyright-inr p {
        font-size: 15px;
    }
    .copyright-inr {
        padding: 15px 0;
    }
    .provider-content ,.provider-img{
        width: 100%;
        padding-left: 0;
    }
    .provider-img{
        margin-bottom: 15px;
    }
    .cmn-card-bg{
        padding: 12px;
    }
    .abt-bnr-img{
        position: static;
        width: calc(50% - 12px);
    }
    .abt-bnr-img-wrp{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 12px;
        padding-top: 20px;
    }
    .navbar-toggler{
        margin-left: 15px;
    }
    .signature-img {
        width: 100px;
        margin-bottom: 20px;
    }
    .service-card-tagline{
        font-size: 16px;
    }
    .service-card-content ul {
        margin: 0 0 10px;
    }
    .service-card {
        margin-bottom: 40px;
    }
    .service-card-row {
        --bs-gutter-y: 30px;
    }
    .two-input-grps .input-grp{
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    .two-input-grps .input-grp:last-child{
        margin-bottom: 0;
    }
    .cmn-pop{
        padding-right: 0 !important;
    }
    .cmn-pop .modal-content {
        padding: 50px 12px 12px;
    }
    .compare-fac-form .input-grp input[type='submit']{
        padding-left: 12px;
        padding-right: 12px;
    }
    .pop-head h2{
        font-size: 20px;
    }
    .hfac-card-img {
        width: 100%;
        height: 150px;
    }
    .hfac-card-left {
        max-width: 100%;
        padding-right: 0;
        flex-wrap: wrap;
    }
    .hfac-card-content{
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .h-fac-card{
        margin-bottom: 20px;
    }
    .compare-fac-list {
        margin-bottom: 20px;
    }
    .fac-list-head h4 {
        font-size: 16px;
    }
    .compare-fac-form .input-grp input[type='submit'] {
        min-width: 80px;
        padding: 12px 8px;
    }
    .compare-fac-form .input-grp input[type='text']{
        padding-right: 12px;
    }
    .cmn-btn,button.cmn-btn{
        border-radius: 6px;
    }
    .fdtls-slider-nav .fdtls-slitem-inr{
        width: 100%;
    }
    .currfdtls-content-headinr {
        padding-right: 12px;
    }
    .currfdtls-content-headinr h3,.curr-fdtls-content-btm .fac-id{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .currfdtls-content-head,.curr-fdtls-content-btm{
        margin-bottom: 20px;
    }
    .curr-fdtls-content-btm>* {
        margin-bottom: 5px;
    }
    .provider-infocd-upr-content {
        padding-left: 12px;
    }
    .provider-infocd-upr-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .provider-infocd-btm h4 {
        margin-bottom: 5px;
    }
    .provider-infocd-inr{
        padding: 12px;
    }
    .fdtls-amenities >* {
        width: calc((100% - 24px) / 3);
    }
    .brochure-sec .btn-wrp p {
        font-size: 16px;
    }
    .brochure-sec {
        padding: 12px;
        margin-top: 20px;
    }
    .multi-input-grps {
        grid: auto / repeat(1, 1fr);
    }
    .profile-settings{
        padding: 12px;
    }
    .profile-settings .sec-head h1{
        font-size: 28px;
    }
    .pegination-wrp{
        flex-wrap: wrap;
        justify-content: center;
    }
    .pegination{
        margin-left: 0;
    }
}