/*Header style css*/


    .header-btn {
        border-top: 1px solid #144383;
        border-right: 1px solid #144383;
        border-bottom: 1px solid #144383;
        border-radius: 0px;
        color: #144383 !important;
    }

    .clearfix:after,
    .clearfix:before {
        content: '';
        display: table
    }

    .clearfix:after {
        clear: both;
        display: block
    }

    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /*.content {*/
    /*    margin: 50px 100px 0px 100px;*/
    /*}*/


    li.drop-down,
    .flyout-right,
    .flyout-left {
        position: relative;
    }

    li.drop-down:before {
        content: "\f103";
        color: #fff;
        font-family: FontAwesome;
        font-style: normal;
        display: inline;
        position: absolute;
        right: 6px;
        top: 20px;
        font-size: 14px;
    }

    li.drop-down>ul {
        left: 0px;
        min-width: 230px;

    }

    .drop-down-ul {
        display: none;
    }

    .flyout-right>ul,
    .flyout-left>ul {
        top: 0;
        min-width: 230px;
        display: none;
        border-left: 1px solid #144383;
    }

    li.drop-down>ul>li>a,
    .flyout-right ul>li>a,
    .flyout-left ul>li>a {
        color: #fff;
        display: block;
        padding: 20px 22px;
        text-decoration: none;
        background-color: #1443835c;
        border-bottom: 1px dotted #547787;
        -webkit-transition: color 0.2s linear, background 0.2s linear;
        -moz-transition: color 0.2s linear, background 0.2s linear;
        -o-transition: color 0.2s linear, background 0.2s linear;
        transition: color 0.2s linear, background 0.2s linear;
    }

    .flyout-right ul>li>a,
    .flyout-left ul>li>a {
        border-bottom: 1px dotted #B8C7BC;
    }


    /*Flyout Mega*/
    .flyout-mega-wrap {
        top: 0;
        right: 0;
        left: 100%;
        width: 100%;
        display: none;
        height: 100%;
        padding: 15px;
        min-width: 742px;

    }

    span.row.mega-title {
        color: #eee;
        margin-top: 0px;
        font-size: 14px;
        padding-left: 15px;
        padding-bottom: 13px;
        text-transform: uppercase;
        border-bottom: 1px solid #ccc;
    }

    .flyout-mega ul>li>a {
        font-size: 90%;
        line-height: 25px;
        color: #fff;
        font-family: inherit;
    }

    .flyout-mega ul>li>a:hover,
    .flyout-mega ul>li>a:active,
    .flyout-mega ul>li>a:focus {
        text-decoration: none;
        background-color: transparent !important;
        color: #ccc !important
    }

    /*mega menu*/

    .mega-menu {
        left: 0;
        right: 0;
        padding: 15px;
        display: none;
        padding-top: 0;
        min-height: 100%;

    }

    span.row.mega-title {
        color: #144383;
        margin-top: 0px;
        font-size: 14px;
        padding-left: 15px;
        padding-bottom: 13px;
        text-transform: uppercase;
        padding-top: 15px;
        background-color: #fff
    }

    .mega-menu ul li a {
        line-height: 25px;
        font-size: 90%;
        display: block;
        color: #144383;
    }

    ul.stander li a {
        padding: 3px 0px;
    }

    ul.description li {
        padding-bottom: 12px;
        line-height: 8px;
    }

    ul.description li span {
        color: #ccc;
        font-size: 85%;
    }

    a.view-more {
        border-radius: 1px;
        margin-top: 15px;
        background-color: #009FE1;
        padding: 2px 10px !important;
        line-height: 21px !important;
        display: inline-block !important;
    }

    a.view-more:hover {
        color: #fff;
        background: #0DADEF;
    }

    ul.icon-des li a i {
        color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-align: center;
        background-color: #009FE1;
        line-height: 35px !important;
    }

    ul.icon-des li {
        width: 100%;
        display: table;
        margin-bottom: 11px;
    }

    /*Blog DropDown*/
    .Blog {
        left: 0;
        display: none;
        color: #fefefe;
        padding-top: 15px;
        background: #547787;
        padding-bottom: 15px;
    }

    .Blog .blog-title {
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;

    }

    .Blog .blog-des {
        color: #ccc;
        font-size: 90%;
        margin-top: 15px;
    }

    .Blog a.view-more {
        margin-top: 0px;
    }

    /*Images*/
    .Images {
        left: 0;
        width: 100%;
        display: none;
        color: #fefefe;
        padding-top: 15px;
        background: #547787;
        padding-bottom: 15px;
    }

    .Images span {
        font-size: 15px;
        margin-top: 0px;
        text-transform: uppercase;
    }

    /*common*/
    .flyout-right ul>li>a,
    .flyout-left ul>li>a,
    .flyout-mega-wrap,
    .mega-menu {
        background-color: #fff;
    }

    /*hover*/
    .Blog:hover,
    .Images:hover,
    .mega-menu:hover,
    .drop-down-ul:hover,
    li.flyout-left>ul:hover,
    li.flyout-right>ul:hover,
    .flyout-mega-wrap:hover,
    li.flyout-left a:hover+ul,
    li.flyout-right a:hover+ul,
    .blog-drop-down>a:hover+.Blog,
    li.drop-down>a:hover+.drop-down-ul,
    .images-drop-down>a:hover+.Images,
    .mega-drop-down a:hover+.mega-menu,
    li.flyout-mega>a:hover+.flyout-mega-wrap {
        display: block;
    }

    /*responsive*/
    @media (min-width:767px) {

        .mega-menu,
        .flyout-mega-wrap,
        .Images,
        .Blog,
        .flyout-right>ul,
        .flyout-left>ul,
        li.drop-down>ul {
            position: absolute;
        }

        .flyout-right>ul {
            left: 100%;
        }

        .flyout-left>ul {
            right: 100%;
        }
    }

    @media (max-width:767px) {

        .mega-menu,
        .Images,
        .Blog,
        .flyout-right>ul,
        .flyout-left>ul,
        li.drop-down>ul {
            position: relative;
        }

    }

    a.toggle-menu {
        position: absolute;
        right: 0px;
        padding: 20px;
        font-size: 27px;
        background-color: #ccc;
        color: #23364B;
        top: 0px;
    }



    .visit-my-blog {
        background: #379fe1;
    }

    .navbar-dark {
        background-color: #144383 !important;
    }

/* Header style end */

.dropdown .btn,
.navbar-expand-lg {
    background-color: #fff
}

.accordion-button,
body {
    font-family: Lato, sans-serif !important
}

.contact-info-text p,
.tour-price h3 {
    margin-bottom: 0
}

.accordions-button,
.call-navbar a,
.call-navbar a:hover,
.review_rating,
a,
button {
    text-decoration: none
}

header {
    position: fixed;
    z-index: 9999 !important;
    width: 100%
}

.navbar-collapse {
    justify-content: space-between
}

.logo-350 {
    width: 150px;
    
}

.navbar-toggler {
    background-color: #e7e7e7;
    
    
}

.call-navbar p {
    color: #fff;
}

.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 0;
    border: none;
    padding: .5em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .23)
}

@media only screen and (min-width:992px) {

    .dropdown-menu.show,
    .dropdown:hover .dropdown-menu {
        display: flex
    }
}

.dropdown-menu li .dropdown-item {
    color: #154285;
    font-size: 14px;
    padding: .5em 1em
}

.dropdown-menu li .dropdown-item:hover,
.dropdown-menu li:first-child a:hover {
    background-color: #f1f1f1
}

.dropdown-menu li:first-child a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #144383;
    border-bottom: 2px solid #144383
}

@media only screen and (max-width:992px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll
    }
}

@media only screen and (min-width:992px) and (max-width:1140px) {
    .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap
    }
}

.dropdown-menu ul {
    list-style: none;
    /* padding: 0 */
}

.dropdown-menu li a {
    color: gray;
    padding: .5em 1em
}

.call-navbar a {
    color: #fff;
    font-size: 15px;
    font-weight: 600
}

.call-navbar a:hover {
    color: #fff;
    font-size: 14px
}

.content,
.top_header_bar {
    width: 100%;
    z-index: 1100;
    background-color: #144383;
    padding: 0
}

.content,
.mega_menu_bar {
    position: absolute;
    width: 100%;
    z-index: 1100;
    top: 50px
}

@media (max-width:1100px) {
    .logo-350 {
        display: none
    }
}

@media screen and (min-width:993px) {

    .dropdown-menu.show,
    .dropdown:hover .dropdown-menu,
    .nav-desk-1 {
        display: flex
    }

    .query-main {
        height: 220px
    }

    .nav-desk-1 {
        display: flex;
        gap: 20px
    }
}

.mobile-logo {
    width: 149px
}

.header-cl .navbar-nav a.nav-link {
    color: #144383;
    font-size: 14px;
    border-right: 1px solid #d4d4d4
}

.header-cl .navbar-nav a.nav-link:hover {
    color: #c2171d;
    background-color: #e6e6e6cb;
    border-radius: 4px;
    border-left: 1px solid #c2171d
}

#home_one_banner {
    background-image: url(https://bookviaus.in/assets/img/bg_header.webp);
    padding: 370px 0 280px;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

li {
    list-style: none
}

.number input {
    width: 50px;
    text-align: center
}

.dropdown-toggle::after {
    display: contents;
}

.minus-select {
    width: 150px;
    border: 1px solid #000;
    padding: 4px;
    border-radius: 4px
}

.dropdown .btn {
    color: #000;
    height: 50px
}

.banner-img1 .container h1 {
    color: #000;
    background-color: #ffffffbf;
    border-radius: 4px;
    padding-left: 10px
}

.travel-card {
    box-shadow: 0 0;
    padding: 10px
}

.travel-btns {
    background-color: #144383;
    color: #fff;
    padding: 8px 10px 5px
}

.travel-btn {
    display: flex;
    justify-content: space-between
}

.travel-coupon {
    text-align: initial
}

.dropdown-main {
    width: 300px;
    border-radius: 4px
}

.minus-plus {
    display: flex;
    justify-content: space-around;
    position: relative;
    left: -18px
}

.minus-class {
    display: flex;
    justify-content: space-evenly
}

.number,
input {
    width: 50px
}

.form-check-input:checked {
    background-color: #144383;
    border-color: #144383
}

.total_adults {
    border: 1px;
    background-color: #f8f9fa;
    width: 15px
}

.bundle_save {
    background-color: #7799c7;
    margin: 10px;
    border-radius: 12px
}

.banner-img1 .container span {
    font-size: 14px
}

.icons_search {
    position: absolute;
    margin-top: 16px;
    z-index: 1000
}

.icons_search_input {
    padding-left: 40px !important
}

.flight_icons_plane,
.flight_icons_plane_h5 {
    padding: 10px;
    color: #144383;
    border-radius: 19px;
    font-size: 18px !important;
    font-weight: 500
}

.flight_icons_plane {
    background-color: #e8f2ff;
    width: 118px;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px
}

.mbsc-page,
summary {
    padding: 1em
}

button {
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 10px 30px;
    outline: 0;
    border: 0;
    cursor: pointer;
    background: #144383;
    color: #fff;
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    font-weight: 100
}

input {
    width: 100%;
    margin: 0 0 5px;
    padding: 2px;
    border: 1px solid #ccc;
    font-size: 13px !important;
    box-sizing: border-box
}

.form-control,
input {
    border-radius: 12px !important;
    font-size: 14px
}

input:focus {
    outline: 0;
    border-color: #0068ef;
    box-shadow: rgba(0, 104, 239, .16) 0 1px 4px
}

.mbsc-calendar-cell>div:first-child {
    display: none !important
}

.countMain,
.testraveler {
    border: 1px solid #eceff1 !important;
    margin-top: 0;
    text-align: left;
    padding-left: 38px
}

.contact-info,
.discount_tab,
.timer-container,
ul.icon-des li a i {
    text-align: center
}

.caption {
    background-color: #fff;
    color: #000;
    border-radius: 24px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

@media (min-width:1100px) {
    .caption {
        position: relative;
        top: -90px
    }

    .main-banner-img {
        background-image: url("/assets/banner-2-img.png");
        height: auto;
        max-height: 300px;
        margin-bottom: 220px;
        padding-top: 100px;
        background-repeat: no-repeat;
        background-size: cover
    }

    .why {
        width: 15%;
        margin-left: 10px
    }
}

@media (max-width:768px) {
    .modal-backdrop {
        position: relative
    }

    .caption {
        margin-top: 30px;
        margin-bottom: 50px !important
    }
}

.form-control {
    max-width: 420px;
    height: 50px
}

.form-group .btn-submit {
    color: #fff;
    font-weight: 500;
    background-color: #144383;
    font-size: 18px;
    margin: 0
}

.btn,
.btn:hover {
    border-width: 0
}

.top_deal_country::after,
.top_deal_country::before {
    content: " ";
    border-left: 16px solid #fac22e;
    width: 0;
    height: 0;
    right: -15px
}

.form-group {
    margin-bottom: 20px
}

.control-label {
    display: block
}

.-wrapper,
.-wrapper2 {
    position: relative;
    float: left;
    width: 100%
}

.-wrapper input,
.-wrapper2 input {
    width: 100%
}

.-results,
.-results2 {
    position: absolute;
    background: #fff;
    z-index: 9999;
    top: 100%;
    left: 0;
    font-size: 13px;
    border-top-width: 0;
    border-bottom-color: #ccc;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    width: 100%
}

.-result,
.-result2 {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer
}

.-result2:last-child,
.-result:last-child {
    border-bottom-width: 0
}

.-location {
    opacity: .8;
    font-size: smaller
}

.-results2[data-highlight="0"]>:first-child,
.-results2[data-highlight="1"]>:nth-child(2),
.-results2[data-highlight="2"]>:nth-child(3),
.-results2[data-highlight="3"]>:nth-child(4),
.-results2[data-highlight="4"]>:nth-child(5),
.-results[data-highlight="0"]>:first-child,
.-results[data-highlight="1"]>:nth-child(2),
.-results[data-highlight="2"]>:nth-child(3),
.-results[data-highlight="3"]>:nth-child(4),
.-results[data-highlight="4"]>:nth-child(5) {
    color: #fff;
    background: #144383;
    border-bottom-color: #144383;
    outline: #144383 solid 1px
}

.blink_me {
    animation: 4s linear 8s infinite blinker;
    transition: 1s
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.heading_left_area .heading_span,
.heading_left_area h2 span,
.heading_left_area h3 span {
    display: inline-block;
    border-bottom: 1px solid #144383;
    padding-bottom: 10px
}



@media only screen and (min-width:1200px) {
    .month_deal img {
    height: 400px;
    border-radius: 15px;
}
    .top_deal_country {
        font-size: 16px !important
    }

    .banner-img-silder {
        filter: brightness(.6)
    }

    .callback_review {
        background-color: #133482
    }

    .carousel-caption {
        position: absolute;
        bottom: 30%;
        left: 20%;
        transform: translate(0, -50%)
    }
}

@media only screen and (max-width:768px) {
    
    .month-name {
    font-size: 42px !important;
    }
    
    .top_deal_country {
        font-size: 12px !important;
        z-index: 999;
        border-bottom: 1px solid
    }

    .top_deal_country_offers span>a {
        font-size: 15px !important
    }

    img.modal_close_btn {
        position: relative;
        left: 90% !important;
        bottom: 10px !important;
        background-color: #fff;
        padding: 5px;
        border-radius: 50%;
        cursor: pointer;
        transition: transform .3s
    }

    .modal-content {
        background: linear-gradient(to bottom, #ededed 50%, #fff 50%) !important
    }
}

.top_deal_country,
.top_deal_country_offers {
    position: absolute;
    font-size: 22px;
    z-index: 999
}

.top_deal_country {
    font-weight: 600;
    background-color: #ffc107
}

.top_deal_country::before {
    position: absolute;
    border-top: 0 solid transparent;
    border-bottom: 12px solid transparent;
    display: block;
    top: 0
}

.top_deal_country>a {
    color: #000 !important
}

.top_deal_country::after {
    position: absolute;
    border-top: 12px solid transparent;
    border-bottom: 0 solid transparent;
    display: block;
    bottom: 0
}

.top_deal_country_offers {
    bottom: 20px
}

.top_deal_country_offers span>a {
    font-size: 24px
}

.top_deal_country_img {
    overflow: hidden;
    position: relative
}

.top_deal_country_img img {
    transition: transform .9s;
    filter: brightness(.9)
}

.top_deal_country_img:hover img {
    transform: scale(1.1);
    filter: brightness(1)
}

.accordion-button {
    padding: 5px 30px;
    color: #000;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    border: 1px solid #dedede;
    font-weight: 500
}

.accordion-button:hover {
    background-color: #c62021;
    color: #fff;
    border-radius: 20px
}

.accordion-button::after {
    height: auto
}

.card-main {
    position: relative;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border-radius: 10px
}

.card-para {
    position: absolute;
    bottom: 0
}


.card-section {
    border: 1px;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px
}

.review_rating {
    color: #144383
}

.newsletter-section {
    background-color: #f3f6fd
}

.footer_heading_main h5 {
    border-bottom: 1px solid #144383;
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 500
}

.footer_inquery_area {
    padding-top: 5px;
    border-left: 2px solid #144383;
    margin-top: 25px;
    padding-left: 9px
}

.footer_inquery_area h5 {
    font-size: 16px;
    font-weight: 500
}

.footer_inquery_area h3 a {
    color: #144383;
    font-size: 18px
}

.footer_link_main ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: .4s ease-in-out
}

.footer_link_main ul li {
    padding-bottom: 15px
}

.footer_link_main {
    padding-top: 20px
}

.footer_link_main ul,
.soical_icon_footer {
    padding: 0
}

.owl-item {
    margin-bottom: 1px
}

.mega-menu {
    left: 0;
    right: 0;
    padding: 0 15px 15px;
    display: none;
    min-height: 100%
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    padding-top: 15px;
    background-color: #365670
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block
}

ul.stander li a {
    padding: 3px 0
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px
}

ul.description li span {
    color: #ccc;
    font-size: 85%
}

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009fe1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important
}

a.view-more:hover {
    color: #fff;
    background: #0dadef
}

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #009fe1;
    line-height: 35px !important
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px
}

.holiday_theme p,
.holiday_theme_section p {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px
}

.holiday_theme img {
    width: 147px !important;
    height: 139px
}

.holiday_theme_section img {
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60% !important;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px
}

.holiday_theme_section p>small {
    color: #858585;
    display: block
}

.dropdown-main {
    z-index: 9999
}

.modal_close_btn {
    position: relative;
    left: 99%;
    bottom: 25px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.modal-content {
    background: linear-gradient(to left, #fff 50%, #ededed 50%);
}

.modal {
    z-index: 9999 !important
}

.tour-price {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px
}

.tour-price h3 {
    font-size: 28px;
    color: #144383;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: .75px
}

.scrollspy-example {
    height: 200px;
    margin-top: .5rem;
    overflow: auto
}

.btn-submit,
.faq-content,
.timer {
    overflow: hidden
}

.accordions-button {
    padding: 5px 30px 10px 10px !important;
    color: #000 !important;
    display: block !important;
    border-bottom: 1px solid #144383 !important
}

details {
    font-size: 1rem;
    background: #f6faff;
    border-radius: 8px;
    border: 1px solid #c3deff;
    transition: border-color .3s ease-in-out
}

details:hover {
    border-color: #a4a1ff
}

summary {
    user-select: none;
    cursor: pointer;
    font-weight: 600;
    display: flex !important;
    align-items: center
}

summary::-webkit-details-marker {
    display: none
}

.faq-title {
    color: #1c2035;
    flex-grow: 1;
    opacity: .65;
    transition: opacity 250ms ease-in-out
}

summary:hover .faq-title {
    opacity: 1
}

.faq-content {
    color: #303651;
    padding: .2em 1em 1em;
    font-weight: 300;
    line-height: 1.5;
    max-height: 0;
    transition: max-height .3s ease-out
}

details[open] .faq-content {
    max-height: 1000px
}

.expand-icon {
    margin-left: auto;
    transition: transform 150ms ease-out
}

.moretext,
.moretext1,
details:not([open]) .icon-tabler-circle-minus,
details[open] .icon-tabler-circle-plus {
    display: none
}

summary h4 {
    font-size: 16px
}



.section-main-bg {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 101.02%), url(https://bookviaus.in/assets/inner-banner-bg.webp)
}

.banner-section .banner-section-content {
    height: 300px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 40%);
    text-align: center;
    color: #fff
}

.banner-section-content h6>a {
    color: #ce0018;
    text-decoration: none
}

.honeymoon-banner,
.iframe,
.sale-timer {
    border-radius: 10px
}

.equal {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 50%
}

footer {
    background-color: #f0f8ff
}

@media(max-width:1400px) {
    .holiday_theme img {
        width: 120px !important;
        height: 109px !important
    }

    .iframe {
        width: 1140px
    }
}

.contact-info {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.contact-info-icon {
    margin-bottom: 15px
}

.contact-info-item {
    background: #071c34;
    padding: 30px 0
}

.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0
}

.contact-page-form.contact-form input {
    margin-bottom: 5px
}

.contact-page-form.contact-form textarea {
    height: 110px
}

.contact-page-form.contact-form input[type=submit] {
    background: #144383;
    width: 150px;
    border-color: #144383
}

.contact-info-icon i {
    font-size: 48px;
    color: #fda40b
}

.contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px
}

.contact-info-text span {
    color: #999;
    font-size: 16px;
    display: inline-block;
    width: 100%
}

.contact-page-form input {
    border: 1px solid #fff;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
    border-bottom: 3px solid #cbcbcb
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0
}

.single-input-field textarea {
    border: 1px solid #fff;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
    border-bottom: 3px solid #cbcbcb;
    height: 120px
}

.single-input-fieldsbtn input[type=submit] {
    background-color: #144084;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
    padding: 20px 10px
}

.single-input-fieldsbtn input[type=submit]:hover {
    background: #071c34;
    transition: .4s ease-in-out;
    border-color: #071c34
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px
}

.contact-page-map {
    margin-top: 36px
}

.contact-page-form form {
    padding: 20px 15px 0
}

/*.map-section {*/
/*    position: relative;*/
/*    top: -50px*/
/*}*/

.contact-form,
.social-location {
    position: relative;
    top: -70px
}

@media(min-width:1200px) {
    .iframe {
        width: 1140px
    }
}

@media(max-width:768px) {
    .iframe {
        width: 370px
    }
}

.social-location {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border-radius: 10px
}

.timer {
    display: inline-flex;
    border-radius: 8px
}

.timer-item {
    flex: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #00000014
}

.review_rating_btn,
.summer {
    background: linear-gradient(90deg, rgb(255 193 7) 0, #144383 59%)
}

.timer-item span {
    display: block;
    font-size: 36px;
    color: #333
}

.timer-item small {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 5px
}

.summer {
    color: #fff;
    font-size: 12px;
    padding: 4px;
    border-radius: 14px
}

.btn-submit,
.group-banner {
    border-radius: 10px;
    position: relative
}

.group-banner {
    background-image: url("https://www.bookviaus.in/assets/images/group_tour_desktop_banner_image.webp");
    padding: 28px 0 36px 26px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.review_touch {
    background-color: #fff;
    color: #133482
}

#section,
#section1 {
    width: 100%;
    height: auto;
    word-wrap: break-word
}

.css-1wry1qz {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    padding: 11px;
    background-color: #ffc800;
    margin-right: 8px;
    top: -3px;
    font-weight: 800;
    position: relative;
    border-bottom: 1px solid #ffc800 !important
}

.btn-submit {
    display: inline-block;
    border: 1px solid #03045e;
    transition: .5s ease-in;
    z-index: 1
}

.btn-submit::after,
.btn-submit::before {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transform: skew(15deg);
    transition: .5s;
    overflow: hidden;
    z-index: -1
}

.btn-submit::before {
    left: -10px;
    background: #072e64
}

.btn-submit::after {
    right: -10px;
    background: #6590cb
}

.btn-submit:hover::after,
.btn-submit:hover::before {
    width: 58%
}

.btn-submit:hover .btn-span {
    color: #e0aaff;
    transition: .3s
}

.btn-submit .btn-span {
    color: #fff;
    font-size: 18px;
    transition: .3s ease-in
}

/* month name */

.month-name{
    position: absolute;
    /*bottom: 5%;*/
    /*left: 20%;*/
    /*transform: translate(0%, -50%);*/
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.top_deal_country_img img {
    filter: brightness(0.7);

}

.top_deal_country_img img:hover {
    filter: brightness(0.9);
}


/*google map*/
/* CSS for desktop screens */
.map-section iframe {
    width: 1300px; /* Adjust as needed for desktop */
    height: 200px;
}

/* Media query for mobile screens */
@media only screen and (max-width: 767px) {
    .map-section iframe {
        width: 100%; /* Make the iframe full width on mobile */
        height: 300px; /* Adjust the height as needed for mobile */
    }
}


.subtitle{
    font-size:18px;
  }
  .subpara{
    font-size:14px;
  }
  
  .europe-sector b{
    color:#134482;
  }
  .dropdown-item{
  color:#134482;   
  }
  
  #review_rating {
    font-size: 28px;
    font-weight: 500;
  }
  .discount_tab {
    position: absolute;
    right: 0px;
    /* bottom: 7px; */
    top: 15px;
    background: #000;
    box-shadow: 4px 5px 12px rgb(0 0 0 / 10%);
    /* width: 45px; */
    height: 39px;
    text-align: center;
    line-height: 39px;
    /* border-radius: 50%; */
    color: #144383;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #144383;
  }


  /* Explore  ************************* Section start */

.view-button{
  background-color: #144383!important;
  padding: 5px 30px 5px 30px!important;
  color: #fff!important;
  border-radius: 4px!important;
  display: block!important;
  text-decoration: none;
}

.views-button{
  background-color: #144383!important;
  padding: 10px 30px 10px 30px!important;
  color: #fff!important;
  border-radius: 4px!important;
  text-decoration: none;
}

.view-button:hover{
   background-color: #c62021!important;
   color: #fff!important;
   border-radius: 20px!important;
}


.view-button::after {
   height: auto;

}


.card-main{
  position: relative;
}

.card-para{
  position: absolute;
  bottom: 0px;
  border-radius: 0px 10px 10px 0px;
  background-color: #2281b9;
}



.card-section{
  border: 1px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.review_rating {
  color: #144383;
}


.hr_top{
  border-top: 1px solid #c7c7c7;
}

.top_deal_country_img {
  overflow: hidden;
}

.top_deal_country_img img {
  transition: transform 0.9s ease;
  
  /* filter: blur(1px); */
}

.top_deal_country_img:hover img {
  transform: scale(1.1);
  /* filter: grayscale(0); */
}

.hr_top div > small{
  font-size: 13px;
}

.package-card-section {
  position: relative;
}
.package-card-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://bookviaus.co.uk/assets/img/section-bg-vector1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 50%;
  z-index: -1;
}
/* Explore  ************************* Section end */


/* india page  ************************* Section start */

.tour-price {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}


.tour-price p{
  font-size: 28px;
  color: #144383;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: .75px;
  margin-bottom: 0;
}

.tour-price h3{
  font-size: 28px;
  color: #144383;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: .75px;
  margin-bottom: 0;
}
/* india scroll Itinerary page  ************************* Section start */

.scrollspy-example {
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}


.accordions-button{
    /* padding: 5px 30px 10px 10px!important;
    */
    display: block!important;
    text-decoration: none;
    border-bottom: 1px solid #144383!important;
}

.banner2-card {
position: relative;
border-radius: 5px;
}

.banner2-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(16,12,8,.2);
border-radius: 5px;
}

.banner2-card img {
border-radius: 5px;
}

.banner2-card .banner2-content-wrap {
padding: 60px 20px 35px;
background-image: url("https://www.bookviaus.co.uk/assets/img/side_img_svg.svg");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 1;
border-radius: 0 0 5px 5px;
}

.banner2-card .hotline-area .content h6 a {
font-size: 24px;
color: #fff;
text-decoration: none;
}

.experts-deals {
text-decoration: none!important;
cursor: pointer;
}

.experts-deals > div{
background-color: #144383;
color: #fff;
font-size: 24px;
border-radius: 50px;
padding: 3px 20px 3px 20px;
}

.experts-deals > div  img{
border-radius: 50px;
padding: 10px;
}

.main-expert-section{
background-color: aliceblue;
}   

.call-details{
position: relative;
}

.call-details::after{
content: " ";
position: absolute;
border-right: 1px solid #7f8b95;
top: 14%;
right: 0;
height: 65%;
margin-top: auto;
margin-bottom: auto;
}

.banner2-card .hotline-area .content span {
font-size: 20px;
font-family: cursive;
line-height: 1;
font-weight: 400;
letter-spacing: .13em;
color: #fff;
display: inline-block;
margin-bottom: 10px;
}

.content > img{
background-color: #fff;
border-radius: 50%;
padding: 5px;
}

  /* Explore  ************************* Section end */

  /* Animation  ************************* Section start */
  
  /* Animation  ************************* Section end */
  
  
 /* Map Section Start */
 
.map-responsive {
    position: relative;
    overflow: hidden;
    padding-bottom: 30%; /* height control, 30% = rectangle shape */
    height: 0;
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
