body { background:#FFFFFF }
.dr_header {
	width:100%;
	position:relative;
	background:#0183FF;
	min-height:90vh;
	border-radius:0 0 50px 50px;
	background-image:linear-gradient(229deg, #234D94 0%, #06A2DD 100%);
}
.logo {
  width: 300px;
  background: #fff url(../images/logo.png) center center no-repeat;
  height: 100px;
  border-radius: 10px;
  margin: 10px;
  background-size: contain;
}


.main_nav {
	width: 100%;
	position: relative;
}
.main_nav li {
	float: right;
	position: relative;
}
.main_nav li::before {
  position: absolute;
  top: 0;
  right: 50%;
  width: 85%;
  height: 0;
  background: #fff;
  content: " ";
  border-radius: 0 0 10px 10px;
  margin-right: -41%;
  opacity:0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.main_nav li:hover::before {
  opacity:1;
  height: 9px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.main_nav li a {
  padding: 50px 30px 10px;
  display: block;
  color: #fff;
  font-size: 0.9rem;
}
.index_about_image img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
.index_about_image {
  width: 100%;
}


.index_about {
  padding: 20px;
}
.index_about .module_wrapper__title {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  position: relative;
  padding-right: 15px;
}
.index_about .module_wrapper__title::after {
  width: 10px;
  height: 30px;
  background: #295697;
  position: absolute;
  right: 0;
  top: 10px;
  content: " ";
  border-radius: 50px;
}
.index_about .module_wrapper__text p {
  line-height: 200%;
  font-size: 0.9rem;
  color: #fff;
  text-align: justify;
}
.index_about .module_wrapper__text {
  padding: 20px;
}
.as_title_center h1 {
  text-align: center;
  font-weight: 900;
  color: #295697;
}
.main_services {
  width: 100%;
  padding: 20px 0 10px;
}
.as_title_center h2 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
}

.main_services li.product-cell {
  height: 350px;
  direction: rtl;
	}
.main_services li {
	flex: 1 0 15%;
	margin: 10px;
	background: #fff;
	float: right;
	text-align: center;
	padding: 0 0 25px;
	box-shadow: 0 0 5px #eaeaea;
	border-radius: 15px;
	border: 1px solid #e8e8e8;
	max-width: 280px;
	position: relative;
	cursor: default;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.main_services li::before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  display: block;
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  box-shadow: 10px 2px 16px -7px #0388FB;
  border-radius: 25px 0 25px 0;
  background: #0388FB
}
.wl_top {
  background: #ccc;
  width: 100%;
  height: 100px;
  border-radius: 15px;
  position: relative;
  margin: 0 0 20px 0;
}
.wl_top div {
  width: 84px;
  height: 84px;
  margin: 0 auto;
    margin-right: auto;
  position: absolute;
  right: 50%;
  margin-right: -42px;
  bottom: -15px;
  border-radius: 10px;
}
.main_services li h3 {
  font-size: 17px;
  margin: 0px 10px 25px;
}
.main_services li span {
  text-align: justify;
  font-size: 1.2rem;
  display: block;
  margin: 5px 10px;
  font-weight: 100;
  line-height: 200%;
}
.main_services li::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 15px 0;
  display: block;
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
box-shadow: 0px 5px 15px 1px #1DCCCD;
background: #1DCCCD !important;
}
.main_services li#support:hover, .main_services li#delivery:hover, .main_services li#directsale:hover, .main_services li#ongosale:hover {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  background-position: -90px 90px;
}
.main_services li:hover::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: -10px;
  top: -10px;
}
.main_services li p {
  font-size: 0.7rem;
  line-height: 200%;
  color: #66696E;
  font-weight: normal;
}
.main_services li h3 {
  font-size: 20px;
  margin: 10px auto;
  font-weight: 950;
  color: #66696E;
  display: block;
  float: right;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
.main_services li:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  right: -10px;
  bottom: -10px;
}
.wl_top__icon img {
  width: 84px;
}
.wl_top_1 {
  background: url(../images/wl_top_1.png) center center no-repeat;
    background-size: auto;
  background-size: cover;
}

.reserve_indexwrapper {
  background: linear-gradient(229deg, #234D94 0%, #06A2DD 100%);
  width: 100%;
  min-height: 250px;
  padding: 20px 20px 40px;
  position: relative;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
}
.reserve_indexwrapper::before {
  background: url(../images/healthcare-medical-concept-medicine-doctor-with-stethoscope-hand-patients-come_34200-313.webp) center center no-repeat;
    background-size: auto;
  opacity: .2;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background-size: cover;
  border-radius: 10px;
}
.reserve_indexwrapper::after {
  background: #0154A4;
  -webkit-filter: blur(176.593px);
  filter: blur(176.593px);
  -webkit-transform: matrix(-0.87, -0.49, -0.49, 0.87, 0, 0);
  transform: matrix(-0.87, -0.49, -0.49, 0.87, 0, 0);
  content: " ";
  width: 200px;
  height: 200px;
  position: absolute;
  left: -100px;
  bottom: -100px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.reserve_indexwrapper:hover::after {
  left: 0px;
  bottom: -50px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.reserve_indexwrapper .as_title_center h1 {
  color: #fff;
}
.reserve_indexwrapper .as_title_center h2 {
  color: #C8DBEE;
}
.as_title_center {
  position: relative;
z-index: 9;
}
.groupcta {
  text-align: center;
  margin: 50px auto 0;
  position: relative;
z-index: 9;
}
.cta_consultare {
  background: linear-gradient(180deg, #F6B91A 0%, #ECA111 100%);
  padding: 15px 50px;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #FFF;
  font-weight: 900;
}
.inner-intro-con {
  background: #EDF6FF;
  margin: 10px auto;
  padding: 10px;
}
.inner-pic-con img {
  max-width: 100%;
}
#how-to {
  margin: 20px auto;
}
.faq_section {
    width: 100%;
    padding: 50px 0;
    float: right;
	background:#F6F9FE url(../images/slider-hero-bg.jpg) top center no-repeat;
}
#how-to .panel-group .panel{
  border-radius:0px;
  border: 0px;
}
#how-to .panel-group{
  margin:0px;
}
#how-to .panel-heading{
  padding:0px !important;
  border-radius: 0px;
}
#how-to .parent a {
  display: block;
  text-decoration: none;
  padding: 10px 35px;
  direction: rtl;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: #295697;
}
.panel-body {
  font-size: 0.9rem;
  direction: rtl;
  line-height: 200%;
  text-align: justify;
  color: #000;
  padding: 15px !important;
  font-weight: 300;
}
#how-to .child a{
  display: block;
  text-decoration: none;
  padding:25px;
}
#how-to .parent{
  background-color: #fff !important;
}
#how-to .child{
  background-color: #f2f2f2 !important;
}
#how-to .panel-body{
  border: none;
}
#how-to .panel-body{
  padding:0px;
}
#how-to .panel-group .panel+.panel{
  margin:0px;
}
#how-to .panel-group .parent {
  background:#fff !important;
  border-radius: 10px;
  border: 1px solid #E6EDF7;
  margin: 10px auto;
}
#how-to .panel-group .child{
  border-bottom: 1px solid #FDFDFD;
}
.panel-heading a::after {
  content: "";
  position: relative;
  top: 1px;
  right: 10px;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 18pt;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  color: #333;
}
.postwrapper {
  line-height: 200%;
  font-size: 0.9rem;
}
.parent a::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 15px;
  display: inline-block;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  color: #295697;
}
.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 9px;
}
.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.prod_explain__title {
  margin: 0 0 20px 0;
}
.prod_explain__title h1 svg {
  fill: #1A66A9;
}
.prod_explain__title {
  margin: 0 0 20px 0;
}
.faq_section_img img {
    width: 100%;
}
.faq_section_img {
    padding: 20px;
}
.news_index {
  padding: 0 0 50px 0;
}
.prod_explain__title h1 {
  color: #124677;
}
.comment_wrapper {
  position: relative;
  padding: 20px 0;
}
.as_title h1 {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 15px auto;
  color: #005099;
  position:relative
}
.comment_index {
  padding: 50px 0;
}
.comment_wrapper::before {
  content: " ";
  background: #EAF2FF;
  width: 100%;
  height: 250px;
  right: -100px;
  top: 0;
  position: absolute;
  border-radius: 20px 0 0 20px;
}
.comment_wrapper .slick-track {
  padding: 10px 0;
}
.comment_index .entry {
  float: right;
  width: 33.3333%;
  padding: 10px;
}
.karmoda_contactus_social {
  border: 1px solid #F0F1F2;
  padding: 10px;
  border-radius: 10px;
}
.karmoda_contactus_social i {
  margin: 0 auto;
  display: block;
  background: linear-gradient(180deg, #18D6DF 0%, #1FC9D8 100%);
  text-align: center;
  width: 64px;
  font-size: 2rem;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  color: #fff;
}
.karmoda_contactus_social h1 {
  text-align: center;
  font-size: 1.4rem;
  margin: 10px auto;
  color: #6C757D;
}
.karmoda_contactus_social a {
  text-align: center;
  color: #6C757D;
  display: block;
}
.karmoda_contactus_social_promot {
	background: #FFF8EB;
	padding: 10px;
	color: #ECA111;
	text-align: right;
	direction: rtl;
	font-size: 1rem;
	border-radius: 10px;
	margin: 10px;
}
.carousel__comment {
  position: relative;
  text-align: right;
  padding: 20px 20px 50px 150px;
  font-size: 1rem;
}
.reserve_indexwrapper::before {
  background: url(../images/Circles.8f67a3b73fcc7008d337.svg) center center no-repeat;
  background-size: auto;
  opacity: .2;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background-size: cover;
}
.carousel__off_product {
	padding: 20px 0;
}
.carousel__off_product .slick-list {
  padding: 10px 0;
}
.product-cell {
  width: 20%;
  margin-right: 15px;
  border-radius: 10px;
  counter-increment: carousel-cell;
}
.prod_item {
  background: #fff;
  border-radius: 10px;
  position: relative;
  height: 300px;
  box-shadow: 0 2px 6px 0 rgba(32,76,136,.15);
  margin: 5px;
}
.product-cell .pic-con {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.product-cell .pic-con img {
  margin: -50px auto 0;
  display: block;
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
object-fit: cover;
}
.product-cell .product_box_price {
  direction: rtl;
  color: #01A552;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 750;
  text-align: center;
}
.product_box_price small {
  font-size: 1rem;
  font-weight: 300;
  position: absolute;
  top: -8px;
  color: #b5b5b5;
  letter-spacing: -1px;
}
.product_box_price span {
  font-size: 0.8rem;
  font-weight: 300;
  margin: 0 -3px;
  letter-spacing: -1px;
}

.product-cell .title-con {
  font-size: 0.9rem;
  font-weight: 400;
  padding: 10px;
  text-align: right;
  color: #295697;
  margin: 0 auto;
  direction: rtl;
}
.reserve_cta {
  background: linear-gradient(180deg, #F6B91A 0%, #ECA111 100%);
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 1rem;
  color: #FFF;
  font-weight: 900;
  float: left;
  margin: 0 auto 30px auto;
}









/*FOOTER*/
.dw_footer1 {
	width: 100%;
	margin: 0px auto 0;
	background: #1673B4;
	background-image: url(../images/footer.svg);
	position: relative;
	padding: 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
.dw_footer1 .footer_item .footer_item_title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.textwidget p {
  color: #fff;
  line-height: 200%;
}
.foo_title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.dw_footer1 .footer_item .footer_item_text {
	color: #fff;
	font-size: .8rem;
	text-align: justify;
	font-weight: 100;
}
.dw_footer1 a {
  color: #fff;
  margin: 10px;
  display: block;
  font-weight: 400;
  font-size: .7rem;
}
.footer_ul_link li a:hover { color:#FFC107 }
.footer_logo_social img {
  display: block;
  width: 100%;
  margin: 20px auto 10px;
}
.footer_honor_certificate svg {
  margin: 10px;
}
.footer_honor_certificate {
  display: flex;
}
.dr_header.inner_header {
  min-height: auto;
  border-radius: 0 0 10px 10px;
}
.monshi724 {
  color: #295697;
  text-align: center;
  display: block;
}