* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-style: none;
}

li {
	list-style: none;
}

a {
	border: none;
	text-decoration: none;
}

a img {
	border: none;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	font-size: 18px;
	background-color: #ffffff;
	color: #4a4949;
	font-family: Nunito;
	font-size: 14px;
}

img {
	vertical-align: middle;
}

:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
	opacity: 0.8;
}

.content {
	width: 1190px;
	margin: 0px auto;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	align-items: center;
}

footer {
	height: 400px;
	box-shadow: 0px 0px 10px 1px rgb(235, 235, 235);
	margin-top: 50px;
	position: relative;
	border-top: 1px solid rgb(227, 227, 232);
}

footer .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.masthead {
	padding: 10px 0px;
	position: fixed;
	width: 100%;
	height: 60px;
	background: #edf3f9cc;
	box-shadow: 0px 0px 3px 1px rgba(197, 217, 225, 0.57);
	z-index: 2;
}

.masthead .content {
	justify-content: space-between;
}

.logo {
	width: 15%;
}

.logo img {
	width: 80%;
}

nav {
	width: 50%;
}

nav .menu {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

nav .menu a {
	color: #4e7e95;
	font-weight: 700;
	font-size: 19px;
}

nav .menu a:hover {
	color: #515151;
}

.banner {
	height: 100vh;
	background: url(images/fonsono.jpg) no-repeat;
	background-size: cover;
	background-position: left top;
	display: flex;
	align-items: center;
	padding-top: 60px;
	box-shadow: 0px 0px 10px 1px rgb(235, 235, 235);
	position: relative;
}

.banner:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f0f8ffa3;
	z-index: 0;
}

.banner * {
	position: relative;
	z-index: auto;
}

.banner .content {
	justify-content: space-between;
}

.banner .left {
	width: 30%;
	display: inline-flex;
}

.banner .left img {
	/* max-width: 80%; */
	height: 80vh;
}

.banner .right {
    text-align: right;
    width: 85%;
}

.banner .right h1 {
    font-size: 70px;
    font-weight: 300;
    line-height: 1;
    color: #333333;
}

.banner .right h1 span {
	color: #4e7e95;
	font-weight: 900;
}

.banner .right h2 {
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
}

.banner .right h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 40px 0px;
	color: #4e7e95;
}

.banner .right a {
	display: inline-flex;
	width: 200px;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 1px solid #4e7e95;
	margin: 0px 0px 0px 20px;
	color: #4e7e95;
	font-weight: 600;
	font-size: 16px;
	transition: 0.2s linear;
	background: #f0f8ffcf;
}

.banner .right a:hover {
	background: #6e9cadc2;
	color: #ffffff;
}

article {
	padding-top: 40px
}

article .content {
	flex-direction: column;
}

article h2 {
    font-size: 25px;
    font-weight: 600;
    padding: 40px 0px;
    color: #4e7e95;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

article p {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
}

article .img_cont,
article .img_cont2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;	
}

article .img_cont {
	flex-wrap: wrap;
}

article .img_cont h4 {
	margin: 20px 0px;
}

article .img_cont .list {
	margin-bottom: 10px
}

article .img_cont .p {
	width: 75%;
}

article .img_cont2 .p {
	width: 22%;
}

article .img_cont .img {
	width: 22%;
}

article .img_cont2 .img {
	width: 75%
}

article .img_cont .img img,
article .img_cont2 .img img {
	width: 100%;
}

article h2 span {
	display: block;
	font-size: 16px
}

article .blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

article .blocks .block {
	display: inline-flex;
	width: 32%;
	font-weight: 400;
	align-items: center;
	margin-bottom: 10px;
	padding: 15px;
	box-shadow: 0px 0px 5px 1px rgba(72, 95, 103, 0.08);
	border-radius: 20px;
	flex-direction: column;
}

article .blocks .block h3 {
	margin-bottom: 10px;
	display: inline-flex;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #4e7e95;
}

article .cont_img {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	/* margin: 40px 0px; */
}

article .cont_img .list li {
	font-size: 14px;
}

article .cont_img  p {
	font-weight: 700;
	font-size: 18px;
	color: #4e7e95;
}

article h4 {
	color: #176ba9;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	width: 100%;
	margin-bottom: 10px
}

article h4 span {
	font-size: 16px;
	font-weight: 400;
	display: block;
}

article .list {
	width: 100%;
	margin-bottom: 30px
}

article .block_cont .list {
	margin-bottom: 0;
}

article .blocks .block .block_cont p {
	font-size: 14px;
}

article .list li {
	font-size: 16px;
	font-weight: 400;
	padding-left: 20px;
	position: relative;
}

article .blocks .list li {
	font-size: 14px
}

article .list li:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	margin-top: 7px;
	background: #4e7e95;
	border-radius: 50%;
}

article .list h3 {
	display: inline-flex;
	padding-right: 5px;
}

article .uzi {
	width: 45%;
}

article .uzi img {
	width: 100%;
}


article .cont_img .right {
	width: 27%;
}

article .cont_img .right img {
	width: 100%;
}

article .cont_img .left {
	width: 26%;
}

article .blocks .block .block_img {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

article .blocks .block .block_img img {
	width: 100%;
	border-radius: 20px;
}

article .blocks .block .block_cont {
	width: 100%;
}

.blocks2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.blocks2 .block {
	width: 24%;
	display: inline-flex;
	flex-direction: column;
}

.blocks2 .block .dat {
	width: 100%;
	height: 200px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.blocks2 .block .dat img {
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}

.blocks2.dat1 .block .dat img {
	width: 100px
}

.blocks2 .block img {
	width: 100%;
}

.blocks2 h5 {
	text-align: center;
	margin: 7px 0px 20px 0px;
	font-weight: 700;
	font-size: 18px;
	color: #4e7e95;
}

.blocks2 .block p {
	font-weight: 500;
	font-size: 15px
}

.blocks2 .block span {
	font-weight: 400;
	font-size: 13px;
	padding-left: 20px;
	position: relative;
}

.blocks2 .block span:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	margin-top: 7px;
	background: #176ba9;
	border-radius: 50%;
}

.blocks2.dat .block img {
	height: 200px;
	width: auto;
}

footer .fot_contact {
	position: absolute;
	width: 300px;
	height: 200px;
	top: 50%;
	margin-top: -100px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

footer .fot_contact p {
	font-size: 20px;
	font-weight: 600;
}

footer .fot_contact div {
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px
}

.debug {
	height: 30px;
	background: #4a4949;
	position: relative;
	z-index: 3;
	color: #ffffff;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

article .tehn {
	display: flex;
	justify-content: space-between;
}

article .tehn > div {
	display: inline-flex;
	flex-direction: column;
	width: 45%
}

article .tehn .list {
	margin-bottom: 10px;
}

article .tehn h4 {
	font-weight: 700;
	font-size: 18px;
	color: #4e7e95;
	margin: 20px 0px;
}

.aboutus2 {
	background-color: #f0f5fa;
	position: relative;
	width: 100%;
	margin-top: 50px;
	background: url(https://thermoceutical-th.com/wp-content/uploads/2019/02/Thermoceutical-main-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0px 0px 0px 4px #4e7e95;
}

.aboutus2:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f0f8ffa3;
	z-index: 0;
}

.aboutus2 * {
	position: relative;
	z-index: auto;
}

.aboutus2 .so-panel {
	display: flex;
}

.block4_box {
	color: #4e7e95;
	text-align: center;
	padding-left: 28%;
	flex-direction: column;
	padding: 30px 0px 30px 0;
	width: 80%;
}

.block4_box > h3 {
	font-size: 47px;
	line-height: 1;
	padding: 10px 0;
	width: 40%;
	margin: 0 auto;
	color: #e50e5d;
}

.block4_box > h6 {
	font-size: 20px;
	line-height: 1.2;
}

.block4_box > h6 span {
	font-size: 45px;
}
 
.block4_box .callme_form p {
	width:100%;
	display: flex;
	text-align:center;
	margin:20px 0 30px;
	justify-content: space-between;
}

.block4_box .callme_form p span {
	width: 30%;
	display: inline-flex;
}

.block4_box .callme_form p span input {
	border: 2px solid #4e7e95;
	background:none;
	padding: 0px 20px;
	height:42px;
	color:#333333;
	font-size: 14px;
	border-radius:30px;
	width: 100%;
	font-weight: 300;
	font-family: Roboto;
}

.block4_box .callme_form p span textarea {
	border:1px solid #dbdee5;
	background:none;
	padding: 10px 20px;
	height:80px;
	color:#333333;
	font-size: 15px;
	border-radius:20px;
	width: 100%;
}

.block4_box .callme_form p input[type="submit"] {
	background: #e50e5d;
	font-size: 14px;
	width: 36%;
	text-transform:uppercase;
	color: #ffffff;
	cursor:pointer;
	border-radius: 30px;
	border: none;
	transition: 0.5s all ease;
	height: 42px;
	font-family: Roboto;
} 

.block4_box .callme_form p input[type="submit"]:hover {
	background: #4a4949;
	color: #ffffff;
}

#city, #region, #country,
#city1, #region1, #country1,
.city, .region, .country {
	display: none !important;
}