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

/*@font-face {
	font-family: "Verdana";
	src: url(font/verdana.ttf);
}
@font-face {
	font-weight:bold;
	src: url(font/verdana-bold.ttf);
}*/
/*@font-face {
	font-family: "Verdana-Semibold";
	src: url(font/Verdana-SemiBold.otf);
}*/

html{
	height:100%;
	width:100%;
	scroll-behavior: smooth;
}
body{
	font-family: "Poppins", sans-serif;
	background:#FAFAFA;
	margin:0px auto;
	font-size:15px;
	font-weight:normal;
	color:#0A0A0A;
	padding:0px;
	overflow-y:scroll;
}
input, textarea{
	font-family: "Poppins", sans-serif;
	font-size:15px;
	color:#231f20;
	-webkit-appearance:none;
}
td{
	vertical-align:top;
}
img{
	border:none;
}
p{
	margin:0px;	
}
a{
	color:#000;
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
	text-decoration:none;
	cursor:pointer;
}
a.noanimation{
	color:#000;
	-o-transition:color .0s ease-out, background 0.0s ease-in;
	-ms-transition:color .0s ease-out, background 0.0s ease-in;
	-moz-transition:color .0s ease-out, background 0.0s ease-in;
	-webkit-transition:color .0s ease-out, background 0.0s ease-in;
	transition:color .0s ease-out, background 0.0s ease-in;
	text-decoration:none;
	cursor:pointer;
}
a:hover, a.a_active{
	color:#8E44AD;
}
:focus {outline:none;}
::-webkit-input-placeholder { color:#6d6e71;opacity:1; }
::-moz-placeholder { color:#6d6e71;opacity:1; } /* firefox 19+ */
:-ms-input-placeholder { color:#6d6e71;opacity:1; } /* ie */
input:-moz-placeholder { color:#6d6e71;opacity:1; }
:focus::-webkit-input-placeholder { color:#999;opacity:0; }
:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input:focus:-moz-placeholder { color:#999;opacity:0; }

.animation{
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}
.animationcolor{
	-o-transition:color .2s ease-out, background 0s linear;
	-ms-transition:color .2s ease-out, background 0s linear;
	-moz-transition:color .2s ease-out, background 0s linear;
	-webkit-transition:color .2s ease-out, background 0s linear;
	transition:color .2s ease-out, background 0s linear;
}
.animationall{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
b,strong{
    font-weight:600;
}
.verticalmiddle, .vm{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.verticalbottom, .vb{
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.horizontalcenter{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.error{
	color:#f00;
	font-size:12px;
	margin-top:5px;
	display: inline-block;
}
.txtsearch::-webkit-input-placeholder { color:#bbb;opacity:1; }
.txtsearch::-moz-placeholder { color:#bbb;opacity:1; } /* firefox 19+ */
.txtsearch:-ms-input-placeholder { color:#bbb;opacity:1; } /* ie */
input.txtsearch:-moz-placeholder { color:#bbb;opacity:1; }
.headerfixed .txtsearch::-webkit-input-placeholder { color:#a7a9ac;opacity:1; }
.headerfixed .txtsearch::-moz-placeholder { color:#a7a9ac;opacity:1; } /* firefox 19+ */
.headerfixed .txtsearch:-ms-input-placeholder { color:#a7a9ac;opacity:1; } /* ie */
input.headerfixed .txtsearch:-moz-placeholder { color:#a7a9ac;opacity:1; }
.txtsearch:focus::-webkit-input-placeholder { color:#bbb;opacity:0; }
.txtsearch:focus::-moz-placeholder { color:#bbb;opacity:0; } /* firefox 19+ */
.txtsearch:focus:-ms-input-placeholder { color:#bbb;opacity:0; } /* ie */
input.txtsearch:focus:-moz-placeholder { color:#bbb;opacity:0; }
.colorwhite::-webkit-input-placeholder { color:#fff;opacity:1; }
.colorwhite::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
.colorwhite:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input.colorwhite:-moz-placeholder { color:#fff;opacity:1; }
.colorwhite:focus::-webkit-input-placeholder { color:#999;opacity:0; }
.colorwhite:focus::-moz-placeholder { color:#999;opacity:0; } /* firefox 19+ */
.colorwhite:focus:-ms-input-placeholder { color:#999;opacity:0; } /* ie */
input.colorwhite:focus:-moz-placeholder { color:#999;opacity:0; }
.form_input2::-webkit-input-placeholder { color:#fff;opacity:1; }
.form_input2::-moz-placeholder { color:#fff;opacity:1; } /* firefox 19+ */
.form_input2:-ms-input-placeholder { color:#fff;opacity:1; } /* ie */
input.form_input2:-moz-placeholder { color:#fff;opacity:1; }
.form_input2b::-webkit-input-placeholder { color: rgba(153, 153, 153, 1);
	opacity:1; }
.form_input2b::-moz-placeholder { color: rgba(153, 153, 153, 1);opacity:1; } /* firefox 19+ */
.form_input2b:-ms-input-placeholder { color: rgba(153, 153, 153, 1);opacity:1; } /* ie */
input.form_input2b:-moz-placeholder { color: rgba(153, 153, 153, 1);opacity:1; }

/*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track-piece:start {
    background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-track-piece:end {
    background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-track {
	background: transparent url('images/scrollbar_transparent.png') repeat-y !important;
}
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.45);
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,.47);
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
    width: 6px;
}*/

.borderradius3{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.borderradius5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.borderradius8{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.borderradius10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.borderradius15{
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.leftborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.rightborderrad5{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.topborderrad5{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.bottomborderrad5{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.borderradius5left{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius:5px;
}
.borderradius5right{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}


.borderradius10top{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.borderradius10bottom{
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius10left{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10right{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius15top{
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.borderradius15topleft{
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}
.borderradius15topright{
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}
.borderradius15bottomleft{
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.borderradius15bottomright{
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}
.borderradius10bottomleft{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.borderradius10bottomright{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.borderradius20{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.borderradius25{
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}
.borderradius30{
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}
.borderradius100percent{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.img_div_outer{
	width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
	cursor: pointer;
}
.hoverscale1_05:hover{
	-ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.hoverscale1_1:hover{
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.posrel{
	position:relative;
}
.posrel100{
	position:relative;
	width:100%;
}
.posabs{
	position:absolute;
}
.posfixed{
	position:fixed;
	z-index:50000;
}
.displaym, .menudisplaym, .displaym_inlineblock, .webfooterdisplaym, .headnavdisplaym, .displaym540, .displaym600, .displaym640, .displaym775, .displaym800, .displaym850, .displaym1000, .displaym1120{
	display:none;
}
.popupindex{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:-260px;
	left:50%;
	width:710px;
	height:calc(100vh - 210px);
	background:url(images/bg.jpg) repeat;
	color:#333;	
	margin-left:-355px;
	font-size:15px;
	text-align:left;
	line-height:20px;
	display:none;
}
.popupindex2{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:calc((50vh - 100px) * -1);
	left:50%;
	width:500px;
	height:calc(100vh - 310px);
	background:#fff;
	color:#333;	
	margin-left:-250px;
	font-size:15px;
	text-align:left;
	display:none;
        /*display:block;*/
}
.popupindex2b{
	position:fixed;
	z-index:999999;
	top:50%;
	margin-top:calc((50vh - 190px) * -1);
	left:50%;
	width:500px;
	height:420px;
	background:#fff;
	color:#333;	
	margin-left:-250px;
	font-size:15px;
	text-align:left;
	display:none;
        /*display:block;*/
}
.popupheight{
	max-height:400px;
	overflow-y:auto;
}
.framecontactdownload{
	height:calc(100vh - 300px);
    background:#fff;
}
.framecontactdownloadb{
	height:350px;
    background:#fff;
}
.popuppad{
	padding:35px 50px;
}
.popuppad2{
	padding:45px 0px;
}
#popup_title{
	font-size:27px;
	font-family: "Poppins", sans-serif;
	padding-bottom:27px;
	line-height:35px;
}
#popup_description{
	line-height:27px;
}
.popup_height{
	overflow-y:auto;
	height:calc(100vh - 325px);
	padding-right:30px;
}
.td_popup1{
	width:45%;
	padding-right:5%;
}
.popup_closediv{
	padding-bottom:20px;
	text-align:right;
}
.popup_closediv img{
	cursor:pointer;
}
#menuslidebackpart,#menuslidebackpart2,#menuslidebackpart_qb,#menuslidebackpart_qb2,#menuslidebackpart3{
	position:fixed;	
	z-index:10010;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	display:none;
}
.container{
	min-width:280px;
	max-width:1150px;
	padding:0px 20px;
	margin:0px auto;
}
.containernopad{
	min-width:280px;
	max-width:1260px;
	padding:0px 0px;
	margin:0px auto;
}
.container2{
	min-width:280px;
	max-width:1000px;
	padding:0px 20px;
	margin:0px auto;
}
.container3{
	min-width:280px;
	max-width:900px;
	padding:0px 20px;
	margin:0px auto;
}
.container4{
	min-width:280px;
	max-width:600px;
	padding:0px 20px;
	margin:0px auto;
}
.container1280{
	min-width:280px;
	max-width:1280px;
	/*min-width:1200px;
	max-width:1280px;*/
	padding:0px 20px;
	margin:0px auto;
}
.containerpadding, .containerpad{
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.containerpadding35{
	margin:0px auto;
	padding-left:35px;
	padding-right:35px;
}
.marginfit5px{
	margin-left:-5px;
	margin-right:-5px;
}
.marginfit7px{
	margin-left:-7px;
	margin-right:-7px;
}
.marginfit10px{
	margin-left:-10px;
	margin-right:-10px;
}
.marginfit15px{
	margin-left:-15px;
	margin-right:-15px;
}
.marginfit20px{
	margin-left:-20px;
	margin-right:-20px;
}
.marginfit25px{
	margin-left:-25px;
	margin-right:-25px;
}
.marginfitleft30px{
	margin-left:-30px;
}
.marginfitleft35px{
	margin-left:-35px;
}
.fullwidth{
	width:100%;
}
.header{
	position:fixed;
	z-index:10000;
	height:70px;
	width:100%;
	background:none;
	color:#000;
	/*box-shadow:0px 0px 10px rgba(0,0,0,0.1);*/
    font-size:16px;
	border-bottom:1px solid #E5E5E5;
}
.activefixedheader{
	height:130px;
}
	.header.menufixed{
		background:rgba(255,255,255,1);
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
		position:fixed;
		z-index:10000;
		height:93px;
	}
	.activefixedheader.activeheaderm{
		height:100px;
	}
.shadow{
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.shadow2{
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}
.headersep{
	height:70px;
}
.headerpad{
	padding-top:44px;
}
.headertop{
	background: linear-gradient(90deg, #8E44AD 0%, #003080 100%);
	font-size:13px;
	color:#fff;
	height:55px;
}
	.headertop a{
		color:#fff;
	}
		.headertop a:hover{
			color:#A89060;
		}
	.headertop img{
		max-height:15px;
		margin-right:3px;
		vertical-align:middle;
	}
	.headertoppoint{
		margin-right:20px;
	}
		.headertoppoint:last-child{
			margin-right:0px;
		}
	.menufixed .headertop{
		display:none;
	}
.tableheadertop .tdheadertop{
	vertical-align:middle;
	height:55px;
}
.tableheadertop .tdheadertop1{
	
}
.tableheadertop .tdheadertop2{
	text-align:right;
	vertical-align: bottom;
}
.tdheadertop2div{
	background:#fff;
	color:#000;
	display:inline-block;
	padding:0px 20px;
	height:40px;
	-webkit-border-top-left-radius: 35px;
	-moz-border-radius-topleft: 35px;
	border-top-right-radius: 35px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	white-space: nowrap;
}
.tdheadertop2point{
	display: inline-block;
	white-space: nowrap;
	margin-right:40px;
}
.tdheadertop2point:last-child{
	margin-right:0px;
}
.tdheadertop2point img{
	max-height: 17px;
	margin-right:10px;
	vertical-align: middle;
}
.headermenu{
	height:70px;
	background:#fff;
}
.tableheadermenu td.tdheadermenu{
	vertical-align:middle;
	height:70px;
}
.tableheadermenu td.tdheadermenu1{
	width:90px;
	padding-right:20px;
}
.tableheadermenu td.tdheadermenu2{
	text-align:center;
	padding-right:120px;
}
.tableheadermenu td.tdheadermenu3{
	text-align:right;
	width:170px;
	padding-left:20px;
}
ul.sf-menu .arrow_dd, .arrow_dd{
	max-height:7px;
	margin-left:8px;
	vertical-align:middle;
}
.logo{
	max-width:135px;
    display: inline-block;
    vertical-align: middle;
}
.logo2{
    max-width: 102px;
    
}
.headerlogo{
    max-width:90px;
}
/*.menufixed .logo{
    display:none;
}
.menufixed .logo2{
    display:block;
}*/
ul.sf-menu .menupoint, .menupoint{
	margin-left:17px;
	margin-right:17px;
    display:inline-block;
    box-sizing: border-box;
    height:70px;
	font-weight: 500;
	font-size:16px;
    border-top:2px solid transparent;
    border-bottom:2px solid transparent;
	color:#000;
}
ul.sf-menu .menupoint:hover, .menupoint:hover, ul.sf-menu .menupointactive, .menupointactive {
    border-bottom:2px solid #8E44AD;
}
.header a{
    color:#fff;
}
.header a:hover{
    color:#8E44AD;
}
.header.menufixed a{
    color:#000;
}
.lang_t img{
	vertical-align:middle;
}
.lang_t{
	display:inline-block;
	margin-left:3px;
	color:#939598;
	vertical-align:middle;
}
	.lang_t2{
		display:inline-block;
		margin-left:3px;
		color:#fff;
	}
	.lang_t img{
		filter: invert(1);
	}
	.menufixed .lang_t img{
		filter: invert(0);
	}
ul.sf-menu .lang_t_img1{
	margin-right:5px;
	max-height:30px;
}
	ul.sf-menu .lang_t_img1m{
		width:30px;
		margin-right:5px;
	}
ul.sf-menu .lang_t_img2{
	margin-left:2px;
}
ul.sf-menu .lang_t_t1{
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	color:#fff;
}
	.menufixed ul.sf-menu .lang_t_t1{
		color:#000;
	}
ul.sf-menu .headerddmenu{
	width:200px;
	height:52px;
	background:#fff;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);;
	text-align:left;
	padding:0px 20px;
	color:#000;
}
	ul.sf-menu .headerddmenu:hover{
		color:#666;
	}
	ul.sf-menu .headerddmenu2{
		width:40px;
		height:37px;
	}
ul.sf-menu .menupoplang{
	padding-top:8px;
}
ul.sf-menu .menupoppad{
	padding-top:32px;
	padding-left:15px;
}
.logo img{
	/*max-height:40px;*/
}
.logo_f img{
	max-height:40px;
}
.logo_f{
	display:none;
}
	.menufixed .logo_d{
		display:none;
	}
	.menufixed .logo_f{
		display:block;
	}
.headersocmed{
	display:inline-block;
	vertical-align:middle;
}	
	.headersocmed img{
		
		vertical-align:middle;
	}
	.headersocmed a.a_headersocmed:last-child img{
		margin-right:0px;
	}
	.menufixed .a_headersocmed img{
		filter: invert(1);
	}
.headercontactbtn{
	width: 100%;
	height: 56px;
	border-radius: 5px;
	border: 0px;
	background:#244AB2;
  
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	text-align:center;
}
.headercontactbtn img{
	vertical-align:middle;
}
.headercontactbtntext{
	font-size:16px;
	margin-left:12px;
	vertical-align:middle;
}
	.headercontactbtn:hover{
		background:#2b59d7;
		color:#fff;
	}
	.menufixed .headercontactbtn{
		background-image: linear-gradient(to top, #2158ba, #12a7de);
	}
.searchinlineblock{
	display:inline-block;
	vertical-align:middle;
}
.tdheader3getinq{
	margin-right:22px;
}
	.tdheader3getinq a{
		text-decoration:underline;
	}
.searchinlineblocksearch{
	margin-left:25px;
}
.searchbtn{
	position:relative;
	vertical-align:middle;
	cursor: pointer;
    background: linear-gradient(44.89deg, #074E9F 2.14%, #8E44AD 96.88%);
    width:100px;
    height:35px;
    border:0px;
    cursor: pointer;
    color:#fff;
}
.searchbtn:hover{
    background:#074E9F;
}
.headercarticon{
    max-height:19px;
    margin-right:15px;
    vertical-align: middle;
}
.headercarttext{
    display:inline-block;
    vertical-align: middle;
    
}
.headerbtn{
    display:inline-block;
	width:100%;
	border:0px;
	height:40px;
	background: #8E44AD;
    border: 0px;
	color:#fff;
	cursor:pointer;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}
	.headerbtn:hover{
		background: #5E2D72;
	}
.headerwabtn{
	display:inline-block;
	width:100%;
	border:0px;
	height:44px;
	background: url('images/chat_with_us_icon.png') no-repeat left 15px center;
	background-size:18px auto;
    border: 1px solid #8E44AD;
	color:#8E44AD;
	font-weight: bold;
	cursor:pointer;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    padding-left:40px;
    padding-right:15px;
}
	.headerwabtn:hover{
		background: url('images/chat_with_us_icon.png') no-repeat left 20px center;
		background-size:18px auto;
	}
.headerwabtn2{
	display:inline-block;
	width:100%;
	max-width: 220px;
	border:0px;
	height:44px;
	background: url('images/chat_with_us_icon2.png') no-repeat left 15px center, linear-gradient(90deg, #8E44AD 0%, #003080 100%);
	background-size:18px auto, cover;
	border: 1px solid #8E44AD;
	color:#fff;
	font-weight: bold;
	cursor:pointer;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	padding-left:40px;
	padding-right:15px;
}
	.headerwabtn2:hover{
		background: url('images/chat_with_us_icon2.png') no-repeat left 20px center, linear-gradient(90deg, #8E44AD 0%, #003080 100%);
		background-size:18px auto, cover;
	}
.headerwabtn3{
	display:inline-block;
	width:100%;
	max-width: 220px;
	border:0px;
	height:60px;
	background: url('images/chat_with_us_icon2.png') no-repeat left 15px center, linear-gradient(90deg, #8E44AD 0%, #003080 100%);
	background-size:18px auto, cover;
	border: 1px solid #8E44AD;
	color:#fff;
	font-weight: bold;
	cursor:pointer;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	padding-left:40px;
	padding-right:15px;
}
	.headerwabtn3:hover{
		background: url('images/chat_with_us_icon2.png') no-repeat left 20px center, linear-gradient(90deg, #8E44AD 0%, #003080 100%);
		background-size:18px auto, cover;
	}
.menufixed .headerbtn{
    border: 2px solid #000;
    color:#000;
}
.headerbtn img{
    max-height: 22px;
    vertical-align: middle;
    margin-right:15px;
}
.menufixed .headerbtn img{
    filter: invert(1);
}
    .menufixed .headerbtn:hover{
		background: #eee;
	}
.headerbtn_ml{
	margin-right:30px;
}

.btnsearch{
	width: 120px;
	height: 45px;
	background: #8E44AD;
	color:#fff;
	font-size:13px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	border:0px;
}
	.btnsearch:hover{
		background:#2b59d7;
	}
.headeroption{
	border-top:0px solid #eee;
	border-bottom:0px solid #eee;
	display:none;
	background:none;
    padding-top:15px;
}
.headeroptiontd{
	width:307px;
	padding-right:40px;
}
.headeroptionpoint{
	font-size:13px;
	padding:12px 0px;
	border-bottom:1px solid #D4D4D4;
	color:#fff;
}
.headeroptionpoint:hover{
	background:#f1f2f2;
	padding-left:10px;
}
.header_search_box{
	width:100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	height:40px;
	border-radius:20px;
	padding-left:10px;
	padding-right:15px;
	
	display:inline-block;
    background:#fff;
	position:relative;
	z-index:10000;
    
}
	.header_search_box_subscribe{
		background:#fff;
	}
.search_input{
	width:calc(100% - 22px);
	padding:0px;
	padding-left:10px;
	height:38px;
	border:0px;
	background:#fff;
	font-size:15px;
	color:#000;
	border-radius:20px;
	box-sizing: border-box;
}
	.search_inputm{
		width:calc(100% - 35px);
	}
.search_img{
	position:relative;
	top:8px;
}
	.search_img_m{
		position:relative;
		top:3px;
	}
.submitimage{
	max-height: 16px;
	vertical-align: middle;
}
.headersearchbtn{
    height:70px;
    background: #FFCB05;
    width:70px;
    color:#fff;
    text-align: center;
    cursor: pointer;
}
.headersearchbtn img{
    max-height:21px;
}

.page_title0, .pagetitle0, .heading1{
	font-size:32px;
    line-height:1.2;
	font-weight: 600;
}
	.page_title0b, .pagetitle0b, .heading1b{
		font-size:32px;
    	line-height:1.2;
		font-weight:600;
	}
.page_title1, .pagetitle1{
		font-size:30px;
		line-height:1.2;
		font-weight:600;
	}
.page_title2, .pagetitle2, .heading2{
	font-size:28px;
	line-height:1.2;
	font-weight: 600;
}
	.page_title2b, .pagetitle2b, .heading2b{
		font-size:28px;
		line-height:1.2;
		font-weight:600;
	}
	.page_title2l, .pagetitle2l{
		font-size:28px;
		line-height:1.2;
	}
.page_title3, .pagetitle3, .heading3{
	font-size:26px;
	line-height:1.2;
	font-weight:600;
}
	.page_title3b, .pagetitle3b, .heading3b{
		font-size:26px;
		line-height:1.2;
		font-weight:600;
	}
.page_title4, .pagetitle4, .heading4{
	font-size:22px;
	line-height:1.2;
	font-weight: 600;
}
	.page_title4b, .pagetitle4b, .heading4b{
		font-size:22px;
		line-height:1.2;
		font-weight:600;
	}
.page_title5, .pagetitle5, .heading5{
	font-size:20px;
	line-height:30px;
}
	.page_title5b, .pagetitle5b, .heading5b{
		font-size:20px;
		line-height:30px;
		font-weight:600;
	}
.page_title6, .pagetitle6{
	font-size:15px;
	line-height:22px;
}
	.page_title6b, .pagetitle6b{
		font-size:15px;
		line-height:22px;
		font-weight:bold;
	}
.page_title7, .pagetitle7, .heading6{
	font-size:18px;
	line-height:1.2;
	font-weight:600;
}
	.page_title7b, .pagetitle7b, .heading6b{
		font-size:18px;
		line-height:28px;
		font-weight:bold;
	}
	.page_title7l, .pagetitle7l{
		font-size:18px;
		line-height:23px;
	}
.page_title8, .pagetitle8{
	font-size:40px;
	line-height:1.2;
}
.page_title9, .pagetitle9{
	font-size:16px;
	line-height:1.2;
}
	.page_title9b, .pagetitle9b{
		font-size:16px;
		line-height:1.2;
		font-weight:bold;
	}
.pagedescription1, .page_description1{
	font-size:16px;
	line-height:1.4;
}
.pagedescription2, .page_description2{
	font-size:14px;
	line-height:1.4;
}
.pagedescription3, .page_description3{
	font-size:12px;
	line-height:1.4;
}
	.pagedescription1 ul, .pagedescription2 ul, .pagedescription3 ul,
	.page_description1 ul, .page_description2 ul, .page_description3 ul{
		margin-left:0px;
	}
	.pagedescription1 ol, .pagedescription2  ol, .pagedescription3 ol,
	.page_description1 ol, .page_description2  ol, .page_description3 ol{
		margin-left:0px;
	}
	.pagedescription1 li, .pagedescription2 li, .pagedescription3 li,
	.page_description1 li, .page_description2 li, .page_description3 li{
		margin-left:20px;
	}
	.pagedescription1 b, .pagedescription1 strong, .pagedescription2 b, .pagedescription2 strong, .pagedescription3 b, .pagedescription3 strong,
	.page_description1 b, .page_description1 strong, .page_description2 b, .page_description2 strong, .page_description3 b, .page_description3 strong{
		font-weight:600;
    }
.btn1{
	display:inline-block;
	vertical-align: top;
	width:100%;
	
	height:40px;
	background: #8E44AD;
    border: 0px solid #fff;
	font-weight: 600;
	font-size:15px;
	color:#fff;
	cursor:pointer;
	padding:0px 20px;
	box-sizing:border-box;
    text-align: center;
}


	.btn1:hover{
		background:#5E2D72;
		color:#fff;
	}
	.btn1b{
        width:auto;
        min-width: 100px;
        vertical-align: middle;
	}
	.btn1c{
        font-weight: bold;
	}
	.btn1widthauto{
		width:auto;
	}
	.btn1ml15{
		margin-left:15px;
    }
.btn2{
	width:100%;
	padding:0px 25px;
	display:inline-block;
	vertical-align: top;
	border:1px solid #763890;
	height:40px;
	background: none;
	box-sizing: border-box;
	color: #763890;
	cursor:pointer;
	font-weight: 600;
}
	.btn2:hover{
		background-color:#D4B3E1;
	}
	.btn2b{
		width:auto;
	}
	.btn2c{
		height:49px;
	}
	.btn2width100{
		width:100%;
	}
.btn3{
	display:inline-block;
	width:auto;
    min-width: 185px;
	padding:0px 20px;
	height:46px;
	background: #2F455C;
	border: 0px solid #FFFFFF;
	box-sizing:border-box;
	cursor:pointer;
	color:#fff;
	font-size:15px;
    font-weight: bold;
}
	.btn3:hover{
		background-color:#000;
		color:#fff;
	}
	.btn3 img{
		max-height:23px;
		margin-right:22px;
		vertical-align:middle;
	}
.btn4{
	width:auto;
	padding:0px 30px;
	background: #1D334A;
	height:44px;
	cursor:pointer;
	color:#fff;
	border:0px solid #fff;
	font-size:15px;
}
	.btn4:hover{
		background:#000;
		color:#fff;
	}
	.btn4b{
		background: #A89060;
	}
	.btn2ml10{
		margin-left:10px;
	}
.btn5{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	border:0px;
	background: #fff;
	font-size:14px;
	color:#1D334A;;
	cursor:pointer;
	padding:0px 0px;
	padding-bottom:10px;
	box-sizing:border-box;
	border-bottom: 1px solid #1D334A;
}
	.btn5:hover{
		border-bottom: 2px solid #1D334A;
	}
.btndownload{
	height:60px;
	border:1px solid #bcbec0;
	padding-right:40px;
	padding-left:85px;
	background:url(images/download_icon2.png) no-repeat left 19px center;
	font-size:16px;
	color:#58595b;
	cursor:pointer;
	margin-right:20px;
	margin-bottom:10px;
}
	.btndownload:hover{
		background-color:#eee;
		color:#000;
	}
	.a_btndownload:last-child .btndownload{
		margin-right:0px;
	}
.nowrap{
	white-space:nowrap;
}
.padbot5{
	padding-bottom:5px;
}
.padbot10{
	padding-bottom:10px;
}
.padbot15{
	padding-bottom:15px;
}
.padbot20{
	padding-bottom:20px;
}
.padbot25{
	padding-bottom:25px;
}
.padbot30{
	padding-bottom:30px;
}
.padbot35{
	padding-bottom:35px;
}
.padbot40{
	padding-bottom:40px;
}
.padbot45{
	padding-bottom:45px;
}
.padbot50{
	padding-bottom:50px;
}
.padbot55{
	padding-bottom:55px;
}
.padbot60{
	padding-bottom:60px;
}
.padbot65{
	padding-bottom:65px;
}
.padbot70{
	padding-bottom:70px;
}
.padbot75{
	padding-bottom:75px;
}
.padbot80{
	padding-bottom:80px;
}
.padbot90{
	padding-bottom:90px;
}
.padbot100{
	padding-bottom:100px;
}
.padbot110{
	padding-bottom:110px;
}
.padbot120{
	padding-bottom:120px;
}
.lineheight20{
	line-height:20px;
}
.lineheight25{
	line-height:25px;
}
.lineheight30{
	line-height:30px;
}
.lineheight40{
	line-height:40px;
}
.lineheight45{
	line-height:45px;
}
.whitebg{
	background:#fff;
}
.greybg{
	background:#f1f2f2;
}
.colorblack{
	color:#000;
}
.colorwhite{
	color:#fff;
}
	a.colorwhite{
		color:#fff;
	}
	a.colorwhite:hover{
		color:#ccc;
	}
.colorwhite05{
	color:rgba(255,255,255,0.5);
}
.colororange{
	color:#d5520b;
}
.colorred{
	color: #F40925;
}
.colorpink{
	color: #ED0874;
}
.colorgreen{
	color: #16A34A;
}
.coloryellow{
	color:#ffcb05;
}
.colorblue{
	color:#35CBFF;
}
.colorblue2{
	color:#8E44AD;
}
.colorgrey{
	color:#737373;
}
.colorgold{
	color: #A89060;
}
.colorpurple{
	color:#8E44AD;
}
.nooverflowx{
	overflow-x:hidden;
}
.nooverflowy{
	overflow-y:hidden;
}
.nooverflow{
	overflow:hidden;
}
.maxwidth195{
	max-width:195px;
}
.maxwidth285{
	max-width:285px;
}
.maxwidth350{
	max-width:350px;
}
.maxwidth420{
	max-width:420px;
}
.maxwidth450{
	max-width:450px;
}
.maxwidth500{
	max-width:500px;
}
.maxwidth610{
	max-width:610px;
}
.maxwidth680{
	max-width:680px;
}
.maxwidth750{
	max-width:750px;
}
.maxwidth820{
	max-width:820px;
}
.maxwidth935{
	max-width:935px;
}
.heightsep1{
	height:100px;
}
.line1{
	width: 65px;
	height: 1px;
	background:#FFCB05;
    display:inline-block;
    vertical-align: middle;
}
.line2{
	width: 20px;
	height:1px;
	background: rgba(53, 203, 255, 1);
    display:inline-block;
    vertical-align: middle;
    margin:0px 15px;
}
.line3{
	width: 50px;
	height:1px;
	background: rgba(53, 203, 255, 1);
    display:inline-block;
    vertical-align: middle;
    margin:40px 0px;
}
.line4{
	width: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
    display:inline-block;
    vertical-align: middle;
    margin:33px 0px;
}
.line5{
	width: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
    display:inline-block;
    vertical-align: middle;
    margin:20px 0px;
}
.minheight25{
	min-height:25px;
}
.minheight70{
	min-height:70px;
}
.minheight90{
	min-height:90px;
}
.minheight110{
	min-height:110px;
}
.minheight135{
	min-height:135px;
}
.minheight205{
	min-height:205px;
}
.fontnoto{
    font-family: 'Noto Sans', sans-serif;
}
.fontnotobold{
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}
.opacity05{
    opacity:0.5;
}
.buttontextl{
	font-size:16px;
	font-weight: 500;
}
.buttontextm{
	font-size:14px;
	font-weight: 500;
}
.posrelsearchalign{
	text-align:right;
}
.posrelsearch{
	width:120px;
	display:inline-block;
	position:relative;
	right:-120px;
	z-index:1000;
}
.searchheight{
	height:70px;
}
.posrelsearch:focus-within{
	width:calc(100% + 120px);
	right:0px;
	font-weight: bold;
}
.menu{
	display:inline-block;
	vertical-align: middle;
	width:calc(100% - 120px);
	padding-right:20px;
	box-sizing: border-box;
}
.searchpart{
	display:inline-block;
	vertical-align: middle;
	width:120px;
}

.homepart1{
	height:50vw;
}

.homepart1 .vm {
    position: relative;
    z-index: 2;
}
.homepart1 .heading1{
	text-shadow: 1px 1px 2px white;
}
.homepart1 .pagedescription1{
	text-shadow: 1px 1px 2px white;
}
.homepart2{
	padding-top:85px;
	padding-bottom:65px;
}
.hp2head{
	text-align: center;
	padding-bottom:25px;
}
.hp4pointpad{
	padding:0px 10px;
}
.homepart3{
	padding-top:65px;
	padding-bottom:65px;
	background:#F5EEF8;
}
.hp3head{
	text-align: center;
}
.hp3point{
	padding:0px 10px 20px 10px;
	display:inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width:33.33%;
}
.hp3pointin{
	min-height: 150px;
	background:#fff;
	padding: 15px;
	border:1px solid #D4D4D4;
}
.hp3box{
	/*width:40px;
	height:40px;
	border-radius:20px;
	background:#8E44AD;
	text-align: center;*/
}
.hp3box img{
	/*max-width: 15px;
	max-height: 15px;*/
	max-width: 40px;
	max-height: 40px;
	border-radius:20px;
}
.homepart4{
	padding-top:85px;
	padding-bottom:65px;
}
.hp4head{
	text-align: left;
	padding-bottom:30px;
}
.morebtn{
	display:inline-block;
	color:#763890;
}
.morebtn a{
	color:#763890;
}
.tablehph4 td.tdhph4{
	width:50%;
}
.tablehph4 td.tdhph4_1{
	padding-right:20px;
}
.tablehph4 td.tdhph4_2{
	text-align: right;
}
.more_icon{
	margin-left:10px;
	max-height: 9px;
	vertical-align: middle;
	position:relative;
	top:-2px;
}
.a_morebtn:hover .more_icon{
	top:-8px;
}
.tablehp5 td.tdhp5{
	width:50%;
	vertical-align: middle;
}
.tablehp5 td.tdhp5_1{
}
.tablehp5 td.tdhp5_2{
	padding:45px;
	background:#F5EEF8;
}
.homepart6{
	padding-top:85px;
	padding-bottom:65px;
}
.hp6head{
	text-align: left;
	padding-bottom:30px;
}
.tablehph6 td.tdhph6{
	width:50%;
}
.tablehph6 td.tdhph6_1{
	padding-right:20px;
}
.tablehph6 td.tdhph6_2{
	text-align: right;
}
.sliderItem{
	
}
.hp6pointpad{
	padding:0px 10px;
	
}
.hp6imgdiv{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	aspect-ratio: 368/203;
}
.hp6txtdiv{
	background:#fff;
	padding:20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	min-height:150px;
}
.hp6txtdiv2pad{
	background:#fff;
	padding:20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.hp6txtdiv2{
	height:150px;
	overflow:hidden;
}
.articlepoint a{
    display:flex;
    width:100%;
}
.hp6pointin{
	display:flex;
    flex-direction:column;
	/*border:1px solid #ddd;*/
}
.hp6pointinborder{
	border:1px solid #ddd;
}
.homepart7{
	padding-top:65px;
	padding-bottom:65px;
	background:#F5EEF8;
}
.hp7head{
	text-align: center;
}
.faqpoint{
	background:#fff;
	border-bottom:1px solid #D4D4D4;
}
.faqpointactive{
	background:#8E44AD;
	color:#fff;
}
.faqtitle{
	padding:20px 35px 20px 15px;
	background:url('images/arrow_faq_down.png') no-repeat right 15px center;
	background-size:12px auto;
	font-weight: bold;
}
.faqtitleactive{
	background:url('images/arrow_faq_up.png') no-repeat right 15px center;
	background-size:12px auto;
}
.faqdescription{
	padding:0px 15px 20px 15px;
	display:none;
}
.homepart8{
	/*aspect-ratio: 3/1;*/
	height:475px;
	color:#fff;
}
.webfooterpart1{
	background:#8E44AD;
	color:#fff;
	padding-top:65px;
	padding-bottom:65px;
}
.footermenutitle{
	font-size:16px;
	font-weight: 600;
	padding-bottom:25px;
}
.footermenutitle a{
	color:#fff;
}
	.footermenutitle a:hover{
		text-decoration: underline;
	}
.footermenupoint{
	font-size:16px;
	padding-bottom:15px;
}
	.footermenupoint a:hover{
		text-decoration: underline;
	}
.footermenupoint a{
	color:#fff;
}
.tablefootera td.tdfootera{
	vertical-align: top;
}
.tablefootera td.tdfootera1{
	width:400px;
	padding-right:25px;
}
.tablefootera td.tdfootera2{
	padding-right:20px;
}
.tablefootera td.tdfootera3{
	width:200px;
}
.socmedpoint{
	display:inline-block;
	vertical-align: middle;
	margin-right:20px;

}
.socmedpoint img{
	max-height:24px;
	max-width:24px;
}
.footericopart{

}
.footericopart img{
	max-height:24px;
	max-width:24px;
	vertical-align: middle;
	margin-right:15px;
}
.footericopart a{
	color:#fff;
}
.footericopart a:hover{
	text-decoration: underline;
}
.tablefooterb td.tdfooterb{
	vertical-align: top;
	width:50%;
	padding-right:20px;
}
.tablefooterb td.tdfooterb1{
	
}
.tablefooterb td.tdfooterb2{
}
.copyright{
	border-top:1px solid #D4B3E1;
	padding-top:20px;
	margin-top:50px;
}
.wa_float_icon{
	position:fixed;
	z-index:1000;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
.wa_float_icon img{
	max-width:170px;
    max-height: 55px;
}
.pageheaderpart{
	/*height:400px;*/
}
.pagecontentpart{
	padding-top:65px;
	padding-bottom:65px;
}
.navpart{
	color:#8E44AD;
	font-weight: 500;
	padding-bottom:40px;
	line-height: 1.2;
}
.navsep{
	margin:0px 10px;
}
.navsep img{
	max-height: 10px;
	vertical-align: middle;
}
.sidebarborder{
	border:1px solid #E5E5E5;
	padding:15px;
	background:#fff;
}
.sidebarpart{
	display:inline-block;
	width:290px;
	box-sizing: border-box;
	vertical-align: top;
	padding-right:20px;
}
.contentpart{
	display:inline-block;
	box-sizing: border-box;
	width:calc(100% - 290px);
	vertical-align: top;
}
.checkbox_passive, .checkbox_active{
	display:inline-block;
	vertical-align: middle;
	margin-right:10px;
	width:16px;
	height:16px;
}
.checkbox_passive img, .checkbox_active img{
	width:16px;
	height:16px;
}
.sidebarpoint{
	padding-bottom:8px;
}
.checkbox_text{
	display:inline-block;
	vertical-align: middle;
}
.treatmentwrapper{
	display:grid;
    grid-template-columns: repeat(3, 1fr);
	gap:20px;
}
.tpoint{
	/*display:inline-block;
	vertical-align: top;
	width:33.33%;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;*/

	display:flex;
	box-sizing: border-box;

	border:1px solid #ddd;
	background:#fff;
}
.treatmentpointin{
	/*border:1px solid #ddd;*/
}
.treatmentpointimgdiv{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	/*aspect-ratio: 368/203;*/
	aspect-ratio: 1;
}
.treatmentpointimgdiv2{
	aspect-ratio: 1;
}
.treatmentpointtxtdiv{
	background:#fff;
	padding:20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	min-height:150px;
}
sup{
	vertical-align: super;
	font-size:10px;
}
.price{
	display:inline-block;
	vertical-align: bottom;
	margin-right:5px;
}
.pricenormal{
	display:inline-block;
	vertical-align: bottom;
	margin-right:5px;
	text-decoration: line-through;
}
.pricepercent{
	background:#E4D0ED;
	height:28px;
	display:inline-block;
	vertical-align: bottom;
	padding:0px 8px;
	color:#763890;
	position:relative;
	top:3px;
	font-size:12px;
}
.loadmorebtn{
	display:inline-block;
	padding:0px 20px;
	width:auto;
	height:40px;
	border:1px solid #C396D6;
	box-sizing: border-box;
	font-size:16px;
	color:#8E44AD;
	font-weight: 500;
}
.loadmorealign{
	padding-top:20px;
	text-align: center;
}
.dprodcontentpart{
	display:inline-block;
	width:calc(100% - 500px);
	box-sizing: border-box;
	vertical-align: top;
}
.dprodimagepart{
	display:inline-block;
	box-sizing: border-box;
	width:500px;
	padding-left:40px;
	vertical-align: top;
}
.dmarketplacepart{
	border:1px solid #E5E5E5;
	padding:20px;
	background:#fff;
}
.dsocmed1{
	display:inline-block;
	vertical-align: middle;
	width:calc(100% - 205px);
	white-space: nowrap;
}
.dsocmed2{
	display:inline-block;
	vertical-align: middle;
	width:205px;
	box-sizing: border-box;
	padding-left:20px;
}
.dsocmed_point{
	padding-top:15px;
}
.dsocmed1 img{
	max-width: 40px;
	max-height:40px;
	vertical-align: middle;
	margin-right:5px;
}
.dsocmed2 img{
	max-width: 40px;
	max-height:40px;
	vertical-align: middle;
	margin-right:0px;
}
.shopbtn{
	height:40px;
	box-sizing: border-box;
	width:100%;
	border:1px solid #D4D4D4;
	text-align: center;
	color:#000;
	text-align: center;
}
	.shopbtn:hover{
		background:#eee;
	}
.shopbtn .shop_icon_img{
	max-height:16px;
	vertical-align: middle;
	margin-left:6px;
}
.dprodimgpoint{
	padding:0px 10px;
	
	
}
.dprodimg, .dprodimgb{
	aspect-ratio: 1;
	object-fit: cover;
	width:100%;
	height:100%;
}
.dprodimg, .dprodimgb{
	border:1px solid transparent;
}
.dprodimgactive{
	border:1px solid #8E44AD;
}
.promopart{
	padding-bottom:50px;
}
.clinichead{
	text-align: center;
}
.clinicsearchhpoint{
	display:inline-block;
	vertical-align: middle;

}
.clinic_header_search_box{
	width:100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	height:40px;
	border-radius:20px;
	padding-left:10px;
	padding-right:15px;
	
	display:inline-block;
    background:#fff;
	position:relative;
	z-index:100;
    
}
.clinicheaderbtn{
    display:inline-block;
	width:100%;
	padding:0px 20px;
	border:0px;
	height:40px;
	background: #8E44AD;
    border: 0px;
	color:#fff;
	cursor:pointer;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
	margin-left:15px;
}
	.clinicheaderbtn:hover{
		background: #5E2D72;
	}
.clinic_search_input{
	width:calc(100% - 22px);
	padding:0px;
	padding-left:10px;
	height:38px;
	border:0px;
	background:#fff;
	font-size:15px;
	color:#000;
	border-radius:20px;
	box-sizing: border-box;
}
.clinicpoint{
	display:inline-block;
	vertical-align: top;
	width:33.33%;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
}
.clinicimgdiv{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	aspect-ratio: 368/278;
}
.clinictxtdiv{
	background:#fff;
	padding:20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	min-height:110px;
}
.clinicpointin{
	border:1px solid #ddd;
}
.clinicpart1{
	display:inline-block;
	vertical-align: top;
	width:370px;
	padding-right:20px;
}
.clinicpart2{
	display:inline-block;
	vertical-align: top;
	width:calc(100% - 390px);
	box-sizing: border-box;
	
}
.mapsclinic{
	aspect-ratio: 1;
}
.clinicpart1border{
	border:1px solid #ddd;
	background:#fff;
}
.clinic1descpart{
	padding:20px 15px;
	
}
.clinicpart2border{
	border:1px solid #ddd;
	background:#fff;
	padding:20px;
}
.schedulepart table{
	width:100%;
	border-collapse:collapse;
}
.tableschedule td.tdschedule, .schedulepart td{
	vertical-align: top;
	border-bottom:1px solid #E5E5E5;
	padding-top:8px;
	padding-bottom:8px;
}
.tableschedule td.tdschedule1, .schedulepart td:first-child{
	padding-right:20px;
}
.tableschedule td.tdschedule2, .schedulepart td:last-child{
	text-align: right;
	white-space:nowrap;
}
.articlewrapper{
	/*display:flex;
    flex-wrap:wrap;*/
	display:grid;
    grid-template-columns: repeat(3, 1fr);
	gap:20px;
}
.articlepoint{
	/*display:inline-block;*/
	display:flex;
	/*width:33.33%;*/
	box-sizing: border-box;

	border:1px solid #ddd;
	background:#fff;
}
.pagingpart{
	padding-top:20px;
	text-align: center;
}
select.select_page{
	margin-left:5px;
	margin-right:5px;
	height:40px;
	border:1px solid #ddd;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	cursor:pointer;
	font-size:15px;
	padding:0px 5px;
	vertical-align: middle;
}
.articlepart1{
	display:inline-block;
	vertical-align: top;
	width:calc(100% - 290px);
}
.articlepart2{
	display:inline-block;
	vertical-align: top;
	width:290px;
	padding-left:20px;
	box-sizing: border-box;
	
}
.articlesub1{
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	padding:5px 0px;
}
.tablearticlesub td.tdarticlesub{
	vertical-align: top;
	padding-right:10px;
}
.articleotherpoint{
	border:1px solid #D4D4D4;
	background:#fff;
}
.articleother1{
	display:inline-block;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.card {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  background: #fff;
  margin-bottom:12px;
}

.card-image {
  flex: 0 0 120px; /* fixed width, height is auto */
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-content {
  padding: 12px;
  display: flex;
  align-items: center; 
}
.tdarticlesub3 a{
	text-decoration: underline;
	color:#777;
}
	.tdarticlesub3 a:hover{
		color:#000;
	}
.doctorimg{
	aspect-ratio: 1;
}
.doctorimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.careerpoint{
	display:inline-block;
	vertical-align: top;
	width:33.33%;
	padding:0px 10px 20px 10px;
	box-sizing: border-box;
}
.careerpointbg{
	background:#fff;
}
.careerpointin{
	border:1px solid #ddd;
	padding:20px;
}
.careerimgdiv{
	display:inline-block;
	vertical-align: middle;
	width:60px;
	
	box-sizing: border-box;
	height:60px;
}
.careertxtdiv{
	display:inline-block;
	vertical-align: middle;
	padding-left:12px;
	width:calc(100% - 60px);
	box-sizing: border-box;
}
.pin_icon{
	max-height: 13px;
	vertical-align: middle;
	margin-right:10px;
}
.more_icon2{
	max-width:10px;
	vertical-align: middle;
	margin-left:10px;
}
.careerlocationtag{
	background:#E4D0ED;
	height:35px;
	display:inline-block;
	vertical-align: top;
	padding:0px 8px;
	color:#763890;
	position:relative;
	top:3px;
	font-size:14px;
	margin-left:10px;
}

.searchpoint{
    padding-bottom:15px;
}
.searchborder{
    padding:5px;
	border:1px solid #ddd;
	background:#fff;
}
.tablesearch td.tdsearch{
    vertical-align: middle;
}
.tablesearch td.tdsearch1{
    width:150px;
    vertical-align: top;
}
.tablesearch td.tdsearch2{
    padding-left:25px;
}
.tdsearchimg{
    
}
.biginfotext{
	padding-top:150px;
	text-align:center;
	font-size:35px;
	color:#ef4056;
}
.biginfodescription{
	padding-top:10px;
	padding-bottom:150px;
	text-align:center;
	font-size:18px;
	color:#666;
}
.bookinghead{
	text-align: center;
}
.bookingborder{
	padding:20px;
	background:#fff;
	border:1px solid #D4D4D4;
}

.tablecontact td.tdcontactnopadtd{
	width:50%;
}
.tdcontactsepdiv{
	width:15px;
}
.contactsep{
	height:1px;
	width:23px;
}
input.form_input2, textarea.form_input2{
	background:#fff;
    border:1px solid #E5E5E5;
	width:calc(100% - 0px);
	padding:0px 0px;
	height:40px;
	font-size:15px;
	color:#666;
	background: none;
    font-weight: bold;
}
input.form_input2b, textarea.form_input2b{
    border:1px solid #E5E5E5;
	width:calc(100% - 0px);
	padding:0px 15px;
	height:40px;
	font-size:15px;
	color:#666;
	background: none;
	box-sizing: border-box;
}
select.form_select{
	border:1px solid #E5E5E5;
	width:calc(100% - 0px);
	padding:0px 15px;
	height:40px;
	font-size:15px;
	color:#666;
	background: #fff;
}
.input_box2{
	padding-bottom:25px;
}
	.input_box2b input.form_input2, .input_box2b textarea.form_input2{
		border:0px solid #d1d3d4;
		width:calc(100% - 0px);
		padding:0px 20px;
		height:50px;
		font-size:15px;
		color:#000;
		background:#fff;
        font-weight: bold;
	}
	.input_box2b{
		padding-bottom:20px;
	}
.input_box2b textarea.message_box{
    height:90px;
    padding-top:12px;
    padding-bottom:12px;
}
textarea.message_box{
	padding-top:12px;
	padding-bottom:12px;
	height:175px;
}
input.submit_btn{
	height:40px;
	width:100%;
    
	background: #8E44AD;
	border:0px;
	color:#fff;
	cursor:pointer;
	font-size:15px;
    text-align: center;
}
input.submit_btn:hover{
    
		background:#000;
		color:#fff;
}
input.submit_btn2{
	height:40px;
	width:100%;
    
	background: none;
	border:1px solid #D4D4D4;
	color:#525252;
	cursor:pointer;
	font-size:15px;
    text-align: center;
}
input.submit_btn2:hover{
    
		background: #939598;
		color:#fff;
}
input.input_radio{
	-webkit-appearance:radio;
	vertical-align: middle;
	padding:0px;
	margin:0px 5px 0px 0px;
}
.radiosep{
	margin-right:20px;
}
.radiosep:last-child{
	margin-right:0px;
}
input.contact_date_wm{
	background:url('images/date_icon.png') no-repeat right 15px center #fff;
	background-size:16px auto;
}

/* Overlay */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Popup box */
.modal-box {
    background: #fff;
    width: 360px;
    padding: 25px;
    text-align: center;
}

/* Check icon */
.icon-success {
	text-align: center;
}
.icon-success img{
	max-width: 64px;
}

/* Title */
.modal-title {
    margin: 10px 0;
    font-size: 22px;
    color: #4caf50;
}

/* Text */
.modal-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 25px;
}

/* Button */
.modal-btn {
    background: #16A34A;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.modal-btn:hover {
    background: #5aad60;
}