body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
    color: #222222;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
a {
    text-decoration: none;
    color: #007ea8;
}
p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal !important;
}
img {
    width: 100%;
}
.primary {
    color: #007ea8 !important;
}
.bg_primary {
    background: #007ea8 !important;
    text-decoration: none;
}
.danger {
    color: #ff5d00 !important;
}
.bg_danger {
    background: #ff5d00 !important;
}
.white {
    color: #fff !important;
}
.bg-white {
    background: #fff !important;
}
.secondary {
    color: #888888 !important;
}
.bg_secondary {
    background: #888888 !important;
}
.bg_light {
    background: rgb(230, 230, 230) !important;
}
.btn-or {
    background: #ff5d00;
    color: #ffffff;
    border: 1px solid #ff5d00;
    border-radius: 10px;
    font-size: 14px !important;
    font-weight: normal !important;
    transition: 0.5s all;
}
.btn-or:hover {
    background: transparent;
    color: #ff5d00;
    border: 1px solid #ff5d00;
}
.btn-or:disabled {
    background: #999999;
    border-color: #999999;
    cursor: not-allowed;
}
#inner_page {
    margin-top: 30px;
}
.top__menu .nav-link {
    display: inherit;
}
#navbarSupportedContent .nav-link {
    padding: 5px 10px;
}
.dropdown-item {
    font-size: 14px;
}
.nav-img {
    width: 20px;
    margin-right: 8px;
}
body > .main-container {
    padding-top: 90px;
}
#header .flag-icon {
    width: 25px;
    height: 25px;
}
#header {
    font-size: 15px !important;
    padding: 10px 0;
}
#header .btn1 {
    background: #007ea8;
    color: white !important;
    border-radius: 5px;
    border: 1px solid #007ea8;
}
#header .btn1:hover {
    background-color: transparent;
    color: #007ea8 !important;
}
#header .btn1:hover {
    background-color: transparent;
    color: #007ea8;
}
#header .signbtn:hover {
    text-decoration: underline #007ea8;
}
/***********************************
header section css end
 **********************************/
/***********************************
banner section css start
**********************************/
#banner-section .nav-item .btn-p.active, .nav-item .btn-p > .nav-link {
    border-bottom: 2px solid white !important;
}
#banner-section .product-item-img {
    width: 25px;
    height: 25px;
}
#banner-section .btn-orange {
    background: #ff5d00;
    color: #fff;
    border-radius: 5px !important;
    border: 1px solid #ff5d00;
    transition: all 0.6s;
}
#banner-section .btn-orange:hover {
    background: #ffffff;
    color: #ff5d00;
}
#banner-section {
    font-size: 12px;
}
.tripbtn.active {
    background: #a5dff3;
    color: #007ea8;
    border: 1px solid #007ea8;
    transition: 0.4s;
}
.tripbtn.active_:hover {
    background: transparent;
    color: #a5dff3;
    border-color: #a5dff3;
}
.tripbtn {
    background: transparent;
    color: white;
    border: 1px solid white;
    transition: 0.4s;
}
.tripbtn_:hover {
    background: transparent;
    color: #a5dff3;
    border-color: #a5dff3;
}
/*loader css */
.wrapper {
    width: 200px;
    height: 60px;
    /*position: absolute;*/
    /*left:50%;*/
    /*top:50%;*/
    transform: translate(-50%, -50%);
}
.circle1 {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #007ea8;
    left: 15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

@keyframes circle {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}
.circle1:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}
.circle1:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}
.shadow1 {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow {
    0% {
        transform: scaleX(1.5);
    }
    40% {
        transform: scaleX(1);
        opacity: .7;
    }
    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}
.shadow1:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}
.shadow1:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}
.wrapper span {
    position: absolute;
    top: 75px;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left: 15%;
}
.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100%;
    line-height: 1.5;
    padding: 0;
}
.slick-slide img {
    width: 100%;
    height: auto;
    max-height: 600px;
}
.banner__slider__container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}
.banner__slider__search {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, .3);
}
.banner__slider__thumb {
    margin-top: 5px
}
.banner__slider__thumb .slick-slide img {
    padding: 10px;
    max-height: 160px
}
.slide {
    position: relative;
}
@keyframes Slick-FastSwipeIn {
    0% {
        transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px)
    }
    100% {
        transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px)
    }
}
.slider__item {
    position: absolute;
    z-index: 99;
    padding: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    animation: fadeOutRight 1s both;
    background: rgba(0, 0, 0, .2);
}
.banner__slider__main .slide.slick-active .slider__item {
    animation: Slick-FastSwipeIn 1s both
}
.slider__item__container h5 {
    margin: 0 0 20px
}
.slider__item__container h3 {
    margin: 0 0 20px
}
.slider__item__container p {
    margin: 0
}
#main-section .not-img {
    width: 30px;
    height: 30px;
}
#offer .offer-img {
    width: 60px;
    height: 60px;
}
#offer .d-flex {
    width: 100%;
}
#blog-slider .item:hover .card {
    box-shadow: 1px 1px 20px lightgray;
    transition: 0.6s all;
}
#blogs .blogs-card1_ {
    height: 580px;
}
#blogs .blogs-card1 .card-img-top {
    /*height: 300px !important;*/
    width: 100% !important;
}
#blogs .card .btn-socail:hover {
    background: transparent !important;
    color: #007ea8 !important;
}
#blogs .card .btn-socail {
    font-size: 8px;
}
#blogs .blogs-card1 p {
    line-height: 30px;
}
#blogs .blogs-card1:hover {
    box-shadow: 1px 1px 20px lightgray !important;
}
.pagination .active {
    background: #222222 !important;
    color: #fff !important;
}
#blogs-detail .blogs-details img {
    max-width: 100%;
}
#blogs-detail .blogs-details p {
    line-height: 30px;
}
.warning-img {
    height: 120px;
    width: 130px;
}
#bus-result .arrow-div {
    margin: -25px 0 0 155px;
    background: white;
    border: 1px solid lightgray;
    border-radius: 100%
}
.filter-price {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}
.price-field {
    position: relative;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 0;
}
.price-field input[type=range] {
    position: absolute;
}
.price-field input[type=range] {
    width: 100%;
    height: 50px;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
}
.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
.price-field input[type=range]:active, .price-field input[type=range]:focus {
    outline: 0;
}
.price-field input[type=range]::-ms-track {
    width: 188px;
    height: 50px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    color: #ff5d00;
    background-color: #ff5d00;
}
.price-field input[type=range]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    margin: 2px 0 0 0;
    outline: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ff5d00;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}
.price-field input[type=range]::-moz-range-thumb {
    position: relative;
    appearance: none;
    margin: -5px 0 0 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-color: #fff;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}
.price-field input[type=range]::-ms-thumb {
    /* IE */
    position: relative;
    appearance: none;
    margin: -5px 0 0 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-color: #242424;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}
.price-field input[type=range]::-webkit-slider-runnable-track {
    width: 188px;
    height: 25px;
    cursor: pointer;
    background: #ff5d00;
    border-radius: 20px;
}
.price-field input[type=range]::-moz-range-track {
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #242424;
    border-radius: 5px;
}
.price-field input[type=range]::-ms-track {
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #242424;
    border-radius: 5px;
}
.price-wrap {
    display: flex;
    color: #242424;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0;
}
.price-wrap-1, .price-wrap-2 {
    display: flex;
    margin-left: 0;
}
.price-wrap_line {
    margin: 6px 0 5px 5px;
}
.price-wrap #one, .price-wrap #two {
    width: 30px;
    text-align: right;
    margin: 0 2px 0 0;
    padding: 0;
    background: 0;
    border: 0;
    outline: 0;
    color: #242424;
    font-family: 'Karla', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
}
.price-wrap label {
    text-align: right;
    margin-top: 6px;
    padding-left: 5px;
}
.price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 #242424;
    transition-duration: 0.3s;
}
.price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 #242424;
    transition-duration: 0.3s;
}
#bus-result-contanier .d-flex input:checked {
    background-color: #ff5d00;
}
#bus-result-contanier .bus-img {
    width: 80px;
    height: 120px;
}
#bus-result-contanier .form-check, span {
    font-size: 12px;
}
#bus-result-contanier .buses-book:hover {
    box-shadow: 1px 1px 20px lightgray;
}
.dropdown1 button {
    /* width: 40% !important; */
    font-size: 15px;
}
.dropdown1 {
    font-size: 15px;
}
.btn_primary:hover {
    background: transparent !important;
    color: #007ea8 !important;
    border: 1px solid #007ea8 !important;
    transition: 0.3s all;
}
#hero-section .img-hero-section {
    width: 100%;
    height: 350px;
}
#hero-section .hero-heading {
    width: 290px;
    top: 47%;
    left: 7%;
}
#hero-section .hero-heading2 {
    width: 290px;
    top: 16%;
    left: 5%;
}
#about-section1 .head-hr {
    width: 40px;
    height: 5px;
    background: #ff5d00;
    opacity: 1;
}
#about-section1 .para {
    font-weight: 100 !important;
    font-size: 14px;
    line-height: 30px;
}
#about-section1 .about-img-book {
    width: 100%;
    height: 400px;
}
#way-cards .way-card {
    overflow: hidden;
    height: 240px;
}
#way-cards .way-card .way-img {
    width: 70px;
    height: 70px;
}
#way-cards p {
    font-size: 14px;
}
#way-cards .para1 {
    width: 100%;
    font-size: 14px;
}
#way-cards .way-card:hover {
    box-shadow: 1px 1px 20px lightgray;
    transition: 0.4s all;
}
#country-code .dropdown-menu {
    height: 300px;
}
.rules p {
    font-size: 11px !important;
}
.no-input {
    width: 60%;
}
.time-flight {
    font-size: 12px;
}
.img-flight1 {
    width: 50px;
    height: 40px;
}
#booking-faq .nav-pills .btn-p.active, .nav-pills .btn-p > .nav-link {
    background: transparent;
    color: #888888;
}
.item-cover {
    height: 200px;
}
#forget-page {
    background: url(../images/login_bg.png) no-repeat;
    background-size: cover;
}
.check-in-row {
    font-size: 10px;
}
.check-in-row h5 {
    font-size: 10px;
}
.img-hotel-user {
    width: 120px;
    height: 100px;
}
.hotel-user-col {
    font-size: 10px;
}
.hotel-user-col h5 {
    font-size: 12px;
}
#property1 .card .card-img-top {
    width: 150px;
    height: 150px;
}
#property1 .card {
    height: 450px;
}
#property1 .card .btn-property {
    padding: 15px 70px;
}
#property1 .card .btn-property:hover {
    background: #ff5d00 !important;
    color: white !important;
}
.formbtn1 {
    padding: 15px 30px;
}
.formbtn {
    padding: 15px 40px;
}
.formbtn1:hover {
    color: #ff5d00 !important;
    border-color: #ff5d00 !important;
}
.formbtn:hover {
    background: transparent !important;
    color: #ff5d00 !important;
}

input[type="radio"], input[type="checkbox"] {
    box-shadow: none;
}
input[type="radio"]:checked, input[type="checkbox"]:checked {
    box-shadow: none;
    border: 0 none;
    background-color: #ff5d00;
}
.form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: .15em;
}

#manage-booking .nav-item .btn-p.active, .nav-item .btn-p > .nav-link {
    color: white !important;
    border-bottom: 5px solid white;
}
#manage-booking ul li button {
    font-size: 10px !important;
}
#manage-booking .tab-pane {
    font-size: 11px !important;
}
#manage-booking .tab-pane h5 {
    font-size: 15px !important;
}
.card-room .card-img-top {
    height: 120px;
}
footer ul li a {
    color: #222222;
}
#footer .footer-logo {
    width: 80%;
    height: 60px;
}
#footer .input-group input {
    background: rgb(241, 241, 241);
}
#footer .footer-img {
    width: 20px;
    height: 16px;
}
#footer ul li:hover a {
    color: #ff5d00 !important;
    transition: all 0.3s;
}
#footer .social a:hover i {
    font-size: 38px !important;
    transition: 0.5s;
}
#footer #basic-addon2:hover {
    background: transparent !important;
}
#footer #basic-addon2:hover i {
    color: #007ea8 !important;
}
.footer_links {
    font-size: 13px;
}
.footer_links ul li a {
    color: #000b78;
}
.footer_links ul li {
    display: inline-block;
}
.footer_links ul li + li {
    padding-left: 10px;
}
.footer_links ul li + li:before {
    content: '|';
    padding-right: 10px;
    color: #007ea8;
}
.traveller-selection-area, .guest-selection-area {
    position: relative;
    cursor: pointer;
}
.traveller_box, .guest_box {
    display: none;
    position: absolute;
    background: #ffffff;
    width: 100%;
    padding: 10px;
    z-index: 999;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background: #F0F0F0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.guest_box .room_single .remove_room {
    display: none;
}
.guest_box .room_single:last-child .remove_room {
    display: inline-block;
}
.list-columns {
    columns: 3;
}
.multi-city .add-flight-row, .multi-city .remove-flight-row {
    display: none;
}
.multi-city:last-child .add-flight-row {
    display: inline-block;
}
.multi-city:last-child .remove-flight-row {
    display: inline-block;
}
.multi-city:nth-child(3) .add-flight-row, .multi-city:nth-child(1) .remove-flight-row {
    display: none;
}
#loader {
    position: fixed;
    background: rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#loader .loader {
    text-align: center;
    color: #007ea8;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
.form-control {
    font-family: 'Poppins', sans-serif !important;
    font-size: inherit;
}
.form-control:focus {
    box-shadow: none !important;
    border-color: #ced4da;
}
select.form-control {
    appearance: auto;
}
#airline_list .airline-list:nth-child(n+5) {
    display: none !important;
}
.airline-toggle {
    font-size: 12px;
    margin-top: 8px;
    display: inline-block;
    cursor: pointer;
}
#baggage_collection .baggage-row:nth-child(n+4), #meal_collection .meal-row:nth-child(n+4) {
    display: none !important;
}
.share-btn a {
    margin-left: 5px;
    font-size: 18px;
}
.hotel-result:hover, .flight-result:hover {
    background: #f4f4f4;
}
label.error {
    font-size: 12px;
    color: #ff0000;
    margin: 5px 0 0 !important;
}
h5 a, h6 a {
    color: #333333 !important;
    text-decoration: none;
}
.show_segment_info {
    text-decoration: none;
}
.show_segment_info::after {
    font-family: "Font Awesome 5 Pro", sans-serif;
    content: '\f055';
    padding-left: 5px;
}
.show_segment_info.active::after {
    font-family: "Font Awesome 5 Pro", sans-serif;
    content: '\f056';
    padding-left: 5px;
}
.readmore {
    overflow: hidden;
}
a.readmore_link {
    color: #007ea8 !important;
}
ul.blog-list li {
    margin-bottom: 15px;
}
ul.blog-list li + li {
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
}
ul.blog-list li a {
    text-decoration: none;
    display: block;
    color: #007ea8 !important;
}
ul.blog-list li small {
    font-size: 12px;
}
.duration_popup, .price_popup {
    background: #ff5d00;
    position: absolute;
    top: 10px;
    padding: 3px 5px;
    color: #ffffff;
    font-size: 12px;
    z-index: 1;
    border-radius: .3rem;
}
.duration_popup {
    left: 10px;
}
.price_popup {
    right: 10px;
}
.h-t-info {
    padding: 15px;
}
.h-t-info + .h-t-info {
    margin-top: 20px;
}
.h-t-info:nth-child(even) {
    background: #fafafa;
}
.h-t-info > h6 {
    border-bottom: 1px solid #dddddd;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 700;
}
#my__account.bg-primary {
    background-color: #007ea8 !important;
}
#my__account.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
#my__account .nav-link {
    border-top: 1px solid #0192c3;
    font-size: 13px;
}
.result-row-grid {
    display: flex;
    gap: 20px;
}
.bg-default {
    background: #007ea8;
}
.item.slick-slide {
    margin: 0 10px;
}
.tours-category-carousel picture {
    height: 206px;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    position: relative;
    width: unset;
    transition: transform .4s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
}
.tours-category-carousel picture img {
    border-radius: 5px;
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
}
.tours-category-carousel a:hover img {
    transform: scale(1.2);
    transition: .8s;
}
.filter + .filter {
    margin-top: 30px;
}
.filter .title {
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.sort_by, .sort_by .form-group {
    display: flex;
    align-items: center;
    justify-content: end;
}
.sort_by .form-group label {
    margin-right: 10px;
}
.price {
    color: darkgreen;
    font-size: 17px;
}
.price span {
    font-size: 14px;
    color: initial;
}
.price strike {
    color: red;
    font-size: 16px;
    margin-left: 5px;
}
.image-gallery {
    display: grid;
    position: relative;
    grid-gap: 8px;
    grid-template-columns: 4fr 1fr 1fr;
    width: 100%;
    height: 100%;
}
.image-gallery .item-0 {
    grid-column: 1;
    grid-row: 1/3;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.image-gallery .item-1 {
    grid-column: 2/4;
    grid-row: 1;
    border-top-right-radius: 2px;
}
.image-gallery .item-2 {
    grid-column: 2;
    grid-row: 2;
}
.image-gallery .item-3 {
    grid-column: 3;
    grid-row: 2;
    border-bottom-right-radius: 2px;
}
.image-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.single-item {
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
}
.list-item-inner {
    padding: 15px;
}
.list-item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all .5s;
}
.list-items a {
    color: #222222;
}
.search-bar {
    display: flex;
    align-items: center;
}
.rating_summary {
    text-align: center;
}
.rating_summary .rating_number {
    font-size: 25px;
}
.rating_summary .rating_number span {
    font-size: 30px;
}

.single-rating {
    position: absolute;
    top: 10px;
    right: 10px;
    background: orange;
    padding: 0 5px 2px;
    border-radius: .25rem;
    color: #ffffff;
}
.single-rating i {
    font-size: 11px;
    margin: 0 1px;
}

.review_meta {
    display: flex;
}
.review_meta .user_image {
    max-width: 48px;
}
.star-rating {
    margin: 10px 0;
    display: table;
}
.star-rating input {
    display: none;
}
.star-rating label {
    font-size: 25px;
    color: #eee;
    float: right;
}
.star-rating input:not(:checked) ~ label:hover, .star-rating input:not(:checked) ~ label:hover ~ label {
    color: #ffc107;
}
.star-rating input:checked ~ label {
    color: #ffc107;
}
.offer-bg {
    position: relative;
}
.offer-bg:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.offer_price {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    z-index: 1;
}

.form-group {
    margin-bottom: 15px;
}
.form-group > label {
    margin-bottom: 5px;
}

@media only screen and (min-width: 420px) {
    .slider {
        padding: 0;
    }
    .slide {
        padding: 16px 10px;
    }
    .slide img {
        margin: 0;
    }
    #bus-result .arrow-div {
        margin: -48px 0 0 180px;
        background: white;
        border: 1px solid lightgray;
        border-radius: 100%
    }
}

@media only screen and (max-width: 768px) {
    .banner__slider__container {
        display: block;
        position: relative;
    }
    .banner__slider__search {
        position: relative;
        background: #007ea8;
    }

    #forget-page {
        background: none;
    }
    .list-columns {
        columns: 1;
    }
    .trip-search-form {
        margin: 0;
    }
    .tripbtn {
        padding: 10px !important;
    }
    .trip-search-form .dropdown {
        margin-top: .5rem !important;
    }
}

@media only screen and (min-width: 768px) {
    .arrow-div {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        border: 1px solid;
        margin: -39px 0 0 100px;
        background: white;
    }
    #pills-contact .arrow-div {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        border: 1px solid;
        margin: -45px 0 0 105px;
        background: white;
    }
    #offer .offer-img {
        width: 100px;
        height: 100px;
    }
    #offer .d-flex {
        width: 100%;
    }
    #hero-section .hero-heading {
        width: 400px;
        top: 47%;
        left: 10%;
    }
    #hero-section .hero-heading2 {
        width: 500px;
        top: 25%;
        left: 5%;
    }
    #about-section1 .about-img-book {
        width: 100%;
        height: 600px;
    }
    #way-cards .para1 {
        width: 75%;
        font-size: 14px;
    }
    #bus-result .arrow-div {
        margin: -60px 0 0 105px;
        background: white;
        border: 1px solid lightgray;
        border-radius: 100%
    }
    #bus-result-contanier .bus-img {
        width: 150px;
        height: 180px;
    }
    .img-flight1 {
        width: 30px;
        height: 25px;
    }
    .flight-result {
        font-size: 10px !important;
    }
    .price1 {
        font-size: 12px !important;
    }
    #booking-faq .btn-p {
        font-size: 10px;
    }
    #hero-section .img-hero-section {
        width: 100%;
        height: 400px;
    }
    .item-cover {
        height: 250px;
    }
    #forget-page {
        background: url(../images/login_bg.png) no-repeat;
        background-size: 110%;
        padding-right: 40px !important;
    }
    .check-in-row {
        font-size: 10px;
    }
    .check-in-row h5 {
        font-size: 12px;
    }
    .img-hotel-user {
        width: 90px;
        height: 100px;
    }
    .hotel-user-col {
        font-size: 10px;
    }
    .hotel-user-col h5 {
        font-size: 12px;
    }
    #property1 .card .card-img-top {
        width: 240px;
        height: 250px;
    }
    #property1 .card {
        height: 650px;
    }
    .formbtn1 {
        padding: 15px 60px;
    }
    .formbtn {
        padding: 15px 70px;
    }
    #manage-booking ul li button {
        font-size: 14px !important;
    }
    #manage-booking .tab-pane {
        font-size: 14px !important;
    }
    #manage-booking .tab-pane h5 {
        font-size: 18px !important;
    }
    #blogs-detail .blogs-details img {
        height: 400px;
    }
}

@media only screen and (min-width: 991px) {
    .top__menu .nav-link {
        display: flex;
    }
    .top__menu .nav-item .nav-link {
        border-radius: 5px;
    }
    .top__menu .nav-item .nav-link.active {
        border: 1px solid #ff5d00;
        background: #ffffff;
    }
    #my__account .collapse {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    #header {
        padding: 0;
    }
    body > .main-container {
        padding-top: 70px;
    }
    .list-item-image {
        height: auto;
        max-height: initial;
    }
    .list-columns {
        columns: 2;
    }
    .result-row-grid {
        display: block;
        text-align: center;
    }
    .result-row-grid img {
        margin-bottom: 20px;
        width: 100%;
    }
    .search-bar {
        display: block;
    }
    .search-bar .col-auto {
        margin: 10px 0 0;
    }
    .search-bar .col-auto form {
        justify-content: center;
    }
}

@media only screen and (min-width: 1024px) {
    .arrow-div {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        border: 1px solid;
        margin: -42px 0 0 113px;
        background: white;
    }
    #pills-contact .arrow-div {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        border: 1px solid;
        margin: -48px 0 0 120px;
        background: white;
    }
    #hero-section .hero-heading2 {
        width: 600px;
        top: 25%;
        left: 5%;
    }
    #way-cards .para1 {
        width: 50%;
        font-size: 14px;
    }
    #blogs .card .btn-socail {
        font-size: 14px;
    }
    #bus-result-contanier .bus-img {
        width: 180px;
        height: 190px;
    }
    #bus-result-contanier .form-check, span {
        font-size: 14px;
    }
    .buses-book {
        height: 250px;
    }
    .rules p {
        font-size: 14px !important;
    }
    .time-flight {
        font-size: 15px;
    }
    .price1 {
        font-size: 14px !important;
    }
    .img-flight1 {
        width: 40px;
        height: 30px;
    }
    #booking-faq .btn-p {
        font-size: 15px;
    }
    #hero-section .img-hero-section {
        width: 100%;
        height: 450px;
    }
    .img-hotel-user {
        width: 160px;
        height: 80px;
    }
    .hotel-user-col {
        font-size: 15px;
    }
    .hotel-user-col h5 {
        font-size: 18px;
    }
    .check-in-row h5 {
        font-size: 14px;
    }
    #property1 .card {
        height: 600px;
    }
    #manage-booking .tab-pane h5 {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 1200px) {
    #banner-section {
        font-size: 18px;
    }
    .arrow-div {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        border: 1px solid;
        margin: -55px 0 0 290px;
        background: white;
    }
    #pills-contact .arrow-div {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        border: 1px solid;
        margin: -47px 0 0 290px;
        background: white;
    }
    #offer .d-flex {
        width: 100%;
    }
    #footer .footer-logo {
        width: 65%;
        height: 60px;
    }
    #bus-result .arrow-div {
        margin: -50px 0 0 200px;
        background: white;
        border: 1px solid lightgray;
        border-radius: 100%
    }
    .buses-book {
        height: 230px;
    }
    .img-flight1 {
        width: 40px;
        height: 40px;
    }
    #forget-page {
        background: url(../images/login_bg.png) no-repeat;
        background-size: 110%;
        padding-right: 150px !important;
    }
    #property1 .card {
        height: 550px;
    }
}

@media only screen and (min-width: 1600px) {
    #banner-section {
        font-size: 18px;
    }
    .arrow-div {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        border: 1px solid;
        margin: -45px 0 0 280px;
        background: white;
    }
    #pills-contact .arrow-div {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        border: 1px solid;
        margin: -47px 0 0 290px;
        background: white;
    }
}

@media only screen and (min-width: 2560px) {
    #banner-section {
        font-size: 18px;
    }
    .arrow-div {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        border: 1px solid;
        margin: -45px 0 0 280px;
        background: white;
    }
    #pills-contact .arrow-div {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        border: 1px solid;
        margin: -47px 0 0 525px;
        background: white;
    }
}
