@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clear,
.clearfix {
    clear: both;
}

a,
button {
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    text-decoration: none;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
}
.text-center {
    text-align: center;
}

.form-control {
    width: 100%;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.container {
    width: 1366px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row::after,
.row::before {
    display: table;
    content: "";
}

.row::after {
    clear: both;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;1,400;1,500;1,600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&amp;family=Space+Grotesk:wght@400;500;600;700&amp;display=swap");
[class*="col-"] {
    position: relative;
}

.col-lg-1 {
    width: 8.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-2 {
    width: 16.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-4 {
    width: 33.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-5 {
    width: 41.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-7 {
    width: 58.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-8 {
    width: 66.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-9 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-10 {
    width: 83.333333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-11 {
    width: 91.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-12 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.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: 992px) and (max-width: 1199px) {
    .container {
        width: 992px;
    }
    .col-md-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-3 {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-9 {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-12 {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .hidden-md {
        display: none;
    }
}

@media (max-width: 991px) {
    .f-w-sm {
        width: 100%;
    }
    .hidden-to-sm {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 768px;
    }
    .col-sm-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-3 {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-9 {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-12 {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .hidden-sm {
        display: none;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
    }
    .f-w-xs {
        width: 100%;
    }
}

@media (min-width: 621px) and (max-width: 767px) {
    .col-xs-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-xs-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-xs-3 {
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-xs-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-xs-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-xs-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-xs-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-xs-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-xs-9 {
        width: 75%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-xs-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-xs-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-xs-12 {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .hidden-xs {
        display: none;
    }
}

@media (max-width: 620px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .f-w-vxs {
        width: 100% !important;
    }
}

@media (min-width: 461px) and (max-width: 620px) {
    .col-vxs-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vxs-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vxs-3 {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vxs-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vxs-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vxs-6 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vxs-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vxs-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vxs-9 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vxs-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vxs-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vxs-12 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .hidden-vxs {
        display: none;
    }
}

@media (min-width: 300px) and (max-width: 460px) {
    .col-vvxs-1 {
        width: 8.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vvxs-2 {
        width: 16.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vvxs-3 {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vvxs-4 {
        width: 33.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vvxs-5 {
        width: 41.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vvxs-6 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vvxs-7 {
        width: 58.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vvxs-8 {
        width: 66.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vvxs-9 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vvxs-10 {
        width: 83.333333333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vvxs-11 {
        width: 91.66666666666667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-vvxs-12 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .hidden-vvxs {
        display: none;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px;
}

::placeholder {
    color: #aaa;
    opacity: 1;
    font-size: 14px;
}

a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}
.lazy[data-src] {
    background: url(../images/loader.gif) no-repeat center center !important;
}
.btn-1 {
    background: #233886;
    color: #fff;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    border: 2px solid #233886;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 35px;
}
.btn-1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: -1;
    transform: scale(0.6);
    border-radius: 0;
    opacity: 0;
}
.btn-1:hover {
    color: #233886;
}
.btn-1:hover::after {
    transform: scale(1);
    opacity: 1;
}
.text_icons .text_icons_area a.btn_read_more {
    display: inline-block;
    background: #233886;
    color: #fff;
    padding: 7px 20px;
    outline: none;
    border: 4px solid #fff;
    font-size: 16px;
    line-height: 1;
    text-shadow: 2px 2px 2px #454545;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

p {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.main {
    width: 100%;
    float: left;
    overflow: hidden;
}

.main > * {
    width: 100%;
    float: left;
}

.main .section {
    padding: 50px 0 50px;
}

.main .section1 {
    padding: 50px 0 50px;
    background: #f4f4f4;
}
.main .section2 {
    padding: 50px 0 50px;
    background: #fff;
}

.main .grey {
    background: #f4f4f4;
}

.main .full_width {
    width: 100%;
    float: left;
    position: relative;
}

.header_top {
    width: 100%;
    float: left;
    padding-top: 10px;
    text-align: center;
}

.header_top a {
    width: auto;
    display: inline-block;
    margin: 0 15px 10px;
    color: #000;
    font-family: "Poppins", sans-serif;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}

.header_top a:hover,
.header_top a:active,
.header_top a:focus {
    color: #000;
}

.header_top a::before {
    content: "";
    width: 13px;
    height: 18px;
    background: url(../images/fonts.html) no-repeat 0 0;
    position: absolute;
    top: -2px;
    left: 0;
    bottom: 0;
    margin: auto;
}

.header {
    background: #fff;
}

.header.fixed {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    box-shadow: 0 4px 8px 0 rgb(169 169 169 / 20%),
        0 6px 20px 0 rgb(255 255 255 / 19%);
}

.header .logo {
    float: left;
    margin: 4px 0;
}

.header .menu {
    width: 40px;
    padding: 7px 7px 2px;
    float: right;
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 21px 0;
    display: none;
}

.header .menu > i {
    width: 100%;
    float: left;
    height: 3px;
    background: #000;
    margin-bottom: 5px;
}

.header .menu:hover,
.header .menu.active {
    background: #233886;
    border-color: transparent;
}

.header .menu:hover > i,
.header .menu.active > i {
    background: #fff;
}

.header .navigation_bar {
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
}

.header .navigation_bar > li {
    width: auto;
    float: left;
    list-style: none;
    position: relative;
}

.header .navigation_bar > li:first-child {
    margin-left: 0;
}

.header .navigation_bar > li > a {
    width: auto;
    float: left;
    color: #333;
    padding: 24px 25px;
    font-weight: 600;
    cursor: pointer;
    transition: color 100ms, margin 300ms;
}
.header img.logo {
    margin-top: 6px;
    width: 230px;
}
.header .navigation_bar > li.current > a,
.header .navigation_bar > li > a:hover,
.header .navigation_bar > li > a:active,
.header .navigation_bar > li > a:focus {
    color: #233886;
}

.header .navigation_bar > li > a > i {
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: url(../images/fonts.html);
}

.header .navigation_bar > li > a .icon-home {
    width: 19px;
    height: 15px;
    background-position: -15px 0;
    margin-top: -5px;
}

.header .navigation_bar > li > a .icon-plane {
    width: 17px;
    height: 15px;
    background-position: -36px 0;
    margin-top: -5px;
}

.header .navigation_bar > li > a .icon-blog {
    width: 18px;
    height: 15px;
    background-position: -55px 0;
    margin-top: -5px;
}

.header .navigation_bar > li > a .icon-cheap-flight {
    width: 28px;
    height: 15px;
    background-position: -74px 0;
    margin-top: -5px;
}

.header .navigation_bar > li > a .icon-angle-down {
    width: 12px;
    height: 7px;
    background-position: -119px 0;
    margin-top: -2px;
}

.header .navigation_bar > li .drop_down {
    width: 120px;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 10px 10px 5px;
    font-size: 14px;
    z-index: 9;
    box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    visibility: hidden;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
}

.header .navigation_bar > li .drop_down.left {
    left: 0;
}

.header .navigation_bar > li .drop_down.right {
    right: 0;
}

.header .navigation_bar > li:hover .drop_down {
    visibility: visible;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
}

.header .navigation_bar > li .drop_down > a {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    color: #333;
}

.bk_banner {
    background: url(../images/home_banner.html) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}

.banner_home {
    position: relative;
    background: url(../images/hero_banner_trip.jpg);
    background-size: cover;
    background-position: inherit;
    height: 550px;
}

.hero_banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 600px;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.hero_banner h4 {
    font-size: 20px;
    font-style: italic;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #233886;
}
.hero_banner h1 {
    font-size: 60px;
    color: #333;
    margin-bottom: 15px;
    font-family: "Merriweather", serif;
    font-weight: 600;
}
.hero_banner p {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #333;
}
.banner_home .cloud {
    position: absolute;
    top: 30px;
    right: -500px;
    opacity: 0.9;
    animation: cloud 20s linear 0s infinite reverse;
    z-index: 9;
}
.banner_home .cloud img {
    max-width: 90px;
    opacity: 0.6;
}

@-webkit-keyframes cloud {
    from {
        right: -500px;
    }

    to {
        right: 102%;
    }
}

@keyframes cloud {
    from {
        right: -500px;
    }

    to {
        right: 102%;
    }
}

/*Why Choose Us*/

/*blog area*/
.recent_blog .columns {
    display: flex;
    margin-bottom: 50px;
    position: relative;
    transition: all 0.3s;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
}
.recent_blog .columns:hover {
    box-shadow: 0 10px 18px rgb(0 0 0 / 10%);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.recent_blog .columns .col {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.recent_blog .columns .blog_content_list {
    padding: 24px;
    position: relative;
    border-radius: 20px;
    transition: all 0.3s;
    background: #fbfbfb;
}
.recent_blog .columns .blog_content_area .date {
    position: absolute;
    right: 15px;
    top: -13px;
}
.recent_blog .columns .blog_content_area .date span {
    background: #fbfbfb;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    padding: 9px 15px;
    font-size: 13px;
    border-radius: 20px;
}
.blog_content_area h4 {
    font-size: 18px;
    font-weight: 600;
    color: #233886;
    margin-bottom: 10px;
}
.blog_content_area p {
    font-size: 15px;
}
.recent_blog .columns:hover .blog_content_area h4 {
    color: #333;
}

.button_read_more {
    font-size: 15px;
    padding: 4px 16px;
}

.button_new {
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    padding: 5px 16px;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    font-size: 14px;
}

.form_area_top {
    margin: 30px auto;
}

.inner_banner {
    position: relative;
    background: url(../images/background_comman.webp) no-repeat bottom center;
    background-size: cover;
    height: 200px;
    background-position: center;
}
.inner_banner::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(35 56 134 / 74%);
}

.recent_blog {
    width: 100%;
    float: left;
}
.about_us .about_us_area ul li {
    margin-left: 30px;
}
.about_us .about_us_area h2,
.about_us .about_us_area h3 {
    margin: 5px auto;
}

/*why_choice_us*/
.why_choice_us .why_choice_box {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
    text-align: center;
    padding: 35px 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.why_choice_us .why_choice_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #233886;
    z-index: -1;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.55s ease;
}
.why_choice_us .why_choice_box:hover::before {
    transform: scale(1);
    opacity: 1;
}
.why_choice_us .why_choice_box h4 {
    margin-bottom: 15px;
    font-size: 20px;
}
.why_choice_us .why_choice_box img {
    margin-bottom: 20px;
}
.why_choice_us .why_choice_box:hover h4,
.why_choice_us .why_choice_box:hover p {
    color: #fff;
}
/*end of why_choice_us*/

/*about__us_trip*/
.about__us_trip {
    background: url("../images/feature-bg.png") no-repeat;
    background-size: cover;
    margin-bottom: 130px;
}
.about__us_trip .feature_img {
    transform: translateY(120px);
}
.about__us_trip .feature_img img {
    position: relative;
    top: 40px;
}
.about__us_trip .feature-content {
    padding: 50px 15px;
    width: 100%;
    max-width: 600px;
    text-align: left;
}
.about__us_trip .feature-content span {
    font-size: 16px;
    font-weight: 400;
    color: #233886;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.about__us_trip .feature-content h2 {
    font-size: 50px;
    color: #333;
    margin-bottom: 15px;
    font-family: "Merriweather", serif;
    font-weight: 600;
}
.about__us_trip .feature-content p.para {
    font-size: 17px;
    line-height: 1.6;
    float: inherit;
}
.about__us_trip .feature-content ul.feature-list {
    list-style: none;
    margin: 35px 0 25px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
}
.about__us_trip .feature-content ul.feature-list li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    position: relative;
    padding-left: 30px;
    min-width: 250px;
    transition: all 0.35s ease;
}
.about__us_trip .feature-content ul.feature-list li:hover {
    transform: translateX(10px);
}
.about__us_trip .feature-content ul.feature-list li::before {
    content: url(../images/list-arrow.svg);
    position: absolute;
    left: 0;
    top: 3px;
}
.about__us_trip .align-items-center {
    text-align: center;
    display: flex;
}
/*end of about__us_trip*/

/*----------- comment box -----------*/
.fwidth,
.reply-tobxm {
    width: 100%;
    float: left;
}

.leavereply-form .row .col-6 {
    width: 50%;
    float: left;
}

.mb-3 {
    width: 100%;
    float: left;
    margin-bottom: 1rem;
}

.comment-listarea {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.leavereply-form .form-control {
    background-color: #f7f7f8;
    box-shadow: none;
    border-color: #f7f7f8;
    height: 52px;
    font-size: 16px;
    font-style: normal;
    border-radius: 10px;
    color: #000000;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 18px;
    padding-right: 18px;
}

.leavereply-form .form-control:focus {
    border-color: #d4d4d4;
}

.leavereply-form .form-control.error:focus,
.leavereply-form .form-control.error {
    border-color: #dc3545;
    background-color: #fff7f8;
}

.leavereply-form textarea.form-control {
    height: 160px;
    resize: none;
    padding-top: 9px;
    padding-bottom: 9px;
}

.leavereply-form .search-place .btn-site {
    width: auto;
    margin-top: 17px;
    font-weight: 600;
    height: 52px;
    border-radius: 10px;
    font-size: 17px;
    min-width: 190px;
    padding-left: 24px;
    padding-right: 24px;
}

.comment-reply-title {
    white-space: nowrap;
    margin-bottom: 30px;
    font-size: 22px;
    color: #000;
    position: relative;
}

.comment-reply-title::after {
    content: "";
    display: block;
    border-top: 2px solid #f0f0f0;
    width: 100%;
    margin-left: 15px;
    position: relative;
    top: 4px;
    border-radius: 10px;
}

.d-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pl-3,
.px-3 {
    padding-left: 1rem;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem;
}

.flex-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.startotal.badge {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    height: auto;
    background: #5fa735;
    padding: 4px 7px;
    line-height: normal;
    vertical-align: middle;
    position: relative;
    top: 3px;
}

.form-submit input.btn-1 {
    font-size: 14px;
}
.form-submit input.btn-1:hover {
    background: #fff;
}

.startotal.badge:before {
    display: flex;
    content: "";
    border-left: 0.8rem solid transparent;
    position: absolute;
    border-bottom-left-radius: 0.3rem;
    transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    border-bottom: 0.8rem solid #5fa735;
    left: -0.4rem;
    top: -0.4rem;
}

.comments-list {
    border: solid 1px #f0f0f0;
    padding: 40px 30px;
    margin-bottom: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0 22px 27px -20px rgb(7 10 25 / 3%);
    box-shadow: 0 22px 27px -20px rgb(7 10 25 / 3%);
    margin-top: 10px;
    position: relative;
}

img.avatar-img {
    max-width: none;
    border-radius: 50%;
    width: 50px;
}

.comment-byuser {
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 36px;
    margin-bottom: 36px;
    font-size: 15px;
}

.comment-byuser:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.chat.icon {
    position: relative;
    margin-right: 5px;
    margin-top: 4px;
    width: 15px;
    height: 10px;
    border: solid 1px currentColor;
    border-radius: 2px;
    display: inline-block;
}

.reply-button:hover {
    background: #2d3b7a;
    border-color: #2d3b7a;
    color: #fff;
}

.reply-button:hover .chat.icon:before {
    background-color: #2d3b7a;
}

.chat.icon:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: white;
    border-bottom: solid 1px;
    border-right: solid 1px;
}

.reply-button {
    cursor: pointer;
    margin-top: 12px;
    display: inline-block;
    border: solid 1px #2d3b7a;
    padding: 3px 11px;
    color: #2d3b7a;
    font-weight: 600;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 0.6px;
}

.author-text {
    margin-top: 8px;
    letter-spacing: 0.4px;
    color: #515050;
}

.author-text::first-letter {
    text-transform: uppercase;
}

.authordate {
    color: #83898d;
    margin-left: 4px;
}

.font-14 {
    font-size: 14px;
}

.author-name {
    font-weight: bold;
    margin-right: 4px;
    color: #2e375f;
    text-transform: capitalize;
}

.author-name,
.authordate {
    font-size: 16px;
}

#leavecomment {
    scroll-margin-top: 85px;
}

.reply_area_pd {
    margin-left: 60px;
}

.align-items-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.authordate time {
    font-weight: inherit;
}

.leavereply-form .row {
    margin: 0 -8px;
}

.leavereply-form .row .col-6,
.leavereply-form .row .col-12 {
    padding: 0 8px;
}

p.willbe-pub {
    margin-bottom: 33px;
    margin-top: -19px;
    letter-spacing: 0.4px;
}

.comment-reply-title.ttlcomment {
    position: absolute;
    top: -18px;
    font-weight: 700;
    background: #fff;
    padding: 0 11px;
    left: 30px;
    border-radius: 40px;
}

.comment-reply-title.ttlcomment::after {
    display: none;
}

.bs-tooltip-top .tooltip-arrow {
    width: 0;
    height: 0;
    border-width: 9px 10px 0 10px;
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    top: 100%;
    margin-top: -9px;
}

.alertsw .alert-success {
    padding: 15px 1.25rem;
    color: #ffffff;
    background-color: #17be35;
    border: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.6px;
    border-radius: 0.25rem;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 15%);
}

.alert.alert-success i.bi.bi-check2-circle.mr-2 {
    margin-right: 9px;
    width: 19px;
    height: 8px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -3px;
}

.alertsw {
    margin-top: 39px;
    -webkit-animation-name: fadeInalertsw;
    animation-name: fadeInalertsw;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInalertsw {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0) scaleY(0);
        transform: translate3d(0, 100%, 0) scaleY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInalertsw {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0) scaleY(0);
        transform: translate3d(0, 100%, 0) scaleY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.reply-tobxm.innerrply {
    margin-top: 26px;
    display: none;
}

.reply-tobxm.innerrply .comment-reply-title {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0.4px;
}

/*--------- end comment box ---------*/

/*destination*/
.top_destination .destination-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.destination-single1 {
    position: relative;
}
.top_destination .img-fluid {
    max-width: 100%;
    height: auto;
}
.top_destination .destination-single1 .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: end;
    align-content: flex-end;
    flex-direction: column;
    padding-bottom: 20px;
}

.top_destination .destination-single1 .content .text-wrap {
    position: relative;
    transition: all 0.4s ease;
    height: auto;
}

.top_destination .destination-single1 .content .text-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 3px;
    border-radius: 30px;
    background-color: #fff;
    transition: all 0.4s ease;
}

.top_destination .destination-wrap a {
    font-size: 20px;
    color: #fff;
}

.top_destination .destination-single1 .content .text-wrap h4 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    transition: all 0.45s ease;
    transform: translateY(30px);
    margin-bottom: 30px;
}

.destination-single1 .content .text-wrap p,
.destination-single1 .content .text-wrap .info-single .info-text a,
.info-single .info-text .destination-single1 .content .text-wrap a {
    font-size: 18px;
    font-weight: 500;
    color: #f6a500;
    transition: all 0.35s ease;
    transform: scaleY(0);
    margin-bottom: 5px;
    padding-top: 6px;
    font-weight: 600;
}

.destination-single1:hover .content .text-wrap p,
.destination-single1:hover .content .text-wrap .info-single .info-text a,
.info-single .info-text .destination-single1:hover .content .text-wrap a {
    transform: scaleY(1);
}
.destination-single1:hover .content .text-wrap::after {
    background: #f6a500;
}
/*end of destination*/

.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: 28px;
    font-weight: 600;
    text-shadow: 2px 2px 2px #454545;
    -webkit-text-shadow: 0 0 3px #212529;
    -moz-text-shadow: 0 0 3px #212529;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.inner_banner .middle_area span.head p {
    margin: 0;
}
.inner_banner .middle_area .breadcrumbs {
    width: 100%;
    float: left;
    text-transform: capitalize;
    color: #fff;
}
.inner_banner .middle_area .breadcrumbs > a {
    color: #f2f2f2;
}

.inner_banner .middle_area .breadcrumbs > * {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}

.inner_banner .middle_area .breadcrumbs > i.long-arrow-right {
    display: inline-block;
    margin: 0px 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
}
.inner_banner .middle_area .breadcrumbs > i.long-arrow-right::after {
    content: "";
    display: block;
    width: 1.5px;
    height: 15px;
    background-color: #fff;
    transform: rotate(-45deg) translate(6.2px, 2px);
    position: absolute;
    left: -1px;
    top: 1px;
}

.inner_banner .middle_area .breadcrumbs > * {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-white {
    background: #233886;
    color: #fff;
}
.btn-white:hover {
    background: #333;
    color: #fff;
}
.box_color {
    background: #f5f5f5;
    padding: 30px;
    border-top: 2px solid #233886;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    float: left;
    width: 100%;
}
.box_color p,
.box_color a {
    color: #333;
    margin: 0;
}
.box_color h3 {
    color: #233886;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}
.contact_info {
    margin-top: 60px;
}
.map_form {
    background: #f5f5f5;
}
.map_form form {
    width: 50%;
    margin: 0 auto;
}

.map_form form > * {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.map_form form .form-control {
    background: #fff;
    border-radius: 7px;
    border: 1px dotted #233886;
    outline: none;
}

.map_form form .form-control:focus {
    box-shadow: 0 0 0 3px rgb(10 95 143 / 44%);
    -webkit-box-shadow: 0 0 0 3px rgb(10 95 143 / 44%);
    -moz-box-shadow: 0 0 0 3px rgb(10 95 143 / 44%);
}

.map_form form input.form-control {
    height: 50px;
    border-radius: 7px;
    padding-left: 15px;
}

.map_form form textarea {
    resize: none;
    height: 170px;
    padding: 15px;
}

.details_page {
    width: 100%;
    float: left;
}

.details_page > * {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    line-height: 1.7;
    text-align: justify;
}

.details_page h1,
.details_page h2,
.details_page h3,
.details_page h4,
.details_page h5,
.details_page h6 {
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.3;
}

.details_page h1 {
    font-size: 32px;
}

.details_page h2 {
    font-size: 29px;
}

.details_page h3 {
    font-size: 26px;
}

.details_page h4 {
    font-size: 24px;
}

.details_page h5 {
    font-size: 22px;
}

.details_page h6 {
    font-size: 20px;
}

.details_page > ul,
.details_page > ol {
    padding-left: 15px;
}

.details_page > ul > li,
.details_page > ol > li {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.details_page > ul > li:last-child,
.details_page > ol > li:last-child {
    margin-bottom: 0;
}

/*.feature_text*/
.feature_text {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.feature_text span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #233886;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.feature_text h4 {
    font-size: 46px;
    font-weight: 700;
    color: #09100d;
    margin-top: -7px;
    font-family: "Merriweather", serif;
    display: inline-block;
    line-height: 1.4;
}
.feature_text img {
    max-width: 250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*end of feature_text*/

.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::before {
    display: table;
    content: "";
}
.footer_box .links::after {
    display: table;
    content: "";
    clear: both;
}
.footer_box .links > li {
    width: 25%;
    float: left;
    list-style: none;
    padding: 5px 0px;
}
.footer_box .links > li > a {
    width: auto;
    float: left;
    color: #777;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    padding-left: 20px;
}
.footer_box .links > li > a::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 7.9px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50px;
}
.footer_box .links > li > a::after {
    content: "";
    position: absolute;
    left: -6px;
    top: 4px;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50px;
}

.footer_box .links > li > a:active,
.footer_box .links > li > a:focus,
.footer_box .links > li > a:hover {
    color: #233886;
}
.footer {
    padding: 60px 0;
    background: #434343 url(../images/footer_bg.svg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.footer:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 84%);
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer .footer_box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.footer .footer_box .sub_head {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer .footer_box .sub_head:after {
    content: "";
    height: 2px;
    position: absolute;
    top: 105%;
    width: 50px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f6a500;
}
.footer .footer_box .sub_head:before {
    content: "";
    height: 8px;
    position: absolute;
    top: 106%;
    width: 8px;
    left: 48px;
    border-radius: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f6a500;
}

.footer .footer_box > .links {
    margin-bottom: 0;
    position: relative;
    border-left: 1px solid #fff;
    left: 22px;
}
.footer .footer_box > .links > li {
    width: 100%;
}
.footer .footer_box > .links > li > a {
    color: #fff;
}

.footer .footer_box > .links > li > a:active,
.footer .footer_box > .links > li > a:focus,
.footer .footer_box > .links > li > a:hover {
    color: #f6a500;
}

.footer .footer_box .sub_head ~ p {
    color: #fff;
}
.footer .footer_box .sub_head ~ p > * {
    display: inline-block;
}
.footer .footer_box .sub_head ~ p > span {
    color: #f6a500;
    font-weight: 700;
}
.footer .footer_box .sub_head ~ p a {
    color: #fff;
}
.footer .footer_box .sub_head ~ p a:active,
.footer .footer_box .sub_head ~ p a:focus,
.footer .footer_box .sub_head ~ p a:hover {
    color: #2493e0;
}
.footer .footer_box .footer_logo > p {
    color: #fff;
}

.Copyright {
    background: #0b0b0b;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-top: 1px dashed;
}

.Copyrighta {
    color: #fff;
}

.Copyright span {
    display: inline-block;
}
.Copyright a {
    color: #f6a500;
    font-weight: 600;
}

.side-tfn-box {
    position: relative;
    z-index: 999;
    width: auto;
    float: right;
}

.tfn-bottom.callwith-cs {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    cursor: pointer;
    transition: none;
    -ms-transition: none;
}
.callwith-cs {
    display: inline-block;
    color: #383838;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}
.tfn-bottom.callwith-cs .callwith-body {
    position: static;
    width: 240px;
    height: auto;
    background-color: #fff;
    border-radius: 12px;
    display: none;
    box-shadow: 0 0px 15px rgb(0 0 0 / 29%);
    -webkit-box-shadow: 0 0px 15px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0 0px 15px rgb(0 0 0 / 29%);
    padding: 8px;
    margin-bottom: 20px;
    display: block;
}
.callwith-body p {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 6px 0;
    color: #f6a500;
}
.callwith-body a {
    display: flex;
    padding: 10px 20px;
    border-radius: 24px;
    margin-bottom: 8px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
    background-color: #f4f4f4;
    white-space: nowrap;
    text-align: center;
}
.callwith-body a b.call_tfn {
    display: block;
    text-align: center;
    width: 100%;
}
.callwith-body a:last-child {
    margin-bottom: 0;
}
.callwith-body a img {
    position: relative;
    height: auto;
    width: auto;
    vertical-align: middle;
    margin-right: 8px;
    max-width: 22px;
}
.tfn-pop-sec .icon-sec {
    position: relative;
    bottom: 0;
    right: 0px;
    width: 50px;
    height: 50px;
    border: 2px solid #f6a500;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 13px 0 rgb(0 0 0 / 11%);
    -webkit-box-shadow: 0 0px 13px 0 rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 0px 13px 0 rgb(0 0 0 / 11%);
}
.side-tfn-box {
    position: relative;
    z-index: 999;
}
.callwith-body a:hover {
    background-color: #f6a500;
    color: #fff;
}
.tfn-bottom.callwith-cs .callwith-body.active {
    display: none;
}

@media (min-width: 992px) {
    .header .navigation_bar {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .header .navigation_bar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #233886;
        z-index: 999;
        padding: 15px;
        display: none;
        border: 5px solid #f5f5f5;
        border-top: none;
    }
    .header .navigation_bar > li {
        width: 100%;
        margin-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        border-right: none;
    }
    .header .navigation_bar > li:first-child {
        border-left: none;
    }
    .header .navigation_bar > li > a {
        padding: 0;
        color: #fff;
    }
    .header .navigation_bar > li .drop_down.right {
        left: 0;
        right: auto;
    }
    .header .menu {
        display: block;
        margin: 16px 0;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .hero_banner {
        height: 310px;
    }
    .hero_banner p {
        font-size: 12px;
    }
    .hero_banner h1 {
        font-size: 18px;
    }
    .hero_banner h4 {
        font-size: 10px;
    }
    .inner_banner {
        height: 135px;
    }
    .inner_banner .middle_area span.head {
        font-size: 14px;
    }
    .design_icon_box {
        margin-bottom: 80px;
    }
    .footer {
        padding: 20px;
    }
    .banner_home {
        height: 280px;
        background-size: cover;
    }
    .hidden-xs {
        display: none;
    }
    .header img.logo {
        width: 170px;
    }
    .about__us_trip .align-items-center {
        display: block;
    }
    .about__us_trip .feature_img {
        transform: inherit;
    }
    .about__us_trip .feature-content h2 {
        font-size: 28px;
    }
    .about__us_trip .feature_img img {
        top: 0px;
        width: 100%;
    }
    .about__us_trip .feature-content span {
        font-size: 13px;
    }
    .about__us_trip .feature-content ul.feature-list li {
        min-width: 180px;
        font-size: 14px;
    }
    .btn-1 {
        padding: 7px 24px;
        font-size: 15px;
    }
    .about__us_trip {
        margin-bottom: 0px;
    }
    .feature_text h4 {
        font-size: 28px;
    }
    .feature_text img {
        max-width: 150px;
    }
    .top_destination .destination-single1 .content {
        display: block;
    }
    .top_destination .img-fluid {
        width: 100%;
    }
    .top_destination .destination-wrap {
        display: block;
    }
    .comment-reply-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero_banner {
        height: 310px;
    }
    .hero_banner p {
        font-size: 12px;
    }
    .hero_banner h1 {
        font-size: 18px;
    }
    .hero_banner h4 {
        font-size: 10px;
    }
    .inner_banner {
        height: 135px;
    }
    .inner_banner .middle_area span.head {
        font-size: 14px;
    }
    .design_icon_box {
        margin-bottom: 80px;
    }
    .footer {
        padding: 20px;
    }
    .banner_home {
        height: 280px;
        background-size: cover;
    }
    .hidden-xs {
        display: none;
    }
    .header img.logo {
        width: 170px;
    }
    .about__us_trip .align-items-center {
        display: block;
    }
    .about__us_trip .feature_img {
        transform: inherit;
    }
    .about__us_trip .feature-content h2 {
        font-size: 28px;
    }
    .about__us_trip .feature_img img {
        top: 0px;
        width: 100%;
    }
    .about__us_trip .feature-content span {
        font-size: 13px;
    }
    .about__us_trip .feature-content ul.feature-list li {
        min-width: 180px;
        font-size: 14px;
    }
    .btn-1 {
        padding: 7px 24px;
        font-size: 15px;
    }
    .about__us_trip {
        margin-bottom: 0px;
    }
    .feature_text h4 {
        font-size: 28px;
    }
    .feature_text img {
        max-width: 150px;
    }
    .top_destination .destination-single1 .content {
        display: block;
    }
    .top_destination .img-fluid {
        width: 100%;
    }
    .top_destination .destination-wrap {
        display: block;
    }
    .innerrply .leavereply-form .row .col-6 {
        width: 100%;
    }
    .author-name,
    .authordate {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .header_top .numbers > a {
        font-size: 16px;
    }
    .header_top .numbers > a > span {
        display: none;
    }
}

@media (min-width: 621px) and (max-width: 767px) {
    .footer .footer_box .head {
        font-size: 25px;
    }
    .hero_banner {
        height: 180px;
    }
    .hero_banner p {
        font-size: 12px;
    }
    .hero_banner h1 {
        font-size: 18px;
    }
    .hero_banner h4 {
        font-size: 10px;
    }
    .inner_banner {
        height: 135px;
    }
    .inner_banner .middle_area span.head {
        font-size: 14px;
    }
    .design_icon_box {
        margin-bottom: 80px;
    }
    .footer {
        padding: 20px;
    }
    .recent_blog .columns .blog_content_list {
        background: #fef3f3;
    }
    .banner_home {
        height: 240px;
        background-size: cover;
    }
    .hidden-xs {
        display: none;
    }
    .header img.logo {
        width: 170px;
    }
    .about__us_trip .align-items-center {
        display: block;
    }
}

@media (max-width: 575px) {
    .comments-list {
        padding: 30px 15px;
    }

    .leavereply-form .search-place .btn-site {
        width: 100%;
    }

    .author-name {
        display: block;
        border: none;
        padding: 0;
        margin: 0;
    }

    .commentlist-ol .right.pl-3.pt-2 {
        padding-top: 3px !important;
        padding-left: 0.8rem;
    }

    img.avatar-img {
        width: 42px;
    }

    .author-text {
        font-size: 14px;
    }
}

@media (max-width: 560px) {
    .call_us {
        padding: 50px 0;
    }
    .call_us .head {
        font-size: 50px;
    }
    .call_us a {
        font-size: 24px;
    }
}
@media screen and (min-width: 480px) and (max-width: 766px) {
    .hero_banner {
        height: 180px;
    }
    .hero_banner p {
        font-size: 12px;
    }
    .hero_banner h1 {
        font-size: 18px;
    }
    .hero_banner h4 {
        font-size: 10px;
    }
    .inner_banner {
        height: 135px;
    }
    .inner_banner .middle_area span.head {
        font-size: 14px;
    }
    .design_icon_box {
        margin-bottom: 80px;
    }
    .footer {
        padding: 20px;
    }
    .banner_home {
        height: 140px;
        background-size: cover;
    }
    .hidden-xs {
        display: none;
    }
    .header img.logo {
        width: 170px;
    }
    .about__us_trip .align-items-center {
        display: block;
    }
    .about__us_trip .feature_img {
        transform: inherit;
    }
    .about__us_trip .feature-content h2 {
        font-size: 28px;
    }
    .about__us_trip .feature_img img {
        top: 0px;
    }
    .about__us_trip .feature-content span {
        font-size: 13px;
    }
    .about__us_trip .feature-content ul.feature-list li {
        min-width: 180px;
        font-size: 14px;
    }
    .btn-1 {
        padding: 7px 24px;
        font-size: 15px;
    }
    .about__us_trip {
        margin-bottom: 0px;
    }
    .feature_text h4 {
        font-size: 28px;
    }
    .feature_text img {
        max-width: 150px;
    }
    .top_destination .destination-single1 .content {
        display: block;
    }
    .top_destination .img-fluid {
        width: 100%;
    }
    .top_destination .destination-wrap {
        display: block;
    }
    .box_color {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 479px) {
    .hero_banner {
        height: 180px;
    }
    .hero_banner p {
        font-size: 12px;
    }
    .hero_banner h1 {
        font-size: 18px;
    }
    .hero_banner h4 {
        font-size: 10px;
    }
    .inner_banner {
        height: 135px;
    }
    .inner_banner .middle_area span.head {
        font-size: 14px;
    }
    .design_icon_box {
        margin-bottom: 80px;
    }
    .footer {
        padding: 20px;
    }
    .banner_home {
        height: 140px;
        background-size: cover;
    }
    .hidden-xs {
        display: none;
    }
    .header img.logo {
        width: 170px;
    }
    .about__us_trip .align-items-center {
        display: block;
    }
    .about__us_trip .feature_img {
        transform: inherit;
    }
    .about__us_trip .feature-content h2 {
        font-size: 28px;
    }
    .about__us_trip .feature_img img {
        top: 0px;
    }
    .about__us_trip .feature-content span {
        font-size: 13px;
    }
    .about__us_trip .feature-content ul.feature-list li {
        min-width: 180px;
        font-size: 14px;
    }
    .btn-1 {
        padding: 7px 24px;
        font-size: 15px;
    }
    .about__us_trip {
        margin-bottom: 0px;
    }
    .feature_text h4 {
        font-size: 28px;
    }
    .feature_text img {
        max-width: 150px;
    }
    .top_destination .destination-single1 .content {
        display: block;
    }
    .top_destination .img-fluid {
        width: 100%;
        height: 350px;
    }
    .top_destination .destination-wrap {
        display: block;
    }
    .top_destination .destination-single1 .content .text-wrap {
        position: absolute;
        bottom: 15px;
        margin: 0 auto;
        width: 100%;
    }
    .comment-byuser.d-flex {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .commentlist-ol .right.pl-3.pt-2 {
        padding-top: 7px !important;
        padding-left: 0;
    }

    img.avatar-img {
        width: 50px;
    }

    .alert.alert-success i.bi.bi-check2-circle.mr-2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 13px;
        margin-top: 8px;
    }
    .inner_banner .middle_area .breadcrumbs > * {
        font-size: 13px;
    }
    .details_page > * {
        text-align: left;
    }
    .box_color {
        margin-bottom: 20px;
    }

    .numberList .callIcon {
        bottom: 2px;
    }
}

.esfligt_support_sect {
    display: none;
}

.customer_serv {
    display: none;
}

.es-banner-area {
    display: none;
}

.es-content {
    display: none;
}

/*--- Mobile ES Pages css ----*/

@media screen and (max-width: 767px) {
    .home_banner.es-banner-desk {
        display: none;
    }

    .why_choice_us.es-why_choice_desk {
        display: none;
    }

    .about__us_trip.es-aboutus_trip_desk {
        display: none;
    }

    .tavel_guide_area.es-tavel-guide-desk {
        display: none;
    }

    .top_destination.es-top-destination-desk {
        display: none !important;
    }

    .es-banner-area {
        display: block;
        width: 100%;
        padding: 40px 0px;
        background-color: #eaf8ff;
        text-align: center;
    }

    .es-banner-title {
        font-size: 24px;
        color: #0969af;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .mobileTFN {
        width: 100%;
    }

    .mobileTFN h5 {
        font-size: 18px;
        font-weight: 500;
        color: #222;
        margin-bottom: 15px;
    }

    .mobileTFN a {
        display: inline-block;
        padding: 6px 25px;
        background-color: #0d6fb7;
        border-radius: 30px;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
    }

    .callIcon {
        position: relative;
        bottom: -7px;
    }

    .mobileTFN img {
        width: 25px;
        height: 25px;
        transition: all 0.3s;
        animation-name: tfnicon;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    @keyframes tfnicon {
        0% {
            transform: rotate(0deg);
        }

        20%,
        32%,
        44%,
        56%,
        68% {
            transform: rotate(0deg);
        }
        23%,
        35%,
        47%,
        59%,
        71% {
            transform: rotate(15deg);
        }
        26%,
        38%,
        50%,
        62%,
        74% {
            transform: rotate(0deg);
        }
        29%,
        41%,
        53%,
        65%,
        77% {
            transform: rotate(-15deg);
        }
        80% {
            transform: rotate(0deg);
        }
    }

    .esfligt_support_sect {
        display: block;
        padding: 40px 0px;
    }

    .esTitle {
        font-size: 22px;
        margin-top: 5px;
        margin-bottom: 22px;
        font-weight: 600;
        color: #233886;
        text-align: center;
    }

    .esfligt_support_row {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .es_support_card {
        padding: 16px;
        text-align: center;
        border: 1px solid #dadada;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .es_support_card .iconBox {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border-radius: 50%;
        margin-bottom: 10px;
        box-shadow: 0px 0px 0px 1px #ffd47c;
    }

    .es_support_card .iconBox svg {
        width: 26px;
        height: 26px;
    }

    .es_support_card .iconBox svg path {
        fill: #f6a500;
    }

    .es_support_card h4 {
        font-size: 16px;
        font-weight: 500;
        color: #323232;
    }

    .customer_serv {
        width: 100%;
        padding: 20px 0px;
        margin: 20px 0px;
        display: block;
        background-color: #f5f5f5;
    }

    .customer_serv_content {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        gap: 15px;
    }

    .custom_serv_card {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #ffffff;
        border: 1px solid #ffde9b;
        padding: 16px;
        border-radius: 15px;
    }

    .custom_serv_card .iconBox {
        margin-bottom: 8px;
    }

    .custom_serv_card h4 {
        font-size: 16px;
        font-weight: 500;
        color: #323232;
        text-align: center;
    }

    .custom_serv_card .iconBox svg {
        width: 45px;
        height: 45px;
    }

    .custom_serv_card .iconBox svg path {
        fill: #233886;
    }

    .es-content {
        width: 100%;
        display: block;
        padding: 20px 0px;
    }

    .es-content h1,
    h2,
    h3 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        color: #323232;
        margin-top: 15px;
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

    .es-content h1 {
        margin-top: 0px;
    }

    .es-content p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #585858;
    }
}

@media screen and (max-width: 430px) {
    .es_support_card h4 {
        font-size: 15px;
        line-height: 21px;
    }

    .custom_serv_card h4 {
        font-size: 15px;
        line-height: 21px;
    }
}

.terms_content_area {
    width: 100%;
}

.terms_content_area h1 {
    font-size: 24px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 15px;
}

.terms_content_area h2,
h3 {
    font-size: 20px;
    font-weight: 600;
    color: #252525;
    margin-top: 30px;
    margin-bottom: 12px;
}

.terms_content_area h4 {
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    margin-top: 20px;
    margin-bottom: 12px;
}

.terms_content_area p {
    font-size: 14px;
    line-height: 22px;
    color: #4f4f4f;
    margin-bottom: 16px;
}

.terms_content_area p a {
    color: #4f4f4f;
    font-weight: 500;
}

.terms_content_area a:hover {
    color: #f6a500;
}

.terms_content_area .list {
    margin: 0px;
    padding: 0px;
    padding-left: 25px;
}

.terms_content_area .list li {
    font-size: 14px;
    line-height: 22px;
    color: #4f4f4f;
    margin-bottom: 12px;
}

.terms_content_area .list li a {
    color: #4f4f4f;
    font-weight: 500;
}
