img{
    width: 100%;
}

.mob-view{
    display: none;
}
.title .tag-line{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}
.car-rental-sec 
.mob-view{
    display: none;
}
.desk-view{}
.desk-view .top-nav{
    background: #191b41;
    padding: 9px 0;
}
.desk-view .top-nav .topnav-inn{}
.desk-view .top-nav .topnav-inn .top-list{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.desk-view .top-nav .topnav-inn .top-list li{
    margin-right: 66px;
    list-style: none;
}
.desk-view .top-nav .topnav-inn .top-list li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.desk-view .navbar-sec{
    background: #f9f8f8;
    padding: 10px 0;
}
.desk-view .navbar-sec .navbar-inn .logo{
    width: 200px;
}

.desk-view .navbar-sec .navbar-inn .nav-list{
}
.desk-view .navbar-sec .navbar-inn .nav-list .dropdown{}
.desk-view .navbar-sec .navbar-inn .nav-list .dropdown .dropdown-menu{padding: 0 0;border: none;border-radius: 0;position: absolute;top: 30px;}
.desk-view .navbar-sec .navbar-inn .nav-list .dropdown .dropdown-menu .dropdown-item{
    
color: #1d124a;   
font-size: 15px;   
padding: 5px 17px;   
font-weight: 400;
}
.desk-view .navbar-sec .navbar-inn .nav-list .dropdown .dropdown-menu .dropdown-item:hover{
    color: #fa752b;
}
.dropdown-toggle {
    white-space: nowrap;
    color: #908c8c;
}
.desk-view .navbar-sec .navbar-inn .nav-list .dropdown .dropdown-toggle{
    text-decoration: none;
    color: #1d124a;
    font-weight: 600;
    font-size: 15px;
    padding: 6px 0px;
}
.desk-view .navbar-sec .navbar-inn .nav-list .dropdown .dropdown-toggle:hover{
    color: #fa752b;
}
.desk-view .navbar-sec .navbar-inn .nav-list ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.item a{text-decoration: none;}

.item .testi-block{}
.item .testi-block .user-img-txt{     text-align: -webkit-center;}
.item .testi-block .author-info{}
.item .testi-block .author-info img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}


.desk-view .navbar-sec .navbar-inn .nav-list ul li{
    list-style: none;
    margin: 0 13px;
}
.desk-view .navbar-sec .navbar-inn .nav-list ul li a{
    text-decoration: none;
    color: #1d124a;
    font-weight: 600;
    font-size: 16px;
}
.desk-view .navbar-sec .navbar-inn .nav-list ul li a:hover{
    color: #fa752b;
}
.desk-view .navbar-sec .navbar-inn .nav-list ul li:active a {
    color: #fa752b;
}
.desk-view .navbar-sec .navbar-inn .nav-icons{}
.desk-view .navbar-sec .navbar-inn .nav-icons ul{
    display: flex;
    justify-content: end;
    margin: 0;
    align-items: center;
}
.desk-view .navbar-sec .navbar-inn .nav-icons ul li{
    list-style: none;
    margin: 0 17px;
}
.desk-view .navbar-sec .navbar-inn .nav-icons ul li a{
    background: #f1eeee;
    border-radius: 50%;
    padding: 6px 10px;
}
.desk-view .navbar-sec .navbar-inn .nav-icons ul li a i{
    color: #1d124a;
}

.book-now-btn{
    background: #fa752b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34%;
    padding: 4px 0;
    margin: 0px 9px;
}
 .book-now-btn a{
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
.find-now{
    /* background: #fa752b; */
    margin-top: 21px;
    /* width: 15%; */
    padding: 4px 0;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
}
.find-now a{
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    padding: 6px 30px;
    display: inline-block;
    background: #fa752b;
    border-radius: 4px;
}

.slider-sec{
    position: relative;
}
.slider-sec .home-slider{
    position: relative;
}
.slider-sec .home-slider .custom-slider{}
.slider-sec .home-slider .custom-slider .slider-img{}

.slider-sec .slider-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
    height: 100%;
}
.slider-sec .slider-text h1{color: #fff;font-size: 65px;font-weight: 700;text-shadow: 1px 1px 4px #000000;margin: 0;margin-bottom: 20px;}
.slider-sec .slider-text p{

margin: 0;

font-size: 24px;

color: #fff;

text-shadow: 1px 1px 3px #000;
}

.opacity{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-color: #00000087; */
    z-index: 9;
}
.about-us{
    padding: 86px 0;
    position: relative;
    background-image: url(images/abt-bg.png);
    background-size: 100%;
    background-position: center;
}
.about-image-box {}
 .about-image-box .align-items-center .white-overlay{}
.about-image-box .about-content{}
/* .about-image-box .white-overlay .about-image-box .about-content {} */
.about-image-box .about-content .theme{
    color: #fa752b;
    padding-bottom: 11px;
    font-size: 17px;
}
.about-image-box .about-content h2{
    font-size: 24px;
}
.about-image-box .about-content p{
    font-size: 15px;
}
.about-image-box .about-content .about-listing{
    text-align: center;
}
.about-image-box .about-content .about-listing .fbt_bg_blue{
}
 

.about-us .about-text{
}
.about-us .about-text h5{
    margin: 0;
    font-size: 15px;
}

.about-us .about-text h2 span{
    font-size: 50px;
    color: #fa752b;
}
.about-us .about-text p{}
.about-us .about-text p{
    font-size: 16px;
    padding: 12px 0;
    margin: 0;
    color: #7b7777;
}
.about-us .about-img{
    width: 80%;
    margin: auto;
    padding: 11px 11px;
    box-shadow: 0px 0px 4px #b2b2b2;
    position: relative;


}
.about-us .about-img img:hover{
    transform: scale(1.2);
    transition: 0.3s ease-in-out;   
}
/* .about-img:after{
    content: url(images/abt-back-texture.png);
    position: absolute;
    top: 58%;
    right: 7%;
    height: 100%;
    width: 100%;
    z-index: 0;
} */


.popular-destination{
    padding: 43px 0;
    overflow: hidden;

}
 .title{
    text-align: center;
    /* padding-bottom: 1px; */
}
.popular-destination .desti-block{margin: 26px 0;position: relative;box-shadow: 1px 1px 3px #d7d6d6;height: 265px;min-height: 265px;}
.popular-destination .blk-img{
    width: 100%;
    min-height: 175px;
    height: 175px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}
.item :hover .desti-block{
    background-color: #ff6307;

}
.item :hover .blk-text h6{    color: #fff;}
.popular-destination .blk-text .stars{
    
display: flex;
margin: 4px;
}
.popular-destination .blk-text .stars i{
    
color: #ffc107;
    
font-size: 13px;
}
.popular-destination .blk-text{
    color: #FFF;
    padding: 7px 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.popular-destination .blk-text h6{
    margin: 0;
    font-size: 20px;
    color: #322375;
}
.popular-destination .blk-text h6 a{
    text-decoration: none;
}
.popular-destination .blk-text p{
    margin: 0;
    font-size: 16px;
    color: #ff6307;
    font-weight: 500;
}
#customers-testimonials .owl-nav{
    display: block;
}
#customers-testimonials .owl-nav .owl-prev{
    display: block;
    position: absolute;
    top: 38%;
    left: -58px;
    background: #a0a0a075;
    height: 33px;
    width: 33px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#customers-testimonials .owl-nav .owl-prev span{
    
font-size: 35px;
    
color: #fff;
    
margin-bottom: 8px;
}
#customers-testimonials .owl-nav .owl-next{
    display: block;
    position: absolute;
    top: 38%;
    right: -58px;
    background: #a0a0a075;
    height: 33px;
    width: 33px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#customers-testimonials .owl-nav .owl-next span{
    font-size: 35px;
    
    color: #fff;
        
    margin-bottom: 8px;
}





#owl-carousel-desti .owl-nav{
    display: block;
}
#owl-carousel-desti .owl-nav .owl-prev{
    display: block;
    position: absolute;
    top: 38%;
    left: -58px;
    background: #a0a0a075;
    height: 33px;
    width: 33px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#owl-carousel-desti .owl-nav .owl-prev span{
    
font-size: 35px;
    
color: #fff;
    
margin-bottom: 8px;
}
#owl-carousel-desti .owl-nav .owl-next{
    display: block;
    position: absolute;
    top: 38%;
    right: -58px;
    background: #a0a0a075;
    height: 33px;
    width: 33px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#owl-carousel-desti .owl-nav .owl-next span{
    font-size: 35px;
    
    color: #fff;
        
    margin-bottom: 8px;
}
.deal-sec{
    background-image: url('../images/deal-bg.jpg');
    /* height: 62vh; */
    position: relative;
    /* left: 0; */
    /* top: 0; */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

section.deal-sec {
    padding: 12px 0px;
}

 .deal-sec .container{}
 .deal-sec .opacity{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0e254791;
    z-index: 0;
}

.deal-sec .deal-block-inn{position: relative;z-index: 1;padding: 30px 0;}
.deal-sec .deal-block-inn .title{
    color: #fff;
    padding: 23px 0;
    margin: 0 59px;
    text-align: justify;
}
.deal-sec .deal-block-inn .title h2{
    font-family: auto;
    font-size: 45px;
    padding: 10px 0;
    color: #fff;
}
.deal-sec .deal-block-inn .deal-block{
    /* position: relative; */
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
}
.deal-sec .deal-block-inn .deal-block .deal-img{
    /* width: 85%; */
    border-radius: 12px;
    overflow: hidden;
}
.deal-sec .deal-block-inn .deal-block .offer{
    color: #fff;
    position: absolute;
    top: 18px;
    right: 37px;
    background: linear-gradient(125deg, #f7145b, #ff4a17);
    padding: 3px 24px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 3px #aca7a7;
}
.deal-sec .deal-block-inn .deal-block .offer span{
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}
.deal-sec .deal-block-inn .deal-block .caption{
    color: #fff;
    position: absolute;
    bottom: 13px;
    left: 73px;
    line-height: 23px;
}
.deal-sec .deal-block-inn .deal-block .caption h5{
    text-shadow: 1px 1px 1px #000;
}
.deal-sec .deal-block-inn .deal-block .caption strong{
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}
.deal-sec .deal-block-inn .title .tag-line{
    color: #fff;
}
.services-sec{
    padding: 35px 0;
    /* height: 450px;
    min-height: 450px; */
}
.services-sec .title{
    margin-bottom: 32px;
}
.services-sec .ser-inn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ebebeb;
    width: 100%;
    padding: 14px 0px;
    border-radius: 5px;
    box-shadow: 0px 3px 9px #ccc;
    border: 1px solid #ccc;
    margin: 5px 0;
}
.services-sec .ser-inn .service-icon{
    padding: 10px 0;
}
.services-sec .ser-inn .service-icon img{
    width: 41px;
    height: 41px;
}
.services-sec .ser-inn .service-icon i{
    color: #fa752b;
    font-size: 41px;
}
.services-sec .ser-inn .service-name{
}
.services-sec .ser-inn .service-name h5{
    font-size: 16px;
}
.counter-sec{
    height: 100%;
    padding: 0 0;
    background: #1d124a;
    color: #fff;
    padding: 23px 0;
}
.counter{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.counter .odometer{font-size: 30px;font-weight: 700;}
.counter .title{

font-size: 17px;

margin-top: 12px;
}
.testimonial-sec{
    padding: 105px 0;
    position: relative;
}
.testimonial-sec .testi-block{
    box-shadow: 0px 0px 13px #e6e5e5;
    padding: 21px 15px;
    border-radius: 8px;
    margin: 19px 0;

}
.testimonial-sec .testi-block .stars{}
.testimonial-sec .testi-block .stars i{
    color: #ffa803;
}
.testimonial-sec .testi-block .review{
    padding: 5px 0;
}
.testimonial-sec .testi-block .review p{
    font-size: 13px;
    font-style: italic;
    color: #7b7976;
    margin: 0;
}
.testimonial-sec .testi-block .client-name{
    text-align: end;
    margin: 0;
}
.testimonial-sec .testi-block .client-name h5{
    margin: 0;
    color: #322375;
    font-size: 16px;
    font-weight: 700;
}
#owl-carousel-client{}
#owl-carousel-client .owl-nav{
    display: block;
}
#owl-carousel-client .owl-nav .owl-prev{
    position: absolute;
    top: -34px;
    right: 76px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#owl-carousel-client .owl-nav .owl-prev span{
    font-size: 32px;
    margin-bottom: 8px;
    color: #a7a7a7;
}
#owl-carousel-client .owl-nav .owl-next{
    position: absolute;
    top: -34px;
    right: 49px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#owl-carousel-client .owl-nav .owl-next span{
    font-size: 32px;
    margin-bottom: 8px;
    color: #a7a7a7;
}
.contact-sec{
    padding: 30px 0;
    background: #f9f9f9;
}
.contact-sec .contact-details{}
.contact-sec .contact-details ul{
    margin: 0;
    padding: 12px 0;
}
.contact-sec .contact-details ul li{
    list-style: none;
    color: #575555;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.contact-sec .contact-details ul li div{
    
line-height: 20px;
}
.contact-sec .contact-details ul li i{
    margin-right: 17px;
    font-size: 22px;
    border: 5px solid #ff00003b;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fa752b;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-sec .contact-details ul li a{
    text-decoration: none;
    color: #000000;
    font-size: 16px;
}
.contact-sec .contact-details ul li strong{
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #322375;
}
.contact-sec .contact-form{
    border: 1px solid #ccc;
    padding: 15px 30px;
    background: #322375;
    box-shadow: 0px 0px 8px #ccc
}
.contact-sec .contact-form h3{
    color: #fff;
    border-bottom: #fff 1px solid;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.contact-sec .contact-form .form-group{
    padding: 7px 0;
}
.contact-sec .contact-form .form-group .form-label{
    margin: 0;
    color: #322375;
}
.contact-sec .contact-form .form-group .form-control{
    border-radius: 2px;
    height: 50px;
    font-size: 13px;
    border-radius: 5px;
}
.contact-sec .contact-form .form-group .text-area{
    border-radius: 2px;
    height: 97px;
    border: #d5d5d5 1px solid;
    width: 100%;
    padding: 3px 7px;
    font-size: 13px;
}
.contact-sec .contact-form .form-group .send-btn{
    background: #fa752b;
    padding: 6px 42px;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
}
.contact-sec .contact-form .form-group .send-btn:hover{
    border: 1px solid #fa752b;
}

.footer{
    background: #322375;
}
.footer .footer-inn{
    padding: 19px 0;
}
.footer .footer-inn .list-bottom{}
.footer .footer-inn .list-bottom ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.footer .footer-inn .list-bottom ul li{
    list-style: none;
    margin: 0 8px;
}
.footer .footer-inn .list-bottom ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.footer .footer-inn .social-icons{}
.footer .footer-inn .social-icons ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    align-items: center;
}
.footer .footer-inn .social-icons ul li{
    list-style: none;
    margin: 0 9px;
}
.footer .footer-inn .social-icons ul li a{
color: #fff;
font-size: 18px;
}
.footer .copy-right{
background: #f5f5f5;
padding: 5px 0;
}
.footer .copy-right p{
margin: 0;
text-align: center;
color: #000000;
font-size: 16px;
}
.cab-slider{
margin-top: 88px;
}   
.car-rental-sec{
padding: 50px 0;
}
.car-rental-sec .title{
text-align: left;
}

.car-rental-sec .title h5{}
.car-rental-sec .title h2{
margin: 0;
}
.title p{
font-size: 17px;
text-transform: lowercase;
margin: 0;
}
.car-rental-sec .car-rental-image{
position: relative;
}
.car-rental-sec .car-rental-image .car-user{
width: 60%;
position: relative;
border-radius: 5px;
overflow: hidden;
}
.car-rental-sec .car-rental-image .cab-img{
position: absolute;
bottom: -29px;
right: -10px;
width: 70%;
}
.car-rental-sec .car-info{
 background: #f4f4f4;
 padding: 9px 8px;
 height: 360px;
 min-height: 360px;
 box-shadow: 0px 0px 6px #e2e0e0;
 margin: 10px 0;
}
#owl-carousel-car .owl-dots{
    display: block;
}
.car-rental-sec .car-info .cab-img{

}
.car-rental-sec .car-info .cab-details{

}
.car-rental-sec .car-info .cab-details .name{
height: 80px;
}
.car-rental-sec .car-info .cab-details .name h5{
font-weight: 500;
font-size: 23px;
}
.car-rental-sec .car-info .cab-details .name span{
color: #ff7401;
font-weight: 500;
}
.car-rental-sec .car-info .cab-details .included{padding: 17px 10px;}
.car-rental-sec .car-info .cab-details .included ul{
column-count: 2;
margin: 0;
padding: 0 0;
}
.car-rental-sec .car-info .cab-details .included ul li{
color: #302d2d;
font-weight: 500;
font-size: 14px;
margin: 0 12px;
}
.car-rental-sec .car-info .cab-details .book-now{
justify-content: center;
display: flex;
align-items: center;
}
.car-rental-sec .car-info .cab-details .book-now button{width: 100%;border: none;padding: 4px 0;background: #fa752b;color: #fff;font-weight: 700;}
.dj-sec{
 background-image: url(../images/homeNew01.jpg);
 /* height: 65vh; */
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-size: cover;
 padding: 62px 0px;
}
.dj-sec .container{width: 100%;}
.dj-info{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 height: 50vh;
 color: #fff;
}
.dj-info h2{
}
.dj-sec .container .dj-info-inn{
  background: #ffffffdb;
  position: relative;
  height: 100%;
  /* width: 78%; */
  padding: 150px 0;
  margin: 0 auto;
  animation: neon6 1.5s ease-in-out infinite alternate;
}
.dj-image{ 
  /* width: 36%; */
  margin: 0 auto;
}
.inner-block{
 /* height: 100%; */
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}
.dj-info-inn .text-box{
 padding: 0 20px;
 text-align: center;
}
.dj-info-inn .text-box h2{
    font-family: "Advent Pro", sans-serif !important;
    font-size: 26px;
    font-weight: 800;
    /* text-shadow: 6px 2px 0px #000000; */
    color: #084998;
    padding-top: 10px;
}
.dj-info-inn .text-box h5{
 font-size: 27px;
 color: #2864a0;
 position: relative;
 padding: 0;
}
.dj-info-inn .text-box h5:after{
 content: "";
 height: 2px;
 width: 319px;
 background-color: #084298;
 position: absolute;
 top: 40px;
 right: 0;
 left: 0;
 margin: 0 auto;
}
.dj-info-inn .text-box p{
 font-family: "Inconsolata", monospace !important;
 font-weight: 700;
 color: #fff;
 font-size: 20px;
 padding: 4px 0;
 background: linear-gradient(90deg, rgb(8 73 152) 0%, rgb(8 73 152) 35%, rgba(0, 212, 255, 1) 100%);
 width: 70%;
 margin: 0 auto;
}
.text-box .contact-btn{

margin-top: 13px;
}
.text-box .contact-btn button{
    border: none;
    background: #084298;
    color: #fff;
    padding: 10px 34px;
    font-weight: 600;
}
.slider-sec-mob{
 display: none;
}
.blog{}
.blog .blog-box{}
.blog .blog-box .blog-img{}
.blog .blog-box .blog-info{}
.blog .blog-box .blog-info h2{}
.blog .blog-box .blog-info p{}

.dropdown:hover>.dropdown-menu {
    display: block;
  }
  .dropdown-item:hover{
    background-color: #191b411f;
  }
  /* .dropdown>.dropdown-toggle:active {
 pointer-events: none;
  }
   */

  
  @keyframes neon6 {
    from {
        box-shadow: 0 0 10px #fff, 0 0 15pxpx #fff, 0 0 18px #fff, 0 0 20px #ff00de,
        0 0 10px #4d29a4, 0 0 12px #ff00de, 0 0 20px #0f032c, 0 0 14px #ff00de;
    }
    to {
        box-shadow: 0 0 0px #fff, 0 0 2px #fff, 0 0 6px #fff, 0 0 8px #00a5e8, 0 0 10px #00a5e8, 0 0 12px #2864a0, 0 0 20px #2864a0, 0 0 25px #2864a0;
    }
  }

  @media only screen and (max-width:767px) {
    .services-sec{
        padding: 35px 0;
        height: 450px;
        min-height: 450px;
    }

}
@media only screen and (max-width:768px) {
    .desk-view .navbar-sec .navbar-inn .logo {
        width: 140px;
    }
    .desk-view .navbar-sec .navbar-inn .nav-list ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
    }
    .desk-view .navbar-sec .navbar-inn .nav-list ul li {
        margin: 0 7px;
    }
    .desk-view .navbar-sec .navbar-inn .nav-list {
        display: flex;
        justify-content: end;
    }
    .desk-view .navbar-sec .navbar-inn .nav-list ul li a{
        font-size: 13px;
    }
    .book-now-btn {
        width: 100%;
        padding: 4px 6px;
        margin: 0px 4px;
    }
    .desk-view .top-nav .topnav-inn .top-list li a{
        font-size: 13px;
    }
    
}
@media only screen and (max-width:668px){
    h2 {
        padding: 0;
        font-size: 35px;
        font-weight: 700;
    }
    h2 span {
        font-size: 29px;
        color: #322375;
    }
    .about-us .about-text h2 span {
        font-size: 39px;
        color: #322375;
    }
    .desk-view{
        display: none;
    }
    .mob-view{
        display: block;
    }

 
    .mob-view .navbar .dropdown .dropdown-menu{padding: 0 0;border: none;border-radius: 0;position: absolute;top: 24px;}
    .mob-view .navbar .dropdown .dropdown-menu .dropdown-item{
        
    color: #000;
        
    font-size: 15px;
        
    padding: 5px 17px;
        
    font-weight: 400;
    }
    .navbar{}
    .navbar .logo{
        width: 40%;
    }
    .navbar-toggler{
 
    }
     button:focus:not(:focus-visible) {
      outline: 0;
    }
    .navbar-toggler:focus {
     text-decoration: none;
     outline: 0;
     box-shadow: none;
    }
   .slider-sec .slider-text {
    text-align: center;
    }
   .slider-sec .slider-text h1 {
    font-size: 48px;
    }
   .find-now {
    width: 46%;
    margin: 14px auto;
    }
    .find-now a {
    font-size: 17px;
    }
   .counter .counter-block {
    position: inherit;
    z-index: 1;
    text-align: center;
    }
   .title {
    text-align: center;
    padding-bottom: 0px;
    }
    .contact-sec .contact-details {
    padding: 7px 0;
    }
    .dj-info-inn {
    width: 100%;
    }
    .inner-block {
    width: 100%;
    }
   .text-box {
    padding: 0 8px;
    }
    .text-box h2 {
    font-size: 50px;
    padding: 5px 0;
    }
    .text-box h5 {
    font-size: 16px;
    padding-bottom: 25px;
    }
    .car-rental-sec .car-info .cab-img {
    width: 50%;
    margin: 0 auto;
    }
   .car-rental-sec .car-info {
    height: 315px;
    min-height: 315px;
    margin: 10px 0;
   }
   .car-rental-sec .car-info .cab-details .included {
    padding: 17px 21px;
   } 
   .car-rental-sec .car-info .cab-details .included ul li {
    font-size: 16px;
   }
   .slider-sec-mob{
    display: block;
   }
   .slider-sec{
    display: none;
   }
   .slider-sec-mob{
    position: relative;
   }
  .slider-sec-mob .home-slider{
    position: relative;
   }
   .slider-sec-mob .home-slider .custom-slider{}
   .slider-sec-mob .home-slider .custom-slider .slider-img{}
   .slider-sec-mob .slider-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
    padding: 0 12px;
    height: 100%;
  }
 .slider-sec-mob .slider-text h1{color: #fff;font-size: 54px;font-weight: 800;text-shadow: 1px 1px 4px #545353;margin: 0;}
 .slider-sec-mob .slider-text p{
  margin: 0;
  font-size: 22px;
  color: #fff;
  }
  .deal-sec {
    padding: 21px 0;
    background-size: auto;
  }
  .deal-sec .deal-block-inn .title {
    margin: 0 26px;
  }
  .deal-sec .deal-block-inn .title h2 {
    font-size: 25px;
    margin: 0;
    padding: 0;
   }
  .services-sec {
    padding: 13px 0;
    margin-bottom: 187px;
  }
  .services-sec .ser-inn .service-icon i {
    color: #fa6e4c;
    font-size: 35px;
  }
  .services-sec .ser-inn .service-name h5 {
    font-size: 16px;
  }
  .dj-info-inn .text-box h2 {
    font-size: 50px;
  }
  .dj-info-inn .text-box h5:after {
    top: 83px;
  }
  .car-rental-sec .car-info .cab-details .included ul {
    display: flex;
  }
  .about-us {
   padding: 35px 0;
  }

}


.modal-content {
    background-color: #4a6b8ddb !important;
    /* width: 660px; */
    box-shadow: 0px 0px 14px #CCC;
}
.modal-content .modal-header{
    border: none;
    color: #fff;
    padding: 8px 23px;
    border-bottom: 1px solid #ccc;
}
.modal-body .front_query_form{
    padding: 0px 0px;
}
.modal-body .front_query_form .form-group{
    margin-bottom: 12px;
    overflow: hidden;
    width: 100%;
}

.modal-body .front_query_form .form-group .form-pax{
    width: 100%;
    font-size: 14px;
    padding: 3px 0;
    outline: none;
    border-radius: 5px;
    padding: 10px 10px;
}
.modal-body .front_query_form .form-group .form-check{
    float: left;
    width: 45%;
    display: inline-block;
    margin-right: 9px;
}
.modal-body .front_query_form .form-group label{
    color: #123c45;
    font-size: 14px;
    padding: 0;
    display: none;
}
.modal-body .front_query_form .form-group .form-control{
    padding: 2px 6px;
    font-size: 14px;
    border-radius: 0px;
    border-radius: 5px;
    padding: 12px 10px;
}
.breadcrumb-main .breadcrumb-outer .breadcrumb-content h1, .breadcrumb-main .breadcrumb-outer .bread-content h1 {
    color: #fff;
    text-transform: uppercase;
    line-height: .6;
}
.inner-banner-sec{
    position: relative;
  }
  .inner-banner-sec .banner{
    position: relative;
  }
  .inner-banner-sec .about1{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .inner-banner-sec .about1 h2{
   color: #fff;
    font-size: 57px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
  .fbt_btn_inner {
    color: #fff;
    text-decoration: none;
    padding: 8px 26px;
    margin-top: 14px;
    display: inline-block;
    background-color: #fa752b;
    border-radius: 5px;
}  
.fbt_btn_inner:hover{
    background-color: #191b41;
    color: #fff;
}


  .service_info{
        width: 100%;
    padding: 40px 0px;
    margin: 0 auto;

}
.service_info h1{
    color: #082b6c;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}
.service_info h2, .service_info h3, .service_info h4, .service_info h5{
    color: #082b6c;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.service_info p{}
.service_info .Service-image{}
.service_info .Service-image img{
    width:100%;
}
.service_info .service-title {
    text-align: center;
}
.service_info .service-title h2{
    text-align: center;
    font-size: 35px;
    color: #031950;
    padding: 16px 0;
    font-weight: 700;
}
.service_info .service-title p  {
    color: #606060;
    text-align: justify;
    font-size: 16px;
}
.service_info .service-title .service-content{
        padding: 8px 0px;
}
.service_info .service-content h5 {
    color: #f07d00;
    text-align: left;
    font-size: 25px;
}
.service_info  .service-content p{
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 25px;
}




@media only screen and (max-width:668px){
    .inner-banner-sec .about1 h2 {
        /* padding: 0; */
        font-size: 30px;
        /* font-weight: 700; */
    }
    
.dj-info-inn .text-box h5 {
    font-size:16px;
    }
    .dj-info-inn .text-box h2 {
            font-size: 30px;
    }
    
    .dj-info-inn .text-box p {
        width: 100%;
    font-size: 18px;
    }
    .dj-info-inn .text-box h5:after{
    margin-top:5px;
    }
    .about-listing ul li {
        font-size: 13px;
    }
}


.visa_model{}
.visa_model .modal-dialog{}
.visa_model .modal-dialog .modal-content{
    background: #fff !important;
    width: 710px;
}
.visa_model .modal-dialog .modal-content .modal-body{
    margin: 0;
    padding: 0 12px;
    /* overflow: hidden; */
    background: rgb(247,252,255);
    background: linear-gradient(174deg, rgba(247, 252, 255, 1) 0%, rgba(214, 235, 252, 1) 62%);
}
.visa_model .modal-dialog .modal-content .modal-body .btn-close{
    position: absolute;
    top: -5px;
    right: -4px;
    background: #dc3545;
    opacity: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.visa_model .modal-dialog .modal-content .modal-body .lft_body {    
    /* background-image: url(images/visa-model-bg.jpg);     */
    background-image: url(../images/visa-model-bg.jpg);    
    background-repeat: no-repeat;    
    background-size: cover;
}
.visa_model .modal-dialog .modal-content .modal-body .lft_body .modal-title{
    text-align: center;
    color: #fa752b;
    font-size: 30px;
    font-weight: 700;
}
.visa_model .modal-dialog .modal-content .modal-body .rth_body{   
    padding: 10px 20px;
}
 .banner-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    animation: movebounce 5s infinite;
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.about-listing-top{
    border-top: 1px solid #ccc;
    padding-top: 11px;
}
.about-listing ul{
    padding: 0px;
}
.about-listing ul li{
    list-style: none;
}
.about-listing ul li i{color: #fa752b; }


.testimonials {
    /* background-color: #fa752b; */
    background-color:#a1a1a11c;
    position: relative;
    padding-top: 80px;
}
.testimonials:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    /* background-color: #ddd; */
}
#customers-testimonials .shadow-effect{
    position: relative;
}
#customers-testimonials .shadow-effect .item-details {
    background: linear-gradient(0deg, rgb(0 0 0 / 61%) 3%, rgb(0 0 0 / 32%) 35%, rgb(255 255 255 / 0%) 100%);
    color: #fff;
    padding: 20px 10px;
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* background: #00000012; */
}

#customers-testimonials .shadow-effect:hover .item-details{
    height: 160px;
    padding: 20px 0;
}

#customers-testimonials .item-details h5 {
    margin: 0 0 0px;
    font-size: 26px;
    line-height: 29px;
    text-align: center;
    color: rgb(255, 255, 255);
    
}



#customers-testimonials .item-details h5:hover {
    transition: all .3s ease-in-out;
  }
  
  #customers-testimonials .item-details h5:hover:before {
    transition: all .3s ease-in-out;
  }
/* #customers-testimonials .item-details h5 span {
    color: red;
    float: right;
    padding-right: 20px;
} */
#customers-testimonials .item-details p {
    font-size: 14px;
}
#customers-testimonials .item {
    text-align: center;
    margin-bottom: 80px;
}
#customers-testimonials .item::before .shadow-effect{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    background: #029e9d;
    height: 4px;
    transition: all ease-in-out .5s;
    z-index: 2;
}
.owl-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}
.owl-carousel {
    position: relative;
}

.owl-carousel .owl-next, .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}
.owl-carousel .owl-prev {
    left: -70px;
}
.owl-carousel .owl-next {
    right: -70px;
}
/* =============================== */

/*------------*/
.form-area {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-area .form-inner {
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}
.intl-tel-input,
.iti{
  width: 100%;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    z-index: 999;
    background: white;
    width: 100%;
    left: 0;
    position: absolute;
    top: 55px;
    padding: 0 21px;
}
/* =============================== */
.modal.show .modal-dialog{}
.modal.show .modal-dialog .modal-content{}
.modal.show .modal-dialog .modal-content .modal-header{}
.modal.show .modal-dialog .modal-content .modal-header .btn-close {    opacity: 14;
    color: #fff;
    border: 1px solid white;}

    .modal-footer{}
    .modal-footer .sub-btn{ background-color: #fa752b;}

    .itinary{
    padding: 30px 0px;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    /* overflow: hidden; */
}
.itinary .itinary_inn{
    padding: 10px;
    box-shadow: 1px 1px 4px #ccc;
    margin: 0 auto;
}
.itinary .itinary_inn .itinary_info{}
.itinary .itinary_inn .itinary_info .accordion{
    padding: 10px 0;
}
.itinary .itinary_inn .itinary_info .accordion .accordion-item{}
.itinary .itinary_inn .itinary_info .accordion .accordion-item .accordion-header  {}
.itinary .itinary_inn .itinary_info .accordion .accordion-item .accordion-header .accordion-button {    
    background: #f1f1f1;
    color: #fa752b;
    font-size: 18px;
    font-weight: 600;
}
    .itinary .itinary_inn .itinary_info .accordion .accordion-item .accordion-header .accordion-button::after{}
    .itinary .itinary_inn .itinary_info .accordion .accordion-item .accordion-header .accordion-button:focus{outline: none; box-shadow:none;}
.itinary .itinary_inn .itinary_info .accordion .accordion-item .accordion .accordion-button .accordion-button:active {background-color: red;}
.itinary .itinary_inn .itinary_info .accordion .accordion-item .accordion-header .accordion-collapse {}
.itinary .itinary_inn .itinary_info .accordion .accordion-item .accordion-header .accordion-collapse .accordion-body{}
.itinary .itinary_inn .itinary_info h2{}
.itinary .itinary_inn .itinary_info h2 span{
    font-size: 13px;
    background-color: #f1e3ba;
    padding: 5px;
}
.itinary .itinary_inn .itinary_info{} .itinary_location{}
.itinary .itinary_inn .itinary_info{} .itinary_location i{}


.itinary .itinary_inn .itinary_form{
    position: sticky;
    top: 20px;
}
.itinary .itinary_inn .itinary_form .form{
    padding: 0;
    background: #f2f2f2;
    margin-top: 32px;
}
.itinary .itinary_inn .itinary_form .form h3{
    font-size: 18px;
    background: #191b41;
    color: #fff;
    padding: 13px 12px;
}
.itinary .itinary_inn .itinary_form .form .form-group {}
.itinary .itinary_inn .itinary_form .form .form-group label{
    font-size: 14px;
    color: #575050;

}
.itinary .itinary_inn .itinary_form .form .form-group .form-control{
    height: 40px;
    font-size: 14px;
    border-radius: 0;
}
.itinary .itinary_inn .itinary_form .form .form-group .sub-mit{}
.itinary .itinary_inn .itinary_form .form .form-group .sub-mit button{
    display: block;
    width: 100%;
    border: none;
    background: #fa752b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 0;
    margin-top: 15px;
}


.site-faq{
    width: 100%;
    margin: 0 auto;
    padding: 7px 0px;
}
.site-faq .faq_title{
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.site-faq .faq_title h2{
    color: #fa752b;
}
.site-faq .faq_title p{
  color: #333;
  
}
.site-faq .accordion{
    width: 75%;
    margin: auto;
    padding: 14px 0;
}
.site-faq .accordion .accordion-item{}
.site-faq .accordion .accordion-item .accordion-header{
    padding:0 0 ;
}
.site-faq .accordion .accordion-item .accordion-header .accordion-button{
        color: #484848;
    font-size: 17px;
}
.site-faq .accordion .accordion-item .accordion-body{}



