/*
Theme Name: Twenty Twenty-One Child 
Theme URI: https://www.autocruitment.com/
Author: The Autocruitment Team 
Author URI: https://www.autocruitment.com/
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://use.fontawesome.com/releases/v5.0.6/css/all.css');
@import url('https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css');
/*font-family: 'Larsseit', sans-serif;*/

@font-face {
    font-family: 'Larsseit';
    src: url('./assets/fonts/Larsseit-Medium.eot');
    src: url('./assets/fonts/Larsseit-Medium.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Larsseit-Medium.woff2') format('woff2'),
        url('./assets/fonts/Larsseit-Medium.woff') format('woff'),
        url('./assets/fonts/Larsseit-Medium.ttf') format('truetype'),
        url('./assets/fonts/Larsseit-Medium.svg#Larsseit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-family: 'Larsseit';
src: url('./assets/fonts/Larsseit.eot');
src: url('./assets/fonts/Larsseit.eot?#iefix') format('embedded-opentype'),
url('./assets/fonts/Larsseit.woff2') format('woff2'),
url('./assets/fonts/Larsseit.woff') format('woff'),
url('./assets/fonts/Larsseit.ttf') format('truetype'),
url('./assets/fonts/Larsseit.svg#Larsseit') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Larsseit';
src: url('./assets/fonts/Larsseit-Italic.eot');
src: url('./assets/fonts/Larsseit-Italic.eot?#iefix') format('embedded-opentype'),
url('./assets/fonts/Larsseit-Italic.woff2') format('woff2'),
url('./assets/fonts/Larsseit-Italic.woff') format('woff'),
url('./assets/fonts/Larsseit-Italic.ttf') format('truetype'),
url('./assets/fonts/Larsseit-Italic.svg#Larsseit-Italic') format('svg');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Larsseit';
src: url('./assets/fonts/Larsseit-Light.eot');
src: url('./assets/fonts/Larsseit-Light.eot?#iefix') format('embedded-opentype'),
url('./assets/fonts/Larsseit-Light.woff2') format('woff2'),
url('./assets/fonts/Larsseit-Light.woff') format('woff'),
url('./assets/fonts/Larsseit-Light.ttf') format('truetype'),
url('./assets/fonts/Larsseit-Light.svg#Larsseit-Light') format('svg');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Larsseit';
src: url('./assets/fonts/Larsseit-LightItalic.eot');
src: url('./assets/fonts/Larsseit-LightItalic.eot?#iefix') format('embedded-opentype'),
url('./assets/fonts/Larsseit-LightItalic.woff2') format('woff2'),
url('./assets/fonts/Larsseit-LightItalic.woff') format('woff'),
url('./assets/fonts/Larsseit-LightItalic.ttf') format('truetype'),
url('./assets/fonts/Larsseit-LightItalic.svg#Larsseit-LightItalic') format('svg');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Larsseit';
src: url('./assets/fonts/Larsseit-ThinItalic.eot');
src: url('./assets/fonts/Larsseit-ThinItalic.eot?#iefix') format('embedded-opentype'),
url('./assets/fonts/Larsseit-ThinItalic.woff2') format('woff2'),
url('./assets/fonts/Larsseit-ThinItalic.woff') format('woff'),
url('./assets/fonts/Larsseit-ThinItalic.ttf') format('truetype'),
url('./assets/fonts/Larsseit-ThinItalic.svg#Larsseit-ThinItalic') format('svg');
font-weight: 100;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Larsseit';
src: url('./assets/fonts/Larsseit-Thin.eot');
src: url('./assets/fonts/Larsseit-Thin.eot?#iefix') format('embedded-opentype'),
url('./assets/fonts/Larsseit-Thin.woff2') format('woff2'),
url('./assets/fonts/Larsseit-Thin.woff') format('woff'),
url('./assets/fonts/Larsseit-Thin.ttf') format('truetype'),
url('./assets/fonts/Larsseit-Thin.svg#Larsseit-Thin') format('svg');
font-weight: 100;
font-style: normal;
font-display: swap;
}


::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #00aeef; 
}
::-webkit-scrollbar-thumb:hover {
  background: #ee752b; 
}


html {
overflow-x: hidden
}
body {
position: relative;
overflow-x: hidden;
color: #222222;
font-family: 'Larsseit',sans serif !important;
line-height: 1.5;
font-size: 18px;
font-weight: normal;
}
h1 {
color: #003c57;
font-size: 35px;
font-weight: 700;
margin-bottom: 35px;
display: inline-block;
width: 100%
}
p {
color: #2d2d2d;
line-height: 1.5;
font-size: 18px;
font-weight: normal;
display: inline-block;
margin: 0;

}
img {
	max-width: 100%;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
input {
font-family: 'Larsseit',sans serif !important;}
b, strong {
font-weight: 700;
}
a:hover {
	color: #4ac4f3;
}
a,
a:hover {
transition: all .3s ease
}
a {text-decoration: none; color: #ee752b;}
ul, ol {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
}
li {list-style-type: none;}
h1, h2, h3, h4, h5, h6, a, span {
	font-family: 'Larsseit',sans serif !important;
line-height: 1.5 !important;
font-weight: inherit !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.blue-color {color: #00aeef;}
.orange-color {	color: #ee752b; }
.white-color {	color: #fff;}
.footer-about-info img {
    width: 300px;
	height:auto;
}


/* Linkedin feed Style starts here */
.elfsight-linkedin-widget {
    width: 90% !important;
}
.elfsight-linkedin-widget .CardMediaBlock__MediaBlock-sc-1pdg002-0 {
    display: none !important;
}
.elfsight-linkedin-widget .Block-sc-3maawy-0 {
    padding: 0 !important;
}
.elfsight-linkedin-widget .ljuteB {
    font-size: 14px !important;
}
.elfsight-linkedin-widget .es-text-shortener {
    line-height: 1.7 !important;
	padding-right: 30px !important;
	font-family: 'Larsseit',sans serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	-webkit-line-clamp: 6 !important;
	-webkit-box-orient: vertical !important;
	text-align: left !important;
}
.elfsight-linkedin-widget .es-text-shortener-control {
    margin-top: 10px !important;
	display: none !important;
}

.elfsight-linkedin-widget .es-text-shortener a:hover{
    color: #ee752b !important;
}

/* Linkedin feed Style ends here */


@media (min-width: 1921px) {
.container-fluid {
	padding: 0 210px !important;
}
}


@media (min-width: 1461px) and (max-width: 1920px) {
div.container-fluid {
  padding: 0 15px;
  max-width: 1460px;
}
}

@media (min-width: 1461px) and (max-width: 1919px) {
.approach-sec .container-fluid {
    padding: 0 52px;
}
}


/**Header**/
header {
	border-bottom: 1px solid #eee;
}
.header-wrapper {
	padding: 17px 0 17px 0;
}
.header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-logo {
	width: 325px;
}
.header-logo img {
	max-width: 300px;
}
.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn.common-btn {
	text-transform: uppercase;
	width: 245px;
	padding: 15px 0px;
	border-radius: 36px;
	background: #ee752b;
	border: 1px solid transparent;
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn.common-btn:hover, .btn.common-btn:focus {
	background: #4ac4f3 !important;
	color: #fff !important;
	border: 1px solid transparent !important;
}
.btn.border-btn {
	width: 168px;
	border: 1px solid #ee752b;
	background: transparent;
	color: #ee752b;
}
.btn.border-btn:hover {
	background: #4ac4f3;
	color: #fff;
	border: 1px solid #ee752b !important;
}
.header-btn {
	padding-left: 20px;
}
.header-btn .common-btn {
	padding: 13px 0;
	width: 190px;
}
ul.navbar-nav li {
	padding: 0 10px;
    position: relative;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
ul.navbar-nav li:first-child {
	padding-left: 0;
}
ul.navbar-nav li:last-child {
	padding-right: 0;
}
ul.navbar-nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #2c2c2c;
	position: relative;
	display: block;
	font-size: 16px;
}
ul.navbar-nav li a:hover, ul.navbar-nav li a:focus, ul.navbar-nav li a:active {
	color: #00aeef;
}
ul.navbar-nav li.current-menu-item a {
	color: #00aeef;
}
ul.navbar-nav li a::after, ul.navbar-nav li.current-menu-item a::after {
	position: absolute;
	content: "";
	bottom: -16px;
	width: 0;
	left: 0;
	background: #00aeef;
	height: 2px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul.navbar-nav li a:hover::after, ul.navbar-nav li a:focus::after, ul.navbar-nav li a:active::after, ul.navbar-nav li.current-menu-item a::after {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul.navbar-nav li button.sub-menu-toggle {
    display: none;
}
ul.navbar-nav li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: transparent;
    padding-top: 20px !important;
    width: 280px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 0;
    visibility: hidden;
}
ul.navbar-nav li:hover ul.sub-menu, ul.navbar-nav li:active ul.sub-menu, ul.navbar-nav li:focus ul.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
ul.navbar-nav li ul.sub-menu li {
    background: #ee752b;
    padding: 6px 15px !important;
}
ul.navbar-nav li ul.sub-menu li a {
    color: #fff;
}
ul.navbar-nav li ul.sub-menu li a::after {
	content: none;
}
ul.navbar-nav li ul.sub-menu ul.sub-menu {
    padding-top: 0 !important;
    left: 100%;
    top: 0;
    width: 220px;
    opacity: 0;
    visibility: hidden;
}
ul.navbar-nav li ul.sub-menu li:hover ul.sub-menu, ul.navbar-nav li ul.sub-menu li:active ul.sub-menu, ul.navbar-nav li ul.sub-menu li:focus ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.main-header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mobile-header, .close-toggle {
	display: none;
}


/**Banner**/
.banner-inner h1 {
    color: #fff;
    font-weight: inherit;
    font-size: 72px;
    margin-bottom: 30px;
    line-height: normal !important;
}
.banner-inner h2 {
	color: #fff;
	font-size: 20px !important;
	margin-bottom: 0;
}
.banner-inner p {
	color: #fff;
	margin-bottom: 0;
}
.banner-btn {
	margin-top: 40px;
}
.banner-btn .common-btn {
	padding: 20px 0 18px;
}
.orange-color {
	color: #ee752b;
	font-size: 24px;
	font-weight: 500 !important;
}
.banner {
	padding: 124px 0 142px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s;
		-o-transition: all 0.3s;   
		-ms-transition: all 0.3s;
		-webkit-transition: all 0.3s;
	
}
.banner, .sub-page-banner, .error404 .error-404, .no-results{margin-top: 97px;}
.banner-btn .learn-more {
	margin-right: 19px;
}

/**Patient Recruuitment**/
.patient-top-sec {
	padding: 65px 0 65px 0;
	background: #f5f5f5;
}
.patient-top-sec p {
	max-width: 810px;
	margin-top: 10px;
	width: 100%;
	margin-bottom: 0;
}
.patient-top-sec h2 {
	margin-bottom: 0;
}
.patient-bottom-sec {
	position: relative;
	padding: 40px 0 41px;
}
.bottom-sec-desc p {
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 28px;
}
.box-img-outer img {
	height: 120px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.img-hover img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.img-hover img:hover {
	-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.bottom-sec-image-wrap .box-item {
	padding-bottom: 60px;
	padding-left: 40px;
	padding-right: 40px;
}
.box-item:nth-last-child(1), .box-item:nth-last-child(2), .box-item:nth-last-child(3), .box-item:nth-last-child(4) {
	padding-bottom: 0;
}
.box-img-text h4 {
	font-size: 18px !important;
	margin-top: 25px;
	margin-bottom: 0;
}
.box-img-text h4 span {
	color: #00aeef;
}
.bottom-sec-image-wrap .row {
	margin-left: -15px;
	margin-right: -15px;
}
.left-pattern, .right-pattern {
	position: absolute;
	bottom: 0;
	width: auto;
	z-index: -1;
}
.left-pattern {
	left: 0;
}

.right-pattern {
	right: 0;
}
.left-pattern img, .right-pattern img{
width: 100%;
}
.bottom-sec-image-wrap {
	margin-top: 15px;
}


.mob-logo {
	padding-left: 20px;
	max-width: 200px;
	margin-bottom: 12px;
	position: absolute;
	top: 14px;
	left: 1px;
}
.results-btn {
    margin-top: auto;
}

/**Our Results**/
.results {
	padding: 65px 0 70px;
	background-image: -o-linear-gradient(#079fdf, #0ec6ee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#079fdf), to(#0ec6ee));
	background-image: linear-gradient(#079fdf, #0ec6ee);
}
.custm-header {
	padding-bottom: 20px;
}
.results .custm-header h2 {
	color: #fff;
	margin-bottom: 0;
	line-height: 1.2 !important;
}
.our-educates-sec .custm-header h2 {
    color: #00aeef;
}
.results-inner {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.results-inner .result-item {
    width: 16.66%;
    text-align: center;
    padding: 0 10px;
}
.result-img {
	margin-bottom: 25px;
}
.result-text p, .result-text span {
	font-size: 38px;
	color: #fff;
	margin-bottom: 0;
}
.result-text span {
	margin-left: 7px;
}
.results-title h5 {
	font-size: 22px;
	line-height: 30px !important;
	color: #fff;
	margin-bottom: 0;
}
.results-title {
	min-height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}

/**Approach Section**/
.approach-sec {
	padding: 45px 0;
	background: #f5f5f5;
}
.custm-header h2 {
	margin-bottom: 0;
	color: #051428;
	line-height: 1.2 !important;
}
.approach-sec-wrap {
	padding-top: 20px;
}
.approach-box-img-outer {
	position: relative;
}
.approach-box-img {
	width: 130px;
	height: 130px;
	padding: 15px;
	background: #fff;
	border-radius: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}
.approach-box-img img {
	padding: 5px;
	height: 100%;
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.approach-box:hover .approach-box-img, .approach-box-text:hover {
	-webkit-box-shadow: 0px 0px 3px 1px rgb(0, 174, 239) !important;
	box-shadow: 0px 0px 3px 1px rgb(0, 174, 239) !important;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.approach-box-text {
	background: #fff;
	border-radius: 10px;
	height: 100%;
	width: 100%;
	margin: -66px auto 0;
	padding: 67px 0 30px;
	box-shadow: 0px 0 10px #ddd !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.autocruitment-bar-success-wrap .approach-box-text {
    margin: 0;
    padding: 30px 0;
}
.approach-box-text h3 {
	margin: 0 20px;
	border-bottom: 2px solid #ee752b;
	padding-bottom: 14px;
	font-size: 24px;
}
.approach-box-text p {
	padding: 0 20px;
	margin: 15px 0 0 0;
	font-weight: 300;
}
.approach-sec-wrap .row {
	margin: -23px -52px;
}
div.app-col {
	padding: 23px 52px;
}
.approach-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}


/**Experience**/
.experience-sec {
	padding: 60px 0;
	background-attachment: fixed;
	background-size: cover;
}
.experience-sec h2 {
	color: #fff;
}
.experience-sec .custm-header p {
	color: #b9d6ef;
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: 400;
}

.experience-sec-wrap {
	margin-top: 15px;
}
.experience-sec-wrap .exp-col {
	padding: 15px;
}
.experience-box {
	height: 100%;
	-webkit-box-shadow: 0px 0px 25px 2px rgba(0, 174, 239, 0.3);
	box-shadow: 0px 0px 25px 2px rgba(0, 174, 239, 0.3);
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	min-height: 230px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.experience-box-img {
	min-width: 52px;
}
.experience-box-text {
	padding-left: 25px;
}
.experience-box-text h5 {
	color: #051428;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 0;
	font-size: 18px;
}
.experience-box-text h5::after {
	content: '';
	background: #ee752b;
	width: 45px;
	height: 2px;
	left: 0;
	bottom: 0;
	position: absolute;
}
.experience-box-text p {
	padding-top: 15px;
	font-weight: 300;
	margin-bottom: 0;
}
.experience-sec-wrap .row {
	margin: -15px;
	margin-top: 15px;
}


/**Autocruitment Difference**/
.difference-sec {
	padding: 60px 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.difference-sec-wrap {
	margin-top: 35px;
}
.difference-sec-wrap .row, .case-studies-wrap .row {
	margin-left: -15px;
	margin-right: -15px;
}
.difference-sec-wrap div[class^="col-"], .case-studies-wrap div[class^="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}
.difference-box-img {
	margin-bottom: 20px;
	height: 54px;
}
.difference-box {
	margin-bottom: 70px;
}
.difference-box-text h4 {
	color: #051428;
	font-weight: 500 !important;
	padding-bottom: 10px;
	margin-bottom: 0;
	font-size: 18px !important;
}
.difference-sec .custm-header p {
	margin-bottom: 0;
	margin-top: 15px;
	font-weight: 400;
}
.difference-box-text p {
	margin-bottom: 0;
	font-weight: 300;
}
.difference-sec-wrap div[class^="col-"]:nth-last-child(1) .difference-box, .difference-sec-wrap div[class^="col-"]:nth-last-child(2) .difference-box, 
.difference-sec-wrap div[class^="col-"]:nth-last-child(3) .difference-box, .difference-sec-wrap div[class^="col-"]:nth-last-child(4) .difference-box {
	margin-bottom: 0;
}


/**Testimonials**/
.testimonials { background-size: cover; background-attachment: fixed; background-position: bottom center; position: relative; padding: 75px 0 110px; }
.testimonials-slider-outer .testimonials-slider {
	max-width: 77%;
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.testimonials-slider-outer .slide-item-inner{
	max-width: 70%;
	margin: 0 auto;
	width: 100%;
}
.slide-item-inner p {
	color: #000;
	margin-bottom: 0;
	font-weight: 300;
}
.slide-item-inner h4 {
	padding-top: 10px;
	color: #00b1ef;
	text-transform: uppercase;
}
.slick-prev.slick-arrow, .slick-next.slick-arrow {
	font-size: 0;
	background: transparent;
	border: none;
	position: absolute;
	top: 23%;
	-webkit-transform: translateY(-23%);
	    -ms-transform: translateY(-23%);
	        transform: translateY(-23%);
}
.slick-prev.slick-arrow {
	left: -20px;
}
.slick-next.slick-arrow {
	right: -20px;
}
.slick-prev.slick-arrow::before, .slick-next.slick-arrow::after {
	content: '';
	width: 27px;
	height: 41px;
	display: inline-block;
	position: absolute;
	cursor: pointer;
}
.slick-prev.slick-arrow::before {
	background: url('./assets/images/prev_slide.png');
	left: -30px;
}
.slick-next.slick-arrow::after {
	background: url('./assets/images/next_slide.png');
	right: -30px;
	left: auto;
}
ul.slick-dots li button {
	font-size: 0;
	width: 8px;
	height: 8px;
	border: none;
	margin: 0 5px;
	border-radius: 100px;
	background: #000;
	opacity: 0.2;
	padding: 0;
}
ul.slick-dots li.slick-active button {
	background: #00b1ef;
	opacity: 1;
}
.slick-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -40px;
}
.slick-dots li {
	display: inline-block;
	line-height: normal;
}




/**Case Studies**/
.case-studies { background-size: cover; background-attachment: fixed; background-repeat:no-repeat; position: relative; padding: 60px 0; }
.case-studies-wrap {padding-top: 40px;}
.case-studies .custm-header h2 {color: #fff;}
.case-box {
	background: #fff;
	padding: 27px 19px;
	border-radius: 10px;
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.case-box-img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 1px solid #086b93;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.case-right-arrow {
	position: absolute;
	bottom: 26px;
	right: 35px;
}
.case-studies-wrap a {
	text-decoration: none;
}
.case-box-text h4 {
	color: #ee752b;
	margin-bottom: 0;
}
.case-box-text {
	padding-left: 20px;
}
.case-box-text h5 {
	color: #051428;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 0;
}
.case-box-text h5::after {
	content: '';
	background: #ee752b;
	width: 45px;
	height: 3px;
	left: 0;
	bottom: 0;
	position: absolute;
}
.case-box-text ul {margin-top: 22px !important;}
.search-results p {margin-top: 22px !important;}
.search-results p:last-child {margin-bottom: 30px !important;}
.case-box-text ul li {margin-bottom: 13px; color: #2d2d2d; font-size: 16px; font-weight: 300;}
.case-box-text ul li:last-child {margin-bottom: 30px; }





/**Contact Us**/
.contact-us {padding:70px 0;}
.contact-subtitle {max-width: 80%; margin: 0 auto; width: 100%;}
.contact-us .custm-header h2, .line-header h2 {background: #fff; padding:0 30px; display: inline-block; margin-top: 20px;}
.contact-us .custm-header, .line-header {position: relative;}
.contact-us .custm-header::before, .line-header::before {
position: absolute;
background: #B4B4B4;
content: "";
left: 0;
right: 0;
margin: auto;
width: 100%;
top: 50%;
height: 1px;
width: 100%;
-webkit-transform: translatey(-50%);
-ms-transform: translatey(-50%);
        transform: translatey(-50%);
z-index: -1;
}
.contact-subtitle p {
	margin: 0;
}


/**Footer**/
.main-footer {
    background-attachment: fixed;
    background-size: cover;
    padding: 65px 0 45px;
    background: #249ED8;
    background-image: none !important;
}
.footer-about-info img {
	margin-bottom: 30px;
}
.footer-about-info p {
	color: #fff;
	width: 70%;
	margin-bottom: 0;
}
.footer-menu h3 {
	color: #fff;
	padding: 0 0 20px;
	margin: 0 0 20px;
	text-transform: uppercase;
	position: relative;
}
.footer-col:nth-child(2) {
	padding-left: 0;
}
.footer-menu h3::after {
  background: #ee752b;
  width: 45px;
  height: 2px;
  left: 0;
  bottom: 0;
  content: '';
  position: absolute;
}
.footer-menu ul li a, .footer-menu ul li {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	display: block;
}
.footer-menu ul li a:hover, .menu-lists ul li a:hover, .menu-lists ul li:hover, .footer-menu ul li a:hover i {
	color: #ee752b !important;
}

.footer-menu ul li {
	margin-bottom: 11px;
}
.footer-menu ul li:last-child {
	margin-bottom: 0;
}
.sml-logo {
	width: 162px;
	margin-bottom: 4px;
}
.footer-tweet a {
	display: block;
}
.footer-tweet a.tweet-time i{
	color: #999;
	font-family: 'Larsseit',sans serif !important;
	font-style: italic;
	font-weight:300;
}
.footer-tweet ul li {
	padding-left: 30px;
	background-image: url('./assets/images/tweet.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.footer-social {
	margin-top: 30px;
}
.footer-social ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-social ul li a i {
	color: #fff;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.footer-social ul li a:hover i {
	color: #fff;
}
.footer-social ul li {
	width: auto;
	margin: 0;
	padding-right: 25px;
}
.top-footer {
	border-bottom: 1px solid #fff;
	padding-bottom: 50px;
}
.bottom-footer {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.menu-lists ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu-lists ul li {
	padding: 0 22px;
	position: relative;
}
.menu-lists.menu-footer-bottom ul.menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/*.menu-lists.menu-footer-bottom ul li {
    padding: 0 10px;
}
.menu-lists.menu-footer-bottom ul li a, .menu-lists.menu-footer-bottom ul li {
    font-size: 14.5px;
}
.menu-lists.menu-footer-bottom ul li::after {
    right: -3px;
    top: -4px;
}*/
.bottom-footer-trial .menu-lists ul li {
    padding: 0 10px;
}
.menu-lists ul li:first-child {
	padding-left: 0;
}
.bottom-footer .menu-lists {
	margin-bottom: 20px;
}
.bottom-footer .menu-lists .copyright, .menu-lists ul li a, .menu-lists ul li {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300 !important;
	text-decoration: none;
}
.bottom-footer.bottom-footer-trial .menu-lists .copyright {
    margin: 0 0 5px 0;
}
.menu-lists ul li a, .menu-lists ul li {
	font-size: 16px;
}
.menu-lists ul li::after {
	content: "/";
	color: #fff;
	right: 0;
	position: absolute;
	font-size: 20px;
	top: -1px;
}
.bottom-footer.bottom-footer-trial .menu-lists ul li::after {
    right: -3px;
    top: -2px;
}
.menu-lists ul li:last-child::after {
	display: none;
}
.footer-menu .footer-address li {
	margin-bottom: 13px;
}
.bottom-footer-logos {
    display: block;
    text-align: right;
}
.bottom-footer-logos .siteseal, .bottom-footer-logos #siteseal {
	margin-right: 15px;
}
.bottom-footer-logos .siteseal img, .bottom-footer-logos #siteseal img{
	background: #fff;
}
.bottom-footer-logos span#siteseal {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
}
.bottom-footer-right {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
}
.osig-footer .bottom-footer-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.osig-footer .bottom-footer-right .bottom-footer-logos {
    text-align: center;
}
#myBtn {
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #ee752b;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	scroll-behavior: smooth;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	text-align: center;
	padding: 12px;
	font-size: 18px;
}
#myBtn:hover {
	background: #4ac4f3;
}


/**Results Page CSS**/
.sub-page-banner {
	padding: 40px 0;
	background-size: cover;
	background-position: bottom right;
	height: 450px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sub-page-banner.redirect-banner {
    height: auto;
}
.sub-page-banner h1 {
	color: #fff;
	font-size: 72px;
	line-height: normal !important;
}
.breadcrumb-list li {
	display: inline-block;
}
.breadcrumb-list li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.breadcrumb-list li.active a, .breadcrumb-list li.active {
	color: #ee752b;
}
.breadcrumb-list li + li::before {
	padding: 25px;
	color: #fff;
	content: "-";
}

.results-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: #f5f5f5;
	border: 1px solid transparent;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.results-box .result-inner-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.results-btn {
	text-align: center;
	width: 100%;
}
.results-btn a.btn {
	padding: 10px 0;
}
 .results-box .read-more {
	margin-top: 5px;
}
.results-box ul li:last-child {
	margin-bottom: 13px;
}
.results-box:hover {
	border: 1px solid #00aeef;
}
.results-case-studies div[class^="col-"] {
	margin-top: 12px;
	margin-bottom: 12px;
}



/**News Page CSS**/
.news {
    padding: 70px 0 0;
    background: #fff;
}
.results-success {
	padding: 65px 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.news .row {
	margin: 0 -23px;
}
.news div[class^="col-"] {
	padding: 0 23px;
}
.btn.view-case {
	width: 186px;
}
.results-success .custm-header {
	max-width: 1110px;
	margin: 0 auto;
	width: 100%;
}
.custm-header p {
	margin-top: 10px;
	font-weight: 300;
	margin-bottom: 0;
}
.custm-header.white h2, .custm-header.white p {
	color: #fff;
	margin-bottom: 0;
}
.news-box {
	padding: 35px 30px 35px 40px;
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	border: 1px solid #00aeef;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 100%;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.news-box:hover, .news-box:focus {
border-color: #ee752b;
box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
transform: translateY(-4px);
}
.news a, .recruiting a {text-decoration: none;}
.news-box h4 {
	color: #ee752b;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.news-box h3 {
	color: #051428;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 0;
}
.news-box h3::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	background: #ee752b;
	width: 46px;
	height: 2px;
}
.news-box h5 {
	color: #00aeef;
	margin-bottom: 10px;
	font-style: italic;
	margin-top: 10px;
}

.btn.press-read-more {
	color: #ee752b;
	text-transform: uppercase;
	position: relative;
	margin-top: 7px;
	display: inline-block;
	font-size: 16px;
	padding: 0;
	padding-bottom: 8px;
	width: 100%;
	text-align: left;
	font-weight: 300 !important;
}

.btn.press-read-more::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	background: #ee752b;
	width: 102px;
	height: 1px;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.btn.press-read-more:hover {
	color: #00aeef;
}
.btn.press-read-more:hover::before {
	background: #00aeef;
}
.news-inner-box {
	padding-top: 8px;
	margin-bottom: 7px;
}

/*blog css*/
.news .row div[class*="col"], .blog-sec .row div[class*="col"] {
	margin-top: 15px;
	margin-bottom: 10px;
}
.blog-sec {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 70px 0;
}
/* .blog-sec-wrap .row .col-md-4:first-child, .blog-sec-wrap .row .col-md-4:nth-child(2) {
    display: none;
} */
.blog-sec-new .news-box {
	background-size: cover;
	border-left-width: 10px;
}
.blog-sec-new .news-box:hover {
	background-position: top -15px left -20px;
}
.single-post-inner .single-post-img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.single-post-inner .single-post-img {
	margin-bottom: 30px;
}
.single-blog-video { 
    margin-bottom: 35px;
    padding: 30px;
    background: #ee752b;
    border-radius:30px;
}
.single-blog-video-inner {
    position: relative;
    padding-bottom: 56.6%;
}
.single-blog-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*blog css end*/


/**Patient Page CSS**/
.patient-section {padding: 70px 0;}
.our-process {
	padding: 60px 0px;
	background-color: #fcfcfc;
}
.process-header h2 {
	display: inline-block;
	position: relative;
}
.process-header h2::after {
	background: #051428;
	width: 80%;
	content: "";
	height: 1px;
	margin: 7px auto 0;
	display: block;
}
.process-header h5 {
	margin-bottom: 50px;
	margin-top: 14px;
	color: #00aeef;
}
.our-process .process-header h5 {
	margin-top: 20px;
}
.process-data {
	margin-bottom: 10px;
}
.process-data p span {
	color: #00aeef;
	font-size: 20px;
	font-weight: 400;
}
.process-data p {
	font-weight: 300;
	margin-top: 30px;
}
.get-touch-btn {
	margin-top: 70px;
}
.recruiting {
	padding-top: 62px;
	padding-bottom: 62px;
	background-color: #f5f5f5;
}
.recruiting .row {
	margin: 0 -41px -23px;
}
.recruiting div[class^="col-"] {
	padding: 23px 41px;
}
.recruiting-box {
	padding: 0 0 22px;
	background: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0, 0, 0, rgba(0, 0, 0, 0.5);
	box-shadow: 0, 0, 0, rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.recruiting-box:hover {
	color: #00aeef;
	-webkit-box-shadow: 0px 0px 3px 1px rgb(0, 174, 239);
	box-shadow: 0px 0px 3px 1px rgb(0, 174, 239);
}
.recruiting-box-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.recruiting-box-img {
	max-height: 100%;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.recruiting-inner-box {
	margin-bottom: 15px;
}
.recruiting-box-text {
	padding: 0 19px;
	margin-top: 20px;
}
.recruiting-box-text h3 {
	padding-bottom: 17px;
	margin-bottom: 10px;
	position: relative;
	color: #051428;
}
.recruiting-box-text h3::after {
	height: 3px;
	width: 88px;
	position: absolute;
	bottom: 7px;
	background: #ee7527;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
}
.recruiting-box-text p {
	font-weight: 300;
}
.recruiting-box a.btn {
	margin-top: 5px;
	margin-bottom: 15px;
}
.recruiting-box .results-btn {
	margin-top: auto;
}
.recruiting-box-text ul.patient-des-list {
    text-align: left;
    margin: 10px 0 0 0 !important;
}
.recruiting-box-text ul.patient-des-list li {
    color: #2d2d2d;
    font-weight: 300;
    padding-left: 20px;
    position: relative;
}
.recruiting-box-text ul.patient-des-list li::before {
    width: 10px;
    height: 10px;
    background: #2d2d2d;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

/*/patients OSIG page css start*/

.sub-page-banner.sub-page-banner-osig {
    height: auto !important;
    padding: 100px 0;
}
.recruiting.recruiting-osig {
    padding: 0;
    background: #fff;
}
.all-study-repeat-osig, .patient-section.osig-patient-section {
    padding: 30px 0;
	background: #f5f5f5;
}
.all-study-repeat-osig:last-child {
    background: #fff;
}
.patient-section.osig-patient-section {
    border-bottom: 5px solid #fff;
}

.recruiting-box.recruiting-box-osig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.recruiting-box-osig .recruiting-inner-box {
	-ms-flex-preferred-size: 250px;
    flex-basis: 250px;
	    min-width: 250px;
}
.recruiting-box-osig .recruiting-inner-box, .recruiting-box-osig .recruiting-box-text {
    max-width: 100%;
	margin: 0;
    text-align: left;
}
.recruiting-box-osig .recruiting-box-img {
    border-radius: 10px 0 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 150px;
}
.recruiting-box-osig .recruiting-box-img img {
    width: 100%;
}
.recruiting-box-osig a.btn {
    margin-top: 0;
    margin-bottom: 0;
}
.recruiting-box-osig .results-btn {
    text-align: left;
}
.recruiting-box-osig .recruiting-box-text h3::after {
    content: none;
}
.recruiting-box-osig .recruiting-box-text h3 {
    padding-bottom: 0;
    margin-bottom: 20px;
    line-height: 1.2 !important;
}
.our-process-osig .process-header h5 {
    margin-bottom: 0;
}
.toggle-header-outer .all-study-outer {
    margin-top: 10px;
}
.recruiting-osig .custm-header h2, .osig-patient-section .custm-header h2 {
    font-size: 40px;
}
.osig-patient-section .line-header.toggle-header h2 {
    background: transparent;
}

.toggle-header {
	cursor: pointer;
	position: relative;
}
.toggle-header::after {
    float: right;
    content: "\f067";
    font-size: 20px;
    color: #222;
    position: absolute;
    right: 0;
    top: 50%;
    font-family: "Font Awesome 6 Pro";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.toggle-header-outer.open .toggle-header::after {
	content: "\f068";
}
.toggle-header-outer .all-study-outer, .toggle-header-outer .patient-sec-form {
	display:none;
}
.toggle-header-outer .patient-sec-form {
    margin-top: 30px;
}
.custm-header.toggle-header {
	text-align: left !important;
	padding-right: 20px;
    padding-bottom: 0;
}
.line-header.toggle-header::before {
  display: none;
}
.line-header.toggle-header h2 {
	margin-top: 0;
	padding-left: 0;
}
.toggle-header-outer.open .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.osig-footer .footer-about-info img {
	width: 250px;
	margin: 0 auto 13px;
	display: block;
}
.osig-footer .bottom-footer {
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.osig-footer .menu-lists ul, .osig-footer .bottom-footer-logos {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.osig-footer .menu-lists ul {
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.osig-footer .footer-about-info {
  text-align: center;
}
.osig-footer .top-footer {
	padding-bottom: 25px;
}


/*------------------ Patients page css start ------------------------------------*/

.main-header.header-adhd-patient {
    top: 30px;
    background: transparent;
	border: none;
}
.main-header.header-adhd-patient .container-fluid {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.sub-page-banner.adhd-patient-banner {
    position: relative;
    height: 800px;
    align-items: center;
	margin-top: 0;
}
.adhd-patient-banner-left {
    background: #fafafa;
    height: 100%;
    width: 50%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.adhd-patient-banner-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.adhd-patient-banner-outer {
    z-index: 99;
    position: relative;
}
.adhd-patient-banner h1 {
    color: #2c2c2c;
    font-size: 67px;
	line-height: normal !important;
	width: 50%;
}
.adhd-patient-banner h2 {
    color: #2c2c2c;
    font-size: 50px;
    line-height: normal !important;
    margin-top: 40px;
    max-width: 50%;
    padding-right: 15px;
}
.single-post .adhd-patient-banner-right {
    background: #f4f2f4;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.adhd-patient-banner h1 span.orrange-color, .adhd-patient-banner h2 span.orrange-color {
	line-height: 1.2 !important;
}
.adhd-patient-inner {
	margin-top: 130px;
}
span.orrange-color {
    color: #ee752b;
}
span.skyblue-color {
    color: #00aeef;
}
.recruiting-adhd-sec {
    padding: 65px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}
.adhd-patient-profile-sec {
    padding: 65px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.adhd-patient-profile-header h2 {
    position: relative;
	display: inline-block;
}
.adhd-patient-profile-header h2::after {
    background: #051428;
    width: 80%;
    content: "";
    height: 1px;
    margin: 7px auto 0;
    display: block;
}
.adhd-patient-profile-header h5 {
    color: #00aeef;
    margin: 20px 0 50px;
}

.adhd-patient-profile-single {
    text-align: center;
}
.adhd-patient-profile-single h3 {
    font-weight: 500 !important;
    margin-bottom: 6px;
}
.adhd-patient-profile-single img {
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin: 0 0 30px 0;
}
.potential-participant-sec {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.potential-participant-content p {
    font-size: 22px;
    color: #fff;
}
.potential-participant-listing {
    counter-reset: basic-counter 0;
}
.potential-participant-listing ul li {
    color: #fff;
    padding-left: 35px;
    position: relative;
    counter-increment: basic-counter 1;
    font-size: 22px;
}
.potential-participant-listing ul li::before {
    background: #ee752b;
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    content: counter(basic-counter);
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.treatment-path-sec {
    padding: 65px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.unlocking-access-sec {
    background: #00aeef;
    padding: 65px 0;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.unlocking-access-heading h2 {
    color: #fff;
    margin-bottom: 50px;
}
.unlocking-access-heading h2::after {
    width: 100%;
}
.unlocking-access-content p {
    color: #fff;
}
.unlocking-access-content ol {
    padding: 0 0 0 30px;
    margin: 0 0 30px 0;
    color: #fff;
}
.unlocking-access-content ol li {
    list-style-type: auto;
    text-align: left;
}
span.black-text {
    color: #2f2f2f;
}
.unlocking-access-heading h2::after {
    background: #fff;
}
.unlocking-access-img img {
    width: 100%;
}
.adhd-snapshot-sec {
    padding: 65px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.adhd-anapshot-heading h2 {
    color: #fff;
    margin-bottom: 50px;
}
.adhd-anapshot-heading h2::after {
    background: #fff;
}
.adhd-snapshot-single {
    text-align: center;
    background: #fff;
    padding: 43px 20px 20px 20px;
    min-height: 210px;
    border-radius: 10px;
    outline: 3px dotted #ee752b;
    outline-offset: -3px;
    position: relative;
	height: 100%;
}
.adhd-snapshot-sec .col-md-6 {
    margin-top: 35px;
}
.adhd-snapshot-single h3 {
    font-size: 40px;
    color: #ee752b;
    margin: 20px 0;
    line-height: 1.2 !important;
}
.adhd-snapshot-icon {
    width: 95px;
    height: 95px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    outline: 3px dotted #ee752b;
    outline-offset: -3px;
    z-index: 99;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}
.adhd-snapshot-icon img {
    max-width: 50px;
}
.treatment-path-heading h2 {
    margin-bottom: 50px;
}

.medical-records-vedio-sec {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 20px solid #ee752b;
    border-radius: 20px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}
.medicalvideo-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
	cursor: pointer;
    width: 100%;
}
.medicalvideo-img img.medical-vedio-inner-img {
    width: 100%;
}
.medicalvideo-img .medical-vedio-icon {
    max-width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.survey-sec-mt {
	margin-top: 156px;
}


a#bbblink.ruhzbam, a#bbblink.ruhzbum {
    width: 130px !important;
    height: 69px;
}

.patient-profile-banner-setting.sub-page-new-banner .sub-banner-inner {
    padding-bottom: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/*---------------------------- Pricing Page Css Start ------------------------------*/

.pricing-banner .sub-banner-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0 !important;
}
.banner-btm-block-inner {
    background: #FFFFFF;
    box-shadow: 8px 8px 20px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 60px 20px;
    position: relative;
}

.banner-btm-block-inner p {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.4;
}

section.banner-btm-block {
    margin-top: -230px;
}
.pricing-sec {
    background-position: bottom 130px center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 30px;
}

.pricing-banner-inner {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 90px;
}
.blue-color {color: #00aeef; font-weight: 500;}
.price-table-outer-cont p {
    font-size: 18px;
    font-weight: 500;
}

.price-table-outer-cont {
    margin-bottom: 60px;
}

.pricing-info-table table {
    width: 100%;
}

div.pricing-info-table table tr th, div.pricing-info-table table tr td {
    border: 1px solid #209DD8;
    font-size: 22px;
    font-weight: 300;
}

div.pricing-info-table table tr th {
    background: #ffffff;
    color: #222;
    text-align: left;
    padding: 18px 15px;
}

div.pricing-info-table table tr th:first-child {
    font-weight: 500;
    font-size: 32px;
    padding-left: 60px;
}

div.pricing-info-table table tr td:first-child {
    font-weight: 500;
    font-size: 24px;
    padding-left: 60px;
}

div.pricing-info-table table tbody tr:nth-of-type(2n) {
    background: #209dd917;
}

div.pricing-info-table table tr:last-child {
    background: #209DD9;
}

div.pricing-info-table table tr:last-child td {
    color: #fff;
}
.price-table-outer-cont p span.blue-color {
    font-size: 20px;
}

div.pricing-info-table table tr th b {
    font-weight: 500;
}

.model-block-inner {
    background: #F5F5F5;
    border-radius: 20px;
    height: 100%;
}

.model-heading.text-center {
    font-size: 46px;
    font-weight: 500;
    background: #209DD8;
    color: #fff;
    border-radius: 20px;
    padding: 13px;
    line-height: normal;
    top: -38px;
    position: relative;
    margin: 0 50px;
}

span.model-subheading {
    display: block;
    font-size: 30px;
    font-weight: 300 !important;
    padding: 0 50px;
    margin-bottom: 40px;
}

ul.model-single-list {
    padding: 45px !important;
}

ul.model-single-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
}

ul.model-single-list li strong {
    font-weight: 500;
}

ul.model-single-list li::before {
    content: '';
    background: #EE752B;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    border-radius: 50px;
    top: 7px;
}
.model-content-block > p:first-child {
    min-height: 110px;
}
.model-content-block .model-content-item:nth-child(2) {
    min-height: 360px;
}
.model-content-block .model-content-item:nth-child(3) {
    min-height: 255px;
}
.model-content-block {
    background: #fff;
    margin: 10px;
    padding: 80px 42px;
    min-height: 1315px;
}

.model-content-item {
    margin-top: 80px;
}

.model-content-head {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 28px;
}

.model-content-item ul li {
    margin-bottom: 20px;
    font-weight: 300;
    padding-left: 30px;
    position: relative;
}

.model-content-item ul li strong {
    font-weight: 500;
}

.model-content-item ul li::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    position: absolute;
    left: 0;
    color: #ee752b;
    font-size: 20px;
    top: -1px;
}

@media (max-width:1441px) {
.model-heading.text-center {
    font-size: 32px;
}
span.model-subheading {
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 26px;
}
.model-content-block {
    padding: 50px 30px;
    min-height: 1270px;
}
.model-content-block > p:first-child {
    min-height: 140px;
}
.model-content-block .model-content-item:nth-child(2) {
    min-height: 420px;
}
.model-content-block .model-content-item:nth-child(3) {
    min-height: 270px;
}
.model-content-item {
    margin-top: 40px;
}
}


@media (max-width:1199px) {
.banner-btm-block-inner {
    padding: 30px 20px;
    max-width: 890px;
    margin: 0 auto;
}
.banner-btm-block-inner p {
    font-size: 24px;
}
section.banner-btm-block {
    margin-top: -200px;
}
div.pricing-info-table table tr th:first-child {
    padding-left: 30px;
}
div.pricing-info-table table tr th, div.pricing-info-table table tr td {
    font-size: 20px;
}
div.pricing-info-table table tr td:first-child {
    font-size: 22px;
    padding-left: 30px;
}
.model-heading.text-center {
    font-size: 30px;
    padding: 15px;
    margin: 0 auto;
    max-width: 400px;
}
span.model-subheading {
    font-size: 22px;
    padding: 0 20px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
ul.model-single-list {
    padding: 20px !important;
    min-height: 300px;
}
.model-content-block {
    padding: 30px;
    min-height: 1380px;
}
.model-content-item {
    margin-top: 30px;
}
.model-content-head {
    font-size: 22px;
    margin-bottom: 20px;
}
.model-content-item ul li:last-child, ul.model-single-list li:last-child {
    margin: 0;
}
.price-table-outer-cont {
    margin-bottom: 40px;
}
.model-content-block > p:first-child {
    min-height: 195px;
}
.model-content-block .model-content-item:nth-child(2) {
    min-height: 525px;
}
.model-content-block .model-content-item:nth-child(3) {
    min-height: 290px;
}
}

@media (max-width:991px) {
div.pricing-info-table table tr th:first-child {
    font-size: 24px;
}
div.pricing-info-table table tr td:first-child {
    font-size: 20px;
}
div.pricing-info-table table tr th, .privacy-info-table tr td {
    padding: 10px;
}
div.pricing-info-table table tr th, div.pricing-info-table table tr td {
    font-size: 18px;
}
.privacy-info-table.pricing-info-table table {
    width: 696px;
}
.banner-btm-block-inner p {
    font-size: 20px;
}
section.banner-btm-block {
    margin-top: -184px;
}
.model-heading.text-center {
    font-size: 24px;
    top: -29px;
}
span.model-subheading {
    font-size: 20px;
    padding: 0 15px;
    min-height: auto;
    margin-top: -14px;
    margin-bottom: 15px;
}
ul.model-single-list li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}
ul.model-single-list {
    min-height: auto;
}
.model-content-block {
    min-height: auto;
}
.model-content-item ul li {
    margin-bottom: 10px;
}
.model-sec-wrap .row .col-lg-6:last-child {
    margin-top: 50px;
}
ul.model-single-list {
    padding: 15px !important;
}
.model-content-block {
    padding: 15px;
}
.model-content-block > p:first-child {
    min-height: auto;
}
.model-content-block .model-content-item:nth-child(2) {
    min-height: auto;
}
.model-content-block .model-content-item:nth-child(3) {
    min-height: auto;
}
}


/*---------------------------- Pricing Page Css End ------------------------------*/






@media (max-width: 1460px) {
.main-header.header-adhd-patient {
    padding: 0 30px;
}
.sub-page-banner.adhd-patient-banner {
    height: 650px;
}	
.adhd-patient-banner h1 {
    font-size: 56px;
}
.adhd-patient-banner h2 {
    font-size: 42px;
}
.main-header.header-adhd-patient .container-fluid {
    padding: 0 15px;
}
.survey-sec-mt {
	margin-top: 136px;
}
}


@media (max-width: 1441px) {
.sub-page-banner.adhd-patient-banner {
	height: 530px;
}
.adhd-patient-banner-right img {
    max-width: 490px;
}
.adhd-patient-banner h2 {
    font-size: 34px;
	margin-top: 30px;
}
.potential-participant-content p {
    font-size: 26px;
}
.adhd-snapshot-single {
    min-height: 235px;
}
.adhd-patient-inner {
    margin-top: 145px;
}
}

@media (max-width: 1199px) {
.recruiting-adhd-sec, .adhd-patient-profile-sec, .potential-participant-sec, .treatment-path-sec, .unlocking-access-sec, .adhd-snapshot-sec {
    padding: 40px 0;
}
.recruiting-adhd-sec {
    text-align: center;
    background-size: cover;
    background-position: center;
}
.recruiting-adhd-img {
    margin-bottom: 30px;
}
.potential-participant-content p {
    font-size: 20px;
}
.potential-participant-listing ul li {
    font-size: 18px;
}
.potential-participant-listing ul li::before {
    width: 23px;
    height: 23px;
    top: 2px;
    font-size: 15px;
}
.treatment-path-heading h2, .unlocking-access-heading h2, .adhd-anapshot-heading h2 {
    margin-bottom: 20px;
}
.unlocking-access-img img {
    width: auto;
    margin: 0 0 30px 0;
}
.unlocking-access-sec {
    text-align: center;
}
.adhd-snapshot-sec .col-md-6 {
    margin-top: 80px;
}
}

@media (max-width: 1080px) {
.main-header.header-adhd-patient {
    padding: 0 50px;
}	
}

@media (max-width: 991px) {
.main-header.header-adhd-patient {
    padding: 0 0px;
    top: 0;
}
.container-fluid.adhd-patient-banner-outer {
    padding: 0 15px;
}
.sub-page-banner.adhd-patient-banner {
    height: 420px;
    margin-top: 136px;
}
.adhd-patient-banner-right img {
    max-width: 100%;
}
.adhd-patient-banner h2 {
    font-size: 28px;
    margin-top: 20px;
}
.adhd-patient-profile-sec .adhd-patient-profile-header h5 {
    margin: 20px 0 0px;
}
.adhd-patient-profile-single {
    margin-top: 50px;
}
.adhd-patient-profile-single img {
    margin: 0 0 20px 0;
}
.potential-participant-content p {
    margin-bottom: 20px;
}
.adhd-patient-inner {
    margin-top: 0;
}
}

@media (max-width: 767px) {
.adhd-patient-banner-left {
    display: none;
}
.adhd-patient-banner-right {
    width: 100%;
}	
.adhd-patient-banner-right img {
    display: none;
}
.sub-banner-inner.adhd-patient-inner {
    text-align: center;
}
.adhd-patient-inner h1 {
    color: #fff;
}
.adhd-patient-banner h2 {
    color: #fff;
    margin-top: 15px;
    font-size: 20px;
}
.adhd-patient-inner h1 br, .adhd-patient-inner h2 br {
    display: none;
}
.sub-page-banner.adhd-patient-banner {
    height: 230px;
	margin-top: 117px;
}
.banner-mobile-none {
    display: none;	
}
.banner-mobile-none + .news-single-post.mt-0 {
    margin-top: 117px !important;
}
.survey-sec-mt {
	margin-top: 117px;
}
.adhd-snapshot-single {
    min-height: auto;
}
.adhd-snapshot-single h3 {
    font-size: 32px;
    margin: 10px 0;
}
.medicalvideo-img .medical-vedio-icon {
    max-width: 50px;
}
.medical-records-vedio-sec {
    border: 10px solid #ee752b;
    border-radius: 10px;
}
}

@media (max-width: 575px) {
.sub-page-banner.adhd-patient-banner, .survey-sec-mt {
    margin-top: 127px;
}
.banner-mobile-none + .news-single-post.mt-0 {
    margin-top: 127px !important;
}
}

@media (max-width: 360px) {
.sub-page-banner.adhd-patient-banner, .survey-sec-mt {
    margin-top: 150px;
}
.banner-mobile-none + .news-single-post.mt-0 {
    margin-top: 150px !important;
}
}

/*------------------ Patients page css end ------------------------------------*/

/*------------------ Dermatology Patients page css start ------------------------------------*/

.dermatology-patient-banner-right img {
    height: 102%;
    max-width: inherit;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.adhd-patient-banner-right.dermatology-patient-banner-right {
    overflow: hidden;
}
.adhd-patient-profile-single.dermatology-patient-profile-single {
    padding: 30px;
    -webkit-box-shadow: 0 0 10px #ddd;
            box-shadow: 0 0 10px #ddd;
    height: 100%;
    border-radius: 15px;
	background: #fff;
	margin-top: 0;
}
.dermatology-patient-profile-outer {
    margin-top: 50px;
}
.dermatology-patient-profile-sec {
    background: #f5f5f5;
}

@media (min-width: 1900px) {
.dermatology-patient-banner-right img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
}

@media (max-width: 1441px) {
.dermatology-patient-banner-right img {
    height: 116%;
}
}

@media (max-width: 1199px) {
.dermatology-patient-banner-right img {
    height: 102%;
}
.adhd-patient-profile-single.dermatology-patient-profile-single {
    padding: 30px 15px;
}
}

@media (max-width: 991px) {

}

/*------------------ Dermatology Patients page css end ------------------------------------*/

/*------------------ Cardiovascular Patients page css start ------------------------------------*/

.cardiovascular-patient-banner-right img {
    width: 100%;
    max-width: 850px;
}

@media (max-width: 1441px) {
.cardiovascular-patient-banner-right img {
    max-width: 550px;
}
}

/*------------------ Cardiovascular Patients page css end ------------------------------------*/

/*------------------ Autism Patients page css start ------------------------------------*/

.autism-patient-banner-right {
    overflow: hidden;
}
.autism-patient-banner-right img {
    width: 100%;
    bottom: -10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.autism-patient-profile-sec {
    background: #f5f5f5;
}
.autism-patient-profile-sec .adhd-patient-profile-header h5 {
    margin: 20px 0 0;
}

@media (max-width: 1460px) {
.autism-patient-banner-right img {
    bottom: 0;
}
}

@media (max-width: 1441px) {
.autism-patient-banner-right img {
    bottom: -15px;
    max-width: 100%;
}
}

/*------------------ Autism Patients page css end ------------------------------------*/

/*------------------ Obesity Patients page css start ------------------------------------*/

.patient-profile-outer-sec {
    padding: 30px;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    border-radius: 15px;
    background: #fff;
    margin-top: 50px;
}
.patient-profile-single-outer {
    margin-bottom: 20px;
}
.patient-profile-single-outer:last-child {
    margin: 0;
}
.patient-profile-single-outer .adhd-patient-profile-single {
    text-align: left;
	margin: 0;
}
.patient-profile-single-outer .adhd-patient-profile-single h3 {
    position: relative;
    color: #00aeef;
    margin-bottom: 5px;
    padding-left: 15px;
}
.patient-profile-single-outer .adhd-patient-profile-single h3::after {
    content: "";
    height: 100%;
    width: 5px;
    background: #00aeef;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}


@media (max-width: 767px) {
.patient-profile-outer-sec {
    padding: 15px;
}
}

/*------------------ Obesity Patients page css end ------------------------------------*/

/*------------------ Clinical trial css start -----------------------------------------*/

.clinicaltrial-single-pages {
	padding: 65px 0;
}

.clinicaltrial-item-description p {
  margin-bottom: 30px;
  display: block;
  word-wrap: break-word;
}
.clinicaltrial-item-description  h2 {
  margin-bottom: 10px;
}
.clinicaltrial-item-description ul li::before, .clinicaltrial-item-description ol li::before {
  content: '';
  background: #ee752b;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: ;
  top: 8px;
  border-radius: 50%;
}
.clinicaltrial-item-description ul li, .clinicaltrial-item-description ol li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
}
.clinicaltrial-item-description ul, .clinicaltrial-item-description ol {
  margin-bottom: 30px !important;
  padding-left: 0;
}
.clinicaltrial-item-description ul li:last-child, .clinicaltrial-item-description ol li:last-child {
  margin-bottom: 0;
}
.clinicaltrial-item-description .btn.common-btn {
  margin-bottom: 30px;
}
.clinicaltrial-item-description h3, .clinicaltrial-item-description h4 {
    font-weight: 500 !important;
    text-decoration: underline;
}
.clinicaltrial-item-description p:last-child {
  margin-bottom: 0;
}


/*------------------ Clinical trial css end -----------------------------------------*/

/*------------------ Patient Voice page css start -----------------------------------*/

.cmn-space-blk {
	padding: 100px 0;
}
.survey-sec h2, .survey-sec h3 {
	margin-bottom: 25px;
}
.survey-btm-sec {
  padding: 60px 0;
}
.survey-btm-sec p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
}
.survey-btm-sec .survey-btm-inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.survey-btm-sec .survey-btm-inner .btn.common-btn {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}


@media (max-width: 1400px) {
.cmn-space-blk {
    padding: 70px 0;
}
}

@media (max-width: 1199px) {
.cmn-space-blk, .survey-btm-sec {
    padding: 40px 0;
}

.survey-left {
	margin-bottom: 30px;
}
.survey-btm-sec p {
	margin-bottom: 25px;
	font-size: 21px;
}
}

/*------------------ Patient Voice page css end -----------------------------------*/

/*------------------ Allcondition page css start -----------------------------------*/

.footer-allcondition .footer-menu h3::after {
    margin: auto;
    right: 0;
}
.allconditions-sec-form h3 {
    margin-bottom: 20px;
	color: #051428;
}
.allconditions-sec-form p {
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    margin-top: 0;
    color: #051428;
}

@media (max-width: 991px) {
.sub-page-new-banner.banner-allcondition .sub-banner-inner {
    background-image: url("https://www.autocruitment.com/wp-content/uploads/2025/01/allcondition-mobile-banner.png") !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-id-2574  .sub-page-new-banner.banner-allcondition .sub-banner-inner {
    background-image: url("https://www.autocruitment.com/wp-content/uploads/2025/02/pedcondition-banner-1.png") !important;
    background-position: bottom center !important;
}
}

/*------------------ Allcondition page css end -----------------------------------*/

/*------------------ About new page css start -----------------------------------*/

.header-patient-new ul.navbar-nav li.current-menu-item a {
    color: #2c2c2c;
}
.header-patient-new ul.navbar-nav li a:hover, .header-patient-new ul.navbar-nav li a:focus, .header-patient-new ul.navbar-nav li a:active {
    color: #00aeef;
}
.header-patient-new ul.navbar-nav li.current-menu-item a::after {
    width: 0;
}
.header-patient-new ul.navbar-nav li a:hover::after, .header-patient-new ul.navbar-nav li a:focus::after, .header-patient-new ul.navbar-nav li a:active::after {
    width: 100%;
}
.header-patient-new .navbar-nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
	    padding-left: 10px !important;
}
.header-patient-new .header-btn {
    padding-left: 20px;
}
.header-patient-new .header-btn .common-btn {
    padding: 13px 15px;
    width: auto;
    max-width: 100%;
    min-width: 140px;
}
.header-patient-new ul.navbar-nav li {
    border-left: none;
}
.header-patient-new ul.navbar-nav li:first-child {
    border: none;
}
.header-patient-new .header-patient-newmenu .btn.common-btn {
    width: auto;
    padding: 0;
    background: transparent;
    color: #222;
	border: none !important;
}
.header-patient-new .header-patient-newmenu .btn.common-btn:hover, .header-patient-new .header-patient-newmenu .btn.common-btn:focus, .header-patient-new .header-patient-newmenu .btn.common-btn:active {
    background: transparent !important;
    color: #00aeef !important;
    border: none !important;
}

.equal-space-y {
    padding: 100px 0;
}
.how-works-sec {
    position: relative;
}
.how-work-header p {
    font-size: 24px;
    max-width: 100%;
    line-height: 1.25;
    margin: 30px 0 0;
}
.how-work-header p a {
    color: #249ED8;
}
.how-works-background {
    position: relative;
    padding-top: 0;
}
.how-works-blogs {
    position: relative;
    width: 100%;
    z-index: 9;
}
img.how-works-back-img {
    margin-left: 90px;
    position: absolute;
    top: 56px;
}
.how-works-blogs .row .how-works-single:nth-child(1) {
    margin-top: 15px;
	order: 1;
}
.how-works-blogs .row .how-works-single:nth-child(2) {
    order: 2;
}
.how-works-blogs .row .how-works-single:nth-child(3) {
    margin-top: 30px;
	order: 3;
}
.how-works-blogs .row .how-works-single:nth-child(4) {
    margin-top: 22px;
	order: 4;
}
.how-works-blogs .row .how-works-single:nth-child(5) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    margin-top: 0;
    -webkit-transform: translateX(138px);
        -ms-transform: translateX(138px);
            transform: translateX(138px);
}
.how-works-blogs .row .how-works-single:nth-child(6) {
    order: 6;
    margin-top: 25px;
    margin-left: -138px;
}
.how-works-blogs .row .how-works-single:nth-child(7) {
    order: 5;
    margin-top: 20px;
}
.how-works-single-inner h3 {
    font-size: 20px;
    font-weight: bold !important;
    line-height: 1.05 !important;
    margin: 15px 0;
	text-transform: uppercase;
}
.how-works-single-inner p {
    font-size: 20px;
    font-weight: 300;
	line-height: 1.3;
}
.how-works-single-inner p a {
    color: #249ED8;
    text-decoration: underline;
}
.how-works-single-inner a.btn {
    margin-top: 15px;
}
.how-works-blogs .row .how-works-single:nth-child(1) p, .how-works-blogs .row .how-works-single:nth-child(4) p {
	max-width: 285px;
}
.how-works-blogs .row .how-works-single:nth-child(2) p {
	max-width: 110px;
}
.how-works-blogs .row .how-works-single:nth-child(3) p {
	max-width: 180px;
}
.how-works-blogs .row .how-works-single:nth-child(5) p {
	max-width: 190px;
}
.how-works-blogs .row .how-works-single:nth-child(6) p {
	max-width: 215px;
}
.how-work-header.custm-header {
    padding-bottom: 50px;
}


.find-study-sec {
    background: #f5f5f5;
    position: relative;
}
.find-study-wrapper {
	background: #fff;
    border-radius: 20px;
    padding: 10px;
	margin-bottom: 30px;
}
.find-study-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    position: relative;
	cursor: pointer;
}
.find-study-inner:last-child {
    margin: 0;
}
.find-study-inner img {
    -ms-flex-preferred-size: 393px;
        flex-basis: 393px;
    max-width: 50%;
    border-radius: 20px;
}
.find-study-content h3 {
    font-size: 36px;
    font-weight: bold !important;
    line-height: 1 !important;
    margin-bottom: 0;
}
.find-study-content p {
    font-size: 18px;
    line-height: 24px;
}
.find-study-content span.plus-icon {
    width: 80px;
    height: 80px;
    border: 1px solid #ee752b;
    border-radius: 50%;
    color: #ee752b;
    position: absolute;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 27px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
	-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
			transition: all 0.5s;
}
.find-study-inner.active span.plus-icon {
    background: #ee752b;
    color: #fff;
}
.find-study-content {
    padding-right: 180px;
}
.recruiting-box-wrapper {
	display: none;
	background: #f5f5f5;
    padding: 10px;
    border-radius: 20px;
    margin-top: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.recruiting-box-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.recruiting-box-outer .recruiting-box {
    height: auto;
    width: calc(25% - 10px);
}
.patient-blog-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.patient-blog-sec {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	overflow: hidden;
}
.patient-blog-header h2 {
    color: #fff;
}
.patient-blog-wrapper {
    margin-top: 30px;
    padding-bottom: 112px;
}
.patient-blog-slide {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
}
.patient-blog-slide img {
    border-radius: 20px;
	width: 100%;
}
.patient-blog-slide-content {
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.patient-blog-slide-content span {
    font-size: 14px;
    line-height: 20px !important;
    font-weight: 500 !important;
	margin: 20px 0 0;
    display: inline-block;
}
.patient-blog-slide-content h3 {
    font-size: 20px;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    margin: 20px 0;
}
.patient-blog-slide-content h3 a {
    color: #222;
}
.patient-blog-slide-content p {
    font-size: 18px;
    line-height: 24px;
    background: #249ED8;
    color: #fff;
    border-radius: 20px;
    padding: 16px 15px;
    margin-top: 35px;
}
.patient-blog-slide-btn {
    margin-bottom: 10px;
}
.patient-blog-wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.patient-blog-wrapper .slick-list {
    width: 1780px;
}
.patient-blog-wrapper .slick-arrow {
    width: 62px;
    height: 62px;
    background: #fff !important;
    border-radius: 50%;
    border: 1px solid #ee752b !important;
    bottom: 0;
    top: auto !important;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    left: 50% !important;
}
.patient-blog-wrapper .slick-prev {
    margin-left: -41px;
}
.patient-blog-wrapper .slick-next {
    margin-left: 41px;
}
.patient-blog-wrapper .slick-arrow::before {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    color: #ee752b;
    font-size: 32px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background: none;
    width: auto;
    height: auto;
}
.patient-blog-wrapper .slick-prev::before {
    content: "\f177";
}
.patient-blog-wrapper .slick-next::before {
    content: "\f178";
}
.patient-blog-wrapper .slick-next::after {
	content: none;
}
.patient-blog-wrapper .slick-arrow:hover, .patient-blog-wrapper .slick-arrow:active, .patient-blog-wrapper .slick-arrow:focus {
    background: #ee752b !important;
}
.patient-blog-wrapper .slick-arrow:hover::before, .patient-blog-wrapper .slick-arrow:active::before, .patient-blog-wrapper .slick-arrow:focus::before {
    color: #fff;
}



.unlock-sec-inner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 44px;
    border-radius: 20px;
    overflow: hidden;
}

.unlock-sec-inner .unlock-sec-left {
    max-width: 560px;
    width: 100%;
}

.unlock-sec-left h2 span {
    color: #EE752B;
}

.unlock-sec-left h2 {
    line-height: 1.2 !important;
    margin-bottom: 18px;
}
.unlock-sec-left p {
    margin: 20px 0;
}
.unlock-sec-left ul {
    margin-top: 30px !important;
}

.unlock-sec-left ul li {
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
}

.unlock-sec-left ul li:last-child {
    margin-bottom: 0;
}

.unlock-sec-left ul li::before {
    content: "";
    background: url('/wp-content/uploads/2025/04/check.png');
     background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0px;
}



.footer-about-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 320px;
	    margin-top: 30px;
	position: relative;
}
.footer-about-logos span#siteseal {
    width: 128px;
    position: absolute;
    right: 0;
    top: 0;
}
.footer-about .bottom-footer .menu-lists {
    margin-bottom: 0;
}
.footer-about .footer-social {
    margin-top: 0;
}
.main-footer.footer-about {
    padding-bottom: 30px;
}
.footer-about .bottom-footer-right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.footer-about .footer-social ul li {
    width: auto;
    padding-right: 0;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.1);
    margin-right: 10px;
    border-radius: 4px;
}
.footer-about .footer-social ul li:last-child {
    padding: 0;
	margin: 0;
}
.footer-about-logos iframe {
    height: auto;
    max-height: 78px !important;
    width: auto !important;
}
.footer-about-logos span#siteseal img {
    margin-bottom: 0;
}

.patient-bpost-wrapper h3 {
    font-size: 32px;
    margin: 0 0 10px;
    font-weight: 900 !important;
	letter-spacing: 1px;
}
.patient-bpost-wrapper p, .patient-bpost-wrapper ul li, .patient-bpost-wrapper ol li {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    line-height: 1.5;
}

@media (min-width: 2100px) {
.patient-blog-wrapper .slick-list {
    width: 100%;
}	
}


@media (min-width: 1442px) and (max-width: 1700px) {
img.how-works-back-img {
    max-width: 94%;
}
.how-works-blogs .row .how-works-single:nth-child(6) {
    margin-top: 20px;
}
.how-works-blogs .row .how-works-single:nth-child(7) {
    margin-top: 10px;
}

}

@media (min-width: 1200px) and (max-width: 1441px) {
img.how-works-back-img {
    margin-left: 80px;
    top: 55px;
     max-width: 94%;
}
.how-works-single-inner p {
    font-size: 16px;
}
.how-works-blogs .row .how-works-single:nth-child(5) {
    margin-top: -30px;
}
.how-works-blogs .row .how-works-single:nth-child(6) {
    margin-top: -40px;
}
.patient-blog-wrapper .slick-list {
    width: 1500px;
}
.how-works-blogs .row .how-works-single:nth-child(7) {
    margin-top: 0;
}
}

@media (max-width: 1199px) {
.how-works-single-inner p {
    font-size: 16px;
}
img.how-works-back-img {
    margin-left: 80px;
    top: 100px;
     max-width: 94%;
}
.how-works-blogs .row .how-works-single:nth-child(6) {
    margin-top: 20px;
}
.how-works-blogs .row .how-works-single:nth-child(7) {
    margin-top: 10px;
}
.how-works-single-inner h3 {
    font-size: 16px;
    margin: 9px 0;
}
.how-works-single-inner p {
    font-size: 15px;
    line-height: 1.2;
}
.how-works-blogs .row .how-works-single:nth-child(6) .how-works-single-inner p {
    padding-left: 4px;
    padding-right: 4px;
}

.find-study-inner {
    gap: 30px;
}
.find-study-content h3 {
    font-size: 30px;
    margin-bottom: 0;
}
.find-study-content p {
    font-size: 16px;
    line-height: 22px;
}
.find-study-content span.plus-icon {
    width: 60px;
    height: 60px;
}
.find-study-content {
    padding-right: 120px;
}
.how-work-header p {
    font-size: 20px;
}
.equal-space-y {
    padding: 80px 0;
}
.patient-blog-wrapper .slick-list {
    width: 1250px;
}
.patient-blog-wrapper {
    padding-bottom: 90px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.how-works-single-inner a.btn {
    width: 100%;
}
.recruiting-box-outer .recruiting-box {
    width: calc(33.33% - 10px);
}
.header-patient-new .header-btn {
    padding-left: 5px;
}
}

@media (min-width: 992px) and (max-width: 1070px) {
img.how-works-back-img {
    top: 120px;
}
}

@media (max-width: 991px) {
img.how-works-back-img {
    display: none;
}
.unlock-sec-inner {
    background-image: none;
    background-color: #f5f5f5;
}
.unlock-sec-inner .unlock-sec-left {
    max-width: 100%;
}
.find-study-content span.plus-icon {
    width: 50px;
    height: 50px;
    right: 10px;
    font-size: 24px;
}
.find-study-content {
    position: relative;
    width: 100%;
    padding: 30px 60px 30px 10px;
}
.find-study-content h3 {
    font-size: 24px;
}
.equal-space-y {
    padding: 40px 0;
}
.patient-blog-wrapper {
    padding-bottom: 75px;
}
.find-study-wrapper:last-child {
    margin-bottom: 0;
}
.how-works-blogs .row .how-works-single:nth-child(7) {
    order: 7;
    margin-top: 20px;
}
.how-works-blogs .row .how-works-single:nth-child(6) {
    margin-left: 0;
}
.how-works-blogs .row .how-works-single:nth-child(5) {
    order: 5;
    margin-top: 20px;
	-webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.how-works-blogs .row .how-works-single:nth-child(2) {
    margin-top: 15px;
}

.unlock-sec-left ul li::before {
    width: 24px;
    height: 24px;
    top: 1px;
}
.find-study-wrapper .recruiting-box-outer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.find-study-wrapper .recruiting-box-outer .recruiting-box {
    width: calc(50% - 10px);
}
.find-study-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	gap: 0;
}

.find-study-inner img {
    max-width: 100%;
    flex-basis: 100%;
}
.patient-blog-wrapper .slick-list {
    width: 1400px;
}
.patient-blog-slide-content {
    min-height: 250px;
}
.how-work-header {
    padding-bottom: 25px;
}
.how-work-header.custm-header {
    padding-bottom: 20px;
}
.how-work-header p {
    font-size: 18px;
    line-height: 24px;
}
.header-patient-new .header-btn {
    padding-left: 5px;
}
.header-patient-new .header-btn .common-btn {
    min-width: 120px;
}
}

@media (max-width: 900px) {
.footer-about-logos {
    margin: 30px auto 0;
}
.footer-about .footer-social {
    margin-top: 10px;
}
.footer-about .footer-social ul li {
    width: 44px !important;
    margin-right: 10px !important;
}
.footer-about .footer-social ul li:last-child {
    margin: 0 !important;
}
}


@media (max-width: 767px) {
.unlock-sec-inner {
    padding: 30px;
}
.patient-blog-header.custm-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.patient-blog-wrapper .slick-list {
    width: 100%;
}
.patient-blog-wrapper .slick-track {
    gap: 15px;
}
.patient-blog-header a.btn {
    width: 150px;
}
.patient-blog-wrapper .slick-arrow {
    width: 50px;
    height: 50px;
}
.patient-blog-wrapper .slick-arrow::before {
    font-size: 22px;
}
.patient-blog-wrapper .slick-prev {
    margin-left: -31px;
}
.patient-blog-wrapper .slick-next {
    margin-left: 31px;
}
.patient-blog-wrapper {
    /*padding-bottom: 75px;*/
	margin-top: 10px;
	padding-bottom: 60px;
}
.patient-blog-slide-content {
    min-height: 250px;
}
}

@media (max-width: 575px) {
.find-study-wrapper .recruiting-box-outer .recruiting-box {
    width: 100%;
}
.how-works-blogs .row .how-works-single:nth-child(7) img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.patient-blog-slide-content {
    min-height: auto;
}
.patient-blog-slide-content h3 {
    margin: 20px 0;
}
.patient-blog-wrapper {
    padding-bottom: 75px;
}
}

/*------------------ About new page css end -----------------------------------*/

/*------------------ Patient Blog page css start -----------------------------------*/

.allpatientblog-sec.equal-space-y {
    padding-bottom: 30px;
}
.allpatientblog-single {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    background: #f5f5f5;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
	margin: 10px 0;
}

.allpatientblog-single img {
    border-radius: 10px;
    width: 100%;
}
.allpatientblog-single-image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
.allpatientblog-single-content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
.allpatientblog-single-content span {
    font-size: 14px;
    line-height: 20px !important;
    font-weight: 500 !important;
    display: inline-block;
    color: #222;
}
.allpatientblog-single-content h3 {
    font-size: 20px;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    color: #222;
    margin: 15px 0;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (min-width: 992px) and (max-width: 1199px) {
.allpatientblog-single-content h3 {
    margin: 10px 0;
    -webkit-line-clamp: 1;
}
.allpatientblog-single {
    gap: 15px;
}
}

@media (max-width: 1199px) {
.allpatientblog-sec.equal-space-y {
    padding-bottom: 10px;
}
}

@media (max-width: 991px) {
.allpatientblog-single {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
	height: 100%;
}
.allpatientblog-single-image, .allpatientblog-single-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.allpatientblog-single-content {
    text-align: center;
}
}

@media (max-width: 575px) {
.allpatientblog-row {
    gap: 30px;
}
.allpatientblog-single-content h3 {
    -webkit-line-clamp: none;
}
}


/*------------------ Patient Blog page css end -----------------------------------*/


@media (min-width: 768px) {
.header-osig .mobile-header {
    display: block;
}
.header-osig .mobile-header .open-toggle {
    background-image: url('/wp-content/uploads/2023/05/humburger.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 26px;
    display: inline-block;
    width: 40px;
    height: 44px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    vertical-align: middle;
}
.header-osig .close-toggle {
    font-size: 50px !important;
    line-height: 1 !important;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 30px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 20px;
}
.header-osig .mob-logo {
    display: block;
}
.header-osig .header-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -100%;
    background-color: #f4f4ff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
    padding-left: 23px;
    display: block;
}
.header-right.header-osig.sticky-in .header-nav {
    width: 100%;
    box-shadow: 0 0 0 520px rgba(0,0,0,0.4);
	left: 0;
}
.header-right.header-osig .header-nav, .header-right.header-osig .header-nav .navbar-expand-md, .header-right.header-osig .navbar-expand-md .navbar-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.header-right.header-osig ul.navbar-nav li {
    padding: 10px 0 !important;
    width: 100%;
}
.header-right.header-osig .navbar-expand-md {
    width: 100%;
}
.header-osig .header-btn {
    padding-left: 0;
}
.header-osig .header-btn .common-btn {
    padding: 12px 0 !important;
    width: 245px !important;
    font-size: 18px !important;
}
.header-osig .mob-logo {
    max-width: 300px;
}
.header-osig ul.navbar-nav li a {
    font-size: 18px !important;
}
.header-osig .navbar-expand-md .navbar-nav {
    width: 100%;
}
.header-osig ul.navbar-nav li ul.sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    padding-top: 20px !important;
    margin: 0;
}
.header-osig ul.navbar-nav li ul.sub-menu li {
    padding: 0 20px !important;
	background: transparent;
}
.header-osig ul.navbar-nav li ul.sub-menu li a {
    color: #2c2c2c;
}
.header-osig ul.navbar-nav li ul.sub-menu li a:hover {
    color: #00aeef;
}
.header-osig ul.navbar-nav li a:hover::after, .header-osig ul.navbar-nav li.current-menu-item a::after {
    width: 0;
}
ul.navbar-nav li ul.sub-menu li:hover, ul.navbar-nav li ul.sub-menu li:focus {
    background: #00aeef;
}

.single-post .adhd-patient-banner h1 {
	padding-right: 15px;
}
.home ul.navbar-nav li.remove-current-menu-hover > a {
  color: #2c2c2c;
}
.home ul.navbar-nav li.remove-current-menu-hover a::after {
 width: 0;
}
.home ul.navbar-nav li.remove-current-menu-hover > a:hover {
  color: #00aeef;
}
.home ul.navbar-nav li.remove-current-menu-hover a:hover::after {
   width: 100%;
}

}

@media (max-width: 768px) {
.header-right.header-osig .header-nav .header-btn {
	padding-left: 20px;
	padding-bottom: 20px;
}
}

/*/patients OSIG page css end*/


/**About Page CSS**/
.about-process p, .about-sectn-wrap p {
	font-weight: 300;
	margin-bottom: 30px;
}
.about-process p:last-child, .about-sectn-wrap p:last-child {
	margin-bottom: 0;
}
.our-story {
	padding: 75px 0 30px;
	background: #f5f5f5;
}
.our-story .custm-header p {
	width: 71%;
	margin-top: 22px;
}
.our-story-wrap {
	padding-top: 40px;
}
.about-process {
    padding: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.about-process .process-header h5 {
	margin-top: 20px;
}
.who-we-sec, .who-we-sec-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.who-we-sec {
    margin: 65px 0;
}
.story-timeline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.story-timeline::before {
	position: absolute;
	content: "";
	display: block;
	width: 5px;
	height: 94%;
	background: #ee752b;
	top: 0;
	z-index: 1;
	margin: auto;
}
.story-timeline-item {
	display: -ms-grid;
	display: grid;
	/* -ms-grid-columns: 1fr -webkit-min-content 1fr; */
	-ms-grid-columns: 1fr min-content 1fr;
	grid-template-columns: 1fr -webkit-min-content 1fr;
	grid-template-columns: 1fr min-content 1fr;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	    grid-template-areas: "content-left image content-right";
	position: relative;
	z-index: 2;
}
.story-timeline-img-outer {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: image;
}
.story-timeline-img {
	width: 110px;
	height: 110px;
	background: #ee752b;
	border: 1px solid #ee752b;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.story-timeline-img img {
	-o-transition: all 0.6s;
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.story-timeline-content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: content-left;
	padding-right: 48px;
	max-width: 34rem;
	text-align: right;
	height: 210px;
}
.story-timeline-year h3 {
	color: #00aeef;
	margin-bottom: 15px;
	font-size: 44px !important;
	line-height: 45px !important;
	font-weight: 500 !important;
}
.story-timeline-desc p {
	color: #141414;
	font-weight: 300;
	margin-bottom: 0;
}
.story-timeline-item + .story-timeline-item {
	margin-top: 4rem;
}
.story-timeline-item:nth-child(2n) .story-timeline-content {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: content-right;
	text-align: left;
	padding-left: 48px;
	padding-right: 0px;
}
.click-here {
	color: #00aeef;
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
	font-size: 16px;
	line-height: normal !important;
}
.click-here:hover {
	color: #123457;
}
.click-here i {
	padding-left: 15px;
}


.mission-top {
	padding: 77px 0 65px;
}
.mission-top h2 {
	position: relative;
	padding-left: 0px;
	line-height: 35px !important;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.mission-sec p {
	margin-bottom: 0;
	font-weight: 300;
}
.mission-top-img {
	padding: 10px 0px 15px 0px;
}
.mission-bottom {
	padding: 70px 0;
	background-attachment: fixed;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.mission-bottom-inner .row {
	margin: 0 -32px;
}
.mission-bottom-inner div[class^="col-"] {
	padding: 0 32px;
}
.vision-box {
	-webkit-box-shadow: 0px 0px 35px 2px rgba(0, 174, 239, 0.3);
	box-shadow: 0px 0px 35px 2px rgba(0, 174, 239, 0.3);
	padding: 37px 65px 40px 50px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0, 0, 0, rgba(0, 0, 0, 0.5);
	box-shadow: 0, 0, 0, rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
}
.vision-box-content h3 {
	margin-bottom: 18px;
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
	color: #051428;
}
.vision-box-content h3::before {
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 7px;
	background: #ee7527;
	left: 0;
	right: auto;
	margin: auto;
	content: "";
}
.vision-box-img {
	width: 345px;
	height: 123px;
	margin-left: -18px;
	margin-bottom: 38px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.about-sectn .process-header {
	margin-bottom: 20px;
}
.about-sectn {
	padding: 60px 0 50px;
	background-attachment: fixed;
	background-size: 100%;
}

.management-team {
	padding: 65px 0px 65px 0px;
	background: #f5f5f5;
}
.management-team.board-directors {
    margin-top: 65px;
    background: #fdfdfd;
}
.custm-header h4 {
	color: #00aeef;
}
.management-team-wrap {
	margin-top: 40px;
}
.team-member-box {
	padding: 25px 34px;
	background: #fff;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	padding-bottom: 50px;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0, 174, 239, 0.1);
	box-shadow: 0px 0px 20px 2px rgba(0, 174, 239, 0.1);
	cursor: pointer;
}
.team-member-box:hover {
	-webkit-box-shadow: 0px 0px 3px 1px rgb(0, 174, 239);
	box-shadow: 0px 0px 3px 1px rgb(0, 174, 239);
}
.management-team-wrap div[class^="col-"] {
	padding: 23px 42px;
}
.management-team-wrap .row {
	margin: -23px -42px;
}
.team-member-box-img {
	width: 236px;
	height: 236px;
	border: 2px solid #06afef;
	border-radius: 100%;
	background: #f2f4f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin: auto;
}
.team-member-box-img img {
	padding: 5px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	height: 100%;
	width: 100%;
}
.team-member-box-text {
	margin-top: 20px;
}
.team-member-box-text h3 {
	padding-bottom: 0;
	position: relative;
	color: #051428;
	margin-bottom: 12px;
}

.team-member-box-text h5 {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 18px;
	color: #4f555c;
}
.team-member-box-text h5::after {
	content: "";
	height: 3px;
	width: 45px;
	position: absolute;
	bottom: 0;
	background: #ee7527;
	left: 0;
	right: 0;
	margin: auto;
}
.team-member-box-text p {
	color: #051428;
	font-weight: 300;
	text-align: left;
}

.our-partners {
	padding: 75px 0 90px;
}
.our-partners .custm-header {
	padding-bottom: 45px;
}
.partners-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.partners-list {
	margin-right: 40px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 174, 239, 0.2);
	        box-shadow: 0px 0px 40px rgba(0, 174, 239, 0.2);
}
.partners-list:last-child {
	margin-right: 0;
}
.partners-list img {
	width: 343.3px;
}
.our-partners .custm-header p {
	font-weight: 400;
}


.leadership {
	padding: 65px 0px 0 0px;
}
.leadership .custm-header {
	padding-bottom: 40px;
}
.leadership-item {
	padding: 32px 25px;
	margin-bottom: 48px;
	border: 1px solid #00aeef;
	border-radius: 10px;
}
.leadership-item:last-child {
	margin-bottom: 0;
}

.leadership-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
}
.leadership-item-img {
	width: 350px;
	height: auto;
	overflow:hidden;
}
.leadership-item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
}

.leadership-item-img img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.leadership-item-content-outer {
	padding-left: 40px;
}
.leadership-details h5 {
	color: #00aeef;
	margin-bottom: 20px;
}
.leadership-details h6 {
	color: #051428;
	margin-bottom: 19px;
	font-size: 18px;
}
.leadership-details span {
	color: #ee752b;
	margin-bottom: 20px;
	display: block;
}

.leadership-desc p {
	font-weight: 300;
	width: 95%;
	color: #051428;
}

.global-team {
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    border-left: 0 !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.global-team .custm-header {
	padding-bottom: 45px;
}
.global-team-box .case-box-img {
	width: 86px;
	height: 86px;
	border-color: #00aeef;
}
.global-team-box ul li {
	position: relative;
	cursor: pointer;
	margin-bottom: 8px !important;
}
.global-team-box ul li:hover, .global-team-box ul li a:hover  {
color:#00aeef;
}
.about-process, .global-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #00aeef;
}
.global-team-box ul li:nth-child(1)::before {
	content: '';
	background: url(./assets/images/loc.png);
	background-size: 100% 100%;
	width: 13px;
	height: 19px;
	position: absolute;
	left: -20px;
	top: 3px;
}

.global-team-box ul li:nth-child(2)::before {
	background: url(./assets/images/pnh.png);
	background-size: 100% 100%;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -20px;
	top: 5px;
	content: '';
}
.global-team-box ul li:nth-child(3)::before {
	background: url(./assets/images/eml.png);
	background-size: 100% 100%;
	width: 14px;
	height: 10px;
	position: absolute;
	left: -20px;
	top: 8px;
	content: '';
}
.global-team-box ul li a {
color: #2d2d2d;
}

.global-team-wrap div[class^="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}
.global-team-wrap .row {
	margin-left: -15px;
	margin-right: -15px;
}
.global-team-box h4 {
	text-transform: uppercase;
}
#wpadminbar .quicklinks>ul>li>a {
    display: inline !important;
}


/*Privacy page css*/
.privacy-page {
	margin-top: 97px;
	padding: 80px 0;
}
.privacy-header {
	margin-bottom: 25px;
}
.m-top {
	margin-top: 25px;
}
.privacy-header h4 {
	text-transform: uppercase;
	text-decoration: underline;
	color: #2d2d2d;
	font-weight: 400 !important;
}
.privacy-data p {
	margin-bottom: 30px;
	line-height: 28px;
	font-weight: 300;
}
.privacy-data a {
	color: #ee752b;
	font-size: 18px;
	line-height: 28px !important;
}
.privacy-data a:hover {
	color: #00aeef;
}
.privacy-data ul li {
	font-size: 16px;
	font-weight: 300;
	list-style-type: disc;
	line-height: 24px;
	margin-bottom: 20px;
}
.privacy-data ul li a {
	font-size: 16px;
	font-weight: 300 !important;
	line-height: 24px !important;
}
.privacy-data ul li:last-child {
	margin-bottom: 0;
}
.privacy-data ul {
	margin-left: 0px !important;
	margin-bottom: 20px !important;
	padding-left: 20px !important;
}
.privacy-data ul li span {
	font-weight: 500 !important;
}
.privacy-btn {
	margin-top: 30px;
}
.privacy-btn .btn {
	width: auto;
	padding: 15px 30px;
}
.privacy-inner {
	font-weight: 300;
}
.privacy-list p {
	margin-bottom: 20px;
	display: block;
}

.privacy-bottom-data a {
	color: #ee752b;
	line-height: 28px !important;
}
.privacy-bottom-data a:hover {
	color: #974817;
}
.privacy-bottom-data p { margin-bottom: 10px; font-weight: 300; color: #5a5a5a; display: block;}
.privacy-bottom-data address {
	color: #2d2d2d;
	margin-bottom: 10px;
	font-weight: 300;
}
.address-list {
	margin-top: 20px;
}
.privacy-header.decor-none h4 {
	text-decoration: none;
}
.ul-pad {margin-left: 40px;}
.contact-list li, .ul-pad li {list-style-type: none !important;}


/*Error page*/
.error-404-content {
	margin: 0 auto;
	padding: 40px 15px 46px;
	max-width: 1460px;
	background: #eee;
	width: 100%;
}
.error-404-content h1, .no-results h1 {
	font-size: 2.5rem;
	color: #000;
}
.error-404-content p, .no-results p {
	margin: 30px auto;
	max-width: 700px;
	width: 100%;
	font-weight: 300;
}
form.search-form {
	max-width: 387px;
	margin: 0 auto;
	display: flex;
	width: 100%;
}
form.search-form label {
	display: none;
}
form.search-form .search-field {
	height: 36px;
	border-radius: 20px 0px 0px 20px;
	border: 1px solid #ccc;
	box-shadow: none;
	padding: 0 13px;
}
form.search-form .search-submit {
	background: #ee752b !important;
	color: #fff;
	border: 0;
	padding: 5px 29.5px 4px;
	border-radius: 0px 20px 20px 0;
	height: 36px;
	text-align: center;
	cursor: pointer;
	font-weight: 300;
}
form.search-form .search-field:focus-visible {
	outline: none;
	border: 1px solid #ccc;
}
.no-results {
	margin-left: auto;
	margin-right: auto;
	padding: 40px 15px 46px;
	max-width: 1460px;
	background: #eee;
	width: 100%;
	text-align: center;
}


/*Impressum page*/
.page-id-739 #contact_sec {
	display: none;
}
.impressum-outer {
	padding: 70px 0;
	background-attachment: fixed;
	background-size: 100%;
}
.impressum-details-box {
	margin-bottom: 40px;
}
.impressum-details-box h3 {
	line-height: 30px !important;
	color: #00aeef;
	font-weight: bold !important;
	margin-bottom: 30px;
}
.impressum-details-box a {
	color: #2d2d2d;
	width: 100%;
	display: flex;
	align-items: center;
}
.impressum-details-box a:hover {
	color: #00aeef;
}
.impressum-right .case-box {
	border: 1px solid #ee752b;
	height: auto;
	margin-bottom: 20px;
	padding: 20px 40px;
}
.impressum-details-box p span {
	color: #ee752b;
	display: block;
	margin-bottom: 5px;
}
.impressum-details-box ul li {
	background: #fff;
	padding: 18px 25px;
	border-radius: 8px;
	box-shadow: 0 0 4px 2px #cececebf;
	margin-top: 30px;
	display: flex;
	align-items: center;
	color: #00aeef;
	font-weight: 500;
}
.impressum-details-box ul li img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 100%;
	border: 1px solid #ee752b;
	margin-right: 25px;
}
.impressum-left {
	padding-right: 15px;
}
.impressum-right {
	padding-left: 15px;
}
.impressum-right .case-box:last-child {
	margin-bottom: 0;
} 
.impressum-details-box a i {
	height: 40px;
	width: 40px;
	background: #ee752b40;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #ee752b;
	margin-right: 25px;
}




/*----------------------------------  other work css ---------------------------------------------*/

.main-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
	transition: all 0.3s;
		-o-transition: all 0.3s;   
		-ms-transition: all 0.3s;
		-webkit-transition: all 0.3s;
}


.contact-sec-form .form-control {
    height: 60px;
    width: 100%;
    border-radius: 30px;
    padding: 0 35px 0 20px;
    background: #efefef;
    border: 0;
}
.contact-sec-form p {
    width: 100%;
}
.contact-sec-form .descrip .form-control {
    height: 160px;
    width: 100%;
    padding-top: 20px;
}
.contact-sec-form .frm-sbmt {
    text-transform: uppercase;
    width: 240px;
    padding: 12px 0px;
    border-radius: 36px;
    background: #ee752b !important;
    border: none;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	cursor: pointer;
	font-family: 'Larsseit',sans serif !important;
    font-size: 24px;
}
.contact-sec-form .frm-sbmt:hover, .contact-sec-form .frm-sbmt:focus {
    background: #4ac4f3 !important;
	    outline: none;
}
.contact-sec-form .form-group {
	margin-bottom: 1rem;
}
.contact-sec-form span.wpcf7-not-valid-tip {
    color: #EE752B;
    font-size: 1em;
    font-weight: 300;
    display: block;
    padding: 10px 0 0;
}
.contact-sec-form .form-control::placeholder {
	font-weight: 300;
}
.contact-sec-form .form-control:focus {
	box-shadow: 0 0 0 .2rem rgba(13,110,253,.25);
}
.form-group.descrip {
	margin-bottom: 10px;
}



/**News single**/
.news-single-post {
	padding: 70px 0;
}
.news-single-post .container {
	max-width: 840px;
}
.single-post-inner p {
	font-weight: 300;
	margin: 0px 0px 30px 0px;
	display: block;
	word-wrap: break-word;
}
.container.single-post-container {
    max-width: 100%;
    margin-top: 30px;
}
.single-post-inner p:last-child {
	  margin-bottom: 0;
}
.single-post-inner p strong {
	font-weight: 500;
}
.item-meta-date {
	margin-bottom: 30px;
	display: inline-block;
	color: #00aeef;
	font-style: italic;
	font-weight: 300 !important;
}
.news-single-post ul, .news-single-post ol {
	margin-bottom: 30px !important;
}
.news-single-post ul li, .news-single-post ol li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
	font-weight: 300;
}
.news-single-post ul li:last-child, .news-single-post ol li:last-child {
    margin: 0;
}
.news-single-post ul li a, .news-single-post ol li a {
    color: #ee752b;
    text-decoration: none;
}
.news-single-post ul li strong, .news-single-post ol li strong {
    font-weight: 500;
}
.news-single-post ul li::before, .news-single-post ol li::before {
  content: '';
  background: #ee752b;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: ;
  top: 9px;
  border-radius: 50%;
}
.news-single-post ul li ul, .news-single-post ul ol ul {
    margin: 0 !important;
}
.news-single-post ul li ul li::before {
    background: transparent;
    border: 2px solid #ee752b;
}

.news-single-post ol.list-numeric li {
    list-style: unset;
	padding-left: 10px;
}
.news-single-post ol.list-numeric li::before {
	content: none;
}
.news-single-post ol.list-numeric li p.m-0 {
    margin-top: 30px !important;
}
.news-single-post ol.number-listing, .news-single-post ol.number-listing > li {
    list-style-type: decimal;
}
.news-single-post ol.number-listing > li {
    padding: 0 0 0 4px;
}
.news-single-post ol.number-listing > li::before {
	content: none;
}
.news-single-post ol.number-listing {
    margin-left: 20px !important;
}
.mission-bottom-inner.mission-bottom-content .row {
    margin: 0px -15px;
}
.mission-bottom-inner.mission-bottom-content div[class^="col-"] {
    padding: 0px 15px;
}
.mission-bottom-inner.mission-bottom-content {
    margin-top: 0px;
}
.mission-bottom-inner.mission-bottom-content .vision-box {
    padding: 30px;
	position: relative;
}
/*.mission-bottom-inner.mission-bottom-content .how_work_img {
    position: static;
}*/
.mission-bottom-inner.mission-bottom-content .vision-box-img {
    width: 100px !important;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #00aeef;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mission-bottom-inner.mission-bottom-content .vision-box-img img {
    border-radius: 0;
    object-fit: cover;
    height: auto;
    padding: 0;
    width: 50px;
}
.mission-bottom-inner.mission-bottom-content .vision-box-content {
    margin-top: 0;
    text-align: center;
}
.mission-bottom-inner.mission-bottom-content .vision-box-content p {
    color: #051428;
	width: 100%;
}
.mission-bottom-inner.mission-bottom-content .vision-box-content p span {
    color: #00aeef;
}

.twitter-custom-css iframe {
    height: 220px !important;
}
.result-sec .banner-btn .learn-more {
    margin-right: 0;
    align-items: center;
    background: #ee752b !important;
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Larsseit',sans serif !important;
    font-size: 24px !important;
    height: 60px;
    justify-content: center;
    outline: 0;
    padding: 0;
    text-transform: uppercase;
    transition: all .4s ease;
    width: 240px;
}
.result-sec .banner-btn .learn-more:hover {
    background: #051428 !important;
}



/*-------------------- language selecter design -----------------------------*/

.languagedropdown select {
    color: #ee752b;
    border: 1px solid #ee752b;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Larsseit',sans serif !important;
    text-transform: uppercase;
}
.header-right .languagedropdown {
    padding: 0 0 0 30px;
}
.languagedropdown select:focus, .languagedropdown select:active, .languagedropdown select:focus-visible {
    outline: none;
	border-color: #ee752b;
}


/*--------------------- Single page css -------------------*/

.page-section {
    padding: 70px 0 0 0;
}
.page-section-inner {
    max-width: 810px;
    margin: auto;
}
.page-item-description p {
    font-weight: 300;
    margin-bottom: 35px;
    display: block;
    word-wrap: break-word;
}



/*--------------------- Footer twitter sec css -------------------*/

.twitter-custom-inner-sec p {
    line-height: 1.5 !important;
    font-weight: normal !important;
    font-size: 16px !important;
    color: #B9D6EF;
    padding-right: 10px;
	  width: 100% !important;
	  text-align: left;
}
.twitter-custom-inner-sec p a {
	color: #B9D6EF;
}
.twitter-custom-inner-sec, .ac-twitter-feed-live .ctf-tweets .ctf-author-autocruitment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.twitter-custom-inner-sec {
	  margin-top: 8px;
}
.twitter-custom-inner-sec i {
    font-size: 22px;
    padding-right: 8px;
	  padding-top: 3px;
}
.ctf-feed-1.ac-twitter-feed-live .ctf-tweet-text, .ctf-feed-1.ac-twitter-feed-live .ctf-quoted-tweet-text {
    color: #fff !important;
}
.ac-twitter-feed-live .ctf-tweets .ctf-author-autocruitment .ctf-corner-logo svg path {
    fill: #fff;
}
.ac-twitter-feed-live .ctf-tweets .ctf-author-autocruitment {
    padding: 0 !important;
}
.ac-twitter-feed-live .ctf-tweets .ctf-author-autocruitment .ctf-tweet-content {
    padding-left: 5px !important;
}
.ac-twitter-feed-live .ctf-tweets .ctf-author-autocruitment .ctf-tweet-content p svg {
    display: none !important;
}

/*--------------------- end Footer twitter sec css -------------------*/


.privacy-info-table tr th {
    text-align: center;
    background: #00aeef;
    color: #fff;
    width: 33.33%;
    padding: 10px 15px;
    border: 1px solid #000;
}
.privacy-info-table tr td {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #000;
}
.privacy-info-table tr td p {
    margin: 0;
}
.privacy-info-table {
    margin-bottom: 30px;
}
.privacy-data .privacy-info-table ul {
    margin-left: 0 !important;
}

/*--------------------- Footer form css start -------------------*/

.form-choice label, .hbspt-form label:not(.hs-form-checkbox-display) {
    /* font-family: 'Larsseit',sans serif; */
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.form-choice label {
    flex-shrink: 0;
    padding-left: 20px;
}
.hs-form-field {
    margin-bottom: 1rem;
}
.hs-form-field:not(.hs-fieldtype-checkbox):not(.hs-fieldtype-radio):not(.hs-fieldtype-select) label {
    display: none;
}
.hs-form-field.hs-fieldtype-checkbox, .hs-form-field.hs-fieldtype-select label {
    padding: 0 35px 0 20px;
}
.hbspt-form fieldset {
    display: flex;
    gap: 1rem;
    max-width: 100% !important;
}
.hbspt-form fieldset > div {
    flex: 1;
    float: none !important;
}
.hbspt-form fieldset .input {
    margin: 0 !important;
}
.hbspt-form .input input:not([type=checkbox]), .hbspt-form textarea, .form-choice select, .hbspt-form select {
    background: #efefef;
    border: 0;
    border-radius: 30px;
    box-sizing: border-box;
    color: #495057;
    font-size: 1rem;
    width: 100% !important;
}
.hbspt-form .input input:not([type=checkbox]), .form-choice select, .hbspt-form select {
    height: 60px;
    padding: 0 35px 0 20px;
}
.form-choice select, .hbspt-form select {
    border-right: 20px solid transparent;
}
.hbspt-form textarea {
    height: 160px;
    font-size: 1rem;
    padding: 20px;
}
.hbspt-form .input ::placeholder {
    color: #495057;
}
.hbspt-form .input input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.hbspt-form label.hs-form-checkbox-display {
    align-items: center;
    display: flex;
    gap: .5rem;
	    margin-bottom: 0.5rem;
}
.hs_submit {
    text-align: center;
}
input.hs-button, a.sc-btn {
    align-items: center;
    background: #ee752b !important;
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Larsseit',sans serif !important;
    font-size: 24px !important;
    height: 60px;
    justify-content: center;
    outline: 0;
    padding: 0;
    text-transform: uppercase;
    transition: all .4s ease;
    width: 240px;
}
input.hs-button:hover, input.hs-button:focus, a.btn:hover, a.btn:focus {
    background: #4ac4f3 !important;
}
.hbspt-form ul li.hs-form-checkbox {
    font-size: 16px;
}
.hbspt-form .hs_error_rollup {
    color: #ff0000;
}

.news-box a.btn.press-read-more:hover {
    background: transparent !important;
}
.page-id-568 section#contact_sec {
    display: none;
}
.page-id-568 .main-footer {
    margin-top: 60px;
}


.ptnt-outr {
    width: 65%;
    margin: auto;
}
.sbscribe-form form {
    position: relative;
}
.sbscribe-form form .es-form-field-container input[type=email] {
    height: 100%;
    border: 0;
    width: 100%;
    border-radius: 40px;
    background: #fff;
    border: 0;
    color: #bbb;
    height: 50px;
    padding: 0 32px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    z-index: 1;
}
.sbscribe-form form .es-form-field-container input[type=email]::placeholder {
	color: #bbb;
}
.ptnt-form.sbscribe-form input[type="submit"] {
    position: static;
    text-transform: uppercase;
    width: 186px;
    padding: 15px 0px;
    border-radius: 36px;
    background: #ee752b;
    border: 1px solid transparent;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 1rem;
    line-height: 1;
    z-index: 9;
    margin: 0;
    height: 50px;
	position: absolute;
    bottom: 0;
    right: 0;
}
.ptnt-form.sbscribe-form .es-list label span {
    padding-left: 10px;
    color: #fff;
}
.ptnt-form.sbscribe-form .es-list > div {
    padding: 0 10px;
}
.ptnt-form.sbscribe-form .es-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-bottom: 20px;
	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.ptnt-form.sbscribe-form .es-form-field-container .gjs-row {
    margin: 0;
}


/*Thankyou page css*/
.page-id-767 .enrollment {
	display: none;
}
.tannkyou-page-content h2 {
	margin-bottom: 10px;
}
.page-id-767 .contact-us {
	border-top: 1px solid #eaeaea;
}
.page-id-767 .page-item-description {
	padding-bottom: 60px;
}
.page-id-767 .page-item-description .btn.common-btn {
    margin-top: 20px;
    width: 150px;
}
.page-id-767 .page-item-description b {
	font-weight: 500;
}


/*Trial Page css*/
.header-landing .header-inner {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.footer-landing .bottom-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.footer-landing .bottom-footer .menu-lists {
  margin: 0;
}
.main-footer.footer-landing {
  padding: 25px 0;
}
.redirect-banner h3 {
	color: #fff;
	margin-top: 30px;
}
.redirect-banner h3 b {
	color: #ee752b;
}
.recruiting-no-bg {background: #fff;}
.redirect-contact-btn {
	margin-top: 25px;
}

.news-box a.btn.press-read-more:focus, .news-box a.btn.press-read-more:active, .news-box a.btn.press-read-more:hover {
    color: #00aeef;
    background: transparent !important;
    border: none;
}



/*------------------------------------ Start Contact custom dropdown css ------------------------------------------*/



.custom-contact-select-box .select-box {
  position: relative;
  display: flex;
  width: 100% !important;
  max-width: 100%;
  flex-direction: column;
  margin-bottom: 20px;
}
.custom-contact-select-box .select-box h2 {
    line-height: 1.5 !important;
    font-family: 'Larsseit',sans serif !important;
    font-size: 1.25rem;
    color: #222222;
    font-weight: 500 !important;
    padding: 0 35px 0 20px;
    margin-bottom: 0.5rem;
}
.custom-contact-select-box .select-box .options-container {
    background: #f7f7f7;
    color: #051428;
    max-height: 0;
    width: 100%;
    opacity: 0;
    border-radius: 15px;
    overflow: auto;
    transition: order: 1;
    position: absolute;
    z-index: 100;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;*/
			border: 1px solid #000;
}
.custom-contact-select-box .options-container {
	column-count: 3;
}
.custom-contact-select-box .selected {
	background: #efefef;
	border-radius: 50px;
	color: #495057;
	position: relative;
	height: auto !important;
	order: 0;
	width: 100%;
	padding: 16.5px 20px;
	font-size: 1rem;
}

.custom-contact-select-box .selected::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;

  disaply: flex;
  height: 100%;
  width: 32px;
  right: 10px;
  top: 5px;
  
  top: 120%;

  transition: all 0.4s;
}

.custom-contact-select-box .select-box .options-container.active {
  max-height: inherit;
  opacity: 1;
  overflow-y: hidden;
 top: 100%;
}

.custom-contact-select-box .selector-wrapper > .arrow {
  transition: 0.2s;
}

.custom-contact-select-box .selector-wrapper > .arrow {
    cursor: pointer;
    position: absolute;
    top: 18px;
    z-index: 99;
    right: 15px;
}
.custom-contact-select-box .selector-wrapper > .arrow path {
    stroke: #051428;
    stroke-width: 3px;
}

.custom-contact-select-box .rotated {
  transform: rotate(180deg) !important;
}

.custom-contact-select-box .select-box .options-container::-webkit-scrollbar {
  width: 8px;
  border-radius: 15px;
  scrollbar-width: 5px;
  width: 5px;
  margin-top: -10px;
  overflow: hidden;
  background: transparent;
  display: none;
}

body {
  overflow: overlay !important;
}
body.trustarc-active {
    height: 100vh;
}

::-webkit-scrollbar {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

.custom-contact-select-box .select-box .options-container::-webkit-scrollbar-thumb {
  background: #525861;
  border-radius: 15px;
  scrollbar-width: 5px;
  height: 5px;
  length: 10px;
  margin-top: -10px;
}

.custom-contact-select-box .select-box .options-container::-webkit-scrollbar-track {
  background: transparent;
  display: none;
}

.custom-contact-select-box .options-container {
  overflow: overlay !important;
}

.custom-contact-select-box .select-box .option,
.custom-contact-select-box .selected {
  /* padding: 12px 24px; */
  cursor: pointer;
}


.custom-contact-select-box .select-box .option:hover {
    background: #00aeef;
    color: #fff;
}

.custom-contact-select-box .select-box label {
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  line-height: 1;
}

.custom-contact-select-box .select-box .option .radio {
  display: none;
}

/* Searchbox */

.custom-contact-select-box .search-box input {
  width: 100%;
  padding: 12px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  position: absolute;
  border-radius: 8px 8px 0 0;
  z-index: 100;
  border: 8px solid #2f3640;

  opacity: 0;
  pointer-events: none;
}

.custom-contact-select-box .options-container.active {
  pointer-events: auto;
}

.custom-contact-select-box .options-container {
  border-radius: 15px !important;
}

/*.custom-contact-select-box .option {
    margin: 0;
    border-radius: 10px;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
}*/

.custom-contact-select-box .selector-wrapper {
  position: relative;
  display: flex;
}



/*------------------------------------ End Contact custom dropdown css ------------------------------------------*/



@media (min-width: 600px) {
.contact-form-parts ul.inputs-list.multi-container {
    column-count: 2;
}
}

@media (min-width: 767px) {
.mob-logo {
	display: none;
}
}

@media (min-width: 1200px) {
.contact-form-parts ul.inputs-list.multi-container {
    column-count: 4;
}
.page-id-739 .container {
	max-width: 1140px;
}
}

@media (max-width: 575px) {
.hbspt-form fieldset {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.hs-form-ac2d1106-4ca2-48ae-9379-d9abc1e9835c_9651424b-cb83-496f-850d-f2f72341ddea fieldset.form-columns-2 .hs-form-field, .hs-form-ac2d1106-4ca2-48ae-9379-d9abc1e9835c_55c65484-7bfa-4e98-80d7-490eb06a4d07 fieldset.form-columns-2 .hs-form-field, .hbspt-form fieldset > div {
    width: 100%;
}
.hbspt-form fieldset .hs-form-field {
    width: 100% !important;
}
.hbspt-form fieldset > div {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
}

}

/*--------------------- Footer form css end -------------------*/



/*------------------- EMR page css start ------------------------*/

.medical-records, .emr-unlock-sec, .patient-portal, .emr-patient-trial, .page-template-template-cro  .approach-sec {
	padding: 70px 0;
}
.medical-records-data p {
	margin-top: 30px;
}
.patient-service-trials .medical-records-data p {
    margin-top: 10px;
}
.medical-records-data h3 {
	font-weight: 700 !important;
}
.medical-records-data ul li {
    color: #222;
    padding-left: 25px;
    position: relative;
}
.medical-records-data ul li::before {
    width: 12px;
    height: 12px;
    background: #222;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
}
.medical-records-img img {
	max-width: 100%;
}
.medical-records-btn {
    margin-top: 30px;
}
.emr-patient-trial {
    background: #00aeef;
}
.emr-patient-trial .custm-header  h3 {
  font-weight: 500 !important;
  color: #fff;
  margin: 0 0 20px 0;
}
.emr-patient-trial .custm-header h2 {
    color: #fff;
}
.emr-patient-trial .custm-header {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.emr-patient-trial .medical-records-data ul li {
    color: #fff;
}
.emr-patient-trial .medical-records-data ul li::before {
    background: #fff;
}
.emr-patient-trial-wrap {
  margin-top: 20px;
}
.emr-patient-trial-wrap .medical-records-data h3, .emr-patient-trial-wrap .medical-records-data p {
    color: #fff;
}
.emr-patient-box {
  padding: 35px 30px;
  height: 100%;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border: 1px solid #00aeef;
  border-top-color: rgb(0, 174, 239);
  border-right-color: rgb(0, 174, 239);
  border-bottom-color: rgb(0, 174, 239);
  border-left-color: rgb(0, 174, 239);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.trial-text {
  margin-bottom: 15px;
}
.trial-text #trial_number, .trial-text span {
  font-size: 48px;
  color: #00aeef;
}
.emr-patient-box h3 {
    color: #222;
}
.emr-patient-trial .custm-header + .row div[class*="col"] {
	margin-top: 20px;
}
.emr-patient-trial .custm-header + .row div[class*="col"] {
	margin-top: 00px;
}
.emr-unlock-data-inner {
  background: #f5f5f5;
  border: 1px solid #00aeef;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  cursor: pointer;
}
.emr-unlock-data-inner img {
    width: 60px;
	margin: 0 0 30px 0;
}
.emr-unlock-data-inner h3 {
    font-weight: 500 !important;
    margin: 0 0 5px 0;
}
.emr-unlock-data-item {
  margin-bottom: 0;
}
.emr-unlock-data-inner p.emr-btm-desc {
  max-width: 1100px;
  margin: 25px auto 0;
  width: 100%;
  display: none;
}
.emr-unlock-data-item:last-child .emr-unlock-data-inner {
  margin-bottom: 0;
}
.patient-portal-data ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px !important;
  margin-right: -10px !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.patient-portal-data ul li {
  width: 48%;
  padding-left: 40px;
  padding-right: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.patient-portal-data ul li h4, .patient-portal-data ul li h3 {
  font-weight: 500 !important;
  margin-bottom: 6px;
  font-size: 20px;
}
.patient-portal-data {
  padding-left: 20px;
}
.patient-portal-data ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
}
.patient-portal {
	padding-bottom: 50px;
}
.medical-records {
	background: #f5f5f5;
}
.patient-portal-img {
    height: 100%;
    background-size: cover !important;
}
.approach-sec.our-educates-sec {
    background: #fff;
}

/*------------------- EMR page css end ------------------------*/


.logo-slider-sec {
  background: #f5f5f5;
  padding: 50px 0;
}
#logo-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#logo-slider .slick-track img {
  margin-left: 15px;
  margin-right: 15px;
}



/*Privacy Policy Popup*/
#exampleModal {
	z-index: 99999;
    padding-right: 0 !important;
}
.modal-backdrop.show {
	z-index: 9999;
}
.modal-body {
	padding: 40px 30px;
}
.modal-header .btn-close:focus {
	box-shadow: none;
	opacity: 1 !important;
}
.modal-body select {
	background: #efefef;
	border-radius: 50px;
	color: #495057;
	position: relative;
	height: auto !important;
	width: 100%;
	padding: 16.5px 20px;
	font-size: 1rem;
	border: none;
	margin: 20px 0 30px 0;
	-webkit-appearance: none;-moz-appearance: none;appearance: none;

}
.modal-header .btn-close i {
	font-size: 34px;
	color: #ee752b;
	position: relative;
	top: -8px;
	right: 10px;
}
.modal-header .btn-close {
	-webkit-filter: none !important;
	        filter: none !important;
	opacity: 1;
	background: transparent;
}
.selector-wrapper {position: relative;}

.selector-wrapper svg {
  position: absolute;
  top: 36px;
  right: 15px;
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  z-index: 1;
}
.selector-wrapper svg path {
  stroke: #051428;
  stroke-width: 3px;
}
.modal-body p strong {
	color: #ee752b;
}
.modal-logo img {
    max-width: 300px;
    width: 100%;
}
.modal-logo {
    margin: 0 0 40px 0;
}

.page-template-template-privacy-notice-opt .main-footer, .page-template-template-privacy-notice-opt #contact_sec {
	display: none;
}



/*------------------------- Patient recruitment services css start -------------------*/

.patient-service-portal .custm-header {
  max-width: 1200px;
  margin: 0 auto 20px;
  width: 100%;
}
.page-template-template-cro .customer-success p {
  color: #000 !important;
  text-align: center !important;
}
.patient-service-trials .custm-header p {
  color: #fff;
}
.patient-service-trials .emr-patient-trial-wrap .row div[class*="col"] {
	margin-bottom: 20px;
	margin-top: 20px;
}
.emr-patient-trial .custm-header h2 {
	color: #fff;
}
.sub-page-banner p {
	color: #fff;
	font-size: 22px;
	margin-top: 15px;
}
.patient-service-trials .medical-records-data p {
    margin-top: 10px;
}
.ourapproach-box-img img {
    max-width: 80px;
    height: auto;
    border-radius: 0;
    padding: 0;
}

/*-------------------------- Patient recruitment services css end ---------------------------*/

/*-------------------- Diversity & Inclusion page css start ------------------------*/

.diversity-inclusion-sec, .why-diversity-sec {
	padding: 70px 0;
}
.diversity-inclusion-data p {
	margin-top: 30px;
}
.diversity-inclusion-data h3 {
	font-weight: 700 !important;
}
.diversity-inclusion-img img {
	max-width: 100%;
}
.why-diversity-sec {
    background: #00aeef;
}
.why-diversity-sec .custm-header  h3 {
  font-weight: 500 !important;
  color: #fff;
}
.why-diversity-sec .custm-header {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.why-diversity-sec .custm-header + .row div[class*="col"] {
	margin-top: 20px;
}
.why-diversity-sec .custm-header + .row div[class*="col"] {
	margin-top: 00px;
}
.diversity-inclusion-sec {
	background: #f5f5f5;
}
.why-diversity-wrap {
  margin-top: 20px;
}
.why-diversity-wrap .diversity-inclusion-data h3, .why-diversity-wrap .diversity-inclusion-data p {
    color: #fff;
}

@media (max-width: 1460px) {
.diversity-inclusion-sec, .why-diversity-sec {
    padding: 40px 0;
}	
}

@media (max-width: 991px) {
.diversity-inclusion-sec, .why-diversity-sec {
    padding: 30px 0;
}
.diversity-inclusion-sec .diversity-inclusion-img {
	margin: 30px 0 0 0;
}
.why-diversity-sec .diversity-inclusion-img {
    margin: 0 0 30px 0;
}
.diversity-inclusion-data h3 {
    margin-bottom: 10px;
}
.diversity-inclusion-data p {
    margin-top: 0;
    margin-bottom: 30px;
}
.diversity-inclusion-data p:last-child {
    margin-top: 0;
    margin-bottom: 0;
}
}

/*-------------------- Diversity & Inclusion page css end ------------------------*/


/*------------------ News & Resources page css start ------------------------------------*/

.main-header.header-adhd-patient {
			top: 0;
		}
		.header-top-bar .container-fluid {
			background: #249ED8 !important;
			-webkit-box-shadow: none !important;
			        box-shadow: none !important;
		}
		.header-top-inner {
			padding: 15px 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}
		.header-top-inner a {
			color: #fff;
			font-size: 18px;
			font-weight: 300;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}
		.header-top-left, .header-top-right {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}
		.header-top-inner a i {
			font-size: 25px;
			line-height: 1;
		}
		.header-top-left a {
			margin-right: 50px;
		}
		.header-top-left a:last-child {
			margin-right: 0;
		}
		.header-top-left a i {
			margin-right: 10px;
		}
		.header-top-right a {
			margin-left: 25px;
		}
		.header-top-right a:first-child {
			margin-left: 0;
		}

		.sub-page-new-banner {
			background: -o-linear-gradient(top, #249ed8 82%,#ffffff 82%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(82%, #249ed8),color-stop(82%, #ffffff));
			background: linear-gradient(to bottom, #249ed8 82%,#ffffff 82%);
			height: auto !important;
			margin-top: 0 !important;
			padding-top: 156px;
		}
		.news-single-post {
			margin-top: 156px;
		}
		.sub-page-new-banner .sub-banner-inner {
			padding: 0px 0px 105px 80px;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: top center;
			height: 560px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
				-ms-flex-align: center;
					align-items: center;
		}
		.page-id-2574 .sub-page-new-banner .sub-banner-inner {
			background-position: bottom center;
		}
		.sub-banner-small-heading {
			color: #249ED8;
			margin-bottom: 7px;
			display: block;
		}
		.sub-page-new-banner .sub-banner-inner h1 {
			color: #111B3F;
			font-size: 55px;
			margin-top: 0;
		}
		.sub-banner-btns {
			margin-top: 35px;
		}
		.sub-banner-btns a.btn:first-child {
			margin-right: 24px;
		}

.sub-banner-data {
	max-width: 555px;
	width: 100%;
}
.news-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.news-stats-inner .slick-list {
    overflow: visible;
}
.news-stats-inner .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
}
.news-stats-inner .news-stats-item {
	background: #fff;
	-webkit-box-shadow: 8px 8px 20px 6px #0000001A;
	box-shadow: 8px 8px 20px 6px #0000001A;
	padding: 30px;
	border-radius: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 232px;
}
.news-stats-item img {
	max-height: 60px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.news-stats-item p span {
	display: block;
}
.news-stats-item p {
    line-height: normal;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.news-stats-sec {
	margin-top: -145px;
}

.cmn-space-blk {
	padding: 100px 0;
}
.press-sec.cmn-space-blk {
    padding-bottom: 0;
}
.press-sec-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 55px;
}
.press-sec-header h2 {
	text-transform: capitalize;
}
.press-sec-header-left {
	max-width: 600px;
	width: 100%;
}
.press-sec-inner {
}
.press-release-item {
    border: 1px solid #0000001A;
    border-radius: 6px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	height: 100%;
}
.press-sec-inner .row div[class*="col"] {
	margin-bottom: 25px;
}
.press-release-item-img {
	margin-right: 20px;
	width: 80px;
}
.press-release-item-right {
    width: 100%;
}

.press-release-item-right p {
	font-size: 16px;
	margin-bottom: 6px;
    display: block;
}
.press-release-item-right h4 {
	margin-bottom: 6px;
}
.press-read-btn {
	background: #D9D9D980;
	border: 0.5px solid #0000001A;
	font-size: 12px;
	line-height: 16px !important;
	padding: 2px 6px;
	margin-bottom: 8px;
	border-radius: 3px;
}
.press-release-item-right .item-meta-date {
	display: block;
	margin: 0;
	color: #000000;
	font-size: 14px;
	font-weight: 500 !important;
	font-style: normal;
}
.press-release-item-right .item-meta-date i {
	margin-right: 4px;
	color: #249ed8;
}
.press-read-btn:hover {
	background: #249ed8;
	color: #fff;
}


.client-block-sec {
	background: #f5f5f5;
}
.client-block-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.client-block-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.client-block-img img {
	width: 100px;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100px;
	min-width: 100px;
}
.client-block-img {
	margin-right: 30px;
}
.client-block-data p {
	display: block;
	font-size: 16px;
}
.client-block-data h3 {
	margin-bottom: 6px;
}
.blog-section .row div[class*="col"] {
	margin-bottom: 25px;
}

.cmn-sec-header {
	margin-bottom: 30px;
}
.blog-item {
    display: none;
}
.blog-sec-img img {
	min-height: 250px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}
.blog-sec-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 500;
}
.blog-sec-author span {
}
.blog-sec-item-content {
}
.blog-sec-item-content h4 a {
	color: #000;
}
.blog-sec-item-content h4 {
	margin-bottom: 15px;
    min-height: 62px;
}
.blog-sec-item-content p {
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
.btn.blog-read-btn {
	padding: 0;
	font-size: 14px;
	font-weight: 500 !important;
}
.btn.blog-read-btn i {
	margin-left: 8px;
}
.btn.blog-read-btn:hover, .btn.blog-read-btn:focus, .btn.blog-read-btn:active {
	background: transparent !important;
	color: #249ed8;
}
.blog-sec-item-content {
	padding: 20px;
}
.blog-sec-item {
	border-radius: 10px;
	height: 100%;
}
.blog-sec-item:hover {
	-webkit-box-shadow: 8px 8px 20px 6px #0000001A;
	box-shadow: 8px 8px 20px 6px #0000001A;
}
.results-success-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.results-success-inner .custm-header {
	text-align: left;
}
.resources-sec-slider .resources-sec-item {
    background: #D9D9D94D;
    border-radius: 10px;
    padding: 30px;
    margin-right: 15px;
    margin-left: 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 402px;
	height: auto;
    -ms-flex-line-pack: center;
  align-content: center;
}

.results-success-inner .ptnt-outr h2, .results-success-inner .ptnt-outr p {
    color: #fff;
}
.results-success-inner .ptnt-outr h2 {
    margin-bottom: 15px;
}
.results-success-inner .ptnt-outr p a {
    color: #ee752b !important;
    text-decoration: underline;
}

.resources-item-content p {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
.resources-sec-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.resources-sec-slider .slick-list {
	padding-bottom: 20px;
	padding-top: 5px;
}
.resources-sec-img {
	margin-bottom: 20px;
}
.resources-item-content h4 {
	margin-bottom: 20px;
}
.resources-sec-item:hover {
	-webkit-box-shadow: 2px 2px 20px 1px #0003;
	box-shadow: 2px 2px 20px 1px #0003;
}
.featured-sec-img img:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.featured-sec-img {
	overflow: hidden;
	border-radius: 5px;
}
.featured-sec-img img {
    width: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: auto !important;
    max-width: 100% !important;
}
.featured-sec-item {
	margin-left: 15px;
	margin-right: 15px;
	-webkit-box-shadow: 0, 0, 0, rgba(0, 0, 0, 0.5);
	box-shadow: 0, 0, 0, rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 10px;
	margin-top: 10px;
}

.featured-item-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
}
.featured-item-content .featured-tag {
    background: transparent;
    padding: 0;
    font-size: 20px;
    color: #222;
    line-height: 1.3 !important;
}
.featured-item-content .featured-read-time {
	font-size: 16px;
	font-weight: 300 !important;
}
.resources-item-content h4 a {
	color: #000;
}
.featured-sec-item:hover {
	-webkit-box-shadow: 0px 0px 3px 1px rgb(0, 174, 239);
	box-shadow: 0px 0px 3px 1px rgb(0, 174, 239);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.featured-sec-slider .slick-arrow, .resources-sec-slider .slick-arrow {
	background: #eee;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50px;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
	cursor: pointer;
}
.featured-sec-slider .slider-arrow.slider-prev, .resources-sec-slider .slick-arrow.slider-prev {
	left: -45px;
}
.featured-sec-slider .slider-arrow.slider-next, .resources-sec-slider .slick-arrow.slider-next {
	right: -45px;
}
.featured-sec-slider .slick-arrow:hover, .resources-sec-slider .slick-arrow:hover {
	background: #ddd;
}

/*News page contact form css*/
.page-template-template-blogs .contact-us .custm-header h2, .page-template-template-news-resources .contact-us .custm-header h2, 
.page-template-template-news-page .contact-us .custm-header h2 {
    background: #fbfbfb;
    position: relative;
}
.page-template-template-blogs .contact-us, .page-template-template-news-resources .contact-us, .page-template-template-news-page .contact-us {
    background-color: #fbfbfb;
}
.page-template-template-blogs .contact-us .custm-header::before, .page-template-template-news-resources .contact-us .custm-header::before, 
.page-template-template-news-page .contact-us .custm-header::before {
    z-index: 0;
}
/*News page contact form css*/


@media (min-width: 1461px) {
	.sub-page-new-banner .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1460px) {
.sub-page-new-banner, .news-single-post {
	padding-top: 136px;
}
.news-single-post {
			margin-top: 136px;
		}
}

@media (max-width: 1400px) {
	.cmn-space-blk {
		padding: 70px 0;
	}

	.resources-sec-slider .slick-list, .featured-sec-slider .slick-list  {
		margin-left: 20px;
		margin-right: 20px;
	}
	.featured-sec-slider .slider-arrow.slider-prev, .resources-sec-slider .slick-arrow.slider-prev {
		left: -25px;
	}
	.featured-sec-slider .slider-arrow.slider-next, .resources-sec-slider .slick-arrow.slider-next {
		right: -25px;
	}
	.resources-sec-item {
		padding: 20px;
	}
	.sub-page-new-banner .sub-banner-inner {
	padding: 0px 0px 105px 40px;
	background-position: center;
}
}

@media (max-width: 1199px) {
	.cmn-space-blk {
		padding: 40px 0;
	}
	.sub-page-new-banner .sub-banner-inner {
		padding: 0px 0px 105px 30px;
		height: 500px;
	}
.header-top-left a {
	margin-right: 25px;
}
.header-top-inner a {
	font-size: 16px;
}
.header-top-inner a i {
	font-size: 20px;
}
.header-top-right a {
	margin-left: 15px;
}
.resources-sec-slider .slick-list, .featured-sec-slider .slick-list {
  max-width: 820px;
  margin: 0 auto;
  width: 100%;
}
.featured-sec-slider .slider-arrow.slider-prev, .resources-sec-slider .slick-arrow.slider-prev {
	left: 10px;
}
.featured-sec-slider .slider-arrow.slider-next, .resources-sec-slider .slick-arrow.slider-next {
	right: 10px;
}
}


@media (max-width: 991px) {
.sub-banner-data {
	margin: 0 auto;
}
.sub-page-new-banner .sub-banner-inner {
	background-image: none !important;
	background-color: #f4f2f4;
	text-align: center;
	padding: 0px 15px 105px 15px;
    height: 385px;
}
.news-stats-item img {
	max-height: 50px;
	margin-bottom: 15px;
}
.news-stats-item p {
	font-size: 22px;
}
.sub-page-new-banner .sub-banner-inner h1 {
	font-size: 42px;
}

.client-block-data {
  padding-right: 40px;
}
.client-block-right .btn.common-btn {
  width: auto;
  padding: 15px 40px;
  white-space: nowrap;
}
.results-success .ptnt-form.sbscribe-form input[type="submit"] {
	width: 126px;
}
.resources-sec-slider .slick-list, .featured-sec-slider .slick-list {
	max-width: 590px;
}
.news-stats-inner .news-stats-item {
    padding: 30px 10px;
    min-height: 213px;
    box-shadow: 0 0 5px 0px #0000001A;
    -webkit-box-shadow: 0 0 5px 0px #0000001A;
	margin: 5px 0;
}
.news-stats-inner .slick-list {
    overflow-x: hidden;
}
.news-stats-inner .slick-track {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.patient-blog-wrapper .slick-prev.slick-arrow, .patient-blog-wrapper .slick-next.slick-arrow {
    display: block !important;
}
}


@media (max-width: 767px) {
.header-top-left a {
	margin-right: 15px;
	font-size: 15px;
}
.header-top-right a {
	margin-left: 12px;
}
.header-top-inner a i {
	font-size: 16px;
}
.sub-page-new-banner {
	padding-top: 117px;
}
.news-single-post {
			margin-top: 117px;
		}
.news-stats-inner .news-stats-item {
	padding: 20px 10px;
	font-size: 16px;
	line-height: normal;
	min-height: 167px;
}
.news-stats-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.news-stats-item img {
	max-height: 40px;
	margin-bottom: 12px;
}
.sub-page-new-banner .sub-banner-inner h1 {
	font-size: 30px;
	line-height: 1.1 !important;
}
.sub-banner-btns {
	margin-top: 15px;
}
.news-stats-sec {
    margin-top: -114px;
}
.sub-page-new-banner .sub-banner-inner {
	padding: 15px 15px 74px 15px !important;
    height: 300px;
}
.sub-banner-btns a.btn {
	margin-left: 10px;
	margin-right: 10px !important;
	margin-bottom: 15px;
}
.featured-item-content .featured-tag {
	font-size: 16px;
}
.press-sec-header {
	margin-bottom: 35px;
}

.client-block-inner {
  display: block;
}
.client-block-right {
  margin-top: 30px;
  text-align: center;
}
.featured-sec-slider .slick-arrow, .resources-sec-slider .slick-arrow {
  bottom: -50px;
  top: auto;
}
.featured-sec-slider .slider-arrow.slider-next, .resources-sec-slider .slick-arrow.slider-next {
  right: calc(50% - 45px);
}
.featured-sec-slider .slider-arrow.slider-prev, .resources-sec-slider .slick-arrow.slider-prev {
  left: calc(50% - 45px);
}
.resources-section {
  padding-bottom: 80px;
}
.featured-section {
  padding-bottom: 90px;
}
.results-success-inner {
  display: block;
}
.results-success-inner .custm-header {
  text-align: center;
}
.blog-sec-img img {
    max-width: 100% !important;
    height: auto !important;
    min-height: auto;
}
.blog-sec-item-content h4 {
	min-height: auto;
}
.client-block-data {
	padding-right: 0;
}
.featured-sec-slider .slick-list {
	padding-bottom: 10px;
}
.press-sec-inner .row div[class*="col"]:last-child {
    margin: 0;
}
.blog-section .row div[class*="col"] {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.blog-sec-item {
    -webkit-box-shadow: 8px 8px 20px 6px #0000001A;
    box-shadow: 8px 8px 20px 6px #0000001A;
}
.blog-sec-item-content {
    padding: 10px;
}
.blog-sec-item-content h4 {
    margin-bottom: 10px;
    font-size: 18px;
}
.blog-sec-item-content p {
	display: none;
}
.blog-btns {
    margin-top: 10px;
}
.resources-sec-slider .resources-sec-item {
    padding: 20px;
    min-height: auto;
    height: auto;
}
.page-template-template-patients-new .sub-page-new-banner .sub-banner-inner {
    padding: 15px 15px 74px 15px;
    height: 330px;
}

.single-blog-video {
    padding: 20px;
}

}

@media (max-width: 575px) {
.header-top-left {
	display: block;
}
.header-top-inner {
	padding: 9px 0;
}
.header-top-right a {
	margin-left: 7px;
}
.news-stats-inner .news-stats-item {
	padding: 15px;
}
.resources-sec-item {
	height: auto;
}

.press-release-item-img {
	margin-right: 10px;
	width: 60px;
}
.client-block-img {
	margin-right: 0;
}
.sub-page-new-banner {
    padding-top: 127px;
}
.client-block-data {
    padding-left: 20px;
}
}

@media (max-width: 360px) {
.header-top-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header-top-right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7px;
}
.header-top-left a {
    margin-right: 0;
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.sub-page-new-banner {
    padding-top: 150px;
}
.news-single-post {
			margin-top: 150px;
		}
.sub-page-new-banner a.btn {
    padding: 12px 20px;
    width: auto;
}	
.news-stats-inner .news-stats-item:last-child {
    margin: 0;
}
.blog-section .row div[class*="col"] {
    width: 100%;
}
.client-block-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.client-block-img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.client-block-img img {
    height: auto !important;
    width: 150px !important;
}
.client-block-right {
    margin-top: 20px;
}
.sub-page-new-banner .sub-banner-inner h1 {
    font-size: 25px;
}
.error404 .error-404 {
	margin-top: 150px  !important;
}
}

/*------------------ News & Resources page css end ------------------------------------*/



/*------------------ Experience page css start ------------------------------------*/

.experience-btns .btn.common-btn {
    background: #249ED8;
}
.experience-btns .btn.common-btn:hover, .experience-btns .btn.common-btn:focus {
    background: #ee752b !important;
}
.experience-btns {
    margin-top: 20px;
}
.therapeutic-sec {
    padding: 60px 0;
    background: #249ED8;
    margin-top: 40px;
}
.therapeutic-sec .custm-header h2 {
    color: #fff;
}
.therapeutic-sec .custm-header p {
    color: #fff;
}
.therapeutic-btn-sec {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.therapeutic-single-sec {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    height: 100%;
}
.therapeutic-inner div[class^="col-"] {
    margin-top: 12px;
    margin-bottom: 12px;
}
.therapeutic-single-sec h3 {
    font-size: 20px;
	font-weight: bold !important;
    color: #ee752b;
    margin-bottom: 15px;
}
.therapeutic-inner {
    margin-top: 20px;
}
.therapeutic-btn-sec .btn.common-btn {
    color: #222;
    background: #fff;
}
.therapeutic-btn-sec .btn.common-btn:hover, .therapeutic-btn-sec .btn.common-btn:focus {
    background: #ee752b !important;
}

@media (max-width: 991px) {
.therapeutic-sec {
    margin-top: 30px;
}	
}

/*------------------ Experience page css end ------------------------------------*/




.home #patient_sec, .page-template-template-results-php .enrollment, .page-template-template-trial-site-intelligence-php .medical-records, 
.page-template-template-emr-php .medical-records, .diversity-inclusion-sec, .page-template-template-clinical-phone-screening-php .medical-records, 
.page-template-template-cro-php .news-stats-sec + .emr-patient-trial.patient-service-trials, .our-process-osig, 
.page-template-template-product-services-php .approach-sec, .page-template-template-experience-php .patient-top-sec,
.page-template-template-results-omni1-php .patient-top-sec {
	margin-top: 50px;
}


.error404 .error-404 {
	margin-top: 160px;
}

.page-template-template-cro-php .custm-header {
	padding-bottom: 0;
}




/**Responsive CSS start**/
@media (min-width: 1920px) {
div.app-col {
	padding: 23px 15px;
}
.approach-sec-wrap .row {
	margin: -23px -15px;
}

	}
@media (min-width: 992px) {
h2 {font-size: 44px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
.languagedropdown select {
    font-size: 16px !important;
}
}

@media only screen and (min-width: 1461px) and (max-width: 1599px) {
.banner-inner h1 {
	font-size: 55px;
}
.banner {
	padding: 68px 0 76px;
}
}

@media (max-width: 1460px) {
.header-wrapper {
	padding: 12px 0px 12px 0px;
}
.header-wrapper .container-fluid, .container-fluid {
	padding: 0 30px;
}

ul.navbar-nav li {
	padding: 0px 10px;
}
ul.navbar-nav li a {
    font-size: 14px;
}
.header-logo img, .header-logo {
	max-width: 260px;
}
.banner, .sub-page-banner, .error404 .error-404, .no-results, .privacy-page {
	margin-top: 78px;
}

.banner-inner h1 {
	font-size: 44px;
	margin-bottom: 10px;
}
.banner-inner p {
	font-size: 16px;
}
.banner {
	padding: 85px 0 85px;
}
.banner-btn .common-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0px;
}

.patient-top-sec, .patient-bottom-sec, .results, .approach-sec, .results-success, .news, .recruiting, .patient-section, .about-process, .news-single-post,
.about-sectn, .global-team, .blog-sec, .medical-records, .emr-unlock-sec, .patient-portal, .emr-patient-trial, .all-study-repeat-osig, .patient-section.osig-patient-section, .our-process, .clinicaltrial-single-pages {
	padding: 40px 0;
}
.emr-patient-trial-wrap {
    margin-top: 10px;
}
.news {
	padding: 40px 0 0;
}
div.app-col {
	padding: 23px 20px;
}
.approach-sec-wrap .row {
	margin: -23px -20px;
}
.result-img {
	width: 65px;
	margin: 0 auto 40px;
}
.result-img img {
	width: 80%;
}
.recruiting .row {
	margin: 0 -23px -23px;
}
.recruiting div[class^="col-"] {
	padding: 23px 23px;
}
.recruiting-box-img {
	max-height: 100%;
}

.privacy-page {
	padding: 40px 0;
}

.single-post-inner {
	padding: 0 35px;
}
.page-id-767 .page-section {
	padding-top: 40px;
}
.page-id-767 .page-item-description {
	padding-bottom: 40px;
}
.about-process, .global-team {
    padding: 40px;
}
ul.navbar-nav li ul.sub-menu {
    width: 250px;
}

.error404 .error-404 {
	margin-top: 136px  !important;
}

}

@media (min-width: 1367px) and (max-width: 1460px) {
.case-box, .results-box .result-inner-box {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.impressum-right .case-box {
	flex-wrap: nowrap;
	justify-content: inherit;
	padding: 20px 20px;
}

}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-btn .common-btn {
    width: 115px;
}	
ul.navbar-nav li a {
    font-size: 12px;
}
ul.navbar-nav li {
    padding: 0px 5px !important;
}
.header-btn {
    padding-left: 10px;
}
.banner, .sub-page-banner, .error404 .error-404, .no-results, .privacy-page {
    margin-top: 91px;
}
.recruiting.recruiting-osig div[class^="col-"] {
    padding: 10px;
}
.recruiting-box-osig h3 {
    font-size: 20px;
}
}



@media (max-width: 1441px) {
.sub-page-banner h1 {
    font-size: 44px;
}
.our-story {
    padding: 60px 0 30px;
}
.our-story .custm-header p {
    width: 70%;
}
.mission-top {
    padding: 60px 0 50px;
}
.mission-sec p {
    margin-top: 0;
}
.sub-page-banner {
	height: 380px;
}
}

@media (max-width: 1366px) {
.header-wrapper {
	padding: 15px 0px;
}
.banner, .sub-page-banner, .error404 .error-404, .no-results, .privacy-page {
	margin-top: 85px;
}
ul.navbar-nav li a::after, ul.navbar-nav li.current-menu-item a::after {
	bottom: -7px;
}
.header-btn .common-btn {
	padding: 10px 10px;
	width: 115px;
	font-size: 14px;
}
.header-btn {
	padding-left: 15px;
}

.case-box-img-outer {
	margin: 0 auto 15px;
}
.case-box, .results-box .result-inner-box {
	text-align: center;
	flex-direction: column;
	width: 100%;
}
.case-box-img {
	margin: 0 auto;
}
.case-box-text h5::after {
	height: 3px;
	left: 0;
	right: 0;
	margin: auto;
}
.case-box-text {
	padding-left: 0;
}
.case-box-text ul {
	text-align: left;
	margin-left: 15px !important;
}
.case-right-arrow {
	bottom: 17px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.experience-box {
	flex-direction: column;
	text-align: center;
	width: 100%;
}
.experience-box-img {
	margin: 0 auto;
	max-width: 50px;
	min-width: 50px;
}
.experience-box-text {
	padding-left: 0;
}
.experience-box-text h5::after {
	margin: auto;
	right: 0;
}
.banner-btn .common-btn {
	width: 170px;
}

.banner {
	padding: 60px 0 60px;
}
.banner-btn {
	margin-top: 30px;
}
.left-pattern, .right-pattern {
	width: 435px;
}
.results-inner {
	margin-top: 15px;
}
.box-img-outer img {
	height: 100px;
}
.leadership-item {
    padding: 25px 20px;
	margin-bottom: 44px;
}
.leadership-item-content-outer {
    padding-left: 22px;
}
.leadership-details h5 {
    margin-bottom: 12px;
}
.leadership-details h6 {
    margin-bottom: 11px;
}
.leadership-details span {
    margin-bottom: 9px;
}
.leadership-desc p {
    width: 100%;
}
.partners-list {
    margin-right: 30px;
    width: 300px;
}
.management-team-wrap .row {
    margin: -15px -20px;
}
.management-team-wrap div[class^="col-"] {
    padding: 15px 20px;
}
.team-member-box-img {
    width: 155px;
    height: 155px;
}
.team-member-box-text h3 {
    margin-bottom: 8px;
}

.impressum-right .case-box-img-outer {
	margin: 0;
}
.impressum-right .case-box {
	flex-direction: inherit;
	text-align: left;
}
.impressum-right .case-box .case-box-text {
	padding-left: 20px;
}
.impressum-right .case-box h5::after {
	margin: 0;
}
 .impressum-right .case-box {
	padding: 20px 20px;
}

ul.navbar-nav li ul.sub-menu {
    padding-top: 12px !important;
}
}


@media (max-width: 1280px) {
.header-wrapper .container-fluid {
  padding: 0 15px;
}
.header-btn, .languagedropdown {
	padding-left: 10px;
}
.approach-box-text h3 {
	padding-bottom: 12px;
}
.box-img-text h4 {
	margin-top: 10px;
}
.bottom-sec-image-wrap .box-item {
	padding-bottom: 30px;
}
.box-img-outer img {
	height: 90px;
}
.box-img-outer {
	height: 100px;
}
.bottom-sec-image-wrap {
	margin-top: 0;
}
.box-item:nth-last-child(1), .box-item:nth-last-child(2), .box-item:nth-last-child(3), .box-item:nth-last-child(4) {
	padding-bottom: 0;
}
.left-pattern, .right-pattern {
	width: 400px;
}
.management-team-wrap {
    margin-top: 15px;
}
.team-member-box {
    padding: 20px;
}
.team-member-box-img {
    width: 140px;
    height: 140px;
}

.global-team-box .case-box-img {
	width: 62px;
	height: 62px;
}
.global-team-box ul {
	margin-left: 22px !important;
}
.header-right .languagedropdown {
    padding-left: 8px;
}
}


@media (max-width: 1240px) {
.difference-box-text p br {
	display: none;
}
}


@media (max-width: 1199px) {
.process-header h5 {
    margin-bottom: 15px;
}
.our-story {
    padding: 40px 0;
}
.story-timeline-year h3 {
    margin-bottom: 15px;
}
.story-timeline-content {
    padding-right: 25px;
}
.story-timeline-item:nth-child(2n) .story-timeline-content {
    padding-left: 25px;
}
.story-timeline-img {
    width: 80px;
    height: 80px;
    padding: 13px;
}
.our-story-wrap {
    padding-top: 20px;
}
.custm-header {
    padding-bottom: 15px;
}
.vision-box-content h3 {
    padding-bottom: 13px;
    margin-bottom: 8px;
}

.main-footer {
	padding: 45px 0 35px;
}
.menu-lists ul li {
	padding: 0 13px;
}
.menu-lists ul li a, .menu-lists ul li {
	line-height: normal !important;
}
.menu-lists ul li::after {
	right: -3px;
	font-size: 17px;
	top: 0;
}
.difference-box {
	margin-bottom: 40px;
}
.leadership, .about-process, .mission-top, .management-team {
    padding: 40px 0;
}
.story-timeline-content {
    height: auto;
}
.mission-bottom {
    padding: 25px 0;
}
.leadership-details h5 {
    font-size: 24px;
}
.our-partners {
    padding: 0 0 40px;
}
.sub-page-banner {
	height: 340px;
}
.recruiting-box-img {
	max-height: 100%;
}
.item-meta-date {
	margin-bottom: 20px;
}
.team-member-box {
    padding-bottom: 20px;
}
.team-member-box-text h5 {
    font-size: 24px;
}
.case-box.global-team-box {
	padding: 15px;
}
.impressum-right .case-box {
	padding: 20px 20px;
}
.about-process, .global-team {
    padding: 25px;
}
.who-we-sec {
    margin: 40px 0;
}
.patient-portal-img {
    margin: 0 0 30px 0;
	height: 400px;
}
.potential-participant-listing ul li {
	font-size: 18px;
}
.potential-participant-listing ul li::before {
	width: 23px;
	height: 23px;
	top: 2px;
	font-size: 15px;
}
.getting-started-left.cmn-img-cls {
    display: none;
}
}


 @media (max-width: 1080px) {
.container-fluid {
  padding: 0 50px;
}
.header-logo img, .header-logo {
	max-width: 225px;
}
.header-wrapper {
	padding: 21px 0px;
}
ul.navbar-nav li {
	padding: 0px 5px !important;
}
.banner, .sub-page-banner, .error404 .error-404, .no-results, .privacy-page {
	margin-top: 90px;
}
.footer-about-info img {
	margin-bottom: 23px;
	width: 200px;
}
.banner-btn {
	margin-top: 20px;
}
.banner-btn .common-btn {
	width: auto;
	padding: 13px 15px;
}
.banner-btn .learn-more {
	margin-right: 15px;
}
.bottom-sec-desc p {
	margin-bottom: 16px;
}
.box-img-outer {
	height: 90px;
}
.bottom-sec-image-wrap {
	margin-top: 15px;
}
.left-pattern, .right-pattern {
	width: 310px;
}
.result-text p, .result-text span {
	font-size: 44px;
}
.result-text span {
	margin-left: 5px;
}
.privacy-data p {
	margin-bottom: 16px;
}
.privacy-header {
	margin-bottom: 15px;
}
.m-top {
	margin-top: 15px;
}
.privacy-list p {
	margin-bottom: 10px;
}
.privacy-data ul li {
	margin-bottom: 10px;
}
.privacy-data ul {
	margin-left: 25px !important;
}
.address-list {
	margin-top: 10px;
}
.privacy-bottom-data address {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 28px;
}
.privacy-bottom-data address a, .address-list a {
	font-size: 18px;
}
.address-list p + p {
	margin-bottom: 5px;
}
.privacy-bottom-data {
	margin-top: 15px;
}
.privacy-bottom-data p {
	margin-bottom: 7px;
}
.privacy-btn .btn {
	padding: 13.5px 25px;
}
.privacy-btn {
	margin-top: 20px;
}
.news div[class^="col-"] {
	padding: 0 12px;
}
.news .row {
	margin: 0 -12px;
}
.news-box {
	padding: 20px 15px;
}
.btn.press-read-more::before {
	width: 84px;
}
.team-member-box {
    padding: 20px 18px 20px 25px;
}
.management-team-wrap .row {
    margin: -10px -15px;
}
.management-team-wrap div[class^="col-"] {
    padding: 10px 15px;
}
.team-member-box-img {
    width: 155px;
    height: 155px;
}
.global-team-wrap div[class^="col-"] {
	padding-left: 7px;
	padding-right: 7px;
}
.global-team-wrap .row {
	margin-left: -7px;
	margin-right: -7px;
}
.global-team-box ul li {
	word-break: break-word;
}
.result-text p, .result-text span {
    font-size: 32px;
}
.results-title h5 {
    font-size: 20px;
    line-height: 26px !important;
}
}

@media (min-width: 901px) and (max-width: 999px) {
	.bottom-footer .menu-lists .copyright, .menu-lists ul li a {
	font-size: 14px;
}
}

@media (max-width: 1024px) {
	div.app-col {
	padding: 23px 15px;
}
.approach-sec-wrap .row {
	margin: -23px -15px;
}
.box-img-outer img {
	height: 75px;
}
.leadership-item-inner {
    display: block;
    width: 100%;
    text-align: center;
}
.leadership-item-img {
    width: 200px;
    margin: 0 auto 15px;
    text-align: center;
}
.leadership-item-content-outer {
    padding-left: 0;
}
.leadership-details h5 {
    margin-bottom: 10px;
}
.leadership-details h6 {
    margin-bottom: 9px;
}
.approach-box-text {
	padding: 82px 0 30px;
}
}

@media (max-width: 991px) {
.sub-page-banner h1 {
    font-size: 35px;
}
h2 {
    font-size: 30px;
}
.about-process p, .about-sectn-wrap p {
    margin-bottom: 13px;
}
.our-story .custm-header p {
    width: 85%;
}
.story-timeline-year h3 {
    font-size: 30px !important;
      line-height: 1.5 !important;
      font-weight: normal !important;
}
.story-timeline-desc p {
    font-size: 16px;
}
.vision-box {
    padding: 25px;
}
.mission-bottom-inner div[class^="col-"] {
    padding: 0 15px;
}
h3 {
    font-size: 20px;
}
.vision-box {
    text-align: center;
}
.vision-box-img {
    margin: 0 auto 10px;
    width: 85%;
    height: auto;
}

.header-logo img, .header-logo {
	max-width: 140px;
}
ul.navbar-nav li a::after, ul.navbar-nav li.current-menu-item a::after {
	bottom: -5px;
}
ul.navbar-nav li {
	padding: 0px 6px !important;
}
.header-btn .common-btn {
	padding: 10px;
	font-size: 12px;
	width: 100px;
}
.banner, .sub-page-banner, .error404 .error-404, .no-results, .privacy-page {
	margin-top: 87px;
}
.footer-menu ul li a, .footer-menu ul li, .bottom-footer .menu-lists .copyright, .menu-lists ul li a  {
	font-size: 18px;
}


.banner-inner h1 {
	font-size: 30px;
	margin-bottom: 15px;
}
.banner-inner p {
	font-size: 14px;
}
.banner-btn {
	margin-top: 15px;
}	
.banner-btn .common-btn {
	padding: 10px 16px;
}
.banner-btn .learn-more {
	margin-right: 10px;
}
.banner {
	padding: 40px 0;
}
.get-touch-btn {
    margin-top: 30px;
}
.patient-top-sec, .patient-bottom-sec, .results, .approach-sec, .difference-sec, .experience-sec, .case-studies, .contact-us, .privacy-page, .our-process,
.patient-section, .recruiting, .results-success, .news, .news-single-post, .about-sectn, .global-team, .blog-sec, .medical-records, .emr-unlock-sec, .patient-portal, .emr-patient-trial, .clinicaltrial-single-pages {
	padding: 30px 0;
}
.emr-patient-trial-wrap {
    margin-top: 15px;
}
.news {
	padding: 30px 0 0;
}
.page-id-767 .page-section {
	padding-top: 30px;
}
.page-id-767 .page-item-description {
	padding-bottom: 30px;
}
.testimonials {
	padding: 30px 0 70px;
}
.box-item {
	-ms-flex: 0 0 33.33%;
	-webkit-box-flex: 0;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}
.bottom-sec-image-wrap .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bottom-sec-image-wrap .box-item {
	padding-bottom: 30px !important;
}
.box-item:nth-last-child(1), .box-item:nth-last-child(2) {
	padding-bottom: 0 !important;
}
.left-pattern, .right-pattern {
	width: 260px;
}
.results-inner .result-item {
	width: 33%;
	text-align: center;
	justify-content: space-around;
	border-right: 1px solid #83d0ef;
	margin: 0 0 50px;
}
.results-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}
.result-img {
	width: 50px;
	margin: 0 auto 10px;
	height: 54px;
}
.results-inner .result-item:nth-child(3), .results-inner .result-item:nth-child(5), .results-inner .result-item:last-child {
	border-right: none;
}
.result-text p, .result-text span {
	font-size: 30px;
}
.results-title {
	min-height: 40px;
	margin-top: 6px;
}
.results-title h5 {
	font-size: 20px;
	line-height: 24px !important;
}
.results-inner .result-item:nth-child(4), .results-inner .result-item:nth-child(5) {
	width: 50%;
}
.results-inner .result-item:last-child {
    width: 100%;
}
.footer-social {
	margin-top: 12px;
}
 .approach-box-text h3 {font-size: 20px;}
.difference-sec-wrap div[class^="col-"] {
	max-width: 50% !important;
	flex: 0 0 50% !important;
}
.difference-sec {
	background-image: none !important;
}
.difference-sec-wrap {
	margin-top: 0;
}
.difference-box {
	text-align: center;
	margin-bottom: 30px !important;
}
.difference-sec-wrap div[class^="col-"]:nth-last-child(1) .difference-box, .difference-sec-wrap div[class^="col-"]:nth-last-child(2) .difference-box {
	margin-bottom: 0 !important;
}
.experience-sec-wrap .exp-col {
	padding: 10px 15px;
}
.experience-sec-wrap .row {
	margin: 10px -15px;
}
.slick-prev.slick-arrow, .slick-next.slick-arrow {
	display: none !important;
}
.testimonials-slider-outer .slide-item-inner, .testimonials-slider-outer .testimonials-slider {
	max-width: 100%;
}
.case-studies-wrap div[class^="col-"] {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}
.case-studies-wrap div[class^="col-"]:last-child {
	margin-top: 20px;
}
.case-studies-wrap .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.case-studies-wrap {
	padding-top: 20px;
}
.case-box-text ul li {
	font-size: 18px;
}
.case-box-text ul {
	margin-left: 0 !important;
}
.case-box {
	padding: 20px 20px;
}
.global-team-box ul {
	margin-left: 22px !important;
}
h4 {font-size: 20px;}
form .submt {
	position: relative;
}
.wpcf7-spinner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 12px;
}
.testimonials {
	background-attachment: inherit;
}
.results-case-studies div[class^="col-"]:last-child {
	margin-top: 12px;
}
.results-case-studies .row {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.recruiting-box-img {
	max-height: 100%;
}
.ul-pad {
	margin-left: 0px;
}
.management-team-wrap {
    margin-top: 10px;
}
.team-member-box {
    padding: 20px 33px;
}
.team-member-box-img {
    width: 140px;
    height: 140px;
}
.team-member-box-text h5 {
    font-size: 20px;
}
.global-team-wrap div[class^="col-"] {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
	margin-bottom: 15px;
}
.global-team-wrap .row {
	margin-left: -15px;
	margin-right: -15px;
}
.mission-bottom-inner.mission-bottom-content {
    margin-top: 0;
}	  
.mission-bottom-inner.mission-bottom-content div[class^="col-"] {
    margin-top: 20px;
}
.mission-bottom-inner.mission-bottom-content div[class^="col-"]:first-child {
    margin-top: 0px;
}
.header-right .languagedropdown {
    padding-left: 10px;
}
.languagedropdown select {
    padding: 5px;
    font-size: 1rem;
}

/*----------------- Privacy page header css start --------------------------*/

.header-wrapper.glang-switcher .mobile-header {
    display: block;
}
.header-wrapper.glang-switcher .open-toggle {
    background-image: url('/wp-content/uploads/2023/05/humburger.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 26px;
    display: inline-block;
    width: 40px;
    height: 44px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    vertical-align: middle;
}
.header-wrapper.glang-switcher .header-nav {
	height: auto;
	width: 0;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: #f4f4ff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	
}

.header-wrapper.glang-switcher .header-right.sticky-in .header-nav { width: 100%; box-shadow: 0 0 0 520px rgba(0,0,0,0.4);}
.header-wrapper.glang-switcher #menu-header-menu {
	display: block;
}
.header-wrapper.glang-switcher #menu-header-menu li a {
	padding: 12px 12px 12px 15px;
text-decoration: none;
color: #000;
transition: 0.3s;
font-size: 18px;
}

.header-wrapper.glang-switcher #menu-header-menu li a:hover {
color: #00aeef;
}

.header-wrapper.glang-switcher #menu-header-menu li a::after {
	display: none;
}
.header-wrapper.glang-switcher .close-toggle {
	font-size: 30px !important;
	line-height: normal !important;
	display: none;
	vertical-align: top;
	cursor: pointer;
width: 30px;
text-align: center;
position: absolute;
top: 15px;
right: 10px;
}
.header-wrapper.glang-switcher .header-right.sticky-in .close-toggle {
	display: inline-block;
}
.header-wrapper.glang-switcher .header-right.sticky-in .close-toggle:hover {
	color: #00aeef;
}
.header-wrapper.glang-switcher .header-nav .collapse {
	display: block;
}
/*.header-wrapper.glang-switcher .header-logo img, .header-wrapper.glang-switcher .header-logo {
	z-index: 9999;
}*/

/*----------------- Privacy page header css end --------------------------*/

.ptnt-outr {
    width: 80%;
}

.privacy-info-table {
    width: 100%;
    overflow: auto;
}
.privacy-info-table table {
    width: 891px;
}

.impressum-left, .impressum-right {
	padding: 0;
}
.impressum-outer {
	padding: 40px 0;
}
.global-team {
    border-left: 1px solid #00aeef !important;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0;
}
.about-process, .global-team {
    padding: 30px 15px;
}
.who-we-sec, .who-we-sec-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-process, .global-team {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.about-process, .global-team {
    padding: 30px 15px;
}
.global-team-wrap div[class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-bottom: 15px;
}
.about-process {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
}
.emr-patient-trial .custm-header + .row div[class*="col"] {
    margin: 15px 0;
}
.sub-page-banner.sub-page-banner-osig {
    padding: 50px 0;
}
.recruiting-osig .custm-header h2, .osig-patient-section .custm-header h2 {
    font-size: 40px;
}
.medical-records-img {
    margin: 10px 0 0 0;
}
}


@media (max-width: 900px) { 
footer {text-align: center; padding: 35px 0 35px;}
.bottom-footer {
	margin-top: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.menu-lists ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.top-footer .footer-col {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.top-footer .footer-col.no-pad + .footer-col {
    margin-bottom: 0;
}
.top-footer .footer-col:last-child {
	margin-bottom: 0;
}
.footer-menu h3::after {
	width: 38px;
	right: 0;
	margin: auto;
}
.footer-menu h3 {
	padding: 0 0 10px;
	margin: 0 0 7px;
	margin-top: 0px;
}
.footer-about-info img {
	width: 200px;
	margin: 0 auto 13px;
	display: block;
}
.footer-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-menu ul li {
	padding: 0 20px;
	margin-bottom: 8px !important;
}
.footer-address li br {
	display: none;
}
.top-footer {
	padding-bottom: 25px;
}
.menu-lists ul li a, .menu-lists ul li {
	line-height: 1.5 !important;
	font-size: 18px;
}
.menu-lists ul {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.partners-list {
    margin-right: 23px;
    width: 240px;
}
.bottom-footer-logos {
    justify-content: center;
}
.ac-twitter-feed-live .ctf-tweets .ctf-author-autocruitment {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.adhd-patient-inner {
	margin-top: 0;
}
.bottom-footer-logos {
    text-align: center;
}
.bottom-footer-right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
}

@media (min-width: 768px) and (max-width: 991px) {
ul.navbar-nav li a {
    font-size: 12px;
}
.header-btn, .languagedropdown {
    padding-left: 0;
}
}



 @media (max-width: 767px) {
.container-fluid {
  padding: 0 30px;
}
.footer-menu ul li {
	padding: 0 8px;
}

.footer-social ul li {
	padding-right: 25px;
	margin: 0 !important;
	width: auto !important;
}
.header-logo img, .header-logo {
	max-width: 175px;
}
.recruiting-box-img {
	max-height: 100%;
}
.medical-records-img, .medical-records-btn {
    margin: 30px 0 0 0;
}
.emr-patient-trial-wrap .medical-records-img {
    margin: 0 0 30px 0;
}
.patient-portal-data ul li {
    width: 100%;
}
.patient-portal-data ul li:last-child {
    margin: 0;
    border: none;
    padding-bottom: 0;
}
.modal-body {
    padding: 20px 22px;
}
.modal-logo {
    margin: 0 0 20px 0;
}
.sub-page-banner p {
	font-size: 18px;
}
}


@media (max-width: 767px) {
.sub-page-banner h1 {
    font-size: 30px;
    width: 100%;
}

.sub-page-banner {
    height: 300px;
}
.story-timeline-year h3 {
    margin-bottom: 10px;
}
.story-timeline-content {
    padding-right: 14px;
}
.story-timeline-item:nth-child(2n) .story-timeline-content {
    padding-left: 14px;
}
.mission-top-img {
    width: 75%;
}
.container-fluid {
  padding: 0 25px;
}
.header-wrapper {
	padding: 10px 0px;
}
.banner, .sub-page-banner, .error404 .error-404, .no-results, .privacy-page {
	margin-top: 66px;
}
.header-btn .common-btn {
	padding: 10px 10px;
}
.header-nav .navbar {
	padding-top: 0;
}
.header-landing .header-wrapper {
	padding: 13px 0px;
}
.header-landing .header-logo img, .header-landing .header-logo {
	max-width: 175px;
}

/*Header Responsive*/
	.mobile-header {
	display: block;
}
.open-toggle {
	background-image: url('/wp-content/uploads/2023/05/humburger.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 26px;
	display: inline-block;
	width: 40px;
	height: 44px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
}
.header-nav {
	height: auto;
	width: 0;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: #f4f4ff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	
}

.header-right.sticky-in .header-nav {
    width: 100%;
    box-shadow: 0 0 0 520px rgba(0,0,0,0.4);
    overflow-y: scroll;
    height: 100%;
}

#menu-header-menu {
	display: block;
}
#menu-header-menu li a {
	padding: 12px 12px 12px 15px;
text-decoration: none;
color: #000;
transition: 0.3s;
font-size: 18px;
}

#menu-header-menu li a:hover {
color: #00aeef;
}

#menu-header-menu li a::after {
	display: none;
}
.close-toggle {
	font-size: 30px !important;
	line-height: normal !important;
	display: none;
	vertical-align: top;
	cursor: pointer;
width: 30px;
text-align: center;
position: absolute;
top: 15px;
right: 10px;
}
.header-right.sticky-in .close-toggle {
	display: inline-block;
}
.header-right.sticky-in .close-toggle:hover {
	color: #00aeef;
}
.header-nav .collapse {
	display: block;
}
.header-logo img, .header-logo {
	z-index: 9999;
}
/*Header Responsive*/

.vision-box-img {
    width: 100%;
	  max-width: 55%;
	  margin: 0 auto 15px;
}
.mission-bottom-inner .row {
    margin: 0 -15px;
}
.mission-bottom-inner div[class^="col-"] {
    padding: 15px;
}
.leadership-item {
	margin-bottom: 29px;
}
.leadership-item-img {
    width: 185px;
}
.bottom-sec-desc p {
	text-align: center;
}
.box-img-outer {
	height: 75px;
}
.left-pattern, .right-pattern {
	display: none;
}
.bottom-sec-image-wrap .box-item {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	padding-bottom: 20px !important;
	padding-left: 15px;
	padding-right: 15px;
}
.bottom-sec-image-wrap .row {
	margin-left: -15px;
	margin-right: -15px;
}
.box-img-text h4 {
	padding-left: 40px;
	padding-right: 40px;
}
.banner-btn .common-btn {
	padding: 6px 16px;
}
.banner {
	padding: 30px 0;
}
.box-item:nth-last-child(1), .box-item:nth-last-child(2) {
	padding-bottom: 0 !important;
}
div.app-col {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.experience-sec-wrap {
	margin-top: 0px;
}
.contact-sec-form .form-control {
	height: 50px;
}
.contact-sec-form .frm-sbmt {
	width: 150px;
	padding: 12px 0px;
	font-size: 20px;
}
.contact-subtitle {
	max-width: 100%;
}
.experience-box {
	min-height: auto;
}
.contact-sec-form .descrip .form-control {
	height: 110px;
}

.single-post-inner p, .item-meta-date {
	margin-bottom: 15px;
}
.news-single-post ul, .news-single-post ol {
	margin-bottom: 15px !important;
}
.single-post-inner {
	padding: 0;
}
.team-member-box-img {
    width: 130px;
    height: 130px;
}
.about-process p {
	text-align: center;
}
#myBtn {
	width: 40px;
	height: 40px;
	padding: 7px;
}
.global-team-wrap div[class^="col-"], .global-team-wrap .case-box-text {
	width: 100%;
}
.global-team-box ul li {
	margin-bottom: 7px !important;
}
.about-sectn {
    background: #fff !important;
}

.header-right .languagedropdown {
    padding: 0;
    position: absolute;
    left: 50%;
    top: 15.5px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.header-wrapper.glang-switcher
{
    padding: 10px 0px;
	margin-top: 65px;
	border-top: 1px solid #eee;
}
.header-logo img, .header-logo {
  z-index: auto;
}
.ptnt-outr {
    width: 100%;
}
.sbscribe-form form .es-form-field-container input[type=email] {
    height: 41px;
    padding: 0 22px;
}
.ptnt-form.sbscribe-form input[type="submit"] {
    height: 41px;
    padding: 10px 0;
	width: 120px;
    font-size: 12px;
}

.impressum-details-box h3 {
	margin-bottom: 10px;
}
.impressum-details-box {
	margin-bottom: 30px;
}
.impressum-details-box ul li {
	padding: 14px 20px;
	margin-top: 20px;
}
.impressum-details-box ul li img {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}
.impressum-details-box a i {
	margin-right: 15px;
}
.impressum-right .impressum-details-box {
	margin-bottom: 20px;
}
.impressum-right .case-box .case-box-text {
	padding-left: 0;
	width: 100%;
}
.impressum-right .case-box h5::after {
	margin: auto;
}
.impressum-right .case-box-img-outer {
	margin: 0 auto 15px;
}
.impressum-right .case-box {
	flex-direction: column;
	text-align: center;
}
.page-id-767 .page-item-description p {
	font-size: 16px;
}
.page-item-description p {
	margin-bottom: 15px;
}

ul.navbar-nav li ul.sub-menu {
    position: static;
    padding-top: 0 !important;
    width: 100%;
	opacity: 1;
    visibility: visible;
	 display: none;
	 -webkit-transition: none;
        -o-transition: none;
        transition: none;
}
ul.navbar-nav li span.submenu-toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 30px;
    height: 30px;
    color: transparent;
}
ul.navbar-nav li span.submenu-toggle::before {
    width: 15px;
    height: 3px;
    background: #222;
    content: "";
    position: absolute;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
        -ms-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg);
}
ul.navbar-nav li span.submenu-toggle::after {
    width: 15px;
    height: 3px;
    background: #222;
    content: "";
    position: absolute;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    top: 50%;
    right: -4px;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        -ms-transform: translate(-50%,-50%) rotate(-45deg);
            transform: translate(-50%,-50%) rotate(-45deg);
}
ul.navbar-nav li.active span.submenu-toggle {
    -webkit-transform: rotate(-540deg);
        -ms-transform: rotate(-540deg);
            transform: rotate(-540deg);
}
ul.navbar-nav li ul.sub-menu li {
    background: transparent;
    padding: 0 !important;
}
ul.navbar-nav li ul.sub-menu li a {
    padding: 12px 12px 12px 50px !important;
}
.all-study-repeat-osig, .patient-section.osig-patient-section {
        padding: 30px 0;
}
.process-data p {
    margin-top: 20px;
}
.process-data {
    margin-bottom: 0;
}

.home #patient_sec, .page-template-template-results-php .enrollment, .page-template-template-trial-site-intelligence-php .medical-records, 
.page-template-template-emr-php .medical-records, .diversity-inclusion-sec, .page-template-template-clinical-phone-screening-php .medical-records, 
.page-template-template-cro-php .news-stats-sec + .emr-patient-trial.patient-service-trials, .our-process-osig, 
.page-template-template-product-services-php .approach-sec, .page-template-template-experience-php .patient-top-sec,
.page-template-template-results-omni1-php .patient-top-sec {
	margin-top: 30px;
}
.single-post .adhd-patient-banner-right {
    background-image: none !important;
}
.single-post .sub-page-banner h1 {
	width: 100%;
	color: #2c2c2c;
}

.error404 .error-404 {
	margin-top: 116px  !important;
}

}

@media (max-width: 667px) {
.leadership-item-img {
    width: 100%;
    text-align: center;
}
.leadership-item-img img {
    width: 100%;
    height: auto;
    max-width: 250px;
    border-radius: 5px;
}
.leadership-item-content-outer {
    padding-top: 20px;
}
.partners-list {
    margin-right: 20px;
    width: 200px;
}
.banner-inner p br {
	display: none;
}
.case-studies-wrap div[class^="col-"] {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}
.case-studies-wrap div[class^="col-"]:nth-last-child(2) {
	margin-top: 20px;
}
div.app-col {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 15px 15px;
}
.approach-sec-wrap .row {
	margin: -15px -15px;
}

.slick-dots {
	bottom: -80px;
}
.testimonials {
	padding: 30px 0 100px;
}
.recruiting .row {
	margin: 0 -15px -15px;
}
.recruiting div[class^="col-"] {
	padding: 15px;
}
.recruiting-box a.btn {
	margin-bottom: 5px;
}
}

@media (max-width: 575px) {
.our-story .custm-header p {
    width: 100%;
}
.story-timeline-year h3 {
    margin-bottom: 0px;
}
.story-timeline-img {
    width: 65px;
    height: 65px;
    padding: 11px;
}
.story-timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.story-timeline::before {
    left: 30px;
}
.story-timeline-content {
    text-align: left;
    padding: 0 0 20px 15px;
    height: auto;
}
.story-timeline-item + .story-timeline-item {
    margin-top: 0;
}
.click-here {
    margin-top: 0;
}
.mission-top-img {
    width: auto;
    padding: 5px 0px;
}
.container-fluid {
  padding: 0 20px;
}
.footer-about-info p {
	width: 100%;
}
.footer-menu ul li span {
	padding-left: 12px;
}
.mission-bottom-inner div[class^="col-"] {
    padding: 15px;
}
.leadership .custm-header, .global-team .custm-header {
    padding-bottom: 20px;
}
.leadership-item {
    padding: 15px 23px;
}
.container, .container-sm {
    max-width: 100%;
    padding: 0 20px;
}
.bottom-sec-image-wrap .box-item {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}
.bottom-sec-image-wrap .box-item:nth-last-child(1) {
	padding-bottom: 0 !important;
}
.box-item:nth-last-child(2) {
	padding-bottom: 20px !important;
}
.results-inner {
	flex-direction: column;
}
.results-inner {
	margin-top: 10px;
}
.results-inner .result-item {
	width: 100%;
	text-align: center;
	justify-content: space-around;
	border-bottom: 1px solid #83d0ef;
	margin: 0 auto 20px;
	border-right: 0;
	max-width: 280px;
	padding: 10px;
	padding-bottom: 20px;
}
.results-title {
	display: inline-block;
	width: 100%;
	min-height: auto;
	margin-top: 0;
}
.result-img img {
	width: 100%;
}
.difference-sec-wrap div[class^="col-"] {
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

.difference-box-img {
	margin-bottom: 10px;
}
.difference-box-text h4 {
	padding-bottom: 0;
}
.difference-box {
	margin-bottom: 20px !important;
}
.difference-sec-wrap div[class^="col-"]:nth-last-child(2) .difference-box {
	margin-bottom: 20px !important;
}
.results-title h5 br {
	display: none;
}
.results-inner .result-item {
	max-width: 290px;
}
.results-inner .result-item:nth-child(4), .results-inner .result-item:nth-child(5) {
	width: 100%;
}
.box-img-text h4 {
	padding-left: 20px;
	padding-right: 20px;
}
.bottom-footer-logos .siteseal, .bottom-footer-logos #siteseal {
	margin-right: 5px;
}
.recruiting-box-img {
	max-height: 100%;
}
.recruiting-box-img img {
	width: 100%;
}

form.search-form .search-field {
	width: 100%;
}
form.search-form {
	max-width: 300px;
}
form.search-form .search-submit {
	padding: 5px 23px 4px;
}

.news div[class^="col-"] {
	margin-bottom: 24px;
}
.news div[class^="col-"]:last-child {
	margin-bottom: 0;
}

.impressum-details-box a i {
	margin-right: 10px;
	min-width: 35px;
	height: 35px;
	width: 35px;
	font-size: 16px;
}
.impressum-details-box ul li {
	padding: 14px 16px;
}
.redirect-banner h1 br {
	display: none;
}
.recruiting-box-osig .recruiting-box-text h3 {
    padding-bottom: 0;
    margin-bottom: 20px;
    font-size: 18px;
}
.recruiting-box-osig .recruiting-box-text {
    padding: 0 10px;
}
.recruiting-box-osig .results-btn a.btn {
    padding: 5px 0;
    width: 130px;
}
.recruiting-box-osig .recruiting-box-img {
    height: 150px;
}
.recruiting-box-osig .recruiting-inner-box {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    min-width: 160px;
}
.recruiting-osig .custm-header h2, .osig-patient-section .custm-header h2 {
    font-size: 20px;
}
.medicalvideo-img .medical-vedio-icon {
    max-width: 60px;
}
}

@media (max-width: 575px) {
.emr-patient-trial .custm-header + .row div[class*="col"] {
	margin-top: 20px;
}
.error404 .error-404 {
	margin-top: 127px  !important;
}
}

@media (max-width: 484px) {
.partners-list {
    margin-right: 20px;
    width: 140px;
}
.team-member-box {
    padding: 15px 25px;
}
.ptnt-form.sbscribe-form input[type="submit"] {
    position: static;
    margin-top: 20px;
}
}

 @media (max-width: 420px) {
.header-btn .common-btn {
	padding: 7px 8px;
	font-size: 12px;
}
.open-toggle {
	width: 36px;
}
.header-logo img, .header-logo {
	max-width: 120px;
}
.banner, .sub-page-banner, .error404 .error-404, .no-results, .privacy-page {
	margin-top: 64px;
}
#menu-header-menu li a {
	padding: 8px 8px 8px 15px;
}
.header-nav .navbar {
	padding-top: 3px;
	padding-bottom: 15px;
}
.footer-menu ul li {
	margin-bottom: 5px;
	width: 100%;
}
}


@media (max-width: 400px) {
.recruiting-box-osig .recruiting-inner-box, .recruiting-box-osig .recruiting-box-text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    text-align: center;
}	
.recruiting-box-osig .results-btn {
    text-align: center;
}
.recruiting-box-osig .recruiting-box-img {
    border-radius: 10px 10px 0 0;
}
.recruiting-box-osig .recruiting-box-img {
    height: 150px;
}
.recruiting-box.recruiting-box-osig {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}

 @media (max-width: 384px) {
.container-fluid {
  padding: 0 15px;
}
.sub-page-banner h1 {
    font-size: 24px;
}
h2 {
    font-size: 30px;
}
.vision-box-img {
    max-width: 100%;
}
.team-member-box {
    padding: 15px 23px;
}
}


 @media (max-width: 340px) {
.container-fluid {
  padding: 0 12px;
}
h2 {
    font-size: 24px;
}
}



@media (min-width: 1200px) and (max-width: 1441px) {
.sub-banner-data {
    max-width: 480px;
}	
.sub-page-new-banner .sub-banner-inner h1 {
    font-size: 46px;
}
}


@media (min-width: 992px) and (max-width: 1199px) {
.sub-page-new-banner .sub-banner-inner h1 {
    font-size: 40px;
}
.sub-banner-data {
    max-width: 420px;
}
}





@media (min-width: 1301px) and (max-width: 1460px) {
.twitter-custom-css iframe {
    height: 260px !important;
}
}

@media (min-width: 1201px) and (max-width: 1300px) {
.twitter-custom-css iframe {
    height: 260px !important;
}
}

@media (min-width: 1101px) and (max-width: 1200px) {
.twitter-custom-css iframe {
    height: 300px !important;
}
}

@media (min-width: 1001px) and (max-width: 1100px) {
.twitter-custom-css iframe {
    height: 315px !important;
}
}

@media (min-width: 901px) and (max-width: 1000px) {
.twitter-custom-css iframe {
    height: 360px !important;
}
}

@media (min-width: 601px) and (max-width: 900px) {
.twitter-custom-css iframe {
    height: 100px !important;
}
}


@media (min-width: 501px) and (max-width: 600px) {
.twitter-custom-css iframe {
    height: 120px !important;
}
}

@media (min-width: 401px) and (max-width: 500px) {
.twitter-custom-css iframe {
    height: 160px !important;
}
}

@media (min-width: 301px) and (max-width: 400px) {
.twitter-custom-css iframe {
    height: 210px !important;
}
}

@media (max-width: 300px) {
.twitter-custom-css iframe {
    height: 250px !important;
}
}

@media print {
.privacy-info-table table {
    width: 640px;
}	
}