body{
	counter-reset: mycounter;
}

@media (min-width:1200px){
	.container{ max-width:1200px;}
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Saira Condensed", sans-serif;
}
p{
	font-family: "Roboto", sans-serif;
}
a{
	text-decoration:none;
}
/*@media (min-width: 1300px){
	.container {max-width: 1300px;}
}*/

.banner{
	position: relative;
}
.banner .owl-nav{ display:none; }
.banner .owl-dots{   
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  margin: 0 auto;
  text-align: center;
}
.banner .owl-carousel button.owl-dot{
	width:18px;
	height:18px;
	background:#bebebe;
	border-radius: 50px;
	margin:0 3px;
}
.banner .owl-carousel button.owl-dot.active{
	background: #f00000;
}

.banner .item{
	position:relative;
	background: red;
	height:752px;
}
.banner .item img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.banner .item:after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background:rgba(0,0,0, 0.3);
}

.bannr_titel{
	position: absolute;
	top: 0;
	right:0;
	left:0;
	bottom:0;
	display:flex;
	align-items: center;
	z-index:99;
	width:100%;
}
.text_titel{
  max-width: 575px;
  margin: 0 auto;
  text-align: right;
  float: right;
}
.text_titel h1{
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(240,0,0,0.6);
  padding: 0 0 50px 0;
  margin: 0;
  letter-spacing: 1px;
}
.text_titel h1 span{ color:#f00000; }
.text_titel a{
  font-family: "Saira Condensed", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  border: none;
  background:#d10000;
  outline: none;
  min-height: 55px;
  margin: 0px 0 0 0;
  padding: 15px 0;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: 185px;
  border-bottom: 1px solid #ffffff8c;
  transition:all 500ms ease-in-out;
}
.text_titel a:hover{
    background: #2a334e;
}
.banner_box{
	position: absolute;
	top: 0;
	/*left: 0;*/
	/*width:100%;*/
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
}
.book_an_appointment{
	background: #ffffffe0;
	border-radius:15px;
	max-width: 400px;
	padding: 40px 35px;
	margin: 85px 0 0 0;
}
.book_an_appointment h2{
	font-size:30px;
	color: #2a334e;
	font-weight: 600;
	line-height:40px;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	padding:0 0 35px 0;
	margin: 0;
}
.ap_input{
	font-family: "Saira Condensed", sans-serif;
	font-size: 16px;
	color:#6e6e6e;
	font-weight:500;
	line-height:22px;
	font-style: normal;
	text-transform: capitalize;
	border:none;
	border-bottom:1px solid #d7d7d7;
	background:#f5f5f5;
	outline:none;
	width:100%;
	height:55px;
	box-sizing: border-box;
	padding:16px;
	margin: 0 0 15px 0;
}
.message_rt{height:120px; }
.submit{
	font-family: "Saira Condensed", sans-serif;
	font-size:20px;
	color:#fff;
	font-weight:700;
	line-height:22px;
	font-style: normal;
	text-transform:uppercase;
	border:none;
	border-bottom:2px solid #d7d7d7;
	background:#f00000;
	outline:none;
	width:100%;
	min-height:55px;
	margin:10px 0 0 0;
    transition:all 500ms ease-in-out;
}
.submit:hover{
    background: #2a334e;
}
.free_consultation{
	background:#f5f5f5;
	padding:70px 0;
	margin:0;

}
.free_consultation_harder{
	background:#fff;
	border-radius:10px;
	border-bottom:1px solid #ffc0c0;
	padding:20px;
	margin: 0;
	display: flex;
	align-items: center;
	min-height:205px;
}
.icon_img{
	padding:0 20px 0 0;
	margin:0;
}
.icon_img img{
	width:55px;
	object-fit:contain;
}
.consultation_text{
	position: relative;
	transition:all 500ms ease-in-out;
}
.consultation_text h3{
	font-size:24px;
	color:#2a334e;
	font-weight:600;
	font-style: normal;
	text-transform:uppercase;
	padding:0 0 15px 0;
	margin: 0;
	position: relative;
}
.consultation_text h3 a{
	color:#2a334e;
	transition: all 500ms ease;
}
.consultation_text h3 a:hover{
	color:#d30505;
}
.consultation_text:after{
	content: '';
	height: 3px;
	position: absolute;
	width: 30px;
	background:#d30505;
	top: 15px;
	left: 0px;
	transition: all 500ms ease;
	opacity: 0;
}
.consultation_text:hover:after {
  opacity: 1;
  transition: all 500ms ease;
}
.consultation_text h3{
  transform: translateX(0px);
  transition: all 500ms ease;
}
.consultation_text:hover h3{
  transform: translateX(40px);
  transition: all 500ms ease;
}
.consultation_text p{
	font-size:16px;
	color:#8d8d8d;
	font-weight:300;
	line-height:26px;
	font-style: normal;
	padding:0 0 15px 0;
	margin: 0;
}
.consultation_text .right_rot{
	font-size:17px;
	rotate: 46deg;
	display: inline-block;
	transition:all 500ms ease-in-out;
	color:#2a334e;
}
.consultation_text:hover .right_rot{ rotate:0deg; color:#d30505; }
.about_section{
	background:#fff;
	padding:70px 0;
	margin: 0;
	position: relative;
}
.about_section:after{
	content:"";
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	background:url(../images/footer/bg2.png);
	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
}

.about_img{
	padding:0;
	margin: 0;
}
.aboutus_box_inner{
	padding:70px 0;
	margin: 0;
}
.about_img img{
	border-radius:10px;
	width:100%;
	height:100%;
	object-fit:cover;
}
.about_img1 img{
	width:100%;
}
.about_img2 img{
  width: 100%;
  border:10px solid #f5f5f5;
  position: relative;
  z-index: 1;
}

.about_text{
	padding:0 0 0 25px;
	margin: 0;
}

.about_text h5{
	font-family: "Roboto", sans-serif;
	font-size:20px;
	color:#2a334e;
	font-weight:300;
	line-height:26px;
	font-style: normal;
	padding:0 0 35px 0;
	margin: 0;
}
.about_text h3{
	font-size:35px;
	color:#2a334e;
	font-weight:600;
	line-height:26px;
	font-style: normal;
	text-transform: uppercase;
	padding:0 0 35px 0;
	margin: 0;
}
.about_text h3 span{ color:#d30505; }
.about_text p{
  font-size: 16px;
  color: #8d8d8d;
  font-weight: 300;
  line-height: 28px;
  font-style: normal;
  padding: 0 0 15px 0;
  margin: 0;
}
.about_text a{
	font-family: "Saira Condensed", sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight:500;
	font-style: normal;
	border: none;
	background:#f00000;
	outline: none;
	min-height: 55px;
	margin: 0px 0 0 0;
	padding: 15px 0;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	width: 185px;
	text-transform: uppercase;
	border-bottom: 1px solid #929292;
	transition:all 500ms ease-in-out;
}
.about_text a:hover{
      background: #2a334e;
}

.services_section{
	background: #f5f5f5;
	padding: 70px 0;
	margin: 0;
}
.services_section .owl-nav{display:none;}
.services_section .owl-dots{display:none;}

.mt1{margin-top:50px;}

.services_text_harder h5{
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #2a334e;
  font-weight: 300;
  line-height: 26px;
  font-style: normal;
  padding: 0 0 25px 0;
  margin: 0;
}
.services_text_harder h3{
  font-size: 35px;
  color: #2a334e;
  font-weight: 600;
  line-height:auto;
  font-style: normal;
  text-transform: uppercase;
  padding:0;
  margin: 0;
}
.services_box{
  background: #fff;
  border-radius: 10px;
  padding: 0;
  margin: 0 0 30px 0;
  box-shadow: 1px 4px 5px -6px rgba(240,0,0,0.75);
  -webkit-box-shadow: 1px 4px 5px -6px rgba(240,0,0,0.75);
  -moz-box-shadow: 1px 4px 5px -6px rgba(240, 0, 0, 0.75);
  transition:all 500ms ease-in-out;
}
.services_box:hover{
	box-shadow: 1px 5px 6px -6px rgba(240,0,0,0.75);
  -webkit-box-shadow: 1px 5px 6px -6px rgba(240,0,0,0.75);
  -moz-box-shadow: 1px 5px 6px -6px rgba(240, 0, 0, 0.75);
}


.servies_img img{
	 border-radius:10px 10px 0 0px;
	 height:255px !important;
	 object-fit: contain;
}

.cstm_servc .servies_img img{
	 object-fit: cover;
}

.servies_text{
	padding:30px 20px;
	margin:0;
	position: relative;
}
.servies_text h4{
	font-size:24px;
	color: #2a334e;
	font-weight: 600;
	line-height: 26px;
	font-style: normal;
	text-transform: uppercase;
	padding:0 0 20px 0;
	margin: 0;
}
.servies_text p{
	font-size: 16px;
	color: #8d8d8d;
	font-weight: 300;
	line-height: 25px;
	font-style: normal;
	padding: 0 0 15px 0;
	margin: 0;
}
.servies_text .round_link{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background: #f00000;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  display: flex;
  align-items: center;
  margin: 0 auto;
  transition:all 500ms ease-in-out;
}
.servies_text .round_link .fa{
	text-align: center;
	margin: 0 auto;
}
.services_box:hover .round_link{ background:#2a334e; }

.hgh_dosage{
	background: url(../images/testimonial/bg1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding:100px 0 160px 0;
	margin: 0;
	position:relative;
}
.hgh_dosage:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.dosage_text{
	position:relative;
	z-index:1;
}
.dosage_text h2{
	font-size:46px;
	color: #fff;
	font-weight: 600;
	line-height:65px;
	font-style: normal;
	text-transform: uppercase;
	padding: 0 0 45px 0;
	margin: 0 auto;
	width:50%;
}
.dosage_text a{
	font-family: "Saira Condensed", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  border: none;
  background:transparent;
  outline: none;
  min-height: 55px;
  margin: 0px 0 0 0;
  padding: 14px 38px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #f00000;
  transition:all 500ms ease-in-out;
}
.dosage_text a:hover{
    background: #2a334e;
}
.testimonial{
	margin: -70px 0 0 0;
	position: relative;
}
.saying_1{
	width:45%;
	background:#f00000;
	padding:70px 100px;
	float:left;
}
.saying_1 h5{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	line-height: 26px;
	font-style: normal;
	text-transform:uppercase;
	padding: 0 0 25px 0;
	margin: 0;
}
.saying_1 h3{
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	line-height:42px;
	font-style: normal;
	text-transform: uppercase;
	padding: 0 0 60px 0;
	margin: 0;
}
.questions{
	padding: 0;
	margin: 0;
}
.questions li{
	display: flex;
	padding: 0;
	margin: 0;
	align-items: center;
}
.questions li span{
	font-family: "Roboto", sans-serif;
	font-size:16px;
	color: #fff;
	font-weight: 300;
	line-height: 26px;
	font-style: normal;
	padding: 0 0 0 30px;
	margin: 0;
}
.questions li small img{max-width:100%;}

.saying_2{
	background:#142045;
	width:55%;
	padding:70px 100px 65px 33px;
	margin:70px 0 0 0;
	float:left;
	position: relative;
}
.saying_2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: url(../images/footer/bg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.alex_ti{
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}
.alex_ti li{
	padding: 0;
	margin: 0;

}
.alex_text{
	width:165px;
}
.alex_text img{
	width:125px !important;
	height:136px;
	object-fit: cover;
	border-radius:10px;
	margin:0 auto;
}
.alex_text h4{
	font-size:24px;
	color: #fff;
	font-weight:500;
	font-style: normal;
	padding:20px 0 5px 0px;
	margin: 0;
}
.alex_text p{
	font-family: "Roboto", sans-serif;
	font-size:16px;
	color: #fff;
	font-weight: 300;
	font-style: normal;
}
.alex_box{
	background:#0f1b3fa3;
	padding:20px;
	border-radius:10px;
	margin:0 0 0 40px;
	position: relative;
}
.alex_box:after{
  content: "";
  position: absolute;
  top: 33%;
  left: -30px;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 60px;
  border-right:solid 30px #0c183c;
  border-bottom: solid 30px transparent;
  border-top: solid 30px transparent;
}
.alex_box p{
	font-size: 16px;
	color: #8d8d8d;
	font-weight:400;
	line-height: 25px;
	font-style: normal;
	padding:0;
	margin: 0;
}
.alex_box .owl-nav{ display:none; }
.alex_box .owl-dots{ display:none; }  

.clients_box{
	background:#fff;
	padding:70px 0;
	margin: 0;
}
.clients_box .owl-nav{ display:none; }
.clients_box .owl-dots{ display:none; } 
.clients_text h3{
	padding: 0 0 50px 0;
	margin: 0;
}
.clients_box .clintd{
  padding: 15px 20px;
  border: 1px solid #ddd6;
  margin: 0;
  border-radius: 3px;
}

#counter {
  background: #3b4564;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  min-height: 140px;
  box-sizing: border-box;
}
#counter li {
	text-align: center;
	font-size: 50px;
	list-style:none;
	display: flex;
	align-items: center;
}
.percent{
  display: block;
  width: 100%;
  color: #fff;
  font-size: 40px;
  line-height:0;
  padding: 0;
  margin: 0;
}
.cu1{
	font-size: 19px;
	line-height: 22px;
	color: #fff;
	padding:10px 0 0 0;
	margin: 0;
}
#counter li p{
  padding: 0 0 0 30px;
  margin: 0;
  line-height: 46px;
}
#counter span.percent:after {
  content: "+";
  display: inline-block;
}

.our_skills{
	background:#142045;
	padding:70px 0;
	margin:0;
	position: relative;
}
.our_skills:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: url(../images/footer/bg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.skills_text h5{ color:#fff; line-height:auto; }
.skills_text h3{ color:#fff; line-height:52px; }
.progress-bar { background-color: #f00000;}
.progress{
	border-radius: 0;
}
.hi_progress{
	padding: 0 0 20px 50px
}
.hi_progress ul{
	padding: 0;
	margin: 0;
}
.hi_progress ul li{
  color: #fff;
  display: inline-block;
  align-items: center;
  padding: 0;
  margin: 0;
}
.hi_progress ul li:last-child{ float:right; }

.blog_section .owl-nav{
	display: none;
}
.blog_section .owl-dots{
	display: none;
}
.blog h3{
  font-size: 24px;
  color: #2a334e;
  font-weight: 600;
  font-style: normal;
  padding: 0;
  margin: 0 0 15px 0;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.blog_list {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}
.blog_list li{
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-size: 16px;
  color: #2a334e;
  font-weight: 400;
  line-height: 26px;
  padding: 0 15px 15px 0;
  margin: 0;
}
.blog_list li a{
	color: #2a334e;
}
.blog_list li .fa{ padding:0 5px 0 0; }

.read_more{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #f00000;
  font-weight: 400;
  font-style: normal;
  border: none;
  background: transparent;
  outline: none;
  margin: 0px 0 0 0;
  padding: 10px 0 0 0;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
.read_more .fa{
	padding:0 0 0 10px;
}

.footer_section{
	background:#142045;
	padding:70px 0;
	margin: 0;
	position: relative;
}
.footer_section:after{
	content:"";
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	background:url(../images/footer/bg1.png);
	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
}
.p_zenn{
	position: relative;
	z-index:1;
}
.footer_text{
	padding: 0;
	margin: 0;
}
.footer_text h4{
  font-size:22px;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  padding: 0 0 28px 0;
  margin: 0;
}
.footer_text h4 span{color:#f00000;}
.footer_text p{
	font-size: 16px;
	color: #d7d7d8;
	font-weight: 300;
	line-height:28px;
	font-style: normal;
	padding: 0 0 40px 0;
	margin: 0;
    width: 93%;
}
.social{
	padding: 0;
	margin: 0;
}
.social li{
	display:inline-block;
	padding: 0 10px 0 0;
	margin: 0;
}
.social li a{
	display:flex;
	align-items: center;
	width:40px;
	height:40px;
	background:#ffffff29;
	border:1px solid #9095a3;
	font-size:20px;
	color:#9095a3;
	transition:all 500ms ease-in-out;
}
.social li a .fa{
	text-align: center;
	margin: 0 auto;
}
.social li a:hover{
	background:#f00000;
	color:#fff;
	border:1px solid transparent;
}
.footer_menu {
	padding: 0;
	margin: 0;
}
.footer_menu li{
	font-family: "Saira Condensed", sans-serif;
	display:inline-block;
	width:50%;
	float: left;
	font-size:16px;
	font-weight: 600;
	font-style: normal;
	padding: 0 0 20px 0;
	margin: 0;
	transition:all 500ms ease-in-out;
}
.footer_menu li a{ color:#fff; transition:all 500ms ease-in-out;}
.footer_menu li:hover a{
	color:#d10000;
}
.footer_menu li a.active{
	color:#d10000;
}
.addres_text{
	padding: 0;
	margin: 0;
}
.addres_text li{
	font-family: "Saira Condensed", sans-serif;
	display:flex;
	width:100%;
	font-size:16px;
	font-weight:500;
	font-style: normal;
	padding: 0 0 20px 0;
	margin: 0;
	transition:all 500ms ease-in-out;
}
.addres_text li span{
	color: #d10000;
	font-size:18px;
}
.addres_text li p{
	padding:0 0 0 15px;
}
.addres_text li p a{
	color: #d7d7d8;
}
.pl_4{
	padding-left:20px;
}

.copyright{
	background:#0f1a3d;
	padding:18px 0;
	margin: 0;
	text-align: center;
}
.copyright p{
	width:100%;
	font-size:16px;
	font-weight:400;
	color:#fff;
	font-style: normal;
	padding: 0;
	margin: 0;
}
.copyright p a{
	color: #d10000;
}
.compurt_hide{ display:none;}
.saying_2 .owl-nav{ display:none;}
.saying_2 .owl-dots{ display:none;}

.inner_abouts_section{
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
	background-repeat:no-repeat !important;
	position: relative;
	padding:180px 0 120px;
}
.inner_text{
	padding: 0;
	margin: 0;
}
.inner_text h1{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 25px;
	color:#fff;
}
.inner_ul{
	padding: 0;
	margin: 0;
}
.inner_ul li{
	display: inline-block;
	text-transform: capitalize;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color:#fff;
	padding: 0 15px 0 0;
	margin: 0;
}
.inner_ul li a{color:#fff;}
.contact-form-section{
	background: #f5f5f5;
	padding: 70px 0;
	margin: 0;
}
.title-header h3{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	color: #2a334e;
	font-weight: 300;
	line-height: 26px;
	font-style: normal;
	padding: 0 0 20px 0;
	margin: 0;
}
.title-header h2{
	font-size: 35px;
	color: #2a334e;
	font-weight: 600;
	line-height: 26px;
	font-style: normal;
	text-transform: uppercase;
	padding: 0 0 35px 0;
	margin: 0;
}
.contact_form{
	background:#fff;
	padding:20px;
	margin: 0;
}
.scond_color{
  background: #f5f5f5;
}
.brt{ margin-bottom:30px; }
.messagelt{ height:160px;}
.ttm-bgcolor-white{
	background:#fff;
  	height: 100%;
	padding:30px;
	margin:0;
}
.ttm-icon .fa{
  font-size: 25px;
  color: #d10000;
  padding: 0 0 12px 0;
  margin: 0;
}
.featured-icon-box{
	border-bottom: 1px solid #ccc;
	margin: 0 0 25px 0;
}
.map{
	padding:70px 0 40px 0;
}
.map iframe{
	width:100%;
	height:450px;
	margin:0 0 30px 0;
}
.map_box img{
	width:100%;
	height:350px;
	object-fit:cover;
	margin:0 0 30px 0;
}
.hgh_blog_section{
	padding:70px 0;
	margin: 0;
}
.d_whirt{
	background:#fff;
	padding:20px 8px;
	margin: 0 0 35px 0;
	-webkit-box-shadow: 0px 6px 83px -43px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 6px 83px -43px rgba(0,0,0,0.38);
	box-shadow: 0px 6px 83px -43px rgba(0,0,0,0.38);
}
.pad{
	padding:20px;
	border-bottom:1px solid #d10000;
}
.categories_list{
	padding: 0;
	margin: 0;
}
.categories_list li{
	font-size: 16px;
	color: #8d8d8d;
	line-height: 26px;
	font-style: normal;
	text-transform:capitalize;
	padding: 0 0 10px 0;
	margin: 0;
	font-family: "Roboto", sans-serif;
	list-style: none;
	transition:all 500ms ease-in-out;
}
.categories_list li a{
	color: #8d8d8d;
	transition: all 500ms ease-in-out;
	position: relative;
	display: block;
}
.categories_list li a.active{color:#d10000;}
.categories_list li a:after{
	content:"\f105 ";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	right: 0;
}
.categories_list li a:hover{
	color:#d10000;
}
.blog_search h5{
	font-size: 24px;
	color: #2a334e;
	font-weight: 600;
	font-style: normal;
	padding: 0 0 20px 0;
	margin: 0;
	position: relative;
}
.input-text{
	font-family: "Saira Condensed", sans-serif;
	font-size: 16px;
	color: #6e6e6e;
	font-weight: 500;
	line-height: 22px;
	font-style: normal;
	text-transform: capitalize;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	background: #f5f5f5;
	outline: none;
	width: 100%;
	height: 55px;
	box-sizing: border-box;
	padding: 16px;
	margin:0;
}
.blog_img{
	padding: 0;
	margin: 0;
	position: relative;
}
.april{
	position: absolute;
	top: 0;
	left:0;
	background: #d10000;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	font-style: normal;
	padding:5px 10px;
	margin: 0;

}
.blog_img img{
	width:100%;
	height:280px;
	object-fit: cover;
	padding: 0;
	margin: 0;
}
.details img{
  height:500px;
} 

.effects img{
	width:100%;
	height:auto;
} 
.blog_text h4{
	font-size: 24px;
	color: #2a334e;
	font-weight:600;
	font-style: normal;
	padding: 0 0 10px 0;
	margin: 0;
	position: relative;
}
.blog_text ul{
  border-bottom:1px solid #e6e6e6;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.blog_text ul li{
  display: inline-block;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 26px;
  font-style: normal;
  padding: 0 7px 0 0;
  margin: 0;
}
.blog_text ul li:last-child{
	padding: 0
}
.blog_text p{
	font-size: 16px;
	color: #8d8d8d;
	line-height: 26px;
	font-style: normal;
	padding: 0 0 15px 0;
	margin: 0;
}
.blog_text a{
	font-family: "Saira Condensed", sans-serif;
	font-size: 16px;
	color:#2a334e;
	font-weight: 500;
	font-style: normal;
	border: none;
	outline: none;
	margin: 0px 0 0 0;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	transition: all 500ms ease-in-out;
}
.blog_text a:hover{color:#f00000}


.recent-post-list{
	padding: 0;
	margin: 0;
}
.recent-post-list li{
  display: flex;
  list-style: none;
  padding: 17px 0 17px 0;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}
.recent-post-list li:first-child{ padding-top:0px; }
.post-detail{
	padding:0 0 0 20px;
}
.post-date{
	color:#d10000;
	display: block;
	padding:0 0 0 0;
	margin:0;
}
.post-detail a{
  font-size: 20px;
  color: #2a334e;
  line-height: 26px;
  font-style: normal;
  padding: 0 0 0 0;
  margin: 0;
  font-family: "Saira Condensed", sans-serif;
}

.acc-according{
  background: #fff;
  padding:25px 25px 5px 25px;
  margin:0;
  -webkit-box-shadow: 0px 6px 83px -43px rgba(0,0,0,0.38);
  -moz-box-shadow: 0px 6px 83px -43px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 6px 83px -43px rgba(0,0,0,0.38);
}
.acc {
  margin-bottom:20px;
}
.acc-head {
  background:#f2f2f2;
  padding:12px 15px;
  position: relative;
  cursor: pointer;
  border-radius:5px;
 }


 .acc-head:before,
 .acc-head:after {
  content: '';
  position: absolute;
  top: 50%;
  background:#6b7492;
  transition: all .3s;
 }
 .acc-head.active:before,
 .acc-head.active:after {
  background:#fff;
 }
 .acc-head:before {
  right: 30px;
  width: 2px;
  height: 16px;
  margin-top: -9px;
}
.acc-head:after {
  right: 23px;
  width: 16px;
  height: 2px;
  margin-top: -2px;
}
.acc-head.active{background: #d10000;}
.acc-head h3{
  font-size: 20px;
  color:#2a334e;
  font-weight:500;
  line-height: 22px;
  padding: 0;
  margin: 0;
}
.acc-head.active h3{color:#fff;}
.acc-content {
  padding:15px;
  display: none;
}
.acc-content p{
	font-size: 16px;
	color: #8d8d8d;
	line-height: 28px;
	font-style: normal;
	padding:0;
	margin: 0;
}     
.acc-head.active::before {
    transform: rotate(90deg);
}
.add_cet{
	background: #fff;
	padding:25px 25px 15px 25px;
	margin: 0;
	-webkit-box-shadow: 0px 6px 83px -43px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 6px 83px -43px rgba(0, 0, 0, 0.38);
	box-shadow: 0px 6px 83px -43px rgba(0,0,0,0.38);
}
.products_img img{
	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
}
.checked {
  color:#d30505;
}
.product_text h3{
	font-size:30px;
	color: #2a334e;
	font-weight: 600;
	line-height: auto;
	font-style: normal;
	text-transform:capitalize;
	padding: 0 0 15px 0;
	margin: 0;
}
.product_text p{
	font-size: 16px;
	color: #8d8d8d;
	font-weight: 300;
	line-height: 26px;
	font-style: normal;
	padding: 0 0 22px 0;
	margin: 0;
}
.product_text .select_p{
  padding: 0 0 10px 0;
  color: #7a7a7a;
  font-weight: 400;
}
.sl_choose{
	max-width: 500px;
	width:100%;
	height: 48px;
	border-radius: 5px;
	padding: 8px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
}
.product_text .prices_e{
  font-size: 24px;
  color: #2a334e;
  font-weight: 500;
  line-height: auto;
  font-style: normal;
  text-transform: capitalize;
  padding: 0 0 16px 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.prices_d{
	text-decoration: line-through;
	color: #d30505;
	font-size: 20px;
	font-weight: 400;
	padding: 0 12px 0 0px;
	margin: 0;
}
.review{
	padding: 0 0 12px 0;
	margin: 0;
	font-family: "Roboto", sans-serif;
}
.review li{
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.review li:last-child{
	padding:0 0 0 7px;
}
.size_list{
	display: block;
	padding: 0 0 28px 0;
	margin: 0;
}
.size_list li{
  display: inline-block;
  padding: 3px 14px;
  margin: 0 8px 0 0;
  font-size: 15px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius:5px;
  font-family: "Roboto", sans-serif;
}
.size_list .active{
  background-color:#d90000;
  color:#fff;
  border: 1px solid #d90000;
}
.number{
	display:inline-flex;
	padding: 0;
	margin: 0;
}
.minus, .plus{
	width: 40px;
	background: #f2f2f2;
	border-radius: 0;
	padding:8px 0;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	align-items: center;
	font-size: 30px;
	line-height:25px;
}
.minus{
	border-radius: 5px 0 0 5px;
}
.plus{
	border-radius:0px 5px 5px 0px;
}
.val123{
	width: 100px;
	background:#dedede;
	border-radius: 0;
	padding:10px 0;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	align-items: center;
	font-size:22px;
	line-height:26px;
	outline:none;
}
.ad_card{
	padding: 0 0 20px ;
	margin: 0;
	display: flex;
	align-items: center;
}
.ad_card li{
	display: inline-block;
	padding: 0 25px 0 0;
	margin: 0;
}
.ad_card li:last-child{
	padding:0;
}
.single_add{
  background: #d90000;
  font-size: 19px;
  padding: 7px 25px;
  margin: 0;
  border: 0px;
  line-height: 12px;
  border-radius: 5px;
  color: #fff;
  font-family: "Saira Condensed", sans-serif;
  transition:all 500ms ease-in-out;
}
.single_add:hover{
	background: #f2f2f2;
	color: #d90000;
}
.ad_card li .fae{
	background: #f2f2f2;
	width: 50px;
	height: 50px;
	display: flex;
	border-radius: 100px;
	align-items: center;
	font-size: 20px;
	color: #d90000;
	line-height:20px;
	transition:all 500ms ease-in-out;
}
.ad_card li .fae .fa{
	text-align: center;
	margin:0 auto;
}
.ad_card li .fae:hover{
	background:#d90000;
	color:#fff;
}
.product_text h5{
  font-size: 18px;
  color: #2a334e;
  font-weight: 400;
  line-height: auto;
  font-style: normal;
  text-transform: capitalize;
  padding: 0 0 9px 0;
  margin: 0;
}

ul.tabs{
  margin: 0px;
  padding:60px 0 0 0px;
  list-style: none;
  border-bottom:1px solid #d900002e;
}
ul.tabs li a{
	color: #222;
}
ul.tabs li{
  display: inline-block;
}
ul.tabs li a{
	background: none;
	color: #222;
	display: inline-block;
	padding: 12px 40px;
	cursor: pointer;
	font-family: "Saira Condensed", sans-serif;
	font-size: 20px;
	line-height: 24px;
}
ul.tabs li.current a{
	background: #d90000;
	color: #fff;
	border-bottom: 1px solid #d90000;
	border-radius: 5px 5px 0 0;
}
.hgh_blog_section .wc-tab{
	padding:20px 0;
}
.hgh_blog_section .wc-tab p{
	font-size: 16px;
	color: #8d8d8d;
	font-weight: 300;
	line-height: 26px;
	font-style: normal;
	padding: 0 0 20px 0;
	margin: 0;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding:10px !important;
}
.hgh_blog_section .wc-tab .form-submit .submit {
	font-family: "Saira Condensed", sans-serif;
	font-size: 20px !important;
	color: #fff !important;
	font-weight: 700;
	line-height: 22px;
	font-style: normal;
	text-transform: uppercase;
	border: none;
	border-bottom: 2px solid #d7d7d7;
	background: #f00000 !important;
	outline: none;
	width: auto;
	min-height: 55px;
	margin: 10px 0 0 0;
	transition: all 500ms ease-in-out;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	display: block !important;
	width: 100% !important;
	padding:0;
}
.woocommerce div.product form.cart .variations label {
  font-size: 18px;
  color: #8d8d8d;
  line-height: 26px;
  font-style: normal;
  margin: 0;
  padding: 0 0 8px 0;
  color: #7a7a7a;
  font-weight: 400 !important;
  display: block;
}
.woocommerce div.product form.cart .variations select{
	max-width: 500px;
	width: 100%;
	height: 48px;
	border-radius: 5px;
	padding: 8px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0 !important;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-variation-add-to-cart{
	padding:10px 0 0 0;
}
.woocommerce .quantity .qty {
	width: 80px !important;
	height: 49px;
	margin: 0 10px 0 0;
	border-bottom: none;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  background: #d90000 !important;
  font-size: 20px;
  padding: 18px 25px !important;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  border: 0px;
  line-height: 12px;
  border-radius: 5px;
  color: #fff;
  font-family: "Saira Condensed", sans-serif;
  transition: all 500ms ease-in-out;
}
.woocommerce-variation-price{
	font-size: 16px;
	color: #536d06 !important;
	line-height: 26px;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
.woocommerce-notices-wrapper{
	display:none;
}
.product_text p.price{
  font-size: 16px;
  color: #536d06 !important;
  font-weight: 300;
  line-height: 26px;
  font-style: normal;
  font-weight: 500;
  padding: 0 0 10px 0;
  margin: 0;
}
.related_products{
	background:#fff;
}
.tab-content{
	display: none;
	padding:30px 0 0 0;
}
.tab-content p{
	font-size: 16px;
  color: #8d8d8d;
  font-weight: 300;
  line-height: 26px;
  font-style: normal;
  padding: 0 0 20px 0;
  margin: 0;
}
.tab-content.current{
	display: inherit;
}
.img-responsive{
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.d_whirtw{
	background: #fff;
	padding: 0;
	margin: 0 0 0px 0;
	-moz-box-shadow: 0px 6px 83px -43px rgba(0, 0, 0, 0.38);
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	min-height: 436px;
}
.caption{
	padding:15px;
	margin: 0;
	position: relative;
}
.caption h3 label{
	font-weight:700;
	color: #d10000;
}
.caption h3 a{
	color: #2a334e;
}
.caption h3{
  font-size: 24px;
  padding: 0 0 15px 0;
  margin: 0;
}
.caption p{
  font-size: 16px;
  color: #8d8d8d;
  font-weight: 300;
  line-height: 22px;
  font-style: normal;
  padding: 0 0 15px 0;
  margin: 0;
}
.buy_product{
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #d10000;
  border-radius: 5px;
  border: none;
  padding: 12px 20px;
  margin: 6px 0 0 0;
  display: block;
  text-align: center;
  text-transform: capitalize;
}
.buy_product .fa{
	padding:0 5px 0 0px;
}
.rte{
	padding:0;
	margin: 0;
}
.bi_tybox{
	display: flex;
	align-items: center;
}
.bi_tybox img{
	width:80px;
	object-fit: contain;
}
.d_tables{
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 100%;
}
.ert{width:70px;}
.d_tables th{
  font-size: 20px;
  color: #2a334e;
  font-weight: 600;
  line-height: auto;
  font-style: normal;
  text-transform: capitalize;
  padding: 12px 10px;
  border-bottom: 1px solid #ddd;
}
.d_tables td{
	padding:10px;
	border-bottom: 1px solid #ddd;
}
.d_tables p{
	font-size: 18px;
	color: #2a334e;
	font-weight: 400;
	line-height: auto;
	font-style: normal;
	text-transform: capitalize;
	padding: 0px 0 0 16px;
	margin: 0;
}
.d_tables a{
  color: #d10000;
  font-weight: 700;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 100%;
  background:transparent;
  align-items: center;
  transition:all 500ms ease-in-out;
}
.d_tables span{
  text-align: center;
  margin: 0 auto;
  line-height: 16px;
}
.d_tables a:hover{
	background: #d10000;
	color: #fff;
}
.text-end1{
	text-align: right;
}
.update_cart{
  background: #d90000;
  font-size: 19px;
  padding: 11px 25px;
  margin: 25px 0 0 0;
  border: 0px;
  line-height: 22px;
  border-radius: 5px;
  color: #fff;
  font-family: "Saira Condensed", sans-serif;
  transition: all 500ms ease-in-out;
  display: inline-block;
}
.update_cart:hover{
	color:#000;
}
.d_whirt_e{
	background: #fff;
	padding: 20px;
	margin: 0 0 35px 0;
	-webkit-box-shadow: 0px 6px 83px -43px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 6px 83px -43px rgba(0, 0, 0, 0.38);
	box-shadow: 0px 6px 83px -43px rgba(0,0,0,0.38);
}
.mt23{
	margin:25px 0 0 0;
}
.gh_box {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 25px 0;
}
.gh_box img{
	width:80px;
	background: #f5f5f5;
	padding: 10px;
	object-fit: contain;
	margin: 0 15px 0 0;
}
.gh_box h5{
  font-size:20px;
  color: #2a334e;
  font-weight:500;
  font-style: normal;
  padding: 0 0 5px 0;
  margin: 0;
}
.gh_box p{
	line-height:26px;
}
.mt5{
	margin:30px 0;
	border-top: 1px solid #e8e8e8;
}
.our_top{ margin-top: -157px; padding-top: 165px; }
.benefits_box{
	padding:70px 0;
	margin: 0;
}
.scond_color{
  background: #f5f5f5;
}
.benefits_img img{
	width:100%;
	height:450px;
	object-fit: cover;
}
.benefits_img iframe{
	width:100%;
	height:550px;
	object-fit: cover;
}
.benefits_text h4{
	font-size: 35px;
	color: #2a334e;
	font-weight: 600;
	line-height: auto;
	font-style: normal;
	padding:0 0 25px 0;
	margin: 0;
}
.benefits_text p{
	font-size: 16px;
	color: #8d8d8d;
	font-weight: 300;
	line-height: 28px;
	font-style: normal;
	padding: 0 0 15px 0;
	margin: 0;
}
.benefits_text ul{
	padding: 0 0 10px 10px;
	margin: 0;
}
.benefits_text ul li{
	font-size: 16px;
	color: #8d8d8d;
	font-weight: 300;
	line-height: 28px;
	font-style: normal;
	list-style:none;
	padding: 0 0 6px 0;
	margin: 0;
}
.benefits_text ul li span { color: #2a334e; }
.d_whirtw .owl-nav{
	display:none;
}
.d_whirtw .owl-dots{
	display:none;
}
.d_whirtw .owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  background: #bebebe;
  border-radius: 50px;
  margin: 0 3px;
}
.d_whirtw .owl-carousel button.owl-dot.active {
  background: #f00000;
}
.checkout_text h4 {
  font-size: 22px;
  color: #000;
  line-height: 28px;
  font-weight: 500;
  padding: 0 0 5px 25px;
  margin: 0;
  position: relative;
}
.checkout_text h4:after{
  position: absolute;
  left: 0;
  content: counter(mycounter) ".";
  counter-increment: mycounter;
  color:#505050;
  vertical-align: 0.125rem;
  font-size:18px;
}
.checkout_text p {
  font-size: 15px;
  margin: 0 0 10px 0;
  color: #505050;
  line-height: 20px;
}
.checkout_text h6 {
  font-size: 18px;
  color: #181818;
  line-height: 28px;
  font-weight: 500;
  padding: 0 0 10px 0;
  margin: 0;
}
.checkout_text .email_text {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  padding: 10px;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  outline: none;
}
.border_left {
  border-left: 1px solid #ddd;
  padding: 0 0 0 15px;
}
.create_checkbox {
  font-size: 15px;
  margin: 0 0 0 0;
  color: #505050;
  line-height: 28px;
  font-weight: 400;
}
.radio_cash {
  padding: 0;
  margin: 0;
}
.radio_cash li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 30px;
  vertical-align: middle;
  padding: 0 15px 0 0;
  margin: 0;
}
.radio_cash label {
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.radio_cash .radio_1 {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.box_radio {
  padding: 0;
  display: none;
  margin-top: 10px;
}
.btn_rest {
  display: inline-block;
  padding: 10px 13px;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: linear-gradient(to right, #64a019, #6ca821, #73b128, #7bb92f, #83c236);
  width: 150px;
}
.btn_rest img {
  width: 100px;
  object-fit: contain;
}
.stripe2 img {
  padding: 0;
  height: 30px;
  object-fit: contain;
}
.return {
  padding: 12px 52px 12px 0;
  font-size:16px;
  color: #505050;
}
.return i {
  padding: 0 5px 0 0;
}
.return:hover {
  color:#d10000;
}
.btn {
  padding:11px 52px;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background:#d10000;
}
.by_12 {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0;
}
.summary1 {
  font-size: 22px;
  color: #000;
  line-height: 28px;
  font-weight: 500;
  padding: 0 0 0px 0px;
  margin: 0 0 10px 0;
}
.checkout_tabels {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  padding: 0;
}
.checkout_tabels td {
  padding: 13px 0;
  border: none;
  vertical-align: sub;
  font-size: 16px;
  font-weight: 400;
}
.checkout_tabels td img {
  width:85px;
}
.checkout_tabels tr {
  border: none;
  border-top: 1px solid #ddd;
}
.checkout_tabels .code_1 {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}
.apply {
  display: inline-block;
  padding: 13px 13px;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  background:#d10000;
  width: 122px;
  margin: 0 0 0 10px;
  line-height: 20px;
}

.over_box1 {
  border-collapse: collapse;
  width: 100%;
}
.over_box1 td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding:10px;
}
/*.over_box1 tr:nth-child(even) {
  background-color: #dddddd;
}*/
.over_box1 p{
  font-size: 16px;
  margin: 0;
  color: #505050;
  line-height: 20px;
  font-weight: 400;
}
.over_box1 h5{
  font-size: 20px;
  color: #000;
  line-height: 24px;
  font-weight: 600;
  padding: 5px 0;
  margin: 0;
  word-wrap: break-word;
}
.th_thank1 h4{
	font-size: 20px;
	color: #000;
	line-height: 24px;
	font-weight: 600;
	padding:0 0 15px 0;
	margin: 0;	
}
.nert_pager p{
	padding:0 0 10px 0;
}

.fd_box{
  display:none;
}
.boi{
    padding: 0;
    margin: 0;
}
.boi li{
  margin: 0;
  display: inline-block;
  padding: 0 7px 0 0;
  color:#808080;
}
.boi li a{
	color: #000;
	font-weight: 600;
	font-size: 15px;
}
.hide1234 {
  display: none;
}
.rjgh{
    margin: 0;
    padding: 0 0 0 0;
}
.rjgh li{
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  list-style: none;
}
.rjgh li h6{
    font-size: 16px;
    margin: 0;
    color:#282626;
    line-height: 20px;
    font-weight: 500;
}
.rjgh li p{
    font-size: 15px;
    margin: 0;
    color: #505050;
    line-height: 20px;
    font-weight: 400;
}
.rjgh li .dg{
    float: left;
    margin: 3px 5px 0 0;
}
.cl1{
    font-family: "Saira Condensed", sans-serif;
    font-size: 16px;
    color: #6e6e6e;
    font-weight: 500;
    line-height: 22px;
    font-style: normal;
    text-transform: capitalize;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    background: #f5f5f5;
    outline: none;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding: 16px;
    margin: 0 0 15px 0;
}
.ft{
    margin: 0;
    padding: 0 0 0 0; 
}
.ft li{
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
  display: inline-block;
}
.ft li .sds{
    background: #d90000;
    font-size: 19px;
    padding: 11px 25px;
    margin: 0 0 0 0;
    border: 0px;
    line-height: 22px;
    border-radius: 5px;
    color: #fff;
    font-family: "Saira Condensed", sans-serif;
    transition: all 500ms ease-in-out;
    display: inline-block;
}
.ft li .sds:hover{ color:#000; }

.answer {
  display: none;
}
.desr{
      border: 1px solid #dddddd;
  padding: 10px;
}
.table_responsive_mobiles{
	overflow-x: auto;
}

/* 22-07-2025 */

.footer_menu li a {
    text-transform: uppercase;
}

/* 28-07-2025 */

.sitenavigation li.active a {
    color: #d10000 !important;
}

.hdr_cart {
	display: flex;
	align-items: center;
	gap: 15px;
	position: absolute;
	top: 17px;
	right: -68px;
}

.hdr_cart a {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 20px;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}
.har_top{
	position:relative;
}
.woocommerce-MyAccount-navigation ul{
	padding:0;
	margin:0;
}
.woocommerce-MyAccount-navigation ul li{
  font-size: 18px;
  color: #000;
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li a{
  background: #5a0505;
  display: block;
  color: #fff;
  padding: 7px 11px;
  margin: 0;
  border-bottom: 1px solid #ffffff3b;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	background: #d10000;
	color: #fff;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
  background: #d10000 !important;
  color: #fff !important;
}
.woocommerce-Button{
	  white-space: nowrap;
  background: #d10000 !important;
  color: #fff !important;
}
.wc-block-cart__submit-button {

  white-space: nowrap;
  background: #d10000 !important;
  color: #fff !important;
}

.pdf_link a{
	display:inline-block;
	background: #d90000;
	font-size: 20px;
	padding: 16px 16px;
	margin: 25px 0 0 0;
	font-weight:500;
	border: 0px;
	line-height: 12px;
	border-radius: 5px;
	color: #fff;
	font-family: "Saira Condensed", sans-serif;
	transition: all 500ms ease-in-out;
}
.pdf_link a:hover{
	background: #2a334e;
	color:#fff;
}
@media only screen and (max-width:1199px) {
    .saying_1 { padding: 70px 30px;}
    .saying_2 { padding:30px 20px 30px 20px;}
    .text_titel { max-width: 500px;}
    .text_titel h1 {font-size: 35px;}
    .sitenavigation li.get_in_touch { padding-left: 0;padding-right: 0;}
    .consultation_text h3 {font-size: 20px;}
    .free_consultation_harder { min-height: 229px;}
    .dosage_text h2 {width: 73%;}
    .questions li span {padding: 0 0 0 17px;}
    .skills_text h3 { font-size: 30px;}
    #counter li p { padding: 0 0 0 20px;}
    .cu1 {font-size: 14px;}
    .blog h3 {font-size: 20px;}
    
}
@media only screen and (max-width:1024px) {
    .free_consultation_harder { margin-bottom:35px; }
    .free_consultation { padding-bottom:35px;}
    .dosage_text h2 { width: 80%; }
    .questions li span { padding: 0 0 0 9px; }
    .footer_text { padding: 40px 0 0 0;}
    .footer_section { padding-top:30px;}
    .hi_progress {padding:20px 0 0 0;}
    
}
@media only screen and (max-width:991px) {
    .about_text { padding: 30px 0 0 0;}
    .saying_1 { padding: 70px 80px; width: 100%; text-align: center;}
    .saying_2 { padding: 70px 80px; width: 100%; margin: 0; }
    .questions li { display: inline-block;}
    .saying_1 h3 { padding: 0 0 30px 0;}
    .clients_text h3 { text-align: center;}
    .dosage_text h2 { width: 100%; }
    .banner_box { position: relative;}
    .banner {background: #131a30;}
    .book_an_appointment { max-width: 100%; margin: 40px 0;}
    .text_titel { margin: 0 auto; text-align: left; float: left;}
    .compurt_hide{ display:block;}
    .ad_card { display: block; padding: 0; }
    .ad_card li { margin: 0 0 15px 0;}

}
@media only screen and (max-width:767px) {
    .dosage_text h2 { font-size: 30px; line-height: normal;}
    .alex_ti { display: block; width: 100%;}
    .alex_ti li { display: block; width: 100%;}
    .alex_text { width: 100%;}
    .alex_box:after { top: -45px; left: 0; right: 0; bottom: 0; margin: 0 auto; rotate: 90deg;}
    .alex_box { margin: 40px 0 0 0;}
    .skills_text h3 { padding: 0 0 30px 0;}
    .services_text_harder h3 {font-size: 30px;}
    .product_text{ padding-top:30px; }
    ul.tabs li {padding: 12px 25px;}

}

@media only screen and (max-width:450px) {
  .text_titel h1 {font-size: 25px; line-height: 38px;}
  .banner .item { height: 500px;}
  .book_an_appointment h2 { font-size: 30px;}
  .saying_1 { padding: 70px 15px;}
  .saying_2 { padding: 70px 15px;}
  .d_tables th { font-size: 16px;}
  .d_tables p { font-size: 16px;}
  .rjgh li { display: flex; align-items: baseline; }
  .d_whirt_e { padding: 0px;}
  .dgq{ padding:5px 0 0 0; }
}


