@charset "utf-8";
/* CSS Document */


*{
	font-family: 'Open Sans', sans-serif;
	box-sizing:border-box;
	color:black;
	letter-spacing: 0.8px;
	}
body{
	margin:0 auto;
	border:0;
	width:100%;
	overflow-x:hidden;
}
a {
	text-decoration:none;}
.clear{
	clear:both;}
.hover-a:hover{
	opacity:0.8;
	cursor:pointer;
	transition:.15s ease-in-out;
}
.white-text{
	color:white;}
.blue-text{
	color:#1b1464;
		}
.blue-bg{
	background-color:#1b1464;
}
.white-bg{
	background-color:white;}
.light-grey {
    color: #888888;}
.width100{
	width:100%;}
.overflow{
	overflow:hidden;}
.float-left{
	float:left;}
.float-right{
	float:right;}		
.text-center{
	text-align:center;}	
.div-center{
	margin-left:auto;
	margin-right:auto;}
.margin-auto{
	margin-left:auto;
	margin-right:auto;}
.clean:focus{	
	outline: none !important;
	outline-offset: 0  !important;
}
.clean:selected{
	outline: none !important;
	outline-offset: 0  !important;
}
.clean:active{
	outline: none !important;
	outline-offset: 0  !important;
}
.clean::selection {	
	outline: none !important;
	outline-offset: 0  !important;
}
.clean2{
	-webkit-box-shadow:none !important;
	box-shadow:none !important;		
}
.clean2:selected{
	outline: none !important;
	outline-offset: 0  !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;	
}
.clean2:focus{
	outline: none !important;
	outline-offset: 0  !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;	
}
.clean2:active{
	outline: none !important;
	outline-offset: 0  !important;	
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.clean2::selection {	
	outline: none !important;
	outline-offset: 0  !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.pointer:hover{
	cursor:pointer;}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #fafeff inset !important;
}
.text-overflow{
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow:hidden;
}
.height100{
	height:100%;}
.transparent-button{
	background-color:transparent;
	border:0;}
/*Dropdown*/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  border-radius: 5px;
  right: 0;
  position: absolute;
  background-color: white;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 8px 16px;
  z-index: 1;
  color:black;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-a{
	color:black;
	margin-left:5px;}
.dropdown-img{
	margin-right:10px;
	width: 10px;}
/*End of Dropdown*/
.dropdown-img2{
	vertical-align: bottom;
	margin-right:10px;
	margin-left:0;
}
.dropdown-p:hover{
	color:#7ecbc8;
	transition:.15s ease-in-out;
	cursor:pointer;}
.dropdown-a:hover{
	color:white;
	transition:.15s ease-in-out;
	cursor:pointer;}
.dl-menuwrapper{
	display:none;}
		
/* The Modal (background) */
.modal-css {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-css {
  background-color: white;
  margin: auto;
  padding: 20px;
  margin-top:10vh;	
  width: 80%;
  border-radius: 10px;
}

/* The Close Button */
.close-css {
  color: #eaa2ae;
  float: right;
  font-size: 42px;
  font-weight: bold;
  margin-top: -10px;
}

.close-css:hover,
.close-css:focus {
  color: #dc788e;
  text-decoration: none;
  cursor: pointer;
}	
.same-padding{
	padding-left:7.5%;
	padding-right:7.5%;}
.footer-p {
    font-size: 12px;
	margin: 0;
}
.footer-div {
    padding-top: 2px;
    padding-bottom: 2px;
}	
/*Start */
.logo-img {
    width: 150px;
	margin-top: 20px;
}
.menu-right-round {
    background-color: #07baec;
    padding-right: 7.5%;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
	margin-top: 30px;
}
.menu-item {
    font-size: 21px;
    font-weight: 600;
}
.menu-item:hover{
	color:#2d2d74;
	transition:0.15s ease-in-out;
	cursor:pointer;}
.menu-margin-right {
    margin-right: 35px;
}
.right-menu-div {
    width: calc(90% - 100px);
}
.header{
	margin-right:0 !important;
	padding-right:0 !important;
	background-color: white;
    padding-bottom: 10px;}
.banner1-left {
    float: left;
    width: 50%;
}
.banner1-div {
    margin-top: 90px;
}
.banner1-right {
    float: right;
    width: 50%;
    padding-right: 7.5%;
    padding-left: 70px;
    padding-top: 270px;
}
.slogan-h1 {
    font-weight: 800;
    font-size: 36px;
}
.title-h1 {
    text-align: center;
    font-weight: 900;
    font-size: 56px;
    margin-top: 75px;
    margin-bottom: 50px;}
.banner2-right {
    padding-top: 0 !important;
}
.sub-title-h1 {
    font-weight: 800;
    font-size: 42px;
}
.image2{
	display:none;}
.three-div {
	float:left;
    width: 30%;
	text-align: center;
}
.three-div-img {
    width: 35%;
}
.three-div-center {
    margin-left: 5%;
    margin-right: 5%;
}
.grey-bg{
	background-color:#f3f3f2;	
	}
.banner3-div {
    padding-bottom: 50px;
}
.three-div-p {
    font-weight: 500;
}
.banner4-div {
    margin-top: -15px;
	text-align:left;}
.banner4-h1{
	text-align:left;
	margin-top:60px;
	margin-bottom:40px;}
.banner4-right{
	padding-top:30px !important;
	padding-right: 0;
}
.blue-bg-div1{
	background:#07baec;
	padding-right:7.5%;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	border-top-left-radius:50px;}
.sub-h2 {
    font-size: 27px;
	padding-right:7.5%;
	margin:0;
}
.p-padding-right {
    padding-right: 7.5%;
    padding-left: 40px;
}
.bold-p {
    font-weight: 700;
}
.small-img-div {
    float: left;
    width: 70px;
}
.small-text-p {
    margin: 0;
    font-weight: 600;
}
.small-text-div {
    float: left;
    width: calc(100% - 70px);
    padding-right: 7.5%;
	padding-left: 20px;
}
.img-text-div {
    clear: both;
	overflow: hidden;
}
.blue-bg-div2 {
    margin-top: 30px;
}
.dual-small-div {
    width: 100%;
    padding-right: 7.5%;
}
.dual-container {
    float: left;
    width: 50%;
}
.small-text-p1 {
    font-weight: 700;
}
.small-text-p1a{
	margin-bottom:5px;}
.medic-img1{
	display:none;}
.banner5-p{
	font-size:21px;}
.div5{
	width:15%;
	float:left;}
.div5-margin{
	margin-right:6.2%;}
.div5-img {
    width: 80%;
}
.banner6-blue {
    width: 95%;
    height: 320px;
    margin-top: -290px;
    position: absolute;
    z-index: -1;
    border-top-right-radius: 120px;
}
.banner6-div{
	margin-top:150px;}
.bold-sub {
    font-weight: 900;
    font-size: 36px;
    margin: 0;
}
.div5-p {
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}
.content-div{
	background-color:white;}
.content-h1 {
    margin: 0;
    font-weight: 900;
    font-size: 64px;
	text-align:center;
}
.content-h2 {
    margin-top: 0;
    font-weight: 900;
    font-size: 26px;
	text-align:center;
}
.content-p {
    margin: 0;
    font-weight: 700;
    color: white;
    font-size: 24px;
	text-align:center;
}
.content-p-div {
    background-color: #07baec;
    padding: 10px 0px;}
.content-left-div {
    width: 300px;
    float: left;
    padding: 50px 30px;
}
.content-p-div {
    background-color: #07baec;
    padding: 10px 0px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.content-right-div {
    float: left;
    width: calc(100% - 300px);
	background-color: white;
    padding: 50px;
}
.banner7-div {
    margin-top: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.product-blue-div {
    text-align: center;
    width: 23%;
    float: left;
	padding: 20px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
	margin-bottom: 40px;
}
.product-white-div {
    background-color: white;
    border-radius: 20px;
}
.product-small-p {
    margin-bottom: 0;
	min-height:87px;
}
.product-center {
    margin-left: 5%;
    margin-right: 5%;
}
.right-carousel {
    width: 300px;
    float: right;
}
.carousel-big-div {
    margin-top: 50px;
    padding: 30px 50px;
	overflow:hidden;
}
.left-carousel {
    float: left;
    width: calc(100% - 300px);
    padding-right: 50px;
}
.owl-prev{
    position: absolute;
    top: 15% !important;
	margin-left: -20px;	
	}
.owl-next{
    position: absolute;
    top: 15% !important;
	right:0;	
	margin-right: -20px;
	}
.owl-prev span, .owl-next span{
	font-size: 48px;	
}
.bottom4-one{
	clear:both;}
.bottom4-second, .top3-second{
	margin-left:2.6%;
	margin-right:2.6%;	
	}
.bottom4-third{
	margin-right:2.6%;	
	}
.top3-one{
	margin-left:12.8%;}
.top3-third{
	margin-right:12.8%;}
.left-div1 {
    width: 30%;
    float: left;
}	
.middle-img-div {
    float: right;
    width: 70%;
    padding-left: 50px;
}	
.mid-row {
    width: 100%;
    overflow: hidden;
    display: inline-flex;
	margin-bottom: 10px;
}
.middle-div-height {
    width: 200px;
}
.mid-text-div {
    width: calc(100% - 200px);
    padding-left: 20px;
}
.banner8-div {
    padding-top: 100px;
    padding-bottom: 50px;
}
.mid-h3 {
    margin: 0;
    font-weight: 800;
    font-size: 21px;
}
.left-h2{
	font-weight:800;
	font-size:24px;
	margin:0;
	margin-top: 200px;}
.mid-p {
    margin: 0;
}
.middle-div-height {
    width: 200px;
    min-height: 110px;
    background-position: center top;
	background-size:cover;
}	
.mid-div1{
	background-image:url(../img/hospital.jpg);
	border-top-left-radius: 35px;
}
.mid-div2{
	background-image:url(../img/pharmacies.jpg);
}
.mid-div3{
	background-image:url(../img/chinese-medical-hall.jpg);
}
.mid-div4{
	background-image:url(../img/mini-market.jpg);
}
.mid-div5{
	background-image:url(../img/export-market.jpg);
}
.country-img {
    width: 120px;}
.big-grey {
    width: 55%;
    height: 750px;
    right: 0;
    border-top-left-radius: 100px;
    position: absolute;
    margin-top: -720px;
    z-index: -1;
}
.h1-span {
    font-weight: 400;
    font-size: 18px;
    margin-top: -30px;
}
.banner1-lefta {
    height: 980px;
    overflow: hidden;
}
.left-contact {
    float: right;
    width: 55%;
	padding-left:50px;}
.right-contact {
    float: left;
    width: 45%;
}
.gmap {
    width: 100%;
    height: 350px;
}
@media all and (max-width: 1450px){	
.product-small-p{
	min-height:108px;}
.banner1-right {
	padding-top:170px;}
.banner1-lefta{
	height:auto;}
}
@media all and (max-width: 1350px){	
.product-small-p{
	min-height:130px;}
}
@media all and (max-width: 1300px){	
.owl-prev, .owl-next {
    top: 5% !important;}
}
@media all and (max-width: 1200px){	
.banner1-right {
    padding-left: 50px;
    padding-top: 80px;
}
.sub-title-h1 {
    font-size: 32px;
}
.image1{
	display:none;}
.image2{
	display:block;}
.bold-sub {
    font-size: 27px;}
.div5-p {
    font-size: 15px;
}
.banner6-blue {
    height: 260px;
    margin-top: -230px;}
.banner6-div {
    margin-top: 100px;
}
.product-small-p {
	font-size: 14px;
}
.product-small-p {
        min-height: 116px;
    }
.owl-prev, .owl-next {
    top: -15% !important;}
}
@media all and (max-width: 1110px){	
.product-small-p {
        min-height: 135px;
    }

}
@media all and (max-width: 1100px){	
    .sub-title-h1 {
        font-size: 24px;
    }
.banner4-h1 {
    margin-top: 0;
	font-size: 36px !important;}
.sub-h2 {
    font-size: 21px;}
.common-p-text {
    font-size: 14px;
}
.small-img-div {
    width: 50px;
}
.small-text-div {
    width: calc(100% - 50px);
    padding-bottom: 20px;
}

.content-right-div {
    padding: 40px;
}
.h1-span {
    font-size: 16px;
    margin-top: -15px;
}


}
@media all and (max-width: 1050px){	
.content-left-div {
    width: 100%;
    float: none;
    padding: 0;
    padding-top: 30px;
	text-align:center;
}
.content-p-div {
    width: 200px;
    margin: 0 auto;}
.content-right-div {
	width: 100%;
}
.product-small-p {
        min-height: 95px;
    }
.right-carousel {
    width: 100%;
    float: none;
}
.left-carousel {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-top: 35px;
}
.owl-prev, .owl-next {
	top: 5%!important;
    }
}
@media all and (max-width: 1000px){	
.slogan-h1 {
    font-size: 30px;
}
.banner1-right {
    padding-top: 50px;
}
.title-h1{
	font-size:48px;}
.banner5-p{
	font-size:18px;}
.content-right-div {
	padding: 40px 20px;
}
.product-small-p {
	font-size: 13px;
}
.content-h1 {
    font-size: 48px;}
.content-h2 {
    font-size: 19px;}
.left-h2 {
    font-size: 21px;}
.mid-h3 {
    font-size: 17px;
}
.mid-p {
    font-size: 14px;
}
}
@media all and (max-width: 900px){	
.logo-img {
    width: 100px;}
.menu-item {
    font-size: 17px;}
.menu-margin-right {
    margin-right: 20px;
}
.menu-right-round {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-top: 25px;
}
.image1{
	display:block;}
.image2{
	display:none;}
.banner2-left, .banner2-right{
	float:none;
	width:100% !important;
	padding-left:7.5% !important;
	padding-right:7.5% !important;
        text-align: justify;
        text-align-last: center;}
.medic-img2{
	display:none;}
.medic-img1{
	display:block;}
.banner4-left {
    width: 50%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.banner4-right {
    float: none;
    width: 100%;
}
.banner4-h1{
	text-align:center;}


.three-div-img {
    width: 45%;
}
}
@media all and (max-width: 800px){	
.slogan-h1 {
    font-size: 24px;
}
.banner1-right {
    padding-top: 20px;
}
.title-h1 {
        font-size: 42px;
    }
.div5 {
    width: 30%;}
.div5-margin {
    margin-right: 5%;
}
.last-div5{
	margin-right:0;}
.banner6-blue {
        height: 500px;
        margin-top: -480px;
    }
.bottom-div5 {
    margin-top: 30px;
}
.bold-sub {
        font-size: 24px;
    }
.div5-p {
        font-size: 14px;
    }
.big-grey{
	    margin-top: -760px;
}
}

@media all and (max-width: 750px){	
.product-small-p {
	min-height: 105px;
}
.left-div1 {
    width: 100%;
    float: none;
}
.left-h2 {
	margin-top: 0;}
.banner8-div {
    padding-top: 50px;}
.left-div1 {
    margin-bottom: 50px;
}
.middle-img-div {
    float: none;
    width: 100%;
    padding-left: 0;
    background-color: #f3f3f2;
	padding-right: 10px;
}
.big-grey{
	display:none;}
.left-contact {
    float: none;
    width: 90%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 50px;
	margin-left:5%;
}
.right-contact {
    float: none;
    width: 100%;
}
}
@media all and (max-width: 700px){	
.menu-right-round{
	display:none;}
.dl-menuwrapper, .dl-menuwrapper button{
	display:inline-block;}
.dl-menuwrapper button {
	float:right;
        margin-top: 35px;
    }
.dl-menuopen {
    min-height: 100vh;
    padding-top: 70px !important;
}
.right-menu-div {
    width: auto;
    padding-right: 7.5%;
}
.dl-menuwrapper li a{
	font-weight:500;
	font-size:18px;}
.title-h1 {
        font-size: 36px;
    }
.sub-title-h1 {
        font-size: 21px;
    }
.right-p, .three-div-p {
    font-size: 14px;
}
.banner4-h1{
	font-size:32px !important;}
.sub-h2 {
        font-size: 18px;
    }

}
@media all and (max-width: 650px){	
.product-small-p {
	min-height: 125px;
}
}
@media all and (max-width: 600px){	
.slogan-h1 {
    font-size: 18px;
}
.banner1-right {
    padding-top: 10px;
	padding-left: 20px;
}
.title-h1{
    margin-top: 45px;
    margin-bottom: 30px;
}
.banner5-p{
	font-size:16px;}
.banner6-div {
	margin-top: 70px;
}
.banner6-blue {
	height: 450px;
	margin-top: -420px;
}
.product-blue-div {
    width: 47%;
	margin-left:0;
	margin-right:0;}
.second-product{
	margin-left:6%;}
.product-small-p {
	min-height: 71px;
}
.bottom4-one {
    clear: none;
}

}
@media all and (max-width: 550px){
.three-div {
    float: none;
    width: 80%;
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.banner3-div {
    padding-bottom: 10px;
}
.mid-row {
	display: block;
}
.middle-img-div{
	padding:0;}
.middle-div-height {
    width: 100%;
    min-height: 150px;}
.mid-div1{
	border-top-left-radius:0;}
.mid-text-div {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
.mid-h3 {
	font-size: 16px;
}
.left-h2 {
	font-size: 18px;
}
}
@media all and (max-width: 500px){	
.slogan-h1 {
    font-size: 15px;
}
.banner1-right {
    padding-top: 5px;
	padding-left: 10px;
}
.right-p {
    font-size: 13px;
}
.sub-title-h1 {
        font-size: 18px;
    }
.title-h1 {
        font-size: 24px;
    }
.banner4-h1 {
        font-size: 27px !important;
    }
.sub-h2 {
        font-size: 18px;
    }
.dual-container {
    float: none;
    width: 100%;
}
.common-p-text {
        font-size: 13px;
    }
.banner5-p{
	font-size:13px;}
}
@media all and (max-width: 450px){

.banner6-blue {
    width: 98%;
    border-top-right-radius: 70px;
	height: 390px;
	margin-top: -370px;
}
.product-small-p {
	font-size: 12px;
}
.sub-title-h1 {
	text-align: center;
}
}
@media all and (max-width: 400px){
.three-div{
		width:100%;}
.product-small-p {
	min-height: 0;
}
.product-blue-div {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.middle-div-height {
	min-height: 120px;
}
.mid-p {
	font-size: 13px;
}
}
@media all and (max-width: 350px){	
.slogan-h1 {
    font-size: 12px;
}
.banner1-right {
    padding-top: 0;
	padding-left: 8px;
}
.banner6-blue {
	height: 350px;
	margin-top: -330px;
}
.banner6-div {
	margin-top: 40px;
}
.div5-p {
	font-size: 13px;
}
.bold-sub{
	font-size:21px;}
}