body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-size: 15px !important;
  color: #46484A;
  font-weight: 400;
}

.contact-block i {
  color: #2bb21b !important;
}
.header_bar{
  background: #fff;
}
.header_bar .logo{
  width: 175px !important;
}
#navbarmain .nav-link {
  font-weight: 400;
  padding: 10px 15px;
  color: #373636;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  transition: all .25s ease;
}
.navbar-brand {
  margin-top: 0px !important;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .3rem 1rem;
  /*border-bottom: 2px solid #b9b5b559;*/
}
#navbarmain {
  padding: 7px 0px;
}


/*First Top*/
.first_top{
  background-color: #ffe60d;
  padding: 10px 0px;
}
.first_top img{
  width: 22px;
}
.first_top li{
  color: #582c4f;
  font-size: 15px;
  font-weight: 600;
  margin-right: 7px;
}


.feature-item .feature-icon i {
  font-size: 50px;
  color: #eeb710;
}
.feature-item h4 {
  color: #444144;
}
.feature-item p {
  font-size: 16px;
}
.btn-main {
  background: #2bb21b;
  color: #fff;
  border-color: #2bb21b;
  border-radius: 10px;
}



.btn-main-2 {
  background: #eeb710;
  color: #fff;
  border-color: #eeb710;
}

.cta::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #dba604;
}
.widget h4 {
  color: #373636b5;
  font-size: 18px;
  font-weight: 600;
}
.widget .footer-menu a {
  color: #373636b5;
}
.title-color {
  margin-bottom: 20px;
  color: #464545f7;
font-size: 30px;
font-weight: 500;
}
.divider {
  width: 40px;
  height: 5px;
  background: #5b595b;
}
.footer-contact-block span {
  font-weight: 400;
  color: #373636b5;
  font-size: 15px;
}

.footer-socials li a {
  background: #2bb21bc4;
}

.appoinment-content .emergency {
  background: #582c4f;
}

.section-title h2 {
  color: #2bb21b;
  font-size: 27px;
  font-weight: 500;
}

.seond_top {
  padding: 6px 0px;
  background: #eeeeee63;
  border-bottom: 1px solid #b7b3b352;
box-shadow: -1px 3px 7px 3px;
}
.seond_top .marquee{
  color: #373636; font-weight: 500;
  font-size: 16px;
}
.seond_top .shop{
  padding: 2px 4px; color: #fff; background: #582c4f; border-radius: 4px; font-size: 12px;
}
.seond_top img{
  
}
.seond_top a span {
  color: #373636;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
}



.modal-dialog {
  max-width: 502px;
  margin: 1.75rem auto;
}

.appoinment-content .emergency {
  padding: 25px;
}
.section {
  padding: 65px 0;
}
.cta-section {
  margin-bottom: -26px;
}

/*Call Button*/
.call{
    width: 65px;
    height: 130px;
    bottom: 10px;
    left: 10px;
    position: fixed;
    float: left;
  z-index: 999;
}
.call_blink
{
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulsate {
    0% {transform: scale(0.9, 0.9); opacity: 1;}
    50% {transform: scale(1.2, 1.2); opacity: 1;}
    100% {transform: scale(0.9, 0.9); opacity: 1;}
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.9, 0.9); opacity: 1;}
    50% {-webkit-transform: scale(1.2, 1.2); opacity: 1;}
    100% {-webkit-transform: scale(0.9, 0.9); opacity: 1;}
}


.about-page img{
  border-radius: 15px;
}
.footer .logo img{
  width: 50%;
}
.doctor-details .text-md{
  font-size: 25px;
  font-weight: 600;
}
.doctor-qualification h4{
  font-size: 20px;
  font-weight: 600;
}

.style_font{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}


.counter-stat {
  text-align: center;
  padding: 0px !important;
  position: relative;
}
.count_padd{
  padding: 30px 10px;
}



/*Main Site Desktop Count icon*/
.main_site_desktop_count{
  position: absolute;
background-color: #582c4f;
width: 20px;
height: 20px;
color: #212121;
border-radius: 50%;
margin-left: -5px;
margin-top: -7px;
}
.main_site_desktop_count i{
 font-size: 12px;
font-style: normal;
line-height: 1em;
font-weight: 500;
text-align: center;
float: left;
margin-top: 5px;
margin-left: 7px;
}


/*Main Site mobile Count icon*/
.main_site_count{
  position: absolute;
background-color: #f4b802;
width: 20px;
height: 20px;
color: #212121;
border-radius: 50%;
margin-left: -14px;
margin-top: -6px;
}
.main_site_count i{
 font-size: 12px;
font-style: normal;
line-height: 1em;
font-weight: 500;
text-align: center;
float: left;
margin-top: 5px;
margin-left: 7px;
}


/*Main website Mobile search box*/
@media (max-width: 991px){
  .subscribe .form-control {
    border-radius: 0px;
    height: 39px;
    padding-left: 25px;
    border-color: #eee;
  }
  .subscribe .micke {
    position: absolute;
    right: 48px;
    top: 5px;
    padding: 5px 12px !important;
    color: #8a8a8a;
    font-size: 21px;
  }
  .subscribe .btn {
    position: absolute;
right: 0px;
top: 0px;
padding: 9px 15px 10px 15px !important;
background: #f4b802;
color: #fff;
font-weight: 700;
border-radius: 0px 0px 0px 0px;
margin-top: -2px;
  }
}

/*Main website Mobile Menu side bar*/
#mySidenav .mobile_menu_header{
  position: relative;
  text-align: ;
  padding: 11px 18px;
  background-color: #f4b802;
}
#mySidenav .mobile_menu_header a{
  color: #fff;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidenav ul {
    margin: 0px;
    padding: 0px;
}
.sidenav ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.sidenav .menu_a {
  padding: 10px 12px 10px 21px;
  text-decoration: none;
  font-size: 15px;
  color: #46484A;
  display: block;
  transition: 0.3s;
}
.sidenav .menu_a span{
  float: right;
}
.sidenav .menu_a:hover {
  color: #fff;
  background-color: #FA0307;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav .sub_menu {
    width: 90%;
    margin-left: auto;
}
.sidenav .menu_b {
    padding: 7px 12px 7px 15px;
  text-decoration: none;
  font-size: 15px;
  color: #46484A;
  display: block;
  transition: 0.3s;
}
.sidenav .menu_b:hover {
  color: #fff;
  background-color: #FA0307;
}



/* Ribbon */
.box_ribbon {
  background: #FFF;
  position: relative;
  border-radius: 3px;

}
.cross-shadow-ribbon {
  position: absolute;
  background: #2bb21b;
  top: -15px;
  padding: 5px;
  margin-left: 15px;
  color: #FFF;
  border-radius: 0 0 2px 2px;
}
.cross-shadow-ribbon:before {
  content: "";
  position: absolute;
  left: -15px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #2bb21bc2;
  border-left: 15px solid transparent;
}


.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.05);
}


.blog-item .blog-item-content .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.backtop{
  background: #2bb21b !important;
}

.about_section{
  font-size: 14px;
}
.about_section h6{
  font-size: 16px;
  color: #626161;
}
.popup_modal{
  background-image: url("../images/pop.jpg");
  background-size: 100%;
}













.main_cat_box{
  width: 100%;
  height: 234px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(43, 178, 27, 0.12);
  font-size: 28px;
  color: #f41b3b;
  transition: all ease 0.4s;
}
.main_cat_box img {
  width: 100%;
  height: 234px;
  object-fit: cover;
  border-radius: 10px;
}
.mob_cat_box{
  height: 65px;
  width: 65px;
  /*box-shadow: 2px 2px 2px #73d8ff8a;*/
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px auto;
  border-radius: 50%;
  background: rgb(244 27 59 / 7%);
  font-size: 28px;
  color: #f41b3b;
  transition: all ease 0.4s;
  }
.mob_cat_box img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 10px;
}
.mob_cat_text p {
  font-size: 12px !important;
    color: #595a5bde;
    margin: 0px;
    font-weight: 600;
}
.Goodup-catg-wrap {
  position: relative;
  width: 100%;
  padding: 5px;
  height: auto;
  background: #ffffff;
  display: block;
  border-radius: 6px;
  margin-bottom: 0px;
  transition: all ease 0.4s;
}




.cat_box {
  width: 105px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  background: rgba(43, 178, 27, 0.12);
  font-size: 28px;
  color: #f41b3b;
  transition: all ease 0.4s;
}
.cat_box img {
  width: 105px;
  height: 105px;
  object-fit: cover;
  border-radius: 10px;
}
.cat_text p {
  font-size: 15px !important;
  color: #202838de;
  font-weight: 500;
  text-transform: capitalize !important;
  margin: 0px;
}

.mob_ban_item{
  width: 100%;
  height: 140px;
  background: rgba(43, 178, 27, 0.12);
  transition: all ease 0.4s;
}
.mob_ban_item img {
  width: 100%;
  height: 140px !important;
  object-fit: cover;
  border-radius: 10px;
}


/*Reviews Design*/
.reviews-comments-wrap {
  display: inline-table;
  margin-top: 10px;
  width: 100%;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 10px;
}
.reviews-comments-wrap h6{
  font-size: 16px;
 font-weight: 500;
}
.reviews-comments-item:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
  margin-left: 13px;
}
.reviews-comments-item {
  padding: 0 0 20px 75px;
    padding-bottom: 20px;
  position: relative;
  float: left;
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.review-comments-avatar {
  position: absolute;
  top: 0;
  left: 0px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
  text-align: right;
}
.review-comments-avatar img{
  width: 100% !important;
}
.reviews-comments-item-text {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 20px;
}
.reviews-comments-item-text h4 {
  text-align: left;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 15px;
}
.listing-rating {
  margin-bottom: 5px;
}
.listing-rating i {
  margin-right: 4px;
  font-size: 11px;
  color: #d2d2d2;
}
.listing-rating i.active {
  color: #ff9800;
}
.fa-star:before {
  content: "\f005";
}
.reviews-comments-item-text p {
  text-align: left;
}
.reviews-comments-item-date {
  font-weight: 600;
  color: #86889a;
  font-size: 11px;
}


.Goodup-ft-first {
  display: inline-flex;
  align-items: center;
  width: auto;
  position: relative;
  margin-bottom: 10px;
}
.Goodup-rating {
  display: inline-flex;
  position: relative;
  margin-right: 10px;
  align-items: center;
}
.Goodup-rates {
  font-size: 12px;
  color: #c4bdbd;
}
.Goodup-rates i.active {
  color: #ff9800;
}
.Goodup-price-range {
  font-size: 12px;
  color: #989bb1;
}