/*------------------------------------------------------------------
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


    -------------------------------------------------------------------*/

  /*  -------------------------------Import font-family ------------------------------------*/
iframe#\:1\.container {
    display: none;
}

  @import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{

      font-family: 'Exo', sans-serif !important;
  }

  .size-h2{
    font-size: 30px !important;
  }


 /* -------------------------------------------------------------------*/

 
.dropdown-toggle::after {
  border-top: 0;


}

.hidden {
  display: none;
}
.navbar {
  padding: 0;
  text-transform: uppercase !important;
}

@media (min-width: 992px) {
  .navbar {
      padding: 0.5rem 0 !important;
  }
}

.appointment-btn-top {
  padding: 11px 32px !important;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 13px;
  padding: 12px 10px;
  color: black;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
      padding: 12px 10px;
  }
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #38a7de;
}

.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: 8px;
  vertical-align: middle;
}

.nav-item a span {
  font-size: 11px;
  vertical-align: top;
  font-weight: 700;
  background: #38a7de;
  color: #fff;
  padding: 0 5px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.btn-light {
  background-color: #fdf2de;
  color: #f69e03;
  font-size: 14px;
  padding: 14px 20px;
  border-radius: 2px;
}

.btn-light:hover {
  background-color: #fdf2de;
  color: #f69e03;
  padding: 14px 20px;
  border-radius: 2px;
}

.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: 2px solid #38a7de;
  color: #fff !important;
  border-radius: 22px;
  padding: 10px 38px;
  background: #38a7de;
  font-size: 14px;
}

.btn-outline-primary:hover {
  background: #061550 !important;
  border-color: #061550;
  color: #fff !important;
}

.btn-outline-success {
  border: 1px solid #38a7de;
  padding: 9px 7px;
  color: #38a7de;
}

@media (min-width: 768px) {
  .btn-outline-success {
      padding: 12px 24px;
  }
}

.btn-outline-success:hover {
  border: 1px solid #38a7de;
  color: #000;
  background: #38a7de;
}

.btn-primary {
  background-color: #38a7de !important;
  border: none !important;
  border-radius: 32px;
  padding: 13px 27px;
  color: #fff;
  font-weight: 400; 
 
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
}

.btn-primary:hover {
  background: #38a7de !important;
  border-color: #38a7de !important;
}

.btn-primary:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-primary2 {
  background-color: #38a7de !important;
  border: none !important;
  border-radius: 32px;
  
  color: #fff;
  font-weight: 400; 
 
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
}

.btn-primary2:hover {
  background: #38a7de !important;
  border-color: #38a7de !important;
}

.btn-primary2:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


.btn-success {
  background-color: #092591;
  border-radius: 0px;
  padding: 18px 38px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  border-color: #092591;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-success:hover {
  border-color: #061550;
  background: #061550;
}

.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: #061550 !important;
  border-color: #061550 !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-dark {
  padding: 14px 22px;
  font-size: 14px;
  border-radius: 7px;
  background-color: #2c2e31;
  -webkit-box-shadow: 0.8px 3.094px 12px 0px #38a7de;
  box-shadow: 0.8px 3.094px 12px 0px #38a7de;
  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;
  }
}

.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: #38a7de;
  border-color: #38a7de;
  color: #fff;
}

.form-control {
  padding: 0 0.85rem;
}

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: 5rem;
      -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: #38a7de;
  }
}

.dropdown-item {
  padding: 0.55rem 1.5rem;
  color: #3c3f42;
  font-size: 13px;
}

.dropdown-item:hover {
  background: none;
  color: #38a7de;
}

.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;
  }
}

.dropdown-menu1 {
  left: -192px;
  top: -6px !important;
}

body {
  color: #2c2e31;
  font-family: "Roboto", sans-serif;

}

h1,
.h1 {
  font-size: 34px;
  margin: 10px 0;
  font-weight: bold;
}

@media (min-width: 768px) {
  h1,
  .h1 {
      font-size: 26px;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
      font-size: 26px;
  }
}

@media (min-width: 1200px) {

  h1,
  .h1 {
      font-size: 30px;
  }
}

h2,
.h2 {
  font-size: 26px;
  font-weight: 500;
}

@media (min-width: 576px) {
  h2,
  .h2 {
      font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 17px;
}

p {
  line-height: 13px;
  line-height: 1.8;
  font-size: 14px;
}

a:focus {
  outline: none;
}

.space {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .space {
      padding: 2px 0;
  }
}

.container {
  max-width: 1260px;
}

.container-custom {
  max-width: 1124px;
}

.light {
  background: #f4f6fa;
}

.space-mb {
  margin: 0 0 90px;
}

.space-mt {
  margin: 90px 0 0;
}

.mb0{
  margin-bottom: 0px !important;
}

/****box*******/



.shadow-box {
  box-shadow: 0px 0px 33px -11px #000;
}


/* --------- Header --------- */
#sidebar3 ul.mb1 {
  list-style: none;
}
.banner--wrap {
  background: url(../images/banner-bg.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.banner--wrap2 {
  background: linear-gradient(#ffffff, #ffffffad, #ffffff7a, #ffffffdb), url(../images/covid-test-street.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.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;
}

.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;
}

.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 1s 1 normal forwards;
  animation: fadeIn 1s ease 1s 1 normal forwards;
}

.slick-current.slick-active .main-title a {
  -webkit-animation: fadeIn 1s ease 1.5s 1 normal forwards;
  animation: fadeIn 1s ease 1.5s 1 normal forwards;
}

.slick-current.slick-active .main-title h1 {
  -webkit-animation: slideDown 1s ease 0.5s 1 normal forwards;
  animation: slideDown 1s ease 0.5s 1 normal forwards;
}

.slick-current.slick-active .main-title p {
  -webkit-animation: slideDown 1s ease 1s 1 normal forwards;
  animation: slideDown 1s ease 1s 1 normal forwards;
}

@media (min-width: 1200px) {
  .banner-slider .slick-dots li.slick-active button:after {
      content: "";
      position: absolute;
      top: 8px;
      left: 14px;
      width: 0;
      height: 2px;
      background-color: #092591;
      -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: #092591;
}

.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;
}

@media (min-width: 768px) {
  .main-title {
      padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .main-title {
      padding: 20px 0 20px 72px;
  }
}

.main-title span {
  font-size: 21px;
  font-weight: 100;
}

.main-title p {
  font-size: 15px;
}

.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: #092591;
}

.play-btn {
  background: #092591;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  display: inline-block;
  -webkit-box-shadow: 0.7px 2.994px 12.1px 0px #092591;
  box-shadow: 0.7px 2.994px 12.1px 0px #092591;
  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: #38a7de;
  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: #38a7de;
  padding: 10px 14px;
}

.main-slider .slick-slide img {
  width: 100% !important;
  height: auto;
}

.slick-slide img {
  display: inline;
}

.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%);
}

@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;
  }
}

.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: #092591;
  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: #38a7de;
  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%;
}

.service-thumbnail {
  margin: 0 auto 35px auto;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .service-thumbnail {
      text-align: left;
      margin: 0;
      border-right: 1px solid #cccccc5e;
  }
}

.service-thumbnail img {
  float: left;
  margin-right: 16px;
}

.service-thumbnail_text {
  text-align: left;
  margin: 10px 0 0 14px;
}

.service-thumbnail_text span {
  color: #092591;
}

.service-thumbnail_text p {
  margin: 0;
}

.services-top-icon {
  border: 2px solid #f4f6fa;
  border-radius: 4px;
  padding: 16px 16px;
}

.services-top-icon2 {
  border: 2px dashed;
  border-radius: 6px;
}

.services-top-icon2.blue {
  border-color: #38a7de !important;
}

.services-top-icon2.green {
  border-color: #bae2d5 !important;
}

.services-top-icon2.yellow {
  border-color: #c0b099 !important;
}

.about-video_block {
  background: #f4f6fa;
  -webkit-box-shadow: 0px 0px 23px -17px #000;
  box-shadow: 0px 0px 56px -35px #000;
  border: 12px solid #fff;
  margin: 0 0 90px;
  border-radius: 50px !important;
  overflow: hidden;
}

.video-play-img {
  position: relative;
  display: block;
}

.video-play-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #061550;
  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: #38a7de;
  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: #38a7de;
  font-weight: 500;
  margin: 0 0 20px;
  display: block;
}

.video-play-text h2 {
  position: relative;
}

.video-play-text h2:before {
  position: absolute;
  content: "";
  background: url(../images/about-text-show.png) no-repeat;
  top: -17px;
  left: -15px;
  width: 100px;
  height: 90px;
}

.video-play-text a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.video-play-text hr {
  margin: 28px 0;
}

.blue {
  background: #d0efff;
}

.blue h3 {
  color: #38a7de;
}

.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: #38a7de;
}

.primary-color-br:hover {
  border: 3px solid #38a7de !important;
}

.secondary-color {
  background: #092591;
}

.secondary-color-br:hover {
  border: 3px solid #092591 !important;
}

.tertiary-color {
  background: #f9c863;
}

.tertiary-color-br:hover {
  border: 3px solid #f9c863 !important;
}

.quaternary-color {
  background: #38a7de;
}

.quaternary-color-br:hover {
  border: 3px solid #38a7de !important;
}

.quaternary-br-color {
  border: 12px solid #38a7de !important;
}

.facilities {
  padding: 14px;
  margin: 25px 0 0;
  text-align: center;
  border-radius: 8px;
}

.facilities h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}

.facilities span {
  font-size: 13px;
  margin: 0;
  color: #3c3f42;
  font-weight: 400;
}

.about-title-block {
  padding: 42px 0;
}

.about-title-block h3 {
  font-size: 28px;
  font-weight: 300;
}

.about-title-block h3 span {
  color: #38a7de;
  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;
  background-attachment: fixed;
}

.about-form p {
  font-weight: 300;
  font-size: 19px;
}

.about-form .dental-features_list i {
  background: #38a7de;
}

.about-form a {
  border-radius: 8px;
  font-size: 13px;
}

.about-form3 {
  background: url(../images/bg-home-form.jpg) no-repeat;
  background-size: cover;
}

.about-form3 p {
  font-size: 14px;
}

.about-form3 .dental-features_list i {
  background: #38a7de;
}

.about-form3 a {
  border-radius: 8px;
  font-size: 13px;
}

.about-form2 {
  background: url(../images/bg-home-form.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.about-form2 p {
  font-size: 14px;
}

.about-form2 .dental-features_list i {
  background: #38a7de;
}

.about-form2 a {
  border-radius: 8px;
  font-size: 13px;
}

.booking-form-style2 {
  position: relative;
  background: #38a7de;
  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 10px;
}

.heading-style1 span {
  color: #38a7de;
  font-style: italic;
  position: relative;
  font-weight: 500;
  font-size: 28px;
}

.heading-style1 h2 {
  font-weight: 600;
}

.service-slider .slick-slide {
  margin: 0 12px;
}

.service-slider .slick-next {
  right: -8px;
  top: 50%;
}

.service-slider .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75 !important;
  color: #061550 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '→';
}

.service-slider .slick-prev {
  right: 0;
  left: -8px;
  top: 50%;
}

.service-slider .slick-prev:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75 !important;
  color: #061550 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '←';
}

.service-block {
  position: relative;
  padding: 35px 30px;
  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: #38a7de;
}

.service-block.blue:hover a {
  background: #38a7de !important;
  -webkit-box-shadow: 4.5px 7.794px 13px 0px #38a7de;
  box-shadow: 4.5px 7.794px 13px 0px #38a7de;
}

.service-help_link {
  margin: 35px 0 0;
}


/* --------- Why Choose --------- */

.why-choose-block {
  position: relative;
  color: #fff;
}

.why-choose-block::before {
  position: absolute;
  content: "";
  background: url(../images/why-choose-bg-left.png) no-repeat #092591;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
}

@media (min-width: 768px) {
  .why-choose-block::before {
      height: 50%;
  }
}

@media (min-width: 992px) {
  .why-choose-block::before {
      width: 50%;
      height: 100%;
  }
}

.why-choose-block::after {
  position: absolute;
  content: "";
  background: url(../images/why-choose-bg-right.png) no-repeat #38a7de;
  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 25px;
}

.why-choose-block hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.why-choose_list-br {
  margin: 6px 0 !important;
}

.why-choose_list {
  margin: 0 0 18px;
}

.why-choose_list i {
  vertical-align: top;
  /* background: #38a7de;*/
  padding: 10px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
}

.why-choose_list-content {
  display: inline-block;
  margin: 0 0 0 0px;
  line-height: 15px;
}

.why-choose_list-content span {
  font-size: 13px;
  font-weight: 300;
  color: #ffffffb8;
}

.why-choose_list-content h5 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .why-choose_list-content h5 {
      font-size: 1.05rem;
  }
}

.why-choose_list-content h3 {
  font-size: 23px;
}

.why-choose_right {
  margin: 35px 0 0;
}

@media (min-width: 992px) {
  .why-choose_right {
      margin: 0 0 0 60px;
  }
}

.why-choose_right p {
  font-weight: 300;
  font-size: 17px;
  margin: 0 0 25px;
}

.choose-icon {
  position: relative;
  display: inline-block;
  background: #3858af47;
  border-radius: 6px;
  vertical-align: top;
  width: 60px;
  height: 60px;
  font-size: 17px;
}

.choose-icon i {
  position: absolute;
  background: none;
  font-size: 20px !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* --------- 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: #38a7de;
  -webkit-box-shadow: 4.5px 7.794px 13px 0px #092591;
  box-shadow: 4.5px 7.794px 13px 0px #092591;
  margin: 0;
}

.newsletter-subscribe h4 {
  font-weight: 400;
}

.newsletter-subscribe_form {
  position: relative;
  width: 70%;
}

.newsletter-subscribe_form input {
  border: 1px solid #38a7de;
  border-radius: 30px;
  padding: 26px;
}

.newsletter-subscribe_form a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #38a7de;
  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: #38a7de;
  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: #38a7de;
  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: #38a7de;
}

.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 60px;
}

.sub-title_center span {
  color: #38a7de;
  font-weight: 500;
}

.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: #38a7de;
  -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: #092591;
  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: #38a7de;
}

.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: #38a7de;
}

.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 #38a7de;
  box-shadow: 4.5px 7.794px 13px 0px #38a7de;
  padding: 19px;
  border-radius: 50%;
  margin-left: 8px;
  font-size: 12px;
  color: #fff;
}

.consultant-content p {
  font-weight: 300;
}


/* --------- Testimonials --------- */

.testimonial {
  padding: 10px 0;
}

.testi-slider .slick-track {
  margin: 12px 0 0;
}

.testi-slider .slick-slide {
  margin: 0 12px;
  height: 530px !important;
}

.testi-slider .slick-slide:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.testi-slider .slick-dots {
  text-align: right;
  top: -60px;
  bottom: 100%;
  pointer-events: all;
}

.testi-slider .slick-dots li {
  margin: 0;
}

.testi-slider .slick-dots li button:before {
  font-size: 10px;
  color: #38a7de;
}

.testimonial-wrap {
  position: relative;
  border: 1px solid #38a7de !important;
  padding: 35px;
}

.testimonial-wrap ul {
  padding: 0;
  margin: 0;
}

.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-size: 17px;
}

.testimonial-wrap p span {
  color: #38a7de;
}

.testimonial-wrap2 {
  position: relative;
  /*border: 1px solid #38a7de !important;*/
  padding: 15px;
  box-shadow: 0px 0px 34px rgb(221 221 221);
  height: 680px;
  background-color: #fff !important;
}

.testimonial-wrap2 ul {
  padding: 0;
  margin: 0;
}

.testimonial-wrap2 ul li {
  list-style: none;
  display: inline-block;
}

.testimonial-wrap2 ul li i {
  color: #f9c863;
  font-size: 14px;
  margin: 0 0 14px;
}

.testimonial-wrap2 p {
  font-size: 15px;
  line-height: 24px;
}

.testimonial-wrap2 p span {
  color: #38a7de;
}

/******/
.testimonial-wrap9 {
  position: relative;
  /*border: 1px solid #38a7de !important;*/
  padding: 15px;
  box-shadow: 0px 0px 34px rgb(221 221 221);
  height: 630px;
  background-color: #fff !important;
}

.testimonial-wrap9 ul {
  padding: 0;
  margin: 0;
}

.testimonial-wrap9 ul li {
  list-style: none;
  display: inline-block;
}

.testimonial-wrap9 ul li i {
  color: #f9c863;
  font-size: 14px;
  margin: 0 0 14px;
}

.testimonial-wrap9 p {
  font-size: 15px;
  line-height: 24px;
}

.testimonial-wrap9 p span {
  color: #38a7de;
}



/****/

.testimonial-wrap5 {
  position: relative;
  margin-top: 50px;
  /*border: 1px solid #38a7de !important;*/
  padding: 15px;
  box-shadow: 0px 0px 34px rgb(221 221 221);
  height: 300px;
  background-color: #fff !important;
}

.testimonial-wrap5 ul {
  padding: 0;
  margin: 0;
}

.testimonial-wrap5 ul li {
  list-style: none;
  display: inline-block;
}

.testimonial-wrap5 ul li i {
  color: #f9c863;
  font-size: 14px;
  margin: 0 0 14px;
}

.testimonial-wrap5 p {
  font-size: 15px;
  line-height: 24px;
}

.testimonial-wrap5 p span {
  color: #38a7de;
}

.margin-top-home {
  margin-bottom: -25px;
}

.testimonial-wrap2-2 {
  position: relative;
  /*border: 1px solid #38a7de !important;*/
  padding: 15px;
  box-shadow: 0px 0px 34px rgb(221 221 221);
  height: 750px;
  background-color: #fff !important;
}

.testimonial-wrap2-2 ul {
  padding: 0;
  margin: 0;
}

.testimonial-wrap2-2 ul li {
  list-style: none;
  display: inline-block;
}

.testimonial-wrap2-2 ul li i {
  color: #f9c863;
  font-size: 14px;
  margin: 0 0 14px;
}

.testimonial-wrap2-2 p {
  font-size: 15px;
  line-height: 24px;
}

.testimonial-wrap2-2 p span {
  color: #38a7de;
}

.testimonial-wrap3 {
  position: relative;
  /*border: 1px solid #38a7de !important;*/
  padding: 15px;
  height: 780px;
  background-color: #fff !important;
}

.testimonial-wrap3 ul {
  padding: 0;
  margin: 0;
}

.testimonial-wrap3 ul li {
  list-style: none;
  display: inline-block;
}

.testimonial-wrap3 ul li i {
  color: #f9c863;
  font-size: 14px;
  margin: 0 0 14px;
}

.testimonial-wrap3 p {
  font-size: 17px;
}

.testimonial-wrap3 p span {
  color: #38a7de;
}



.testimonial-wrap4 {
  position: relative;
  border: 1px solid #38a7de !important;
  padding: 20px;
  height: 100%;
}

.testimonial-wrap4 ul {
  padding: 0;
  margin: 0;
}

.testimonial-wrap4 ul li {
  list-style: none;
  display: inline-block;
}

.testimonial-wrap4 ul li i {
  color: #f9c863;
  font-size: 14px;
  margin: 0 0 14px;
}

.testimonial-wrap4 p {
  font-size: 14px;
}

.testimonial-wrap4 p span {
  color: #38a7de;
}


.testimonial-wrap6 {
  position: relative;
  border: 0px solid #38a7de !important;
  padding: 20px;
  box-shadow: 0px 0px 20px #cdcdcd;
  height: 450px !important;
}

.testimonial-wrap6 ul {
  padding: 0;
  margin: 0;
}

.testimonial-wrap6 ul li {
  list-style: none;
  display: inline-block;
}

.testimonial-wrap6 ul li i {
  color: #f9c863;
  font-size: 14px;
  margin: 0 0 14px;
}

.testimonial-wrap6 p {
  font-size: 14px;
}

.testimonial-wrap6 p span {
  color: #38a7de;
}
/*****testimonial 8 ***/
.testimonial-wrap8 {
  position: relative;
  /*border: 1px solid #38a7de !important;*/
  padding: 15px;
   
  height: 500px;
  background-color: #fff !important;
}

.testimonial-wrap8 ul {
  padding: 0;
  margin: 0;
}

.testimonial-wrap8 ul li {
  list-style: none;
  display: inline-block;
}

.testimonial-wrap8 ul li i {
  color: #f9c863;
  font-size: 14px;
  margin: 0 0 14px;
}

.testimonial-wrap8 p {
  font-size: 15px;
  line-height: 24px;
}

.testimonial-wrap8 p span {
  color: #38a7de;
}


/**** end testimonial 8***/


.testi-img-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 0px 23px -11px #38a7de;
  box-shadow: 0px 0px 23px -11px #38a7de;
  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: #38a7de;
  font-weight: 500;
  font-size: 14px;
  margin-left: 50px;
}

.testi-name:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background: #38a7de;
  left: -50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 60px;
}


/* --------- 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 #38a7de 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: #38a7de;
  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: #38a7de;
  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: #38a7de;
  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: #061550;
}

@media (min-width: 992px) {
  footer {
      background: url(../images/footer-bg3.jpg) no-repeat #061550;
      background-size: cover;
  }
}

.foot-contact-block {
  background: #061550;
  padding: 40px 40px;
  border-radius: 3px;
  border-top: 4px solid #38a7de;
  margin: -4px 0 0;
}

@media (min-width: 992px) {
  .foot-contact-block {
      background: #061550;
  }
}

.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: #092591;
  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);
}

.contact-title a {
  color: #38a7de !important;
  transition: 0.4s;
}

.contact-title a:hover {
  color: #092591 !important;
  transition: 0.4s;
}

.foot-link-box {
  margin: 25px 0;
}

@media (min-width: 768px) {
  .foot-link-box {
      margin: 35px 0;
  }
}

.foot-link-box h4 {
  position: relative;
  color: #092591;
  padding: 0 0 20px;
  margin: 0 0 18px;
}

.foot-link-box h4:after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
}

.foot-link-box ul {
  padding: 0;
  margin: 0;
}

.foot-link-box ul li {
  list-style: none;
  line-height: 1;
}

.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: #38a7de;
}

.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: 25px 0;
}

.copyright p {
  color: #dededebd;
  font-size: 13px;
  margin: 0;
  display: inline-block;
}

#scroll {
  float: right;
  background: #38a7de;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#scroll:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  background: #061550;
}

#scroll i {
  padding: 11px 0;
  color: #fff;
  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: #38a7de;
}

.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: #092591;
}

.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: #092591;
  padding: 17px;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: 0.7px 2.994px 12.1px 0px #092591;
  box-shadow: 0.7px 2.994px 12.1px 0px #092591;
  font-size: 12px;
}

.sub-header {
  background: url(../images/sub-header-bg.png) no-repeat #00a9e1;
  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: 25px;
  margin-top: 10px;
  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: 35px;
  color: rgb(255, 255, 255);
  margin: 8px 0 0;
  text-align: left;
}

@media (min-width: 768px) {
  .sub-header_main h2 {
      font-size: 48px;
      margin: 8px 0 0;
      text-align: center;
  }
}

@media (min-width: 1200px) {
  .sub-header_main h2 {
      font-size: 50px;
      font-weight: 600;
      margin: 8px 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 #061550 !important;
      height: 100%;
  }
}

.mission-wrap a {
  font-size: 14px;
  color: #38a7de;
  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/covid-12.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.emergency-4 {
  padding: 90px 0;
  background: url(../images/covid-test-location.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.emergency-5 {
  padding: 90px 0;
  background: url(../images/antigen-test-quick.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.emergency-6 {
  padding: 90px 0;
  background: url(../images/covid-test-18.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.emergency-7 {
  padding: 90px 0;
  background: url(../images/img-page-under-construction.jpg) no-repeat  ;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
 
}

.overlay-dark, .overlay-light {
  position: relative;
}

.overlay-dark:before {
  background: #000;
}
.overlay-dark:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .7;
}
.emergency-box {
  background: url(../images/emergency-contact-bg.png) no-repeat #092591;
  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: #38a7de;
  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;
}

.emergency2 {
  padding: 90px 0;
  background: url(../images/corona-virus-test-3.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.emergency-box2 {
  background: url(../images/emergency-contact-bg.png) no-repeat #3aa7dd;
  background-size: cover;
  color: #fff;
  padding: 40px;
}

.emergency-box2 p {
  font-size: 14px;
}

.emergency-block2 {
  margin: 25px 0 0;
}

.emergency-block2 i {
  font-size: 20px;
  background: #38a7de;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  margin: 0 14px 0 0;
  vertical-align: middle;
  padding: 11px 0;
}

.emergency-text2 {
  display: inline-block;
  vertical-align: middle;
}

.emergency-text2 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: #38a7de;
  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: #38a7de;
  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 #38a7de;
  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: #092591;
}

.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: #092591;
  -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: #092591;
  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: #38a7de;
  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: #38a7de;
  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: #38a7de;
}

.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: #38a7de;
  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: #38a7de;
}

.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: #38a7de;
  text-decoration: none;
}

.blog-sidebar_category li span {
  float: right;
  background: #38a7de;
  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: #38a7de;
  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 #38a7de;
  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: #38a7de;
  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: #092591;
  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 #38a7de;
  color: #38a7de;
  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: #38a7de;
  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: #38a7de;
}

.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: #092591;
}

.contact-title {
  margin: 0 0 10px;
}

.contact-title h4 {
  margin: 0 0 22px;
}

.contact-title i {
  background: #38a7de;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 13px 0;
  font-size: 35px;
}

.icon-hour {
  background: none !important;
  color: #132157 !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  text-align: center !important;
  padding: 0px 0px !important;
  font-size: 20px !important;
}

.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 #092591;
}

.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: 20px;
  font-weight: 600;
}

.contact-title_icon h6 {
  line-height: 1.8;
  font-size: 18px;
}

.get-in-touch {
  position: relative;
  background: #092591;
  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: #092591;
}

.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: #38a7de;
}

.get-in-touch-style2 i {
  color: #3c3f42 !important;
}


/*------------------------------------------------------------------
    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: #092591;
}

.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: #38a7de;
}

.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 #092591;
  box-shadow: -8px 2px 38px -10px #092591;
}

.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 #092591;
  background-size: cover;
  top: 0;
  left: 0;
  background-attachment: fixed;
  bottom: 0;
  width: 100%;
  height: 33%;
}

.background-step{
  background: url(../images/covid-test-location.jpg);
  background-size: cover;
  top: 0;
  left: 0;
  background-attachment: fixed;
  bottom: 0;
}

@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 #38a7de;
  background-size: cover;
  right: 0;
  bottom: 0;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (min-width: 768px) {
  .pricing-bg::after {
      width: 50%;
      height: 100%;
  }
}


/***pricing 2***/

.pricing-bg2 {
  position: relative;
}

.pricing-bg2::before {
  position: absolute;
  content: "";
  background: url(../images/pricing-bg-right.png) no-repeat #38a7de;
  background-size: cover;
  top: 0;
  background-attachment: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33%;
}

@media (min-width: 768px) {
  .pricing-bg2::before {
      width: 50%;
      height: 100%;
  }
}

.pricing-bg2::after {
  position: absolute;
  content: "";
  background: url(../images/pricing-bg-left.png) no-repeat #092591;
  background-size: cover;
  right: 0;
  background-attachment: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (min-width: 768px) {
  .pricing-bg2::after {
      width: 50%;
      height: 100%;
  }
}

.pricing-text-wrap {
  color: #000;
  padding: 20px 0 0;
}

@media (min-width: 992px) {
  .pricing-text-wrap {
      padding: 0 0px;
  }
}

.pricing-text-wrap p {
  font-size: 14px;
  line-height: 22px;
}

.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: #38a7de;
  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: #092591;
}

.testi-slider-style2 .slick-next {
  right: 0;
  z-index: 10;
}

.testi-slider-style2 .slick-next:before {
  content: url(../images/arrow-right.png);
  font-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);
  font-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;
}


/******end of pricing 2******/


/*-------------------------------------------f----------------------
    SERVICES 2
    -------------------------------------------------------------------*/


/* --------- Services 2 --------- */

.services-2 {
  padding: 90px 0 0;
}

.service-box2 {
  position: relative;
  text-align: center;
  background: #f4f6fa;
  padding: 40px 26px;
  border: 2px solid #ccc;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 25px;
  z-index: 1;
  height: 600px;
}

.service-box2:hover {
  background: #38a7de;
  color: #fff;
  border-color: #38a7de;
}

.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: 14px;
}

.service-box2-img {
  background: #fff;
  padding: 16px;
  border-radius: 6px;
  margin: 0 0 16px;
  -webkit-box-shadow: 0px 8px 20px -14px #38a7de;
  box-shadow: 0px 8px 20px -14px #38a7de;
  width: 73px;
}

.service-box2-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

div.ex3 {
  background-color: rgb(255, 255, 255);
  width: auto;
  height: 180px;
  overflow: auto;
  text-align: justify;
  text-justify: inter-word;
  padding: 20px;
  border-radius: 20px;
}


/**/

.service-box3 {
  position: relative;
  text-align: center;
  background: #f4f6fa;
  padding: 40px 26px;
  border: 2px solid #ccc;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 25px;
  z-index: 1;
  height: 460px;
}

.service-box3:hover {
  background: #38a7de;
  color: #fff;
  border-color: #38a7de;
}

.service-box3:hover .service-box3-img {
  background: #b73e54;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.service-box3:hover a {
  color: #fff;
}

.service-box3 a {
  text-decoration: underline;
  font-size: 14px;
}

.service-box3 h3 {
  font-size: 23px;
  margin: 10px 0 8px;
  font-weight: 600;
}

.service-box3 p {
  font-size: 14px;
}

.service-box3-img {
  background: #fff;
  padding: 16px;
  border-radius: 6px;
  margin: 0 0 16px;
  -webkit-box-shadow: 0px 8px 20px -14px #38a7de;
  box-shadow: 0px 8px 20px -14px #38a7de;
  width: 73px;
}

.service-box3-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}


/*****/

.service-box4 {
  position: relative;
  text-align: center;
  background: #f4f6fa;
  padding: 40px 26px;
  border: 2px solid #ccc;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 25px;
  z-index: 1;
  height: 300px;
}

.service-box4:hover {
  background: #38a7de;
  color: #fff;
  border-color: #38a7de;
}

.service-box4:hover .service-box3-img {
  background: #b73e54;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.service-box4:hover a {
  color: #fff;
}

.service-box4 a {
  text-decoration: underline;
  font-size: 14px;
}

.service-box4 h3 {
  font-size: 23px;
  margin: 10px 0 8px;
  font-weight: 600;
}

.service-box4 p {
  font-size: 14px;
}

.service-box4-img {
  background: #fff;
  padding: 16px;
  border-radius: 6px;
  margin: 0 0 16px;
  -webkit-box-shadow: 0px 8px 20px -14px #38a7de;
  box-shadow: 0px 8px 20px -14px #38a7de;
  width: 73px;
}

.service-box4-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);
}


/*------------------------------------------------------------------
    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 #092591;
}

@media (min-width: 576px) {
  .error-box h1 {
      font-size: 200px;
  }


}


/*------------------------------------------------------------------
    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: #38a7de;
  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: #38a7de;
  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: #38a7de;
  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: #38a7de;
}

.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: #092591;
  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;
  padding-left: 33px;
}


/*******************Css Personalizado*******************/


/*****Generales*****/

a {
  word-wrap: break-word;
    }


.bg-center{
  background-position: center !important;
}

.bg-cover{
  background-size: cover !important;
}

.bg-fixed{
  background-attachment: fixed !important;
}
.centrar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}




/*
    .appointment-style{
      border: 3px solid #00a9e1;
      padding: 30px;
      background: url(/MaxPromed/images/banner-bg.jpg);
      background-attachment: fixed;
      border-radius: 40px;
      background-position: center;
      background-repeat: no-repeat;
    }*/

  .delay-animation-1{
      animation-delay: 0.5s;
  }

  .delay-animation-2{
      animation-delay: 0.9s;
  }

  .delay-animation-3{
      animation-delay: 1.3s;
  }

  .delay-animation-4{
      animation-delay: 1.7s;
  }

  .delay-animation-5{
      animation-delay: 2.1s;
  }


  .delay-animation-6{
      animation-delay: 2.5s;
  }


    i.fas.fa-check.fa-2cond {
      background: none;
      color: #38a7de !important;
      margin-right: 4px;
      font-size: 13px;


  }

  .overflow-hidden{
      overflow: hidden;
  }

  .font-style-about{
      font-size: 14px !important;
      font-weight: 400 !important;
  }

  .padding-about{
      padding-left: 30px !important;
  }


  .letter-size li h6{
  font-size: 15px;
  margin: 0;
  }

.services-2-btn {
  position: absolute;
  top: 88%;
  width: 80%;
  left: 11%;
}

.copyright a {
  color: #00a9e1;
}

.copyright a:hover {
  color: #fff;
}

.foot-link-box li a {
  font-size: 19px !important;
  line-height: 27px !important;
}

.foot-link-box h4 {
  font-size: 30px;
}

.appointment-style {
  padding: 30px;
  background: #ffffffe0;
  background-attachment: fixed;
  border-radius: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

.row-appointment-background {
  background: linear-gradient(#ffffff1a, #f1f1f133), url(/maxpromed/images/covid-test-location.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right: 15px;
}

.appointment-style button,
.appointment-style input,
.appointment-style optgroup,
.appointment-style select,
.appointment-style textarea {
  margin: 0;
  font-family: inherit;
  color: #000 !important;
  font-size: inherit;
  line-height: inherit;
  border: 2px solid #00a9e1 !important;
  background: #c5f0ff !important;
  border-radius: 20px !important;
}

.sombra-1 {
  box-shadow: 0px 0px 24px #6a6666;
}

a {
  text-decoration: none !important;
}

.redondo,
img.redondo {
  border-radius: 50px !important;
}

.redondo-nl,
img.redondo-nl {
  border-radius: 25px !important;
}

.sombra-style {
  box-shadow: 0px 0px 10px #a5a5a5;
}

.slow-effect {
  transition: 0.5s;
}


/*** Ajuste de logo del menu***/

.menu-logo {
  width: 136px !important;
  height: auto !important;
}


/********text-styles******/

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-left {
  text-align: left !important;
}


/***estilo de los servicios en home****/

a.btn.btn-dark {
  border-radius: 50px !important;
}

.service-block.blue {
  border-radius: 50px !important;
  height: 800px !important;
}


/***Colores sitio web**/

.css-bg-gris {
  background: #ebebeb;
}

.css-bg-blanco {
  background-color: #fff;
}

.css-color-1 {
  color: #38a7de !important;
}

.css-color-1-light {
  color: #73b9dc !important;
}

.css-color-1-lighter {
  color: #aac9d8 !important;
}

.css-color-1-dark {
  color: #2a81ac !important;
}

.css-color-1-darker {
  color: #194c66 !important;
}

.css-color-2 {
  color: #061550 !important;
}

.css-color-2-light {
  color: #0a2384 !important;
}

.css-color-2-lighter {
  color: #1236c3 !important;
}

.css-color-2-dark {
  color: #030d31 !important;
}

.css-color-2-darker {
  color: #01030a !important;
}

.css-bg-1 {
  background: #38a7de !important;
}

.css-bg-1-light {
  background: #73b9dc !important;
}

.css-bg-1-lighter {
  background: #aac9d8 !important;
}

.css-bg-1-dark {
  background: #2a81ac !important;
}

.css-bg-1-darker {
  background: #194c66 !important;
}

.css-bg-2 {
  background: #061550 !important;
}

.css-bg-2-light {
  background: #0a2384 !important;
}

.css-bg-2-lighter {
  background: #1236c3 !important;
}

.css-bg-2-dark {
  background: #030d31 !important;
}

.css-bg-2-darker {
  background: #01030a !important;
}

.css-color-blanco {
  color: #fff !important;
}


/*******boton flotante******/

.social-1 {
  position: fixed;
  left: 5px;
  top: 90%;
  z-index: 2000;
}

.hover-style:hover {
  background: #061550 !important;
  color: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 9px #b1b1b1;
}

.social-1 ul {
  list-style: none;
  padding: 0;
}

.social-2 ul {
  list-style: none;
  padding: 0;
}

.social-2 ul {
  list-style: none;
  padding: 0;
}

.social-2 {
  position: fixed;
  right: 5px;
  top: 90%;
  z-index: 2000;
}

.social-3 ul {
  list-style: none;
  padding: 0;
}

.social-3 ul {
  list-style: none;
  padding: 0;
}

.social-3 {
  position: fixed;
  right: 5px;
  top: 81%;
  z-index: 2000;
}

.social-2 ul {
  list-style: none;
  padding: 0;
}


/***************************fuente************************/

.fw-400 {
  font-weight: 400 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.h3 {
  font-size: 20px !important;
}


/******** espaciados******/

.mt1 {
  margin-top: 1em;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mt2 {
  margin-top: 2em;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mt3 {
  margin-top: 3em;
}

.mb3 {
  margin-bottom: 3em;
}

.mt4 {
  margin-top: 4em;
}

.mb4 {
  margin-bottom: 4em;
}

.mt5 {
  margin-top: 5em;
}

.mb5 {
  margin-bottom: 5em;
}

.pt1 {
  padding-top: 1em !important;
}

.pb1 {
  padding-bottom: 1em !important;
}

.p3 {
  padding: 3em !important;
}

.pt0 {
  padding-top: 0em !important;
}

.pb0 {
  padding-bottom: 0em !important;
}

.pt2 {
  padding-top: 2em !important;
}

.pb2 {
  padding-bottom: 2em !important;
}

.pt3 {
  padding-top: 3em !important;
}

.pb3 {
  padding-bottom: 3em !important;
}

.pt4 {
  padding-top: 4em !important;
}

.pb4 {
  padding-bottom: 4em !important;
}

.pt5 {
  padding-top: 5em !important;
}

.pb5 {
  padding-bottom: 5em !important;
}

.p1 {
  padding: 1em;
}

.p2 {
  padding: 2em;
}

.p4 {
  padding: 4em;
}

.p5 {
  padding: 5em;
}


/******* altura de los servicios*****/


/*
    .margin-services-1{
      margin-bottom: 79px !important;
    }
    .margin-services-2{
      margin-bottom: 55px !important;
    }
    .margin-services-3{
      margin-bottom: 55px !important;
    }
    .margin-services-4{
      margin-bottom: 5px !important;
    }
    .margin-services-5{
      margin-bottom: 55px !important;
    }*/

.btn-services-style {
  position: absolute;
  top: 85%;
  width: 80%;
  left: 11%;
}

.btn-services-style2 {
  position: absolute;
  top: 87%;
  width: 80%;
  left: 11%;
}

.btn-services-style3 {
  position: absolute;
  top: 86%;
  width: 80%;
  left: 11%;
}

.btn-services-style4 {
  position: absolute;
  top: 85%;
  width: auto;
  left: 43%;
}


/*

    .principal-service-margin-1{
      margin-bottom: 262px !important;
    }

    .principal-service-margin-2{
      margin-bottom: 30px !important;
    }


    .principal-service-margin-3{
      margin-bottom: 193px !important;
    }

    .principal-service-margin-4{
      margin-bottom: 162px !important;
    }

    .principal-service-margin-5{
      margin-bottom: 222px !important;
    }

    .principal-service-margin-6{
      margin-bottom: 40px !important;
    }

    .principal-service-margin-7{
      margin-bottom: 116px !important;
    }

    .principal-service-margin-8{
      margin-bottom: 30px !important;
    }

    */


/*estilo modal*/

.modal-body {
  text-align: left;
}

.modal-header {
  background: #061550;
  color: #fff !important;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #061550;
  border-color: #061550;
}

.btn-secondary {
  color: #fff;
  background-color: #00a9e1;
  border-color: #00a9e1;
}

button.close span {
  color: #fff !important;
}


/*********accordiones estilo*****/

.accordion>.card>.card-header {
  background: #00a9e1 !important;
  border-bottom: 5px solid #fff;
}

.accordion>.card>.card-header h5.mb-0 {
  color: #fff;
}

.accordion>.card>.card-header {
  border-radius: 50px;
  margin-bottom: -1px;
}

.card {
  border-radius: 27px !important;
  background: white !important;
  border: 0 !important;
}

.appointment-style .card {
  background: transparent !important;
}

.card-body {
  background: transparent !important;
}


/***********************medias responsive*************************/


/*******phone******/

@media (max-width: 767px) {


  .testimonial-wrap2-2 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      box-shadow: none;
      height: 750px;
      background-color: #fff !important;
  }

  .testi-slider .slick-slide {
      margin: 0 12px;
      height: 510px !important;
  }

     
  .slick-current.slick-active .main-title h1 {
      font-size: 27px;
  }
  .sub-header_main h2 {
      position: relative;
      font-size: 35px;
      color: rgb(255, 255, 255);
      margin: 5px 0 0;
      text-align: center;
  }
  a.p1.css-bg-1.css-color-blanco.redondo.h3.hover-style {
      font-size: 15px !important;
  }
  .main-slider .slick-slide img {
      width: 100% !important;
      height: 450px;
  }
  .pricing-bg2::before {
      height: auto !important;
  }
  .why-choose-block::before {
      height: auto !important;
  }
  .why-choose_list-content h3 {
      font-size: 18px;
  }
  .pricing-bg::before {
      height: auto !important;
  }
  .service-box2 {
      height: auto !important;
  }
  .service-box3 {
      height: auto !important;
  }

  .slick-list.draggable {
      padding-bottom: 20px !important;
  }
  /*
      .margin-services-1{
        margin-bottom: 0px !important;
      }
      .margin-services-2{
        margin-bottom: 0px !important;
      }
      .margin-services-3{
        margin-bottom: 0px !important;
      }
      .margin-services-4{
        margin-bottom: 0px !important;
      }
      .margin-services-5 {
        margin-bottom: 0px !important;
    }*/
  .visible-xs-2 {
      display: block !important;
  }
  .visible-xs {
    display: block !important;
}
  .hidden-xs {
      display: none !important;
  }

  .no-hidden-xs{

      visibility: visible  !important;
  }
  

 

  .mt2-xs {
      margin-top: 2em;
  }

  .mb2-xs {
      margin-bottom: 2em !important;
  }
  .mb1-xs {
      margin-bottom: 1em !important;
  }

  .mt4-xs {
      margin-top: 4em;
  }
  .text-center-xs {
      text-align: center !important;
  }
  .mt1-xs {
      margin-top: 1em !important;
  }
  .p0-xs {
    padding: 0em !important;
}
  .p1-xs {
      padding: 1em !important;
  }
  .p2-xs{
      padding: 2em !important;
  }
  .pt2-xs{
      padding-top: 2em !important;
  }
  .pb2-xs{
      padding-bottom: 2em !important;
  }

  .pt1-xs{
    padding-top: 1em !important;
}
.pb1-xs{
    padding-bottom: 1em !important;
}


  .p3-xs{
      padding: 3em;
  }

  .pt0-xs {
      padding-top: 0em !important;
  }
  .pb0-xs {
      padding-bottom: 0em  !important;
  }

  .mb0-xs{
      margin-bottom: 0px !important;
  }

  .mt0-xs{
      margin-top: 0px !important;
  }
  .contact-title_icon {
      display: block;
      vertical-align: top;
      margin: 0 0 0 0px;
  }
  .menu-logo {
      width: 70px !important;
      height: auto !important;
  }
  button.navbar-toggler.nav-custome1 {
      margin-right: 15px !important;
      margin-top: 15px !important;
      padding: 6px;
      background: #fefdfd;
      transition: 0.5s;
  }
  .fixed-top button.navbar-toggler.nav-custome1 {
      margin-top: 29px !important;
      margin-right: 15px !important;
      padding: 6px;
      /* background: #02a9e1;*/
      transition: 0.5s;
  }
  /*****servicios principales*****/
  .slick-slide img {
      display: initial !important;
  }
}


/********** ipad*********/

@media (min-width: 768px) and (max-width: 1250px) {

  .visible-xs-2{
    display:none;
  }
  .visible-xs{
    display:block;
  }

  .slick-list.draggable {
      padding-bottom: 20px !important;
  }
  .slick-current.slick-active .main-title h1 {
      font-size: 27px;
  }
  a.p1.css-bg-1.css-color-blanco.redondo.h3.hover-style {
      font-size: 15px !important;
  }
  .service-block.blue {
      border-radius: 50px !important;
      height: 820px !important;
  }

  .visible-md{
      display: block !important;
  }

  /*
        .margin-services-1{
          margin-bottom: 110px !important;
        }
        .margin-services-2{
          margin-bottom: 55px !important;
        }
        .margin-services-3{
          margin-bottom: 75px !important;
        }
        .margin-services-4{
          margin-bottom: 50px !important;
        }
        .margin-services-5 {
          margin-bottom: 82px !important;
      }*/


  .mt1-xs {
      margin-top: 1em !important;
  }
  .contact-title_icon {
      display: block;
      vertical-align: top;
      margin: 0 0 0 0px;
  }

  .hidden-xs {
      display: none !important;
  }

  /*

        .principal-service-margin-1{
          margin-bottom: 262px !important;
        }

        .principal-service-margin-2{
          margin-bottom: 60px !important;
        }


        .principal-service-margin-3{
          margin-bottom: 220px !important;
        }

        .principal-service-margin-4{
          margin-bottom: 180px !important;
        }

        .principal-service-margin-5{
          margin-bottom: 222px !important;
        }

        .principal-service-margin-6{
          margin-bottom: 120px !important;
        }

        .principal-service-margin-7{
          margin-bottom: 210px !important;
        }

        .principal-service-margin-8{
          margin-bottom: 100px !important;
        }

        */
}




/********* desktop******/

@media (min-width: 1251px) {

  
  .visible-xs-2 {
      display: none !important;
  }
  .visible-xs {
    display: none !important;
}

  .visible-md {
      display: none !important;
  }
}


/****** media altura de servicios******/

@media (min-width: 777px) and (max-width:787px) {
  /*

        .margin-services-1{
          margin-bottom: 79px !important;
        }
        .margin-services-2{
          margin-bottom: 55px !important;
        }
        .margin-services-3{
          margin-bottom: 55px !important;
        }
        .margin-services-4{
          margin-bottom: 5px !important;
        }
        .margin-services-5 {
          margin-bottom: 82px !important;
      }*/
}

@media (max-width:399px) {
  .testimonial-wrap3 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      height: 738px;
      background-color: #fff !important;
  }
  .testimonial-wrap2 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      box-shadow: none;
      height: 1000px;
      background-color: #fff !important;
  }
  .testimonial-wrap9 {
    position: relative;
    /*border: 1px solid #38a7de !important;*/
    padding: 15px;
    box-shadow: none;
    height: 700px;
    background-color: #fff !important;
}
}

@media (min-width: 400px) and (max-width:464px) {
  .testimonial-wrap3 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      height: 680px;
      background-color: #fff !important;
  }

  .testimonial-wrap2 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      box-shadow: none;
      height: 850px;
      background-color: #fff !important;
  }
  .testimonial-wrap9 {
    position: relative;
    /*border: 1px solid #38a7de !important;*/
    padding: 15px;
    box-shadow: none;
    height: 670px;
    background-color: #fff !important;
}
  /*
      .principal-service-margin-1{
        margin-bottom:0px !important;
      }

      .principal-service-margin-2{
        margin-bottom: 0px !important;
      }


      .principal-service-margin-3{
        margin-bottom: 0px !important;
      }

      .principal-service-margin-4{
        margin-bottom: 0px !important;
      }

      .principal-service-margin-5{
        margin-bottom: 0px !important;
      }

      .principal-service-margin-6{
        margin-bottom: 0px !important;
      }

      .principal-service-margin-7{
        margin-bottom: 0px !important;
      }

      .principal-service-margin-8{
        margin-bottom: 0px !important;
      }*/
}

@media (min-width: 465px) and (max-width:575px) {
  .testimonial-wrap3 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      height: 660px;
      background-color: #fff !important;

  }

  .testimonial-wrap2 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      box-shadow: none;
      height: 760px;
      background-color: #fff !important;
  }
  .testimonial-wrap9 {
    position: relative;
    /*border: 1px solid #38a7de !important;*/
    padding: 15px;
    box-shadow: none;
    height: 641px;
    background-color: #fff !important;
}
}

@media (min-width: 576px) and (max-width:656px) {
  .testimonial-wrap3 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      height: 850px;
      background-color: #fff !important;
  }

  .testimonial-wrap2 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      box-shadow: none;
      height: 1000px;
      background-color: #fff !important;
  }
  .testimonial-wrap9 {
    position: relative;
    /*border: 1px solid #38a7de !important;*/
    padding: 15px;
    box-shadow: none;
    height: 650px;
    background-color: #fff !important;
}
  /*

        .principal-service-margin-1{
          margin-bottom: 0px !important;
        }

        .principal-service-margin-2{
          margin-bottom: 0px !important;
        }


        .principal-service-margin-3{
          margin-bottom: 0px !important;
        }

        .principal-service-margin-4{
          margin-bottom: 0px !important;
        }

        .principal-service-margin-5{
          margin-bottom: 0px !important;
        }

        .principal-service-margin-6{
          margin-bottom: 0px !important;
        }

        .principal-service-margin-7{
          margin-bottom: 0px !important;
        }

        .principal-service-margin-8{
          margin-bottom: 0px !important;
        }*/
}

@media (min-width: 657px) and (max-width:767px) {

  .testimonial-wrap2 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      box-shadow: none;
      height: 940px;
      background-color: #fff !important;
  }
  .testimonial-wrap9 {
    position: relative;
    /*border: 1px solid #38a7de !important;*/
    padding: 15px;
    box-shadow: none;
    height: 750px;
    background-color: #fff !important;
}



  .testimonial-wrap3 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      height: 720px;
      background-color: #fff !important;
  }
}

@media (min-width: 768px) and (max-width:900px) {
  .testimonial-wrap3 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      height: 650px;
      background-color: #fff !important;
  }
  .testimonial-wrap2 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      box-shadow: none;
      height: 800px;
      background-color: #fff !important;
  }
  .testimonial-wrap9 {
    position: relative;
    /*border: 1px solid #38a7de !important;*/
    padding: 15px;
    box-shadow: none;
    height: 650px;
    background-color: #fff !important;
}

}

@media (min-width: 901px) and (max-width:1250px) {
  .testimonial-wrap3 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      height: 670px;
      background-color: #fff !important;
  }

  .testimonial-wrap2 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
      box-shadow: none;
      height: 800px;
      background-color: #fff !important;
  }
  .testimonial-wrap9 {
    position: relative;
    /*border: 1px solid #38a7de !important;*/
    padding: 15px;
    box-shadow: none;
    height: 650px;
    background-color: #fff !important;
}

  

}

@media (min-width: 701px) and (max-width:1250px) {
  .service-block.blue {
      border-radius: 50px !important;
      height: 820px !important;
  }
}

@media (max-width:700px) {
  .service-block.blue {
      border-radius: 50px !important;
      height: 910px !important;
  }
}

@media (min-width: 363px) and (max-width:575px) {
  .service-block.blue {
      border-radius: 50px !important;
      height: 901px !important;
  }
}

@media (max-width:362px) {
  .service-block.blue {
      border-radius: 50px !important;
      height: 900px !important;
  }
}


/*************** Selectable Option *******************/

.optionBusy {
  font-weight: bold !important;
  color: #fff !important;
  background: #a39f9f !important;
  text-transform: uppercase;
}

.optionAvailable {
  font-weight: bold !important;
  color: #fff !important;
  background: #2dd351 !important;
  text-transform: uppercase;
}

div.ex3 {
  background-color: rgb(255, 255, 255);
  width: auto;
  height: 160px;
  overflow: auto;
  text-align: justify;
  text-justify: inter-word;
}


/*************** END Selectable Option *******************/

/****** css for modal button doorlopend testen*******/
@media (min-width: 992px)  {

  .modal-lg, .modal-xl {
  max-width: 90% !important;
  }
}


/* Extra small devices (phones, 767px and down) */
@media  (max-width: 767px) {
  .visibilidad-xs-2{
      display: block !important;

  }

  .hidden-xs-2{
      display: none !important;
  }

  .css-color-gris-xs{
      color: #000;
  }

}


/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

  .visibilidad-sm-2{
      display: block  !important;

  }

  .hidden-sm-2{
      display:  none !important;
  }

  .hidden-sm{
      display:  none !important;
  }


  .no-hidden-sm{

      visibility: visible !important ;
  }

  .p0-sm{
    padding: 0 !important;
  }

}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1249px) {

  .no-hidden-sm2{

      visibility: visible  ;
  }

  .navbar-light .navbar-nav .nav-link {

    font-size: 9px !important;

}
 


  .visibilidad-md-2{
      display: block  !important;

  }

  .hidden-md-2{
      display: none  !important;
  }


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1250px) {
      
 
  .visibilidad-lg-2{
      display: block  !important;

  }

  .hidden-lg-2{
      display: none  !important;
  }


}



/****special media cards testimonial wrap 8****/

@media (min-width: 1375px) {
.testimonial-wrap8 {
  position: relative;
  /*border: 1px solid #38a7de !important;*/
  padding: 15px;
   
  height: 500px;
  background-color: #fff !important;
}

}


@media (min-width: 1250px) and (max-width: 1374px) {
  .testimonial-wrap8 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
       
      height: 500px;
      background-color: #fff !important;
  }
    

}

@media (min-width: 1200px) and (max-width: 1249px) {
  .testimonial-wrap8 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
       
      height: 500px;
      background-color: #fff !important;
  }
    

}
@media (min-width: 890px) and (max-width: 1999px) {
  .testimonial-wrap8 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
       
      height: 500px !important;
      background-color: #fff !important;
  }
    

}

@media (min-width: 735px) and (max-width: 889px) {
  .testimonial-wrap8 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
       
      height: 500px;
      background-color: #fff !important;
  }
    

}



@media (min-width:576px) and (max-width: 734px) {
  .testimonial-wrap8 {
      position: relative;
      /*border: 1px solid #38a7de !important;*/
      padding: 15px;
       
      height: 500px !important;
      background-color: #fff !important;
  }
    

}




@media (min-width: 1250px) and  (max-width: 1450px)  {
  .width-style-slider{
      width: 80% !important;
  
  }

 
.navbar-light .navbar-nav .nav-link {

    font-size: 10.5px !important;

}
 
  
  .ajust-soluctions-doorlopend{
  
      padding-left: 10% !important;
  }
  .width-ajust{
      width:90%;
      float: right;
   
  } 
}

@media (min-width: 1451px) {
.width-ajust{
  width:85%;
  float: right;

} 

}


@media (max-width: 576px) {
  .size-h2{
    font-size: 25px !important;
  }
  
  }

