@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,700|Poppins:200,200i,300,300i,400,500,500i,600,700,800,900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    width: 100%;
    height: 100%;
    position: relative;
}

.navbar{
    padding: 15px 0 !important;
}

.navbar.sticky{
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.96);
}

.navbar .navbar-brand img{
    height: 60px;
}

.navbar .navbar-collapse ul li a{
    color: #102955;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    /* padding: 37px 0; */
    font-family: "Poppins", sans-serif;
    position: relative;
    text-transform: capitalize;
    padding-right: 30px !important;
}

.navbar .navbar-collapse ul li a::before{
    position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navbar .navbar-collapse ul li a:hover::before{
    opacity: 1;
  transform: scaleX(1);
}

.navbar .navbar-collapse ul li a.active::before{
    opacity: 1;
  transform: scaleX(1);
}

.navbar .navbar-collapse ul li:hover > a{
    color: #eb592d !important;
}

.slider_bg_1 {
    /* background-image: url(../img/banner/banner.png); */
    background: linear-gradient(to right, rgb(0, 153, 255), rgb(0, 195, 255));
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  
  .banner-curve{
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .banner-curve img{
    width: 100%;
  }
  
  .slider_bg_1 .bubble-span{
    position: absolute;
    bottom: -50px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
  
    pointer-events: none;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    animation: animate 4s linear infinite;
  }
  
  .slider_bg_1 .bubble-span::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(0.25) translate(-70%, -70%);
    background: radial-gradient(#fff,transparent);
    border-radius: 50%;
  }

  .slider_bg_1 .slider-block{
    padding: 0 50px;
  }
  
  .slider_bg_1 .slider-block .slider_text a{
    margin-top: 20px;
  }
  
  @keyframes animate
  {
    0%
    {
      transform: translateY(0%);
      opacity: 0.3;
    }
    100%
    {
      transform: translateY(-1200%);
      opacity: 0.3;
    }
  }
  
  .slider_area {
    position: relative;
    z-index: 3;
  }
  
  .slider_area .single_slider {
    height: 600px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  
  .services-slide .item{
    padding: 10px;
  }
  
  .slider_area .single_slider .slider_text {
    position: relative;
    z-index: 6;
  }
  
  .slider_area .single_slider .slider_text h3 {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 75px;
    font-weight: 200;
    margin-bottom: 4px;
    line-height: 85px;
  }
  
  .slider_area .single_slider .slider_text h3 span{
    font-weight: 800;
  }

  .boxed-btn3, .boxed-btn4{
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    padding: 17px 50px;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }

  .boxed-btn3{
    background-image: -webkit-linear-gradient(0deg, #f14437 0%, #ed5b0d 99%);
    background-image: -ms-linear-gradient(0deg, #f14437 0%, #ed5b0d 99%);
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding: 17px 55px;
    font-family: "Poppins", sans-serif;
  }

  .boxed-btn4 {
    background: #fff;
    color: #ff3500;
  }

  .boxed-btn3:hover{
    background: #0066ff;
    color: #fff;
    border: 1px solid #0066ff;
    text-decoration: none;
  }
  
  .boxed-btn4:hover {
    background: #ff3500;
    color: #fff;
    border: 1px solid #ff3500;
    text-decoration: none;
  }
  
  .boxed-btn4:focus, .boxed-btn3:focus {
    outline: none;
  }

  /* about section */

  .h-about-area{
      padding: 60px 0;
  }

  .h-about-area .h-about-image img{
      width: 100%;
  }

  .section_title h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #191d34;
    font-family: "Poppins", sans-serif;
  }
  
  .section_title h3 span {
    font-weight: 300;
  }
  
  @media (max-width: 767px) {
    .section_title h3 {
      font-size: 27px;
      line-height: 33px;
    }

    .navbar{
      padding: 10px 20px !important;
    }

    .navbar-nav{
      padding: 20px 20px 0 20px;
    }
  }

  .section_title p {
    font-size: 16px;
    line-height: 28px;
    color: #66666f;
    font-weight: 400;
    margin-bottom: 54px;
    margin-top: 30px;
    font-family: "Open Sans", sans-serif;
  }

  /* Service area */

  #owl-service .item{
    margin: 10px;
  }
  #owl-service .item img{
    display: block;
    width: 100%;
    height: auto;
  }

  .h-services-area{
    background: #fbfbfb;
  }

  .h-services-area .h-service-slider{
      padding: 60px 0;
  }

  .h-services-area .h-service-slider .all-service-btn{
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      width: 100%;
      margin-top: 30px;
  }

  #owl-service .item .service-item{
      box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
      border-radius: 6px;
      background: white;
  }

  #owl-service .item .service-item img{
      width: 100%;
      height: 220px;
      border-radius: 6px 6px 0px 0px;
  }

  #owl-service .item .service-item h4{
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      color: #191d34;
      text-align: center;
  }

  #owl-service .item .service-item .service-title{
    padding: 20px;
  }

  /* process-area */

  .process_area{
    padding: 60px 0;
  }

  .process_area .process_help .section_title p {
    color: #66666f;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 54px;
    margin-top: 30px;
  }
  
  .process_area .process_about .single_process {
    margin-bottom: 40px;
    box-shadow: 0px 16px 35px 0px rgba(0, 0, 2, 0.08);
    border-radius: 14px;
    background: #fff;
    padding: 10px;
  }
  
  .single_process img{
    width: 100%;
  }
  
  .process_area .process_about .single_process .process_content h3 {
    font-size: 60px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #383737;
    display: inline-block;
    margin-bottom: 2px;
    margin-top: 22px;
    line-height: 1;
  }
  
  .process_area .process_about .single_process .process_content h4{
    background: linear-gradient(to right, rgb(0, 91, 228), rgb(0, 140, 255));
    color: white;
    border-radius: 20px;
    padding: 10px 0;
  }
  
  .process_area .process_about .single_process .process_content p {
    font-size: 20px;
    color: #808080;
    font-weight: 500;
    font-family: "poppins", sans-serif;
    display: block;
    margin-bottom: 0;
  }

  /* revire-area */

  .testmonial_area{
    background: #fbfbfb;
    padding: 60px 0;
  }

  #owl-review .item{
    margin: 10px;
  }

  .testmonial_area .single_testmonial {
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 60px 80px 85px 80px;
    background: white;
  }
  
  @media (max-width: 767px) {
    .testmonial_area .single_testmonial {
      display: block !important;
      padding: 30px;
    }
  }
  
  .testmonial_area .single_testmonial .test_thumb {
    margin-right: 25px;
  }
  
  @media (max-width: 767px) {
    .testmonial_area .single_testmonial .test_thumb {
      margin-bottom: 50px;
    }
  }
  
  .testmonial_area .single_testmonial .test_thumb img {
    width: 130px;
  }
  
  .testmonial_area .single_testmonial .test_content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #383737;
    margin-bottom: 20px;
  }
  
  .testmonial_area .single_testmonial .test_content span {
    display: block;
    color: #979797;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1;
    margin-top: 3px;
  }
  
  .testmonial_area .single_testmonial .test_content p {
    font-size: 18px;
    color: #66666f;
    margin-bottom: 0;
    line-height: 35px;
  }

  /* book service */

  .book_bg_1 {
    background-image: url('../img/contact_bg-1.png');
  }
  
  .contact_book {
    background-position: center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  
  @media (max-width: 767px) {
    .contact_book {
      background-size: cover;
      padding: 110px 0;
    }
  }
  
  .contact_book .contact_text .section_title h3 {
    color: #fff;
  }
  
  .contact_book .contact_text .section_title p {
    font-size: 25px;
    color: #fff;
    line-height: 40px;
    margin-top: 35px;
    margin-bottom: 50px;
  }
  
  @media (max-width: 767px) {
    .contact_book .contact_text .contact_btn {
      display: block !important;
    }
  }
  
  .contact_book .contact_text .contact_btn p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin-left: 20px;
  }
  
  @media (max-width: 767px) {
    .contact_book .contact_text .contact_btn p {
      margin-left: 0;
      margin-top: 30px;
    }
  }
  
  .contact_book .contact_text .contact_btn p a {
    font-weight: 600;
    color: #fff;
    margin-left: 10px;
  }

  /* footer-area */

  .footer {
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #f8f8f8;
    position: relative;
    z-index: 0;
  }
  
  .footer .footer_top {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  
  @media (max-width: 767px) {
    .footer .footer_top {
      padding-top: 60px;
      padding-bottom: 0px;
    }
  }
  
  .footer .footer_top .footer_widget .address_text {
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
  }
  
  @media (max-width: 767px) {
    .footer .footer_top .footer_widget {
      margin-bottom: 30px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .footer .footer_top .footer_widget {
      margin-bottom: 30px;
    }
  }
  
  .footer .footer_top .footer_widget .address_line li {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
    color: #7a7a7a;
  }
  
  .footer .footer_top .footer_widget .links {
    position: relative;
    top: 0;
  }
  
  .footer .footer_top .footer_widget .links.double_links li {
    width: 50%;
    float: left;
  }
  
  .footer .footer_top .footer_widget .footer_title {
    font-size: 25px;
    font-weight: 500;
    color: #2e2e2e;
    text-transform: capitalize;
    margin-bottom: 36px;
    font-family: "Poppins", sans-serif;
    position: relative;
  }
  
  @media (max-width: 767px) {
    .footer .footer_top .footer_widget .footer_title {
      margin-bottom: 20px;
    }
  }
  
  .footer .footer_top .footer_widget .footer_logo {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 35px;
  }
  
  @media (max-width: 767px) {
    .footer .footer_top .footer_widget .footer_logo {
      margin-bottom: 20px;
    }
  }
  
  .footer .footer_top .footer_widget p {
    color: #AAB1B7;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #AAB1B7;
  }
  
  .footer .footer_top .footer_widget p a {
    color: #AAB1B7;
  }
  
  .footer .footer_top .footer_widget p a:hover {
    color: #eb592d;
  }
  
  .footer .footer_top .footer_widget p.footer_text {
    font-size: 16px;
    color: #B2B2B2;
    margin-bottom: 23px;
    font-weight: 400;
    line-height: 26px;
  }
  
  .footer .footer_top .footer_widget p.footer_text a.domain {
    color: #B2B2B2;
    font-weight: 400;
  }
  
  .footer .footer_top .footer_widget p.footer_text a.domain:hover {
    color: #eb592d;
    border-bottom: 1px solid #eb592d;
  }
  
  .footer .footer_top .footer_widget p.footer_text.doanar a {
    font-weight: 500;
    color: #B2B2B2;
  }
  
  .footer .footer_top .footer_widget p.footer_text.doanar a:hover {
    color: #eb592d;
    border-bottom: 1px solid #eb592d;
  }
  
  .footer .footer_top .footer_widget p.footer_text.doanar a.first {
    margin-bottom: 10px;
  }
  
  .footer .footer_top .footer_widget ul li {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 40px;
  }
  
  .footer .footer_top .footer_widget ul li a {
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
  }
  
  .footer .footer_top .footer_widget ul li a:hover {
    color: #eb592d;
  }
  
  .footer .footer_top .footer_widget .newsletter_form {
    position: relative;
    margin-bottom: 20px;
  }
  
  .footer .footer_top .footer_widget .newsletter_form input {
    width: 100%;
    height: 50px;
    background: #F5FBFF;
    padding-left: 20px;
    font-size: 15px;
    color: #000;
    border: none;
    border: 1px solid #E8E8E8;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    padding-right: 120px;
  }
  
  .footer .footer_top .footer_widget .newsletter_form input::placeholder {
    font-size: 15px;
    color: #AAB1B7;
  }
  
  .footer .footer_top .footer_widget .newsletter_form input:focus {
    outline: none;
  }
  
  .footer .footer_top .footer_widget .newsletter_form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #eb592d;
    padding: 10px;
    padding: 0 22px;
    cursor: pointer;
    border-radius: 30px;
    top: 5px;
    right: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
  }
  
  .footer .footer_top .footer_widget .newsletter_text {
    font-size: 14px;
    color: #AAB1B7;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
  }
  
  .footer .footer_top .footer_widget .instagram_feed {
    margin: -7.5px -7.5px 0 -7.5px;
  }
  
  .footer .footer_top .footer_widget .instagram_feed .single_insta {
    width: 33.33%;
    float: left;
    padding: 7.5px;
    overflow: hidden;
  }
  
  .footer .footer_top .footer_widget .instagram_feed .single_insta img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  .footer .copy-right_text {
    padding-bottom: 32px;
  }
  
  .footer .copy-right_text .copy_right {
    font-size: 15px;
    color: #888888;
    margin-bottom: 0;
    font-weight: 400;
  }
  
  @media (max-width: 767px) {
    .footer .copy-right_text .copy_right {
      font-size: 15px;
    }
  }
  
  .footer .copy-right_text .copy_right a {
    color: #eb592d;
  }
  
  .footer .socail_links {
    margin-top: 26px;
  }
  
  @media (max-width: 767px) {
    .footer .socail_links {
      margin-top: 20px;
    }
  }
  
  .footer .socail_links ul li {
    display: inline-block;
  }
  
  .footer .socail_links ul li a {
    font-size: 25px;
    color: #C3B2F0;
    width: 30px;
    display: inline-block;
    text-align: center;
    background: transparent;
    margin-right: 30px;
    color: #FFFFFF;
    line-height: 40px !important;
    color: #E8E8E8;
  }
  
  .footer .socail_links ul li a:hover {
    color: #eb592d !important;
    border-color: transparent;
  }

  .footer_widget .footer_logo a img {
    width: 100%;
  }

  @media only screen and (max-width: 700px) {
    .footer_widget .footer_logo a img {
      width: 100%;
      padding: 20px;
    }
  }

  @media only screen and (max-width: 700px) {
    .socail_links {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  .footer_widget ul {
    text-decoration: none;
    list-style: none;
  }

  .footer_widget ul li a {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
  }

  .footer_title ul li i{
    font-size: 16px;
    margin-right: 10px;
  }

  @media only screen and (max-width: 700px) {
    .navbar .navbar-brand img{
      padding-left: 20px;
    }
    
    .slider_area .single_slider{
      height: 500px;
    }

    .slider_text h3{
      font-size: 40px !important;
      line-height: 60px !important;
    }

    .banner-image {
      display: none;
    }

    .process_area .process_about .single_process{
      margin-top: 30px;
    }

    .section_title{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .section_title p{
      font-size: 20px !important;
    }

    .h-services-area .section_title p{
      padding: 0 20px !important;
    }

    .footer_widget ul li{
      font-size: 18px;
    }
  }

  .about-banner{
    width: 100%;
    height: 350px;
    background-image: url('../img/about-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .about-banner h3{
    font-size: 60px;
    font-weight: 700;
    color: white;
  }

  .about-section{
    padding: 60px 0;
  }

  .about-section p{
    font-size: 18px;
    color: #66666f;
    text-align: center;
  }

  .why-us-section{
    background: #fbfbfb;
    padding: 60px 0;
  }
  
  .why-us-section .why-us-item{
    padding: 10px;
  }

  .why-us-section .why-us-item .why-us{
    background: white;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
  }

  .why-us-section .why-us-item .why-us .why-us-img{
    height: 200px;
    padding: 10px 15px;
  }

  .why-us-section .why-us-item .why-us .why-us-img img{
    width: 100%;
  }

  .why-us-section .why-us-item 
  .why-us .why-us-text{
    text-align: center;
    padding: 20px;
    margin-top: 20px;
  }

  .star-rating{
    padding: 60px 0;
  }

  .star-rating .rating-text-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }

  .star-rating .rating-text-div .rating-text{
    background: green;
    padding: 10px;
    color: white;
    border-radius: 30px;
    width: 40%;
  }

  .star-rating span{
    font-size: 25px;
    font-weight: 600;
  }

  .star-rating .star-rating-div{
    /* margin-top: 30px; */
    /* border: 2px solid rgb(255, 166, 0); */
    border-radius: 6px;
    padding: 10px 0px;
  }

  .star-rating .star-rating-div i{
    color: rgb(255, 166, 0);
    font-size: 35px;
    padding: 0 30px;
  }

  @media only screen and (max-width: 700px) {
    .about-banner{
      height: 250px;
    }

    .about-banner h3{
      font-size: 40px;
    }

    .about-section p{
      font-size: 16px;
    }
    
    .why-us-section .why-us-item .why-us .why-us-img{
        height: 300px;
      }
    
      .why-us-section .why-us-item .why-us .why-us-img img{
        height: 100%;
      }
      
      .why-us-section .why-us-item 
      .why-us .why-us-text{
        margin-top: 0px;
      }

    .why-us-section .section_title p{
      font-size: 16px !important;
    }

    .star-rating .rating-text-div .rating-text{
      width: 100%;
      padding: 10px 30px;
    }

    .star-rating span{
      font-size: 16px;
    }

    .star-rating .star-rating-div i{
      font-size: 25px;
      padding: 0 10px;
    }
  }

  .services-section{
    padding: 60px 0;
  }

  .services-section .services-item-div{
    padding: 10px;
  }

  .services-section .services-item-div .services-pg-item{
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
  }

  .services-section .services-item-div 
  .services-pg-item img{
    width: 100%;
    height: 220px;
    border-radius: 6px 6px 0 0;
  }

  .services-section .services-item-div 
  .services-pg-item .service-title{
    padding: 20px 0;
  }

  .services-section .services-item-div 
  .services-pg-item .service-title h4{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #191d34;
    text-align: center;
  }

  .services-section .services-item-div 
  .services-pg-item .service-title .service-book{
    padding: 10px;
  }

  .services-section .services-item-div 
  .services-pg-item .service-title .service-book p{
    /* background: #005c80; */
    background: #00b4d2;
    width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 0px !important;
  }

  .services-section .services-item-div 
  .services-pg-item .service-title .service-book p a,
  .services-section .services-item-div 
  .services-pg-item .service-title .service-book p a:hover
  {
    color: white;
    text-decoration: none;
  }

  .booking-form-section{
    background: #fbfbfb;
    padding: 60px 0;
  }

  .booking-form-section .booking-container{
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .booking-form-section .booking-container 
  .booking-row{
    width: 100%;
  }

  .booking-form-section form{
    width: 70%;
    padding: 20px;
    margin-top: 30px;
    /* background: #005c80; */
    background: white;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
  }

  .booking-form-section form button{
    width: 100%;
    margin: 20px 0;
    background: #00b4d2;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border: none;
    padding: 12px 0;
  }


  .contact-section{
    padding: 60px 0;
  }

  /* .contact-section .contact-item{
    padding: 10px;
  } */

  .contact-section .contact-item .contact-bg{
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 2, 0.2);
    padding: 20px;
  }

  .contact-section .contact-item .contact-bg button{
    background: #00b4d2;
    width: 100%;
    padding: 10px 0;
    border: none;
    margin-top: 10px;
  }

  .contact-section .contact-item .contact-bg 
  .contact-item-details ul{
    list-style: none;
  }

  .contact-section .contact-item .contact-bg 
  .contact-item-details ul li{
    margin: 10px 0;
  }

  .contact-section .contact-item .contact-bg 
  .contact-item-details ul li i{
    margin-right: 10px;
  }

  .mapouter{
    position:relative;
    text-align:right;
    height:300px;
    width:400px;
  }
  
  .gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:300px;
    width:400px;
  }

  @media only screen and (max-width: 700px) {
    .mapouter, .gmap_canvas{
      width:100%;
    }

    .booking-form-section form{
      width: 100%;
    }

    .services-section .services-item-div .services-pg-item img {
      height: 200px;
    }

    .contact-section .contact-item .contact-bg {
      margin-top: 20px;
    }
  }

  #loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #loader h1{
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 50px;
    color: #00aeff;
    text-align: center;
    font-family: 'Comfortaa', cursive;
  }

  @media only screen and (max-width: 700px) {
    #loader h1{
      font-size: 25px;
      margin-bottom: 20px;
    }
  }

  #loader img{
    width: 100px;
  }

  #loader-form{
    text-align: center;
    font-size: 10px;
    display: none;
  }

  #loader-form i{
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
  }

  #loader-form .course-loader{
    color: white;
  }

  #loader-form .enquiry-loader{
    color: black;
  }

  #contact-success{
    display: none;
  }

  .contact-success .contact-sussess-msg{
    margin-top: 10px;
    padding: 10px 0;
    color: white;
    text-align: center;

  }

  .whatsapp-icon{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
  }

  .whatsapp-icon img{
    width: 100px;
  }

  .h-express-service-area{
    /* background: #0089ff !important; */
    width: 100%;
    background: linear-gradient(to right, rgba(0, 89, 255, 0.8), rgba(0, 195, 255, 0.8)), url('../img/express-service.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

  }

  .h-express-service-area .section_title h3,
  .h-express-service-area .section_title p{
    color: white !important;
  }

  .h-express-service-area .section_title p{
    font-size: 30px;
  }

  .h-express-service-area .section_title .express-hours{
      color: rgb(238, 255, 0);
      font-weight: 800;
  }

  @media only screen and (max-width: 700px) {
    .section_title p{
      font-size: 16px !important;
    }
  }