body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: var(--extra-color-4);
}

a:hover {
    color: var(--black-color);
}
/* Header Css  */
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
div#offcanvasDarkNavbar {
    background: rgb(51, 17, 0);
    background: linear-gradient(
        180deg,
        rgba(51, 17, 0, 1) 17%,
        rgba(51, 17, 0, 1) 49%,
        rgba(51, 17, 0, 0.9752275910364145) 76%
    );
}
.navbar-nav .nav-link {
    position: relative;
    padding-left: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-link:hover {
    color: #f5e0c3; /* Lighter color for the active and hover effect */
}
section.follow-us ul.social-wrapper img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
}
section.follow-us ul.social-wrapper li {
    background-color: #61341d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #fff;
}

.slider-wrapper-main-bg .slider-content {
    background: #61341d;
    width: 100%;
    height: 210px;
    text-align: center;
    padding: 23px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-wrapper-main-bg .slider-content a {
    color: #fff !important;
    text-decoration-line: underline;
}

.slider-wrapper-main-bg .slider-content h5 {
    color: #fff !important;
}

.slider-wrapper-main-bg .slider-content p {
    color: #fff !important;
}
.navbar-nav .nav-item.active .nav-link::before,
.nav-item .nav-link::before,
.navbar-nav .nav-link:hover::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 1px;
    background-color: white;
    transition: all 0.3s;

    /* border-left: 2px solid #f5e0c3; */
    /* border-bottom: 2px solid #f5e0c3; */
}
.wrapper-navbar-main-nav {
    padding: 40px 100px !important;
}
h2.wrapper-h2 p {
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 45px;
}
.navbar-nav .nav-item.active .nav-link::before,
.navbar-nav .nav-link:hover::before {
    width: 50px;
    /* height: 1px; */
    /* background-color: white; */
    /* border-left: 2px solid #f5e0c3; */
    /* border-bottom: 2px solid #f5e0c3; */
    transition: width 0.3s ease;
    left: -14px;
    transition: all 0.3s;
}
/* .navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-link:hover::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #f5e0c3;
    transition: width 0.3s ease;
} */

.navbar-nav .nav-link:hover {
    transform: scale(1.3);
    /* margin-left: -4px; */
    position: relative;
    right: 0px;
    padding-left: 50px;
    transition: all 0.3s;
}
.dropdown-div::-webkit-scrollbar {
    display: none;
}

.icon-header i {
    font-size: 18px;
}

.header-top-line .shipping-text {
    color: #fffdf6;
}
header.site-header .accordion-button:not(.collapsed) {
    color: var(--secondary-color);
}
.mobile-header {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 100px 20px 20px;
    background-color: var(--main-bg);
    min-height: 100%;
    transform: translateX(100%);
    transition: 0.2s;
    z-index: 999;
    overflow-y: scroll;
}

.link-hover {
    transition: 0.3s;
}

.link-hover:hover {
    color: #cdb494;
}
.mobile-header.active {
    transform: translateX(0);
}
/* Tablet Responsive  */

@media (max-width: 991px) {
    .icon_wrapper img,
    .icon_wrapper .fa {
        width: 22px;
        font-size: 17px;
        margin: 0 2px;
    }
    .icon_wrapper {
        background-color: transparent !important;
    }

    /* .nav__actions, .logo__wrap, .nav__wrap {
  max-width: 35%;
  width: 100%;
} */
}

/* search box css  */
.search-box {
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    padding: 33px 0px;
    transition: 0.6s;
    transform: translateY(-150%);
}

.search-box.show {
    transform: translateY(0%);
    z-index: 9999;
    /* border: 1px solid; */
    background: var(--primary-color);
}
.search-box.show .fa {
    color: black;
}
.search-box .form-group {
    display: flex;
    align-items: center;
    position: relative;
}

.search-box .form-group button {
    border: 0;
    background: transparent;
    position: absolute;
    right: 0;
    outline: none;
    padding: 10px 20px;
}

.search-box .form-group input {
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.search-box .cancel {
    text-align: right;
    padding: 10px 0px;
}

.search-box .cancel svg {
    fill: black;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

/* search-bar end here */

/* banner_sec start here */
.banner_sec {
    height: 800px;
    overflow: hidden;
}

.background-video-container {
    position: relative;
}

.background-video {
    object-fit: cover;
}
.banner_sec .overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}
/* banner_sec end here */

section.banner-wrapper {
    position: relative;
    /* top: -39px; */
}
.about-us-overlay {
    position: absolute;
    background-image: url(../img/about-bj.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.brands_slider .brand_img img {
    /* width: 100%; */
    height: 29px;
    object-fit: scale-down;
}
@media (max-width: 1020px) {
    .brands_slider .brand_img img {
        aspect-ratio: 2/3;
        width: 206px;
        height: 29px;
    }
}

/* find-sec  */
.brand_find_img img {
    height: 90px;
    object-fit: fill;
    width: 100%;
}
.brand_find_img {
    margin: 0 20px;
}

.community_img img {
    width: 100%;
    height: 266px;
    object-fit: fill;
    border-radius: 30px;
}
.product_image img.img-fluid {
    width: 100%;
    height: 260px;
    border-radius: 20px;
    margin-bottom: 20px;
    object-fit: fill;
}
.blog_card_img img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}
.rating {
    margin-bottom: 10px;
}

.custom-radio input[type="radio"]:checked + .btn {
    background-color: var(--primary-color);
    color: white;
}

.slider_bottom_image img {
    width: 100%;
    height: 430px;
    object-fit: fill;
}
.product_Wrapper {
    height: 400px;
}
.community_slider1 {
    position: relative;
}

.community_slider1 .slick-slide {
    transition: transform 0.3s ease; /* Smooth scaling effect */
}

.community_slider1 .slick-slide.slick-active {
    transform: scale(1);
    z-index: 1;
    position: relative;
    /* overflow: ; */
    /* object-fit: ; */
    height: 250px;
    object-fit: fill;
    /* width: 191px !important; */
}

.community_slider1 .slick-slide.slick-active:hover {
    /* transform: scalex(1.2),scaleY(1.5); */
    position: relative;
    z-index: 111111;
    transform: perspective(550px) scale3d(1.3, 1.3, 0.1) translateZ(50px);
}
.community_slider1 .slick-list {
    padding: 59px 0;
}

.whatsapp_wrapper {
    bottom: 10%;
    width: 100%;
    left: 87%;
}
.whatsapp_wrapper img {
    width: 116px;
    object-fit: scale-down;
    height: 116px;
}
.slick_btn_wrapper .slick-prev,
.slick_btn_wrapper .slick-next {
    position: unset !important;
    height: 50px;
    width: 50px;
    font-size: 20px;
}
.slick_btn_wrapper .slick-prev::before,
.slick_btn_wrapper .slick-next::before {
    content: unset !important;
}

@media (max-width: 760px) {
    .whatsapp_wrapper {
        left: 61%;
    }
    /* .community_slider1 .slick-list {
		overflow: hidden !important;
	} */
}
/* @media(max-width:980px){
	.community_slider1 .slick-list {
		overflow: hidden !important;
	}
} */
/* my css end here home page */
/* sultan bhai css start here*/
section.our-treatment {
    padding: 60px 0px;
    background: #d4c6b6;
}

/* section.our-treatment button.slick-arrow {

	position: absolute;
	top: -56px;
	z-index: 1;
	max-width: max-content;
	right: 80px;
} */
/* section.our-treatment button.slick-arrow {

  position: absolute;
  top: -140px;
  z-index: 1;
  max-width: max-content;
  right: 163px;
}
section.our-treatment button.slick-prev.slick-arrow {

  left: 80%;
	position: absolute;
} */
/* section.our-treatment .slick-next:before {
	content: "→" !important;
	width: 50px;
	height: 50px;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	border: 0;
	border-radius: 6px;
	border: 1px solid #61341d;
	border-radius: 200px;
	color: #61341d;
}
section.our-treatment .slick-prev:before {
	content: "←" !important;
	width: 50px;
	height: 50px;
	background-color: transparent;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	border: 0;
	color: #61341d;
	border-radius: 6px;
	border: 1px solid #61341d;
	border-radius: 200px;
} */
.what-content p {
    color: #61341d;
    margin-top: 10px;
}
.t-heading {
    font-family: "LarkenDEMO-Medium";
    font-size: 16px;
    color: #2c2f31;
}
ul.list-wrapper li {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    padding-top: 10px;
}
ul.list-wrapper {
    margin-top: 10px;
}
.what-content {
    padding-left: 50px;
}
section.what-made-us {
    padding: 70px 0;
    background: #f2ece6;
}
.what-img-wrapper img {
    width: 100%;
    height: 320px;
    object-fit: fill;
}
.what-content a.btn-wrapper {
    font-size: 13px;
}
.what-content a.primary-button {
    font-size: 13px;
}
.banner-content.po-wra {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
}
.banner-content.po-wra h2 {
    padding: 30px 180px;
}
.banner-content.po-wra a.btn-wrapper.explore-now {
    border-color: #fff;
    color: #fff;
}
/* .banner-content.po-wra h2 {
	font-size: 31px;
	text-align: center;
	padding: 20px 100px;
} */
.slider-content.wrap {
    padding: 0;
}
.slider-content.wrap .content-img h5 {
    font-family: "LarkenDEMO-Medium";
    font-size: 22px;
}
a.clinic {
    color: #61341d;
    /* font-family: "LarkenDEMO-Medium"; */
    font-size: 18px;
    font-family: "switzer", Sans-serif;
    font-weight: 600;
}

section.location {
    padding-top: 30px;
    background: #f2ece6;
}
section.find-sec {
    background: #61341d;
    padding: 60px 0;
}

.slider-content.wrap .content-img {
    padding: 50px;
}

.product-content {
    position: absolute;
    top: 0;
    padding: 30px;
}
.product-wrappers img {
    width: 100%;
    object-fit: fill;
    padding: 10px;
    height: 294px;
    border-radius: 31px;
}
.product-content h5 {
    margin-bottom: 5px;
}
section.successful-sec {
    /* padding: 100px 0; */
    position: relative;
}
.wrapper-slider-face img {
    width: 100%;
    height: 310px;
    object-fit: fill;
    padding: 10px;
}
.categories_box .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.slick-slide {
    display: none;
    float: left;
    height: unset;
    min-height: 1px;
}
section.successful-sec .slick-slider {
    position: relative;
}
section.successful-sec .slick-slider {
    position: relative;
}

section.successful-sec .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
section.successful-sec .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

section.successful-sec .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    width: 20px;
    height: 20px;
}

section.successful-sec .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
}

/* Additional content in dots */
section.successful-sec .slick-dots li:before {
    content: attr(data-content); /* Add content from data attribute */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #fff;
}
/* section.successful-sec .slick-prev,
section.successful-sec .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

section.successful-sec .slick-prev {
	left: 20px;
}

section.successful-sec .slick-next {
	right: 20px;
} */

@media (max-width: 680px) {
    .slick-dot ul {
        gap: 10px;
        padding: 0;
        flex-wrap: wrap;
    }
}
/* Center mode */
section.successful-sec .slick-slide {
    transition: all ease 0.5s; /* Adjust transition timing */
    transform: scale(0.8);
    opacity: 0.5;
}

section.successful-sec .slick-center {
    transform: scale(1);
    opacity: 1;
}
/* .slick-dot {
	position: absolute;
	top: -111px;
	right: 0;
} */
.slick-dot ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.slick-dot ul li.active {
    background: #61341d;
    color: #fff;
    transition: all 0.5s;
}
.slick-dot ul li {
    font-family: "LarkenDEMO-Medium";
    background-color: #d4c6b6;
    padding: 10px 21px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
}
.slick-dot ul li h4 {
    font-family: "LarkenDEMO-Medium";
    font-size: 17px;
}
section.successful-sec button.slick-arrow {
    /* bottom: 0px !important; */
    position: absolute;
    top: 314px;
    z-index: 1;
    /* max-width: max-content; */
    /* right: 620px; */
    right: 45%;
}
/* section.successful-sec button.slick-prev.slick-arrow {
  left: 45%;
	position: absolute;
} */
/* section.successful-sec .slick-next:before {
	content: "→" !important;
	width: 50px;
	height: 50px;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	border: 0;
	border-radius: 6px;
	border: 1px solid #61341d;
	border-radius: 200px;
	color: #61341d;
}
section.successful-sec .slick-prev:before {
	content: "←" !important;
	width: 50px;
	height: 50px;
	background-color: transparent;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	border: 0;
	color: #61341d;
	border-radius: 6px;
	border: 1px solid #61341d;
	border-radius: 200px;
} */
ul.social-wrapper li a {
    color: #61341d;
    border-radius: 6px;
    border: 1px solid #61341d;
    border-radius: 200px;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* sultan bhai css end here */

.what-img-wrapper img {
    height: 240px;
}

/* other page start here */
/* about page  start here*/

.side_img {
    right: 0;
    z-index: 2;
}
.side_img img {
    width: 256px;
    height: 284px;
    margin-top: -141px;
}
/* vision_sec start here */
.vision_imgbox_wrapper {
    position: relative;
    margin-top: -107px;
}

.vision_img img {
    width: 72%;
    object-fit: contain;
}

@media (max-width: 760px) {
    .vision_img img {
        width: 100%;
    }
    .vision_imgbox_wrapper {
        margin-top: 10px;
    }
    .vision_images_wrapper {
        flex-wrap: wrap;
    }
}
/* vision_sec end here */
.left_side_img img {
    margin-top: -44px;
}
/* jounery-sec start here  */
.video_play_icon {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    left: 45%;
}
/* jounery-sec end here  */

/* team sec start here */

.card_img img {
    height: 353px !important;
    width: 100%;
    margin-top: -100px;
}

.team_card_bg img {
    height: 254px;
    width: 100%;
}
@media (max-width: 760px) {
    .card_img img {
        height: auto;
        width: 100%;
        margin-top: 0;
    }

    .team_card_bg img {
        height: auto;
        width: 100%;
    }
}
/* team sec end here */
/* about page end here  */

/* service page start here */
.service_slider .slick-next,
.service_slider .slick-prev {
    display: none !important;
}

/* service page end here */

/* blog page css start here*/
.tag_line {
    width: 91px;
    border-radius: 24px;
}
/* .blog_slick_slider .slick-next::before , .blog_slick_slider .slick-prev::before{
	width: 50px;
	height: 50px;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	border: 0;
	border-radius: 6px;
	border: 1px solid #61341d;
	border-radius: 50%;
	color: #61341d;
}
.blog_slick_slider  button.slick-arrow {
	position: absolute;
	z-index: 1;
	color: transparent;
	top: 50%;
}
.blog_slick_slider .slick-next:before {
	content: "→" !important;
}
.blog_slick_slider .slick-prev:before {
	content: "←" !important;

}  */
/* .blog_slick_slider .slick-next {
	top: 52%;

} */
/* pagination css start here  */


li.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

li.page-item .page-link {
    background-color: transparent;
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 60px;
    margin: 40px 20px;
}
.pagination_arrow .page-link {
    background-color: var(--extra-color-1) !important;
}

/* pagination css end here  */

/* blog page css end here */

/* service detail page start here */
ul.services_listing li::before {
    content: "";
    position: absolute;
    background-image: url(../img/tick_icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: -33px;
    /* top: 4px; */
}
ul.services_listing li {
    position: relative;
}
/* service detail page end here */

/* gallery page start here */
/* @media(max-width:580px){
	.gallery_wrapper .col {
		flex: 1 0 100%;
	}
} */

@media (max-width: 580px) {
    .gallery_wrapper .col {
        flex: 1 0 100%;
    }
}

/* gallery page end here */

/* shop start here */
.categories_wrapper .accordion-button::after {
    background-image: unset;
}

/* shop end here */

/* product detail */
.size .btn-check:checked + .btn-secondary,
.size .btn-secondary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.slider-wrapper .slider-content img {
    height: 400px !important;
}
.size .btn {
    width: 40px;
}
.quantity-button .btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
}
.color-span {
    width: 30px;
    height: 30px;
    display: block;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    border-radius: 23px;
}

.color-span-cart {
    width: 10px;
    height: 10px;
    display: block;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    border-radius: 23px;
}
.color-wrapper input:checked ~ .color-span {
    outline-color: var(--primary-color);
    border-color: #fffcf5;
}

.quantity-input {
    width: 65px;
    text-align: center;
    height: 40px;
}
.btn-minus,
.btn-plus {
    width: 38px;
    height: 40px;
}
.btn-minus {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
}
.btn-plus {
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}
.detail-tabs .nav-pills .nav-link.active {
    background-color: var(--primary-color);
}

.detail-tabs .nav-link {
    color: var(--primary-color);
    border-radius: 20px !important;
    border: 1px solid var(--primary-color) !important;
}

/* .rate {
    display: flex;
}

.star {
    position: relative;
    cursor: pointer;
}

.star img {
    display: block;
}

.star i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: gold;
}

.star.selected img {
    display: none;
} */

.star.selected i {
    display: block;
}
@media (max-width: 600px) {
    .product_price span {
        font-size: 21px;
    }
}
/* product detail */

/* checkout start here */
.order_summary_img {
    width: 93px;
    height: 100px;
}
.pro_color {
    width: 2px;
    height: 2px;
}
.sub_total {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.order_pro_wrapper {
    overflow-y: scroll;
    height: 292px;
}
.order_pro_wrapper::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}
.order_pro_wrapper::-webkit-scrollbar {
    width: 3px;
}
.check_this .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
/* checkout end here */

/* cart start here  */
.product_imgbox {
    width: 107px;
    height: 102px;
}

/* cart end here */

/* faq start here */
.faq_Wrapper .accordion-button::after {
    content: "\2b";
    font-family: "fontAwesome";
    border: 1px solid var(--primary-color);
    background-image: unset;
    text-align: center;
    padding: 2px 5px;
    /* width: 20px; */
    /* height: 20px; */
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq_Wrapper .accordion-button:not(.collapsed)::after {
    background-image: unset;
    transform: rotate(-180deg);
    content: "\f068";
    color: var(--primary-color);
    padding: 2px 3px;
    font-size: 13px;
}
.faq_Wrapper .accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
    box-shadow: none;
}
/* faq end here */
/* contact start here */
.contact_image .imgbox {
    width: 50px;
    height: 50px;
}
.contact_image .imgbox img {
    width: 24px;
    height: 20px;
}
/* contact end here */
/* footer */
/* footer.footer {
	background: #61341d;
	padding: 50px 0 10px 0;
} */
.border-bootom.text-white {
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
}

.subscribe .form-control::placeholder {
    color: var(--white-color);
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: 400;
}
.subscribe .form-control:focus {
    border-color: var(--white-color);
    box-shadow: none;
}
.socail_url.social-wrapper li a {
    color: white;
}
.socail_url.social-wrapper li {
    list-style: none;
    border: 1px solid white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
/* footer */
/* video {
	width: 100%;
	height: auto;
}
.controls {
	position: absolute;
	bottom: 10px;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	color: white;
}
.controls button {
	background: none;
	border: none;
	color: white;
	font-size: 1.5rem;
}
.progress {
	flex: 1;
	height: 5px;
	background: #555;
	position: relative;
	cursor: pointer;
	margin: 0 10px;
}
.progress .filled {
	height: 100%;
	background: #f00;
	width: 0;
} */
.play-icon.hidden {
    display: none !important; /* Hide the play button */
}
#playIcon {
    left: 50%;
    width: 41px;
    height: 40px;
}
.poster_img img {
    width: 100%;
    height: 60px;
    object-fit: fill;
}
.testimonial_wrapper {
    height: 210px;
}
.gallery_image img {
    width: 100%;
    height: 230px;
    object-fit: fill;
    border-radius: 20px;
}
.video-container {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 20px;
    position: relative;
}
.videoPlayer {
    width: 100%;
    height: 100%;
}

.playIcon {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
p {
    font-family: var(--primary-font);
    font-style: normal;
    font-family: "Switzer", sans-serif;
    color: #2c2f31;
}
.web_content ul {
    padding: 0;
}
.web_content ul li {
    padding: 0;
    font-family: var(--primary-font);
    font-style: normal;
    font-family: "Switzer", sans-serif;
    color: #2c2f31;
    font-weight: 500;
}
.web_content ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    width: 20px;
    height: 20px;
    background: #331100;
    color: #fff;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}
.filter select.form-select {
    font-family: var(--primary-font) !important;
    font-style: normal !important;
    font-family: "Switzer", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #000 !important;
}
.filter h6 {
    font-family: var(--primary-font) !important;
    font-style: normal !important;
    font-family: "Switzer", sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
section.location .slider-content.wrap img {
    width: 100%;
    height: 440px;
    object-fit: fill;
}
a.navbar-brand.img-wrapper img {
    width: 80px;
    height: 80px;
    object-fit: scale-down;
}
.service_img_wrapper img {
    width: 100%;
    height: 330px;
    object-fit: fill;
    border-radius: 20px;
}
.search-mian {
    cursor: pointer;
}
.vision_sec .vision_imgbox_wrapper img {
    width: 100%;
    height: 390px;
    object-fit: fill;
    border-radius: 20px;
}
.vision_sec .vision_imgbox img {
    width: 100%;
    height: 180px;
    object-fit: fill;
    border-radius: 20px;
}
.blog_banner_img img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: fill;
}
.footer {
    background-image: url("../img/footer_bg.webp");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100%; */
    padding-bottom: 20px;
}
img.img-fluid.main-footer-logo {
    width: 100%;
    height: 160px;
    object-fit: scale-down;
}
.content-overlay {
    padding-bottom: 50px;
    top: 35% !important;
}
.banner_sec .web_btn a {
    padding: 18px 30px !important;
    border-radius: 140px;
    font-size: 14px;
}
.banner_sec .web_btn {
    padding: 20px;
}
.whatsapp_wrapper {
    position: fixed !important;
}
a.button {
    padding: 15px 21px !important;
    border-radius: 50px !important;
}
.what-video.position-relative video {
    border-radius: 20px;
}
section.service_detail_sec .web_content h3 {
    font-family: var(--primary-font);
    font-style: normal;
    color: #2c2f31;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
}
button.button.primary_font.fw__reg.primary_bg.white_color.button_hover_1.level-7.text-uppercase.px-4.py-2.border-radius-1 {
    border: none;
}
button#btn_submit {
    border: none;
}
button.button.primary_font.fw__reg.primary_bg.white_color.level-7.px-4.py-1.border-radius-1.position-absolute.end-0.top-0.mt-2.me-2 {
    border: none;
}
