@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    color: #28b16d;
    text-decoration: none;
    white-space: initial;
    display: inline-block;
    font-family: 'Montserrat';
}

a:hover,
a:focus {
    text-decoration: none;
    color: #13bdce;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Mustard';
    src: url(../fonts/Mustard\ Medium.otf);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    color: #fff;
    font-size: 65px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Mustard';
}

h2 {
    color: #000;
    margin: 0 0 0px;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Mustard';
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    color: #000000;
    font-weight: 600;
    font-family: 'Mustard';
}

h4 {
    color: #000;
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Mustard';
}

h5 {
    color: #000;
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Montserrat';
}

h6 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #7f7f7f;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}


.add-padding {
    margin: 0 auto;
    padding: 0px 5%;
    max-width: 1800px;
}

.theme-1 {
    gap: 10px;
    display: flex;
    color: #fff;
    font-size: 16px;
    width: max-content;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 6px 8px 6px 15px;
    border: 1px solid #13bdce;
    background-color: transparent;
}

.theme-1 span {
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #13bdce;
}

.theme-1 span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7449%) hue-rotate(218deg) brightness(116%) contrast(111%);
}

.theme-2 {
    gap: 10px;
    display: flex;
    color: #fff;
    font-size: 16px;
    width: max-content;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    padding: 6px 8px 6px 15px;
    text-transform: uppercase;
    border: 1px solid #13bdce;
    background-color: #13bdce;
}

.theme-2 span {
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.theme-2 span img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(100%) saturate(2073%) hue-rotate(142deg) brightness(98%) contrast(85%);
}

/*header css start */

header {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
}

.menuSec {
    padding: 11px 0;
    position: relative;
    background-color: #fff;
}

.menuSec::before {
    top: 0;
    left: 100%;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: #fff;
}

.menuSec::after {
    top: 0;
    right: 100%;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: #fff;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    text-align: center;
    position: relative;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #13bdce;
}

.top-bar-right {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar-right a ul {
    display: flex;
    gap: 15px;
}

.top-bar-right a ul li {
    color: #fff;
}

.top-bar-right a ul li p {
    color: #fff;
}

.center-line {
    padding: 9px 25px;
    margin: 0px 25px;
    border: 1px solid #ffffff3b;
    border-top: none;
    border-bottom: none;
}

.menuSection {
    position: relative;
}

.menuSection::before {
    right: 0;
    top: 0;
    width: 20%;
    content: '';
    height: 73px;
    position: absolute;
    background-color: #fff;
}

.menuSection::after {
    top: -43px;
    left: 0;
    width: 20%;
    content: '';
    height: 121px;
    position: absolute;
    background-color: #fff;
}

.header-logo {
    z-index: 1;
    top: -20px;
    position: relative;
}

img.header-after-2 {
    position: absolute;
    top: -45px;
}

img.header-after {
    position: absolute;
    top: 2.5px;
    height: auto;
}

img.header-befoer {
    position: absolute;
    top: 0;
}

.header-search {
    z-index: 1;
    height: 70px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.header-search form {
    gap: 15px;
    display: flex;
    align-items: center;
}

.header-search form button {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #13bdce;
    background-color: #13bdce;
}

.header-search form input {
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.header-search form input::placeholder {
    text-transform: uppercase;
}

/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    margin: 10px 3px;
    text-indent: -999px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ffffff6b;
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    width: 8px;
    height: 8px;
    margin: 0;
    background: #fff;
    border-radius: 50%;
}

.main_slider .carousel-indicators {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0;
    height: 100%;
    display: flex;
    margin-left: 2%;
    list-style: none;
    position: absolute;
    width: max-content;
    margin-right: auto;
    align-items: center;
    margin-bottom: 1rem;
    flex-direction: column;
    justify-content: center;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-indicators .active::before {
    top: 0;
    bottom: 0;
    right: 100%;
    margin: auto;
    content: '';
    height: 1px;
    width: 100vw;
    position: absolute;
    background-color: #ffffff5b;
}

.banner-bg {
    width: 100%;
    height: 900px;
    object-fit: cover;
    object-position: center;
}

.main_slider {
    position: relative;
}

.main_slider::before {
    left: 0;
    bottom: -1px;
    z-index: 1;
    width: 100%;
    content: '';
    height: 62px;
    position: absolute;
    background-image: url(../images/banner-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.banner_ul {
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}

.banner_ul::before {
    position: absolute;
    content: '';
    right: 22px;
    top: -130px;
    height: 400px;
    width: 1px;
    z-index: 1;
    background-color: #ffffff57;
}

.banner_ul ul {
    gap: 25px;
    z-index: 1;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner_ul ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    color: #ffff;
    border-radius: 50%;
    align-items: center;
    background-color: #000;
    justify-content: center;
    border: 1px solid #8e8e8e;
}

.banner_ul ul li a:hover {
    border-color: #13bdce;
    background-color: #13bdce;
}

.banner_text h3 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
}

.inner-banner .banner-bg {
    height: 650px;
}

.booking-container {
    position: absolute;
    margin: auto;
    width: 100%;
    max-width: 900px;
    left: 0;
    right: 0;
    bottom: 25px;
    padding: 0 20px;
    margin-bottom: 50px;
}

/* Toggle Buttons */
.booking-container .booking-toggle {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.booking-container .toggle-btn {
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 0px;
    font-family: 'Montserrat';
}

/* .booking-container .toggle-btn:first-child {
    background: #13bdce;
    color: white;
} */

.booking-container .toggle-btn:last-child {
    background: white;
    color: black;
}

.booking-container .toggle-btn.active {
    background: #13bdce;
    position: relative;
    color: white;
}

.booking-container .toggle-btn.active::before {
    top: 100%;
    left: 25px;
    z-index: 1;
    content: '';
    width: 25px;
    height: 15px;
    position: absolute;
    background: #13bdce;
    clip-path: polygon(0 0, 50% 100%, 100% 0%);
}

/* Tab Content */
.booking-container .tab-content {
    display: flex;
    flex-direction: column;
}

/* Booking Search Bar */
.booking-container .booking-search {
    display: flex;
    background: black;
    padding: 10px;
    border-radius: 50px;
    align-items: center;
    gap: 10px;
}

.booking-container .search-item {
    flex: 1;
    color: white;
    display: flex;
    flex-direction: column;
    position: relative;
}

.booking-container .search-item i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.booking-container input,
.booking-container select {
    background: transparent;
    border: none;
    color: white;
    padding: 5px;
    font-size: 14px;
    width: 100%;
}

.booking-container input::placeholder {
    color: white;
}

.booking-container select option {
    color: #000;
}

.booking-container .search-btn {
    background: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*banner css end*/

/* about-sec */

.about-sec {
    padding: 100px 0px;
}

.about-img {
    width: 100%;
    height: 680px;
    border-radius: 15px;
    background-color: #6d563a;
}

.about-img img {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    object-fit: cover;
    border-radius: 15px;
}

.aboutText h2 {
    text-align: end;
    margin-bottom: 15px;
}

.aboutText h5 {
    font-size: 20px;
    margin: 25px 0px;
    font-weight: 400;
}

.aboutText h6 {
    font-size: 16px;
}

.aboutText p {}

.aboutText ul {
    gap: 15px;
    display: flex;
    margin: 25px 0px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.aboutText ul li {}

.aboutText ul li {
    gap: 15px;
    display: flex;
    align-items: center;
}

.aboutText-img {
    width: 100%;
    height: 600px;
    opacity: 0.8;
    object-fit: cover;
    border-radius: 15px;
    background-color: #6d563a;
}

/* about-sec */

/* home-contact */

.home-contact-sec {
    padding: 50px 0px;
}

.home-contact-text h2 {
    margin-bottom: 10px;
}

.home-contact-ul {
    gap: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-contact-ul ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.home-contact-ul ul li i {
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #13bdce;
}

.home-contact-ul ul li h6 {
    font-size: 14px;
    font-weight: 400;
}

/* home-contact */

/*Review Section Start*/

.testimonial-sec {
    padding: 100px 0px 0px;
}

.center-col {
    margin-right: auto;
    margin-left: auto;
}

.review-box ul.star {
    justify-content: flex-start;
}

.review-box ul.star i {
    font-size: 16px;
}

.review-box h4 {
    font-size: 25px;
    color: #000;
}

ul.reviews-text {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}

.review-slider .slick-slide {
    opacity: 1;
}

.review-slider .slick-next:before {
    position: absolute;
    content: '\f054';
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #484545;
    font-family: 'Font Awesome 5 Pro';
    right: 0;
    top: 0;
    opacity: 0;
}

.review-slider .slick-prev:before {
    position: absolute;
    content: '\f053';
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #484545;
    font-family: 'Font Awesome 5 Pro';
    left: 0;
    top: 0;
    opacity: 0;
}

.review-sec {
    padding: 100px 0px 0px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(249, 246, 246, 1) 70%);
}

.reviews-heading {
    text-align: center;
    margin-bottom: 50px;
}

.review-box ul.star {
    justify-content: flex-start;
}

.review-box ul.star i {
    font-size: 16px;
}

.review-box p {
    font-size: 16px;
    color: #8a8a8a;
    font-weight: 400;
    margin-bottom: 15px;
}

ul.reviews-text {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}

ul.reviews-text li h2 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
}

ul.reviews-text li span {
    font-size: 16px;
    font-weight: 500;
    color: #746957;
    font-family: 'Montserrat';
}

.review-box span {
    color: #9b9898;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 4px;
}

.review-box {
    padding: 40px 50px;
    margin-bottom: 50px;
    background: transparent;
    border: 1px solid #bfbbbb;
}

.review-box ul.star {
    justify-content: flex-start;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 5px;
}

ul.star i {
    color: #f39f1e;
    font-size: 16px;
}

/*Review Section End*/


/* footerSec */

.footerSec {
    padding-bottom: 30px;
    background-color: #222222;
    border-radius: 15px 15px 0px 0px;
}

.all-right-text {
    display: flex;
    padding: 25px 20px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    writing-mode: sideways-lr;
    border-radius: 0px 0px 10px 10px;
}

.all-right-text p {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.foot-links,
.footer-contact {
    margin-top: 80px;
}

.footer-contact p {
    width: 70%;
    color: #bdbdbd;
    margin-top: 25px;
    margin-bottom: 25px;
}

.footer-contact h6 {
    color: #fff;
    margin-bottom: 10px;
}

.footer-contact ul {
    gap: 15px;
    display: flex;
    margin: 20px 0px;
    align-items: center;
}

.footer-contact ul li a {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    display: flex;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: #13bdce;
}

.footer-contact ul li a:hover {
    opacity: 1;
}

.foot-links h5 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.foot-links ul {
    line-height: 45px;
}

.foot-links ul li a {
    color: #fff;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: flex-start;
}

.foot-links ul li a i {
    width: 0;
    overflow: hidden;
    transition: 0.5s ease-out;
    position: relative;
}

.foot-links ul li a:hover i {
    width: 20px;
    transition: 0.5s ease-in;
}

/* footerSec */

/* Book Appointment Starts*/

section.book-appointment {
    padding: 80px 0 120px;
}

.btn_wrap.book-btn .theme-btn {
    width: 400px;
    margin-bottom: 30px;
}

.book-appointment-heading {
    text-align: center;
    margin: 0 0 50px 0;
}

.book-appointment-heading h2 {
    margin: 20px 0;
    font-size: 60px;
    font-weight: 500;
}

.book-appointment-heading p {
    font-size: 17px;
    line-height: 29px;
    width: 67%;
    margin: 0 auto;
}

.book-input {
    position: relative;
}

.book-input i {
    top: 25px;
    right: 20px;
    font-size: 25px;
    color: #9a9999;
    position: absolute;
    background-color: #fff;
}


.book-input input,
.book-input select,
.book-input textarea {
    width: 100%;
    color: #000;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 30px;
    align-items: center;
    border: 1px solid #c2c2c2;
}

.book-input input::placeholder,
.book-input select::placeholder,
.book-input textarea::placeholder {
    text-transform: capitalize;
}

.book-input textarea {
    resize: none;
    height: 200px;
}

.book-btn {
    margin: 40px 0 0 0;
    text-align: center;
}

.book-slec {
    position: relative;
}

.book-slec::before {
    content: '\f078';
    position: absolute;
    top: 30%;
    right: 3%;
    color: #6c757d;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    z-index: 0;
    pointer-events: none;
}

section.book-appointment button.theme_btn {
    border: none;
    display: flex;
    color: #fff;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    width: max-content;
    padding: 14px 50px;
    border-radius: 40px;
    font-family: 'Montserrat';
    background-color: #13bdce;
}


/* Book Appointment end*/

/* tream-heading */

.tream-heading h2 {
    margin-bottom: 10px;
}

.tream-heading h3 {
    font-size: 25px;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 10px;
}

.tream-heading p {
    font-size: 17px;
    margin-bottom: 20px;
}

/* tream-heading */


/* Contact Page Start */

section.contact-pg {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(188deg, #fff, transparent);
}

ul.cont-list-ad i {
    font-size: 25px;
    color: #13bdce;
    margin-right: 20px;
}

ul.cont-list-ad {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0px 0 30px;
}

ul.cont-list-ad h5 {
    font-size: 20px;
    margin: 0;
    color: #000000;
    font-weight: 700;
}

ul.cont-list-ad p {
    margin: 0;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

ul.cont-list-ad a {
    font-size: 19px;
    color: #333333;
    font-weight: 500;
    line-height: 30px;
}

.contact-head {
    margin-bottom: 30px;
}

.contact-pg-inp input {
    font-size: 16px;
    color: #666666;
    border: 1px solid #b7b7b7;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding: 15px 25px;
    border-radius: 30px;
}

.contact-pg-inp textarea {
    border: 1px solid #b7b7b7;
    width: 100%;
    height: 190px;
    padding: 15px 25px;
    color: #cdcacb;
    margin-bottom: 30px;
    border-radius: 30px;
}

.contact-pg-inp input::placeholder {
    color: #666666;
}

.contact-pg-inp input::-webkit-outer-spin-button,
.contact-pg-inp input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact-head h2 {
    color: #000;
    margin-bottom: 20px;
    font-size: 50px;
}

.contact-head p {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

.map-location iframe {
    width: 100%;
    height: 400px;
    border-radius: 35px;
    border: 1px solid #13bdce;
}

ul.product-social.contact-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.product-social.contact-social i {
    border: 1px solid #00910d;
    color: #00910d;
}

ul.product-social li i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50px;
}


/* Contact Page End */

/* why-choose-sec */

.why-choose-sec {
    padding: 100px 0px;
}

.why-choose-text h2 {
    font-size: 55px;
    margin-bottom: 10px;
}

.why-choose-text p {
    color: #555555;
    margin-bottom: 15px;
}

.why-choose-text ul {
    gap: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px 0px 35px;
    justify-content: flex-start;
}

.why-choose-text ul li h6 {
    font-size: 17px;
    border-bottom: 2px solid #888888;
}

.why-choose-img {
    width: 100%;
    height: 550px;
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}


/* why-choose-sec */

/* product-sec */

.product-sec {
    padding: 100px 0px 0px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(249, 246, 246, 1) 70%);
}

.product-heading {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #9d9a9a;
}

.product-box {
    margin-bottom: 25px;
}

.product-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

.product-box-deatil {
    width: 95%;
    top: -25px;
    padding: 25px 15px;
    position: relative;
    border-radius: 10px;
    background-color: #13bdce;
}

.product-box-deatil h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #61d3de;
}

.product-box-deatil h6 {
    color: #fff;
    margin-bottom: 10px;
}

.product-box-deatil p {
    color: #fff;
    margin-bottom: 10px;
}

.product-box-deatil ul li {
    gap: 10px;
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}

.product-box-deatil ul li img {
    width: 15px;
    height: 20px;
    margin-right: 5px;
    object-fit: contain;
}

.product-box-deatil ul li p {
    color: #fff;
    margin-bottom: 0;
}

.product-box-btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    align-items: center;
    justify-content: space-between;
}

.product-box-btn .theme-2 {
    font-size: 12px;
    border: 1px solid #fff;
}

.product-box-btn .theme-2 span {
    height: 30px;
    width: 30px;
}

.product-box-btn h4 {
    font-size: 17px;
    color: #fff;
}

.product-box-btn h4 span {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.inner-product-sec {
    padding: 100px 0px;
}

/* product-sec */

/* we-love-sec */

.we-love-sec {
    padding: 100px 0px;
}

.inner-we-love-sec {
    position: relative;
    background-color: #f3f2f1;
}

.inner-we-love-sec::before {
    top: -25px;
    left: 0;
    height: 30px;
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    background-color: #f3f2f1;
}

.we-love-img {
    gap: 25px;
    width: 100%;
    height: 600px;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.we-love-img img {
    width: 100%;
    height: 48%;
    object-fit: cover;
    border-radius: 250px;
}

.we-love-img-text {
    top: 0;
    left: 0;
    right: 0;
    gap: 10px;
    bottom: 0;
    margin: auto;
    display: flex;
    position: absolute;
    width: max-content;
    align-items: center;
    height: max-content;
    border-radius: 50px;
    padding: 12px 25px 6px;
    justify-content: center;
    background-color: #fff;
    border: inherit !important;
}

.we-love-img-text h4 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
}

.we-love-img-text h6 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.we-love-text h2 {
    margin-bottom: 10px;
}

.we-love-text p {
    margin-bottom: 15px;
}

.we-love-text ul {
    columns: 2;
    margin: 50px 0px 25px;
}

.we-love-text ul li {
    gap: 15px;
    display: flex;
    margin-bottom: 35px;
    align-items: center;
    justify-content: flex-start;
}

/* we-love-sec */

/* furnished-sec */

.furnished-sec {
    margin: 0 auto;
    max-width: 2000px;
}

.furnished-box {
    margin: 25px 0px;
}

.furnished-box {
    width: 100%;
    height: 550px;
    display: flex;
    padding: 25px;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.furnished-box::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 0%;
    position: absolute;
    transition: ease-out 0.5s;
    background-color: #00000096;
}

.furnished-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.furnished-box h3,
.furnished-box p,
.furnished-box h4 {
    z-index: 1;
    opacity: 0;
    color: #fff;
    text-align: center;
    position: relative;
    transition: ease-out 0.5s;
}

.furnished-box:hover h3,
.furnished-box:hover p,
.furnished-box:hover h4 {
    opacity: 1;
    transition: ease-in 0.5s;
}

.furnished-box:hover::before {
    height: 100%;
    transition: ease-in 0.5s;
}

.furnished-box h3 {
    font-weight: 400;
    margin-bottom: 15px;
}

.furnished-box p {
    margin-bottom: 25px;
}

/* furnished-sec */

/* product-detial-box */

.product-detail {
    padding: 100px 0px;
}

.product-detail-box-main {
    width: 100%;
    height: 660px;
}

.product-detail-box-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-detial-box .product-box-deatil {
    top: 0;
    float: right;
    max-width: 320px;
    margin-right: 25px;
    margin-top: -140px;
}

.product-detial-box .product-box-deatil .product-box-btn {
    justify-content: flex-end;
}

.product-detial-box {
    margin-top: 35px;
}

.Check-div {
    text-align: center;
    position: relative;
    border-radius: 15px;
    margin-bottom: 25px;
    padding: 35px 25px 25px;
    background-color: #f0f5f5;
}

.Check-div .booking-form label {
    font-size: 15px;
    display: block;
    text-align: left;
    margin-bottom: 5px;
    font-family: 'Mustard';
}

.Check-div h4 {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.Check-div .theme-2 {
    margin: auto;
}

.Check-div::before {
    left: 0;
    top: 75px;
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    background-color: #c7cbcd;
}

.Check-div .booking-form .input-box {
    border: none;
    display: flex;
    padding: 10px 0;
    position: relative;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}

.Check-div .booking-form .input-box input,
.Check-div .booking-form .input-box select {
    width: 100%;
    border: none;
    height: 50px;
    outline: none;
    font-size: 16px;
    padding: 0px 25px;
    background: transparent;
}

.Check-div .booking-form .input-box i {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #999;
    font-size: 25px;
    background-color: #fff;
}

.Check-div-2 {
    padding: 35px 25px;
    border-radius: 15px;
    background-color: #f0f5f5;
}

.Check-div-2 h4 {
    margin-bottom: 10px;
}

.Check-div-2 ul {
    columns: 2;
    line-height: 45px;
}

.Check-div-2 ul li {
    color: #555555;
    font-weight: 600;
    font-family: 'Montserrat';
}

/* product-detial-sec */

.booking-sec {
    padding: 100px 0px;
}

/* Progress Bar */
.booking-sec .progress-bar {
    display: flex;
    padding: 25px;
    margin-bottom: 70px;
    flex-direction: row;
    border-radius: 15px;
    background: #13bdce;
    justify-content: space-between;
}

.booking-sec .step {
    display: flex;
    width: 33.3%;
    position: relative;
    align-items: center;
    flex-direction: column;
}

.booking-sec .step span {
    width: 50px;
    height: 50px;
    color: #000;
    display: flex;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    background-color: #fff;
    border: 1px solid #fff;
}

.booking-sec .step.active span {
    background: #0e9aa8;
    color: #fff;
}

.booking-sec .step p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
}

/* Form Steps */
.booking-sec .form-step {
    gap: 25px;
    display: none;
    flex-direction: column;
}

.booking-sec .form-step.active {
    display: flex;
}

/* Input Styling */
.booking-sec input,
.booking-sec textarea {
    width: 100%;
    height: 60px;
    font-weight: 500;
    margin: 5px 0 25px;
    padding: 0px 25px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.booking-sec label {
    font-weight: 600;
    color: #666666;
    font-family: 'Montserrat';
}

.booking-sec textarea {
    height: 190px;
    padding-top: 25px;
}

/* Payment Options */
.booking-sec .payment-options {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.booking-sec label.payment-method {
    width: 100%;
}

.payment-box {
    text-align: center;
    display: flex;
    padding: 45px 25px;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #cccccc;
}

.payment-box p {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.booking-sec .payment-options img {
    width: 200px;
    height: auto;
}

/* Button Styling */
.booking-sec .button-group {
    display: flex;
    justify-content: space-between;
}

.booking-sec button {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 500;
    transition: 0.3s;
    width: max-content;
    padding: 15px 50px;
    border-radius: 50px;
    background: #13bdce;
    font-family: 'Montserrat';
    border: 1px solid #13bdce;
}

.booking-sec button:hover {
    background: #fff;
    border: 1px solid #13bdce;
    color: #13bdce;
}

.booking-sec input[type="radio"] {
    display: none;
}

.booking-sec label.payment-method input:checked+.payment-box {
    border-color: #13bdce;
    background: #f0f8ff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    /* Stronger shadow when selected */
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/