/*
Theme Name: Clinical Research
Theme URI: 
Author: 
*/

.inner-page {
	text-align: left !important;
	padding: 30px 0;
}
.patient-more {
    padding: 30px 10%;
}

.patient-details {
    text-align: center;
    padding: 50px 0;
}

.patient-details h2 {
    color: #2560c9;
    font-size: 45px;
}





h2.wp-block-heading {
	    font-size: 45px;
    font-weight: 800;
    color: #0c70f6;
    margin-bottom: 30px;
}

@media(max-width:991px)
{
	h2.wp-block-heading {
	font-size:32px;
	}
}

.location_block h4 {
    font-size: 20px;
}



.location_block .add_col {
    display: flex;
    flex-direction: column;
    gap: 15px;
   margin-top: 30px;
}

.location_block .add_list {
    display: flex;
    gap: 12px;
	align-items:baseline;
	
}

.location_block .add_list svg path{
	fill:#0c70f6;
}

.location_block .add_list svg{
    transform: scale(1.2);
	    width: 30px;
}

.map iframe{
	filter:grayscale(100%);
	border-radius:15px;
	overflow:hidden;
}


.inner_section  .form-control {
    background: #E0E4EC;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #dbe0e9;
	min-height:50px;
/* 	box-shadow:none; */
	    padding: 15px;
}
.inner_section  .form-control:focus {
	    background: #f4f8ff;
}

.inner_section  .form-control::placeholder{
	color:#919DB7;
}

.inner_section .form-group
{
	    margin-bottom: 20px;
}

.form-group p {
    margin-bottom: 0;
}

.location_block_wrap.bgshow {
	padding:50px;
    background: #F7F9FD;
	border-radius:15px;
}

@media(max-width:781px)
{
	.row_reverse_mobile {
    flex-direction: column-reverse;
}
	.row_reverse_col{
	    flex-direction: column-reverse;
    display: flex;
		}
	
	
}

@media(max-width:575px)
{
	.location_block .add_list
	{
		    align-items: baseline;
	}
	.location_block .add_col
	{
		    flex-direction: column;
   			 gap: 25px;
	}
	.location_block .add_list
	{
		    flex-direction: column;
/*     align-items: center; */
    text-align: center;
    font-size: 15px;
	}
	.location_block h4
	{
		text-align:center;
		font-size:18px;
	}
}


.why_section .why_thumb_wrap .img_why_wrap span.poptext
{
	    width: max-content;
}

@media(max-width:767px)
{
	.why_details_col {
    padding: 5px;
		
}


	
	
}

@media(max-width:575px)
{
		.why_section .why_thumb_wrap .why_details_col:before
	{
		display:none;
	}
	
	.why_section .why_thumb_wrap .why_details_col {
    min-height: 150px;
}
}


/*------------------------------------Menu Style-----------------------------------*/

ul.sub-menu {
    list-style: none;
    padding: 0;
    position: absolute;
    background: #fff;
    border-radius: 8px;
}


ul.sub-menu {
    list-style: none;
    padding: 0;
    position: absolute;
    background: #fff;
    border-radius: 8px;
    min-width: 250px;
    box-shadow: 0px 18px 30px -13px #0000001a;
       top: 84px;
	visibility:hidden;
	opacity:0;
	transition:all 0.3s;
	transform:translateY(50px);
	overflow:hidden;
}

ul.sub-menu li a {
    font-weight: 400 !important;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

header .active .navlink
{
	    color: inherit;
}

header .active>.navlink
{
	    color: #4cc22f;
}


header .navlink
{
	padding-top: 35px;
    padding-bottom: 35px;
}

.menu-item-has-children:hover ul.sub-menu {
	transform:translate(0);
	opacity:1;
	visibility:visible;
	
}


ul.sub-menu li a:hover {
    color: #122d0c;
    background: #f3fcf1;
}


@media(max-width:1200px)
{
	ul.sub-menu {
		position:static;
		opacity:1;
		visibility:visible;
		        box-shadow: none;
		transform:translate(0);
		      
		        max-height: 0;
	}
	
	ul.sub-menu.active{
		max-height:600px;
		  margin-top: 15px;
	} 
	
	ul.sub-menu li{
		        margin-bottom: 0px !important;
		border:none !important;
		        padding-bottom: 0 !important;
	}
	ul.sub-menu li a
	{
		border-bottom:0;
	}
	
	 .menu-item-has-children 
	{
		position:relative;
	}
	
	span.dd {
         width: 70px;
        height: 13px;
        display: block;
        position: absolute;
        right: 0px;
        top: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
		
		
}
	span.dd:before {
		content: "";
        background: url(https://us.webpage-demo.com/clinicalresearch/wp-content/uploads/2024/10/slide_arrow.svg) no-repeat;
        width: 100%;
        height: 100%;
        /* position: absolute; */
      	background-size:contain;
        display: block;
        transform: rotate(-90deg);
        background-position: center;
		transition:all .3s;
	}
	
	span.dd.active:before{
		  transform: rotate(90deg);
	}
	
	
}


.list_horizontal ul{
	display:flex;
	border-bottom: 1px solid #eee;
    padding-bottom: 5px;
	    gap: 4%;
	    justify-content: space-between;
	}


.list_horizontal ul li {
        width: 100%;
	    max-width: 50%;
}


.is-style-rounded img {
    border-radius: 15px;
}

.img_100 img {
    width: 100%;
}


.news_row .newspage-widget .news_wrap .news_descrip {
    background: #F7F9FD;
	}

.news_wrap  .readmore {
       color: #4cc22f;
}

.news_row p
{
color: #000;	
}


.col_news.newspage-widget {
    margin-bottom: 35px;
}


.news_row .news_wrap .news_img {
    max-height: 261px;
}

.wp-block-column.bg_blue {
    background: #F7F9FD;
    padding: 30px;
/*     margin: 25px; */
	border:1px solid #EDEDED;
	border-radius:20px;
	 padding: 50px;
}

ul.wp-block-list:last-child {
    border-bottom: 0px;
}


.wp-block-cover.white {
    border-radius: 20px;
}


.wp-block-cover.white  h2.wp-block-heading
{
	
	color:#fff;

}


.wp-block-button__link {
    background: #0c70f6;
    padding: 11px 15px;
    padding: 14px 30px;
    border-radius: 50px;
    text-align: center;
    min-width: 176px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 16px;
    font-weight: 500;
}

.wp-block-button__link:hover {
	background-color: #599ffc;
}



.wp-block-cover .wp-block-column {
    max-width: 1080px;
    margin: 0 auto !important;
}


.wp-block-cover, .wp-block-cover-image
{   
 min-height: 500px;
	
}

@media(min-width:781px)
{
	.wp-block-columns.nogap {
    gap: 0;
}

	.wp-block-columns.nogap  .wp-block-column.bg_blue:nth-child(2n) {
    margin-right: 25px;
}
	
}


.grid-item {
      width: 32.33%;
}

@media(max-width:1280px)
{
	
.grid-item {
      width: 50%;
}
}

@media(max-width:767px)
{
	
.grid-item {
      width: 100%;
}
}



.sponsor_wrp_col {
	background:#F7F9FD;
	padding:35px;
	    margin: 15px;
	border-radius:15px;
}

.sponsor_wrp_col .spons_img_wrap img {
    mix-blend-mode: darken;
}

.grid.grid_sponsor {
    margin-bottom: 65px;
}


.sponsor_wrp_col .spons_img_wrap
{
	margin-bottom:15px;
}

.sponsor_wrp_col  h4{
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;
}

.inner_section .form-group.two-fields input {
    margin-bottom: 15px;
}

.inner_section .wpcf7-form-control-wrap:nth-child(2)
{
	  margin-bottom: 0px;
}

@media(max-width:575px)
	
	
{
	header .headmenu_row{
	    padding: 0px 20px;
	}
	
	.inner_title
	{
		    margin: 50px auto;
	}
	header.fixed .headmenu_row{
	        padding: 0px 0px;
        margin: 0;
		}
	
}


/*---------------------------Refer Page---------------------------*/

.refer-widgets .wp-block-column {
    box-shadow: 0px 3px 30px -8px #0000001a;
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid #f4f4f4;
}


.refer-widgets .wp-block-column  p{
	margin-bottom:0;
}




.tabform .tab-content
{
	background:#F6F6F6;
	border:1px solid #EFEFEF;
	padding:50px;
	    border-top: none;
	    border-radius: 0 15px 15px 15px;
	min-height: 520px;
	    align-items: center;
    display: flex;
}
.tabform .tab-content h5{
	color: #4CC22F;
	font-size:28px;
	font-weight:500;
	margin-bottom:40px;
	
}
.tabform .tab-content .form-control
{
		background:#FFFFFF;
	}
.tabform .tab-content .form-control::placeholder{
color:#8F8F8F;

	}


.tabform .nav-tabs p
{
	margin-bottom:0px;
}
.tabform ul.nav-tabs{
	margin-bottom:0;
	border-bottom: 0;
   
	
}



.tabform .nav-tabs li{
	margin-bottom:0;
}


.tabform  .nav-tabs button{
	background:#F6F6F6;
	font-size: 18px;
    color: #9A9A9A;
    font-weight: 500;
	    padding: 10px 30px;
    margin-right: 15px;
	 text-transform: uppercase;
}

.tabform  .btn_default{
    line-height: normal;
}

.tabform  .nav-link
{
		    border-bottom: 0;
	    border: none;
}

.tabform  .nav-link.active {
    background: #f6f6f6 !important;
    margin-bottom: 0;
	    border-bottom: 0;
	

}


.video_patient_wrap.center-icon img {
    width: 100%;
}


.video_patient_wrap.center-icon .play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    animation: none;
}
.video_patient_wrap.center-icon
{
	height:calc(100% - 55px);
}


@media(max-width:991px)
{
	.refer-widgets .wp-block-media-text {
    display: flex;
    flex-direction: column;
    text-align: center;
}
	
.tabform .nav-tabs button {
    font-size: 15px;
	        padding: 10px 15px;
}

.tabform .tab-content {
    padding: 35px;
}	
	
	
}

@media(max-width:780px)
{
	.tabform .tab-content {
    min-height: auto;
    padding: 50px 30px;
		        text-align: center;
}
	.tabform .tab-content h5{
		text-align:center;
	}
}



/*-----------------------------------------Wellness Resource----------------------------*/

.tab-block-children
{
}

.tab-block-children .nav-tabs {
/*     align-items: center; */
    justify-content: center;
	gap:25px
}

.tab-block-children .nav-link img
{
	    max-width: 220px;
		filter:grayscale(100%);
		mix-blend-mode:darken;
	    transition:all 0.3s;
}




.tab-block-children  .nav-tabs .nav-link {
    background: #F5F5F5;
	border-radius: 15px 15px 0 0;
	border-bottom:0px;
	
}

.tab-block-children  .nav-tabs .nav-link.active{
	background:#fff;
}

.tab-block-children  .nav-tabs .nav-link.active img{
	filter:grayscale(0%);
}


.tab-block-children  .tab-content
{
	padding:60px 30px;
}


@media(max-width:575px)
{
	.tab-block-children .nav-link img
	{
		    max-width: 100px;
	}
	.tab-block-children .tab-content
	{
		padding: 30px 0;
	}
	.news_sec .news_row .newslogo_wrap {
    position: static;
    align-items: center;
    padding: 0;
    margin-top: 15px;
}
	
	.news_sec .news_row .news_img img {
    border-radius: 15px;
}
	
}
	

.custom-search-form {
    display: flex;
    max-width: 450px;
    gap: 10px;
}

.wrap_button_fixed
{
	z-index:3;
}


.wpcf7-spinner {
    position: absolute;
}




@media(max-width:767px)
{
	.patient-more
	{	
			padding:0;
		      padding-bottom: 50px;
	}
	section.inner-banner ul.breadcrumb li a
	{
		font-size:15px;
	}
}

@media(max-width:575px)
{

	
	.enroll_listwrap .enroll_list_cont {
    width: 100%;
    bottom: 0;
    margin-top: -40px;
    left: 0px;
    transform: translate(0, 0px);
}
	.enroll_listwrap .enroll_list_cont h4 {
    border-radius: 0;
}
.enroll_listwrap .enroll_list_cont .cont_enroll_listwrap {
    border-radius: 0 0 15px 15px;
    border: 1px solid #eee;
    border-top: 0;
}	
	.news_sec .news_row .news_img
	{
		max-height:none;
	}
	section.inner-banner .title_row_banner h1
	{
		text-align:center;
	}
	
	
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 13px;
    color: #fff;
    background: #2560c9;
    /* border: 2px solid #ffb900; */
	    margin-top: 0;
}

.wpcf7-not-valid-tip {
    background: #eaa5a5;
    position: absolute;
    border-radius: 15px;
    font-size: 12px;
    padding: 1px 7px;
    line-height: 17px;
    bottom: -8px;
    left: auto;
    margin-left: 8px;
}


footer .img_foot img {
    max-width: 1150px;
}

section.patient_exp.section.ft_margin {
    padding-bottom: 300px !important;
}

.meet_team_link {
    display: flex;
    justify-content: end;
}

@media(min-width:992px)
{
	.title_row p
	{
		        margin-top: 45px;
	}
	.meet_team_link {
    display: flex;
    justify-content: end;
}

	
	
}

@media(max-width:767px)
{
	.meet_team_link
	{
		    display: flex;
    justify-content: center;
	}
	.testimonial_slide_wrap .title {
    max-width: none;
}
	
}


section.enrollment_sec .content_enroll p {
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    display: -webkit-box;
}

.meet_team_link a svg {
    rotate: -90deg;
    margin-left: 12px;
}


section.inner-banner .img_inner_banner{
	    height: auto;
	    max-height: 500px;
}
section.inner-banner .img_inner_banner img {
     width: 100%;
 }

section.enrollment_sec .enroll_thumb_img img{
	    height: 370px;
    width: 100%;
}
section.enrollment_sec .content_enroll{
	    width: 100%;
	    justify-content: space-between;
}
#head_height {
    display: none;
}
header.fixed{
	    top: 0px;
}

section.enrollment_sec .content_enroll{
	    transform: translateY(50%);
	    align-items: flex-start;
}
.why_section .why_thumb_wrap .why_thumb_col{
	cursor: pointer;
}

@media(max-width: 993px){
section.inner-banner .img_inner_banner img {
    width: 100%;
    height: 300px;
}
	}


@media(max-width:1550px)
	
{
.video_sec.video_why .container-bannerin, .video_sec.video_why .container-banner {
    max-height: 370px;
}


	    .video_sec .video_snap img {
        object-fit: none;
    }

	
	}

@media(max-width:1200px)
{
	.video_sec .video_snap img
	{
		        transform: none !important;
	}
}

@media(max-width:991px)
{
	.phase_row .col_phase:nth-child(2n) {
    padding-left: 15px;
}
	.enroll_listwrap .enroll_img
	{
		max-height: 267px;
	}
	
}

@media(max-width:767px)
{
	.team_wrap {
    max-width: 350px;
    margin: 0 auto;
}
	
	.list_horizontal ul {
    flex-direction: column;
}
.list_horizontal ul li {
 max-width: 100%;
}	
	
}

@media(max-width:575px)
{
	.title
	{
		       margin-bottom:10px;
	}
	.location_block .add_list {
    text-align: center;
    align-items: center;
}
	
	.inner_page header:not(.fixed) .headmenu_row {
    margin: 0 0%;
}
	
	    .enroll_listwrap .enroll_img img {
         height: 250px;
    }
	.enroll_listwrap{
		min-height: unset;
	}
	
}

@media(max-width:420px)
{
	.tabform .nav-tabs button
	{
		    padding: 10px 16px;
		    margin-right: 7px;
			font-size: 14px;
	}
}


@media(max-width:1200px)
{	
.col_trialsimg {
    width: 100%;
}

.inner_section .col_trialscont {
    width: 100%;
}
	
	
}
section.enrollment_sec .content_enroll {
min-height: 150px;
}
/* Disable cursor */
section.enrollment_sec .col_enroll a.enroll_thumb_wrap {
 cursor: pointer;
}


.signup-form .form-control {
    height: 55px;
}
.signup-form .btn_default{
	    padding: 10px 15px; 
	min-width: 100px;
}

body.page-template-publications .news_row .news_wrap .news_descrip h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6rem;
}
body.page-template-publications .news_wrap .readmore {
    color: #4cc22f;
    font-size: .9rem;
}

body.page-template-publications .news_row h3{
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}