@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Qwigley&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


@font-face {
	font-family: 'Droid Arabic Kufi';
	src: url('..fonts/DroidArabicKufi.eot');
	src: url('../fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DroidArabicKufi.woff2') format('woff2'),
		url('../fonts/DroidArabicKufi.woff') format('woff'),
		url('../fonts/DroidArabicKufi.ttf') format('truetype'),
		url('../fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
	font-weight: normal;
	font-style: normal;
}

 

.mm-menu{
	font-family: 'DM Sans' !important;
}







.__fontsQwigley {
	font-family: 'Qwigley', cursive;
}

.__fontsQuattro {
	font-family: 'Quattrocento Sans', sans-serif;
}

.__fontRancho {
	font-family: 'Rancho', cursive;
}


/* General-------------------------------- */
:root {
	--color-primary: #217EC2;
	--color-secondary: ##DB4583;
	--color-dblue: #2E384D;
	--color-accent: #ffffff;
	--font-color: #000000;
	--top_bar_caolor_text: #000;
	--nav-color: #000;
	--nav-color-hover: #707070;
	--section-bg-color: #F3F3F3;
	--bs-font-body: "Roboto", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
	--bs-font-title: "Roboto", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--bs-font-title);
	font-weight: bold;
}

section,
header,
.header,
.section,
.wd100 {
	width: 100%;
	float: left;
}


/* ================================= */
.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 45px;
	display: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: #BBBBBB;
	color: #fff;
	text-align: center;
	padding-top: 13px;
	font-size: 18px;
	transition: all 1s;
	z-index: 100000;
	border: #BBBBBB 1px solid;
}

.back-to-top:hover {
	border: var(--color-primary) 1px solid;
	transition: all 1s;
	color: #fff;
	background: var(--color-primary);
}

.dpx-whatsapp-lower {
	bottom: 150px;
	padding: 0;
	position: fixed;
	left: -4px;
	z-index: 10000000;
}

.dpx-whatsapp-lower .dpx-whatsapp-text .dpx-whatsapp-icon {
	display: inline;
	margin: 0px auto;
	color: #FFF;
	text-align: center;
	font-size: 36px;
	z-index: 100;
}

.dpx-whatsapp-lower .dpx-whatsapp-text .dpx-whatsapp-icon img {}


.modal-content {
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	-moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
}


/* ====================== */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

svg.svg-inline--fa {
    margin-right: 5px;
    padding: 5px;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 3px;
    border: 5px solid #c41e82;
}

/*overlay */

[data-overlay] {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
}

[data-overlay=light]::before {
	background-color: #fff;
}

[data-overlay=theme-2]::before {
	background-color: #2d48c3;
}

[data-overlay=dark]::before {
	background-color: #181b1d;
}

[data-overlay=theme]::before {
	background-color: #43824f;
}

[data-opacity="1"]::before {
	opacity: 0.1;
}

[data-opacity="2"]::before {
	opacity: 0.2;
}

[data-opacity="3"]::before {
	opacity: 0.3;
}

[data-opacity="4"]::before {
	opacity: 0.4;
}

[data-opacity="5"]::before {
	opacity: 0.5;
}

[data-opacity="6"]::before {
	opacity: 0.6;
}

[data-opacity="7"]::before {
	opacity: 0.7;
}

[data-opacity="8"]::before {
	opacity: 0.8;
}

[data-opacity="9"]::before {
	opacity: 0.9;
}

/* End Overlay */


/* General-------------------------------- */


.__tpBrz {
	min-height: 30px;
	background: linear-gradient(180deg, #4BBEED 0%, #1A59A9 100%);
}

.header_nav {
	display: none;
}

.header_nav a:before,
.header_nav a:after {
	content: '';
	display: block;
	background: var(--color-primary);
	height: 4px;
}

.header_nav a span {
	background:var(--color-primary);
	display: block;
	margin: 4px 0;
	width: 30px;
	height: 4px;
}

.header {
	transition: transform .9s;

}
.__menupge img{
	width: 100%;
}
.__pgeBoz.wd100.__cafecontact {
    background: #e44b84;
    padding: 12px 20px;
    min-height: 250px;
    border-radius: 0px 30px 0px 30px;
    padding-top: 23px;
}
.__cafecontact td {
    padding: 10px 4px;
    font-size: 16px;
    color: #fff;
}
.__cafecontact td a{
	color: #fff;
}
.cftitle{
	color: #fff;
}
.header::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 130px;
	width: 100%;
	z-index: 999;
	top: 113px;
	margin: 0 auto;
	background: url(../images/headerBg.svg) no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.__hedrScr {
	background: #fff;
}

.__hedrScr .container {}

.__logo {
	min-width: 200px;
    max-width: 250px;
}

.__hdrtWrp {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.__hrActBw {
	display: flex;
}


.__snltGclr,
.__frsttGclr {
	margin: 0 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
	min-width: 124px;
	text-align: center;
	color: #fff;
	justify-content: center;
	padding: 7px 7px;
	line-height: 14px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;  
    font-family: 'DM Sans';
}

.__snltGclr span,
.__frsttGclr span {
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(20deg);
	display: inline-block;
}

.__snltGclr {
	background: linear-gradient(180deg, #2067B2 0%, #3898D3 50.52%, #48B8E9 100%);
	border: double #fff 5px;
}

.__frsttGclr {
	border: double #fff 5px;
	background: linear-gradient(180deg, #7B2C81 0%, #A32481 50.52%, #F05683 100%);
}

.__skew {
	/* Skew */
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
}



.__snltGclr:hover,
.__frsttGclr:hover {
	color: #fff;
}





.__cctest {
	padding: 16px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.__dripSrc .form-select {
	border: none;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	height: 100%;
}


.__snltGclr.__aclogzBoz{}
.__snltGclr.__aclogzBoz a{
	color: #fff;
}
.__lispz{
    padding: 0 9px 0 0;
}


/*************sss***********/




/*************Menu**********/
/* ============ desktop view ============ */

.__navM {}




@media all and (min-width: 992px) {
	.dropdown-menu li {
		position: relative;
	}

	.dropdown-menu .submenu {
		display: none;
		position: absolute;
		left: 100%;
		top: -7px;
	}

	.dropdown-menu .submenu-left {
		right: 100%;
		left: auto;
	}

	.dropdown-menu>li:hover {
		background-color: #f1f1f1
	}

	.dropdown-menu>li:hover>.submenu {
		display: block;
	}
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */

@media (max-width: 991px) {
	.dropdown-menu .dropdown-menu {
		margin-left: 0.7rem;
		margin-right: 0.7rem;
		margin-bottom: .5rem;
	}
}

/* ============ small devices .end// ============ */

.navbar-light .navbar-toggler {
	border-radius: 0px;
	background: #038ed1;
}

.navbar-toggler {
	padding: 3px 8px;
	font-size: 19px;
	line-height: 1;
	background-color: #2fc1d2;
	border: 1px solid transparent;
	border-radius: 0;
	float: right;
}

.menu_wrap {
	font-weight: bold;
	display: inline-block;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 12px;
	font-family: 'DM Sans';
}


.menu_wrap .navbar-expand-lg .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
	align-items: center;
	justify-content: flex-start;
}

.menu_wrap .nav-item.dropdown::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	color: #000;
	position: absolute;
	right: 4px;
	top: 12px;
	font-size: 14px;
}







.menu_wrap .nav-item.dropdown:hover::after {
	/* color: #fff !important; */
}

.menu_wrap .nav-item.dropdown {
	padding-right: 7px;
}


.menu_wrap .nav-item {}

.menu_wrap .navbar {
	padding: 0px;
}

.menu_wrap ul li {
	display: block;

}

.menu_wrap ul>li {
	/* border-right: #2D90CE 1px dotted; */
}

.menu_wrap ul li:last-child {

	border-right: none;
}

.menu_wrap ul>li>a {
    padding: 0px 11px !important; 
	border-radius: 0px;
	color: #000 !important;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 14px;
	/* white-space: nowrap; */
	/* white-space: initial; */
	text-align: center;
	line-height: 14px;
	min-height: 30px;
	display: flex;
	align-items: center; 
}

.menu_wrap ul>li>a.dropdown-toggle {
	white-space: normal;
}

.menu_wrap ul>li>a:hover,
.menu_wrap ul>li>a:focus {
	transition: all .1s;
	color: var(--color-primary) !important;

}

.menu_wrap ul>li>a.dropdown-toggle::after {
	display: none;
}



/* 
.menu_wrap ul > li.nav-item.dropdown:hover .dropdown-menu  {
background: #098400;
}
*/


.menu_wrap ul li.dropdown>ul li a {
	text-transform: none;
	padding: 15px 15px !important;
	font-size: 13px;
	color: #000 !important;
	border: none;
	font-weight: 600;
	white-space: break-spaces;
	line-height: 13px;
	display: block;
	border-bottom: #ddd 1px solid;
	max-width: 100%;
	width: 100%;
	text-align: left;
	-webkit-line-clamp: inherit;
	-webkit-box-orient: inherit;
	overflow: inherit;
	text-overflow: inherit;
	max-height: inherit;

}

.menu_wrap ul li.dropdown ul li .submenu.dropdown-menu {
	color: #000
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	width: 100%;
	padding: 0px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	-moz-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);

	min-width: 180px;
	/*min-width: auto !important;*/


}




.menu_wrap ul li:hover>a {
	/* color: #fff !important;
	background: var(--color-primary) !important; */
	font-weight: 600;
}


.menu_wrap ul li.dropdown>ul li a:hover,
.menu_wrap ul li.dropdown>ul li a:focus {
	transition: none;
	color: #fff !important;
	background: var(--color-primary) !important;
}


.menu_wrap ul li.dropdown ul li .submenu.dropdown-menu:hover {
	color: #fff;
}

.menu_wrap ul li.active a {
	border-bottom: 3px solid var(--color-secondary);
	transition: all 1s;
}


.menu_wrap .navbar-light .navbar-nav .nav-link:hover,
.menu_wrap .navbar-light .navbar-nav .nav-link:focus {
	background: var(--color-secondary);
	color: var(--nav-color-hover);
}

.menu_wrap .dropdown-menu>li {
	border-right: none;
}

.menu_wrap .dropdown-menu>li:hover,
.menu_wrap .dropdown-menu>li:focus {
	color: #16181b;
	text-decoration: none;
	background: #f8c324 !important;
}

.__menu_arrow {
	float: right;
}

.__cumSubNvAw::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	color: #0000009e;
	position: absolute;
	top: 12px;
	font-size: 14px;
	transform: rotate(270deg);
	right: 7px;
}

.menu_wrap .dropdown-menu>li:hover::after,
.menu_wrap .dropdown-menu>li:focus::after {
	color: var(--color-primary);
}


.nav-item.dropdown.dropdown-mega {
	position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
	width: 100%;
	top: auto;
	left: 0%;
	right: 0%;
	margin: 0 auto;
}

.navbar-toggler {
	border: none;
	padding: 0;
	outline: none;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 11;
	float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
	position: absolute;
	transform: translate(-50%, -50%) rotate(0deg);
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
	width: 100%;
	height: 4px;
	position: absolute;
	background: #333;
	border-radius: 2px;
	z-index: 1;
	transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
	left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
	top: 10%;
	transform-origin: 50% 50%;
	transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
	left: 0px;
	top: auto;
	bottom: 10%;
	transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
	position: absolute;
	margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
	top: 45%;
	transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
	left: 50%;
	width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
	top: 45%;
	transform: rotate(-45deg);
}


.menu_wrap .nav-item.dropdown:hover {
	/* background: var(--color-secondary); */
	color: var(--color-secondary);
}

.menu_wrap .nav-item.dropdown:hover>.dropdown-menu {
	display: block !important;
}



/*************sss***********/





/* ========================== */

.__banner {
	/* margin-bottom: 45px; */
}

.__banner .carousel-item img {
	/* height: 550px; */
	/* object-fit: cover;  */
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	opacity: 10;
	border-radius: 50%;
	border: #fff 1px solid;
}

.carousel-indicators .active {
	border: #fff 1px solid;
	background: #fff;
	opacity: 0.5;
}

/* ========================== */
/* ========================== */




.__ofBzTgWv .container {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: -80px;
	gap: 15px;
}

.__OfrBoz {
	text-align: center;
	display: flex;
	min-width: 230px;
	min-height: 156px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 5px;
}


.__OfrBoz.__gzeBue {
	background: url(../images/bbz.svg) no-repeat;
}

.__OfrBoz.__gzePnGsz {
	background: url(../images/bbz2.svg) no-repeat;
}

.__OfrBoz.__gzeBuese2 {
	background: url(../images/bbz3.svg) no-repeat;
}

.__OfrBoz.__gzePnGszse2 {
	background: url(../images/bbz4.svg) no-repeat;
}


.__pAdWr {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffffff70;
}

.__getAdWr {
	padding-top: 10px;
	display: flex;
	align-items: center;
}

.__payTx {
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 10px;
}

.__payAum {
	font-weight: 900;
	font-size: 36px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.__getTx {
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 10px;
}

.__getAum {
	font-weight: bold;
	font-size: 34px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #F3F800;
}

/* ============================ */
/* ============================ */


/* ============================ */
/* ============================ */

/* ============================ */
/* ============================ */




/* ============================ */
/* ============================ */


/* ============================ */
/* ============================ */




/* ============================ */
/* ============================ */


/* ============================ */
/* ============================ */



/* ============================ */
/* ============================ */

/* ============================ */
/* ============================ */


/* ============================ */
/* ============================ */


/* ============================ */
/* ============================ */


/* ============================ */
/* ============================ */



/* ============================ */
/* ============================ */
.footer {
	background: #EDEDED;
	padding: 40px 0 0;
	color: #000;
}

.__social_wrap h5,
.__ftnvll h5 {
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	position: relative;
}

.__ftnvll h5::after,
.__social_wrap h5::after {
	content: "";
	background: #000000;
	position: absolute;
	left: 0;
	top: 25px;
	width: 40px;
	height: 3px;
	text-align: center;
	margin: 0 auto;
}



.__ftnvll ul {
	list-style: none;
	margin: 0 0 0px;
	padding: 0px 0px;
	float: left;
	width: 100%;
}

.__ftnvll ul li {
	margin: 5px 0;
	color: #000;
	padding: 0px 0px;
}

.__ftnvll ul li a {
	color: #000;
	transition: all .5s;
	font-weight: normal;
}

.__ftnvll ul li a:hover {
	color: #000;
	transition: all .5s;
	text-decoration: underline;
}

.__qlistFtm ul li {
	float: left;
	width: 50%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
}


.__ftContact {}

.__ftContact svg {
	margin-right: 5px;
	width: 15px;
}


._social_icons_top {
	float: left;
	margin-bottom: 30px;
	display: flex;

}

.__social_wrap {
	margin-top: 110px;
}

._social_icons_top i {
	border-radius: 50%;
	float: left;
	width: 30px;
	height: 29px;
	text-align: center;
	padding-top: 6px;
	margin-right: 4px;
	color: var(--color-accent);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	font-size: 17px;
}

._social_icons_top i:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fa-facebook-f {
	background: #C41E82;
	/* background: #3b5998; */
}

.fa-twitter {
	/* background: #00acee; */
	background: #C41E82;
}

.fa-linkedin-in {
	/* background: #0e76a8; */
	background: #C41E82;
}

.fa-youtube {
	/* background: #c4302b; */
	background: #C41E82;
}

.fa-instagram {
	background: #C41E82;
	/* background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1); */
}
.fa-tiktok {
	background: #C41E82;
}
._social_icons_top .fa-whatsapp {
	/* background: #25D366; */
}




/* ============================ */
/* ============================ */

.__OpHrIfo {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.__mnyIfo {
	background: #ffffffad;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
}

.__IczHre {
	background: #fff;
	padding: 9px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: #eb518378 1px dashed;
	margin-right: 15px;
}

.__IczHre svg {
	width: 35px;
}

.__inHrHd {}

.__inHrtex {
	font-weight: bold;
}

.__ftMNv {
	max-width: 260px;
	padding-bottom: 20px;
}


.__ftCntWr {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

.__ftIXic {
	display: flex;
	margin-right: 15px;
}

.__ftNrx {
	font-weight: 600;
	display: flex;
	align-items: center;
	line-height: 18px;
	font-size: 15px;
	width: 100%;
}

.__ftConFz {}

/* ============================ */
/* ============================ */

.__appdowWrp {
	margin-top: 10px;
}

.__storeIc {
	display: flex;
	gap: 10px;
}

.__storeIc img {
	border: #000 1px solid;
	border-radius: 5px;
}


/* ============================ */
/* ============================ */


.__adblkWsc {
	padding: 55px 0;
}

.__adblkWsconr {
	margin-top: 15px;
}

.__adblkWsc h2 {
	color: #000;
	font-size: 42px;
	text-align: center;
	font-weight: normal;
}


.__abzObg {
	width: 460px;
	height: 460px;
	overflow: hidden;
	border: #fff 10px solid;
	border-radius: 50%;
	margin: 0 auto;

	background: #FFFFFF;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);

}

.__abzBozImg {
	text-align: center;
	background: url(../images/abbgBr.svg) no-repeat center;
}

.__abzBozTzt {
	background: url(../images/abRtbgBr.svg) no-repeat right top;
	line-height: 25px;

}

.__abzBozTzt h3 {
	font-size: 21px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 5px;
}

.__abzBozTzt h3::after {
	content: "";
	background: #AF2082;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 80px;
	height: 3px;
}

/* ============================ */
/* ============================ */

.__attraCScWv {
	min-height: 920px;
	position: relative;
}

.__attraCScWv .container {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.__attraCScWv::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	top: 0;
	width: 100%;
	height: 80px;
	-webkit-border-bottom-right-radius: 210px;
	-webkit-border-bottom-left-radius: 210px;
	-moz-border-radius-bottomright: 210px;
	-moz-border-radius-bottomleft: 210px;
	border-bottom-right-radius: 210px;
	border-bottom-left-radius: 210px;
}


.__letrfBnz {
	position: absolute;
	left: 0;
	display: flex;
	padding: 0;
	top: 415px;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.__letrfBnz span {
	position: absolute;
	padding-left: 90px;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
}

.__ardf {
	margin-left: -50px;
}

.__atraRtPrBnWv {
	display: flex;
	flex-direction: column;
	margin-top: 120px;
	width: 100%;
	max-width: 350px;
	gap: 8px;

}

.__artBnRtIm {
	border: 1px solid #FFFFFF;
	background: #00000052;
	border-radius: 10px;
	padding: 6px;
	margin: 0px;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 20px;
}

.__artBnRtIm span {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 2px;
	border-radius: 8px;
	min-height: 50px;
	border: 1px solid #FFFFFF;
}

.__clr1 span {
	background: linear-gradient(0deg, #35088E 0%, #6E23E4 100%);
}

.__clr2 span {
	background: linear-gradient(358.09deg, #364AFF 1.59%, #001891 1.59%, #566DFF 94.68%);
}

.__clr3 span {
	background: linear-gradient(360deg, #0E67C0 25.76%, #5ACEFF 100%);
}

.__clr4 span {
	background: linear-gradient(180deg, #00F4FF 0%, #00ABBD 52.08%, #048DAA 100%);
}

.__artBnRtIm:hover {
	color: #fff;
}


/* ============================ */
/* ============================ */

.__frNsEnBkWrp {
	margin: 40px 0;
	background: url(../images/bgx.svg) #fff no-repeat center top;

}

.__frNsEnBkWrp h3 {
	font-size: 21px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 5px;
}

.__frNsEnBkWrp h3::after {
	content: "";
	background: #AF2082;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 80px;
	height: 3px;
}

.__frNsEnBkWrp h6 {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 15px;
}


.__ebvozWv {
	margin-top: 25px;
	display: flex;
	gap: 15px;
}


.__enOfrLeBig {
	background: #ccc;
	position: relative;
	min-width: 335px;
	max-width: 335px;
	min-height: 350px;
	border-radius: 15px;
	border: #fff 5px solid;
	overflow: hidden;

	-webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	-moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
}

.__enOfrLeBig img {
	min-height: 403px;
	max-height: 403px;
	min-height: 100%;
	object-fit: cover;
}

.__enOfrLeBig::after {
	content: "";
	background: linear-gradient(360deg, #A12482 0%, rgba(187, 27, 130, 0) 86.59%);
	border-radius: 0px 0px 5px 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 234px;
}

.__ofrTxthd {
	color: #fff;
	z-index: 999;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	font-weight: 600;
	text-align: center;
	padding: 5px 0;
	font-size: 35px;
	font-family: 'Quattrocento Sans', sans-serif;
}

.__ofrTxthd a {
	color: #fff;
}

.__ofrTxthd a:hover {
	color: #fff;
}


.__ebxBoWrz {
	display: flex;
	flex-wrap: wrap;
}

.__enzxG {
	width: 50%;
	padding: 0 10px;
}

.__enzxG img {
	border-radius: 5px;
	overflow: hidden;
	max-height: 130px;
	object-fit: cover;
	width: 100%;
}

.__TizBz {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
	align-items: center;
}

.__xfgrhv {
	width: 100%;
	margin-bottom: 0px;
}

.__arowVq {}

.__xfgrhv h5 {
	margin-bottom: 2px;
	padding-bottom: 0;
	color: #000;
	font-size: 18px;
}

.__xfgrhv p {
	margin-bottom: 0;
	color: #717171;
	font-size: 13px;
}



/* ============================ */
/* ============================ */
.__vidAniWv {
	padding: 45px 0;
	position: relative;
}

.__vidAniWv h3 {
	margin-bottom: 25px;
	text-align: center;
	padding-bottom: 30px;

	font-size: 21px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

.__vidAniWv h3::after {
	content: "";
	background: #AF2082;
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	width: 80px;
	height: 4px;
	text-align: center;
	margin: 0 auto;
}

.__vidAniWv .container {}

.__gAvngX {
	text-align: center;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 100%;
	width: 100%; */

	min-width: 504px;
	min-height: 410px;
	background: url(../images/gif_bg.png) no-repeat;
}

.__gAvngX img {
	max-width: 243px;
	max-height: 289px;
}


/* ============================ */
/* ============================ */
.__eceWv {}

.__eveTemz {
	text-align: center;
}

.__eveTezIg {
	border-radius: 26px 26px 0 0;
	overflow: hidden;
}

.__eveTemz h5 {
	background: linear-gradient(180deg, #7A2C81 -28.79%, #C72282 100%);
	border-radius: 0px 0px 26px 26px;
	text-align: center;
	padding: 18px 10px;
	color: #fff;
	font-weight: lighter;
	font-size: 20px;
	margin-bottom: 15px;
}

.__eveTemz h5 a {
	color: #fff;
}



.__drcpA {
	display: flex;
	margin: 0 auto 10px;
}

.__ebeBntz {
	min-width: 156px;
	padding: 10px 10px;
	min-height: 35px;
	background: url(../images/ebetBnt.svg) no-repeat #d13d82 right;
	display: inline-block;
	text-align: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	margin: 10px auto 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: #fff 2px solid;
}

.__ebeBntz:hover {
	background: #fff;
	color: #8F2981;
	border: #8F2981 2px solid;
	font-size: 14px;

}


/* ============================ */
/* ============================ */
.__apBgWv {
	background: url(../images/ab_bg.jpg) no-repeat top center #ccc;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 30px 0;
	color: #fff;
	min-height: 465px;
	display: flex;
	align-items: center;
	position: relative;
}

.__dowxTxt {
	max-width: 350px;
	margin-bottom: 30px;
}

.__dowxTxt h4,
.__dowxTxt h5 {
	text-transform: uppercase;
	margin: 0;
	font-size: 19px;
	padding: 0px;
}

.__dowxTxt h6 {
	margin-top: 15px;
	color: #fff;
	font-size: 15px;
}

.__dowxTxt h4 {
	font-size: 25px;
}


.__apIxoWxzfv {
	display: flex;
	gap: 15px;
}

.__apIxAppImz {
	position: absolute;
	top: 20px;
}



.__apIxAppImz {
	animation-name: flo;
	animation-duration: 3s;
	animation-iteration-count: infinite;

}

@keyframes flo {
	50% {
		transform: translateY(20px);
	}
}



/* ============================ */
/* ============================ */

.__mapVewWv {}

.__mapVewWv iframe {
	float: left;
	width: 100%;
	display: inline-block;
}

/* ============================ */
/* ============================ */

.__ftBotmWp {
	background: #A7A7A7;
	padding: 20px 0;
	float: left;
    width: 100%;
}

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

.__ftRxrz {
    color: #fff;
    text-align: center;
    margin: 10px 0 0 0;
}

.__ftRxrz a {
	color: #fff;
}

.__ftLizNAv {
	float: left;
}

.__ftLizNAv ul{
	margin: 0px 0px;
	padding: 0px 0px;
}
.__ftLizNAv ul li {
	margin: 0px 0px;
	padding: 0px 5px;
	float: left;
	list-style: none;
}

.__ftLizNAv ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.__ftRxrz a:hover,
.__ftLizNAv ul li a {
	color: #fff;
}




/* ============================ */
/* ============================ */

.__innerBner {
	max-height: 550px;
	min-height: 550px;
}

/* ============================ */
/* ============================ */

.__inpgWpdzz {}

.__inrPhHdz {
	width: fit-content;
	background: #cc2982d4;
	border-radius: 51px 51px 92px 92px;
	text-align: center;
	color: #FFF;
	padding: 30px 50px;
	margin: -50px auto 0;
	z-index: 999;
	position: relative;
}

.__inrPhHdz h2 {
	font-family: 'Rancho', cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 49px;
	line-height: 34px;
	margin: 0;
	padding: 0;
}

.__inmHdz {
	padding: 40px 0;
	position: relative;
}


.__inmHdz h1 {
	text-align: center;
	font-size: 24px;
	color: #3BA5DC;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.__inmHdz h1::after {
	content: "";
	background: #3BA5DC;
	position: absolute;
	left: 0;
	top: 74px;
	width: 89px;
	height: 3px;
	right: 0;
	margin: 0 auto;
}


.__picTzWv {
	background: #FFFFFF;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 15px;
	margin: 15px auto;
}

.__peicTaHz {
	display: flex;
	gap: 15px;
}

.__prcTmhz {
	width: 100%;
	border-radius: 30px;
	font-size: 17px;
	text-align: center;
	padding: 10px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px
}

.__tableZXt {
	background: #E34A83 !important;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	border-radius: 10px;
}

.__prTCtWrp {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

.__prLtxHd {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}

.__prTdWrz {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.__mzoAb{
	display: none;
}

.__prtdImz {
	border-bottom: white 1px solid;
	min-height: 50px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 16px;
}

.__prtdImz:last-child {
	border-bottom: none;
}

.__pcTbPig {
	background: #E34A83;
}

.__pcTbGrn {
	background: #4CAF50;
}

.__pcTbBlu {
	background: #48B8E9;
}

.__pcTbOgn {
	background: #FFA300;
}

/* ============================ */
/* ============================ */

.__mnDcrIfTxzt {
	color: #6F6F6F;
	font-size: 16px;
	text-align: center;
	width: 85%;
	margin: 0 auto 15px;
}

.__pgeBgWv {
	display: flex;
	margin-bottom: 40px;
}

.__pgLingz {
	border-radius: 133px 0px 0px 0px;
	height: 361px;
	width: 55%;
	overflow: hidden;
}

.__pgLingz img {
	max-height: 361px;
	min-height: 361px;
	width: 100%;
	object-fit: cover;
}

.__phTxCoBk {

	color: #fff;
	width: 45%;
	background: linear-gradient(180deg, #7B2C81 0%, #A32481 50.52%, #F05683 100%);
	border-radius: 0px 0px 134px 0px;
	display: flex;
	padding: 45px;
	flex-direction: column;
	align-items: flex-start;

}

.__phTxCoBk h6 {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.__phTxCoBk h3 {
	font-family: 'Qwigley';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 34px;
	text-align: center;
	letter-spacing: 0.03em;
	margin-bottom: 25px;
	color: #FFFFFF;
}

.__pgTtxLiz {
	min-height: 110px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.__pkgBtn {
	color: #FFF;
	background: linear-gradient(180deg, #2067B2 0%, #3898D3 50.52%, #48B8E9 100%);
	border: 1px dashed #FFFFFF;
	border-radius: 25px;
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	padding: 10px 25px;
	transition: all .5s;
}

.__pkgBtn:hover {
	transition: all .5s;
	color: #FFF;
	background: linear-gradient(180deg, #7B2C81 0%, #A32481 50.52%, #F05683 100%);
}

.__pgeBgWv.__pkSet2 {}

.__pgeBgWv.__pkSet2 .__phTxCoBk {
	background: linear-gradient(180deg, #2067B2 0%, #3898D3 50.52%, #48B8E9 100%);
	border-radius: 0px 0px 0 134px;
}

.__pgeBgWv.__pkSet2 .__pgLingz {
	border-radius: 0 133px 0px 0;
}

.__pgeBgWv.__pkSet2 .__pkgBtn {
	background: linear-gradient(180deg, #7B2C81 0%, #A32481 50.52%, #F05683 100%);
}

.__pgeBgWv.__pkSet2 .__pkgBtn:hover {
	background: linear-gradient(180deg, #2067B2 0%, #3898D3 50.52%, #48B8E9 100%);
}


.__pckMalPpz{
	color: #000;
}
.__pckMalPpz .modal-title { 
   color: #000;
}


.__pckMalPpz .modal-body .package {
	background: #f05683;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    margin-bottom: 15px;
	position: relative;
}
 

.__pckMalPpz .modal-body .package:nth-child(2) {
	background: #7B2C81 ;
  }
   
.__pckMalPpz .modal-body .package:nth-child(2) {

	background: #00c0eb;
  }
   
.__pckMalPpz .modal-body .package:nth-child(3) {
	background: #2067B2 ;
  }








.__pckMalPpz .modal-body .package .price {
	font-size: 14px;
    font-weight: bold;
    border: #fff 1px dashed;
    border-radius: 30px;
    text-align: left;
    margin: 0;
    padding: 5px 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    text-transform: uppercase;

}
.__pckMalPpz .modal-body .package ul{
    margin: 0 4px 5px;
    padding: 0 3px;
}
.__pckMalPpz .modal-body .package ul li{
    margin: 0 10px;
    padding: 0 0px;
    list-style: disc;
}



/* ============================ */
/* ============================ */

.__pgeLvw {}

.__pgeBoz {
	margin-bottom: 30px;
}

.__pgiMz {
	overflow: hidden;
	border-radius: 0px 100px 0px 0px;
}

.__pgiMz img {
	max-height: 350px;
	min-height: 350px;
	width: 100%;
	object-fit: cover;
}

.__pgLiTx {
	background: linear-gradient(180deg, #7B2C81 0%, #A32481 50.52%, #F05683 100%);
	border-radius: 0px 0 0 100px;
	color: #fff;
	padding: 30px;
}

.__datPrzWrv {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 15px;
}

.__frDabk {}

.__pkgdys {}

.__pkgPrc {}

.__pkhLiVw {}

.__pkhLiVw ul {
	margin: 0 0px;
	padding: 2px 0px;
}

.__pkhLiVw ul li {
	font-size: 15px;
	color: #fff;
	list-style: none;
	background: url(../images/bltIcon.png) no-repeat 0px 4px;
	margin: 0 0px;
	padding: 2px 25px;
}

.__pkLisBntWrp {
	margin-top: 20px;
	text-align: center;
}

.__pkLisBntWrp .__pkgBtn {
	min-width: 200px;
}

.__pgLstVw2 {}

.__pgLstVw2 .__pgLiTx {
	background: linear-gradient(180deg, #2067B2 0%, #3898D3 50.52%, #48B8E9 100%);
}

.__pgLstVw2 .__pgLiTx .__pkgBtn {
	background: linear-gradient(180deg, #7B2C81 0%, #A32481 50.52%, #F05683 100%);
}

.__pgLstVw2 .__pgLiTx .__pkgBtn:hover {
	background: linear-gradient(180deg, #2067B2 0%, #3898D3 50.52%, #48B8E9 100%);
}

/* ============================ */
/* ============================ */

.__offer_promotions {}

.__offer_promotions .__pgLiTx {
	text-align: center;
}

/* ============================ */
/* ============================ */
.__attrsBozWv {}

.__pgeLvw {
	margin-bottom: 25px;
}

.__attrsBozWv .__pgLiTx {
	border-radius: 0px 0px 30px 30px;
}

.__attrsBozWv .__pgiMz {
	border-radius: 100px 0px 0px 0px;
}

.__attrsBozWv .__pgeBoz {
	height: 100%;
	border-radius: 100px 0px 30px 30px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 22%);
	background: linear-gradient(180deg, #7B2C81 0%, #A32481 50.52%, #F05683 100%);
}

.__attrsBozWv .__pgiMz img {
	max-height: 300px;
	min-height: 300px;
	object-fit: cover;
}

.__tarzliVae {
	display: flex;
	margin-bottom: 6px;
	line-height: 15px;
}

.__tazrlThz {
	min-width: 65px;
	font-weight: 600;
}

.__tarzliVaeDcrp {
	display: flex;
	margin-top: 2px;
	margin-bottom: 2px;
	flex-direction: column;
}

.__tarzliVaeDcrp .__tazrlThz {
	min-width: 100%;
}

.__attrsBozWv .__pgLiTx h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

.__tazrlTxzt {
	width: 100%;
}

.__tazrlTxzt p {
	margin-bottom: 5px;
}

.__tazrlTxzt ul {
	margin: 0 5px;
	padding: 0 0;
}

.__tazrlTxzt ul li {
	margin: 0 10px;
	padding: 0 0px;
}

.__tarzliVaeDcrp .__tazrlTxzt {
	/* min-height: 105px;
    max-height: 105px; */
	/* display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; */
	/* overflow: hidden; */
}

.__tarzliVtIfWzx {
	min-height: 78px;
}

.__BzfHz {}

.__BzfHz:hover {}

.__gxzde {
	position: relative;
	/* min-height: 350px; */
}


.__attrsBozWv .__pgLiTx {
	/* min-height: 350px;
    max-height: 350px; */
	/* overflow: hidden;  */
	/* position: absolute; */
	/* z-index: 10; */
	background: #ccc0;
	padding-bottom: 0;

}

/* .__attrsBozWv .__pgLiTx:hover{
    min-height: 500px;
    max-height: 100%; 
} */

.__seBlu2z {}

.__seBlu2z .__pgeBoz {
	background: linear-gradient(180deg, #2067B2 0%, #0473b7 50.52%, #48B8E9 100%);
}


/* ============================ */
/* ============================ */



.__cusBoz {
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
	border-radius: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 200px;
}

.__cuicos {
	margin-bottom: 15px;
}

.__MazvFmWv {
	margin-top: 30px;
}

.__mpaVr {
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
	border-radius: 5px;
	overflow: hidden;
}

.__frzdf {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	padding: 25px;
}

.__ctm_btn {
	background: linear-gradient(180deg, #7B2C81 0%, #A32481 50.52%, #F05683 100%);
	border: none;
	font-weight: 600;
	text-transform: uppercase;

	padding: 10px 25px;
}

/* ============================ */
/* ============================ */

.__telcoddro {
	display: flex;
}

.__codrop {
	min-width: 95px;
}

.__telrop {
	width: 100%;
	padding-left: 15px;
}

.required {
	color: red;
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
}

/* ============================ */
/* ============================ */
.__scoutinner {
	padding-bottom: 50px;
}

.__hshwp {
	background: linear-gradient(180deg, #7A2C81 -28.79%, #C72282 100%);
	padding: 100px 0 20px;
	margin-bottom: 25px;
}

.__hshwp h1 {
	color: #fff;
	font-size: 30px;
}

/* ========================== */
/* ========================== */


.breadcrumb_wrap {
	margin-bottom: 15px;
}

.breadcrumb_wrap .breadcrumb {
	margin-bottom: 0px;
	background: #fff0;
	padding: 5px 0px;
	font-size: 13px;
	padding-left: 0;
	color: #fff;
	font-weight: 500;
}

.breadcrumb_wrap a {
	color: #fff;
}

.breadcrumb_wrap a:hover {
	text-decoration: underline;
	color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 8px;
	margin-top: 3px;
}

/* ====================== */
/* ====================== */


/* ================================= */
/* ================================= */


.__statipg {
	font-size: 14px;
}

.__statipg h2 {
	font-size: 22px;
}

.__statipg h2 {
	font-size: 20px;
}

.__statipg h3 {
	font-size: 18px;
}

.__statipg h4 {
	font-size: 16px;
}

.__statipg h5 {
	font-size: 15px;
}

.__statipg h5 {
	font-size: 14px;
}

.__statipg ul {
	margin: 0 auto;
	padding: 15px 15px
}

.__statipg ul {
	margin: 0 auto;
	padding: 15px 15px
}

/* ================================= */

.addon{
	background: #f5ac00;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}

/* ============================ */
/* ============================ */
/* ============================ */
/* ============================ */
/* ============================ */
/* ============================ */
/* ============================ */
/* ============================ */
/* ============================ */
/* ============================ */
/* ============================ */
/* ============================ */

/* ============================ */
/* ============================ */


@media (max-width: 1399px) {}

@media (max-width: 1199px) {
	.__ftMNv {
		max-width: 160px;
	}
	.menu_wrap ul>li>a {}


	.__logo {
		min-width: 200px;
	}
	.menu_wrap ul>li>a {
		padding: 0px 7px !important;
		font-size: 12px;
	}
	.__snltGclr, 
	.__frsttGclr {
		margin: 0 5px; 
		min-width: 120px;  
		padding: 5px 4px;  
	}
	.header::before {
		top: 107px;
	}
}

@media (max-width: 991px) {
	.__dsfboz .col-xs-12 {
		margin-bottom: 15px;
	}

	.menu_wrap{
		display: none;
	}
 

	.__phTxCoBk h3 {
		font-size: 45px;
	}

	.__inrPhHdz h2 {
		font-weight: 400;
		font-size: 30px;
	}
	.__innerBner {
		max-height: 450px;
		min-height: 450px;
	}

	.__logo { 
		display: flex;
	}
	.__logo_actMM{
		max-width: 220px;
	}

	.header_nav {
		float: left;
		width: auto;
		display: block !important;
		position: relative;
		z-index: 9;
		margin-right: 10px;
		margin-top:5px;
	}

	#menu.mm-menu_opened {
		display: block !important;
	}
	.header::before {
		height: 60px; 
	}
	.__ofBzTgWv .container { 
		margin-top: 15px;
		flex-wrap: wrap;
	}
	.__abzBozImg{
		margin-bottom: 25px;
	}
	
	.__adblkWsc {
		padding: 55px 0 0;
	}

	.__attraCScWv .container {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-direction: column;
	}
	.__letrfBnz {
		top: 140px;
	}

	.__ebvozWv {
		margin-top: 25px;
		display: flex;
		gap: 15px;
		flex-direction: column;
	}
	.__enOfrLeBig { 
		min-width: 100%;
		max-width: 100%;
	}
	.__enOfrLeBig img {
		width: 100%;
	}
	.__eveTemz{
		margin-bottom: 25px;
	}

	.__apIxAppImz {
		position: relative;
		top: 20px;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	} 
	.__dowxTxt {
		max-width: 100%; 
		text-align: center;
	} 
	.__apIxoWrz {
		text-align: center;
	}
	.__apIxoWxzfv {
		display: flex;
		gap: 15px;
		justify-content: center;
	}   
	.__ftnvll{
		max-width: 100% !important;
		flex: 0 0 auto;
		width: 100%;
		
	}
	.__ftnvll.__ftMNv {
		max-width: 50% !important;
		flex: 0 0 auto;
		width: 50%;
		margin-bottom: 15px;
	} 
	.__social_wrap {
		margin-top: 20px;
	}

	.__storeIc { 
		margin-bottom: 25px;
	}
	.__ftBotm {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column-reverse;
		gap: 10px; 
	}
	.__ftRxrz ,
	.__ftLizNAv {
		float: left;
		width: 100%;
		text-align: center;
	
	}
	.__ftLizNAv ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}

}


@media (max-width: 767px) {

	.__apIcz.mainreviewbtn a {
		margin-left: unset;
	}

	.__MazvFmWv {
		margin-top: 5px;
	}
	.__frzdf {
		margin-bottom: 20px;
	}
	.__hshwp {
		padding: 50px 0 10px;
	}
	.__pgeBgWv { 
		flex-direction: column;
	}
	.__phTxCoBk,
	.__pgLingz {
		width: 100%;
	} 
	.__pgeBgWv.__pkSet2 .__phTxCoBk{
		border-radius: 0px 134px 0 0;
	}
	.__pgeBgWv.__pkSet2 .__pgLingz {
		border-radius: 0 0px 0 133px;
	} 
	.__prcTmhz { 
		font-size: 14px; 
		font-weight: 500;
	}
	.__prLtxHd { 
		font-weight: 500;
		font-size: 13px;
	} 
	.__prtdImz { 
		min-height: 32px; 
		font-size: 12px;
	}
	.__prTCtWrp,
	.__peicTaHz { 
		gap: 5px;
	}
	.__prcTmhz { 
		margin-bottom: 5px;
	}
	.__prTCtWrp { 
		margin-bottom: 5px;
	}  
	.__banner .carousel-item img { 
		min-height: 300px;
		object-fit: cover;
	}  
}

@media (max-width: 576px) { 
	.__cusBoz {  
		min-height: 140px;
	}
	.__frzdf { 
		padding: 15px;
	}
	.__hshwp h1 {
		font-size: 25px;
	}
	.__pgeBoz {
		margin-bottom: 10px;
	} 
	.__snltGclr, .__frsttGclr {
		margin: 0 5px; 
		padding: 2px 7px;
		line-height: 11px;
		font-size: 11px;
		min-width: auto;
	} 
	.__pkLisBntWrp .__pkgBtn {
		min-width: 90%;
	} 
	.__datPrzWrv {
		 gap: 15px;
		flex-wrap: wrap;
	} 
	.__pgTtxLiz {
		min-height: 110px; 
		-webkit-line-clamp: inherit;
	}
	.__inmHdz h1::after {
		top: 65px;
		width: 70px;
	} 
	.__inrPhHdz {
		padding: 10px 20px;
		margin: -30px auto 0;
	}
	.__inrPhHdz h2 { 
		font-size: 27px;
	} 
	.__inmHdz h1 {
		font-size: 18px;
	} 
	.__picTzWv { 
		overflow-x: scroll;
	}
	.__prTCtWrp, .__peicTaHz {
		min-width: 460px;
		max-width: 460px;
	} 
	.__innerBner {
		max-height: 300px;
		min-height: 300px;
	} 
	.__letrfBnz { 
		width: 100%;
		position: relative;
	} 
	.__ftnvll.__ftMNv {
		max-width: 100% !important;
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: 15px;
	}
	.__abzObg {
		width: 320px;
		height: 320px;
	} 
	.__attraCScWv::after {
		top: -1px;
	} 
	.__gAvngX {
		text-align: center;
		margin: 30px auto;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 100%;
		min-height: 400px;
		background: url(../images/gif_bg.png) no-repeat no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	} 
	.__vidAniWv {
		padding: 25px 0;
	}
	.__enzxG {
		width: 100%; 
		padding: 0;
		margin-bottom: 15px; 
	}
	.__frNsEnBkWrp {
		margin: 40px 0 0;
	}
	.__cctest {
		padding: 10px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	.header::before {
		top: 120px;
	}
	.__tpBrz {
		min-height: 20px;
	}
}



