/*
Theme Name: Healthline
Theme URI: http://pkteam.com
Author: J
Author URI: http://pkteam.com
Description: Healthline
Version: 1.0
=======
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.

The development of BootstrapWP was powered by Sublime Text 2 and lots of Diet Coke.
Use this starter theme to make something cool.  Please share the results with me via Twitter @rachelbaker.
Enjoy!

*/
/********************************************************

Comfortable with LESS?  Check out the /assets/css/less folder where the bootstrapwp.less file is the master complier

Not comfortable with LESS?  You can override the compiled bootstrapwp.css file by adding custom styles here.
-------------------------------------------------- */


/* Font Embedded Link Lato */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,800,900');

@font-face {
	font-family: 'Tiempos';
	font-style: 'normal';
	font-weight: 600;
	font-display: 'fallback';
	src: local('☺︎'), url('assets/fonts/TiemposHeadlineWeb-Medium.woff2') format('woff2'), 
	url('assets/fonts/TiemposHeadlineWeb-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	font-display: 'fallback';
	src: local('☺︎'), url('assets/fonts/proximanova.woff2') format('woff2'), 
	url('assets/fonts/proximanova.woff') format('woff');
}

@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 600;
	font-display: 'fallback';
	src: local('☺︎'), url('assets/fonts/proximanovamedium.woff2') format('woff2'), 
	url('assets/fonts/proximanovamedium.woff') format('woff');
}

@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-display: 'fallback';
	src: local('☺︎'), url('assets/fonts/proximanovabold.woff2') format('woff2'), 
	url('assets/fonts/proximanovabold.woff') format('woff');
}

body{
	font-family: 'Proxima Nova';
	font-weight: 400;
}

p {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;

	letter-spacing: 0.2px
}

.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}




/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-family: Tiempos,"Georgia",georgia,"Times New Roman","Times",times,serif;
	color: #111;
	
}

.c-font{
	font-family: "Proxima Nova",-apple-system,system-ui,system-ui,"Segoe UI",Roboto,"Helvetica Neue",helvetica,Arial,arial,sans-serif !important
}



h1{
	font-size: 36px
}

/*Header bar*/

.header-bar{
	background: #2186c4;
	/*padding: 8px;*/
	color: white !important
}

.header-bar a{
	color: white !important
}

.header-bar a:hover{
	text-decoration: none !important
}

.header-bar p{
	font-size: 14px;
	
	margin-top: 7px;

}

.d-fonts{
	font-family: "Proxima Nova",-apple-system,system-ui,system-ui,"Segoe UI",Roboto,"Helvetica Neue",helvetica,Arial,arial,sans-serif !important

}


/* NABAR  */

#menu-navigation li a{
	text-transform: uppercase !important;
	color: #333 !important;
	font-size: 16px;
	letter-spacing: 0.3px;

}

#menu-navigation{
	margin-top: 5px !important;
	margin-bottom: 0px !important
}

.navbar{
	margin-bottom: 0px !important
}

#menu-navigation li a:hover{
	background: none !important;
	color: #2186c4 !important
}

#menu-footer-services-navbar li a{
	text-transform: uppercase !important;
	color: #333 !important;
	font-size: 16px;
	letter-spacing: 0.3px;
	text-transform: capitalize !important;
}
#menu-footer-services-navbar{
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	list-style: none;
	padding-left: 4px;
}


#menu-footer-services-navbar li a:hover{
	background: none !important;
	color: #2186c4 !important
}

#menu-footer-services-navbar li{
	margin-bottom: 8px
}


/*Heading with border*/

.heading-border{

	width: 60px;
	margin: 0 auto;
	display: block;
	height: 1px;
	background: #242424;


}

.general-heading-container{
	margin-bottom: 30px !important
}


.general-heading-container-white{
	margin-bottom: 40px !important
}

.heading-border-white{

	width: 60px;
	height: 1px;
	background: white !important;
}

a:hover{
	text-decoration: none !important;
	color: #2186c4;
}



.achievements-icon{
	position: absolute;
	margin-left: -37px !important;
	margin-top: 7px !important;
	background: white;
	color: #2186c4 !important;
	width: 17px;
	height: 17px;
	padding: 3px;
}

.readmore-icon{
	top: -2px;
	background: white;
	color: #222 !important;
	width: 14px;
	height: 14px;
	padding: 3px;
	font-size: 10px !important;
	margin-left: 7px;
	/* margin-top: -8px !important; */
	position: relative;
}

.achievemnts-div-align{
	padding-left: 37px;

}

.achievemnts-sub-text{
	margin-bottom: 28px !important;
	
}

.achievemnts-sub-text p{
	line-height: 22px
}

.expertise-list{
	text-align: left !important;
	padding-left: 3px !important;
	list-style: none !important;
	font-size: 15px;
	margin-bottom: 24px;
	/*text-transform: uppercase;*/

}

.expertise-list li{
	margin-bottom: 14px !important
}

.expertise-icon{
	position: absolute;
	margin-left: -37px !important;
	margin-top: 4px !important;
	background: #2cbb9d !important;
	color: white !important;
	width: 20px;
	height: 20px;
	padding: 4px;
	border-radius: 100%;
	font-size: 12px;
	padding-left: 6px;
}

.expertise-div-align{
	padding-left: 37px;

}

/**/
.phone-location-border {
	border-top: 1px solid #d5d3d3;
	padding: 4px;
	border-bottom: 1px solid #d5d3d3;
	padding:9px 0px;
}

.phone-location-border span{
	font-size: 17px
}


.procedures-section-style img{
	/*border: 4px solid white*/
}

.procedures-section-style{
	text-align: center;
	color: white
}

.procedures-section-style h3{
	font-weight: 600;
	color: white;
	margin-top: 20px;

}

.title-sub-heading{
	font-weight: 600;
	font-size: 26px
}


.team-content-div h3{
	font-weight: 600;
	color: #2cbb9d !important;
	font-size: 21px !important
}


.heading-border-line{
	border-top: 1px solid white;
	margin:0 auto;
	display: block;
	width: 30px;
	margin-bottom: 22px
}

#menu-footermenu1 li{
	margin-bottom: 10px
}


hr{
	border-top: 1px solid #e5e3e3; 
}

.footer-span{
	font-weight: 600
}


.schedule_gform_title{
	background: #2082e6;
	color: white;
	text-align: center;
	padding:15px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.4px;
	margin-bottom: 0px
}

.schedule_gform_content{
	background: #eeeeee;
	padding:25px;
}

.schedule_gform_smalltext{
	line-height: 21px;
	margin: 5px 0px 12px 0px;
	font-size: 15px;

}

.schedule_gform_content .gform_wrapper .gfield_checkbox li label{
	font-size: 12.2px !important
}



.schedule_gform_content .gform_wrapper .gfield_checkbox {
	margin-top: -33px !important
}

.gfield_select{
	height: 45px;
	font-size: 14px !important;
}

.footer-text{
	margin-bottom: 10px;
	color: #333 !important
}

.footer-border-line{
	border-top: 2px solid #2cbb9d !important;
	
	width: 40px;
	margin-bottom: 22px
}


.bg-cover-portion{
	background-size: cover;
	background-position: center;
}


/**/
.green-btn{
	background:#2cbb9d;
	color: white;
	font-size: 18px;
	text-shadow: none;
	padding: 8px 15px;
	border: 1px solid #2cbb9d;
	border-radius: 0px !important;
	font-weight: 600;
	border: 1px solid #2cbb9d !important;
	letter-spacing: 0.3px
}


.green-btn:hover{
	background: #2186c4 !important;
	border: 1px solid #2186c4 !important;
	color: white
}

.blue-btn{
	background: #2186c4 !important;
	color: white;
	font-size: 18px;
	text-shadow: none;
	padding: 8px 15px;
	border: 1px solid #2cbb9d;
	border-radius: 0px !important;
	font-weight: 600;
	border: 1px solid #2186c4 !important;
	letter-spacing: 0.3px
}


.blue-btn:hover{
	background: white !important;
	border: 1px solid white !important;
	color: white;
	color: #2cbb9d
}

/**/
footer p{
	font-size: 15px
}

/**/

.mission-content-div h2{
	font-weight: 600;
	margin-bottom: 23px;
}

.vision-content-div h2{
	font-weight: 600;
	margin-bottom: 23px;
}

/**/

.banner-styling{
	color: white !important;
	font-weight: 800
}


.banner-btn{
	margin-top: 40px
}


.banner-styling h1{
	color: white !important;
	font-weight: 700;
	font-size: 55px
}

.banner-styling{
	width: 39%
}


.banner-styling h3{
	color: white !important;
	font-weight: 500;
	font-size: 21px;
	margin-top: 17px
}


/**/
.procedures-section{
	padding: 70px 0px
}

.main-title-top{
	font-weight: 800;
	text-align: center;
	color: white;
	margin-bottom: 60px;
	font-size: 44px
}


.phone-location-div {
	margin-bottom: 70px
}

.title-heading{
	font-size: 48px;
	text-align: center;
	font-weight: 800
}

.section-content-small-margin{
	margin-top: 40px;
}

.team-member{
	margin-top: 8px
}

.team_member_about{
	font-weight: 600;
	margin-top: 18px;
	margin-bottom: 6px;
}

.team-member{
	margin-bottom: 16px
}

.logo-img{
	margin-top: 7px
}

.sub-titles{
	font-weight: 600
}

#menu-topnavbar li a{
	color: #222;
	text-transform:uppercase !important;
}

#menu-topnavbar li a:hover{
	color: #2cbb9d !important;
	background: none !important
}
.see_add{display: none;
    font-size: 16px;
    color: #222;
    font-weight: 300;
    text-align: right;
    padding-top: 5px;
    color: #26abd6;
    cursor: pointer;}
.hide_add{display: none;
    font-size: 16px;
    color: #222;
    font-weight: 300;
    text-align: right;
    padding-top: 5px;
    color: #26abd6;
    cursor: pointer;}


/* NEW DROPDOWN MENU */


.cta_custom_box_outer{
    display: inline-block;
    width: 100%;
    /* border: 1px solid #ccc; */
    padding: 25px 5px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #f7f7f7;
    box-shadow: 0 -2px 15px rgba(78, 82, 99, 0.2);
    }
   
   .description_box p{font-size: 16px;
    line-height: 1.5em;} 
    .price_div{
    font-size: 20px;
    color: 000;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 700;
    }
 .custom_button{
    background-color: #ffdb3e;
    color: #000;
    padding: 10px 44px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    }
     .custom_button:hover{background-color: #000;color: #fff;}



@media(max-width: 767px)
{


	#menu-navigation li a{
		padding-left: 0px !important
	}

	.navbar .nav>li .dropdown-menu > li:first-child { border-top: none; }
	.navbar .nav>li .dropdown-menu > li {padding: 5px 0px;}
	.navbar .nav>li.dropdown li .dropdown-menu > li {border-top: none;padding: 5px 0px;}
	.navbar .nav>li.dropdown:hover .dropdown-menu { display: none; !important;}
	.navbar .navbar-nav>li.open .dropdown-menu { display: block !important; position: static; }
	.navbar .navbar-nav>li.dropdown .dropdown-menu {padding: 0px 0px 0px 15px;float: none;background: none;color: inherit;border: none;min-width: 0px;}
	.navbar .navbar-nav>li.dropdown:before {content: "\f078";position: absolute;font-family: FontAwesome;right: 0px;font-size: 13px;line-height: 20px;top: 6px;z-index: 10;width: 25px;text-align: center;}
	.navbar .navbar-nav>li.open:before { content: "\f077"; color: #005aab; }
	.navbar .navbar-nav>li.dropdown .dropdown-menu>li>a {border-bottom: none;padding: 2px 0px 2px 15px;}
	.navbar .navbar-nav>li.dropdown .dropdown-menu>li>a:before { position: absolute; font-family: FontAwesome; content: "\f101"; left: 0px; }
	.navbar .nav>li.dropdown .dropdown-menu>li.dropdown > a:after {display:none}
	.navbar .nav>li:hover>a, .navbar .nav>li>a:hover, .navbar .nav>li>a:focus, .navbar .nav>li:focus>a, .navbar .navbar-nav>li.dropdown .dropdown-menu>li>a:hover, .navbar .navbar-nav>li.dropdown .dropdown-menu>li>a:focus, .navbar .navbar-nav>.open>a, .navbar .navbar-nav>.open>a:focus, .navbar .navbar-nav>.open>a:hover { background: none !important; color: inherit !important; }
	.navbar .nav li.current-menu-item > a, .navbar .nav li.current-menu-parent > a, .current-menu-ancestor > a
	{ background: none !important; }
}


/*@media(min-width: 768px){
	.navbar-nav>li>.dropdown-menu{
		background: #2186c4 !important;
		color: white  !important;
	}

	.dropdown-menu>li>a{
		color: white !important
	}
	#menu-navigation .dropdown-menu li a{
		color: white !important
	}


	.navbar-right .dropdown-menu {
		right: 0;
		left: 0px;
	}

	.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
		background: none !important
	}
	.dropdown-menu>li>a:hover{
		background: #222 !important
	}

}
*/


@media(min-width:767px){
	.logo-top-header{
		/*text-align: center;
		margin:0 auto;
		display: block;*/
	}
}



.header-bar-location{
	margin-left: 20px 
}

.profile-content{
	padding:70px 0px;
	padding-bottom: 76px !important;
	text-align:center !important
}
.achievements-content-details{
	color:white !important;
}

.achievements-content{
	padding: 70px 0px !important
}

.achievements-content h1{
	color: white !important
}
.achievements-content h2{
	color: white !important
}
.achievements-content h3{
	color: white !important
}

.btn-view-all{
	background: none !important;
	color: white !important;
	border: 1px solid white !important;
	border-radius: 0px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:6px 30px;
	margin-bottom: 5px !important
}

.btn-view-all:hover{
	background: white !important;
	color: #2186c4 !important
}


.button-div-margin{
	margin-top: 40px !important
}

.expertise-container{
	padding: 40px 0px 40px 0px;
	text-align: left;
	overflow: hidden;
}

.expertise-container h1{
	font-weight: 800;
	font-size: 42px;
	letter-spacing: 0.3px
}

.expertise-container h3{
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

.expertise-container-border{
	border-top: 1px solid rgba(211, 209, 209, 0.6);
	margin-top: 4px;
	margin-bottom: 8px;
}

.sub-text{
	margin-bottom: 60px !important
}

.archive-gallery-details{
	text-align: center;
	font-size: 17px;
	margin:10px 0px;
}


.profile_bg_small{
	background-size: cover !important;
	padding-top: 100% !important
}


.home-blog-posts-container{

}

.home-blog-bg{
	background-size: cover
}

.home-blog-small-headings{
	font-size: 20px;
	line-height: 26px;
	margin-top: 13px !important;
	margin-bottom: 40px
}

.home-blog-btn-container{
	margin: 20px 0px
}

.home-blog-btn-container a{
	font-size: 14px !important
}
.home-blog-btn-container a:hover{
	text-decoration: none !important
}



.home-news-container{
	padding: 40px 0px;
}
.home-blog-posts h1{
	color: white !important
}

.home-blog-posts h2{
	color: white !important
}
.home-blog-posts h3{
	color: white !important
}
.home-blog-posts h4{
	color: white !important
}
.home-blog-posts p{
	color: white !important
}
.home-blog-posts a{
	color: white !important
}

.home-blog-posts-container{
	padding: 70px 0px !important;
	padding-bottom: 15px !important
}

#home-blog-posts-container-heading{
	background: white;
	display: inline-block;
	font-size: 21px;
	padding: 6px 14px;
	text-transform: uppercase;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	color: #222 !important
}


.home-blog-date{
	font-weight: 300 !important
}

.home-blog-title{
	margin-top: 0px;
	font-weight: 500;
	font-size: 19px;
	line-height: 27px;
	font-weight:600;
}

.home-blog-title a{
	color: #111;
	margin-top: 20px;
	font-size: 17px;
	line-height: 20px
}



.green-color{
	color: #2cbb9d !important
}

.home-blog-date{
	margin:4px 0px;
	font-weight: 600 !important
}


.home-blog-date a{
	color: #2cbb9d !important;
	font-weight: 600 !important
}


.home-blog-date{
	color: #2cbb9d !important;
	font-weight: 600 !important
}


.home-blog-date-publisher .byline{
	display: none !important
}


.publications-container{
	padding: 60px 0px !important;
	text-align: center !important;
	padding-bottom: 40px !important
}
.publications-list{
	list-style: none !important;
	font-size: 15px;
	/*font-weight: 600 !important*/

}



.publications-date{
	font-weight: 400 !important;
	font-size: 13px !important
}

.publications-list li
{
	margin-bottom: 16px !important;
	font-size: 16px
}

.publications-date{
	background: #eeeeee !important;
	padding: 4px;
	margin-left: 10px !important
}

.footer-block{
	/*background: #040f16 !important;*/
	/*padding:15px 0px;*/
}

footer{
	clear: both;
}

.footer-block p{
	color:white !important;
}

.footer-contact-form{
	background:#2186c4 !important;
	padding: 15px
}

#footer-con-form label{
	display: none !important
}

.contact-info-icon{
	position: absolute;
	margin-top: 5px;
	margin-left: -25px;
}

.contact-info-mobile{
	font-size: 22px !important
}

.contact-info-map{
	font-size: 20px !important
}


.contact-info-envelope{
	font-size: 14px !important;
	margin-top: 9px !important;
}

.contact_info_subdetails{
	padding-left: 25px;
	margin-bottom: 19px !important
}

.fancybox-custom{
	padding-top: 68%;
	/*background-size: contain;*/
	background-repeat: no-repeat; 
	border: none !important;
	background-size: cover;
}

.home-gallery-container{
	text-align: center !important;
}

.contact-title-container{
	text-align: center !important;
	padding-top: 70px !important;
	padding-bottom: 10px !important;
}


.map-container-bg {
	padding-top: 70px !important
}

.map-container-bg .fw-col-xs-12

{
	padding:0px !important;
}

.details-bottom-text{
	margin-bottom: 30px !important
}


.working-hours-table>tbody>tr:first-child > td {
	border-top: none !important;
}

.follow-us{
	margin-top: 30px;
	font-size: 21px;
	margin-bottom: 14px;
}

.social-icons-box a{
	color: #444 !important;
	font-size: 17px !important
}

.image-cover{
	background-size: cover !important;
	/* padding: 25%; */
	/* width: 100%; */
	/* padding: 31%; */
	padding-top: 86% !important;
	/* width: 300px; */
	display: inline-block !important;
	width: 100% !important
}

.image-cover-home{
	background-size: cover !important;
	/* padding: 25%; */
	/* width: 100%; */
	/* padding: 31%; */
	padding-top: 89% !important;
	/* width: 300px; */
	display: inline-block !important;
	width: 100% !important
}


.tests-procedures-link a{
	color: white !important
}

/*CV CSS*/

.cv-content{
	margin-bottom: 50px !important
}

.cv-content-details-colored-box{
	background: #eeeeee !important
}

.cv-content-details-left{
	background: #1F5764;
	padding: 20px !important;
}

.cv-content-details-left p{
	padding-left: 25px;
	line-height: 21px;
	margin-bottom: 10px !important;
	color: #fbf8f8 !important
}

.cv-w-links{
	color: #fbf8f8 !important
}
.cv-w-links:hover{
	text-decoration: none !important
}
.cv-w-links:active{
	text-decoration: none !important
}

.cv-content-details-left h3{
	color: white !important;
	font-size: 20px !important;
	font-weight: 700;
	margin-top: 30px !important;
	margin-bottom: 16px;
	text-transform: uppercase;
	border-top: 1px solid rgba(253, 251, 251, 0.45);
	padding-top: 14px;
}

.cv-contact-icon{
	position: absolute;
	margin-top: 5px;
	margin-left: -25px;
}
.cv-icon-text{
	padding-left: 25px;
	margin-bottom: 19px !important;


}

.cv-general-editor-left ul li{
	color: #fbf8f8 !important;
	padding-right: 10px
}

.cv-general-editor-left ul{
	padding-left: 16px !important;
}

.cv-general-editor-left ul li{
	margin-bottom: 10px !important;
	font-size: 15px !important;
	padding-right: 10px;

}


.cv-content-details-colored-box{
	padding: 20px !important;
}
.cv-content-details-white-box{
	padding: 20px !important;
	padding-top: 2px !important

}


#cv-profile-img img{
	border: 2px solid white !important
}

.cv-name{
	font-weight: 800;
	color: #1F5764;
}

#cv-achievement h2{
	font-size: 23px !important
}

.cv-general-heading{
	margin-top: 35px;
	font-weight: 700;
	color: #1F5764;
	padding-bottom: 9px;
	margin-bottom: 18px;
	font-size: 26px;
	border-bottom: 1px solid gray;
}

.cv-general-editor ul{
	padding-left: 16px !important
}

.cv-general-editor ul li{
	margin-bottom: 14px !important;
	font-size: 16px !important
}


.cv-general-editor ol{
	padding-left: 16px !important
}

.cv-general-editor ol li{
	margin-bottom: 15px !important;
	font-size: 16px !important
}


.custom-sidebar-post-page{

}


.widget_recent_entries ul {
	list-style: none !important;
	padding-left: 0px !important
}

.widget_recent_entries ul li {
	margin-bottom: 16px !important;
	border-bottom: 1px solid #9999;
	padding-bottom: 14px;
}

.widget_recent_entries ul li a{
	font-size: 16px !important;
	color: #222 !important;
	display: inline-block;
}


.widget_recent_entries ul li a:hover{

	color: #e0218e !important;
	text-decoration: none !important
}



.widget_recent_entries ul li a:before {
	display: block;
	width: 16px;
	height: 23px;
	float: left;
	margin: -1px 4px 0 0;
	font-size: 17px;
	font-family: FontAwesome;
	content: "\f101";
	color: #2b2b43;
}


.widget_recent_entries h4{
	/*background: #545c60;*/
	color: #222;
	font-size: 27px;
	padding: 6px;
	padding-bottom: 7px;
	margin-bottom: 20px !important;
	padding-top: 17px;
	border-top: 8px solid black
}


.custom-sidebar-post-page h4{
	
}

.archive-page a{
	text-decoration: none !important
}

.single-head{
	font-size: 28px !important
}

.content{
	font-size: 16px
}

.content  li{
	margin-bottom: 10px !important
}

.content  ul{
	padding-left: 15px !important
}

.banner-image-section{
	padding: 80px 0px !important;
	/*text-align: center;*/
	color: white !important;
	margin-bottom: 20px !important;
	background-size: cover !important;
}

.banner-image-section h1{

	/*background: #222222ab;*/
	color: white !important;
	/*padding: 10px 40px;*/
	/*display: inline-block;*/
	/*text-transform: uppercase;*/
	font-weight: 700;
	font-size: 46px
}


.breadcrumb{
	background: none !important
}

.breadcrumb li a{
	color: white;
}

.breadcrumb>.active{
	color: white;
}


.breadcrumb{
	padding:0px;
}


#breadcrumbs-single .breadcrumb li a{
	color: #333;
}

#breadcrumbs-single .breadcrumb{
	background:#eeeeee !important;
	margin-top: 10px !important;
	padding:8px !important;
}


#breadcrumbs-single .breadcrumb>.active{
	color: #333;
}
.banner-image-section h1{
	margin-bottom: 4px
}

.pages-heading-main{
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px !important

}

.pages-heading-main-sub{
	font-weight: 700;
	margin-bottom: 17px
}


.pages-heading-main-text{
	text-align: center;
	margin-bottom: 70px !important
}


.who-we-are-section  .fw-col-sm-6 {

	padding:0px !important;
}
.who-we-are-section .fw-col-xs-12 {

	padding:0px !important;
}

.white-color{
	color: white !important
}


.background-sections  .fw-col-sm-6 {

	padding:0px !important;
}
.background-sections .fw-col-xs-12 {

	padding:0px !important;
}

.who-we-are-section {
	position: relative;
	padding: 50px 0px;
}

.who-we-are-section:before {
	position: absolute;
	content:'';
	background: #eeeeee;
	left: -15px;
	top: 0px;
	bottom: 0px;
	width: calc(50% + 15px);
} 

.who-we-are-content-img {
	width: 585px;
	width: calc(585px + 8%);
	margin-left: -8%;
	background-repeat: no-repeat;
}

.who-we-are-content {

	width: 585px;
	padding: 0px 15% 0px 15px;
	margin-left: auto;
}



.who-we-are-content p
{
	font-size: 15px !important
}
.who-we-are-right-img {
	padding-top: 50% !important;
	background-repeat: no-repeat !important; 
}


.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: inherit;
	font-family: inherit;
	padding: 9px 4px !important;
	letter-spacing: normal;
}

.page-bottom{
	margin-bottom: 70px !important
}
.img-top-sp{
	margin-top: 20px !important
}


.membership-info-content-details{
	padding: 30px 20px !important;
	margin-bottom: 20px !important;
	text-align: center !important;
	background: #edeff057;
	box-shadow: 0px 0px 1px 1px #e2e2e2;
	margin-top: 10px !important;

}

.membership-head{
	font-weight: 600;
	color: #2b2929;
	font-size: 21px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
	line-height: 30px;
	margin-bottom: 18px !important
}

.membership-date{
	color: #337ab7 !important
}


.ourservicespage-bg{

	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0px;  
	margin-top: 60px !important;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0px;
}

.ourservicespage-bg{
	padding-bottom: 30px !important;
}


.pages-container .fw-container-fluid{
	/*padding: 0px !important*/
}

.ourservices-boxes{
	background: white;
	padding: 15px;
	
	margin-bottom: 50px !important;
	background: rgba(255, 255, 255, 0.81);
	text-align: center; 

	/*overflow: hidden;*/
}


.ourservices-boxes img{
	width:126px !important;
}


.ourservices-boxes h2{
	font-size: 26px;
	font-weight: 600;
	margin-top: 20px !important
}

.contact-help-content-details{
	background: #f8f8f8;
	padding: 30px;
	border: 1px solid #c7c3c3;
}

.contact_help_subdetails{
	color: #075aae;
}

.contact_help_details{

}

/*.footer-menu-links{
	padding-left: 2px !important
	}*/

	.footer_bottom ul{
		padding-left: 2px !important;
		list-style: none !important
	}


	.footer-day{
		float: right;
		margin-right: 80px
	}

	#gform_submit_button_2{


		background:#2cbb9d;
		color: white;
		font-size: 22px;
		text-shadow: none;
		padding: 5px 30px;
		border: 1px solid #2cbb9d;
		border-radius: 0px !important;
		font-weight: 600;
		border: 1px solid #2cbb9d !important;
		letter-spacing: 0.3px;
		margin-left: 15px;

	}

	#gform_submit_button_2:hover{
		background: #2186c4 !important;
		border: 1px solid #2186c4
	}

	.footer-social-icons-list .social-icons-box li a i{
		color: #464040 !important;
		width: 40px;
		height: 38px;
		background: white;
		/* border-radius: 100%; */
		/* padding: 5px; */
		/* padding-top: 7px; */
		border-radius: 28px;
		line-height: 38px;
		text-align: center;
	}


	.social-icons-box-top{
		display: inline-block !important;
		display: inline-block !important;
		margin-bottom: 0px;
		margin-left: 16px; 
	}




	.footer-social-icons-list .social-icons-box li a i:hover{
		background: grey;
		color: white !important;
	}

	#contactus-page .social-icons-box li a i:hover{
		background: #484b4d !important
	}

	.social-icons-box i:hover{
		color: #266c97 !important;
	}

	.view-more-link{
		background:#2cbb9d;
		color: white;
		font-size: 18px;
		text-shadow: none;
		padding: 8px 15px;
		border: 1px solid #2cbb9d;
		border-radius: 0px !important;
		font-weight: 600;
		border: 1px solid #2cbb9d !important;
		letter-spacing: 0.3px
	}
	.view-more-link:hover{
		background: #2186c4 !important;
		border: 1px solid #2186c4;
		color: white;
	}

	.view_detail{
		border-radius: 0px; 
	}

/*OVERLAY_EFFECT
---------------------------------------------------------------*/

.img_container { position: relative; width: 100%; }
.img_container .image { display: block; width: 100%; height: auto; }
/*.img_container .overlay { position: absolute; top: 0; bottom: 0; left: 0; margin-top:0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: #000000; }*/
.img_container:hover .overlay { opacity: 0.9; cursor: pointer; }
.img_container .text { color: white; font-size: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; }
.img_container .overlay {
	position: absolute;
	top: 19px;
	bottom: 0;
	left: 14px;
	margin-top: 0;
	right: 0;
	height: 93%;
	width: 92.3%;
	opacity: 0;
	transition: .5s ease;
	background-color: #2186c4;

}

.overlay .text h4{
	color: white
}

.slider-icon-left{
	position: absolute;
	top:50%;
	left: 50%
}

.slider-icon-right{
	position: absolute;
	top:50%;
	right: 50%
}

/*BANNER*/
.home-banner-overlay-text{
	position: absolute;
	top: 100px
}

.homebackgroundbanner .fw-col-xs-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}


.section-content-margin{
	margin-top: 70px
}

.schedule-content-div{
	padding: 22px 0px;
	text-align: center;
	color: white;
	background-color: #2c3e50;
	margin-bottom: 70px !important

}

.schedule-content-div p{
	font-size: 21px
}

.schedule-content-div span{
	margin-right: :10px;
}

.btn-margin{
	margin-left: 28px !important
}

footer h3{
	font-weight: 600
}

/*OVERLAY_EFFECT */

.home-gallery-img{
	width: 100% !important
}

#gform_submit_button_1{
	background:#2186c4;
	color: white;
	font-size: 17px;
	text-shadow: none;
	padding: 5px 15px;
	border: 1px solid #2186c4;
	border-radius: 0px !important;
	font-weight: 600;

	letter-spacing: 0.3px;
	margin-top: -9px !important;
}

#gform_submit_button_1:hover{
	background: #e0218e !important;
	border: 1px solid #e0218e !important;
	color: white;

}


.pull-top{
	/*margin-bottom: -13px !important*/
}



.btn-read-more{
	background: #2186c4;
	border-radius: 0px;
	color: white;
	border: 1px solid #337ab7;
}

.btn-read-more-btn{
	margin-top: 17px !important
}


#contactus-page .contact_info_subdetails{
	margin-bottom: 2px !important
}

#contactus-page .social-icons-box li a i{
	background: #737373;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	color: white !important;
	padding-top: 7px;
	font-size: 18px !important;
	margin-right: 3px !important;
}

#contactus-page .social-icons-box{
	padding-left: 0px !important;
	margin-bottom: 40px !important;
}



#contactus-page .details-bottom-text{
	margin-bottom: 20px !important;
}


.footer-menu-links{
	padding-left: 0px !important;
	list-style: none
}

.footer-menu-links li a{
	/*color: #aeb2b5 !important;*/
	font-size: 16px !important;
}


#menu-footermenu1
{
	list-style: none;
	padding-left: 3px !important;
}

#menu-footermenu1 li a
{
	color: #333;
	font-size: 16px !important;
}

#menu-footermenu1 li a:hover
{
	color: #2cbb9d !important;
}

#menu-topnavbar .current-menu-item  a{
	color: #2cbb9d;
}


#menu-footer-menubar li a{
	color: #333 !important;
	font-size: 16px !important;
}

#back2Top {
	width: 54px;
	line-height: 62px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	bottom: 50px;
	right: 22px;
	background-color: rgba(33, 134, 196, 0.45098039215686275);
	color: #555;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	color: white;
}
#back2Top:hover {
	background-color: #DDF;
	color: #000;
}

.achievements-bg{
	background-size: cover !important
}

.redirect-links:active{
	text-decoration: none !important;
}
.redirect-links:focus{
	text-decoration: none !important;
}


.be-icon{
	background: rgba(33, 134, 196, 0.54);
	color: white;
	font-size: 21px;
	padding: 10px;

}

/* RESPONSIVE */

@media(min-width: 768px)
{
	.hidden-large{
		display: none !important;

	}

	.redirect-links-size{
		font-size: 21px !important;
	}



	.homepage-menu .custommenu > ul > li{

		float: left;
		/*width: 32%;*/
		width: 100%;
		padding-right: 70px;

	}	

	.col-rem{
		padding-left: 0px !important;
		margin-left: -15px !important;

		padding-right: 0px !important;
	}
	.ourservices-boxes{

		height: 420px;


	}

}

.navigation-top.affix img{
	width: 285px !important;
	margin-top: 15px !important;
}



@media(max-width: 767px){


	.servicespage-details{
		margin-bottom: 23px !important;
	}

	.procedures-section-style img{
		width: 190px !important;
		margin:0 auto;
	}

	.navigation-top.affix img{
		width: 185px !important;
		margin-top: 7px !important;
	}


	.singlepage-title{
		margin-top: 20px;
		font-size: 21px !important;
		line-height: 25px;
	}

	#gform_submit_button_2 {
		margin-left: 0px;


		color: white;
		font-size: 18px;
		text-shadow: none;
		padding: 8px 15px;
		border: 1px solid #2cbb9d;
		border-radius: 0px !important;
		font-weight: 600;
		border: 1px solid #2cbb9d !important;
		letter-spacing: 0.3px
	}

	#contact-page-form{
		margin: 50px 0px !important
	}

	.gform_wrapper ul.gform_fields li.gfield{
		padding:0px !important;
	}
	.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields{
		padding: 0px !important
	}

	.header-bar p{
		text-align: center;
		display: block;
	}

	.header-bar span{
		text-align: center;
		display: block;
	}

	.general-heading-container h1{
		font-size: 29px !important
	}

	.general-heading-container-white h1{
		font-size: 29px !important
	}

	.expertise-div-align {
		padding-left: 15px;
	}

	.publications-list{
		padding-left: 0px !important
	}


	.details-bottom-text{
		margin-top: 40px !important;
		font-size: 20px !important
	}


	.achievements-content h3{
		font-size: 20px !important
	}

	.header-bar{
		padding: 10px
	}


	p {
		font-size: 16px;
		line-height: 1.6;
		font-weight: 400;

		letter-spacing: 0.2px;
	}



	.navbar-header{
		height: 60px
	}
	#menu-navigation li a{
		font-size: 14px !important;
		padding-bottom: 5px !important
	}

	.navbar-brand>img{
		width: 216px !important
	}

	.navbar-brand{
		padding-top: 2px !important
	}


	.hidden-small{
		display: none !important
	}
	.navbar-nav{
		margin:0px !important;

	}

	.navbar-toggle .icon-bar{
		background:white !important;
	}



	.navbar-toggle{
		background: #222 !important
	}
}

.bannercustomchexk .fw-col-xs-12{
	padding-left: 0px !important;
	padding-right: 0px !important
}

@media(min-width:1100px)
{

	.mleft-large{
		margin-left: 50px !important
	}

	.footer-contact-form{
		padding: 50px 50px 31px 50px
	}

	.footer-contact-form{
		margin:0px 50px !important;
	}

	.archive-gallery-details {
		text-align: center;
		font-size: 17px;
		margin: 10px 20px;
		line-height: 24px;
	}

	.archive-gallery-details:hover{
		color: #337ab7 !important
	}

	.breadcrumb{
		font-size: 16px
	}

	.membership-info-content-details{
		height: 350px
	}

	.social-icons-box i{
		font-size: 24px !important;
		margin-right: 10px;
	}



	#contactus-page .working-hours-table{
		width: 84% !important
	}


}


@media(max-width:767px)
{
	.cv-name{
		font-size: 27px !important
	}

	.cv-general-heading{
		font-size: 22px !important
	}

	.mobile-view-detail{
		background: #ff8066 !important;
		color: white !important;
		text-transform: uppercase !important;
		letter-spacing: 1px;
		text-shadow: none;
		box-shadow: none;
		border: none;
		padding: 7px 20px;
	}

	.mobile-bg-position{
		background-position: center center !important;
	}

	.achievements-icon{
		margin-top: 4px !important
	}

	.mob-content-container{
		margin-top: 30px !important
	}

	h1{
		font-size: 27px
	}

	h2{
		font-size: 23px
	}

	.fancybox-custom{
		background-size: cover !important
	}

}


@media (min-width:992px) {
	.stick-left{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}


	.archive-n-page-height{
		height: 190px
	}

	.all-posts-height{
		height: 240px
	}

	.large-screen-height{
		height: 210px;
	}

	.servicespage-details{
		padding-right: 35px
	}

	.client-slider p{
		width: 56%;
		margin:0 auto;
		display: block
	}

	.btn-left-marg{
		margin-left: 13px  !important;
		margin-bottom: 27px !important;
	}


	.text-size-large{
		font-size: 23px !important
	}


	.sub-section-address{
		margin-left: 60px
	}


	#book-consultation-form{
		margin-top: -260px
	}

}


.affix {
	top: 0;
	width: 100%;
	z-index: 9999 !important;
}

.navigation-top{
	background: white !important;
	box-shadow: 1px 2px 1px rgba(245, 245, 245, 0.70);

}



/*Free consultation Button*/
.free-consultation-button
{
	background: #2cbb9d !important;
	color: white;
	font-size: 16px;
	text-shadow: none;
	padding: 6px 10px;
	border: 1px solid orange;
	border-radius: 0px !important;
	margin-left: 13px;
	font-weight: 600;
	border: 1px solid #2cbb9d !important;
	margin-left:28px !important;
}
.free-consultation-button:hover{
	background: #222 !important;
	color: white !important;
	border: 1px solid #222 !important;
}


.header-bar-tagline{
	margin-top: 5px !important;
}

@media(max-width: 767px)
{

	.expertise-list {
		padding-left: 25px !important
	}

	.navbar-brand>img{
		margin-top: 10px
	}

	#menu-topnavbar li a{
		padding-left: 0px !important
	}

	.free-consultation-button{
		position: absolute;
		top: 3px;
		right: 7px;
		/* width: 212px; */
		/* display: none; */
		padding: 1px;
		margin-right: 10px;
		font-size: 15px;
		margin-top: 5px !important;
		width: 180px;
		margin: 0 auto;
		text-align: center;
		display: block;
		margin-bottom: 1px !important;

	}

	.social-icons-box-top{
		margin-top: 6px
	}
}

@media(min-width:1199px)
{
	.free-consultation-button{
		/*margin-left: 10px !important*/
	}

}


@media(min-width:768px)
{

	.hide-large{
		display: none !important
	}

	.pages-heading-main-text{
		width: 84%;
		margin:0 auto;
	}

	.top-news-height{
		/*background: black;*/
		height: 97px;
	}

}


.sub-section-address i{
	color: #2082e6;
	margin-right: 3px
}

.sub-section-phone i{
	color: #2082e6;
	margin-right: 3px
}



.social-icons-box-footer{
	padding-left: 0px !important;
	margin-top: 26px
}

.social-icons-box-footer i{

	font-size: 18px;
}


.social-icons-box-footer i:hover{
	color: #2cbb9d !important
}






.social-icons-box-footer a{
	color: #333;
	width: 15px;
}

.social-icons-box-top{
	position: relative;
	top: 4px
}

.client-slider{
	text-align: center;
}


.client-slider p{
	margin-top: 14px
}


/**/

.client-slider .owl-nav button{
	border: 1px solid #333 !important;
	width: 22px;
	height: 22px;
	color: #333 !important;
	margin:0px 10px;
	outline: 0 !important;
	border: 1px solid #333;
}

.client-slider .owl-nav button span{
	font-size: 36px;
	font-weight: 400;
	position: relative;
	top: -19px;
}

.client-slider .owl-nav{
	margin-top: 30px;
}


/**/


.test-procedures-carousel .owl-nav button{
	background: white !important;
	width: 22px;
	height: 22px;
	color: #2cbb9d !important;
	margin:0px 10px;
	outline: 0 !important
}

.test-procedures-carousel .owl-nav button span{
	font-size: 36px;
	font-weight: 400;
	position: relative;
	top: -19px;
}

.test-procedures-carousel .owl-nav{
	margin-top: 60px
}

.procedures-section-style{
	padding-bottom: 40px !important
}

@media(max-width: 767px)
{




	.main-title-top {
		font-weight: 700;
		text-align: center;
		color: white;
		margin-bottom: 53px;
		font-size: 37px;
	}

	#book-consultation-form{
		margin-top: 60px
	}

	.title-heading {
		font-size: 32px;
		text-align: center;
		font-weight: 700;
	}


	footer h3{
		margin-top: 40px !important
	}

}

.nav-tabs-img{
	width: 100% !important;
}

.custom-image-tab li a{
	border: none !important;
	background: none !important;
	padding:0px !important;
}

.custom-image-tab li{
	margin-bottom: 10px !important
}
.custom-image-tab li:nth-child(odd) {
	clear: both;
}


.custom-image-tab-about li:nth-child(odd) {
	clear: none !important;
}

.custom-image-tab{
	border-bottom: none !important
}


/*ADD HERE*/

.about-mission-content{
	margin-top: 60px;
}

.mission-vision-section .fw-row{
	margin-right: 0px !important
}


.mission-vision-section .fw-col-xs-12

{
	padding:0px !important;
}

.mission-vision-section .fw-col-sm-12

{
	padding:0px !important;
}

.pages-container{
	margin-top: 60px !important;
	margin-bottom: 80px !important
}

.about-vision-sect {
	display: table;
	width: 100%;
}

.aboutCol {
	width: 50%;
	display: table-cell;
	padding: 85px 0px;
	vertical-align: middle;
	background-size: cover
}

.aboutWidth {
	width: 585px;
	padding: 0px 15px;
}
.about-mission-bg {
	margin-left: auto;
	padding-right: 30px;
}
.vision-content-bg {
	padding-left: 30px;
}

.vision-content-col {
	background: #f6f6f1;
}

.servicespage-details h3{
	line-height: 39px !important;
	margin-bottom: 30px !important;
	font-size: 29px !important
}

.contact-page-first{
	text-align: center;
}

.contact-page-first .h01{
	font-size: 43px;
	text-align: center;
}

.contact-page-first .h02 p{
	font-size: 22px
}

.contact-page-first .h02 {
	margin-bottom: 30px !important
}

.social-icons-lists i{
	width: 30px;
	height: 30px;
	background: #7e7d7d;
	color: white;
	text-align: center;
	line-height: 32px;
	margin-right: 10px;
}



.c01{
	font-size: 22px;
	color: #2cbb9d !important;
	margin-top: 30px !important;
	font-weight: 600;
}

#gform_fields_2 input{
	border-radius: 4px !important;
	border: 1px solid #b4b3b3;

}

#gform_fields_2 textarea{
	border-radius: 4px !important;
	border: 1px solid #b4b3b3;

}

#gform_wrapper_2{
	background:#eeeeee;
	padding:15px;
	/*margin-top: 30px !important*/
}




@media(max-width: 767px) {


	.contact-page-first .h02 p {
		font-size: 19px !important;
		line-height: 27px !important;
	}


	.who-we-are-right-img{
		margin: 0px 15px;
		padding-top: 80% !important;
	}

	.navbar-brand{
		padding-left: 0px !important
	}

	.phone-location-border span {
		font-size: 15px !important;
		display: block;
		text-align: center;
		margin-bottom: 2px;
		margin-top: 4px;
	}

	.phone-location-div{
		margin-top: 45px !important;

	}


	.home-blog-title
	{
		font-size: 18px !important;
		line-height: 23px !important;

	}

	.gallery-content-section h2{
		font-size: 32px;
		text-align: center;
	}

	.team-member{
		font-size: 13px !important
	}

	.news-content-section h2{
		font-size: 32px;
		text-align: center;
		margin-bottom: 25px !important;
	}


	.navbar-collapse{
		border-top: 1px solid rgba(186, 183, 183, 0.21);
	}

	.pages-heading-main-sub{
		font-size: 27px
	}

	.pages-heading-main{
		font-size: 32px
	}

	.aboutCol{
		width: 100%;
		display: block;
	}
	.aboutWidth{
		width: 100% !important
	}

	.expertise-container-border
	{
		margin-bottom: 19px !important
	}


	.about-mission-content{
		margin-top: 20px !important
	}


	.about-vision-sect{
		display: block !important
	}

	.schedule-content-div span {
		margin-right: :10px;
		display: block;
		font-size: 17px;
		margin-bottom: 11px;
		padding:10px;
	}

	.who-we-are-content{
		width: 100% !important
	}

	.view-more-link{
		font-size: 15px !important
	}

	.who-we-are-section:before {
		position: absolute;
		content: '';
		background: #eeeeee;
		left: -15px;
		top: 0px;
		bottom: 0px;
		width: calc(100% + 15px);
	}

	.banner-image-section h1{
		font-size: 30px !important
	}

	.schedule-content-div{
		margin-bottom: 30px !important
	}

	.who-we-are-content-img{
		width: 100% !important;
		margin-left: 0px !important;
		margin-top: 30px !important
	}


	.home-banner-overlay-text {
		position: initial !important;
		top: 100px !important
	}

	.banner-styling h1{
		color: #333 !important;
		font-size: 17px !important;
		padding-top: 8px !important;
		margin-bottom: 0px !important
	}

	.banner-styling h3 {
		color: #333 !important;
		font-size: 14px !important;
		margin-top: 7px !important
	}

	.banner-styling {
		width: 100% !important;
	}

	.carousel-control.right{
		background-image: none !important
	}
	.carousel-control.left{
		background-image: none !important
	}

	.banner-btn{
		margin-top: 0px !important;
		font-size: 12px !important;
		margin-bottom: 13px;
	}

	#myCarousel .item{
		background: rgba(0, 0, 0, 0.10) !important;
		/*padding:8px;*/
	}

	.carousel-control{
		display: none !important
	}
	.title-sub-heading{
		margin-top: 20px !important
	}

	.custom-image-tab{
		margin-top: 30px !important
	}


	.schedule-content-div .btn-margin{
		margin-left: 0px !important
	}

}

@media(min-width: 768px) and (max-width: 992px) {


	.ts_sb_heading_medium{
		height: 92px
	}

	.aboutCol{
		width: 100%;
		display: block;
	}
	.aboutWidth{
		width: 100% !important
	}
	.about-mission-content{
		margin-top: 20px !important
	}

	.who-we-are-right-img{
		padding-top: 73% !important;
	}

	.about-vision-sect{
		display: block !important
	}

	.who-we-are-content{
		width: 100% !important
	}

	.who-we-are-section:before {
		position: absolute;
		content: '';
		background: #eeeeee;
		left: -15px;
		top: 0px;
		bottom: 0px;
		width: calc(100% + 15px);
	}

	.who-we-are-content-img{
		width: 100% !important;
		margin-left: 0px !important;
		margin-top: 30px !important
	}

	.navbar-nav>li>a{
		padding:8px 15px;
		font-size: 13px !important
	}


	.logo-img{
		margin-top: 19px !important
	}

	.banner-styling h1{
		font-size: 33px !important
	}

	.banner-styling{
		width: 90% !important
	}

	.home-banner-overlay-text{
		top: 60px !important
	}

	.banner-btn{
		margin-top: 20px !important
	}

	.banner-styling h3{
		font-size: 17px !important
	}

	#gform_submit_button_1{
		font-size: 11px !important
	}

	.title-sub-heading{
		margin-top: 20px !important
	}

	.custom-image-tab{
		margin-top: 30px !important
	}

	.overlay .text h4{
		font-size: 13px !important
	}
}

@media(min-width: 992px){
	.pull-top{
		margin-top: -44px !important
	}
}



@media(min-width: 992px) and (max-width: 1199px) {

	.aboutWidth {
		width: 485px !important
	}

	.who-we-are-content{
		width: 485px !important
	}

	.who-we-are-content-img{
		width: 485px;
		width: calc(485px + 8%);
		margin-left: -8%;
		background-repeat: no-repeat;
	}

	.ourservices-boxes{
		height: 490px !important
	}

}



@media(min-width: 1199px) and (max-width: 1300px) {
	.banner-styling h1{
		font-size: 41px !important
	}
}





@media(min-width: 992px) and (max-width: 1199px) {
	.banner-styling h1{
		font-size: 41px !important
	}

	.banner-styling{
		width: 48% !important;
	}


}


.aboutteam-social-icons a{
	color: #333;
	color: #333;
	margin-right: 10px;
	font-size: 21px;
}


.aboutteam-social-icons a:hover{
	color: #2cbb9d !important;
	text-decoration: none !important;
}

.aboutteam-phone-call a{
	color: #333;
}

.aboutteam-phone-call{
	color: #333;
	font-size: 22px;  
	margin:15px 0px !important;
}

.aboutteam-phone-call p{
	
	font-size: 19px;  
}


.hover-color a{
	color: #333
}

.hover-color a:hover{
	color: #2cbb9d !important;
	text-decoration: none !important;
}

#gform_submit_button_3{
	background:#2cbb9d;
	color: white;
	font-size: 20px;
	text-shadow: none;
	padding: 8px 15px;
	border: 1px solid #2cbb9d;
	border-radius: 0px !important;
	font-weight: 600;
	border: 1px solid #2cbb9d !important;
	letter-spacing: 0.3px;
	margin-left: 12px;
}
#gform_submit_button_3:hover{
	background: #2186c4 !important;
	border: 1px solid #2186c4 !important;
	color: white
}

.ginput_container_time select {
	font-size: 14px !important;
}


.social-icons-lists i:hover{
	background: #2186c4 !important;
}

@media(max-width:767px){
	.custom-image-tab li:nth-child(odd){
		clear:  unset !important;
	}


	.custom-image-tab li{
		padding: 6px !important;
	}

	#gform_submit_button_3{
		margin-left: 0px !important;
	}

	.servicespage-details h3 {
		line-height: 26px !important;
		margin-bottom: 30px !important;
		font-size: 20px !important;
	}

}


/**/
.border-line-heading{
	border: 1px solid #eeeeee;
	margin-bottom: 40px;
	margin-top: 17px;
}

.heading-subtitles{
	margin-top: 50px;
	font-weight: 700;
	font-size: 25px;
	color: #111;
	font-family: "Proxima Nova",-apple-system,system-ui,system-ui,"Segoe UI",Roboto,"Helvetica Neue",helvetica,Arial,arial,sans-serif !important;

}

.featured-sub-news{
	margin-bottom: 30px
}

.featured-sub-news h3{
	margin-top: -3px;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	font-weight:600;
}

.featured-sub-news a{
	color: #111
}

.p-gray-title{
	color: #918f8f;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 0px;
}

.p-gray-title-margin{
	color: #918f8f;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 2px;
	margin-top: 18px;
}


.post-large-title{
	font-size: 36px;
	line-height: 42px;
}

.post-large-title a{
	color: #111
}


.post-large-title a:hover{
	color: #e0218e
}


.s-post-large-title{
	
}

.s-post-large-title a{
	color: #111;
	font-size: 29px;
	line-height: 34px
}


.s-post-large-title a:hover{
	color: #e0218e
}

/**/
.s-post-large-title-small{
	
}

.s-post-large-title-small a{
	color: #111;
	font-size: 24px;
	line-height: 30px
}


.s-post-large-title-small a:hover{
	color: #e0218e
}
/**/

.featured-sub-news h3{
	font-size: 22px
}

.links-subheadings-small{
	margin-top: 10px;
	line-height: 21px;
	font-size: 17px;
	font-weight: 600
}


.top-latest-news a:hover .links-subheadings-small
{
	color: #e0218e
}

.top-latest-news:hover img
{
	opacity:0.8;
}

.post-large-title-sub a{
	color: #111;
	font-weight: 600
}

.post-large-title-sub a:hover{
	color: #e0218e;
}

.glow-color:hover img{
	opacity: 0.8
}

.glow-color:hover .bg-image-cl{
	opacity: 0.8 !important;
}

.bg-image-cl{
	background-position: center center;
}


.post-gray-box-desc{
	background: #eeeeee;
	padding: 15px;
	height: 120px
}

.post-gray-box-desc a{
	color: #111;
	display: inline-block;
	font-weight: 600;
}

.post-gray-box-desc p{
	line-height: 21px;
}

.box-title-heading{
	font-weight: 600;
	margin-bottom: 14px;
	font-size: 21px;
	/*line-height: 23px*/
}

.section-bg-container{
	background-size: cover;
	padding: 60px 20px 100px 20px;

	background-position: center center !important;
	overflow: hidden;
	margin-top: 50px;margin-bottom: 10px;
	padding-bottom: 110px
}

.heading-border-line{
	border: 1px solid rgba(0,0,0,0.1);
	width: 100%;
	margin-top: 20px
}

.bg-left-section-text{
	color: #111;
	font-family: "Proxima Nova",-apple-system,system-ui,system-ui,"Segoe UI",Roboto,"Helvetica Neue",helvetica,Arial,arial,sans-serif !important

}
.bg-right-section-head{
	color: #111;
	font-family: "Proxima Nova",-apple-system,system-ui,system-ui,"Segoe UI",Roboto,"Helvetica Neue",helvetica,Arial,arial,sans-serif !important

}

.bg-left-section-text a{

	text-decoration: none;
	font-weight: 600;

	text-transform: uppercase;
	color: #231f20;
	font-size: 18px;
	line-height: 26px;
}

.bg-left-section-text a:hover{
	color: #e0218e
}

.section-bg-container h1{
	font-weight: 600;
}



.pink-button{
	background: #e0218e;
	color: white;
	padding: 7px 15px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 0px
}

.pink-button:hover{
	color: white;
	background:#c71a7d;
}

.pink-button-main{
	background: #e0218e;
	color: white !important;
	padding: 7px 25px;
	font-size: 19px;
	font-weight: 500;
	border-radius: 0px
}

.pink-button-div{
	margin-top: 20px;
}

.sb-heading{
	font-size: 18px;
	color: #111;
	margin-top: 10px;
	line-height: 25px;
}

.ts_sb_heading{
	font-size: 16px;
	color: #111;
	margin-top: 10px;
	line-height: 24px;
}

.colored-heading-subtitles{
	color: #1dbab1;
	margin-top: 60px;
	font-weight: 700;
	font-size: 25px;

	font-family: "Proxima Nova",-apple-system,system-ui,system-ui,"Segoe UI",Roboto,"Helvetica Neue",helvetica,Arial,arial,sans-serif !important;
}


.catgeory-names-links a{
	color: #333;
	font-size: 18px;
	text-transform: none;

}


.catgeory-names-links a:hover{
	color: #e0218e !important
}

.category-border-line{
	border-bottom: 1px solid #dad8d8;
	margin-top: 13px;
	margin-bottom: 13px;
}

.homepage-newsletter{
	background: #eeeeee;
	padding:15px;
}

.newsletter-text-field{
	margin-top: -22px !important;
}


.homepage-newsletter h2{
	color: #05a2d3;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 19px;
	font-weight: 600;
	/* margin: 0; */
	margin-top: 11px;
	/*margin: 0;*/
}


.top-news-height:hover{
	color: #e0218e;
}

.post-title-custom-single{
	font-size: 42px;
	font-weight: 600;
	line-height: 49px
}

.single-description{
	font-family: "Proxima Nova",-apple-system,system-ui,system-ui,"Segoe UI",Roboto,"Helvetica Neue",helvetica,Arial,arial,sans-serif;
	font-size: 27px;
	line-height: 35px;
	margin-top: 25px;
	margin-bottom: 20px
}

.single-page-content h2{
	font-family: "Proxima Nova",-apple-system,system-ui,system-ui,"Segoe UI",Roboto,"Helvetica Neue",helvetica,Arial,arial,sans-serif;
	font-weight: 700;
	font-size: 37px
}

.single-page-content p{
	font-size: 18px
}


.single-page-content blockquote {
	background-color: #f7f7f7;
	line-height: 26px;
	margin: 30px 0;
	padding: 26px 30px;
	border-left-style: solid;
	border-left-width: 4px;
	border-color: #f0533a;
}


.single-page-content blockquote strong{
	color: #f0533a;
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	text-transform: uppercase;
}


.single-page-content ul li{
	list-style-image: url(../assets/img/download.svg);
	/*list-style:none;*/
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 0px;
	letter-spacing: 0.2px;
	font-size: 19px;
}

.single-page-posts-container
{
	margin-bottom: 80px
}

.read-more-redirect{
	cursor: pointer;
	text-decoration: none;
	border-color: currentColor;
	color: #05a2d3 !important;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto 20px;
	margin-top: 30px;
	margin-bottom: 0;
}

.read-more-redirect:hover{
	color: #e0218e !important
}

.read-more-post-div{
	margin-top: 20px
}

.single-head-h3 a{
	font-size: 29px;
	line-height: 33px
}

.single-head-h3 a:hover{
	color: #e0218e
}

.thick-border{
	border: 5px solid #eeeeee;
	margin-bottom: 15px;
	margin-top: 13px

}

.banner-image-section-category{
	padding-top: 100%;
	/*height: 600px*/
}

.banner-image-section {
	height: 600px
}


.cpost-entry-title a{
	color: #111;
	font-size: 22px;
	line-height: 31px;
	display: inline-block;
}
.cpost-entry-title-large a{
	color: #111;
	font-size: 32px;
	line-height: 34px;
	display: inline-block;
}

.cpost-entry-title-large{
	margin-top: 17px
}

a:hover{
	color: #e0218e
}

.excerpt_text_style{
	color: #333 !important;
}

.excerpt_text_style_colored{
	color: #333;
}
.excerpt_text_style_colored:hover{
	color: #e0218e !important;
}

/**/
@media(max-width:767px){
	.p-gray-title{
		margin-top: 17px;
	}

	.mob-bt-40{
		margin-bottom: 40px;
	}

	.mob-tp-40{
		margin-top: 20px !important;
	}

	.sb-heading{
		margin-bottom: 40px;
	}

	.ts_sb_heading{
		margin-bottom: 40px;
	}


	.team-title-heading{
		margin-bottom:  30px
	}

	.alignnone {
		margin: 0px;
	}

	.post-title-custom-single {
		font-size: 30px;
		font-weight: 600;
		line-height: 36px;
	}

	.single-description {
		font-size: 25px;
		line-height: 28px;
	}

	.single-page-content h2{
		font-size: 29px
	}

}

.custom-sidebar-post-page-main .well{
	background:none !important;
	border: none !important;
	box-shadow: none !important;
}

.custom-sidebar-post-page ul{
	padding-left: 6px !important;
}

/*.custom-sidebar-post-page-main .widget_text .widget-title{
	    position: absolute;
    font-size: 23px;
    width: 100%;
    bottom: 0px;
    
    padding: 4px 12px;
    background: rgb(255, 235, 232);
    }*/

    .custom-sidebar-post-page .widget_text{
    	position: relative;
    }

    .footer-last-section{
    	background: #eeeeee;
    	padding: 60px 0px;
    	margin-top: 70px
    }
    .footer-menu-links {
    	padding-left: 0px !important;
    	list-style: none !important;
    }

    .footer-menu-links li {

    	list-style: none !important;
    }

    .footer-menu-links ul {
    	padding-left: 0px !important;
    }


    .footer-menu-links li a {

    	color: rgb(145, 143, 143);
    	display: inline-block;
    	border-color: currentcolor;
    	padding: 4px 0px;
    	text-decoration: none;
    	font-size: 18px !important
    }

    .footer-menu-links li a:hover
    {
    	color: #e0218e
    }

    .social-icons-sc {
    	margin-bottom: 20px;
    	padding-left: 0px !important
    }

    .social-icons-sc li a i {
    	background: none;
    	color: rgb(145, 143, 143);

    	font-size: 18px;
    	width: 34px;
    	height: 34px;
    	border-radius: 28px;
    	text-align: center;
    	line-height: 34px;
    	border: 2px solid rgb(145, 143, 143)
    	/* margin-right: 7px; */
    }

    .social-icons-sc li a i:hover
    {
    	border: 2px solid #e0218e !important;
    	color: #e0218e !important;
    }

    .social-icons-sc li {
    	padding-left: 0px !important;
    	padding-right: 7px !important
    }

    .footer-newsletter-section .homepage-newsletter{
    	padding: 0px;
    }

    .footer-newsletter-section .homepage-newsletter h2{
    	margin-top: 0px;
    	padding-top: 0px
    }

    .redirect-links:hover{
    	color: #e0218e !important;
    }

    .widget_media_image h4{
    	font-size: 23px;
    	margin-top: 60px;
    	margin-bottom: 10px;
    }


    /*NEW MEGA MENU*/
    .homepage-menu{
    	padding-left: 0px !important
    }

    .homepage-menu-container{
    	background-color: rgb(247, 247, 247);
    	position: absolute;
    	width: 100%;
    	z-index: 10000;
    	box-shadow: 1px 1px 1px #ccc7c7;
    	padding-bottom: 35px;
    	/*padding: 30px 0px;*/
    }

    .homepage-menu .custommenu > ul > li{
    	list-style:none; 
    	margin-bottom: 14px;



    }

    .homepage-menu ul{
    	padding-left: 0px !important
    }


    .homepage-toggle-icon{
    	color: #918f8f;
    	font-size:36px !important;
    }

    .homepage-menu li a{
    	font-size: 18px;
    	color: rgb(35, 31, 32);

    }
    li.menu-item-has-children >a { float:left}
    li.menu-item-has-children > em {margin-top: 6px;margin-left: 6px;font-size: 18px;}
    .homepage-menu{
    	padding:40px 0px;
    	padding-top: 10px
    }
    .homepage-menu ul:before, .homepage-menu ul:after {/* position:absolute; */content:'';display:table;clear: both;}
    .homepage-menu li a:hover{
    	color: #e0218e;

    }



    .homepage-menu li a:hover{
    	color: #e0218e;

    }

    .menubar-titles{

    }


    .fa-remove:before, .fa-close:before, .fa-times:before {
    	content: "\f00d" !important;
    }



    .click-code-icon{
    	position: absolute;
    	right: 0px;
    	font-size: 25px;
    	color: #666;
    	top: 2px;
    }

    .top-header-box{
    	box-shadow: 1px 1px 1px #ccc7c7;
    	padding: 12px 0px;
    }

    .logo-top-header{
    	/*width: 130px;*/
    }


    .click_icon:hover{
    	cursor: pointer;
    	color: #e0218e
    }


    .header-search-bar .screen-reader-text{
    	display: none;
    }

    .header-search-bar input{
    	border: 1px solid #eeeeee;
    	height: 38px;
    	background: rgb(247, 247, 247);

    }

    .header-search-bar .searchform{
    	float: right
    }

    .header-search-bar #searchsubmit {
    	color: white;
    	background: #26abd6;
    	border: none !important;
    	font-size: 16px;
    	margin-left: -4px;
    	padding: 6px
    }

    .header-search-bar #searchsubmit:hover{
    	background:#e0218e;
    }

    .menubar-titles{
    	border-bottom: 1px solid black;
    	margin-right: 20px;
    	padding-bottom: 7px;
    }


    @media(max-width:767px)
    {
    	.homepage-menu-container{
    		padding-bottom: 10px !important;
    		padding-top: 27px;
    	}


    	.menubar-titles{
    		border-bottom: 1px solid black;
    		margin-right: 0px !important;
    		padding-bottom: 7px;
    	}

    	.click-code-icon{
    		display: none !important;
    	}

    	.homepage-menu .dropdown-menu li a{
    		font-size: 16px !important;
    		background:none;
    		color: #333;
    	}

    	.homepage-menu li a{
    		font-size: 17px !important;
    	}

    }

    .homepage-menu  .dropdown-menu
    {
    	/* display: block; */
    	float: none;
    	clear: both;
    	padding: 0px;
    }


    .homepage-menu  .dropdown-menu li 
    {
    	width: 100%;
    	float: none;
    }

    .homepage-menu  .dropdown-menu li a
    {
    	width: 100%;
    }


    @media(max-width:767px)
    {

    	.footer-newsletter-section{
    		margin:60px 0px;
    	}


    	.homepage-menu .dropdown-menu {
    		/* display: block; */
    		float: none;
    		clear: both;
    		padding: 0px;
    		position: static !important;
    		background: none !important;
    		box-shadow: none !important;
    		border: none !important;
    	}

    	.mob-top-margin-all{
    		margin-top: 20px !important;
    	}
    	.reduce-heading-size a{
    		font-size: 22px;
    		line-height: 25px;
    	}
    }


    .general-post-banners{

    	width: 100% !important;
    	background-size: cover !important;
    	padding-top: 20% !important;
    	background-position: center center !important;
    }

    .customer_banner_new{    width: 100% !important;
    background-size: cover !important;
    padding-top: 8% !important;
    background-position: center center !important;
    height: 300px !important;}


    .same-post-banners{
    	background:url(assets/img/category.jpg);
    	width: 100% !important;
    	background-size: cover !important;
    	padding-top: 20% !important;
    	background-position: center center !important;
    }
    .margin-for-top{
    	margin-top: 80px;
    	margin-bottom: 70px;
    }

    	/* .all-posts-detailz a{
    	 	color: #222;
    	 display: inline-block;
    	 }*/

    	 .all-posts-detailz h3{
    	 	margin-bottom: 13px
    	 }

    	 .all-posts-detailz h3{
    	 	margin-bottom: 13px
    	 }

    	 .all-posts-link{
    	 	color: #222
    	 }

    	 .all-posts-link-anchor{
    	 	color: #222
    	 }

    	 .all-posts-link-anchor:hover{
    	 	color: #222
    	 }




    	 .single-page-content ul {
    	 	list-style: none !important; 
    	 	margin-left: 20px;
    	 }

    	 .single-page-content ul li::before {
    	 	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    	 	color: #e0218e !important; /* Change the color */
    	 	font-weight: bold; /* If you want it to be bold */
    	 	display: inline-block; /* Needed to add space between the bullet and the text */ 

    	 	margin-left: -1em; /* Also needed for space (tweak if needed) */
    	 	font-size: 25px !important;
    	 	position: absolute;
    	 	margin-top: -3px;
    	 }

    	 .single-page-content ul li{
    	 	line-height: 26px;
    	 }



    	 /**/

    	 .all-posts-page-numbers{
    	 	clear: both;
    	 	float: right;
    	 }

    	 .all-posts-page-numbers .page-numbers
    	 {

    	 	font-size: 20px !important;
    	 	margin: 0px 6px;
    	 	color: #222;
    	 }

    	 .all-posts-page-numbers .page-numbers.current{
    	 	background: #337ab7;
    	 	color: white;
    	 	padding: 4px 12px;
    	 }

    	 .all-posts-page-numbers .page-numbers:hover{
    	 	color: #e0218e
    	 }

    	 .all-posts-page-numbers .page-numbers.current:hover{
    	 	color: white
    	 }

    	 @media(max-width: 992px){

    	 	.all-posts-btm-margin{

    	 		margin-bottom: 50px !important;
    	 	}
    	 }



    	 /**/


    	 @media(min-width:768px)

    	 {

    	 	.top-header-box{
    	 		background: white;
    	 		width: 100%;
    	 		z-index: 1000;
    	 		position: fixed;
    	 		top: 0px;
    	 	}

    	 	.homepage-menu-container{
    	 		position: absolute;
    	 		top: 63px;
    	 		padding-top: 40px;
    	 	}

    	 	body
    	 	{
    	 		padding-top: 61px

    	 	}

    	 }


    	 .custom-post-image-widget h4{
    	 	color: #111;
    	 	font-size: 29px;

    	 	padding-bottom: 7px;
    	 	margin-bottom: 20px !important;
    	 	padding-top: 17px;
    	 	border-top: 8px solid black;
    	 	margin-top: 50px;
    	 }

    	 .custom-widget-posts-border{
    	 	border-top: 1px solid #dcdbdb;
    	 	margin-bottom: 21px
    	 }

    	 .custom-post-image-widget-details a{
    	 	color: #222;
    	 	font-size: 17px;
    	 	font-family: Tiempos,"Georgia",georgia,"Times New Roman","Times",times,serif;
    	 }

    	 .custom-post-image-widget-details a:hover
    	 {
    	 	color: #e0218e
    	 }

    	 .widget-custom-image img:hover
    	 {
    	 	opacity: 0.8
    	 }

    	 .social-icons-sc-header{
    	 	display: inline-block;
    	 	margin-bottom: 0px;
    	 }

    	 .view-all-cats{
    	 	float: right;
    	 	color: #1dbab1;
    	 	font-weight: 200;
    	 	font-size: 19px;
    	 	text-align: right;
    	 }
    	 .view-all-cats a{
    	 	color: #1dbab1;
    	 }
    	 .view-all-cats a:hover{
    	 	color: #777;
    	 }
    	 .round_checked{
    	 	display: inline-block;
    	 	border:1px solid #e0218e;
    	 	color:  #e0218e;
    	 	padding: 5px 14px;
    	 	border-radius: 25px;
    	 	margin-bottom: 10px;
    	 	font-size: 15px
    	 }

    	 .round_checked a{
    	 	color:  #e0218e;
    	 }

    	 .round_checked:hover
    	 {
    	 	color: white !important;
    	 	background: #e0218e;
    	 	cursor: pointer;
    	 }

    	 .round_checked:hover a
    	 {
    	 	color: white !important;}

    	 	.round_checked a:hover
    	 	{
    	 		color: white !important;
    	 		background: #e0218e;
    	 	}

    	 	.doctor-img{
    	 		width: 70px;
    	 		height: 70px;
    	 		position: absolute;
    	 		border-radius: 100%;
    	 	}

    	 	.doctor-text{
    	 		margin-left: 90px;
    	 		display: inline-block;
    	 		font-weight: 600;
    	 		font-family: Tiempos,"Georgia",georgia,"Times New Roman","Times",times,serif;
    	 		font-size: 15px;
    	 	}

    	 	.doctor-text-no-padding
    	 	{
    	 		display: inline-block;
    	 		font-weight: 600;
    	 		font-family: Tiempos,"Georgia",georgia,"Times New Roman","Times",times,serif;
    	 		font-size: 15px;

    	 	}

    	 	.doctor-reviewed-sidebar{
    	 		margin-bottom: 27px
    	 	}

    	 	
    	 	.newsletter-top-title{
    	 		color: #747070; 
    	 		font-size: 15px;
    	 		padding-left: 23px;
    	 		text-transform: uppercase;

    	 		position: relative;
    	 		top: -9px;
    	 	}

    	 	.newsletter-top-title:hover{
    	 		cursor: pointer;
    	 	}


    	 	.newsletter-modal .modal-header{
    	 		padding: 0px;
    	 		border-bottom: none
    	 	}

    	 	.newsletter-modal .modal-header .close{
    	 		font-size: 46px;

    	 		margin-top: 1px;
    	 		margin-right: 14px;
    	 	}

    	 	.newsletter-modal h3{
    	 		padding-top: 0px;
    	 		font-weight: 600;
    	 		margin-top: -10px;
    	 		font-family: Tiempos,"Georgia",georgia,"Times New Roman","Times",times,serif;
    	 		color: #05a2d3;
    	 	}



    	 	.newsletter_gravityform_container .gform_wrapper .gform_footer{
    	 		text-align: center;

    	 	}

    	 	.newsletter_gravityform_container #gform_submit_button_1{
    	 		font-size: 20px !important;
    	 	}

    	 	.custom-choose-images{
    	 		background-size: cover !important;
    	 		padding-top: 150%;
    	 		background-repeat: no-repeat !important;
    	 		background-position: center center !important;
    	 		margin-bottom: 3px;
    	 	}

    	 	.my-custom-tags p{
    	 		color: #918f8f;
    	 		font-size: 14px;
    	 		line-height: 14px;
    	 		text-transform: uppercase;
    	 		text-decoration: none;
    	 		margin-top: 18px;
    	 		margin-bottom: 5px;
    	 		margin-top: 0px
    	 	}


    	 	.custom-plugin-list-style{
    	 		padding-left: 0px !important
    	 	}

    	 	.content ul.alm-listing{
    	 		padding-left: 0px !important
    	 	}

    	 	@media(max-width:767px)
    	 	{

    	 		.my-custom-tags-mobile{
    	 			margin-top: 10px !important;
    	 			margin-bottom: 0px !important;
    	 		}

    	 		.post-large-titl-mobile{
    	 			margin-top: 5px !important;
    	 		}

    	 		.widget-custom-image img{
    	 			margin-bottom: 20px;
    	 		}

    	 		.custom-choose-images{
    	 			margin-bottom: 20px;
    	 		}

    	 		.featured-sub-news{
    	 			margin-bottom: 10px !important;
    	 		}

    	 		.heading-subtitles{
    	 			margin-top: 30px;
    	 		}

    	 		.homepage-newsletter{
    	 			margin-bottom: 20px
    	 		}

    	 		.post-gray-box-desc{
    	 			height: 108px;
    	 		}
    	 		.social-icons-sc{
    	 			padding-left: 5px !important;
    	 		}
    	 		.footer-menu-links{
    	 			padding-left: 5px !important;
    	 		}

    	 		.view-all-cats{
    	 			float: none !important
    	 		}

    	 	}




    	 	#myModal{
    	 		z-index: 10001
    	 	}

    	 	.topbanner-title-one h1{
    	 		color:white;
    	 		padding-top: 22px
    	 	}

    	 	.topbanner-title-one p{
    	 		color:white;
    	 	}

    	 	.topbanner-title-two h3{
    	 		color:white;
    	 		font-family: 'Proxima Nova';
    	 	}
    	 	.topbanner-title-two p{
    	 		color:white;
    	 	}

    	 	.right-box-details{
    	 		background:#00317e;
    	 		padding: 48px 15px 50px 15px;
    	 	}


    	 	.btn-orange{
    	 		background: #c27700;
    	 		color: white;
    	 		border: 1px solid #c27700;
    	 		font-size: 18px;
    	 		border-radius: 0px;
    	 		font-weight: 600;
    	 		padding: 7px 20px;
    	 	}

    	 	.btn-orange:hover{
    	 		background: #26abd6;
    	 		border:1px solid #26abd6;
    	 		color: white !important
    	 	}

    	 	.btn-orange-div{
    	 		text-align: center;
    	 		margin-top: 26px
    	 	}

    	 	.banner-adable-box img{
    	 		position: absolute;
    	 		left: 0px;
    	 		width: 51px;

    	 	}


    	 	.banner-adable-box{
    	 		position: relative;
    	 		margin-top: 15px;
    	 		padding-bottom: 16px;
    	 	}

    	 	.banner-adable-box p{
    	 		padding-left: 50px;
    	 		color: white;
    	 		font-size: 15.4px;
    	 	}


    	 	@media(max-width:767px)
    	 	{
    	 		.banner-hide{
    	 			display: none;
    	 		}

    	 		.right-box-details{
    	 			padding: 20px;
    	 			margin-top: 17px;
    	 			margin-bottom: 17px;
    	 		}

    	 		.topbanner-title-one h1{
    	 			font-size: 25px;
    	 		}

    	 	}