
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;500;800&family=Be+Vietnam+Pro:wght@100;400;500;700&family=Oleo+Script+Swash+Caps:wght@700&display=swap');

body{
	font-family: 'Archivo', sans-serif;
font-family: 'Be Vietnam Pro', sans-serif;

}

.custom-font-h3{
	text-align: center;
	font-size: 28px;
}

@media(max-width:767px)
{
	.header-section .navbar img{
		width: 185px;

	}
	.header-contact{
		display: none;
	}
	.header-icons{
		display: none;
	}
	.product-icons {
    /* text-align: center; */
    display: grid;
}
.welcome-sub-content h2{
    text-align:center;
}
.welcome-sub-content p {
    line-height: 33px;
}
.welcome-sub-content ul{
    line-height: 33px;
}
.fan-details h3
{
    padding-top:20px;
}

.renesa{
	padding-top: 30px;
}
.studio{
	padding-top: 30px;
}
.best-price{
	margin-top: 30px;
}
.best-price-img img{
	height: 158px;
    padding-top: 41px;
}
.view img{
	height: 170px;
}
.owl-item{
	width: 330px;
    margin-right: 63px;
}


}
.header-top{
background-color: #232F3E;
color: grey;
}
.header-mail{
	font-size: 0.8rem;
}
.header-mail a{
	color: grey;
}
.header-mail a:hover{
	color: #fff;
	text-decoration: none;
}
.header-phone {
    font-size: 0.8rem;
    width: 50%;
    float: left;
}
.header-phone a{
	color: grey;
}
.header-phone a:hover{
	color: #fff;
	text-decoration: none;
}
.social-media{
	width: 50%;
	float: left;
}
.social-media ul{
	display: inline-flex;
}
.social-media ul li{
	list-style: none;

}
.social-media a{
	color: grey;

}
.social-media a:hover{
	color: #fff;

}
.navbar-bg{
	background-color:#E2173E; 
}
/******************************/
header{
margin:0px 0px;
padding: 24px 0 18px 0;
position: -webkit-sticky;
	z-index:999;
	background-color:#FFF;	
	width:100%;
	}
	header:after{
	display:block;
	clear:both;
	content:'';
	}
header .container{
		position: relative;
		/* min-height: 103px; */
	}
.logo{
	width: 30%;
	z-index: -9;
	
	float: left;

	}
	
	.menu-section {
	width: 67%;
	float: right;
	text-align: right;
	margin-top: -11px;
}
.logo-mobile {
	display: none;
}

.radius-30 {
	border-radius: 30px !important;
}

.w-menu{
	width:100%;
	float:none;
	}
.w-menu .container{
	position:relative;
	min-height: inherit;
	}
.w-menu ul li a:hover{
	/* border-bottom: 3px solid #2A6117; */
}
.w-menu ul li a.active{
	/* border-bottom: 3px solid #2A6117; */
}
.w-menu .ul.sub-menu li a {
	color: #035d0c;
}
.w-menu ul li:last-child {
	margin-right: 0 !important;
}
@media (max-width:1200px) {
.w-menu ul li a {
	font-size: 13px;
    padding:0px 10px;  
}
	}
@media (min-width:992px) {


.w-menu{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  position:relative;
  z-index:99;
}
.w-menu ul {
    list-style-type:none;
    margin:0;
    padding:0;
}


.w-menu ul li {
    display:inline-block;
    position:relative;
	font-size:13px;
	font-weight:600;
	margin:0px 9px;
	
}
.w-menu ul li a {
    line-height:60px;
    padding:0 9px;
	margin:0px 0px;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	font-weight: 400;
}
.w-menu ul li a:hover{
	color: #0ebaba;
}
.w-menu ul li.contact-menu{
	background-color: #ffc300;
	padding: 0px 20px;
}

.w-menu ul li.contact-menu:hover a{
	color:#571845;
}
.w-menu ul li ul{
	text-align:left;
	background-color:#232F3E;
	}
.w-menu ul li ul li a {
   	line-height:22px;
    padding:12px 20px 12px 10px;
	color: #fff;
	border-bottom:1px solid #41577440;
	margin:0px 0px;
	text-decoration:none;
	font-size:14px;
	font-weight:400;
	text-transform:none;
	width:100%;
	display:block;
}
.w-menu ul li ul li a:hover {
	border-bottom: 1px solid #41577440;
}
/* .w-menu ul li:after{
	content: '';
    display: block;
    width: 0;
    height:3px;
    background:#035D0C;
    transition: width .3s;
	}
.w-menu ul li:hover::after {
    width: 100%;
} */
.w-menu ul li ul li::after{
	content: '';
    display: block;
    width: 0;
    height:0px;
    background: #035D0C;
    transition: width .3s;
	}
.w-menu ul li ul li:hover{
	background:var(--main-color-one-hover);
	}

/*ZOOM IN EFFECTS START*/


/*.w-menu ul.sub-menu {
    display:none;
}
.w-menu li:hover > ul{
    display: block;
    -moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
 
}
 
.w-menu ul li:hover > ul{
    display:block;
    -moz-animation: zoomIn .3s ease-in ;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
}*/
/*ZOOM IN EFFECTS END*/

/*SLIDE DOWN EFFECTS START*/
.have-sub-menu{
	position:relative;
	}
ul.sub-menu { 
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.have-sub-menu:focus > .sub-menu,
.have-sub-menu:focus-within > .sub-menu,
.have-sub-menu:hover > .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
/*SLIDE DOWN EFFECTS END*/


/*FLIP EFFECTS START*/
/*
.w-menu ul.sub-menu {
    display:none;
}
.w-menu li:hover > ul{  
    display: block;
    -moz-animation: flipInX .3s ease-in;
    -webkit-animation: flipInX .3s ease-in ;
    animation: flipInX .3s ease-in;
 
}
 
.w-menu ul li:hover > ul{
    display:block;
    -moz-animation: flipInY .3s ease-in ;
    -webkit-animation: flipInY .3s ease-in ;
    animation: flipInY .3s ease-in;
}
*/

/*FLIP EFFECTS END*/

/* sub navigation */
.w-menu li ul {    
    position:absolute;
    left:0;
    top:63px;
    width:200px;
}
.w-menu li ul.right {    
    right:0px;
	left:auto;
}
.w-menu li li {
    position:relative;
    margin:0;
    display:block;
}
.w-menu li li ul {
    position:absolute;
    top:0;
    left:200px; /* make this equal to the width of the sub nav above */
    margin:0;
}
.w-menu li li ul.right,
.w-menu li li ul.right li ul {
    right:180px; /* make this equal to the width of the sub nav above */
	left:auto;
}
.w-menu ul li span {padding-left:2px;}
.w-menu ul li span.arrow-plus{
	position:relative;
	display:inline-block;
	z-index:99;
	right:0;
	top:0px;
	cursor:pointer;
	text-align:center;
	height:auto;
	font-weight: 100;
	}
.w-menu ul li span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f107";
	color:var(--main-color-one);
	font-size:14px;
	color:#fff;
	}
.w-menu ul li li span.arrow-plus{
	position:absolute;
	top:8px;
	right:10px;
	}
.w-menu ul li li span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f105";
	color:#FFF;
	font-size:14px;
	}

/*OTHER MENU STYLE START*/
.w-menu ul li.other-menus > ul{
	/*max-height:200px;
	overflow-x: hidden;
	overflow-y: scroll;*/
	}
.w-menu ul li.other-menus:hover{
	background-color:transparent;
	}
.w-menu ul li.other-menus:before{
	font-family: FontAwesome;
	content: "\f0c9";
	color:#FFF;
	position:absolute;
	top:50%;
	margin-top:-11px;
	margin-left:-7px;
	}

.w-menu ul li.other-menus > a{
	display:block;
	width:50px;
	padding:0px;
	margin:0px;
	text-indent:-99999px;
	}
.w-menu ul li.other-menus ul li a {
    padding-left:20px;
}
.w-menu ul li.other-menus li:after{
	height:0px;
	display:none !important;
	}
.w-menu ul li.other-menus > .arrow-plus{
	display:none;
	}
.w-menu ul li.other-menus ul{
	left:-160px;
	}
.w-menu ul li.other-menus ul li ul,
.w-menu ul li.other-menus ul li ul li ul,
.w-menu ul li.other-menus ul li ul li ul li ul {
    position: absolute;
    top: 0;
    left:-200px;
    margin: 0;
}
.w-menu ul li.other-menus span.arrow-plus {
    position: absolute;
    top: 9px;
    left: 3px;
    right: auto;
}
.w-menu ul li.other-menus span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f104";
	}
.w-menu ul li.other-menus > ul::-webkit-scrollbar {
    width:3px;
}
.w-menu ul li.other-menus > ul::-webkit-scrollbar-thumb {
  background:var(--main-color-two);
}
.w-menu ul li.other-menus{
	cursor:pointer;
	position:relative;
	}
/*OTHER MENU STYLE END*/
/*MEGA MENU STYLE START*/
.w-menu ul li.mega-menus{
	cursor:pointer;
	position:static;
	
	}
.w-menu ul li.mega-menus > ul{
	position:absolute;
	width:1170px;
	left:0%;
	right:0%;
	padding:20px;
	}
.w-menu ul li.mega-menus > ul > li{
	width:20%;
	float:left;
	line-height:10px;
    padding:0px 10px;
	}

.w-menu ul li.mega-menus  ul li:hover{
	background-color:transparent;
	}
.w-menu ul li.mega-menus > ul li a:hover{
	color:#000;
	}
.w-menu ul li.mega-menus ul.sub-menu ul.sub-menu {
    display: block;
	left:0px;
	width:100%;
	position:static;
}

.mega-menus ul span.arrow-plus{
	display:none !important;
	}
.w-menu ul li.megamenu-li > a,
.w-menu ul li.megamenu-with-out-sub > a{
	font-size:13px !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
	/*margin-bottom:5px !important;
	padding-bottom:10px !important;
	border-bottom:solid 1px #1b69a9 !important;*/
	display:block !important;
	line-height:16px !important;
	color:#FFFFFF !important;
	
	}
/*.megamenu-with-out-sub > a{
	border-bottom:none !important;
	padding-bottom:0px !important;
	margin-bottom:0px !important;
	}*/
.megamenu-li > a:hover{
	color:#FFF !important;
	cursor:default;
	}
.megamenu-li ul{
	margin-bottom:20px !important;
	display:inline-block !important;
	}
.w-menu li.mega-menus:hover ul{
    display: block;
    -moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: none !important;
 
}
.w-menu ul li.mega-menus ul li{
	/*display:inline-block;
	vertical-align:top;
	float:left;*/
	}
.w-menu ul li.mega-menus ul li a{
	line-height:20px;
    padding:5px 0px;
	font-size:14px;
	color:#98d0ff;
	}
.w-menu ul li.mega-menus ul li ul li a{
	line-height:20px;
    padding:1px 0px;
	font-size:13px;
	}

/*MEGA MENU STYLE END*/

/*VERTICAL MENU STYLE START*/
.w-menu.vertical-menu ul li{
	float:none;
	display:block;
	width:100%;
	text-align:left;
	}
.w-menu.vertical-menu ul li ul.sub-menu{
	right:-200px;
	left:auto;
	top:0px;
	}
.w-menu.vertical-menu .container{
	padding-left:0px;
	padding-right:0px;
	}
/*VERTICAL MENU STYLE END*/
}
@media (max-width:1200px) and (min-width:991px) {
.w-menu ul li.mega-menus > ul{
	width:960px;
	margin-left:-480px;
	}
	}
@media (max-width:991px) {

	.top-h-right {
		width: 100%;
	}

.mobile-menu-icon{
	position:fixed;
	width:40px;
	height:40px;
	background-color:#232F3E;
	display: block;
	right:0px;
	cursor:pointer;
	top:0px;
	z-index:999999;
	text-align:center;
	transition: 0.3s;
	padding-top:10px;
	}
.mobile-menu-icon:after{
	font-family: FontAwesome;
	content: "\f0c9";
	line-height:20px;
	font-size:24px;
	font-weight:400;
	color:#FFF;	
	}
.mobile-menu-icon.icon-open{
	transition: 0.3s;
	right:300px;
	}
.mobile-menu-icon.icon-open:after{
	content: "\f00d";
	}
.mobile-menu{
	  position: fixed;
	  z-index: 999999;
	  top: 0;
	  right: -300px;
	  width: 300px;
	  height: 100%;
	  overflow-x: hidden;
	  overflow-y: scroll;
	  background: #E2173E;
	  transition: 0.3s;
	}
.mobile-menu.menu-open{
	right:0px; 
	transition: 0.3s;
	padding-top: 45px;
}

.w-menu ul{
	padding:0px;
	margin:0px;
	}
.w-menu ul li{
	float:none;
	list-style:none;
	position:relative;
	}
.w-menu ul li a {
  color: #fefefe;
  font-size: 14px;
  display: -webkit-box;
  padding:10px;
  border-top: 1px solid rgba(255,255,255,0.045);
  border-bottom: 1px solid rgba(0,0,0,0.045);
}
.w-menu ul li a:hover,
.w-menu ul li a:focus{
	text-decoration:none;
	}
.w-menu ul li.active{
	background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
	}
.w-menu ul li ul{
	display:none;
	}
.w-menu ul li span.arrow-plus{
	position:absolute;
	width:40px;
	height:40px;
	border:solid 1px #FFF;
	display:block;
	z-index:99;
	right:2px;
	top:0px;
	cursor:pointer;
	text-align:center;
	padding-top:8px;
	}
.w-menu ul li span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f067";
	color:#FFF;
	font-size:14px;
	}
.w-menu ul li span.arrow-minimize:after{
	font-family: FontAwesome;
	content: "\f068";
	font-size:14px;
	}
.w-submenu{
	display:block !important;
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	}

}
@media (max-width:479px) {
.mobile-menu{
	width:280px;
	padding-top: 45px;
	}
.mobile-menu-icon.icon-open {
    right: 280px;
	}
	}
/***********************/
.header-icons a{
	font-size: 1.2rem;
}
.banner-section,
.bs-slider .carousel-item{
	padding-top:38.76470588235294%; /*Image Size 500px / 1360px = 36.76470588235294%*/
	}
.banner-section{
	position:relative;
	}
.bs-slider .carousel-item{
    overflow: hidden;
    background: #FFFFFF;
	background-position: center center; 
    background-repeat:no-repeat; 
	background-size:  cover;
}
.weberge-slider{
	 top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  
	}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay,
.weberge-slider .weberge-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}
.bs-slider > .carousel-inner > .carousel-item > img,
.bs-slider > .carousel-inner > .carousel-item > a > img {
    margin: auto;
    width: 100% !important;
}

.weberge-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.weberge-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.weberge-slider > .carousel-inner > .carousel-item > img,
.weberge-slider > .carousel-inner > .carousel-item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

/*.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}*/


.carousel-fade {
    opacity: 1;
}
.carousel-fade .carousel-item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 50%;
    opacity: 0;
    width: 44px;
    height: 44px;
	margin-top:-22px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 42px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
	background-color:var(--main-color-one);
}
.control-round .carousel-control.left {
    left: 1%;
	text-align:center;
}
.control-round .carousel-control.right {
    right: 1%;
	text-align:center;
	
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}


/*---------- SLIDE CAPTION ----------*/


.slide-text {
    padding: 10px;
    position:absolute;
    padding: 10px 0px;
   	width:1170px; /*same width like container*/
	z-index:1;
	 top: 0;
  	bottom: 0;
  	left:50%;
	margin-left:-585px;
}

.slide_style_left {
	text-align: left;
}
.slide_style_right {
	text-align: right;
}
.slide_style_center {
    margin: auto;
	left: 0;
	right: 0;
	text-align:center;
}
.slide-text.text_style_top_center,
.slide-text.slide_style_middle,
.slide-text.text_style_bottom_center{
	margin: auto;
	left: 0;
	right: 0;
	text-align:center;
	}
.slide-text.text_style_top_left,
.slide-text.slide_style_middle_left,
.slide-text.text_style_bottom_left{
	text-align:left;
	}
.slide-text.text_style_top_right,
.slide-text.slide_style_middle_right,
.slide-text.text_style_bottom_right{
	text-align:right;
	}
.slide-text.text_style_top_center,
.slide-text.text_style_top_left,
.slide-text.text_style_top_right{
	top:0px;
	}
.slide-text.text_style_bottom_center .slide-text-inner,
.slide-text.text_style_bottom_left .slide-text-inner,
.slide-text.text_style_bottom_right .slide-text-inner{
	bottom:0px;
	position:absolute;
	width:100%;
	}
.slide_style_middle,
.slide_style_middle_left,
.slide_style_middle_right{
	height:100%;
  margin:auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left:0px;
  right:0px;
	}
.slide_style_middle:before,
.slide_style_middle_left:before,
.slide_style_middle_right:before{
	content:'';
	margin-bottom: auto;
	}
.slide_style_middle:after,
.slide_style_middle_left:after,
.slide_style_middle_right:after{
	content:'';
	margin-top: auto;
	}

.slide-text h1 {
    padding: 0;
    color: #ffffff;
    font-size:32px;
    font-style: normal;
    line-height:40px;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	text-shadow: 1px 1px #000;
	font-weight:500;
	width:100%;
}
.slide-text h1 span {
    color:#fff;
    font-size:44px;
    line-height:60px;
	font-weight:800;
	display: inline-block;
	width: 100%;
	text-transform:uppercase;
}
.slide-text p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 25px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	display:inline-block;
	width:100%;
}
.slide-text a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 20px;

}
.slide-text a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    margin-left: 0px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px #fff;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
	background: transparent;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text a:hover,
.slide-text a:active {
    color: #ffffff;
    background: #c80b6f;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}




/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width:1200px) and (min-width:992px) {
.slide-text {
   	width:970px; /*same width like container*/
	margin-left:-485px;
	padding-left:15px;
	padding-right:15px;
}
}

@media (max-width: 991px) {
.banner-section,
.bs-slider .item{
	padding-top:0%;
	height:300px;
	}
.carousel-inner,
.carousel-item{
height: 162px;
	}
.slide-text {
   	width:98%; /*same width like container*/
	margin-left:0px;
	left:0px;
	right:0px;
	padding-left:15px;
	padding-right:15px;
}

.slide_style_left,
.slide_style_right,
.slide_style_center,
.slide-text.text_style_top_center,
.slide-text.slide_style_middle,
.slide-text.text_style_bottom_center,
.slide-text.text_style_top_left,
.slide-text.slide_style_middle_left,
.slide-text.text_style_bottom_left,
.slide-text.text_style_top_right,
.slide-text.slide_style_middle_right,
.slide-text.text_style_bottom_right {
	text-align:center;
}

}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .slide-text > p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }
}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: auto !important;
}
}
.carousel-indicators{
	display: none;
}

.home-middle-icons{
	background-color: #232F3E;
	/*text-align: center;*/
	padding: 43px 0px 30px 0px;
}
.dot{
	border-radius: 50%;
    display: inline-block;
    padding-right: 30px;
}
.product-icons{
	text-align: center;
}
.dot h3{
	color: #fff;
	font-size: 1rem;
	padding: 15px;
}
.p-icon{
	width: 20%;
   padding: 22px;
}

.about-section-content p{
	line-height: 35px;
	font-size: 1.1rem
}
.about-section-content h2{
	font-weight: 700;
	color: #232F3E;


}
/*.cards-wrapper {
  display: flex;
  justify-content: center;
}
.card img {
  max-width: 100%;
  max-height: 100%;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 0;
}*/
/*.carousel-inner {
  padding: 1em;
}*/
/*.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;*/
  /*border-radius: 50%;*/
  /*top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .card img {
    height: 11em;
  }
}
.carousel-control-prev {
    left: -50px;
}
.carousel-control-next {
    right: -50px;
}

}*/

.product-display-section{
	background-color: #232F3E;
}
.products-slider h2{
	font-weight: 700;
    color: #232F3E;
    }
    .accessories-slider h2{
	font-weight: 700;
    color: #232F3E;
    }
.products-slider {

	padding: 100px 0 0 0;

}



.products-slider .image-box img {

	width: 100%;

}

.products-slider .image-box {

	margin-bottom: 33px;

}

.products-slider .jom-slider .tns-controls [aria-controls] {

	bottom: -50px;

}

.products-slider .jom-slider [data-controls="prev"] {

	left: 80px;

}

.products-slider .jom-slider [data-controls="next"] {

	right: 80px;

}

.products-slider .jom-slider .tns-controls [aria-controls] {

	background: #fff;

}

.products-slider .jom-slider [data-controls="prev"]:after, .products-slider .jom-slider [data-controls="next"]:after {

	color: #98BD42 !important;

	font-size: 24px;

}

.products-slider .jom-slider [data-controls="prev"]:after {

	content: '\f060';

}

.products-slider .jom-slider [data-controls="next"]:after {

	content: '\f061';

}

.products-slider .jom-slider [data-controls="prev"]:after {
    content: '\f060';
}
.products-slider .jom-slider [data-controls="prev"]:after, .products-slider .jom-slider [data-controls="next"]:after {
    color: #98BD42 !important;
    font-size: 24px;
}




.features{
	display: flex;
}
.features-read-more{
	background-color: #fff;
    color: #000000bd;
  
    padding: 15px 40px 15px 40px;
    border-radius: 22px;
    font-size: 0.9rem;
}
.features-read-more:hover{
	text-decoration: none;
	background-color: #23273e;
	border:1px solid #fff;
	color: #fff;
}
.golden-week{
	background: linear-gradient(90.09deg,#ff7223 11.72%,#ff005c 140.62%);
	padding: 15px;
}
.offers-content{
	border:1px solid #fff;
	padding: 20px;
}
.offers-content p{
	font-weight: 200;
	font-size: 1rem;
}
.home-page-offers h3{
	font-weight: 900;
	font-size: 2.5rem;
}
.best-price{
	background-color: #bbf399;
	border:1px solid #c6c6c6;
	padding: 15px;
display: flex;

}
.best-price-content{
	
	padding: 20px;
	color: #576e3dbf;

}
.footer-section{
	background-color:#E2173E; 
	color: #fea2b4;
}
.footer-section a{
	color: #fea2b4;
}
.footer-section a:hover{
	color: #fff;
	text-decoration: none;

}
.footer-section span{
	color: #fff;
	font-size: 1.2rem;
	padding-right: 9px;
}
.footer-section li{
	list-style-type: none;
	font-size: 0.9rem; 
/*	    font-weight: 200;
*/	    	    line-height: 35px;

}
.footer-section h4{
	font-size: 1rem;
}

.address{
	    font-size: 0.9rem;
	   /* font-weight: 200;*/
	    line-height: 30px;

}
.footer-menu-one h4{
	background-color: #b51231;
}
.footer-menu-two h4{
	background-color: #fea2b4;
	color: #000;
}
.footer-menu-three h4{
	background-color: #b51231;
}
footer{
	background-color: #232F3E;
	font-size: 0.8rem;
	font-weight: 100;
	color: #d3c0c4;
}
.carousel-item h4{
	padding-top: 25px;
	font-size: 1rem;
	text-align: center;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: -2px 1px 4px 1px #808080a6;
}
.btn-primary {
    color: #fff;
    background-color: #23273e;
    border-color: #23273e;
}
.btn-primary:hover {
    color: #fff;
    background-color: #23273e;
    border-color: #23273e;
}



.clearfix::before, .clearfix::after
{
    content: "";
    display: table;
}
.clearfix::after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.trans_200
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.trans_300
{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trans_400
{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.trans_500
{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}





.viewed
{
    padding-top: 51px;
    padding-bottom: 60px;
  
}

.product_viewed_title
{
    margin-bottom: 14px;
}
.product_viewed_nav_container
{
    
    position: absolute;
    left: 49px;
    }
.product_viewed_nav
{
   
    cursor: pointer;
    display: contents;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product_viewed_nav i
{
    color: #fff;
    font-size: 18px;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    background-color: #212529;
}
.product_viewed_nav:hover i
{
    color: #606264;
}

.product_viewed_slider_container
{
    padding-top: 50px;
}
.product_viewed_item
{
    width: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
}
.product_viewed_image
{
    width: 215px;
    height: 238px;
    box-shadow: 0px 0px 7px 2px #8080805e;
}
.product_viewed_image img
{
    display: block;
    max-width: 100%;
}
.product_viewed_content
{
    width: 100%;
    margin-top: 25px;
}

.product_viewed_name
{
    margin-top: 3px;
}
.product_viewed_name a
{
    font-size: 14px;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.product_viewed_name a:hover
{
    color: #0e8ce4;
}

.footer-border-lr{
	border-left: 0.5px solid #ffffff57;
	border-right: 0.5px solid #ffffff57;
}
.footer-border-r
{
	border-right: 0.5px solid #ffffff57;
}
.footer-border-t{
border-top: 0.5px solid #ffffff57;
}
.footer-border-b{
	border-bottom: 0.5px solid #e6e2e2;
}
.jom-slider {
    position: relative;
    padding-bottom: 50px;
}
/*.products-slider .jom-slider .tns-controls {
    display: none;
}*/
.products-slider .jom-slider .tns-nav {
    position: absolute;
    bottom: -42px;
    left: 48%;
}
.products-slider .doctors-block {
    width: 250px;
    height: 395px;
    padding-bottom: 40px;
}
.jom-slider div img {
    width: 100%;
    height: auto;
    transition: transform .2s;
    border-radius: 6px;
        box-shadow: 1px 0px 5px 2px #80808066;

}
.our-doctors-section h2{
	font-weight: 700;
    color: #232F3E;
}
.our-services-section h2{
	font-weight: 700;
    color: #232F3E;
}
.our-doctors-section .weg-slide-item h6 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 4px;
    text-align: center;
}
.our-services-section .weg-slide-item h6 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 4px;
    text-align: center;
}

.inner-banner {
    height: 150px;
  background-color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.pathway{

}
.pathway li {
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #E2173E;
    text-shadow: 1px 1px #000;
}
.inner-banner h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 30px;
    color: #232F3E;
    position: relative;
    z-index: 9;
    text-shadow: 1px 1px #000;
    padding-top: 44px;
}
.pathway ul {
    margin: 0px;
    padding: 0px 0px 20px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.pathway li {
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
	color: #383838;
}
.pathway li:before {
    content: '/';
    color: #383838;
    margin-left: 10px;
    margin-right: 10px;
}
.pathway li a {
    color: #383838;	
}
.pathway li:nth-child(1):before{
	content:'';
	display: none;
	}
.pathway li a:hover{
	color: #E2173E;
	text-decoration: none;
}

.welcome-sub-content p{
	line-height: 33px;
	
}
.welcome-sub-content h2{
	 color: #232F3E;
}
.pathway li a{
	color: #000;
}
.pathway li a:hover{
	
	text-decoration: none;
	 
}
.subpage-section-con {
    padding: 60px 0px 60px 0;
}
.subpage-section h2.contact {
    color: #282828;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 40px;
}
.subpage-section .content {
    font-weight: 400;
    text-align: left;
    overflow: hidden;
}
.subpage-section .alumni-input {
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    outline: none;
    font-weight: 800;
}
.subpage-section .alumni-button {
    padding: 12px 18px;
    border: 1px solid #232F3E;
    background: #232F3E;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
}
.subpage-section-product{
	background-color: #232f3e0f!important;
}

.subpage-section  h3 span {
	text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #e54848;
    display: inline-block;
    width: 100%;
    line-height: 34px;
    padding-top: 15px;
    /* padding-left: 20px; */
}
.subpage-contact-us .contact-address {
        font-weight: 400;
    color: #232F3E;
    line-height: 28px;
    text-align: center;
    padding-top: 20px;
}
.product-list-outer-sub{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 30px;
}
.products-section-sub .product-details {
	background:#fff;
	border-radius:0 0 20px 20px;
	padding:30px;
	margin-bottom:30px;
}

.products-section-sub .product-details span.name{
	font-size: 20px;
	color: #2a2724;
	font-weight: 800;
	display: inline-block;
	width: 100%;
}
.products-section-sub .product-details span.white{
	font-size: 15px;
	color: #2ea636;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	padding-bottom:10px;
}.products-section-sub .product-details span.price {
    font-size: 26px;
    color: #E2173E;
    font-weight: 800;
    display: inline-block;
    width: 100%;
}
.products-section-sub .product-details span.price span{
	color: #2a2724;
	font-size: 16px;
	text-decoration: line-through;
}
.products-section-sub img{
	width: 100%;
	border-radius:20px 20px 0 0;
	height: auto;
}
.product-details {background:#fff; padding:40px;}
.product-details h3 {
	font-size:30px;
	margin-bottom:8px;
}
.product-details div.white{
	font-size: 15px;
	color: #2ea636;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	padding-bottom:10px;

}
.product-details div.price{
	font-size: 28px;
	color: #e54848;
	font-weight: 800;
	display: inline-block;
	width: 100%;
}
.product-details div.price span{
	color: #2a2724;
	font-size: 16px;
	text-decoration: line-through;
}
.product-details img {width:100%;}

.product-details h4 {font-size:18px; margin-bottom:6px; margin-top:10px;}
.product-details p {font-size:16px; line-height:30px!important; text-align:left!important;}

@media (max-width: 600px)
{
.product-list-outer-sub {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 30px;
}

}
@media (max-width: 480px)
{
.subpage-section {
    padding: 0px 0px 40px;
}

}
.float{
	position: fixed;
    width: 60px;
    height: 60px;
    bottom: 115px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float{
	margin-top:16px;
}
.background-full {
    background: #232F3E;
    padding-bottom: 7rem;
    margin-top: 3rem;
    border-top: 1px solid #ebebeb;
}
.accordion2 {
    background-color: #fcfcfc;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    /*text-align: left;*/
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.accordion3 a{
    color:#000;
}
.accordion3 a:hover{
    color:#000;
    text-decoration:none;
}
.accordion3 {
    background-color: #fcfcfc;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width:100%;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    /*text-align: left;*/
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.blockh3 {
    font-size: 2rem;
    /*display: inline-block;*/
    vertical-align: top;
    margin: 0;
    line-height: 3rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3rem 0 2rem 0;
    text-align:center;
}
.panel2 {
    padding: 0 18px;
    /*background-color: white;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion2:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.panel2 p {
    padding-top: 10px;
}
.active2, .accordion2:hover {
    background-color: #fcfcfc;
    color: #000;
}
*:focus {
    outline: none !important;
}
.accord-title{
    text-align: center;
    padding: 20px 0px 20px 0px;
    color:#fff;
}
.sub-col{
    text-align:center;
}
.product-video{
    border-radius:50px;
    padding-bottom:20px;
}
.fan-section{
    padding-top: 60px;
    padding-bottom: 60px;
    border-top:1px solid #8080803b;
}
.fan-section h5{
    font-size: 1rem;
    font-weight: 600;
}
.price-sec{
    padding-bottom: 20px;
    font-size:1.6rem;
}
.price{
    text-decoration:line-through;
}
.discount{
    color: #E2173E;
    font-weight: 900;
}.welcome-sub-content ul{
    line-height: 33px;
}
.description-title{
    border-bottom: 1px solid #8080802e;
}