/*
Theme Name: Pharma Sense
Author: Vasu
*/

body{
 	background-color: #fff;
 	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 3.5vw;
	font-weight: 700;
}
p, li {
	font-weight: 500;
	font-size: 1vw;
	line-height: 1.7em;
	color: #3B3B3B;
	opacity: .75;
}
h5{
	font-weight: 700;
	font-size: 1.5vw;
}
/*loader*/
/*.preloader {
  height: 100vh;
  width: 100vw;
  background: linear-gradient(265deg,rgb(35,81,196) 0%,rgb(1,46,104) 100%);
  position: fixed;
  z-index: 9999;
}

.loader {
  height: 20px;
  width: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 25px;
  width: 25px;
  animation-play-state: running;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  
  border: 0px solid white;
}
.loader--dot:first-child {
  background-color: #EE941E;
  animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
  background-color: #fff;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
  background-color: #EE941E;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
  background-color: #fff;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
  background-color: #EE941E;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #fff;
  animation-delay: 0s;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(300px);
  }
  65% {
    transform: translateX(300px);
  }
  95% {
    transform: translateX(0);
  }
}
*/

a{
	transition: all 0.2s ease-in-out;
}
a:hover, a:active, a:focus{
	color: #000;
	outline: none;
	box-shadow: none;
	border: none;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
 img{
 	max-width: 100%;
 	height: auto;
 }

/*Offer Header*/
.widget-column.offer_header {
    background-color: #EE941E;
    width: 100%;
    height: 4.5vw;
    position: relative;
    overflow: hidden;
    padding: 0.8vw 0vw;
}
.widget-column.offer_header::before, .widget-column.offer_header::after {
	content: "";
	position: absolute;
	height: 2vw;
	background-color: #EE941E;
	width: 18vw;
	border: 0.5em solid #fff;
}
.widget-column.offer_header::before{
	transform: rotate(-45deg);
	bottom: 0;
	left: -6.9vw;
}
.widget-column.offer_header::after {
	transform: rotate(45deg);
	bottom: 0;
	right: -6.9vw;
}
.widget-column.offer_header h2 {
	color: #fff;
	display: inline-block;
	font-size: 2vw;
	font-weight: 700;
}
.widget-column.offer_header p {
	float: right;
	text-align: center;
	opacity: 1;
}
.widget-column.offer_header a {
	font-size: 1.2vw;
	font-weight: 700;
	display: inline-block;
	color: #ee941e;
	background-color: #fff;
	text-transform: capitalize;
	padding: 0.5vw 1.6vw;
	border-radius: 12vw;
	transition: all 0.5s ease-in-out;
}
.widget-column.offer_header a:hover {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.5);
	transition: all 0.5s ease-in-out;
}
.widget-column.offer_header .container {
	width: 86%;
}
/*Header Style*/
header {
	background-color: transparent;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 2vw;
	z-index: 2;
	padding-top: 1em !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1270px;
}
.page-id-6 header {
	top: 8.5vw;
}
.logo img {
	width: 18.5vw;
}
.navbar-expand-md {
	justify-content: space-between;
	padding: 0;
}
.header_menu .menu_nav #menu-main-menu li {
	opacity: 1;
	padding: 0vw 0vw 0vw 3vw;
}
.header_menu .menu_nav #menu-main-menu li a {
	color: #fff;
	font-size: 1.2vw;
	position: relative;
	overflow: hidden;
	font-weight: 700;
	transition: all 0.5s ease-in-out;
}
.header_menu .menu_nav #menu-main-menu li a:hover, .header_menu .menu_nav #menu-main-menu li a:active{
	color: #ee941e;
	transition: all 0.5s ease-in-out;
}
.first_section_container h1 {
	font-size: 4vw;
}
.header_menu .menu_nav #menu-main-menu #menu-item-18 a {
	background-color: #fff;
	color: #ee941e;
	padding: 0.6vw 2.7vw;
	border-radius: 16vw;
}
.header_menu .menu_nav #menu-main-menu #menu-item-18 a:hover {
-webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.5);
-moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.5);
box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.5);
}
.header_menu .menu_nav #menu-main-menu #menu-item-18 a:hover:after {
	opacity: 0;
}
.header_menu .menu_nav #menu-main-menu li a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ee941e;
	left: 0;
	bottom: -0.5em;
	opacity: 0;
	transform: scaleX(0);
	transition: all 0.5s ease-in-out;
}
.header_menu .menu_nav #menu-main-menu li a:hover::after {
	transform: scaleX(1);
	transition: all 0.5s ease-in-out;
	opacity: 1;
}
.header_menu .menu_nav #menu-main-menu .current_page_item a{
	color: #ee941e;
}
.header_menu .menu_nav #menu-main-menu .current_page_item a:after{
	opacity: 1;
	transform: scaleX(1);
}
.fixed {
	height: 5.3vw;
	animation-name: stickySlideDown;
	position: fixed;
	animation-duration: 0.7s;
	z-index: 9;
	padding: 1vw 0em;
	background: linear-gradient(265deg,rgb(35,81,196) 0%,rgb(1,46,104) 100%);
	top: 0 !important;
}

@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fixed .logo img {
	width: 13.5vw;
}
/*Circle Shower*/
.first_section {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 34vw;
}
.circle {
  position: absolute;
  border-radius: 50%;
  visibility: hidden;
  left: 0;
  top: 0;
  z-index: 0;
}

/*Button Style*/
.btn_style a {
	font-size: 1.2vw;
	font-weight: 700;
	text-transform: capitalize;
	padding: 0.8vw 2.7vw;
	border-radius: 12vw;
	transition: all 0.2s ease-in-out;
}
.btn_style a:hover {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(238,148,30,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(238,148,30,0.5);
	box-shadow: 0px 0px 10px 5px rgba(238,148,30,0.5);
	transition: all 0.2s ease-in-out;
}
.first_section .wp-block-columns {
	padding-top: 14vw;
}
.first_section .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
	padding-right: 11vw;
	padding-left: 0vw;
}
.pt_pb {
	margin: 2vw 0vw 3vw 0vw;
}
.first_section::before{
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(265deg,rgb(35,81,196) 0%,rgb(1,46,104) 100%);
	top: 0;
	left: 0;
	transform: rotate(-5deg) scale(1);	
}
.first_section_img {
	position: relative;
}
.first_section_img img {
	position: absolute;
	top: -2vw;
	right: -3vw;
	width: 100%;
}
/*Home secound  section style*/
.home_secound_section {
	position: relative;
	margin-top: -3vw;
	background-color: transparent !important;
	padding: 0vw 0vw 21vw 0vw;
}
.first_section_container p {
	opacity: 1;
}
.home_secound_section::before {
	content: "";
	position: absolute;
	background-color: #e7e7e7 !important;
	width: 100%;
	height: 100%;
	transform: skewY(-10deg);
	opacity: 1 !important;
	top: -6vw !important;
}
.home_secound_section .wp-block-columns:first-child .wp-block-column {
	background-color: #fff;
	padding: 3vw 3vw !important;
	border-radius: 12%;
	position: relative;
	min-height: 31vw;
}
.home_secound_section .wp-block-column h5 {
	margin: 1.5vw 0vw 1vw 0vw;
}
.home_secound_section .wp-block-columns:first-child p:last-child {
	position: absolute;
	bottom: 2vw;
	text-align: center;
	width: 100%;
	left: 0;
	font-weight: 700;
}
.home_secound_section .wp-block-column{
	position: relative;
}

.home_secound_section .wp-block-column a {
	color: #4E8CEB;
}
.home_secound_section .wp-block-column a:hover, .home_secound_section .wp-block-column a:focus {
	color: #ee941e;
}
.home_secound_section .wp-block-columns:first-child {
	margin-top: -20vw;
}

/*Essential Insights Sections*/
.essential_insights_section {
	padding-top: 7vw;
}
.essential_insights_section .wp-block-column:nth-child(1) .wp-block-group {
	padding-right: 7vw;
}
.violet a{
	color: #fff !important;
	background: #4E8CEB;
}
.violet a:hover {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(78,140,235,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(78,140,235,0.5);
	box-shadow: 0px 0px 10px 5px rgba(78,140,235,0.5);
}
.essential_insights_section .wp-block-column:nth-child(2) .wp-block-media-text {
	grid-template-columns: 20% 1fr;
	margin-bottom: 2vw;
}
.essential_insights_section .wp-block-column:nth-child(2) .has-large-font-size {
	color: #313131 !important;
	opacity: 1;
	font-size: 1.5vw;
	font-weight: 700;
}
.container.sign_up .btn_style {
	position: absolute;
	top: 50%;
	margin-top: 0vw;
}
.about_page_pharma_difference .container.sign_up .btn_style {
	margin-top: 5vw;
}
/*Subscribe form*/
.subscribe_form {
	display: grid;
	grid-template-columns: 3.5fr 1fr;
	grid-template-rows: 1fr;
	gap: 0px 1.5em;
	grid-template-areas: ". .";
	width: 90%;
	margin: 0px auto;
}
.subscribe_form input {
	width: 100%;
	padding: 1vw 2vw;
	border: 0px;
	background-color: #F5F5F5;
	border-radius: 6em;
}
.subscribe_form .violet {
	color: #fff;
	background: #4E8CEB;
	font-weight: 700;
	font-size: 1.2vw;
	padding: 0vw 0vw;
}
.subscribe_form .violet:hover, .subscribe_form .violet:focus {
		-webkit-box-shadow: 0px 0px 10px 5px rgba(78,140,235,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(78,140,235,0.5);
	box-shadow: 0px 0px 10px 5px rgba(78,140,235,0.5);
}
.subscribe {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	padding: 3vw 3vw;
	border-radius: 3em;
	position: relative;
	margin-top: -15vw;
	z-index: 1;
}
/*Pharma Experience*/
.pharma_experience {
	padding: 7vw 0vw 1vw 0vw;
}
.pharma_experience .wp-block-column:nth-child(2) > .wp-block-group {
	padding-right: 8vw;
	padding-left: 1vw;
}
.pharma_experience figure {
	padding-left: 5vw;
	padding-top: 1vw;
}
.nabp_section figure {
	width: 70%;
}
.nabp_section .wp-block-columns{
	width: 65%;
	margin: 0px auto;
}
.nabp_section .wp-block-columns .wp-block-column:last-child {
	padding-top: 4vw;
}
/*Footer*/
footer {
	background-color: #012E68;
	padding: 4vw 8vw;
}
.footer_top {
	display: flex;
}
.footer-widget-1 {
	flex: 32%;
	margin-right: 5vw;
}
.footer-widget-1 img {
	width: 52%;
	margin-bottom: 1vw;
}
.footer_top h2 {
	color: #fff;
	font-size: 2.4vw;
	font-weight: 500;
	margin-top: 3vw;
	margin-bottom: 2vw;
}
.footer-widget-1 p {
	color: #fff;
	margin-top: 3vw;
}
.footer-widget-2{
	flex: 15%;
}
.footer_top ul {
	padding-left: 0;
	padding-top: 0vw;
}
.footer_top ul li {
	list-style-type: none;
	margin: 1vw 0vw;
	opacity: 1;
}
.footer_top ul li a {
	color: #fff;
	font-weight: 500;
	padding: 1vw 0vw;
	font-size: 1.2vw;
}
.footer_top ul li a:hover, .footer_top ul li a:focus{
	color: #EE941E;
}
.footer-widget-3 {
	flex: 15%;
}
.footer-widget-4 {
	flex: 20%;
}
.footer-widget-4 a i {
	padding-right: 1vw;
	font-size: 1.6vw;
	color: #EE941E;
}
.footer-widget-4 a {
	font-size: 1.2vw;
	color: #fff;
	width: 100%;
	display: block;
	font-weight: 500;
	margin-bottom: 1vw;
}
.footer-widget-4 a:hover, .footer-widget-4 a:focus{
	color: #EE941E;
}
.footer-widget-4 ul i {
	font-size: 2.2vw;
}
.footer-widget-4 li {
	margin-top: 0 !important;
	display: inline-block;
}
.footer_bottom p {
	color: #fff;
	margin: 3vw 0vw 0vw;
}

/*ABOUT PAGE*/

/*First section*/
.first_section.about_page .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
	padding-right: 6vw;
}
.home_secound_section.about_section_two {
	padding: 0vw 0vw 6vw 0vw;
}
.home_secound_section.about_section_two::before {
	background-color: #fff !important;
	height: 90%;
}
.home_secound_section.about_section_two .wp-block-columns:first-child .wp-block-column {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
.home_secound_section .wp-block-column ul {
	padding: 0.3vw 4vw;
}
.home_secound_section .wp-block-column ul li {
	color: #3B3B3B;
	font-weight: 500;
	opacity: 0.75;
	padding-bottom: 0.3vw;
}
.about_subscribe .subscribe {
	margin-top: -10vw;
	margin-bottom: 5vw;
}
.about_page_pharma_difference {
	padding-bottom: 12vw;
}
.first_section_container ol {
	padding-left: 1.1vw;
	color: #fff;
}
.first_section.about_page .first_section_img img {
	position: absolute;
	top: -6vw;
	right: -1vw;
	width: 100%;
}
/*Application page*/
.first_section.application_page .wp-block-columns {
	padding-top: 17vw;
}
.first_section.application_page li{
	opacity: 1;
	color: #fff;
}
.first_section.application_page .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
	padding-right: 4vw;
	padding-left: 0vw;
}
.first_section.application_page {
	padding-bottom: 22vw;
}
.home_secound_section.application_section_two{
	padding: 0vw 0vw 8vw 0vw;
}
.home_secound_section.application_section_two .wp-block-column a {
	color: #fff;
}
.home_secound_section.application_section_two .wp-block-columns:first-child {
	margin-top: -25vw;
	width: 40%;
}
.home_secound_section.application_section_two .wp-block-columns:first-child .wp-block-column {
	border-radius: 3.5em;
	min-height: 22vw;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
.home_secound_section.application_section_two::before {
	background-color: #fff !important;
	height: 84%;
}
.application_subscribe {
	background-color: #F5F5F5;
	padding-top: 6vw;
	padding-bottom: 7vw;
	margin-bottom: 0;
}
/*Services*/
.home_secound_section.about_section_two .wp-block-columns:first-child .wp-block-column{
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	background-color: #fff;
	padding: 3vw 3vw !important;
	border-radius: 12%;
	position: relative;
	min-height: 28vw;
}
.home_secound_section.about_section_two.services_thrid_section .wp-block-columns:nth-child(2) .wp-block-column {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	background-color: #fff;
	padding: 3vw 3vw !important;
	border-radius: 12%;
	position: relative;
	min-height: 29vw;
}

.home_secound_section .wp-block-columns:first-child p:last-child {
	position: absolute;
	bottom: 2vw;
	text-align: center;
	width: 100%;
	left: 0;
	font-weight: 700;
}
.home_secound_section.services_thrid_section .wp-block-columns:first-child p:last-child {
	bottom: 2vw;
}
.home_secound_section .wp-block-columns:nth-child(2) p:last-child {
	position: relative;
}
.home_secound_section.services_thrid_section .wp-block-columns:nth-child(2) p:last-child {
	position: absolute;
	left: 50%;
	width: 100%;
	margin-left: -50%;
	bottom: 2vw;
}
.first_section.about_page.services_page .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
	padding-right: 13vw;
	padding-left: 0vw;
}
.first_section.about_page.services_page .first_section_img img {
	position: absolute;
	top: -7vw;
	right: -1vw;
	width: 85%;
}
.services_thrid_section .pharma_experience:nth-child(3) figure {
	padding-left: 3vw;
	padding-right: 1vw;
}
.services_thrid_section .pharma_experience:nth-child(4) .wp-block-column:nth-child(1) > .wp-block-group {
	padding-left: 8vw;
	padding-right: 2vw;
}
.services_thrid_section .pharma_experience:nth-child(4) .wp-block-column:nth-child(2) > figure {
	padding-left: 1vw;
	padding-right: 2vw;
}
.services_thrid_section .pharma_experience:nth-child(5) .wp-block-column:nth-child(1) >figure{
	padding-right: 1vw;
}
.services_subscribe {
	background-color: #F5F5F5;
	margin-bottom: 0;
	margin-top: 10vw;
}
.home_secound_section .wp-block-buttons.alignright {
	text-align: right;
}
/*contact page*/
.first_section.contact_page .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
	padding-right: 5vw;
	padding-left: 0vw;
}
.home_secound_section.contact_secound_section::before {
	background-color: #fff !important;
	height: 70%;
	top: -6vw !important;
}
.first_section.contact_page {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 15vw;
}
.home_secound_section.contact_secound_section {
	padding: 8vw 0vw 8vw 0vw;
}
/*contact form*/
.contact_form {
	display: flex;
	flex-wrap: wrap;
}
.input_field {
	flex: 1 50%;
	padding: 0vw 2vw;
	margin-bottom: 3vw;
}
.full.input_field{
	flex: 1 100%;
}
.input_field.full.send_btn.btn_style {
	position: relative;
}
.contact_form input, .contact_form textarea, .contact_form select {
	border: 0px;
	border-bottom: 2px solid #BFBFBF;
	color: #5B5B5B;
	font-weight: 500;
	width: 100%;
	padding: 0.5em 0em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.contact_form select{
	color: #A8A7A7;
}
.contact_form textarea {
	height: 5vw;
}
.full.input_field:first-child input {
	width: 47%;
}
.wpcf7-form-control-wrap.menu-481{
	position: relative;
}
.wpcf7-form-control-wrap.menu-481::after {
	content: "\f107";
	position: absolute;
	width: 5px;
	height: 5px;
	pointer-events: none;
	right: 1em;
	top: 0;
	color: #A8A7A7;
	font-family: FontAwesome;
}
.product_request_style a {
	color: #495BFA;
	position: relative;
	font-size: 1.3vw;
	font-weight: 500;
}
.full.product_request span textarea {
	transform: scaleY(0);
	opacity: 0;
	transition: all 0.5s ease-in-out;
	transform-origin: top;
	display: none; 
}
.input_field.send_btn.btn_style input {
}
.input_field.send_btn.btn_style input {
	color: #fff !important;
	background: #4E8CEB;
	width: 35%;
	float: right;
	padding: 0.8vw 0vw;
	border-radius: 3em;
	border: 0px;
	transition: all 0.5s ease-in-out;
}
.input_field.send_btn.btn_style input:hover {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(78,140,235,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(78,140,235,0.5);
	box-shadow: 0px 0px 10px 5px rgba(78,140,235,0.5);
	transition: all 0.5s ease-in-out;
}

/*Responsive Code*/
@media only screen and (min-width:3300px) and (max-width:3940px) {
	.container.sign_up .btn_style {
	    margin-top: 5vw;
	}
	.about_page_pharma_difference .container.sign_up .btn_style {
	    margin-top: 11vw;
	}
	.first_section.application_page {
	    padding-bottom: 37vw;
	}
	
}
@media only screen and (min-width:2200px) and (max-width:3940px) {
	.widget-column.offer_header::before, .widget-column.offer_header::after {
	    width: 20vw;
	    border: 1.3em solid #fff;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 2400px;
	}

	.home_secound_section .wp-block-columns:first-child .wp-block-column {
	    min-height: 24vw;
	}
	.wp-block-columns.pharma_experience img {
	    width: 100%;
	}
	.subscribe_form input {
	    font-size: 1vw;
	}
	.contact_form input, .contact_form textarea, .contact_form select {
	    font-size: 1vw;
	}
	.home_secound_section.application_section_two {
	    padding: 8vw 0vw 10vw 0vw;
	}
	.application_subscribe {
	    margin-top: 5vw;
	}
	.home_secound_section.application_section_two::before {
	    height: 100%;
	}
	.home_secound_section.about_section_two .wp-block-columns:first-child .wp-block-column, .home_secound_section.about_section_two.services_thrid_section .wp-block-columns:nth-child(2) .wp-block-column  {
	    min-height: 26vw;
	}
}
@media only screen and (min-width:1600px) and (max-width:2400px) {
	/*homepage*/
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1550px;
	}
	.first_section .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
		padding-right: 7vw;
		padding-left: 8vw;
	}
	.pharma_experience .wp-block-column:nth-child(2) .wp-block-group {
		padding-right: 8vw;
	}

	/*aboutpage*/
	.first_section.about_page .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
		padding-right: 2vw;
		padding-left: 8vw;
	}
	/*application page*/
	.first_section.application_page .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
		padding-right: 1vw;
		padding-left: 8vw;
	}
	.container.sign_up .btn_style {
		margin-top: 5vw;
	}
	.about_page_pharma_difference .container.sign_up .btn_style {
		margin-top: 11vw;
	}
	.first_section.about_page.services_page .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
		padding-right: 7vw;
    	padding-left: 8vw;
	}
}
@media only screen and (max-width:1400px) {

}
@media only screen and (min-width:1024px) and (max-width:1200px) {
.first_section .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
    padding-right: 11vw;
    padding-left: 0vw !important;
}
p, li {
    font-size: 0.95em;
}
.header_menu .menu_nav #menu-main-menu li a {
    font-size: 1em;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.widget-column.offer_header {
	height: 6vw;
}
.widget-column.offer_header::before, .widget-column.offer_header::after {
	display: none;
}
.first_section .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
	padding-right: 0vw !important;
	padding-left: 0vw !important;
}
.first_section_container h1 {
	font-size: 5vw;
}
p, li {
    font-weight: 500;
    font-size: 1.2em;
}
.btn_style a {
	font-size: 2.4vw;	
}
.first_section .first_section_img img {
	position: relative !important;
	top: 0vw !important;
	right: 0vw !important;
	width: 100% !important;
}
.logo img {
	width: 24.5vw;
}
.header_menu .menu_nav #menu-main-menu li a {
	font-size: 1.9vw;
}
.widget-column.offer_header h2 {
	font-size: 2.7vw;
}
.widget-column.offer_header a {
	font-size: 2vw;
}
.home_secound_section .wp-block-columns:first-child .wp-block-column {
	background-color: #fff;
	padding: 3vw 3vw !important;
	border-radius: 2em;
	min-height: 68vw;
	flex-basis: calc(33.3% - 17px) !important;
	margin: 0px .5em !important;
}
.home_secound_section .wp-block-column h5 {
	margin: 3.5vw 0vw 2vw 0vw;
	font-size: 2.5vw;
}
.container.sign_up .btn_style {
	margin-top: 4vw;
}
.essential_insights_section .wp-block-column:nth-child(2) .has-large-font-size {
	font-size: 2.8vw;
}
.essential_insights_section .wp-block-column:nth-child(2) .wp-block-media-text {
	grid-template-columns: 25% 1fr;
}
.subscribe_form {
	grid-template-columns: 1fr;
	gap: 1.5em 1.5em;
	grid-template-areas: ".";
	width: 100%;
	margin: 0px auto;
}
.subscribe_form input {
	padding: 1.2vw 3vw;
	font-size: 2vw;
}
.subscribe_form .violet {
	font-size: 3vw;
	padding: 1vw 3vw;
	width: 44%;
	position: absolute;
	bottom: -3vw;
	left: 50%;
	margin-left: -22%;
}
.nabp_section .wp-block-columns {
	width: 79%;
}
.footer-widget-1 img {
	width: 41%;
}
.footer_top .widget-column {
	flex: 100% !important;
}
.footer_top {
	flex-wrap: wrap;
}
.footer_top h2 {
	font-size: 4.4vw;
	margin-top: 5vw;
	margin-bottom: 3vw;
}
.footer_top ul li a {
	font-size: 2.2vw;
}
.footer-widget-4 a {
	font-size: 2.2vw;
}
.footer-widget-4 a i {
	font-size: 2.6vw;
}
.footer-widget-4 ul i {
	font-size: 3.2vw;
}
.fixed {
	height: 8.3vw;
}
.fixed .logo img {
	width: 16.5vw;
}
.home_secound_section.about_section_two .wp-block-columns:first-child .wp-block-column {
    border-radius: 3em;
    min-height: 67vw;
    flex-basis: calc(50% - 16px) !important;
}
.home_secound_section.about_section_two .wp-block-columns:first-child p:last-child {
	position: relative;
	bottom: 0vw;
}
.home_secound_section.application_section_two .wp-block-columns:first-child {
	margin-top: -43vw;
	width: 100%;
}
.first_section.application_page {
	padding-bottom: 28vw;
}
.home_secound_section.application_section_two .wp-block-columns:first-child .wp-block-column {
	flex-basis: calc(100% - 17px) !important;
}
.home_secound_section.about_section_two.services_thrid_section .wp-block-columns:first-child .wp-block-column, .home_secound_section.about_section_two.services_thrid_section .wp-block-columns:nth-child(2) .wp-block-column {
	border-radius: 3em;
	flex-basis: calc(33.3% - 16px) !important;
	min-height: 67vw;
	margin: ;
}
.home_secound_section.services_thrid_section .wp-block-columns:nth-child(2) p:last-child, .home_secound_section.about_section_two .wp-block-columns:first-child p:last-child {
	position: absolute;
	left: 50%;
	width: 100%;
	margin-left: -50%;
	bottom: 1vw;
}
.product_request_style a {
	font-size: 2.3vw;
}
.contact_form textarea {
	height: 9vw;
}
.container, .container-md, .container-sm {
	max-width: calc(100% - 70px);
}
}
@media only screen and (max-width:767px) {
	body{
		overflow-x: hidden;
	}
	.widget-column.offer_header {
		height: 11vw;
		padding: 2.2vw 0vw;
	}
	.widget-column.offer_header .container {
		width: 100%;
	}
	.widget-column.offer_header::before, .widget-column.offer_header::after {
		display: none;
	}
	.widget-column.offer_header h2 {
		font-size: 4vw;
		margin-bottom: 0;
	}
	.widget-column.offer_header a {
		font-size: 3vw;
		padding: 0.6vw 2.2vw;
	}
	.page-id-6 header {
		top: 13.5vw;
	}
	.logo {
		width: 65%;
		padding-left: 2em;
	}
	.logo img {
		width: 100%;
	}
	.navbar-toggler,.navbar-toggler:focus {
		color: #fff;
		outline: none;
	}
	.navbar-toggler:hover,.navbar-toggler:active, button[aria-expanded="true"] {
		color: #ee941e !important;
		outline: none;
	}
	.header_menu {
		position: fixed;
		width: 100%;
		background: linear-gradient(265deg,rgb(35,81,196) 0%,rgb(1,46,104) 100%);
		z-index: -1;
		overflow-x: hidden;
		top: 0vw;
		height: 100vh;
		padding: 12em 1em;
		transform:translateX(-150%);
		transform-origin: right;
		transition: all 0.5s ease-in-out;
	}
	header .container {
		padding: 0em 0em;
		
	}
	.header_menu.menu_open {
		transform:translateX(0%);
		transition: all 0.5s ease-in-out;
	}
	.body_fixed {
		overflow: hidden;
	}
	.header_menu .menu_nav #menu-main-menu li a {
		font-size: 6.2vw;
		width: 100%;
		display: block;
	}
	.header_menu .menu_nav #menu-main-menu li {
		padding: 0vw 0vw 10vw 0vw;
		text-align: center;
	}
	.header_menu .menu_nav #menu-main-menu #menu-item-18 a {
		width: 50%;
		margin: 0px auto;
	}
	.admin-bar header {
		top: 26vw;
	}
	.first_section_container h1 {
		font-size: 12vw;
	}
	.first_section .wp-block-columns {
		padding-top: 6vw;
	}
	.first_section .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
		padding-right: 0vw;
		padding-left: 0vw;
	}
	.first_section .wp-block-columns {
		padding-top: 42vw;
	}

	p, li {
		font-size: 4.5vw;
		line-height: 5.7vw;
	}
	.pt_pb {
		margin: 5vw 0vw 6vw 0vw;
	}
	.btn_style a {
		font-size: 6vw;
		padding: 1.8vw 8vw;
	}
	.first_section_img img, .first_section.about_page .first_section_img img {
		position: relative;
		top: 10vw;
		right: 0vw;
	}
	.first_section {
		padding-bottom: 69vw;
	}
	.first_section_container h1 {
		font-size: 11vw;
	}
	.home_secound_section .wp-block-columns:first-child {
		margin-top: -43vw;
		margin-bottom: 0;
	}
	.navbar-toggler {
		padding: .25rem 1.25rem;
	}
	.fixed {
		height: 16.3vw;
		padding: 3vw 0em !important;
	}
	.fixed .logo img {
		width: 33vw;
	}
	.navbar-toggler-icon {
		line-height: 1.5em;
	}
	.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container{
		width: calc(100% - 30px)
	}
	.home_secound_section .wp-block-columns:first-child .wp-block-column {
		padding: 10vw 10vw 5vw !important;
		border-radius: 2em;
		margin-bottom: 8vw;
	}
	.home_secound_section .wp-block-columns:first-child p:last-child, .home_secound_section.services_thrid_section .wp-block-columns:first-child p:last-child, .home_secound_section.services_thrid_section .wp-block-columns:nth-child(2) p:last-child {
		position: relative;
		bottom: 0vw;
	}
	h5 {
		font-weight: 700;
		font-size: 5.5vw;
	}
	.home_secound_section .wp-block-column h5 {
		margin: 3.5vw 0vw 4vw 0vw;
	}
	h1 {
		font-size: 9.5vw;
	}
	.container.sign_up .btn_style {
		position: relative;
		top: 0;
		margin-top: 0;
	}
	.essential_insights_section figure {
		width: 35%;
	}
	.essential_insights_section .wp-block-column:nth-child(2) .has-large-font-size {
		font-size: 6.5vw;
	}
	.essential_insights_section .wp-block-media-text .wp-block-media-text__content {
		padding: 0 0%;
	}
	.essential_insights_section .wp-block-column:nth-child(2) .wp-block-media-text {
		margin-bottom: 0vw;
		margin-top: 11vw;
	}
	.home_secound_section {
		padding: 0vw 0vw 60vw 0vw;
	}
	.subscribe {
		padding: 5vw 5vw;
		border-radius: 2em;
		margin-top: -37vw;
		margin-bottom: 11vw;
	}
	.subscribe_form {
		grid-template-columns: 1fr;
		gap: 1.5em 1.5em;
		grid-template-areas: ".";
		width: 100%;
		margin: 0px auto;
	}
	.subscribe_form input {
		padding: 3vw 5vw;
		font-size: 4vw;
	}
	.subscribe_form .violet {
		font-size: 6.2vw;
		padding: 2vw 3vw;
		width: 44%;
		position: absolute;
		bottom: -6vw;
		left: 50%;
		margin-left: -22%;
	}
	.pharma_experience {
		padding: 8vw 0vw 5vw 0vw;
	}
	.pharma_experience .wp-block-column:nth-child(2) > .wp-block-group {
		padding: 9vw 11vw 0vw 8vw;
	}
	.pharma_experience figure {
		padding-left: 0vw;
		padding-top: 4vw;
	}
	.nabp_section .wp-block-columns {
		width: 100%;
		margin: 5vw auto;
	}
	footer {
		background-color: #012E68;
		padding: 13vw 8vw;
	}
	.footer_top {
		flex-wrap: wrap;
		margin-bottom: 20vw;
	}
	.footer_top .widget-column {
		flex: 100% !important;
	}
	.footer_top h2 {
		font-size: 10.4vw;
		margin-top: 11vw;
	}
	.footer-widget-1 img {
		width: 100%;
	}
	.footer_top ul li a {
		font-size: 5.3vw;
	}
	.footer_top ul li {
		margin: 1vw 0vw;
	}
	.footer-widget-4 a {
		font-size: 5.2vw;
	}
	.footer-widget-4 a i {
		padding-right: 5vw;
		font-size: 6.6vw;
	}
	.footer-widget-4 ul i {
		font-size: 7.2vw;
		margin-top: 4vw;
	}
	.footer_bottom p {
		margin: 3vw auto;
		font-size: 4vw;
	}
	footer {
		padding: 13vw 8vw 3vw 8vw;
	}
	/*about us*/
	.home_secound_section .wp-block-column ul {
		padding: 0.3vw 12vw;
	}
	.home_secound_section.about_section_two .wp-block-columns:first-child .wp-block-column {
		padding: 11vw 3vw 4vw 3vw !important;
		border-radius: 2em;
	}
	.about_page_pharma_difference {
		padding-bottom: 55vw;
	}
	.about_subscribe .subscribe {
		margin-top: -36vw;
		margin-bottom: 12vw;
	}
	/*application*/
	.first_section.application_page .wp-block-columns {
		padding-top: 42vw;
	}
	.first_section.application_page .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
		padding-right: 5vw;
		padding-left: 0vw;
	}
	.first_section_container ol {
		padding-left: 6.1vw;
	}
	.first_section.application_page {
		padding-bottom: 55vw;
	}
	.first_section::before {
		display: none;
	}
	.home_secound_section.application_section_two .wp-block-columns:first-child {
		margin-top: -69vw;
		width: 100%;
	}
	.first_section.about_page.services_page .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
		padding-right: 6vw;
		padding-left: 0vw;
	}
	.first_section.about_page.services_page .first_section_img img {
		position: relative;
		top: 14vw;
		right: 0vw;
		width: 100%;
	}
	.home_secound_section.about_section_two.services_thrid_section .wp-block-columns:nth-child(2) .wp-block-column {
		padding: 11vw 3vw 4vw 3vw !important;
		border-radius: 2em;
		margin-bottom: 8vw;
	}
	.services_thrid_section .pharma_experience:nth-child(4) {
		flex-direction: column-reverse;
	}
	.services_thrid_section .pharma_experience figure{
		padding-left: 0vw !important;
		padding-right: 0vw !important;
	}
	.pharma_experience .wp-block-column:nth-child(2) > .wp-block-group {
		padding: 1vw 11vw 0vw 0vw;
		width: calc(100% - 60px);
		margin: 0px auto;
	}
	.services_thrid_section .pharma_experience:nth-child(4) .wp-block-column:nth-child(1) > .wp-block-group {
		padding-left: 8vw;
		padding-right: 10vw;
	}
	.pharma_experience h1, .pharma_experience p {
		text-align: left;
	}
	.services_thrid_section .pharma_experience:nth-child(4) .wp-block-column:nth-child(1) > .wp-block-group {
		padding-left: 5vw;
		padding-right: 4vw;
	}
	.services_subscribe {
		margin-top: 45vw;
		padding-bottom: 10vw;
	}
	.home_secound_section .wp-block-buttons.alignright {
		text-align: left;
	}
	.first_section.contact_page .wp-block-columns .wp-block-column:nth-child(1) > .wp-block-group {
		padding-right: 5vw;
		padding-left: 0vw;
	}
	.full.input_field:first-child input {
		width: 100%;
	}
	.input_field {
		flex: 1 100%;
		padding: 0vw 6vw;
		margin-bottom: 9vw;
	}
	.contact_form textarea {
		height: 38vw;
	}
	.product_request_style a {
		font-size: 5.3vw;
	}
	.input_field.send_btn.btn_style input {
		width: 45%;
		float: none;
		padding: 1vw 0vw;
		font-size: 6vw;
	}
	.container, .container-sm {
		max-width: unset;
	}
	.wp-block-column {
		flex-basis: 100% !important;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 0px;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.wp-block-media-text.is-stacked-on-mobile {
		-ms-grid-columns: 100% !important;
		grid-template-columns: 100% !important;
	}
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2;
	}
	
}