/*
Theme Name: Flex Theme
Theme URI: 
Author: Tan Rain
Description:Flex Themes for wordpress all site
Version: 2.0
*/

.admin-bar header .main-nav.fixed { top: 32px; }
header .main-nav { box-shadow: 0 4px 2px -2px #f3f1f1; }
.page-content.main-content { padding: 40px 0; min-height: 220px; }
header .main-nav-menu-top-item form input { padding-left: 30px; }
.top-introduce-text { max-width: 790px; }
.customer-review .implant-customer { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.imp-page .customer-review:after { display: none; }
.customer-review .implant-customer .implant-customer-item { width: calc(33.33% - 20px); margin: 0 10px; }
.free-tk-form h3 { font-size: 24px; color: #06b08c; font-family: SVN-Poppins-Medium, sans-serif; margin-bottom: 20px; }
.nk-first .title-form { margin-top: 20px; }
form .form-field.label-top label { z-index: 11; }
form .form-field.label-top  br { display: none; }
form textarea { height: 90px; }
.wpcf7-not-valid-tip { margin-top: 5px; }
.imp-page .doctor-team-list { margin: 0 -15px; }
.imp-page .doctor-team-list-item { width: calc(33.33% - 30px); margin: 0 15px; margin-bottom: 30px; }
.imp-page .doctor-team-list-item img { width: 100%; }


@media (max-width:1200px) {
	.top-introduce-text { max-width: none; }
}
@media (max-width:767px) {
	.customer-review .implant-customer .implant-customer-item { width: calc(50% - 20px); margin-bottom: 20px; }
	.imp-page .doctor-team-list-item { width: calc(50% - 30px); }
}
@media (max-width:480px) {
	.customer-review .implant-customer .implant-customer-item { width: calc(100% - 20px); margin-bottom: 20px; }
}