@import url("nice-select.css");
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed&display=swap');
/*****************************
  Typo
*****************************/
body {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  font-size: 14px;
  color: #666666;
  text-align: left;
  overflow-x: hidden; }
:root{
  --main-color: #00453b;
  --main-color-two: #dab65d;
  --main-color-three: #fcf49d;
}
a {
  outline: medium none !important;
  color: var(--main-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  a:focus {
    color: var(--main-color);
    text-decoration: none !important; }
  a:hover {
    color: var(--main-color);
    text-decoration: none !important; }

input {
  outline: medium none !important;
  color: var(--main-color); }
.border-img{
  border-radius: 25px;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: normal;
  color: #333333;
  margin-top: 0px;
  text-transform: capitalize; }
  h1 a, .h1 a,
  h2 a, .h2 a,
  h3 a, .h3 a,
  h4 a, .h4 a,
  h5 a, .h5 a,
  h6 a, .h6 a {
    color: inherit; }
    .container-3 {
      width: 100%;
      max-width: 1508px;
      margin-left: auto;
      margin-right: auto;
      font-size: 11px;

  }
section {
  position: relative; }

label {
  font-weight: normal; }

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

h2, .h2 {
  font-size: 40px; }

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

h4, .h4 {
  font-size: 24px;
  font-weight: bold; }

h5, .h5 {
  font-size: 20px;
  font-weight: bold; }

h6, .h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5; }

p {
  font-weight: normal;
  line-height: 1.8;
  color: black;
  }
img{
  max-width: 100%;
}
.section-title {
  margin-bottom: 30px;
}
.section-title p{
  color: var(--main-color-two);
  margin-bottom: 0;
  font-size: 18px;
}
.section-title h2{
  color: var(--main-color);
  font-weight: 600;
}
.section-title.white h2{
  color: var(--main-color-two);
}
*::-moz-selection {
  background: var(--main-color);
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: var(--main-color);
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: var(--main-color);
  color: #ffffff;
  text-shadow: none; }


.container-fluid.container-space {
  padding: 0 100px; }

.form-control {
  border: 1px solid rgb(0 69 59 / 20%);
  border-radius: 15px;
  height: 48px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  background-clip: inherit !important;
  }
  .form-control option{
      padding: 10px;
  }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: rgb(0 69 59 / 20%); }

.form-control::-moz-placeholder {
  color: #999999; }

.form-control::-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

textarea.form-control {
  height: auto; }

form .form-group .input-group-text {
  border: 1px solid var(--main-color);
  border-radius: 0px;
  height: 100%; }

.custom-file {
  height: 50px; }
  .custom-file .custom-file-input {
    height: 50px;
    color: #333333;
    border-radius: 3px;
    border-color: #eeeeee; }
    .custom-file .custom-file-input:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: var(--main-color); }
  .custom-file .custom-file-label {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    border-color: #eeeeee;
    padding: 15px 90px 15px 20px;
    border-radius: 3px; }
    .custom-file .custom-file-label:after {
      height: 48px;
      padding: 14px 25px; }

.custom-file-input:focus ~ .custom-file-label {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--main-color); }

.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  width: 50px;
  background: transparent;
  border-color: #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.custom-control-input:checked ~ .custom-control-label:before {
  background: var(--main-color);
  border-color: var(--main-color); }

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background: transparent;
  border-color: transparent; }

.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none;
          box-shadow: none; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #eeeeee; }

.custom-control-label:before {
  top: 2px; }

.custom-control-label:after {
  top: 2px; }

.custom-checkbox .custom-control-label:before {
  border-radius: 0;
  border: 1px solid #dfdfdf; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

.custom-control-label:before {
  top: 2px; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%; }

.custom-control-label:after {
  top: 2px; }

.custom-checkbox .custom-control-label:before {
  border-radius: 0;
  border: 1px solid #dfdfdf; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.back-to-top {
  background: var(--main-color);
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9;
  border-radius: 10px !important;}
  .back-to-top:hover {
    color: #ffffff; }
  .back-to-top:focus {
    color: #ffffff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 96%; }
    
  .blog-post .blog-post-image img {
    width: 100%;
}  
    
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 16px; }
  .container {
    max-width: 100%; }
    
      .blog-post .blog-post-image img {
    width: 100%;
} 
.order-mob{
    order: -1;
}
    
}

@media (max-width: 575px) {
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 26px; }
  h3 {
    font-size: 24px; }
    
      .blog-post .blog-post-image img {
    width: 100% !important
} 
}
/*****************************
  Header
*****************************/
/*.header {*/
/*  background: #ffffff;*/
/*  z-index: 99;*/
/*  position: sticky;*/
/*  top: 0;*/
/*  border-bottom: 1px solid rgb(0 69 59 / 30%);*/
/*  width: 100%;*/
/*  }*/
  header{
  position: relative;
}
.main-header {
  background: rgb(00 00 00 / 30%);
  z-index: 999;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.5s linear;
  }
  .main-header.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    border-bottom: 1px solid rgb(218 182 93 / 70%);
    -webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    background-color: #fff;
    z-index: 999;
  }
  .home-header.main-header{
        background: #fff;
  }
  .home-header.main-header .navbar .navbar-nav .nav-link:hover, .home-header.main-header .navbar-light .navbar-nav .nav-link.active, .home-header.main-header .navbar-light .navbar-nav .show>.nav-link {
    color: var(--main-color);
    }
  .main-header.header-sticky .navbar-nav li > a:hover{
      color: var(--main-color);
  }
  .header .container-fluid {
    padding: 0 60px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial; }

/* topbar */
.header .topbar {
  background: var(--main-color);
  padding: 10px 20px; }

.header .topbar a {
  color: #ffffff; }
  .header .topbar a:hover {
    color: var(--main-color); }

.header .topbar .dropdown {
  margin-right: 20px; }
  .header .topbar .dropdown .dropdown-toggle {
    padding: 12px 0; }
    .header .topbar .dropdown .dropdown-toggle i {
      font-size: 10px; }
  .header .topbar .dropdown .dropdown-menu a {
    color: #333333; }
    .header .topbar .dropdown .dropdown-menu a:hover {
      color: var(--main-color); }

.header .topbar .social {
  display: inline-block; }
  .header .topbar .social ul {
    margin: 0; }
    .header .topbar .social ul li {
      display: inline-block;
      padding: 0 4px; }
      .header .topbar .social ul li a {
        color: #ffffff; }
        .header .topbar .social ul li a:hover {
          color: var(--main-color); }

.header .topbar .login {
  display: inline-block; }
  .header .topbar .login a {
    color: #ffffff; }
    .header .topbar .login a:hover {
      color: var(--main-color); }

/* topbar dropdown-menu */
.topbar .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px; }

.topbar .dropdown .dropdown-menu a {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 3px; }

.topbar .dropdown .dropdown-menu a:hover {
  background: rgba(0, 104, 56, 0.1);
  color: var(--main-color); }

/* navbar */
.navbar {
  padding: 0;
  background-color: transparent !important;
  }

.navbar .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  color: var(--main-color-two);
  text-transform: capitalize;
  }
  .navbar .navbar-nav .nav-link:hover ,.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    }
.navbar .navbar-nav .nav-link svg{
    margin: 0 3px;
}
.dropdown-menu {
  z-index: 9999; }

.navbar-collapse {
  position: relative; }

.navbar-light {
  color: #ffffff;
  background-color: #f6f6f6;
  border-color: #eeeeee; }

.navbar-light .navbar-nav > li > a {
  color: #ffffff; }

.navbar-light .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.navbar-brand {
  padding: 30px 0px;
  margin-right: 0;
  display: inline-block; }

.navbar-brand img {
  height: 30px; }

.navbar .navbar-brand {
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px; }

.header .navbar-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header .navbar-nav li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #333333;
  text-transform: capitalize;
  font-size: 14px; }

.header .navbar-nav li > a:hover {
  color: var(--main-color); }

.header .navbar-nav li > a i {
  margin-right: 5px;
  font-size: 13px;
  font-weight: normal;
  color: var(--main-color);
  }

.header .add-listing {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  text-align: right; }

.megamenu {
  padding: 20px 20px;
  width: 100%; }

.megamenu > div > li > ul {
  padding: 0;
  margin: 0; }

.megamenu > div > li > ul > li {
  list-style: none; }

.megamenu .card {
  outline: none; }

.megamenu .card:hover,
.megamenu .card:focus {
  outline: 1px solid #000000; }

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #001022;
  white-space: normal; }

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #001022;
  background-color: #f6f6f6; }

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #f6f6f6; }

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.megamenu.dropdown-header {
  color: var(--main-color);
  font-size: 18px; }

.header li > .dropdown-item:focus,
.header li > .dropdown-item:hover {
  color: var(--main-color);
  background: none; }

.header .dropdown-item.active,
.header .dropdown-item:active,
.header .dropdown-item:focus,
.header .dropdown-item:hover {
  background: none; }

.header .dropdown-toggle::after {
  content: none; }

.header .navbar-collapse {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
    justify-content: space-between !important; }
    .header .navbar-collapse ul.last{}
    .header .navbar-collapse ul.last li{}
    .header .navbar-collapse ul.last li a.btn{
    background-color: var(--main-color);
    color: #fff;
    text-decoration: none !important;
}
    .header .navbar-collapse ul.last li a{
    text-decoration: underline;
}
.header .megamenu .dropdown-item {
  padding: 0px; }

.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 180px; }

.header .navbar .dropdown-menu {
  padding: 15px;
  min-width: 14rem !important;
  }

.header .navbar .dropdown-menu li a i {
  margin-right: auto;
  }

.navbar .dropdown > .dropdown-menu li > a {
  font-size: 14px;
  padding: 10px 20px 10px 0px;
  border-radius: 3px;
  position: relative; }

.navbar .dropdown > .dropdown-menu li > a:hover {
  padding-right: 15px;
  }

.navbar .dropdown > .dropdown-menu li > a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.navbar .dropdown > .dropdown-menu li > a:hover:before {
  width: 100%;
  background: rgba(0, 104, 56, 0.1);
  color: var(--main-color); }

/* header-transparent */
.header-transparent {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 999; }
  .header-transparent .navbar-brand {
    margin-right: 40px;
    display: block; }

.header-transparent .navbar .navbar-nav .nav-link {
  color: #333333; }
  .header-transparent .navbar .navbar-nav .nav-link:hover {
    color: var(--main-color); }

.navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--main-color); }

.navbar .dropdown > .dropdown-menu li.active > a {
  padding-left: 15px;
  color: var(--main-color); }

.navbar .navbar-nav .dropdown-menu li.active > a:before {
  background: rgba(0, 104, 56, 0.1);
  color: var(--main-color); }

.navbar .navbar-nav .dropdown-menu li.active > a:before {
  width: 100%; }

.header-transparent .add-listing {
  -ms-flex-item-align: inherit;
      align-self: inherit;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-align: right; }

.header-transparent .login a {
  color: #ffffff; }
  .header-transparent .login a:hover {
    color: var(--main-color); }

/* sticky header */
.header.is-sticky .main-header {
  position: fixed !important;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 999;
  left: 0;
  -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08); }
  .header.is-sticky .main-header .header-contact-info {
    display: none !important; }
  .header.is-sticky .main-header .navbar {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0;
    border-top: none !important;
    width: 100%; }
    .header.is-sticky .main-header .navbar .navbar-brand {
      padding: 20px 0px; }

/* sticky header */
.header-transparent .is-sticky {
  position: fixed !important;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 9; }
  .header-transparent .is-sticky .header-contact-info {
    display: none !important; }
  .header-transparent .is-sticky .navbar {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0;
    border-top: none !important;
    width: 100%; }

.medi-tools-actions {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .medi-tools-actions .medi-tools-action {
    margin: 0 15px;
    position: relative; }
    .medi-tools-actions .medi-tools-action i {
      font-size: 24px; }

.medi-tools-wishlist .wishlist.medistore-wishlist-count {
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-top: -2px;
  margin-right: -20px;
  color: #ffffff;
  background: var(--main-color);
  border-radius: 50%; }

.medi-tools-cart .cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .medi-tools-cart .cart-link .cart-count {
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-top: -2px;
    margin-right: -20px;
    color: #ffffff;
    background: var(--main-color);
    border-radius: 50%; }

.medi-tools-cart .cart-contents {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333333;
  position: absolute;
  top: 100%;
  right: -13px;
  width: 360px;
  z-index: 9999;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  padding: 0px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .medi-tools-cart .cart-contents .shopping_cart .shopping_cart_content {
    background-color: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    text-align: center; }
    .medi-tools-cart .cart-contents .shopping_cart .shopping_cart_content p {
      color: #333333;
      margin: 15px 0; }

.medi-tools-cart:hover .cart-contents {
  opacity: 1;
  visibility: visible; }
  
  
  /* Responsive */
@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    left: 0;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
    top: 100%;
    }
  .header .navbar .dropdown-menu.megamenu {
    left: 50%; }
  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 600px; }
  .navbar-nav .mega-menu {
    position: static; }
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
    }
.header .navbar .dropdown > .dropdown-menu .dropdown > .dropdown-menu{
  top: -10px;
  right: 100%;
  transform: translate(0, 0);
}
  
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    -webkit-transform: translate3d(15px, 10px, 0);
            transform: translate3d(15px, 10px, 0); }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    -webkit-transform: translate3d(-15px, 10px, 0);
            transform: translate3d(-15px, 10px, 0); }
  .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1; }
  .dropdown-submenu {
    position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px; }
  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 12px; } }

@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 7px;
    font-size: 14px; }
  .header-transparent .login {
    display: none; }
  .header-transparent .navbar-brand {
    margin-right: 20px; }
  .header.header-02.header-transparent .navbar .navbar-nav .nav-link {
    padding: 20px 15px; }
  .header.header-03 .container-fluid {
    padding: 0 20px; }
  .header.header-03 .add-listing .btn {
    padding: 12px 20px; } }

@media (max-width: 1023px) {
  .header.header-03 .container-fluid {
    padding: 0 15px; }
  .header.header-03 .add-listing .btn {
    padding: 12px 15px; }
  .header.header-03 .navbar.is-sticky {
    padding: 0 15px; } }

@media (max-width: 991px) {
  /* sticky header */
  .header .is-sticky .navbar {
    top: 0;
    right: 0; }
  .header .container-fluid {
    padding: 0 20px; }
  .navbar-toggler {
    border: none;
    position: absolute;
    height: 75px;
    right: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
  .navbar-brand {
    padding: 20px 0px; }
  .header-sticky.is-sticky .navbar-brand {
    padding: 20px 0px 20px 15px; }
  .megamenu {
    margin-left: 0;
    margin-right: 0; }
  .megamenu > li {
    margin-bottom: 30px; }
  .megamenu > li:last-child {
    margin-bottom: 0; }
  .megamenu.dropdown-header {
    padding: 3px 15px !important; }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #ffffff; }
  .header .navbar-nav > li {
    display: block; }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6;
    padding: 14px 30px;
    font-size: 13px;
    max-height: 300px;
    }
  .header .navbar .dropdown-menu .dropdown-menu {
    background: #ffffff; }
  .header .navbar .dropdown-menu .dropdown-menu .dropdown-menu {
    background: #f6f6f6; }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 9999;
    background: #ffffff;
    width: 100%;
    left: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
  .navbar-brand img {
    height: 34px; }
  .navbar .navbar-nav {
    padding: 10px 0; }
  .navbar .navbar-nav .nav-link {
    padding: 10px 20px; }
  .navbar .navbar-nav .nav-link i {
    margin-left: auto; }
  .header .navbar .nav-title {
    margin-bottom: 10px !important;
    margin-top: 20px; }
  .add-listing .btn {
    font-size: 12px;
    padding: 6px 17px; }
  .navbar .dropdown > .dropdown-menu li > a {
    font-size: 13px; }
  .header .navbar-nav > li {
    border-bottom: 1px solid #eeeeee; }
  .header .navbar-nav > li:last-child {
    border-bottom: 0; }
  .header-transparent {
    position: relative;
    background: #333333; }
  .header-transparent .navbar .navbar-nav .nav-link {
    color: #333333; }
  .header .add-listing {
    margin-right: 60px; }
  .header.header-02 .is-sticky .navbar-brand {
    padding: 14px 0; }
  .header-02.header-transparent {
    background: #2EABEB; }
  .header-02.header-sticky .navbar-brand {
    display: inline-block; }
  .header-02.header-sticky .main-header .navbar-brand {
    display: block; }
  .header.header-02 .add-listing {
    margin-right: 60px; }
  .header-02 .navbar-toggler i {
    color: #ffffff; }
  .header.header-02 .navbar .navbar-nav .nav-link {
    color: #2EABEB;
    padding: 10px 20px; }
  .header.header-02.header-transparent .navbar .navbar-nav .nav-link {
    color: #2EABEB; }
  .header.header-02 .navbar .navbar-nav .nav-link:hover,
  .header.header-02 .navbar .navbar-nav .nav-item.active .nav-link {
    color: #4EC6B5; }
  /* Header-03 */
  .header-03.header-transparent {
    background: #4EC6B5; }
  .header.header-03 .add-listing {
    margin-right: 80px; }
  .header.header-03 .is-sticky .add-listing {
    margin-right: 50px; }
  .header.header-03 .navbar .navbar-nav .nav-link,
  .header.header-03 .navbar-nav li > a i {
    color: #2EABEB; }
  .header.header-03 .navbar.is-sticky .navbar-nav .nav-item.active .nav-link,
  .header.header-03 .navbar.is-sticky .navbar-nav li.active > a i,
  .header.header-03 .navbar.is-sticky .navbar-nav .nav-link:hover,
  .header.header-03 .navbar.is-sticky .navbar-nav .nav-link:hover i {
    color: #4EC6B5; }
  .header.shop-header .navbar.is-sticky .navbar-brand {
    padding: 15px 0px; } }

@media (max-width: 767px) {
  .header .topbar .dropdown .dropdown-toggle {
    padding: 4px 0;
    display: inline-block; } 
   
}

@media (max-width: 575px) {
  .navbar-light .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .header .add-listing {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding-top: 27px;
    padding-bottom: 27px; }
  .navbar .navbar-nav .nav-link i {
    margin-top: 5px; } }

/* ======= Footer style ======= */
.main-footer {
	position: relative;
	z-index: 9;
	padding: 120px 0 0px;

  background-image: url(../img/bg/1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-footer::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotate(180deg);
  background-image: linear-gradient(0deg, #00453b 1%, rgb(0, 69, 59, .85) 100%, rgba(0, 69, 59, 0.8) 100%);
}
.contact-info svg{
  margin: 0 5px;
  color: var(--main-color-two);
}
.main-footer .bottom-footer {
    padding: 30px 0 0 0;
    background-color: transparent;
    color: #999;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.main-footer .bottom-footer .container {
	font-size: 14px;
    display: block;
    justify-content: space-between;
    text-align: center;
}
.main-footer .call-action .contact-info .section-subtitle{
  color: var(--main-color-two);
  font-size: 30px;
}
.main-footer .call-action .contact-info p a{
  color: #fff;
  font-size: 16px;
}
.main-footer .call-action .contact-info p a:hover{
  color: var(--main-color-two);
}
.main-footer .bottom-footer p {
   font-size: 14px;
}
.main-footer .bottom-footer p a:hover {
   color: var(--main-color-two);
}
/* footer social */
.main-footer .bottom-footer .container .social {
	margin: 0 0 20px 0;
    padding: 0;
    display: inline-flex;
}
.main-footer .bottom-footer .container .social li {
	list-style-type: none;
    margin: 0 3px;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(255,255,255,0.05);
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.main-footer .bottom-footer .container .social li:hover {
    transform: scale(0.9);
        background-color: var(--main-color-two);
}
.main-footer .bottom-footer .container .social li a {
	color: #fff;
}
.main-footer .bottom-footer .container .social li a:hover {
	color: #fff;
}
/***************************************
Scroll 
***************************************/
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-color); 
  height: 100px;
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* ======= About style ======= */
.about {
  position: relative;
  padding: 50px 0;
}
.about:last-child {
  margin-bottom: 0px;
}
.about figure {
      margin: 0;
      position: relative;
      width: 66.666667%;
      margin-left: auto;
      overflow: hidden;
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
}
.about.left figure {
  margin-left: 0;
  margin-right: auto;
}
.about figure img:hover {
 -webkit-transform: scale(1.05, 1.05);
 transform: scale(1.05);
}
.about figure img {
  transform: scale(1);
  transition: transform 500ms ease;
}
.about .caption {
  background: rgb(255 255 255 / 80%);
  position: absolute;
  top: 50%;
  width: 50%;
  padding: 5% 4% 5% 0%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 25px;
}
.about .caption.equal{
    width: 40%;
}
.about.left .caption {
  left: auto;
  right: 0;
  padding: 5% 0% 5% 4%;
}
.about.left .caption h4 {
  color: #fff;
}
.about .caption h4 {
  text-transform: uppercase;
  font-size: 45px;
  color: #fff;
  line-height: 1.25em;
  letter-spacing: 3px;
}
.about .caption h5 {
  color: var(--main-color-two);
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.caption p.about-par{
  font-size: 16px !important;
}
.about .section-subtitle{
    color: var(--main-color-two);
    font-size: 48px;
}
.about .section-subtitle h1{
    color: var(--main-color);
}
.about .section-subtitle h1 span{
    color: var(--main-color-two);
    font-weight: 600;
}
.about .section-title{
    color: var(--main-color);
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 0;
}
.about .caption p{
  font-size: 20px;
  margin-top: 20px;
}
.butn-light a {
  padding: 10px 20px;
  background-color: #fff;
  color: var(--main-color);
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
}
.butn-dark a{
    padding: 10px 20px;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    margin-top: 15px;
}
.butn-trans a{
    padding: 10px 20px;
    color: var(--main-color);
    background-color: transparent;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    border:1px solid var(--main-color);
}
/* about list */
.about-list {
  position: relative;
  display: block;
  padding: 0;
}
.about-list li {
  position: relative;
  display: flex;
  align-items: center;
}
.about-list li+li {
  margin-top: 10px;
}
.about-list li .icon {
  display: flex;
  align-items: center;
}
.about-list li .icon svg {
  color: var(--main-color-two);
  font-size: 18px;
}
.about-list li .text {
  margin-left: 12px;
}
.about-list li .text p {
  color: #999;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991.98px) {
  .about figure {
      width: auto;
      margin: 0;
  }
  .about.left .caption {
  padding: 30px 0px;
}
  .about .caption {
      position: relative;
      top: 0;
      width: auto;
      padding: 30px 0px;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}
/*************************************** Start section-padding2 ******************************************/
.section-padding2 {
	position: relative;
	z-index: 9;
	padding: 120px 0 0px;
background-attachment: fixed;
  background-image: url(../img/bg/1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-padding2::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotate(180deg);
  background-image: linear-gradient(0deg, #00453b 1%, rgb(0, 69, 59, .85) 100%, rgba(0, 69, 59, 0.8) 100%);
}

/*************************************** End section-padding2 ******************************************/
/*************************************** gallary ******************************************/
.fancybox__container {
  --fancybox-thumbs-border-radius: 50%;
  --fancybox-thumbs-ratio: 1;
  --fancybox-thumbs-width: 70px;
  --fancybox-thumbs-height: 70px;
  --fancybox-accent-color: var(--theme-color);
}
.fancybox__container .fancybox__thumbs {
  padding-bottom: 30px;
}

.fancybox__thumbs .carousel__slide:not(:last-child) {
  margin-right: 10px;
}

[data-fancybox] {
  cursor: pointer;
}
.gallery-area {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background-image: url(../img/slider/texture.webp);
}

.gallery-item {
  position: relative;
  margin: 10px 10px;
  text-align: center;
  transition: 0.8s all linear;
  -webkit-transition: 0.8s all linear;
  -moz-transition: 0.8s all linear;
  -ms-transition: 0.8s all linear;
  -o-transition: 0.8s all linear;
}

.gallery-item img {
  border-radius: 25px;
  display: inline-block;
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.gallery-item .photo-gallery {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 0;
  transition: .8s linear;
  -webkit-transition: .8s linear;
  -moz-transition: .8s linear;
  -ms-transition: .8s linear;
  -o-transition: .8s linear;
}



.gallery-item svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: var(--main-color-three);
}

.gallery-item:hover img {
  filter: brightness(.5)
}

.more-btn{
  margin-top: 50px !important;
}
a.more{
  padding: 0 30px;
  background: transparent;
  border: 0;
  color: var(--main-color-two);
  position: relative;
  margin: 45%;
  font-size: 18px;
  font-weight: 700;
}

a.more::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--main-color);
  border-radius: 100px;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
a.more:hover::after{
  width: 100%;
}
/******************************************************** Why Choose ***********************************************************/
.why-choose{
  position: relative;
	z-index: 9;
	padding: 70px 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*.why-choose::before{*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: -1;*/
/*  transform: rotate(0deg);*/
/*  background-image: linear-gradient(0deg, #dab65d 1%, rgb(218, 182, 93, .8) 100%, rgba(218, 182, 93, 0.7) 100%);*/
/*  -webkit-transform: rotate(0deg);*/
/*  -moz-transform: rotate(0deg);*/
/*  -ms-transform: rotate(0deg);*/
/*  -o-transform: rotate(0deg);*/
/*}*/
.why-choose .section-title p{
  color: #fff;
}
.why-choose .card{
   border: 0;
    background: transparent;
    margin-bottom: 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 15px;
    border-radius: 25px;
    margin: 15px 20px;
}
.why-choose .card .card-img{
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.why-choose .card .card-img img{
    border-radius: 0;
    height: 100%;
    object-fit: cover;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
}
.why-choose .card .card-img img:hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.why-choose .card .card-body h5{
    color: var(--main-color-two);
    font-size: 28px;
}
.why-choose .card .card-body p{
    color: var(--main-color);
    font-size: 18px;
}
.why-choose.doctor .card .card-img{
  height: auto;
}
.why-choose.doctor .card .card-img img{
  height: 100px;
  width: 100px;
}
.why-choose.package ,.why-choose.package::before{
  background-image: none;
}

.why-choose.package .card{
  margin-top: 50px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background: #fff;
  transition: 0.5s linear;
  padding: 0;
}
.why-choose.package .card.med{
  margin-top: 0 !important;
}
.why-choose.package .card .card-header{
    text-align: center;
    font-size: 35px;
    color: var(--main-color-two);
    background-color: #fff;
    border-radius: 25px 25px 0 0;
    font-weight: 600;
}
.why-choose.package .card .card-body{
    text-align: center;
}
.why-choose.package .card .card-body p{
    font-size: 21px;
    color: #777;
}
.why-choose.package .card .card-body ul li{
    justify-content: center;
}
.why-choose.package .card .card-body ul li .text p{
  color: #010101!important;
}
.why-choose.package .card:hover{
    transform: translateY(-15px);
}
.why-choose.package .card .card-body h3{
    color: var(--main-color) !important
}

.why-choose.package .card:hover .card-body ul li .text p{
    color: var(--main-color-two) !important;
}
p.description.med{
  color:#eee;
  font-size: 20px;
}
/******************************************************** Why Choose ***********************************************************/
.page-header {
    position: relative;
    display: block;
    padding: 150px 0 100px;
    overflow: hidden;
    z-index: 1;
}
.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.page-header__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #000000 25%, rgba(34, 34, 34, 0.5) 100%);
    z-index: -1;
    opacity: 0.3;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15;
}

.page-header__inner h2 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.thm-breadcrumb {
    position: relative;
    display: block;
    padding: 0;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--main-color-two);
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li+li {
    margin-left: 1px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--main-color-two);
}

.thm-breadcrumb li span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #EAECF0; 
	margin: 5px;
}


/******************************************************** More Cases ***********************************************************/
.more-cases{
  padding: 70px 0;
  background-color: #f3f3f3;
}
.more-cases .table{
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.more-cases .table thead{}
.more-cases .table thead tr{}
.more-cases .table thead tr th{
    color: var(--main-color-two);
    font-size: 16px;
}
.more-cases .table tbody{}
.more-cases .table tbody tr{}
.more-cases .table tbody tr th{
    text-align: left;
    color: var(--main-color);
    font-size: 16px;
}
.more-cases .table tbody tr td{}
.more-cases .table tbody tr td .dot{
  width: 12px;
  height: 12px;
  background-color: var(--bs-gray-500);
  margin: auto;
  margin-top: 8px;
  border-radius: 50%;
}
.more-cases .table tbody tr td img{
  width: 28px;
}
/******************************************************** More Cases ***********************************************************/
/******************************************************** Aligner Shape ***********************************************************/
.aligner-shape{
    background-color: #f3f3f3;
    padding: 70px 0;
}
.aligner-shape.home{
    padding-top: 150px;
    background:#Fbfbfb;
}
.aligner-shape.home .card{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.aligner-shape.home .card .card-body h5{}
.aligner-shape.home .card .card-body p{
    margin-bottom: 5px;
    color: #999;
}
.aligner-shape.home .card .card-body span{
    text-decoration: underline;
    color: var(--main-color-two);
}
.aligner-shape .card{
    border: none;
    margin-bottom: 50px;
    text-align: center;
    background: transparent;
}
.aligner-shape .card .card-img{
    width: 100%;
}
.aligner-shape .card .card-img img{
    width: 75%;
}
.aligner-shape .card .card-body h5{
    color: var(--main-color);
}
.aligner-shape.service{
  background-color: #fff;
}
.aligner-shape ul{
    margin: 0 20px;
    border: 0;
}
.aligner-shape ul li{
    padding: 15px;
}
.aligner-shape ul li a{
    font-size: 22px !important;
    transition: 0.5s linear;
}
.aligner-shape ul li.active ,.aligner-shape ul li:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.aligner-shape ul li.active a,.aligner-shape ul li:hover a{
  color: var(--main-color-two) !important;
}
.aligner-shape .content-slider{
    margin-top: 50px;
}
.aligner-shape .content-slider .content{}
.aligner-shape .content-slider .content{}
.aligner-shape .content-slider .content h5{
    color: var(--main-color-two);
    font-size: 40px;
}
.aligner-shape .content-slider .content ul{
    padding: 0;
}
.aligner-shape .content-slider .content ul li{
    padding: 5px 0;
    font-size: 20px;
}
.aligner-shape .content-slider .content ul li:hover{
  background-color: transparent;
  border-color: transparent;
}
.aligner-shape .content-slider .content ul li span{
    font-weight: 800;
    color: #333;
}
.aligner-shape .content-slider .slick-prev{
  left: inherit;
  position: absolute;
  top: -50px;
  right: 0;
}
.aligner-shape .content-slider .slick-next{
  position: absolute;
  top: -50px;
  left: 0;
}

/******************************************************** Aligner Shape ***********************************************************/
/******************************************************** Faq Section ***********************************************************/
.faq-section{
    padding: 70px 0;
}
.faq-section .accordion .accordion-item{margin-bottom: 25px;box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;border-radius: 15px;}
.faq-section .accordion .accordion-item .accordion-header{
    border-radius: 15px;
}
.faq-section .accordion .accordion-item .accordion-header button{
    background-color: #fff;
    color: var(--main-color-two);
    font-size: 22px;
    border-radius: 15px;
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body{
    background-color: #fff;
    color: var(--main-color);
    font-size: 16px;
}

/******************************************************** Faq Section ***********************************************************/
/******************************************************** Blog Section ***********************************************************/
.blog-section{
  padding: 70px 0;
}
.blog-section .card{
  border: 0;
  border-radius: 25px;
  background: transparent;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.blog-section .card .card-img{
  width: 100%;
height: 280px;
overflow: hidden;
border-radius: 25px 25px 0 0;
-webkit-border-radius: 25px 25px 0 0;
-moz-border-radius: 25px 25px 0 0;
-ms-border-radius: 25px 25px 0 0;
-o-border-radius: 25px 25px 0 0;
}
.blog-section .card .card-img img{
  border-radius: 25px 25px 0 0;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
}
.blog-section .card .card-img img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.blog-section .card .card-body{
  padding: 20px;
}
.blog-section .card .card-body h5{
  color: var(--main-color);
  font-size: 28px;
}
.blog-section .card .card-body p{
  color: #999;
  font-size: 18px;
}
.blog-section .card .card-body h6{
  color: var(--main-color-two);
  font-size: 18px;
  display: block;
  transition: 0.5s linear;
}
.blog-section .card .card-body h6:hover{
  transform: translateX(20px);
}
.blog-section.practice{}
.blog-section.practice .card{}
.blog-section.practice .card .card-img{
    height: 450px;
}
.blog-section.practice .card .card-img img{
    width: 100%;
    object-fit: cover;
}
.blog-section.practice .card .card-body{}
.blog-section.practice .card .card-body h5{}
.blog-section.practice .card .card-body p{}
/******************************************************** Blog Section ***********************************************************/
/******************************************************** Blog Details Section ***********************************************************/
.blog-details{
  padding: 70px 0 0;
}
.blog-details .content .blog-body h2{
    color: var(--main-color-two);
    font-size: 50px;
    font-weight: 600;
}
.blog-details .content .blog-body p{
    font-size: 20px;
}
.blog-details .content .blog-body a{
    display: block;
    font-size: 22px;
    font-weight: 600;
    background-color: var(--main-color);
    color: var(--main-color-two);
    padding: 10px 15px;
    border-radius: 5px;
    width: max-content;
}
.blog-details .med-content{
    padding-top: 30px;
}
.blog-details .med-content .content{
  margin: 25px 0;
}
.blog-details .med-content .content h3{
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 35px;
}
.blog-details .med-content .content h4{
    color: var(--main-color-two);
    font-size: 30px;
}
.blog-details .med-content .content ul{
    list-style: auto;
}
.blog-details .med-content .content ul li{
    font-size: 18px;
    line-height: 1.7;
}
.blog-details .med-content .content p{
    font-size: 18px;
    margin-top: 20px;
}
.blog-details .med-content .faq-section .accordion .accordion-item .accordion-body ul{
    list-style: auto;
    font-size: 20px;
    font-weight: 700;
}
/******************************************************** Blog Details Section ***********************************************************/
.slick-arrow{
  position: relative;
  color: #fff;
  visibility: hidden;
}
.slick-prev{
    position: absolute;
    top: -50px;
    left: 50px;

}
.slick-prev::before{
  content: "\f061";
  font-family: 'FontAwesome';
  color: var(--main-color);
  visibility: visible;
  border: 1px solid var(--main-color);
  padding: 15px;
  border-radius: 50%;
  
}
.slick-next{
    position: absolute;
    top: -50px;
}
.slick-next::before{
  content: "\f060";
  font-family: 'FontAwesome';
  color: var(--main-color);
  visibility: visible;
  border: 1px solid var(--main-color);
  padding: 15px;
  border-radius: 50%;
}
/****************************************** Contact ************************************************/
.contact-section {
  padding: 50px 0;
}
.contact-form  form button.btn-dark {
  padding: 10px 20px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  border: 0;
}
.contact-form  form button.btn-dark:hover{
  background-color: var(--main-color-two);
}
.find-doctor{
    background: #f3f3f3;
}
.contact-form form{
    padding: 30px 25px 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    background: #fff;
    border-radius: 15px;
}
.select2-container--default .select2-selection--single{
    border-radius: 15px;
    border: 1px solid rgb(0 69 59 / 20%);
    height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 48px;
    padding: 0px 20px;
}
.select2-container{
    margin-bottom:1rem!important;
    max-width: 100%;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--main-color);
    color: white;
}
/****************************************** Contact ************************************************/
.product{
  padding-bottom: 50px;
}
.product-img{
  border-radius: 25px;
}
.product-img img{
  border-radius: 25px;
}
.form-check-input:checked {
  background-color: var(--main-color);
  border-color: rgb(0 69 59 / 20%);
}
.form-check label{
  line-height: 32px;
    margin: 0 10px;
    font-size: 20px;
}
.form-check-input{
  width: 2em;
    height: 2em;
    border-color: rgb(0 69 59 / 20%);
}

.desc{
  position: relative;
}
.desc .content-col{
  width: 350px;
  position: absolute;
  top: 20%;
}
.desc .content-col.one{
  left: 60%;
}
.desc .content-col.two{
    right: 30%;
}
.desc .content-col.three{
    top: 80%;
    left: 30%;
}
.desc .content-col .btn.collapsed {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.desc .content-col .btn{
  transition: 0.5s linear;
  background: var(--main-color-two);
  border-color: var(--main-color-two);
}
.desc .content-col .btn svg{
  transform: rotate(45deg) ;
}
.desc .content-col .btn.collapsed svg{
  transform: rotate(0deg) ;
}
.desc .content-col .collapse .card-body{
  max-width: 100%;
}

.accordion-button::after{
  content: "\f078";
  font-family: 'FontAwesome';
  background-image: none;
}
.accordion-button:not(.collapsed)::after{
  content: "\f077";
  font-family: 'FontAwesome';
  background-image: none;
}
/***************************************** Terms *****************************************/
.terms{
  padding: 50px 0;
}
.terms .content{
margin-bottom: 35px;
}
.terms .content h3{
color: var(--main-color);
font-weight: 500;
}
.terms .content p ,.terms .content ul li{
  color: #999;
  font-size: 18px;
}


/***************************************** Terms *****************************************/
/***************************************** Doctor Details *****************************************/
.doctor-details{
    padding: 70px 0;
    background: #f3f3f3;
}
.doctor-details .doctor-media{
    padding: 40px 25px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.doctor-details .content{
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.doctor-details .content img{
  width: 64px;
  margin-bottom: 12px;
}
.doctor-details .btn-group{
  display: flex;
}
.doctor-details .btn-group .butn-dark{
  border: 1px solid var(--main-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.doctor-details .btn-group .butn-trans{
  margin: 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.doctor-details .case-img{
    text-align: center;
} 
.doctor-details .case-img img{
    height: 250px;
} 
.doctor-details .medd{
  margin-top: 70px;
  position: relative;

}

.doctor-details .medd::before {
  content: "";
  position: absolute;
  max-width: 962px;
  height: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  border-bottom: 4px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270.01deg,rgba(218,219,221,0) 0%,rgba(218,219,221,0.5) 12.33%,#dadbdd 51.91%,rgba(218,219,221,0.5) 87.85%,rgba(218,219,221,0) 100%);
  margin: auto;
}
.doctor-details ul{
    margin-top: 30px;
    list-style: none;
}
.doctor-details ul li h5{
    color: var(--main-color);
    font-size: 22px;
}
.doctor-details ul li p{
    font-size: 16px;
}
.doctor-details.profil .content{
  padding: 25px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.doctor-details.profil .doctor-desc{
  padding: 25px;
  background: var(--main-color);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.doctor-details.profil .doctor-desc h3{
    color: var(--main-color-two);
}
.doctor-details.profil .doctor-desc h5{
    color: #fff;
}
.doctor-details.profil .doctor-desc p{
    color: #999;
}
/***************************************** Doctor Details *****************************************/
/*****************************************  Cases Gallery *****************************************/
.cases-gallery{
  padding: 70px 0;
}
.cases-gallery .slick-dots{
  display: none !important;
}
.cases-gallery .main .slider-for img{
    height: 350px;
    margin: auto;
    margin-bottom: 35px;
}
.cases-gallery .main .slider-nav img{
    height: 200px;
    object-fit: cover;
    width: 95%;
}
/************************** Social ***************************/
.social-sec {
    padding: 0;
    z-index: 10000;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    list-style: none;
    /* z-index: 1000; */
    position: fixed;
    bottom: 10rem;
    left: 0;
    transform: translate(-100%, 100%);
    /* direction: rtl; */
  }
  .slick-arrow{
      display: none !important;
  }
  .social-sec .Icon {
    position: relative;
    padding: 15px;
    margin: 0;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow:0 10px 10px rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    background: var(--main-color-two);
    margin-bottom: 5px;
    border-radius: 10px;
  }
  .dsn-socials{
      padding: 0;
  }
  .social-sec i{
    color: #fff;
  }
  .social-sec .Icon:hover i{
    color: #fff
  }
  
  .social-sec .Icon.contact a {
    transform: rotate(90deg);
    width: 130px;
    text-align: center;
    color: #fff;
  }
  
  .social-sec .Icon:hover span{
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }
  
  .social-sec .Icon:hover a {
    color: #fff;
  }
  
/*****************************************  Cases Gallery *****************************************/
.video-section{
    position: relative;
    top: 0;
    height: 100vh;
}
.video-section::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background:rgb(00 00 00 / 50%);
    
}
video{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.video-section img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 750px;
    opacity: 0.5;
}
/*****************************************  Cases Gallery *****************************************/
/*****************************************  Responsive *****************************************/
@media (max-width: 1200px) {}
@media (max-width: 992px) {
    .header .navbar-collapse ul.last li a.btn{
        background: #fff;
        color: var(--main-color-two);
    }
}
@media (max-width: 767px) {
     .about{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .video-section img{
        
        width: 350px;
    }
}
@media (max-width: 575px) {}
@media (max-width: 450px) {}

.service-body {
    font-size: 18px;
    font-weight: bold;
}
