

.list {
  list-style: none;
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

.row.m0 {
  margin: 0px; }
  .clear{clear:both;}

  .button-appiontment {
  background-color: #af740e;
 color: #FFFFFF !important;
}
.button-appiontment:hover {color: #FFFFFF;}

@-webkit-keyframes glowing {
  0% { background-color: #f5907c; -webkit-box-shadow: 0 0 3px #f5907c; }
  50% { background-color: #af740e; -webkit-box-shadow: 0 0 40px #af740e; }
  100% { background-color: #f5907c; -webkit-box-shadow: 0 0 3px #f5907c; }
}

@-moz-keyframes glowing {
  0% {  background-color: #f5907c; -webkit-box-shadow: 0 0 3px #f5907c;}
  50% { background-color: #af740e; -webkit-box-shadow: 0 0 40px #af740e; }
  100% {  background-color: #f5907c; -webkit-box-shadow: 0 0 3px #f5907c; }
}

@-o-keyframes glowing {
 0% { background-color: #f5907c; -webkit-box-shadow: 0 0 3px #f5907c; }
  50% { background-color: #af740e; -webkit-box-shadow: 0 0 40px #af740e; }
  100% {background-color: #f5907c; -webkit-box-shadow: 0 0 3px #f5907c; }
}

@keyframes glowing {
 0% { background-color: #f5907c; -webkit-box-shadow: 0 0 3px #f5907c; }
  50% { background-color: #af740e; -webkit-box-shadow: 0 0 40px #af740e; }
  100% { background-color: #f5907c; -webkit-box-shadow: 0 0 3px #f5907c;  }
}

.button-appiontment {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}


body {
  line-height: 24px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  color: #777777; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold; }

button:focus {
  outline: none;
  box-shadow: none; }

.p_120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.pad_top {
  padding-top: 120px; }

.pad_btm {
  padding-bottom: 120px; }

.mt-25 {
  margin-top: 25px; }

.p0 {
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

@media (min-width: 1620px) {
  .box_1620 {
    max-width: 1650px;
    margin: auto; } }
.white_bg {
  background: #fff !important; }

  .transparent{ background:transparent; padding: 5px 0px; }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.logo_h{padding: 5px 0px; margin: 0px;}
ul.topright{padding: 0px; margin: 0px;text-align: right;}
ul.topright li{padding: 0  0 0 35px; margin: 0px; list-style-type: none; font-size:18px;color:#333; display: inline-block;}
ul.topright li i{ padding-right:3px; }
ul.topright li a{color:#333; text-decoration: none;}
ul.topright li a:hover{color:#ec9282; text-decoration: none;}

.tabbox{ padding: 4em 0 3em 0px; }
/* Start of boxvideos */
.box-videos{position: relative;text-align: center; margin:0px 0px;}
.box-videos img{border: #ddd 3px solid;}
.box-videos i{position: absolute;left:0px; right:0px;top:35%; color: #f5907c; font-size: 48px;}
.tab-content{padding:12px 0px; font-size: 15px; line-height: 24px;}
.tab-content img{ margin-bottom:10px;width:100%; }
.project-tab {
    padding:0px; margin: 0px;
    margin-top: 0%;
}
.project-tab #tabs{
    background: #f5907c;
    color: #333;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f5907c;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.top-space{margin-top:-35px;}

/* Start of bookan appointment */
.appointment-form .form-header {
    background-color: #f5907c;
    border:0px !important;
}
.appointment-form .form-header {
    border: solid 1px;
    margin: -1px;
    padding: 0px;
    text-align: center;
    position: relative;
}
.appointment-form .form-header h3, .appointment-form .form-header a {
    color: #fff; font-size:23px; line-height:0px; padding:20px 0 20px 0; margin: 0px;
}
.pinkbtn{ background-color: #f5907c; color: #fff; }

.appointment-form {
  background: #fafafa; margin: 4em 0 3em 0px;
  border: 2px solid #eee;
}

.stickyme {
   position: -webkit-sticky;
  position: sticky;
    top: 110px;
}

.form-spacing {
  margin: 40px 30px 35px;
}

.appointment-form>form {
  padding: 20px 25px;
}

.appointment-form .form-header {
  border: solid 1px;
  margin: -1px;
  padding: 20px 10px 20px 10px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

.appointment-form .form-header a {
  font-size: 23px;
  font-weight: 700;
}

.appointment-form .form-header a:hover,.appointment-form .form-header a:focus,.appointment-form .form-header a:active {
  text-decoration: none;
  opacity: .7;
}

.form-header .or_icon {
  color: #a9a9a9;
  background: #efefef;
  width: 50px;
  height: 50px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
}



/* Main Title Area css
============================================================================================ */
.main_title {
  text-align: center;
  margin-bottom: 75px; }
  .main_title h2 {
   font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .main_title p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    color: #777777;
    margin-bottom: 0px;
    max-width: 570px;
    margin: auto; }
  .main_title.white h2 {
    color: #fff; }
  .main_title.white p {
    color: #fff;
    opacity: .6; }

/* End Main Title Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear; }
  .header_area .navbar-brand {
    margin-right: 30px; }
  .header_area .menu_nav {
    width: 100%; }
  .header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    width: 100%; }
    .header_area .navbar .nav .nav-item {
      margin-right: 45px; }
      .header_area .navbar .nav .nav-item .nav-link {
        font: 500 12px/100px "Roboto", sans-serif;
        text-transform: uppercase;
        color: #222;
        padding: 0px;
        display: inline-block; }
        .header_area .navbar .nav .nav-item .nav-link:after {
          display: none; }
      .header_area .navbar .nav .nav-item.submenu {
        position: relative; }
        .header_area .navbar .nav .nav-item.submenu ul {
          border: none;
          padding: 0px;
          border-radius: 0px;
          box-shadow: none;
          margin: 0px;
          background: #fff; }
          @media (min-width: 992px) {
            .header_area .navbar .nav .nav-item.submenu ul {
              position: absolute;
              top: 120%;
              left: 0px;
              min-width: 200px;
              text-align: left;
              opacity: 0;
              transition: all 300ms ease-in;
              visibility: hidden;
              display: block;
              border: none;
              padding: 0px;
              border-radius: 0px;
              box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4); } }
          .header_area .navbar .nav .nav-item.submenu ul:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #eeeeee transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 45px;
            z-index: 3;
            opacity: 0;
            transition: all 400ms linear; }
          .header_area .navbar .nav .nav-item.submenu ul .nav-item {
            display: block;
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid #ededed;
            margin-left: 0px;
            transition: all 0.4s linear; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
              line-height: 45px;
              color: #222222;
              padding: 0px 30px;
              transition: all 150ms linear;
              display: block;
              margin-right: 0px; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
              border-bottom: none; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
              background-image: -moz-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
              background-image: -webkit-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
              background-image: -ms-linear-gradient(0deg, #4dabff 0%, #62ddff 100%);
              color: #fff; }
        @media (min-width: 992px) {
          .header_area .navbar .nav .nav-item.submenu:hover ul {
            visibility: visible;
            opacity: 1;
            top: 100%; } }
        .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
          margin-top: 0px; }
      .header_area .navbar .nav .nav-item:last-child {
        margin-right: 0px; }

  .header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -69px;
    left: 0;
    right: 0;
    background:#fff;
    transform: translateY(69px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 70px; }
  @media (min-width: 992px) {
    .header_area.white_menu .navbar .navbar-brand img {
      display: none; }
      .header_area.white_menu .navbar .navbar-brand img + img {
        display: inline-block; } }
  @media (max-width: 991px) {
    .header_area.white_menu .navbar .navbar-brand img {
      display: inline-block; }
      .header_area.white_menu .navbar .navbar-brand img + img {
        display: none; } }
  .header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #fff; }
  .header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
    display: inline-block; }
    .header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img + img {
      display: none; }
  .header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
    color: #222222; }

.top_menu {
  background: #ec9d5f; }
  .top_menu .float-left a {
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 50px;
    transition: all 300ms linear 0s; }
    .top_menu .float-left a:last-child {
      margin-right: 0px; }
    .top_menu .float-left a:hover {
      color: #3bacf0; }
  .top_menu .float-right .pur_btn {
    background: #3bacf0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    display: block;
    padding: 0px 40px;
    font-weight: 500;
    font-size: 12px; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */
.home_banner_area {z-index: 1; background:#f8f8f8; min-height: auto;}
  .home_banner_area .banner_inner {
    width: 100%; }
    .home_banner_area .banner_inner .home_left_img {
      padding-top:68px;}
    .home_banner_area .banner_inner .col-lg-5 {
      vertical-align: middle;
      align-self: center; }
    .home_banner_area .banner_inner .banner_content {
      text-align: left;
      color: #222;padding-top:70px;}
      .home_banner_area .banner_inner .banner_content h2 {
        margin-top: 0px;
        font-size: 48px;
        font-weight: bold;
       font-family: 'Poppins', sans-serif;
        line-height: 54px;
        margin-bottom: 20px; }
        .home_banner_area .banner_inner .banner_content h2 span{ font-size:30px; }
      .home_banner_area .banner_inner .banner_content p {
        color: #333;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 35px; }
      .home_banner_area .banner_inner .banner_content .banner_map_img {
        text-align: right; }
      .home_banner_area .banner_inner .banner_content .banner_btn {
        margin-right: 10px; }
      .home_banner_area .banner_inner .banner_content .banner_btn2 {
        margin-right: 10px; }

/* Contact Success and error Area css */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%; }
  .modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px; }
    .modal-message .modal-dialog .modal-content .modal-header .close {
      position: absolute;
      right: -15px;
      top: -15px;
      padding: 0px;
      color: #fff;
      opacity: 1;
      cursor: pointer; }
    .modal-message .modal-dialog .modal-content .modal-header h2 {
      display: block;
      text-align: center;
      color: #3bacf0;
      padding-bottom: 10px;
      font-family: 'Poppins', sans-serif; }
    .modal-message .modal-dialog .modal-content .modal-header p {
      display: block; }

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== Elements Area css ================*/
.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.primary {
  background: #52c5fd; }
  .primary:before {
    background: #2faae6; }

.success {
  background: #4cd3e3; }
  .success:before {
    background: #2ebccd; }

.info {
  background: #38a4ff; }
  .info:before {
    background: #298cdf; }

.warning {
  background: #f4e700; }
  .warning:before {
    background: #e1d608; }

.danger {
  background: #f54940; }
  .danger:before {
    background: #e13b33; }

.primary-border {
  background: transparent;
  border: 1px solid #52c5fd;
  color: #52c5fd; }
  .primary-border:before {
    background: #52c5fd; }

.success-border {
  background: transparent;
  border: 1px solid #4cd3e3;
  color: #4cd3e3; }
  .success-border:before {
    background: #4cd3e3; }

.info-border {
  background: transparent;
  border: 1px solid #38a4ff;
  color: #38a4ff; }
  .info-border:before {
    background: #38a4ff; }

.warning-border {
  background: #fff;
  border: 1px solid #f4e700;
  color: #f4e700; }
  .warning-border:before {
    background: #f4e700; }

.danger-border {
  background: transparent;
  border: 1px solid #f54940;
  color: #f54940; }
  .danger-border:before {
    background: #f54940; }

.link-border {
  background: transparent;
  border: 1px solid #3bacf0;
  color: #3bacf0; }
  .link-border:before {
    background: #3bacf0; }

.radius {
  border-radius: 3px; }

.circle {
  border-radius: 20px; }

.arrow span {
  padding-left: 5px; }

.e-large {
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px; }

.large {
  line-height: 45px;
  padding-top: 0px;
  padding-bottom: 0px; }

.medium {
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px; }

.small {
  line-height: 25px;
  padding-top: 0px;
  padding-bottom: 0px; }

.general {
  line-height: 38px;
  padding-top: 0px;
  padding-bottom: 0px; }



.unordered-list {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.ordered-list {
  list-style: none;
  padding: 0px; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Button Area css
============================================================================================ */
.main_btn {
  display: inline-block;
  background-image: linear-gradient(to right, #4dabff 0%, #62ddff 48%, #4dabff 100%);
  background-size: 200% auto;
  padding: 0px 35px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 300ms linear 0s; }
  .main_btn:hover {
    background-position: right center;
    color: #fff; }

.main_btn2 {
  display: inline-block;
  background: #3bacf0;
  padding: 0px 32px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 38px;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #3bacf0;
  cursor: pointer;
  transition: all 300ms linear 0s; }
  .main_btn2:hover {
    background: transparent;
    color: #3bacf0; }

.submit_btn {
  width: auto;
  display: inline-block;
  background-image: linear-gradient(to right, #4dabff 0%, #62ddff 48%, #4dabff 100%);
  background-size: 200% auto;
  padding: 0px 50px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 300ms linear 0s; }
  .submit_btn:hover {
    background-position: right center;
    color: #fff; }

.white_btn {
  display: inline-block;
  background: #f9f9ff;
  padding: 0px 50px;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 300ms linear 0s; }
  .white_btn:hover {
    background: #3bacf0;
    color: #fff; }

.banner_btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  width: 134px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 48px;
  border-radius: 3px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 300ms linear 0s; }
  .banner_btn:hover {
    background: #fff;
    color: #222222;
    border-color: #fff; }

.banner_btn2 {
  display: inline-block;
  background: white;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ec9282;
  border-radius: 30px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center; padding: 11px 35px; 
  cursor: pointer; background-color: #ec9282;
  transition: all 300ms linear 0s; }
  .banner_btn2:hover {
    background:#333;
    color: #fff;
    border-color: #333; }

.tickets_btn {
  display: inline-block;
  background:#ec9282; 
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ec9282;
  border-radius: 30px; padding:11px 35px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 300ms linear 0s; }
  .tickets_btn:hover {
    background: #ec9282;
    color: #fff;
    border-color: #ec9282; }

/* Start of doctorsection */
.doctorsection{padding:1em 0px; background-color: #f7f7f7;}
.doctor{padding: 0px; margin: 0px;}
.doctor img{padding: 0px; margin: 0 0 15px 0px;}
.doctorcontent{padding: 0px 0 0 2%; margin: 0px;}
.doctorcontent h1{ font-size: 24px !important; color:#222; padding-bottom: 5px; font-weight: 700}
.doctorcontent p{ font-size: 15px; color:#333; font-weight:300; line-height: 22px;}
.form-control {font-size: 14px;}

/* Start of testimonial */
.testimonialsection{padding: 1em 0px;}
.reverse{ padding: 0px; margin: 0px; }


.testimonial{
    margin:30px 0px 0 0px;
    overflow: hidden; position: relative;
}
.fleft{ float: left; margin-left:15px; }
.heading-title
{
  margin-bottom: 100px;
        color: #fff;
}
.testimonial .description{
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #333;
    padding: 22px 15px 0 15px; min-height:290px;
    border: 1px solid #ddd;
}

.testicenter{ clear: both;padding-top:20px; text-align: center; }
.pic{
    width: 60px; float: left;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-top:50px;
    display: inline-block;
/*    border: 1px solid  #333;*/
}
.smalltext{font-size: 11px; color: #595858; padding-top:0px;}
.smalltxt{font-size: 11px; color: #595858; text-align: center;}
.testi-word{ background-color:#3b5998; padding: 5px 10px;  position: absolute;
    left:0px; top:15px;font-size: 13px; color: #FFF;}
.testi-rating {
    background: #27a82c;
    position: absolute;
    right:0px; top:15px;
    color: #FFF;
    font-size: 13px;
    padding: 2px 6px;
}
.testi-rating i{padding-right: 5px;padding-left: 5px;}

.testimonial .pic img{
    width: 100%;
    height: auto;
}

.testimonial .testimonial-prof{
    text-transform: capitalize;
    margin: 50px 5% 0 5%; float: left;
}

.testimonial .testimonial-prof h4{
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 8px 0 3px 0;
}

.testimonial h5{
    color:#867752;
    display: block;
    font-size: 15px;
    font-weight: bold; text-align: center; padding-bottom:10px;
    margin: 8px 0 15px 0; border-bottom: #ddd 1px solid;
}

.testimonial .testimonial-prof small{
    display: block;
    font-size: 14px;
    color: #e46c54;
}

.owl-theme .owl-controls{
    margin-top:25px;
}

.owl-theme .owl-controls .owl-buttons div{
    border-radius: 0;
    background: #f5907c;
    padding: 5px 12px;
    opacity: 1;
    border: 1px solid #f5907c;
    transition: all 0.30s linear 0s;
}

.owl-theme .owl-controls .owl-buttons div:hover{
    background:#333;
    border: 1px solid #333;
}

.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    color: #fff;
}

.owl-next:before{
    content: "\f054";
}

@media only screen and (max-width: 480px){
    .owl-theme .owl-controls{
        margin-top: 15px;
    }
}

.footersection{
    background-color: #232323;
    padding:40px 0 0 0;
}
.footercolumn{padding: 0px 0 20px 0; margin: 0px; text-align: center;}
.fheading{padding: 0 0 15px 0px; margin: 0px; font-size:16px; font-weight:700; color: #f5907c;}
.footercolumn p{font-size:15px; color: #a9a9a9; padding: 5px 0px; margin: 0px;}
.footercolumn p a{color: #a9a9a9; text-decoration: none;}
.footercolumn p a:hover{color: #f5907c; text-decoration: none;}
.footer-content {padding:0;}
.footer-hed {
    color: #f5907c;
    font-weight: normal;
    font-size: 16px;font-weight:700;
}
.footercolumn p i{color: #f5907c; padding-right: 3px;}
#footercolumn2{ padding: 0px 0 20px 0; margin: 0px; text-align: center;}
#footercolumn2 .fheading{padding: 0 0 25px 0px; margin: 0px; text-align: center;}
.formbox{ background-color: rgba(255, 255, 255, 0.2); padding:30px 20px 20px 20px; text-align: center;}
.disclaimer{ background:#2a2b2b; padding: 20px 0px 10px 0; text-align: center;}
.disclaimer p{ font-size:15px; color: #a9a9a9; padding: 5px 0px; margin: 0px; font-weight: 300;}
.disclaimer p a{color: #a9a9a9; text-decoration: none;}
.disclaimer p a:hover{color: #f5907c; text-decoration: none;}
.copyright{ padding:10px 0px  0px 0px; margin:12px 0 0 0px; border-top:1px solid #595858;text-align: center; width: 100%  }
.copyright p{font-size:13px; color: #a9a9a9;font-weight: 300;}
.copyright p a{color:#f5907c;}
.copyright p a:hover{color:#fff;}

ul.acnelist{padding: 11px 3%; margin: 0px;}
ul.acnelist li{padding: 0px; margin:0px;line-height: 25px;}

ul.acnelist2{padding: 11px 3%; margin: 0px;}
ul.acnelist2 li{padding: 0px; margin:0px;line-height: 25px; list-style-type: decimal;}

/* Social icons block
---------------------------------- */
.social-links {
  list-style: none; 
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
}

.social-links li {
  display: inline-block;
  margin: 0 2px 2px 0;
}

.social-links li a {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  font-size: 16px;
  border: 1px solid #e7e7e7;
  color: #cdcdcd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.social-links li a i {
  line-height: 33px;
}

.social-links li a:hover {
  background-color: transparent;
  border-color: #0c9ec7;
  color: #0c9ec7;
}

.social-links.animated-effect-1 li a {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  position: relative;
  z-index: 1;
}

.social-links.animated-effect-1 li a:hover {
  color: #ffffff !important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.social-links.animated-effect-1 li a:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  top: 0px;
  left: 0px;
  padding: 0px;
  z-index: -1;
  background-color: #09afdf;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s, background-color 0.4s;
  transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
}

.social-links.animated-effect-1 li a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: -webkit-transform 0s, opacity 0.3s, background-color 0.3s;
  -moz-transition: -moz-transform 0s, opacity 0.3s, background-color 0.3s;
  transition: transform 0s, opacity 0.3s, background-color 0.3s;
}

.social-links.animated-effect-1:not(.circle) li a:after {
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
}

.social-links.default li a {
  background-color: #09afdf;
  border: 1px solid #0c9ec7;
  color: #ffffff;
}

.social-links.default li a:hover {
  background-color: #ffffff;
  color: #777777;
}

.dark .social-links li a {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.dark.social-links li a {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.dark.social-links li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.colored .social-links li a {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.01);
  color: #ffffff;
}

.header-top .social-links {
  margin: 0;
  display: inline-block;
  margin-top: 2px;
}

.full-page .header .social-links {
  margin-top: 15px;
  margin-bottom: 0;
}

.footer-content .social-links li {
  margin: 0 5px 5px 0;
}

.footer-content .social-links li a {
  color: #777777;
  background-color: transparent;
  border-color: #777777;
}

.footer-content .social-links li a:hover {
  color: #ffffff;
  background-color: #777777;
  border-color: #777777;
}

.social-links.small li a {
  width: 30px;
  height: 30px;
  font-size: 14px;
}

.social-links.small li a i {
  line-height: 29px;
}

.social-links.large li a {
  width: 60px;
  height: 60px;
  font-size: 24px;
}

.social-links.large li a i {
  line-height: 60px;
}

.social-links.square li a,
.square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.social-links.circle li a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.social-links.animated-effect-1 li.twitter a:hover {
  border-color: #55acee;
}

.social-links:not(.animated-effect-1) li.twitter a:hover,
.colored.social-links li.twitter a,
.social-links.animated-effect-1 li.twitter a:after,
.btn.twitter {
  background-color: #55acee;
  border-color: #55acee;
  color: #ffffff;
}

.social-links.animated-effect-1 li.skype a:hover {
  border-color: #00aff0;
}

.social-links:not(.animated-effect-1) li.skype a:hover,
.colored.social-links li.skype a,
.social-links.animated-effect-1 li.skype a:after,
.btn.skype {
  background-color: #00aff0;
  border-color: #00aff0;
  color: #ffffff;
}

.social-links.animated-effect-1 li.linkedin a:hover {
  border-color: #0976b4;
}

.social-links:not(.animated-effect-1) li.linkedin a:hover,
.colored.social-links li.linkedin a,
.social-links.animated-effect-1 li.linkedin a:after,
.btn.linkedin {
  background-color: #0976b4;
  border-color: #0976b4;
  color: #ffffff;
}

.social-links.animated-effect-1 li.googleplus a:hover {
  border-color: #dd4b39;
}

.social-links:not(.animated-effect-1) li.googleplus a:hover,
.colored.social-links li.googleplus a,
.social-links.animated-effect-1 li.googleplus a:after,
.btn.googleplus {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff;
}

.social-links.animated-effect-1 li.youtube a:hover {
  border-color: #b31217;
}

.social-links:not(.animated-effect-1) li.youtube a:hover,
.colored.social-links li.youtube a,
.social-links.animated-effect-1 li.youtube a:after,
.btn.youtube {
  background-color: #b31217;
  border-color: #b31217;
  color: #ffffff;
}

.social-links.animated-effect-1 li.flickr a:hover {
  border-color: #ff0084;
}

.social-links:not(.animated-effect-1) li.flickr a:hover,
.colored.social-links li.flickr a,
.social-links.animated-effect-1 li.flickr a:after,
.btn.flickr {
  background-color: #ff0084;
  border-color: #ff0084;
  color: #ffffff;
}

.social-links.animated-effect-1 li.facebook a:hover {
  border-color: #3b5998;
}

.social-links:not(.animated-effect-1) li.facebook a:hover,
.colored.social-links li.facebook a,
.social-links.animated-effect-1 li.facebook a:after,
.btn.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.social-links.animated-effect-1 li.pinterest a:hover {
  border-color: #cb2027;
}

.social-links:not(.animated-effect-1) li.pinterest a:hover,
.colored.social-links li.pinterest a,
.social-links.animated-effect-1 li.pinterest a:after,
.btn.pinterest {
  background-color: #cb2027;
  border-color: #cb2027;
  color: #ffffff;
}

.social-links.animated-effect-1 li.instagram a:hover {
  border-color: #517fa4;
}

.social-links:not(.animated-effect-1) li.instagram a:hover,
.colored.social-links li.instagram a,
.social-links.animated-effect-1 li.instagram a:after,
.btn.instagram {
  background-color: #517fa4;
  border-color: #517fa4;
  color: #ffffff;
}

.social-links.animated-effect-1 li.vimeo a:hover {
  border-color: #aad450;
}

.social-links:not(.animated-effect-1) li.vimeo a:hover,
.colored.social-links li.vimeo a,
.social-links.animated-effect-1 li.vimeo a:after,
.btn.vimeo {
  background-color: #aad450;
  border-color: #aad450;
  color: #ffffff;
}

.social-links.animated-effect-1 li.tumblr a:hover {
  border-color: #32506d;
}

.social-links:not(.animated-effect-1) li.tumblr a:hover,
.colored.social-links li.tumblr a,
.social-links.animated-effect-1 li.tumblr a:after,
.btn.tumblr {
  background-color: #32506d;
  border-color: #32506d;
  color: #ffffff;
}

.social-links.animated-effect-1 li.soundcloud a:hover {
  border-color: #ff3a00;
}

.social-links:not(.animated-effect-1) li.soundcloud a:hover,
.colored.social-links li.soundcloud a,
.social-links.animated-effect-1 li.soundcloud a:after,
.btn.soundcloud {
  background-color: #ff3a00;
  border-color: #ff3a00;
  color: #ffffff;
}

.social-links.animated-effect-1 li.foursquare a:hover {
  border-color: #0072b1;
}

.social-links:not(.animated-effect-1) li.foursquare a:hover,
.colored.social-links li.foursquare a,
.social-links.animated-effect-1 li.foursquare a:after,
.btn.foursquare {
  background-color: #0072b1;
  border-color: #0072b1;
  color: #ffffff;
}

.social-links.animated-effect-1 li.dribbble a:hover {
  border-color: #ea4c89;
}

.social-links:not(.animated-effect-1) li.dribbble a:hover,
.colored.social-links li.dribbble a,
.social-links.animated-effect-1 li.dribbble a:after,
.btn.dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89;
  color: #ffffff;
}

.social-links.animated-effect-1 li.xing a:hover {
  border-color: #126567;
}

.social-links:not(.animated-effect-1) li.xing a:hover,
.colored.social-links li.xing a,
.social-links.animated-effect-1 li.xing a:after,
.btn.xing {
  background-color: #126567;
  border-color: #126567;
  color: #ffffff;
}

.social-links.animated-effect-1 li.behance a:hover {
  border-color: #126567;
}

.social-links:not(.animated-effect-1) li.behance a:hover,
.colored.social-links li.behance a,
.social-links.animated-effect-1 li.behance a:after,
.btn.behance {
  background-color: #053eff;
  border-color: #053eff;
  color: #ffffff;
}

.social-links.animated-effect-1 li.vine a:hover {
  border-color: #126567;
}

.social-links:not(.animated-effect-1) li.vine a:hover,
.colored.social-links li.vine a,
.social-links.animated-effect-1 li.vine a:after,
.btn.vine {
  background-color: #00a478;
  border-color: #00a478;
  color: #ffffff;
}

.social-links.animated-effect-1 li.stumbleupon a:hover {
  border-color: #126567;
}

.social-links:not(.animated-effect-1) li.stumbleupon a:hover,
.colored.social-links li.stumbleupon a,
.social-links.animated-effect-1 li.stumbleupon a:after,
.btn.stumbleupon {
  background-color: #f74425;
  border-color: #f74425;
  color: #ffffff;
}

.social-links .dropdown > button {
  padding: 1px 15px 0px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  min-width: 0;
  margin: 0;
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.circle {
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important; text-align: center;
}
.banner{padding: 0px; margin: 0px;}
.bookanappointment{display: none;}
.block{}

/* Start of thank-youpage */
.thanks{ padding:150px 0px 100px 0;  text-align: center; margin:0px auto; 
  border-bottom:#ddd 1px solid; background: #f7f7f7;border-top:#ddd 1px solid;}
.thanks h1{ font-size:90px; color:#f5907c;  padding:0px 0px 10px 0; margin:0px;  }
.thanks h2{ font-size:35px; color:#222;padding:0em 0 0px 0px;  margin:0px 0 30px 0; }
.thanksbtn{background:#222; padding:11px 32px 11px 32px;  font-size: 18px; color:#fff; font-weight: 400 !important;
 text-align:center;text-decoration:none; border-radius: 30px;}
.thanksbtn:hover{ background:#f5907c; text-decoration:none; color:#fff;}
/* tablet screen Resoultion */
@media (min-width: 992px) and (max-width: 1024px){
  .stickyme{ position:unset; }
ul.topright li {padding: 0 0 0 11px;font-size: 13px;color: #333;display: inline-block;}

.tickets_btn {
    display: inline-block;
    background: #ec9282;
    color: #fff !important;
    font-size: 13px;
    border: 1px solid #ec9282;
    border-radius: 30px;
    padding: 7px 20px;
}

.home_banner_area .banner_inner .banner_content h2 {
    margin-top: 0px;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 15px;
}
.home_banner_area .banner_inner .banner_content h2 span {
    font-size: 26px;
}

.home_banner_area .banner_inner .banner_content {
    padding-top: 60px;
}
.home_banner_area .banner_inner .banner_content p {
    color: #333; font-size: 13px;
    margin-bottom: 18px; line-height:20px;
}
.home_banner_area {
    z-index: 1;
    background: #f8f8f8;
    min-height: 475px;
}

.tab-content {
    padding: 20px 0px;
    font-size: 13px;
    line-height: 20px;
}
.box-videos i {top: 28%;}

.doctorcontent h1 {font-size: 20px !important; padding-bottom: 0px;}
.doctorcontent p {
    font-size: 13px; color:#333;
    font-weight: 300;
    line-height: 18px !important;
}

.banner_btn2 {padding: 7px 30px;}


.testimonial .testimonial-prof {
    margin: 45px 0% 0 3%;
    float: left;
}
.testimonial .testimonial-prof h4 {font-size: 11px;}
.testimonial .testimonial-prof small {
    font-size: 10px !important;
    color: #e46c54;
}
.smalltext{font-size: 9px; color: #595858; padding-top:0px;}
.testimonial .description {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    padding: 15px 10px 0 10px;
    min-height: 340px;
    border: 1px solid #ddd;
}
.pic {
    width: 40px;
    float: left;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.testi-word {
    font-size: 11px;
    color: #FFF;
}
.testimonial h5 {
    color: #867752;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin: 8px 0 10px 0;
    border-bottom: #ddd 1px solid;
}
.appointment-form .form-header {
    border: solid 1px;
    margin: -1px;
    padding: 5px 12px 5px 12px; margin-bottom: 15px;}
.appointment-form .form-header h3, .appointment-form .form-header a {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.appointment-form>form {
    padding:15px;
}
.form-header .or_icon {font-size: 11px;color: #a9a9a9;background: #efefef;width: 30px;height: 30px; 
  line-height:30px;bottom:-15px;padding: 0px;}
.form-control {font-size: 13px;}
.banner_btn2 {font-size: 13px;}

.footercolumn{padding: 0px 0 15px 0; margin: 0px; text-align: center;}
.fheading{padding: 0 0 12px 0px; margin: 0px; font-size:16px; font-weight:700; color: #f5907c;}
.footercolumn p{font-size:14px; color: #a9a9a9; padding: 5px 0px; margin: 0px;}
.footer-content {padding:0;}
.footer-hed {
    color: #f5907c;
    font-weight: normal;
    font-size: 14px;font-weight:700;
}

.footercolumn p i{color: #f5907c; padding-right: 3px;}
#footercolumn2{ padding: 0px 0 20px 0; margin: 0px; text-align: center;}
#footercolumn2 .fheading{padding: 0 0 20px 0px; margin: 0px; text-align: center;}
.formbox{ background-color: rgba(255, 255, 255, 0.2); padding:30px 20px 20px 20px; text-align: center;}
.disclaimer{ background:#2a2b2b; padding: 20px 0px 10px 0; text-align: center;}
.disclaimer p{ font-size:12px; color: #a9a9a9; padding: 5px 0px; margin: 0px; font-weight: 300;}
.copyright{ padding:10px 0px  0px 0px; margin:18px 0 0 0px; border-top:1px solid #595858;text-align: center; width: 100%  }
.copyright p{font-size:11px; color: #a9a9a9;font-weight: 300; line-height:16px;}

}

/* tablet screen Resoultion */
@media (min-width: 768px) and (max-width: 991px){
   .stickyme{ position:unset; }
ul.topright li {padding: 0 0 0 5px;font-size: 12px;color: #333;display: inline-block;}

.tickets_btn {
    display: inline-block;
    background: #ec9282;
    color: #fff !important;
    font-size: 12px;
    border: 1px solid #ec9282;
    border-radius: 30px;
    padding: 7px 20px;
}

.home_banner_area .banner_inner .banner_content h2 {
    margin-top: 0px;
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 15px;
}
.home_banner_area .banner_inner .banner_content h2 span {
    font-size: 25px;
}

.home_banner_area .banner_inner .banner_content {
    padding-top: 75px;
}
.home_banner_area .banner_inner .banner_content p {
    color: #333; font-size: 13px;
    margin-bottom: 18px; line-height:20px;
}
.home_banner_area {
    z-index: 1;
    background: #f8f8f8;
    min-height: 475px;
}

.tab-content {
    padding: 20px 0px;
    font-size: 14px;text-align: left;
    line-height: 22px;
}
.box-videos i {top: 25%;}

.doctorcontent h1 {font-size: 20px !important; padding-bottom: 0px;}
.doctorcontent p {
    font-size: 13px; color:#333;
    font-weight: 300;
    line-height: 18px !important;
}
.form-header .or_icon {font-size: 11px;color: #a9a9a9;background: #efefef;width: 30px;height: 30px; 
  line-height:30px;bottom:-15px;padding: 0px;}
.banner_btn2 {padding: 7px 30px;}

.testimonial .testimonial-prof {
    margin: 45px 0% 0 3%;
    float: left;
}
.testi-word {
    font-size: 11px;
    color: #FFF;
}
.testimonial .testimonial-prof h4 {font-size: 11px;}
.testimonial .testimonial-prof small {
    font-size: 10px !important;
    color: #e46c54;
}
.smalltext{font-size: 8px; color: #595858; padding-top:0px;}
.testimonial .description {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    padding: 15px 10px 0 10px;
    min-height: 340px;
    border: 1px solid #ddd;
}
.pic {
    width: 40px;
    float: left;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 50px;
}

.testimonial h5 {
    color: #867752;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin: 8px 0 10px 0;
    border-bottom: #ddd 1px solid;
}

.appointment-form .form-header h3, .appointment-form .form-header a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.appointment-form>form {
    padding:15px;
}

.appointment-form .form-header {
    border: solid 1px;
    margin: -1px;
    padding: 5px 12px 5px 12px;margin-bottom: 15px;}

.form-header .or_icon {font-size: 11px;}
.form-control {font-size: 13px;}
.banner_btn2 {font-size: 13px;}

.footercolumn{padding: 0px 0 15px 0; margin: 0px; text-align: center;}
.fheading{padding: 0 0 12px 0px; margin: 0px; font-size:16px; font-weight:700; color: #f5907c;}
.footercolumn p{font-size:12px; color: #a9a9a9; padding: 5px 0px; margin: 0px;}
.footer-content {padding:0;}
.footer-hed {
    color: #f5907c;
    font-weight: normal;
    font-size: 14px;font-weight:700;
}
.footercolumn p i{color: #f5907c; padding-right: 3px;}
#footercolumn2{ padding: 0px 0 20px 0; margin: 0px; text-align: center;}
#footercolumn2 .fheading{padding: 0 0 20px 0px; margin: 0px; text-align: center;}
.formbox{ background-color: rgba(255, 255, 255, 0.2); padding:30px 20px 20px 20px; text-align: center;}
.disclaimer{ background:#2a2b2b; padding: 20px 0px 10px 0; text-align: center;}
.disclaimer p{ font-size:12px; color: #a9a9a9; padding: 5px 0px; margin: 0px; font-weight: 300;}
.copyright{ padding:10px 0px  0px 0px; margin:18px 0 0 0px; border-top:1px solid #595858;text-align: center; width: 100%  }
.copyright p{font-size:11px; color: #a9a9a9;font-weight: 300; line-height: 16px;}

}

/* Start of mobile screen */
@media (min-width: 576px) and (max-width: 767px){
   ul.topright {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.home_banner_area .banner_inner .banner_content {
    text-align: center;
    color: #222;
    padding-top: 0px;
}
.home_banner_area .banner_inner .banner_content h2 span {
    font-size: 28px;
}

.home_banner_area .banner_inner .banner_content h2 {
    margin-top:12px;
    font-size: 28px;
    font-weight: bold; text-align: center;
    line-height: 32px;
    margin-bottom: 20px;
}

.home_banner_area .banner_inner .banner_content p {
    color: #333; text-align: center;
    margin-bottom: 25px;
}

.home_banner_area .banner_inner .home_left_img {
    padding-top: 140px;
}
.home_left_img img{ width:100%; }
.header_area.navbar_fixed .main_menu {padding-bottom:12px;}
ul.topright li {
    padding: 0 0 0 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    color: #333;
    display: block;
}
.block{display: none;}
.tickets_btn{ margin-top:5px; padding: 6px 35px; }
.main_menu{text-align: center;}
.navbar-brand img{ text-align: center; }
.header_area .navbar-brand {margin-right:0px; }
.banner{padding: 0px; margin: 0px; display: flex; flex-direction: column-reverse; }
.middlesection .custom{ display: flex; flex-direction: column-reverse; }
.doctorcontent{ text-align: center; }
.doctorcontent h1{ font-size: 24px; color:#222;}
.doctorcontent p{ font-size: 15px line-height: 22px;}
.tab-content {font-size: 13px;line-height: 22px;text-align: left;}


/* Start of testimonial */
.testimonial .testimonial-prof {
    text-transform: capitalize;
    margin: 50px 0% 0 5%;
    float: left;
}
.testimonial .description {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #333;
    padding: 15px 15px 0 15px;
    min-height: 235px;
    border: 1px solid #ddd;
}
.testimonial .testimonial-prof h4 {font-size: 14px;}
.testimonial .testimonial-prof small {font-size: 13px;color: #e46c54;}
.owl-theme .owl-controls {margin-top: 15px;}
.appointment-form {
    background: #fafafa;
    margin: 40px 0 0em 0px;
    border: 2px solid #eee;
}
.fleft{ margin-left:0px; float: left; }
.appointment-form .form-header h3, .appointment-form .form-header a {
    color: #fff;
    font-size: 24px !important;
    line-height: 30px;
}

/* Start of footer */
.footercolumn p { font-size: 15px; }
.disclaimer p{ font-size:14px;padding-left:15px;padding-right:15px;}
.copyright{ padding:5px 0px 35px 0px; margin:10px 0 0 0px; border-top:1px solid #595858;text-align: center; width: auto; }
.copyright p{font-size:13px; line-height: 18px; color: #a9a9a9;font-weight: 300;}

.bookanappointment{ display:block;background-color: #f5907c; color: #fff; text-align: center;
 padding:9px 0px;width:100%;text-decoration:none; position: fixed;bottom:0px; }
.bookanappointment:hover{ background-color: #333; text-decoration:none; }

/* Start of thank-youpage */
.thanks{ padding:100px 0px 100px 0;  text-align: center; margin:0px auto; 
  border-bottom:#ddd 1px solid; background: #f7f7f7;border-top:#ddd 1px solid;}
.thanks h1{ font-size:42px !important; color:#f5907c;  padding:0px 0px 8px 0; margin:0px;  }
.thanks h2{ font-size:20px !important; line-height: 25px; color:#222;padding:0em 0 0px 0px;  margin:0px 0 15px 0; font-weight: 400; }



}

/* Start of mobile screen */
@media (min-width: 320px) and (max-width: 575px){
  ul.topright {
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.home_left_img img{ width:100%; }
.home_banner_area .banner_inner .banner_content {
    text-align: center;
    color: #222;
    padding-top: 0px;
}
.home_banner_area .banner_inner .banner_content h2 {
    margin-top:12px;
    font-size: 28px;
    font-weight: bold; text-align: center;
    line-height: 32px;
    margin-bottom: 20px;
}

.home_banner_area .banner_inner .banner_content h2 span {
    font-size: 28px;
}

.home_banner_area .banner_inner .banner_content p {
    color: #333; text-align: center;
    margin-bottom: 25px;
}

.home_banner_area .banner_inner .home_left_img {
    padding-top: 110px;
}
.header_area.navbar_fixed .main_menu {padding-bottom:0px;}
ul.topright li {
    padding: 0 0 0 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 12px;
    color: #333;
    line-height: 18px;
    display: block;
}
.fleft{ margin-left:0px; float: left; }
.logo_h{padding:5px;}
.tickets_btn {
    margin-top:5px;
    background: #ec9282;
    color: #fff !important;
    font-size: 12px;
    border: 1px solid #ec9282;
    border-radius: 30px;
    padding: 4px 20px;
}
.block{display: none;}

.main_menu{text-align: center;}
.navbar-brand img{ text-align: center; }
.header_area .navbar-brand {margin-right:0px; }
.banner{padding: 0px; margin: 0px; display: flex; flex-direction: column-reverse; }
.middlesection .custom{ display: flex; flex-direction:column-reverse; }
.doctorcontent{ text-align: center; }
.doctorcontent h1{ font-size: 24px; color:#222;}
.doctorcontent p{ font-size: 14px line-height: 22px;}
.tab-content {font-size: 14px;line-height: 22px;text-align: left;}

/* Start of testimonial */
.testimonial .testimonial-prof {
    text-transform: capitalize;
    margin: 50px 0% 0 5%;
    float: left;
}
.testimonial .description {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #333;
    padding: 15px 15px 0 15px;
    min-height: 250px;
    border: 1px solid #ddd;
}
.testimonial .testimonial-prof h4 {font-size: 14px;}
.testimonial .testimonial-prof small {font-size: 13px;color: #e46c54;}
.owl-theme .owl-controls {margin-top:15px;}

.appointment-form {
    background: #fafafa;
    margin: 40px 0 0em 0px;
    border: 2px solid #eee;
}

.appointment-form .form-header h3, .appointment-form .form-header a {
    color: #fff;
    font-size: 24px !important;
    line-height: 30px;
}

/* Start of footer */
.footer-hed {font-size: 15px; padding-top:12px;}
.fheading {padding: 12px 0 12px 0px;font-size: 15px;}
.footercolumn p { font-size: 14px;padding: 0px; margin: 0px; }
.disclaimer p{ font-size:14px;padding-left:15px;padding-right:15px;}
.copyright{ padding:5px 0px 35px 0px; margin:10px 0 0 0px; border-top:1px solid #595858;text-align: center; width: auto; }
.copyright p{font-size:13px; line-height: 18px; color: #a9a9a9;font-weight: 300;}

.bookanappointment{ display:block;background-color: #f5907c; color: #fff; text-align: center; padding:9px 0px;width:100%;text-decoration:none; position: fixed;bottom:0px; }
.bookanappointment:hover{ background-color: #333; text-decoration:none; }


/* Start of thank-youpage */
.thanks{ padding:100px 0px 100px 0;  text-align: center; margin:0px auto; 
  border-bottom:#ddd 1px solid; background: #f7f7f7;border-top:#ddd 1px solid;}
.thanks h1{ font-size:30px !important; color:#f5907c;  padding:0px 0px 8px 0; margin:0px;  }
.thanks h2{ font-size:18px !important; line-height: 25px; color:#222;padding:0em 0 0px 0px;  margin:0px 0 15px 0; font-weight: 400; }

}


/* Start of accordian */
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f055";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f056";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.card-header i{ float: right; }
.card-header { background-color: #f8f8f8 !important; }
.card-header h6{ font-size:15px !important; font-weight:400; }

.card-body{ font-size: 14px; color: #595858; line-height:24px; }
.card-body a{ text-decoration: none; color: #f5907c;  font-weight: 400; }
.card-body a:hover{ text-decoration:#595858; }

