body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #000000;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}



.footer-contact h2{
  font-size:1rem
}

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #FF000C;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #1c84e3;
  color: #fff;
}

.datepicker-dropdown {
  padding: 20px !important;
}


#header {
  background: #151515;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  

}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 80px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding: 5px 2px;
  font-weight: 600;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  
  border-color: #FF000C;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #FF000C;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

.appointment-btn {
  margin-left: 25px;
  background: #FF000C;
  color: #000;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
}
.Request-btn {
  background: #FF000C;
  color: #000;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  margin-left: 5px;
}

.appointment-btn-black {
  margin: 5px 0px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  padding: 8px 35px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
}

.view-btn-black {
  margin: 5px 0px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  padding: 8px 35px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  margin-top: 20%;
}

.appointment-btn:hover {
  
  color: #000;
}
.Request-btn:hover {
color: #fff;
background: #000;
}

.appointment-btn-black:hover {
color: #000;
background: #FF000C;
}
.view-btn-black:hover {
color: #000;
background: #FF000C;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #FF000C;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2c4964;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #FF000C;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  padding-top: 45%;
  background: url("../img/ford-banner.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;

  padding-left: 7%;

  position: absolute;
    left: 30px;
    top: 50%;
    color: #ff000c;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}

#hero .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
  }
  #hero .container {
    padding-bottom: 63px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {

}


#hero {
  width: 100%;
  background-size: cover;
  position: relative;
  margin-top: 100px;
}

#hero .container {
  position: relative;
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
   
  }
  #hero .container {
    padding-bottom: 63px;
  }
  #hero h1 {
    font-size: 23px;
    line-height: 30px;
    top:30px;
    left: 5%;

    padding-left: 0px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {

}

#why-us {
    padding: 40px 7%;
    background: #FF000C;
}

section {

  overflow: hidden;
}

.section-bg {
  background-color: #000;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 15px;
}

.section-title h2 {
  font-size: 26px;
  font-weight: 600;
  position: relative;
  color: #000;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
  display: none;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #FF000C;
  bottom: 0;
  left: calc(50% - 20px);
  display: none;
}

.section-title p {
  margin-bottom: 0;
}


.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

.why-us .content {
  padding: 30px;
  background: #FF000C;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #FF000C;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: left;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  width: 100%;
}

.icon-boxe {
  text-align: left;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  width: 100%;
  text-align: center;
}
.icon-boxe-bl {
  text-align: left;
  background: #000;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 26px;
}


.icon-boxx {
  text-align: left;
  border-radius: 10px;
  background: #000;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  width: 100%;
}
.icon-boxe i {
  font-size: 40px;
  color: #000;
}

.icon-boxe-bl i {
  font-size: 30px;
  color: #000;
background: #FF000C;
border-radius: 20px;
padding: 5px;
}

.icon-boxe-bl i:hover {
  font-size: 30px;
  color: #fff;
background: #1c84e3;
border-radius: 20px;
padding: 5px;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #000;
  float: right;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
   float: left;
}

.why-us .icon-boxes .icon-box p {
  font-size: 14px;
  color: #848484;
   float: left;
   margin-bottom: 30px;
}
.icon-boxx i {
  font-size: 40px;
  color: #FF000C;
  color: #fff;
  float: right;
}

.icon-boxx h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  float: left;
}

.icon-boxx p {
  font-size: 14px;
  color: #848484;
  color: #fff;
  float: left;
}

.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #FF000C;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #FF000C;
  border-color: #FF000C;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #FF000C;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}



@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.php-email-form {
    margin: 35px 10px;
}

.counts {
  background: #F2F2F2;

}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #FF000C;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}


.services .icon-box {
text-align: center;
border-radius: 20px;
padding: 20px 20px;
box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
background: #fff;
width: 100%;
margin: 5px;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #FF000C;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h6 {
  font-weight: 600;
  margin-top: 20px;
  font-size: 18px;
  color: #000;
}

.services .icon-box h4 a {
  color: #000;
font-weight: 500;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 13px;
  margin-bottom: 0;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #FF000C;
}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #000;
}
#services {
    padding: 40px 0px;
}
#service {
    padding: 40px 0px;
	background: #F2F2F2;
}

.doctors {
  background: #fff;
  padding: 40px 0px;
  background: url("../img/back-gd.png") top center;
}

.doctors .blog {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 10px;
  background: url("../img/depart.jpg") top center;
  border-radius: 15px;
  height: 320px;
}

.ba-bl{
position: relative;
box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
padding: 10px;
background: url("../img/depart.jpg") top center;
height: 320px;
}

.doctors .blogs {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 10px;
  border-radius: 15px;
  height: 150px;
  margin-bottom: 15px;
}

.blog::before {
    content: "";
    background: rgba(29, 29, 29, 0.28);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
right: 0;
border-radius: 15px;
opacity: .7;
}

.ba-bl::before {
    content: "";
    background: rgba(29, 29, 29, 0.28);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
right: 0;
opacity: .7;
}

.blog > * {
    z-index: 100;
}

.ba-bl> * {
    z-index: 100;
}

.doctors .blogs h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.doctors .blog span {
 display: block;
font-size: 20px;
padding-bottom: 10px;
position: relative;
font-weight: 600;
color: #fff;
padding-top: 32%;
margin-top: 32%;
}

.doctors .blogs span {
  display: block;
font-size: 20px;
padding-bottom: 10px;
position: relative;
font-weight: 600;
color: #000;
padding: 15px 0px;
}

.doctors .blog p {
  font-size: 13px;
  color: #fff;
}

.doctors .blogs p {
  font-size: 13px;
  color: #000;
}

.table-condensed.table-bordered.table-striped {
    width: 100%;
}


#footer {
  color: #6b6a6a;
  font-size: 14px;
  background: #000;
  padding: 30px 0px;
  padding-bottom: 60px;
}

#footer  .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer  .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer  h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer  .footer-links {
  margin-bottom: 30px;
}

#footer  .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer  .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}

#footer  .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer  .footer-links ul li:first-child {
  padding-top: 0;
}

#footer  .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer  .footer-links ul a:hover {
  text-decoration: none;
  color: #FF000C;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

.social-links {
    margin-top: 10%;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #343434;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}

.footer-nav-menu {
    margin-top: 4%;
}

.footer-nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding: 5px 2px;
  font-weight: 600;
}

.footer-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav-menu > ul {
  display: flex;
}

.footer-nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.footer-nav-menu a:hover, .footer-nav-menu .active > a, .footer-nav-menu li:hover > a {
 color: #FF000C;
}

.copyright {
    text-align: center;
	padding: 15px 0px;
	border-top: 1px solid #707070;
}


* {
  box-sizing: border-box;
}

form.example input[type=text] {
  padding: 10px;
  font-size: 12px;
  border: 1px solid grey;
  float: left;
  width: 90%;
  background: #fff;
  color: #000;
font-weight: 800;
}

form.example button {
  float: left;
  width: 7%;
  padding: 6px;
  background: #fff;
  color: #000;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
 
color: #000;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}


.height {
    height: 100vh
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.search input {
    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4
}

.search input:focus {
    box-shadow: none;
    border: 2px solid blue
}

.search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: blue
}

.audi {
    font-size: 24px;
}

@media (max-width: 576px) {
  .audi {
 font-size: 16px;
  }
}



/************/
/*777bny777*/
/************/




div.banner{

  position: relative;

  float: left;

  width: 100%;
}

div.banner .item{

  position: relative;

  float: left;

  width: 100%;

  padding-top:40%;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;
}

div.banner .owl-nav{

  position: absolute;

  left: 0px;

  width: 100%;

  top: 50%;

  transform: translateY(-50%);
}

div.banner .owl-dots{

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  width: 100%;

  bottom: 10px;
}

div.banner .owl-dots .owl-dot{

  width: 20px;
}

.details-content{

  position: relative;

  float: left;

  width: 100%;

  padding: 40px 0px;

  background-color: #fff;
}

.details-content ul{

  display: block;

  position: relative;

  float: left;

  width: 100%;

  max-width: 500px;

  padding-left: 0px;
}

.details-content ul li{

  display: block;

  position: relative;

  float: left;

  width: 100%;

  border: 1px solid #c3c3c3;

  padding: 7px 10px;

  margin-bottom: 5px;
}

.details-content ul li.lititle label{

  width: 100%;
}

.details-content ul li label{

  position: relative;

  float: left;

  width: 50%;

  font-weight: 500;

  padding-right: 10px;

  font-weight: 700;

  margin-bottom: 0px;
}

.details-content ul li label em{

  position: absolute;

  right: 5px;

  top: 0px;

  font-style: normal;
}

.details-content ul li p{

  float: left;

  width: 50%;

  text-align: right;

  color: #878787;

  font-weight: 500;
}

.appointment{

  position: relative;

  overflow: visible;

   padding: 0px 15px;
}



.filtericon-btn{

  position: relative;

  float: left;

  height: 40px;

  width: 40px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
}

.filter-dropsec{

  display: none;

  position: relative;

  float: left;

  width: 100%;
}

.filter-dropsec.open{

  display: block;
}

.filter-dropsec-inn{

  position: absolute;

  bottom: -332px;

  width: 100%;

  background-color: #000;

  padding: 20px;

  padding-bottom: 10px;

  z-index: 1;
}

.filter-dropsec .form-group{

  float: left;

  width: 100%;

  margin-bottom: 10px;
}

.filter-dropsec .form-group select{

  width: 100%;

  height: 40px;
}

.filter-dropsec .form-group select option{


}

.filter-dropsec .form-group .cancel-btn{
  float: left;

  width: 100%;
  height: 40px;
  background-color: #fff;
  color: #D6151D;
}

.filter-dropsec .form-group .filter-btn{
  float: left;

  width: 100%;
  height: 40px;
  background-color: #D6151D;
  color: #fff;
}

#hero .container{

  position: absolute !important;

  top: 70%;

  transform: translateY(-50%);
}

.owl-theme .owl-nav button.owl-prev {
    float: left;
    width: 30px!important;
    height: 30px!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-color: transparent!important;
    background-image: url(../img/leftarrow-w.png) !important;
}

.owl-theme .owl-nav button.owl-next {
    float: right;
    width: 30px!important;
    height: 30px!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-color: transparent!important;
    background-image: url(../img/rightarrow-w.png) !important;
}

.owl-theme .owl-nav button:hover{

  background-color: transparent !important;
  opacity: 0.85;
}

.owl-theme .owl-nav button span {

    display: none;
}

.appointment .input-group-text{

  font-size: 20px;
  height: 56px;
    margin-top: 2px;
}




@media (min-width: 768px) and (max-width: 991px) {

  .appointment.appointment-home{

    margin-top: 0px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .appointment.appointment-home{

    margin-top: 0px !important;
  }

  div.banner .item{

    padding-top: 50%;
  }
}

@media (max-width: 575px) {

  #header .logo img{

    max-width: 180px;
  }

  #hero{

    padding-top: 80%;

    margin-top: 70px;
  }

  .appointment{

    margin-top: 75px !important;
  }

    .appointment.appointment-home{

    margin-top: 0px !important;
  }

    .detail-sec,
  .appointment-auto{

    margin-top: 75px !important;
  }

  /**/

  .appointment .form-control{

    height: 45px;

    font-size: 16px;
  }

  .appointment .input-group-text{

    height: 42px;

    margin-top: 2px;

    font-size: 16px;

    padding: 5px 15px;
  }

  .filtericon-btn{


  }

  div.banner .item{

    padding-top: 60%;
  }
}

#services .form-group,
#services .mt-3, #services .my-3{

  margin-bottom: 15px !important;

  margin-top: 0px !important;
}

#services .form-control{

  height: 40px;

  font-size: 15px;

  border-radius: 7px;

  border: 1px solid #999;
}

#services [type=submit]{

  font-size: 18px;

  border-radius: 7px;
}

iframe{

  width: 100% !important;
}

.thumb-image{

  position: relative;

  float: left;

  width: 100%;

  padding-top: 70%;

  overflow: hidden;
}

.thumb-image img{

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50% , -50%);

  max-width: 100%;
}

/**/

.socialcons{

  position: relative;

  float: left;

  width: 100%;
}

.socialcons ul{

  position: relative;

  float: left;

  width: 100%;

  text-align: center;

  padding-left: 0px;
}

.socialcons ul li{

  display: inline-block;

  list-style: none;

  float: none;

  width: 32px;

  margin: 0px 5px;

  vertical-align: middle;
}

.socialcons ul li.slash{

  width: 10px;

  font-size: 30px;

    line-height: 30px;

  font-weight: 500;
}

.socialcons ul li a{

  display: block;
}

.socialcons ul li img{

  width: 100%;
}

/**/

.fltng-btngrp{

  display: flex;

  position: fixed;

  bottom: 10px;

  left: 0;

  width: 100%;

  justify-content: space-between ;

  padding: 0px 10px;
}

.fltng-btngrp .btn{

  display: block;

  position: relative;

  width: 140px;

  border-radius: 20px;

  padding: 10px 20px;

  padding-left: 40px;

  background-size: 18px;

  background-position: 20px;

  background-repeat: no-repeat;

  border: 1px solid #ccc;

  color: #fff;
}

.fltng-btngrp .btn.whatsapp-btn{

  background-color: #000;

  background-image: url(../img/whatsapp-icon.png);
}

.fltng-btngrp .btn.call-btn{

  background-color: #D6151D;

  background-image: url(../img/telephone-icon.png);
}

.footer-contact h2 b{

    margin-bottom: 5px;

    display: inline-block;
}