@font-face {
	font-family: "GTWalsheimPro-Regular";
	src: url(../fonts/GTWalsheimPro-Regular.ttf);
}

@font-face {
	font-family: "GTWalsheimPro-Medium";
	src: url(../fonts/GTWalsheimPro-Medium.ttf);
}

@font-face {
	font-family: "Calibri-Regular";
	src: url(../fonts/Calibri\ Regular.ttf);
}

@font-face {
	font-family: "GTWalsheimPro-Bold";
	src: url(../fonts/GTWalsheimPro-Bold.ttf);
}

@font-face {
	font-family: "Poppins-Medium";
	src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
	font-family: "Poppins-Bold";
	src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
	font-family: "Poppins-SemiBold";
	src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
	font-family: "Montserrat-SemiBold";
	src: url(../fonts/Montserrat-SemiBold.ttf);
}

h2 {
	font-family: "GTWalsheimPro-Bold";
}

/* Prelaoder */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #000;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #0068b4;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

body {
	font-family: "GTWalsheimPro-Medium";
}

.main_heading h2 {
	color: #001524;
	font-family: "GTWalsheimPro-Bold";
}

.main_heading p {
	color: #7b849e;
	font-family: "Poppins-Medium";
	font-size: 13px;
}

.headerbanner-sec {
	background-image: url(../img/all-page-header.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.header-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 108px 0;
}

.header-banner h2 {
	font-size: 53px;
	text-transform: capitalize;
}

.main_heading h4 {
	color: #0362a8;
}

/* search bar */
/* header start here  */
.upper-banner {
	background-image: linear-gradient(to right,
			#0185c6,
			#0077ba,
			#0068ae,
			#005aa1,
			#004c94);
	padding: 7px 0;
}

.offer-icons a {
	margin: 0 12px;
}

.this-upper-banner {
	width: 100%;
	display: flex;
	justify-content: center;
}

.offers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.offers span {
    color: #ffffff;
    font-family: "GTWalsheimPro-Regular";
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.about-thisweb p {
	font-weight: 500;
	font-family: "inter";
	font-size: 17px;
	color: #000000;
}

.web-nav {
	background: #ffffff;
}

.web-nav li a {
	color: #001524ba;
	font-size: 14px;
	font-family: "GTWalsheimPro-Regular";
	text-decoration: none;
	text-transform: capitalize;
}

.nav-imgbox {
	padding-bottom: 10px;
	padding-top: 5px;
	text-align: center;
}

.nav-imgbox img {
	width: 74px;
}

.web-nav li .active {
	color: #0362a8 !important;
	font-weight: 600;
}

.nav-web ul {
	margin-top: 20px;
}

.searchs {
	background-color: transparent;
	border-color: transparent;
}

.searchs:hover {
	background-color: transparent;
	border-color: transparent;
}

.searchs.focus,
.searchs:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.web-nav li {
	display: inline;
	padding: 11px 13px;
}

.notification-icon {
	margin-right: 22px;
	position: relative;
	/* padding: 0 1px; */
}

.massage-icon {
	padding: 0 6px;
}

.licon {
	padding: 0 6px;
}

/* .notification-icon span {
	position: absolute;
	right: -2px;
	font-size: 7px;
	top: -6px;
	color: white;
	border-radius: 23px;
	background: #0362a8;
	padding: 0px 3px;
} */

.notification-icon span {
    position: absolute;
    /* left: -3px; */
    right: -6px;
    font-size: 7px;
    top: 0;
    color: white;
    border-radius: 23px;
    background: #0362a8;
    padding: 1px 4px;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.not-num {
	position: relative;
}

.nav-web {
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: 70px;
	justify-content: center;
}

.nav-icons {
	display: flex;
	align-items: center;
	height: 100%;
}

/* account-box */
/* .nav-icons .line {
    border-bottom: 1px solid black;
}

.nav-icons span.lines {
    border-bottom: 1px solid #ffffffbd;
}


.bar-icon i {
    cursor: pointer;
}

.normal-nav-items .menu {
    background-color: #0362A8;
    color: white;
    padding: 10px;
    font-family: "GTWalsheimPro-Medium";
    padding: 13px 38px;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 13px;
    border: none;
    cursor: pointer;
} */

/* .dropdown-menu {
    display: none;
    position: absolute;
    min-width: 142px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 40px;
    padding: 0 14px;
    left: 10px;
}

.dropdown-item {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
} */

/* .dropdown:hover .dropdown-menu {
    display: block !important;
}

.all-nav .all-normal-navs .dropdown-menu {
    top: unset !important;
}

.dropdown-menu111 {
    position: absolute;
    right: -80% !important;
    background: #E1F9D9;
    top: 0px;
    display: none;
}

a.dropdown-item {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: "GTWalsheimPro-Regular";
    text-transform: capitalize;
}

.dropdown-item.dropdown a:hover .dropdown-menu111 {
    display: block !important;
}

.show {
    display: block;
} */

/* account-box  end*/

/* / account-box / */
/* .nav-icons .line {
	border-bottom: 1px solid black;
}

.drop-item {
	display: flex !important;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.dropbtn {
	background-color: #0362a8;
	color: white;
	padding: 8px;
	font-family: "GTWalsheimPro-Medium";
	width: 191px;
	border-radius: 4px;
	text-transform: capitalize;
	font-size: 15px;
	border: none;
	cursor: pointer;
}

span.line-account {
	border-bottom: 1px solid #ffffff9e;
}

.dropbtn:hover,
.dropbtn:focus {
	background-color: #2980b9;
}

.dropbtn span.lines i.fa.fa-angle-down {
	margin-left: 17px;
}

.dropdown {
	position: relative;
	display: inline-block;
} */

/* .dropdown-content {
	display: none;
	position: absolute;
	/* / background-color: #f1f1f1; / 
	min-width: 142px;
	overflow: auto;
	/* / box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); / 
	z-index: 1;
	/* / top: 93px; / 
	padding: 6px 14px;
	border-top: 20px dashed transparent !important;
	border-color: rgba(111, 111, 111, 0.2) transparent transparent;
	/* background-image: url(<?php echo "../img/drop-back.png"; ?>); 
	background-image: url( "../img/drop-back.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
} */

/* .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-family: "GTWalsheimPro-Regular";
	text-transform: capitalize;
}

.show {
	display: block;
} */

/* account-box  end*/

/* / account-box / */
.nav-icons .line {
	border-bottom: 1px solid black;
}

.drop-item {
	display: flex !important;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.dropbtn {
	background-color: #0362a8;
	color: white;
	padding: 8px;
	font-family: "GTWalsheimPro-Medium";
	width: 191px;
	border-radius: 4px;
	text-transform: capitalize;
	font-size: 15px;
	border: none;
	cursor: pointer;
}

span.line-account {
	border-bottom: 1px solid #ffffff9e;
}

.dropbtn:hover,
.dropbtn:focus {
	background-color: #2980b9;
}

.dropbtn span.lines i.fa.fa-angle-down {
	margin-left: 17px;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	/* / background-color: #f1f1f1; / */
	min-width: 142px;
	overflow: auto;
	/* / box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); / */
	z-index: 1;
	/* / top: 93px; / */
	padding: 6px 14px;
	border-top: 20px dashed transparent !important;
	border-color: rgba(111, 111, 111, 0.2) transparent transparent;
	background-image: url("../img/drop-back.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	border-top: 30px solid #fff !important;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-family: "GTWalsheimPro-Regular";
	text-transform: capitalize;
}

.show {
	display: block;
}

/* account-box  end*/



@media (max-width: 1024px) {
	.web-nav li {
		display: inline;
		padding: 12px 12px;
	}

	/* new */
	.quest-heading h2 {
		font-size: 38px;
	}

	.welcome-sec .our_team_section h2 {
		font-size: 30px !important;
	}

	.web-nav .normal-nav-items {
		display: inline;
		padding: 0 !important;
	}

	.licon li {
		display: inline;
		padding: 0 !important;
	}

	.web-nav li {
		display: inline;
		padding: 12px 7px;
	}

	.web-nav li a {
		font-size: 13px;
	}
}

@media (max-width: 1024px) {
	.detail-heading {
		padding: 69px 30px;
	}
}

/* Mobile Header  */
.canvas-icon {
	display: none !important;
}

#header .mobile-header {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #0362a8;
    top: 0;
    z-index: 156;
    right: 0;
    overflow-x: scroll;
    padding: 30px 10px 0px 10px;
    transition: 0.7s;
    transform: translateX(100%);
    box-shadow: 0px 0px 7px #ddd;
}

li.nav-link a {
	color: #000;
}
#header .mobile-header li a {
    color: white;
}
#header .mobile-header.show {
	transform: translateX(0%);
}

#header .mobile-header ul.mobile-nav {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

#header .mobile-header .cancel {
    background: white;
    width: 34px;
    text-align: center;
    height: 31px;
    margin: 0px 20px 12px auto;
    color: #fff;
}

#header .mobile-header ul.mobile-nav li.nav-item {
	padding: 10px 0;
	border: 0;
	border-bottom: 1px solid #dddddd4a;
}

#header .mobile-header ul.mobile-nav li.nav-item a {
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
}
header#header ul li {
    text-align: center;
}

header#header ul li a {
    text-transform: capitalize;
}

header#header .cancel svg {
    fill: #0362a8;
}
/* 
#header .canvas-icon i {
	font-size: 24px;
	background: #000000;
	padding: 5px 7px;
	color: #fff;
	display: none;
} */

@media (max-width: 991px) {
	#header .nav {
		display: none;
	}

	#header .second-col-input {
		display: none;
	}

	#header button.navbar-toggler {
		display: none;
	}

	.canvas-icon {
		display: block !important;
	}

	.upr-baanner {
		padding: 0 !important;
	}

	.offer-icons a {
		margin: 0;
	}
}

@media (max-width: 800px) {
	div#bargi {
		width: 40% !important;
	}

	.header-icon-wrapper {
		justify-content: end !important;
		padding-right: 38px;
	}

	.cart-icons {
		margin: 0 19px;
	}
}

@media (max-width: 575px) {
	#header .mobile-header {
		width: 100%;
	}
	.header-icon-wrapper {
		justify-content: end !important;
		padding-right: 0;
	}
}

@media (max-width: 580px) {
	#header .mobile-header {
		width: 100%;
	}

	#header {
		display: block !important;
	}

	.cart-icon {
		margin-right: 20px;
	}

	.search-icon {
		margin-right: 12px !important;
	}

	.web-nav .col-10.d-flex {
		justify-content: end !important;
	}

	section.map-section {
		padding-top: 40px;
	}

	.web-nav .col-10.d-flex .cart-icons {
		margin-right: 13px;
	}

	.offer-btn {
		padding: 0px 8px;
		width: 120px !important;
		border: 1px;
		line-height: 1;
		height: 20px;
		background-color: white;
		border-radius: 4px;
	}

	.offers span {
		color: #ffffff;
		font-family: "inter";
		font-size: 10px;
		font-weight: 400;
	}

	.upper-banner svg {
		width: 29px;
	}

	.offer-btn a {
		font-size: 6px;
	}

	.nav-imgbox {
		width: 55px;
	}

	span.lines i.fa.fa-angle-down {
		margin-left: 6px;
	}

	.dropbtn {
		width: 96px !important;
		font-size: 9px;
	}

	.licon {
		padding: 0 0px;
	}

	.licon li {
		display: inline;
		padding: 0 !important;
	}

	.notification-icon {
		margin-left: 8px;
		position: relative;
		margin-right: 2px;
	}

	.normal-nav-items .menu {
		padding: 9px 8px;
		font-size: 9px;
	}
}

@media (max-width: 768px) {
	.shipping span {
		font-size: 9px !important;
	}

	.detail-heading h2 {
		font-size: 27px;
	}

	.detail-sec h4 {
		font-size: 20px;
	}

	.detail-sec p {
		font-size: 11px;
	}

	.threebtn {
		margin-top: 10px;
	}

	.dropbtn {
		width: 115px;
		font-size: 9px;
	}

	.offer-icons a {
		margin: 0 6px;
	}

	.header .Hotbg {
		display: none;
	}

	.nav-web {
		display: none;
	}

	.Hotbg {
		position: relative;
		top: 18%;
		left: 35px;
	}

	.offer-icons {
		display: flex;
	}

	.nav-icons {
		flex-direction: row-reverse;
	}

	.notification-icon span {
		top: -5px;
		left: 10px;
	}

	.notification-icon {
		margin-left: 14px;
		position: relative;
	}
}

/* Mobile Header  */
/* header end here  */
/* quest-sec start here  */
section.quest-sec {
	background-image: url(../img/header.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	padding-bottom: 40px;
}

.quest-heading {
	padding-top: 146px;
}

.quest-heading h4 {
	color: #4b4b4b;
	font-family: "GTWalsheimPro-Medium";
	font-size: 20px;
}

.quest-heading h2 {
	font-family: "GTWalsheimPro-Bold";
	color: #101010;
	font-size: 48px;
}

.btn-web {
	background-color: #0362a8;
	border-radius: 0;
}

.quest-btn {
	padding-top: 20px;
}

.quest-btn .btn {
	font-size: 12px;
	padding: 12px 33px;
	border-radius: 4px;
	background-color: #0362a8;
}

/* animation start here */
.quest-sec .ring img {
	animation: updown 5s infinite ease-in-out;
}

.heart img {
	animation: updown 5s infinite ease-in-out;
}

.glass img {
	animation: updown 5s infinite ease-in-out;
}

.like img {
	animation: updown 5s infinite ease-in-out;
}

@keyframes updown {
	0% {
		transform: translate(1px, 20px);
	}

	24% {
		transform: translate(1px, 30px);
	}

	50% {
		transform: translate(1px, 12px);
	}

	74% {
		transform: translate(1px, 22px);
	}

	100% {
		transform: translate(1px, 22px);
	}
}

/* animation end here */
.ring {
	position: absolute;
	right: 0;
	top: 46%;
}

.heart {
	position: absolute;
	top: 14%;
	right: -12px;
}

.glass {
	position: absolute;
	top: 19%;
	right: -8px;
}

.like {
	position: absolute;
	top: 55%;
	right: 0;
}

@media (max-width: 580px) {
	.quest-heading {
		padding-top: 81px;
	}

	.quest-heading h2 {
		font-size: 29px;
	}

	.ring {
		top: 72%;
	}

	.like {
		left: 0;
		top: 45%;
	}

	.massage-icon {
		margin: 0 7px;
	}
}

@media (max-width: 768px) {
	.quest-heading h2 {
		font-size: 27px;
	}

	.quest-heading {
		padding-top: 97px;
	}
}

@media (max-width: 1200px) {
	.welcome-heading h2 {
		font-size: 27px;
	}
}

/* quest-sec end here  */
/* <!-- Welcome-sec start here --> */

.welcome-box .wel-col-this {
	height: 100%;
}

section.welcome-sec {
	background-image: linear-gradient(to top,
			#ede7f3,
			#f1edf6,
			#f5f3f9,
			#faf9fc,
			#ffffff);
	padding-bottom: 100px;
}

.welcome-box-content-details {
	display: flex;
	justify-content: center;
}

.partner-detail-form {
	padding: 0 16px;
}

.welcome-box {
    box-shadow: -7px 5px 7px -1px #dedee1;
    position: relative;
    top: -39px;
    border-radius: 12px;
    /* background: black; */
    padding: 0;
    height: 425px;
    overflow: hidden;
    width: 95%;
}

.welcome-person {
	background: #ffffff;
	padding: 20px 46px 20px 51px;
	height: 100%;
	/* box-shadow: -12px 5px 7px -1px #dedee1; */
}

.welcome-heading {
	padding-top: 18px;
	padding-bottom: 13px;
}

.this-blue-box {
	background-image: url(../img/bluebox.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 25px 25px;
	height: 100%;
}

.this-blue-heading h2 {
	font-family: "GTWalsheimPro-Medium";
	color: #ffffff;
	font-size: 27px;
}
.partner-detail-form input::-webkit-outer-spin-button,
.partner-detail-form  input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.partner-detail-form input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.partner-detail-form .form-control ::placeholder {
	color: #7a7a7a;
	font-family: "GTWalsheimPro-Medium";
	font-size: 15px;
}
.partner-detail-form .form-control{
	/* font-family: "GTWalsheimPro-Medium"; */
	/* font-size: 15px; */
	height: 42px;
}
.partner-detail-form .form-control.country {
	color: #7a7a7a;
	font-family: "GTWalsheimPro-Medium";
	border: 0;
	width: 95%;
	height: 42px !important;
	font-size: 15px;

}

.here-this-age {
	/* padding: 0 4px; */
	margin-right: 6px;
}

.in-age {
	width: 95%;
	padding: 20px 12px;
}

.this-blue-heading {
	padding-bottom: 20px;
	padding-top: 20px;
}

.partner-detail-form label {
    color: #ffffff;
    font-size: 15px;
}

.fom-btn {
	padding: 20px 0;
}

.fom-btn .btn {
	background-color: #001524;
	padding: 12px 32px;
	font-size: 13px;
}

.welcome-heading h2 {
	color: #001524;
	font-family: "GTWalsheimPro-Bold";
}

.welcome-heading h2 {
	font-size: 25px;
}

.welcome-info p {
	color: #001524;
	font-family: "Poppins-Medium";
	font-size: 13px;
}

.recent-heading {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 7px;
	position: relative;
}

.recent-heading h3 {
	color: #9d9d9d;
	font-size: 17px;
	margin-top: 1px;
}

.latest-img {
	padding-top: 14px;
}

.latest-img button.slick-next.slick-arrow {
	color: transparent;
	border: 0;
	/* background: #001524; */
	/* width: 28px;
	height: 26px;
	top: -21px;
	border-radius: 100%; */
}
.latest-img .slick-next {
    background-image: url(../img/black_arrow.png);
    background-repeat: no-repeat;
    right: 0;
}
.latest-img .slick-next:before {
	content: "" !important;
	background-image: unset;
	/* width: 24px;
	height: 27px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 2;
	position: absolute;
	right: 0;
	top: -1px;
	color: #000; */
}
.latest-img .slick-prev {
    background-image: url(../img/grey_arrow.png);
    background-repeat: no-repeat;
	left: unset;
    /* z-index: 9999; */
    right: 38px;
}
.latest-img .slick-prev:before {
	content: "" !important;
	background-image:unset;
	/* width: 28px;
	height: 27px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	right: 10px;
	background-color: #9d9d9d;
	color: #575757 !important;
	border-radius: 100%; */
}

.latest-img .slick-dots {
	bottom: 25px !important;
	right: -8px;
}

.latest-img .slick-dots li button:before {
	opacity: 1 !important;
	color: #c5c5c5;
}

.latest-img .slick-dots li.slick-active button:before {
	border: 0px !important;
	font-size: 18px !important;
}

/* .latest-img .slick-prev,
.latest-img .slick-next {
	position: absolute;
	top: -4%;
	right: 12px !important;
	width: 95%;
} */

/* .latest-img .slick-prev:before,
.slick-next:before {
	font-size: 31px !important;
	position: absolute;
} */

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

/* .latest-img .slick-prev:before,
.slick-next:before {
	font-size: 42px;
	position: absolute;
	color: white;
} */

.latest-img .slick-prev, .latest-img .slick-next {
    display: block !important;
    /* width: 95%; */
    /* right: 55px; */
    top: -21px;
    position: absolute;
    height: 27px;
    width: 30px;
}

.latest-img ul.slick-dots {
	display: none !important;
}

@media (max-width: 575px) {

	.latest-img .slick-prev,
	.slick-next {
		display: block !important;
		width: 79%;
		top: -41px;
		font-size: 33px !important;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 30px;
		padding-top: 14px;
	}

	.latest-img button.slick-next.slick-arrow {
		top: -18px;
	}

	.welcome-box .wel-col-this {
		height: auto !important;
	}

	.welcome-box .wel-col-this {
		height: 100%;
	}
}

@media (max-width: 768px) {
	.recent-heading h3 {
		font-size: 15px;
	}

	.latest-img .slick-next:before {
		top: 0px;
	}
}

/* OUR TEAM Start HERe */
/* new changes */
.welcome-sec .our_team_section h2 {
	font-size: 39px !important;
}

.welcome-sec .our_team_section .main_heading.text-center {
	padding: 34px 0 13px 0;
}

section.fanatic-stories-sec h2 {
	font-size: 40px;
	margin-bottom: 13px;
}

section.fanatic-stories-sec .main_heading.text-center {
	padding-top: 30px;
	padding-bottom: 42px;
}

.team-socail-icon .team_start {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0 !important;
}

.team-socail-icon .team_start .team_line {
	width: 96%;
}

.team-socail-icon .team_start .team_line .single_member {
	width: 23%;
}

.team-socail-icon h4 {
	color: #0362a8;
}

.team-socail-icon span {
	color: #9d9d9d;
}

/* new changes end */
section.our_team_section {
	padding: 41px 0px 106px;
}

.team_line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.single_member:hover {
	box-shadow: 7px 8px 5px -2px #dedee1;
}

.team_line .single_member {
	padding: 34px 30px 25px;
	width: 19%;
	border-radius: 4px;
	background: #ffffff;
}

.team_start {
	margin-top: 66px;
}

.team_line .single_member.center {
	background-image: url(../img/team_center.png);
	background-position: center;
}

/* .group-line .active-prsn .another-pson {
	position: absolute;
	background: #2cd174;
	width: 13px;
	height: 13px;
	border-radius: 20px;
	bottom: 16px;
	right: 26px;
} */
.group-line .active-prsn .another-pson {
	position: absolute;
	background: #2cd174;
	width: 13px;
	height: 13px;
	border-radius: 20px;
	bottom: 25px;
	right: 18px;
}
.active-prsn img:hover {
	border: 4px dashed #ea3d6824;
	border-radius: 76%;
	padding: 2px;
}

.active-prsn {
	position: relative;
}

.group-line .single_member:hover {
	border-bottom: 5px solid #0362a8 !important;
}

.group-line .single_member {
	box-shadow: none !important;
	border: 1px solid #ffe2e9ab;
}

/* 
.group-line figure {
    margin: 0;
    padding: 0;
} */

/* .group-line .single_member {
	padding: 34px 30px 25px;
	width: 19%;
	height: 254px;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 7px 8px 5px -2px #dedee1;
} */
.group-line .single_member {
	padding: 20px 10px;
	width: 19%;
	height: 294px;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 7px 8px 5px -2px #dedee1;
}

.group-line h5 {
	color: #9d9d9d;
}

/* group tabs start here*/
.all-contt {
	display: flex;
	justify-content: center;
}

.all-btn-tabs {
	padding: 20px 0;
}

.all-contt .all-btn-tabs .nav-tabs .nav-item.show .nav-link,
.all-contt .all-btn-tabs .nav-tabs .nav-link.active {
	color: #ffffff !important;
	background-color: #0362a8 !important;
}

/* .all-btn-tabs .nav-tabs .nav-link {
	background-color: #eff1fc;
	color: #010101;
	box-shadow: 7px 8px 5px -2px #dedee1 !important;
	border-radius: 0.25rem !important;
	margin: 0 4px 0 8px !important;
	padding: 13px 35px !important;
	font-size: 13px;
	border: 0 !important;
} */

.all-btn-tabs .nav-link {
    border: 0;
    box-shadow: 7px 8px 5px -2px #dedee1;
    width: 100%;
    padding: 10px 0;
    margin: 0 4px;
    border-radius: 0.25rem !important;
    font-size: 13px;
    background-color: #eff1fc;
    color: #010101;
}

.all-btn-tabs ul#myTab {
    border: 0 !important;
    width: 275px;
}
.all-btn-tabs .nav-tabs .nav-item {
	padding: 0 5px !important;
	margin: 0 !important;
	width: 50%;
	text-align: center;
}

/* groups tabs end here */
@media (max-width: 1200px) {
	.team_line .single_member {
		width: 22%;
	}
}

@media (max-width: 991px) {
	.team_line .single_member {
		width: 32%;
	}
}

@media (max-width: 768px) {
	.team_line .single_member {
		width: 30%;
	}
	.all-btn-tabs .nav-tabs .nav-item {
		width: 50%;
	}
	.all-btn-tabs .nav-link {
		margin: 0 4px;
		/* padding: 13px 5px; */
		font-size: 10px;
	}
}

@media (max-width: 576px) {
	.team_line .single_member {
		width: 95%;
	}
}

@media (max-width: 580px) {
	.latest-img .slick-next:before {
		top: 1px;
	}

	/* .latest-img .slick-prev:before {
		top: 18px;
		right: -18px;
	} */

	.recent-heading h3 {
		color: #9d9d9d;
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.welcome-info p {
		font-size: 11px;
	}

	.welcome-heading h2 {
		font-size: 20px;
	}

	.this-blue-heading h2 {
		font-size: 20px;
	}

	.this-blue-box {
		padding: 27px 25px;
	}
}

/* <!-- Welcome-sec end here --> */
/* section.fanatic-stories-sec start here  */
section.fanatic-stories-sec {
	padding-top: 73px;
	padding-bottom: 70px;
}

p.card-text {
	color: #717171;
	font-family: "GTWalsheimPro-Regular";
	font-size: 14px;
}

.couple-img img {
	position: relative;
}

.attraction-img {
	position: relative;
}

.happy-couple-img {
	position: relative;
}

/* .card-fanatic {
    width: 30%; 
    box-shadow: 7px 8px 5px -2px #dedee1; 
} */
.stor-card-box {
	margin: 0 10px;
}

.card-extra-text {
	position: absolute;
	bottom: 10px;
	left: 14px;
	padding: 5px 10px;
}

.card-extra-text p {
	color: #ffffff !important;
	font-family: "GTWalsheimPro-Regular";
	margin-bottom: 0;
}

.fanatic-cards a {
	text-decoration: none !important;
}

.fanatic-cards a:hover {
	text-decoration: none !important;
}

.fanatic-cards p {
	color: #717171;
}

.stor-card-box .about-person-active p {
	color: #230000;
}

.card-fanatic {
	padding: 12px;
	background: white;
	border: 1px solid #00000008;
	border-radius: 9px;
}

/* .fanatic-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
} */
.fanatic-cards button.slick-next.slick-arrow {
	color: transparent;
	border: 0;
	background: transparent;
}

.fanatic-cards button.slick-prev.slick-arrow.slick-disabled {
	border: 0;
	background: transparent;
	color: transparent;
}

.fanatic-cards .slick-prev:before {
	content: "\f104" !important;
	font-family: "FontAwesome";
	line-height: 1;
	opacity: 2;
	position: absolute;
	top: 50%;
	right: 24px;
	color: #0362a8 !important;
}

.fanatic-cards .slick-prev:before,
.fanatic-cards .slick-next:before {
	font-size: 51px !important;
	position: absolute;
}

.fanatic-cards .slick-next:before {
	font-family: "FontAwesome";
	content: "\f105" !important;
	opacity: 2;
	position: absolute;
	right: -23px;
	top: 50%;
	color: #0362a8 !important;
}

/* .fanatic-cards .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
} */
.card-fanatic:hover {
	box-shadow: 5px 8px 14px -4px #dedee1;
}

/* .fanatic-cards .slick-prev,
.slick-next {
    display: block !important;
    top: -25px;
    font-size: 33px !important;
} */

.fanatic-cards ul.slick-dots {
	display: none !important;
}

@media (max-width: 575px) {

	.fanatic-cards .slick-prev,
	.slick-next {
		display: block !important;
		width: 79%;
		top: -25px;
		font-size: 33px !important;
	}

	.fanatic-cards .slick-dotted.slick-slider {
		margin-bottom: 30px;
		padding-top: 14px;
	}

	.fanatic-cards .slick-next:before {
		right: 12px !important;
		top: 200px !important;
	}

	.fanatic-cards .slick-prev:before {
		top: 200px !important;
		width: 100%;
		right: 41%;
	}

	.card-fanatic {
		width: 100%;
		margin: 0px;
	}
}

@media (max-width: 768px) {
	p.card-text {
		font-size: 13px;
	}

	.card-extra-text p {
		font-size: 11px;
	}

	.fanatic-cards {
		justify-content: center;
	}
}

@media (max-width: 580px) {
	.item.img-of-card {
		margin-top: 27px;
	}

	.card.item.img-of-card .person-active {
		justify-content: left;
	}
}

/* section.fanatic-stories-sec end here  */
/* true-match-sec start here */

.true-match-sec {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../img/about-this-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.buttn-true a {
	border: 0;
	box-shadow: 7px 8px 5px -2px #dedee1;
	margin: 0 4px;
	padding: 13px 30px;
	font-size: 13px;
}

.true-btn-one {
	background-color: #eff1fc;
	color: #010101;
}

.buttn-true .true-btn-one:hover {
	background-color: #0362a8;
	color: #ffffff;
}

.buttn-true .true-btn-two:hover {
	background-color: #eff1fc;
	color: #010101;
}

.buttn-true .true-btn-two {
	background-color: #0362a8;
	color: #ffffff;
}

.another-member {
	width: 18%;
	height: 248px;
}

.another-member h6 {
	color: #9d9d9d;
}

.another-member span {
	color: #7b849e;
	font-size: 11px;
	font-family: "Poppins-Medium";
}

.home-team {
	margin-top: 0;
}

@media (max-width: 580px) {
	.buttn-true a {
		margin: 10px 4px;
	}

	.another-member {
		width: 100% !important;
		height: 248px;
	}

	.detail-here p {
		font-size: 8px;
	}

	.active-box .about-person-active a {
		font-size: 9px;
		width: 87px;
	}

	.active-box {
		padding: 18px 5px;
	}
}

/*true-match-sec end here  */
/* <!-- active-groups-sec start here -->+ */
section.active-groups-sec .person-active h2 {
	font-size: 23px;
	color: #001524;
}

section.active-groups-sec {
	padding-top: 101px;
	padding-bottom: 60px;
}

.group-match-heading-div {
	padding-bottom: 54px;
}
.active-box {
    background-image: url(../img/active-box.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 18px 30px;
    align-items: center;
    margin: 17px 0;
    justify-content: space-around;
    gap: 20px;
}

.detail-here {
    background: #001524;
    padding: 2px 16px;
    margin-top: 15px;
}

.detail-here p {
	margin-bottom: 0;
	font-family: "GTWalsheimPro-Regular";
	color: #ffffff;
	font-size: 13px;
}

.person-btn {
	padding-top: 10px;
	padding-bottom: 10px;
}
.person-img img {
    width: 150px;
    height: 150px;
    border: 1px dashed #90849e;
    border-radius: 50%;
}
.active-box .person-img-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.active-box .about-person-active p {
	font-family: "Poppins-Medium";
	color: #7b849e;
}

.active-box .about-person-active {
    margin-top: 0;
    flex: 2;
}

.active-box .about-person-active a {
	color: #ffffff !important;
	text-decoration: none !important;
	width: 120px;
}

section.active-groups-sec .person-btn .btn {
	padding: 11px;
	background-color: #0362a8;
	width: 127px;
	font-size: 11px;
}

@media (max-width: 580px) {
	.another-member {
		width: 80% !important;
	}

	.detail-here {
		padding: 2px 13px;
	}
	.detail-here p {
		font-size: 9px !important;
	}
	.heart {
		position: absolute;
		top: 14%;
		right: 0;
	}
}

@media (max-width: 768px) {
	.about-person-active h2 {
		font-size: 20px;
	}

	.active-box {
		padding: 18px 6px;
	}

	.detail-here p {
		font-size: 12px;
	}

	.another-member {
		width: 32%;
		height: 248px;
		margin: 0 20px;
	}

	.group-line {
		justify-content: center !important;
	}
}

/* <!-- active-groups-sec end here --> */
/* footer start here */
.footer {
	background-image: url(../img/footer.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.newletter-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #dde2e5;
	margin-bottom: 49px;
	padding-top: 27px;
}

.newletter-info p {
	margin-bottom: 0;
	font-size: 13px;
	font-family: "GTWalsheimPro-Medium";
	color: #7b849e !important;
}

.news-heading {
	border-right: 1px solid #0000003b;
	padding-right: 10px;
}

.news-heading h3 {
	color: #001524;
	font-family: "GTWalsheimPro-Medium";
	font-size: 27px;
}

.this-subscribe {
	box-shadow: 7px 8px 5px -2px #dedee1;
}

/* .this-subscribe input.form-control {
	padding: 31px 10px;
	width: 365px;
	border: 0;
	border-radius: 4px;
} */
.this-subscribe input.form-control {
    padding: 27px 10px;
    width: 336px;
    border: 0;
    border-radius: 4px;
}

.this-subscribe input.form-control::placeholder {
	font-family: "GTWalsheimPro-Medium";
	font-size: 13px;
}

.info-footerlog p {
	font-size: 13px;
	margin-top: 17px;
}

.this-subscribe {
    position: relative;
    margin: 10px 0;
}

.footer .about-person-active p {
	color: #230000 !important;
}

.email-btn {
    /* border: 0; */
    position: absolute;
    right: 18px;
    top: 8px;
}
/* .email-btn button {
	font-family: "GTWalsheimPro-Medium";
	background-color: #0362a8;
	font-size: 14px;
	width: 124px;
	padding: 11px;
	border-radius: 2px;
} */
.email-btn button {
    font-family: "GTWalsheimPro-Medium";
    background-color: #0362a8;
    font-size: 11px;
    width: 101px;
    padding: 11px;
    border-radius: 2px;
}
.newletter-info {
    margin: 0 10px;
}
.footer-form {
	width: 100%;
	/* height: 100%; */
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 343px;
}

.form-detail {
	width: 100%;
}

.footer-form .mail {
	background-color: #2e5040a6 !important;
	backdrop-filter: blur(4px);
	border: 1px solid #ddd6;
	color: #ffffff;
	border-radius: 0;
	padding: 16px 0.75rem;
}

.email svg {
	margin-right: 7px;
}

.form-groupss {
	margin-top: 23px;
}

.footer .email {
	display: flex;
	margin: 14px 0;
	align-items: center;
}

.form-groupss .mail {
	height: 199px;
	resize: none;
}

.person-active {
	display: flex;
}

.about-person-active p {
	margin-bottom: 0;
	font-family: "GTWalsheimPro-Medium";
	display: block;
	font-size: 12px;
}

.about-person-active span {
	font-family: "GTWalsheimPro-Medium";
	font-size: 12px;
	color: #0000009c;
}

.about-person-active {
	margin-top: 10px;
	margin-left: 10px;
}

.active-persons {
	margin-top: 80px;
}

.about-person-active a {
	color: #009b53;
	text-decoration: underline;
	font-family: "GTWalsheimPro-Medium";
	font-size: 12px;
}

.green-activ {
	position: absolute;
	padding: 5px 5px;
	border-radius: 10px;
	top: 6px;
	background: #009b53;
	left: 44px;
}

.person-img2 {
	position: relative;
}

.second-person {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-heading h2 {
	font-family: "GTWalsheimPro-Medium";
	font-size: 23px;
}

.feature-footer a {
	display: block;
	color: #00301f;
	font-family: "GTWalsheimPro-Medium";
}

.feature-footer li {
	text-decoration: none;
	list-style: none;
	padding: 7px !important;
}

.feature-footer {
	text-align: left;
	padding-top: 50px;
}

.footer p {
	color: #00301f;
	font-family: "GTWalsheimPro-Medium";
}

.contactus-btn .btn {
	width: 123px;
	background-color: #0362a8;
	font-size: 13px;
	padding: 11px 0;
	border-radius: 2px;
}

.concerns p {
	font-size: 14px;
}

.contactus-btn {
	padding: 13px 0;
	/* padding-bottom: 10px; */
}

.newletter-info span {
	color: #000000;
	font-family: "GTWalsheimPro-Medium";
	font-size: 14px;
}

.concerns {
	padding-top: 70px;
}

.contactus-detail span {
	font-size: 12px;
}

.copy-right {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color: #001524;
	padding: 7px 0;
	margin-top: 45px;
}

.copy-detail p {
	margin-bottom: 0;
	color: white;
	font-size: 12px;
}

.copy-detail a {
	color: white;
	font-size: 12px;
	padding: 0 6px;
}

.copy-detail a:hover {
	text-decoration: none;
}

.footer {
	padding-bottom: 40px;
}

/* footer end here */
@media (max-width: 580px) {
	.newletter-footer {
		flex-direction: column;
	}

	.news-heading {
		border-right: 0;
	}

	.person-active {
		justify-content: center;
	}

	.active-persons {
		padding-top: 26px;
		padding-bottom: 36px;
	}

	.contactus-detail {
		padding-bottom: 30px;
	}

	.feature-footer {
		text-align: center;
		padding-top: 2px;
		padding-bottom: 30px;
	}

	.offer-icons {
		justify-content: center;
	}

	.copy-right {
		flex-direction: column;
	}

	.footer {
		text-align: center;
	}

	.footer .email {
		justify-content: center;
	}

	.email svg {
		margin-top: 3px;
	}

	.copy-detail p {
		font-size: 12px;
	}
	.email-btn button {
		font-size: 11px;
		width: 80px;
		padding: 9px;
	}
}

@media (max-width: 768px) {
	.footer p {
		font-size: 10px;
	}

	.this-subscribe input.form-control {
		padding: 27px 6px;
		width: 239px;
	}

	.footer-heading h2 {
		font-size: 17px;
	}

	.footer p {
		font-size: 9px;
	}

	.newletter-info {
		text-align: center;
	}

	.contactus-btn .btn {
		width: 101px;
		font-size: 12px;
	}
	.this-subscribe input.form-control::placeholder {
		font-size: 13px;
	}
}

.fanatic::before {
	content: "";
	position: absolute;
	background-image: url(../img/image6.png);
	background-repeat: no-repeat;
	width: 58%;
	height: 482px;
	/* background: aquamarine; */
	top: 0px;
	right: 69%;
}

.fanatic {
	position: relative;
}

.fantix-heading {
	position: relative;
}

.fantix-heading::after {
	content: "";
	position: absolute;
	background-image: url(../img/image5.png);
	background-repeat: no-repeat;
	width: 60%;
	height: 519px;
	/* background: aquamarine; */
	right: 0;
	top: -209px;
}

@media (max-width: 768px) {
	.fantix-heading::after {
		content: "";
		position: absolute;
		background-image: url(../img/image5.png);
		background-repeat: no-repeat;
		width: 60%;
		height: 519px;
		right: 0;
		top: -214px;
	}

	.welcome-sec .our_team_section h2 {
		font-size: 25px !important;
	}

	.team-socail-icon .team_start .team_line .single_member {
		width: 100%;
	}
}

@media (max-width: 580px) {
	.team-socail-icon .team_start .team_line .single_member {
		width: 100%;
	}
}

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

.search-box.show {
	transform: translateY(0%);
}

.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 {
	color: #000;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

/* last active hover here */

/* .person-active .green-activ {
    display: none;
}

.person-active:hover .green-activ {
    display: block;
}

.person-active .status-now {
    display: none;
}

.person-active:hover .status-now {
    display: block;
}

.person-active:hover .hours-status {
    display: none;
} */

/* popup  */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	backdrop-filter: blur(17px);
	/* filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7; */
	z-index: 100;
	display: none;
}

.cnt223 a {
	text-decoration: none;
}

.popup {
	width: 100%;
	margin: 0 auto;
	display: none;
	background: #000000;
	position: fixed;
	backdrop-filter: blur(17px);
	z-index: 101;
	top: 0;
	height: 100%;
}

.cnt223 {
	min-width: 600px;
	width: 600px;
	min-height: 150px;
	margin: 100px auto;
	background: #f3f3f3;
	position: relative;
	text-align: center;
	z-index: 103;
	padding: 15px 35px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #000;
}

.cnt223 p {
	clear: both;
	color: #555555;
	/* text-align: justify; */
	font-size: 35px;
	font-family: sans-serif;
}

.cnt223 .x {
	/* float: right; */
	/* text-align: center; */
	height: 35px;
	left: 22px;
	position: relative;
	top: -25px;
	width: 34px;
}

.cnt223 .x:hover {
	cursor: pointer;
}

.cnt223 .btn {
	width: 24px;
	background: #0362a8;
	margin: 0 16px;
	font-size: 13px;
	width: 100px;
	color: white;
	opacity: 2;
	font-family: 'Poppins-Medium';
	font-weight: 500;
	text-transform: uppercase;
}

.popup-btn {
	display: flex;
	justify-content: center;
}
.cnt223 .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: white;
    text-decoration: none;
    opacity: 2;
}
@media(max-width:590px){
	.cnt223 {
		min-width: 87%;
		width: 84%;
		min-height: 150px;
		margin: 100px auto;
	}
	.cnt223 h1 {
		font-size: 20px;
	}
	
	.notice-wrapper p {
		font-size: 23px;
	}
}

.toggleHide {
	cursor: pointer !important;
}
.hide {
	display: none !important;
}
.span_group{
	background-color: black;
    color: white;
    padding: 1px;
    margin-bottom: 5px;
    display: inline-block;
}


.gallery {
	-moz-columns: 14rem;
	columns: 14rem;
	column-gap: 2rem;
	width: 100%;
	position: relative;
	overflow: visible;
  
	.image-wrap {
	  transform: translateZ(0);
	  margin: 0 0 2rem;
	  position: relative;
	  -webkit-column-break-inside: avoid;
	  page-break-inside: avoid;
	  break-inside: avoid;

	  img {
		display: block;
		/* height: auto; */
		width: 100%;
		max-width: 100%;
		height: 238px;
		/* object-fit: fill; */
		/* margin: 10px 0; */
	}
	  /* img {
		display: block;
		height: auto;
		width: 100%;
		max-width: 100%;
	  } */
  
	  &::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	  }
	}
  }
  
.all-recent-images img {
	width: 100%;
	height: 76px;
	object-fit: contain;
  }
  .card-fanatic .attraction-img img {
	
	width: 100%;
	height: 247px;
  }
  .card-fanatic .person-img img {
	width: 47px;
	height: 49px;
  }
  .group-line .single_member img {
	
	width: 100%;
	height: 169px;
	object-fit: contain;
  }

  
  .forum-sec {
	padding: 78px 0;
}