body{
    margin: 0;
    color: #082c48;
    font-family: 'Jost';
}

a{
    text-decoration: none;
}

.pt-pb{
    padding-top: 50px;
    padding-bottom: 50px;
}


.header-menu{
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 4px #082c48;
    left: 0;
    right: 0;
}

.top-menu{
    background: #000;
    padding: 10px 0px;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 8px;
}

.header-icon span img{
    width: 25px;
    filter: invert(1);
}

.header-icon a{
    color: #fff;
    font-weight: 600;
    vertical-align: sub;
}

.header-social a{
    display: inline-block;
}

.header-social a i{
    font-family: 'FontAwesome';
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #000;
    box-shadow: 1px 2px 5px #d6211b;
    margin-right: 8px;
}

.header-menu .logo{
    width: 130px;
}

.header-menu .navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}

.navigation-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header-menu .navbar .nav-link{
    color: #000;
    padding: 0px 15px;
    font-size: 17px;
    font-weight: 500;
}

/* .header-menu .navbar-expand-lg .navbar-collapse{
    justify-content: center;
} */

.header-menu .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #d6211b;
}

.header-menu .navbar .nav-link:hover{
    color: #d6211b;
}

.contact-us{
    border: 1px solid #d6211b;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 5px;
    color: #d6211b;
    font-weight: 500;
    margin-right: 14px;
    transition: 0.4s ease-in-out;
}

.contact-us:hover{
    background: #d6211b;
    color: #fff;
}

.regist-sign{
    border: 1px solid #d6211b;
    padding: 8px 16px;
    display: none;
    border-radius: 5px;
    color: #d6211b;
    font-weight: 500;
    transition: 0.4s ease-in-out;
}

.regist-sign i{
    font-family: fontawesome;
}

.regist-sign:hover{
    background: #d6211b;
    color: #fff;
}

.banner-section{
    min-height: 650px;
    position: relative;
    padding: 9rem 0;
}

.banner-section::before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: #020d16;
    opacity: 0.5;
    left: 0;
    height: 100%;
}

.banner-content{
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    position: relative;
    padding-bottom:20px;
    padding-top: 100px;
}

.banner-content h1{
    font-size: 60px;
    text-transform: capitalize;
}

.line-vector{
    position: absolute;
    left: 0;
    top: 40%;
    color: #fff;
    filter: invert(1);
}

.trip-book{
    position: relative;
    background: #fff;
    padding: 26px 20px;
    border-radius: 5px;
}

.trip-book .nav{
    justify-content: center;
}

.trip-book .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #d6211b;
}

.trip-book .nav-pills .nav-link {
    color: #d6211b;
    font-size: 15px;
    padding: 10px 25px;
    font-weight: 500;
}

.select-country .form-select{
    border: 1px solid #082c48;
    color: #082c48;
}

.select-date .form-control{
    border: 1px solid #082c48;
    color: #082c48;
}

.select-person .form-select{
    border: 1px solid #082c48;
    color: #082c48;
}


.search-button a{
    background: #d6211b;
    color: #fff;
    display: inline-block;
    padding: 6px 15px;
    width: 100%;
    border: 1px solid #d6211b;
    border-radius: 4px;
    text-align: center;
}


.offer-box{
    display: flex;
    align-items: center;
    border: 1px solid #082c48;
}

.offer-image{
    position: relative;
}

.offer-image img{
    width: 124px;
    height: 150px;
    object-fit: cover;
}

.offer-image span{
    position: absolute;
    left: 15px;
    top: 15px;
    background: #d6211b;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
}

.offer-content{
    padding: 0px 10px;
}

.offer-content h4{
    color: #000;
    font-weight: 600;
}

.offer-content p{
    margin-bottom: 10px;
}

.offer-content p span{
    position: relative;
    padding: 0px 10px;
}

.offer-content p span::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #082c48;
    top: 5px;
    right: 2px;
}

.offer-content p span::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #082c48;
    top: 5px;
    left: 2px;
}

.offer-content p strong{
    color: #000;
}

.headings{
    text-align: center;
    margin-bottom: 40px;
}

.headings h2{
    color: #000;
    font-size: 45px;
}

.attract-box{
    box-shadow: 0px 2px 5px #082c48;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 24px;
}

.box-pic{
    overflow: hidden;
}

.box-pic img{
    width: 100%;
    transition: 0.5s ease-in-out;
    height: 250px;
    object-fit: cover;
}

.attract-box:hover img{
    transform: scale(1.1);
}

.attr-content{
    color: #082c48;
    padding: 15px 12px;
    height: 250px;
}

.attr-content h4{
    color: #000;
    transition: 0.5s ease-in-out;
    font-size: 21px;
    text-align: center;
}

.attr-content p{
    margin: 0;
}

.attract-box:hover .attr-content h4{
    color: #d6211b;
}

.commn-btn{
    text-align: center;
    margin-top: 40px;
}

.commn-btn a{
    border: 1px solid #d6211b;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 5px;
    color: #d6211b;
    font-weight: 500;
    transition: 0.4s ease-in-out;
}

.commn-btn a::after{
    content: "\f101";
    font-family: fontawesome;

}

.commn-btn a:hover{
    background: #d6211b;
    color: #fff;
}

.location-bg{
    background: #7474744f;
}

.location-box{
    position: relative;
    overflow: hidden;
    transition: 0.7s ease-in-out;
    margin-bottom: 25px;
}

.locate-pic{
    position: relative;
}

.location-box::before{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #020d16;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 2;
}

.locate-pic img{
    width: 100%;
    border-radius: 5px;
    height: 220px;
    object-fit: cover;
}

.location-box:hover{
    transform: translateY(-10px);
}

.location-box:hover img{
    filter: grayscale(100%);
}

.locate-text{
    position: absolute;
    bottom: 50px;
    width: 100%;
    color: #fff;
    padding: 0px 20px;
    z-index: 2;
}

.locate-text h4{
    font-size: 28px;
}

.locate-text p{
    margin: 0;
}

.faq .accordion-item:first-of-type .accordion-button{
    border-radius: 0;
}

.faq .accordion-button {
    color: #000;
    border: 1px solid #082c48;
    border-radius: 0;
    margin-bottom: 10px;
}

.faq .accordion-item:last-of-type .accordion-button.collapsed{
    border-radius: 0;
}

.faq .accordion-button:focus {
    box-shadow: none;
    border-color: #d6211b;
}

.faq .accordion-button:not(.collapsed){
    color: #d6211b;
    border-color: #d6211b;
    background-color:#fff;
}

.faq .accordion{
    border: none;
    --bs-accordion-border-color: transparent;
}

.contact-bg{
    position: relative;
    margin-top: 50px;
}

.contact-bg::before{
    content: "";
    position: absolute;
    height: 400px;
    top: 0;
    width: 100%;
    background: #d6211b;
    z-index: -1;
}

.direct-contact{
    background: #fff;
    padding: 40px 40px;
    border-radius: 20px;
    box-shadow: 0px 3px 5px #d6211b;
}

.direct-contact p{
    margin-bottom: 5px;
}

.call-us{
    border-bottom: 1px solid #082c4838;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.call-us:nth-last-child(1){
    border-bottom: none;
}

.call-us span img{
    width: 35px;
}

.call-us strong{
    color: #000;
    font-size: 22px;
    vertical-align: text-top;
    text-transform: uppercase;
    margin-left: 10px;
}

.call-us a{
    color: #082c48;
}

.contact-form{
    background: #fff;
    padding: 40px 40px;
    border-radius: 20px;
    box-shadow: 0px 3px 5px #d6211b;
}

.contact-form h2{
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-form .form-control{
    padding: 10px 12px;
    border: 1px solid #082c48;
    margin-bottom: 10px;
}

.submit-btn{
    width: 100%;
    border: 1px solid #d6211b;
    background: #d6211b;
    color: #fff;
    padding: 10px 0px;
    border-radius: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-area{
    background: #000;
    padding: 40px 0px;
    margin-top: 40px;
    color: #fff;
    padding-bottom: 25px;
}

.footer-area h4{
    text-transform: uppercase;
    margin-bottom: 26px;
    position: relative;
}

.footer-area h4::before{
    content: "";
    position: absolute;
    top: 34px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #fff;
}

.footer-about a img{
    width: 150px;
    margin-bottom: 20px;
}

.social-media{
    padding-top: 15px;
}

.social-media a{
    color: #fff;
    display: inline-block;
    transition: 0.5s ease-in-out;
}

.social-media a i{
    font-family: 'FontAwesome';
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 7px;
}

.social-media a:hover i{
    background: #d6211b;
    border: 1px solid #d6211b;
}

.footer-menu{
    padding-left: 20px;
}

.footer-menu ul{
    padding: 0;
}

.footer-menu li{
    list-style-type: none;
    padding: 8px 0px;
    transition: 0.5s ease-in-out;
}

.footer-menu li::before{
    content: "\f101";
    font-family: fontawesome;
    padding-right: 10px;
    font-size: 14px;
}

.footer-menu li:hover{
    color: #d6211b;
    transform: translateX(5px);
}

.footer-menu li a{
    color: #fff;
}

.footer-menu li:hover a{
    color: #d6211b;
}

.footer-add ul{
    padding: 0;
}

.footer-add li{
    list-style-type: none;
    display: flex;
    padding: 6px 0px;
}

.footer-add li a{
    color: #fff;
}

.footer-add li i{
    font-family: 'FontAwesome';
    width: 25px;
    color: #d6211b;
}

.footer-bottom{
    text-align: center;
    color: #fff;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 24px;
}

.footer-bottom p{
    margin: 0;
}

.footer-bottom p a{
    color: #d6211b;
    font-weight: 500;
}

/*-----------BLOG CSS---------------*/

ul{
    padding: 0;
}

.commn-banner{
    height: 500px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    position: relative;
}

.commn-banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
}

.banner-inner{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-60%, -50%);
}

.banner-inner h1{
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
}

.banner-inner ul{
    text-align: center;
}

.banner-inner li{
    list-style-type: none;
    display: inline-block;
    padding: 0px 10px;
    color: #d6211b;
    font-weight: 600;
    font-size: 18px;
}

.banner-inner li a{
    color: #fff;
    position: relative;
}

.banner-inner li a::after{
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background: #fff;
    left: 60px;
    top: 5px;
}

.direct-contact-us{
    position: absolute;
    top: 25%;
    right: 13px;
    background: #ffffff7d;
    padding: 30px 35px;
    padding-bottom: 0;
    border-radius: 10px;
}

.call-icon{
    padding-bottom: 20px;
}

.call-icon span img{
    width: 35px;
}

.call-icon strong{
    font-size: 20px;
    color: #000;
    vertical-align: bottom;
}

.call-icon h4{
    margin-top: 5px;
}

.call-icon h4 a{
    font-size: 20px;
    color: #d6211b;
}

.blog-pic img{
    width: 100%;
}

.blog-detail{
    padding: 15px 10px;
}

.blog-detail h4{
    color: #000;
}

.blog-right{
    display: flex;
    margin-bottom: 30px;
}

.right-pic img{
    width: 145px;
}

.right-details{
    padding: 0px 10px;
}

.right-details h4{
    margin: 0;
}

.right-details h4 a{
    color: #000;
    font-size: 20px;
}

.right-details h4:hover a{
    color: #d6211b;
}

.right-details p{
    margin: 0;
    line-height: 18px;
}

.blog-categories{
    margin-top: 30px;
}

.blog-categories h4{
    color: #000;
}

.blog-categories li{
    list-style-type: none;
    padding: 5px 12px;
    transition: 0.5s ease-in-out;
}

.blog-categories li::before{
    content: "\f18e";
    font-family: fontawesome;
    margin-right: 8px;
    color: #d6211b;
} 

.blog-categories li a{
    color: #082c48;
    font-size: 17px;
}

.blog-categories li:hover{
    transform: translateX(10px);
}

.blog-categories li:hover a{
    color: #d6211b;
}

.blog-social a{
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px;
}

.blog-social a i{
    font-family: 'FontAwesome';
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    box-shadow: 1px 2px 4px #000;
    border-radius: 50%;
    margin-right: 10px;
    color: #d6211b;
    transition: 0.5s ease-in-out;
}

.blog-social a:hover i{
    background: #d6211b;
    color: #fff;
}

.blog-box{
    padding-top: 50px;
}

.blog-trip{
    position: relative;
}

.blog-trip::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000096;
}

.blog-trip img{
    width: 100%;
}

.trip-detail{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    padding: 30px 20px;
    color: #fff;
    font-size: 17px;
}

.read-more-btn{
    padding-top: 20px;
}

.read-more-btn a{
    border: 1px solid #d6211b;
    padding: 8px 15px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    background: #d6211b;
    font-size: 15px;
    transition: 0.5s ease-in-out;
}

.read-more-btn a:hover{
    background: #fff;
    border-color: #fff;
    color: #d6211b;
}

.pt{
    padding-top: 120px;
}


/*------------------Hotel------------------*/

.hotel-booking{
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 1px 4px #000;
    border-radius: 10px;
    margin-top: -40px;
    position: relative;
}

.hotel-booking label{
    color: #000;
    font-weight: 500;
}

.hotel-booking .form-control{
    border: 1px solid #082c48;
    padding: 10px 10px;
}

.hotel-booking .form-select{
    border: 1px solid #082c48;
    padding: 10px 10px;
}

.book-btn a{
    display: inline-block;
    background: #d6211b;
    padding: 10px 8px;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #d6211b;
}

.hotel-room{
    position: relative;
}

.hotel-room .img-fluid{
    border-radius: 10px;
}

.top-img{
    width: 250px;
    position: absolute;
    top: -50px;
    right: -50px;
    border-radius: 10px;
}

.staff-exp{
    position: absolute;
    bottom: -30px;
    background: #fff;
    padding: 20px 30px;
    left: -20px;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 1px 1px 4px #000;
}

.staff-exp h2{
    color: #000;
    font-size: 60px;
    margin-bottom: 0;
    text-align: center;
}

.staff-exp p{
    margin: 0;
}

.hotel-about{
    padding-left: 55px;
}

.hotel-about h4{
    text-transform: uppercase;
    position: relative;
}

.hotel-about h4::before{
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background: #082c48;
    top: 12px;
    left: 120px;
}

.hotel-about h2{
    color: #000
}

.facility-box{
    text-align: center;
    box-shadow: 0px 2px 4px #000;
    border-radius: 5px;
    padding: 30px 10px;
    transition: 0.5s ease-in-out;
}

.box-icon span img{
    width: 60px;
}

.facility-detail{
    padding-top: 20px;
}

.facility-detail h4{
    color: #000;
}

.facility-detail p{
    margin: 0;
} 

.facility-box:hover{
    transform: translateY(-10px);
}

.room-bg{
    background: #000;
    padding: 60px 0px;
}

.room-heading{
    text-align: center;
    padding: 0px 50px;
    color: #fff;
    margin-bottom: 40px;
}

.room-box{
    background: #fff;
}

.room-box img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.room-detail{
    padding: 15px 10px;
    padding-bottom: 30px;
}

.room-detail h3{
    color: #000;
    text-align: center;
}

.room-detail li{
    list-style-type: none;
    border-bottom: 1px solid #082c48;
    padding: 8px 5px;
}

.book-now-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.book-now-btn .commn-btn{
    margin: 0;
}

.room-detail strong{
    color: #000;
    font-size: 25px;
}

.testimonial-box{
    border: 2px solid #d6211b;
    border-radius: 10px;
    text-align: center;
    padding: 0px 50px;
    padding-bottom: 20px;
}

.tesi-item{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -90px;
}

.testimonial-box p span{
    font-size: 35px;
    color: #d6211b;
    margin-right: 10px;
}

.client-photo{
    margin-right: -60px;
    position: relative;
}

.client-photo img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #d6211b;
}

.client-profile{
    background: #d6211b;
    color: #fff;
    padding: 40px 30px 40px 80px;
    border-radius: 10px;
    text-align: left;
}

.client-profile p{
    margin-bottom: 5px;
}

.client-rating span{
    color: orange;
}

.client-says{
    padding-top: 88px;
}

.testimonial-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #d6211b;
}

.testimonial-slider .slick-dots li button:before {
    font-size: 35px;
    top: 5px;
}

.single-bed-pic{
    margin-bottom: 24px;
}

.single-bed-pic img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.room-facility{
    padding-left: 15px;
}

.room-facility h2{
    color: #000;
}

.room-facility li{
    list-style-type: none;
    border: 1px solid #082c48;
    display: inline-block;
    width: 49%;
    padding: 8px 10px;
    margin-bottom: 5px;
}

.room-facility li::before{
    content: "\f0a4";
    font-family: fontawesome;
    color: #d6211b;
    padding-right: 8px;
}

.booking-hotel{
    background: #fff;
    box-shadow: 0px 1px 4px #000;
    border-radius: 5px;
    padding: 30px 20px;
}

.count-person form {
    width: 100%;
    display: flex;
    align-items: center;
  }
  
.value-button span{
    display: inline-block;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #ccc;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 35px;
    font-size: 26px;
    color: #d6211b;
}
  
.value-button:hover {
    cursor: pointer;
}
  
  
.count-person form #input-wrap {
    margin: 0px;
    padding: 0px;
}
  
.count-person input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 50px;
    height: 40px;
}

.count-person input#count {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 50px;
    height: 40px;
}

.count-person input#countroom {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 50px;
    height: 40px;
}
.count-person input#countbed {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 50px;
    height: 40px;
}
  
.count-person input[type=number]::-webkit-inner-spin-button,
.count-person input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
}

.reserve-room{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.booking-date{
    margin-bottom: 24px;
}

.booking-date .form-control{
    padding: 10px 10px;
    border: 1px solid #ccc;
}

.booking-date label{
    margin-bottom: 5px;
}

.count-person h5{
    font-size: 16px;
}


/*-------------------Car Rental CSS-------------------*/

.car-scheme{
    display: flex;
    padding: 12px 0px 18px 0px;
    align-items: center;
}

.car-icon img{
    width: 80px;
}

.car-scheme-detail{
    padding: 0px 15px;
}

.car-scheme-detail h3{
    color: #000;
    font-size: 22px;
}

.car-service-box{
    box-shadow: 0px 1px 4px #000;
    padding: 30px 18px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 24px;
}

.service-icon{
    padding-bottom: 10px;
}

.service-icon img{
    width: 60px;
}

.service-detail{
    padding: 10px 0px;
}

.service-detail h4{
    color: #000;
    font-size: 20px;
    font-weight: 500;
}


.service-btn a{
    border: 1px solid #d6211b;
    display: inline-block;
    padding: 6px 15px;
    color: #000;
    border-radius: 4px;
}

.car-service-box::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d6211b;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    z-index: -1;
}

.car-service-box:hover::before {
    height: 100%;
}

.car-service-box:hover .service-detail h4, 
.car-service-box:hover .service-detail{
    color: #fff;
}

.car-service-box:hover .service-icon img{
    filter: invert(1);
}

.car-service-box:hover .service-btn a{
    border: 1px solid #fff;
    color: #fff;
}

.fleet-item{
    margin-right: 10px;
    border: 1px solid #ccc;
    padding: 20px 15px;
    border-radius: 10px;
}

.fleet-pic img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.fleet-detail{
    padding: 20px 15px;
}

.fleet-detail h4{
    color: #000;
}

.fleet-service{
    display: flex;
    justify-content: space-between;
    padding: 8px 0px;
}

.fleet-bottom{
    display: flex;
    justify-content: space-between;
    padding: 0px 12px;
    align-items: center;
}

.fleet-bottom h5{
    margin: 0;
}

.fleet-bottom h5 strong{
    color: #000;
    font-size: 30px;
}

.fleet-bottom a{
    border: 1px solid #d6211b;
    color: #000;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 4px;
}

.fleet-slider .slick-prev:before, .fleet-slider .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000000;
    border: 1px solid #000;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
}

.fleet-slider .slick-prev {
    left: -50px;
}

.fleet-slider .slick-next {
    right: -30px;
}

.how-work h2{
    color: #000;
}

.work-detail{
    margin-bottom: 24px;
}

.work-detail h4{
    color: #000;
}

.work-pic{
    border: 10px solid #d6211b;
    border-radius: 10px;
}

.work-pic img{
    width: 100%;
    margin: 40px 0px -40px 40px;
    border-radius: 10px;
}

.booking-detail img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.booking-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 45px;
    top: -50px;
    opacity: 1;
    color: #fff;
}

.booking-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #d6211b;
}

.pb-50{
    padding-bottom: 50px;
}

.booking-heading h2{
    color: #000;
}

.booking-about li{
    list-style-type: none;
    padding: 5px 0px;
}

.booking-about li::before{
    content: "\f18e";
    font-family: fontawesome;
    padding-right: 8px;
    color: #d6211b;
}

.booking-ameneties li{
    list-style-type: none;
    padding: 6px 0px;
    display: inline-block;
    width: 30%;
}

.booking-ameneties li::before{
    content: "\f18e";
    font-family: fontawesome;
    padding-right: 8px;
    color: #d6211b;
}

.policy-agree li{
    list-style: none;
    padding: 5px 0px;
}

.policy-agree li::before{
    content: "\f18e";
    font-family: fontawesome;
    padding-right: 8px;
    color: #d6211b;
}

.right-side-booking{
    box-shadow: 0px 1px 4px #000;
    padding: 20px 20px;
    border-radius: 10px;
    position: sticky;
    top: 0;
}

.reserve-booking{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    align-items: center;
    padding-bottom: 20px;
}

.reserve-booking span strong{
    color: #000;
    font-size: 30px;
}

.booking-form{
    padding-bottom: 20px;
}

.booking-form label{
    padding-bottom: 4px;
}

.booking-form .form-control{
    border: 1px solid #082c48;
    padding: 10px 10px;
}

.booking-form .form-select{
    border: 1px solid #082c48;
    padding: 10px 10px;
}

.radio-btn input{
    margin-right: 8px;
}

/*---------------Contact Us Css----------------*/

.contactus-page{
    background-image: linear-gradient(90deg, #fff 60%, #000 40%);
    box-shadow: 0px 2px 5px #000;
    border-radius: 10px;
}

.contactus-form{
    padding: 30px 30px;
}

.contactus-form h2{
    font-size: 40px;
    color: #000;
    margin-bottom: 30px;
}

.contactus-form label{
    margin-bottom: 2px;
}

.contactus-form .form-control{
    border: 1px solid #082c48;
    padding: 10px 10px;
}

.send-btn button{
    width: 100%;
    border: 1px solid #d6211b;
    background: #d6211b;
    color: #fff;
    padding: 10px 0px;
    border-radius: 4px;
    text-transform: uppercase;
}

.get-touch{
    padding-top: 30px;
    border-bottom: 1px solid #121212;
    padding-bottom: 15px;
}

.touch-icon{
    margin-bottom: 10px;
}

.touch-icon img{
    filter: invert(1);
    width: 40px;
    margin-right: 10px;
}

.touch-icon strong{
    color: #fff;
}

.touch-text a{
    color: #fff;
}

.touch-text p{
    margin: 0;
}

.help-bg{
    background: #000;
    height: 100%;
    width: 100%;
    padding: 30px 30px;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
}

.help-bg h2{
    color: #fff;
}

.pt{
    padding-top: 80px;
}

.login-page .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    color: #000;
    text-transform: uppercase;
}

.login-page .modal-dialog {
    margin-top: 80px;
}

.login-form{
    margin-bottom: 12px;
}

.login-form .form-control{
    border: 1px solid #082c48;
    padding: 10px 10px;
}

.login-page .modal-footer {
    margin: 0;
    display: block;
    border-top: none;
    padding-top: 0;
}

.login-page .modal-footer .btn {
    width: 100%;
    background: #d6211b;
    border: 1px solid #d6211b;
    margin: 0;
}

.remember-area{
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    align-items: center;
}

.remember-area a{
    color: #000;
    text-decoration: underline;
}

.rem-me input[type="checkbox"]{
    height: 16px;
    width: 16px;
}

.rem-me label{
    color: #000;
    vertical-align: text-bottom;
}

.or-border{
    text-align: center;
    color: #000;
    padding: 15px 15px;
}

.or-border span::before{
    content: "";
    width: 100px;
    height: 1px;
    display: inline-block;
    background: #000;
    vertical-align: middle;
    margin-right: 8px;
}

.or-border span::after{
    content: "";
    width: 100px;
    height: 1px;
    display: inline-block;
    background: #000;
    vertical-align: middle;
    margin-left: 8px;
}

.google-ac{
    padding: 10px 15px;
}

.google-ac .btn{
    width: 100%;
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.google-ac .btn i{
    font-family: 'FontAwesome';
    color: #d6211b;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.create-ac{
    padding: 10px 15px;
    padding-bottom: 20px;
}

.create-ac a{
    text-decoration: underline;
    color: #000;
}

.register-ac{
    padding-bottom: 30px;
}

.fix-buttom{
    position: fixed;
    bottom: 50px;
    right: 30px;
}

.fix-buttom a{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #d6211b;
    border-radius: 50%;
}

.fix-buttom a img{
    width: 35px;
    filter: invert(1);
}

.banner-contact-us{
    background: #fff;
    padding: 24px 30px;
    font-size: 20px;
    text-align: center;
    display: none;
}

.banner-contact-us h2{
    text-transform: uppercase;
    color: #000;
    font-size: 40px;
}

.banner-contact-us p{
    margin-bottom: 5px;
}

.banner-rates .checked{
    color: #d6211b;
}

.banner-rates span{
    color: #ccc;
}

.banner-btn{
    background: #ccc;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 40px;
    border-radius: 4px;
    display: inline-block;
}

.banner-btn img{
    width: 22px;
    vertical-align: sub;
    margin-right: 8px;
}

.banner-booking-btn{
    background: #d6211b;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    margin-left: 6px;
    display: inline-block;
}

.testimonial-slider .slick-prev, .testimonial-slider .slick-next{
    display: none !important;
}


.thankyou-page{
    text-align: center;
    box-shadow: 0px 0px 6px #898989;
    border-radius: 10px;
    margin-top: 150px;
    padding: 10px 0px;
    padding-bottom: 30px;
}

.thankyou-page figure img{
    height: 250px;
    object-fit: cover;
}


/*========================MEDIA QUERY=====================*/


@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1024px) {
    .attr-content {
        height: 300px;
    }
    .top-img {
        right: 0px;
    }
    .book-now-btn{
        display: block;
    }

    .book-now-btn .commn-btn{
        text-align: left;
        margin-top: 14px;
    }
}

@media(max-width: 991px){
    .banner-contact-us{
        display: block;
    }
    .top-header{
        display: none;
    }
    .top-menu {
        background: unset;
        padding: 0px 0px;
    }
    .contact-us{
        margin-bottom: 12px;
    }
    .header-social{
        display: none;
    }

    .select-country{
        margin-bottom: 24px;
    }

    .select-date{
        margin-bottom: 24px;
    }

    .select-person{
        margin-bottom: 24px;
    }
    .search-button{
        margin-bottom: 24px;
    }
    .offer-image img {
        width: 100%;
    }
    .offer-box {
        display: block;
    }
    .offer-content {
        padding: 10px 10px;
    }
    .attr-content {
        height: 220px;
    }
    .direct-contact {
        margin-bottom: 25px;
    }
    .footer-add{
        margin-top: 40px;
    }
    .hotel-booking .form-control{
        margin-bottom: 20px;
    }
    .hotel-about {
        padding-left: 0;
        margin-top: 60px;
    }
    .facility-box {
        height: 240px;
        margin-bottom: 24px;
    }
    .room-box {
        background: #fff;
        margin-bottom: 24px;
    }
    .banner-call{
        margin-top: 20px;
    }
    .room-facility li {
        width: 100%;
    }
    .hotel-room {
        position: relative;
        margin-top: 80px;
    }
    .hotel-booking .row .col-lg-7 .row{
        align-items: center !important;
    }
    .fleet-bottom {
        display: block;
    }

    .fleet-bottom h5 {
        margin-bottom: 20px;
    }
    .right-side-booking{
        position: unset;
    }
    .trip-detail {
        position: absolute;
        height: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .commn-banner {
        margin-top: 310px;
    }
}

@media(max-width:820px){
    .work-pic img {
        width: 100%;
        margin: 0px;
        border-radius: 0;
    }
    .slick-prev, .slick-next{
        display: none !important;
    }
    .contactus-form {
        padding: 30px 30px;
        background: #fff;
    }
}

@media(max-width:767px){
    .header-icon:nth-child(3){
        display: none;
    }
    .offer-box {
        margin-bottom: 24px;
    }
    .attr-content {
        height: auto;
        padding-bottom: 15px;
    }
    .footer-menu {
        padding-left: 0;
        margin-top: 40px;
    }
    .hotel-booking .form-select{
        margin-bottom: 20px;
    }
    
    .count-person{
        margin-bottom: 20px;
    }
    .commn-banner {
        height: 400px;
    }
    .banner-inner{
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media(max-width: 480px){
    .banner-content h1 {
        font-size: 40px;
    }
    .line-vector svg{
        width: 130px;
    }
    .trip-book .nav {
        display: block;
        width: 100%;
    }
    .trip-book .nav .nav-item {
        display: inline-block;
        width: 49%;
        margin-bottom: 10px;
    }
    .headings h2 {
        font-size: 35px;
    }
    .banner-contact-us h2 {
        font-size: 30px;
    }
    .banner-btn {
        padding: 8px 24px;
        font-size: 16px;
    }
    .banner-booking-btn {
        padding: 8px 24px;
        font-size: 16px;
    }
    .banner-btn img {
        width: 19px;
    }
    .staff-exp{
        left: 0;
    }
    .top-img {
        width: 180px;
        top: -80px;
    }
    .staff-exp h2 {
        font-size: 40px;
    }
    .booking-ameneties li {
        width: 49%;
    }
    .client-photo {
        margin-right: 0;
        margin-top: -87px;
    }
    .client-profile {
        padding: 40px 30px;
        margin-top: -33px;
    }
    .tesi-item {
        margin-top: 0;
        flex-wrap: wrap;
    }
    
}

@media(max-width:320px){
    .banner-content {
        padding-top: 50px;
    }
    .banner-content h1 {
        font-size: 30px;
    }
    .line-vector svg {
        width: 100px;
    }
    .header-icon span img {
        width: 18px;
    }
    .direct-contact {
        padding: 40px 25px;
    }
    .contact-form {
        padding: 40px 25px;
    }
    .banner-btn {
        padding: 10px 40px;
        margin-bottom: 14px;
    }
    .banner-booking-btn {
        padding: 10px 40px;
        font-size: 16px;
        margin-left: 0;
    }
    .banner-contact-us h2 {
        font-size: 24px;
    }
    .booking-detail img{
        height: 300px;
    }
}
