/*-------------------------------------------------*/
/* 1. MOBILE VIEW RESPONSIVE
/*-------------------------------------------------*/

/*-------------------------------------------------------*/
/* When the browser is 1200px to all small screens,below css will be applied.
/*-------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .nav-inner .theme-btn a {
    padding: 9px 20px;
    font-size: 15px;
  }
}

/*-------------------------------------------------------*/
/* When the browser is 992 to all small screens,below css will be applied.
  /*-------------------------------------------------------*/

@media screen and (max-width: 992px) {
  .single-blog{padding: 30px 0;}
  .number-count{text-align: center;}
  .mission-content li{flex-direction: column;}
  .mission-content{padding: 30px;text-align: center;}
  .miss-vission{padding-top: 0;}
  .about-single{
    margin-top: 30px;
}
  .about-single .about-inner{
    padding: 25px 0 25px 0;
}
  .blog-page .border-right{border: 0  !important;margin-bottom: 30px;}
  .blog-page .row{padding: 0;border: 0 !important;}
  .quick-enquiry h2{
    text-align: center;
    margin-left: 0;
    font-size: 20px !important;
}
  .quick-enquiry i{
    display: none !important;
}
  .why-about1{margin-top: 20px;}
  .leaf1, .leaf2{display: none;}
  .banner-inner p{margin: 0 0 21px 0;font-weight: 500;}
  .why-about::before {
    width: 100%;
  }
  .ser-img1 {
    display: none;
  }
  .testimonial-img {
    margin: 0;
  }
  .amenites {
    padding-bottom: 60px;
  }
  .faq {
    padding: 46px 0 40px 0;
  }
  .about-single1 .abt-img2,
  .full-withd .abt-img2 {
    position: relative !important;
  }
  .about-single1 .m-left {
    margin-left: 0;
  }
  .cpy-right h3 {
    text-align: center;
  }
  .privacy {
    float: unset;
    text-align: center;
  }
  .footer-follow {
    margin: 10px 0;
  }
  .faq-img {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .number i {
    left: auto;
    position: relative;
    margin-bottom: 20px;
  }
  .number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    text-align: center;
  }
  .number span,
  .number p,
  .number span,
  .number h3 {
    margin-left: 0 !important;
  }

  .book-now {
    margin-top: 37px;
  }
  .ser-box {
    margin-top: 20px;
  }
  .nav-inner .theme-btn a {
    display: none;
  }

  /*-------------------------*/
  .menu a:hover {
    color: #fff;
  }

  .top-cl-fun {
    padding: 0 25px;
  }

  .side-bar.act {
    width: 100%;
  }

  .nav .row {
    align-items: center;
  }

  .nav {
    background: #fff;
    padding: 35px 0;
  }

  .side-bar-right i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    background: #ffde6a;
  }

  .logo img {
    max-width: 92px;
    transform: none;
  }

  .nav-inner .menu {
    position: fixed;
    left: -500px;
    top: 0;
    overflow-y: auto;
    height: 100vh;
    width: 300px;
    background: #16243d;
    padding: 31px 20px 20px 20px;
    z-index: 99;
    transition: all 0.5s ease;
  }

  /* .menu ul li:first-child {
    display: block;
  } */

  .menu li {
    width: 100%;
    padding-bottom: 13px;
  }

  .menu a {
    color: #fff !important;
    width: 100%;
    border-bottom: 1px solid #908484;
    padding-bottom: 17px;
  }

  .menu img {
    width: 120px;
    margin-bottom: 24px;
  }

  .menu ul li:last-child {
    border: 0;
  }

  .nav-inner .side-bar-right {
    position: absolute;
    right: 15px;
    width: auto;
  }

  .logo {
    position: absolute;
    transform: scale(0.8);
  }

  .menu-bar {
    display: block;
    position: absolute;
    left: 15px;
  }

  .menu ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu span {
    position: absolute;
    right: 20px;
    top: 0;
    background: red;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    cursor: pointer;
  }

  .menu.menuact {
    left: 0;
  }
  /*-------------------------*/
  .our-services .container {
    max-width: 720px;
  }
}

/*-------------------------------------------------------*/
/* When the browser is 768px to all small screens,below css will be applied.
  /*-------------------------------------------------------*/

@media screen and (max-width: 768px) {
  .thank-you-inner h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .thank-you {
    padding: 120px 0 90px 0;
  }
  .mob-logo img {
    display: block;
    max-width: 57px;
  }
}



/*-------------------------------------------------------*/
/* When the browser is 576px to all small screens,below css will be applied.
  /*-------------------------------------------------------*/

@media screen and (max-width: 576px) {
  .banner {
    padding: 150px 0 80px 0;
  }
  .contact-us {
    padding-top: 48px;
    padding-bottom: 61px;
  }
  .footer {
    padding-bottom: 50px;
  }
  .banner-inner {
    padding-right: 0;
    text-align: center;
  }
  .banner-inner h1,
  .banner-inner .dummy {
    font-size: 32px;
    line-height: 44px;
  }
  .about-us {
    padding: 0 0 0 0;
  }
  .we-provided {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .quick-enquiry img {
    left: -19px;
    width: 51px;
  }
  .faq-img:before {
    width: 70%;
    height: 70%;
    left: -22px;
    top: -42px;
  }
  .about-inner {
    padding-right: 0;
  }
  .heading h2 {
    font-size: 25px;
    line-height: 34px;
  }
  .quick-enquiry .change {
    right: 0;
  }
}

@media screen and (max-width: 480px) {
  .faq-rhs ul li h3 {
    padding-right: 50px;
  }
  .contact-us .col-lg-6 {
    padding-right: 0;
    text-align: center;
  }
  .contact-us-det li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .contact-us-det span {
    padding-left: 0;
    padding-top: 10px;
  }
  .amenites li {
    padding: 0 10px;
  }
  .amenites h4 {
    font-size: 16px;
  }
}
