/*------------------------------------------------------------------
Theme Name: Medenin - Medical & Health Website Template
Version: 1.0
Author: @surjithctly
URL: https://themeforest.net/user/surjithctly/
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

    1. GLOBAL STYLES
    2. HOME PAGE
        a. OUR TEAM
        b. TESTIMONIALS
        c. FOOTER
    6. APPOINTMEMT
    7. DOCTORS
    8. BLOG
    9. PRICING
    10. SERVICE DETAILS


    -------------------------------------------------------------------*/



.page-loader {
    display: flex;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #fff;
}
.page-loader .pgl-spinner{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.page-loader .pgl-spinner:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #3e3e3e;
    border-color: #3e3e3e transparent #3e3e3e transparent;
    animation: pgl-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes pgl-dual-ring {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes pgl-dual-ring {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@keyframes pgl-dual-ring {
    0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); }
}


.disabled{
  display: none;
}

.trans-p-3{
  transition: all 0.3s ease;
}

.trans-p-2{
  transition: all 0.2s ease;
}

.dropdown-toggle::after {
  border-top: 0;
}

.navbar {
  padding: 0;
}

@media (min-width: 768px) and (max-width: 991px){
    .hide-tab{
        display: none;
    }
}

@media (max-width: 767px) {
    .hide-mobile{
        display: none;
    }
}

@media (min-width: 992px) {
    .hide-desktop{
        display: none;
    }
}

@media (min-width: 992px) {
  .navbar {
    padding: 0 0 !important;
    align-items: start;
  }

  .navbar-brand{
    padding-bottom: 0;
    padding-top: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    overflow: hidden;
  }

  .navbar-brand img{
    width: 165px;
  }

  .sticky .navbar-brand img{
    width: 100px;
  }
}

.appointment-btn-top {
  padding: 13px 32px !important;
}

.nav .dropdown{
  display: flex;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 400;
  font-size: 14px;
  padding: 12px 22px;
  color: white;
  display: flex;
  align-items: center;
  margin: auto;
  position: relative;
}
@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 12px 20px;
  }
  
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
        color: white
    }
    
    .navbar-light .navbar-nav .nav-link:after{
        background-color: transparent;
        content: '';
        height: 1px;
        width: 20%;
        bottom: 13px;
        left: 16px;
        position: absolute;
        transition: all 0.3s ease;
    }
}

 .navbar-light .navbar-nav .nav-item-clicked:after{
  background-color: white;
 }

 .sticky .navbar-light .navbar-nav .nav-item-clicked:after{
  background-color: #0056b3;
 }

.navbar-expand-lg .navbar-nav .dropdown-menu {
  -webkit-box-shadow: 0px 3px 16px -11px rgba(0, 0, 0, 0.46);
          box-shadow: 0px 3px 16px -11px rgba(0, 0, 0, 0.46);
}

.nav-style-2 li a {
  padding: 0 22px 0 0 !important;
}

.nav-item a i {
  font-size: 20px;
  vertical-align: middle;
  transform: rotateZ(90deg);
  margin-right: 7px;
}

.nav-item a .phone-text{
  font-size: 17px;
  font-weight: 400;

}

.nav-item a span {
  font-size: 11px;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  padding: 0 5px;
}

.btn-light,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle,
.btn-light.focus,
.btn-light:focus{
  background-color: #55b84c;
  color: #ffffff;
  font-size: 1rem;
  padding: 13px 23px;
  border-radius: 35px;
  box-shadow: 0px 9px 14px 0px rgb(77 114 208 / 28%);
  border: none;
}

.banner .btn-light,
.banner .btn-light:not(:disabled):not(.disabled).active, .banner .btn-light:not(:disabled):not(.disabled):active, .banner .show>.btn-light.dropdown-toggle{
  box-shadow: 0px 6px 29px -8px rgb(0 0 0 / 28%);
}

.banner .btn-light{
  border: none;
}

.btn-light:hover {
  background-color: #3b9c32;
  color: #ffffff;
}

.btn-warning {
  background-color: #f1cc3f !important;
  border: none;
  border-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  padding: 20px 30px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-danger {
  border-radius: 0;
  padding: 15px 35px;
  background: rgba(245, 73, 131, 0.75);
  border: rgba(245, 73, 131, 0.75);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  border: 2px solid transparent;
}
.btn-danger:hover {
  background: #fff;
  color: #10242b;
  border: 2px solid rgba(245, 73, 131, 0.75);
}

.btn-outline-primary {
  border: 3px solid white;
  color: white !important;
  border-radius: 35px;
  padding: 10px 38px;
  font-size: 14px;
}
.btn-outline-primary:hover {
  background: #4d72d0;
  border-color: #4d72d0;
  color: #fff !important;
}

.btn-outline-success {
  border: 1px solid #5bc198;
  padding: 9px 7px;
  color: #5bc198;
}
@media (min-width: 768px) {
  .btn-outline-success {
    padding: 12px 24px;
  }
}
.btn-outline-success:hover {
  border: 1px solid #5bc198;
  color: #000;
  background: #5bc198;
}

.btn-primary {
  background-color: #4d72d0 !important;
  border: none !important;
  border-radius: 32px;
  padding: 13px 27px;
  color: #fff;
  font-weight: 400;
  -webkit-box-shadow: 4.5px 7.794px 13px 0px #afc1ec;
          box-shadow: 4.5px 7.794px 13px 0px #afc1ec;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
}
.btn-primary:hover {
  background: #3c5eb3 !important;
  border-color: #3c5eb3 !important;
}
.btn-primary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-success {
  background-color: #5bc198;
  border-radius: 0px;
  padding: 18px 38px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  border-color: #5bc198;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-success:hover {
  border-color: #4aab84;
  background: #4aab84;
}
.btn-success:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background: #4aab84 !important;
  border-color: #4aab84 !important;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary.focus, .btn-outline-primary:focus,
.btn.focus, .btn:focus{
  box-shadow: none;
}

.btn-dark {
  padding: 14px 22px;
  font-size: 14px;
  border-radius: 7px;
  background-color: #2c2e31;
  -webkit-box-shadow: 0.8px 3.094px 12px 0px #2c2e31;
          box-shadow: 0.8px 3.094px 12px 0px #2c2e31;
  border: transparent;
}
.btn-dark:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.navbar-light .navbar-toggler {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: -73px 0 0;
}

.nav-custome1 {
  margin: 0 0 0 !important;
}

.nav-custome {
  margin: -44px 0 0 !important;
}

.navbar-toggler:focus {
  border: none;
  outline: none;
}

.navbar-collapse {
  background: #fff;
}
@media (min-width: 992px) {
    
  .navbar-collapse {
    background: none !important;
    margin-top: 40px;
  }

  .sticky .navbar-collapse{
    margin-top: 15px;
  }

  .main-nav-wrapper{
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .main-nav-wrapper.sticky{
    margin-top: 0;
    top: 0;
    background-color: white;
    box-shadow: 0 3px 2px -2px rgb(0 0 0 / 22%);
    z-index: 2;
  }

  .sticky .navbar-light .navbar-nav .nav-link,
  .sticky .navbar-light .navbar-nav .nav-link span{
    color: #2c2e31 !important;
  }

  .sticky .navbar-light .navbar-nav .phone .nav-link:hover,
  .sticky .navbar-light .navbar-nav .phone .nav-link:hover span{
    color: white !important;
  }

  .sticky .btn-outline-primary {
    border: 2px solid #2c2e31;
  }

  .sticky .btn-outline-primary:hover {
    border-color: #4d72d0;
  }

  .navbar-light .navbar-nav .nav-item:not(:last-child) .nav-link:hover,
  .navbar-light .navbar-nav .nav-item:not(:last-child) .active>.nav-link,
  .navbar-light .navbar-nav .nav-item:not(:last-child) .nav-link.active,
  .navbar-light .navbar-nav .nav-item:not(:last-child) .nav-link.show,
  .navbar-light .navbar-nav .nav-item:not(:last-child) .show>.nav-link{
    color: #398ae2 !important;
    
  }

  .sticky .navbar-light .navbar-nav .nav-link:hover,
  .sticky .navbar-light .navbar-nav .active>.nav-link,
  .sticky .navbar-light .navbar-nav .nav-link.active,
  .sticky .navbar-light .navbar-nav .nav-link.show,
  .sticky .navbar-light .navbar-nav .show>.nav-link{
    color: #0056b3 !important;
  }
}

@media (max-width: 991px) {
    
    body.menu-clicked{
        position: relative;
    }
    
    .body-overlay{
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: transparent;
        z-index: -20;
    }
    
    .menu-clicked .body-overlay{
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 9;
    }
}

.navbar-nav{
  align-items: center;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-radius: 0;
  padding: 24px 12px;
}

.input-group > .input-group-append > .btn {
  border-radius: 0;
  background: #4d72d0;
  border-color: #4d72d0;
  color: #fff;
}

.form-control {
  padding: 0 0.85rem;
  background-color: #f3f3f3;
}

textarea {
  padding: 8px 12px;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
}

@media (min-width: 991px) {
  .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    border: none;
    font-size: 15px;
    border-radius: 0;
    min-width: 12rem;
    -webkit-box-shadow: 0 0px 29px -26px rgba(0, 0, 0, 0.44);
            box-shadow: 0 0px 29px -26px rgba(0, 0, 0, 0.44);
    margin: 0;
  }

  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 42px;
  }

  .dropdown-submenu:hover .dropdown-menu1 {
    visibility: visible;
    opacity: 1;
  }

  .navbar-toggleable-md .navbar-collapse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .dropdown-item {
    padding: 0.55rem 1.5rem;
    color: #3c3f42;
    font-size: 13px;
  }
  .dropdown-item:hover {
    background: none;
    color: #4d72d0;
  }
}

@media (min-width: 992px) {
    .main-nav-wrapper .navbar-nav > li:last-child{
        min-width: 231px;
    }
}

.dropdown-item {
  padding: 0.55rem 1.5rem;
  color: #3c3f42;
  font-size: 13px;
}
.dropdown-item:hover {
  background: none;
  color: #4d72d0;
}

.form-custom {
  background: none;
  border-bottom: 2px solid #7898dd;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding-left: 3px;
  font-size: 13px;
}

.form-group-cutom {
  position: relative;
  margin: 0 0 40px;
  font-size: 13px;
}
.form-group-cutom i {
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
}
.form-group-cutom textarea {
  background: none !important;
}

.dropdown-left {
  left: -122px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: 1px;
}

.dropdown-submenu > a:after {
  display: block;
  content: "";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

@media (min-width: 991px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media (min-width: 992px) {
  .services-nav-mob{
      display: none;
  }
}

@media (max-width: 991px) {
  
    .main-nav-wrapper{
        position: fixed;
        box-shadow: 0 3px 2px -2px rgb(0 0 0 / 22%);
        top: 0;
        left: 0;
        right: 0px;
        z-index: 10;
    }
  
    .main-nav-wrapper:before{
        content: '';
        background-color: white;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
  
    .navbar-nav{
        position: relative;
        background-color: #fbfaff;
        padding: 30px 0;
    }

    .services-nav-desk{
        display: none;
    }
    
    .main-nav-wrapper .navbar-collapse{
        margin-right: 20px;
        padding-bottom: 0px;
        position: absolute;
        top: 84px;        
        left: -15px;
        right: -15px;
        z-index: -1;
    }

    .main-nav-wrapper.sticky .navbar-collapse{
      top: 65px;
    }
    
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link{
        color: #4d72d0;
    }

    .navbar-light .navbar-nav .nav-link:hover{
        color: black;
    }
    
     .navbar-light .navbar-nav > li:not(:nth-child(5)):after{
        content:'';
        position: absolute;
    }
    
    .navbar-light .navbar-nav > li:not(:nth-child(5)):after{
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        height: 1px;
        background-color: #8392b342;
    }
    
    .navbar-light .navbar-nav > li:last-child{
        display: none
    }
    
    .navbar-light .navbar-nav .nav-link{
        color: #2c2e31
    }
}

@media (max-width: 767px){
    .main-nav-wrapper{
        right: 0;
        height: 84px;
        box-shadow: none;
    }

    .main-nav-wrapper.sticky{
      box-shadow: 0 3px 2px -2px rgb(0 0 0 / 22%);
      height: 65px
    }

    .main-nav-wrapper:before{
      background-color: transparent;
      transition: all 0.2s ease;
    }

    .menu-clicked .main-nav-wrapper:before{
      background-color: white;
    }

    .main-nav-wrapper.sticky:before{
      background-color: white;
    }
}
.dropdown-menu1 {
  left: -192px;
  top: -6px !important;
}

body {
  color: #2c2e31;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 34px;
  margin: 10px 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 43px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  h1 {
    /*font-size: 55px;*/
  }
}

h2 {
  font-size: 34px;
  font-weight: 500;
}
@media (min-width: 576px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 19px;
  font-weight: 700;
}

p {
  line-height: 13px;
  line-height: 1.8;
  font-size: 14px;
}

a:focus {
  outline: none;
}

@media (max-width: 991px){
    h2{
        font-size: 35px !important;
        text-align: center !important;
    }
}

@media (max-width: 767px){
    h2{
        font-size: 21px !important;
    }
    
    h3{
        font-size: 18px !important;
    }
    
    .sub-title_center span{
        font-size: 13px !important;
    }
    
    p{
        font-size: 13px !important;
    }
}

@media (min-width: 992px){
  .banner-slider{
    height: 74vh;
    display: flex;
    align-items: center;
    padding: 0 55px;
  }

  .banner-slider .banner{
    padding-left: 20px;
    height: calc( 74vh - 143px );
    margin-top: 143px;
    display: flex;
  }
}

@media (min-height: 600px) and (max-height: 800px) and (orientation: landscape){
    .banner-slider{
      height: 100vh;
  }
}

.space {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .space {
    padding: 75px 0;
  }
}

@media (min-width: 992px) {
  .space {
    padding-bottom: 30px;
  }
}

.container {
  max-width: 1260px;
}

.container-custom {
  max-width: 1124px;
}

.service-icon-wrapper > div{
  border-radius: 20px;
}

.service-icon-wrapper > div{
  width: calc( ( 100% / 3 ) - 60px );
}

.service-icon-wrapper > div:not(:first-child){
  margin-left: 30px;
}

.service-icon-wrapper > div:nth-child(odd){
  background-color: #4e72d0;
}

.service-icon-wrapper > div:nth-child(even){
  background-color: #55b84c;
}

.light {
  background: #f4f6fa;
}

.space-mb {
  margin: 0 0 90px;
}

.space-mt {
  margin: 90px 0 0;
}

/* --------- Header --------- */

header{
  position: relative;
}

.banner--wrap {
  background: url(../images/banner-bg.jpg) top no-repeat;
  background-size: cover;
  position: relative;
}

.banner--wrap .banner-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  outline: 8px solid #e5edef;
}

.banner--wrap .container{
  overflow: hidden;
}

.banner--wrap .owl-item{
  display: inline-block;
}

.banner:focus {
  outline: none;
}

.anim-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  padding-top: 60px;
}

.banner-slider{
  position: relative;
}

.banner-slider .owl-nav button{
  position: absolute;
  border: none;
  background-color: transparent;
  top: 58%;
  transform: translateY(-50%);
}

.banner-slider .owl-nav button:focus{
  outline: none;
}

.banner-slider .owl-nav .owl-prev{
  left: 0
}

.banner-slider .owl-nav .owl-next{
  right: 0
}

.banner-slider .banner{
  transition: all 0.2s ease;
}

.animated-hero {
  position: absolute;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  will-change: transform, opacity;
}

.owl-dots {
    position: absolute;
    bottom: 6px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dots button {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 50px;
    border: none;
}

.owl-dots button span {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #d2dbf3;
    border-radius: 50px;
    opacity: .75;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:focus{
    background: #4d72d0;
    outline: none;
}

.slick-current.slick-active .animated-hero {
  -webkit-animation: slideUp 1s ease 1s 1 normal forwards;
          animation: slideUp 1s ease 1s 1 normal forwards;
}

.slick-slide .main-title h1,
.slick-slide .main-title p {
  opacity: 0;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
  will-change: transform, opacity;
}

.slick-slide .main-title > span, .slick-slide .main-title > a {
  opacity: 0;
}

.slick-current.slick-active .main-title > span {
  -webkit-animation: fadeIn 1s ease 0.2s 1 normal forwards;
          animation: fadeIn 1s ease 0.2s 1 normal forwards;
}
.slick-current.slick-active .main-title a {
  -webkit-animation: fadeIn 1s ease 0.3s 1 normal forwards;
          animation: fadeIn 1s ease 0.3s 1 normal forwards;
}
.slick-current.slick-active .main-title h1 {
  -webkit-animation: slideDown 1s ease 0.3s 1 normal forwards;
          animation: slideDown 1s ease 0.3s 1 normal forwards;
}
.slick-current.slick-active .main-title p {
  -webkit-animation: slideDown 1s ease 0.2s 1 normal forwards;
          animation: slideDown 1s ease 0.2s 1 normal forwards;
}

.banner-slider .slick-prev, .banner-slider .slick-next{
  top: 40px;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.banner-slider .slick-prev{
  left: 20px;
}

.banner-slider .slick-next{
  right: 30px;
}

.banner-slider .slick-prev:before{
  content: url('../images/banner/arrow-white.png');
}

.banner-slider .slick-next:before{
  content: url('../images/banner/arrow-right-white.png');
  transform: rotateZ(180deg);
}

@media (min-height: 800px) and (orientation:landscape){
  .banner-slider-wrapper{
    height: 73vh;
  }
}

@media (min-height: 650px) and (max-height: 799px) and (orientation:landscape){
  .height-fixer{
    height: 100vh;
  }

  .banner-slider-wrapper{
    height: calc( 100vh - 168px);
  }
}


@media (min-width: 992px){
  .banner-slider .slick-prev, .banner-slider .slick-next{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 55px;
  }

  .banner-slider .slick-prev{
    left: -40px;
  }
}

@media (min-width: 1200px) {
  .banner-slider-wrapper{
    display: flex;
  }

  .banner-slider-wrap-inner{
    height: calc( 55vh );
    margin-top: 168px;
    display: flex;
    align-items: center;
  }

  .banner-slider .slick-dots li.slick-active button:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 14px;
    width: 0;
    height: 2px;
    background-color: #5bc198;
    -webkit-animation: animWidth 1s ease 0s 1 normal forwards;
            animation: animWidth 1s ease 0s 1 normal forwards;
  }
}
.big-circle {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform, opacity;
}

.slick-current.slick-active .big-circle {
  -webkit-animation: expands 1s ease 0s 1 normal forwards;
          animation: expands 1s ease 0s 1 normal forwards;
}

.small-circle {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform, opacity;
}

.slick-current.slick-active .small-circle {
  -webkit-animation: expands 1s ease 0.5s 1 normal forwards;
          animation: expands 1s ease 0.5s 1 normal forwards;
}

@-webkit-keyframes expands {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes expands {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animWidth {
  from {
    width: 0;
  }
  to {
    width: 35px;
  }
}
@keyframes animWidth {
  from {
    width: 0;
  }
  to {
    width: 35px;
  }
}
.banner-slider .slick-dots {
  bottom: 10px;
}
@media (min-width: 1200px) {
  .banner-slider .slick-dots {
    width: 50px;
    left: -16px;
    top: 28%;
  }
}
.banner-slider .slick-dots li button:before {
  font-size: 10px;
}

.banner-slider .slick-dots li.slick-active button:before {
  color: #5bc198;
}

.banner1 {
  background: url(../images/banner-2.jpg) center no-repeat;
  background-size: cover;
}
.banner1:focus {
  outline: none;
}

.cart-seperate {
  position: relative;
  padding: 0 2px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .cart-seperate {
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
  }
}
@media (min-width: 1200px) {
  .cart-seperate {
    margin-right: 15px;
    padding: 0 12px;
  }
}
.cart-seperate:before {
  position: absolute;
  content: "";
  border-left: 1px solid #ccc;
}
.cart-seperate a {
  padding: 12px 8px !important;
}
.cart-seperate li {
  display: inline-block;
}

.fa-top-search {
  font-size: 13px !important;
  font-weight: 600;
}

.main-title {
  padding: 20px 0;
  color: white;
}

.main-title h1{
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .main-title {
    padding: 0px 0 20px ;
  }
}
.main-title span {
  font-size: 21px;
  font-weight: 100;
}
.main-title p {
  font-size: 19px;
  font-weight: 100;
  line-height: 1.3;
}

.main-title-style2 {
  padding: 60px 0 !important;
}

.main-slider-social {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  z-index: 11;
}
@media (max-width: 768px) {
  .main-slider-social {
    display: none;
  }
}
.main-slider-social li {
  list-style: none;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .main-slider-social li {
    display: inline-block;
  }
}
.main-slider-social li a {
  color: #3c3f42;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
}
.main-slider-social li a:hover {
  color: #5bc198;
}

.play-btn {
  background: #5bc198;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  display: inline-block;
  -webkit-box-shadow: 0.7px 2.994px 12.1px 0px #5bc198;
          box-shadow: 0.7px 2.994px 12.1px 0px #5bc198;
  margin: 0 0 0 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.play-btn:hover {
  background: #4baf87;
}
.play-btn i {
  padding: 17px 18px;
  color: #fff;
  font-size: 13px;
}

.nav-icon-wrap {
  margin: 0;
  padding: 0;
}
.nav-icon-wrap li {
  list-style: none;
  display: inline-block;
}
.nav-icon-wrap li a {
  color: #3c3f42;
  padding: 0.5rem 0.5rem;
}
.nav-icon-wrap li a i {
  font-size: 13px;
}

.fluid-logo {
  float: right;
  padding: 10px 0;
}

.main-slider {
  position: relative;
}
.main-slider .slick-next {
  right: 50%;
  top: 96.5%;
  height: 40px;
  width: 40px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-slider .slick-next:before {
  content: url(../images/main-slider-arrow1.png);
  background: #4d72d0;
  padding: 10px 14px;
}
.main-slider .slick-prev {
  left: 50%;
  top: 96.5%;
  z-index: 999;
  height: 40px;
  width: 40px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-slider .slick-prev:before {
  content: url(../images/main-slider-arrow.png);
  background: #4d72d0;
  padding: 10px 14px;
}
.main-slider .slick-slide img {
  width: 100% !important;
}

.slider-img-text {
  position: relative;
  display: inline-block;
  width: 100%;
}

.slider-text-wrap {
  position: absolute;
  top: 0;
  left: 2%;
  width: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  .slider-text-wrap {
    left: 28%;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .slider-text-wrap {
    left: 11%;
    width: 60%;
  }
}
.slider-text-wrap .slider-text-wrap span,
.slider-text-wrap .slider-text-wrap h1,
.slider-text-wrap .slider-text-wrap p,
.slider-text-wrap .slider-text-wrap .play-btn {
  display: none;
}
@media (min-width: 992px) {
  .slider-text-wrap .slider-text-wrap span,
.slider-text-wrap .slider-text-wrap h1,
.slider-text-wrap .slider-text-wrap p,
.slider-text-wrap .slider-text-wrap .play-btn {
    display: block;
  }
}
@media (min-width: 992px) {
  .slider-text-wrap h1 {
    font-size: 40px;
  }

  .services-mobile, .why-choose-desktop{
    display: none;
  }
}

@media (max-width: 991px){
  .navbar-brand img{
    width: 100px;
  }

  nav.navbar{
    display: flex;
    align-items: center;
  }

  .navbar-light .navbar-toggler{
    /*position: static;*/
    top: 24px;
  }

  .navbar-toggler-icon{
    width: 50px;
    height: 50px;
  }

  .main-title{
    padding-left: 90px;
    padding-right: 90px;
    text-align: center;
  }

  .banner-slider .slick-track{
    display: flex;
    align-items: center;
  }

  .banner--wrap{
    height: 400px;
    display: flex;
    align-items: center;
    margin-top: 96px;
  }

  .banner-slider .slick-prev,
  .banner-slider .slick-next{
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }

  .space{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .service-thumbnail img{
    height: unset;
    max-width: 55px;
    width: 55px;
  }

  .space {
    padding: 55px 0;
  }
  
  #popup-block section{
    width: 100%;
  }

  .packages-left-col{
      display: none;
  }

  .packages-section h2{
    margin-top: 20px;
    text-align: left !important;
    margin-bottom: 20px;
    margin-left: 22px;
  }

  .packages-section .package-ul > li > i{
    position: static !important;
    transform: unset !important;
    margin-right: 13px;
  }

  .package-btn-col{
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
  }

  .about-video_block .single-package{
    margin-bottom: 20px;
  }

  .video-play-text h2{
    text-align: center;
  }

  .video-play-text{
    padding-top: 0;
  }

  .video-play-text p{
    font-size: 16px;
    margin-top: 20px;
  }

  .fac-row > div:nth-child(1){
    padding-right: unset;
    flex: 0 0 50%;
  }

  .fac-row > div:nth-child(2){
    padding: 0 15px !important;
  }

  .benefits-section-btn-col{
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .benefits-btn-col{
    display: flex;
    justify-content: center;
  }

  .testimonial .heading-style1{
    margin-top: 30px !important;
  }

  .heading-style1 h2{
    text-align: center;
  }

  .benefits-box{
    width: unset;
  }

  .benefits-box .facilities{
    width: 100% !important;
  }

  .fac-row > div{
    flex: 0 0 50% !important;
  }
  
  .benefits-right-col{
      display: none;
  }

  .why-choose-block .left-column h2{
    text-align: center;
  }

  .why-choose-desktop{
    display: none;
  }

  .why-choose_list-content h5{
    font-size: 20px;
  }

  .why-choose_list-content span{
    font-size: 15px;
  }

  .why-choose-point{
    margin-bottom: 12px;
  }

  .why-choose-button{
    text-align: center;
  }
}

@media (max-width: 991px){
    .why-choose-button{
        padding-bottom: 30px;
    }

    .main-nav-wrapper .navbar-collapse{
        margin-right: 0;
    }
}
    
@media (max-width: 767px){
    
    .navbar-light .navbar-toggler{
        padding-right: 0;
    }

    /*.menu-clicked .navbar-light .navbar-toggler{
      top: 24px;
    }*/
    
    .sticky .navbar-light .navbar-toggler{
        top: 14px;
    }
    
    .navbar-brand{
      padding: 0;
    }
    
    .navbar-brand img{
        width: 97px;
        top: 0;
        position: absolute;
    }

    .sticky .navbar-brand img{
      width: 75px;
    }
    
    .navbar-toggler-icon {
        width: 30px;
        height: 30px;
    }

    .navbar-toggler-icon{
      background-image: url('../images/header/hamburger-white.png') !important;
    }

    .sticky .navbar-toggler-icon{
      background-image: url('../images/header/hamburger.png') !important;
    }

    .menu-clicked .navbar-toggler-icon{
      background-image: url('../images/header/hamburger.png') !important;
    }
    
    .banner--wrap{
        margin-top: 0px;
    }

    .banner-slider{
      margin-top: 43px;
    }
    
  .main-title{
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner .main-title h1{
    font-size: 23px;
    margin-bottom: 8px;
  }

  .banner .main-title p{
    font-size: 14px;
  }

  .btn-light{
    padding: 13px 23px;
  }

  .main-title span{
    font-size: 16px;
    display: block;
    margin-bottom: 3px;
  }

  .banner-slider .slick-prev,
  .banner-slider .slick-next{
    bottom: -40px;
    left: 50%;
    top: unset;
    right: unset;
    transform: unset;
  }

  .banner-slider .slick-prev:before {
      content: url(../images/banner/arrow-white-mobile.png);
  }

  .banner-slider .slick-next:before {
    content: url(../images/banner/arrow-right-white-mobile.png);
  }

  .banner-slider .slick-prev {
    transform: translateX(-110%);
  }

  .banner-slider .slick-next {
    transform: translateX(10%);
  }

  .services-top-icon{
    padding: 20px;
  }

  .service-thumbnail {
    margin: 0 auto;
  }

  .main-title p{
    line-height: 1.6;
  }
}

.slider-video {
  position: relative;
  display: inline-block;
  width: 100%;
}

.slider-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #5bc198;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
}
.slider-video-icon i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.slider-img-text {
  display: inline-block;
}

.slider-video {
  display: inline-block;
}

/* --------- About Section --------- */
.about-experience {
  padding: 80px 0 0;
}

.booking-form {
  padding: 0;
  margin: -60px 0 0;
  background: #4d72d0;
  padding: 40px;
  border-radius: 8px;
}
.booking-form li {
  position: relative;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .booking-form li {
    width: 23%;
    margin-right: 1.9%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .booking-form li {
    width: 25%;
  }
}
.booking-form li input {
  font-size: 13px;
  height: 54px;
}
.booking-form li i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
  color: #afacac;
}

.form-btn {
  margin-right: 0 !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  .form-btn {
    width: 23% !important;
  }
}
@media (min-width: 992px) {
  .form-btn {
    width: 17% !important;
    float: right;
  }
}
.form-btn a {
  width: 100%;
}

.services-2{
  margin-bottom: 30px;
}

.service-icon-col .service-thumbnail{
  min-height: 110px;
  align-items: center;
}

.service-icon-col .ser-thumb-wrapper{
  width: 67px;
}

.service-icon-col:nth-child(odd) .service-thumbnail{
  background-color: #4e72d0; 
}

.service-icon-col:nth-child(even) .service-thumbnail{
  background-color: #55b84c; 
}

.service-thumbnail {
  margin: 0 auto 35px auto;
  display: flex;
  text-align: center;
  color: white;
  border: none !important;
}

.about-section .service-img-wrapper{
  position: relative;
  width: 50px;
  height: 50px;
  margin: auto 0;
}

.about-section .service-img-wrapper img{
  position: absolute;
  width: 100%;
  height: 100%;
}

.package-slider .slick-prev, .package-slider .slick-next{
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.package-slider .slick-prev{
  left: -52px;
}

.package-slider .slick-next{
  right: -55px;
}

.package-slider .slick-prev:before{
  content: url('../images/banner/arrow-black.png');
}

.package-slider .slick-next:before{
  content: url('../images/banner/arrow-right-black.png');
  transform: rotateZ(180deg);
}

.packages-section .about-video_block{
  background-color: white;
}

.packages-section .package-slider{
  overflow: hidden;
}

.packages-section .package-slider .owl-nav button{
  position: absolute;
  border: none;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
}

.packages-section .package-slider .owl-nav button:focus{
  outline: none;
}

.packages-section .package-slider .owl-nav .owl-prev{
  left: -45px;
}

.packages-section .package-slider .owl-nav .owl-next{
  right: -45px;
}

.packages-section .text-column{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.packages-section .text-column > p,
.packages-section h2,
.packages-section h4,
.packages-section .package-ul{
  padding-right: 16px;
}

.packages-section .text-column > p{
  color: #5676bb;
  padding: 0 20px;
}

.packages-section h2{
  margin-bottom: 5px;
}

.packages-section h4{
  color: #3d3d3e;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.packages-section .btn {
  margin-top: 10px;
  margin-bottom: 15px;
}

.packages-section .package-ul{
  padding-left: 22px;
  font-size: 18px;
  font-weight: 100;
  color: #8392b3;
}

.packages-section .package-ul > li{
  position: relative;
  list-style: none;
}

.packages-section .package-ul > li > i{
  position: absolute;
  top: 4px;
  list-style: none;
  color: #8392b3b5;
  left: -24px;
}

.packages-section .package-ul > li:not(:last-child){
  margin-bottom: 10px;
}

.service-thumbnail {
  text-align: left;
  /*border-right: 1px solid #cccccc5e;*/
}

@media (max-width: 991px) {
  .packages-section .about-video_block{
    margin-bottom: 0;
  }

  .packages-section .package-slider .owl-nav .owl-prev{
    left: 50%;
    transform: translateX(-170%);
  }

  .packages-section .package-slider .owl-nav .owl-next{
    right: 50%;
    transform: translateX(170%);
  }

  .packages-section .package-slider .owl-nav button{
     top: unset;
     transform: unset; 
     bottom: 115px;
  }

  .about-section.packages-section .btn{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .packages-section .package-ul > li{
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px){

    .packages-section{
      margin-bottom: 0;
    }

    .packages-section .package-ul > li{
        font-size: 14px;
    }

    .packages-section h4{
      padding-left: 22px;
      font-size: 15px;
    }

    .packages-section .package-ul{
      padding-right: 10px;
    }

    .services-2{
      margin-bottom: 0;
    }
}

.ser-thumb-wrapper {
  position: relative;
  width: 55px;
  height: 50px;
  margin-right: 5px;
}

.service-thumbnail_text {
  text-align: left;
  margin: auto 0 auto 14px;
}
.service-thumbnail_text span {
  color: #5bc198;
}
.service-thumbnail_text p {
  margin: 0;
}

.service-thumbnail_text h4 {
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

.services-top-icon {
  border: 2px solid #f4f6fa;
  border-radius: 12px;
  padding: 25px 40px;
}

.services-top-icon2 {
  border: 2px dashed;
  border-radius: 6px;
}

.services-top-icon2.blue {
    border-color: #b5c4eb !important;
}

.services-top-icon2.green {
    border-color: #bae2d5 !important;
}

.services-top-icon2.yellow {
    border-color: #c0b099 !important;
}

.packages-section{
    margin-bottom: 0px;
    overflow: hidden;
}

.packages-section .owl-stage .owl-item{
  display: inline-block;
}

.benefits-section-inner,
.padding-container{
    -webkit-box-shadow: 0px 0px 21px -1px rgb(77 114 208 / 18%);
    -moz-box-shadow: 0px 0px 21px -1px rgb(77 114 208 / 18%);
    box-shadow: 0px 0px 21px -1px rgb(77 114 208 / 18%);
}

.packages-section-inner{
    margin-bottom: 50px;
}

.about-video_block .single-package{
    border-right: none;
    border-left: none;
}

.benefits-section-inner{
    margin-bottom: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.video-play-img {
    position: relative;
    display: block;
}

.video-play-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #5bc198;
  padding: 14px 0;
  width: 90px;
  border-radius: 6px;
  text-align: center;
}
.video-play-btn span {
  font-size: 10px;
  color: #fff;
}

.video-play-icon {
  position: relative;
  text-align: center;
  background: #4aa983;
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.video-play-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
  padding: 7px 0;
}

.video-play-text {
  padding: 40px 40px;
}
.video-play-text span {
  color: #4d72d0;
  font-weight: 500;
  margin: 0 0 20px;
  display: block;
}
.video-play-text h2 {
  position: relative;
}
.video-play-text p {
  font-weight: 500;
  margin-bottom: 5px;
}
.video-play-text hr {
  margin: 28px 0;
}

@media (min-width: 768px){
    
    .benefits-mobile{
        display: none;
    }
}

  .padding-container{
    margin-top: 16px;
  }


@media (min-width: 992px){
  .padding-container{
    padding: 0 15px;
  }

  .benefits-section .about-video_block{
    margin: 15px 0;
    background-color: #f5f6fb;
  }

  .about-video_block .single-package{
      background: #f4f6fa;
      margin: 13px 0;
  }
}

@media (max-width: 991px){
    .about-video_block .single-package{
        margin-bottom: 5px;
    }

    .packages-section .slick-dots{
      bottom: -18px;
    }

    .packages-section-inner{
      padding-bottom: 30px;
      margin-bottom: 0;
    }
}

@media (max-width: 767px){
    
    .about-section .space{
        padding-top: 35px;
        padding-bottom: 10px;
    }
    
    .service-thumbnail{
        margin-bottom: 5px;
    }
    
    .services-top-icon{
        padding: 15px 20px;
    }
    
    .service-icon-col h4{
        font-size: 13px;
    }
    
    .service-thumbnail img{
        max-width: 45px;
    }
    
    .service-icon-col .service-thumbnail{
        min-height: 90px;
    }
    
    .video-play-text{
        padding: 20px 13px;
    }
    
    .video-play-text p{
        font-size: 13px;
        text-align: center;
    }
    
    .facilities h3{
        font-size: 15px;
    }
    
    .about-section .btn{
        margin-top: 25px;
    }
    
    .benefits-desktop{
        display: none;
    }

    .benefits-mobile{
      display: flex;
      flex-wrap: wrap;
    }
    
    .benefits-box .facilities{
      margin-top: 10px;
    }

    .fac-row > div:nth-child(odd){
        padding-right: 5px;
    }
    
    .fac-row > div:nth-child(even){
        padding-left: 5px !important;
    }

    #packageSec .sub-title_center{
      margin: 0;
    }
}

.blue {
  background: #e3e9f6;
}
.blue h3 {
  color: #8392b3;
}

.green {
  background: #e4f1f0;
}
.green h3 {
  color: #86b3b0;
}

.yellow {
  background: #f5f1eb;
}
.yellow h3 {
  color: #c0b099;
}

.gray {
  background: #e2e4e8;
}
.gray h3 {
  color: #909090;
}

.pink {
  background: #fef6fe;
}

.primary-color {
  background: #4d72d0;
}

.primary-color-br:hover {
  border: 3px solid #4d72d0 !important;
}

.secondary-color {
  background: #5bc198;
}

.secondary-color-br:hover {
  border: 3px solid #5bc198 !important;
}

.tertiary-color {
  background: #f9c863;
}

.tertiary-color-br:hover {
  border: 3px solid #f9c863 !important;
}z

.quaternary-color {
  background: #d581d2;
}

.quaternary-color-br:hover {
  border: 3px solid #d581d2 !important;
}

.quaternary-br-color {
  border: 12px solid #eef9f4 !important;
}

.facilities{
  padding: 25px 14px;
  margin: 25px 0 0;
  text-align: center;
  border-radius: 8px;
  background-color: #e3e9f6;
  color: #4d72d0;
}

.fac-row > div{
  /*width: 400px;*/
}

.facilities h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.facilities span {
  font-size: 13px;
  margin: 0;
  color: #3c3f42;
  font-weight: 400;
}

.about-section .btn{
  margin-top: 20px;
}

@media (min-width: 768px){
  .row-1 .facilities{
    margin-top: 0;
  }

  .fac-row .facilities{
    width: 195px;
    margin: 11px 0 0;
  }

  .fac-row > div{
    max-width: unset;
    width: 222px;
    flex: unset;
  }

  .fac-row > div:nth-child(2){
    padding-left: 0;
    padding-right: 0;
  }

  .fac-row > div:nth-child(1){
    padding-right: 0;
  }
}

.about-title-block {
  padding: 42px 0;
}
.about-title-block h3 {
  font-size: 28px;
  font-weight: 300;
}
.about-title-block h3 span {
  color: #4d72d0;
  font-weight: 500;
}
.about-title-block p {
  font-size: 14px;
  margin: 0;
}

.about-form {
  background: url(../images/bg-home-form.jpg) no-repeat;
  background-size: cover;
}
.about-form p {
  font-weight: 300;
  font-size: 19px;
}
.about-form .dental-features_list i {
  background: #4d72d0;
}
.about-form a {
  border-radius: 8px;
  font-size: 13px;
}

.booking-form-style2 {
  position: relative;
  background: #4d72d0;
  border-radius: 6px;
  padding: 24px 30px;
  margin: 35px 0 0;
}
@media (min-width: 768px) {
  .booking-form-style2 {
    margin: -210px 0 0;
  }
}
.booking-form-style2 h3 {
  color: #fff;
  text-align: center;
  margin: 0 0 25px;
  font-weight: 500;
}
.booking-form-style2 .form-custom {
  border: none;
  border-radius: 8px;
  color: #fff;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  background: #fff;
  height: 50px;
}
.booking-form-style2 .form-custom::-webkit-input-placeholder {
  color: #3c3f42;
}
.booking-form-style2 .form-custom::-moz-placeholder {
  color: #3c3f42;
}
.booking-form-style2 .form-custom:-ms-input-placeholder {
  color: #3c3f42;
}
.booking-form-style2 .form-custom::-ms-input-placeholder {
  color: #3c3f42;
}
.booking-form-style2 .form-custom::placeholder {
  color: #3c3f42;
}
.booking-form-style2 .form-group-cutom {
  margin: 0 0 20px;
}
.booking-form-style2 .form-group-cutom i {
  right: 13px;
  opacity: 0.6;
}

.custom-select {
  padding-left: 14px !important;
  padding-right: 14px !important;
  height: 50px !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 14px !important;
}
.custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.booking-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .booking-bg {
    display: block;
  }
}
.booking-bg img {
  width: 100%;
}

/* --------- Our Services --------- */
.heading-style1 {
  margin: 0 0 30px;
}
.heading-style1 span {
  color: #4d72d0;
  font-style: italic;
  position: relative;
  font-weight: 500;
  font-size: 13px;
}
.heading-style1 h2 {
  font-weight: 600;
}

.service-slider .slick-slide {
  margin: 0 12px;
}

.service-slider .slick-next {
  right: 23px;
  top: -68px;
}
.service-slider .slick-next:before {
  font-size: 32px;
  color: #9e9a9a;
  font-family: none;
  content: url(../images/arrow-right.png);
}

.service-slider .slick-prev {
  right: 56px !important;
  left: 93%;
  top: -68px;
}
.service-slider .slick-prev:before {
  font-size: 32px;
  color: #9e9a9a;
  font-family: none;
  content: url(../images/arrow-left.png);
}

.service-block {
  position: relative;
  padding: 40px 35px;
  border: 10px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 25px;
}
.service-block:focus {
  outline: none;
}
.service-block h3 {
  color: #000;
  margin: 32px 0 12px;
}
.service-block a {
  margin: 17px 0 0;
}

.service-bg-icon {
  position: absolute;
  right: 0;
  top: 9%;
}

.service-block.yellow:hover {
  border-color: #c0b099;
}
.service-block.yellow:hover a {
  background: #a79274 !important;
  -webkit-box-shadow: 4.5px 7.794px 13px 0px #a79274;
          box-shadow: 4.5px 7.794px 13px 0px #a79274;
}

.service-block.green:hover {
  border-color: #bae2d5;
}
.service-block.green:hover a {
  background: #52af90 !important;
  -webkit-box-shadow: 4.5px 7.794px 13px 0px #52af90;
          box-shadow: 4.5px 7.794px 13px 0px #52af90;
}

.service-block.blue:hover {
  border-color: #b5c4eb;
}
.service-block.blue:hover a {
  background: #4d72d0 !important;
  -webkit-box-shadow: 4.5px 7.794px 13px 0px #4d72d0;
          box-shadow: 4.5px 7.794px 13px 0px #4d72d0;
}

.service-help_link {
  margin: 35px 0 0;
}

/* --------- Why Choose --------- */
.display-block{
  display: block;
}

.why-choose-block {
  position: relative;
  padding: 70px 0;
}

.why-choose-block .left-column h2{
  font-weight: 600;
}

.why-choose-block .right-column h2{
  color: white;
}

.why-choose-block::before {
  position: absolute;
  content: "";
  background-color: #edf1fa;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
}

@media (max-width: 991px){
    .left-column.why-choose-mobile{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    
    .space.why-choose-block{
        padding-top: 10px;
        padding-bottom: 0;
    }

    .why-choose-block .right-column h2{
      text-align: center;
    }
    
    .why-choose-block .right-column h2 span.display-block{
        display: initial;
        margin-left: 10px;
    }
}

/* --------- Support --------- */

.support{
    padding: 130px 0;
    position: relative;
}

.support .btn-wrapper{
  padding: 0;
}

.support::before{  
    content: '';
    background: url(../images/support/support-bg.jpg) no-repeat #5bc198;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
}

.support::after{  
  background-color: white;
}

.support h2{
  font-weight: 900;
  font-size: 45px;
  line-height: 1;
}

.support p{
  color: #2c2e31;
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 1.8;
  font-size: 15px;
}

.support_right{
    margin-left: 25px;
}

@media (max-width: 991px){
    .support{
        padding: 100px 0;
    }
    
    .support::before,
    .support::after{
        width: 100%;
        z-index: -1;
    }
    
    .support::after{
        content: '';
        position: absolute;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    .support h2{
        color: white;
    }
    
    .support p{
        line-height: 1.6;
        font-size: 14px;
        text-align: center;
        color: white;
    }
    
    .support .btn-wrapper{
        text-align: center;
    }
}

@media (min-width: 768px) {
  .why-choose-block::before {
    height: 50%;
  }
}
@media (min-width: 992px) {
  .why-choose-block::before {
    width: 50%;
    height: 100%;
  }

  .support.why-choose-block{
    padding: 120px 0;
  }
}
.why-choose-block::after {
  position: absolute;
  content: "";
  /*background: url(../images/why-choose-bg-right.png) no-repeat #4d72d0;*/
  background-color: #4d72d0;
  background-size: cover;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  z-index: -1;
}
@media (min-width: 992px) {
  .why-choose-block::after {
    width: 50%;
    height: 100%;
  }
}
.why-choose-block h2 {
  margin: 0 0 30px;
}

.why-choose-block hr {
  border-top: 2px solid rgba(221, 228, 246, 0.9);
}

.why-choose-block .left-column{
  padding-right: 30px;
}

.why-choose_list-br {
  margin: 6px 0 !important;
}

.why-choose_list {
  margin: 0 0 20px;
  position: relative;
  display: flex;
}
.why-choose_list i {
  vertical-align: top;
  background: #4d72d0;
  padding: 12px;
  border-radius: 50%;
  font-size: 12px;
  color: #cad5f1;
  left: -44px;
  top: 4px;
  width: 35px;
  height: 35px;
  margin-right: 18px;
}

.why-choose_list-content {
  display: inline-block;
  margin: 0;
}
.why-choose_list-content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  margin-top: 3px;
}
.why-choose_list-content h5 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
}

.why-choose-block .left-column .btn{
  margin-top: 10px;
}

@media (min-width: 768px) {
  .why-choose_list-content h5 {
    font-size: 19px;
  }
}
.why-choose_list-content h3 {
  font-size: 23px;
}

.why-choose_right {
  margin: 35px 0 0;
}

.why-choose_right .why-choose_list{
  color: white;
}

.why-choose_right .why-choose_list .choose-icon{
  margin-right: 20px;
}

.why-choose_right .why-choose_list-content{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.why-choose_right .why-choose_list-content span{
  font-weight: 100;
  font-size: 13px;
}

.why-choose_right .why-choose_list-content a{
  color: white;
  font-weight: 800;
}

.why-choose_right .why-choose_list-content a:hover{
  text-decoration: none;
  color: #dee7ff;
}

.why-choose_right .why-choose_list-content h3{
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .why-choose_right {
    margin: 0 0 0 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
  }
}

@media (max-width: 991px){
    
    .why-choose-block .right-column {
        padding-bottom: 45px;
    }
    
    .why-choose-block:before,
    .why-choose-block:after{
        background-color: transparent;
    }
    
    .why-choose_right {
      margin-top: 0;
      padding-top: 45px;
      padding-bottom: 30px;
    }
    
    .why-choose-block .why-choose-mobile{
        padding-right: 15px;
    }
    
    .left-column.why-choose-mobile{
        position: relative;
    }
    
    .left-column.why-choose-mobile:before,
    .right-column:after{
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }
    
    .left-column.why-choose-mobile:before{
        background-color: #edf1fa;
    }
    
    .right-column:after{
        background-color: #4d72d0;
    }
    
    .why-choose-block h2 {
      margin: 0 0 15px;
    }
    
    .why-choose_list-content h3 {
        font-size: 18px;
    }
    
    .why-choose_list-content{
        margin-left: 20px;
    }
    
    .why-choose_right .why-choose_list-content span{
        text-align: left;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    
    .why-choose_right .why-choose_list .choose-icon {
        margin: 0;
    }
    
    .why-choose_list{
        margin-bottom: 0;
    }
    
    .why-choose_right .why-choose_list{
        justify-content: start;
        width: 50%;
        float: left;
    }
}

@media (max-width: 767px){
    .why-choose_right .why-choose_list{
        float: none;
    }
    
    .why-choose_right .why-choose_list{
        width: 100%;
    }

    .why-choose_list i{
      margin-right: 0;
    }
    
    .why-choose_right .why-choose_list:not(:last-child){
        margin-bottom: 20px;
    }
    
    .why-choose_right{
        padding-bottom: 0;
    }
    
    .why-choose-block .right-column{
        padding-bottom: 25px;
    }
}

.why-choose_right p {
  margin: 0 0 25px;
  color: white;
  font-weight: 300;
  line-height: 1.4;
  font-size: 18px;
}

.choose-icon {
  position: relative;
  display: inline-block;
  background: white;
  border-radius: 6px;
  vertical-align: top;
  width: 60px;
  height: 60px;
  font-size: 17px;
}

.choose-icon > img {
  position: absolute;
  width: 55%;
  height: 55%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px){
    .why-choose_right p{
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .choose-icon{
        width: 40px;
        height: 40px;
    }
    
    .choose-icon > img{
        width: 45%;
        height: 45%;
    }
}

/* --------- News --------- */
.news-img-block {
  position: relative;
}
.news-img-block .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #4d72d0;
  -webkit-box-shadow: 4.5px 7.794px 13px 0px #5bc198;
          box-shadow: 4.5px 7.794px 13px 0px #5bc198;
  margin: 0;
}

.newsletter-subscribe h4 {
  font-weight: 400;
}

.newsletter-subscribe_form {
  position: relative;
  width: 70%;
}
.newsletter-subscribe_form input {
  border: 1px solid #4d72d0;
  border-radius: 30px;
  padding: 26px;
}
.newsletter-subscribe_form a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #4d72d0;
  margin: 0;
  border-radius: 50%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.newsletter-subscribe_form a:hover {
  opacity: 0.8;
}
.newsletter-subscribe_form a i {
  position: relative;
  color: #fff;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 23px;
  left: 50%;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #4d72d0;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #4d72d0;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #3157b9;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #4d72d0;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

/* --------- Our Team --------- */
.our-team {
  padding: 80px 0 130px;
}

.sub-title_center {
  text-align: center;
  margin: 0 0 25px;
}
.sub-title_center span {
  color: #4d72d0;
  font-weight: 500;
  font-style: italic;
  font-size: 15px;
  display: block;
  margin-top: 20px;
}

.doctors-slider .slick-slide {
  margin: 0 12px;
}

.doctors-slider .slick-next {
  right: 47%;
  top: 110%;
}
.doctors-slider .slick-next:before {
  font-size: 32px;
  color: #9e9a9a;
  font-family: none;
  content: url(../images/arrow-right.png);
}

.doctors-slider .slick-prev {
  left: 47%;
  top: 110%;
}
.doctors-slider .slick-prev:before {
  font-size: 32px;
  color: #9e9a9a;
  font-family: none;
  content: url(../images/arrow-left.png);
}

.team-img_block {
  padding: 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 25px;
}
.team-img_block:hover {
  background: #4d72d0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.team-img_block img {
  margin: 0 auto 16px auto;
  width: 100%;
}
.team-img_block h4,
.team-img_block p {
  margin: 0;
}
.team-img_block p {
  font-size: 12px;
}
.team-img_block:focus {
  outline: none;
}

.team-img_block.green:hover {
  background: #5bc198;
  color: #fff;
}

.team-img_block.yellow:hover {
  background: #c0b099;
  color: #fff;
}

.team-img-socila-block {
  position: relative;
}

.social-icons {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 16%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  right: 13%;
}
.social-icons li {
  list-style: none;
  width: 36px;
  height: 36px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  margin: 0 0 14px;
}
.social-icons li a {
  padding: 6px 0;
  display: block;
  color: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.social-icons li a:hover {
  color: #4d72d0;
}
.social-icons li a i {
  font-size: 13px;
}

.team-img_block:hover .social-icons {
  opacity: 1;
}

.our-team-slider .slick-dots li.slick-active button:before {
  color: #4d72d0;
}
.our-team-slider .slick-dots li button:before {
  font-size: 9px;
}

/* --------- Get a Consultant --------- */
.bg-img3 {
  background: url(../images/bg-img-3.jpg) no-repeat;
  background-size: cover;
}

.consultant-content {
  color: #fff;
  padding: 90px 0;
}
.consultant-content a {
  border-radius: 30px;
}
.consultant-content i {
  background: #3c3f42;
  -webkit-box-shadow: 4.5px 7.794px 13px 0px #4d72d0;
          box-shadow: 4.5px 7.794px 13px 0px #4d72d0;
  padding: 19px;
  border-radius: 50%;
  margin-left: 8px;
  font-size: 12px;
  color: #fff;
}
.consultant-content p {
  font-weight: 300;
}

/* --------- Testimonials --------- */
.testimonial{
  padding: 0;
  margin-bottom: 65px;
}

.testimonial .heading-style1{
  margin: 0;
  margin-left: 10px;
}

.testi-slider .slick-track {
  margin: 16px 0 0;
}

.testi-slider .slick-slide {
  margin: 0 15px;
}
.testi-slider .slick-slide:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.testi-slider .slick-dots
.packages-section .slick-dots {
  text-align: right;
  top: -42px;
  bottom: 100%;
  pointer-events: all;
}

.testi-slider .slick-dots li,
.packages-section .slick-dots li {
  margin: 0;
}

.testimonial .slick-dots{
  bottom: -40px;
}

.testi-slider .slick-dots li button:before,
.packages-section .slick-dots li button:before {
  font-size: 10px;
  color: #4d72d0;
}

.testimonial-wrap {
  position: relative;
  border: 12px solid #edf1fa;
  padding: 25px 35px;
}
.testimonial-wrap ul {
  padding: 0;
  margin: 0;
  margin-top: -3px;
}
.testimonial-wrap ul li {
  list-style: none;
  display: inline-block;
}
.testimonial-wrap ul li i {
  color: #f9c863;
  font-size: 14px;
  margin: 0 0 14px;
}
.testimonial-wrap p {
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
}
.testimonial-wrap p span {
  color: #4d72d0;
}

.testi-img-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 0px 23px -11px #4d72d0;
          box-shadow: 0px 0px 23px -11px #4d72d0;
  margin: -83px 0 20px;
}

.testi-styled-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.testi-style {
  position: absolute;
  background: url(../images/testi-side-img.png) no-repeat;
  right: 0;
  top: 0;
  bottom: 0;
}

.testi-name {
  position: relative;
  color: #4d72d0;
  font-weight: 500;
  font-size: 14px;
}

@media (min-width: 992px){
    
    .testimonial{
        margin-top: 40px;
    }

    .testimonial > div{
      padding: 0;
    }
}

@media (max-width: 991px){
    
    .testimonial{
        margin-bottom: 65px;
        overflow: hidden;
    }

    .slick-dotted.slick-slider{
      padding-bottom: 45px;
    }
    
    .testimonial .heading-style1{
      text-align: center;
    }
    
    .testi-name{
        display: block;
    }

    .testimonial-wrap{
      min-height: 430px;
    }
    
    .testimonial-wrap p,
    .testi-name,
    .testimonial-wrap ul{
        text-align: center;
    }
    
    .testimonial-wrap p{
        font-size: 15px;
    }

  .testi-slider .slick-dots{
    top: unset;
    bottom: 0px;
    pointer-events: all;
    text-align: center;
  }
}


@media (max-width: 767px){

  .testimonial{
    margin-bottom: 5px;
  }

  .testimonial > div,
  .testimonial > div > div{
    padding: 0;
  }

  .testimonial-wrap{
    padding: 25px 15px;
    min-height: 300px;
  }

  .testi-slider .slick-dots{
    bottom: 10px;
  }
}

/* --------- Blog --------- */
.blog-wrap {
  background: #f4f6fa;
}

.blog-row-block {
  padding: 18px 50px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.blog-row-block:last-child {
  border: none;
}
.blog-row-block:hover {
  background: url(../images/hover-bg.png) no-repeat #4d72d0 100%;
  background-size: cover;
  color: #fff;
  border-radius: 4px;
}
.blog-row-block:hover span {
  color: #fff;
}
.blog-row-block:hover span:before {
  background: #fff;
}

.blog-row-block:hover .blog-read-more p {
  color: #fff;
}

.blog-row-block:hover .blog-read-more a {
  background: #3c3f42 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.blog-img {
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .blog-img {
    margin: 0;
  }
}
.blog-img img {
  width: 100%;
}

.blog-content {
  display: block;
  width: 100%;
  border-right: none;
}
@media (min-width: 768px) {
  .blog-content {
    border-right: 1px solid #ccc;
  }
}
.blog-content span {
  position: relative;
  color: #4d72d0;
  font-size: 11px;
  font-style: italic;
  margin: 0 0 10px;
  display: block;
  padding-left: 28px;
  font-weight: 300;
}
.blog-content span:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  background: #4d72d0;
  left: 0;
  top: 50%;
  margin-right: 10px;
}
.blog-content h3 {
  font-size: 22px;
}

.blog-read-more {
  display: block;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-read-more {
    text-align: center;
  }
}
.blog-read-more p {
  font-size: 11px;
  color: #4d72d0;
  font-style: italic;
  margin: 0 0 8px;
}
.blog-read-more p i {
  margin-right: 10px;
}
.blog-read-more p span {
  margin: 0 8px;
  font-style: initial;
}
.blog-read-more a {
  font-size: 12px;
  padding: 11px 33px;
  font-weight: 300;
}

/* --------- Footer --------- */
footer {
  background-color: #2c2e31;
}

.footer-logo{
  margin: 20px 0;
}

.footer-logo-wrapper{
  position: relative;
  width: 160px;
  height: 139px;
  overflow: hidden;
  border-radius: 3px;
  margin: auto;
}

.footer-logo-wrapper > img{
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-p{
  margin: auto;
}

.footer-p p{
  color: white;
  opacity: 0.7;
  font-weight: 100;
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
}

.footer-contact{
  background-color: #303235;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  position: relative;
}

.footer-contact:after{
  content: '';
  position: absolute;
  background-color: #3c3f42;
  height: 1px;
  width: 105%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
}

.footer-contact, .footer-contact a{
  color: #c1c2c3;
  transition: all 0.2s ease-in-out;
}

.footer-contact a:hover{
  text-decoration: none;
  color: #6c95ff;
}

.footer-contact .social ul{
  padding: 0;
  margin-bottom: 0;
}

.footer-contact .social ul li{
  list-style: none;
  display: inline;
}

.footer-contact .social ul li:not(:last-child){
  margin-right: 22px;
}

.footer-contact .social a{
  font-size: 18px;
}

.footer-contact .phone i, .footer-contact .email i{
  color: #85878c;
  position: relative;
  background-color: white;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  padding: 7px;
  font-size: 12px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .foot-contact-block {
    background: #3c3f42;
  }
}
.foot-contact-block img {
  margin: 0 0 25px;
}
.foot-contact-block p {
  color: #dededebd;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 25px;
}
.foot-contact-block h4 {
  color: #dededebd;
  margin: 0 0 15px;
  font-weight: 400;
}
.foot-contact-block h4 i {
  background: #5bc198;
  color: #fff;
  padding: 7px;
  font-size: 13px;
  margin-right: 14px;
  border-radius: 4px;
  vertical-align: text-top;
}

.foot-contact-block .fa-phone {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 991px) {
    .footer-logo-wrapper{
        width: 130px;
        height: 110px;
    }
}

@media (max-width: 767px){
    
    .footer-logo-wrapper {
        width: 80px;
        height: 70px;
    }
    
    .footer-contact{
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .footer-contact > div:not(:last-child){
        margin-bottom: 20px;
    }
    
    .footer-contact .social{
        width: 100%;
        margin-top: 15px;
    }
    
    .copyright p{
        text-align: center;
    }
    
    footer .solution{
        display: block;
    }
}
.foot-link-box {
  margin: 25px 0;
}
@media (min-width: 768px) {
  .foot-link-box {
    margin: 90px 0;
  }
}
.foot-link-box h4 {
  position: relative;
  color: #5bc198;
  padding: 0 0 20px;
  margin: 0 0 18px;
}
.foot-link-box h4:after {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  background: #3c3f42;
  left: 0;
  bottom: 0;
}
.foot-link-box ul {
  padding: 0;
  margin: 0;
}
.foot-link-box ul li {
  list-style: none;
  line-height: 2;
}
.foot-link-box ul li a {
  color: #dededebd;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
}
.foot-link-box ul li a:hover {
  color: #5bc198;
}
.foot-link-box ul li a i {
  margin-right: 14px;
}

.footlink-box_btn a {
  font-size: 14px;
  text-transform: unset;
  width: 100%;
  margin: 0 0 15px;
}
.footlink-box_btn ul {
  margin: 20px 0 0;
}
.footlink-box_btn ul li {
  display: inline-block;
}

.copyright {
  /*border-top: 1px solid #565555;*/
  padding-bottom: 25px;
  margin: 58px auto 0;
  display: flex;
}
.copyright p {
  color: rgba(252, 252, 253, 0.6);
  font-size: 14px;
  margin: auto;
  /*display: inline-block;*/
}

.copyright a{
  color: rgba(154, 155, 154, 0.6);
}

.copyright a:hover{
  color: rgba(252, 252, 253, 0.6);
  text-decoration: none;
}

#scroll {
  float: right;
  background-color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 10%;
  right: 50px;
}
#scroll:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  background-color: #72d269;
}
#scroll i {
  padding: 11px 0;
  color: #000;
  font-size: 12px;
}

/*------------------------------------------------------------------
ABOUT
-------------------------------------------------------------------*/
/* --------- Sub Header --------- */
.top-bar {
  padding: 24px 0;
}
.top-bar ul {
  padding: 0;
  margin: 0;
  display: none;
}
@media (min-width: 992px) {
  .top-bar ul {
    display: inline-block;
  }
}
.top-bar ul li {
  list-style: none;
  display: inline-block;
  padding: 0 12px;
  border-right: 2px solid #e9eaea;
}
@media (min-width: 1200px) {
  .top-bar ul li {
    padding: 0 42px;
  }
}
.top-bar ul li img {
  display: inline-block;
}
.top-bar ul li div {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.top-bar ul li div span {
  font-size: 11px;
}

.top-bar .navbar-brand {
  display: inline-block;
}

.top-bar-style2 {
  background: #4d72d0;
}

.topbar-social {
  padding: 12px 0;
  margin: 0;
}
.topbar-social li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
}
.topbar-social li a {
  font-size: 13px;
}
.topbar-social li a i {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.topbar-social li a i:hover {
  color: #5bc198;
}

.topbar-contact {
  padding: 0;
  margin: 0;
  display: none;
}
@media (min-width: 992px) {
  .topbar-contact {
    display: block;
  }
}
.topbar-contact li {
  list-style: none;
  display: inline-block;
  margin-right: 16px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
.topbar-contact .btn {
  border-radius: 0 !important;
  text-transform: capitalize;
  font-weight: 400;
}

.appointment-btn {
  border: none !important;
  padding-right: 0 !important;
}
.appointment-btn i {
  background: #5bc198;
  padding: 17px;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: 0.7px 2.994px 12.1px 0px #5bc198;
          box-shadow: 0.7px 2.994px 12.1px 0px #5bc198;
  font-size: 12px;
}

.sub-header {
  background: url(../images/sub-header-bg.png) no-repeat #4565cf;
  background-size: cover;
}

.sub-header_content {
  color: #fff;
}
.sub-header_content p {
  font-size: 12px;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.sub-header_content p:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  right: 0;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 0px 0 13px;
}
.sub-header_content h3 {
  font-size: 28px;
  opacity: 0.9;
}
.sub-header_content span {
  font-size: 12px;
  opacity: 0.9;
}

.sub-header_main {
  text-align: center;
}
.sub-header_main h2 {
  position: relative;
  font-size: 42px;
  color: #fff;
  opacity: 0.1;
  margin: 20px 0 0;
  text-align: left;
}
@media (min-width: 768px) {
  .sub-header_main h2 {
    font-size: 60px;
    margin: 0;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .sub-header_main h2 {
    font-size: 86px;
    font-weight: 600;
    margin: 18px 0 0;
  }
}
.sub-header_main h2:before {
  position: absolute;
  content: url(../images/sub-header-icon.png);
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  display: none;
}
@media (min-width: 768px) {
  .sub-header_main h2:before {
    display: block;
  }
}

/* --------- Our Mission --------- */
.mission-wrap {
  border: none;
  padding: 30px;
}
@media (min-width: 768px) {
  .mission-wrap {
    border-left: 4px dotted green;
  }
}
.mission-wrap a {
  font-size: 14px;
  color: #4d72d0;
  text-decoration: underline;
}

/* --------- Counter --------- */
.counter {
  padding: 30px 0;
}

.counter-block {
  text-align: center;
  border: none;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .counter-block {
    border-right: 2px dashed #cccccc59;
    text-align: left;
    margin: 0;
  }
}
.counter-block img {
  vertical-align: top;
}

.counter-text {
  display: block;
  margin: 0;
  color: #3c3f42;
}
@media (min-width: 992px) {
  .counter-text {
    display: inline-block;
    margin: 0 0 0 12px;
  }
}
.counter-text h2 {
  font-weight: 600;
  margin: 0;
  font-size: 32px;
  color: #3c3f42;
  opacity: 0.8;
}
.counter-text p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.7;
}

.counter-btn_block {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .counter-btn_block {
    margin: 0;
  }
}

/*------------------------------------------------------------------
DOCTORS
-------------------------------------------------------------------*/
/* --------- Doctors --------- */
.docrtors-box1 {
  position: relative;
  text-align: center;
  border: 2px solid #f4f6fa;
  padding: 28px 20px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 14px 25px 14px;
}
.docrtors-box1:hover {
  background: #f4f6fa;
}
.docrtors-box1:hover .bg-shade {
  display: none;
}
.docrtors-box1 img {
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 auto;
}
.docrtors-box1 h4 {
  font-size: 21px;
  margin: 24px 0 10px;
}
.docrtors-box1 p,
.docrtors-box1 a {
  font-size: 13px;
}
.docrtors-box1 ul {
  padding: 0;
  margin: 20px 0 0;
}
.docrtors-box1 ul li {
  list-style: none;
  display: inline-block;
  margin: 0 12px;
}
.docrtors-box1 ul li a {
  color: #3c3f42;
}
.docrtors-box1 ul li a i {
  font-size: 13px;
}

.bg-shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.bg-shade img {
  width: 100%;
  border-radius: 0;
  border: none;
}

.dotor-box1-img {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  -webkit-box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.75);
}

.emergency {
  padding: 90px 0;
  background: url(../images/bg-img-doctors.jpg) no-repeat;
  background-size: cover;
}

.emergency-box {
  background: url(../images/emergency-contact-bg.png) no-repeat #5bc198;
  background-size: cover;
  color: #fff;
  padding: 40px;
}
.emergency-box p {
  font-size: 14px;
}

.emergency-block {
  margin: 25px 0 0;
}
.emergency-block i {
  font-size: 20px;
  background: #4d72d0;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  margin: 0 14px 0 0;
  vertical-align: middle;
  padding: 11px 0;
}

.emergency-text {
  display: inline-block;
  vertical-align: middle;
}
.emergency-text p {
  margin: 0;
}

.yellow-bg {
  background: #d9ae53 !important;
}

.doctors-box3 {
  position: relative;
  text-align: center;
  margin: 0 0 25px;
  padding: 30px 24px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.doctors-box3:hover {
  background: #f4f6fa;
}
.doctors-box3 img {
  position: relative;
  border-radius: 50%;
  margin: 0 auto 24px auto;
  border: 8px solid #f4f6fa;
  width: 100%;
}
.doctors-box3 p {
  position: relative;
  font-size: 13px;
  padding: 0 0 12px;
  margin: 0;
}
.doctors-box3 p:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #4d72d0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.doctors-plus-icon {
  position: absolute;
  top: 10%;
  right: 16%;
  background: #4d72d0;
  color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  padding: 7px 0;
}
.doctors-plus-icon i {
  font-size: 12px;
}

/*------------------------------------------------------------------
APPOINTMENT
-------------------------------------------------------------------*/
/* --------- Appointment --------- */
.background-bg4 {
  background: #f4f6fa;
  position: relative;
}
.background-bg4::before {
  position: absolute;
  content: "";
  background: url(../images/appointment-bg.png) no-repeat #4d72d0;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
@media (min-width: 992px) {
  .background-bg4::before {
    width: 52%;
    height: 100%;
  }
}

.why-choose_block {
  padding-left: 0;
  margin-top: 90px;
}
@media (min-width: 992px) {
  .why-choose_block {
    padding-left: 60px;
    margin-top: 0;
  }
}

.appointment-form_wrap {
  margin: 0 0 30px;
  color: #fff;
}
.appointment-form_wrap span {
  color: #fff;
}
.appointment-form_wrap input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.appointment-form_wrap input::-moz-placeholder {
  color: #fff;
  font-weight: 300;
}
.appointment-form_wrap input:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.appointment-form_wrap input::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.appointment-form_wrap input::placeholder {
  color: #fff;
  font-weight: 300;
}
.appointment-form_wrap input:focus {
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #5bc198;
}
.appointment-form_wrap label {
  font-weight: 300;
}
.appointment-form_wrap textarea {
  border-radius: 0;
  border: 2px solid #7898dd;
}
.appointment-form_wrap textarea:focus {
  border-color: #5bc198;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.whychoose-wrap {
  padding: 20px 22px;
  margin: 0 0 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.whychoose-wrap:hover {
  background: #fff;
}
.whychoose-wrap img {
  vertical-align: top;
  margin: 0 12px 10px 0;
  width: 38px;
}
.whychoose-wrap p {
  margin: 0;
}

.whychoose-text_block {
  display: inline-block;
  vertical-align: middle;
}
.whychoose-text_block h4 {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
.whychoose-text_block p {
  font-size: 13px;
  opacity: 0.9;
}

/*------------------------------------------------------------------
BLOG
-------------------------------------------------------------------*/
/* --------- Blog List --------- */
.blog-list {
  position: relative;
  margin: 0 0 25px;
}
.blog-list img {
  width: 100%;
}
.blog-list h3 {
  margin: 0;
}

.blog-date {
  position: absolute;
  background: #5bc198;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  left: 32px;
  top: 32px;
}
.blog-date h3 {
  font-size: 34px;
  margin: 0;
}
.blog-date span {
  font-size: 13px;
}

.blog-text-wrap {
  padding: 30px;
  border: 2px solid #f4f6fa;
}

.blog-comment-top {
  border-bottom: 1px solid #f4f6fa;
  margin: 0 0 16px;
}
.blog-comment-top i {
  font-size: 13px;
  color: #4d72d0;
  margin-right: 8px;
}
.blog-comment-top p {
  font-size: 13px;
  display: inline-block;
}
.blog-comment-top p span {
  color: #3c3f42;
  margin: 0 12px;
}
.blog-comment-top label {
  float: right;
  font-size: 13px;
  background: #f4f6fa;
  padding: 6px 22px;
  border-radius: 22px;
}

.blog-sidebar {
  background: #f4f6fa;
  margin: 0 0 25px;
}

.blog-sidebar_search {
  margin: 0 !important;
  padding: 0;
  border: none !important;
}

.blog-sidebar_heading {
  border-bottom: 1px solid #ccc;
}
.blog-sidebar_heading h4 {
  padding: 22px 0 16px 0;
  margin: 0 0 0 30px;
  position: relative;
  display: inline-block;
}
.blog-sidebar_heading h4:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #4d72d0;
  bottom: -2px;
  left: 0;
}

.blog-sidebar_wrap {
  padding: 30px 30px;
}

.blog-sidebar_content {
  border-bottom: 1px solid #ccc;
  padding: 0 0 12px;
  margin: 0 0 12px;
}
.blog-sidebar_content:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.blog-sidebar_content .form-group {
  margin: 0;
  position: relative;
}
.blog-sidebar_content .form-group input {
  font-size: 14px;
  border: none;
  border-radius: 0;
  padding: 28px 18px;
}
.blog-sidebar_content .form-group i {
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #4d72d0;
}

.thumbnail-wrap {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumbnail-wrap:hover .thumbnail-hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumbnail-wrap img {
  margin-right: 20px;
  width: 100%;
}

.our-dental-service h3 {
  font-size: 23px;
}

.thumbnail-hover {
  position: absolute;
  background: #4d72d0;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.thumbnail-hover i {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.thumbnail-text_wrap {
  display: inline-block;
  vertical-align: top;
}
.thumbnail-text_wrap p {
  font-size: 13px;
  margin: 0;
}
.thumbnail-text_wrap span {
  font-size: 12px;
  color: #4d72d0;
}

.blog-sidebar_category {
  padding: 0;
  margin: 0;
}
.blog-sidebar_category li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}
.blog-sidebar_category li:last-child {
  border: none;
  padding-bottom: 0;
}
.blog-sidebar_category li a {
  font-size: 14px;
  color: #3c3f42;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-sidebar_category li a:hover {
  color: #4d72d0;
  text-decoration: none;
}
.blog-sidebar_category li span {
  float: right;
  background: #4d72d0;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  padding: 1px 0;
}

.blog-sidebar_tags {
  padding: 0;
  margin: 0;
}
.blog-sidebar_tags li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 20px 0;
}
.blog-sidebar_tags li a {
  color: #3c3f42;
  background: #fff;
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-sidebar_tags li a:hover {
  background: #4d72d0;
  color: #fff;
  text-decoration: none;
}

.blog-sidebar_social {
  padding: 0;
  margin: 0;
}
.blog-sidebar_social li {
  list-style: none;
  display: inline-block;
}
.blog-sidebar_social li a {
  display: block;
  border: 1px solid #4d72d0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 5px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .blog-sidebar_social li a {
    width: 40px;
    height: 40px;
    padding: 8px 0;
    margin-right: 6px;
  }
}
.blog-sidebar_social li a:hover {
  background: #4d72d0;
  color: #fff;
}

.blog-join_us {
  background: url(../images/join-us.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 20px;
  color: #fff;
}

.blog-join_us-content {
  border: 1px solid #fff;
  padding: 70px 30px;
}
.blog-join_us-content h6 {
  font-size: 14px;
  margin: 0 0 25px;
}
.blog-join_us-content p {
  font-size: 14px;
  margin: 0 0 25px;
}

/*------------------------------------------------------------------
BLOG GRID 2
-------------------------------------------------------------------*/
/* --------- Blog grid 2 --------- */
.blog-grid-wrap {
  background: #fff;
  padding: 0 20px;
  margin: 0 0 45px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .blog-grid-wrap {
    margin: 0;
  }
}

.blog-grid-img {
  position: relative;
}
.blog-grid-img img {
  border-radius: 8px;
  margin: -16px 0 0;
  width: 100%;
}

.blog-grid-date {
  position: absolute;
  background: #5bc198;
  text-align: center;
  padding: 6px 15px;
  color: #fff;
  border-radius: 8px;
  left: 14px;
  top: 10px;
}
.blog-grid-date h5 {
  margin: 0;
  font-size: 20px;
}
.blog-grid-date p {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
}

.blog-grid-top_icon {
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
}
.blog-grid-top_icon label {
  margin: 0;
  font-size: 12px;
  border: 1px solid #4d72d0;
  color: #4d72d0;
  border-radius: 22px;
  padding: 3px 14px;
}
.blog-grid-top_icon p {
  font-size: 11px;
  display: inline-block;
  float: right;
  margin: 4px 0 0;
  opacity: 0.6;
}
.blog-grid-top_icon p i {
  color: #4d72d0;
  margin: 0 8px 0 0;
}
.blog-grid-top_icon p span {
  margin: 0 10px;
}

.blog-grid_text {
  padding: 16px 0 19px;
}
.blog-grid_text a {
  color: #3c3f42;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-grid_text a:hover {
  text-decoration: none;
  color: #4d72d0;
}
.blog-grid_text a h4 {
  font-size: 19px;
  line-height: 1.4;
}
.blog-grid_text p {
  font-size: 13px;
  margin: 0;
}

.blog-slider .slick-slide {
  margin: 32px 12px;
}

/*------------------------------------------------------------------
CONTACT US
-------------------------------------------------------------------*/
/* --------- Contact Us --------- */
.map-img-wrap {
  position: relative;
}
.map-img-wrap ul {
  margin: 0;
  padding: 0;
}
.map-img-wrap ul li {
  list-style: none;
  position: absolute;
  display: inline-block;
  top: 10%;
  left: 50%;
}
.map-img-wrap ul li:first-child {
  left: 20%;
  top: 30%;
}
.map-img-wrap ul li:nth-child(2) {
  top: 60%;
  left: 55%;
}
.map-img-wrap ul li:nth-child(3) {
  top: 30%;
  left: 75%;
}
.map-img-wrap ul li i {
  font-size: 28px;
  color: #5bc198;
}

.contact-title {
  margin: 0 0 10px;
}
.contact-title h4 {
  margin: 0 0 22px;
}
.contact-title i {
  background: #4d72d0;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 13px 0;
  font-size: 13px;
}
.contact-title img {
  width: 28px;
  margin-right: 10px;
  opacity: 0.6;
}
.contact-title p {
  font-size: 14px;
  display: inline-block;
  margin: 0;
  font-weight: 500;
  color: #3c3f42;
}
.contact-title span {
  font-size: 11px;
  float: right;
  margin: 6px 0 0;
}
.contact-title .alert-success {
  background-color: #d4edda80;
  border: 1px solid #5bc198;
}
.contact-title .alert-warning {
  background-color: #fff3cd82;
  border: 1px solid #f9c863;
}

.contact-title_icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 16px;
}
.contact-title_icon p {
  margin: 0;
  font-size: 12px;
}
.contact-title_icon h6 {
  line-height: 1.8;
  font-size: 14px;
}

.get-in-touch {
  position: relative;
  background: #5bc198;
  padding: 45px 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .get-in-touch {
    margin: -514px 0 0;
  }
}
.get-in-touch h3 {
  font-size: 30px;
  color: #fff;
  margin: 0 0 20px;
}
.get-in-touch textarea {
  margin: 0 0 25px;
  padding: 10px 14px;
  font-size: 13px;
  height: 150px;
}
.get-in-touch textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.get-in-touch .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.get-in-touch .form-group {
  position: relative;
}
.get-in-touch .form-group input {
  padding: 24px 14px;
}
.get-in-touch .form-group input::-webkit-input-placeholder {
  font-size: 13px;
}
.get-in-touch .form-group input::-moz-placeholder {
  font-size: 13px;
}
.get-in-touch .form-group input:-ms-input-placeholder {
  font-size: 13px;
}
.get-in-touch .form-group input::-ms-input-placeholder {
  font-size: 13px;
}
.get-in-touch .form-group input::placeholder {
  font-size: 13px;
}
.get-in-touch .form-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.get-in-touch .form-group i {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 11px;
  color: #5bc198;
}
.get-in-touch .form-group a {
  border-radius: 6px;
}
.get-in-touch .textarea-icon i {
  top: 18px;
}

.get-in-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0.4;
}

.get-in-touch-style2 {
  margin: 0;
  background: white;
}

.get-in-touch-style2 i {
  color: #3c3f42 !important;
}

@media (max-width: 767px){
  .get-in-touch .form-group input{
    padding: 20px 14px;
  }

  .get-in-touch textarea{
    height: 140px;
  }
}

/*------------------------------------------------------------------
PRICING
-------------------------------------------------------------------*/
/* --------- Pricing --------- */
.pricing {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0px 0px 23px -17px #3c3f42;
          box-shadow: 0px 0px 23px -17px #3c3f42;
}
.pricing li {
  list-style: none;
  width: 100%;
  padding: 55px;
  border-right: none;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  text-align: center;
}
.pricing li:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .pricing li {
    width: 32%;
    border-right: 1px solid #e6e6e6;
    border-bottom: none;
    margin: 0;
  }
  .pricing li:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .pricing li {
    width: 33%;
  }
}
.pricing li h2 {
  margin: 20px 0 16px;
  color: #5bc198;
}
.pricing li h2 span {
  font-size: 22px;
}
.pricing li p {
  font-size: 14px;
  margin: 0 0 26px;
}

.pricing-tab {
  float: right;
  margin: 14px 0 0;
  background: #f4f6fa;
  border-radius: 4px;
  padding: 10px;
}
.pricing-tab .nav-link {
  font-size: 15px;
  color: #3c3f42;
}
.pricing-tab .nav-pills .nav-link.active {
  background: #4d72d0;
}

.pricing-middle {
  position: relative;
}
.pricing-middle .btn {
  border-radius: 32px !important;
  text-transform: capitalize !important;
  font-weight: 400;
  padding: 16px 27px;
  border: none;
  -webkit-box-shadow: -8px 2px 38px -10px #5bc198;
          box-shadow: -8px 2px 38px -10px #5bc198;
}

.pricing-badge {
  position: absolute;
  top: -5px;
  right: 34px;
}

.pricing-bg {
  position: relative;
}
.pricing-bg::before {
  position: absolute;
  content: "";
  background: url(../images/pricing-bg-left.png) no-repeat #5bc198;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33%;
}
@media (min-width: 768px) {
  .pricing-bg::before {
    width: 50%;
    height: 100%;
  }
}
.pricing-bg::after {
  position: absolute;
  content: "";
  background: url(../images/pricing-bg-right.png) no-repeat #4d72d0;
  background-size: cover;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .pricing-bg::after {
    width: 50%;
    height: 100%;
  }
}

.pricing-text-wrap {
  color: #fff;
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .pricing-text-wrap {
    padding: 0 70px;
  }
}
.pricing-text-wrap p {
  font-size: 14px;
  line-height: 2;
}
.pricing-text-wrap .btn {
  margin: 30px 0 0;
  font-size: 14px;
  text-transform: capitalize;
}

.beer-slider {
  width: 100%;
}

.stylish-heading h2 {
  margin: 0 0 25px;
}

.pricing-view {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 20px;
}
.pricing-view:last-child {
  border: none;
}
.pricing-view p {
  margin: 0;
}

.testi-slider2 {
  background: url(../images/testi-bg.png) no-repeat;
  background-size: cover;
}

.testimonial-style2 {
  padding: 90px 0 30px;
  text-align: center;
}
.testimonial-style2 img {
  border: 8px solid #fff;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}
.testimonial-style2 ul {
  padding: 0;
  margin: 0 0 20px;
}
.testimonial-style2 ul li {
  list-style: none;
  display: inline-block;
  color: #f9c863;
  font-size: 14px;
  margin-right: 3px;
}
.testimonial-style2 p {
  padding: 0 20%;
  font-size: 19px;
  line-height: 2;
}
.testimonial-style2 span {
  color: #4d72d0;
  font-size: 14px;
}

.testi-slider-style2 {
  background: url(../images/testi-bg.png) no-repeat;
  background-size: cover;
}
.testi-slider-style2 .slick-prev:before, .testi-slider-style2 .slick-next:before {
  color: #5bc198;
}
.testi-slider-style2 .slick-next {
  right: 0;
  z-index: 10;
}
.testi-slider-style2 .slick-next:before {
  content: url(../images/arrow-right.png);
  ont-size: 32px;
  color: #9e9a9a;
  font-family: none;
}
.testi-slider-style2 .slick-prev {
  left: 0;
  z-index: 10;
}
.testi-slider-style2 .slick-prev:before {
  content: url(../images/arrow-left.png);
  ont-size: 32px;
  color: #9e9a9a;
  font-family: none;
}

.testi-slider-style2-nav {
  padding: 40px 0;
}
.testi-slider-style2-nav img {
  margin: 0 auto;
}

.pricing-img-wrap {
  border: 10px solid #fff;
}

/*------------------------------------------------------------------
SERVICES 2
-------------------------------------------------------------------*/
/* --------- Services 2 --------- */
.services-2 {
  padding: 0;
}

.service-box2 {
  position: relative;
  text-align: center;
  background: #fbfaff;
  padding: 30px 26px 0;
  border: 2px solid #f4f6fa;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 25px;
  z-index: 1;
  min-height: 305px;
}
.service-box2:hover {
  background: #4d72d0;
  color: #fff;
  border-color: #4d72d0;
  -webkit-box-shadow: 0px 10px 12px -2px rgb(77 114 208 / 37%);
  -moz-box-shadow: 0px 10px 12px -2px rgb(77 114 208 / 37%);
  box-shadow: 0px 10px 12px -2px rgb(77 114 208 / 37%);
}
.service-box2:hover .service-box2-img {
  /*background: #b73e54;
  -webkit-filter: invert(1);
          filter: invert(1);*/
}
.service-box2:hover a {
  color: #fff;
}
.service-box2 a {
  text-decoration: underline;
  font-size: 14px;
}
.service-box2 h3 {
  font-size: 23px;
  margin: 10px 0 8px;
  font-weight: 600;
}
.service-box2 p {
  font-size: 13px;
}

.service-box2-img {
  background: #fff;
  padding: 16px;
  border-radius: 6px;
  margin: 0 0 16px;
  -webkit-box-shadow: 0px 13px 16px 0px rgb(66 87 139 / 14%);
  -moz-box-shadow: 0px 13px 16px 0px rgb(66 87 139 / 14%);
          box-shadow: 0px 13px 16px 0px rgb(66 87 139 / 14%);
  width: 73px;
}

.service-box2-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

/*------------------------------------------------------------------
SERVICES DETAIL
-------------------------------------------------------------------*/
/* --------- Services Details --------- */
.service-detail_box {
  padding: 33px 26px;
  background: #f4f6fa;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 25px;
  border: 3px solid transparent;
}
.service-detail_box h3 {
  font-size: 23px;
}
.service-detail_box p {
  font-size: 13px;
}
.service-detail_box a {
  font-size: 14px;
  font-weight: 500;
  color: #3c3f42;
  text-decoration: underline;
}

.service-detail-icon {
  margin: 0 0 16px;
}
.service-detail-icon h2 {
  display: inline-block;
  float: right;
  opacity: 0.1;
  font-weight: 400;
  font-size: 60px;
}

.service-detail-svg-block {
  display: inline-block;
  border-radius: 6px;
  padding: 14px;
}
.service-detail-svg-block img {
  display: inline-block;
  width: 40px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media (max-width: 991px){
    .service-icon-col{
        margin: auto;
    }

  .service-icon-col:not(:last-child){
    margin-bottom: 5px;
  }

  .services-main-col:nth-child(even){
    padding-left: 0;
  }

  .services-desktop{
    display: none;
  }

  .service-box2{
    margin-bottom: 15px;
    padding-bottom: 15px;
    min-height: 350px;
    padding: 30px 26px;
  }

  .service-box2 p{
    font-size: 15px;
  }
}

@media (max-width: 767px){
    .service-box2{
        min-height: 235px;
        padding: 20px;
    }
    
    .service-box2-img{
        padding: 12px;
        width: 55px;
        margin-bottom: 10px;
    }
    
    .service-box2 p{
        font-size: 14px;
        margin-bottom: 0;
    }
    
    .services-main-col:nth-child(2n){
        padding-left: 15px;
    }
}

/*------------------------------------------------------------------
ERROR
-------------------------------------------------------------------*/
/* --------- Error --------- */
.error {
  background: url(../images/error.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  text-align: center;
}

.error-box h1 {
  font-weight: 700;
  font-size: 130px;
  text-shadow: 2px 5px 0px #5bc198;
}
@media (min-width: 576px) {
  .error-box h1 {
    font-size: 200px;
  }
}

@media (min-width: 768px) {
  .common-h2{
      position: relative;
      font-size: 34px;
      font-weight: 600;
      line-height: 1.2;
  }
}



/*------------------------------------------------------------------
HOME 2
-------------------------------------------------------------------*/
/* --------- Home 2 --------- */
.banner2 {
  background: url(../images/banner-2.jpg) center 100% no-repeat;
  background-size: cover;
}

/*------------------------------------------------------------------
BLOG DETAIL
-------------------------------------------------------------------*/
/* --------- Blog detail --------- */
.blog-deatil h5 {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
}
.blog-deatil p {
  font-size: 14px;
}

.blog-testi {
  background: #4d72d0;
  padding: 12px;
  margin: 0 0 25px;
}

.blog-testi_content {
  border: 1px solid #ccc;
  padding: 30px;
  color: #fff;
}
.blog-testi_content i {
  font-size: 42px;
}

.blog-testi_title p {
  display: inline-block;
}
.blog-testi_title p span {
  margin: 10px 0 0;
  display: block;
}

.blog-text-blok h3 {
  margin: 0 0 12px;
}
.blog-text-blok p {
  line-height: 1.8;
}

.tag-block {
  border-top: 1px solid #f4f6fa;
  border-bottom: 1px solid #f4f6fa;
  padding: 14px 0;
}

.tags span {
  display: inline-block;
  font-weight: 500;
  margin-right: 12px;
  font-size: 15px;
}
.tags ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.tags ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.tags ul li a {
  font-size: 12px;
  color: #3c3f42;
  background: #f4f6fa;
  padding: 6px 14px;
  border-radius: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tags ul li a:hover {
  background: #4d72d0;
  color: #fff;
  text-decoration: none;
}

.share {
  text-align: right;
}
.share span {
  font-weight: 500;
  margin-right: 12px;
  font-size: 15px;
}
.share ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.share ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.share ul li a {
  color: #3c3f42;
  font-size: 11px;
  background: #f4f6fa;
  border-radius: 50%;
  padding: 9px 0;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.share ul li a:hover {
  background: #4d72d0;
  color: #fff;
}

.blog-pre-next {
  padding: 14px 0;
  display: inline-block;
}
.blog-pre-next img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  float: left;
  margin-right: 28px;
}

.blog-pre-next_content ul {
  padding: 0;
  margin: 0;
}
.blog-pre-next_content ul li {
  list-style: noen;
  display: inline-block;
}
.blog-pre-next_content ul li a {
  color: #3c3f42;
  font-size: 14px;
  margin-right: 6px;
}

.blog-arrows-left {
  font-size: 13px;
}
.blog-arrows-left i {
  margin-right: 8px;
}

.blog-arrows-right {
  font-size: 13px;
}
.blog-arrows-right i {
  margin-left: 8px;
}

.comment-wrap {
  padding: 25px 0;
}
.comment-wrap h3 {
  margin: 0 0 24px;
}
.comment-wrap .media img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.comment-wrap .media-body p {
  font-size: 14px;
}
.comment-wrap .media-body span {
  display: inline-block;
  font-size: 15px;
}
.comment-wrap .media-body span i {
  margin-right: 8px;
}
.comment-wrap .media-body a {
  float: right;
  font-size: 15px;
}
.comment-wrap .media-body a i {
  margin-left: 8px;
  vertical-align: middle;
}

.blog-comment-wrap h3 {
  font-weight: 600;
  margin: 20px 0 20px;
}
.blog-comment-wrap input {
  height: 50px;
}
.blog-comment-wrap input::-webkit-input-placeholder {
  font-size: 14px;
}
.blog-comment-wrap input::-moz-placeholder {
  font-size: 14px;
}
.blog-comment-wrap input:-ms-input-placeholder {
  font-size: 14px;
}
.blog-comment-wrap input::-ms-input-placeholder {
  font-size: 14px;
}
.blog-comment-wrap input::placeholder {
  font-size: 14px;
}
.blog-comment-wrap textarea {
  padding: 14px;
}
.blog-comment-wrap textarea::-webkit-input-placeholder {
  font-size: 14px;
}
.blog-comment-wrap textarea::-moz-placeholder {
  font-size: 14px;
}
.blog-comment-wrap textarea:-ms-input-placeholder {
  font-size: 14px;
}
.blog-comment-wrap textarea::-ms-input-placeholder {
  font-size: 14px;
}
.blog-comment-wrap textarea::placeholder {
  font-size: 14px;
}

/*------------------------------------------------------------------
SERVICE DETAIL
-------------------------------------------------------------------*/
/* --------- Service detail --------- */
.sidebar-category {
  margin: 90px 0 30px;
  background: #fff;
}
.sidebar-category ul {
  padding: 0;
  margin: 0;
}
.sidebar-category ul li {
  list-style: none;
  border-bottom: 1px solid #f4f6fa;
  border-color: #009688 transparent transparent transparent;
}
.sidebar-category ul li a {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 14px 16px;
}
.sidebar-category ul li a:hover {
  text-decoration: none;
  background: #4d72d0;
}
.sidebar-category ul li a:hover span {
  color: #fff;
}
.sidebar-category ul li a:hover i {
  color: #fff;
}
.sidebar-category ul li a span {
  color: #3c3f42;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 400;
}
.sidebar-category ul li a i {
  float: right;
  vertical-align: top;
  margin: 5px 0 0;
  font-size: 13px;
  color: #3c3f42;
  opacity: 0.4;
}
.sidebar-category ul li a img {
  width: 32px;
}

.service-detail_wrap {
  background: #fff;
  padding: 90px 50px;
}

.service-detail_img img {
  margin: 0 0 30px;
}
.service-detail_img p {
  font-size: 13px;
}
.service-detail_img h2 {
  font-size: 30px;
  font-weight: 600;
}

.dental-features p {
  font-size: 13px;
}

.dental-features_list {
  padding: 0;
  margin: 0;
}
.dental-features_list li {
  list-style: none;
  padding: 0 0 14px 0;
}
.dental-features_list li i {
  color: #fff;
  background: #5bc198;
  border-radius: 50%;
  font-size: 9px;
  padding: 4px;
  float: left;
  margin: 0 16px 0 0;
  vertical-align: top;
}
.dental-features_list li h6 {
  font-size: 13px;
  margin: 0;
}

#popup-block{
  height: 100vh;
  position: fixed;
  top: 0;
  display: flex;
  left: 0;
  right: 0;
}

.mfp-close-btn-in .mfp-close{
  background-color: white;
  right: 20px;
  top: 30px;
  transition: all 0.3s ease
}

.mfp-close:active {
    top: 30px;
}

#result.danger{
  background-color: #ff5b5b;
  padding: 5px 10px;
  text-align: center;
}

.get-in-touch h3{
  text-align: center;
}

.form-group{
  display: flex;
  flex-direction: column;
}

.get-in-touch .btn{
  margin: auto;
  width: 200px;
}

.thank-you-page h1{
  font-size: 40px !important;
}

.thank-you-page h2{
  font-size: 25px !important;
}

.thank-you-page a{
  font-size: 19px;
  text-decoration: none;
  color: #4d72d0;
  font-weight: 500;
}

.thank-you-page a:hover{
  color: #8799c5;
}

.hide-element{
  display: none !important;
}

#popup-block h3{
  color: #2c2e31
}

#popup-block .form-group{
  position: relative;
}

#popup-block .textarea-icon{
  /*margin-bottom: 0;*/
}

#popup-block .form-group .required{
  color: red;
  position: absolute;
  top: 2px;
  left: 4px;
  height: 11px;
}

#poupSubmit{
  font-size: 20px;
}

@media (min-width: 992px){

  #popupBlockClose{
    display: none;
  }

  #popup-block{
    align-items: center;
    justify-content: center;
  }

  #popup-block section{
    width: 790px;
  }

  .mfp-close-btn-in .mfp-close{
    right: 40px;
    top: 30px;
    width: 30px;
    height: 0;
    color: #e0d7d7;
    font-size: 68px;
  }
}

@media (max-width: 767px){
  .mfp-close-btn-in .mfp-close{
    right: 10px;
    top: 1%;
  }

  #popup-block{
    top: 30px;
  }

  .mfp-close{
    height: 0;
  }
}

@media (max-width: 991px){
  .mfp-close{
    display: none !important;
  }

  #popupBlockClose{
    position: absolute;
    right: 15px;
    top: 0px;
    color: #333;
    opacity: 0.7;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* Bestweb Logo begin */

.bestweb-logo{
    position: absolute;
    z-index: 10;
    right: 20px;
    bottom: 10px;
}
.bestweb-logo > a{
    display: inline-block;
}

@media(min-width: 2000px){

  .bestweb-logo-l-0{
    position: relative;
  }
}

@media(max-width: 991px){
  .bestweb-logo img{
    width: 100px;
    height: 100px;
  }
}

@media(max-width: 767px){
    .bestweb-logo{
        right: 10px;
        bottom: 5px;
    }
    .bestweb-logo img{
        width: 70px;
        height: 70px;
    }
}

/* Bestweb Logo end */