@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

html {
  scroll-behavior: smooth;
}

body{
  font-family: 'Oswald', sans-serif;
}
 #preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
#preloader .preload-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 100;
}
#preloader #dento-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
  -webkit-animation: dentorotate 2400ms linear infinite;
  animation: dentorotate 2400ms linear infinite;
  z-index: 999;
  
}
#preloader #dento-load:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
  -webkit-animation: dentorotate 2700ms linear infinite;
  animation: dentorotate 2700ms linear infinite;
}
#preloader #dento-load:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
  -webkit-animation: dentorotate 1800ms linear infinite;
  animation: dentorotate 1800ms linear infinite;
}
@-webkit-keyframes dentorotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes dentorotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Slick Slider */

.slick-prev, .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    transition: filter .4s;
    margin: 0px 40px;
}

.fas {
    color: #96bd0b;
}
.slick-prev {
    left: 0;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 27%;
    font-size: 1.8rem;
}

.customer-logos {
  padding: 0 20px;
}
.top-header-area {
   padding: 10px 0;
   background-color: #000;
}
.top-header-area .top-header-content {
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
  box-shadow: -1px 2px 10px #8888882e;
}
.top-header-area .top-header-content a{
  color: #fff;
  text-decoration: none !important;
}
.top-header-area .top-header-content .top-header-social-info a{
  margin-left: 10px !important;
}
.top-header-social-info a i {
  font-size: 18px;
}
.top-header-content .top-headerleft ul li{
  display: inline-block;
  color: #fff;
}


#contactform .column .form-control-custm {
  padding: 15px;
  width: 100%;
  background-color: #2e2e2e14;
  border-radius: 2px;
  border: none;
  color: #000000;
  font-size: 14px;
}

#contactform .column select{
   appearance:auto;
}
#contactform .column textarea {
  height: 120px !important;
}

#footer .big{
  font-size: 15px !important;
}



.slider-ct {
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slide-wr {
  position: relative;
  flex-wrap: nowrap;
}
#sec div {
  display: block;
  background-color: #aaecaa;
  padding: 10px 20px;
  float: left;
  margin: 5px 2px;
  transform: translateX(0px);
}
#sec:after {
  content: "";
  display: table;
  clear: both;
}
.slide {
  /*min-height: 200px;*/
  text-align: center;
  /*line-height: 180px;*/
  font-size: 22px;
  font-weight: 600;
  font-family: arial;
}
#back {
  position: absolute;
  top: 45%;
}
#forward {
  position: absolute;
  top: 45%;
  right: 0;
}
.appointment-form .column  p , #contactform p{
  margin-bottom: 10px;
  color: red;
  font-size: 13px;
}
.custom-my-table tbody tr td h5 {
  margin-bottom: 0;
  text-align: left !important;
}
.custom-my-table tbody tr td .download-btn {
    color: #000 !important;
}
.indusere-acc-row {
  background: #000;
}
.indusere-acc-row h2{
  color: #fff;
}

.insta-imp-point{
  line-height: 15px; 
  margin-left: 18px !important;
}
.insta-imp-point li{
  list-style-type: decimal !important;
}

.mb-0{
  margin-bottom: 0 !important;
}
.forword_images img {
  height: 430px !important;
  width: 100%;
  object-fit: cover;
}
.foot-continfo li {
  color: #080808;
  margin-bottom: 6px;
}


/* Owl Crousal*/

.owl-nav button {
  position: absolute;
  top: 50%;
  color: #fff;
  margin: 0;
  border: 0;
  box-shadow: none !important;
  border: 0 !important;
  background: none !important;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%); 
}
.owl-nav button i {
    font-size: 56px;
    color: #000;
}
.owl-nav button.owl-prev {
  left: 10px;
}
.owl-nav button.owl-next {
  right: 10px;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button:focus {
    outline: none;
}


.welcome-slides .owl-carousel .item{
  height: 700px;
  position: relative;
}
.welcome-slides .owl-carousel .item img{
  height: 100% !important;
  object-fit: cover;
  object-position: center;
 
}
.welcome-slides .owl-carousel .item:after{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b3b3b3 !important;
  opacity: 0.1 !important;
}
.welcome-text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 1;
  /* padding: 0 25px; */
}
.welcome-text.text-left{
  left: 3% !important;
}
.welcome-text.text-right{
  right: 3% !important;
  text-align: right;
}
.welcome-text h2{
  font-size: 34px
}
.welcome-text p{
  font-size: 20px;
  color: #000000a6;
}
.specialists-col-row {
  text-align: center;
}
.specialists-col-row .mcb-wrap {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.testimonials-area{
  background-size: cover;
  background-attachment: fixed;
}
.testimonials-area:after{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #1f1f1f !important;
  opacity: 0.85;
}
.testimonials-area h2{
  color: #fff;
}
.single-testimonial-slide .testimonial-content {
  padding: 0 20px;
}
.testimonials-area .owl-nav button{
  font-size: 48px !important;
  line-height: 0 !important;
}
.testimonials-area .owl-nav button:after{
  background: none !important;
}
.testimonials-area .owl-next span,
.testimonials-area .owl-prev span {
  line-height: 0 !important;
}

.need-an-emergency{
  background-image: url(../images/home_healthy_pic17-2.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}



@media only screen and (max-width: 1239px){
  .mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle{
    top: 20px !important;
  }
  #Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo{
    height: 80px;
  }
  .top_bar_right a.action_button{
    top: 23px;
  }
  .home-services h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome-slides .owl-carousel .item {
    height: 600px;
  }
  .welcome-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-slides .owl-carousel .item {
    height: 600px;
  }
  .welcome-text h2 {
    font-size: 27px;
    margin-bottom: 10px;
  }

}

@media only screen and (max-width:991px) {
  .home-services h4 {
    min-height: 52px;
  }
  /*.team-joffry-row .wrap.mcb-wrap,
  .team-joffry-row .wrap.mcb-wrap img{
    width: 100% !important;
  }
 
  .team-joffry-row .mcb-wrap-806z3a95j{
    padding: 0 !important;
  }*/
}



@media only screen and (max-width: 768px){
  .mb-30{
    margin-bottom: 30px !important;
  }
  .mb-15{
    margin-bottom: 15px !important;
  }
  .pal-0 {
     padding-left: 0 !important;
  }
  .par-0 {
     padding-right: 0 !important;
  }
  .pl-0{
    padding-left: 0 !important;
  }
    #Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
      height: 70px;
      line-height: normal !important;
  }
  .mcb-section-v3x3x7xf5 .mcb-wrap-3g3vlxc2j{
    padding: 60px 4% 50px 7% !important;
  }
  .mcb-section-v3x3x7xf5 h1 {
    font-size: 34px !important;
  }
  .welcome-slides .owl-carousel .item{
    height: 210px !important;
  }
  .need-an-emergency{
    background-position: center !important;
    background-size: cover !important;
  }
  .need-an-emergency .mcb-item-vtkrwodax hr{
    margin: 0 auto 220px !important;
  }
 .welcome-slides .owl-carousel .item {
    height: 350px !important;
  }
  /*.welcome-slides .welcome-text{*/
  /*  display: none !important;*/
  /*}*/
  
  .welcome-text h2 {
    font-size: 24px;
  }

  .welcome-slides .left-img-row img{
    object-position: left !important;
  }
  .welcome-slides .right-img-row img{
    object-position: right !important;
  }
  .home-services h4 {
    min-height: auto !important;
  }
}

@media only screen and (max-width: 580px){
  .top-header-content{
    display: block;
    text-align: left;
    margin: 0 !important;
  }
  /* .top-header-content .top-header-social-info{
    display: none;
  } */
  .top-header-social-info.text-right a i.fa {
    display: none;
}
  .testimonials-area .owl-nav button.owl-prev{
    left: -30px !important;
  }
  .testimonials-area .owl-nav button.owl-next{
    right: -30px !important;
  }
}
 ul.designed-info-footer {
      display: inline-flex !important;
 }
.copyright {
    float: left;
    text-align: left;
    color: black;
    width: 100%;
    margin-bottom: 0;
}
.copywrite-content {
    position: relative;
    z-index: 1;
    border-top: 1px solid #6b6b6b7a;
    padding: 20px 0;
    text-align: center;
}
.custom-footer .designed-info-footer {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
}
ul.designed-info-footer li {
    margin-right: 20px;
}

@media only screen and (max-width: 768px){
     ul.designed-info-footer {
     display: inherit!important;
     text-align: left;
}
.class-logo {
    text-align: left;
}
#contactform .column input{
	padding: 15px;
}
.choose-file-fix {
    display: inline-grid;
    width: 100% !important;
}
#Footer .footer_copy .one {
    padding-top: 0px;
   margin: 34px 0px;
}
}
.choose-file-fix {
    display: inline-grid;
    width: 48.5%;
}

/*li.last.action_button {*/
/*    top: 25px;*/
/*}*/
/*li.last.action_button botton {*/
/*    background-color: black;*/
/*    padding: 15px;*/
/*}*/
/*li.last.action_button botton a {*/
/*    color: white !important;*/
/*    padding: 29px !important;*/
/*}*/
/*@media only screen and (max-width: 991px){*/
/*    li.action_button.last button {*/
/*    padding: 0px !important;*/
/*   margin: 0px;*/
/*}*/
/*li.last.action_button {*/
/*    top: 0px;*/
/*}*/
/*}*/
.awesome-iframe .widget-position-right.bubbleWithLabel .widgetLabel {
    right: 91px;
    display: none;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a:after, body:not(.woocommerce-page) table tr:hover td, body:not(.woocommerce-page) table tr:hover td a {
    color: black;
}
tbody.my-table-fix tr td {
    text-align: left !important;
}
.checkbox-main {
    display: inline-flex;
    align-items: center;
}
.checkbox-main label {
    padding-left: 10px;
    margin: 0px !important;
}
.checkbox-main input {
    width: 17px;
    height: 17px;
}
.column.one.checkbox-main {
    margin-top: 15px;
    margin-bottom: 26px !important;
}
#contactform .column .main-text-input {
    padding: 15px !important;
    width: 100%;
    background-color: white !important;
    border-radius: 2px;
    border: 1px solid #2e2e2e2b;
    color: #000000;
    font-size: 14px;
}
h2.insurances-color a {
    color: white;
}
h2.insurances-color a:hover {
    color: #f3f0f0;
}

.emoji {
  padding: 3rem;
  font-size: 3rem;
  transform: scale(.5);
  text-shadow: 0 2px 4px rgba(0,0,0,.3);
  transition: 
    text-shadow .2s ease-in-out,
    transform .2s ease-in-out;
}

.emoji:hover {
  transform: scale(1) translatey(-20px);
  text-shadow: 0 20px 20px rgba(0,0,0,.3);
}

.emoji--angry:before {
  content: '😠';
}

.emoji--angry:hover:before {
  content: '😡';
}

.emoji--sad:before {
  content: '😕';
}

.emoji--sad:hover:before {
  content: '☹️';
}

.emoji--crying:before {
  content: '😥';
}

.emoji--crying:hover:before {
  content: '😰';
}

.emoji--grimacing:before {
  content: '😬';
}

.emoji--grimacing:hover:before {
  content: '😁';
}

#menu>ul>li>a, a.action_button-1, #overlay-menu ul li a {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
}
a.action_button-1 {
    background-color: #000000;
    color: #ffffff;
}
a.action_button-1 {
    display: block;
    padding: 11px 17px;
    line-height: 21px;
    float: left;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
}
a.action_button-1 {
    margin-top: 16px;
}
.need-an-emergency-1 {
    background-image: url(../images/rateus.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size:contain;
    background-color: #F8FCFF;
}
@media only screen and (max-width: 991px){
  .need-an-emergency-1 {
    background-position: center !important;
    background-size: cover !important;
}
  
}

.checkbox:checked:before{
background-color:green;
}
@media only screen and (max-width: 520px){
.welcome-text.text-right {
    text-align: left !important;
}
}
@media only screen and (max-width: 568px){
.welcome-slides .owl-carousel .item {
    height: 210px !important;
}
}
@media only screen and (min-width: 768px){
i.action_button.add-menu-new {
    display: none !important;
}
li.added-new.last {
    display: none !important;
}
i.action_button.add-menu-new {
    display: none !important;
}
ul.btn-make {
    display: none !important;
}
}
/* i.action_button.add-menu-new {
   background-color: white !important;
    margin-left: 20px !important;  
    padding: 11px 17px !important;
    color: black !important;
    min-width: 180px;
} */
i.action_button.add-menu-new {
    background-color: white;
    padding: 9px 18px !important;
    color: black !important;
    min-width: 180px !important;
    float: left;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    font-style: normal !important;
}
/* .top-header-social-info.text-right {
    display: flex !important;
} */
/* a.action_button.add-menu-new {
    background-color: white;
    margin-left: 20px;
    text-align: center;
    justify-content: center;
     padding: 11px 17px !important; 
    color: black !important;
    min-width: 180px;
    display: flex;
    align-items: center;
    min-height: 40px;
} */
#flag {
    background: black;
    border-radius: 0 5px 5px 0;
    color: #fff;
    display: block;
    font-size: 30px;
    padding: 20px 10px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    /* top: 10%; */
    height: 170px;
    z-index: 1000;
    text-decoration: none;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    display: flex;
    align-items: center;
}
a#flag {
    display: none;
}

@media only screen and (max-width: 580px){
.top-header-area .top-header-content {
    display: block !important;
    margin: 0 0 10px 0px !important;
}
.top-header-social-info.text-right {
    text-align: right !important;
}
}
@media only screen and (min-width: 580px) and (max-width: 768px){
.text-right.top-header-social-info {
    justify-content: space-between;
    width: 100% !important;
    display: -webkit-inline-box !important;
    margin: 10px 0px !important;
}
.top-header-content {
    text-align: left;
}
.top-header-social-info.text-right {
    text-align: left !important;
}
.top-headerleft {
    margin-bottom: 10px !important;
}
.top-header-area .top-header-content {
    display: block !important;
    justify-content: space-between !important;
    margin: 0 30px;
    box-shadow: -1px 2px 10px #8888882e;
}
i.action_button.add-menu-new {
    margin-left: 44px;
}
}

@media only screen and (max-width: 370px)
{
ul.designed-info-footer li {
    margin-right: 0px;
}
}