/* Large desktops and laptops */
@media (max-width: 1200px) {
  .mobile-menu-txt {
   display: block !important;
   margin-bottom: 0;
   color: #fff;
   text-transform: uppercase;
   font-weight: bold;
 }

 .nav-ipad {
   width: 98%;
   float: left;
   position: relative;
   display: flex;
   transform: translate(0%, -100%);
   top: 50%;
   justify-content: space-around;
 }

 .sidebar-logo i,
 .navbar .bx-menu {
   font-size: 25px;
   color: #fff;
   width: 47%;
 }

 nav{
   position: relative;
   border-radius: 12px 12px 0 0;
 }
 .spacing-1{
   padding: 0;
 }
 .spacing-3{
   padding: 0;
 }
 .book-now-btn{
   /* border-radius: 0; */
 }
 .navbar .bx-menu{
   display: block;
 }
 nav .navbar .nav-links{
   position: fixed;
   top: 0;
   left: -100%;
   display: block;
   max-width: 270px;
   width: 100%;
   background:#10aaa4;
   line-height: 40px;
   padding: 20px;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   transition: all 0.5s ease;
   z-index: 1000;
 }
 .navbar .nav-links .sidebar-logo{
   display: flex;
   align-items: center;
   justify-content: space-between;
 }
 .sidebar-logo .logo-name{
   font-size: 25px;
   color: #fff;
 }
   .sidebar-logo  i,
   .navbar .bx-menu{
     font-size: 25px;
     color: #fff;
   }
 nav .navbar .links{
   display: block;
   margin-top: 20px;
   padding-inline-start: 0;
 }
 nav .navbar .links li .arrow{
   line-height: 40px;
 }
nav .navbar .links li{
   display: flex;
   flex-direction: row;
   align-items: flex-start;
   margin-bottom: 1px;
   flex-wrap: wrap;
   justify-content: flex-start;
 }
nav .navbar .links li .sub-menu{
 position: relative;
 top: 0;
 box-shadow: none;
 display: none;
}
.navbar .links li .sub-menu li:hover .dropdown-menu{
  position: relative;
  left: 0!important;
}
.manage-nav .dropdown-toggle::after{transform: rotate(91deg);}
nav .navbar .links li .sub-menu li{
 border-bottom: none;
 padding: 0 6px;
}
.navbar .links li .sub-menu .more-sub-menu{
 display: none;
 position: relative;
 left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
 transform: rotate(0deg);
 }
 .navbar .links li .sub-menu .more-sub-menu{
   display: none;
 }
 .navbar .links li .sub-menu .more span{
   /* background: red; */
   display: flex;
   align-items: center;
   /* justify-content: space-between; */
 }

 .links li .sub-menu .more:hover .more-sub-menu{
   display: none;
 }
 nav .navbar .links li:hover .htmlCss-sub-menu,
 nav .navbar .links li:hover .js-sub-menu{
   display: none;
 }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
 .navbar .nav-links.show3 .links .js-sub-menu,
 .navbar .nav-links.show2 .links .more .more-sub-menu{
     display: block;
   }
   .navbar .nav-links.show1 .links .htmlcss-arrow,
   .navbar .nav-links.show3 .links .js-arrow{
       transform: rotate(180deg);
}
   .navbar .nav-links.show2 .links .more-arrow{
     transform: rotate(90deg);
   }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  nav {
    height: auto;
    border-radius: 12px 0px 0 0;
  }

  nav .navbar .links li a {
    font-size: 14px;
  }

  nav .navbar {
    justify-content: inherit;
  }

  nav .navbar .links li {
    padding: 0 7px;
  }

  .slider-content-div {
    height: 548px;
  }

  .service-slider-txt-div {
    width: 70%;
  }

  .modal-dialog {
    max-width: 960px;
  }

  .total-payment-show {
    background-color: #11aaa4;
    width: 212px;
  }

  .wizard .steps > ul li .bd-wizard-step-title {
    line-height: 1;
    font-size: 15px !important;
  }

  .wizard .steps > ul li a {
    padding: 24px 16px 24px !important;
  }

  .price-details h4 {
    color: #063332;
    font-size: 35px;
  }

  .total-amount {
    color: #11aaa4;
    font-size: 18px;
  }

  .modal-sucess-div {
    height: 40vh;
  }

  .owl-theme .owl-nav {
    display: none;
  }
  .owl-dots {
    display: block;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  nav {
    height: 100%;
    border-radius: 12px 0px 0 0;
  }
  .mobile-menu-txt {
    display: block !important;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
  }

  .nav-ipad {
    width: 98%;
    float: left;
    position: relative;
    display: flex;
    transform: translate(0%, -100%);
    top: 50%;
  }

  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 25px;
    color: #fff;
    width: 47%;
  }

  .slider-content-div .swiper {
    width: 100%;
    height: 426px;
  }

  .slider-content-div {
    height: 418px;
  }

  .google-rating-div {
    bottom: -13px;
    right: 30px;
  }

  .section-details {
    height: 820px;
  }
  .owl-theme .owl-nav {
    display: none;
  }

  .service-slider-txt-div {
    width: 80%;
    transform: translate(5%, -31%);
  }

  .wizard .content {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 500px !important;
    height: auto !important;
  }

  .total-payment-show {
    background-color: #11aaa4;
    width: 75%;
    height: 85px;
    position: relative;
    right: 0;
    -webkit-box-shadow: 0px 4px 5px -4px rgb(0 0 0 / 42%);
    -moz-box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 4px 5px -4px rgb(0 0 0 / 42%);
    border-radius: 0;
    display: flex;
    float: right;
    border-radius: 0 22px 0 0;
  }

  .booking-close-btn {
    position: relative;
    left: 0px;
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 76px;
    box-shadow: none;
    border-right: none;
    z-index: 10;
    border-radius: 22px 0px 0px;
    opacity: 1;
    float: left;
  }

  .steps.clearfix {
    width: 100%;
    margin: 0 auto;
    float: left;
    left: 0;
  }

  .wizard .steps > ul li.current a {
    background-color: #10aaa4 !important;
    border-radius: 0 !important;
  }

  .wizard .steps > ul li a {
    background-color: #eff4f5 !important;
    border-radius: 0 !important;
  }

  .wizard .steps > ul li {
    width: 100%;
    max-width: calc(25% - 0px) !important;
    border-right: 1px solid rgb(151 151 151 / 40%) !important;
  }

  .wizard .content .section-heading {
    font-size: 1.6em !important;
  }

  .radio-btn-div {
    position: relative !important;
    top: inherit !important;
    transform: inherit !important;
  }

  .display-none-div {
    display: none;
  }

  ::-webkit-scrollbar {
    width: 1px;
  }

  .location-search-input {
    width: 100%;
  }

  .wizard .steps > ul li .bd-wizard-step-title {
    display: none !important;
    background-color: #eff4f5;
  }
  .wizard .steps > ul li .bd-wizard-step-subtitle {
    display: none !important;
    background-color: #eff4f5;
  }

  .wizard .steps > ul li .bd-wizard-step-title {
    font-size: 13px !important;
    height: 24px;
  }

  .price-details {
    width: 100%;
    margin-bottom: 30px;
}

  .bd-wizard-step-icon {
    display: block;
  }

  .step-title {
    display: block;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    margin-bottom: 4px;
  }

  .wizard .steps > ul li a .step-title {
    display: none;
  }
  .wizard .steps > ul li a .bd-wizard-step-icon {
    display: none;
  }

  .wizard .steps > ul li.current a .step-title {
    display: block;
    float: right;
    width: 66%;
    text-align: left;
    margin-top: 5px;
    font-size: 18px;
  }
  .wizard .steps > ul li.current a .bd-wizard-step-icon {
    display: block;
  }

  .wizard .steps > ul li.done a .step-title {
    display: block;
    color: #10aaa4;
    float: right;
    width: 66%;
    text-align: left;
    margin-top: 5px;
    font-size: 18px;
    
  }

  .wizard .steps > ul li.done a .bd-wizard-step-icon {
    display: block;
    background-color: #10aaa4;
    color: #ffffff;
  }

/*
  .wizard .steps > ul li.current a .bd-wizard-step-title {
    display: block !important;
    background-color: #10aaa4;
    color: #fff;
  }

  .wizard .steps > ul li.current a .bd-wizard-step-subtitle {
    display: block !important;
    background-color: #10aaa4;
    color: #fff;
  }
*/
  .modal-dialog {
    max-width: 690px;
    margin: 1.75rem auto;
  }
  .terms-and-condition {
    position: absolute;
    bottom: 30px;
    font-size: 13px;
}

.certification-icon li {
  width: 28%;}

  .owl-dots {
    display: block;
}


nav .navbar .links{padding-left: 0;}

nav .navbar .links li{padding-left: 0;}

.navbar .links li .sub-menu li {
  padding: 0 18px;}


}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .spacing-1 {
    padding-right: 0;
    padding: 0;
  }
  .nav-ipad {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
  }

  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 25px;
    color: #fff;
    width: 30%;
  }

  nav {
    border-radius: 0;
  }

  nav .navbar {
    max-width: 100%;
    padding: 13px 25px;
  }

  .mobile-menu-txt {
    display: block !important;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    text-align: right;
  }

  .call-div {
    padding: 10px;
  }

  .spacing-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .book-now-btn {
    border-radius: 0 !important;
  }

  .slider-txt h3 {
    font-size: 24px !important;
  }
  .slider-content-div .swiper {
    width: 100%;
    height: 230px !important;
  }

  .slider-content-div {
    width: 100%;
    float: left;
    height: 225px;
  }

  .google-rating-div img {
    width: 65px;
    height: 65px;
    position: relative;
  }

  .mouse-scroll-div {
    margin-top: 60px;
  }

  .join-bg {
    display: block;
    background: #a4c7c5;
    border-radius: 12px;
    padding: 32px;
    margin-top: 61px;
    margin-bottom: 98px;
    text-align: center;
  }

  .join-bg h4 {
    transform: inherit;
  }

  .book-now-btn2 {
    transform: inherit;
    margin-top: 20px;
  }

  .owl-theme .owl-nav {
    display: none;
  }

  .section-details {
    background-attachment: inherit;
    height: 590px;
    padding: 30px 0;
    background-size: cover;
    background-image: none;
    background-color: #10aaa4;
  }

  .client-logo-main-div {
    margin-top: -20px;
  }

  .header-logo {
    width: 315px;
    float: none;
    margin: 0 auto;
  }

  .location-txt h5 {
    font-size: 15px;
  }

  .time-txt h5 {
    font-size: 15px;
  }

  .footer-div {
    margin-top: 10px;
  }

  .slider-content-div .swiper-horizontal > .swiper-pagination-bullets,
  .slider-content-div .swiper-pagination-bullets.swiper-pagination-horizontal,
  .slider-content-div .swiper-pagination-custom,
  .slider-content-div .swiper-pagination-fraction {
    bottom: 40px;
    left: 0;
    width: 100%;
  }

  .home-detail-list {
    list-style: none;
    margin-left: 0;
    transform: inherit;
    top: 0;
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
  }

  .google-rating-div {
    position: absolute;
    right: 20px;
    z-index: 1;
    bottom: -13px;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    display: none;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    display: none;
  }

  .service-slider-txt-div {
    width: 100%;
    float: left;
    position: relative;
    color: #fff;
    transform: translate(0%, -50%);
    top: 50%;
    right: 0%;
    line-height: 25px;
    padding: 0 20px;
  }
  .service-slider-txt-div h5 {
    font-size: 15px;
  }

  .service-slider-txt-div h3 {
    font-size: 29px;
  }
  .sevice-container {
    padding: 0 !important;
  }

  .wizard .content {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 500px !important;
    height: auto !important;
  }

  .total-payment-show {
    background-color: #11aaa4;
    width: 75%;
    height: 85px;
    position: relative;
    right: 0;
    -webkit-box-shadow: 0px 4px 5px -4px rgb(0 0 0 / 42%);
    -moz-box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 4px 5px -4px rgb(0 0 0 / 42%);
    border-radius: 0;
    display: flex;
    float: right;
    border-radius: 0;
  }

  .booking-close-btn {
    position: relative;
    left: 0px;
    background-color: rgb(255, 255, 255);
    width: 75px;
    height: 76px;
    box-shadow: none;
    border-right: none;
    z-index: 10;
    border-radius: 22px 0px 0px;
    opacity: 1;
    float: left;
    width: 22.6vw;
  }

  .steps.clearfix {
    width: 100%;
    margin: 0 auto;
    float: left;
    left: 0;
  }

  .wizard .steps > ul li.current a {
    background-color: #10aaa4 !important;
    border-radius: 0 !important;
  }

  .wizard .steps > ul li a {
    background-color: #eff4f5 !important;
    border-radius: 0 !important;
  }

  .wizard .steps > ul li {
    width: 100%;
    max-width: calc(25% - 0px) !important;
    border-right: 1px solid rgb(151 151 151 / 40%) !important;
  }

  .wizard .content .section-heading {
    font-size: 1.6em !important;
  }

  .radio-btn-div {
    position: relative !important;
    top: inherit !important;
    transform: inherit !important;
  }

  .display-none-div {
    display: none;
  }

  ::-webkit-scrollbar {
    width: 1px;
  }

  .location-search-input {
    width: 100%;
  }

  .wizard .steps > ul li .bd-wizard-step-title {
    font-size: 13px !important;
    height: 35px;
  }

  .price-details {
    width: 100%;
    margin-bottom: 30px;
}

  .sidebar-logo .logo-name {
    width: 200px;
  }

  .wizard .steps > ul li a {
    padding: 8px 5px !important;
  }

  .wizard .actions li a {
    padding: 11px 0 !important;
  }

  .time-img {
    margin-right: 8px;
    width: 17%;
  }

  .time-img img {
    width: 100%;
  }

  .location-img {
    margin-right: 8px;
    width: 17%;
  }

  .location-img img {
    width: 100%;
  }

  .count-k {
    font-size: 90px;
    color: #9dca21;
    position: relative;
    top: inherit;
  }

  .slider-txt {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .client-logo-main-div {
    display: block;
  }

  .client-logo-div1 {
    width: 50%;
  }

  .client-logo-div2 {
    width: 50%;
    margin-top: 10px;
  }

  .owl-dots {
    display: block;
  }

  .wizard .actions li a {
    width: 100%;
    text-align: center;
  }

  .wizard .actions li {
    margin: 0 6px 32px !important;
    width: 48% !important;
    float: left;
  }

  .wizard .actions > ul {
    display: block !important;
  }

  .wizard .actions li:first-child {
    float: left;
    margin-left: 0 !important;
  }
  .wizard .actions li:nth-child(2) {
    float: right;
    margin-right: 0 !important;
  }

  .wizard .actions li:last-child {
    margin-right: 0 !important;
  }

  .bd-wizard-step-icon {
    display: block;
  }

  .step-title {
    display: block;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    margin-bottom: 4px;
  }

  .wizard .steps > ul li a .step-title {
    display: none;
  }
  .wizard .steps > ul li a .bd-wizard-step-icon {
    display: none;
  }

  .wizard .steps > ul li.current a .step-title {
    display: block;
  }
  .wizard .steps > ul li.current a .bd-wizard-step-icon {
    display: block;
  }

  .wizard .steps > ul li.done a .step-title {
    display: block;
    color: #10aaa4;
  }

  .wizard .steps > ul li.done a .bd-wizard-step-icon {
    display: block;
    background-color: #10aaa4;
    color: #ffffff;
  }

  .modal.show .modal-dialog {
    transform: none;
    margin: 0;
  }

  .booking-modal-div .modal-content {
    border-radius: 0;
  }

  .modal-dialog-centered {
    display: flex;
    align-items: inherit;
    min-height: calc(100% - 0rem);
  }



  .modal-sucess-div {
    height: 100%;
}




.certification-modal-div .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.input-search-icon {
  right: 10px;}

  .booking-map {
    width: 100%;
    height: 43vh;}

    .li-line {
      width: 2px;
      height: 156px;}

      .service-details-heading-div .home-service-head-txt2 {
        text-align: left;
        width: 100%;
        float: left;
    }

    .service-details-heading-div .heading1 {
      text-align: left;
      font-size: 45px;
  }


  .terms-and-condition {
    position: absolute;
    bottom: -10px;
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin-top: 141px;
    left: 0;
    display: none;
}

.certification-icon li {
  float: left;
  width: 50%;
  text-align: left;
  cursor: pointer;
  margin-bottom: 30px;
}

.certificate-close-btn, .certificate-close-btn:hover {
  position: absolute;
  right: 0;
  background-color: rgb(255 255 255) !important;
  width: 22px;
  height: 22px;
  box-shadow: none;
  border-right: none;
  z-index: 10;
  border-radius: 0;
  opacity: 1;
  background-size: 45% !important;
  top: 0;
  border-radius: 0;
}
/*
.certification-modal-div img{ transform: translate(0%,-50%);
  top: 50%;
  position: relative;}
  */


  nav .navbar .links{padding-left: 0;}

  nav .navbar .links li{padding-left: 0;}

  .navbar .links li .sub-menu li {
    padding: 0 18px;}

}



/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {


    .wizard .content {
   
      height: 69vh !important;
  }

  .modal-sucess-div {
    height: 69vh;
}

.terms-and-condition {
  position: absolute;
  bottom: 24px;
  font-size: 13px;
  width: 100%;
  text-align: center;
  left: 0;
}


}
/**/
[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
  margin-top: 10px;
  padding-top: 5px;
  text-transform: capitalize;
  line-height: 39px;
}
[data-custom-class='link'], [data-custom-class='link'] * {
  font-size: 17px;
  line-height: 39px;
  margin-bottom: 0;
}