@media screen and (min-width: 1500px){
    .home-banner-car img {
      width: 1155px;
      }
      .home-banner {
       
        background-size: cover;
        padding: 192px 0 401px;
        position: relative;
      }
      .home-banner-car {
        position: absolute;
        bottom: 23px;
        right: 97px;
      }
      .baner-social {
        position: absolute;
        top: 57px;
        transform: translateY(-50%);
        right: 12px;
      }
     
}
@media screen and (max-width: 1289px){
  .home-banner-car img {
    width: 940px;
  }
      .home-banner-car {
        position: absolute;
        bottom: -59px;
        right: 25px;
      }
}
@media screen and (max-width: 1350px){
  .home-banner-car img {
    width: 889px;
  }
  .our-service-now .content-right{
    margin-top: 25px;
  }
  .overlay__text p {
    color: #fff !important;
    font-size: 15px;
  line-height: 25px;
  }
  .home-banner-car {
    position: absolute;
    bottom: -59px;
    right: 25px;
  }
      .service-sec .service .overlay-content .overlay__text .icon {
        position: absolute;
        right: 17px;
        bottom: -5px;
      }
      .overlay__text h3 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 19px;
      }
      .home-banner {
        /* background: url('../image/banner.png') no-repeat center;
          background-size: auto; */
        background-size: cover;
        padding: 174px 0 220px;
        position: relative;
      }
      .baner-social::before {
        content: '';
        position: absolute;
        top: -3rem;
        left: 28%;
        transform: translateX(-10%);
        width: 2px;
        height: 37%;
        background: #333;
      }
      .baner-social::after {
        content: '';
        position: absolute;
        bottom: -3rem;
        left: 50%;
        transform: translateX(-10%);
        width: 2px;
        height: 37%;
        background: #333;
      }
      .baner-social ul .top {
        margin-bottom: 3px;
      }
      .baner-social {
        position: absolute;
        top: 31px;
        transform: translateY(-50%);
        right: 12px;
      }
  }

@media screen and (max-width: 992px) {
.header {
position: absolute;
width: 100%;
left: 0;
top: 0;
z-index: 99;
padding: 0px;
}

.header .logo {
padding: 0 15px;
}

.header .logo a {
font-size: 30px;
text-transform: capitalize;
color: #e91e63;
font-weight: 600;
}

.header .nav-menu {
padding: 0 15px;
}

.header .menu>.menu-item {
display: inline-block;
margin-left: 30px;
position: relative;
}

.header .menu>.menu-item>a {
display: block;
padding: 12px 0;
font-size: 16px;
color: #000000;
text-transform: capitalize;
font-weight: 600;
transition: all 0.3s ease;
}

.header .menu>.menu-item>a .plus {
display: inline-block;
height: 12px;
width: 12px;
position: relative;
margin-left: 5px;
pointer-events: none;
}

.header .menu>.menu-item>a .plus:before,
.header .menu>.menu-item>a .plus:after {
content: '';
position: absolute;
box-sizing: border-box;
left: 50%;
top: 50%;
background-color: #000000;
height: 2px;
width: 100%;
transform: translate(-50%, -50%);
transition: all 0.3s ease;
}

.header .menu>.menu-item:hover>a .plus::before,
.header .menu>.menu-item:hover>a .plus::after {
background-color: #000000;
}

.header .menu>.menu-item>a .plus:after {
transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu>.menu-item>.sub-menu>.menu-item>a:hover,
.header .menu>.menu-item:hover>a {
color: #000000;
}

.header .menu>.menu-item>.sub-menu {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
width: 220px;
position: absolute;
left: 0;
top: 100%;
background-color: #ffffff;
padding: 10px 0;
border-top: 3px solid #e91e63;
transform: translateY(10px);
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
}

.header .menu>.menu-item-has-children:hover>.sub-menu {
transform: translateY(0);
opacity: 1;
visibility: visible;
}

.header .menu>.menu-item-has-children:hover>a .plus:after {
transform: translate(-50%, -50%) rotate(0deg);
}

.header .menu>.menu-item>.sub-menu>.menu-item {
display: block;

}

.header .menu>.menu-item>.sub-menu>.menu-item:last-child {
border-bottom: 0px;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
display: block;
padding: 10px 20px;
font-size: 16px;
font-weight: 600;
color: #000000;
transition: all 0.3s ease;
text-transform: capitalize;
text-decoration: none;
}

.header .open-nav-menu {
align-items: center;
cursor: pointer;
margin: 0px 0 0;
}
.header .open-nav-menu{
  display: flex;
  background: #153c86;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: -19px;
}

.header .open-nav-menu span {
display: block;
height: 2px;
width: 24px;
background-color: #fff;
position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
box-sizing: border-box;
}

.header .open-nav-menu span:before {
top: -7px;
}

.header .open-nav-menu span:after {
top: 7px;
}

.header .close-nav-menu {
height: 40px;
width: 40px;
background-color: #f60;
margin: 0 12px 15px 15px;
cursor: pointer;
display: none;
align-items: center;
justify-content: center;
margin-left: auto !important;
border-radius: 4px;
}

.header .close-nav-menu img {
width: 16px;
}

.header .menu-overlay {
position: fixed;
z-index: 999;
background-color: rgba(0, 0, 0, 0.5);
left: 0;
top: 0;
height: 100%;
width: 100%;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease;
}

/*home section*/
.home-section {
width: 100%;
display: block;
min-height: 100vh;
background-image: url('../image/home.jpg');
background-position: center top;
background-size: cover;
}

.logo_section {
display: none;
}

.mobile_header {
display: none;
}

.mobile_header {
display: block;
background: #000;
padding: 8px 0px;
position: sticky;
width: 100%;
z-index: 999;
top: 0;

}

.header .menu-overlay.active {
visibility: visible;
opacity: 1;
}

.header .nav-menu {
position: fixed;
right: -280px;
visibility: hidden;
width: 280px;
height: 100%;
top: 0;
overflow-y: auto;
background-color: #fff;
z-index: 1000;
padding: 13px 0;
transition: all 0.7s ease;
}

.header .nav-menu.open {
visibility: visible;
right: 0px;
}

.header .menu>.menu-item {
display: block;
margin: 0;
}

.header .menu>.menu-item-has-children>a {
display: flex;
justify-content: space-between;
align-items: center;
}

.header .menu>.menu-item a.active {
color: #f60;
}

.header .menu>.menu-item>a {
color: #000000;
padding: 16px 16px;
border-bottom: 1px solid #ece4e4;
letter-spacing: 2px;
font-size: 16px;
text-decoration: none;
text-transform: capitalize;
}

.header .menu>.menu-item:last-child>a {
border-bottom: 0px;
}

.header .menu>.menu-item>a .plus:before,
.header .menu>.menu-item>a .plus:after {
background-color: #000000;
}

.header .menu>.menu-item-has-children.active>a .plus:after {
transform: translate(-50%, -50%) rotate(0deg);
}

.header .menu>.menu-item>.sub-menu {
width: 100%;
position: relative;
opacity: 1;
visibility: visible;
border: none;
background-color: transparent;
box-shadow: none;
transform: translateY(0px);
padding: 0px;
left: auto;
top: 10px;
max-height: 0;
overflow: hidden;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
padding: 8px 35px;
color: #000000;
font-size: 15px;
}

.header .close-nav-menu,
.header .open-nav-menu {
display: flex;
}

.mobile_header {
display: block;
}

header#main_header {
display: none;
}
.icon a {
    color: #f60;
    font-size: 20px;
}
.icon {
    text-align: right;
}
ul.menu {
    padding: 0;
}
.logo_middle img{
  width: 150px;
}
.home-banner .banner-heading{
  text-align: center;
}
.home-banner .banner-heading span {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.home-banner .banner-heading h1 > span {
  color: #ff6600;
  font-size: 54px;
  text-transform: capitalize;
  font-family: 'Teko', sans-serif;
}
.home-banner .banner-heading h1 {
 
  font-size: 54px;
  line-height: 60px;
  text-transform: capitalize;
  margin: 3px 0 !important;
  font-family: 'Teko', sans-serif;
}
.home-banner-car {
  position: initial;
  bottom: initial;
  right: initial;
}
.home-banner-car img {
  width: 100% !important;
  margin-top: 27px;
}
.home-banner {
  /* background: url('../image/banner.png') no-repeat center;
    background-size: auto; */
  background-size: cover;
  padding: 80px 0 38px;
  position: relative;
}
section {
  padding: 50px 0px;
}
.banner-booking-sec {
  padding-top: 0;
}
.banner-booking-sec .heading{
  text-align: center;
}
.banner-booking-sec .contect .right h5 a {
  color: #000000;
  font-family: 'Teko', sans-serif;
  font-weight: 600;
  font-size: 38px;
}
.banner-booking-sec .contect {
  display: flex;
  justify-content: center;
  align-items: center;
}
.heading h2 {
  font-family: 'Teko', sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 46px;
}
.heading span.to-sub {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #ff6600;
  font-size: 18px;
}
.overlay__text h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 9px;
}
.service-sec .service .overlay-content .overlay__text .icon {
  position: absolute;
  right: 17px;
  bottom: -6px;
}
.overlay__text .icon .button {
  color: #fff;
  padding-right: 10px;
  display: flex;
  font-size: 15px;
}
.overlay__text p {
  color: #fff !important;
  font-size: 17px;
  line-height: 25px;
}
.service-sec .service .service-h h4 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.baner-social{
  display: none;
}
.service-need{
  padding: 60px 0;
}
.service-need .heading{
  text-align: center;
}
.contect-call-us .right h5 a {
  color: #fff;
  font-family: 'Teko', sans-serif;
  font-weight: 700;
  font-size: 37px;
}
.contect-call-us {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-gap {
  margin-top: 40px;
}
.call-emergency .heading{
  text-align: center;
}
.call-emergency .heading h2 {
  color: #fff;
  line-height: 44px;
}
.call-emergency {
  background: #f60;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  z-index: 500;
  margin-bottom: -46px;
}
.call-emergency .call-to-us .number a {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
}
.call-emergency .call {
  width: 40px;
  height: 40px;
  background: #153c86;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-emergency .arrow img{
  width: 40px;
}
.call-emergency .call img{
  width: 15px;
}
.our-service-now .content-right {
  padding: 20px;
  text-align: center;
}
.contact-sec h3 a {
  color: #000000;
  font-family: 'Teko', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  font-size: 37px;
  margin-bottom: 10px;
}
.contact-sec {
  background: url('../image/contact-bg-sm.png') no-repeat center;
    background-size: auto;
  background-size: cover;
  padding: 50px 0px 227px;
}
footer .contact-ft ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .p-gap {
  padding: 9px;
}
footer .copy-text p.private {
  text-align: center;
}
.testimonials .owl-next {
  display: none;
}
.testimonials .owl-prev{
  display: none;
}
.cont-sty {
  margin-top: -187px;
  position: relative;
  margin-bottom: 58px;
}
.search-toggle.opened .search-icon.icon-close {
  display: block;
  padding-left: 62px;
}
.our-service-now .content-right {
  margin-top: initial;
}
.contact-home .left-img {
  position: initial;
  margin-right: initial;
  z-index: initial;
}
.contact-home .left-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.contact-home .home-banner-form {
  background: #ff6600;
  padding: 20px;
  border-radius: 10px;
}
footer .contact-ft ul li a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
}
footer .copy-text {
  padding: 35px 0 0;
  text-align: center;
}
.mobile_header .header-main{
  float: right;
}
}

@media screen and (max-width: 767px) {
  .overlay__text p {
    color: #fff !important;
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (max-width: 567px) {
  .home-banner-form form button{
    width: 100%;
    outline:none;
  }
  .search-toggle.opened .search-icon.icon-close {
    display: block;
    padding-left:initial;
  }
}

@media screen and (max-width: 320px) {}