/*
Theme Name: Wp Vidacure Pharma
Theme URI: http://crestinfotech.com
Author: Rakshit Patel
Author URI: http://crestinfotech.com
Description: 
Version: 11.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp_vidacure_pharma
Tags: 
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
	font-family: 'OpenSans';
	src: url('assets/fonts/OpenSans.eot') format('embedded-opentype');
	 src: url('assets/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
		   url('assets/fonts/OpenSans.woff2') format('woff2'),
		   url('assets/fonts/OpenSans.woff') format('woff'),
		   url('assets/fonts/OpenSans.ttf') format('truetype'),
		   url('assets/fonts/OpenSans.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: 'OpenSans-Semibold';
	src: url('assets/fonts/OpenSans-Semibold.eot') format('embedded-opentype');
	src: url('assets/fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
		   url('assets/fonts/OpenSans-Semibold.woff2') format('woff2'),
		   url('assets/fonts/OpenSans-Semibold.woff') format('woff'),
		   url('assets/fonts/OpenSans-Semibold.ttf') format('truetype'),
		   url('assets/fonts/OpenSans-Semibold.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'OpenSans-Light';
	src: url('assets/fonts/OpenSans-Light.eot') format('embedded-opentype');
	 src: url('assets/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		   url('assets/fonts/OpenSans-Light.woff2') format('woff2'),
		   url('assets/fonts/OpenSans-Light.woff') format('woff'),
		   url('assets/fonts/OpenSans-Light.ttf') format('truetype'),
		   url('assets/fonts/OpenSans-Light.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: 'Cinzel-Medium';
	src: url('assets/fonts/Cinzel-Medium.eot');
	src: url('assets/fonts/Cinzel-Medium.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/Cinzel-Medium.otf') format('otf'),
		 url('assets/fonts/Cinzel-Medium.svg#Cinzel-Medium') format('svg'),
		 url('assets/fonts/Cinzel-Medium.ttf') format('truetype'),
		 url('assets/fonts/Cinzel-Medium.woff') format('woff'),
		 url('assets/fonts/Cinzel-Medium.woff2') format('woff2');
  }
  


body{font-size: 16px;font-family: 'OpenSans';color: #000;}


* { line-height: normal; transition: 0.5s; }
h2, h3, h4, h5, h6{line-height: normal; color: #011b4c !important; }
p {margin-bottom: 15px;}
a{outline: none;color: #003883;}
a:hover, a:focus{color: #1d9f9e;outline: none; text-decoration: none;}
button,
button:focus{outline: none;}
br{line-height: 0;}
body.logged-in{ position: relative; }
img{ max-width: 100%;}
h1{ margin-bottom: 0px;}
.bg_black{ display: flex; justify-content: center; align-items: center;}
/*<============== css start ==============>*/
.read_more_btn  > a.vc_general {
	width: 239px;
	height: 58px;
	padding: 1px 44px 2px 43px;
	border: 1px;
	display: inline-block;
	border: 2px solid #011b4c !important;
	font-size: 21px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0.05em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	margin-top: 0;
	color: #011b4c !important;
	background: #fff !important;
	border-radius: 0px;
}
.read_more_btn  > a.vc_general:hover { color: #fff !important;	background: #011b4c !important; }


.home .banner-top { background-size:cover !important; background-attachment: fixed !important; background-position: left !important; max-height: 550px; }
.home .banner-top img{ opacity: 0;}
header{ z-index: 111 !important; }
header .contact_number{ display: none; }
.contact_number { font-size: 18px; color: #011b4c; }
.contact_number label{ margin-bottom: 0px;}
.contact_number label span{ font-weight: 600; }
.contact_number a{ font-weight: 400; color: #011b4c; padding-left: 40px; display: inline-block; position: relative; }
.contact_number a::before{ content: ""; position: absolute; width: 26px; height: 29px; display: inline-block; top: 7px; bottom: 0; left: 8px; margin: auto;  background: url(assets/images/phone-icon.png) no-repeat; background-size: 100%; }
.contact_number a:hover { text-decoration: none; opacity: 0.7; }
.footer_logos{ max-width: 300px; }
header .navbar { padding: 0rem 1rem; }
header .navbar-brand {max-width: 216px;}
header{background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0.44%, rgba(255, 255, 255, 0.8526) 63.82%, rgba(255, 255, 255, 0.8134) 99.37%); position: absolute; top: 0; left: 0; width: 100%;z-index: 11; }
header nav ul li { margin: 0 25px;}
header nav ul li a{ font-size: 18px; color: #011b4c; font-weight: 600; }
header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	box-shadow: 0 0 2px 2px #19315d20;
	transform: translateY(0);
}
body.logged-in header{ top: 32px;}
header{ transition: 1.5s;}
header.fixed{ background: #fff !important;   animation:slide-down 1.5s; position: fixed;}


@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

.page_banner{ position: relative; }
.page_banner .banner-top img{ height: auto !important; }
.page_banner .banner_text{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.home .page_banner .banner_text {padding-top: 100px; }
.page_banner .banner_text:before{ content: ""; position: absolute; width: 100%; height:100%; left: 0; top: 0; background: rgba(0, 56, 131,0.5); /* background: rgba(0,0,0,0.2); */ }
.page_banner .banner_text h1{ color: #fff !important; font-size: 75px; letter-spacing: -3px; text-transform: uppercase; text-align: center; font-family: 'Cinzel-Medium'; }
.page_banner .banner_text > div { z-index: 1; }

.logo_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.logo_list ul li{ position: unset !important; margin:0 25px 15px !important; }
.logo_list ul li:nth-child(5),
.logo_list ul li:first-child{margin-left: 0px !important;}
.logo_list ul li:nth-child(4),
.logo_list ul li:last-child{margin-right: 0px !important;}

.home_about_section{ margin-top: 56px;}
.home_about_section > div:first-child{ max-width: 38.69% !important; width: 100%; }
.home_about_section > div:last-child{ max-width: 61.31% !important; width: 100%; }
.home_about_section > div:last-child .wpb_wrapper{ max-width: 962px; float: right;}
.home_about_section h2 { font-size: 40px; line-height: 36px; color:#000; overflow: hidden; margin-bottom: 43px; text-transform: uppercase; }
.home_about_section h2 b{ line-height: 36px; }
.home_about_section p{font-size: 18px;line-height: 24.50px; line-height: 30px; letter-spacing: 0.9px; text-align: justify;}
.home_about_section p.sub_title, .sub_title{ font-size: 22px;font-weight: 600;line-height: 33px;letter-spacing: 0.05em; margin-bottom: 30px; }
.home_about_section .wpb_text_column {display: inline-block; }

section.vc_section .home_about_section{ padding-bottom: 50px;}
.home_about_section figure .vc_single_image-wrapper img.vc_single_image-img { max-height: 550px; object-fit: cover; object-position: top; }

.commitment_section .wpb_single_image.wpb_content_element.vc_align_center {flex-direction: column-reverse;display: flex;justify-content: flex-end;}
.commitment_section .wpb_single_image h2{ font-size: 24px;font-weight: 600;line-height: 33px;letter-spacing: 0.05em;text-align: center; margin-top: 10px; text-transform: uppercase; padding: 0 10px; }
h2.commitment_title {font-size: 40px; line-height: 35px;letter-spacing: 0.05em;text-align: left;font-weight: 400;margin-bottom: 96px; margin-top: 125px; }
h2.commitment_title b{ line-height: 35px; }

.home_about_section .wpb_single_image .vc_single_image-wrapper {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	border: 10px solid #fff !important;
	box-shadow: 0 0 11px 3px #ccc;
	overflow: hidden;
}
.home_about_section .wpb_single_image.blue_shadow figure:hover img{ transform: scale(1.2); rotate: 10deg;}
/* .home_about_section .wpb_single_image .vc_single_image-wrapper:hover img{ transform: scale(1.2); rotate: 10deg;} */

.blue_shadow .vc_single_image-wrapper{ position: relative; }
.blue_shadow .vc_single_image-wrapper::before{ position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background: #011b4c50; z-index: 1; }


.testimonial_section h2.commitment_title { margin-top: 87px; margin-bottom: 80px; }

.testimonial_section .testimonial_content p {font-size: 32px;font-style: italic;font-weight: 700;line-height: normal;letter-spacing: 0em;text-align: center; color: #fff;}
.testimonial_section .testimonial_slider { max-width: 1373px; margin: auto; }
.testimonial_section .testimonial_slider  .testimonial_box { margin-bottom: 120px !important; }
.testimonial_section .testimonial_title h4 { font-size: 30px;font-weight: 700;line-height: 41px;letter-spacing: 0em;text-align: center; margin-top: 81px; margin-bottom: 108px; color: #fff !important; text-transform: uppercase; }
.testimonial_slider .slick-arrow { position: absolute; right: 0; top: -76px; left: unset; width:39px; height: 57px; background: url(assets/images/arrow.png) no-repeat 100%; }
.testimonial_slider .slick-arrow::before { display: none; }
.testimonial_slider .slick-arrow {top: unset; bottom: 0; left: 0; right: 0; margin: auto;}
.testimonial_slider .slick-arrow.slick-prev { transform: rotate(180deg);top: unset; bottom: 28px; left: -60px; z-index: 11;}
.testimonial_slider .slick-arrow.slick-next { right: -60px; }

.services_section h2.commitment_title { margin-bottom: 71px; margin-top: 100px; }
.services_section .sub_title{ max-width: 1350px; margin: 80px auto 57px; }
.services_section .sub_title + div { font-size: 18px;font-weight: 400;line-height: 25px;letter-spacing: 0.05em;text-align: left; max-width: 1104px; margin: 0 auto 25px; }
.service_content{ padding-left: 40px; max-width: 660px; padding-right: 40px;}
.service_title a h4{ font-size: 32px; font-weight: 600;line-height: 46px;letter-spacing: 0.05em;text-align: left; color: #000; text-transform: uppercase; margin-bottom: 25px !important; }
.service_title a h4:hover{ color: #1d9f9e !important;}
.service_text { max-width: 532px;  }
.service_text p{font-size: 18px;font-weight: 400;line-height: 25px;letter-spacing: 0.05em;text-align: left;}
.read_more_btn a{width: 239px; height: 58px; top: 397px; padding: 1px 44px 2px 43px; border: 1px; display: inline-block;  border:2px solid #011b4c; font-size: 21px;font-weight: 700;line-height: 35px;letter-spacing: 0.05em;text-align: center;	display: flex;justify-content: center;align-items: center;text-transform: uppercase; margin-top: 30px; color: #011b4c; }
.read_more_btn a:hover{ background-color: #011b4c; color: #fff;}

.service_list:nth-child(even) > * {display: flex; flex-direction: row-reverse; }
.service_box { margin-top: 42px;}
.service_box .post-img { max-width: 50%;  width: 100%;}
.service_box .post-img img{ max-width: 1084px; width: 100%; object-fit: cover; max-height: 500px; height: auto !important; user-select: none; }

.contact_us_section{ background: #DFDFDF1A; }
.contact_us_section h2.commitment_title{ margin-bottom: 61px;  text-transform: uppercase;}

.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form textarea{width: 100%;height: 55px;padding: 11px 10px 9px 15px;border: 1px solid #011b4c;border-bottom:3px solid #011b4c;outline:  none !important;}
.contact_form input[type="submit"] { max-width: 239px; width:100%; height: 58px; padding: 1px 10px 2px 10px; text-align: center; background: #011b4c; border: 2px solid #011b4c !important; font-size: 21px;font-weight: 700;line-height: 35px;letter-spacing: 0.05em; color: #fff; text-transform: uppercase; border: 0px; margin-top: 86px; margin-bottom: 90px; }
.contact_form input[type="submit"]:hover{ cursor: pointer; background-color: #fff; color: #011b4c;}
.submit_btn p{ text-align: center; }
.contact_form{ max-width: 1245px; width: 100%; margin: auto;}
.contact_form textarea{ height: auto; max-width: 100%; margin-top: 30px;}

.page-template-cms-template { padding-top: 104px; }
.page-template-cms-template header{ background-color: #fff;}
/* .page-template-cms-template header{ position: unset;} */
.page-template-cms-template .banner-top img { max-height:345px; width: 100%; object-fit: cover; object-position: bottom; }

footer .footer_bottom{background: #011b4c;}
footer {
	background: #1A3465;
	background: #002E7E;
	border-top: 2px solid #011b4c;
	padding-top: 50px;
	/* background: #011b4c; */
}
footer .footer_top{ 
	background: #1A3465;
	background: #002E7E;
	padding-bottom: 50px;
}
footer ul{	
	/* display: flex; */
	list-style: none;
	padding-left: 0;
	margin: 0px auto;
}
footer ul li a{ color: #fff; margin: 5px 20px; display: inline-block; }

footer .copy-right {
	color: #fff;
	margin: 20px;
	text-align: center;
}

.contact_us_page {
	margin-top: 100px;
	margin-bottom: 80px;
}

.contact_us_page + section.vc_section form{
	width: calc(100% + 30px);
	margin-left: -15px;
}
.contact_us_page + section.vc_section .contact_form{ max-width: 100%; }
.contact_us_page .vc_icon_element { margin-bottom: 10px !important; }
.contact_us_page .vc_col-sm-4 > div > div.wpb_wrapper {
	box-shadow: 0 0 8px 2px #ccc;
	min-height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 6px;
}
.contact_us_page .email_contact { margin-bottom: 15px;}
.google_map{ margin-bottom: 0px !important;}
.google_map > div{ padding-bottom: 0px !important;}

/* @media(max-width: 480px){} */
form .submit_btn input { margin-bottom: 15px !important; }
form .submit_btn > p{ display: flex; flex-direction: column; align-items: center; margin-bottom: 75px !important; }

.single .banner-top img { max-height: 500px; object-fit: cover; width: 100%; }
.single .single_blog{ margin: 100px 0;}
.single .banner_text { padding-top: 104px;}
.single h2.single-title {font-weight: bold;margin-bottom: 30px;}

.single .entry-content p{ font-size: 18px;line-height: 33px;letter-spacing: 0.7px;}
.single .entry-content ul { padding-left: 16px; }
.single .entry-content ul li { font-size: 18px; margin-bottom: 15px; }



.footer_logos img{ border-radius: 8px; }
/* body section.testimonial_section { background: url(https://a695-103-85-10-222.ngrok-free.app/projects/vidacure-pharma/wp-content/uploads/2023/12/image1-2.jpg) no-repeat !important; background-size: cover !important;} */
.error404 main.site-main {  
    min-height: 58.4vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
header.page-header{ position: unset !important; box-shadow: unset;}
.error404  header { position: unset !important; }
.common_text, .common_text p, .common_text li { font-size: 18px; line-height: 30px; }
.contact_us_page > div{display: flex; justify-content: center; }
.contact_us_page .vc_col-sm-4 > div > div.wpb_wrapper:hover { background: #aac4ef50; }
.google_map.wpb_gmaps_widget .wpb_wrapper{ padding: 0px !important; }


@media (min-width:1400px) {
	.container { max-width: 1366px;}
}
@media (min-width:1800px) {
	.container { max-width: 1500px;}
}

@media (max-width:1799px) {
	.service_box .post-img {
		max-width: 52%;
	}
	.service_text p{
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}
@media (max-width:1800px) {
	.page_banner .banner_text h1{ font-size: 65px; max-width: 1200px; }
}

@media (max-width:1399px) {
	.page_banner .banner_text h1{ font-size: 54px; max-width: 1000px; letter-spacing: 0px; }
	.service_title a h4{ font-size: 28px; line-height: normal;}
	.read_more_btn a {width: 190px;height: 49px; padding: 0 10px; font-size: 18px;}
	.home_about_section p.sub_title, .sub_title {
		font-size: 18px;
		line-height: normal;
		letter-spacing: 0.5px;
		margin-bottom: 30px;
	}
	.home_about_section p {
		font-size: 16px;
		line-height: 24.50px;
		letter-spacing: 0.5px;
	}
	.testimonial_section .testimonial_content p { font-size: 24px; line-height: 34px; }
	.testimonial_section .testimonial_title h4 {margin-top: 60px; margin-bottom: 120px; }
	.testimonial_section h2.commitment_title{ margin-bottom: 50px; }
}

@media (max-width:1199px) {
	.contact_number label { display: none; }
	header nav ul li { margin: 0 15px; }
	.home_about_section p.sub_title, .sub_title {font-size: 18px;line-height: normal; }
	.page_banner .banner_text h1{ font-size: 42px; line-height: normal; letter-spacing: 0; }
	.home_about_section h2{ font-size: 34px; margin-bottom: 25px; }
}

@media (max-width:1199px) {
	.service_box .post-img {
		max-width: 50%;
	}
	.service_content {
		padding-left: 20px;
		max-width: 100%;
		padding-right: 20px;
		width: 100%;
	}
}
@media (max-width:1024px) {
	.service_box {
		flex-direction: column !important;
	}
	.service_text,
	.service_box .post-img {
		max-width: 100%;
	}
	.service_content{
		margin-top: 30px;
	}

}
@media (max-width:991px) {
	.container{ max-width: calc(100% - 45px); }
	.page_banner .banner_text h1 {
		font-size: 36px;
		max-width: 700px;
	}
	.home_about_section h2 {
		font-size: 30px;
	}
	.home_about_section p.sub_title, .sub_title{ font-size: 16px; }
	.home_about_section p {font-size: 16px;line-height: 24px;letter-spacing: 0.5px;	}
	header nav.navbar { padding-right: 75px;}
	header nav.navbar button.navbar-toggler {
		background: #011b4c;
		position: absolute;
		right: 0;
	}
	header nav.navbar #collapsibleNavbar {
		position: absolute;
		top: 100%;
		z-index: 1111;
		background: #fff;
		width: calc(100% + 30px);
		left: -15px;
		background-color: #011b4c;
		max-width: 100vw;
	}
	header nav ul li { margin: 0; }
	header nav ul li a{ width: 100% ; display: inline-block; color: #fff; padding: 10px 0; position: relative; padding-left: 15px;}
	header nav ul {position: relative;  }
	header nav ul li a::after { position: absolute; content: ""; left: -15px; top: 0; width: calc(100% + 30px); height: 100%; background: #011b4c; z-index: -1; border-bottom: 1px solid #163061; }
	header nav ul li:last-child a:after{ border-bottom: 0px; box-shadow: 0px 3px 5px 0px rgba(255, 255, 255,0.2); }
	.contact_us_page .vc_col-sm-4{ width: 100%; }
	.contact_us_page .vc_col-sm-4 > div > div.wpb_wrapper{ margin-bottom: 20px; }
	.page-template-cms-template .banner-top img{ min-height: 200px; object-position: right; max-height: 250px; }
	

	.services_section h2.commitment_title {
		margin-bottom: 40px;
		margin-top: 60px;
	}


}
@media (max-width: 782px) {
	html {
		margin-top: 0px !important;
	}
	body.logged-in header {
		top: 46px;
	}
	header nav.navbar {	padding-left: 0px; }
}
@media (max-width:767px) {
	.home_about_section h2{ font-size: 28px;}
	.home .page_banner .banner_text {padding-top: 0;}
	header .navbar-brand img{ max-width: 200px; }
	body.logged-in{ padding-top: 46px;}
	body{ padding-top: 96px; }
	.page-template-cms-template {padding-top: 96px;}
	header { background: #fff; }
	.container { max-width: 100%; }
	.page_banner .banner_text h1 { font-size: 26px; }
	.home_about_section > div:first-child{ display: none;}
	.home_about_section > div:last-child {max-width: 100% !important;}
	h2.commitment_title{ margin-top: 60px;}
	.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form textarea{ margin-bottom: 20px; }
	header .contact_number{ display: none; }
	.testimonial_section .testimonial_content p {font-size: 18px;line-height: 30px;	}
	.testimonial_section .testimonial_title h4 {margin-top: 40px;font-size: 24px; }
	.testimonial_section h2.commitment_title {
		margin-bottom: 40px;
		margin-top: 40px;
		font-size: 32px;
	}
	h2.commitment_title {
		font-size: 24px;
		line-height: normal;
		letter-spacing: 0;
		margin-top: 30px;
	}
	.contact_us_section h2.commitment_title {
		margin-bottom: 20px;
	}
	form .submit_btn > p {
		margin-bottom: 0;
	}
	.contact_form input[type="submit"]{ margin-top: 40px;}
	.contact_us_page {margin-top: 50px;margin-bottom: 50px;	}
	.footer_top .row{ display: flex; flex-wrap: nowrap; }
	.footer_top .row > div:first-child { display: none;}
	.testimonial_slider .slick-arrow{ width: 25px; height: 52px; background-size: 100%;}
	.testimonial_slider .slick-arrow.slick-prev { bottom: 26px; }
	.read_more_btn > a.vc_general {
		width: 200px;
		height: 48px;
		padding: 1px 20px 2px 20px;
		font-size: 18px;
		letter-spacing: 0;
	}
	.common_text, .common_text p, .common_text li { font-size: 16px; line-height: 26px; }
	.single .banner_text {
		padding-top: 0;
	}
	.single .single_blog {
		margin: 50px 0;
	}
	.single h2.single-title {
		font-size: 24px;
	}
	.single .entry-content p {
		font-size: 16px;
		line-height: normal;
		letter-spacing: 0.4px;
	}
	.single .entry-content ul li {
		font-size: 16px;
		margin-bottom: 10px;
	}


}
@media (max-width:575px) {
	.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"] { height: 45px;}
	.contact_form textarea{ height: 200px;}
	.testimonial_section .testimonial_content p {font-size: 16px;line-height: normal; }
	.testimonial_section .testimonial_title h4 {font-size: 18px;line-height: normal; }
	.service_title a h4 {font-size: 22px;margin-bottom: 18px !important;}
	.service_text p {font-size: 16px;letter-spacing: 0;line-height: 22px;}
	.services_section h2.commitment_title {margin-bottom: 25px;margin-top: 40px;}
	.services_section .sub_title {margin: 40px auto 10px;}
	.home_about_section p.sub_title, .sub_title {font-size: 16px; }
	.footer_top .row { flex-wrap: wrap; }
	.footer_top .row > div { width: 50% !important; }
	.footer_top .row > div:last-child { width: 100% !important; margin-top: 50px; }
	.contact_us_page > div{display: flex; flex-direction: column; }

}