/*================= Preloader ====================*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: #fff
}


/*================== Start CSS =====================*/

/*================== Amit =====================*/

.services-bg-white{
background:#fff;
box-shadow:0px 3px 20px 0px rgba(0, 0, 0, 0.08);}
.services-bg-white:hover a{color:#4ab242}
.services_bg__btn {
    display: inline-block;
    color: #4ab242;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #4ab242;
    border-radius: 23px;
    padding: 9px 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top:10px;
}
.services_bg__btn i {
  margin-left: 21px;
}
.services_bg__btn:hover {
  background-color:#4ab242;
  color: #fff !important;
}
.services_bg__btn:hover i{color:#fff;}

/*footer_wrapper_section_cardiology css */

.footer_wrapper_section_cardiology {
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #181819;
	font-family: 'Poppins', sans-serif;
}
.footer_wrapper_section_cardiology .section_3_footer_heading_wrapper {
	float: left;
	width: 100%;
	text-align: center;
}
.footer_wrapper_section_cardiology .section_3_footer_heading_wrapper h3 {
	font-size: 28px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper i:before {
	font-size: 44px;
	color: #4ab242;
	margin-left: 0;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper h3 {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 20px;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper h3:after {
	content: '';
	border: 2px solid #4ab242;
	width: 60px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0px auto;
}
.footer_wrapper_section_cardiology .padding_top {
	padding-top: 40px;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper p,
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper p a {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-family: 'Poppins', sans-serif;
}
.footer_wrapper_section_cardiology .section_3_footer_info_box_wrapper p a:hover {
	color: #4ab242;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper {
	float: left;
	width: 100%;
	padding-top: 60px;
	text-align: center;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper h3 {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper ul {
	display: inline-block;
	padding-top: 20px;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper li {
	float: left;
	position: relative;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper li a {
	font-size: 21px;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	width: 45px;
	float: left;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper li a:hover {
	color: #4ab242;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.footer_wrapper_section_cardiology .section_3_footer_share_wrapper li:after {
	content: '';
	border: 1px solid #4ab242;
	width: 30px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0px auto;
}
.cardiology_bottom_wrapper {
	float: left;
	width: 100%;
	text-align: center;
	background: #111;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cardiology_bottom_wrapper p {
	color: #fff;
	text-transform: uppercase;
}
.cardiology_procedure_section #return-to-top {
	position: fixed;
	bottom: 53px;
	right: 25px;
	background: #13bfb1;
	width: 45px;
	height: 45px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 0px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1000;
}
.cardiology_procedure_section #return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 13px;
	top: 5px;
	font-size: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cardiology_procedure_section #return-to-top:hover i {
	color: #fff;
	top: 5px;
}
/* footer_wrapper_section_cardiology css end*/

.speicality-img {
	position: relative;
	height: 150px;
	box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	width: 150px;
	background: #fff;
	margin:auto;
}
.speicality-img img {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius:100%;
}
.speicality-img span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
    bottom: 10px;
    right: 10px;
    box-shadow: 1px 6px 14px rgba(0,0,0,0.2);
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.speicality-img span i {
    font-size: 15px;
	color:#4ab242;
}
.speicality-item p {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 0;
	color: #272b41;
	font-family: "Poppins",sans-serif;
}
.section-specialities h2{
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 500;
	color: #272b41 !important;
	font-family: "Poppins",sans-serif;
}
.section-specialities .sub-title {
    color: #757575;
    font-size: 16px !important;
    max-width: 600px;
    margin: 15px auto 0;
	font-family: "Poppins",sans-serif;
}
.section-specialities .col-lg-2{width:20%;max-width:20%;flex:20%;}
.bg-lavender{background-color:lavender}

.featured-step {background:#fff; overflow: hidden; padding:30px; position:relative; border-bottom:2px solid #4ab242;box-shadow:5px 8px 30px 0 rgba(31, 35, 37, 0.08)}
.featured-step > span{color: #4ab242; font-size: 28px; font-weight: 900; line-height: 28px; position: absolute; right: 30px; top: 30px}
.featured-step p{margin-bottom: 0;}
.featured-step.style-2, .featured-step.style-3{border:none;}
.featured-step.style-2 span{position: inherit; top: inherit; right: inherit; margin-bottom: 15px; display: inline-block; font-size: 45px; line-height: 45px;}
.featured-step.style-3 span {color: #fff; height: 50px; line-height: 50px; right: 0; top: 0; width: 50px; text-align: center; z-index: 9;}
.featured-step.style-3 span:before{content: ""; background: #4ab242; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1;}

.pb-100{padding-bottom: 150px !important;}
.bookappointment-bg{background-color:#4ab242;padding:50px 0px;}
.appoinment-img {bottom: 0; position: absolute;}
.appoinment-img img{width: 80%;}
.pos-r {position: relative;}
.text-white {color: #fff !important;}
.bookappointment-bg .section-title {
margin-bottom: 50px;
}
.bookappointment-bg .section-title h6 {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
    color: #fff;
}
.bookappointment-bg .section-title h6::before {
    background: #ffffff;
	content: "";
position: absolute;
left: 0;
top: 50%;
margin-top: -1px;
width: 30px;
height: 2px;
}
.bookappointment-bg .section-title h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 46px;
    font-weight: 700;
    color: #202125;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}
.bookappointment-bg .section-title h2 span {
    position: relative;
    font-weight: 300;
    color: #fff;
}
.bookappointment-bg .section-title p {
    font-size: 16px;
}
.bookappointment-bg .form-control {
    height: 50px;
    border-radius: 0;
    font-size: 13px;
    color: #fff !important;
    background: none;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 2px solid #f5f5f5;
    box-shadow: none;
}
.bookappointment-bg .form-control::-webkit-input-placeholder{color: #ffffff;}
.bookappointment-bg .form-control::-moz-placeholder{color: #ffffff;}
.bookappointment-bg .form-control:-ms-input-placeholder{color: #ffffff;}
.bookappointment-bg .form-control:-moz-placeholder{color: #ffffff;}

.latest_blog .post {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
/* ------------------------
    Blog - Post
------------------------*/
.latest_blog .post{position:relative; border-radius: 5px; overflow: hidden;}
.latest_blog .post-meta{margin-bottom: 15px;}
.latest_blog .post-meta ul li{color: #202125; font-style: italic; display: inline-block; margin: 0 40px 0 0; list-style-type: none; position: relative; text-transform: uppercase;}
.latest_blog .post-meta ul li:last-child{margin-right: 0;}
.latest_blog .post-meta ul li:before{content: ""; background: #4ab242; border-radius: 50px; height: 5px; width: 25px; right: -35px; top: 50%; position: absolute;}
.latest_blog .post-meta ul li:last-child:before{display: none;}
.latest_blog .post .post-desc{padding:30px; background: #ffffff; width: 100%; display: inline-block;}
.latest_blog .post .post-desc h5 a{text-transform: capitalize; font-weight: 500; color: #202125;font-size:17px;}
.latest_blog .post .post-desc h5 a:hover{color: #4ab242}
.latest_blog .post .post-desc p{margin: 15px 0 0;}
.latest_blog .post-btn{text-transform: uppercase; display: inline-block; margin-top: 15px; font-weight: 600;}
.latest_blog .post .post-btn:hover{color: #202125;}
.latest_blog .dark-post .post .post-desc .post-btn{color: #f2f2f2;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 2px 10px;
    font-size: 14px;
    text-align: center;}
.mt-180{min-height:220px;}    
.latest_blog .dark-post .post .post-desc .post-btn:hover{border-color:#f58634;}
.latest_blog .dark-post .post .post-meta ul li, .dark-post .post .post-desc h5 a, .dark-post .post .post-desc .post-btn:hover{color: #ffffff}
.latest_blog .dark-post .post .post-desc{background: #8adc84; color: #fff;min-height: 276px;}
.dark-post .post .post-desc h5 a:hover{color:#fff !important;text-decoration:underline;}
.owl-carousel.owl-drag .owl-item .post .post-image{height:180px;}
.owl-carousel.owl-drag .owl-item .post .post-title{min-height:120px;}
.latest_blog .section-title h2 {
    font-size: 36px;
    font-style: normal;
    line-height: 46px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
	font-family: "Poppins",sans-serif;
	position:relative;
	padding-bottom: 20px;
}
.latest_blog .section-title h2 span {
    font-weight: 300;
    color: #4ab242;
}
.latest_blog .section-title h2 ::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    left: 0;
    bottom: 0;
	left: 50%;
	background-color: var(--theme-primary-color);
}
.latest_blog .section-title p {
    color: #757575;
font-size: 16px !important;
max-width: 600px;
margin: 15px auto 0;
    margin-bottom: 0px;
font-family: "Poppins",sans-serif
}
.latest_blog .section-title {
    margin-bottom: 50px;
}

.navbar-collapse .btn-primary.appoinment_btn{font-size:16px;letter-spacing:1px;border-radius:30px;}
.navbar-collapse .btn-primary.appoinment_btn{background:#50bc48 !important;border-color:#50bc48 !important; color:#fff !important;}
.navbar-collapse .btn-primary.appoinment_btn img{margin-top:-3px;}
.navbar-collapse .btn-primary.login_btn{background:#f58633 !important;font-size:16px;letter-spacing:1px;border-color:#f58633 !important;border-radius:30px;}
.navbar-collapse .btn-primary.login_btn:hover{color:#fff !important;border-color:#e4711c !important}
.navbar-collapse .btn-primary.login_btn img{margin-top:-5px;}
/* page banner and breadcrumbs */
.single-page-title-area {
	padding:20px 0 !important;
	float: left;
	width: 100%;
}
.single-page-title h2 {
    margin-top: 10px;
    font-size: 30px;
}
.single-page-title-area .breadcrumb {
  background: #fff;
  float: right;
  border-radius: 0;
  padding: .75rem 1rem;
margin-bottom:0rem;
list-style: none;
}
.single-page-title-area .breadcrumb-item + .breadcrumb-item:before {
	color: #333;
	content: "\eb8b";
	font-family: "icofont" !important;
	font-size: 16px;
}
.single-page-title-area .breadcrumb-item {
    float: left;
}
.single-page-title-area .breadcrumb-item.active {
	color: #666;
}
.single-page-title-area .breadcrumb-item a {
	color: #000;
}
.nav-on-banner.innperpage-nav-on-banner.fixed-top-bg-secondary.fixed-top .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}
.nav-on-banner.innperpage-nav-on-banner.fixed-top-bg-secondary.fixed-top .nav-logo.dlogo{
    display:none;
}
.nav-on-banner.innperpage-nav-on-banner .nav-logo.dlogo{
    display:block;
}
.nav-on-banner.innperpage-nav-on-banner.fixed-top-bg-secondary.fixed-top .nav-logo.dlogo2{
    display:block;
}
.nav-on-banner.innperpage-nav-on-banner .nav-logo.dlogo2{
    display:none;
}

.nav-on-banner.fixed-top-bg-secondary.fixed-top .nav-logo.dlogo{
    display:none;
}
.nav-on-banner .nav-logo.dlogo{
    display:none;
}
.nav-on-banner.fixed-top-bg-secondary.fixed-top .nav-logo.dlogo2{
    display:block;
}
.nav-on-banner .nav-logo.dlogo2{
    display:block;
}
.account-content{display:block;margin:auto;width:70%}
.login-right {
    background-color: #fff;
    border:0px solid #f0f0f0;
    border-radius: 4px;
    padding: 25px;
	font-family:'Poppins', sans-serif;
	box-shadow:5px 8px 30px 0 rgba(31, 35, 37, 0.08);
}
.login-header {
    margin-bottom: 20px;
}
.login-header h3 {
    font-size: 18px;
    margin-bottom: 3px;
    color: #272b41;
    font-weight: 500;
	font-family:'Poppins', sans-serif;
}
.login-header h3 a {
    color: #4ab242;
    float: right;
    font-size: 15px;
    margin-top: 2px;
}

.form-focus {
    height: 50px;
    position: relative;
    margin-bottom:10px;
}

.form-focus .btn {
  border:1px solid #ced4da;
  display: inline-block;
  padding: 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background 600ms ease, color 600ms ease;
  transition: background 600ms ease, color 600ms ease;
line-height:normal;
border-radius:3px;
margin-bottom:0px;	
}
.form-focus textarea.form-control{height:50px}
.form-focus input[type="radio"].toggle {
  display: none;
}
.form-focus input[type="radio"].toggle + label {
  cursor: pointer;
  width: 50%;
}
.form-focus input[type="radio"].toggle + label:hover {
  background: none;
  color: #4ab242;
}
.superadmin{text-decoration:none;font-size:14px;margin-bottom:0px;
color: #fff !important;
font-weight: 500;
font-family: 'Poppins', sans-serif;
background: #f58634;
padding: 5px 10px;
margin-top: -10px;
border-radius: 2px;
letter-spacing: 1px;
opacity:0.8;
}
.superadmin:hover{background: #f58634; color:#fff !important;opacity:1;}
.form-focus input[type="radio"].toggle + label:after {
  background: #f58634;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
}
.form-focus input[type="radio"].toggle.toggle-left + label {
  border-right: 0;
}
.form-focus input[type="radio"].toggle.toggle-left + label:after {
  left: 100%;
}
.form-focus input[type="radio"].toggle.toggle-right + label {
  margin-left: -5px;
}
.form-focus input[type="radio"].toggle.toggle-right + label:after {
  left: -100%;
}
.form-focus input[type="radio"].toggle:checked + label {
  cursor: default;
  color: #fff;
  -webkit-transition: color 200ms;
  transition: color 200ms;
	z-index:9;
}
.form-focus input[type="radio"].toggle:checked + label:after {
  left: 0;
}





.form-focus input[type=radio].login-checkbox{position:absolute;z-index:-1000;left:-1000px;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0;}
.form-focus input[type=radio].login-checkbox + label.login-label {
	background-position: 0 0;
    background-repeat: no-repeat;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size:13px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    text-align: left;
    vertical-align: middle;
    width: 32%;

}

.form-focus input[type=radio].login-checkbox:checked + label.login-label {background-position: 0 -20px;}

.form-focus label.login-label {
	background-image:url(../images/login_radio_icon.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding:0px;
	float:none;
}







.form-focus select.form-control {
    padding: 7px 12px 6px;
    background: url("../images/select-arrow.png") no-repeat scroll 95% center;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0 2px;
}
.form-focus .form-control {
    height: 50px;
    padding: 21px 12px 6px;
    border-color: #dcdcdc;
    color: #333;
    font-size: 15px;
    min-height: 46px;
    padding: 6px 15px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.form-focus .focus-label {
    font-size: 14px;
    font-weight: 400;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate3d(0, 22px, 0) scale(1);
    -ms-transform: translate3d(0, 22px, 0) scale(1);
    -o-transform: translate3d(0, 22px, 0) scale(1);
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
    left: 12px;
    top: -8px;
    z-index: 1;
    color: #b8b8b8;
    margin-bottom: 0;
}
.form-focus.focused .focus-label {
	opacity: 1;
	top: -23px;
	font-size: 12px;
	z-index: 1;
}

/* with the :focus here, we show grey when using the element */

/* the modification */
.form-focus select option:first-of-type {
  display: block;
  color:#b8b8b8 !important;
}
.form-focus select option:checked{
      color:red !important;
    }




.form-focus .form-control:focus ~ .focus-label, 
.form-focus .form-control:-webkit-autofill ~ .focus-label {
	opacity: 1;
	font-weight: 400;
	top: -18px;
	font-size: 12px;
	z-index: 1;
}
.form-focus .form-control {
	height:40px;
	padding: 21px 12px 6px;
}
.form-focus .form-control::-webkit-input-placeholder {
	color: transparent;
	transition: 240ms;
}
.form-focus .form-control:focus::-webkit-input-placeholder {
	transition: none;
}
.form-focus.focused .form-control::-webkit-input-placeholder {
	color: #bbb;
}
.form-focus.select-focus .focus-label {
	opacity: 1;
	font-weight: 300;
	top: -20px;
	font-size: 12px;
	z-index: 1;
}
.form-focus .select2-container .select2-selection--single {
	border: 1px solid #e3e3e3;
	height: 50px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	right: 7px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ccc transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #ccc;
	border-width: 0 6px 6px;
}
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 12px;
	padding-top: 10px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #676767;
	font-size: 14px;
	font-weight: normal;
	line-height: 38px;
}
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fc6075;
}

.text-right {
    text-align: right !important;
}
.already{color:#888;
    font-size: 13px;}
.forgot-link {
    color:#f58634;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 400;
}
.account-content .login-btn {
    font-size: 18px;
    font-weight: 500;
    background-color: #f58634 !important;
    border: 1px solid #f58634 !important;
    display: block;
    width: 100%;
	border-radius:5px;
	opacity:0.8;
}
.account-content .login-btn:hover {
    background-color: #f58634 !important;
    border-colo:#f58634 !important;
	color:#fff !important;
	opacity:1;
    }
.login-right .dont-have {
    color: #3d3d3d;
    margin-top: 20px;
    font-size: 13px;
}
.text-center {
    text-align: center !important;
}
.login-right .dont-have a {
    color: #f58634;
}


/*================== Amit =====================*/


.container,
.container-fluid {
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.accorden-block {
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

body {
    font-size: 15px;
    font-family: var(--theme-general-font);
    font-weight: 400;
    line-height: 28px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    font-family: var(--theme-highlight-font);
    margin-bottom: 0;
    font-weight: 700
}

h1,
.h1 {
    font-size: 50px;
}

h2,
.h2 {
    font-size: 42px;
}

h3,
.h3 {
    font-size: 36px;
}

h4,
.h4 {
    font-size: 30px;
}

h5,
.h5 {
    font-size: 22px;
}

h6,
.h6 {
    font-size: 18px;
}


/*mine css*/

.p-30 {
    padding: 30px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.font-13 {
    font-size: 13px;
}

#page_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.sub-title {
    font-size: 18px;
}

.mx-width-initial {
    max-width: initial
}

.top-profile ul li {
    border-right: 1px solid var(--theme-white-color);
    padding: 0 15px;
}

.top-profile ul li:first-child {
    border-left: 1px solid var(--theme-white-color);
}

.btn {
    border-radius: 0
}

.dropdown-item {
    font-size: 14px
}

.btn-primary {
    color: var(--theme-white-color) !important;
    border: 2px solid var(--theme-primary-color) !important;
    background-color: var(--theme-primary-color) !important;
}

.btn-primary:hover {
    color: var(--theme-primary-color) !important;
    background-color: transparent !important;
}

.btn-white {
    color: var(--theme-primary-color);
    background-color: var(--theme-white-color);
    border: 2px solid var(--theme-white-color);
}

.btn-white:hover {
    color: var(--theme-white-color);
    background-color: transparent;
}

.font-bold {
    font-weight: 700;
}

.service-block-1 {
    padding: 40px 25px;
    border-bottom: 3px solid #f5f5f5;
    border-right: 3px solid #f5f5f5;
}

.service-block-1 i {
    float: left;
    margin-right: 15px;
}

.z-index-999 {
    z-index: 999;
}

.accorden-content p {
    margin-bottom: 0
}

.features {
    border-right: 1px solid var(--theme-gray-color);
}

.box-40px {
    height: 40px;
    width: 40px;
}

.box-60px {
    height: 60px;
    width: 60px;
}

.box-70px {
    height: 70px !important;
    width: 70px !important;
}

.box-80px {
    height: 80px;
    width: 80px;
}

.box-100px {
    height: 100px;
    width: 100px;
}

.box-130px {
    height: 130px;
    width: 130px;
}

.box-290px {
    height: 290px;
    width: 290px;
}

.overlay-up::before {
    top: 100%;
}

.thumb-team-classic:hover .overlay-up::before {
    top: 0%;
}

.owl-nav-secondary.owl-carousel .owl-nav button {
    text-align: center;
    font-size: 21px;
    color: #fff;
    background-color: var(--theme-secondary-color);
    z-index: 9;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.owl-nav-secondary.owl-carousel .owl-nav button.owl-prev {
    left: -70px;
}

.owl-nav-secondary.owl-carousel .owl-nav button.owl-next {
    right: -70px;
}

.owl-nav-hover-primary.owl-carousel .owl-nav button:hover {
    background-color: var(--theme-primary-color);
}

.photo-box {
    width: 48%;
    float: left;
    margin-bottom: 10px;
}

.photo-box:nth-child(2n+1) {
    margin-right: 10px;
}

.form-group-1 input {
    width: 350px;
    padding-right: 40px;
    color: var(--theme-white-color)
}

.form-group-1 button {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    line-height: 30px;
    text-align: center;
    background: none;
    border: none;
    color: var(--theme-white-color);
    padding: 0;
    z-index: 999;
}

.form-group-1 input::placeholder {
    color: var(--theme-white-color);
}

.border-white-2px {
    border: 2px solid var(--theme-white-color);
}

.border-right-gray-1 {
    border-right: 1px solid var(--theme-gray-color);
}

.feature-1 {
    width: 100%;
    height: 430px;
}

.background-img-left {
    background-position: 30px bottom;
    background-repeat: no-repeat;
    background-size: 42%;
}

.bg-set-after::after {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--theme-primary-color);
}

.middle-header-icon {
    display: table;
    border: 2px solid #eee;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    -moz-transition: rotate(45deg);
    -ms-transition: rotate(45deg);
    -o-transition: rotate(45deg);
    -webkit-transition: rotate(45deg);
}

.middle-header-icon i {
    transform: rotate(-45deg);
    -moz-transition: rotate(-45deg);
    -ms-transition: rotate(-45deg);
    -o-transition: rotate(-45deg);
    -webkit-transition: rotate(-45deg);
    display: block;
    line-height: 50px;
    text-align: center;
}

nt-16 {
    font-size: 16px;
}

.single-carusel .owl-nav {
    font-size: 30px;
    float: right;
    color: #fff;
    font-weight: 700;
}

.accorden-title::before {
    content: "";
    height: 2px;
    position: absolute;
    right: 20px;
    width: 10px;
    background-color: var(--theme-primary-color);
}

.accorden-title {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-size: 16px
}

.accorden-title.active,
.accorden-title:hover {
    background-color: var(--theme-primary-color) !important;
    color: var(--theme-white-color);
}

.accorden-title.active::before,
.accorden-title:hover::before,
.accorden-title.active::after,
.accorden-title:hover::after {
    background-color: var(--theme-white-color);
}

.accorden-title::before {
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accorden-title::after {
    content: "";
    height: 2px;
    position: absolute;
    right: 20px;
    width: 10px;
    background-color: var(--theme-primary-color);
    top: 48%;
}

.accorden-title.active::after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.accorden-title::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.accorden-content {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.border-top-primary-4 {
    border-top: 4px solid var(--theme-primary-color);
}

.w-60 {
    width: 60%;
}

.fixed-top-bg-secondary.fixed-top {
    background-color: var(--theme-secondary-color) !important
}

.list-style-circle li {
    list-style-type: circle;
    margin: 0 0 15px 15px;
}

.footer-box::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    left: -10px;
    background-color: var(--theme-white-color) !important;
}

.bottom-nav li {
    display: inline-block;
}

.bottom-nav li a {
    font-size: 13px;
    margin-right: 15px;
    color: var(--theme-white-color)
}

.fixed-bg-secondary.fixed-top {
    background-color: var(--theme-secondary-color)
}

.footer-logo,
.footer-logo img {
    width: 160px;
    height: auto;
}

.footer-widget li a {
    color: var(--theme-secondary-color)
}

.top-profile .nav-bar-top.right li {
    margin-left: 0;
}

.widget,
.overlay-up::before {
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.form-control {
    border-radius:2px
}

header.fixed-top {
    width: 100%;
    transform: translateX(0);
}

.scale1-1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ".";
}

.timeshedule {
    overflow-x: scroll;
}

.timeshedule tr:nth-child(2n+1) {
    background-color: var(--theme-white-color) !important;
}

.timeshedule th,
.timeshedule td {
    border-color: #e1e1e1
}

.service-widget .item {
    width: 49%;
    margin-right: 2px;
    margin-bottom: 2px;
    float: left;
    text-align: center;
}

.product-img span {
    top: 20px;
    left: -10px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    padding: 0 10px;
    right: auto;
}

.product-img span.onsale {
    background-color: var(--theme-primary-color);
}

.page-link:hover {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color)
}

.tagcloud ul li a {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
}

.tagcloud ul li a:hover {
    background-color: var(--theme-secondary-color);
    color: var(--theme-primary-color);
}

ul.product_list_widget li a {
    color: var(--theme-secondary-color);
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

ul.product_list_widget li .star-rating {
    font-size: 8px
}

ul.product_list_widget li .price {
    font-size: 13px
}

.product-detail .woocommerce-loop-product__title a {
    font-weight: 500 !important
}

.product-detail .star-rating {
    font-size: 10px
}

.widget ul.product_list_widget li img {
    height: 60px;
    width: 60px;
    border: 1px solid var(--theme-secondary-color);
    border-radius: 50%;
}

ul.product_list_widget li a:hover img {
    border: 1px solid var(--theme-primary-color) !important;
}

.view-category button {
    background-color: var(--theme-white-color);
}

.subscribe-form .form-control {
    border: none;
}

.widget_product_categories {
    border: none;
    padding: 0;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
    border-bottom: none;
}

.widget.form-group-1 input {
    width: 350px;
    padding-right: 40px;
    color: var(--theme-secondary-color);
}

.widget.form-group-1 input::placeholder {
    color: var(--theme-secondary-color);
}

.widget.widget_add {
    margin-bottom: 60px !important;
}

.widget.widget_add .btn {
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    display: block ruby;
}

.widget.widget_instagram li {
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}

.widget.widget_instagram li:nth-child(3n) {
    margin-right: 0;
}

.widget.widget_instagram li img {
    width: 81px;
    height: 81px;
}

.widget {
    width: 100%;
    display: block;
}

.nav-tabs {
    margin-bottom: 20px;
}

.nav-tabs>li>a {
    padding: 0 20px;
    line-height: 50px;
    font-family: var(--theme-highlight-font);
    font-weight: 500;
    font-size: 16px;
    border-radius: 25px;
    display: block;
    margin-right: 15px;
    color: var(--theme-secondary-color);
    margin-bottom: 30px;
}

.nav-tabs>li>a.active,
.nav-tabs>li>a:hover {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color)
}


/*appoinment*/

.department-select span {
    float: left;
    margin-right: 30px;
    line-height: 45px;
    font-size: 17px;
    font-weight: 500;
}

.department-select .form-2 {
    display: table;
    width: 300px;
}

.department-select select {
    border: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    height: 44px;
    padding: 0 15px;
    width: 100%;
}

.month-table .top-opt a {
    color: #fff;
    display: table;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.month-table .top-opt .month {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    font-family: 'Nunito', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.month-table table {
    background: #fff;
    margin-top: -1px;
    width: 100%;
}

.month-table table th,
.month-table table td {
    border: 1px solid #eeeeee;
}

.month-table th {
    line-height: 50px;
    color: #818181;
    text-align: center;
    border-top-color: transparent;
}

.month-table td {
    height: 163px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #818181;
}

.month-table .date {
    width: 52px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid transparent;
}

.month-table table td.active .date {
    border-color: var(--theme-primary-color);
    color: var(--theme-primary-color)!important;
}

.month-table table td:hover .date,
.month-table table td.active:hover .date {
    color: var(--theme-white-color) !important;
    background-color: var(--theme-primary-color) !important;
}

.month-table table td:hover .available-appoinment {
    display: block;
}

.month-table .available-appoinment {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 10px;
    background: #f5f5f5;
    color: #818181;
    line-height: normal;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    top: -38px;
    display: none;
}

.month-table .available-appoinment::after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #f5f5f5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#sidebar.blog-sidebar .widget {
    margin-bottom: 0;
}

.blog-sidebar .widget_blog_categories {
    background-color:#4ab242;
    padding: 30px;
}

.blog-sidebar .widget_blog_categories li {
    margin-bottom: 10px;
}

.blog-sidebar .widget_blog_categories a {
    color: var(--theme-white-color);
    display: block;
}

.blog-sidebar .widget_blog_categories a:hover {
    color: var(--theme-secondary-color)
}

.blog-sidebar .widget_recent_entries,
.widget_appointment {
    background-color:#e9e9fd !important;
    padding: 30px;
}

.blog-sidebar .widget_recent_entries ul li a {
    color: var(--theme-secondary-color);
}

.blog-sidebar .widget_recent_entries ul li a:hover {
    color: var(--theme-primary-color);
    text-decoration: none;
}

.blog-sidebar .widget_tag_cloud {
    background-color: var(--theme-white-color);
    padding: 30px
}

.blog-sidebar .widget_tag_cloud ul {
    display: inline-block;
    width: 100%;
}

.blog-sidebar .widget_tag_cloud li {
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
}

.blog-sidebar .widget_tag_cloud li a {
    padding: 4px 15px;
    border: 1px solid #ababab;
    border-radius: 20px;
    font-size: 14px;
    color: #ababab;
    display: inline-block;
}

.blog-sidebar .widget_tag_cloud li a:hover {
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-primary-color);
}

.blog-sidebar .widget_archive,
.blog-sidebar .widget_meta {
    background-color: var(--theme-white-color);
    padding: 30px;
}

.blog-sidebar .widget_archive li a,
.blog-sidebar .widget_meta li a {
    color: var(--theme-secondary-color);
    display: block;
}

.blog-sidebar .widget_meta li {
    padding: 6px 0;
    font-size: 15px;
}

.blog-sidebar .widget_meta li a:hover {
    color: var(--theme-primary-color);
}

.widget_services {
    margin-top: 30px;
}

.widget_services ul li {
    padding: 30px 25px;
    float: left;
    width: 49%;
    margin-right: 4px;
    margin-bottom: 4px;
    text-align: center;
    background-color: var(--theme-white-color);
}

.widget_services ul li:nth-child(2n) {
    margin-right: 0;
}

.widget_services ul li i {
    color: var(--theme-primary-color);
    font-size: 30px;
}

.widget_services ul li a {
    display: block;
    color: var(--theme-secondary-color);
    font-weight: 700;
}

.content-sidebar {
    padding: 30px;
}

.error {
    padding-top: 170px;
    padding-bottom: 250px;
}

.error h1 {
    font-size: 100px;
}

.error p {
    font-size: 24px;
    margin-bottom: 30px;
    color: #818181;
}

.bg-light {
    background-color: var(--theme-light-color) !important;
}

.widget_content_navigation li {
    list-style: decimal inside;
    margin-bottom: 10px;
}

.widget_content_navigation li a {
    color: var(--theme-secondary-color);
}

.widget_testimonial .owl-carousel .owl-nav button.owl-next,
.widget_testimonial .owl-carousel .owl-nav button.owl-prev,
.widget_testimonial .owl-carousel button.owl-dot {
    color: var(--theme-secondary-color);
    font-size: 50px;
}

.content-details p:first-child:first-letter {
    color: #0d1432;
    float: left;
    font-size: 75px;
    line-height: 50px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

blockquote {
    padding: 30px;
    border-left: 4px solid var(--theme-primary-color);
    font-size: 17px;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
    margin: 30px 0;
    background-color: var(--theme-white-color);
}

.thumb-team-classic .social-area {
    z-index: 10;
    visibility: hidden;
    opacity: 0
}

.thumb-team-classic:hover .social-area {
    visibility: visible;
    opacity: 1
}

.thumb-team-classic .social-area li {
    margin: 0 3px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
}

.thumb-team-classic .social-area li a {
    color: var(--theme-white-color);
    display: block;
    line-height: 36px;
}

.sidebar .widget {
    padding: 0;
}

.sidebar .widget-title {
    margin-bottom: 25px;
}

.widget_recent_entries ul h5 {
    line-height: 25px;
    margin-bottom: 5px;
}

.widget_twitter_feed li {
    margin-bottom: 40px;
    display: flex;
}

.widget_twitter_feed li [class*="fa-"] {
    float: left;
    color: var(--theme-primary-color);
    margin-right: 15px;
    margin-top: 5px;
}

.widget_twitter_feed li p {
    margin-bottom: 20px;
}

.widget_twitter_feed li a {
    display: block;
}

.doctor-contact-table td,
.doctor-time-table td {
    line-height: 40px;
}

.doctor-contact-table td:last-child,
.doctor-experience-table td:last-child {
    padding-left: 30px;
}

.doctor-time-table {
    display: inline-table;
}

.doctor-time-table td {
    color: var(--theme-secondary-color)
}

.doctor-time-table td:last-child {
    float: right;
}

.doctor-experience-table td {
    padding-bottom: 20px;
}

.social-icon-secondary a {
    color: var(--theme-secondary-color);
}

.icon-left a {
    margin-right: 20px;
font-size: 20px;
color: #f58636;
}

.icon-left a:last-child {
    margin-right: 0;
}

.hover-icon-primary a:hover {
    color: var(--theme-primary-color);
}

.blog-hints li {
    float: left;
    margin-right: 10px;
}

.blog-hints li:last-child {
    margin-right: 0;
}

.w-48 {
    width: 48%;
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale-multiple {
    position: relative
}

.ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.ball-scale-multiple>div {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    margin: 0;
    left: -70px;
    top: -70px;
    width: 140px;
    height: 140px;
    -webkit-animation: ball-scale-multiple 3s 0s linear infinite;
    animation: ball-scale-multiple 3s 0s linear infinite;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: var(--theme-primary-color) !important;
}

@media (min-width:992px) {
    .w-lg-65 {
        width: 65% !important
    }
    .nav-on-banner {
        position: absolute;
        top: 20px;
        left: 50%;
        width: 95%;
        z-index: 999;
        transform: translateX(-50%);
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0 15px;
    }
	.nav-on-banner.innperpage-nav-on-banner {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: translateX(0%);
    background: #fff;
	padding: 5px 0 !important;
	border-bottom:1px solid #f0f0f0;
}
.nav-on-banner.innperpage-nav-on-banner .navbar-expand-lg .navbar-nav .nav-link {
    color:#000;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color:#4ab242;
}

	
}

@media (max-width:1300px) {
    .d-none-1300 {
        display: none !important;
    }
}

@media (max-width:1199px) {
    .widget_services ul li {
        padding: 30px 14px;
        width: 143px;
    }
    .service-widget .item {
        width: 143px;
    }
    .widget.doctors-info .item img {
        width: 90px;
    }
    .widget.widget_instagram li img {
        width: 102px;
        height: 102px;
    }
    .widget.widget_instagram li:nth-child(3n) {
        margin-right: 5px;
    }
    .widget.widget_instagram li:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width:1100px) {
    .d-none-1100 {
        display: none !important;
    }
}

@media (max-width:991px) {
    .bg-img-md-none {
        background-image: none !important;
    }
    .widget_services ul li:nth-child(2n) {
        margin-right: 4px;
    }
    .widget_services ul li:nth-child(3n) {
        margin-right: 0;
    }
    .widget_services ul li {
        padding: 30px 55px;
        width: 227px;
    }
    .service-widget .item {
        width: 228px;
    }
    .footer-logo {
        position: inherit !important;
        left: 80px;
    }
    .bg-set-after {
        background: none !important;
    }
    .scale1-md-1 {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    .max-md-bg-secondary {
        background-color: var(--theme-secondary-color);
    }
}

@media screen and (max-width:767px) {
    .widget_services ul li:nth-child(2n) {
        margin-right: 0;
    }
    .widget_services ul li:nth-child(3n) {
        margin-right: 4px;
    }
    .widget_services ul li {
        width: 251px;
    }
    .widget.widget_instagram li img {
        width: 97px;
        height: 97px;
    }
    .widget.widget_instagram li:nth-child(2n),
    .widget.widget_instagram li:nth-child(3n) {
        margin-right: 5px;
    }
    .sm-mt-50 {
        margin-top: 50px !important
    }
    .service-widget .item {
        width: 49%;
    }
    
    /*---------------------------------- New Css Amit ----------------------------*/
    .navbar-collapse .btn-primary.appoinment_btn 
    {
        background: #50bc48 !important;
        border-color: #50bc48 !important;
        color: #fff !important;
        display: block !important;
        float: left !important;
        margin: 0 0 15px 0 !important;
    }
    .navbar-collapse .btn-primary.login_btn {
        color: #fff !important;
        display: block !important;
        float: right !important;
        margin: 0 0 15px 0 !important;
    }
    .navbar-collapse .btn-primary.appoinment_btn img,.navbar-collapse .btn-primary.login_btn img{width:auto;}
    .section-specialities .col-lg-2 {width: 50%;max-width: 50%;flex: 50%;}
    .speicality-item p {margin: 10px 0 10px;font-family: "Poppins",sans-serif;}
    .img-side{display:none !important;}
    .dark-bg .section-title h2 {font-size: 24px !important;text-align: center;}
    .dark-bg .section-title p {font-size: 14px !important;text-align: center;}
}

@media screen and (max-width:575px) {
    .widget_services ul li:nth-child(3n) {
        margin-right: 0;
    }
    .widget_services ul li {
        width: 100%;
    }
}