@charset "utf-8";
.headers,
.text-center {
    text-align: center
}

.header .menu,
.header [class*=mob_] {
    margin-top: 9px;
    display: none;
    float: right
}

.sidebar_call>a,
a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.headers {
    padding: 30px;
    font-size: 40px;
    background: #fff
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.container {
    padding-left: 15px;
    padding-right: 15px
}

.btn-1,
body {
    font-size: 14px
}

.clear,
.clearfix,
.container::after,
.row::after {
    clear: both
}

a {
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear
}

.form-control {
    width: 100%;
    float: left;
    font-family: Poppins, sans-serif;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.container {
    width: 1170px;
    margin: auto
}

.container::after,
.container::before,
.footer_box .links::before,
.row::after,
.row::before {
    display: table;
    content: ""
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.accordion,
[class*=col-] {
    position: relative
}

.col-lg-1 {
    width: 8.3333333333333%;
    float: left
}

.col-lg-2 {
    width: 16.666666666667%;
    float: left
}

.col-lg-3 {
    width: 25%;
    float: left
}

.col-lg-4 {
    width: 33.333333333333%;
    float: left
}

.col-lg-5 {
    width: 41.666666666667%;
    float: left
}

.col-lg-6 {
    width: 50%;
    float: left
}

.col-lg-7 {
    width: 58.333333333333%;
    float: left
}

.col-lg-8 {
    width: 66.666666666667%;
    float: left
}

.col-lg-9 {
    width: 75%;
    float: left
}

.col-lg-10 {
    width: 83.333333333333%;
    float: left
}

.col-lg-11 {
    width: 91.666666666667%;
    float: left
}

.col-lg-12 {
    width: 100%;
    float: left
}

.disclaimer .full_width,
.disclaimer .read_more .less,
.disclaimer .read_more.active .more,
.hide {
    display: none
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none
    }
}

@media (max-width:1199px) {
    .f-w-md {
        width: 100%
    }
    .hidden-to-md {
        display: none
    }
}

@media (min-width:300px) and (max-width:460px) {
    .col-vvxs-1,
    .col-vvxs-10,
    .col-vvxs-11,
    .col-vvxs-12,
    .col-vvxs-2,
    .col-vvxs-3,
    .col-vvxs-4,
    .col-vvxs-5,
    .col-vvxs-6,
    .col-vvxs-7,
    .col-vvxs-8,
    .col-vvxs-9 {
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vvxs-1 {
        width: 8.3333333333333%
    }
    .col-vvxs-2 {
        width: 16.666666666667%
    }
    .col-vvxs-3 {
        width: 25%
    }
    .col-vvxs-4 {
        width: 33.333333333333%
    }
    .col-vvxs-5 {
        width: 41.666666666667%
    }
    .col-vvxs-6 {
        width: 50%
    }
    .col-vvxs-7 {
        width: 58.333333333333%
    }
    .col-vvxs-8 {
        width: 66.666666666667%
    }
    .col-vvxs-9 {
        width: 75%
    }
    .col-vvxs-10 {
        width: 83.333333333333%
    }
    .col-vvxs-11 {
        width: 91.666666666667%
    }
    .col-vvxs-12 {
        width: 100%
    }
    .hidden-vvxs {
        display: none
    }
}

@font-face {
    font-family: regular;
    src: url(../fonts/Aileron-Regular.otf)
}

@font-face {
    font-family: bold;
    src: url(../fonts/Aileron-Bold.otf)
}

@font-face {
    font-family: #000;
    src: url(../fonts/Aileron-Black.otf)
}

html {
    scroll-behavior: smooth
}

body {
    font-family: regular;
    line-height: 1.7;
    color: #848484
}

::-webkit-input-placeholder {
    color: #757575;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #757575;
    opacity: 1;
    font-size: 14px
}

::placeholder {
    color: #757575;
    opacity: 1;
    font-size: 14px
}

.btn-1 {
    padding: 16px 32px;
    transition: .3s;
    background: linear-gradient(to right bottom, #383838, #f6b31c);
    color: #fff;
    cursor: pointer;
    border: none
}

.main_heading span label i:after,
.main_heading span label i:before {
    content: '';
    position: absolute;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.btn-1:active,
.btn-1:focus,
.btn-1:hover {
    box-shadow: 0 10px 18px rgb(0 0 0 / 10%);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: linear-gradient(to right bottom, #f6b31c, #383838)
}

.main_heading {
    font-weight: 400;
    margin: 0 0 20px;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    padding: 0
}

.main_heading span {
    position: relative;
    z-index: 2;
    padding: 5px 0 10px;
    display: inline-block;
    color: #6f6f6f;
    font-size: 28px;
    text-transform: uppercase
}

.main_heading span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
    transform: skew(10deg, 10deg);
    border-radius: 0 10px
}

.main_heading span label {
    font-weight: 600;
    margin: 0 3px 0 0;
    color: #6f6f6f;
    font-family: Poppins, sans-serif
}

.main_heading span label i {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 2px;
    background: #f6b31c
}

.main_heading span label i:before {
    left: -11px;
    background: #f6b31c
}

.main_heading span label i:after {
    right: -11px;
    background: #2f2f2f
}

.main_heading.left {
    text-align: left
}

.why_choice_us_area {
    width: 100%;
    float: left;
    margin-bottom: -60px
}

.why_choice_us_area .top_bar_why {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    float: left;
    width: 100%;
    position: relative;
    top: -75px
}

.why_choice_us_area .top_bar_why .content_box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center
}

.why_choice_us_area .design_icon_box {
    box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    transition: .3s;
    float: left;
    background: #fff;
    padding: 8px;
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.main .sub_head,
p {
    margin-bottom: 10px;
    width: 100%;
    float: left
}

.why_choice_us_area .top_bar_why .icon_box {
    height: 80px;
    width: 80px;
    padding: 3px;
    border-radius: 10px;
    background: #f6b31c;
    margin: 10px auto
}

.why_choice_us_area .top_bar_why .icon_box i {
    background-position: 0 0;
    width: 72px;
    height: 72px;
    background-repeat: no-repeat;
    background-image: url(../images/icons.svg);
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

.why_choice_us_area .top_bar_why .icon_box2 i {
    background-position: -82px 0
}

.why_choice_us_area .top_bar_why .icon_box3 i {
    background-position: -160px 0
}

.why_choice_us_area .top_bar_why .icon_box4 i {
    background-position: -240px 0
}

.header .menu.active>i,
.header .menu:hover>i,
.header .menu>i {
    background: #fff
}

.main .sub_head {
    font-family: Poppins, sans-serif;
    color: #f6b31c;
    font-size: 30px;
    line-height: 1.1
}

.main {
    width: 100%;
    float: left;
    overflow: hidden
}

.contact_info,
.main>* {
    width: 100%;
    float: left
}

.main .section {
    padding: 50px 0
}

.main .section.grey {
    background: #f5f5f5
}

.main .full_width {
    width: 100%;
    float: left;
    position: relative
}

.lazy[data-src] {
    background: url(../images/loader.gif) center center no-repeat !important
}

.header {
    background: #2b303d
}

.header_top {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    background: #eaefff
}

.header_top a {
    display: inline-block;
    margin-bottom: 11px;
    color: #0c3e72;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 1
}

.hero_banner h1,
.hero_banner p {
    color: #fff;
    text-shadow: 2px 3px 3px rgb(116 116 116 / 30%)
}

.header_top a>span {
    width: auto;
    display: inline-block
}

.header_top a>span>i {
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../images/fonts.png);
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.header_top a.icon-mail>span>i {
    width: 24px;
    background-position: -16px 0
}

.header_top a.icon-phone>span>i {
    width: 12px;
    background-position: 0 0
}

.header_top .align_right {
    text-align: right
}

.header {
    padding-top: 15px;
    padding-bottom: 15px
}

.header.fixed {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    background: #333;
    box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    width: 100%
}

.header.fixed [class*=mob_] {
    display: block
}

.header.fixed .navigation_bar {
    margin-right: 15px
}

.header .logo {
    width: 210px;
    float: left
}

.header .logo>img {
    width: 100%;
    float: left;
    margin-top: 8px
}

.header .menu {
    width: 40px;
    padding: 7px 7px 2px;
    border: 2px solid #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.header .menu>i {
    width: 100%;
    float: left;
    height: 3px;
    margin-bottom: 5px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear
}

.header .menu.active,
.header .menu:hover {
    background: linear-gradient(to right bottom, #f6b31c, #ad0505);
    border-color: transparent
}

.header [class*=mob_] {
    width: 37px;
    height: 37px;
    background: linear-gradient(to right bottom, #f6b31c, #ad0505);
    margin-left: 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    position: relative
}

.header [class*=mob_]:hover {
    background: #00a0e3
}

.header [class*=mob_]::before {
    content: "";
    background-image: url(../images/fonts.png);
    background-repeat: no-repeat;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.header .mob_email::before {
    background-position: -16px 0;
    width: 24px
}

.header .mob_phone::before {
    background-position: 0 0;
    width: 12px
}

.header .navigation_bar {
    width: auto;
    float: right;
    padding: 0;
    margin: 5px 0 0
}

.header .navigation_bar>li {
    width: auto;
    float: left;
    list-style: none;
    margin-left: 40px;
    position: relative
}

.header .navigation_bar>li:first-child {
    margin-left: 0
}

.header .navigation_bar>li>a {
    width: auto;
    float: left;
    color: #f6b31c;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700
}

.disclaimer p>strong,
.footer .footer_box .sub_head~p a:active,
.footer .footer_box .sub_head~p a:focus,
.footer .footer_box .sub_head~p a:hover,
.footer .footer_box>.links>li>a:active,
.footer .footer_box>.links>li>a:focus,
.footer .footer_box>.links>li>a:hover,
.header .navigation_bar>li>a:active,
.header .navigation_bar>li>a:focus,
.header .navigation_bar>li>a:hover {
    color: #fff;
    text-decoration: none;
}

.home_banner {
    position: relative;
    background: url(../images/bg.webp) bottom center/cover no-repeat;
    background-position: inherit;
    height: 575px
}

.home_banner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0, rgb(15 36 84 / 25%) 2%, rgb(0 0 0 / 84%) 90%)
}

.hero_banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 575px
}

.hero_banner h1 {
    font-size: 36px;
    font-family: Poppins, sans-serif;
    font-weight: 600
}

.hero_banner h1 span.mobile_head {
    padding: 5px;
    color: #ffb45f;
    border-radius: 0 20px;
    border: 2px solid #ffb45f
}

.hero_banner p {
    text-align: center;
    font-size: 20px;
    -moz-text-shadow: 2px 3px 3px rgb(116 116 116 / 30%)
}

.main-timeline {
    font-family: Poppins, sans-serif;
    padding: 0;
    position: relative
}

.main-timeline .timeline {
    width: 100%;
    margin: 0;
    padding: 30px 0 0 50px;
    float: left;
    position: relative
}

.main-timeline .timeline-content {
    color: #333;
    background-color: #fff;
    padding: 0 28px;
    border-radius: 20px;
    display: block;
    position: relative
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-count {
    background: linear-gradient(to right bottom, #f6b31c, #ad0505);
    position: absolute
}

.main-timeline .timeline-content:before {
    content: '';
    height: 75px;
    width: 75px;
    border-radius: 10px 0;
    left: -50px;
    top: -20px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    transform: rotate(-90deg)
}

.main-timeline .timeline-count {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    height: 50px;
    width: 50px;
    border: 4px solid #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-radius: 50%;
    left: -38px;
    top: -10px
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 17px
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both
}

.about_us_area,
.choose_your_place {
    float: left;
    width: 100%
}

.about_us_area h3,
.about_us_area p,
.about_us_area strong {
    float: left;
    width: 100%;
    font-family: Poppins, sans-serif
}

.about_us_area p,
.cheap_flight p,
.new_year_flight .new_year_content p,
.new_year_flight .new_year_content ul li {
    font-size: 16px;
    color: #333
}

.about_us_area h3 {
    font-size: 24px;
    color: #f6b31c
}

.about_us_area strong {
    font-size: 18px;
    color: #333
}

.blog_recent {
    padding: 60px 0
}

.solution_cards_box .solution_card {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, .2), 0 5px 15px 0 rgba(37, 44, 97, .15);
    border-radius: 15px;
    margin: 15px 0;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 245px;
    transition: .7s
}

.solution_cards_box .solution_card:hover {
    background: #309df0;
    color: #fff;
    transform: scale(1.1);
    z-index: 9
}

.solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%)
}

.Copyright a,
.footer .footer_box .sub_head~p,
.footer .footer_box .sub_head~p a,
.footer .footer_box>.links>li>a,
.hotels_page .content_area_hotel ul li a,
.solution_cards_box .solution_card:hover .solu_description p,
.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_title h3 a {
    color: #fff
}

.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px
}

.solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: #309df0
}

.solution_card .solu_title h3 {
    color: #212121;
    font-size: 18px;
    margin: 13px auto
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px
}

.solution_card .solu_description button {
    border: 0;
    cursor: pointer;
    border-radius: 15px;
    background: linear-gradient(140deg, #42c3ca 0, #42c3ca 50%, #42c3cac7 75%) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px
}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: .7s
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0
}

.footer .footer_box>.links>li,
.travel_agent .travel_agent_table table {
    width: 100%
}

.travel_agent .style2 th {
    background: #2b303d;
    border: 1px solid #2b303d;
    color: #fff;
    text-align: left;
    padding: 8px
}

.travel_agent .travel_agent_table .style2 td {
    border: 1px solid #ddd;
    color: #333;
    text-align: left;
    padding: 8px;
    border-collapse: collapse
}

.travel_agent .travel_agent_table .style2 tr:hover {
    background-color: #eaeaea
}

.travel_agent .travel_agent_table .style2 tbody>tr:last-child td {
    font-weight: 900;
    font-size: 16px;
    color: #333
}

.commnet_travel_agent,
.gray {
    background: #f6f8fd
}

.commnet_travel_agent .comment_area {
    float: left;
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 30px
}

.cheap_flight h2,
.commnet_travel_agent .comment_area h3,
.commnet_travel_agent .comment_area p,
.site_map .content_area_sitemap ul li a {
    color: #333
}

.ask_question {
    float: left;
    width: 100%;
    padding-bottom: 60px
}

.accordion:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #f6b31c;
    position: absolute;
    top: 5px;
    left: 12px;
    bottom: 20px
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 15px 20px;
    color: #333;
    font-size: 1.15rem;
    font-weight: 600
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: #f6b31c
}

.accordion .content {
    display: none;
    padding: 0 20px;
    overflow: hidden
}

.accordion .content p {
    font-size: 1rem;
    font-weight: 300;
    color: #333
}

.accordion-item {
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    margin: 0 0 20px 44px;
    border-left: 1px dashed #333;
    border-right: 2px solid #f6b31c;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    background: #fff
}

.accordion-item a:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #f6b31c;
    position: absolute;
    top: 40%;
    left: -41px;
    transform: rotate(45deg)
}

.faq_section .faq_section_body .accordion-item strong {
    color: #f07a00
}

.new_year_flight .new_year_content h1,
.new_year_flight .new_year_content h2,
.new_year_flight .new_year_content h3 {
    color: #333;
    margin: 10px auto
}

.new_year_flight .new_year_content ul li,
.privacy_area .privacy_policy ul li {
    margin-left: 30px
}

.new_year_flight .new_year_content h3 {
    font-size: 20px;
    font-weight: 600
}

.main-timeline .timeline-count i.chart {
    float: left;
    background: url(../images/fonts.png) -111px -51px no-repeat;
    height: 35px;
    width: 30px;
    margin: 5px 9px
}

.main-timeline .timeline-count i.support {
    background-position: -57px -51px;
    width: 22px
}

.main-timeline .timeline-count i.customer {
    background-position: -80px -51px;
    width: 30px
}

div.content_area div.last_chlid:last-child {
    border: none
}

div.content_area div.time_content h3 {
    color: #00a0e3;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    text-shadow: 2px 2px 2px #d7d7d7
}

.inner_banner {
    position: relative;
    background: url(../images/banner-inner-blog.webp) bottom center/cover no-repeat;
    height: 210px
}

.inner_banner::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 40%)
}

.inner_banner .middle_area {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    text-align: center;
    color: #fff;
    line-height: 1.3
}

.inner_banner .middle_area span.head {
    width: 100%;
    float: left;
    font-size: 20px;
    text-shadow: 0 0 3px #212529;
    -webkit-text-shadow: 0 0 3px #212529;
    -moz-text-shadow: 0 0 3px #212529;
    margin-top: 10px;
    margin-bottom: 10px
}

.inner_banner .middle_area .breadcrumbs {
    width: 100%;
    float: left;
    text-transform: capitalize
}

.inner_banner .middle_area .breadcrumbs>* {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle
}

.inner_banner .middle_area .breadcrumbs>a {
    color: #fff;
    font-family: Poppins, sans-serif
}

.inner_banner .middle_area .breadcrumbs>i {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 0 3px #f7f6fd;
    -webkit-box-shadow: 0 0 3px #f7f6fd;
    -moz-box-shadow: 0 0 3px #212529
}

section.most_popular {
    padding: 0 0 50px
}

.choose_your_place .destination-item {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0 0 30px;
    overflow: hidden
}

.destination-item a {
    display: block;
    border-radius: 5px;
    overflow: hidden
}

.destination-item a img {
    width: 100%;
    height: auto;
    margin-bottom: -5px
}

.content_area ol>li,
.content_area ul>li {
    margin-bottom: 5px;
    list-style: disc;
    width: 100%;
    float: left
}

.destination-item img {
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.destination-item .info-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgba(15, 36, 84, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%)
}

.destination-item .info-overlay p {
    color: #fff;
    margin: 0;
    z-index: 3;
    position: relative;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.destination-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.contact_us_form {
    width: 100%;
    float: left;
    margin-bottom: 20px box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    position: relative;
    transition: .3s;
    padding: 30px
}

.contact_us_form .form-control {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.contact_us_form textarea.form-control {
    resize: none;
    height: 125px
}

.contact_us_form .btn-1 {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-transform: uppercase;
    float: left;
    margin-bottom: 10px
}

.content_area,
.footer .footer_box {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.why_mobile .content_area .col-lg-3 {
    padding: 0
}

.content_area h1,
.content_area h2,
.content_area h3,
.content_area h4,
.content_area h5,
.content_area h6 {
    width: 100%;
    float: left;
    font-family: Poppins, sans-serif;
    color: #484848;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px
}

.content_area>:first-child {
    margin-top: 0
}

.content_area h1 {
    font-size: 32px
}

.content_area h2 {
    font-size: 24px
}

.content_area h3,
.privacy_area .privacy_policy h5 {
    font-size: 18px
}

.RVM_siteBTN,
.content_area h4 {
    font-size: 16px
}

.content_area h5 {
    font-size: 13px
}

.content_area h6 {
    font-size: 10px
}

.content_area p {
    font-size: 15px;
    font-weight: 400;
    color: #474646;
    text-align: justify
}

.content_area ol,
.content_area ul {
    width: 100%;
    float: left;
    margin: 0 0 5px;
    padding-left: 30px
}

.content_area ul>li {
    color: #484848
}

.content_area ol>li {
    margin-top: 5px;
    color: #000;
    font-size: 15px
}

.content_area ol>li strong {
    color: #00a0e3;
    font-weight: 700;
    background-color: #eaefff;
    padding: 5px;
    border-radius: 10px
}

.content_area li::marker {
    color: #f6b31c;
    font-weight: 700
}

.sidebar_form_content {
    padding: 29px;
    border-bottom: 2px solid #f6b31c;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    position: relative;
    transition: .3s
}

.sidebar_form_content h3 {
    font-size: 24px;
    margin-bottom: 0;
    color: #333
}

.sidebar_form_content a {
    font-size: 20px;
    color: #f6b31c;
    font-weight: 600
}

.sidebar_form_content p {
    margin: 0;
    color: #333
}

.top_destination .destination_name {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px
}

.read_more_btn {
    margin: 0 auto
}

.blog_desc .RVM_siteBTN {
    float: left
}

.RVM_siteBTN {
    padding: 0;
    position: relative;
    color: #fff;
    border: 0 !important;
    line-height: normal !important;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    text-shadow: -1px 2px 2px rgb(0 0 0 / 30%);
    background: #47b5ff;
    overflow: hidden
}

.RVM_siteBTN>span:first-child {
    position: relative;
    z-index: 2;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase
}

.RVM_siteBTN>span:nth-child(2) {
    left: -16px;
    top: -12px
}

.RVM_siteBTN>span:nth-child(2),
.RVM_siteBTN>span:nth-child(3) {
    position: absolute;
    width: 40%;
    height: 100%;
    background: #f6b31c;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: .4s;
    -webkit-transition: .4s
}

.RVM_siteBTN>span:nth-child(3) {
    right: -16px;
    bottom: -12px
}

.RVM_siteBTN:hover {
    text-shadow: none
}

.RVM_siteBTN:hover>span:first-child {
    background: 0 0;
    color: #fff;
    transition: .4s;
    -webkit-transition: .4s
}

.RVM_siteBTN:hover>span:nth-child(2) {
    border-left-width: 10px !important;
    width: 100%;
    height: 300%;
    border-radius: 0;
    transition: .4s;
    -webkit-transition: .4s
}

.RVM_siteBTN:hover>span:nth-child(3) {
    border-right-width: 10px !important;
    width: 100%;
    height: 300%;
    border-radius: 0;
    transition: .4s;
    -webkit-transition: .4s
}

.top_destination .destination_name>img {
    width: 100%;
    float: left;
    height: auto
}

.top_destination .destination_name>span {
    width: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: #fe5c24;
    padding: 10px 15px;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-align: center;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear
}

.privacy_area .privacy_policy p,
.privacy_area .privacy_policy strong,
.privacy_area .privacy_policy ul li {
    font-size: 16px;
    color: #494949;
    width: 100%;
    float: left
}

.top_destination .destination_name:active>span,
.top_destination .destination_name:focus>span,
.top_destination .destination_name:hover>span {
    background: #2493e0
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    padding: 5px 0 10px 10px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse
}

.table-bordered tr,
td {
    border: 1px solid #ddd;
    padding: 10px
}

.privacy_area .privacy_policy strong {
    margin-bottom: 10px
}

.privacy_area .privacy_policy h3,
.privacy_area .privacy_policy h4,
.privacy_area .privacy_policy h5 {
    color: #494949;
    float: left;
    width: 100%
}

.privacy_area .privacy_policy h3 {
    font-size: 26px
}

.privacy_area .privacy_policy h4 {
    font-size: 22px
}

.privacy_area .privacy_policy a {
    color: #ffb100
}

.hotels_page p {
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 15px
}

.hotels_page .content_area_hotel ul li {
    list-style: none;
    float: left;
    width: 31.333%;
    display: inline-block;
    background: #2b303d;
    padding: 10px;
    text-align: center;
    border: 1px dashed #fff;
    margin: 10px;
    border-radius: 30px
}

.hotels_page .content_area_hotel ul li:hover {
    background: #f6b31c
}

.site_map .content_area_sitemap ul li {
    list-style: none;
    float: left;
    padding: 10px;
    border: 1px dashed #f6b31c;
    width: 50%;
    display: inline-block
}

.top_desti_page,
.top_destination {
    background: #fffde7
}

.disclaimer {
    background: #303030;
    color: #fff;
    padding: 30px 0 20px;
    border-bottom: 1.5px dotted
}

.disclaimer p {
    text-align: justify;
    line-height: 1.7
}

.disclaimer .read_more {
    cursor: pointer;
    color: #ffc962
}

.Copyright a,
.Copyright span,
.disclaimer .read_more.active .less,
.footer .footer_box .sub_head~p>* {
    display: inline-block
}

.footer_links {
    padding-top: 50px;
    padding-bottom: 20px
}

.footer_links hr {
    width: 100%;
    float: left;
    height: 1px;
    border: none;
    margin-bottom: 30px;
    background: #ccc
}

.footer_links .footer_box {
    width: 100%;
    float: left;
    margin-bottom: 0
}

.footer_links .sub_head {
    font-size: 24px;
    margin-bottom: 15px
}

.footer_box .links {
    padding: 0;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    clear: both
}

.footer_box .links::after {
    display: table;
    content: "";
    clear: both
}

.footer_box .links>li {
    width: 25%;
    float: left;
    margin: 0 0 10px;
    list-style: none;
    padding: 0 15px
}

.footer_box .links>li>a {
    width: auto;
    float: left;
    color: #777;
    position: relative;
    font-weight: 500;
    padding-left: 12px
}

.footer_box .links>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: url(../images/fonts_new.png) -44px 0 no-repeat
}

.footer_box .links>li>a:active,
.footer_box .links>li>a:focus,
.footer_box .links>li>a:hover {
    color: #fe5c24
}

.footer {
    background: url(../images/footer_bg.png) 50% 50%/cover no-repeat;
    padding: 50px 0 0
}

.footer .footer_box .sub_head {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    font-family: Poppins, sans-serif;
    font-weight: 600
}

.footer .footer_box .sub_head:before {
    position: absolute;
    margin: 30px 15px;
    left: 0;
    right: 0;
    content: '';
    width: 40px;
    height: 2px;
    background: linear-gradient(to right bottom, #f6b31c, #82dbd8)
}

.footer .footer_box .sub_head:after {
    position: absolute;
    margin: 27px 55px;
    left: 0;
    right: 0;
    border-radius: 10px;
    content: '';
    width: 8px;
    height: 8px;
    background: linear-gradient(to right bottom, #82dbd8, #f6b31c)
}

.footer .footer_box>.links {
    margin-bottom: 0
}

.footer .footer_box>.links>li>a::before {
    background-position: -106px 0;
    transform: rotate(-90deg)
}

.footer .footer_box .sub_head~p>span {
    color: #f6b31c;
    font-weight: 700
}

.footer .follow_us {
    width: 100%;
    float: left;
    margin-bottom: 5px
}

.footer .follow_us>a.facebook {
    background-position: 0 -21px
}

.footer .follow_us>a.twitter {
    background-position: -36px -21px
}

.footer .follow_us>a.instagram {
    background-position: -66px -21px
}

.footer .follow_us>a.linkedin {
    background-position: -72px -21px
}

.footer .follow_us>a {
    width: 35px;
    height: 32px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-repeat: no-repeat;
    background-image: url(../images/fonts_new.png);
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

.footer .follow_us>a.facebook:hover,
.footer .follow_us>a.linkedin:hover,
.footer .follow_us>a.twitter:hover {
    opacity: .6
}

/*footer_fixed_tfn*/
.footer_fixed_tfn {position: fixed; width: 100%; bottom: 0px; z-index: 9; background: #333333; padding: 5px;}
.footer_fixed_tfn ul{display: flex; justify-content: center; margin: 0;}
.footer_fixed_tfn ul li{margin-right: 15px; list-style: none;}
.footer_fixed_tfn ul li a{color: #fff; font-size: 20px;}
.footer_fixed_tfn ul li a:hover{text-decoration: none; color: #f6b31c;}
/*end of footer_fixed_tfn*/

.logos_area {
    text-align: center;
    padding: 10px 0 5px;
    border-bottom: 1px dotted #fff;
    background: #c4c4c4
}

.logos_area img {
    max-width: 100%;
    display: inline-block
}

.Copyright {
    background: #3b3b3b;
    color: #777;
    margin-bottom: 38px;
    text-align: center;
    padding: 10px 0
}

a.arrow_top {
    width: 0;
    height: 0;
    position: fixed;
    bottom: 70px;
    right: 15px;
    background: #f6b31c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 5px grey;
    -webkit-box-shadow: 0 0 5px grey;
    -moz-box-shadow: 0 0 5px grey;
    z-index: 99
}

a.arrow_top.active {
    width: 40px;
    height: 40px;
    opacity: 1;
    visibility: visible
}

a.arrow_top::before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff
}

.langmenu .dropdown-toggle {
    border: 0;
    cursor: pointer;
    border-radius: 60px;
    background: #f6b31c;
    color: #333;
    font-size: 15px;
    padding: 5px 16px;
    font-weight: 700;
    height: 34px;
    min-width: 63px;
    box-shadow: none;
    outline: 0
}

.langmenu .dropdown-menu::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .6em solid #fff;
    border-right: .6em solid transparent;
    border-bottom: 0;
    right: 14px;
    position: absolute;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    border-left: .6em solid transparent;
    top: -7px
}

.dropdown.langmenu.moblngmenu {
    display: inline-block;
    margin-left: auto;
    margin-right: 13px
}

.langmenu .dropdown-menu {
    right: 0;
    left: auto !important;
    margin-top: 19px;
    border-radius: 10px;
    min-width: 220px;
    padding: 18px 9px 22px;
    text-align: center;
    -webkit-animation-name: fadeInUplang;
    animation-name: fadeInUplang;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform-origin: top
}

@-webkit-keyframes fadeInUplang {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0) rotateX(45deg);
        transform: translate3d(0, 10%, 0) rotateX(45deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 34px, 0);
        transform: translate3d(0, 34px, 0)
    }
}

@keyframes fadeInUplang {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0) rotateX(45deg);
        transform: translate3d(0, 10%, 0) rotateX(45deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 34px, 0);
        transform: translate3d(0, 34px, 0)
    }
}

.langmenu .dropdown-menu a.btn {
    font-weight: 500;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px
}

.header .navigation_bar>li.langmenu {
    margin-left: 28px
}



.sidebar_call {
    width: auto;
    max-width: 275px;
    min-width: 55px;
    position: fixed;
    bottom: 10%;
    right: 0;
    background: #fff;
    z-index: 999;
    font-family: Arial;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -moz-box-shadow: 0 2px 4px 0 rgb(136 144 195 / 20%), 0 5px 15px 0 rgb(37 44 97 / 15%);
    box-shadow: 0 2px 4px 0 rgb(136 144 195 / 20%), 0 5px 15px 0 rgb(37 44 97 / 15%)
}

.sidebar_call>a {
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 5px 10px;
    color: #333;
    line-height: 1.5;
    text-align: left;
    border: 8px solid #f0d700;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px
}

.sidebar_call>a>.fa-phone {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #008eff;
    color: #fff
}

.sidebar_call>a>b {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin-top: 0
}

.sidebar_call img {
    max-width: 50px;
    height: auto
}

.sidebar_call span {
    font-weight: 600;
    font-size: 20px;
    font-family: sans-serif;
    color: #333
}

.sidebar_call>a:hover {
    text-decoration: none;
    color: #333;
    border: 8px solid #333
}

@media (min-width:992px) {
    .header .navigation_bar {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .container {
        width: 992px
    }
    .col-md-1 {
        width: 8.3333333333333%
    }
    .col-md-2 {
        width: 16.666666666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.333333333333%
    }
    .col-md-5 {
        width: 41.666666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.333333333333%
    }
    .col-md-8 {
        width: 66.666666666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.333333333333%
    }
    .col-md-11 {
        width: 91.666666666667%
    }
    .col-md-12 {
        width: 100%
    }
    .hidden-md {
        display: none
    }
    .header .navigation_bar>li {
        margin-left: 30px
    }
}

@media (max-width:991px) {
    .f-w-sm {
        width: 100%
    }
    .header .navigation_bar>li.langmenu,
    .header_top,
    .hidden-to-sm {
        display: block;
    }
    .header .navigation_bar>li.langmenu{margin: 0 auto; display: flex; justify-content: center; border-top: 1px solid #e2e2e2;}
    .header [class*=mob_] {
        display: block;
        margin-right: 10px;
        margin-left: 0
    }
    .header.fixed .navigation_bar {
        margin-right: 0
    }
    .header .navigation_bar {
        position: absolute;
        top: 44px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 100%;
        background: #fafafa;
        z-index: 999;
        padding: 15px;
        display: none;
        max-width: 687px;
        margin: 8px auto 0
    }
    .header .navigation_bar>li {
        width: 100%;
        margin-left: 0;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .header .navigation_bar>li>a {
        padding-top: 0;
        padding-bottom: 0
    }
    .header .navigation_bar>li .drop_down.right {
        left: 0;
        right: auto
    }
    .header .menu {
        display: block;
        margin: 0
    }
    .contact_info {
        margin-bottom: 30px
    }
    .footer_box .links {
        margin-bottom: 0
    }
    .footer_links {
        padding-bottom: 40px
    }
    .footer_links hr {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .container {
        width: 768px
    }
    .col-sm-1 {
        width: 8.3333333333333%
    }
    .col-sm-2 {
        width: 16.666666666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.333333333333%
    }
    .col-sm-5 {
        width: 41.666666666667%
    }
    .col-sm-6,
    .footer .footer_box>.links>li {
        width: 50%
    }
    .col-sm-7 {
        width: 58.333333333333%
    }
    .col-sm-8 {
        width: 66.666666666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.333333333333%
    }
    .col-sm-11 {
        width: 91.666666666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .hidden-sm,
    .main .section .container .row [class*=col-]:nth-child(9) {
        display: none
    }
    .main_heading {
        font-size: 45px
    }
    .home_banner {
        height: 300px
    }
    .inner_banner .middle_area span.head {
        font-size: 22px
    }
    .footer_box .links>li {
        width: 33.33%
    }
}

@media (max-width:767px) {
    .container,
    .f-w-xs {
        width: 100%
    }
    .main .sub_head,
    .main_heading {
        font-size: 24px
    }
    .header .logo>img {
        max-width: 150px;
        height: auto;
        margin-top: 0
    }
    .main_heading {
        word-break: break-all
    }
    .header .navigation_bar {
        max-width: 540px
    }
    .inner_banner {
        height: 200px
    }
    .inner_banner .middle_area span.head {
        font-size: 15px;
        margin-bottom: 5px
    }
    .header_top .numbers>a,
    .inner_banner .middle_area .breadcrumbs>* {
        font-size: 16px
    }
    .header_top .numbers>a>span {
        display: none
    }
    .social_icons {
        padding-bottom: 25px
    }
    .social_icons a {
        margin: 0 2px 5px;
        padding: 7px 15px;
        font-size: 14px
    }
    .langmenu .dropdown-toggle {
        height: 29px;
        padding: 2px 8px;
        min-width: 52px;
        font-size: 13px
    }
}

@media (min-width:621px) and (max-width:767px) {
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .col-xs-1 {
        width: 8.3333333333333%
    }
    .col-xs-2 {
        width: 16.666666666667%
    }
    .col-xs-3 {
        width: 25%
    }
    .col-xs-4 {
        width: 33.333333333333%
    }
    .col-xs-5 {
        width: 41.666666666667%
    }
    .col-xs-6,
    .footer_box .links>li {
        width: 50%
    }
    .col-xs-7 {
        width: 58.333333333333%
    }
    .col-xs-8 {
        width: 66.666666666667%
    }
    .col-xs-9 {
        width: 75%
    }
    .col-xs-10 {
        width: 83.333333333333%
    }
    .col-xs-11 {
        width: 91.666666666667%
    }
    .col-xs-12 {
        width: 100%
    }
    .hidden-xs {
        display: none
    }
    .home_banner {
        height: 300px
    }
}

@media (max-width:620px) {
    .container,
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
    .footer_box .links,
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .f-w-vxs {
        width: 100%
    }
    .main .section {
        padding: 60px 0 30px
    }
    .main .testimonials_area>img {
        margin-bottom: 20px
    }
    .footer_box .links>li {
        padding: 0 10px
    }
}

@media (min-width:461px) and (max-width:620px) {
    .col-vxs-1,
    .col-vxs-10,
    .col-vxs-11,
    .col-vxs-12,
    .col-vxs-2,
    .col-vxs-3,
    .col-vxs-4,
    .col-vxs-5,
    .col-vxs-6,
    .col-vxs-7,
    .col-vxs-8,
    .col-vxs-9 {
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
    .col-vxs-1 {
        width: 8.3333333333333%
    }
    .col-vxs-2 {
        width: 16.666666666667%
    }
    .col-vxs-3 {
        width: 25%
    }
    .col-vxs-4 {
        width: 33.333333333333%
    }
    .col-vxs-5 {
        width: 41.666666666667%
    }
    .col-vxs-6,
    .footer_box .links>li {
        width: 50%
    }
    .col-vxs-7 {
        width: 58.333333333333%
    }
    .col-vxs-8 {
        width: 66.666666666667%
    }
    .col-vxs-9 {
        width: 75%
    }
    .col-vxs-10 {
        width: 83.333333333333%
    }
    .col-vxs-11 {
        width: 91.666666666667%
    }
    .col-vxs-12 {
        width: 100%
    }
    .hidden-vxs {
        display: none
    }
    .home_banner {
        height: 275px
    }
    .top_destination .destination_name>span {
        bottom: 25px;
        padding: 5px 10px;
        font-size: 14px
    }
}

@media (max-width:460px) {
    .header_top,
    .header_top .align_right {
        text-align: center
    }
    .home_banner {
        height: 225px
    }
    .journey span {
        font-size: 28px
    }
    .footer_box .links>li {
        width: 100%
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .hero_banner {
        height: 230px
    }
    .home_banner:before {
        content: '';
        position: absolute;
        background: #33333366;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }
    .hero_banner h2 {
        font-size: 24px;
        color: #fff
    }
    .why_mobile .content_area .col-sm-12 {
        float: left;
        width: 100%;
        margin-bottom: 30px
    }
    .main-timeline {
        margin-bottom: 30px
    }
    .hotels_page .content_area_hotel ul li {
        width: 50%;
        margin: 10px 0
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .hero_banner {
        height: 230px
    }
    .hero_banner h2 {
        font-size: 24px
    }
    .why_mobile .content_area .col-sm-12 {
        float: left;
        width: 100%;
        margin-bottom: 30px
    }
    .main-timeline {
        margin-bottom: 30px
    }
    .logos_area img {
        height: 25px
    }
    .home_banner .hero_img_area {
        display: none
    }
    .hero_banner p {
        font-size: 11px
    }
    .blog_section .blog_box {
        display: grid;
        margin-bottom: 30px
    }
    .why_choice_us_area .top_bar_why .border_bootom {
        border-bottom: 1px dotted #fff;
        float: left;
        width: 100%;
        margin-bottom: 15px
    }
    .why_choice_us_area .top_bar_why .border_none {
        border: none
    }
    .why_choice_us_area .top_bar_why .right_content h4 {
        font-size: 16px
    }
    .why_choice_us_area {
        margin-bottom: 60px
    }
    .why_choice_us_area .top_bar_why {
        top: 60px;
        border-radius: 0
    }
    .hotels_page .content_area_hotel ul li {
        width: 100%;
        margin: 10px 0
    }
    .hero_banner h1 {
        text-align: center;
        font-size: 20px
    }
    .footer_fixed_tfn ul{display: block;}
    .footer_fixed_tfn ul li{text-align: center; background: #4a4747; margin-bottom: 3px; margin-right: 0px;}
    .footer_fixed_tfn ul li:last-child{margin-bottom: 0px;}
    .Copyright{margin-bottom: 105px;}
    .sidebar_call{bottom: 20%;}
}


body[dir="rtl"] .solution_cards_box .solution_card { text-align: right;}
body[dir="rtl"] .content_area { text-align: right;}
body[dir="rtl"] .footer_box { text-align: right;}
body[dir="rtl"] .footer_box li { text-align: right;     width: 100%;}
body[dir="rtl"] .footer_box li a { text-align: right;     width: 100%;} 
body[dir="rtl"] .privacy_policy { text-align: right;}
body[dir="rtl"] .about_us_area { text-align: right;}
body[dir="rtl"] .contact_info  { text-align: right;}