@charset 'utf-8';

*{margin: 0; padding: 0;}
body{font-family: Arial;}
a{text-decoration: none; color: #333;}
li{list-style: none;}
img{vertical-align: middle;}
input,button,textarea{outline: none; font-family: Arial; vertical-align: middle;}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins.ttf');
}
@font-face {
	font-family: 'Poppins SemiBold';
	src: url('../fonts/poppins-semibold.ttf');
}

.whole{max-width: 1400px; margin: 0 auto;}
.clear{clear: both;}

.header{width: 100%; position: absolute; left: 0; top: 50px; z-index: 9;}
.header.fixed{padding: 20px 0; position: fixed; top: 0; background: rgba(0, 0, 0, 0.8); z-index: 99;}
.header .logo{width: 120px; float: left; line-height: 80px;}
.header .menu{float: right;}
.header .menu ul{height: 60px; padding: 10px 0;}
.header .menu ul::after{content: ''; display: table; clear: both;}
.header .menu ul li{float: left; font-size: 18px; line-height: 60px; padding: 0 20px; position: relative;}
.header .menu ul li a{display: block; color: #fff;}
.header .menu ul li a:hover{border-bottom: solid #fff 2px;}
.header .menu ul li p{color: #fff; cursor: pointer;}
.header .menu ul li p:hover{border-bottom: solid #fff 2px;}
.header .menu ul li ul{width: max-content; height: auto; background: rgba(0, 0, 0, 0.8); display: none; position: absolute; top: 62px; left: 50%; transform: translateX(-50%);}
.header .menu>ul>li:hover>ul{display: block;}
.header .menu ul li ul li{float: none; font-size: 16px; line-height: 40px; padding: 0; position: relative;}
.header .menu ul li ul li a{padding: 0 20px;}
.header .menu ul li ul li a:hover{border-bottom: none; background: rgba(255, 255, 255, 0.2);}
.header .menu ul li ul li ul{width: max-content; display: none; position: absolute; left: 100%; top: -10px; transform: none;}
.header .menu ul li ul li:hover ul{display: block;}

.header .search{float: right; margin-top: 24px; margin-left: 20px; position: relative; z-index: 9;}
.header .search .search_btn{width: 32px; height: 32px; background: url("../images/search.png") center no-repeat #fff; border-radius: 16px; cursor: pointer;}
.header .search .search_box{width: 0; height: 32px; background: #fff; border-radius: 21px; position: absolute; top: 0; left: 30px; opacity: 0; transition: all 0.3s; visibility: hidden; overflow: hidden;}
.header .search .search_box.show{width: 320px; left: -288px; opacity: 1; visibility: visible;}
.header .search .search_box input{width: 230px; height: 32px; float: left; border: none; font-size: 16px; border-radius: 29px 0 0 29px; padding-left: 20px;}
.header .search .search_box button{width: 32px; height: 32px; float: left; border: none; background: url("../images/search.png") center no-repeat; cursor: pointer;}
.header .search .search_box .close_btn{float: right; line-height: 32px; font-size: 22px; color: #0f65dc; cursor: pointer; margin-right: 10px;}

.footer{background: url("../images/footer.jpg");}
.footer .fcompany{padding-top: 80px;}
.footer .fcompany::after{content: ''; display: table; clear: both;}
.footer .fcompany .flogo{width: 200px; float: left; line-height: 80px;}
.footer .fcompany .text{width: calc(90% - 200px); float: left; font-size: 16px; line-height: 30px; color: #fff; font-weight: bold; padding-top: 20px;}
.footer .fmenu{padding: 50px 0 30px; border-bottom: solid #515766 1px;}
.footer .fmenu::after{content: ''; display: table; clear: both;}
.footer .fmenu .fporduct{width: 40%; float: left;}
.footer .fmenu .fnav{width: 20%; float: left;}
.footer .fmenu .fcontact{width: 40%; float: right;}
.footer .fmenu h3{font-size: 20px; color: #fff;}
.footer .fmenu ul{margin-top: 20px;}
.footer .fmenu li{padding: 5px 0; font-size: 16px; color: #96989e; line-height: 32px;}
.footer .fmenu li a{color: #96989e;}
.footer .social_media{float: left; padding: 40px 0;}
.footer .social_media a{float: left; margin-right: 20px;}
.footer .social_media a img{height: 28px;}
.footer .copyright{padding: 40px 0; text-align: center; color: #7d818c;}

.crumbs{padding: 20px 0; color: #2f2f2f; border-bottom: 1px solid #ddd;}
.crumbs a{color: #000;}
.crumbs a:hover{color: #0f65dc;}
.crumbs .current{color: #0f65dc;}
.crumbs .home{display: inline-block; width: 18px; height: 16px; margin-right: 10px; background: url(../images/home.png);}

.con_banner{position: relative; overflow: hidden;}
.con_banner .picture{overflow: hidden;}
.con_banner .picture img{height: 100%; position: relative; left: 50%; transform: translateX(-50%);}
.con_banner .content{width: 100%; position: absolute; left: 0; top: 60%; transform: translateY(-50%); color: #fff;}
.con_banner .content .title{max-width: 960px; font-size: 30px; line-height: 40px; font-weight: bold;}
.con_banner .content .text{font-size: 16px; line-height: 28px; margin-top: 30px;}

.common_page{text-align: center;}
.common_page a{display: inline-block; line-height: 30px; border: solid #0f65dc 1px; padding: 0 10px; margin: 0 8px; color: #0f65dc;}
.common_page a:hover{background: #0f65dc; color: #fff;}
.common_page .current{display: inline-block; line-height: 30px; background: #0f65dc; color: #fff; border: solid #0f65dc 1px; padding: 0 10px; margin: 0 6px;}

#myform .error{width: max-content; color: #f00; position: absolute; bottom: -70px; line-height: 30px; border: solid #0f65dc 1px; padding: 10px; background: #fff; z-index: 99; border-radius: 5px;}
#myform .error::before{content: ''; border-bottom: solid #0f65dc 10px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: absolute; left: 13px; top: -10px;}
#myform .error::after{content: ''; border-bottom: solid #fff 10px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: absolute; left: 13px; top: -8px;}
#myform .errorborder{border-color: #0f65dc !important;}

.common_success{padding: 80px 0;}
.common_success .title{text-align: center;}
.common_success .title h2{font-size: 30px;}
.common_success .goback{margin-top: 50px; text-align: center;} 
.common_success .goback a{display: inline-block; line-height: 50px; background: #1453ac; color: #fff; font-size: 18px; padding: 0 30px; border-radius: 6px;}

/* 右边客服 */
.rightWindow{position: fixed; z-index: 99; right: 10px; bottom: 20%;}
.rightWindow li{width: 60px; height: 60px; position: relative; background: #bbb; margin-top: 1px;}
.rightWindow li a{width: 60px; height: 60px; display: block;}
.rightWindow li .icon-font{width: 30px; height: 30px; background: url("../images/icon_right.png") no-repeat; position: absolute; left: calc(50% - 15px); top: calc(50% - 15px);}
.rightWindow li .icon-wsapp{background-position: 0 0;}
.rightWindow li .icon-message{background-position: 0 -30px;}
.rightWindow li .icon-top{background-position: 0 -60px;}
.rightWindow li.backtop{cursor: pointer;}
.rightWindow li:hover{background: #0f65dc;}
.rightWindow li:hover .icon-wsapp{background-position: -30px 0;}
.rightWindow li:hover .icon-message{background-position: -30px -30px;}
.rightWindow li:hover .icon-top{background-position: -30px -60px;}
.gotop{display: none;}

/* 手机端 */
.mobileheader{display: none;}
.mfooter{display: none;}
@media (max-width: 990px) {
	/* 头部 */
	.header{display: none;}
	.mobileheader{display: block; width: 100%; height: 60px; background: #1453ac; line-height: 60px; border-bottom: solid #0a469a 1px; color: #fff; position: fixed; left: 0; top: 0; z-index: 99;}
	.mobileheader .mobile_name{width: 70%; font-size: 16px; margin: 0 auto; text-align: center; line-height: 60px;}
	.mobileheader .mobile_name img{height: 40px; vertical-align: middle;}
	.mobileheader .mobile_navbtn{position: absolute; z-index: 10; top: 0; bottom: 0; right: 0; left: 0; margin: auto 0 auto 20px; width: 30px; height: 20px;}
	.mobileheader .mobile_navbtn span,
	.mobileheader .mobile_navbtn:after,
	.mobileheader .mobile_navbtn:before{display: block; height: 2px; width: 100%; background: #fff; -webkit-transition: all .5s; transition: all .5s;}
	.mobileheader .mobile_navbtn span{margin: 7px 0;}
	.mobileheader .mobile_navbtn:after,
	.mobileheader .mobile_navbtn:before{content: ''; -webkit-transform-origin: 7.5%; transform-origin: 7.5%;}
	.mobileheader .mobile_navbtn.clicked span {-webkit-transform: translateX(-100%); transform: translateX(-100%); opacity: 0;}
	.mobileheader .mobile_navbtn.clicked:after{-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
	.mobileheader .mobile_navbtn.clicked:before{-webkit-transform: rotate(45deg); transform: rotate(45deg);}
	.mobileheader .mobile_menu{width: 100%; height: calc(100% - 61px); overflow-y: auto; display: none; background: #fff; position: fixed; left: 0; top: 61px;}
	.mobileheader .mobile_menu ul{}
	.mobileheader .mobile_menu ul li{font-size: 18px; line-height: 56px; border-bottom: solid #e5e5e5 1px; color: #333;}
	.mobileheader .mobile_menu ul li a{display: inline-block; padding: 0px 20px; color: #333;}
	.mobileheader .mobile_menu ul li i{float: right; margin: 20px 16px 0 0; border-top: 12px solid #333; border-left: 10px solid transparent; border-right: 10px solid transparent; transition: all 0.5s;}
	.mobileheader .mobile_menu ul li i.rotate{transform: rotate(180deg);}
	.mobileheader .mobile_menu ul li ul{display: none;}
	.mobileheader .mobile_menu ul li ul li{font-size: 15px; border-top: dashed #e5e5e5 1px; border-bottom: none; position: relative;}
	.mobileheader .mobile_menu ul li ul li i{position: relative;}
	.mobileheader .mobile_menu ul li ul li i::after{content: ''; border-top: 10px solid #fff; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; top: -12px; right: -8px;}
	.mobileheader .mobile_menu ul li ul li::after{width: 3px; height: 3px; content: ''; border: solid #666 2px; position: absolute; left: 20px; top: 24px; transform: rotate(45deg);}
	.mobileheader .mobile_menu ul li ul li a{margin-left: 1em;}
	.mobileheader .mobile_menu ul li ul li li{font-size: 14px;}
	.mobileheader .mobile_menu ul li ul li li::after{width: 2px; height: 2px; content: ''; border: solid #666 2px; border-radius: 50%; position: absolute; left: 20px; top: 25px;}
	.mobileheader .mobile_menu ul li.language p{display: inline-block; padding: 0px 20px;}
	.mobileheader .mobile_menu ul li.language ul li i{float: none; margin: 0 6px 0 0; border: none; display: inline-block; vertical-align: middle;}
	.mobileheader .mobile_menu ul li.language ul li i::after{display: none;}
	.mobileheader .mobile_menu ul li.language ul li::after{display: none;}
	.mobileheader .mobile_menu ul li.language ul li a{margin: 0;}
	
	/* 搜索框 */
	.mobileheader .search{width: 30px; height: 30px; position: absolute; right: 15px; top: 15px;}
	.mobileheader .search .search_btn{width: 30px; height: 30px; background: url("../images/search_white.png") center no-repeat; cursor: pointer;}
	.mobileheader .search .search_box{width: 100%; height: 100%; background: #fff; box-sizing: border-box; padding: 10px; position: fixed; top: 0; right: -100%; opacity: 0; transition: all 0.3s; visibility: hidden; z-index: 11;}
	.mobileheader .search .search_box.show{right: 0; opacity: 1; visibility: visible;}
	.mobileheader .search .search_box input{width: 74%; height: 40px; float: left; border: solid #e8e8e8 1px; font-size: 14px; box-sizing: border-box; padding: 0 20px; background: #fff; border-radius: 20px 0 0 20px;}
	.mobileheader .search .search_box button{width: 60px; height: 40px; float: left; border: solid #e8e8e8 1px; background: url("../images/search.png") center no-repeat; border-radius: 0 20px 20px 0;}
	.mobileheader .search .search_box .close_btn{float: right; padding: 0 6px; line-height: 40px; font-size: 22px; color: #333;}
	
	.footer .fcompany{padding-top: 30px;}
	.footer .fcompany .flogo{width: 100%; line-height: 80px; text-align: center;}
	.footer .fcompany .text{display: none;}
	.footer .fmenu{padding: 30px 0 30px;}
	.footer .fmenu .fporduct{display: none;}
	.footer .fmenu .fnav{display: none;}
	.footer .fmenu .fcontact{width: 100%; box-sizing: border-box; padding: 0 15px;}
	.footer .fmenu ul{margin-top: 13px;}
	.footer .fmenu li{line-height: 26px;}
	.footer .social_media{width: 100%; float: none; text-align: center; box-sizing: border-box; padding: 30px 15px;}
	.footer .social_media a{float: none; margin: 0 10px;}
	.footer .social_media a img{height: 28px;}
	.footer .copyright{padding: 0px 15px 20px; line-height: 26px;}
	
	.mfooter{width: 100%; display: block; background: #1453ac; height: 80px; position: fixed; left: 0; bottom: 0; z-index: 10;}
	.mfooter ul{display: flex;}
	.mfooter ul li{width: 25%; text-align: center;}
	.mfooter ul li a{display: block; padding: 13px 0; color: #fff;}
	.mfooter ul li i{width: 40px; height: 32px; display: inline-block; background: url("../images/mfooter.png") no-repeat;}
	.mfooter ul li.home i{background-position: 0 0;}
	.mfooter ul li.products i{background-position: -40px 0;}
	.mfooter ul li.phone i{background-position: -80px 0}
	.mfooter ul li.contact i{background-position: -120px 0;}
	.mfooter ul li p{line-height: 22px;}
	
	.crumbs{padding: 20px 15px; line-height: 22px;}
	
	.con_banner{margin-top: 61px;}
	.con_banner .picture img{height: 160px; position: relative; left: 50%; transform: translateX(-50%);}
	.con_banner .content{top: 50%; box-sizing: border-box; padding: 20px;}
	.con_banner .content .title{max-width: 100%; font-size: 16px; line-height: 30px;}
	.con_banner .content .text{display: none;}
	
	.rightWindow{display: none;}
	.gotop{width: 30px; height: 30px; display: block; background: rgb(255, 255, 255, 0.5); border: solid #e5e5e5 1px; position: fixed; right: 6px; bottom: 90px; text-align: center; z-index: 10;}
	.gotop::after{content: ''; border-bottom: solid #0f65dc 12px; border-left: solid transparent 8px; border-right: solid transparent 8px; position: absolute; left: 7px; top: 7px;}
}

/* inquiry */
.hs-modal-inquiry {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2147483646;
	width: 100vw;
	height: 100vh;
	background-color: #05080a;
}
.hs-modal-form {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2147483647;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.hs-fade-inquiry-fast {
	transition: opacity .15s linear;
}
.hs-modal-form-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}
.hs-modal-form-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
.hs-modal-form-dialog {
	max-width: 1068px;
	margin: 1.75rem auto;
	width: 80%;
}
.hs-modal-form-dialog-centered {
	min-height: calc(100% - 3.5rem);
}
}
.hs-modal-form.hs-fade-inquiry-fast .hs-modal-form-dialog {
	transition: transform .3s ease-out;
	transform: translateY(-50px);
}
.hs-modal-form.hs-show-inquiry-fast {
	display: none;
}
.hs-modal-form.hs-show-inquiry-fast .hs-modal-form-dialog {
	transform: none;
}
.hs-modal-inquiry.hs-fade-inquiry-fast {
	opacity: 0;
	display: none;
}
.hs-modal-inquiry.hs-show-inquiry-fast {
	opacity: 0.5;
	display: none;
}
.hs-modal-inquiry.hs-show-inquiry-fast.done-show {
	display: block
}
.hs-modal-form.hs-show-inquiry-fast.done-show {
	display: block;
}
.hs-modal-form-content-hs {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e0e5eb;
	border-radius: 8px;
	outline: 0;
	margin: 0 5px;
}
.hs-modal-form-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px 0 20px;
	border-bottom: 1px solid #e0e5eb;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.hs-modal-form-header span:nth-child(2) {
	float: right;
}
.hs-modal-form-header span img {
	width: 15px;
	height: auto;
}
.hs-modal-form-title {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.4;
	width: 96%;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 1rem;
}
.hs-modal-form-body {
	position: relative;
	flex: 1 1 auto;
	padding: 25px;
	box-sizing: border-box;
	width: 100%;
}
.hs-modal-form-body ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.hs-modal-form-body ul li {
	list-style: none;
	flex: 0 0 auto;
	width: 50%;
}
.hs-modal-form-body ul li.hs-inquiry-message {
	width: 100%;
}
.hs-modal-form-body ul li textarea {
	width: 96%;
	padding: 2%;
	font-size: 14px;
	border-radius: 6px;
	border: 1px solid #CCC;
	outline: none;
	transition: all 0.3s;
}
.hs-modal-form-body ul li * {
	max-width: 100%;
}
.hs-modal-form-body .hs-inquiry-consentText a {
	font-weight: 700;
	color: #05080a;
	text-decoration: underline;
}
.hs-inquiry-btn {
	height: 40px;
	font-size: 16px;
	min-width: 4rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	text-decoration: none;
	flex-shrink: 0;
	overflow: hidden;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 0 2rem 0 2rem;
}
.hs-inquiry-primary {
	background-color: #345aca;
	color: #fff;
	cursor: pointer;
	border: 0;
	transition: all 0.3s;
}
.hs-inquiry-primary:hover {
	background-color: #5d7bd5;
	border: 0;
	color: #fff;
}
.hs-modal-form-body .hs-inquiry-consentText {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.hs-inquiry-primary:disabled {
	color: #fff;
	background-color: #ffa7a6;
	border-color: #ffa7a6
}
.hs-modal-form-header .hs-modal-form-title .hs-modal-close {
	float: right;
	cursor: pointer;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMjAuMDAwMDAwcHQiIGhlaWdodD0iMjEuMDAwMDAwcHQiIHZpZXdCb3g9IjAgMCAyMC4wMDAwMDAgMjEuMDAwMDAwIgogcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+Cgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwyMS4wMDAwMDApIHNjYWxlKDAuMTAwMDAwLC0wLjEwMDAwMCkiCmZpbGw9IiMwMDAwMDAiIHN0cm9rZT0ibm9uZSI+CjxwYXRoIGQ9Ik0wIDE5NyBjMCAtNyAxOCAtMzEgNDAgLTUyIGw0MCAtMzkgLTQwIC00MSBjLTM3IC0zNyAtNTEgLTY1IC0zMwotNjUgNCAwIDI3IDE5IDUwIDQyIGw0MyA0MiA0MyAtNDIgYzIzIC0yMyA0NiAtNDIgNTAgLTQyIDE4IDAgMyAzMCAtMzMgNjUKbC00MCAzOSA0MCA0MSBjMzcgMzcgNTEgNjUgMzMgNjUgLTQgMCAtMjcgLTE5IC01MCAtNDIgbC00MyAtNDIgLTQzIDQyIGMtNDUKNDQgLTU3IDUwIC01NyAyOXoiLz4KPC9nPgo8L3N2Zz4K');
	width: 18px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 19px;
	margin-top: 8px
}
.hs-modal-form-header .hs-modal-form-title .hs-modal-close:hover {
	opacity: 0.5
}
 .hs-modal-form-body .form-control:invalid, .form-control.is-invalid {
 border-color: #ef4444;
 padding-right: 45px;
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef4444'%3e%3cpath d='M7.643 13.535L10 11.178l2.357 2.357 1.178-1.178L11.178 10l2.357-2.357-1.178-1.178L10 8.822 7.643 6.465 6.465 7.643 8.822 10l-2.357 2.357 1.178 1.178zM10 18.333c4.595 0 8.333-3.738 8.333-8.333S14.595 1.667 10 1.667 1.667 5.405 1.667 10 5.405 18.333 10 18.333zm0-15c3.676 0 6.667 2.991 6.667 6.667S13.676 16.667 10 16.667 3.333 13.676 3.333 10 6.324 3.333 10 3.333z'/%3e%3c/svg%3e");
 background-repeat: no-repeat;
background-position: right 12px center;
    background-size: 20px 20px;
}
.hs-modal-form-body .form-control:valid, .form-control.is-valid {
 border-color: #22c55e;
 padding-right: 45px;
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2322c55e'%3e%3cpath d='M10 1.667c-4.595 0-8.333 3.738-8.333 8.333S5.405 18.333 10 18.333s8.333-3.738 8.333-8.333S14.595 1.667 10 1.667zm0 15c-3.676 0-6.667-2.991-6.667-6.667S6.324 3.333 10 3.333 16.667 6.324 16.667 10 13.676 16.667 10 16.667zm-1.668-5.345L6.416 9.41 5.24 10.59l3.094 3.088 5.588-5.588-1.178-1.178-4.412 4.412z'/%3e%3c/svg%3e");
 background-repeat: no-repeat;
background-position: right 12px center;
    background-size: 20px 20px;
}
.hs-modal-form-body .form-control:valid:not(:required):not(.btn), .is-valid:not(:required):not(.btn) {
 border-color: #d4d7e5 !important;
 background-image: none;
}
 .hs-modal-form-body :valid:not(:required):not(.btn):focus, .is-valid:not(:required):not(.btn):focus {
 box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem #d3d3d3;
}
.hs-modal-form-body ::-webkit-input-placeholder {
 color: #565973 !important;
 font-weight: 500;
}
.hs-modal-form-body .form-control {
	color: #565973;
	border: 1px solid #d4d7e5;
	outline: none;
	transition: all 0.3s;
	display: block;
	width: 80%;
}

@media(max-width:900px) {
.hs-modal-form-body .form-control {
	width: 70%;
}
}
.hs-modal-form-body :valid:required:focus {
 border-color: #d4d7e5;
 box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem #d3d3d3;
 background-image: none;
}
.hs-modal-form-body :invalid:required:focus {
 border-color: #d4d7e5;
 box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem #d3d3d3;
 background-image: none;
}
 .hs-modal-form-body textarea.form-control:valid, textarea.form-control.is-valid {
 padding-right: calc(1.6em + 1.25rem);
 background-position: top calc(0.4em + 0.3125rem) right calc(0.4em + 0.3125rem)
}
 .hs-modal-form-body .form-select:valid, .form-select.is-valid {
 border-color: #22c55e
}
.hs-modal-form-body ul li {
	width: 50%;
	float: left;
}
.hs-modal-form-body label span {
	color: red;
}
.hs-modal-form-body label {
	font-weight: 600;
	font-size: 13px;
	margin: 0 0 5px 4px;
	line-height: 1.4;
	display: inline-block;
	width: 100%;
}
.hs-modal-form-body input {
	border-radius: 18px;
	border: 1px solid #d4d7e5;
	color: #565973;
	font-weight: 500;
	min-height: 40px;
	padding:10px 20px 10px 20px;
	font-size: 14px;
}
.hs-modal-form-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	padding: 10px 0 20px 0;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.hs-modal-form-body .invalid-contactname, .hs-modal-form-body .invalid-email, .hs-modal-form-body .invalid-mobile, .hs-modal-form-body .invalid-message {
	display: block;
	width: 100%;
	margin-top:10px;
	font-size:12px;
	color: #ef4444;
	visibility: visible;
	padding-left: 13px;
}
.hs-modal-form-body .invalid-message {
	display: none;
	visibility: hidden;
}
.hs-modal-form-body .invalid-contactname.invalid-show, .hs-modal-form-body .invalid-email.invalid-show, .hs-modal-form-body .invalid-mobile.invalid-show {
	display: block;
	visibility: visible;
}
 .hs-modal-form-body :invalid~.invalid-feedback, .is-invalid~.invalid-feedback {
 display: block
}
.hs-modal-form-body :invalid~.invalid-feedback, .hs-modal-form-body :invalid~.invalid-tooltip, .is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip {
 visibility: inherit;
}

@media(max-width:768px) {
.hs-modal-form-header .hs-modal-form-title {
	font-size: 20px;
}
.hs-modal-form-body ul li {
	list-style: none;
	flex: 0 0 auto;
	width: 100%;
}
.hs-modal-form-body .form-control {
	width: 83%;
}
}