/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins:wght@200;300;400;500;600;700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@font-face {
    font-family: "graphik";
    src: url("https://www.connectingtraveller.com/assets/web_assets/new/css/font/GraphikRegular.otf") format("opentype");
}

@font-face {
    font-family: "graphik-medium";
    src: url("https://www.connectingtraveller.com/assets/web_assets/new/css/font/GraphikMedium.otf") format("opentype");
}

@font-face {
    font-family: "graphik-semibold";
    src: url("https://www.connectingtraveller.com/assets/web_assets/new/css/font/GraphikSemibold.otf") format("opentype");
}

@font-face {
    font-family: "graphik-bold";
    src: url("https://www.connectingtraveller.com/assets/web_assets/new/css/font/GraphikBold.otf") format("opentype");
}

@font-face {
    font-family: "graphik-black";
    src: url("https://www.connectingtraveller.com/assets/web_assets/new/css/font/GraphikBlack.otf") format("opentype");
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

body {
    background-color: #ffffff !important;
    overflow-x: hidden;
}

img {
    object-fit: cover !important;
}

.text,
section,
.iqoniq_wrapper,
.iqoniq_contant_wrapper,
header {
    float: left;
    width: 100%;
    position: relative;
}

footer,
section {
    padding: 66px 0 40px;
}

.bg_transparent {
    background-color: transparent;
}

.overflow_text {
    float: none;
    width: auto;
    overflow: hidden;
}

p {
    font-family: 'Poppins', sans-serif;
}

.gray-bg {
    background-color: #fafafa;
}

.mg_nav_wrapper {
    float: left;
    width: 100%;
    position: relative;
    padding: 1px 60px 0;
}

header.mg_header_1 {
    height: 60px;
}

.mg_logo {
    float: left;
    width: auto;
}

.mg_nav {
    float: right;
    width: auto;
}

.mg_navigation {
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
    list-style: none;
}

.mg_navigation li {
    padding: 0;
    float: left;
    width: auto;
    position: relative;
    margin-right: 30px;
}

.mg_navigation li a {
    margin: 0;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding: 19px 0 39px;
    background: transparent;
    text-transform: uppercase;
}

.mg_navigation li:last-child {
    margin: 0;
}

.mg_navigation li:hover a {
    background: transparent;
}


/*NAVIGATION DROPDOWN CSS START*/

.mg_navigation li .children {
    left: -89px;
    top: 110% !important;
    margin: 0;
    opacity: 0;
    padding: 0;
    z-index: 10;
    width: 198px;
    background: #fff;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mg_navigation li:hover>.children {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.mg_navigation .children li .children {
    right: -100%;
    left: auto;
}

.mg_navigation .children li:hover>.children {
    top: 0;
}

.mg_navigation ul li {
    margin: 0;
    padding: 10px;
    float: left;
    width: 100%;
}

.mg_navigation li ul li a {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    line-height: normal;
}

.mg_navigation li ul li:hover>a {
    color: #fff;
}


/*Last Navigation*/

.mg_navigation li.last .children {
    left: -100%;
    right: 0;
}

.dl-menuwrapper {
    display: none;
}

.dl-menuwrapper ul {
    left: auto;
    right: 0;
}


/*LOGIN BUTTON*/

.mg_login {
    float: right;
    width: auto;
    padding: 8px 0;
}

.mg_login_btn {
    float: right;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    line-height: normal;
    border: 1px solid #ccc;
    padding: 10px 20px 10px;
    text-transform: uppercase;
}

.mg_login_btn i {
    float: left;
    color: #797979;
    font-size: 18px;
    margin-right: 10px;
}

.mg_login_btn span {
    float: left;
}

.mg_login a {
    margin-left: 30px;
}

.mg_login a:hover i,
.mg_login a:hover {
    color: #fff;
}


/*SEARCH BUTTON*/

.mg_search_btn {
    float: left;
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    border-radius: 3px;
    text-align: center;
    padding: 10px 10px;
    text-transform: uppercase;
    border: 1px solid transparent;
}


/*

      ============================================================

           Main Banner Css Start #Main Banner

      ============================================================

*/

.mg_hotel_banner {
    float: left;
    width: 100%;
}

.mg_slider1 {
    float: left;
    width: 100%;
}

.mg_slider1 figure {
    background-color: #000;
}

.mg_slider1 figure img {
    opacity: 0.8;
}

.mg_slider1 .slick-arrow {
    display: none !important;
}

.mg_slider1 {
    cursor: col-resize;
}

.mg_slider1 .slick-current figure img {
    -webkit-animation: kenburns-top 8s ease-out both;
    animation: kenburns-top 8s ease-out both;
}


/*Banner Search Css Start*/

.search_wraper {
    float: left;
    width: 100%;
    position: relative;
}

.search_wraper .container {
    position: relative;
}

.search_one.absolute {
    left: 0;
    right: 0;
    top: auto;
    width: 800px;
    bottom: 80px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    position: absolute;
}

.mg_hotel_search {
    float: left;
    width: 100%;
}

.mg_hotel_search li {
    float: left;
    width: 20%;
    background: #f5f5f5;
}

.mg_hotel_search li a {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0px 0 0px;
    line-height: normal;
    text-transform: uppercase;
    transition: box-shadow 0.6s ease-in-out;
}

.mg_hotel_search li.active a {
    box-shadow: 40px 40px 40px #fff inset;
}

.mg_search_tab {
    float: left;
    width: 100%;
    padding: 30px 30px 20px;
}

.mg_search_tab .mg_input_1 {
    margin-bottom: 10px;
}

.mg_input_1 input .mg_btn1,
.mg_search_tab .mg_input_1 .rq-check-inout-single-wrapper,
.mg_search_tab .mg_input_1 textarea,
.mg_search_tab .mg_selectric,
.mg_search_tab .mg_input_1 .time_picker,
.mg_search_tab .mg_input_1 input[type="text"] {
    border-radius: 3px;
    min-height: 48px;
}

.mg_search_tab .mg_input_1 .time_picker {
    z-index: 1;
}

.mg_search_tab .mg_input_1 .time_picker:before {
    top: 50%;
    left: 50px;
    z-index: -1;
    font-size: 14px;
    position: absolute;
    content: attr(title);
    text-transform: capitalize;
    transform: translateY(-60%);
    -o-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
}

.mg_search_tab .mg_input_1 .mg_btn1 {
    width: 100%;
    height: 46px;
    color: #fff;
    transition: box-shadow 0.6s ease-in-out;
}

.mg_search_tab .mg_input_1 .mg_btn1:hover {
    color: #fff;
    border-color: #000;
    box-shadow: 210px 30px 0px 10px #000 inset;
}


/*Banner Search Css End*/


/*Sub Banner Css Start*/

.mg_sub_banner {
    float: left;
    width: 100%;
    position: relative;
    padding: 68px 0 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(extra-images/sub_banner.jpg);
}

.mg_sub_banner:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.6;
    position: absolute;
    background-color: #000;
}

.mg_sub_banner h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
}

.mg_sub_banner .breadcrumb {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    border-radius: 0;
    position: relative;
    line-height: normal;
    background-color: transparent;
}

.mg_sub_banner .breadcrumb li {
    width: auto;
    float: none;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.mg_sub_banner .breadcrumb>li+li::before {
    color: #ccc;
    float: left;
    content: "/ ";
    padding: 0 5px;
    margin: -1px 0 0;
}

.mg_sub_banner .breadcrumb li * {
    float: none;
    width: auto;
    color: #fff;
}


/*Sub Banner Css End*/


/*

      ============================================================

        Destination With Tab Section Css Start #Destination Tab

      ============================================================

*/

.mg_hotel_destination_tab {
    float: left;
    width: 100%;
    position: relative;
}

.mg_hotel_nav2 {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 25px;
}

.mg_hotel_nav2 li {
    float: none;
    width: auto;
    margin: 0 -2.2px -6px;
    display: inline-block;
}

.mg_hotel_nav2 li a {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin-bottom: 8px;
    padding: 19px 31px;
    line-height: normal;
    background-color: #f0f3f6;
    text-transform: uppercase;
}

.mg_hotel_nav2 li a:before {
    left: 0;
    right: 0;
    opacity: 0;
    width: 16px;
    height: 8px;
    content: "";
    bottom: -12px;
    margin: 0 auto;
    position: absolute;
    border-top: 8px solid;
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
    border-bottom: 4px solid transparent !important;
}

.mg_hotel_nav2 li.active a:before {
    opacity: 1;
}

.mg_hotel_nav2 li.active a:hover,
.mg_hotel_nav2 li.active a {
    color: #fff;
}

.mg_destination_bg .mg_theme_logo {
    float: left;
    width: 100%;
    background-color: #fff;
}

.mg_destination_bg .mg_theme_logo:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.why_chooseus:after {
    right: 50%;
    left: auto;
    z-index: -1;
    background-color: #000;
}

.chooseus_slider {
    float: left;
    width: 100%;
}

.chooseus_slider .slick-slide {
    padding: 0 15px;
}

.mg_chooseus {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    background-color: #fff;
    padding: 30px;
    box-shadow: rgb(17 17 26 / 10%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 48px;
    border-radius: 32px;
    padding-top: 65px;
    padding-bottom: 79px;
}

.mg_chooseus .text {
    padding: 17px 20px 21px;
}

.mg_chooseus .text h5 {
    margin: 0 0 6px;
}

.mg_chooseus .text h5 a {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.mg_chooseus .text p {
    margin: 0;
    color: #373737;
    font-size: 14px;
}


/*

      ============================================================

        Destination Section Css Start #Destination

      ============================================================

*/

.mg_destination_bg {
    background-color: #eeeef6;
}

.mg_hotel_destination_wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.mg_hotel_destination {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
}

.mg_hotel_destination:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.mg_hotel_destination figure {
    background: #000;
}

.mg_hotel_destination figure img {
    float: left;
    width: 100%;
}

.mg_hotel_destination figcaption {
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.mg_hotel_destination figcaption a {
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
}

.mg_hotel_destination:hover figcaption a {
    opacity: 1;
    transition-delay: 0.2s;
}

.view_btn {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: bold;
    line-height: normal;
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
}

.view_btn:hover {
    color: #000;
    box-shadow: 30px 12px 0 10px #fff inset;
}

.mg_hotel_destination .text {
    padding: 13px 20px 10px;
}

.mg_destination_hd {
    float: left;
    width: 100%;
}

.mg_destination_hd h5 {
    float: left;
    width: auto;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: normal;
    text-transform: uppercase;
}

.no_hotel {
    float: right;
    color: #d80808;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0 0 0;
    line-height: normal;
    text-transform: uppercase;
}

.mg_destination_review {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.mg_destination_review>p {
    float: left;
    width: auto;
    color: #7d8386;
    font-size: 14px;
    margin: 0 0px 0 0;
    line-height: normal;
}

.mg_destination_review .rating_down {
    margin-left: 15px;
}


/*

      ============================================================

        Services Section Css Start #Services

      ============================================================

*/

.mg_services {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 35px;
    background: #eeeef6;
    margin-bottom: 30px;
}

.mg_services:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.mg_services i {
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
    margin: 0 0 27px 0;
    border-radius: 100%;
    display: inline-block;
}

.mg_services:hover i {
    box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.3) inset;
}

.mg_services h5 {
    float: left;
    width: 100%;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.mg_services p {
    margin-bottom: 27px;
}


/*

      ============================================================

        Services Section Css End #Services

      ============================================================

*/


/*

      ============================================================

        Testimonial Section Css Start #Testimonial

      ============================================================

*/

.mg_travelplan {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(extra-images/testimonial_bg.png);
}

.mg_travelplan:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.8;
    background: #000;
    position: absolute;
}

.mg_plan_caption {
    width: 80%;
    float: none;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.mg_plan_caption p {
    color: #fff;
    float: left;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    margin: -9px 0 44px 0;
    text-transform: capitalize;
    font-family: 'PT Sans', sans-serif;
}

.mg_plan_caption .mg_btn1 {
    color: #fff;
    border-color: #fff;
    margin-bottom: 30px;
    background: transparent;
}


/*

      ============================================================

        Testimonial Section Css End #Testimonial

      ============================================================

*/


/*

      ============================================================

        Masonry Section Css Start #MasonrySection

      ============================================================

*/

.masonry-2.grid {
    float: left;
    width: 100%;
    margin: 0 0 8px;
    overflow: hidden;
    position: relative;
}

.masonry-item {
    width: 20%;
    padding: 0 10px;
    overflow: hidden;
    margin: 0 0 20px;
}

.text-link {
    float: left;
    color: #fff;
    width: 100%;
    font-size: 24px;
    min-height: 100px;
    text-align: center;
    text-align: center;
    position: relative;
    line-height: normal;
    font-weight: normal;
    vertical-align: middle;
    text-transform: uppercase;
}

.text-link a {
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.item-height100 {
    height: 100px;
}

.item-height130 {
    height: 130px;
}

.item-height184 {
    height: 184px;
}

.text-link a {
    color: #fff;
}

.thumb-link {
    float: left;
    width: 100%;
    min-height: 230px;
    position: relative;
}

.thumb-link img {
    float: left;
    width: 100%;
    height: 100%;
}


/*

      ============================================================

        Masonry Section Css End #MasonrySection

      ============================================================

*/


/*

      ============================================================

        Blog Medium Section Css Start #Blog Medium

      ============================================================

*/

.mg_blog_medium {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #eeeef6;
}

.mg_blog_medium:hover {
    box-shadow: 0 17px 20px -15px rgba(0, 0, 0, 0.5);
}

.mg_blog_medium h6 {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 20px;
    line-height: normal;
    text-transform: uppercase;
}

.mg_blog_medium .text {
    padding: 15px 20px 15px;
}

.mg_blog_medium .text p {
    margin-bottom: 32px;
}

.mg_blog_medium .blog-meta-list {
    margin-bottom: 11px;
}

.mg_blog_medium .mg_readmore {
    float: right;
}


/*blog medium2*/

.mg_blog_mediumtwo h6 {
    padding: 0;
    margin: 0 0 15PX;
}


/*

      ============================================================

        Blog Listing Section Start #Blog Listing

      ============================================================

*/

.mg_blog_listing {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: rgba(218, 218, 218, 0.68);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.mg_blog_listing:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.mg_blog_listing .text {
    padding: 24px 30px 30px;
}

.mg_blog_listing .text .blog_title {
    margin: 0 0 7px 0;
}

.mg_blog_listing .text .blog_title {
    float: left;
    width: 100%;
    font-size: 23px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    color: #555;
}

.mg_blog_listing .text p {
    margin: 0 0 24px 0;
}

.mg_blog_listing .blog-meta-list {
    margin: 0 0 13px 0;
}

.mg_blog_listing .blog-meta-list li span {
    color: #333;
    font-weight: bold;
}


/*

      ============================================================

        Price Table Css Start #Price Table

      ============================================================

*/

.pricing_wrap {
    background-color: #ebeef2;
}

.mg_pricing {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
    background-color: #fff;
}

.mg_pricing:hover {
    transform: translateY(-1%);
    -o-transform: translateY(-1%);
    -ms-transform: translateY(-1%);
    -moz-transform: translateY(-1%);
    -webkit-transform: translateY(-1%);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3)
}

.mg_pricing>span {
    float: left;
    width: 100%;
    font-size: 50px;
    line-height: normal;
    padding: 35px 0 32px;
}

.mg_pricing .thumb {
    background-color: #000;
}

.mg_pricing .thumb img {
    opacity: 0.4;
}

.mg_pricing .caption {
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    position: absolute;
    padding: 2px 0 0 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.mg_pricing .caption .rating_down {
    float: none;
    margin: 0 0 3px;
    display: inline-block;
}

.mg_pricing .caption p {
    color: #fff;
    font-size: 14px;
    margin: 0 0 3px;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.mg_pricing .caption strong {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    margin: 0 0 3px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.mg_pricing .caption h6 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 3px;
    line-height: normal;
    text-transform: uppercase;
}

.mg_pricing .caption b {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.mg_pricing .text {
    padding: 36px 30px 40px;
}

.mg_pricing .text h6 {
    margin: 0 0 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.mg_pricing .text p {
    float: left;
    width: 100%;
    margin: 0 0 27px 0;
}

.mg_pricing .text .mg_btn1 {
    color: #fff;
}

.mg_pricing .text .mg_btn1:hover {
    color: #000;
    box-shadow: 70px 22px 0 10px #fff inset;
}


/*

      ============================================================

        Price Table Css End #Price Table

      ============================================================

*/


/*

      ============================================================

        Bottom Bar Css Start #Bottom Bar

      ============================================================

*/

.mg_bottom_bar {
    float: left;
    width: 100%;
    padding: 34px 0 37px;
    background-color: #1c1c34;
}

.mg_bottom_bar .text {
    width: 60%;
    padding-right: 50px;
}

.mg_bottom_bar .text h6 {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0 0 8px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.mg_bottom_bar .text p {
    color: #9999b1;
    margin: 0;
}

.mg_bottom_bar .mg_input_1 {
    width: 40%;
    margin: 15px 0;
}

.mg_bottom_bar .mg_input_1 input:-moz-placeholder {
    color: #9999b1;
}

.mg_bottom_bar .mg_input_1 input::-moz-placeholder {
    color: #9999b1;
}

.mg_bottom_bar .mg_input_1 input:-ms-input-placeholder {
    color: #9999b1;
}

.mg_bottom_bar .mg_input_1 input::-webkit-input-placeholder {
    color: #9999b1;
}

.mg_bottom_bar .mg_input_1 input::-webkit-input-placeholder {
    color: #9999b1;
}

.mg_bottom_bar .mg_input_1 input {
    background-color: #0c0c18;
    border-color: transparent;
}


/*

      ============================================================

        Bottom Bar Css End #Bottom Bar

      ============================================================

*/


/*

      ============================================================

        Footer Css Start #Footer

      ============================================================

*/

.mg_footer1 {
    float: left;
    width: 100%;
    background: #0c0c18;
}

.widget_text .logo {
    margin-bottom: 13px;
}

.widget_text .text {
    margin-bottom: 9px;
}

.widget_text .text p {
    margin-bottom: 22px;
}

.widget_text .text .mg_contact {
    margin-bottom: 9px;
}

.widget_archives ul {
    /*float: left;*/
    width: 100%;
    margin: -4px 0 0 0;
}

.widget_archives ul li {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 9px;
    position: relative;
    padding-left: 15px;
}

.widget_archives ul li:hover {
    padding-left: 20px;
}

.widget_archives ul li:before {
    left: 0;
    top: 50%;
    color: #ffffff;
    content: "\f105";
    position: absolute;
    font-size: 24px;
    margin: -13px 0 0 0;
    font-family: 'FontAwesome';
}

.widget_archives ul li:hover:before {
    left: 5px;
}

.widget_archives ul li:last-child {
    margin-bottom: 0;
}

.widget_archives ul li a {
    /* float: left;*/
    width: auto;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
}

.widget-title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: left !important;
    line-height: 20px;
    font-weight: bold;
    padding: 0 0 21px;
    position: relative;
    margin: 0px 0 20px;
    text-transform: uppercase;
}

.widget-title:before {
    bottom: 0;
    height: 3px;
    width: 40px;
    content: "";
    position: absolute;
}

footer .mg_contact,
.mg_footer1 .widget_archives ul li a,
.mg_footer1 .widget_text .text p {
    color: #9999b1;
}

.mg_contact {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: normal;
    font-family: "Open Sans", sans-serif;
}

.mg_contact i {
    margin-right: 15px;
}

.mg_footer1 .widget {
    margin-bottom: 30px;
    padding-top: 40px;
}

.mg_copyright {
    float: left;
    width: 100%;
    text-align: center;
    padding: 26px 0 29px;
    background-color: #151528;
}

.mg_copyright p {
    margin: 0;
    float: left;
    width: 100%;
    color: #9999b1;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
}

.mg_copyright p a {
    font-weight: bold;
    text-transform: uppercase;
}


/*

      ============================================================

        Footer Css End #Footer 

      ============================================================

*/


/*

      ==============================================================

           Blog Full CSS START #Blog Full

      ==============================================================

*/

.mg_blog_full {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    position: relative;
}

.mg_blog_full .thumb {
    min-height: 80px;
    margin: 0 0 19px 0;
}

.mg_blog_contant {
    float: left;
    width: 100%;
    position: relative;
}

.mg_blog_meta {
    float: left;
    width: 100%;
    margin: 0 0 12px 0;
}

.mg_blog_meta a {
    float: left;
    width: auto;
    color: #999;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 0 15px;
    font-weight: normal;
    text-transform: capitalize;
}

.mg_blog_meta a:first-child {
    margin: 0;
}

.mg_blog_meta a i {
    margin: 0 10px 0 0;
    display: inline-block;
}

.blog_title {
    float: left;
    width: 100%;
    margin: 0 0 7px 0;
    position: relative;
}

.blog_title a {
    float: left;
    width: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
}

.mg_blog_contant p {
    float: left;
    width: 100%;
    margin: 0 0 14px 0;
}

.audio_thumb iframe {
    float: left;
    width: 100%;
    height: 160px;
}

.video_thumb iframe {
    float: left;
    width: 100%;
    height: 325px;
}

.mg_blog_full-slider {
    float: left;
    width: 100%;
    margin: 0 !important;
    position: relative;
}

.mg_blog_full-slider .slick-dots {
    bottom: 15px;
    position: absolute;
}

.mg_blog_full-slider .slick-dots li {
    height: auto;
    width: auto;
    margin: 3px;
}

.mg_blog_full-slider .slick-dots li button {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #fff;
}

.mg_blog_full-slider .slick-dots li button::before {
    display: none;
}


/*

      ==============================================================

           Blog Full CSS End #Blog Full

      ==============================================================

*/


/*

      ==============================================================

           Our Room CSS START #Our Room

      ==============================================================

*/

.our-room {
    border-width: 1px;
    box-shadow: none;
}

.our-room .text .blog_title {
    margin: 0 0 8px;
}

.our-room .blog-meta-list {
    margin: 0 0 10px;
}

.our-room .thumb {
    width: 30%;
}

.our-room .text {
    width: 70%;
    padding-bottom: 10px;
}

.our-room .overflow_text {
    padding: 0 30px;
}

.room-feature {
    float: left;
    width: 100%;
    margin: 0 0 17px;
    padding-right: 50px;
}

.room-feature li {
    float: left;
    width: 100%;
    margin: 0 0 6px;
}

.room-feature li span {
    float: left;
    width: 50%;
    font-size: 14px;
    text-align: left;
    line-height: normal;
    text-transform: capitalize;
}


/*

      ==============================================================

           Our Room CSS End #Our Room

      ==============================================================

*/


/*

      ==============================================================

           Blog Detail CSS START #Blog Detail

      ==============================================================

*/

.mg_blog_detail_wrap {
    float: left;
    width: 100%;
}

.mg_blog_detail_wrap .mg_blog_full {
    margin: 0 0 23px;
}

.mg_blog_detail_wrap .mg_blog_full .blog_title {
    margin: 0 0 016px;
}

.mg_blog_detail_wrap .mg_blog_full .blog_title a {
    text-transform: uppercase;
    font-size: 26px;
}

.mg_blog_detail_wrap .mg_blog_full .mg_blog_meta {
    margin: 0 0 18px;
}

.mg_blog_detail_wrap .mg_blog_full .thumb {
    margin: 0 0 23px;
}

.mg_blog_detail_wrap .mg_blog_contant p {
    margin: 0 0 17px;
}

blockquote {
    float: left;
    width: 100%;
    margin: 7px 0 23px;
    padding: 36px 50px 37px;
    border: 1px solid #eeeef6;
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.1);
}

blockquote p {
    width: 100%;
    display: flex;
    color: #7d8386;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    position: relative;
    margin: 0 !important;
    display: -webkit-flex;
    font-family: 'Open Sans', sans-serif;
}

blockquote p:after,
blockquote p:before {
    top: -17px;
    width: auto;
    float: left;
    left: -29px;
    content: "\f10d";
    font-style: normal;
    position: absolute;
    margin: 0 10px 0 0;
    color: currentColor;
    font-family: 'fontawesome';
}

blockquote p:after {
    top: auto;
    left: auto;
    float: right;
    right: -29px;
    bottom: -17px;
    content: "\f10e";
}

.blog_main_title {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 0 0 24px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.mg_blog_contant .mg_table {
    margin: 0 0 23px;
}

.mg_social_wrap {
    float: left;
    width: 100%;
    padding: 13px 25px;
    border: 1px solid #eeeef6;
}

.mg_blog_detail_wrap .mg_blog_contant p:last-of-type {
    margin: 0 0 24px;
}

.mg_comment_wrap {
    float: left;
    width: 100%;
    margin: 0 0 23px;
}

.mg_comment_wrap ul {
    float: left;
    width: 100%;
    position: relative;
}

.mg_comment_wrap .children {
    float: left;
    width: 100%;
    margin: 0 0 0px;
    position: relative;
    padding: 30px 0 30px 80px;
}

.mg_comment_wrap .children:before {
    top: auto;
    bottom: 0;
    left: 40px;
    width: 1px;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #eeeef6;
}

.mg_comment_wrap .children li {
    float: left;
    width: 100%;
    padding: 0 0 0 0px;
    position: relative;
}

.mg_comment_dec {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0 0px 0;
    padding: 30px 30px 24px;
    border: 1px solid #eeeef6;
    background-color: transparent;
}

.mg_comment_wrap .children .mg_comment_dec:before {
    top: 50%;
    right: 0;
    width: 40px;
    height: 1px;
    left: -40px;
    content: "";
    position: absolute;
    background-color: #eeeef6;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.mg_comment_wrap .children li .mg_comment_dec {
    margin: 0 0 30px;
}

.mg_comment_wrap .children li:last-child .mg_comment_dec,
.mg_comment_wrap>ul>li:last-child>.mg_comment_dec {
    margin: 0;
}

.mg_comment_dec figure {
    width: 74px;
    margin: 0 15px 0 0;
    border-radius: 100%;
    border: 2px solid #48a7d4;
}

.mg_comment_dec .overflow_text {
    padding: 15px 0 0 0;
}

.mg_comment_dec h6 {
    float: left;
    width: 100%;
    margin: 0 0 3px;
}

.mg_comment_dec h6 a {
    float: left;
    width: auto;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.mg_comment_dec h6>span {
    float: left;
    color: #666;
    width: auto;
    font-size: 10px;
    margin: 0 0 0 15px;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.mg_comment_dec .mg_btn1 {
    top: 20px;
    right: 20px;
    padding: 5px 20px;
    position: absolute;
}

.mg_comment_dec p {
    margin: 0;
    float: left;
    width: 100%;
}


/*Comment Form Css Start*/

.mg_comment_form {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.mg_comment_form .mg_input_1 {
    margin: 0 0 30px;
}

.mg_comment_form .mg_input_1 textarea {
    min-height: 184px;
}

.mg_comment_form .mg_btn1 {
    float: right;
    color: #fff;
}

.mg_comment_form .mg_btn1:hover {
    color: #000;
    box-shadow: 70px 22px 0 10px #fff inset;
}


/*

      ==============================================================

           Blog Detail CSS End #Blog Detail

      ==============================================================

*/


/*

      ==============================================================

           Contact Us Page CSS START #Contact Us

      ==============================================================

*/

.mg_contact_form {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.mg_contact_form .mg_input_1 {
    margin: 0 0 30px;
}


/*.mg_contact_form .mg_input_1 textarea,*/


/*.mg_contact_form .mg_input_1 input[type="text"]{*/


/*    background-color: #f5f5f5;*/


/*}*/

.mg_contact_form .mg_input_1 textarea {
    min-height: 193px;
}

.contact-sidebar .widget {
    margin: 0 0 23px;
}

.contact-sidebar .widget-contact .border-bottom {
    padding: 0 0 21px;
}

.contact-sidebar .mg_contact,
.contact-sidebar .mg_contact a {
    color: #7d8386;
}

.contact-sidebar .mg_contact {
    margin: 0 0 4px;
}

.mg_contact_form .mg_btn1 {
    float: right;
    color: #fff;
}

.mg_contact_form .mg_btn1:hover {
    color: #000;
    box-shadow: 70px 22px 0 10px #fff inset;
}

.contact-sidebar {
    float: left;
    width: 100%;
}

.contact-sidebar .widget-text .blog_main_title {
    margin: 0 0 17px;
}

.contact-sidebar .widget-text .border-bottom {
    padding: 0 0 14px;
}

.contact-sidebar .widget-contact .blog_main_title {
    margin: 0 0 18px;
}

.contact-sidebar .mg_social li a {
    width: 36px;
    height: 36px;
    color: #373737;
    font-size: 14px;
    border-radius: 0;
    line-height: 36px;
    background-color: #f5f5f5;
}

.contact-sidebar .mg_social li a:hover {
    color: #fff;
}


/*Map Wrap Start*/

.mg-map {
    float: left;
    width: 100%;
    margin: 0 0 0px;
    padding: 0px 0 0;
}

.mg-map #map-canvas {
    height: 450px;
}


/*Contact WWrap*/

.mg-contact-wrap {
    background-color: #bababa;
}

.mg-contact-wrap .mg_services {
    background-color: #fff;
}

.mg-contact-wrap .mg_services i {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
}


/*

      ==============================================================

           Contact Us Page CSS End #Contact Us

      ==============================================================

*/


/*

      ==============================================================

           Room Detail Page CSS START #Room Detail

      ==============================================================

*/

.mg_room_detail_wrap {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
}

.room-slider-nav,
.room-slider {
    float: left;
    width: 100%;
}

.room-slider {
    margin: 0 0 5px;
}

.room-slider-nav .slick-list {
    float: none;
    width: auto;
    margin: 0 -3px;
    padding: 0 !important
}

.room-slider-nav .slick-slide {
    padding: 0 3px;
}

.room-detail-contant {
    float: left;
    width: 100%;
    margin: 0 0 40px;
}

.room-title {
    float: left;
    width: 100%;
    font-size: 26px;
    margin: 0 0 15px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.room-detail-contant p {
    float: left;
    width: 100%;
    margin: 0 0 17px;
}

.room-detail-contant p:last-child {
    margin: 0;
}


/*Room Reservation Start*/

.room-reservation {
    float: left;
    width: 100%;
    margin: 9px 0 0;
    text-align: center;
    padding: 13px 20px 10px;
    background-color: #151528;
}

.reservation-title {
    float: left;
    width: 100%;
    color: #e0e0f9;
    font-size: 17px;
    margin: 0 0 15px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.room-price {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 9px 0 11px;
    background-color: #2c2c49;
}

.room-price h4 {
    float: left;
    width: 100%;
    color: #e0e0f9;
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.room-price h5 {
    margin: 0;
    float: left;
    width: 100%;
    color: #fff;
    margin: 0 0 1px;
    font-size: 40px;
    line-height: 40px;
}

.room-price h5 sup {
    top: -13px;
    font-size: 20px;
}

.room-price h6 {
    margin: 0;
    float: left;
    width: 100%;
    color: #e0e0f9;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
}

.room-reservation form {
    margin: 0 -3px;
}

.room-reservation form .mg_input_1 {
    width: 50%;
    padding: 0 3px;
    margin: 0 0 10px;
}

.room-reservation .mg_input_submit {
    width: 100% !important;
}

.mg_input_submit {
    padding-top: 10px !important;
}

.mg_input_submit .mg_btn1 {
    width: 100%;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.mg_input_submit .mg_btn1:hover {
    color: #000;
    box-shadow: 70px 22px 0 10px #fff inset;
}

.room-reservation .mg_input_1 select,
.room-reservation .mg_input_1 .rq-check-inout-single-wrapper {
    color: #6e6e91;
    border-color: #2c2c49;
    background-image: none;
}


/*Room Tab Start*/

.room-detail-tab {
    float: left;
    width: 100%;
    margin: 0 0 21px;
    /*background-color: #151528;*/
}

.tab-content {
    float: left;
    width: 100%;
}

.room-detail-tab .tab-content {
    float: left;
    width: 100%;
    padding: 30px 0px 0;
}

.room-detail-tab .mg_hotel_search li {
    background-color: transparent;
}


/*.room-detail-tab .mg_hotel_search{

    background-color: #1f1f38;

}*/

.room-detail-tab .mg_hotel_search li a {
    color: #f68726;
}

.room-detail-tab .mg_hotel_search li.active a {
    box-shadow: none;
    color: #f68726;
    border-bottom: 5px solid #f68726;
    width: 132px;
    /* padding-left: 3px; */
}

.room-detail-tab .our-room {
    border: none;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%);
}

.room-detail-tab .our-room .text {
    padding-top: 0;
    padding-bottom: 0;
}

.room-detail-tab .our-room .text p {
    margin: 0 0 8px;
}


/*Accordian Start*/

.mg-accordion-wrap {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.mg-accordion {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 24px 30px 10px;
    border: 1px solid #eeeef6;
}

.mg-accordion:last-child {
    margin: 0;
}

.mg-accordion .accordion {
    color: #373737;
    cursor: pointer;
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.mg-accordion .accordion a {
    float: right;
}

.accordion-content figure {
    width: 50%;
    margin: 0 25px 0 0;
}

.accordion-content .text {
    padding: 0 0 20px;
}

.accordion-content p {
    float: left;
    width: 100%;
    margin: 0 0 4px;
}

.acc-title {
    margin: 0 0 3px;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.benifits-list {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}

.benifits-list li {
    float: left;
    width: 100%;
    margin: 0 0 2px;
    position: relative;
}

.benifits-list li:last-child {
    margin: 0;
}

.benifits-list li:before {
    content: "";
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 100%;
    margin: 0 15px 0 2px;
    display: inline-block;
    border: 2px solid #fff;
    background-color: #7d8386;
    box-shadow: 0px 0px 1px 2px #7d8386;
}

#reviews .mg_comment_dec p,
#reviews .mg_comment_dec h6 span,
#reviews .mg_comment_dec h6 a {
    color: #fff;
}

#reviews .mg_comment_dec {
    margin: 0 0 20px;
}

#reviews .mg_comment_dec:last-child {
    margin: 0;
}

#reviews .mg_comment_dec .rating_down {
    float: right;
}


/*

      ==============================================================

           Room Detail Page CSS End #Room Detail

      ==============================================================

*/


/*

      ============================================================

          Error Page Start #Error Page

      ============================================================

*/

.error-page {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url('extra-images/404.jpg');
}

.error-page:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.55;
    position: absolute;
    background-color: #000;
}

.error-page>.container {
    right: 0;
    left: 0;
    top: 50%;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.error-page-inner {
    float: left;
    width: 100%;
}

.error-page h6 {
    font-size: 24px;
}

.error-page p {
    color: #fff;
    font-size: 24px;
    line-height: normal;
}

.error-page h6,
.error-page h5,
.error-page h4 {
    color: #fff;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.error-page h4 {
    margin: 0 0 30px;
}

.error-page h5 {
    font-size: 185px;
    line-height: 185px;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.75);
}


/*

      ============================================================

          Error Page End #Error Page

      ============================================================

*/


/*

      ============================================================

          Coming Soon Page Start #comingsoon

      ============================================================

*/

.mg_comingsoon_wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("extra-images/comingsoon_bg.jpg");
}

.mg_comingsoon_wrap:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    content: "";
    position: absolute;
    background-color: #000;
}

.mg_comingsoon {
    top: 50%;
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.mg_comingsoon h4 {
    float: left;
    color: #fff;
    width: 100%;
    font-size: 90px;
    line-height: 90px;
    font-weight: bold;
    margin-bottom: 71px;
    text-transform: uppercase;
}

.mg_comingsoon h5 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.mg_comingsoon .mg_countdown2 {
    float: none;
    width: auto;
    margin-bottom: 56px;
    display: inline-block;
}

.mg_comingsoon .mg_social2 {
    float: none;
    width: auto;
    margin-bottom: 8px;
    display: inline-block;
}

.mg_comingsoon .mg_social2 li {
    float: none;
    width: auto;
    margin: 0 7px;
    display: inline-block;
}

.mg_comingsoon .mg_social2 li a {
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 35px;
    border: medium none;
}

.mg_countdown2 li {
    width: 121px;
    float: left;
    border-radius: 3px;
    margin-right: 20px;
    border: 1px solid #ffffff;
}

.mg_countdown2 li:last-child {
    margin: 0;
}

.mg_countdown2 li span {
    color: #fff;
    float: left;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    padding: 6px 0 10px;
    background-color: transparent;
}

.mg_countdown2 li p {
    margin: 0;
    color: #333;
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    padding: 6px 0 10px;
    background-color: #fff;
    text-transform: capitalize;
}

.mg_countdown2 li span::before {
    display: none;
}

.copy_right2 {
    margin: 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
}

.copy_right2 a {
    text-transform: uppercase;
}


/*

      ============================================================

          Coming Soon Page End #comingsoon

      ============================================================

*/

.aboutus-wrapper .thumb:before {
    top: 20px;
    left: 20px;
    right: 20px;
    content: "";
    bottom: 20px;
    opacity: 0.172;
    position: absolute;
    border: 1px solid #000;
    background-color: #fff;
}

.about-us {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.about-us .text p {
    float: left;
    margin: -7px 0 31px;
}

.iq-team {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
    background-color: #fff;
}

.iq-team:hover {
    box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.03);
}

.iq-team .text {
    padding: 22px 20px 24px;
}

.team-heading {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
    margin: 0 0 1px;
}

.iq-team .text p {
    float: left;
    width: 100%;
    margin: 0 0 24px;
}

.designation {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 0 0 17px;
}

.iq-team .mg_social {
    float: left;
    width: 100%;
}

.iq-team .mg_social li {
    float: none;
    display: inline-block;
}

.login-bg {
    background: #fafafa none repeat scroll 0 0;
}

.login-wrap {
    float: left;
    padding: 70px 0;
    width: 100%;
}

.login1 .modal-content {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #fafafa;
    box-shadow: none;
    float: left;
    padding: 25px;
    width: 100%;
    border-radius: 0;
}

.login1 .user-box {
    float: left;
    width: 100%;
}

.login1 form {
    float: left;
    width: 100%;
}

.login1 .mg_input_1 {
    margin-bottom: 10px;
}

.login1 .mg_input_1 i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.dialog-footer {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.dialog-footer a {
    float: right;
    color: #c2c2c2;
    margin: 11px 0;
    font-size: 13px;
    line-height: normal;
}

.dialog-footer a i {
    margin-left: 10px;
}

.input-container {
    width: 100%;
    float: left;
    margin-bottom: 18px;
}

.input-container label {
    margin: 0;
    width: auto;
    color: #959595;
    display: inline-block;
}

.input-container label .checkbox,
.input-container label .radio {
    margin: 0;
    float: left;
}

.input-container a {
    margin: 4px 0 0;
    float: right;
    color: #959595;
}

.radio input {
    padding: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0 none;
    overflow: hidden;
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
}

.radio-value {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    border: medium none;
    vertical-align: -3px;
    display: inline-block;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center center;
}

input:checked+.radio-value {
    border-color: #f0512e;
    background-color: #f0512e;
    background-image: url("images/tick.png");
}

.login1 .nav-tabs {
    float: left;
    width: 100%;
    background-color: #fff;
}

.login1 .nav-tabs li {
    width: 50%;
    float: left;
    border-radius: 0;
}

.login1 .nav-tabs li a {
    float: left;
    width: 100%;
    font-weight: bold;
    text-align: center;
    border: none !important;
    text-transform: capitalize;
    border-radius: 0 !important;
    background-color: transparent;
}

.login1 .nav-tabs li.active a {
    color: #fff;
}

#search .modal-tab {
    float: left;
    width: 100%;
    padding: 30px 30px 20px;
    background-color: #fff;
}

#search .modal-dialog {
    margin: 0px auto 0;
    padding: 0 15%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,
.mg_navigation .children li:hover>a,
.mg_btn1:hover,
.view_btn:hover,
.mg_login a:hover,
.mg_social li a:hover,
.login1 .nav-tabs li.active a,
.mg_pagination .page-numbers:hover,
.mg_pagination .page-numbers.current,
.tag,
.text-link,
.widget-title:before,
.why_chooseus:before,
.fancy-overlay figure,
.mg_rss_list li:hover,
.dl-menuwrapper .dl-menu,
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.widget_flicker ul li a,
.mg_input_submit .mg_btn1,
.mg_comment_form .mg_btn1,
.mg_contact_form .mg_btn1,
.mg_hotel_nav2 li.active a,
.mg_pricing .text .mg_btn1,
.fancy-overlay:hover .thumb,
.mg-contact-wrap .mg_services i,
.mg_search_tab .mg_input_1 .mg_btn1,
.kode-pagination .page-numbers:hover,
.widget_search p input[type="button"],
.kode-pagination .page-numbers.current,
.mg_blog_full-slider .slick-dots li.slick-active button {
    background-color: #fa9600;
}

.back {
    background-color: #f68726;
}

.form-box {
    background-color: #fff;
    padding: 63px;
    padding-top: 141px;
    padding-bottom: 1px;
}

.marg {
    margin: 0px;
    padding: 0px
}

.signup-container {
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 59px;
}

.images-box {
    height: 590px;
    overflow: hidden;
}

.images-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.boc-sa {
    box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}


/*.btn-primary {*/


/*    color: #fff;*/


/*    background-color: #373737;*/


/*    border-color: #373737;*/


/*    width: 100%;*/


/*    border-radius: 0px;*/


/*height: 50px;*/


/*}*/

.form-control {
    display: block;
    width: 100%;
    height: 44px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    caret-color: #fd642f;
}

.tbb {
    padding: 0px 29px;
}

.text p {
    font-size: 10px;
}

.paddss {
    margin-bottom: -2px !important;
}

.text h6 {
    font-size: 13px;
}

@media (min-width: 768px) {
    /* show 3 items */
    .carouselPrograms .carousel-inner .active,
    .carouselPrograms .carousel-inner .active+.carousel-item,
    .carouselPrograms .carousel-inner .active+.carousel-item+.carousel-item {
        display: block;
    }
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        transition: none;
    }
    .carouselPrograms .carousel-inner .carousel-item-next,
    .carouselPrograms .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    .carouselPrograms .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -33.333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .carouselPrograms .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carouselPrograms .carousel-item-next.carousel-item-left+.carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .carouselPrograms .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carouselPrograms .carousel-item-prev.carousel-item-right+.carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}


/************************************************ MY CSS ********************************************/

.d-inline {
    display: inline !important;
}

.wraptext {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 96px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

img.images-respo.images-destop {
    height: 510px;
    object-fit: cover;
    filter: blur(0px);
}

img.destop-responsive {
    height: 270px;
    width: 270px;
    object-fit: cover;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

img.heddinn-images {
    height: 299px;
}

img.about-images-height {
    height: 300px;
}

img.gallery-responsive {
    height: 188px;
}

.scrool {
    overflow: scroll;
    height: 607px;
}

img.gallery-responsivess {
    height: 100px !important;
    width: 100%;
}

img.gallery-responsivesss {
    height: 370px;
    background-position: center center;
}

.aboutus-container {
    padding-bottom: 25px !Important;
    padding-top: 25px !Important;
    background-position: center center;
    background: #fff;
}

.about h1 {
    font-size: 70px;
    font-family: sarif !important;
    padding-bottom: 46px;
}

.about h3 {
    text-align: right;
    font-size: 45px;
    font-family: serif !important;
    padding-right: 90px;
}

section.aboutus-2 {
    padding-bottom: 80px !important;
    padding-top: 120px !important;
    background: #f2f3ea;
}

.about-2 h2 {
    text-align: center;
    font-size: 50px;
    color: #f68726;
    font-weight: 600 !important;
    font-family: 'Seaweed Script', cursive;
}

.contantghjgh p {
    text-align: justify;
    font-size: 31px;
    line-height: 35px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

section.contant-container {
    padding-top: 10px !important;
    background: #fff;
    padding-bottom: 50px !important;
}

hr.about-line {
    width: 500px !important;
    margin-top: 41px !important;
    /* background: #f68726; */
    /* color: rebeccapurple; */
    border-top: 4px solid #f68726 !important;
}

.about-texts {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    box-shadow: rgb(0 0 0 / 16%) 0px 0px 7px;
    background-color: #fff;
}

.about-texts h4 {
    font-family: 'Qwigley', cursive;
    font-size: 50px;
}

.about-box {
    margin-bottom: 50px;
}

.about-box.margin-top {
    margin-top: 40px;
}

section.about-box-container {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
}

section.home-container {
    padding: 20px 20px !important;
}

section.contact-form {
    padding: 20px !important;
    background: #fafafa;
    margin-bottom: 42px;
    padding-top: 41px !important;
}

button.sand-button {
    padding: 11px 50px;
    background: #f68726;
    color: #fff;
    font-size: 29px;
    border-radius: 14px;
}

.mg_social {
    float: left !important;
}

.wraptextvertical {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.sideMenu {
    position: absolute;
    right: -280px;
    background: #fff;
    width: 280px;
    height: 100vh;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    z-index: 999;
    top: 0px;
}

.btn-success:hover {
    color: #fff;
    background-color: #f68726 !important;
    border-color: #f68726 !important;
}

.sideMenu {
    display: none;
}

.sideMenu.active {
    right: 0;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.sideMenu ul {
    display: inline;
    margin: -8px;
    padding: 0;
    overflow: scroll;
}

.container.sotc_slider_area_static-fix {
    width: 100%;
}

.sideMenu ul li {
    display: block;
    /*border-top: 1px solid #ddd;*/
}

.sideMenu ul li:first-child {
    border: 0;
}

.sideMenu ul li a {
    display: block;
    padding: 13px 20px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

.menuIcon {
    display: inline-block;
    padding: 2px 10px;
    cursor: pointer;
    position: absolute;
    left: -57px;
    top: 13px;
    background-color: #fd642f;
}

.menuIcon span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 20px 0;
    background: #fd642f;
    position: relative;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    margin: 13px -5px;
}

.menuIcon span:before {
    position: absolute;
    content: "";
    left: 0;
    top: -8px;
    width: 25px;
    height: 3px;
    background: #fd642f;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.menuIcon span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    width: 25px;
    height: 3px;
    background: #fd642f;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.menuIcon.active span {
    background: #f68726;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.menuIcon.active span:before {
    transform: rotate(45deg);
    top: 0px;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.menuIcon.active span:after {
    transform: rotate(-45deg);
    bottom: 0px;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.pra.hiden {
    padding-top: 10px !important;
}

.gallery-box {
    position: relative;
    z-index: 9;
}

section.show-story-container {
    margin-top: 50px;
}

.text-show {
    position: absolute;
    bottom: 0;
    z-index: 999;
    background-color: #0000009e;
    left: 0;
    right: 0;
    padding: 20px;
}

.show-story {
    position: relative;
}

.storys-contant {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px 42px;
}

.storys h3 {
    color: #fff;
    font-weight: 600;
}

.storys p {
    color: #fff;
    text-align: right;
}

.storys-contant h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.storys-contant p {
    color: #000;
    line-height: 31px;
    text-align: justify;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    word-spacing: -1px;
}

.storys-contant h3 {
    margin-bottom: 15px !important;
}

p a {
    color: #17305c !important;
    font-weight: 600 !important;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

#fbcomment {
    background: #fff;
    border: 1px solid #dddfe2;
    border-radius: 3px;
    color: #4b4f56;
    padding: 50px;
}

.header_comment {
    font-size: 14px;
    overflow: hidden;
    border-bottom: 1px solid #e9ebee;
    line-height: 25px;
    margin-bottom: 24px;
    padding: 10px 0;
}

.sort_title {
    color: #4b4f56;
}

.sort_by {
    background-color: #f5f6f7;
    color: #4b4f56;
    line-height: 22px;
    cursor: pointer;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    padding: 4px;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid #ccd0d5;
}

.count_comment {
    font-weight: 600;
}

.body_comment {
    padding: 0 8px;
    font-size: 14px;
    display: block;
    line-height: 25px;
    word-break: break-word;
}

.avatar_comment {
    display: block;
}

.avatar_comment img {
    height: 48px;
    width: 48px;
}

.avatar_comment1 {
    display: block;
}

.avatar_comment1 img {
    height: 48px;
    width: 48px;
}

.box_comment {
    display: block;
    position: relative;
    line-height: 1.358;
    word-break: break-word;
    border: 1px solid #d3d6db;
    word-wrap: break-word;
    background: #fff;
    box-sizing: border-box;
    cursor: text;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 0;
}

.box_comment textarea {
    min-height: 40px;
    padding: 12px 8px;
    width: 100%;
    border: none;
    resize: none;
}

.box_comment textarea:focus {
    outline: none !important;
}

.box_comment .box_post {
    border-top: 1px solid #d3d6db;
    background: #f5f6f7;
    padding: 8px;
    display: block;
    overflow: hidden;
}

.box_comment label {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #90949c;
    line-height: 22px;
}

.box_comment button {
    margin-left: 8px;
    background-color: #4267b2;
    border: 1px solid #4267b2;
    color: #fff;
    text-decoration: none;
    line-height: 22px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.box_comment button:hover {
    background-color: #29487d;
    border-color: #29487d;
}

.box_comment .cancel {
    margin-left: 8px;
    background-color: #f5f6f7;
    color: #4b4f56;
    text-decoration: none;
    line-height: 22px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: center;
    border-color: #ccd0d5;
}

.box_comment .cancel:hover {
    background-color: #d0d0d0;
    border-color: #ccd0d5;
}

.box_comment img {
    height: 16px;
    width: 16px;
}

.box_result {
    margin-top: 24px;
}

.box_result1 {
    margin-top: 24px;
}

.box_result .result_comment h4 {
    font-weight: 600;
    white-space: nowrap;
    color: #365899;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.358;
    margin: 0;
}

.box_result1 .result_comment1 h4 {
    font-weight: 600;
    white-space: nowrap;
    color: #365899;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.358;
    margin: 0;
}

.box_result .result_comment {
    display: block;
    overflow: hidden;
    padding: 0;
}

.box_result1 .result_comment1 {
    display: block;
    overflow: hidden;
    padding: 0;
}

.child_replay {
    border-left: 1px dotted #d3d6db;
    margin-top: 12px;
    list-style: none;
    padding: 0 0 0 8px
}

.reply_comment {
    margin: 12px 0;
}

.box_result .result_comment p {
    margin: 4px 0;
    text-align: justify;
}

.box_result1 .result_comment1 p {
    margin: 4px 0;
    text-align: justify;
}

.box_result .result_comment .tools_comment {
    font-size: 12px;
    line-height: 1.358;
}

.box_result1 .result_comment1 .tools_comment {
    font-size: 12px;
    line-height: 1.358;
}

.box_result1 .result_comment1 .tools_comment {
    font-size: 12px;
    line-height: 1.358;
}

.box_result .result_comment .tools_comment a {
    color: #4267b2;
    cursor: pointer;
    text-decoration: none;
}

.box_result1 .result_comment1 .tools_comment a {
    color: #4267b2;
    cursor: pointer;
    text-decoration: none;
}

.box_result .result_comment .tools_comment span {
    color: #90949c;
}

.box_result1 .result_comment1 .tools_comment span {
    color: #90949c;
}

.body_comment .show_more {
    background: #3578e5;
    border: none;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    margin-top: 24px;
    padding: 12px;
    text-shadow: none;
    width: 100%;
    font-weight: bold;
    position: relative;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
}

.haddingsds h6 {
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
}

.main-section h6 {
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
}

.main-section ul li a {
    color: #DBDBDB;
    line-height: 35px;
    font-weight: 500;
    font-size: 14px;
}

.main-section ul {
    padding-top: 20px;
}

.Follow-us {
    display: inline-flex;
    padding-right: 10px;
}

.Follow-us li a {
    padding-right: 30px;
    color: #fff;
    font-size: 14px !important;
    font-weight: 500;
}

.footer-line {
    width: 100% !important;
    padding-top: 20px;
    border-color: #fff !important;
}

.col-md-3.borderss {
    border-right: 1px solid #fff;
}

.calls a i {
    font-size: 15px;
    color: #ffffff;
}


/*i.fa.fa-instagram.insta {*/


/*    font-size: 23px;*/


/*    color: #fff;*/


/*}*/


/*i.fa.fa-twitter-square {*/


/*    font-size: 23px;*/


/*    color: #fff;*/


/*}*/


/*i.fa.fa-facebook {*/


/*    font-size: 23px;*/


/*}*/

.page-index {
    height: 100vh;
    width: 100%;
}


/*.page-index .container {   margin: 0 auto; width: 100%; height: 100%; overflow: hidden; position: relative; }*/


/*.page-index .container .photo { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }*/


/*.page-index .container .__photo:nth-child(1) { -webkit-animation: sliderFade-1 40s linear infinite;  animation: sliderFade-1 20s linear infinite; }*/


/*.page-index .container .__photo:nth-child(2) { -webkit-animation: sliderFade-2 40s linear infinite;  animation: sliderFade-2 20s linear infinite; }*/


/*.page-index .container .__photo:nth-child(3) { -webkit-animation: sliderFade-3 40s linear infinite;  animation: sliderFade-3 20s linear infinite; }*/


/*@-webkit-keyframes sliderFade-1 { */


/*0% {*/


/*opacity: 1*/


/*}*/


/*15% {*/


/*opacity: 1*/


/*}*/


/*30% {*/


/*opacity: .5*/


/*}*/


/*45% {*/


/*opacity:0*/


/*}*/


/*60% {*/


/*opacity:0*/


/*}*/


/*75% {*/


/*opacity:0*/


/*}*/


/*90% {*/


/*opacity:0*/


/*}*/


/*100% {*/


/*opacity:1*/


/*}*/


/*}*/


/*@-webkit-keyframes sliderFade-2 { */


/*0% {*/


/*opacity: 0*/


/*}*/


/*15% {*/


/*opacity: 0*/


/*}*/


/*45% {*/


/*opacity: 1*/


/*}*/


/*60% {*/


/*opacity: 1*/


/*}*/


/*75% {*/


/*opacity: 0*/


/*}*/


/*90% {*/


/*opacity: 0*/


/*}*/


/*100% {*/


/*opacity: 0*/


/*}*/


/*}*/


/*@-webkit-keyframes sliderFade-3 { */


/*0% {*/


/*opacity: 0*/


/*}*/


/*15% {*/


/*opacity: 0*/


/*}*/


/*30% {*/


/*opacity: 0*/


/*}*/


/*45% {*/


/*opacity: 0*/


/*}*/


/*60% {*/


/*opacity: 0*/


/*}*/


/*75% {*/


/*opacity: 1*/


/*}*/


/*90% {*/


/*opacity: 1*/


/*}*/


/*100% {*/


/*opacity: 0*/


/*}*/


/*}*/

.photo:nth-of-type(1) {
    background-image: url(https://www.connectingtraveller.com/assets/web_assets/images/ct100.jpg);
    animation-delay: 24s;
}

.photo:nth-of-type(2) {
    background-image: url(https://www.connectingtraveller.com/assets/web_assets/images/ct300.jpg);
    animation-delay: 16s;
}

.photo:nth-of-type(3) {
    background-image: url(https://www.connectingtraveller.com/assets/web_assets/images/ct200.jpg);
    animation-delay: 8s;
}

.photo:nth-of-type(4) {
    background-image: url(https://www.connectingtraveller.com/assets/web_assets/images/ct300.jpg);
    animation-delay: 0s;
}

.photo {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center top;
    animation-name: front-background;
    background-size: cover;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 32s;
}

@keyframes front-background {
    0% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    92% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.photo-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3) 50%, transparent);
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.border-lefs {
    border-left: 1px solid #c7c7c7 !important;
    height: 100vh;
    margin-left: 60px;
}


/*Register form */

.bordertttt {
    /* padding-top: 7px; */
    border-top: 5px solid cyan;
    width: 72px;
    margin: 0 auto;
}

.returing-box h3 {
    font-size: 25px;
    text-align: center;
    padding-bottom: 12px;
    font-weight: 700 !important;
}


/*Register form */


/*login form */

.returing-list li:before {
    color: #f7943c;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    left: -30px;
    top: 8px;
}

.returing-list li:before {
    content: "●";
}

.returing-list li {
    line-height: 32px;
    color: #000;
    font-size: 14px;
    font-family: sans-serif;
    position: relative;
    text-transform: capitalize;
}

.returing-list {
    margin-top: 42px;
    margin-left: 20px;
}

button.btn.greens {
    margin-left: 17px;
    font-size: 23px;
    background: no-repeat;
    font-weight: 800;
    color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: none;
}

button.btn.greens {
    margin-left: 13px;
    font-size: 20px;
    background: no-repeat;
    font-family: monospace;
}

.green:hover {
    color: #fff;
}

.green {
    background: #ef6603;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 25px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .1em;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    transition: background .2s ease-out;
    font-size: 14px !important;
    font-size: 1rem;
    padding: 20px 15px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    min-width: 200px !important;
    white-space: normal;
    border-radius: 7px !important;
}

.returing-radis {
    border-radius: 50px;
}

section.returing-container {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}

.returing {
    margin-top: 27px;
    margin-left: 8px;
    margin-right: 8px;
}

.returing-box h2 {
    font-size: 25px;
    padding-bottom: 12px;
    font-weight: 700 !important;
}

.returing h2 {
    font-size: 20px;
    padding-bottom: 4px;
    font-weight: 700 !important;
}


/*login form End*/

.reviwss {
    padding-bottom: 20px;
    margin-top: 30px;
}

.Visitsss h3 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
}

.back-pod {
    position: absolute;
    top: 50%;
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: #000; */
    font-weight: 900;
}

.Visitsss {
    background: #ef6603;
    width: 243px;
    /* border-radius: 20px; */
    top: 0px;
    /* position: relative; */
    margin: 0 auto;
    padding: 11px 29px;
    margin-top: 0px;
    text-align: center;
}

.form-group input.form-control {
    height: 40px;
}

.wpcf7-form-control-wrap {
    padding: 10px 20px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-align: left;
    width: 100%;
    display: block;
    background: #f2f2f2;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    height: 45px;
    line-height: 21px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-col-box {
    padding-top: 15px;
}

.m-box h2 {
    width: 70px;
    height: 70px;
    vertical-align: middle;
    background: #e5076c;
    padding-top: 17px;
    font-size: 29px !important;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    padding-bottom: 0 !important;
}

.borderttt {
    /* padding-top: 7px; */
    border-top: 5px solid cyan;
    width: 72px;
}

.boredrr {
    width: 100% !important;
    border-top: 1px solid #9999b157 !important;
    margin-top: -3px !important;
}

.button-box-conta h4 {
    font-size: 13px;
    padding: 5px 5px 5px !important;
    text-align: center;
    cursor: pointer;
}

.row.button-box-container {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-left: 3px;
}

.button-box-conta h4 {
    text-align: center;
}

.row.gallery-imagessde {
    margin-top: 15px;
    margin-bottom: 15px;
}

.gallery-imageseee {
    padding-bottom: 15px;
}

.qutub-minar p {
    font-size: 15px;
    padding-top: 8px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-family: 'graphik-medium';
    line-height: 24px;
}

.qutub-minar h2 {
    font-size: 22px;
    padding-bottom: 12px;
    font-weight: 700 !important;
    padding-top: 20px;
    color: #ff6827;
    font-family: 'graphik-medium';
}

.qutub-minar h3 {
    font-size: 22px;
    padding-bottom: 4px;
    font-weight: 600 !important;
    padding-top: 15px;
    color: #334970;
    font-family: 'graphik-medium';
}

.qutub-minar ul {
    padding-top: 10px;
}

.qutub-minar li {
    list-style: disc;
    margin-left: 20px;
    color: black;
    font-family: 'graphik-medium';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

section.qutub-minar-container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


/*.qutub-minar {*/


/*    border-radius: 10px;*/


/*    padding: 25px;*/


/*    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;*/


/*}*/

.Popular-Travel {
    /* min-height: 258px; */
    padding-bottom: -41px !important;
    margin-bottom: !important;
    margin-top: 10px;
}

.SELECT-CITY-form-conta p {
    font-size: 13px;
}

.SELECT-CITY-form-containessdd {
    padding-top: 5px;
}

.SELECT-CITY-form-conta p {
    font-size: 14px;
}

@media (max-width: 767px) {
    .button-box-conta h4 {
        font-size: 9px !important;
        padding: 5px 5px 5px !important;
        text-align: center;
        cursor: pointer;
    }
    .border-lefs {
        display: none;
    }
    .photo-overlayss {
        position: absolute;
        width: 92% !important;
        border-radius: 14px !important;
        top: 10px !important;
        height: 142px !important;
        background: linear-gradient(rgb(0 0 0 / 64%) 50%, transparent) !important;
    }
    .gallery-imageseee {
        padding-bottom: 15px;
        margin-top: 10px;
    }
    /*.qutub-minar {*/
    /*    padding: 20px;*/
    /*    box-shadow: none !important;*/
    /*}*/
    section.serch-containers.serch-container-bar {
        position: absolute;
        top: 374px !important;
    }
    .know-your-city {
        text-align: center;
    }
    .buttondd {
        background: #ffffff99;
        width: 243px !important;
        float: none !important;
        border-radius: 50px;
        padding: 6px;
    }
    .know-your-cityzfsd {
        margin-top: 22px;
        text-align: center;
    }
    .know-your-city-buttonfgh {
        text-align: center !important;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    button.Started {
        padding: 15px 113px;
        border-radius: 50px;
        color: #000;
        font-weight: 700;
        font-size: 14px !important;
    }
}

.know-your-cityzfsd p {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    padding-top: 10px;
}

.know-your-cityzfsd h2 {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 26px;
}

.know-your-cityzfsd {
    margin-top: 22px;
}

.know-your-city-buttonfgh {
    text-align: right;
}

.know-your-city-buttonfgh ul li {
    display: inline-block;
    margin-right: -30px;
}

.See-More-box p {
    color: #333;
}

.See-More-box h3 {
    font-size: 33px;
    font-weight: 600 !important;
    vertical-align: middle;
    padding-top: 17px;
}

.See-More-box {
    text-align: center;
    background-color: #fff;
    width: 100px;
    margin: 0 auto;
    vertical-align: middle;
    height: 100px;
    border-radius: 50%;
}

.Posted-by {
    text-align: left;
    padding-left: 11px;
}

.Posted-by-iright {
    text-align: right;
    padding-right: 11px;
}

.Victory-tower {
    background: #ffffff;
    padding: 6px 0 1px 0px;
    position: relative;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    top: 0px;
    z-index: auto;
    min-height: 92px;
    box-shadow: rgb(0 0 0 / 35%) 0px 1px 8px;
}

.Victory-tower p {
    color: #333;
    margin-bottom: 0px !important;
    font-size: 13px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.New-Delhi-india-p {
    position: relative;
    top: -73px;
    font-size: 16px;
    padding-left: 9px;
    color: #fff;
    margin-bottom: -79px;
}

.New-Delhi-india h5 {
    font-weight: 600 !important;
}

.New-Delhi-india {
    position: relative;
    top: -77px;
    background: #fff;
    width: 180px;
    text-align: center;
    padding: 5px 0px 5px 0px;
    border-top-right-radius: 20px;
}

section.serch-containers.serch-container-bar {
    position: absolute;
    top: 550px;
}

.know-your-city-container {
    background-image: linear-gradient(#c043df, #f94991);
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}

.know-your-city h2 {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 26px;
}

.know-your-city p {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    padding-top: 10px;
}

button.Started {
    padding: 15px 61px;
    border-radius: 50px;
    color: #000;
    font-weight: 700;
    font-size: 17px;
}

a.Started {
    padding: 15px 61px;
    border-radius: 50px;
    color: #000;
    font-weight: 700;
    font-size: 17px;
}

.know-your-city-button {
    margin-top: 15px;
    text-align: center;
}

.buttondd {
    background: #ffffff99;
    width: 263px;
    float: right;
    border-radius: 50px;
    padding: 6px;
    align-content: center;
    display: inline-block;
}


/*.row {*/


/*     margin-right: 15px !important; */


/*    margin-left: 15px !important;*/


/*}*/

section.SELECT-CITY-form-containe {
    background: #eff9f8;
    padding: 10px 0px 10px 0px !important;
}

.SELECT-CITY-forms select#exampleFormControlSelect1 {
    border-radius: 50px;
}

.SELECT-CITY-forms {
    font-size: 12px;
}

.SELECT-CITY-form-containessdd li {
    display: inline-block;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    padding: 11px 0px 0px 50px;
}

.form-group.SELECT-CITY-forms {
    margin-bottom: 0px !important;
}

section.Popular-Travel-container {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.hadding-ccc h2 {
    font-size: 42px;
    font-weight: 700 !important;
}

.hadding-ccc {
    text-align: center;
}

.Visitss {
    background: #ef6603;
    width: 275px;
    border-radius: 20px;
    top: 20px;
    position: relative;
    margin: 0 auto;
    padding: 4px 29px;
    margin-top: 0px;
    text-align: center;
    z-index: 1;
}

.Visitss h3 {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 5px 0px;
    letter-spacing: 0.3px;
}

.qutub-minar .heading-tips h2 {
    font-size: 20px;
    padding-bottom: 1px;
    font-weight: 700 !important;
}

i.fa.fa-picture-o {
    text-align: center;
    font-size: 35px;
}

.photo-overlayss {
    position: absolute;
    width: 90%;
    border-radius: 14px;
    top: 1px;
    height: 142px;
    background: linear-gradient(rgb(0 0 0 / 64%) 50%, transparent);
}

.popup span#prev {
    position: fixed;
    top: 50%;
    left: 30px;
    transition: all 200ms;
    font-size: 30px !important;
    font-weight: bold;
    color: #fff;
    z-index: 100;
    cursor: pointer;
}

.popup span#next {
    position: fixed;
    top: 50%;
    right: 30px;
    transition: all 200ms;
    font-size: 30px !important;
    font-weight: bold;
    color: #fff;
    z-index: 100;
    cursor: pointer;
}

.popup {
    margin: 0 auto;
    padding: 0px !important;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    max-width: 100% !important;
    height: auto;
    overflow: hidden;
}


/*             .overlay {

  position: fixed;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background: #000000d9;

  transition: opacity 500ms;

  visibility: hidden;

  opacity: 0;

  z-index: 1;

  display: flex;

  align-items: center;

  justify-content: center;

}

.open {

  visibility: visible;

  opacity: 1;

}
*/


/*Popup window styles*/

.popup {
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    max-width: 70%;
    height: auto;
    overflow: hidden;
}

.popup img {
    margin: 0 auto;
    opacity: 0;
    width: 100%;
    height: auto;
    display: none;
}


/*Buttons styles*/

.popup span#close {
    position: fixed;
    top: 60px;
    right: 40px;
    transition: all 200ms;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    z-index: 100;
    cursor: pointer;
}

.popup span#next {
    position: fixed;
    top: 50%;
    right: 30px;
    transition: all 200ms;
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    z-index: 100;
    cursor: pointer;
}

.popup span#prev {
    position: fixed;
    top: 50%;
    left: 30px;
    transition: all 200ms;
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    z-index: 100;
    cursor: pointer;
}

.popup .play_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all 200ms;
    padding-bottom: 30px;
    padding-top: 35px;
    opacity: 0;
    z-index: 101;
}

.popup .play_wrap:hover {
    opacity: 1;
    background-color: rgba(204, 204, 204, 0.8);
}

.popup .play_wrap span {
    font-size: 60px;
}

.popup .play_wrap span#stop {
    display: none;
}

.popup .play_wrap span#play:hover,
.popup .play_wrap span#stop:hover {
    color: #1F6FEB;
    cursor: pointer;
}

.popup .play_wrap span i {
    margin-left: 5px;
    cursor: pointer;
    transition: all 200ms;
    color: #fff;
}

.popup span#next:hover,
.popup span#prev:hover,
.popup span#close:hover {
    color: #1F6FEB;
    border-color: #1F6FEB;
}


/* ***** */


/* PAGE STYLES */


/* ***** */

.wrap {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 50px auto;
}

.gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallery img {
    width: calc(100% * (1/4) - 10px - 1px);
    height: auto;
    margin-bottom: 15px;
    cursor: pointer;
}

.gallery .gallary_block img:last-child {
    margin-right: 0;
}

.gallery .gallary_block {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.dm-search-box {
    margin-top: 9px;
    border: none !important;
    box-shadow: none;
}

.dm-search-box:focus {
    box-shadow: none;
}

input[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]+label:before {
    content: "\2714";
    border: 0.1em solid #d6d6d6;
    border-radius: 0.2em;
    /*display: inline-block;*/
    /*width: 1.1em;*/
    height: 1.2em;
    /*padding-left: 0.2em;*/
    /*padding-bottom: 0.3em;*/
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}

input[type=checkbox]+label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked+label:before {
    background-color: #f94991;
    border-color: #c043df;
    color: #fff;
}

.sg-pickup {
    width: 20px;
    height: 20px;
    position: relative;
    left: 7px;
    background-color: #e96629;
    border-radius: 50%;
    top: 18px;
}

.sg-pickup:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #fff;
    left: 050%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.sg-deliver {
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #e96629;
    border-radius: 50%;
    left: 22px;
    top: 91px;
}

.sg-deliver:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #fff;
    left: 050%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.sg-pickup:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 50px;
    background-color: transparent;
    border-right: 2px dotted #aaa;
    left: 9px;
    top: 21px;
}

.sg-deliver:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 50px;
    background-color: transparent;
    border-right: 2px dotted #aaa;
    left: 9px;
    top: 21px;
}

.dm-days {
    width: 73px;
    height: 35px;
    position: relative;
    background-color: #e96629;
    border-radius: 5px;
    top: 0px;
    display: inline-block;
}

p.chevron {
    display: inline;
    position: relative;
    top: -11px;
    margin-left: 20px;
}

.fa.pull-right {
    margin-left: .3em !important;
    margin-top: 23px;
}

.dm-days span {
    position: absolute;
    color: #fff;
    left: 42%;
    top: 35%;
    /* border-radius: 50%; */
    transform: translate(-50%, -50%);
    margin: 2px 2px 2px 2px;
    /*bottom: 50%;*/
}

.dm-days:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(250, 149, 12, 0);
    border-left-color: #e96629;
    border-width: 7px;
    margin-top: -7px;
}

.dm-days-two {
    width: 73px;
    height: 35px;
    position: relative;
    left: -22px;
    background-color: #e96629;
    border-radius: 5px;
    top: 47px;
}

.dm-days-two span {
    position: absolute;
    color: #fff;
    left: 42%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.dm-days-two:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(250, 149, 12, 0);
    border-left-color: #e96629;
    border-width: 7px;
    margin-top: -7px;
}

.steps {
    padding: 30px 0 0;
    margin-top: 80px;
}

.step_list {
    display: -webkit-box;
    display: flex;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}

.step_list li.active {
    opacity: 1;
}

.step_list li {
    width: 25%;
    list-style: none;
    position: relative;
    z-index: 1;
    opacity: 0.6;
}

.step_list li.active figure {
    background: #f8961d;
}

.step_list li figure {
    width: 60px;
    height: 60px;
    margin: auto auto 15px;
    background: #f5f5f5;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.step_list li.active h4 {
    color: #f8961d;
}

.step_list li h4 {
    font-size: 14px;
    margin: auto;
    color: #2e5571;
}

step_list li.active a {
    color: #f8961d;
}

.step_list li.active:before,
.step_list li.active:after {
    background: #f8961d;
}

.step_list li:after {
    right: 0;
}

.step_list li:after,
.step_list li:before {
    content: "";
    height: 5px;
    background: #f5f5f5;
    position: absolute;
    top: 26px;
    width: 50%;
    z-index: -1;
}

.step_list li {
    width: 25%;
    list-style: none;
    position: relative;
    z-index: 1;
    opacity: 0.6;
}

.step_list li:before {
    left: 0;
}

.step_list li:after,
.step_list li:before {
    content: "";
    height: 5px;
    background: #f5f5f5;
    position: absolute;
    top: 26px;
    width: 50%;
    z-index: -1;
}

img {
    vertical-align: middle;
    border-style: none;
    filter: saturate(125%) contrast(1.02) brightness(1.02);
}

.step_list li .hover_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

.step_text a figure img {
    float: left;
    width: 59% !important;
}

.variant_content {
    margin-bottom: 50px;
}

.simple_variant .package_header {
    background: #fff;
    border: none;
    padding: 0;
}

.package_header {
    background: #f2f4f4;
    padding: 10px 15px;
    border: 1px solid #dee2e6;
    border-bottom: 0;
    margin: 30px 11px 0;
}

.simple_variant .package_header .package_info {
    margin-bottom: 20px;
}

.package_header .row {
    -webkit-box-align: center;
    align-items: center;
}

.simple_variant .package_header .camping_offer {
    padding: 0;
}

.package_header .camping_offer {
    text-align: right;
}

.camping_offer {
    text-align: center;
    padding: 15px 0;
}

.simple_variant .package_header .adult_child {
    background: #f5f5f5;
    padding: 12px;
}

.simple_variant .package_header .adult_child.min_width_box .col-md-3.select_tour_date {
    -webkit-box-flex: 0;
    flex: 0 0 27%;
    max-width: 27%;
}

.simple_variant .adult_child.min_width_box .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
}

.simple_variant .adult_child .col-md-3 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
}

.simple_variant .adult_child .tour_date.form-control {
    background-position: center right 11px;
    background-size: 13px;
}

.adult_child .tour_date.form-control {
    padding: 0 30px 0 10px;
    text-align: left;
    background-image: url(calender-icon.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: white !important;
}

.adult_child .form-control {
    border: 1px solid #d4dadc;
    border-radius: 0;
    color: #7b7f86;
    font-size: 14px;
    height: 38px;
    padding: 0 38px;
    text-align: center;
    height: 40px;
}

.simple_variant .adult_child .form-control {
    height: 38px !important;
}

.adult_child .form-control {
    border: 1px solid #d4dadc;
    border-radius: 0;
    color: #7b7f86;
    font-size: 14px;
    height: 38px;
    padding: 0 30px;
    text-align: center;
    height: 40px;
}

.error-message.variant_error {
    position: absolute;
    bottom: -27px;
    left: 65px;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
}

.simple_variant .adult_child .col-md-3 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
}

.simple_variant .adult_child h4 {
    min-width: 50px;
    margin-bottom: 0;
}

.adult_child h4 {
    font-size: 14px;
    color: #2e5470;
    margin: 0 0 10px;
    font-weight: normal;
    line-height: inherit;
    font-family: 'robotobold';
}

.package_header .adult_child .adult {
    margin-bottom: 0;
}

.adult_child .adult {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

.variant_content .table-responsive {
    padding: 0 10px;
}

.variant_table {
    border: 1px solid #dee2e6;
    width: 100%;
    background: #f5f5f5;
    border-top: 0;
}

.simple_variant .variant_select_table tr {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.variant_table tr th {
    border-top: 0;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    font-family: 'robotobold';
    text-transform: capitalize;
    background: #2e5470;
    border-right: 1px solid #4f677f;
}

.simple_variant .variant_select_table tr:nth-child(2) td {
    border-top: 0;
}

.variant_table td.tent_type,
.variant_table td.inclusion,
.variant_table td.itinerary,
.variant_table td.sekect_guest,
.variant_table td.price_box_new,
.variant_table td.selec_type {
    border-right: 1px solid #dee2e6;
}

.variant_table tr td {
    font-size: 14px;
}

.detail_info {
    margin-top: 15px;
}

.detail_info .info-list {
    padding: 0;
    margin: 5px 0 0;
}

.variant_table tr td {
    font-size: 14px;
}

.variant_table ul {
    padding: 0;
}

.detail_info .info-list li {
    display: block;
    font-size: 14px;
    color: #7b7f86;
    padding: 0 60px 0 30px;
    position: relative;
    margin-bottom: 10px;
}

.detail_info .info-list li:before {
    content: "";
    background: url(/assets/web_assets/images/right-tick.svg) no-repeat;
    height: 18px;
    width: 18px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 2px;
}

.simple_variant .variant_table tr td.cutprice_td {
    padding: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-bottom: 0;
}

.variant_table .price_box_new tr td.cutprice_td {
    position: relative;
    padding-top: 40px;
}

.simple_variant .variant_table tr td.cutprice_td .cut_off_pirce {}

.simple_variant .variant_table tr td.cutprice_td .cut_off_pirce {
    /*opacity: 0;*/
    /*visibility: hidden;*/
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.variant_table .price_box_new .cut_off_pirce {
    background: rgba(248, 150, 29, 0.9);
    position: absolute;
    top: 0;
    left: -22px;
    padding: 8px 17px 8px 35px;
    color: #fff;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    z-index: 1;
}

.variant_table .price_box_new .cut_off_pirce:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 15px solid #ce7b15;
    z-index: -1;
}

.price_box_new tr td {
    border: 0;
    border-bottom: 1px solid #dee2e6;
}

.variant_table tr td {
    font-size: 14px;
}

.simple_variant .package_header span {
    margin-top: 8px;
}

.package_header span {
    display: block;
    font-size: 14px;
}

span.rating {
    display: inline-block;
    margin: 3px 0px 0px 0px;
}

.simple_variant .rating_info li {
    display: inline-block;
    padding: 0 18px 0 24px;
    font-size: 14px;
    color: #2e5470;
    position: relative;
}

.simple_variant .rating_info li {
    display: inline-block;
    padding: 0 18px 0 24px;
    font-size: 14px;
    color: #2e5470;
    position: relative;
}


/*.simple_variant .rating_info li:before {*/


/*    content: "";*/


/*    position: absolute;*/


/*    right: 7px;*/


/*    top: 2px;*/


/*    bottom: 0;*/


/*    width: 1px;*/


/*    height: 70%;*/


/*    background: rgba(46, 84, 112, 0.5);*/


/*    margin: auto;*/


/*}*/

.simple_variant .rating_info li figure {
    position: absolute;
    left: 0;
    top: 0;
}

.simple_variant .rating_info li img {
    max-width: 17px;
}

.simple_variant .package_header .camping_offer {
    padding: 0;
}

.simple_variant .package_header .new_prize {
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
}

.new_prize .offer_prize {
    font-size: 30px;
    font-weight: normal;
    color: #46c07a;
    font-family: 'robotobold';
    line-height: 26px;
}

element.style {}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.simple_variant .package_header .proceed_btn {
    display: inline-block;
    vertical-align: middle;
}

.package_header .package_info .btn-secondary {
    background-color: #ff0024;
    border: 1px solid #ff0024;
}

.btn-secondary {
    color: #fff;
    background-color: #fa950c;
    border-color: #fa950c;
}

.variant_table h3 {
    font-size: 16px;
    color: #2e5470;
    margin: 0 0 15px;
    font-weight: normal;
    line-height: inherit;
    font-family: 'robotobold';
}

.itinerary {
    background: bisque;
    padding: 12px;
    text-align: left;
    border: 1px solid bisque;
    box-shadow: 10px;
    box-shadow: whitesmoke;
}

.itinerary ul li {
    padding-top: 6px;
}

div .itinerary ul li {
    font-size: 14px;
    list-style: none;
    display: block;
    position: relative;
    padding: 0px 0 0px 60px;
}

.itinerary ul li span {
    font-family: 'robotobold';
}

.itinerary ul li span {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #fff;
    font-family: 'robotomedium';
    font-size: 12px;
    background: #fa950c;
    padding: 3px 6px;
    border-radius: 3px;
}

.price_box_new table {
    width: 100%;
}

.total_price_td {
    font-family: 'robotobold';
    color: #fa950c;
}

.variant_table .price_box_new .cut_off_pirce {
    background: rgba(248, 150, 29, 0.9);
    position: absolute;
    top: 0;
    left: -27px;
    padding: 5px 14px 5px 22px;
    color: #fff;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    z-index: 1;
}

.variant_table .price_box_new .cut_off_pirce:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 15px solid #ce7b15;
    z-index: -1;
}

.customer_detail {
    padding: 0px 0 40px;
}

.customer_form {
    width: 570px;
    margin: 30px auto 0px;
    padding: 30px;
    display: block;
    border: 1px solid #e6e3e3;
    background: #fff;
    box-shadow: 0 0 13px rgb(61 68 74 / 13%);
}

.customer_form h4 {
    font-size: 23px;
    color: #2e5470;
    font-family: 'robotobold';
    margin: 0 0 20px;
    text-align: center;
}

.customer_form .form-group {
    position: relative;
    margin: 0 0 14px;
}

.customer_form .form-control {
    border: 1px solid #bdc4c4;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    color: #7b7f86;
    height: 49px;
}

.owl-nav {
    text-align: center !important;
    /*margin-top: 17px;*/
}

.owl-dots {
    display: none;
}

.owl-nav span {
    font-size: 30px;
    /*background: white;*/
    /*padding: 0px 17px 10px 17px;*/
    color: #000;
    border-radius: 5px;
}

.parent-box.owl-carousel.owl-loaded.owl-drag {
    margin-top: 15px;
}

.Wes-Endorsee {
    transition: .4s;
}

.Wes-Endorsee:hover {
    transform: translateY(-10px);
}

.We-Endor {
    transition: .4s;
}

.We-Endor:hover {
    transform: translateY(-10px);
}

.yogesh-top {
    margin-top: 0px;
}

header.mg_header_1 {
    box-shadow: none;
    background: transparent;
}

.mg_header_bg-white {
    background: #fff !important;
    box-shadow: rgb(0 0 0 / 35%) 0px 1px 9px !important;
}

.header-navbar-two li a {
    color: #ffffff;
}

.changer li a {
    color: #333333;
}

.menuIcon span:before {
    background: #fff !important;
}

.menuIcon span:after {
    background: #fff !important;
}

.menuIcon span {
    background: #fff !important;
}

.changer .menuIcon {
    background-color: #fd642f;
}

.header-two .logo-2 {
    display: block;
}

.header-two .logo-1 {
    display: none;
}

.changer .logo-1 {
    display: block;
}

.changer .logo-2 {
    display: none;
}

.review_stage_detail .general_detail {
    font-size: 14px;
    margin-bottom: 30px;
    box-shadow: 0 0 13px rgb(61 68 74 / 13%);
    padding: 20px;
}

.general_detail {
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.callus_box {
    background: #fff;
    border: 1px solid rgba(61, 68, 74, 0.13);
    padding: 12px 30px 12px 90px;
    position: relative;
    min-height: 75px;
    text-align: center;
    width: 290px;
    float: right;
}

.callus_box figure {
    margin: 0;
    background: #f5f7f7;
    width: 80px;
    height: 67px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    left: 3px;
    top: 3px;
}

.callus_box span {
    color: #2e5470;
    font-family: 'OpenSans-Semibold';
    font-size: 12px;
}

.review_stage_detail .general_detail p {
    margin-bottom: 0;
    word-break: break-all;
}

.review_info {
    padding: 15px;
    box-shadow: 0 0 13px rgb(61 68 74 / 13%);
}

.review_info .booking_infotext {
    padding: 0;
    position: relative;
}

.review_info .booking_infotext h4 {
    font-size: 20px;
    color: #2e5470;
    margin: 0;
    font-weight: normal;
    line-height: inherit;
    font-family: 'robotobold';
}

.review_info .booking_infotext h4 a {
    text-decoration: none;
    color: #2e5470;
    display: block;
}

.review_info .booking_infotext ul {
    font-size: 0;
    padding: 0;
    margin: 10px 0 10px;
}

.review_info .booking_infotext ul li {
    display: inline-block;
    font-size: 14px;
    width: 33.33%;
    margin-bottom: 10px;
    vertical-align: top;
}

.review_info .booking_infotext ul li p {
    margin-bottom: 0;
    color: #2e5470;
    font-family: 'robotobold';
}

.review_info .booking_infotext ul li span {
    display: block;
}

.review_stage_detail .payment_detail {
    font-size: 14px;
    position: relative;
}

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

.review_stage_detail .payment_footer {
    margin-top: 17px;
    border-top: 1px solid #f3f3f3;
    padding: 15px;
    box-shadow: 0 0 13px rgb(61 68 74 / 13%);
}

.apply_promocode {
    padding-bottom: 12px;
}

.apply_promocode a.promocode_toggle {
    color: #46c07a;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}

.apply_promocode a.promocode_toggle {
    color: #46c07a;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}


/*.collapse:not(.show) {*/


/*    display: none;*/


/*}*/

.apply_promocode .input-group {
    margin-top: 10px;
    max-width: 290px;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

.review_stage_detail .termcondition_txt {
    display: block;
    float: left;
    font-size: 14px;
}

.styled-selectors {
    position: relative;
}

.styled-selectors input[type="checkbox"]:not(old),
.styled-selectors input[type="radio"]:not(old):not(.style_none_checkbox) {
    height: 28px;
}

.payment_detail .total_price_box strong {
    display: block;
    font-size: 36px;
    color: #46c07a;
    font-weight: normal;
    font-family: 'robotobold';
    line-height: 22px;
    width: 100%;
}

.sotc_slider_area .owl-nav button.owl-next {
    border-radius: 50%;
    right: -25px;
    position: absolute;
    top: 45%;
    height: 45px;
    width: 45px;
    background: url(../assets/web_assets/images/homepage_sprite.png);
    background-position: -104px -105px;
}

.sotc_slider_area .owl-nav button.owl-prev {
    border-radius: 50%;
    left: -25px;
    position: absolute;
    top: 45%;
    height: 45px;
    width: 45px;
    background: url(../assets/web_assets/images/homepage_sprite.png);
    background-position: -254px -105px;
}

.caption-side-text-details {
    position: absolute;
    left: 22px;
    bottom: 20px;
}

p.trending_price_starting {
    font-size: 15px;
    margin-bottom: 0;
    font-family: 'Open Sans';
}

p.trending_price_slide {
    font-size: 25px;
    margin-bottom: 0;
    line-height: 28px;
    font-family: 'Open Sans';
}

.caption-side-text-header {
    margin-bottom: 165px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    max-height: 30px;
}

.caption-side-text {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 20px;
    color: #fff;
    text-align: left;
    background: rgb(0 0 0 / 29%);
    border-radius: 20px;
    margin: 10px 4px 10px 5px;
}

.sotc_common_slider .owl-nav button.owl-prev {
    left: -20px;
    position: absolute;
    top: 35%;
    height: 45px;
    width: 45px;
    background: url(../assets/web_assets/images/homepage_sprite.png);
    background-position: -254px -105px;
}

.sotc_common_slider .owl-nav button.owl-next {
    right: -20px;
    position: absolute;
    top: 35%;
    height: 45px;
    width: 45px;
    background: url(../assets/web_assets/images/homepage_sprite.png);
    background-position: -104px -105px;
}

section.Adventure-plan-container {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: none !important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-carousel {
    margin: 0 auto;
    width: 100%;
}

.slick-slide {
    text-align: center !important;
    height: fit-content !important;
    /*width: 282px !important;*/
}


/* The width of each slide */


/* Color of the arrows */

.slick-next::before,
.slick-prev::before {
    color: #e96629 !important;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 42px !important;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -21px !important;
    z-index: 999 !important;
}

.slick-next {
    z-index: 999 !important;
    right: 4px !important;
}

.Enquiry-Now-butt {
    border: 1px solid #e96629 !important;
    background: #e96629 !important;
    color: #fff !important;
}

.India-box-d {
    position: absolute;
    top: 22px;
    left: 21px;
}

.India-box-d p {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    z-index: 999;
    text-transform: uppercase;
    position: relative;
}

.india-tour-shdw {
    transition: -webkit-transform .13s ease-in-out;
    transition: transform .13s ease-in-out;
    transition: transform .13s ease-in-out, -webkit-transform .13s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.india-tour-shdw:hover {
    -webkit-transform: translate3d(0, -.25rem, 0);
    transform: translate3d(0, -.25rem, 0);
}

element.style {}

.DetailsSmall-2bn0S {
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 600;
    min-height: 1rem;
}

.DetailsSmall-2bn0S {
    font-size: 17px !important;
    line-height: 2rem !important;
    font-weight: 600 !important;
    min-height: 0rem !important;
    float: left !important;
    position: relative;
    bottom: 5px;
}

.Title-3pptX {
    font-size: 1.6875rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}


/*.DetailsSmall-2bn0S {*/


/*    font-size: .875rem;*/


/*    line-height: 1rem;*/


/*    font-weight: 600;*/


/*    min-height: 1rem;*/


/*}*/

.content-panel {
    margin-top: 26px;
}

img.reds {
    width: 28px;
}

.app-layout-4 li {
    margin-right: 0px;
    text-align: center;
    display: inline-block;
    width: 18.33%;
    font-size: 12px;
    padding: 7px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #c7c6c6;
    position: relative;
}

.app-layout-4 li:last-child {
    border: none;
}

ul.app-layout-2.app-layout-4 {
    margin-top: 0px;
    margin-top: 0px;
    background: #f9f9f9;
}

.content-panel h3 {
    margin: 0 0 8px;
}

.content-panel h3 {
    font-size: 18px;
    color: #fa950c;
    margin: 0;
    font-weight: normal;
    line-height: inherit;
    font-family: 'robotobold';
}

.content-panel h3 a {
    text-decoration: none;
    color: #ff5722;
    font-weight: bold;
    font-size: 24px;
}

.content-panel .camping_offer {
    text-align: left;
    border-top: 1px solid #e1e5e6;
    margin-top: 20px;
}

.camping_offer {
    text-align: center;
    padding: 15px 0;
}

.new_prize {
    display: inline-block;
    vertical-align: middle;
}

.content-panel .camping_offer span {
    text-align: center;
}

.new_prize span {
    display: block;
    font-size: 13px;
    color: #7b7f86;
}

.content-panel .camping_offer .offer_prize {
    padding: 5px 0;
    display: block;
}

.new_prize .offer_prize {
    font-size: 30px;
    font-weight: normal;
    color: #ff5722;
    font-family: 'robotobold';
    line-height: 26px;
}

.new_prize span {
    display: block;
    font-size: 13px;
    color: #7b7f86;
}

.old_prize {
    font-size: 23px;
    font-weight: normal;
    color: #9fa2a7;
    margin-left: 15px;
    text-decoration: line-through;
    line-height: 22px;
    vertical-align: middle;
}

.camping_offer .discount {
    margin-left: 5px;
}

.camping_offer .discount {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.discount {
    background-image: url(/assets/web_assets/extra-images/offer-circle.png);
    background-repeat: no-repeat;
    height: 59px;
    width: 59px;
    color: #fff;
    font-size: 13px;
    font-family: 'OpenSans-Semibold';
    line-height: 14px;
    padding: 15px 10px;
    position: absolute;
    right: 10px;
    top: -26px;
    text-align: center;
}

.new_prize span {
    display: block;
    font-size: 13px;
    color: #7b7f86;
}

.enquiry-button {
    text-align: center;
}

.enquiry-button button {
    width: 206px;
}

.enquiry-button button {
    font-size: 24px;
    font-family: 'PT Sans';
}

.enquiry-button button {
    margin: 0;
    width: 100%;
    height: 45px;
}

.content-panel h3 a .btn-info {
    color: #fff;
    background-color: #ff5722;
    border-color: #e96629
}

.btn-info:hover {
    color: #fff;
    background-color: #ff5722;
    border-color: #e96629
}

.bookss {
    color: #fff;
    background-color: #ff5722;
    border-color: #e96629;
}

.btn-info.bookss.focus,
.btn-info.bookss:focus {
    color: #fff;
    background-color: #ff5722;
    border-color: #e96629
}

.btn-light {
    color: #2e5470;
    background-color: #f5f7f7;
    border-color: #d4dadc;
}

section.india-tour-container {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.india-tour-shdw {
    margin-bottom: 30px;
    position: relative;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover !important;
}

.homess {
    -ms-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.homess:hover {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.Title-3pptX {
    font-size: 20px;
    line-height: 2px;
    margin-bottom: 0rem;
    color: #fff;
    font-weight: 700;
}

.india_tour_txt-d {
    position: absolute;
    right: 0;
    bottom: 29px;
    left: 19px;
    z-index: 999;
    color: #fff;
    text-align: left;
}

.india_tour_title-d {
    font-size: 23px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 3px;
    font-weight: 700;
}

.india_tour_start-d {
    font-size: 21px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 5px;
    font-family: 'PT Sans';
}

.butt-main-d {
    width: auto;
    float: right;
    right: 21px;
    bottom: -24px;
    position: relative;
}

.india_tour_txt-d .btn-primary {
    width: 100%;
}

.india_tour_txt-d .btn-outline {
    background: transparent;
    color: #F78536;
}

.india_tour_txt-d .btn {
    /*display: inline-block;*/
    /*text-align: center;*/
    /*vertical-align: middle;*/
    /*white-space: nowrap;*/
    /*padding: 0px 10px 0px 10px;*/
    /*font-size: 13px;*/
    /*line-height: 42px;*/
    /*border-radius: 4px;*/
    /*opacity: 1;*/
    /*border: 2px solid #fff !important;*/
    /*color: #fff !important;*/
    /*letter-spacing: 1px !important;*/
    /*font-weight: 400 !important;*/
    /*text-decoration: none;*/
    /*margin-top: 12px;*/
    border-radius: 1.5rem;
    padding: 0px 2rem;
    line-height: 27px;
    background: rgba(0, 0, 0, .3);
    font-size: 13px;
    font-weight: 600;
    height: 29px;
    border: 1px solid #fff !important;
}

.india_tour_txt-d .btn-primary:hover {
    transition: 0.5s;
}

.india_tour_txt-d .btn:hover {
    border: 1px solid #e96629 !important;
    background: #e96629 !important;
    color: #fff !important;
}

.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tbody>tr>th,
.table-responsives>.table>tfoot>tr>td,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>thead>tr>th {
    white-space: normal;
}

.rating-tour-details p {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    line-height: 1;
    font-size: 15px;
    color: #000;
    font-weight: 800;
    margin-left: 8px;
}

.cate-tour {
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*width: calc((100% - 27.8px) / 3);*/
    border-radius: 20px;
    box-shadow: 0 0 27px 0 rgb(0 0 0 / 15%);
    overflow: hidden;
    margin: 10px 0 10px 0;
    object-fit: cover;
}

.luxury-experiences__grid-item-title {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: 1.21;
    letter-spacing: 0.84px;
    z-index: 1;
    top: 50%;
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
}

.luxury-experiences__banner {
    height: 588px;
    flex: 0 0 639px;
    padding: 0 36px;
}

.luxury-experiences__banner {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 490px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    padding: 0 16.4px;
    margin-top: 10px;
}

a {
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out;
    text-decoration: none;
}

.luxury-experiences__banner-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain !important;
    z-index: -1;
}

.lazy-image {
    opacity: 1;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.luxury-experiences__banner-discount .discount-left {
    font-size: 19.7rem;
    letter-spacing: -7.88px;
}

.luxury-experiences__banner-discount .discount-left {
    font-weight: bold;
    font-size: 121.7px;
    line-height: 1;
    letter-spacing: -4.84px;
}

.luxury-experiences__banner-discount .discount-right .percent-sign {
    font-size: 9rem;
    letter-spacing: -3.6px;
}

.luxury-experiences__banner-discount .discount-right .percent-sign {
    font-size: 56px;
    line-height: 1;
    letter-spacing: -2.24px;
    padding-top: 20px;
}

.luxury-experiences__banner-discount .discount-right .off-text {
    font-size: 4.5rem;
    letter-spacing: -1.8px;
}

.luxury-experiences__banner-discount .discount-right .off-text {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -1.04px;
}

.luxury-experiences__banner-content {
    z-index: 1;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.luxury-experiences__banner-upto {
    font-size: 4.1rem;
    line-height: 1.22;
    letter-spacing: -1.64px;
}

.luxury-experiences__banner-discount {
    display: flex;
    flex-flow: row nowrap;
    color: #fecf24;
}

.luxury-experiences__banner-bottom-text {
    font-size: 2.4rem;
    line-height: 1.21;
    letter-spacing: 3.84px;
}

.luxury-experiences__banner-bottom-text {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2.08px;
}

.luxury-experiences__cta-btn {
    margin: 20px 0 0 auto;
    font-size: 24px;
}

.luxury-experiences__cta-btn {
    background-color: #fecf24;
    color: black;
    font-weight: 600;
    outline: none;
    border: none;
    border-radius: 6px;
    margin: 10px 0 0 auto;
    font-size: 14px;
    padding: 5px 15px;
}

.cate-tour:nth-child(4n) {
    height: 100px;
}


/*~~~~~~~~~~~ STYLE~~~~~~~~~~~~~~~~~~*/

.tour-listing-section {
    background: #f6f8fb;
}

.tour-listing-main {
    margin-bottom: 30px;
}

.tour-listing {
    /*padding: 30px 0;*/
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s;
    margin: 0px 0;
    border-radius: 20px;
    /*margin-bottom: 25px;*/
}

.tour-listings-container .result-card-content-section {
    padding: 15px;
}

.tour-listings-container .result-card-content-section .result-content-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: -0.5px;
    -webkit-line-clamp: 2;
    max-height: calc(2rem * 1.23 * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #505050;
}

.tour-listings-container .result-card-content-section .stays-extra-details {
    color: #e96629;
    font-weight: 600;
    margin: 10px 0 0px;
    font-family: 'Poppins';
    font-size: 18px;
}

.tour-listings-container .result-card-content-section .result-content-descriptors {
    display: flex;
    justify-content: flex-start;
    /*margin: 1.4rem 0;*/
    flex-flow: row wrap;
    margin-bottom: 10px;
}

.tour-listings-container .result-content-text {
    color: #555;
    font-size: 1.4rem;
    line-height: 2.3rem;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 400;
    max-height: 150px;
}

.tour-listings-container .result-content-text p {
    color: #555;
    font-size: 1.4rem;
    line-height: 2.3rem;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 400;
    max-height: 150px;
}

.result-card-info-section {
    padding: 0px 0;
}

.result-card-info-section .info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    /*padding: 29px 2rem;*/
    -webkit-box-shadow: -1px 0px 0px 0px #e8e8e8;
    -moz-box-shadow: -1px 0px 0px 0px #e8e8e8;
    box-shadow: -1px 0px 0px 0px #e8e8e8;
    height: 100%;
}

.result-card-info-section .info-box .ratings {
    width: 100%;
    justify-content: flex-end;
}

.result-card-info-section .info-box .ratings .text-ratings {
    display: inline-block;
    margin-right: 5px;
}

.result-card-info-section .info-box .ratings .text-ratings .rating-desc {
    text-align: right;
}

.result-card-info-section .info-box .ratings .text-ratings .rating-qty {
    font-size: 1.1rem;
    margin: 0;
}

.result-card-info-section .info-box .numeric-rating {
    width: 4.5rem;
    height: 2.7rem;
    border-radius: 7px;
    background-image: linear-gradient(to left, #ffb100, #ff7102);
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.result-card-info-section .info-box .star-rating {
    margin: 0 0 0 auto;
}

.result-card-info-section .info-box .star-rating .rating-qty {
    font-size: 1.1rem;
    margin: 0;
    text-align: left;
    margin-top: 10px;
}

.raiting-list {
    display: flex;
}

.result-card-info-section .info-box .price {
    margin: auto 0;
    width: 100%;
    align-items: flex-end;
    text-align: right;
}

.result-card-info-section .info-box .price .price-text {
    margin: 0 0 7px;
    font-weight: 600;
    font-size: 15px;
    color: #111;
    margin-bottom: 0.5rem;
}

.result-card-info-section .info-box .price .original-price {
    font-size: 1.2rem;
    font-weight: 300;
    color: #e96629;
    margin-bottom: 5px;
}

.btn-warning {
    color: #fff;
    background-color: #fe7345;
    border-color: #fe7345;
}

.result-card-info-section .info-box .price .current-price-wrapper {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.result-card-info-section .info-box .price .current-price-wrapper .current-price {
    text-align: right;
    color: rgba(0, 0, 0, 0.75);
    font-size: 20px;
    font-weight: 900;
    font-family: 'Poppins';
}

.result-card-info-section .info-box .price .current-price-wrapper .current-price .current-price-inventory-name {
    text-transform: lowercase;
    font-size: 13px;
}

.result-card-info-section .info-box .cta {
    width: 100%;
    text-align: right;
}

.result-card-info-section .info-box .cta .btn-sm {
    min-width: 80%;
}

.result-card-info-section .info-box .cta .btn-sm {
    /*font-family: 'Barlow', sans-serif;*/
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background-color: rgb(254 115 69);
    border-radius: 10px;
}

.tour-listings-container .result-card.pop-card:after {
    border-radius: 20px;
}

.tour-listing::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.inline-block {
    display: inline-block;
}

.tour-listing-image-container {
    padding: 0px;
    margin: 0px;
}

.tour-image-filter {
    padding: 0;
    border-radius: 4px;
    /* margin-left: 5px; */
    width: 100%;
    height: 206px;
    object-fit: cover;
    margin: 5px;
    filter: saturate(125%) contrast(1.02) brightness(1.02);
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~ Start Search Filter ~~~~~~~~~~~~~~~~~~~~~~~~*/

.search-filters-container {
    flex: 0 0 250px;
    margin-right: 4%;
    height: fit-content;
    border-radius: 19px;
    background-color: #fff;
}

.search-filters-container .filters-header {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    padding: 1.5rem 2.4rem;
    justify-content: space-between;
    align-items: baseline;
}

.search-filters-container .filters-header .heading {
    font-weight: 700;
    font-size: 1.3rem;
    display: inline;
}

.search-filters-container .filters-header .filter-reset-button {
    min-width: auto;
    padding: 7px 15px;
}

.search-filters-container .filter {
    padding: 2.4rem 2.4rem;
}

.checkbox-filter {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 1.2rem;
}


/*.checkbox-filter .custom-checkbox {*/


/*    cursor: pointer;*/


/*    -webkit-tap-highlight-color: transparent;*/


/*    -webkit-user-select: none;*/


/*    -moz-user-select: none;*/


/*    user-select: none;*/


/*}*/

.checkbox-filter .custom-checkbox {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    font-size: 14px;
    font-weight: 500;
}

.custom-checkbox>input[type="checkbox"] {
    /*position: absolute;*/
    /*opacity: 1;*/
    /*z-index: -1;*/
    display: block;
    /*margin: 6px -6px 0px !important;*/
}

.custom-checkbox-icon {
    display: inline-block;
    margin-right: 10px;
    color: #999;
}

.custom-checkbox-icon:before {
    font-family: "icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-filters-container .booking-type-filters .icon-flash {
    font-size: 1.5rem;
    margin-left: 5px;
    color: #ff5300;
}

.search-filters-container .sub-filter-heading {
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #e0e0e0;
}

.search-filters-container .sub-filter-heading .title {
    font-weight: 700;
    font-size: 1.7rem;
    display: inline;
    color: #505050;
}

.search-filters-container .filter {
    padding: 2.4rem 2.4rem;
}

.collapse.in {
    display: block !important;
}

.collapse {
    display: block;
}

.preloader-section {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #d4d4d4;
    z-index: 9999;
    opacity: 0.9;
    display: none;
}

.preloaders {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 99999999;
}

section.team-section.team-section-mobile {
    display: none;
}

.tour-video-item.tour-video-item-details.pt-100.order-1.order-lg-2.tab-pt-0.mobile {
    display: none;
}

.container.tour-category {
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .container-story {
        width: 75%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.col-lg-6 p {
    font-family: rubik, sans-serif;
}

.map-shape {
    position: absolute;
    z-index: -1
}

.map-shape.map-shape-1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.map-shape.map-shape-2 {
    top: 130px;
    right: 0
}

.map-shape.map-shape-top {
    top: 0;
    -webkit-transform: none;
    transform: none
}

.map-shape.map-shape-bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none
}

.map-shape.map-shape-vertical-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.map-shape.map-shape-top-100 {
    top: -100px
}

.map-shape.map-shape-sm img {
    width: 80%;
    opacity: .5
}

.about-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px
}

.about-content-item:last-child {
    margin-bottom: 0
}

.about-content-thumb {
    width: 60px;
    font-size: 60px;
    color: #363636;
    line-height: 1
}

.about-content-texts {
    padding-left: 30px
}

.about-content-texts h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #17305c;
    font-weight: 700;
    font-family: oswald, sans-serif
}

.about-content-texts p {
    font-size: 16px;
    margin-bottom: 0;
    font-family: rubik, sans-serif
}

.about-title {
    margin-bottom: 30px
}

.about-title p {
    margin-bottom: 25px
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.row-story {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.section-title {
    max-width: 690px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.section-title small {
    display: inline-block;
    font-size: 24px;
    font-family: satisfy, cursive;
    margin-bottom: 10px;
    font-weight: 500;
    color: #e96629
}

.section-title small:last-child {
    margin-bottom: 0
}

.section-title h2 {
    font-size: 35px;
    margin-bottom: 15px !important;
    position: relative !important;
    line-height: 1.4 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.main-btn {
    padding: 15px 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 0;
    z-index: 0 !important;
    background-color: #3fd0d4;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: oswald, sans-serif;
    overflow: hidden;
    white-space: nowrap;
}

.section-title h2:last-child {
    margin-bottom: 20px !important;
}

.section-title p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative
}

.section-title p:last-child {
    margin-bottom: 0
}

.section-title p a {
    color: #3fd0d4
}

.section-title.section-title-lg {
    max-width: 940px
}

.section-title.section-title-white small {
    color: #fff
}

.section-title.section-title-white h2 {
    color: #fff !important;
}

.section-title.section-title-white p {
    color: #fff
}

.section-title.section-title-left {
    max-width: 100%;
    text-align: left
}

.sub-section-title {
    margin-bottom: 26px
}

.sub-section-title .sub-section-title-heading {
    font-size: 35px;
    margin-bottom: 20px
}

.sub-section-title p {
    font-size: 16px;
    font-weight: 400
}

.single-card {
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .10);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .10);
    background-color: #fff;
    padding: 10px 10px 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.single-card:hover .single-card-image:after {
    opacity: 1
}

.single-card:hover .single-card-content h3 a {
    color: #3fd0d4
}

.single-card:hover .social-list li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.single-card:hover .single-card-action li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.single-card-rotate:hover:nth-child(odd) .single-card {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

.single-card-rotate:hover:nth-child(even) .single-card {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
}

.single-card-image {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative
}

.single-card-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.3)), color-stop(50%, transparent));
    background-image: linear-gradient(to top, rgba(20, 20, 20, 0.3), transparent 50%);
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

i.fa.fa-pencil-square-o {
    color: white !important;
    font-size: 20px;
}

.single-card-image img {
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
    height: 270px;
    width: 100%;
}

.single-card-image .single-card-action {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.single-card-image .single-card-social {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 1
}

.single-card-image .social-list li {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.single-card-image .social-list li a {
    color: #fff
}

.single-card-image .social-list li a:hover {
    color: #3fd0d4
}

.single-card-image .social-list li:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.single-card-image .social-list li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.single-card-image .social-list li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.single-card-image .social-list li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.single-card-action {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    text-align: center
}

.single-card-action li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.single-card-action li:last-child {
    margin-bottom: 0
}

.single-card-action li .main-btn {
    padding: 10px 25px;
    font-size: 15px
}

.single-card-action li:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.single-card-action li:nth-child(2) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.single-card-content {
    text-align: center
}

.single-card-content h3 {
    font-size: 20px;
    margin-bottom: 7px
}

.single-card-content h3 a {
    color: #363636
}

.single-card-content p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #959595;
    font-family: oswald, sans-serif
}

.pb-70 {
    padding: 70px !important;
}

.tour-video-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tour-video-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tour-video-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.tour-video-item-details {
    padding-left: 10px;
    padding-bottom: 350px
}

.tour-video-bg {
    background-image: url(https://www.connectingtraveller.com/assets/web_assets/images/taj2.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 0 20px 20px 0;
    position: relative
}

@-webkit-keyframes videoIconScale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

@keyframes videoIconScale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

.video-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 180px
}

.video-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #3fd0d4;
    border-radius: 50%;
    -webkit-animation: videoIconScale 1s infinite linear;
    animation: videoIconScale 1s infinite linear
}

.video-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #3fd0d4;
    border-radius: 50%;
    -webkit-animation: videoIconScale 1.2s infinite linear;
    animation: videoIconScale 1.2s infinite linear
}

.video-icon i {
    line-height: 100px;
    font-size: 30px;
    color: #fff;
    width: 100px;
    height: 100px;
    background-color: #3fd0d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 1
}

.tour-category-card a {
    display: block;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .06);
    text-align: center
}

.tour-category-card i {
    font-size: 100px;
    line-height: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.tour-category-card h3 {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 5px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.tour-category-card-blue a {
    color: #e96629
}

.tour-category-card-blue a h3 {
    color: #e96629
}

.tour-category-card-blue a:hover {
    background: #e96629;
    color: #fff
}

.tour-category-card-blue a:hover h3 {
    color: #fff
}

.tour-category-card-pink a {
    color: #f85ba6
}

.tour-category-card-pink a h3 {
    color: #f85ba6
}

.tour-category-card-pink a:hover {
    background: #f85ba6;
    color: #fff
}

.tour-category-card-pink a:hover h3 {
    color: #fff
}

.tour-category-card-green a {
    color: #10e9dd
}

.tour-category-card-green a h3 {
    color: #10e9dd
}

.tour-category-card-green a:hover {
    background: #10e9dd;
    color: #fff
}

.tour-category-card-green a:hover h3 {
    color: #fff
}

.tour-category-card-yellow a {
    color: #ffa877
}

.tour-category-card-yellow a h3 {
    color: #ffa877
}

.tour-category-card-yellow a:hover {
    background: #ffa877;
    color: #fff
}

.tour-category-card-yellow a:hover h3 {
    color: #fff
}

.tour-category-card-purple a {
    color: #4d66e6
}

.tour-category-card-purple a h3 {
    color: #4d66e6
}

.tour-category-card-purple a:hover {
    background: #4d66e6;
    color: #fff
}

.tour-category-card-purple a:hover h3 {
    color: #fff
}

.tour-category-card-greendark a {
    color: #60cce4
}

.tour-category-card-greendark a h3 {
    color: #60cce4
}

.tour-category-card-greendark a:hover {
    background: #60cce4;
    color: #fff
}

.tour-category-card-greendark a:hover h3 {
    color: #fff
}

.tour-category {
    margin-top: -280px;
    position: relative
}

.image-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative
}

.image-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(20, 20, 20, .4)
}

.image-bg-1 {
    background-image: url(https://templates.envytheme.com/traip/default/images/image-bg/image-bg-1.jpg)
}

.mt-10 {
    margin-top: 10px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-100 {
    margin-top: 100px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-100 {
    margin-bottom: 100px
}

.pt-10 {
    padding-top: 10px
}

.pt-30 {
    padding-top: 30px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-min-100 {
    padding-top: calc(100px - 8px)
}

.pt-100 {
    padding-top: 100px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-200 {
    padding-bottom: 200px
}

.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.p-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pl-30 {
    padding-left: 30px
}

.pr-30 {
    padding-right: 30px
}

.sec-pt-70 {
    padding-top: 70px
}

.sec-pb-40 {
    padding-bottom: 40px
}

.sec-pb-70 {
    padding-bottom: 70px
}

.no-animation {
    -webkit-animation: none !important;
    animation: none !important
}

p {
    color: #000;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #363636;
    /*
    font-weight: 700;

    font-family: oswald, sans-serif !important  */
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width:1199px) {
    .trip-nav li a {
        font-size: 12px !important;
    }
}

@media only screen and (max-width:991px) {
    .p-tb-100 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .pt-70 {
        padding-top: 20px
    }
    .pt-80 {
        padding-top: 30px
    }
    .pt-100 {
        padding-top: 50px
    }
    .pt-min-100 {
        padding-top: calc(50px - 6px)
    }
    .pb-70 {
        padding-bottom: 20px
    }
    .pb-80 {
        padding-bottom: 30px
    }
    .pb-100 {
        padding-bottom: 50px
    }
    .pb-130 {
        padding-bottom: 60px
    }
    .pb-160 {
        padding-bottom: 90px
    }
    .mb-100 {
        margin-bottom: 50px
    }
    .mt-100 {
        margin-top: 50px
    }
    .tab-pt-0 {
        padding-top: 0
    }
    .tab-pb-30 {
        padding-bottom: 30px
    }
    .section-title {
        margin-bottom: 30px
    }
    .section-title small {
        margin-bottom: 7px
    }
    .section-title h2 {
        font-size: 30px;
        margin-bottom: 10px
    }
    .section-title p {
        margin-bottom: 20px
    }
    .section-title.section-title-left {
        text-align: center
    }
    .section-title .btn {
        margin: auto
    }
    .section-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .section-buttons .main-btn {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 15px
    }
    .navbar-area {
        padding-left: 0;
        padding-right: 0
    }
    .mean-container .mean-bar {
        background-color: transparent
    }
    .mobile-nav .logo {
        position: inherit;
        top: 0;
        left: 0
    }
    .ui-widget.ui-widget-content {
        border: 1px solid #ccc !important;
        border-radius: 0
    }
    .ui-datepicker {
        top: 235px;
    }
    .booking-search {
        display: none
    }
    .header-banner {
        height: 725px
    }
    .header-banner-2 {
        height: auto
    }
    .header-content {
        max-width: 100%;
        width: 100%
    }
    .header-content h1 {
        font-size: 48px
    }
    .fixed-header-banner .header-content {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .header-banner-2 {
        padding-top: 200px;
        padding-bottom: 120px
    }
    .header-banner-2 .header-content {
        margin-bottom: 0
    }
    .inner-page-header {
        padding-top: 108px;
        padding-bottom: 180px
    }
    .inner-page-header .header-content h1 {
        margin-bottom: 10px
    }
    .inner-header-shape {
        height: 140px
    }
    .parallax-cover {
        height: 140px;
        bottom: 95px;
        background-size: cover
    }
    .scroll-parallax {
        height: 820px
    }
    .max-685 {
        max-width: 700px
    }
    .about-title {
        margin-bottom: 30px
    }
    .about-content-item {
        margin-bottom: 25px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px
    }
    .about-content-thumb {
        margin-bottom: 15px
    }
    .about-content-texts {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        padding-left: 0
    }
    .card-2-image {
        padding: 0;
        padding-bottom: 5px
    }
    .card-2-info h3 {
        font-size: 20px
    }
    .card-2-info-price {
        font-size: 20px
    }
    .card-2-action {
        font-size: 18px
    }
    .card-2-action i {
        font-size: 16px
    }
    .tour-video-item {
        width: 100%
    }
    .tour-video-item-details {
        padding-left: 0
    }
    .tour-video-bg {
        height: 500px;
        width: 100%
    }
    .tour-video-item-details {
        padding-bottom: 30px
    }
    .tour-category {
        margin-top: -70px;
        position: relative
    }
    .tour-video-section {
        padding-bottom: 50px
    }
    .testimonial-carousel .owl-stage-outer {
        padding-top: 0;
        padding-bottom: 0
    }
    .testimonial-carousel .owl-item.center .testimonial-card {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    .blog-flat-1:hover .blog-card-content p {
        opacity: 1;
        pointer-events: all
    }
    .blog-flat-1:hover .blog-card-content .blog-redirect-link {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        pointer-events: all
    }
    .blog-card-content h3 {
        font-size: 20px
    }
    .blog-card-content p {
        font-size: 16px;
        margin-bottom: 12px
    }
    .blog-redirect-link {
        position: inherit;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        pointer-events: all
    }
    /*.blog-image-card {*/
    /*    height: 500px*/
    /*}*/
    .blog-image-card:hover .blog-card-content .blog-entry {
        -webkit-transform: none;
        transform: none
    }
    .blog-image-card:hover .blog-card-content h3 {
        -webkit-transform: none;
        transform: none
    }
    .blog-image-card:hover .blog-card-content p {
        -webkit-transform: none;
        transform: none
    }
    .blog-image-card:hover .blog-redirect-link {
        -webkit-transform: none;
        transform: none
    }
    .blog-image-card .blog-redirect-link {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        pointer-events: all
    }
    .footer-bg {
        padding-top: 590px
    }
    .topbar {
        display: none
    }
    .fixed-top {
        top: 0
    }
    .destination-card-content {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .about-content-details h3 {
        font-size: 25px
    }
    .destination-card-name {
        font-size: 30px
    }
    .destination-card-full:hover .destination-card-image img {
        -webkit-transform: none;
        transform: none
    }
    .forum-details h1 {
        font-size: 40px
    }
    .forum-details h2 {
        font-size: 30px
    }
    .forum-details h3 {
        font-size: 25px
    }
    .forum-details h4 {
        font-size: 22px
    }
    .forum-details h5 {
        font-size: 19px
    }
    .forum-details h6 {
        font-size: 17px
    }
    .forum-details blockquote {
        padding: 25px 40px
    }
    .forum-details blockquote:before {
        left: 25px
    }
    .recent-post-content h3 {
        font-size: 22px
    }
    .recent-post-item {
        width: 45%
    }
    .sub-section-title .sub-section-title-heading {
        font-size: 30px
    }
    .details-card-content {
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px
    }
    .product-details-caption .card-2-info h3 {
        font-size: 35px
    }
    .product-details-caption .card-2-info .card-2-info-price {
        font-size: 35px
    }
    .product-tab-list li {
        font-size: 18px;
        padding: 15px 20px
    }
    .contact-info-item small {
        font-size: 19px
    }
    .contact-info-item h2 {
        font-size: 25px;
        margin-bottom: 14px
    }
    .product-info-header h2 {
        font-size: 30px
    }
    .coupon-modal {
        width: 95%;
        padding: 30px 20px
    }
    .coupon-modal-close {
        position: absolute;
        top: 10px;
        right: 10px
    }
    .split-tab-bg {
        padding-top: 130px;
        padding-bottom: 50px
    }
    .split-tab-bg .section-title h2 {
        color: #fff
    }
    .fp-section.fp-table {
        height: auto !important
    }
    .fp-tableCell {
        display: block;
        height: auto !important
    }
    .split-screen-item-body .header-content {
        margin-bottom: 25px
    }
    .split-screen-item-body .section-title h2 br {
        display: none
    }
    .split-tab-pt-100 {
        padding-top: 50px
    }
    .split-tab-pb-100 {
        padding-bottom: 50px
    }
    .split-tab-ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .split-tour-carousel {
        margin-bottom: 10px
    }
    .split-tour-carousel .owl-stage-outer {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: -20px
    }
    .split-product-carousel {
        margin-bottom: 10px
    }
    .split-product-carousel:hover {
        cursor: e-resize
    }
    .split-product-carousel .owl-stage-outer {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: -20px
    }
    .split-overflow-auto {
        overflow: inherit !important
    }
    .split-screen-item-body {
        position: relative
    }
    .split-screen-item-body .footer-lower {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .split-mb-70 {
        margin-bottom: 50px
    }
    .split-mob-pb-0 {
        padding-bottom: 0
    }
    .mobile-search-item .guest-popup {
        width: 15em
    }
    .blog-card:hover .blog-card-content p {
        opacity: 1
    }
}

@media only screen and (max-width:767px) {
    .max-455 {
        max-width: 540px
    }
    /* .form-control {
        padding: 12px 22px
    } */
    .social-list li {
        font-size: 16px;
        margin-right: 15px
    }
    .mobile-xs-hide {
        display: none
    }
    .mobile-nav-sidebar {
        display: block !important;
        margin-left: 0;
        padding-left: 0
    }
    .mobile-nav-sidebar:before {
        content: none !important
    }
    .navbar-language .dropdown-menu[style] {
        right: -20px !important;
        left: auto !important
    }
    .main-btn {
        padding: 7px 14px;
        font-size: 18px;
    }
    .main-btn i {
        font-size: 15px
    }
    .breadcrumb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .breadcrumb .breadcrumb-item {
        font-size: 15px
    }
    .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
        font-size: 12px
    }
    .section-title small {
        font-size: 20px;
        margin-bottom: 5px
    }
    .section-title h2 {
        font-size: 25px;
        margin-bottom: 8px
    }
    .section-title p {
        font-size: 16px
    }
    .parallax-cover {
        height: 115px;
        bottom: 60px
    }
    .header-banner {
        height: 510px
    }
    .header-banner-2 {
        height: auto
    }
    .scroll-parallax {
        height: 570px
    }
    .header-content h1 {
        font-size: 30px;
        margin-bottom: 20px
    }
    .mobile-booking-search.active {
        padding: 20px
    }
    .mobile-search-body h3 {
        font-size: 20px
    }
    .mobile-search-item {
        margin-bottom: 20px
    }
    .mobile-search-item label {
        font-size: 14px
    }
    .mobile-search-item label i {
        font-size: 17px
    }
    .card-1-info h3 {
        font-size: 20px
    }
    .card-1-content p {
        font-size: 15px
    }
    .max-685 {
        max-width: 520px
    }
    .about-content-thumb {
        width: 50px;
        font-size: 50px
    }
    .about-content-texts h3 {
        font-size: 18px
    }
    .about-content-texts p {
        font-size: 15px
    }
    .card-2-info h3 {
        font-size: 18px
    }
    .card-2-info-price {
        font-size: 18px
    }
    .card-2-action {
        font-size: 16
    }
    .card-2-action i {
        font-size: 15px
    }
    .card-2-content p {
        font-size: 15px
    }
    .tour-category-card a {
        padding: 5px
    }
    .tour-category-card i {
        font-size: 70px
    }
    .tour-category-card h3 {
        font-size: 17px
    }
    .testimonial-feedback {
        font-size: 15px
    }
    .footer-details {
        margin-top: 10px
    }
    .footer-details p {
        font-size: 15px
    }
    .footer-payment-list li {
        margin-right: 15px
    }
    .footer-copyright-text {
        text-align: center;
        width: 100%;
        margin-bottom: 13px
    }
    .footer-copyright-text p {
        font-size: 15px
    }
    .footer-lower-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        font-size: 15px
    }
    .footer-lower-item .social-list {
        text-align: center
    }
    .footer-content-title h3 {
        font-size: 20px
    }
    .footer-list li {
        font-size: 15px
    }
    .footer-lower-item {
        text-align: center
    }
    .footer-lower-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer-bg {
        background-image: none;
        padding-top: 50px;
        background: #f8f8f8
    }
    .single-card-content h3 {
        font-size: 20px
    }
    .single-card-content p {
        font-size: 15px
    }
    .blog-flat-1 {
        padding: 20px 25px
    }
    .blog-card-content h3 {
        font-size: 20px
    }
    .blog-card-content p {
        font-size: 15px
    }
    .blog-entry li {
        font-size: 15px;
        margin-right: 20px
    }
    .blog-redirect-link {
        font-size: 16px
    }
    .blog-image-card {
        padding: 20px 25px
    }
    .topbar-sidebar-item h3 {
        font-size: 20px
    }
    .topbar-sidebar-lists li {
        font-size: 15px
    }
    .destination-card-header h3 {
        font-size: 18px
    }
    .destination-price {
        font-size: 18px
    }
    .destination-price span {
        font-size: 15px
    }
    .destination-card-review span {
        font-size: 13px
    }
    .destination-redirect {
        font-size: 16px
    }
    .destination-redirect i {
        font-size: 16px
    }
    .gallery-carousel .owl-stage-outer {
        padding-bottom: 20px
    }
    .gallery-carousel .owl-item:nth-child(even) {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .about-content-details h3 {
        font-size: 20px
    }
    .about-content-details p {
        font-size: 15px
    }
    .about-content-details ul li {
        font-size: 15px
    }
    .about-content-details ul li:before {
        font-size: 13px
    }
    .destination-card-name {
        font-size: 25px
    }
    .destination-card-full .destination-card-name {
        display: none
    }
    .destination-card-full .card-1-content {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .destination-card-full .destination-card-link {
        top: 30%;
        opacity: 1;
        pointer-events: all
    }
    .destination-card-full:hover .destination-card-image img {
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }
    .page-link {
        width: 35px;
        height: 35px;
        font-size: 14px
    }
    .forum-main-image {
        margin-bottom: 23px
    }
    .forum-details h1 {
        font-size: 34px;
        margin-bottom: 20px
    }
    .forum-details h2 {
        font-size: 27px;
        margin-bottom: 20px
    }
    .forum-details h3 {
        font-size: 20px;
        margin-bottom: 20px
    }
    .forum-details h4 {
        font-size: 18px;
        margin-bottom: 20px
    }
    .forum-details h5 {
        font-size: 16px;
        margin-bottom: 20px
    }
    .forum-details h6 {
        font-size: 15px;
        margin-bottom: 20px
    }
    .forum-details p {
        font-size: 15px;
        margin-bottom: 18px
    }
    .forum-details p:last-child {
        margin-bottom: 0
    }
    .forum-details ul {
        margin-bottom: 18px
    }
    .forum-details ul li {
        font-size: 15px
    }
    .forum-details ul>li:before {
        font-size: 14px
    }
    .forum-details ol {
        margin-bottom: 18px
    }
    .forum-details ol li {
        font-size: 15px
    }
    .forum-details blockquote {
        padding: 25px 35px;
        margin-bottom: 18px;
        margin-top: 20px
    }
    .forum-details blockquote:before {
        font-size: 35px;
        left: 22px;
        top: 16px
    }
    .forum-details blockquote p {
        font-size: 16px
    }
    .forum-details-inner-image {
        margin-bottom: 19px;
        margin-top: 4px
    }
    .forum-details-inner-image {
        margin-bottom: 19px;
        margin-top: 4px
    }
    .sidebar-category li a {
        font-size: 15px
    }
    .sidebar-category li a:after {
        font-size: 14px
    }
    .sidebar-item h3 {
        font-size: 20px
    }
    /* .form-control {
        font-size: 15px
    } */
    .sidebar-search form {
        padding: 15px
    }
    .sidebar-search .form-input-group button {
        font-size: 20px
    }
    .sidebar-category li a {
        font-size: 15px
    }
    .sidebar-category li a:after {
        font-size: 14px
    }
    .sidebar-destination-list li {
        width: 33.33%
    }
    .sidebar-destination-list li a h3 {
        font-size: 13px
    }
    .sidebar-tag li a {
        font-size: 13px
    }
    .recent-post-redirect {
        font-size: 15px
    }
    .recent-post-content h3 {
        font-size: 19px
    }
    .recent-post {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .sub-section-title .sub-section-title-heading {
        font-size: 25px;
        margin-bottom: 17px
    }
    .sub-section-title p {
        font-size: 15px
    }
    .comment-reply-info h4 {
        font-size: 16px
    }
    .comment-reply-info p {
        font-size: 13px
    }
    .comment-reply-btn {
        font-size: 14px
    }
    .comment-reply-para {
        font-size: 15px
    }
    .comment-reply-thumb {
        width: 80px
    }
    .comment-feedback-reply-back {
        padding-left: 30px
    }
    .details-card-list-label {
        font-size: 15px
    }
    .details-card-list-texts {
        font-size: 15px
    }
    .product-sort-header-item form button {
        font-size: 15px
    }
    .product-sort-header-item .selectize-input {
        font-size: 15px
    }
    .product-sort-header-item .selectize-input input {
        font-size: 15px
    }
    .product-sort-header-item .selectize-dropdown [data-selectable] {
        font-size: 14px
    }
    .product-details-caption .card-2-info h3 {
        font-size: 30px;
        margin-bottom: 20px
    }
    .product-details-caption .card-2-info .card-2-info-price {
        font-size: 30px;
        margin-bottom: 20px
    }
    .product-details-caption .card-2-reviews {
        margin-bottom: 18px
    }
    .product-details-caption p {
        font-size: 15px;
        margin-bottom: 18px
    }
    .product-details-caption .product-details-list {
        margin-bottom: 20px
    }
    .product-details-caption .product-details-list li {
        font-size: 15px;
        margin-bottom: 15px
    }
    .product-details-action {
        margin-bottom: 23px
    }
    .cart-quantity button {
        padding: 7px 18px
    }
    .cart-quantity input {
        font-size: 15px
    }
    .product-tab-list li {
        font-size: 16px;
        padding: 12px 17px
    }
    .star-rating {
        font-size: 17px
    }
    .contact-info-item small {
        font-size: 15px;
        margin-bottom: 7px
    }
    .contact-info-item h2 {
        font-size: 21px;
        margin-bottom: 10px
    }
    .contact-info-item p {
        font-size: 15px;
        margin-bottom: 15px
    }
    .contact-info-item ul li {
        font-size: 15px;
        margin-bottom: 13px;display: flex;
        align-items: center;
    }
    .contact-info-item ul li i {
        font-size: 20px;width: 20px;height:20px;margin-right:5px
    }
    .contact-map-iframe iframe {
        height: 500px
    }
    .about-selection-list li {
        padding: 8px 13px;
        font-size: 15px
    }
    .summery-progress-item h5 {
        font-size: 16px
    }
    .accordion-button {
        font-size: 17px
    }
    .accordion-button:after {
        font-size: 15px
    }
    .accordion-body {
        font-size: 15px
    }
    .cart-table table th {
        font-size: 15px;
        padding: 15px 25px
    }
    .cart-table table td {
        font-size: 15px;
        padding: 10px 25px
    }
    .product-table-thumb {
        width: 80px
    }
    .cart-total-box {
        margin-bottom: 20px
    }
    .cart-total-item:last-child {
        margin-top: 15px
    }
    .cart-total-item h4 {
        font-size: 15px
    }
    .cart-total-item p {
        font-size: 15px
    }
    .cart-details .main-btn {
        margin-bottom: 15px
    }
    .product-info-header h2 {
        font-size: 25px
    }
    .coupon-modal {
        padding: 30px 20px 0
    }
    .close-btn {
        width: 30px;
        height: 30px;
        font-size: 11px
    }
    .checkout-box {
        padding: 20px
    }
    .form-group label {
        font-size: 15px
    }
    .account-sidebar {
        padding: 25px
    }
    .account-sidebar-list li a {
        font-size: 14px
    }
    .account-info {
        padding: 25px
    }
    .account-info .cart-table table thead tr th {
        font-size: 14px
    }
    .account-info .cart-table table tbody tr td {
        font-size: 14px
    }
    .account-avatar-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .account-avatar-thumb {
        margin-right: 0;
        margin-bottom: 10px
    }
    .account-avatar-action {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .account-avatar-action li .main-btn {
        padding: 10px 15px;
        font-size: 14px
    }
    .account-setting-button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .divider {
        margin-top: 25px;
        margin-bottom: 25px
    }
    .my-order {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .my-order .sub-section-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        text-align: center
    }
    .my-order .product-list-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        text-align: center
    }
    .my-order .product-list-form .nice-select {
        display: inline-block;
        float: none
    }
    .my-order .nice-select .list {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto
    }
    .my-order .nice-select .option {
        line-height: 30px;
        min-height: 15px
    }
    .billing-title h4 {
        font-size: 16px
    }
    .billing-title p {
        font-size: 14px
    }
    .billing-address address {
        font-size: 14px
    }
    .authentication-header ul li {
        padding: 8px 13px;
        font-size: 15px
    }
    .authentication-box {
        padding: 30px;
        max-width: 100%
    }
    .authentication-box-inner {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .new-counter p {
        font-size: 50px;
        padding-left: 35px;
        padding-right: 35px
    }
    .new-counter p:before {
        font-size: 50px
    }
    .new-counter p span {
        font-size: 25px
    }
    .coming-soon-details {
        padding-top: 35px;
        margin-top: 40px;
        min-width: 100%
    }
    .coming-soon-details h2 {
        margin-bottom: 24px;
        font-size: 30px
    }
    .coming-soon-details p {
        font-size: 15px
    }
    .coming-soon-details .form-group .form-control {
        padding: 10px 15px;
        font-size: 12px
    }
    .error-page-content img {
        margin-bottom: 30px
    }
    .error-page-content h2 {
        font-size: 25px
    }
    .error-page-content p {
        font-size: 15px
    }
}

@media only screen and (max-width:575px) {
    .max-685 {
        max-width: 100%
    }
    .mobile-booking-search.active {
        width: 250px
    }
    .parallax-cover {
        height: 70px
    }
    .tour-video-item-details {
        padding-right: calc(var(--bs-gutter-x)/2);
        padding-left: calc(var(--bs-gutter-x)/2)
    }
    .recent-post-item {
        width: 100%
    }
    .details-card-list-texts {
        padding-left: 0
    }
    .details-card-list-texts:before {
        content: none
    }
    .product-sort-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .product-sort-header-item {
        width: 100%
    }
    .new-counter p {
        font-size: 25px;
        padding-left: 25px;
        padding-right: 25px
    }
    .new-counter p:before {
        font-size: 25px
    }
    .new-counter p span {
        font-size: 16px
    }
    .coming-soon-details {
        padding-top: 20px;
        margin-top: 30px
    }
    .coming-soon-details h2 {
        margin-bottom: 20px;
        font-size: 20px
    }
    .coming-soon-details .form-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 25px
    }
    .blog-article-action-item .sidebar-tag li a {
        padding: 6px 9px
    }
    .blog-article-action-item span i {
        font-size: 19px
    }
}

@media only screen and (min-width:992px) {
    .desk-ml-auto {
        margin-left: auto
    }
    .desk-mr-auto {
        margin-right: auto
    }
    .desk-mt-auto {
        margin-top: auto
    }
    .desk-mb-auto {
        margin-bottom: auto
    }
    .desk-m-0 {
        margin: 0 !important
    }
    .desk-p-0 {
        padding: 0 !important
    }
    .desk-mlr-0 {
        margin-left: 0;
        margin-right: 0
    }
    .desk-plr-0 {
        padding-left: 0;
        padding-right: 0
    }
    .desktop-full-width {
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0
    }
    .desk-pt-30 {
        padding-top: 30px
    }
    .desk-pb-20 {
        padding-bottom: 20px
    }
    .desk-pad-left-10 {
        padding-left: 10px
    }
    .desk-pad-right-10 {
        padding-right: 10px
    }
    .desk-pad-left-15 {
        padding-left: 15px
    }
    .desk-pad-right-15 {
        padding-right: 15px
    }
    .desk-pad-left-20 {
        padding-left: 20px
    }
    .desk-pad-right-20 {
        padding-right: 20px
    }
    .desk-pad-left-30 {
        padding-left: 30px
    }
    .desk-pad-right-30 {
        padding-right: 30px
    }
    .desk-pad-left-40 {
        padding-left: 40px
    }
    .desk-pad-right-40 {
        padding-right: 40px
    }
    .desk-pad-left-50 {
        padding-left: 50px
    }
    .desk-pad-right-50 {
        padding-right: 30px
    }
    .desk-pad-left-70 {
        padding-left: 70px
    }
    .desk-pad-right-70 {
        padding-right: 70px
    }
    .desk-pad-left-100 {
        padding-left: 100px
    }
    .desk-pad-right-100 {
        padding-right: 100px
    }
    .header-content h1 {
        font-size: 51px
    }
    .header-banner {
        height: 900px
    }
    .header-banner-2 {
        height: auto
    }
    .parallax-cover {
        background-size: 305% 44%
    }
    .max-685 {
        max-width: 460px
    }
    .tour-video-section {
        padding-bottom: 100px
    }
}

@media only screen and (min-width:1200px) {
    .main-nav {
        display: block
    }
    .mobile-nav {
        display: none
    }
    .max-685 {
        max-width: 545px
    }
    .tour-video-section {
        padding-bottom: 150px;
        padding-top: 50px !important
    }
    .header-banner-2 {
        padding-top: 200px;
        padding-bottom: 120px
    }
    .destination-card-content {
        -webkit-transform: translateY(102px);
        transform: translateY(102px)
    }
    .destination-card-header h3 {
        font-size: 25px
    }
    .destination-price {
        font-size: 25px
    }
    .blog-card-content h3 {
        font-size: 20px
    }
    .image-position {
        position: absolute;
        left: 0
    }
    .image-position.image-position-top {
        top: 0
    }
}

@media only screen and (min-width:1350px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1139px
    }
    .main-nav nav .navbar-nav .nav-item a {
        padding: 10px 25px
    }
    .booking-search {
        width: 1170px
    }
    .booking-input {
        padding: 35px
    }
    .header-content h1 {
        font-size: 62px
    }
    .fixed-header-banner .header-content {
        top: 360px
    }
    .parallax-cover {
        background-size: 235% 44%
    }
    .split-screen-item-body .card-1-overlay {
        height: 170px
    }
}

@media only screen and (min-width:1400px) {
    .max-685 {
        max-width: 685px
    }
    /*.container {*/
    /*    max-width: 1410px*/
    /*}*/
    .inner-header-shape {
        background-size: contain
    }
    .destination-card-full .destination-card-link {
        top: 29%
    }
    .destination-card-full:hover .destination-card-image img {
        -webkit-transform: scaleY(.7) translateY(-136px);
        transform: scaleY(.7) translateY(-136px)
    }
    .card-2-info h3 {
        font-size: 25px
    }
    .card-2-info-price {
        font-size: 25px
    }
    .details-card-list-texts {
        padding-left: 200px
    }
    .details-card-list-texts:before {
        width: 190px
    }
    .single-card-content h3 {
        font-size: 25px;
        color: #17305c;
        font-weight: 600;
        font-family: oswald, sans-serif
    }
    .blog-card-content h3 {
        font-size: 25px
    }
    .split-navbar-fixed .main-nav {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .split-screen-item-body .section-title {
        margin-bottom: 20px
    }
    .split-screen-item-body .section-title small {
        font-size: 20px;
        margin-bottom: 5px
    }
    .split-screen-item-body .section-title h2 {
        font-size: 32px
    }
    .split-screen-item-body .section-title h2 br {
        display: inline-block
    }
    .split-screen-item-body .card-1-overlay {
        height: auto
    }
    .split-screen-item-body .card-1-info {
        margin-bottom: 3px
    }
    .split-screen-item-body .card-1-info h3 {
        font-size: 24px;
        margin-top: -5px
    }
    .split-screen-item-body .card-1-content p {
        font-size: 16px
    }
    .split-screen-item-body .card-1-reviews {
        position: relative
    }
    .split-screen-item-body .card-1-reviews span {
        font-size: 12px;
        position: absolute;
        right: 0;
        top: -15px
    }
    .split-screen-item-body .main-btn {
        padding: 15px 40px
    }
    .split-screen-item-body .about-content-thumb {
        font-size: 60px;
        width: 60px
    }
    .split-screen-item-body .tour-category-card a {
        padding: 30px
    }
    .split-screen-item-body .tour-category-card i {
        font-size: 100px
    }
    .split-screen-item-body .tour-category-card h3 {
        font-size: 24px
    }
    .split-screen-item-body .single-card-image {
        height: auto
    }
    .split-screen-item-body .single-card-image img {
        height: auto
    }
    .split-screen-item-body .mini-shape-4 {
        top: 0
    }
    .split-screen-item-body .footer-lower {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px
    }
    .split-screen-item-body .footer-lower .footer-copyright-text p {
        font-size: 16px
    }
    .split-screen-item-body .footer-lower-item {
        font-size: 16px
    }
    .split-screen-item-body .footer-lower-item .social-list li {
        font-size: 18px
    }
    .split-tour-carousel {
        margin-bottom: 20px
    }
    .split-testimonial .testimonial-card {
        padding: 45px
    }
    .split-contact-form .form-control {
        padding: 15px 25px;
        font-size: 16px
    }
    .split-contact-form .mb-20 {
        margin-bottom: 20px
    }
    .split-contact-form .input-checkbox label {
        font-size: 15px
    }
    .split-nav-close {
        padding-top: 10px
    }
    .split-screen-nav-menu .navbar-nav li {
        font-size: 35px
    }
    .split-screen-nav-menu .navbar-nav li a {
        color: #fff;
        display: inline-block
    }
    .split-screen-nav-menu .navbar-nav li a.dropdown-toggle:after {
        font-size: 25px
    }
    .split-screen-nav-menu .navbar-nav li .dropdown-menu li {
        font-size: 22px
    }
    .split-screen-nav-menu .navbar-nav>.nav-item>a {
        position: relative;
        padding: 10px 30px
    }
    .split-screen-nav-menu .navbar-nav>.nav-item>a:before {
        content: "";
        background-image: url(../images/menu-hover.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        left: 0;
        z-index: -1;
        background-position: left center;
        top: 2px;
        background-size: 100% 100%;
        opacity: 0
    }
    .split-screen-nav-menu .navbar-nav>.nav-item>a.active:before {
        opacity: 1
    }
}

@media only screen and (min-width:1850px) {
    .custom-container-fluid {
        max-width: 1800px
    }
    .topbar .container {
        max-width: 1720px
    }
    .navbar-area {
        padding-left: 0;
        padding-right: 0
    }
    .navbar-area .container {
        max-width: 1720px
    }
    .split-navbar-fixed .container {
        max-width: 100%;
        padding-left: 60px;
        padding-right: 60px
    }
    .split-nav-close {
        padding-left: 60px;
        padding-right: 60px
    }
    .header-banner {
        height: 973px
    }
    .header-banner-2 {
        height: auto
    }
    .header-content h1 {
        font-size: 85px
    }
    .fixed-header-banner .header-content {
        top: 375px
    }
    .parallax-cover {
        background-size: 165% 37%
    }
    .split-navbar-fixed .booking-search {
        width: 1000px
    }
    .split-navbar-fixed .booking-input input,
    .split-navbar-fixed .booking-input select {
        font-size: 13px
    }
    .split-navbar-fixed .booking-input .selectize-input {
        font-size: 13px
    }
    .split-header-content img {
        width: auto;
        margin-bottom: 50px
    }
}

@media only screen and (min-width:2100px) {
    .testimonial-section .container-fluid {
        max-width: 1800px
    }
    .split-xl-container {
        max-width: 850px !important;
        margin-left: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .topbar-action li {
        margin-right: 13px
    }
    .destination-card-full:hover .destination-card-image img {
        -webkit-transform: scaleY(.7) translateY(-144px);
        transform: scaleY(.7) translateY(-144px)
    }
    .blog-card-content h3 {
        font-size: 20px
    }
    .new-counter p {
        font-size: 80px;
        padding-left: 60px;
        padding-right: 60px
    }
    .new-counter p:before {
        font-size: 80px;
        top: 0
    }
    .fp-section.fp-table {
        height: auto !important
    }
    .fp-tableCell {
        display: block;
        height: auto !important
    }
    .split-tab-pt-100 {
        padding-top: 100px
    }
    .split-tab-pb-100 {
        padding-bottom: 100px
    }
    .split-mb-70 {
        margin-bottom: 70px
    }
    .split-tab-ptb-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .split-tab-bg .section-title h2 {
        color: #fff
    }
    .split-screen-item-body {
        position: relative
    }
    .split-screen-item-body .section-title h2 br {
        display: none
    }
    .split-tour-carousel {
        margin-bottom: 25px
    }
    .split-tour-carousel .owl-stage-outer {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: -20px
    }
    .split-product-carousel {
        margin-bottom: 25px
    }
    .split-product-carousel:hover {
        cursor: e-resize
    }
    .split-product-carousel .owl-stage-outer {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: -20px
    }
    .split-overflow-auto {
        overflow: inherit !important
    }
    .split-screen-item-body .footer-lower {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
    .details-card .desk-pad-left-40 {
        padding-left: 0
    }
    .details-card .details-card-content {
        padding: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-area.is-sticky .mobile-nav .navbar-language button {
        color: #000
    }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.mini-shape {
    position: absolute;
    top: -50px;
    width: 100px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.mini-shape-1 {
    right: 245px
}

.mini-shape-2 {
    right: -77px;
    top: 32px;
    width: 190px;
    z-index: 11
}

.blog-flat-1 {
    background-color: #f8f8f8;
    background-size: cover;
    border-radius: 10px;
    padding: 40px 50px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat
}

.blog-flat-1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6)
}

.blog-flat-1:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f8f8f8;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.blog-flat-1:hover:after {
    opacity: 0
}

.blog-flat-1:hover .blog-entry li {
    color: #fff
}

.blog-flat-1:hover .blog-card-content h3 a {
    color: #fff
}

.blog-flat-1:hover .blog-card-content p {
    color: #fff;
    opacity: 0;
    pointer-events: none
}

.blog-flat-1:hover .blog-card-content .blog-redirect-link {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: 1;
    pointer-events: all
}

.blog-flat-1:hover .blog-card-content .blog-redirect-link a {
    color: #fff
}

.blog-card-content {
    position: relative;
    z-index: 1
}

.blog-card-content h3 {
    font-size: 25px;
    margin-bottom: 12px;
    line-height: 1.4
}

.blog-card-content h3 a {
    color: #363636;
    font-family: oswald, sans-serif;
    font-weight: 700;
}


}
.blog-card-content p {
    font-size: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-bottom: 0
}
.blog-card-content p:last-child {
    margin-bottom: 0
}
.blog-entry {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px
}
.blog-entry li {
    display: inline-block;
    font-size: 16px;
    font-family: oswald, sans-serif;
    margin-right: 25px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.blog-entry li i {
    margin-right: 6px;
    line-height: 1
}
.blog-redirect-link {
    font-size: 17px;
    font-family: oswald, sans-serif;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.blog-redirect-link a {
    color: #363636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Oswald';
}
.blog-redirect-link a i {
    line-height: 1;
    margin-left: 10px
}
.blog-image-card-1 {
    background-image: url(https://templates.envytheme.com/traip/default/assets/images/blogs/blog-card-image-1.jpg)
}
.blog-image-card {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}
.blog-image-card:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.9)), color-stop(73%, transparent));
    background-image: linear-gradient(to top, rgb(20 20 20), #0000002b 73%);
}
.blog-image-card:hover .blog-card-content .blog-entry {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px)
}
.blog-image-card:hover .blog-card-content h3 {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px)
}
.blog-image-card:hover .blog-card-content p {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px)
}
.blog-image-card:hover .blog-redirect-link {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.blog-image-card .blog-card-content {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.blog-image-card .blog-card-content .blog-entry {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.blog-image-card .blog-card-content .blog-entry li {
    color: #fff
}
.blog-image-card .blog-card-content h3 {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.blog-image-card .blog-card-content h3 a {
    color: #fff;
    font-family: oswald, sans-serif;
    font-weight: 700;
}
.blog-image-card .blog-card-content p {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #efefef
}
.blog-image-card .blog-redirect-link {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}
.blog-image-card .blog-redirect-link a {
    color: #fff;
    font-family: 'Oswald';
}
.blog-card .blog-card-image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 18px;
    position: relative
}
.blog-card .blog-card-image img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.blog-card:hover .blog-default-image {
    opacity: 0
}
.blog-card:hover .blog-hover-image {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.blog-card:hover .blog-card-content h3 a {
    color: #3fd0d4
}
.blog-card:hover .blog-card-content p {
    opacity: 0;
    pointer-events: none
}
.blog-card:hover .blog-card-content .blog-redirect-link {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: 1;
    pointer-events: all
}
.blog-card:hover .blog-card-content .blog-redirect-link a {
    color: #3fd0d4
}
.blog-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0
}
.blog-article-actions {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc
}
.blog-article-action-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}
.blog-article-action-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px
}
.blog-article-action-item span i {
    font-size: 23px;
    color: #363636;
    line-height: 1
}
.recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px
}
.recent-post-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 39%;
    margin-bottom: 20px
}
.recent-post-item-right {
    text-align: right
}
.recent-post-item-right .recent-post-redirect i {
    margin-right: 0;
    margin-left: 10px
}
.recent-post-item-right .recent-post-thumb {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}
.recent-post-item-right .recent-post-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 15px
}
.recent-post-item-right .blog-entry li {
    margin-right: 0;
    margin-left: 25px
}
.recent-post-item-right .recent-post-card {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.recent-post-redirect {
    font-size: 16px;
    font-family: oswald, sans-serif;
    margin-bottom: 15px
}
.recent-post-redirect a {
    color: #363636
}
.recent-post-redirect a:hover {
    color: #3fd0d4
}
.recent-post-redirect i {
    margin-right: 10px;
    line-height: 1
}
.recent-post-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.recent-post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 95px;
    height: 115px;
    background-color: #fff;
    overflow: hidden;
    padding: 7px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .06)
}
.recent-post-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.recent-post-thumb:hover img {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}
.recent-post-content {
    padding-left: 15px
}
.recent-post-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.4
}
.recent-post-content h3 a {
    color: #363636
}
.recent-post-content h3 a:hover {
    color: #3fd0d4
}
.recent-post-content .blog-entry {
    margin-bottom: 0
}
.forum-main-image {
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .06);
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff
}
.forum-main-image img {
    border-radius: 5px;
    margin-bottom: 10px
}
.forum-main-image img:last-child {
    margin-bottom: 0
}
.forum-main-image .blog-entry {
    margin-bottom: 0
}
.forum-details h1 {
    font-size: 50px;
    margin-bottom: 30px
}
.forum-details h2 {
    font-size: 40px;
    margin-bottom: 30px
}
.forum-details h3 {
    font-size: 35px;
    margin-bottom: 30px
}
.forum-details h4 {
    font-size: 30px;
    margin-bottom: 30px
}
.forum-details h5 {
    font-size: 25px;
    margin-bottom: 30px
}
.forum-details h6 {
    font-size: 20px;
    margin-bottom: 30px
}
.forum-details p {
    font-size: 16px;
    margin-bottom: 23px
}
.forum-details p:last-child {
    margin-bottom: 0
}
.forum-details ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 23px
}
.forum-details ul:last-child {
    margin-bottom: 0
}
.forum-details ul li {
    font-size: 16px;
    margin-bottom: 10px
}
.forum-details ul li:last-child {
    margin-bottom: 0
}
.forum-details ul>li {
    position: relative;
    padding-left: 25px;
    list-style: none
}
.forum-details ul>li:before {
    content: "\f125";
    font-family: Flaticon;
    color: #3fd0d4;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px
}
.forum-details ul>li ul,
.forum-details ul>li ol {
    padding-left: 20px;
    margin-top: 23px;
    margin-bottom: 0
}
.forum-details ol {
    padding-left: 19px;
    padding-right: 0;
    margin-bottom: 23px
}
.forum-details ol:last-child {
    margin-bottom: 0
}
.forum-details ol li {
    font-size: 16px;
    margin-bottom: 10px
}
.forum-details ol li:last-child {
    margin-bottom: 0
}
.forum-details ol>li ul,
.forum-details ol>li ol {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 0
}
.forum-details blockquote {
    padding: 35px 85px;
    border-radius: 10px;
    background-color: #3fd0d4;
    position: relative;
    margin-bottom: 30px;
    margin-top: 27px
}
.forum-details blockquote:before {
    content: "\f124";
    font-family: Flaticon;
    font-size: 55px;
    position: absolute;
    line-height: 1;
    color: rgba(255, 255, 255, .3);
    left: 45px;
    top: 14px
}
.forum-details blockquote p {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    font-family: oswald, sans-serif
}
.forum-details-inner-image {
    margin-bottom: 32px;
    margin-top: 8px
}
.forum-image-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: calc(var(--bs-gutter-x)/-2);
    margin-left: calc(var(--bs-gutter-x)/-2)
}
.forum-image-gallery>* {
    position: relative;
    display: block;
    height: 340px;
    padding-right: calc(var(--bs-gutter-x)/2);
    padding-left: calc(var(--bs-gutter-x)/2);
    margin-bottom: 25px;
    margin-top: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.forum-image-gallery>* img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    vertical-align: bottom
}
@media only screen and (min-width:1200px) {
    #myContainer {
        position: relative;
        height: 100%
    }
    
    .ms-section.ms-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    
    .split-html {
        overflow: hidden !important;
        height: 100% !important
    }
    
    .split-body {
        overflow: hidden !important;
        height: 100% !important
    }
    
    .split-order-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    
    .split-order-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    
    .split-navbar-fixed .mean-menu {
        display: none !important
    }
    
    .split-navbar-fixed .main-nav {
        padding-top: 10px;
        padding-bottom: 10px
    }
    
    .split-screen-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    
    .split-screen-item .fp-tableCell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    
    .split-screen-item .fp-tableCell>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    
    .split-item-bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    
    .split-tab-bg {
        background-image: none;
        padding-top: 0;
        padding-bottom: 0
    }
    
    .split-tab-bg:after {
        content: none
    }
    
    .split-screen-item-body {
        padding-top: 100px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 100px;
        position: relative
    }
    
    .split-screen-item-body .header-content {
        display: none
    }
    
    .split-screen-item-body .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
    
    .split-screen-item-body .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%
    }
    
    .split-screen-item-body .section-title {
        margin-bottom: 25px
    }
    
    .split-screen-item-body .section-title small {
        font-size: 20px
    }
    
    .split-screen-item-body .section-title h2 {
        font-size: 27px
    }
    
    .split-screen-item-body .section-title h2 br {
        display: none
    }
    
    .split-screen-item-body .card-1-overlay {
        height: 130px
    }
    
    .split-screen-item-body .card-1-info h3 {
        font-size: 17px;
        margin-top: -3px
    }
    
    .split-screen-item-body .card-1-content p {
        font-size: 14px
    }
    
    .split-screen-item-body .review-star li {
        font-size: 13px
    }
    
    .split-screen-item-body .card-1-reviews span {
        font-size: 12px
    }
    
    .split-screen-item-body .main-btn {
        padding: 10px 30px
    }
    
    .split-screen-item-body .about-content-thumb {
        font-size: 50px;
        width: 50px
    }
    
    .split-screen-item-body .tour-category {
        margin-top: -30px
    }
    
    .split-screen-item-body .tour-category-card a {
        padding: 25px
    }
    
    .split-screen-item-body .tour-category-card i {
        font-size: 65px
    }
    
    .split-screen-item-body .tour-category-card h3 {
        font-size: 15px
    }
    
    .split-screen-item-body .mini-shape-2 {
        top: auto;
        bottom: -60px;
        right: -60px
    }
    
    .split-screen-item-body .single-card-image {
        height: 180px
    }
    
    .split-screen-item-body .single-card-image img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%
    }
    
    .split-screen-item-body .mini-shape-4 {
        right: -70px;
        top: 5px
    }
    
    .split-screen-item-body .footer-lower {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-left: 30px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    
    .split-screen-item-body .footer-lower .footer-copyright-text p {
        font-size: 13px
    }
    
    .split-screen-item-body .footer-lower-item {
        font-size: 14px
    }
    
    .split-screen-item-body .footer-lower-item .social-list li {
        font-size: 14px
    }
    
    .split-screen-body-less-left {
        padding-right: 30px
    }
    
    .split-screen-item-right.split-screen-item-body {
        padding-left: 30px
    }
    
    .split-screen-item-right.split-screen-item-right-body {
        padding-left: 70px
    }
    
    .split-header-content {
        display: block
    }
    
    .split-tour-carousel {
        margin-bottom: 5px
    }
    
    .split-tour-carousel:hover {
        cursor: e-resize
    }
    
    .split-tour-carousel .owl-stage-outer {
        overflow: visible;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: -20px
    }
    
    .split-testimonial .testimonial-card {
        padding: 20px
    }
    
    .split-product-carousel {
        margin-bottom: 5px
    }
    
    .split-product-carousel:hover {
        cursor: e-resize
    }
    
    .split-product-carousel .owl-stage-outer {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: -20px
    }
    
    .split-contact-form .form-control {
        padding: 10px 15px;
        font-size: 14px
    }
    
    .split-contact-form .mb-20 {
        margin-bottom: 15px
    }
    
    .split-contact-form .input-checkbox label {
        font-size: 14px
    }
    
    .split-screen-nav-wrapper {
        position: fixed;
        background-color: rgba(20, 20, 20, .75);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1111;
        display: block;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }
    
    .split-screen-nav-wrapper.active {
        opacity: 1;
        pointer-events: all
    }
    
    .split-screen-nav-body {
        padding: 30px 70px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }
    
    .split-screen-nav-menu {
        overflow: auto;
        max-height: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    
    .split-screen-nav-menu::-webkit-scrollbar {
        width: 5px
    }
    
    .split-screen-nav-menu::-webkit-scrollbar-track {
        background: 0 0
    }
    
    .split-screen-nav-menu::-webkit-scrollbar-thumb {
        background: #fff;
        border-radius: 10px
    }
    
    .split-screen-nav-menu .navbar-nav li {
        font-size: 20px;
        font-family: oswald, sans-serif;
        font-weight: 500
    }
    
    .split-screen-nav-menu .navbar-nav li a {
        color: #fff;
        display: inline-block
    }
    
    .split-screen-nav-menu .navbar-nav li a:hover {
        color: #3fd0d4
    }
    
    .split-screen-nav-menu .navbar-nav li a.active:hover {
        color: #fff
    }
    
    .split-screen-nav-menu .navbar-nav li a.dropdown-toggle:after {
        content: "\f127";
        font-family: Flaticon;
        border: 0;
        line-height: 1;
        vertical-align: middle;
        font-size: 17px;
        margin-left: 10px
    }
    
    .split-screen-nav-menu .navbar-nav li .dropdown-menu {
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        border: 0
    }
    
    .split-screen-nav-menu .navbar-nav li .dropdown-menu li {
        font-size: 16px;
        padding-left: 45px
    }
    
    .split-screen-nav-menu .navbar-nav li .dropdown-menu li a {
        padding-top: 5px;
        padding-bottom: 5px
    }
    
    .split-screen-nav-menu .navbar-nav li .dropdown-menu li a.active {
        color: #3fd0d4
    }
    
    .split-screen-nav-menu .navbar-nav li .dropdown-menu li a.active:hover {
        color: #3fd0d4
    }
    
    .split-screen-nav-menu .navbar-nav li .dropdown-menu li a:hover {
        color: #3fd0d4
    }
    
    .split-screen-nav-menu .navbar-nav li .dropdown-menu li a:hover.active {
        color: #3fd0d4
    }
    
    .split-screen-nav-menu .navbar-nav li .dropdown-menu li .dropdown-menu li {
        padding-left: 12px
    }
    
    .split-screen-nav-menu .navbar-nav>.nav-item>a {
        position: relative;
        padding: 10px 30px
    }
    
    .split-screen-nav-menu .navbar-nav>.nav-item>a:before {
        content: "";
        background-image: url(../images/menu-hover.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        left: 0;
        z-index: -1;
        background-position: left center;
        top: 2px;
        background-size: 100% 100%;
        opacity: 0
    }
    
    .split-screen-nav-menu .navbar-nav>.nav-item>a.active:before {
        opacity: 1
    }
    
    .split-nav-close {
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        text-align: right
    }
    
    .split-nav-close i {
        line-height: 1;
        vertical-align: middle;
        padding-right: 20px
    }
    
    .split-screen-item-left {
        -webkit-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    
    .split-screen-item-right {
        -webkit-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    
    .split-screen-wrapper {
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important
    }
    
    .split-screen-wrapper .section {
        position: absolute;
        top: 0;
        left: 0
    }
    
    .split-screen-wrapper .section.active {
        z-index: 1
    }
    
    .split-screen-wrapper .section.active .split-screen-item-left {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    
    .split-screen-wrapper .section.active .split-screen-item-right {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~ End Search Filter ~~~~~~~~~~~~~~~~~~~~~~~~*/
.New-Delhi-india-p p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.search-container {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: rgb(0 0 0 / 35%) 0px 1px 9px !important;
}
.serchh {
    width: 50%;
    margin: 0 auto;
    padding: 8px;
}

/*.searchh {*/

/*  position: absolute;*/

/*  top: 0px;*/

/*  left: 20px;*/

/*  right: 20px;*/

/*}*/

/*.searchh input {*/

/*  width: 265px;*/

/*  border: 1px solid #ccc;*/

/*  padding: 8px;*/

/*  font-size: 15px;*/

/*  -webkit-transition: width 0.2s;*/

/*  transition: width 0.2s;*/

/*  -webkit-appearance: none;*/

/*}*/

/*.fix-search .searchh {*/

/*     position: fixed;*/

/*    top: 2px;*/

/*    width: 74%;*/

/*    z-index: 9999;*/

/*    left: 342px;*/

/*}*/

/*.fix-search .searchh mg_input_1 {*/

/*  width: 250px;*/

/*}*/
.hide {
    opacity: 0;
}
.show {
    opacity: 1;
}
.gallery-carousel .owl-stage-outer {
    padding-bottom: 50px
}
.gallery-carousel .owl-stage {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}
.gallery-carousel .owl-item:nth-child(even) {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}
.gallery-carousel .owl-item .item {
    height: 100%
}
.gallery-card h6 {
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 500;
}
section.SELECT-CITY-form-containe {
    display: none;
}
.SELECT-CITY-form-containes {
    background: #eff9f8;
    padding: 10px 0px 10px 0px !important;
}
.owl-carousel .owl-nav.disabled
/* ,.owl-carousel .owl-dots.disabled  */
{
    display: block !important;
}
.mt-50 {
    padding-bottom: 50px !important;
}
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.vertical-align-center {
    /* To center vertically */
    
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    
    width: inherit;
    max-width: inherit;
    /* For Bootstrap 4 - to avoid the modal window stretching 

full width */
    
    height: inherit;
    /* To center horizontally */
    
    margin: 0 auto;
    pointer-events: all;
    border-radius: 20px;
}
i.fa.fa-home {
    font-size: 20px;
    color: #f68726;
}
i.fa.fa-book {
    font-size: 20px;
    color: #bbbb02;
}
i.fa.fa-bars {
    color: #3c763d;
    font-size: 20px;
}

/*i.fa.fa-search {

    color: #00abff;

    font-size: 20px;

}
*/
i.fa.fa-pencil-square {
    color: red;
    font-size: 20px;
}
i.fa.fa-times {
    color: red;
    font-size: 27px;
}
.images-nav h3 {
    position: relative;
    bottom: 0px;
    top: 2px;
    font-size: 20px;
    text-align: center;
    font-weight: 700 !important;
    color: #fff !important;
}
.images-nav {
    background-image: url(../assets/web_assets/images/nico-mksmc.jpg);
    background-size: cover;
    height: 240px;
    box-shadow: inset rgb(0 0 0 / 15%) 0px -6px 6px 1px;
}

/*i.fa.fa-facebook-square {*/

/*    font-size: 25px;*/

/*    color: #3b5998;*/

/*}*/

/*i.fa.fa-instagram {*/

/*    font-size: 25px;*/

/*    color: #d6249f;*/

/*}*/

/*i.fa.fa-twitter {*/

/*    font-size: 25px;*/

/*    color: #1DA1F2;*/

/*}*/

/*i.fa.fa-phone {*/

/*    font-size: 25px;*/

/*    color: #00ff00;*/

/*}*/
.side-bar-button {
    text-align: center;
    margin-top: 20px;
}
.mg_btn13 {
    color: #f68726 !important;
    float: none;
    width: 100px;
    font-size: 15px;
    background: #fff;
    border-radius: 3px;
    font-weight: 600;
    padding: 4px 18px;
    line-height: normal;
    -o-border-radius: 3px;
    display: inline-block;
    margin-top: 2px;
    -ms-border-radius: 3px;
    border: 2px solid #f68726 !important;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
}
.mg_btndashboard {
    color: #f68726 !important;
    float: none;
    width: 120px;
    font-size: 15px;
    background: #fff;
    border-radius: 3px;
    font-weight: 600;
    padding: 4px 18px;
    line-height: normal;
    -o-border-radius: 3px;
    display: inline-block;
    margin-top: 2px;
    -ms-border-radius: 3px;
    border: 2px solid #f68726 !important;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
}
.mg_btn134 {
    color: #fff !important;
    float: none;
    width: 100px;
    font-size: 15px;
    border-radius: 3px;
    font-weight: 600;
    padding: 6px 18px;
    line-height: normal;
    -o-border-radius: 3px;
    display: inline-block;
    margin-top: 2px;
    -ms-border-radius: 3px;
    /*border: 2px solid #f68726 !important;*/
    
    -moz-border-radius: 5px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    background-image: url(../assets/web_assets/images/nico-mksmc.jpg);
    background-size: 100%;
}
.mg_btn1344 {
    color: #fff !important;
    float: none;
    width: 149px;
    font-size: 11px;
    background: #f68726 !important;
    border-radius: 3px;
    font-weight: 600;
    padding: 4px 18px;
    line-height: normal;
    -o-border-radius: 3px;
    display: inline-block;
    margin-top: 2px;
    -ms-border-radius: 3px;
    border: 2px solid #f68726 !important;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
}
.iconssss ul li {
    display: inline-block;
}
.iconssss {
    border-bottom: 1px solid #f68726;
}
.contntsss h3 {
    font-size: 20px;
}
.main-div {
    height: 65px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    color: #111;
    padding: 5px;
    width: 100%;
    z-index: 9999;
    box-shadow: rgb(0 0 0 / 35%) 0px 1px 9px !important;
}
.serch-box-new-j {
    padding: 15px 17px;
    margin-left: 27px;
    display: inline-block;
    border-radius: 26px;
}
.mg_input_1.mg_input_1-new {
    float: left;
    width: 100%;
    color: #7d8386;
    font-size: 20px;
    text-align: left;
    min-height: 44px;
    line-height: 37px;
    padding: 0 12px 1px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 26px !important;
    border: 1px solid #dbdbdb;
    text-transform: capitalize;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
    margin: 0px 0 !important;
    z-index: 9;
}
.new-mobile-logo {
    display: inline-flex;
    width: 100%;
}
.serch-box-new-j ul li {
    display: inline-block;
    border: 1px solid #999;
    border-radius: 30px;
    padding: 5px 10px 0px 10px;
}
.serch-box-new-j ul li a {
    background: #ffffff;
    padding: 7px 23px;
    color: #2a2a2a;
    font-weight: 600;
    border: 1px solid #646464;
    font-size: 13px;
    border-radius: 27px;
}
.serch-box-new-j ul li a:hover {
    background: #e4e4e4;
    padding: 7px 23px;
    color: #2a2a2a;
    font-weight: 600;
    border: 1px solid #afafaf;
    font-size: 13px;
    border-radius: 27px;
}
.serch-box-new-j ul li .active {
    background: #e4e4e4;
    padding: 7px 23px;
    color: #2a2a2a;
    font-weight: 600;
    border: 1px solid #afafaf;
    font-size: 13px;
    border-radius: 27px;
}
.whitespace-nowrap {
    white-space: nowrap;
}
a.Get-button {
    background: #17305c;
    color: #fff;
    font-size: 22px;
    display: block;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 15px 54px;
    font-weight: 600;
}
.Go-stops-new {
    padding: 10px;
    margin-top: 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 35%);
    margin: 0px -15px 0px;
    padding: 30px 25px 30px;
    border-radius: 15px;
}
hr.stop-hr {
    width: 100% !important;
    border-top: 2px solid #9999b1 !important;
}
.nerbay-images img {
    width: 33%;
    border-radius: 3px;
    margin-bottom: 10px;
}
h2,
.heading2 {
    font-size: 22px;
    color: #17305c;
    margin-bottom: 3px;
    font-family: 'Poppins';
    font-weight: 600;
}
.nerbay-images h5 {
    text-align: center;
    /* padding-top: 5px; */
    
    font-size: 1.6rem;
    font-weight: 500;
}
.nerbay-images {
    margin-bottom: 20px;
    text-align: center;
    background-color: #ccc;
    padding: 15px;
    border-radius: 10px;
    min-height: 150px;
    padding-top: 3rem;
}
.Go-stops-button.mobile-n {
    display: block;
}
hr.stop-hr.mobile-n {
    display: block;
}
.nerbay-box p {
    font-size: 15px;
    text-decoration: underline;
}
.serch-box-new-j ul li {
    display: inline-block;
    border-radius: 30px;
    border: none;
    padding: 5px 10px 5px 10px !important;
}
.serch-box-new-j ul li:hover {
    color: #17305c;
    border-bottom: 3px solid #17305c !important;
    margin-bottom: 0;
    border-radius: 0px !important;
}
.selected {
    border-bottom: 3px solid #17305c !important;
    color: #17305c;
    margin-bottom: 0;
    border-radius: 0px !important;
}
.serch-box-new-j ul a li {
    color: #000;
    font-weight: 500;
}
.new-mobile-logo-arrow-lefts i {
    display: none;
}
html {
    scroll-behavior: smooth;
}
h2#Why-to-visit {
    top: 100px;
}
.Go-stops-button.side {
    display: none;
}
a.Get-buttonn {
    background: #e96629;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 40%;
    text-align: center;
    padding: 10px 54px;
    font-weight: 600;
    border-radius: 10px;
    margin-left: 10px;
}
.hmburger-menu {
    color: #000;
    display: none;
    position: absolute;
    top: 18px;
    right: 20px;
}
.show-nv {
    left: 0;
}
.new-mobile-menu-logo {
    text-align: center;
    margin-top: 10px;
}
.new-mobile-menu {
    padding: 12px 40px 1px 40px;
    text-align: center;
}
.new-mobile-menu ul li {
    line-height: 50px;
    font-size: 21px;
}
.new-mobile-menu ul li a {
    color: #fff;
    font-weight: 600;
}
.social-link-s {
    text-align: center;
    margin-top: 36px;
}
.close-button-new {
    padding: 25px;
    text-align: right;
}
input[type="search"] {
    -webkit-appearance: none !important;
    background-clip: padding-box;
    background-color: white;
    vertical-align: middle;
    border-radius: 0.25rem;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 0.375rem 1.25rem;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

/*input[type="search"]:focus {*/

/*    transition: all 0.5s;*/

/*    box-shadow: 0 0 40px #f9d442b9;*/

/*    border-color: #f9d342;*/

/*    outline: none;*/

/*}*/
form.search-form {
    display: flex;
    justify-content: center;
}
label {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    margin-bottom: 0;
}
input.search-field {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    height: 51px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
input.search-submit {
    height: 51px;
    margin: 0;
    padding: 1rem 1.3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.button:hover,
.button:active,
.button:focus {
    cursor: pointer;
    background: #d4b743;
    color: #292826;
    outline: 0;
}
.search_form_wrap {
    padding: 10px 35px 10px 35px;
}
button.search_submit.trx_addons_icon-search {
    background: #e96629;
    width: 18%;
}
.mg_btn13df {
    color: #f68726 !important;
    float: none;
    width: 200px;
    font-size: 15px;
    background: #fff;
    border-radius: 3px;
    font-weight: 600;
    padding: 4px 18px;
    line-height: normal;
    -o-border-radius: 3px;
    display: inline-block;
    margin-top: 2px;
    -ms-border-radius: 3px;
    border: 2px solid #f68726 !important;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
}
.city-des h2 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
    padding-top: 20px;
}
.city-des li {
    list-style: disc !important;
    margin-bottom: 2px;
    color: black;
    margin-left: 0px;
    padding-bottom: 10px;
}
.career h3 {
    color: #fff !important;
    font-size: 45px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 72px;
}
.color-box {
    background-color: #ff970d;
    text-align: right;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-top: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.color-box i.fa.fa-pencil {
    color: #fff;
    font-size: 24px;
}
.profile-container {
    padding-top: 0px;
    padding-bottom: 30px;
    margin-top: 60px;
}
.profile-name {
    text-align: center;
    padding-top: 10px;
}
.profile-imagesdd {
    text-align: center;
    margin-top: -48px;
}
.profile-imagesdd img {
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
    border-radius: 50%;
}
.profile-box {
    box-shadow: rgb(0 0 0 / 24%) 0px 5px 7px 3px;
    padding-bottom: 20px;
    border-radius: 20px;
}
.profile-pra {
    padding: 10px 40px 10px 40px;
    text-align: center;
}
.profile-button {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
}
a.PROOF {
    color: #fff;
    padding: 15px 20px 15px 20px;
    background-color: #ff970d;
    font-weight: 900;
    border-radius: 10px;
}
.profile-camra {
    position: absolute;
    top: 30px;
    padding-top: 3px;
    left: 55%;
    z-index: 999;
    width: 34px;
    height: 34px;
    background-color: #ff970d;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
}
.profile-camra i.fa.fa-camera {
    color: #fff;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #ff970d;
    background-color: #ffffff;
    font-weight: 700;
    box-shadow: 0px 5px 9px 4px rgb(0 0 0 / 10%);
    border-radius: 0px;
}
span.hidden-xs {
    font-weight: 700;
}
li.nav-item.profi {
    background-color: #eceff2;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
a.nav-link {
    border-right: 1px solid #ccc;
}
.profilr-first-tab {
    background-color: #eceff2;
    padding: 50px;
    margin-top: 30px;
    border-radius: 5px;
}
input[type=checkbox]+.primer:before {
    content: "\2714";
    border: 2px solid #7d7d7d;
    border-radius: 0.2em;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding-left: 2px;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}
input[type=checkbox]:checked+.primer:before {
    background-color: #ff970d;
    border-color: #ff970d;
    color: #fff;
}
label.primer {
    font-size: 20px;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
}
.icheck-primary.mt-4.py-3.profile-tab-f {
    padding-top: 20px;
}
.first-tab-sa {
    background-color: #ff970d;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
}
a.first-tab-save {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.profile-therd h4 {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 22px;
}
a.Provide-yes {
    color: #fff;
    padding: 12px 30px 12px 30px;
    background-color: #ff970d;
    font-weight: 900;
    border-radius: 10px;
}
a.Provide-no {
    border: 2px solid #727272;
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
    font-weight: 900;
    margin-left: 20px;
}
.profile-therd-tab-button {
    margin-top: 32px;
}
a.Provide-yess {
    color: #fff;
    padding: 12px 30px 12px 30px;
    background-color: #ff970d;
    font-weight: 900;
    border-radius: 10px;
    margin-left: 20px;
}
a.Provide-noo {
    border: 2px solid #727272;
    border-radius: 10px;
    padding: 10px 50px 10px 50px;
    font-weight: 900;
}
a.Provide-yessd {
    color: #fff;
    padding: 12px 30px 12px 30px;
    background-color: #ff970d;
    font-weight: 900;
    border-radius: 10px;
}
a.Provide-nool {
    border: 2px solid #727272;
    border-radius: 10px;
    padding: 10px 35px 10px 35px;
    font-weight: 900;
    margin-left: 20px;
}
.profile-therd-tab-buttondd {
    margin-top: 20px;
}
input[type=checkbox]+.primers:before {
    content: "\2714";
    border: 2px solid #7d7d7d;
    border-radius: 0.2em;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding-left: 2px;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}
input[type=checkbox]:checked+.primers:before {
    background-color: #ff970d;
    border-color: #ff970d;
    color: #fff;
}
label.primers {
    font-size: 20px;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
}
input[type=checkbox]+.primera:before {
    content: "\2714";
    border: 2px solid #7d7d7d;
    border-radius: 0.2em;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding-left: 2px;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}
input[type=checkbox]:checked+.primera:before {
    background-color: #ff970d;
    border-color: #ff970d;
    color: #fff;
}
label.primera {
    font-size: 20px;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
}
input[type=checkbox]+.primerw:before {
    content: "\2714";
    border: 2px solid #7d7d7d;
    border-radius: 0.2em;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding-left: 2px;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}
input[type=checkbox]:checked+.primerw:before {
    background-color: #ff970d;
    border-color: #ff970d;
    color: #fff;
}
label.primerw {
    font-size: 20px;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
}
input[type=checkbox]+.primerf:before {
    content: "\2714";
    border: 2px solid #7d7d7d;
    border-radius: 0.2em;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding-left: 2px;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}
input[type=checkbox]:checked+.primerf:before {
    background-color: #ff970d;
    border-color: #ff970d;
    color: #fff;
}
label.primerf {
    font-size: 20px;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
}
input[type=checkbox]+.primert:before {
    content: "\2714";
    border: 2px solid #7d7d7d;
    border-radius: 0.2em;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding-left: 2px;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}
input[type=checkbox]:checked+.primert:before {
    background-color: #ff970d;
    border-color: #ff970d;
    color: #fff;
}
label.primert {
    font-size: 20px;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
}
.icheck-primary.mt-4.py-3.profile-tab-f {
    padding-top: 20px;
    display: inline-block;
    /* padding-left: 30px; */
}
.primery-for-tab {
    margin-top: 20px;
}
a.pro-mobil {
    color: #000;
    border-radius: 10px;
    background-color: #eceff2;
    font-weight: 700;
    padding: 12px 40px 12px 40px;
}
.profile-form-box {
    padding-top: 0px;
    padding-bottom: 15px !important;
    text-align: center;
    margin-top: 25px;
}
a.VERIFY {
    border: 2px solid #727272;
    border-radius: 10px;
    padding: 10px 50px 10px 50px;
    font-weight: 900;
    margin-left: 23px;
}
.profile-tan-three-button {
    text-align: center;
}
a.PROOF {
    color: #fff;
    padding: 12px 40px 12px 40px;
    background-color: #ff970d;
    font-weight: 900;
    border-radius: 10px;
}
a.PROOFdd {
    color: #fff;
    padding: 12px 40px 12px 40px;
    background-color: #afa9a0;
    font-weight: 900;
    border-radius: 10px;
}
a.PROOFddd {
    color: #fff;
    padding: 12px 40px 12px 40px;
    background-color: #afa9a0;
    font-weight: 900;
    border-radius: 10px;
}
.sidebar-new-div {
    background: #f68726;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    overflow: hidden;
    width: 300px;
    height: 100%;
}
.modal-dialog.apna-hai {
    width: 800px !important;
    height: 770px;
}
div#exampleModal2 {
    z-index: 9999;
    top: 45px;
}
element.style {}
h5#exampleModalLabelff {
    font-size: 24px;
}
.first-tab-sass {
    background-color: #ff6613;
    padding: 13px;
    text-align: center;
    border-radius: 10px;
}
a.first-tab-savess {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
    background-color: #dedede !important;
    border-radius: 0 !important;
}
h5#exampleModalLabelff {
    padding: 0px 0px 8px 15px;
    font-weight: 600;
}
.mobime.profile-design {
    display: none;
}
.mobime.profile-design {
    margin-top: 60px !important;
}
.profile-imagesddff {
    text-align: left;
}
.profile-imagesddff img {
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    border-radius: 50%;
}
.profile-camra-mobile {
    position: absolute;
    top: 0px;
    padding-top: 3px;
    left: 60%;
    z-index: 999;
    width: 34px;
    height: 34px;
    background-color: #ff970d;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
}
.profile-camra-mobile i.fa.fa-camera {
    color: #fff;
}
.containerads {
    display: block;
}
.profile-name-mobile h3 {
    color: #fff !important;
    font-weight: 700 !important;
}
.profile-name-mobile p {
    color: #fff !important;
}
.mobile-profile-name {
    padding-top: 16px;
}
.color-box-mobile i.fa.fa-pencil {
    color: #fff;
    font-size: 24px;
}
.color-box-mobile {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 50px;
    background-color: #ffffff59;
    padding: 6px 9px 6px 8px;
    width: 35px;
    border-radius: 50px;
    height: 35px;
}
.mobile-bio-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.mobil-pan {
    display: inline-block;
    background-color: #ff970d;
    position: relative;
    padding: 3px;
    border-radius: 50px;
    left: 13px;
    width: 25px;
    top: 8px;
    height: 25px;
}
.mobil-pan i.fa.fa-pencil {
    color: #fff;
    font-size: 14px;
    padding: 0px 0px 0px 7px;
    position: relative;
    top: -15px;
    left: -3px;
}
.bio-molobil h3 {
    font-weight: 700 !important;
}
a.PROOF-mobile {
    color: #fff;
    padding: 12px 20px 12px 20px;
    background-color: #ff970d;
    font-weight: 900;
    border-radius: 5px;
    font-size: 11px;
}
a.VERIFY-mobile {
    border: 2px solid #727272;
    border-radius: 5px;
    padding: 10px 39px 10px 39px;
    font-weight: 900;
    font-size: 11px;
}
.profile-button-mobile {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bio-container {
    background-color: #ff970d;
    padding-bottom: 20px;
    padding-top: 20px;
}

/*Sumit css*/
.mgtrrip {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 90px 0px 20px;
    align-items: flex-end;
}
ul.trip-nav {
    display: flex;
    margin-right: 4rem;
    width: 100%;
    justify-content: flex-end;    align-items: center;
}

/* .trip_logo #logo-1{display:none} */

/* .trip_logo #logo-2 {
    display: block;
  } */
.trip-nav li a {
    line-height: 60px;
    margin-left: 20px;
    /* color: #ffffff; */
    
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 50px;
    transition: 0.4s ease-in-out;
    letter-spacing: 0.5px;
    font-weight: 400;
    background: transparent;
}
.trip-nav-main {
    /* padding-top: 0.5rem; */
    
    width: 80%;
}
.trip-nav li a:hover {
    text-decoration: none;
    color: #fff;
    /* border: 2px solid #fff; */
    
    border-radius: 50px;
    background-color: rgba(10, 10, 15, .3);
    background: transparent;
    color: #10316d;
}
ul.trip-nav li.mg-parent-menu {
    margin-left: 4rem;
}
.trip_logo {
    width: 20%;
}

/* .trip_logo #logo-2 {
    display: none;
} */
header.trip-header.trip-header-white {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #5a5a5a30;
}
.trip-header-white .trip_logo #logo-2 {
    display: block !important;
}
.trip-header-white .trip_logo #logo-1 {
    display: none !important;
}
.trip-header-white .trip-nav li a {
    color: #17305c;
    font-weight: 500;
}
.trip-header-white .trip-nav li a:hover {
    text-decoration: none;
    color: #e96629;
    border: 2px solid #e9662900;
    border-radius: 50px;
    background-color: rgb(10 10 15 / 0%);
}
.trip-nav .dropdown-menu a {
    display: block;
    line-height: 2;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    color: #17305c !important;
}
.crfMainRow {
    margin-top: 2.5rem;
}
.crfCardMain {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 350px;
    width: 100%;
}
.crfMainRow .row .col-lg-3 {
    padding: 0 8px;
}
.crfCardMain img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s linear;
}
.crfCardMain:hover img {
    transform: scale(1.1);
}
.whyslTrvlImg {
    overflow: hidden;
    height: 180px;
    border-radius: 10px 10px 0px 0px;
}
.whyslTrvlImg img,
.whyslTrvlInfoProfileImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s linear;
}
.whyslTrvlImg:hover img {
    transform: scale(1.1);
}
.whyslTrvlInfoProfileImg {
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.whyslTrvlInfoMain {
    background-color: #ffffff;
    padding: 12px;
    border-radius: 0px 0px 10px 10px;
}
.whyslTrvlInfoProfile {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 18px;
}
.whyslTrvlInfo>span {
    font-size: 12px;
    color: #ff6827;
    font-family: 'graphik-medium';
}
.whyslTrvlInfo>h3 {
    margin: 5px 0px 0px;
    font-size: 18px;
    font-family: 'graphik-semibold';
    color: #111;
}
.whyslTrvlMain {
    background-color: #fff;
    min-height: 350px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 4px 14px 2px rgb(0 0 0 / 3%);
}
.travelSecMain {
    padding: 4rem 0rem 2rem;
}
.dskTitleHmeInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mblVwbtn {
    display: none;
    margin-top: 3rem;
    text-align: right;
}
.hmVideoCard video,
.hmVideoCard iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hmVideoCard {
    overflow: hidden;
    height: 260px;
    border-radius: 10px;
    position: relative;
}
.hmVideoCardInfo {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    /*top: 0;*/
    
    padding: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -20%, rgba(0, 0, 0, 0.8618040966386554) 100%);
}
.hmVideoCardInfo h3 {
    font-size: 18px;
    color: #fff;
    margin: 0px 0px;
    font-family: 'graphik-semibold';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 30px;
}
.hmFeedbckTabs {
    border: 0;
}
.hmFeedbckTabsitems>a {
    border: 1px solid #dfdfdf !important;
    min-width: 140px;
    text-align: center;
    border-radius: 100px !important;
    font-family: 'graphik-medium';
    color: #333;
    margin-right: 10px !important;
}
.hmFeedbckTabsitems.active>a {
    background-color: #ff6827 !important;
    color: #fff !important;
    border-color: #ff6827 !important;
}
.feedBackInfoMainBox {
    margin-top: 3rem;
}
.feedBackImg {
    overflow: hidden;
    width: 49%;
    border-radius: 10px;
    height: 370px;
}
.feedBackImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feedBackImgMain {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    margin-bottom: 2rem;
}
.feedBackDetailBox>h3 {
    margin: 0px 0px 25px;
    font-size: 30px;
    line-height: 42px;
    font-family: 'graphik-semibold';
    color: #111;
}
.feedBackDetailBox>p {
    font-size: 16px;
    margin-bottom: 4rem;
    line-height: 30px;
    font-family: 'graphik';
}
.feedBackProfile>h3 {
    font-family: 'graphik-medium';
    font-size: 20px;
    color: #ff6827;
    margin: 0px 0px 10px;
}
.feedBackProfile>p {
    font-size: 12px;
    /* font-family: 'graphik-medium'; */
    
    color: #111;
    margin-bottom: 0;
    font-family: "Roboto" !important;
    font-weight: 400;
}
.bookingMainSec {
    background-size: cover;
    background-position: center center;
}
.bookingMainBx {
    position: relative;
    padding: 0px 0px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.bookingMainBx>.row {
    width: 100%;
}
.bookingBxFormMain {
    background-color: #ffffff;
    width: 95%;
    padding: 4rem 4rem 4rem;
    border-radius: 10px;
    margin: 0 auto;
    backdrop-filter: blur(8px);
    margin-left: auto !important;
    box-shadow: 0px 10px 10px -5px #0000001a;
}
.bookingBxFormField label {
    margin-bottom: 5px;
    font-weight: 400;
    font-family: 'graphik-semibold';
}
.bookingBxFormField .form-control {
    margin-bottom: 1.5rem;
    border: 1px solid #cacaca;
    outline: none;
    box-shadow: none;
    font-size: 12px;
    min-height: 45px;
    color: #111;
    font-family: 'graphik';
    border-radius: 5px;
}
.bookingBxFormMain>h3 {
    margin: 0rem 0rem 0.5rem;
    font-family: 'graphik-semibold';
    color: #17305c;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}
.bookingBxFormSubmit {
    width: 100%;
    min-height: 42px;
    font-size: 14px;
    font-family: 'graphik-medium';
    border: none;
    background-color: #ff6827;
    color: #fff;
    border-radius: 4px;
}
.bookingBxFormMain>p {
    margin-bottom: 3rem;
    font-family: 'graphik-medium';
    line-height: 22px;
    font-size: 14px;
    color: #4b4b4b;
    font-weight: 500;
}
.headCall {
    display: inline-block;
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 8px;
    color: #17305c !important;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 14px;
}
.headCall:hover {
    background-color: #17305c;
    color: #ffffff !important;
}
.hmeNavTabsMain {
    border-bottom: none;
}
.hmeNavTabsMain>li {
    width: 33%;
    text-align: center;
}
.hmeNavTabsMain>li>a {
    border: none !important;
    font-size: 18px;
    font-weight: 600;
    /*color: #222;*/
    
    color: #ffffff;
    font-family: 'graphik-medium';
    padding: 14px 12px;
    transition: 0.1s linear;
    border-radius: 12px 12px 0px 0px;
}
.hmeNavTabsMain>li.active>a,
.hmeNavTabsMain>li>a:hover,
.hmeNavTabsMain>li.active>a:focus,
.hmeNavTabsMain>li.active>a:hover {
    /*color: #fff;*/
    /*cursor: pointer;*/
    /*background-color: #ff6827;*/
    
    color: #17305c;
    cursor: pointer;
    background-color: #ffffff;
}
.hmeNavTabsMain>li>a>i {
    margin-right: 8px;
}

/*new footer css*/

/* #footer {
    padding: 20px 0px 0px 0px !important;
    background-color: #17305C;
}

#footer .footer-nav h3 {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;

}

#footer .footer-nav ul {
    list-style: none;
    margin-left: 0px;
}

#footer .footer-nav ul li a {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    transition-duration: .5s;
}

#footer .footer-nav ul li a:hover {
    text-decoration: none;
    color: #FF6827;
}

#footer .footer-nav p {
    color: #fff;
    line-height: 20px;
    font-size: 15px;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;

}


#footer .footer-nav ol {
    list-style: none;
    margin-left: 0;
    display: inline-flex;
    padding-left: 0;
}

#footer .footer-nav ol li {
    margin-right: 30px;
    list-style: none;
}

#footer .footer-nav ol li i {
    color: #fff;
    font-size: 30px;
}

#footer .footer-row {
    border-bottom: 1px solid rgba(255, 255, 255, .7);
}


#footer .footer-nav img {
    height: 50px;
}

.footer-nav-bottom {
    padding: 20px 0px;
}

.footer-nav-bottom ol {
    list-style: none;
    /* margin-left: -40px; 
    display: inline-flex;
}*/
.footer-nav-bottom ol li:nth-child(1) {
    border-right: 1px solid #fff;
}
.footer-nav-bottom ol li:nth-child(2) {
    margin-left: 50px;
}
.footer-nav-bottom ol li {
    padding-right: 50px;
    line-height: 2;
    list-style: none;
}
.footer-nav-bottom ol li a {
    display: flex;
    color: #ffffff;
    flex-direction: row;
    line-height: 2;
    font-size: 14px;
    padding-top: 6px;
}
.footer-nav-bottom ol li a i {
    margin-right: 6px;
    line-height: 2;
}
.footer-nav-bottom ol li img {
    height: 38px;
    margin-top: 10px;
}
.footer-nav-bottom ol li p {
    line-height: 80px;
    font-size: 16px;
    cursor: default;
    color: #fff;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
}
*/
/*new footer css*/
.mobile-bottom-nav {
    display: none;
}
#overlay {
    -webkit-backface-visibility: hidden;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.overlay.open {
    -webkit-backface-visibility: hidden;
    opacity: 1;
    transition: opacity .5s;
    visibility: visible;
    height: 100%;
    z-index: 10;
    background-color: #17305C;
    transition: background .20s ease;
}
.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .s;
    animation-delay: .20s;
    margin-bottom
}
.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .30s;
    animation-delay: .30s;
}
.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}
.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}
.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}
.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}
.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .80s;
    animation-delay: .80s;
}
.overlay nav {
    position: relative;
    height: 70%;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3.7em;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 300;
    text-align: center;
    width: 100%;
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0px auto;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}
.overlay ul li {
    display: block;
    height: auto;
    min-height: 50px;
    position: relative;
    opacity: 0;
    text-align: center;
}
.overlay ul li a {
    display: block;
    line-height: 50px;
    position: relative;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    border-bottom: 0.01px solid #FF6827;
    width: 80%;
    padding: 10px 0px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.overlay ul li:first-child a {
    font-weight: bold;
    /* border: none; */
    
    line-height: 50px;
    margin-top: -90px;
    padding-top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.overlay ul li:last-child a {
    border-bottom: 2px solid #17305C;
    border: 1px solid #FF6827;
    font-weight: bold;
    border-radius: 50px;
    line-height: 20px;
    margin-top: 20px;
    width: 60%;
    padding-top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.overlay ul li a:hover {}
.overlay ul li a:hover {}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        right: 20%;
    }
    
    100% {
        opacity: 1;
        right: 0;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        right: 20%;
    }
    
    100% {
        opacity: 1;
        right: 0;
    }
}
.button_container {
    display: none;
}

/*.trip-header .button_container span {
    background-color: #17305C;
}*/
.common-logo img {
    width: 230px;
    margin-top: 7px;
}
.main-div {
    height: 65px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    color: #111;
    padding: 5px;
    width: 100%;
    z-index: 9999;
    box-shadow: rgb(0 0 0 / 35%) 0px 1px 9px !important;
}
.serch-box form input {
    border: none;
    padding: 0px 0px;
    outline: none;
    box-shadow: none;
    width: 100%;
}
.serch-box form button {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    border: none;
    outline: none;
    background-color: transparent;
}
.serch-box {
    padding: 9px 17px !important;
    width: 480px;
    margin-left: 27px;
    display: inline-block;
    border-radius: 26px;
}
.mg_input_1.mg_input_1-new {
    float: left;
    width: 100%;
    color: #7d8386;
    font-size: 20px;
    text-align: left;
    min-height: 44px;
    line-height: 37px;
    padding: 0 12px 1px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 26px !important;
    border: 1px solid #dbdbdb;
    text-transform: capitalize;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
    margin: 0px 0 !important;
    z-index: 9;
}
.new-mobile-logo {
    display: inline-flex;
    width: 105%;
}
.list-menu-new {
    position: relative;
    left: 230px;
}
.section-title {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
header.mg_header_1.mg_headerddd {
    display: none;
}
header.trip-header {
    box-shadow: unset;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
}
.search-icon {
    border-left: 1px solid #f0f0f0;
    display: table-cell;
    padding: 13px 13px 13px;
    background: white;
    position: relative;
    top: 4px;
    left: 10px;
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
}
.search-icon i {
    color: #fd642f;
}
i.fa.fa-home {
    font-size: 20px;
    color: #f68726;
}
i.fa.fa-book {
    font-size: 20px;
    color: #bbbb02;
}
i.fa.fa-bars {
    color: #3c763d;
    font-size: 20px;
}

/*i.fa.fa-search {
    color: #00abff;
    font-size: 20px;
}*/
i.fa.fa-pencil-square-o {
    color: red;
    font-size: 20px;
}
i.fa.fa-times {
    color: red;
    font-size: 27px;
}
.images-nav h3 {
    position: relative;
    bottom: 0px;
    top: 2px;
    font-size: 20px;
    text-align: center;
    font-weight: 700 !important;
    color: #fff !important;
}
.images-nav {
    background-size: cover;
    height: auto;
    box-shadow: inset rgb(0 0 0 / 15%) 0px -6px 6px 1px;
    padding-bottom: 20px;
}

/*i.fa.fa-facebook-square {*/

/*    font-size: 25px;*/

/*    color: #3b5998;*/

/*}*/

/*i.fa.fa-instagram {*/

/*    font-size: 25px;*/

/*    color: #d6249f;*/

/*}*/

/*i.fa.fa-twitter {*/

/*    font-size: 25px;*/

/*    color: #1DA1F2;*/

/*}*/

/*i.fa.fa-phone {*/

/*    font-size: 25px;*/

/*    color: #00ff00;*/

/*}*/
.side-bar-button {
    text-align: center;
    margin-top: 20px;
}
.mg_btn13 {
    color: #f68726 !important;
    float: none;
    width: 100px;
    font-size: 15px;
    background: #fff;
    border-radius: 3px;
    font-weight: 600;
    padding: 4px 18px;
    line-height: normal;
    -o-border-radius: 3px;
    display: inline-block;
    margin-top: 2px;
    -ms-border-radius: 3px;
    border: 2px solid #f68726 !important;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
}
.mg_btndashboard {
    color: #f68726 !important;
    float: none;
    width: 120px;
    font-size: 15px;
    background: #fff;
    border-radius: 3px;
    font-weight: 600;
    padding: 4px 18px;
    line-height: normal;
    -o-border-radius: 3px;
    display: inline-block;
    margin-top: 2px;
    -ms-border-radius: 3px;
    border: 2px solid #f68726 !important;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
}
.mg_btn134 {
    color: #fff !important;
    float: none;
    width: 100px;
    font-size: 15px;
    border-radius: 3px;
    font-weight: 600;
    padding: 6px 18px;
    line-height: normal;
    -o-border-radius: 3px;
    display: inline-block;
    margin-top: 2px;
    -ms-border-radius: 3px;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    background-image: url(../assets/web_assets/images/nico-mksmc.jpg);
    background-size: 100%;
}
.mg_btn1344 {
    color: #fff !important;
    float: none;
    width: 149px;
    font-size: 11px;
    background: #f68726 !important;
    border-radius: 3px;
    font-weight: 600;
    padding: 4px 18px;
    line-height: normal;
    -o-border-radius: 3px;
    display: inline-block;
    margin-top: 2px;
    -ms-border-radius: 3px;
    border: 2px solid #f68726 !important;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
}
.iconssss ul li {
    display: inline-block;
}
.iconssss {
    border-bottom: 1px solid #f68726;
}
.contntsss h3 {
    font-size: 20px;
}
.nav-sections {
    display: none;
}
.hmburger-menu {
    color: #000;
    display: none;
    position: absolute;
    top: 18px;
    right: 20px;
}
.show-nv {
    left: 0;
}
.new-mobile-menu-logo {
    text-align: center;
    margin-top: 10px;
}
.new-mobile-menu {
    padding: 12px 40px 1px 40px;
    text-align: left;
}
.new-mobile-menu ul li {
    line-height: 50px;
    font-size: 21px;
}
.new-mobile-menu ul li a {
    color: #fff;
    font-weight: 600;
}
.social-link-s {
    text-align: center;
    margin-top: 36px;
}
.close-button-new {
    padding: 25px;
    text-align: right;
}

/*input[type="search"]:focus {*/

/*    transition: all 0.5s;*/

/*    box-shadow: 0 0 40px #f9d442b9;*/

/*    border-color: #f9d342;*/

/*    outline: none;*/

/*}*/
form.search-form {
    display: flex;
    justify-content: center;
}
label {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    margin-bottom: 0;
}
input.search-field {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    height: 51px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
input.search-submit {
    height: 51px;
    margin: 0;
    padding: 1rem 1.3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.button {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #e96629;
    color: #292826;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.button:hover,
.button:active,
.button:focus {
    cursor: pointer;
    background: #d4b743;
    color: #292826;
    outline: 0;
}
.search_form_wrap {
    padding: 10px 35px 10px 35px;
}
button.search_submit.trx_addons_icon-search {
    background: #e96629;
    width: 18%;
}
.side-bar-button {
    text-align: center;
    margin-top: 35px;
}
.home-container {
    margin-top: 80px;
}
ul.trip-nav li {
    position: relative;
}
ul.trip-nav li .children {
    position: absolute;
    background-color: #fff;
    text-align: left;
    right: 0px;
    min-width: 140px;
    top: 50px;
    display: none;
}
ul.trip-nav li .children li a {
    color: #17305c;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-left: 0;
    padding: 6px 15px !important;
}
ul.trip-nav li:hover .children {
    display: block;
}
a.te-loggedin {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1 !important;
    padding: 8px 20px 8px !important;
    margin-top: 10px;
    column-gap: 10px;
}

/*Tours & Excursion*/

/*.trip-nav li a {
    color: #17305c;
    font-weight: 500;
}*/

/*.trip_logo #logo-2 {
    display: block;
}
.trip_logo #logo-1 {
    display: none;
}*/
.button_container span {
    background: #17305c;
}

/*Tours & Excursion*/
section.te-banner-sec {
    padding-top: 0 !important;
    overflow: hidden;
    height: 490px;
}
.te-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.te-banner {
    position: relative;
    height: 490px;
}
.te-banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    right: 0;
    height: 100px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) -40%, rgba(252, 176, 69, 0) 100%);
}
.te-banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.te-banner-content h1 {
    text-align: center;
    font: normal normal 900 90px/90px Playfair Display;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 1px 1px 13px #00000060;
    margin-bottom: 1.4rem;
}
.te-banner-content p {
    text-align: center;
    font: normal normal normal 26px/28px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #0000006e;
    margin-bottom: 1.5rem;
}
.te-banner-search {
    position: relative;
    margin: 0 auto;
    width: 620px;
}
.te-banner-search input {
    background: #00000072 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 36px;
    width: 720px;
    height: 50px;
    padding: 13px 30px 10px;
    margin-top: 1rem;
    font-family: 'Poppins';
    line-height: 28px;
    color: #ffffff;
    transition: 0.3s linear;
}
.te-banner-search input::placeholder {
    font-family: 'Poppins';
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: 0.3px;
}
.te-banner-search input:hover {
    border: 2px solid #FFFFFF;
    padding: 13px 20px 10px;
    background: transparent;
}
.te-banner-search button {
    background: transparent;
    border: none;
    outline: none;
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
}
section.te-handpicked {
    background-color: #F2F2F2;
    padding: 3em 0 0em !important;
}
section.te-handpicked .container {
    width: 1200px;
}
.te-title-rw {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: nowrap;
    margin-bottom: 3rem;
}
.te-title-rw .te-title {
    font: normal normal bold 35px/36px Poppins;
    letter-spacing: 0px;
    color: #17305C;
}
.te-title-rw a {
    font: normal normal normal 16px/36px Poppins;
    letter-spacing: 0px;
    color: #FF6827;
    font-weight: 600;
}

/*.te-handpicked-box {
    margin-top: 2rem;
}*/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.te-handpicked-col {
    background-color: transparent;
    padding-right: 0px;
    margin-left: 25px;
}
.te-handpicked-inner {
    position: relative;
    height: 350px;
    overflow: hidden;
    border-radius: 12px;
}
.te-handpicked-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s linear;
}
.te-handpicked-inner:hover img {
    transform: scale(1.1);
}
.te-handpicked-data {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) -10%, rgba(252, 176, 69, 0) 100%);
    text-align: left;
    padding: 15px 15px 15px;
    height: 36%;
    width: 100%;
}
.te-handpicked-data h3 {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Poppins';
    letter-spacing: 0.5px;
}
.te-handpicked-data h3 a {}
.te-handpicked-data p {
    letter-spacing: 0px;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0;
}
.te-handpicked-data span {
    letter-spacing: 0px;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
}
.te-tourpack-inner {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 3rem;
    height: 280px;
    box-shadow: 0px 4px 6px #00000029;
}
.te-tourpack-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s linear;
}
.te-tourpack-inner:hover img {
    transform: scale(1.1);
}
.te-tourpack-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) -10%, rgba(252, 176, 69, 0) 100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    flex-wrap: nowrap;
}
.te-tourpack-title h4 {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
    line-height: 40px;
}
.te-tourpack-title p {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.6px;
    margin-bottom: 0;
    line-height: 1;
}
.te-tourpack-link a {
    background: #FF6827 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000033;
    border-radius: 4px;
    color: #fff;
    height: 35px;
    width: 110px;
    display: block;
    text-align: center;
    line-height: 2.5;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 0.6px;
}
.te-tourpack-label {
    position: absolute;
    right: -5px;
    top: 20px;
    background: #FFD527 0% 0% no-repeat padding-box;
    border-radius: 32px 0px 0px 32px;
    text-align: right;
    padding: 3px 20px;
    box-shadow: 5px 4px 7px -4px #333;
}
.te-tourpack-label span {
    letter-spacing: 0px;
    color: #17305C;
    font-size: 15px;
    line-height: 35px;
    font-family: 'Poppins';
    font-weight: 700;
}
.slick-prev:before,
.slick-next:before {
    font-family: unset !important;
    opacity: 1 !important;
    color: #ff6827 !important;
    width: 50px;
    height: 50px;
    box-shadow: 0 3px 50px rgb(0 0 0 / 16%);
    background-color: #fff;
    border-radius: 50%;
    z-index: 5;
    top: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out;
}
.slick-next {
    right: 0 !important;
}
.slick-prev {
    left: -25px !important;
    z-index: 2;
}
section.te-cityWisepackage {
    background-color: #F2F2F2;
    padding: 3em 0 0em !important;
}
.te-citywise-bx {
    position: relative;
    height: 300px;
    margin-bottom: 3rem;
    box-shadow: 0px 4px 6px #00000029;
    border-radius: 8px;
    overflow: hidden;
}
.te-citywise-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.te-citywise-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.te-citywise-btn span {
    width: 50%;
    display: block;
}
.te-citywise-btn span a {
    background: #FF6827 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000033;
    color: #fff;
    text-align: center;
    line-height: 2.7;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 2px 9px;
    white-space: nowrap;
    display: block;
}
.te-citywise-btn span:nth-child(2) a {
    background: #17305C 0% 0% no-repeat padding-box;
}
.te-citywise-title {
    padding: 0 15px 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) -10%, rgba(252, 176, 69, 0) 100%);
}
.te-citywise-title p {
    margin-bottom: 0;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.te-citywise-title h4 {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 10px;
}
.te-citywise-btn {
    display: flex;
    flex-direction: row;
    justify-content: normal;
    flex-wrap: nowrap;
}
.te-banner-search button i {
    color: #ffffff !important;
}
section.te-statewisepack {
    background-color: #F2F2F2;
    padding: 2em 0 0em !important;
}
.te-statewisepack-inner {
    height: 350px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.te-statewisepack-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
span.statewisepack-label {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 30px;
    background: #C7E5FF 0% 0% no-repeat padding-box;
    border-radius: 32px 0px 0px 32px;
    text-align: left;
    font: normal normal bold 18px/38px Poppins;
    letter-spacing: 0px;
    color: #17305C;
    padding: 2px 23px;
}
.te-statewisepack-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    transition: 0.2s linear;
}
.te-statewisepack-col {
    background-color: transparent;
    padding-right: 0px;
    margin-left: 25px;
}
.te-statewisepack-data {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.te-statewisepack-col:hover img {
    transform: scale(1.1);
}
.te-statewisepack-data {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(252, 176, 69, 0) 100%);
    text-align: left;
    height: 20%;
}
.te-statewisepack-data h3 {
    font: normal normal 500 20px/30px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.te-statewisepack-data span {
    font: normal normal 400 14px/25px Poppins;
    letter-spacing: 0.6px;
    color: #FFFFFF;
}
.te-statewisepack-col>a {
    background: #FF6827 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000033;
    border-radius: 4px;
    color: #fff;
    height: 35px;
    width: 110px;
    display: block;
    text-align: center;
    line-height: 2.5;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 0.6px;
    float: right;
    margin-top: -1.7rem;
    z-index: 1;
    position: relative;
    transition: 0.2s linear;
}
.te-statewisepack-col a:hover {
    width: 100%;
}
.te-adventures-col {
    background-color: transparent;
    padding-right: 0px;
    margin-left: 15px;
    width: 235px !important;
}
.te-adventures-inner {
    position: relative;
    height: 235px;
    overflow: hidden;
    border-radius: 50%;
    transition: 0.3s linear;
}
.te-adventures-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.te-adventures-data {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 14%, rgba(252, 176, 69, 0) 100%);
    text-align: center;
    padding: 15px 0px 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    transition: 0.2s linear;
}
.adventures-left h3 {
    font-family: 'Poppins';
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 20px;
}
.adventures-left span {
    font-family: 'Poppins';
    color: #ffffff;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 25px;
}
.adventures-right a {
    background: #FF6827 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000033;
    border-radius: 4px;
    color: #fff;
    height: 30px;
    width: 80px;
    display: block;
    text-align: center;
    line-height: 2.5;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 1px;
}
.te-adventures-inner:hover {
    border-radius: 4%;
}
.te-adventures-inner:hover .te-adventures-data {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 14%, rgba(252, 176, 69, 0) 100%);
    text-align: left;
    padding: 15px 5px 5px;
    /* height: 25%; */
    
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    transition: 0.2s linear;
}
.te-adventure-overlay {
    position: absolute;
    right: 0px;
    height: 235px;
    z-index: 999;
    width: 280px;
    background: linear-gradient(80deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    padding: 6rem 2rem 1rem;
}
.te-adventure-overlay h3 {
    text-align: left;
    font: normal normal 800 27px/35px Playfair Display;
    letter-spacing: 0.5px;
    color: #17305C;
    margin-bottom: 1rem;
}
.te-adventure-overlay p {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0.3px;
}

/*.te-adventures-listing .slick-arrow {*/

/*    display: none !important;*/

/*}*/
.te-adventures-sec .container {
    position: relative;
}

/*Tours & Excursion*/
.sg-navigate {
    display: none;
}
.sg-navigate-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
section.sg-navigate {
    padding: 1rem 0rem !important;
    background-color: #f5f5f5;
}
section.sg-navigate .container {
    padding: 0 15px;
}
.sg-navigate-left p a {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    cursor: pointer;
    color: #0e0e0e;
}
.sg-navigate-left p {
    margin: 0;
}
.sg-navigate-left p a i {
    margin-right: 2px;
}
.sg-navi-icons a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding-top: 8px;
}
.sg-navi-icons a i {
    font-size: unset !important;
}
.sg-navi-facebook {
    background-color: #0632b0;
}
.sg-navi-whatsapp {
    background-color: #3de05a;
}
.sg-navi-linkedin {
    background-color: #0077b5;
}
.sg-navi-icons {
    position: absolute;
    right: 90px;
    z-index: 3;
    top: 5px;
    width: 0px;
    overflow: hidden;
    transition: 0.2s linear;
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
}
span.sg-navi-btn {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Poppins';
    cursor: pointer;
    color: #0e0e0e;
    font-weight: 600;
}
span.sg-navi-btn i {
    margin-right: 2px;
}
.sg-navi-icons.sg-navi-icons-show {
    width: 105px;
}
.tip-map-bx #map {
    height: 100%;
}
.tip-map-bx {
    height: 30%;
}
.sg-tip-banner-desktop {
    position: relative;
}
.sg-m-tipnav {
    display: none;
}
.sg-m-tipnav-inner {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px 15px 0px;
    background: linear-gradient(-180deg, rgba(252, 176, 69, 0) 0%, rgba(0, 0, 0, 1) 100%);
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 15px;
}
.sg-m-tipnav-title h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1px;
}
.sg-m-tipnav-title p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-left: 2px;
}
.sg-m-tipnav-title p span {
    color: #e96629;
    margin-left: 3px;
    font-weight: 600;
    font-size: 16px;
}
.sg-m-tipnav-back a {
    background-color: #e96629;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 15px;
}
.sg-m-tipnav-back a i {
    position: relative;
    left: -1px;
}
.tip-tour-box {
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: rgb(0 0 0 / 40%) 0px 1px 4px;
    border-radius: 10px;
}
.tip-tour-container .stays-extra-details {
    font-size: 18px;
}
.tip-tour-container .info-nugget p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 1px;
}
.tip-tour-container .info-nugget p i {
    color: #e96629;
}
.sg-sticky-filter {
    position: fixed;
    width: 254px;
    top: 70px;
}
.mm-tour-tipp {
    display: none;
}
.mobile-tour-tip-listing-main {
    background-color: #fff;
    padding: 15px 20px 15px;
    margin: 0 -35px;
    border-radius: 3px;
    margin-bottom: 0;
    /* box-shadow: 0px 6px 10px -6px #92929e4f; */
    
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.m-toutip-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.m-toutip-image {
    width: 40%;
    overflow: hidden;
    border-radius: 5px;
}
.m-toutip-image img {
    width: 100%;
    height: 120px;
    object-fit: cover !important;
}
.m-toutip-content {
    width: 56%;
    padding: 0.6rem 1rem 0rem 0rem;
    line-height: 40px;
}
.m-toutip-desc,
.m-toutip-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #555;
    margin-bottom: 0;
    text-align: left !important;
    line-height: 1.5;
}
.m-toutip-content h3 {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* margin-bottom: -0.4rem; */
    
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
}
.m-toutip-category {
    font-size: 11px;
    font-weight: 600;
    color: #e96629;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
}
.m-toutip-postedby {
    font-size: 11px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}
.m-toutip-cta {
    margin-top: 7px;
}
.m-toutip-cta a {
    font-size: 11px;
    background-color: #e96629;
    color: #fff;
    padding: 5px 15px;
    font-weight: 400;
    letter-spacing: 0.8px;
    border-radius: 3px;
}
.m-exp-category {
    display: none;
    margin-top: 1rem;
}
.m-exp-category-inner h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 0.3px;
}
.m-exp-box-rw {
    display: flex;
    overflow-x: scroll;
    position: relative;
    column-gap: 15px;
}
.m-exp-box-image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.m-exp-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.m-exp-box {
    position: relative;
}
.m-exp-box p {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.m-exp-box span {
    font-size: 12px;
    display: block;
    background-color: #fd642f;
    border-radius: 50px;
    text-align: center;
    padding: 0px 5px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100px;
    margin: 0 auto;
    letter-spacing: 0.8px;
    font-weight: 400;
    line-height: 1.7;
}
.m-exp-box-image {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 5px;
    margin-top: 1rem;
}
section.sg-navigation-tourtip {
    display: none;
    position: relative;
    height: 160px;
    background: linear-gradient(-180deg, rgb(0 0 0 / 27%) 19%, rgb(255 255 255) 99%);
    overflow: hidden;
    padding: 0 !important;
}
.sg-m-tourtip-nav {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 15px;
    background: linear-gradient(-180deg, rgb(0 0 0 / 28%) 1%, rgb(255 255 255) 99%);
    padding: 100px 25px 5px;
    top: 0;
}
.sg-m-tourtip-nav a i {
    color: black;
    border: 1px solid #000;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 1.8;
    border-radius: 50px;
    font-size: 13px;
}
.sg-m-tourtip-nav h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

/* width */
.m-exp-box-rw::-webkit-scrollbar {
    height: 0px;
}
.sg-mobile-search-sec {
    display: none;
}
.m-exp-box-image input {
    display: none;
}
.m-exp-box-image label {
    height: 110px;
}
.mblacksec {
    display: none;
    padding: 1rem 0px 0rem !important;
    background-color: #17305c;
    margin-bottom: 2rem;
}
.mbalck-container {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 1.5rem;
}
.mbalck-left i {
    font-size: 3rem;
    margin-right: 10px;
}
.mbalck-container {}
.mbalck-left i {
    font-size: 2rem;
    margin-right: 13px;
    position: relative;
    top: 5px;
    color: #ffffff;
}
.mbalck-right h5 {
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
    color: #fff;
}
.mbalck-right p {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    font-weight: 100;
    margin-bottom: 0;
}
.mbalck-container:last-child {
    margin-bottom: 0.8rem;
}
div#city_desc_less_content p,
div#city_desc_all_content p {
    font-size: 16px;
    padding-top: 0px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
    text-align: justify;
}
a.sgturisum-button {
    background-color: #e96629;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 15px;
    cursor: pointer;
}
#city_desc_all_content ul {
    padding-left: 20px;
    margin-bottom: 0px;
}
#city_desc_all_content ul li {
    font-size: 16px;
    padding-top: 0px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
}
.haddingsssssss h1 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.sgturisum-box {
    margin-top: 2.5rem;
}
.travel-tip-listing--v2::-webkit-scrollbar,
.travel-tip-listing::-webkit-scrollbar {
    height: 0px;
}
.sg-tt-headingbx {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.mbalck-left {
    width: 10%;
    text-align: center;
}
.sg-overview {
    margin-top: 4rem;
}
.sg-pver-desc {
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
}
.sg-pver-desc:last-child {
    margin-bottom: 0rem;
    border-bottom: 0px solid #eee;
}
.sg-pver-desc h4 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}
.sg-pver-desc p {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 2;
}
.sg-overview {
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.citywiseformlistbx {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    text-align: left;
    position: absolute;
    z-index: 2;
    box-shadow: 0px 5px 10px -5px #b3b3b3;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0.8rem auto 0;
    left: 0px;
    right: 0;
    top: 50px;
}
.citywiseformlistinner ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.citywiseformlistinner ul li {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 0.7rem;
    margin-bottom: 1rem;
}
.citywiseformlistinner {
    overflow-y: scroll;
    max-height: 250px;
}
.citywiseformlistinner::-webkit-scrollbar {
    width: 10px;
}
.citywiseformlistinner ul li a {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
}
.citywiseformlistimg {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
}
.citywiseformlistimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.citywiseformlistdata p {
    color: #052d47;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 1.9;
}
.citywiseformlistdata p span {
    margin-left: 7px;
    font-weight: 600;
    color: #ff6827;
    font-size: 1.3rem;
}

/****************/
.sgfullsearchbox-col {
    display: none;
}
.gfullsearchbox-clickinner {
    background-color: #17305c;
    padding: 12px 13px;
    border-radius: 5px;
    margin-bottom: 2.3rem;
    margin-top: 1rem;
    position: relative;
    z-index: 2;
}
.gfullsearchbox-clickinner p {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Poppins';
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.gfullsearchbox-clickinner p span {
    font-size: 1.8rem;
    position: absolute;
    right: 12px;
    top: 8px;
}
.sgfullsearchbox {
    position: fixed;
    z-index: 9999999;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    display: none;
    overflow: hidden;
    transition: 0.7s ease-in;
}
.sgfullsearchboxshow {
    display: block;
}
.fullformclose button {
    background: transparent;
    outline: none;
    border: none;
    font-size: 2.4rem;
    color: #333;
    line-height: 1;
}
.sgfullsearchhead {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.sgfullsearchinner {
    padding: 15px;
    position: relative;
}
.fullformbx input {
    width: 100%;
    height: 43px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 12px 10px 9px;
    font-family: 'Poppins';
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-color: #fff;
    box-shadow: 0px 5px 10px -7px #cbcbcb;
    outline: none;
}
.fullformclose {
    width: 10%;
    position: relative;
}
.fullformbx {
    width: 90%;
    position: relative;
}
.fullformclose button {
    background: transparent;
    outline: none;
    border: none;
    font-size: 2.4rem;
    color: #333;
    line-height: 1;
}
.fullformbx input:focus {
    border: 1px solid #ff6827;
    box-shadow: 0px 5px 10px -7px #5e5e5e;
}
.fullformbx button {
    position: absolute;
    right: 0;
    height: 42px;
    outline: none;
    border: none;
    width: 42px;
    font-size: 1.7rem;
    background-color: transparent;
    color: #777;
}
.fullformclose button span {
    width: 20px;
    height: 2px;
    background-color: #333;
    display: block;
    position: absolute;
    left: 4px;
    top: 21px;
    border: 0px;
}
.fullformclose button span:nth-child(1) {
    transform: rotate(50deg);
}
.fullformclose button span:nth-child(2) {
    transform: rotate(133deg);
}
.sgfullsearchinner {
    padding: 12px 10px;
    position: relative;
    border-bottom: 0px solid #f3f3f3;
    background-color: #ffffff;
}
.sgfullsearchlist ul {
    padding-left: 0;
    list-style: none;
}
.sgfullsearchlist ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0.9rem;
    border-bottom: 1px dotted #f1f1f1;
    padding-bottom: 0.5rem;
}
.sgfullsearchlist {
    padding: 5px 18px;
    margin-top: 1rem;
    border-top: 1px solid #f3f3f3;
    padding-top: 1.1rem;
    background-color: #fbfbfb;
    margin-left: -15px;
    margin-right: -15px;
}
.sgfullsearchlistitem {
    width: 90%;
}
.sgfullsearchlistimg {
    width: 30px;
    overflow: hidden;
    height: 30px;
    border-radius: 50px;
    margin-right: 10px;
    padding: 1px;
    border: 1px solid #ff6827;
}
.sgfullsearchlistimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}
.sgfullsearchlistitem p {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Poppins';
    letter-spacing: 0.2px;
    color: #333;
}
.sgfullsearchlistitem span {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 11px;
    font-family: 'Poppins';
    color: #8d8888;
}
.ssgfullsearchrecomminner h5 {
    font-size: 1.6rem;
    font-family: 'Poppins';
    font-weight: 700;
    color: #17305c;
    letter-spacing: 0.3px;
}
.sgfullsearchinnerlinks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
}
.sgfullsearchinnerlinks a {
    display: block;
    font-family: 'Poppins';
    min-width: 105px;
    text-align: center;
    padding: 8px 0 8px;
    border: 1px solid #17305c;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #17305c;
    background-color: #f1faff;
}
.ssgfullsearchrecomminner h5 {
    font-size: 1.7rem;
    font-family: 'Poppins';
    font-weight: 700;
    color: #17305c;
    letter-spacing: 0.3px;
    margin-bottom: 1.7rem;
    margin-top: 1.6rem;
}
.mobileheadersearchicon i {
    font-size: 2.1rem;
    /* color: #fff; */
    /* color: #17305c; */
}
.mobileheadersearchiconblue i {
    color: #17305c;
}
.mobileheadersearchbox {
    display: none;
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 22px;
}

/****************/

/*Tour Excursion Detail*/
.cp-banner-sec {
    position: relative;
    height: 400px;
    overflow: hidden;
    padding: 0 !important;
}
.cp-banner-bg {
    position: relative;
}
.cp-banner-bg img {
    width: 100%;
    height: 450px;
    object-fit: cover !important;
    object-position: center;
}
.cp-banner-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 17rem;
}
.cp-banner-title h1 {
    font: normal normal 900 65px/70px Playfair Display;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 1px 1px 13px #00000060;
}
.cp-banner-title p {
    font: normal normal normal 26px/30px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #0000006e;
    margin-top: 2rem;
}
.cp-banner-bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    right: 0;
    height: 100px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) -40%, rgba(252, 176, 69, 0) 100%);
}
section.cp-sec {
    padding: 2rem 0 2rem !important;
    background-color: #F2F2F2;
}
.cp-sec .container {
    max-width: 1300px;
}
.cp-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 0px;
    width: 100%;
}
.cp-nav a {
    font-size: 13px;
    font-weight: 400;
    color: #FF6827;
    border: 1px solid #FF6827;
    padding: 10px 12px;
    margin: 0;
    line-height: 1;
    border-radius: 8px;
    background-color: #fff;
    margin-right: 12px;
    /*box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 35%);*/
}
.cp-nav a.active,
.cp-nav a:hover {
    background-color: #FF6827;
    border: 1px solid #FF6827;
    color: #ffffff;
}
.cp-details-left {
    margin-top: 2.5rem;
}
.cp-detail-main-title-col {
    margin-bottom: 1.5rem;
}
.cp-detail-main-title-col h2 {
    text-align: left;
    font: normal normal bold 28px/36px Poppins;
    letter-spacing: 0px;
    color: #17305C;
}
.star-title-rw {
    display: flex;
    align-items: baseline;
}
.star-title-col span i {
    color: #ffc107 !important;
    font-size: 14px !important;
    margin-right: -1px;
}
.star-title-col p {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #17305c;
}
.cp-title-bottom-col.col-right p i {
    font-size: 15px;
    margin-right: 2px;
}
.cp-title-bottom-col.col-right p {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
}
.cp-title-bottom-col.col-right {
    display: flex;
    column-gap: 15px;
}
.cp-title-bottom-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cptouroverview {
    margin-top: 2rem;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 3px;
    box-shadow: 0px 4px 10px -3px #ccc;
}
.cptouroverviewcontent h3 {
    text-align: left;
    font: normal normal bold 22px/46px Poppins;
    letter-spacing: 0px;
    color: #17305C;
    margin-bottom: 0.5rem;
}
.cptouroverviewcontent p {
    text-align: left;
    font: normal normal normal 13px/25px Poppins;
    letter-spacing: 0px;
    color: #333;
    font-weight: 500;
}

/*
.cptouroverviewcontent {
    border-bottom: 1px solid #d9dbe4;
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
}*/
.cptouroverviewcontent ul {
    padding-left: 20px;
}
.cptouroverviewcontent ul li {
    list-style: disc;
    text-align: left;
    font: normal normal normal 13px/30px Poppins;
    letter-spacing: 0px;
    color: #333;
    font-weight: 500;
    position: relative;
}
.cpinlinelist ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cpinlinelist ul li {
    margin-right: 50px;
}
.cptouroverviewcontent ul li::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #333;
    position: absolute;
    left: -16px;
    top: 11px;
    border-radius: 50%;
    animation: listshadow 2s linear infinite;
}
@keyframes listshadow {
    0% {
        box-shadow: 0px 0px 0px 1px #111
    }
    
    40% {
        box-shadow: 0px 0px 3px 1px #111
    }
    
    80% {
        box-shadow: 0px 0px 6px 1px #111
    }
    
    100% {
        box-shadow: 0px 0px 0px 1px #111
    }
}
.cptouroverviewcontent ul li::marker {
    font-size: 0;
}
.cptouroverviewactivityrow {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: nowrap;
    margin-top: 2rem;
    border-top: 1px solid #eee;
    padding-top: 3rem;
}
.cptouroverviewactivitycol {
    text-align: center;
    margin-right: 4rem;
    position: relative;
}
.cptouroverviewactivitycol img {
    width: 50px;
    height: 50px;
    margin-bottom: 0.5rem;
}
.cptouroverviewactivitycol p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #163235;
}
.cppackageselectbx {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 2rem;
    margin-top: 2rem;
    /*box-shadow: 0px 3px 10px -3px #d9dbe4;*/
}
.cppackageselectinnerbx {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.cppackageselecttitlebx {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cppackageselecttitle h3 {
    text-align: left;
    font: normal normal bold 16px/25px Poppins;
    letter-spacing: 0.2px;
    color: #17305C;
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.cppackageselecttitle p {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #545454;
}
.cppackageselecttitle p i {
    font-size: 1.5rem;
    margin-right: 0.4rem;
}
.cppackageselecttitleinput {
    margin-right: 20px;
}
.cppackageselecttitleinput input {
    transform: scale(1.2);
}
.cppackageselecttitle span a {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ff620e;
}
span.cpsaleprice {
    font-size: 1.2rem;
    font-weight: 400;
}
p.cpactualprice {
    line-height: 1;
    margin-top: 0.2rem;
    font-size: 2.2rem;
    font-weight: 800;
    color: #ff6827;
}
p.cpactualprice span {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 4px;
}
.cptourgallerysmallbannerbx {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 13px;
}
.cptourgallerysmallbannerbx .cpsmallbanner {
    width: 48%;
    height: 160px;
    overflow: hidden;
}
.cptourgalleryimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cptourgalleryimage.cpbigbanner {
    width: 100%;
    height: 333px;
}
.cpgalleryleftpadding {
    padding-right: 0;
}
.cppolicybx {
    margin-top: 2rem;
}
.cppolicylist {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: nowrap;
    margin-bottom: 1.5rem;
}
.cppolicylistcontent h5 {
    text-decoration: underline;
    font: normal normal 600 15px/30px Poppins;
    letter-spacing: 0px;
    color: #707070;
    margin-bottom: 0.6rem;
}
.cppolicylistimg img {
    width: 25px;
    height: 25px;
    position: relative;
    top: 2px;
}
.cppolicylistimg {
    margin-right: 1.5rem;
}
.cppolicylistcontent p {
    font: normal normal normal 13px/20px Poppins;
    letter-spacing: 0px;
    color: #707070;
    margin-bottom: 0.5rem;
}
.cp-details-right {
    margin-top: 3rem;
}
.cpdetailsrightbx {
    padding: 2.5rem 2.5rem;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px 10px -6px #ccc;
    margin-bottom: 2rem;
}
span.cpdateprice {
    font-size: 13px;
    color: #7d8386;
    font-weight: 300;
}
span.cpdateprice del {
    color: #545454;
}
p.cpdateactualprice {
    font-size: 2.3rem;
    font-weight: 700;
    color: #FF5E00;
    margin-bottom: 0.3rem;
}
p.cpdateactualprice span {
    font-size: 9px;
    font-weight: 400;
    position: relative;
    top: -5px;
    background-color: #FFB100;
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    margin-left: 7px;
}
span.cpperadt {
    font: normal normal normal 12px/6px Poppins;
    letter-spacing: 0px;
    color: #FF5E00;
    font-weight: 500;
    display: block;
}
.cprightfooter {
    margin-top: 2rem;
    border-top: 1px solid #d9dbe4;
    padding-top: 1.5rem;
}
.cpright-btn {
    width: 100%;
    padding: 1rem 1rem;
    border-radius: 50px;
    color: #fff;
    background-color: #ff5e00;
    font-size: 1.3rem;
    letter-spacing: 0.8px;
}

/*Tour Excursion Detail*/

/*City Disciption*/
.ct-more-things-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 20px auto;
    background: #f7f7f9;
    padding: 18px;
}
.ct-more-things-section .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}
.ct-more-things-section .transparent {
    background: #fff;
    color: #ff4e00;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
}
.ct-more-things-section .transparent:hover {
    background: #ff5300;
    color: #fff;
    border: 1px solid #ff5300;
}
.cpformbox .row input {
    height: 40px !important;
    margin-bottom: 1rem;
    color: #111;
}
.cpformbox {
    margin-top: 2rem;
    margin-bottom: -1rem;
}
.cpformbox .row label {
    text-align: left;
    font: normal normal normal 13px/28px graphik-medium;
    letter-spacing: 0px;
    font-weight: 500;
    color: #3D3D3D;
}
.cpcustom-packtitle h3 {
    text-align: center;
    font: normal normal 600 18px/30px graphik-medium;
    letter-spacing: 0px;
    color: #17305C;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
/* .cpcustom-form-field {
    margin-bottom: 1rem;
}
.cpcustom-form-field label {
    text-align: left;
    font: normal normal normal 13px/30px graphik-medium;
    letter-spacing: 0px;
    color: #3D3D3D;
    font-weight: 500;
}
.cpcustom-form-field input {
    height: 40px;
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #111;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    caret-color: #fd642f;
}
.cpcustom-form-field input:focus,
.cpcustom-form-field textarea:focus {
    color: #111 !important;
}
.cpcustom-form-field textarea {
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #111;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    caret-color: #fd642f;
}
.cpselectdate form .cprightfooter {
    margin-top: 1rem;
    border-top: 0px solid #d9dbe4;
}
.cpright-btn-sndenquiry {
    width: 100%;
    padding: 1rem 1rem;
    border-radius: 50px;
    color: #fff;
    background-color: #163235;
    font-size: 1.3rem;
    letter-spacing: 0.8px;
    margin-top: 0.5rem;
}
label.cptouritetabslabel {
    display: flex !important;
    flex-wrap: nowrap;
    cursor: pointer;
} */
.cptouriteinnertabs input {
    display: none;
}
.cptouritetabslabel span {
    background-color: #ff6827;
    font-size: 12px;
    color: #fff;
    padding: 0px 12px;
    line-height: 25px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    height: 25px;
    margin-right: 2rem;
}
.cptouritetabslabel span:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ff6827;
    position: absolute;
    right: -3px;
    top: 9px;
    transform: rotate(45deg);
    z-index: 0;
    border-radius: 2px;
}
.cptouritetabslabel h4 {
    text-decoration: underline;
    font: normal normal 600 18px/30px Poppins;
    letter-spacing: 0px;
    color: #555;
}
.cptouritetabcontent {
    display: none;
    background-color: #fff;
    padding: 1rem;
    padding-left: 7rem;
    position: relative;
}
.cptouriteinnertabs input:checked~.cptouritetabcontent {
    display: block;
}
.cptouriteinnertabs {
    border-bottom: 0px solid #f1f1f1;
    margin-bottom: 1rem;
    padding: 0.9rem 0.7rem 0.7rem;
    background-color: #f7f7f9;
    border-radius: 3px;
}
.cptouritetabcontent:before {
    content: '';
    width: 1px;
    background-color: #999;
    position: absolute;
    left: 24px;
    top: 5px;
    bottom: 5px;
}
.cptouritetabgallery {
    margin-top: 1.5rem;
}
.cpgalleryvisible {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}
.cptabgllerybx {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.cptabgllerybx a {
    display: block;
    width: 23%;
    height: 140px;
    border-radius: 5px;
    overflow: hidden;
}
.cptabgllerybx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s linear;
}
.cptabgllerybx a:hover img {
    transform: scale(1.1);
}
.cptabgllerybx.cpvisiblelast i {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #333333b0;
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    text-align: center;
    font-size: 3rem;
}
.cptouritetabcontent .cptouritetabcontentlink a {
    text-align: center;
    font: normal normal 600 14px/45px Poppins;
    letter-spacing: 0px;
    color: #FF5E00;
}

/*Date Modal*/
.cpdatemodal {
    position: fixed;
    z-index: 99;
    background-color: rgb(0 0 0 / 66%);
    width: 100%;
    height: 100%;
    display: none;
}
.cpdatemodalinner {
    width: 1100px;
    background-color: #fff;
}
.cpdatemodalbx {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.cpdatemodalheader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem 1rem;
    background-color: #f1f1f1;
}
.cpdatemodalheadertitle p {
    font: normal normal 20px/30px Poppins;
    letter-spacing: 0px;
    color: #163235;
    font-weight: 600;
}
.cpdatemodalheadertabs .nav-tabs>li.active>a,
.cpdatemodalheadertabs .nav-tabs>li.active>a:focus,
.cpdatemodalheadertabs .nav-tabs>li.active>a:hover {
    color: #FF6827;
    cursor: default;
    background-color: transparent;
    border-bottom: 2px solid #FF6827 !important;
    border: none;
}
.cpdatemodalheadertabs .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: unset;
    border-bottom: 2px solid transparent;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 18px;
    font-family: 'Poppins';
}
.cpdatemodalheadertabs .nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
    color: #e96629 !important;
}
.cpdatemodalheadertabs .nav-tabs {
    border-bottom: 0px solid transparent;
}
.cpdatemodalheaderclose button img {
    width: 35px;
    height: 35px;
}
.cpdatemodalcontentarea {
    padding: 2rem 4rem 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.cpdatemodalstartdate {
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2rem;
}
.cpdatemodalstartdate span {
    font: normal normal 18px/30px Poppins;
    letter-spacing: 0px;
    color: #163235;
    font-weight: 400;
    writing-mode: tb-rl;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    text-align: center;
}
.cpdatemodalstartdate span img {
    width: 40px;
    transform: scale(0.6);
}
.cpdatetabsrow .cpdatetabsrowinner {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
}
.cpdatemodal-tabsdata {
    overflow: hidden;
}
.cpdatemodal-scroll .slick-arrow {
    display: none !important;
}
.cpdatetabscolinner label {
    background-color: #FF5E00;
    color: #fff;
    padding: 7px 25px;
    border-radius: 60px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.7px;
    font-family: 'Poppins';
    cursor: pointer;
}
.cpdatetabscolinnercalender {
    border: 1px solid #ff5e00;
    border-radius: 6px;
    padding: 1rem 2rem 3.6rem;
    margin-bottom: 1.5rem;
    transition: 0.3s linear;
}
.cpdatetabscolinnercalender:hover {
    box-shadow: inset 0px 0px 10px 0px #ff5e0059;
}
.cpdatetabscol {
    text-align: center !important;
    width: 210px !important;
    margin-right: 2rem;
}
.cpdatetabscolinnercalenderdate span {
    font: normal normal normal 14px/28px Poppins;
    letter-spacing: 0px;
    color: #17305C;
    font-weight: 500;
}
.cpdatetabscolinnercalenderdate p {
    font: normal normal 18px/25px Poppins;
    letter-spacing: 0px;
    color: #163235;
    font-weight: 600;
}
.cpdatetabscolinnercalenderdate img {
    margin: 0 auto;
    width: 20px;
    transform: rotate(90deg);
}
.cpdatetabscolinnercalenderweek {
    display: flex;
    flex-direction: column;
    margin: 0.5rem 0 0.5rem;
}
.cpdatetabscolinnercalenderweek i {
    color: #2c2c2c;
    font-size: 19px;
    margin-bottom: 0.2rem;
}
.cpdatetabscolinnercalenderweek span {
    font: normal normal 15px/25px Poppins;
    letter-spacing: 0px;
    color: #163235;
    font-weight: 600;
}
.cpdatetabscolinner input[type=radio] {
    display: none;
}
.cpdatetabscolinner input[type=radio]:checked~.cpdatetabscolinnercalender {
    box-shadow: inset 0px 0px 10px 0px #ff5e0059;
}

/*.cpdatetabscolinnercalender:hover {
    box-shadow: inset 0px 0px 10px 0px #ff5e0059;
}*/
.mobilecpdatebox {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
}
.mobilecpdatebox .cpdetailsrightbx {
    margin-bottom: 0;
    border-radius: 0;
    padding: 1rem 1.5rem;
}
.cpdatemodalheaderclose button {
    background-color: transparent;
}
/* .cp-banner-title a {
    display: none;
    width: 31px;
    height: 30px;
    background-color: #ff5e00;
    line-height: 2;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.6rem;
    padding-right: 3px;
    position: absolute;
    left: 13px;
} */

/*Date Modal*/

/*faq*/
section.faq-sec {
    padding: 3rem 0 5rem !important;
}
.faq-box {
    margin-top: 4rem;
    padding: 1rem 1rem 1rem;
}
.faq-dt-bx input {
    display: none;
}
.faq-dt-bx label {
    width: 100%;
}
.faq-dt-bx label .cityfaqtitle {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.cityfaqdetails {
    display: none;
    padding-left: 4rem;
}
.cityfaqdetails p {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 2;
}
.faq-dt-bx input:checked~.cityfaqdetails {
    display: block;
}
.faq-dt-bx {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7;
    padding: 1.3rem 1rem 0rem;
    border-radius: 5px;
    box-shadow: 0px 4px 13px -7px rgb(0 0 0 / 24%);
}
.faq-dt-bx label .cityfaqtitle span {
    color: #ffffff;
    border: 1px solid #17305c;
    width: 25px;
    display: block;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    font-size: 1.1rem;
    margin-right: 1rem;
    background-color: #17305c;
}
.faq-dt-bx input:checked~label .cityfaqtitle span {
    background-color: #ef6603;
    border: 1px solid #ef6603;
}
.faq-dt-bx input:checked~label .cityfaqtitle {
    color: #ef6603;
}

/*faq*/

/*Filter btn */
.mfiletrbx {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 999999;
}
.mfiletrrx {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mfilterbtn {
    height: 35px;
    display: flex;
    flex-direction: row;
    background-color: #ff5e00;
    color: #fff;
    min-width: 100px;
    align-items: center;
    border-radius: 0px;
    text-align: center;
    justify-content: center;
    column-gap: 5px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
}
.mfilterbtn:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 1px solid #ff8843;
}
.mfilterbtn:nth-child(2) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mfilterbtn svg {
    width: 24px;
    height: 24px;
}
.msortfilterbox {
    position: absolute;
    left: 0;
    background-color: #f7f7f7;
    padding: 1.3rem 1.5rem;
    border-radius: 6px;
    width: 60%;
    display: none;
    right: 0;
    margin: 0 auto;
    bottom: 600%;
    transform: translatey(-50%);
}
.mfilfilterbox {
    position: absolute;
    left: 0;
    background-color: #f7f7f7;
    padding: 1.3rem 1.5rem;
    border-radius: 6px;
    width: 60%;
    display: none;
    right: 0;
    margin: 0 auto;
    bottom: 0%;
    transform: translatey(-50%);
}
.msortfilterboxinner {}
.msortfilterboxinner h4 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 1.5rem;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}
.msortfilterboxinnerinput input[type=radio] {
    display: none;
}
.msortfilterboxinnerinput {
    text-align: left;
    margin-bottom: 1.6rem;
}
.msortfilterboxinnerinput label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.msortfilterboxinnerinput:last-child {
    margin-bottom: 0;
}
.msortfilterboxinnerinput i {
    font-size: 0.7rem;
    color: #ccc;
}
.msortfilterboxinnerinput input[type=radio]:checked~label>i,
.msortfilterboxinnerinput input[type=radio]:checked~label {
    color: #ff5e00;
}
.mfilterpverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 99999;
    opacity: 0.5;
}
.mfilterclosebtn {
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.mfilterclosebtn i {
    color: #777 !important;
    font-size: 1.7rem !important;
}
.msortfilterboxinner {
    position: relative;
}
.tiplocationdetails p {
    margin-bottom: 0;
    font-size: 14px;
}
.tiplocationdetails p a {
    font-size: 18px;
}
p.tiplocationbyuser {
    font-weight: 600;
}
.tipdetailsheadins h2 {
    font-size: 2.8rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
    color: #17305c;
}
.tipdetailsheadinshr {
    width: 100% !important;
    border-top: 1px solid #d7d7d7 !important;
    margin-bottom: 2.2rem !important;
}
.tipnearbyplacerow {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
}
.tipnearbyplacerow .tipnearbyplacecol {
    width: 47%;
}
.tipnearbyplacecol .nerbay-images {
    margin-bottom: 0;
    box-shadow: 0px 12px 10px -9px rgb(0 0 0 / 35%);
}
span.navigatemapimagetip img {
    width: 20px;
    padding-left: 3px;
}

/*About Us CSS*/
section.mainaboutbannersec {
    position: relative;
    min-height: 90vh;
    margin-top: 7rem;
}
.mainaboutbannerbox {
    padding: 10rem 7rem 1rem 0rem;
    width: 55%;
}
.mainaboutbannerbox:before {
    content: '';
    position: absolute;
    background-color: #fdede2;
    width: 55%;
    height: 100%;
    left: -20px;
    z-index: -1;
    top: 0;
    border-radius: 10px;
}
.mainaboutbannerboxcontent h1 {
    font-size: 9rem;
    font-weight: 600;
    font-style: italic;
    color: #111;
    line-height: 0.8;
    margin-bottom: 3rem;
}
.mainaboutbannerboxcontent h1 span {
    font-family: 'Homemade Apple', cursive;
    font-size: 6.3rem;
}
.mainaboutbannerboxcontent p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.mainaboutbannerboxcontent img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
    height: auto;
    object-fit: contain !important;
}
section.aboutussection {
    position: relative;
    padding: 4rem 0rem 4rem !important;
}
.about-usmaintitle {
    margin-bottom: 3rem;
}
.about-usmaintitle h2 {
    font-size: 5.5rem;
    font-weight: 600;
    color: #111;
}
.about-usmaintitle:after {
    content: '';
    position: absolute;
    right: -13%;
    top: 19px;
    width: 85%;
    height: 30px;
    background-color: #b3c4e3;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.whyhaveboxcontent h3 {
    color: #111;
    margin-bottom: 2rem;
    font-size: 2.7rem;
    font-weight: 600;
}
.whyhavebox:before {
    content: '';
    position: absolute;
    width: 145%;
    height: 100%;
    background-color: #fdede2;
    left: -30%;
    top: 0%;
    z-index: -1;
    border-radius: 10px;
}
.whyhavebox {
    margin-top: 4rem;
    min-height: 67vh;
}
.whyhaveboxcontent ul {
    padding: 1rem 0 1rem;
    column-count: 2;
}
.whyhaveboxcontent ul {
    padding: 1.5rem 0 0rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.whyhaveboxcontent ul li {
    padding-bottom: 2rem;
    width: 48%;
    font-size: 15px;
}
.whyhaveboxcontent>a {
    color: #000000;
    font-weight: 500;
    text-decoration: underline;
}
.aboutvideobox {
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
    overflow: hidden;
    border-radius: 5px;
}
.aboutvideobox video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.localforvocalrow {
    padding: 5rem 0 3rem;
}
.vocalforlocal-content h3 {
    color: #000;
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 2rem;
}
.vocalforlocal-content>p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 4rem;
}
.vocalforlocalcouter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    column-gap: 20px;
}
.vocalforlocalcouterinner {
    border: 1px solid #000;
    min-width: 35%;
    padding: 1rem 1.5rem 1rem;
    border-radius: 10px;
}
.vocalforlocalcouterinner p {
    margin: 0;
    font-size: 2.4rem;
    color: #000;
    font-weight: 500;
}
.vocalforlocalcouterinner span {
    font-size: 13px;
    color: #000;
}
.aboutvocalforlocal img {
    width: 60%;
    height: 100%;
    object-fit: contain !important;
}
.vocalforlocal-content {
    padding-top: 2rem;
}
.aboutvocalforlocal {
    text-align: center;
}
section.aboutspecilizedsection {
    padding: 4rem 0rem 4rem !important;
}
.aboutspecilizedsectiontitle h3 span {
    font-family: 'Homemade Apple', cursive;
    text-transform: capitalize;
    padding-left: 15px;
    font-weight: 400;
}
.aboutspecilizedsectiontitle h3 {
    font-size: 4.5rem;
    text-align: center;
    font-weight: 600;
    color: #000;
}
.aboutspecilizedinner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 6rem;
}
.aboutspecilizedinnercol {
    width: 47%;
}
.aboutspecilizedinnercontent.congradi-1 {
    background: rgb(255, 249, 231);
    background: linear-gradient(160deg, rgba(255, 249, 231, 1) 0%, rgba(254, 229, 156, 1) 100%);
}
.aboutspecilizedinnercontent {
    padding: 2.2rem;
    border-radius: 15px;
    box-shadow: 5px 7px 13px -9px rgb(0 0 0 / 25%);
    min-height: 260px;
}
.aboutspecilizedinnercontentimg {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50px;
    margin-bottom: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.congradi-1 .aboutspecilizedinnercontentimg {
    background-color: #fffaed;
}
.congradi-2 .aboutspecilizedinnercontentimg {
    background-color: #ffeee6;
}
.congradi-3 .aboutspecilizedinnercontentimg {
    background-color: #f4f6fb;
}
.congradi-4 .aboutspecilizedinnercontentimg {
    background-color: #e9ebe7;
}
.aboutspecilizedinnercontent h4 {
    font-size: 2rem;
    font-weight: 600;
    text-decoration: underline;
    color: #000;
    margin-bottom: 1.5rem;
}
.aboutspecilizedinnercontentimg img {
    width: 65%;
    height: 100%;
    object-fit: contain !important;
}
.aboutspecilizedinnercontent h4 a {
    color: inherit;
}
.congradi-2 {
    background: rgb(255, 248, 245);
    background: linear-gradient(200deg, rgba(255, 248, 245, 1) 0%, rgba(255, 207, 182, 1) 100%);
}
.congradi-4 {
    background: rgb(243, 244, 241);
    background: linear-gradient(190deg, rgba(243, 244, 241, 1) 0%, rgba(187, 193, 180, 1) 100%);
}
.congradi-3 {
    background: rgb(242, 245, 250);
    background: linear-gradient(160deg, rgba(242, 245, 250, 1) 0%, rgba(183, 199, 228, 1) 100%);
}
.aboutspecilizedinner:before {
    content: '';
    position: absolute;
    left: -65%;
    width: 50%;
    height: 90%;
    background-color: #fdede1;
    border-radius: 15px;
}
.aboutspecilizedinner:after {
    content: '';
    position: absolute;
    right: -65%;
    width: 50%;
    height: 90%;
    background-color: #fdede1;
    border-radius: 15px;
}
.aboutspecilizedinnercontent p {
    font-size: 14px;
    font-weight: 400;
}
section.faqsection {
    padding: 4rem 0rem 4rem !important;
}
.faqsectiontitle h3 img {
    filter: saturate(0) contrast(11) brightness(0);
    width: 60px;
    height: auto;
    margin-right: 1rem;
}
.faqsectiontitle h3 {
    font-size: 4.5rem;
    text-align: center;
    font-weight: 600;
    color: #000;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    border: 0;
}
.panel-title a {
    display: block;
    text-decoration: none !important;
}
.panel-group .panel-heading {
    border-bottom: 1px solid #000 !important;
}
.panel-group {
    margin-bottom: 20px;
    margin-top: 3rem;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent !important;
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #333 !important;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    padding: 1rem 3rem 1rem;
}
.panel-title {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 22px !important;
    color: #000 !important;
    font-weight: 500;
}
.panel-group .panel+.panel {
    margin-top: 20px !important;
    position: relative;
}
section.aboutdownloadsection {
    padding: 4rem 0rem 4rem !important;
    min-height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.aboutdownloadbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    padding-top: 2rem;
}
.aboutdownloadboxinner {
    width: 600px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    padding: 3rem 4rem 3rem 4rem;
    justify-content: space-between;
}
.aboutdownloadboxinnerleft {
    width: 60%;
    position: relative;
}
.iconareaabttop {
    display: flex;
    align-items: flex-start;
}
.iconareaabttop h6 {
    font-size: 3.3rem;
    font-weight: 700;
    color: #000;
    font-style: italic;
    line-height: 0.8;
    padding-top: 1.5rem;
}
.iconareaabttop h6 span {
    font-family: 'Homemade Apple', cursive;
    text-transform: capitalize;
    font-size: 2.3rem;
    font-weight: 400;
}
.iconareaabtbot {
    display: flex;
    margin-top: 1.5rem;
    padding-left: 10px;
    align-items: flex-end;
}
.iconareaabtbot span {
    font-weight: 700;
    color: #000;
    font-family: 'Poppins';
    font-size: 13px;
}
.iconareaabtbot img {
    width: 130px;
    height: auto;
    margin-left: 22px;
}
.orsepratorabout {
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
    position: absolute;
    top: 47%;
    right: -35px;
    z-index: 0;
    display: block;
    font-size: 12px;
}
.orsepratorabout:before {
    content: '';
    position: absolute;
    height: 65px;
    width: 1px;
    background-color: #111;
    z-index: -1;
    top: -65px;
    left: 9px;
}
.orsepratorabout:after {
    content: '';
    position: absolute;
    height: 60px;
    width: 1px;
    background-color: #111;
    z-index: -1;
    top: 20px;
    left: 9px;
}
.aboutdownloadboxinnerright {
    width: 30%;
}
.qrcodebox {
    width: 160px;
    height: 160px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.qrcodebox img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}

/*About Us CSS*/
.tourallmbbannersec {
    display: none;
}
.tourallmbbannerimg {
    height: 240px;
    overflow: hidden;
    position: relative;
}
.tourallmbbannerimg img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.tourallmbbannerimg::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    right: 0;
    height: 100px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) -50%, rgba(252, 176, 69, 0) 100%);
}
.tourallmbbannercontent {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 90%;
    margin: 0 auto;
}
.tourallmbbannercontentinner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 15px;
    align-items: flex-start;
    padding-bottom: 1rem;
}
.tourallmbbannercontentback a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ff5e00;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    padding-right: 2px;
    line-height: 31px;
}
.tourallmbbannercontenttitle h1 {
    font: normal normal 500 19px/25px Poppins;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    text-shadow: 1px 1px 13px #00000060;
}
.tourallmbbannercontenttitle p {
    font: normal normal 600 14px/25px Poppins;
    margin-top: 0rem;
    margin-bottom: 0;
    color: #ff6827;
    text-shadow: none;
    letter-spacing: 0.3px;
}
.tourallseacrhsectionmobile {
    display: none;
}
.tourallseacrhsectionmobileinnerform input[type=text] {
    width: 100%;
    height: 50px;
    padding: 1rem 1.7rem 1rem;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0px 4px 15px -4px rgb(0 0 0 / 19%);
}
.tourallseacrhsectionmobileinnerform button {
    position: absolute;
    background-color: transparent;
    font-size: 19px;
    top: 12px;
    right: 21px;
    z-index: 1;
    color: #ff6827;
}
.tourallseacrhsectionmobileinnerform input[type=text]:focus {
    border-color: #777;
    color: #111;
}
.listing-filterbox {
    margin-left: -15px;
}
.filterspacing {
    margin-bottom: 1.8rem;
}
.sgtourstatefilter,
.sgtourcatefilter,
.sgtourcityfilter,
.sgtourdutfilter {
    height: 150px;
    overflow: hidden;
    transition: 0.2s linear;
    position: relative;
}
.sgtourstatefilter::after {
    content: '';
    position: absolute;
}
.sgtourstatefilterbuttons,
.sgtourcityfilterbuttons,
.sgtourcatefilterbuttons,
.sgtourdutfilterbuttons {
    padding-top: 1.4rem;
    text-align: center;
}
.sgtourstatefilterbuttons button,
.sgtourcityfilterbuttons button,
.sgtourcatefilterbuttons button,
.sgtourdutfilterbuttons button {
    width: 60%;
    font-size: 13px;
    font-weight: 400;
    min-height: 35px;
    background-color: #ff6827;
    color: #fff;
    letter-spacing: 0.3px;
    border-radius: 5px;
}
.sgtourstatefiltervisible,
.sgtourcityfiltervisible,
.sgtourcatefiltervisible,
.sgtourdutfiltervisible {
    height: max-content;
    overflow: visible;
}
.tourallfiltercard {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -7px rgb(0 0 0 / 20%);
    border: 1px solid #f1f1f1;
}
.sgtoursortingfilter select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: 400;
    outline: none;
}
.sgtoursortingfilter {
    padding: 1.5rem 1.5rem;
}
.sgtourfiltertitle {
    padding: 10px 20px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-right: 4%;
    border-radius: 4px;
    box-shadow: 0px 6px 10px -7px rgb(0 0 0 / 20%);
}
.sgtourfiltertitle h5 {
    font-weight: 700;
    font-size: 1.7rem;
    display: inline;
    color: #505050;
}
.touralllistingimagecontainer {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.touralllistingimagecontainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.touralllistingcontent h3 {
    font-size: 19px;
    margin-bottom: 0.9rem;
    font-weight: 600;
    color: #17305c;
}
.touralllistingcontent h3 a {
    color: inherit;
}
.touralldurationstate span {
    font-size: 13px;
    margin-bottom: 1.3rem;
    display: inline-block;
    margin-right: 7px;
    color: #333;
    font-weight: 600;
    line-height: 1;
    position: relative;
}
.touralldurationstate span:nth-child(1) {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.touralldurationstate span i {
    font-size: 12px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}
.tourallcategory {
    font-size: 13px;
    margin-bottom: 0.9rem;
    font-weight: 600;
    color: #f66426;
}
.touralllistingdesc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: 0;
    color: #555;
    line-height: 1.8;
}
.tourallstartingend span {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1;
}
.tourallstartingend .tourallicon i {
    font-size: 11px;
    margin: 0 8px 0 11px;
    text-align: center;
    color: #7d8386;
}
.touralllisting {
    background-color: #fff;
    padding: 15px 0px;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 7px 15px 10px -11px rgb(0 0 0 / 8%);
}
.result-card-info-section .info-box .price .current-price-wrapper .current-price del {
    color: #999;
    font-size: 12px;
    font-weight: 400;
}
.tourallcta a {
    font-size: 12px;
    background-color: #ff6827;
    color: #fff;
    border-radius: 5px;
    padding: 5px 14px;
    letter-spacing: 0.7px;
    font-weight: 500;
    display: inline-block;
    margin: 1px 0 0;
    cursor: pointer;
}
.tourallvendor {
    margin-top: 0.8rem;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: flex-end;*/
    /*gap: 5px;*/
}
.tourallvendor span {
    display: inline-block;
    line-height: 1;
    font-size: 13px;
    color: #111;
    font-weight: 600;
}
.tourallvendorimg {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}
.tourallvendorimg img {
    width: 100%;
    height: 100%;
}
.tourallvendorname {
    position: relative;
    top: -10px;
}
.mobileactiontourall {
    display: none;
    border-top: 1px solid #eee;
    padding-top: 1rem;
}
.mobileactiontourallleft p {
    margin-bottom: 0.3rem;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}
p.mobileactiontourallprice del {
    font-size: 11px;
    font-weight: 400;
    color: #7d8386;
}
p.mobileactiontourallprice {
    font-size: 18px;
    font-weight: 700;
    color: #ff6827;
}
.mobileactiontourallinner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.mobileactiontourallcta a {
    font-size: 12px;
    background-color: #ff6827;
    color: #fff;
    border-radius: 5px;
    padding: 4px 10px;
    letter-spacing: 0.7px;
    font-weight: 500;
    display: inline-block;
    margin: 1px 0 0;
    cursor: pointer;
    margin-top: 6px;
}
.mobileactiontourby p {
    font-size: 13px;
    margin: 6px 0 0px;
    font-weight: 600;
    color: #222;
    text-align: right;
    line-height: 1;
}
span.mobileactiontourbyimg img {
    width: 100%;
    height: 100%;
    object-position: center;
}
span.mobileactiontourbyimg {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    top: 5px;
    left: -5px;
}
.mobileactiontourallcta {
    text-align: right;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 0px;
    display: none;
}
.mobiletourallcategory {
    display: none;
}
.mobileactiontourallright {
    position: relative;
    top: 4px;
    min-width: 150px;
}
.tourallseacrhsectionmobileinner {
    position: relative;
    width: 75%;
}
.filtermobilebx {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
    padding: 15px;
}
.filtermobilebxbottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    gap: 10px;
    border-top: 1px solid #f1f1f1;
    padding-top: 1rem;
    background-color: #ffffff;
}
.filtermobilebxbottom button {
    height: 40px;
    width: 50%;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    background-color: #ff6827;
    border-radius: 4px;
}
button.filtermobilebxapply {
    background-color: #17305c;
}
.filtermobilebxinner {
    height: 100%;
    position: relative;
}
.filtermobilebxheader {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 2rem;
}
.filtermobilebxcontentinner select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: 400;
    outline: none;
}
.filtermobilebxheader h3 {
    font-size: 18px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
span.closefiltermobilebx i {
    font-size: 18px !important;
    color: #333 !important;
}
.filtermobilebxcontentinner h3 {
    font-size: 12px;
    margin-bottom: 0rem;
    font-weight: 500;
    color: #333;
}

/*.filtermobilebxcontentinner {*/

/*    border-bottom: 1px solid #f1f1f1;*/

/*    margin-bottom: 1.5rem;*/

/*    padding-bottom: 1.5rem;*/

/*}*/
.filtermobilebxcheckfilterrw ul {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: flex-start;*/
    /*gap: 19px;*/
    /*row-gap: 5px;*/
    
    column-count: 2;
}
.filtermobilebxcontent {
    max-height: 70vh;
    overflow-y: scroll;
}
.pricefilterrw {
    display: flex;
    justify-content: space-between;
}
.price-container {
    width: 65px;
    position: relative;
    font-size: 13px;
    color: #17305c;
    font-weight: 600;
}
.price-container input {
    width: 100%;
    font-size: inherit;
    color: inherit;
    padding-left: 14px;
    border: none;
    outline: none;
    background-color: transparent;
}
.price-container span {
    position: absolute;
    left: 0;
    top: 0px;
}
.tourfilterprice input {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #eee;
    outline: none;
    -webkit-transition: .2s;
    border-radius: 10px;
}
.tourfilterprice input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #17305c;
    cursor: pointer;
    border-radius: 50%;
}
.tourfilterprice {
    margin-top: 1rem;
}
section.desktoppagetitlebox {
    background-color: #f6f8fb;
    padding: 8rem 1rem 0rem !important;
}
.desktoppagetitlebox .breadmobile ol.breadcrumb {
    padding: 8px 0px 8px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
}
.desktoppagetitlebox .pagetitlebox h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.desktoppagetitlebox .pagetitlebox p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 0;
}
.pagetitlebox {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.1rem;
    margin-bottom: 4rem;
}
.modal {
    z-index: 9999;
}
.newbannersection {
    padding: 11rem 0 11rem !important;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.newbannertitle h1 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 1.8rem;
}
.newbannertitle p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: #555;
    margin-bottom: 2rem;
}
.bannerformboxinner {
    width: 100%;
    position: relative;
}
.bannerformboxinner input {
    width: 100% !important;
    height: 50px;
    padding: 1rem 1.7rem 1rem !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    box-shadow: 0px 4px 15px -4px rgb(0 0 0 / 19%) !important;
}
.bannerformboxinner input[type="search"]:focus {
    transition: all 0.5s;
    border-color: #7d8386;
}
.bannerformboxinner button {
    position: absolute;
    background-color: transparent;
    font-size: 20px;
    top: 11px;
    right: 10px;
    z-index: 1;
    color: #ff6827;
}
.newbannerboxinner {
    position: relative;
    padding-left: 5rem;
}
.bannertaglines {
    position: absolute;
    transform: rotate(-90deg);
    z-index: 9;
    left: -130px;
    top: 120px;
}
.bannertags span {
    font-size: 18px;
    font-weight: 500;
    color: #ff6827;
    border-right: 1px solid #ccc;
    line-height: 1;
    padding: 0;
    padding-right: 14px;
    margin-right: 7px;
    display: inline-block;
}
.bannertags span:last-child {
    border-right: 0px solid #ccc;
}
.newbannerimage {
    width: 80%;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
    margin-left: auto;
    box-shadow: -3px 7px 15px 0px rgb(0 0 0 / 19%) !important;
}
.newbannerimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.tourexcbanner {
    position: absolute;
    top: 66px;
    right: 0;
    bottom: 0;
    width: 75%;
    height: 100%;
    object-fit: contain !important;
    z-index: 0;
}
.travelpartnerimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.travelpartnerimage {
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}
.travelpartnercol {
    width: 150px !important;
    background-color: transparent;
    padding-right: 0px;
    margin-right: 20px;
}
.travelpartnerimage {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}
.travelpartnertitle {
    margin-top: 10px;
}
.travelpartnertitle h3 {
    color: #17305c;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 0px;
    line-height: 30px;
}
.travelpartnercol {
    width: 150px !important;
    margin-right: 20px;
    padding: 0px;
    background-color: transparent;
}
.travelpartnersec {
    background-color: #F2F2F2;
    padding: 3em 0 0em !important;
}
.travelpartnersec .container {
    width: 1200px;
}

/******************/
.pagestart {
    position: relative;
    height: 100vh;
}
.pagestartbg {
    position: absolute;
    top: 0;
    z-index: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.contentboxmain {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) -35%, rgba(243, 244, 241, 0) 100%);
}
.contentmeta {
    margin-top: 13rem;
}
.contentmeta h1 {
    font-size: 53px;
    color: #ff5e00;
    font-weight: 700;
    text-shadow: 4px 2px 3px black;
}
.contentmeta p {
    color: #fff;
    font-size: 30px;
    font-variant-numeric: lining-nums;
    margin-top: 5px;
    font-family: 'Kalam', cursive;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile-slider {
    display: none;
}
.mobile-india-tour-container {
    display: none;
}

/*********/
.ttpcateshare {
    display: flex;
    padding-top: 5px;
}
.ttpcatesharnavi p a {
    color: inherit !important;
}
.ttpcatesharnavi p {
    color: #17305c;
    font-size: 16px;
}
.pageheadmaintitle h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px
}
.floatnavigation a {
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
    color: #444;
    background-color: transparent;
    padding: 14px 13px;
    border-radius: 0px;
    transition: 0.1s linear;
    display: inline-block;
    border-bottom: 2px solid #0000;
    font-family: 'graphik-semibold';
}
.floatnavigation a:last-child {
    margin-right: 0px;
}
.floatnavigation a:hover {
    /*background-color: #ff6827;*/
    
    color: #ff6827;
    border-bottom: 2px solid #ff6827;
}
.customborderbottom {
    padding-bottom: 1rem !important;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 15px 15px;
}
.ttpcatgalleryimg {
    width: 100%;
    height: 400px;
    margin-bottom: 0px;
    overflow: hidden;
    border-radius: 6px 6px 0px 0px;
}
.ttpcatgalleryimg img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center;
}
.ttpcatpostlocation h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    font-weight: 700;
}
.ttpcatpostlocation {
    background-color: #fbfbfb;
    border-radius: 0px 0px 6px 6px;
    padding: 15px 15px 15px;
    border-bottom: 1px solid #f5f5f5;
    margin: 10px 0px 15px;
    position: relative;
}
.ttpcatpostlocation span {
    font-size: 14px;
    color: #ff6827;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
    font-family: 'graphik-semibold';
}
.ttpcatpostlocation h2 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'graphik-medium';
}
.ttpcatpostlocation p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'graphik-medium';
}
.ttpcatpostlocation p i {
    margin-right: 6px;
    color: #333;
    font-size: 12px;
}
.ttpcatpostlocation p b {
    font-weight: 600;
    color: #17305c;
}
.ttpcatpostcontent-button {
    text-align: right;
    margin-left: auto;
    width: 50%;
    position: absolute;
    right: 15px;
    top: 40px;
    z-index: 5;
}
.ttpcatpostcontent-button a {
    background-color: #ff6827;
    padding: 8px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}
p.tiplocationbyuser {
    color: #ff6827;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0;
}
.googleadbox {
    position: relative;
}

/*.googleadbox ins{*/

/*    display:inline-block;*/

/*    width:728px;*/

/*    height:90px*/

/*}*/
.qutub-minar p:empty {
    display: none;
}
.ttpcatpostcontent {
    border: 1px solid #f5f5f5;
    margin: 0 0px 15px;
    padding: 15px;
    border-radius: 6px;
}
.content.contentdf p {
    color: #333;
    font-weight: 400 !important;
    margin: -10px 0 10px;
    padding: 10px 10px 10px;
}
p.chevron i {
    float: right;
    font-size: 10px;
    margin: 6px 4px 0 0px;
}
.pageheadmain {
    margin: 80px 0 20px;
    background-color: #f9f9f9;
    padding: 0px 0 0px !important;
    box-shadow: 0px 13px 11px -12px rgb(0 0 0 / 14%);
}
.ttpcatesharefacebook {
    background: #0632b0;
    color: #ebebeb;
    margin: 9px 12px;
}
.ttpcatesharewhatsapp {
    background: #3DE05A;
    margin: 8px 9px;
}
.ttpcatesharelinkedin {
    background: #0077b5;
    margin: 8px 9px;
}
.ttpcatslidecardmaindiv .slick-arrow {
    display: none !important;
}
.ttpcatslidecard {
    width: 100px !important;
    margin-right: 13px;
    text-align: center;
}
.ttpcatlink {
    cursor: pointer;
}
.ttpcatslideimgbx {
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
    height: 100px;
}
.ttpcatslideimgbx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ttpcatslidettile h5 {
    font-size: 14px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}
.sliderttcatdiv {
    position: relative;
    background-color: #f7f7f7;
    min-height: 210px;
    padding: 15px;
    overflow-x: hidden;
    margin-bottom: 15px;
    border-radius: 6px;
}
a.floatnavigationcity {
    color: #fff !important;
    background-color: #ff6827;
    border-bottom: 2px solid #ff6827;
    min-width: 90px;
    text-align: center;
}
.ttpcatnearbyplacecol {
    margin-bottom: 10px;
}
.ttpcatnearbyplacecol:last-child {
    margin-bottom: 0px;
}
.ttpcatnearbyimage {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 10px 10px;
    border-radius: 6px;
    align-items: center;
}
.ttpcatnearbyimage img {
    width: 23px;
}
.ttpcatnearbyimage h5 {
    font-size: 14px;
    font-weight: 600;
}
.ttpcatnearbyplacerow {
    margin-top: 6px;
}
span.ttpcatpostcity {
    color: #ff6827;
}
.mobileaddvisible {
    display: none;
}
.floatinglinks {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 0px;
    transform: translateY(-100%);
    transition: 0.3s linear;
}
.fixedfloatnavigation {
    transform: translateY(-0%);
}

/*Travel stories*/
.tsheadersec {
    position: relative;
    padding: 0 !important;
    height: 300px;
    margin-bottom: 60px;
}
.blogsbannersec {
    margin-bottom: 30px;
}
.tsheadersecbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.tsheadersecbg img {
    width: 100%;
    height: 100%;
    object-position: center;
}
.tsheadersec .container {
    position: relative;
    z-index: 3;
}
.tsheadersearch {
    width: 55%;
    margin: 16rem auto 0;
    text-align: center;
}
.tsheadersearch form {
    width: 100%;
}
.tsheadersearch {
    position: relative;
}
.tsheadersearch input {
    width: 100% !important;
    height: 55px;
    padding: 1rem 1.7rem 1rem !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    box-shadow: 0px 4px 15px -4px rgb(0 0 0 / 19%) !important;
    font-family: 'graphik-medium';
    text-transform: capitalize;
}
.tsheadersearch button {
    position: absolute;
    background-color: transparent;
    font-size: 20px;
    bottom: 18px;
    right: 10px;
    z-index: 1;
    color: #ff6827;
}
.tsheadersearch input:focus {
    transition: all 0.5s;
    border-color: #7d8386 !important;
}
.tsheadersearch h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5rem;
    font-size: 50px;
    font-size: 50px;
    font-family: 'graphik-bold';
}
.tsinnerbox h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: 'graphik-semibold';
    text-transform: capitalize;
}
.tsblogcontent h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}
.tsblogcontent h3 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: 'graphik-semibold';
}
.tsblogcontent p {
    font-size: 12px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #555;
    margin-bottom: 6px;
    font-family: 'graphik-medium';
}
.tsblogboxmain {
    margin-bottom: 30px;
}
.tsreadmore a {
    color: #ff6827;
    font-size: 12px;
    font-weight: 500;
    font-family: 'graphik-semibold';
}
.tsblogcontent {
    border: 1px solid #f1f1f1;
}
.tsblogimage {
    position: relative;
    height: 130px;
    overflow: hidden;
    border-radius: 6px 6px 0px 0px;
}
.tsblogimage img {
    width: 100%;
    height: 100%;
    transition: 0.2s linear;
}
.tsblogboxmain:hover .tsblogimage img {
    transform: scale(1.1);
}
.tsblogcontent {
    border: 1px solid #f1f1f1;
    background-color: rgb(217 217 217 / 8%);
    padding: 10px 10px 10px;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 12px 10px -7px rgb(0 0 0 / 8%);
}
.tsbloglocation {
    position: absolute;
    right: -1px;
    top: -1px;
    display: block;
    text-align: right;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 1px 10px 0;
    background-color: #ff6827;
    border-radius: 0px 0px 0px 5px;
    font-family: 'graphik-semibold';
}
.viewtsbloglocation {
    position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    text-align: right;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 1px 10px 0;
    background-color: #ff6827;
    border-radius: 0px 0px 0px 5px;
}
.tsblogboxhorizntl {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    background-color: rgb(217 217 217 / 8%);
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0px 12px 10px -7px rgb(0 0 0 / 8%);
    transition: 0.2s linear;
}
.tsblogboxhorizntl:hover {
    border: 1px solid #ff6827;
}
.tsblogimagehorizntl {
    width: 25%;
    height: 76px;
    overflow: hidden;
    border-radius: 6px;
}
.tsblogcontenthorizntl {
    width: 85%;
}
.tsblogimagehorizntl img {
    width: 100%;
    height: 100%;
}
.tsbloglocationhorizntl {
    color: #555;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
    font-family: 'graphik-semibold';
}
.tsblogcontenthorizntl h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'graphik-semibold';
}
.tsblogcontenthorizntl h3 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.tsreadmorehorizntl a {
    color: #ff6827;
    font-size: 12px;
    font-weight: 500;
    font-family: 'graphik-medium';
}
.blogslargebanner {
    overflow: hidden;
    height: 300px;
    border-radius: 6px;
}
.blogslargebanner img {
    width: 100%;
    height: 100%;
    object-position: center;
    transition: 0.2s linear;
}
.tsblogsliderinner .tsblogcontent {
    padding: 15px 20px 15px;
}
.tsblogsliderinner {
    margin-right: 15px;
}
.tsinneraddicon a {
    background-color: #ff6827;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    min-width: 110px;
    text-align: center;
    font-family: 'graphik-semibold';
}
.pagination>li>a,
.pagination>li>span {
    padding: 3px 12px;
    font-family: 'graphik-medium';display: flex;
    justify-content: center;
    align-items: center;
}
.tsinnertitlerow {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.storysubsec {
    padding: 90px 0 !important;
}
.storysubsecsubmit-story {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 7px;
}
label.Ritik {
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}
.story-button {
    background: #f68726;
    color: #fff;
    padding: 12px 30px;
    margin-top: 0px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 6px;
}
.su-new-text {
    display: none;
}
.su-city-search-form {
    display: none;
}
.su-icon-box p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
}
.su-visit-icon {
    display: none;
    padding: 20px 0px !important;
}
.su-icon {
    background-color: #17305c;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 56px;
}
.su-icon img {
    width: 30px;
}
#blog .bolg-boxd h1 {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    text-align: center;
    cursor: default;
}
#blog .blog-box-twod h1 {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    text-align: center;
    cursor: default;
}
#blog .blog-box-twod {
    background: linear-gradient(90deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 0%), url(../images/photo-1428515613728-6b4607e44363.png);
    height: 240px;
    width: 368px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
#blog .bolg-boxd {
    background: linear-gradient(90deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 0%), url(../images/photo-1517248135467-4c7edcad34c4@2x.png);
    height: 240px;
    width: 368px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.list-slided {
    margin-left: -40px;
    display: flex;
    list-style: none;
    overflow-x: scroll;
    scroll-behavior: hide;
    margin-right: 10px;
    margin-left: 5px;
}
#blog .bolg-boxd h1 {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: center;
    cursor: default;
}
#blog .blog-box-twod h1 {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: center;
    cursor: default;
}
.row.travelmobilerow.su-mobile {
    display: none;
}
.row.travelmobilerow.su-desktop {
    display: block;
}
.bolg-box-desk {
    background: linear-gradient(90deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 0%), url(../images/photo-1517248135467-4c7edcad34c4@2x.png);
    height: 500px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 0px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.blog-box-two-desk {
    background: linear-gradient(90deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 0%), url(../images/photo-1428515613728-6b4607e44363.png);
    height: 240px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 0px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.blog-box-three-desk {
    background: linear-gradient(90deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 0%), url(../images/photo-1428515613728-6b4607e44363.png);
    height: 240px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 0px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-top: 20px;
}
#blog .bolg-box-desk h1 {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    text-align: center;
    cursor: default;
}
.travelpartnerimage.su-new-blog {
    border-radius: 5px;
}
.travelpartnerimage.su-new-blog h1 {
    color: #fff !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: center;
    cursor: default;
    line-height: 1.5;
    letter-spacing: 0.5px;
    position: relative;
    top: 50px;
}
section#blog {
    padding-top: 30px !important;
}
.travelpartnercol.su-blog-box {
    width: 345px !important;
    margin-right: 20px;
    padding: 0px;
    background-color: transparent;
}

/*Travel stories*/

/*Search by cities*/
.mbl-sbc-banner {
    display: none;
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    padding: 0 !important;
}
.sbc-bannerinner img {
    width: 100%;
    height: 100%;
    object-position: center;
}
.sbc-bannerinnerinfo {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(-180deg, rgb(0 0 0 / 0%) 1%, rgb(1 1 1) 99%);
    padding: 50px 0 60px;
}
.sbc-bannerinnerinfo p {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}
.sbc-bannerinnerinfo h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
}
.sbc-searchform {
    display: none;
    margin-top: -50px;
}
.sbc-iconssec {
    display: none;
}
.sbc-iconinner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 10px 0 20px;
}
.sbc-iconcol a {
    display: block;
    /*border: 1px solid #f5f5f5;*/
    
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    /*box-shadow: 0px 11px 10px -7px rgb(0 0 0 / 10%);*/
    
    background-color: #ffff;
}
.sbc-iconcol {
    width: 28%;
    text-align: center;
}
.sbc-iconcol a img {
    width: 40px;
    margin: 0 auto 10px;
}
.sbc-iconcol a p {
    font-size: 12px;
    font-weight: 500;
    color: #17305c;
    margin-bottom: 0;
}
.sbc-slidercard {
    width: 265px !important;
    margin-right: 15px;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    min-height: 240px !important;
    background-color: #f9f9f9;
    overflow: hidden;
}
.sbc-slidercardimg {
    width: 265px;
    height: 200px;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 0px;
}
.sbc-slidercardimg img {
    width: 100%;
    height: 100%;
    object-position: center;
}
.sbc-slidercard .onclick-link h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
    padding: 0px 12px;
    margin: 10px 0px;
}
h3.sbcblogtitle {
    -webkit-line-clamp: 2 !important;
}
.sbc-titlemain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.sbc-titlemain h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 25px;
}
.sbc-titlemain h3 span {
    color: #ef6603;
}
.sbc-titlemain a {
    color: #ef6603;
    font-weight: 500;
    font-size: 15px;
}
.sbc-sliderinner .slick-list.draggable {
    overflow-x: hidden;
}
.sbc-slidercard .onclick-link p {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 12px;
    color: #ef6603;
    text-align: left;
    padding: 0 12px 0;
}

/*search by cities*/
.sbc-mobilectamain {
    display: none;
    margin-bottom: 20px;
}
.sbc-mobilectainner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.sbc-mobilectimg {
    width: 16%;
}
.sbc-mobilectimg img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}
.sbc-mobilectacontent {
    width: 79%;
}
.sbc-mobilectacontent h4 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    letter-spacing: 0;
    color: #17305C;
    margin-bottom: 0.7rem;
}
.sbc-mobilectacontent p {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 0;
    line-height: 1.7;
}
a.sbc-mobilectabtn {
    display: block;
    text-align: center;
    margin-top: 2rem;
    background-color: #17305c;
    border-radius: 3px;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins';
    padding: 12px 15px;
    letter-spacing: 0.9px;
    font-weight: 500;
}

/*Compare package*/
.tourcmpimageheadinner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tourcmpimageheadinner {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 6px;
}
.tourComparetitlehead h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}
.tourcmpimageheadtitle h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    margin: 15px 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tourCompareinfotitle p,
.compare_listing span {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding: 15px 0 15px;
    display: block;
}
span.tourcmpcta a {
    display: block;
    text-align: center;
    background-color: #ff6827;
    margin: -10px 0 -10px;
    padding: 10px 0 10px;
    color: #fff;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
}
.trcpmprice {
    color: #ff6827;
    font-weight: 600 !important;
}
.dsktpcmpimgtiitle {
    display: none;
}
.tourallcomparebx label::before {
    display: none !important;
}
.tourallcomparebx label {
    background-color: #ff6826;
    width: 90%;
    margin-left: auto !important;
    color: #fff;
    border-radius: 6px;
    padding: 0px 0px 0px !important;
}
.tourallcomparebx label {
    background-color: #ff6826;
    width: 90%;
    margin-left: auto !important;
    color: #fff;
    border-radius: 6px;
    padding: 6px 6px 6px !important;
    font-size: 14px;
    text-align: center;
    transition: 0.2s linear;
    margin-right: 0px !important;
}
.tourallcomparebx input[type="checkbox"]:checked~label {
    background-color: #4caf50;
}
.mainBannerimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mainBannerimg {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
}
.mainBanner {
    margin-top: 8rem;
    border-top: 1px solid #f2f2f2;
}
.mainBannerTopbar ul {
    display: flex;
    column-gap: 30px;
}
.mainBannerTopbar ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.mainBannerTopbar {
    padding: 15px 0 0px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0px;
}
.mainBannerBreadcrumb .breadcrumb-item {
    font-size: 15px;
    font-weight: 400;
}
.mainBannerBreadcrumb .breadcrumb-item i {
    font-size: 14px;
    line-height: 0;
    margin-left: 9px;
}
.mainBannerBreadcrumb nav .breadcrumb {
    background-color: transparent !important;
    padding: 0px 0px;
    margin-bottom: 15px;
}
.mainBannerBreadcrumb .breadcrumb>li+li:before {
    display: none;
}
.mainBannerContent {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgba(0, 212, 255, 0) 100%);
    width: 100%;
    padding: 50px 0 0 50px;
}
.mainBannerTitle h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.mainServicesCol a {
    display: flex;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    padding: 25px 15px 25px;
    transition: 0.2s linear;
}
.mainServicesCol a img {
    width: 60px;
    margin: 0 auto 15px;
}
.mainServicesCol a p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}
.mainServicesCol a:hover {
    border: 1px solid #ff6827;
}
.mainServicesrow.row {
    margin: 15px -15px 30px;
}
.mainBannerTitle span {
    color: #e96629;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}
.mainBannerTitle span i {
    margin-right: 7px;
}
.row.bannerStriprow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fffffff0;
    padding: 15px 5px 15px;
    margin: -0;
    border-radius: 0px 0px 10px 10px;
}
.bannerStripinfo h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #17305c;
}
.bannerStripinfo p {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
}
.bannerStripicon {
    width: 14%;
}
.bannerStripinfo {
    width: 85%;
}
.bannerStripicon img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}
.bannerStripinner {
    display: flex;
    gap: 13px;
    align-items: start;
}

/*********/
.popExpertInner {
    margin-bottom: 2rem;
    border: 0px solid #f8f8f8;
    padding: 20px 24px;
    border-radius: 4px;
    background-color: #ffefe8;
    box-shadow: 0px 10px 10px -5px #17171717;
}
.popExpertVideo iframe {
    width: 100%;
    height: 300px;
    object-fit: fill;
    float: none;
    border-radius: 5px;
}
.popExpertProfilePic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popExpertProfilePic {
    overflow: hidden;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #e96629;
}
.popExpertMainProfileBox {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 17px;
    margin-bottom: 1.6rem;
}
.popExpertMainProfileInfo>span {
    font-weight: 600;
    font-size: 12px;
    color: #ff6827;
    line-height: 0px;
}
.popExpertMainProfileInfo h3 {
    font-weight: 600;
    line-height: 1;
}
.popExpAbout p {
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 400;
}
.popExpLinks>a {
    display: inline-block;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    color: #17305c;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 5px;
    transition: 0.1s linear;
}
.popExpLinks>a:hover {
    background-color: #17305c;
    color: #ffffff;
}
.popExpertSec {
    padding-top: 3rem !important;
}
.popExpBtn {
    display: inline-block;
    margin-top: 21px;
    font-size: 12px;
    background-color: #ff6827;
    color: #fff;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
}

/*Become a Traveller*/
.bcmTrvlerBannerMain {
    padding: 5rem 0rem 5rem !important;
    background-color: #fff8f4;
    min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    float: unset;
}
.bcmTrvlerBannerContentInner h1 {
    font-family: graphik-bold;
    font-size: 55px;
    text-transform: capitalize;
    line-height: 72px;
    margin-bottom: 2rem;
    text-align: left;
    width: 100%;
    color: #222;
}
.bcmTrvlerBannerContentInner h1 span {
    display: block;
    font-family: graphik-bold;
    color: #fd642f;
}
.bcmTrvlerBannerContentInner p {
    font-size: 18px;
    margin-bottom: 3rem;
    line-height: 30px;
    color: #333;
    font-family: 'graphik';
}
.bannerBtnsRow>a {
    display: inline-block;
    border: 0px solid #999;
    padding: 9px 25px;
    text-align: center;
    margin-right: 10px;
    border-radius: 4px;
    transition: 0.2s linear;
    font-size: 15px;
    font-family: 'graphik-medium';
    text-transform: capitalize;
    background-color: #17305c;
    color: #fff;
}
.bannerBtnsRow>a i {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-left: 6px;
}
a.bcmTrvlWatch {
    background-color: #fd642f;
}
.bannerBtnsRow>a:hover {
    padding: 9px 30px;
}
.floatNone {
    float: none;
}
.emprhstSec {
    padding: 5rem 0rem 5rem !important;
}
.emprhstContent>p {
    font-family: 'graphik-medium';
    font-size: 18px;
    line-height: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-top: 3rem;
    padding-left: 5rem;
}
.emprhstContent>h3 {
    font-size: 38px;
    font-family: 'graphik-bold';
    color: #111;
    line-height: 50px;
}
.emprhstContent>span {
    color: #fd642f;
    display: inline-block;
    font-family: 'graphik-medium';
    font-size: 22px;
    margin-bottom: 12px;
}
.expertCarousel__banner {
    /*background-color: rebeccapurple;*/
    
    text-align: center;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 380px;
    margin: 0 auto;
}
.bcmTrvlerBannerMain>.container>.row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.expertCarousel .slick-list {
    padding: 0px 0px !important;
}
.expertCarousel__banner img {
    object-fit: contain !important;
    width: 100%;
    height: 100%;
    object-position: center !important;
}
.emprCarouselcard {
    width: 365px;
    margin-right: 15px;
}
.emprCarouselMainSec {
    margin-top: 10rem;
    position: relative;
}
.emprCarouselcard__wrap {
    position: relative;
    width: 95%;
    overflow: hidden;
    height: 380px;
    border-radius: 10px;
}
.emprCarouselcard__wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.emprCarouselcardInfo {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    text-align: left;
    background: rgb(255, 255, 255);
    background: linear-gradient(280deg, rgb(255 255 255 / 0%) 0%, rgba(0, 0, 0, 0.8618040966386554) 100%);
}
.emprCarouselcardInfo>i {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
}
.emprCarouselcardInfo>p {
    color: #fff;
    font-family: 'graphik-medium';
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px;
    padding-right: 5rem;
}
.emprCarouselcardInfoName {
    position: absolute;
    bottom: 20px;
}
.emprCarouselcardInfoName>h3 {
    font-size: 26px;
    font-family: 'graphik-Semibold';
    color: #fff;
}
.slickArrow {
    width: 50px;
    height: 50px;
    box-shadow: 0 3px 50px rgb(0 0 0 / 50%);
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: background-color 0.3s ease-in-out;
    position: absolute;
    cursor: pointer;
    color: #fd642f;
    top: 17rem;
}
.slickArrow.next.slick-arrow {
    right: -30px;
}
.slickArrow.prev.slick-arrow {
    left: -30px;
}
.emprCarouselcardInfoName>span {
    color: #fd642f;
    display: inline-block;
    margin-bottom: 7px;
    font-family: 'graphik-medium';
}
.rdyExpSec {
    padding: 5rem 0rem 20rem !important;
}
.rdyHstTitle {
    text-align: center;
    width: 70%;
    margin: 0rem auto 3rem;
}
.rdyHstTitle>span {
    font-size: 22px;
    font-family: 'graphik-semibold';
    color: #fd642f;
    display: inline-block;
    margin-bottom: 15px;
}
.rdyHstTitle>h3 {
    font-family: 'graphik-bold';
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 30px;
    color: #111;
}
.rdyHstTitle>p {
    margin-bottom: 0;
    color: #222;
    font-family: 'graphik-medium';
    font-size: 18px;
    line-height: 32px;
}
.rdyHstFeatBoxCard:not(:last-child) {
    margin-bottom: 3rem;
}
.rdyHstFeatBoxCard h3 {
    font-size: 20px;
    font-family: 'graphik-semibold';
    margin-bottom: 10px;
}
.rdyHstFeatBoxCard>p {
    font-size: 14px;
    font-family: 'graphik-medium';
    color: #333;
}
.rdyHstBannerMain {
    display: flex;
    justify-content: space-between;
}
.bannerLong {
    height: 400px;
    overflow: hidden;
    width: 49%;
    border-radius: 10px;
}
.bannerLong img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.bannerSmall:not(:last-child) {
    margin-bottom: 10px;
}
.bannerSmall {
    height: 50%;
}
.rdyHstMainBox>.row {
    display: flex;
    align-items: center;
    justify-content: start;
}
.rdyHstMainBox {
    margin-top: 6rem;
}
.rdyHstFeatBoxMain {
    padding-left: 4rem;
}

/*Become a Traveller*/

/*travel Experience*/
.trvlexpSec {
    padding: 0rem 0rem !important;
    overflow: hidden;
    height: 600px;
    position: relative;
}
.trvlexpSec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.trvlexpBannerInfo {
    position: absolute;
    background-color: #0000007a;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.trvlexpBannerInfo>h1 {
    font-size: 45px;
    color: #fff;
    font-family: 'graphik-bold';
    letter-spacing: 0.2px;
    margin-bottom: 1rem;
}
.trvlexpBannerInfo>h3 {
    font-family: 'graphik-semibold';
    color: #ffd40a;
    font-size: 35px;
}
.dskTitleHmeInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ctPrimaryBtn {
    background-color: FF6827;
    color: #fff !important;
    font-family: 'graphik-medium';
    padding: 8px 14px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none !important;
    font-size: 12px;
    text-transform: capitalize;
    transition: 0.1s linear;
    box-shadow: 0px 0px 18px 0px rgb(255 104 39 / 35%);
    min-width: 90px;
    text-align: center;
}
.dskTitleHmeInner h2 {
    margin: 0rem 0rem 1rem;
    font-size: 35px;
    font-family: 'graphik-bold';
    color: #222;
}
.crfMainRow {
    margin-top: 2.5rem;
}
.crfMainRow .row .col-lg-3 {
    padding: 0 8px;
}
.crfCardMain {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 350px;
    width: 100%;
    margin-bottom: 1.5rem;
}
.crfCardMain img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s linear;
}
.mblVwbtn {
    display: none;
    margin-top: 3rem;
    text-align: right;
}
.crfCardMain:hover img {
    transform: scale(1.1);
}
.crfMainSec {
    padding: 4rem 0rem !important;
}
.crfCardBtnCard {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fd642f;
    padding: 8px 0px;
    color: #fff;
    font-family: 'graphik-semibold';
    transform: translateY(110%);
    transition: 0.2s linear;
}
.crfCardMain:hover .crfCardBtnCard {
    transform: translateY(0%);
}
.whySoloInnerLocCard {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    gap: 7px;
    margin-bottom: 7px;
    line-height: 17px;
}
.whySoloInnerLocCard span {
    display: flex;
    font-size: 8px;
    background-color: #fc6522;
    color: #ffffff;
    width: 14px;
    height: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}
.whySoloInnerLocCard p {
    font-size: 14px;
    color: #686868;
    margin-bottom: 0;
    width: 85%;
    line-height: 22px;
    font-family: 'graphik-medium';
}
.whySoloInnerLocCard p strong {
    color: #17305c;
}
.position-relative {
    position: relative;
}
.trvlEFeatRow {
    margin-top: 2rem;
}
.texpFeatCardMain {
    margin: 0px 10px 10px;
}
.texpFeatCardInner {
    background-color: #fafafa;
    padding: 12px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 11px 10px -8px #e8e8e8;
    position: relative;
}
.texpFeatCardImg {
    overflow: hidden;
    aspect-ratio: 12 / 7;
    border-radius: 5px;
}
.imageScale img {
    transition: 0.2s linear;
}
.imageScale:hover img {
    transform: scale(1.1);
}
.texpFeatCardInfo {
    text-align: left;
    padding: 12px 10px 0px;
    min-height: 150px;
}
.texpFeatCardInfo>h1 {
    font-family: 'graphik-semibold';
    font-size: 18px;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.texpFeatcarousel .slick-track {
    display: flex;
}
.texpFeatCardInner .crfCardMainBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fd642f;
    padding: 8px 0px;
    color: #fff;
    font-family: 'graphik-semibold';
    margin-top: 15px;
    border-radius: 5px;
}

/*travel Experience*/
.texppckgcardImg {
    overflow: hidden;
    aspect-ratio: 12 / 6;
    border-radius: 5px;
    margin-bottom: 10px;
}
.texppckgcardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.texppckgcardLocation {
    font-size: 14px;
    color: #17305c;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
    font-family: 'graphik-medium';
}
.texppckgcardName {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    width: 100%;
    line-height: 21px;
    color: #000;
    font-family: 'graphik-semibold';
}
.texppckgcardPrice {
    font-size: 22px;
    color: #ff6827;
    font-weight: 700;
}
.texppckgcardInfoHead {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 5px;
}
.texppckgcardDays {
    font-size: 14px;
    font-family: 'graphik-semibold';
    color: #494949;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}
.texppckgcardBtn {
    width: 100%;
    font-size: 15px;
    font-family: 'graphik-semibold';
    background-color: #fd642f;
    color: #fff;
    padding: 7px 10px;
    border-radius: 4px;
}
.texppckgcardInner {
    padding: 10px 10px;
    border: 1px solid #ffebe7;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    background-color: #fff7f5;
}
.texpRightMainCard>h3 {
    font-size: 24px;
    margin-bottom: 1.5rem;
    font-family: 'graphik-semibold';
    color: #000;
    text-transform: capitalize;
}
.texppckgcardInner .cpcustom-form-field input {
    box-shadow: none !important;
    border-color: #ebebeb;
}
.mobilecpdatebox.mblPckgBarMain {
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    padding: 10px 0px 10px;
}
.mobilecpdatebox.mblPckgBarMain .container {
    padding: 0 12px;
}
.mobilecpdatebox.mblPckgBarMain .container {
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.leftPackTitle {
    width: 100%;
}
.leftPackTitle>p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'graphik-semibold';
    line-height: 1.3;
    color: #fd642f;
}
.leftPackTitle.leftPackTitleAction {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.leftPackTitlewhatsapp {
    background-color: #09B83E;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    border-radius: 50%;
    color: #fff;
    margin-left: 0px;
}
a.leftPackTitlesndenquiry {
    background-color: #17305c;
    color: #ffff;
    padding: 7px 22px;
    font-size: 14px;
    font-family: 'graphik-semibold';
    border-radius: 5px;
    min-width: 40%;
    text-align: center;
}
a.leftPackTitlesndenquiry2 {
    background-color: #17305c;
    color: #ffff;
    padding: 7px 22px;
    font-size: 14px;
    font-family: 'graphik-semibold';
    border-radius: 5px;
    min-width: 40%;
    text-align: center;
}
.mblPackageCardmain {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 60px;
    z-index: 999;
    background-color: #f2f2f2d6;
    overflow: hidden;
}
.mblPackageCardmain.PackageCardShow {
    display: block;
}
.mblPackageCardInner {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}
.mblPackageCardmain .texppckgcardBtn {
    margin-top: 10px;
}
.mblPackageCard .texppckgcardInner {
    margin-bottom: 0;
}
.mblPackageCardmain .mblPackageCard {
    transform: translateY(110%);
}
.mblPackageCardmain.PackageCardShow .mblPackageCard {
    animation: slideUpCard 0.3s linear 0.1s both;
}
@keyframes slideUpCard {
    100% {
        transform: translateY(0%);
    }
}
.mblPackageCardClose {
    position: absolute;
    right: 2px;
    top: -26px;
    background-color: #17305c;
    border-radius: 5px 5px 0px 0px;
    color: #ffff;
}
.mblPackageCardmainSndenqry.PackageCardShow {
    display: block;
}
.row.mblFormROw {
    display: flex;
    flex-wrap: wrap;
}
.row.mblFormROw .col-lg-6 {
    width: 50%;
}
.row.mblFormROw .col-lg-12 {
    width: 100%;
}
.mblPackageCard .cprightfooter {
    width: 100%;
    padding: 0;
    margin-top: 0 !important;
}
.img-wrap img {
    max-width: 100%;
    display: inline-block;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.img-wrap.scale {
    background: #fff;
}
.img-wrap.scale:hover img {
    opacity: 0.5;
    -moz-transform: scale(1.1) skew(1deg);
    -webkit-transform: scale(1.1) skew(1deg);
    -ms-transform: scale(1.1) skew(1deg);
    -o-transform: scale(1.1) skew(1deg);
}
.img-wrap.zoom:hover img {
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*  */
#QRModal .close {
    padding: 2px 12px !important;
    background: #ff6827 !important;
    opacity: 1;
    color: #fff;
}
#QRModal .close:hover {
    color: #000
}
#QRModal .lrn-ceo,
#QRModal.pdo-cast {
    color: #353434;
}
@media screen and (max-width:640px) {
    /* #sendOtpBtn {
        height: 43px !important;
    } */
}
@media screen and (max-width:480px) {
    #sendOtpBtn {
        height: 40px !important;
    }
    
    .mainBannerTopbar ul {
        column-gap: 10px;
    }

    #assistance-form .form-group input.form-control{height: 40px !important;}

    .page-link {
        width: 24px;
        height: 24px;
        font-size: 12px;
      }
  
}