.nav-brand
{
	width:250px!important;
}
.navbar-nav {
    margin-left: 4%;
	font-weight:500;
    font-size: 14px;
	text-transform: uppercase;
}
.nav.navbar-nav > li {
    color: #8a8c98;
    padding-bottom: 5px;
    margin-right: 14px;
}
.footer-logo-p {
    padding-bottom: 22px;
    width: 300px;
}
.copy-right-box {
    background-color: #222629 !important;
    color: #45474f;
    margin-top: 1.8%;
    margin-bottom: 1.3%;
    padding: 0;
    font-weight: normal;
}
.post1-main-div {
    background-color: #fff;
}
.post1-main-div:hover {
    -webkit-box-shadow: -1px 4px 15px -1px rgba(140,138,140,1);
    -moz-box-shadow: -1px 4px 15px -1px rgba(140,138,140,1);
    box-shadow: -1px 4px 15px -1px rgba(140,138,140,1);
}
.our-blog-text {
    color: #9699a6;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 6%;
}
.our-blog-heading {
    color: #31364c;
    font-size: 40px;
    font-family: 'roboto',sans-serif;
    font-weight: 300;
    margin-top: 8.8%;
    margin-bottom: 18px;
}
.other-post-margin {
    margin-top: 40px;
}
.post1-text-section {
    padding: 28px;
    padding-right: 16px;
}
.mb-20
{
	margin-bottom:20px;
}
.fa-post-icon {
    top: 10px;
    position: relative;
}
.icon-set {
    color: #cdcfd7;
    font-size: 20px;
    margin-left: 29px!important;
}
.mr-10
{
	margin-right:10px;
}
.appointmentpg
{
	padding:10px 20px;
}
.appointlink a
{
	color:#666;
}
.colorRD
{
	color:red;
}
.ailmentli
{
	font-size:16px;
	color: #9ea1ad;
	font-weight: normal;
}
.videotxt
{
	height:100px;
}
.controls {
    padding: 2%;
    background: #00afdf;
    color: #eee;
}
.mixitup-nav-span {
    cursor: pointer;
    color: #bae0ea;
    font-weight: 500;
    font-size: 18px;
}
.nav li a {
    position: relative;
    display: block;
    padding: 10px 6px;
}
.advantages2 {
    padding-top: 1%;
    padding-bottom: 9%;
    background-color: #f5f5f5;
}
.panel2
{
	 background-color: #f5f5f5!important;
}
.navbar .navbar-nav>li>a {
    color: #333 !important;
    padding-top: 34px;
}
.navbar.navbar, .navbar-default.navbar {
    background-color: rgb(255, 255, 255) !important;
    color: rgba(255, 255, 255, .84);
}
header {
    background-color:#fff!important;
   
}
.answer-border {
   
    border-top: 1px solid #ddd !important;
    margin-top: 8px !important;
    margin-bottom: 27px !important;
}
.appointmentpg label
{
	display:block !important;
	max-width: 100%;
    margin-bottom: 5px;
}
.foot-logo-text {
    color: #81858f;
    font-weight: normal;
}

@media screen and (max-width: 700px) {
    .colbottom {
        margin-bottom: 25px;
    }
	.accredBox
	{
		height:65px;
	}
}


.contact-page-icon {
    color: #fff;
    position: absolute;
    left: 27px;
    font-size: 27px;
    margin-top: 11px;
}
.bg-1 {
    background-color: #fecc17;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.bg-13 {
    background-color: #f04e4e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.contact-bg-14 {
    background-color: #ccdb38;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
@media only screen and (max-width: 500px){

.list-inline>li {
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
}
.filter {
    padding-bottom: 4px;
    margin-right: 11px!important;
}
.mixitup-nav-span {
    cursor: pointer;
    color: #bae0ea;
    font-weight: 700;
    font-size: 16px;
}	
}

.callUs
{
	width: 40px;
    height: 40px;
    top: 300px;
    -webkit-transform: translateY(-25px) translateX(0px);
    transform: translateY(-25px) translateX(0px);
    left: -1px;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 903;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--navbar_toolbar_background);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    border-left: 1px solid var(--default-border);
    border-top: 1px solid var(--default-border);
    border-bottom: 1px solid var(--default-border);
    border-right: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
	background:#f04e4e ;
}
.callUs a
{
	color:#fff;
}

.callUs a .fa {
    margin-top: 5px;
    margin-left: 2px;
	
}

.Whatsapp
{
	width: 40px;
    height: 40px;
    top: 350px;
    -webkit-transform: translateY(-25px) translateX(0px);
    transform: translateY(-25px) translateX(0px);
    left: -1px;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 903;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--navbar_toolbar_background);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    border-left: 1px solid var(--default-border);
    border-top: 1px solid var(--default-border);
    border-bottom: 1px solid var(--default-border);
    border-right: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
	background:#00e676;
}
.Whatsapp a
{
	color:#fff;
}

.Whatsapp a .fa {
    margin-top: 5px;
    margin-left: 2px;
	
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.stickynav
{
    z-index: 901;
}
.icon-label.adj-label {
    position: relative;
    top: -4px !important;
}
@media screen and (max-width:500px)
{
.from-blog-heading {
    color: #31364c;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-bottom: 20px;
    margin: 0;
}
.our-blog-heading {
    color: #31364c;
    font-size: 30px;
    font-family: 'roboto',sans-serif;
    font-weight: 300;
    margin-top: 8.8%;
    margin-bottom: 18px;
}
}
.aboutdata p
{
	color: #9ea1ad!important;
	font-weight: normal;
    font-size: 16px;
}
.height_box2
{
	height:220px;
}
.height_box3 {
    height: auto;
}
.colm-3 {
    width: 33.333%;
}
@media (max-width: 1200px) {
    .colm-3 {
        width: 50%;
        float: left;
    } 
}

@media (max-width: 800px) {
    .colm-3 {
        width: 80%;
        margin: 10px 10%;
        float: left;
    } 
}

@media (max-width: 450px) {
    .colm-3 {
        width: 98%;
        margin: 10px 1%;
        float: left;
    } 
}


.guestlect .post1-h
{
	height:50px;
}
@media screen and (max-width:500px)
{
	.height_box2
{
	height:auto;
}
.guestlect .post1-h
{
	height:auto;
}
}
.arrow-btn {
    background-color: #f04e4e !important;
   
    padding: 1px 3px!important;
}

.publications {
    padding-top: 1%;
    padding-bottom: 9%;
    background-color: #f5f5f5;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-back {
    background-image: none!important;
}
.mdi-hardware-keyboard-arrow-left.adj-oc {
    background-color: #99938f;
    padding: 8px;
    position: relative;
    right: 17%;
    top: 200px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.mdi-hardware-keyboard-arrow-right.adj-oc2 {
    background-color: #99938f;
    left: 18%;
    padding: 8px;
    position: relative;
    top: 200px;
}
.expand-nav {
    margin-top: 19px;
}
.radio-inline {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin-right:20px;
}

/* Hide the browser's default radio button */
.radio-inline input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #ced4da;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-inline:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-inline input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-inline .checkmark:after {
 	top: 7px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.mt-20
{
	margin-top:20px;
}
.mt-5
{
	margin-bottom:10px;
}
.dropdown .dropbtn {
   
    border: none;
    outline: none;
    color: white;
   
    background-color: inherit;
  
    margin: 0;
}



.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 200;
}
.dropdown-content li a{
	margin-left:-20px !important;
}
.dropdown-content a {
    float: none;
    color: #333 !important;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-menu li a {
    color: #333;
}
@media only screen and (min-width: 40em)
{
.site-header {
    padding-top: 150px;
}
}
.site-header {
    margin: 0 auto;
    padding: 80px 0 0;
    max-width: 820px;
}
.site-header__title {
    margin: 0;
    font-family: Montserrat,sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
	text-align:center;
}
@media only screen and (min-width: 40em){
.site-header__title {
    font-size: 6.25rem;
}}

.main-content {
    margin: 0 auto;
    max-width: 820px;
	text-align:center;
}

.main-content__checkmark {
    font-size: 4.0625rem;
    line-height: 1;
    color: #24b663;
	
}
@media only screen and (min-width: 40em){
.main-content__checkmark {
    font-size: 9.75rem;
}}

@media (min-width: 1600px) and (max-width:2000px)
{
.container {
    width: 1400px;
}
.navbar-nav {
    margin-left: 10%;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.nav.navbar-nav > li {
    color: #8a8c98;
    padding-bottom: 5px;
    margin-right: 20px;
}
.bonus-text {
    color: #9ea1ad;
    padding-bottom: 10px;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: normal;
    font-size: 18px;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
}
@media screen and (min-width: 610px){
.global-logo {
    margin-left: 0px!important;
    position: relative;
    top: -9px;
    padding-right: 20px;
}
}