/* You can add global styles to this file, and also import other style files */

@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica.woff2') format('woff2'), 
        url('../fonts/helvetica.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'montserratblack';
    src: url('../fonts/montserrat-black.woff2') format('woff2'), url('../fonts/montserrat-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratblack_italic';
    src: url('../fonts/montserrat-blackitalic.woff2') format('woff2'), url('../fonts/montserrat-blackitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold_italic';
    src: url('../fonts/montserrat-bolditalic_2.woff2') format('woff2'), url('../fonts/montserrat-bolditalic_2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold_italic';
    src: url('../fonts/montserrat-bolditalic.woff2') format('woff2'), url('../fonts/montserrat-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratextrabold';
    src: url('../fonts/montserrat-extrabold.woff2') format('woff2'), url('../fonts/montserrat-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratextrabold_italic';
    src: url('../fonts/montserrat-extrabolditalic.woff2') format('woff2'), url('../fonts/montserrat-extrabolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratextralight';
    src: url('../fonts/montserrat-extralight.woff2') format('woff2'), url('../fonts/montserrat-extralight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratextralight_italic';
    src: url('../fonts/montserrat-extralightitalic_2.woff2') format('woff2'), url('../fonts/montserrat-extralightitalic_2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratitalic';
    src: url('../fonts/montserrat-italic.woff2') format('woff2'), url('../fonts/montserrat-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light.woff2') format('woff2'), url('../fonts/montserrat-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight_italic';
    src: url('../fonts/montserrat-lightitalic.woff2') format('woff2'), url('../fonts/montserrat-lightitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium.woff2') format('woff2'), url('../fonts/montserrat-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold.woff2') format('woff2'), url('../fonts/montserrat-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular.woff2') format('woff2'), url('../fonts/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'montserratlight';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    /*overflow-x: hidden;*/
    min-height: 95vh;
}

.content_bold {
    font-family: 'montserratbold';
}

.content {
    font-family: 'montserratlight' !important;
}

.montserratmedium {
    font-family: 'montserratmedium';
}

.montserratregular {
    font-family: 'montserratregular' !important;
}

.montserratsemibold {
    font-family: 'montserratsemibold';
}

.relative {
    position: relative;
}

.uppercase {
    text-transform: uppercase;
}

.capital {
    text-transform: capitalize;
}

.bold {
    font-weight: bold;
}

a:focus, a:hover {
    text-decoration: none;
    color: unset;
}

.italic {
    font-style: italic;
}

.coffee {
    color: #94877E;
}

.lightcoffee {
    /* color: #A49993; */
    color: #585654;
}

.white {
    color: #fff !important;
}

.blue {
    color: #46758F;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 18px;
}

.font-22 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 25px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-40 {
    font-size: 32px;
}

.font-45 {
    font-size: 45px;
}

.font-70 {
    font-size: 54px !important;
}

.width100 {
    width: 100%;
}

img {
    max-width: 100%;
    width: 100%;
}

.margin0 {
    margin: 0 auto;
}

.italic {
    font-style: italic;
}

.line_height {
    line-height: 1.3;
}

.paddingtop0 {
    padding-top: 0px !important;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.paddingtop20 {
    padding-top: 20px;
}

.paddingbottom50 {
    padding-bottom: 50px;
}

.pointer {
    cursor: pointer;
}

.logowrapper {
    width: 20%;
    margin: 0 auto;
    padding: 15px 0 30px 0px !important;
    /*padding: 15px 0 35px 0px !important;*/
}

.logo_home_all img {
    width: 20%;
    margin: 0 auto;
    padding: 15px 0 30px 0px !important;
    /*padding: 15px 0 35px 0px !important;*/
    /* transition: all ease-in-out 0.5s; */
}

.body_main_sticky {
    padding-top: 200px;
    transition: unset;
}

.mainMenu {
    width: 95%;
    float: left;
    margin-left: -15px;
}
.dots_position .dot{
    float: left;
}
.mainMenu a {
    padding: 10px 7.8% 30px 0px;
    display: inline-block;
    font-size: 21.5px;
    margin: 0;
    font-family: 'montserratlight';
    font-family: 'montserratmedium';
    /* transition: all ease-in-out 0.5s;     */
    cursor: pointer;
}

.menu_active {
    color: #a6c790;
    font-weight: bold;
}

.menu_active a {
    color: #a6c790;
    font-weight: bold;
}

.mainMenu span {
    padding: 0 15px 12px 15px;
}

.menu_active span {
    /* padding: 0 15px 15px 15px; */
    border-bottom: 1px solid #CBC4BE;
}

.think_menu {
    /* color: #a6c790 !important;
    font-weight: bold !important; */
}

.font-justify {
    text-align: justify;
    text-align-last: center;
}

/* .mainMenu a::after{

} */

a:active, a:hover {
    color: unset;
    direction: unset;
    outline: unset;
}

.web_logo {
    display: block;
}

.mobile_logo {
    display: none;
}
#fbplus-overlay{
    z-index: 99999999;
}
#fbplus-wrap{
    z-index: 999999999;   
}
.web_view {
    display: inline-block !important;
}

.tab_view {
    display: none !important;
}

.mainMenu a:hover, a:focus {
    color: #a6c790;
}

.web_logo {
    width: 103.5%;
    margin-left: -2%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.sticky .web_logo {
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.web {
    display: block;
}

.mobile {
    display: none;
}

.mainMenu_think::after {
    content: '';
    position: absolute;
    background-image: url('../images/thinkelsewhere/threedot.png');
    width: 22px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -5px;
    right: 0px;
    /*bottom: -15px;*/
    opacity: 1;
    transition: all ease-in-out .7s;
    /*transform: translateX(-90%);*/
}

.mainMenu_think::after {
    opacity: 1;
}

.menusearch a:hover {
    color: #a6c790;
}

.header_banner_img {
    padding-bottom: 25px;
}

.menusearch {
    width: 5%;
    float: right;
    padding-top: 8px;
    text-align: right;
}

.menusearch a {
    font-size: 24px;
}

.menuWrapper {
    max-width: 1980px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.overflowhidden {
    overflow: hidden;
}

.header_sticky_logo {
    display: none;
    transition: all ease-in-out 0.5s;
    width: 5%;
    /*width: 6%;*/
    float: left;
    opacity: 0;
    padding: 10px;
}

.header_sticky_logo img, .header_sticky_logo a {
    transition: all ease-in-out 0.5s;
    opacity: 1;
}

.sticky .header_sticky_logo {
    display: block;
    opacity: 1;
    transition: all ease-in-out 0.5s;
}

.sticky .mobile_menu_header {
    /* display: none; */
    height: 0;
    visibility: hidden;
}

.sticky .sticky_none {
    display: none;
}

.sticky .thinkelsewhere_grid_wraper {
    width: 94%;
    margin: 0 auto;
    display: inline-block;
    padding-top: 1.5%;
    padding-left: 1%;
    /* transition: all ease-in-out 0.3s; */
}

.sticky .menusearch {
    text-align: center;
}


.sticky .header_r_menu .h_menu_item:last-child {
    text-align: left;
}

.sticky {
    background: #fff;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    border-color: rgba(223, 225, 229, 0);
    position: fixed;
    display: block;
    width: 100%;
    z-index: 99999999;
}

.sticky_main_scroll {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}

.sticky .sticky_main_scroll {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.swiper-container {
    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;
}

.home-swiper-button-next {
    background-image: url('../images/home/right.png');
    background-repeat: no-repeat;
    right: 20px;
    left: auto;
    top: 50%;
    position: absolute;
    z-index: 22;
    height: 50px;
    width: 20px;
}

.homeswiper .swiper-button-disabled {
    opacity: 0.6;
}

.home-swiper-button-prev {
    background-image: url('../images/home/left.png');
    background-repeat: no-repeat;
    left: 20px;
    right: auto;
    top: 50%;
    position: absolute;
    z-index: 22;
    height: 50px;
    width: 20px;
}

.home-swiper-button-next:focus {
    outline: none;
}

.home-swiper-button-prev:focus {
    outline: none;
}

.homeswiper {
    min-height: 500px;
}

.animationheight {
    min-height: 500px;
}

.homeswiper .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: #fff !important;
    opacity: .3 !important;
}

.homeswiper .swiper-pagination-bullet-active {
    width: 16px !important;
    height: 16px !important;
    opacity: 1 !important;
    background: #fff !important;
}

.col-center {
    float: none;
    margin: 0 auto;
}

.padding0_5 {
    padding: 0 5px;
}

.home_width {
    width: 94.5%;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all ease-in-out 0.3s;
    z-index: 11;
}

.overlay_hover:hover .overlay {
    opacity: 1;
}

.dot_relative {
    position: relative;
    width: 100%;
}

.green_dot_right::after {
    content: '';
    height: 11px;
    width: 11px;
    background-color: #a6c790;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.green_dot_left::before {
    content: '';
    height: 11px;
    width: 11px;
    background-color: #a6c790;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.line_with_dot {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #95887F;
    border-radius: 0;
    position: absolute;
    top: 12px;
    right: 0;
}

.threewrapper {
    /* padding-top: 110px; */
    padding-top: 20px;
    display: inline-block;
}

.threeblock {
    display: inline-flex;
    width: 70%;
}

.threeblockimg {
    width: 25%;
    display: inline-block;
    margin: 0 15px;
}

.threeblockimg img {
    width: 80%;
}

.text-left {}

.bg_coffee {
    background: #ACA299;
    display: inline-block;
    /* margin-top: 160px; */
    margin-top: 40px;
}

.choosewraper img {
    width: 25%;
}

.bullet_detail {
    color: #585654;
    margin: 0;
}

.bullet_detail ul {
    padding-left: 20px;
}

.bullet_detail li {
    display: block;
    position: relative;
    margin: 5px 0;
    font-size: 18px;
    line-height: 1.4;
}

.bullet_point li::before {
    content: " ";
    color: #000;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #94877e;
    margin-left: -20px;
    margin-right: 12px;
    margin-bottom: 3px;
}
.overlay_hover .bullet_point li {
    padding-left: 20px;
}
.overlay_hover .bullet_point li::before {
    position: absolute;
    left: 0;
    top: 10px;
    margin: 0;

}
/*.bullet_point h4:first-child li::before {
    background-color: transparent;
}
*/
.think_div:nth-child( odd) {
    clear: both;
}

.thinkelsewherewrapper {
    padding: 50px 0;
}

.dis_stay_list_content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thinkelsewherewrapper {
    margin-right: 50px;
}

.thinkelsewherewrapper h1 {
    letter-spacing: 13px;
    float: right;
    margin: 0;
    margin-bottom: 20px;
}

.thinkelsewherewrapper p {
    letter-spacing: 2px;
    float: right;
    width: 67.5%;
    /*width: 74.5%;*/
    padding-right: 12px;
}

.play_btn {
    background: #fff;
    padding: 5px 60px;
    display: inline-block;
    color: #A6C790 !important;
    margin-top: 9%;
    transition: all ease-in-out 0.4s;
    font-size: 38px;
}

.play_btn:hover {
    color: #337ab7;
    cursor: pointer;
}

.border_right {
    border-right: 1px solid #cecece;
}

.explorewrapper {
    /* margin-top: 120px; */
    margin-top: 10px;
}

.explore_swiper_block {
    padding: 0 15px;
}

.exploreblockcontent {
    padding: 20px 0 0 0;
}

.exploreblockcontent h2 {
    margin: 0;
    padding-top: 7px;
}
.explore_banner{
    margin-bottom: 20px;
}
.hoverimg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.exploreblock1 {
    cursor: pointer;
}

.exploreblock1 img {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    height: 260px;
    object-fit: cover;
}

.tagLineH2 {
    min-height: 40px;
}

.exploreblock1:hover img {
    /* transform: scale(1.1); */
}

.explorewrapper a {
    padding: 0 !important;
    display: inline-block;
}

.explorewrapper a:hover {
    color: #A6C790;
}

.contactwrapper {
    margin: 30px 0 40px 0;
}

.contactimg {
    width: 7%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 20px;
}

.homesocial {
    padding-top: 20px !important;
}

.contactwrapper h1 {
    margin-top: 0px;
}

.expertimg {
    width: 30%;
    margin: 0 auto;
}

.think_btn {
    margin-right: 25%;
}

.know_more {
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-top: 21px;
    display: inline-block;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.thinkwrapper:hover {
    cursor: pointer;
}

.thinkwrapper:hover .know_more {
    color: #fff;
    background: #a6c790;
    border: 1px solid #a6c790;
}

.moreblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 310px;
    margin: 0 auto;
}

.moreblock.home_more_ref {
    margin-bottom: 0px;
}

.moreblock img {
    width: 50px;
    transform: translateY(25%);
}

.socialwrapper {
    text-align: center;
    display: inline-flex;
    left: 50%;
    transform: translateX(50%);
    margin: 0 auto;
    width: 50%;
    padding-top: 4%;
    padding-bottom: 0%;
}

.socialcercle {
    margin: 0 7px;
    height: 70px;
    width: 70px;
    background: #988B82;
    border-radius: 50%;
    position: relative;
}

.socialcercle i {
    font-size: 36px;
    color: #fff;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
}

.socialcercle:hover {
    background: #3f708a;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}

.soc_whatapp:hover {
    background: #A6C790 !important;
}

.paddingtop50 {
    padding-top: 15px;
}

.enquirecontent {
    width: 30%;
    float: left;
    padding: 0 30px;
}

.margin_unique {
    /* margin: 50px 0 50px 0; */
    margin: 0px 0 40px 0;
}

.enquireimg {
    width: 35%;
    float: left;
    opacity: 0.5;
}

.enquiry_detail {
    padding-top: 30px;
}

.show_more .enquiry_show_more_content_main {
    display: block;
}

.less_more .enquiry_show_more_content_main {
    display: none;
}

.show_more .enquiry_show_more {
    display: none;
}

.less_more .enquiry_show_more {
    display: block;
}

.less_more .enquiry_show_less {
    display: none;
}

.show_more .enquiry_show_less {
    display: block;
}

.bg_green {
    background: #A6C790;
    display: inline-block;
    padding: 35px 25px;
    width: 100%;
}

.color_green {
    color: #A6C790;
}
.color_green.hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.color_green.hover:hover {
    color: #3d6f8b;
}
.footerline {
    margin: 50px 15px 50px 15px;
}

.footerline_ref .footerline {
    margin: 40px 0px 30px 0px;
}

.footerMenu {
    width:87%;
    float: left;
    margin-left: -3%;
}

.footerMenu a {
    padding: 10px 3.4%;
    display: inline-block;
    font-size: 22px;
    margin: 0;
    transition: all ease-in-out 0.5s;
    font-family: 'montserratmedium';
}

.footerMenu a:nth-last-child(1) {
    padding: 0 0 0 35px;
}

.footerMenu a:hover {
    color: #A6C790;
}

.footersocial {
    text-align: center;
    display: inline-flex;
    width: 12%;
    float: right;
    padding-top: 5px;
    margin-right: -5px;
}

.footersocialcercle {
    margin-left: 7px;
    height: 35px;
    width: 35px;
    background: #988B82;
    border-radius: 50%;
    position: relative;
    transition: all ease-in-out 0.5s;
}

.footersocialcercle i {
    font-size: 16px;
    color: #fff;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
}

.footersocialcercle:hover {
    background: #3f708a;
    cursor: pointer;
}

.whattsapp i {
    font-size: 18px;
    padding-left: 1px;
}

.whattsapp:hover {
    background: #A6C790 !important;
}

.footerCenterMenu {
    /*display: inline-grid;*/
}

.footerCenterMenu a {
    padding: 3px 0;
    font-size: 18px;
    font-family: 'montserratlight';
    display: block;
}

.footerlinebottom {
    margin: 50px 0 50px 0;
}

.linedot {
    right: -100%;
    text-align: right;
    position: relative;
    top: 15px;
    width: 170px;
    float: left;
}

.linecircle {
    position: absolute;
    top: unset;
    bottom: -90px;
    left: 63px;
    z-index: 4;
    width: 16%;
}

.thinkimg {
    position: relative;
    z-index: 9;
    margin: -30px 0px;
}

.blueimg {
    position: absolute;
    left: -17%;
    bottom: -5%;
    width: 13%;
}

.lingreen {
    position: absolute;
    left: -3%;
    top: 20%;
}

.circlegreen1 {
    position: absolute;
    right: 9%;
    top: 40%;
}

.circleblue1 {
    position: absolute;
    right: 11%;
    top: 51%;
    width: 16px;
}

.greentwo {
    position: absolute;
    left: 15%;
    top: 39%;
}

.greenblue {
    position: absolute;
    right: 25%;
    top: 38%;
}

.circlegreen2 {
    position: absolute;
    left: 4%;
    bottom: 16%;
}

.circleblue2 {
    position: absolute;
    right: 12%;
    bottom: 20%;
}

.personaly_icon {
    text-align: center;
    font-size: 22px;
    padding-bottom: 15px;
    position: relative;
    width: 83%;
}

.personaly_icon:after {
    content: '';
    background-image: unset !important;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -3px;
    left: 6%;
    width: 65px;
    height: 65px;
    background-size: 55px;
}

.home_personaly_icon {
    width: 50px;
    float: left;
    margin-top: -12px;
}

.p_v_Symbol {
    position: absolute;
    z-index: 2;
    width: 36px;
    right: 6%;
    top: 5px;
}

.circlegreendot {
    position: absolute;
    right: -14%;
    bottom: 25%;
    width: 13%;
}

.think_title_header {
    margin-top: -30px;
}

.letter_spacing6 {
    letter-spacing: 6px;
}

.p_white {
    background: #fff;
    padding: 0 6px;
    z-index: 111;
    color: #585654;
}

.mobilemenu {
    display: none;
}

.dotimage {
    display: none;
}

.mobile_view {
    display: none;
}

.paddingtopbottom50 {
    padding: 40px 0;
}

.padding0 {
    padding: 0 !important;
}

.paddingleftright0 {
    padding-left: 0;
    padding-right: 0;
}

/*======================== Think Elsewhere ========================*/

.header_top_img {
    position: absolute;
    top: 0;
    left: 0;
}

.mymove_ani {
    -webkit-animation: mymove 3s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -moz-animation: mymove 4.5s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes mymove {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

.header_top_overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 124%;
    background: #fff;
    z-index: 9;
}

.center_title {
    text-align: center
}

.center_title h2 {
    letter-spacing: 5px;
    display: inline-block;
}

.dot {
    margin-left: 3px;
    height: 5px;
    width: 5px;
    background-color: #3f708a;
    border-radius: 50%;
    display: inline-block;
}

.dots_position {
    position: absolute;
    bottom: 40px;
    right: -4px;
    line-height: 0;
}

.thinkelsewhere_grid_wraper {
    width: 93%;
    margin: 0 auto;
}

.product_overlay {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: rotateY(0deg);
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.thinkelsewhere_grid_wraper .margin_bottom_20 a:hover .product_overlay {
    /* transform: rotateY(90deg); */
    opacity: 1;
}

.thinkelsewhere_grid_margin_bottom {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    float: left;
}

.image_content_wrape {
    padding: 20px 0 0 0;
}

.image_content_wrape h2 {
    margin: 0;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.approx_days {
    position: absolute;
    top: 25px;
    right: 0;
    display: inline-block;
    width: 10%;
    line-height: 0.8;
    text-align: right;
}

.center_title {
    display: inline-block;
}

.center_title::after {
    content: '';
    background-image: url(../images/thinkelsewhere/left-after.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 9px;
    right: 104%;
    width: 124px;
    height: 12px;
    background-size: 117px;
}

.center_title::before {
    content: '';
    background-image: url(../images/thinkelsewhere/right-after.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 9px;
    left: 105.5%;
    width: 124px;
    height: 12px;
    background-size: 117px;
}

.divider {
    padding-bottom: 25px;
}

.filter_wrap {
    float: right;
    padding: 0 18px;
    z-index: 14;
}

.filter_wrap a:hover {
    color: #95887F;
}

.filter_wrap::after {
    content: '';
    height: 11px;
    width: 11px;
    background-color: #a6c790;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.filter_wrap::before {
    content: '';
    background-image: url(../images/thinkelsewhere/filter_after.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 100%;
    width: 125px;
    height: 7px;
    transform: translateY(-50%);
}

.last_child {
    padding: 0px 0px 0px 0px !important;
}
.reviewer_quote{
    width: 100%;
    float: right;
}
.best_in{
    width: 85%;
    float: right;
}
/*======================== Think Elsewhere ========================*/

/*======================== TE Detail ========================*/

.font-30 {
    font-size: 30px;
}

.tedetailbanner {
    margin-top: 10px;
}

.islandlife h1 {
    margin: 0;
    padding: 30px 0 0px 0;
}

.margin10 {
    margin: 10px 0 10px 0;
}

.bluedotimgleft {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    margin: 36px 0 20px 0;
}

.bluedotimgright {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    margin: 36px 0 20px 0;
}

.socialcenter {
    width: unset;
    margin: unset;
    left: 54%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    float: left;
    display: inline-flex;
    padding: 0px 0 100px 0;
}

.userimg {
    width: 50%;
    margin: 0 auto;
}

.bluedotleft {
    position: absolute;
    top: 0;
    width: 35px;
    left: 0;
    padding-top: 25%;
}

.greendotright {
    position: absolute;
    right: -17%;
    top: 0;
    width: 15px;
    padding-top: 20%;
}

.shareblock {
    padding: 0px 0px 35px 0;
    display: inline-block;
}

.width80 {
    width: 80%;
    float: left;
}

.green {
    color: #A6C790;
}

.shareblock .footersocialcercle {
    margin: 0 12px;
    height: 45px;
    width: 45px;
    background: #988B82;
    border-radius: 50%;
    position: relative;
}

.shareblock .footersocialcercle:hover {
    background: #3f708a;
}

.shareblock .footersocialcercle i {
    font-size: 20px;
    color: #fff;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
}

.userimg {
    width: 50%;
    margin: 0 auto;
}

.userimgwrapper {
    width: 270px;
    margin: 0 auto;
    position: relative;
}

.userimgblock1 {
    position: absolute;
    top: 0;
    left: 12%;
    width: 75px;
    z-index: 1;
    padding-top: 114px;
}

.userimgblock2 {
    position: absolute;
    top: 0;
    left: 10%;
    width: 165px;
    z-index: 5;
    padding-top: 75px;
}

.userimgblock3 {
    position: absolute;
    top: 0;
    right: 25%;
    width: 110px;
    z-index: 2;
}

.none_599 {
    display: block;
}

.none_991 {
    display: block;
}

.none_main {
    display: none;
}

/*======================== TE Detail ========================*/

/*======================== contact ========================*/

.contactWrapper {
    padding-top: 50px;
}

.contactWrapper h2 {
    padding-bottom: 50px;
}

/*======================== contact ========================*/

/*======================== new ========================*/

.detailscontent p {
    padding-bottom: 15px;
}

.detailstitle {
    width: 44%;
}

.thinkelsewhere_content {
    width: 90%;
}

.thinkwrapper {
    margin-left: -15px;
}

.home-userimage {
    display: inline-block;
    width: 160px;
    margin: 0 auto;
    position: relative;
}

.homeuserimgblock1 {
    position: absolute;
    top: 0;
    right: -13%;
    width: 73px;
    z-index: 1;
    padding-top: 62px;
}

.homeuserimgblock2 {
    position: relative;
    top: 0;
    left: 5%;
    width: 148px;
    z-index: 5;
    padding-top: 0;
}

.homeuserimgblock3 {
    position: absolute;
    top: -10px;
    left: -38px;
    width: 94px;
    z-index: 2;
    right: unset;
}

.think_dot::after {
    content: '';
    position: absolute;
    background-image: url('../images/home/white_dot.png');
    width: 50px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -8px;
    right: -35px;
    opacity: 1;
    transition: all ease-in-out .7s;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}

.paddingtopbottom25 {
    padding: 25px 0;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.te_m_t_20 {
    margin-top: 20px;
}

.te_m_b_20 {
    margin-bottom: 20px;
}

.te_p_b_50 {
    padding-bottom: 40px;
}

.expertimg p {
    position: relative;
}

.active {
    background: red;
    color: blue;
}

.te_userimgwrapper {
    width: 260px;
    margin: 0 auto;
    position: relative;
    float: left;
    min-height: 180px;
}

.te_userimgblock2 {
    position: absolute;
    top: 0;
    left: 10%;
    width: 165px;
    z-index: 5;
    padding-top: 20px;
}
.te_userimgblock2 img{
    height: 150px;
    object-fit: cover;
}
.te_userimgblock1 {
    position: absolute;
    top: 0;
    left: 16%;
    width: 75px;
    z-index: 1;
    padding-top: 70px;
}

.te_userimgblock3 {
    position: absolute;
    top: 0;
    right: 35%;
    width: 60px;
    z-index: 2;
}

.more_title_line {
    display: inline-block;
    position: relative;
}

.more_title_line::after {
    content: '';
    background-image: url(../images/thinkelsewhere/left-after2_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 9px;
    right: 111%;
    width: 40px;
    height: 10px;
}

.more_title_line::before {
    content: '';
    background-image: url(../images/thinkelsewhere/left-after2_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 9px;
    left: 111%;
    width: 40px;
    height: 10px;
    ;
}

.see_more_home {
    padding: 35px 0 40px 0;
}

.see_more_home a:hover {
    color: #A6C790;
}

/*======================== term and condition ========================*/

.line_title_bottom::after {
    content: '';
    background-image: url(../images/termsconditions/line_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 15px;
    right: 58%;
    width: 124px;
    height: 10px;
}

.main_wrap {
    width: 92%;
    margin: 0 auto;
}

.term_wrap {
    padding-top: 50px;
}

.leftside_wrap {
    width: 35%;
    float: left;
}

.rightside_wrap {
    width: 65%;
    float: left;
}

.tab_wrap .nav-pills>li {
    display: block;
    font-size: 22px;
    font-weight: 600;
    padding: 5px 0;
}

.tab_wrap .nav {
    display: grid;
}

.tab_wrap .nav-pills>li a {
    padding: 0 0 10px 0;
    cursor: pointer;
}

.tab_wrap .nav-pills>li a:hover {
    color: #A6C790;
}

.sub_term a {
    font-weight: normal;
}

.tab_wrap .nav-pills>li.active>a, .tab_wrap .nav-pills>li.active>a:focus, .tab_wrap .nav-pills>li.active>a:hover {
    background: transparent;
    color: #A6C790;
}

.tab_right_wrap .active {
    background: transparent;
    color: unset;
}

.tab_right_wrap h2 {
    font-weight: bold;
    margin: 15px 0 10px 0;
}

.line_1 {
    width: 28.8%;
    margin: 0px auto 15px auto;
}

.line_2 {
    width: 31%;
    margin-bottom: 10px;
}

.line_3 {
    width: 14%;
    margin-bottom: 15px;
}

.sub_term {
    padding: 0;
}

.sub_term li {
    list-style: unset;
    font-size: 22px;
    display: block;
    padding-bottom: 10px;
}

.sub_term .nav-pills>li.active>a, .sub_term .nav-pills>li.active>a:focus, .sub_term .nav-pills>li.active>a:hover {
    background: transparent;
    color: #94877E;
}

.active {
    background: transparent;
    color: unset;
}

.p_b_10 {
    padding-bottom: 10px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

/*======================== term and condition ========================*/

/*======================== discover stay ========================*/

.stay_line {
    display: inline-block;
    position: relative;
    left: 10%;
}

.stay_line::after {
    content: '';
    background-image: url(../images/discoverstay/line_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 9px;
    right: 101%;
    width: 40%;
    height: 6px;
}

.stay_line::before {
    content: '';
    background-image: url(../images/discoverstay/line_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 9px;
    left: 102%;
    width: 91%;
    height: 10px;
    ;
}

.stay_line_contact {
    text-align: left;
}

.stayimg50 {
    display: inline-block;
}

.squre_left {
    width: 48%;
    float: left;
}

.squre_right {
    width: 48%;
    float: left;
    margin-left: 4%;
}
.thinkelsewhere_grid_wraper .title_discover_stay {
    width: calc(50% - 175px);
}
.template_detail .title_discover_stay h2 {
    font-size: 20px;
    /*width: 184px;*/
    text-align: center;
    margin-left: 21.5%;
    margin-bottom: 50px;
    margin-top: -15px;
    display: inline-block;
    line-height: 1.3;
    color: #95887F;
    letter-spacing: 1.5px;
    width: 50%;
}
.discover_stay {
    position: relative;
}

.discover_stay .title_discover_stay h2 {
    font-size: 20px;
    /*width: 180px;*/
    text-align: center;
    margin-left: 25.5%;
    margin-bottom: 10px;
    margin-top: -20px;
    display: block;
    line-height: 1.3;
    color: #95887F;
    letter-spacing: 1.5px;
    width: 50%;
    margin-left: 50%;
}

.title_explore_state h2 {
    font-size: 20px;
    width: 230px;
    text-align: center;
    margin-left: 44.1%;
    /*margin-left: 43.5%;*/
    margin-bottom: 0px;
    margin-top: -5px;
    display: inline-block;
    line-height: 1.3;
    color: #95887F;
    letter-spacing: 1.5px;
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
}

.stay_details_dropdown .title_explore_state h2 {
    margin-top: -20px;
}

.discover_wrap {
    padding: 0 12px;
}

.discover_block {
    width: 94%;
    margin: 0 auto;
}

.disc_title_content {
    width: 17%;
    float: left;
}

.disc_title_img {
    width: 83%;
    float: left;
    padding-top: 8px;
}

.p_v_Symbol_detail {
    position: absolute;
    z-index: 2;
    width: 10%;
    right: 3%;
    top: 0px;
}

.discover__title_wraper {
    margin-left: 3.8%;
}

.discover__title_block {
    padding: 40px 0px 12px 0;
}

.dis_p_t_5 {
    padding-top: 4.5%;
}

.stay_content {
    min-height: 150px;
}

.gallery_img {
    height: 290px;
    object-fit: cover;
}

.linetag_disc {
    content: '';
    height: 2px;
    width: 108%;
    background-color: #95887F;
    border-radius: 0;
    position: absolute;
    top: 12px;
    right: -9%;
}
.gallery2_block .g_p_b30:nth-child(old) {
    /* background: blue; */
    clear: both;
}
/*======================== discover stay ========================*/

/*====================about====================*/

.Anyatra_new h1 {
    font-size: 26px;
    color: #95877F;
    font-family: 'montserratbold';
}

.Anyatra_new h2 {
    font-size: 22px;
    color: #95877F;
    font-family: 'montserratregular';
}

.Anyatra_new p {
    font-size: 18px;
    color: #585654;
    font-family: 'montserratlight';
}

.think_else h2 {
    text-align: center;
    position: relative;
}

.think_else_img::after {
    content: '';
    position: absolute;
    background-image: url(../images/thinkelsewhere/threedot.png);
    width: 27px;
    height: 10px;
    opacity: 1;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    bottom: 20px;
}

.top_content {
    text-align: center;
}

.top_content_img {
    width: 100%;
}

.top_content_img img {
    width: 96%;
    object-fit: unset;
}

.why_choose_main {
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1.5%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-top: 15px;
}

.why_choose_content {
    width: 100%;
    height: auto;
    text-align: center;
}

.our_promise_main {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 4%;
    padding-right: 4%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 1%;
}

.content_img1 img {
    width: 10%;
    object-fit: cover;
}

.our_promise_content {
    line-height: 22px;
}

.our_promise_content p {
    text-align: justify;
    padding-top: 2%;
    line-height: 1.4;
}

.our_promise_content h2 {
    text-align: center;
}

.our_promise_content2 {
    line-height: 22px;
    padding-top: 10%;
}

.our_promise_content2 p {
    text-align: justify;
    padding-top: 2%;
}

.our_promise_content2 h2 {
    text-align: center;
}

.blank_main {
    width: 100%;
    padding-left: 4.5%;
    padding-right: 4.5%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1%;
    overflow: hidden;
}

.blank {
    height: 500px;
    background-color: #BDBEC0;
    overflow: hidden;
}

.why_anyatra_main {
    width: 100%;
    height: auto;
    padding-left: 4%;
    padding-right: 4%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding-top: 1%;
}

.why_anyatra_content {
    width: 100%;
    height: auto;
    text-align: center;
}

.focus_main {
    width: 100%;
    height: auto;
    padding-left: 4%;
    padding-right: 4%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 1%;
}

.focus_content {
    width: 100%;
    height: auto;
    text-align: justify;
    line-height: 22px;
}

.our_team_main {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 6%;
    padding-right: 6%;
    overflow: hidden;
    text-align: center;
    padding-top: 2%;
}

.our_team_img img {
    width: 6%;
    object-fit: cover;
    margin-top: 40px;
}

.our_team_content {
    width: 100%;
    height: auto;
    text-align: center;
}

.our_team_content p {
    padding-top: 2%;
    line-height: 22px;
}

.team_person_main {
    width: 100%;
    height: 100%;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    text-align: center;
    overflow: hidden;
    padding-top: 4%;
    position: relative;
}

.team_img1 {
    width: 100%;
    height: auto;
    text-align: center;
}

.team_img1_wrap {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 0;
}

.team_img1_wrap img {
    width: 45%;
    object-fit: cover;
}

.team_img2_wrap {
    width: 100%;
    position: absolute;
    top: 18%;
    right: 28%;
    z-index: -1;
}

.team_img2_wrap img {
    width: 16%;
    object-fit: cover;
}

.team_img3_wrap {
    width: 100%;
    position: absolute;
    top: -4%;
    left: 15%;
    z-index: -1;
}

.team_img3_wrap img {
    width: 20%;
    object-fit: cover;
}

.team_img4_wrap {
    width: 100%;
    position: absolute;
    top: -6%;
    left: 19%;
    z-index: -1;
}

.team_img4_wrap img {
    width: 13%;
    object-fit: cover;
}

.team_img5_wrap {
    width: 100%;
    position: absolute;
    top: 26%;
    left: -15%;
    z-index: -1;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.team_img5_wrap img {
    width: 20%;
    object-fit: cover;
}

.team_img6_wrap {
    width: 100%;
    position: absolute;
    top: 17%;
    left: 14%;
    z-index: -1;
}

.team_img6_wrap img {
    width: 14%;
    object-fit: cover;
    transform: rotate(90deg);
}

.team_img7_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -3%;
    right: 15%;
    z-index: -1;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.team_img7_wrap img {
    width: 20%;
    object-fit: cover;
}

.team_person_content {
    width: 100%;
}

.line_img {
    margin-top: -15px;
}

.line_img img {
    width: 13%;
    margin-top: 10px;
}

.team_person_content p {
    text-align: justify !important;
    padding-top: 2%;
    line-height: 22px;
}

.prashant {
    padding-top: 5%;
}

.help_line {
    width: 40px;
    position: relative;
    margin: 0 auto;
    top: 20px;
}

.block_about {
    padding: 10px 0 15px 0;
}

/*======================== about end ========================*/

/*contact start*/

.contact_wrap {
    padding-top: 50px;
    text-align: center;
    position: relative;
}

.margintop0 {
    margin-top: 0;
}

.line_contact {
    width: 30%;
    margin: 30px auto 30px auto;
}

.call_img img {
    width: 30px;
    margin: 15px 10px 5px 8px;
}

.left_dot_contact {
    position: absolute;
    left: 0;
    top: 110px;
    width: 75px;
    z-index: 1;
}

.right_dot_contact {
    position: absolute;
    right: 0;
    top: 110px;
    width: 75px;
    z-index: 1;
}

.touch_btn {
    background: #A6C790;
    color: #fff;
    padding: 10px 40px 8px 40px;
    font-size: 24px;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 20px;
    transition: all ease-in-out 0.3s;
}

.touch_btn:hover, .touch_btn:focus {
    /*color: #337ab7;*/
}

/*contact end*/

/* deails */

.p_b_20 {
    padding-bottom: 20px !important;
}

.template_detail h1 {
    font-size: 38px;
    line-height: 40px;
    color: #3E7089;
    padding-bottom: 32px;
    margin: 0;
    font-family: 'montserratsemibold';
    font-family: 'montserratbold';
    letter-spacing: 3px;
}

.template_detail h2 {
    font-size: 26px;
    line-height: 32px;
    max-height: 64px;
    color: #585654;
    padding-bottom: 15px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.template_detail h6 {
    color: #3E7089;
    font-family: 'montserratmedium';
    line-height: 1.4;
}

.template_detail h3 {
    font-size: 24px;
    line-height: 40px;
    color: #3e6f89;
    /*color: #3E7089;*/
    padding-bottom: 5px;
    margin: 0;
    font-family: 'montserratmedium';
}

.template_detail .h3 {
    float: right;
    color: #A8CA95;
    font-size: 23px;
    margin: 0;
    line-height: 38px;
    padding-bottom: 15px;
    font-family: 'montserratmedium';
    z-index: 11;
}

.template_detail p {
    font-size: 18px;
    line-height: 28px;
    color: #585654;
    margin: 0;
}

.template_detail h4 {
    font-size: 24px;
    line-height: 28px;
    color: #94877e;
    /*color: #a9a8a6;*/
    padding-bottom: 25px;
    margin: 0;
    font-family: 'montserratmedium';
}

.template_detail h5 {
    font-size: 26px;
    line-height: 30px;
    color: #A5C890;
    margin: 0;
    padding-bottom: 20px;
    font-family: 'montserratsemibold';
}

.template_detail img {
    max-width: 100%;
}

.template_detail .relative {
    position: relative;
}

.template_detail {
    width: 91%;
    margin: 0 auto;
}

.template_detail .img_ex {
    position: absolute;
    transform: translateY(0%);
    z-index: 2;
    width: 75px;
    right: 6%;
}

.template_detail .img_ex1 {
    position: absolute;
    left: 0%;
    top: 72%;
    transform: translateX(-42%);
    width: 5%;
    position: fixed;
}

.template_detail .img_ex2 {
    position: absolute;
    right: 0;
    top: 72%;
    transform: translateX(42%);
    width: 5%;
    position: fixed;
}

/****** 1 *****/

.template_detail .swiper-container {
    width: 100%;
    height: 100%;
}

.template_detail .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}

.template_detail .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.4;
}

.template_detail .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    transform: scale(1.2);
}

.template_detail .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/detail/left-arrow.png');
    left: 10px;
    right: auto;
}

.template_detail .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../images/detail/right-arrow.png');
    right: 10px;
    left: auto;
}

.template_detail .swiper-button-next:after {
    content: '';
}

.template_detail .swiper-button-prev:after {
    content: '';
}

.template_detail .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    width: 77px;
    height: 94px;
    z-index: 10;
    cursor: pointer;
    background-size: 22px 60px;
    background-position: center;
    background-repeat: no-repeat;
}

.template_detail .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    width: 77px;
    height: 94px;
    z-index: 10;
    cursor: pointer;
    background-size: 22px 60px;
    background-position: center;
    background-repeat: no-repeat;
    outline: unset;
}

.template_detail .img1 {
    background-image: url('../images/detail/bg-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 62vh;
    width: 100%;
}

/* 2 */

.template_detail .font2 {
    padding: 30px 0 30px 0;
}

.template_detail .font2 h1 {
    float: left;
    width: 77%;
}

.template_detail .font2 h2 {
    /*width: 50%;*/
    font-family: 'montserratlight_italic';
}
.overviewWrap {
    width: 50%;
    float: left;
}
.catOverviewWrap {
    width: 35%;
    float: right;
}

.template_detail .font2 p {
    padding-bottom: 20px;
}

/* 6 */

.template_detail .sl_h3 h3 {
    display: inline-block;
    padding-right: 30px;
    margin-left: 15px;
    float: left;
}

.template_detail .sl_h3 h4 {
    display: inline-block;
    padding-left: 20px;
    padding-right: 10px;
    line-height: 40px;
}

.template_detail .p::before {
    content: " ";
    color: #000;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #94877E;
    margin-left: -20px;
    margin-right: 12px;
    margin-bottom: 3px;
}

.t_list li {
    display: block;
}

.template_detail .p1::before {
    margin-bottom: 6px;
    margin-right: 20px;
    margin-left: 0px;
}

.template_detail .pp {
    margin-left: 23px;
}

.template_detail .sl_h3 {
    padding-bottom: 0px;
}

.template_detail .font4_6 {
    text-align: center;
    padding: 60px 0 30px 0;
}

.template_detail .font4_1 h3 {
    margin-left: unset;
}

.template_detail .sl_h3 h4 {
    font-family: 'montserratlight';
}

/* 5 */

.template_detail .slider5 {
    padding-top: 80px;
}

/* 6 */

.template_detail .slider6 h4 {
    color: #94887F;
    text-align: center;
}

.template_detail .font6_1 {
    width: 92%;
}

.template_detail .font6_2 {
    margin-left: 5%;
    width: 95%;
}

.template_detail .slider6 {
    padding-bottom: 80px;
}

/* 7 */

.template_detail .slider7 {
    text-align: center;
    text-align: center;
    margin-left: -5.5%;
    width: 111%;
}

.template_detail .slider7 h4 {
    color: #9D9189;
}

.template_detail .img_co_7 {
    margin: 0 auto;
}

.template_detail .img7 {
    width: 23%;
    margin-bottom: 10px;
}

.template_detail .img7_1 {
    width: 81%;
}

.template_detail .font7 {
    margin: 0 auto;
    width: 60%;
}

.template_detail .font7 h4 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0px;
    font-family: 'montserratlight';
}

/* 8 */

.template_detail .slider8 {
    padding-top: 80px;
}

.template_detail .img8 {
    width: 4.6%;
    float: left;
    padding-top: 8px;
}

.template_detail .slider8_1 {
    margin-top: 20px;
}

.template_detail .font8_1 {
    margin-left: 7%;
}

.template_detail .font8_2 {
    /*margin-top: 20px;*/
    width: 95%;
}

.template_detail .font8 h1 {
    padding-bottom: 10px;
}

.template_detail .font8 h3 {
    padding-bottom: 0px;
}

.template_detail .font8_2 h3 {
    padding-bottom: 0px;
}

/* 9 */

.template_detail .font9 {
    width: 70%;
    /*width: 22%;*/
    margin: 0 auto;
    text-align: center;
    padding: 7% 0 7% 22%;
    /*padding: 7% 0 7% 0;*/
}

.template_detail .img9 {
    position: absolute;
    transform: translateY(-100%);
    width: 20%;
}

.template_detail .img9_1 {
    position: absolute;
    transform: translateY(-150%);
    width: 9%;
}

.template_detail .slider9 {
    padding-top: 50px;
}

.template_detail .img9_2 {
    position: absolute;
    top: 15%;
    width: 2%;
    right: 15%;
}

.template_detail .img9_4 {
    width: 1%;
    position: absolute;
    bottom: 1%;
    left: 28%;
}

.template_detail .img9_3 {
    width: 3%;
    position: absolute;
    top: 10%;
    left: 33%;
}

.template_detail .img9_5 {
    width: 3%;
    position: absolute;
    bottom: 5%;
    right: 25%;
}

.template_detail .img9_6 {
    position: absolute;
    bottom: -5%;
    right: 10%;
    width: 4%;
    z-index: 2;
}

.template_detail .font9_9 {
    position: absolute;
    top: 55%;
    left: 20%;
}

.template_detail .font9_9 h3 {
    font-size: 32px;
}

/* 11 */

.template_detail .font11 h4 {
    color: #ADA199;
    padding-bottom: 5px;
    font-size: 33px;
    line-height: 37px;
}

.template_detail .ri_11 {
    float: right;
    font-family: 'montserratsemibold';
    text-align: right;
}

.template_detail .le_11 {
    float: left;
}

.template_detail .ri_11 h2 p {
    font-size: 30px;
    margin-top: -10px;
    color: #ACA199;
}

.template_detail .font11 h2 {
    padding-bottom: 0px;
}

.template_detail .font11 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.template_detail .slider11 {
    padding-top: 60px;
}

/*deails*/

/*enquiry*/

.enquiry {
    width: 100%;
    height: auto;
}

.enquiry p {
    font-family: 'montserratlight';
    font-size: 22px;
    color: #585654;
}

.enquiry h3 {
    font-size: 22px;
    font-family: 'montserratlight';
    color: #585654;
    line-height: 1.2;
}

.enquiry h4 {
    font-size: 24px;
    font-family: 'montserratmedium';
    color: #95877E;
}

.enquiry_main {
    width: 91.5%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding-top: 1%;
    padding-bottom: 5%;
}

.enquiry_detail p {
    line-height: 18px;
}

.enquiry_let {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}

form {
    color: #95887F;
}

.think_block {
    display: inline-block;
}

.enquiry_main input[type=text] {
    width: 100%;
    padding: 7px;
    margin: 10px 0;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'montserratlight';
    font-size: 18px;
    border-style: solid;
    border-top-width: thin;
    border-left-width: thin;
    border-color: #95887F;
    border: 1px solid;
    color: #585654;
}

.enquiry_main input[type=mail] {
    width: 100%;
    padding: 7px;
    margin: 10px 0;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'montserratlight';
    font-size: 18px;
    border-style: solid;
    border-top-width: thin;
    border-left-width: thin;
    border-color: #95887F;
    border: 1px solid;
    color: #585654;
}

.enquiry_main input[type=num] {
    font-family: 'montserratlight';
    padding: 7px;
    font-size: 18px;
    border-style: solid;
    border-top-width: thin;
    border-left-width: thin;
    border-color: #95887F;
    border: 1px solid;
    color: #585654;
}

.enquiry_main input[type=date] {
    width: 28%;
    padding: 7px;
    margin: 10px 0;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'montserratlight';
    font-size: 18px;
    border-style: solid;
    border-top-width: thin;
    border-left-width: thin;
    border-color: #95887F;
    border: 1px solid;
    color: #585654;
}

.text_area {
    font-family: 'montserratlight';
    padding: 7px;
    font-size: 18px;
    border-style: solid;
    border-top-width: thin;
    border-left-width: thin;
    border-color: #95887F;
    border: 1px solid;
    width: 100%;
    color: #585654;
}

.checkbox {
    width: 20px;
    height: 20px;
}

.form_phn {
    display: block;
    width: 100%;
    padding: 4px;
    margin: 10px 0;
    line-height: 1.42857143;
    box-shadow: inset 0 0px 0px #95887F;
    font-family: 'montserratlight';
    font-size: 18px;
}

.form_select {
    width: 100%;
    padding: 9px;
    margin: 10px 0;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'montserratlight';
    font-size: 18px;
    border-style: solid;
    border-top-width: thin;
    border-left-width: thin;
    border-color: #95887F;
    border: 1px solid;
    color: #585654;
}

.select_go {
    position: relative;
}

.select_go select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    font-size: 17px;
}

.select_go .select_arrow:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 11px;
    color: #aaa;
    right: 18px;
    bottom: 20%;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    font-size: 15px;
}

/* .select_go .select_arrow:before {
    content:'';
    right:4px; top:0px;
    width:23px; height:18px;
    background:#fff;
    position:absolute;
    pointer-events:none;
    display:block;
} */

.call_box {
    display: block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    font-size: 25px;
    font-family: 'montserratextralight';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.thinkElseWhereMainImageWrapper{
    height: 38vh;
    width: 100%;
    float: left;
}
.thinkElseWhereMainImageWrapper>img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.call_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.enquiry_main .checkmark {
    position: absolute;
    top: -6px;
    left: 0;
    height: 35px;
    width: 35px;
    border: 1px solid #9B8F87;
    background-color: transparent;
}

.call_box input:checked~.checkmark {
    background-color: #A5C890;
    border: 1px solid #A5C890;
}

.enquiry_main .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.call_box input:checked~.checkmark:after {
    display: block;
}

.call_box .checkmark:after {
    opacity: 1;
    left: 13px;
    top: 5px;
    width: 7px;
    height: 17px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.enquiry_content {
    width: 100%;
    padding-top: 1.5%;
}

.enquiry_show_more h3 {
    padding-top: 1%;
    color: #A5C890;
}

.enquiry_submit {
    width: 100%;
    padding-top: 4%;
}

.enquiry_show_more a {
    text-decoration: none;
    color: #A5C890;
}

.enquiry_show_more a:focus {
    text-decoration: none;
    color: #A5C890;
}

.enquiry_show_more a:hover {
    text-decoration: none;
    color: #A5C890;
}

.enquiry_main .button {
    background-color: #A5C890;
    border: none;
    color: white;
    padding: 8px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'montserratmedium';
    font-weight: bold;
    transition: all ease-in-out 0.3s;
    outline: unset;
}

.enquiry_main .button:hover {
    color: #337ab7;
}

.enquiry_show_more_content {
    width: 100%;
    height: auto;
    padding-top: 1%;
}

.enquiry_show_more_want_go {
    width: 100%;
}

.enquiry_show_more_want_go input[type=text] {
    width: 70%;
}

.enquiry_show_more_want_go h4 {
    margin-bottom: 5px;
}

.enquiry_travelling {
    width: 100%;
    height: auto;
    padding-top: 2%;
    display: inline-block;
    margin-bottom: 20px;
}

.enquiry_travelling h3 {
    padding-left: 2%;
}

.enquiry_travelling_checkbox1 {
    padding-top: 3.5%;
}

.enquiry_travelling_checkbox2 {
    padding-top: 4.1%;
}

.enquiry_travelling2 {
    width: 100%;
    height: auto;
    padding-top: 2%;
}

.enquiry_travelling2 h3 {
    padding-left: 3%;
}

.enquiry_travelling2 .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 35px;
    width: 35px;
    border: 1px solid #A5C890;
    background-color: #A5C890;
}

.double_room_checkbox .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 35px;
    width: 35px;
    border: 1px solid #A5C890;
    background-color: #A5C890;
}

.enquiry_show_less h3 {
    padding-top: 0%;
    color: #A5C890;
}

.enquiry_show_less a {
    text-decoration: none;
    color: #A5C890;
}

.enquiry_show_less a:focus {
    text-decoration: none;
    color: #A5C890;
}

.enquiry_show_less a:hover {
    text-decoration: none;
    color: #A5C890;
}

/*enquiry end*/

/*======================== animation ========================*/

.pulseContinue {
    -webkit-animation-duration: 1000ms;
    -moz-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*** discover details animation ****/

/****/

@-webkit-keyframes fade_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fade_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.template_detail .fade_up {
    -webkit-animation-name: fade_up;
    animation-name: fade_up;
}

/***/

/****/

@-webkit-keyframes slide_ff {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide_ff {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.template_detail .slide_ff {
    -webkit-animation-name: slide_ff;
    animation-name: slide_ff;
}

/***/

/****/

@-webkit-keyframes slide_ss {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide_ss {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.template_detail .slide_ss {
    -webkit-animation-name: slide_ss;
    animation-name: slide_ss;
}

/***/

/****/

@-webkit-keyframes left_le {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes left_le {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        -ms-transform: translateX(180px);
        transform: translateX(180px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.template_detail .left_le {
    -webkit-animation-name: left_le;
    animation-name: left_le;
}

/***/

/****/

@-webkit-keyframes right_ri {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-180px);
        transform: translateX(-180px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes right_ri {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-180px);
        -ms-transform: translateX(-180px);
        transform: translateX(-180px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.template_detail .right_ri {
    -webkit-animation-name: right_ri;
    animation-name: right_ri;
}

.top_enquiry img {
    margin-bottom: 25px;
}

/* discover details animation end*/

/*blog*/

.template_blog {
    width: 92%;
    margin: 0 auto;
}

.blog_right {
    padding-top: 15px;
}

.template_blog .blog_2 {
    float: right;
    width: 34%;
    padding: 0px 0 0 30px;
}

.template_blog .blog_1 {
    float: left;
    width: 66%;
}

.template_blog img {
    max-width: 100%;
}

.template_blog .none {
    display: none;
}

.template_blog .blog_1 .col-md-6 {
    padding-right: 20px;
    padding-left: 20px;
}

.template_blog .blog_2 .col-md-6 {
    padding-right: 20px;
    padding-left: 20px;
}

.template_blog .blog_2 .col-md-12 {
    padding-right: 20px;
    padding-left: 20px;
}

.template_blog .slider_ex_1 {
    text-align: center;
}

.template_blog .slider_ex_2 {
    text-align: center;
}

.template_blog .slider_ex_2 h3 {
    color: #585654;
    font-family: 'montserratlight';
}

.template_blog .slider_ex {
    padding: 30px 0px 50px 0;
}

.template_blog .slider_ex_3 {
    border: 1px solid #A2958C;
    margin-top: 13px;
    width: 142%;
}

.template_blog .ex_3 {
    margin-left: -42%;
}

.template_blog .slider_ex .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.template_blog .dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-top: 9px;
    background-color: #A5C890;
}

.template_blog .dot_1 {
    float: right;
    margin-right: -16%;
}

.template_blog .dot_2 {
    float: left;
    margin-left: -16%;
}

.template_blog .slider_ex .col-md-1 {
    padding: 0;
}

.template_blog h6 {
    font-size: 40px;
    line-height: 48px;
    color: #A5C890;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'montserratbold';
    letter-spacing: 4px;
}

.template_blog h1 {
    font-size: 20px;
    line-height: 28px;
    color: #958880;
    margin: 0;
    padding-bottom: 6px;
    font-family: 'montserratregular';
}

.template_blog h2 {
    font-size: 26px;
    line-height: 32px;
    color: #95887F;
    margin: 0;
    padding-bottom: 8px;
    font-family: 'montserratregular';
}

.template_blog h3 {
    font-size: 18px;
    line-height: 22px;
    color: #A5C890;
    margin: 0;
    padding-bottom: 6px;
    font-family: 'montserratmedium';
}

.slider_ex_2 h3 {
    font-size: 23px;
    line-height: 23px;
    color: #A5C890;
    margin: 0;
    padding-bottom: 6px;
    font-family: 'montserratmedium';
}

.template_blog h4 {
    font-size: 15px;
    line-height: 20px;
    color: #585654;
    margin: 0;
    padding-bottom: 8px;
}

.template_blog h5 {
    font-size: 21px;
    line-height: 25px;
    color: #95887F;
    margin: 0;
    padding-bottom: 5px;
    font-family: 'montserratregular';
}

.template_blog .font3_2 h3 {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 5px;
}

.template_blog .font3_2 h4 {
    font-size: 14px;
    line-height: 18px;
}

.template_blog p {
    font-size: 19px;
    line-height: 28px;
    margin: 0;
    color: #585654;
}

.template_blog .font1 {
    padding: 15px 0 25px 0;
}

.template_blog .font3_1 {
    padding: 20px 0 10px 0;
}

.template_blog .blog2_img {
    padding-top: 20px;
}

.template_blog .p::before {
    content: " ";
    color: #000;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #94877E;
    margin-left: -20px;
    margin-right: 12px;
    margin-bottom: 3px;
}

.template_blog .font4_1 {
    margin-left: -36px;
}

.template_blog .font4_co p {
    margin: 7px 0;
}

.template_blog .slider5 {
    padding-top: 25px;
}

.template_blog .slider5 h2 {
    padding-bottom: 3px;
}

.template_blog .font4 {
    width: 110%;
}

.template_blog .font4_1 {
    width: 120%;
}

.template_blog .slider6 {
    padding-top: 20px;
}

.template_blog label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: red;
}

.template_blog input:focus, textarea:focus {
    border-color: initial;
}

.template_blog input.error, textarea.error {
    border-bottom: 1px solid red;
}

.template_blog .input:focus {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: none;
    box-shadow-bottom: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}

.template_blog .form-control {
    font-size: 20px;
    color: #95887F;
    padding: 25px 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #CDC5C2;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.template_blog .btn {
    padding: 5px 35px;
    font-size: 20px;
    font-weight: 400;
    background-color: #A5C890;
    color: #fff;
    transition: 0.4s;
    margin: 0 auto;
    display: block;
    border-radius: 0px;
}

.template_blog .btn:hover {
    color: #fff;
    background-color: #92C871;
    transition: 0.4s;
}

/****/

@-webkit-keyframes fade_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fade_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.template_blog .fade_up {
    -webkit-animation-name: fade_up;
    animation-name: fade_up;
}

/***/

/****/

@-webkit-keyframes slide_le {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide_le {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1000px);
        -ms-transform: translateX(1000px);
        transform: translateX(1000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.template_blog .slide_le {
    -webkit-animation-name: slide_le;
    animation-name: slide_le;
}

/***/

/****/

@-webkit-keyframes slide_ri {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide_ri {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1000px);
        -ms-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.template_blog .slide_ri {
    -webkit-animation-name: slide_ri;
    animation-name: slide_ri;
}

/***/

/****/

@-webkit-keyframes slide_op {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide_op {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.template_blog .slide_op {
    -webkit-animation-name: slide_op;
    animation-name: slide_op;
}

/***/

/*blog end*/

/*unique experience*/

.unique_swiper_block {
    padding: 0 15px;
}

#unique_wrapper .swiper-wrapper .swiper-slide {
    overflow: unset !important;
}

.template_unique img {
    max-width: 100%;
}

.template_unique {
    width: 92%;
    margin: 0 auto;
}

.template_unique h1 {
    font-size: 36px;
    line-height: 40px;
    color: #95887F;
    margin: 0;
    padding-bottom: 15px;
    font-family: 'montserratbold';
}

.template_unique h2 {
    font-size: 28px;
    line-height: 34px;
    color: #A5C891;
    margin: 0;
    padding-bottom: 20px;
    font-family: 'montserratmedium';
}

.template_unique h3 {
    font-size: 40px;
    line-height: 44px;
    color: #A5C890;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'montserratbold';
    letter-spacing: 6px;
}

.template_unique p {
    font-size: 20px;
    line-height: 30px;
    color: #585654;
    margin: 0;
    font-family: 'montserratlight';
}

.template_unique .font1_re h2 {
    color: #95887F;
    font-family: 'montserratbold';
}

.template_unique .font1_re {
    padding-top: 18%;
}

.template_unique .slider1 .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.template_unique .img_co_ce {
    padding: 50px 15px 50px 15px;
}

.template_unique .slider1_last {
    padding-bottom: 70px;
}

/***/

.template_unique .none {
    display: none;
}

.template_unique .slider_ex_1 {
    text-align: center;
}

.template_unique .slider_ex_1 {
    text-align: center;
}

.template_unique .slider_ex_2 {
    text-align: center;
}

.template_unique .slider_ex_2 h4 {
    font-size: 23px;
    line-height: 27px;
    margin: 0;
    color: #BEB7B1;
    font-family: 'montserratlight';
    padding: 0 30px;
}

.template_unique .slider_ex {
    padding: 30px 5px 80px 0;
}

.template_unique .slider_ex_3 {
    border: 1px solid #A2958C;
    margin-top: 13px;
    width: 142%;
}

.template_unique .ex_3 {
    margin-left: -42%;
}

.template_unique .slider_ex .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.template_unique .dot {
    width: 11px;
    height: 11px;
    border-radius: 10px;
    margin-top: 8px;
    background-color: #A5C890;
}

.template_unique .dot_1 {
    float: right;
    margin-right: -19%;
}

.template_unique .dot_2 {
    float: left;
    margin-left: -19%;
}

.template_unique .slider_ex .col-md-1 {
    padding: 0;
}

/***/

/****/

@-webkit-keyframes slide_le {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide_le {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1000px);
        -ms-transform: translateX(1000px);
        transform: translateX(1000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.template_unique .slide_le {
    -webkit-animation-name: slide_le;
    animation-name: slide_le;
}

/***/

/****/

@-webkit-keyframes slide_ri {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide_ri {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1000px);
        -ms-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.template_unique .slide_ri {
    -webkit-animation-name: slide_ri;
    animation-name: slide_ri;
}

/***/

/****/

@-webkit-keyframes slide_op {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide_op {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.template_unique .slide_op {
    -webkit-animation-name: slide_op;
    animation-name: slide_op;
}

/***/

/****/

@-webkit-keyframes fade_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fade_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.template_unique .fade_up {
    -webkit-animation-name: fade_up;
    animation-name: fade_up;
}

/***/

/*inique experience end*/

/*discover stay*/

.stay_details_dropdown {
    padding: 20px 0 50px 0;
}

.discover_stay {
    /* padding-bottom: 100px; */
}

.discover_stay h1 {
    font-size: 32px;
    line-height: 32px;
    color: #95887F;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'montserratsemibold';
    float: left;
}

.discover_stay .h2 {
    font-size: 26px;
    line-height: 30px;
    color: #A5C891;
    margin: 0;
    padding-bottom: 10px;
    /* font-family: 'montserratmedium'; */
    font-family: 'montserratlight';
}

.discover_stay h3 {
    font-size: 29px;
    line-height: 34px;
    color: #95887F;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'montserratbold';
}

.discover_stay p {
    font-size: 20px;
    line-height: 30px;
    color: #585654;
    margin: 0;
    padding-bottom: 0px;
}

.discover_stay .img1 {
    overflow: hidden;
}

.template_discover .slider1:hover .img1 img {
    /* transform: scale(1.03); */
}

.discover_stay .font_jal {
    display: inline-block;
}

.discover_stay img {
    max-width: 100%;
    transition: all ease-in-out 0.5s;
}

.discover_stay .template_discover {
    width: 93%;
    margin: 0 auto;
    padding-top: 0px;
}

.discover_stay .slider1 .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.discover_stay .slider1 .col-md-12 {
    padding-left: 30px;
    padding-right: 30px;
}

.slider2_0 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.slider2_1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.dicover_two_padding {
    padding: 0 15px !important;
}

.discover_stay .img2 {
    margin-left: 0px;
    width: 100%;
}

.discover_stay .slider2 {
    padding-top: 12%;
    padding-right: 15px;
}

.discover_stay .font_jal h1 {
    display: inline-block;
    padding-right: 10px;
}

.discover_stay .font_jal h2 {
    display: block;
    /* margin: 0 0 20px 0px; */
    margin: 0 !important;
    color: #a6c790;
    font-weight: bold;
    font-size: 26px;
    float: left;
}

.discover_stay .h2::before {
    content: " ";
    color: #000;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #A5C891;
    margin-left: 5px;
    margin-right: 12px;
    margin-bottom: 5px;
}

.discover_stay .slider_img {
    padding: 40px 15px;
}

.discover_stay .slider_last {
    padding-bottom: 50px;
}

.discover_stay .template_discover_img .font_img p {
    /* font-family: 'montserratmedium'; */
    padding: 0 10px;
}

.discover_stay .template_discover_img .line {
    display: inline-block;
    transform: translateY(-4px);
}

.discover_stay .template_discover_img .font_img {
    display: inline-block;
}

.discover_stay .template_discover_img .line_1 {
    width: 15%;
}

.discover_stay .template_discover_img .line_2 {
    width: 38.1%;
}

.discover_stay .template_discover_img {
    padding: 25px 0px;
}

.discover_stay .template_discover_img .font_img_2 {
    display: none;
}

/****/

@-webkit-keyframes fade_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fade_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.discover_stay .fade_up {
    -webkit-animation-name: fade_up;
    animation-name: fade_up;
}

/***/

/****/

@-webkit-keyframes slide_le {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
    }
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@keyframes slide_le {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        transform: translateX(-400px);
    }
    100% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

.discover_stay .slide_le {
    -webkit-animation-name: slide_le;
    animation-name: slide_le;
}

/***/

/****/

@-webkit-keyframes slide_ri {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1500px);
        transform: translateX(-1500px);
    }
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@keyframes slide_ri {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1500px);
        -ms-transform: translateX(-1500px);
        transform: translateX(-1500px);
    }
    100% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

.discover_stay .slide_ri {
    -webkit-animation-name: slide_ri;
    animation-name: slide_ri;
}

.filter_details {
    padding-right: 16px;
}

/*discover stay end*/

.state_img {
    padding-bottom: 35px;
}

/*blog detail*/

.blog {
    width: 100%;
    height: auto;
}

.blog h1 {
    font-size: 36px;
    font-family: 'montserratbold';
}

.blog h2 {
    font-size: 36px;
    font-family: 'montserratsemibold';
    color: #95887F;
    margin-bottom: 30px;
    margin-top: 10px;
}

.blog h3 {
    font-size: 30px;
    color: #95887F;
    font-family: 'montserratregular';
}

.blog h4 {
    font-size: 20px;
    color: #95887F;
    font-family: 'montserratmedium';
}

.blog h5 {
    font-size: 15px;
    color: #95887F;
    font-family: 'montserratmedium';
    color: #A5C890;
}

.blog h6 {
    font-size: 12px;
    color: #585654;
    font-family: 'montserratlight';
}

.blog p {
    font-size: 18px;
    color: #585654;
    font-family: 'montserratlight';
}

.blog_main {
    width: 92%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding-top: 1%;
}

.blog_main2 {
    width: 92%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.blog_top_part {
    width: 100%;
    text-align: center;
}

.blog_top_part h1 {
    color: #A4C891;
}

.blog_top_part p {
    font-size: 21px;
    line-height: 1.1;
}

.width28 {
    width: 28%;
    float: left;
}

.width36 {
    width: 36%;
    float: left;
}

.top_blog_img_left {
    width: 100%;
    margin-left: 10%;
    margin-top: 0.9%;
}

.top_blog_img_left img {
    width: 100%;
    object-fit: cover;
}

.top_blog_img_right {
    width: 100%;
    margin-left: -10%;
    margin-top: 0.9%;
}

.top_blog_img_right img {
    width: 100%;
    object-fit: cover;
}

.blog_big_img {
    width: 100%;
    height: 50%;
    padding-top: 2.5%;
}

.blog_big_img img {
    width: 100%;
    object-fit: cover;
}

.blog_monsoon_trail p {
    text-align: justify;
}

.blog_monsoon_img {
    width: 100%;
}

.blog_monsoon_img1 {
    width: 100%;
}

.blog_monsoon_img2 {
    width: 100%;
}

.blog_monsoon_img1 img {
    width: 100%;
    object-fit: cover;
}

.blog_monsoon_img2 img {
    width: 100%;
    object-fit: cover;
}

.blog_monsoon_content1 {
    width: 100%;
    padding-top: 1.5%;
    padding-bottom: 1%;
}

.blog_monsoon_content1 p {
    text-align: justify;
}

.blog_social_media {
    width: 100%;
    text-align: center;
}

.blog_social_media p {
    text-align: center;
}

.blog_social_media_img {
    width: 70%;
    display: inline-flex;
    padding-left: unset;
    margin: 0 auto;
    float: none;
}

.blog_social_media_img1 {
    margin: 0 auto;
}

.blog_social_media_img2 {
    margin: 0 auto;
}

.blog_social_media_img3 {
    margin: 0 auto;
}

.blog_social_media_img4 {
    margin: 0 auto;
}

.blog_social_media_img5 {
    margin: 0 auto;
}

.blog_social_media_img1 img {
    /* margin-left: 15px; */
    height: 35px;
    width: 35px;
}

.blog_social_media_img2 img {
    /* margin-left: 15px; */
    height: 35px;
    width: 35px;
}

.blog_social_media_img3 img {
    /* margin-left: 15px; */
    height: 35px;
    width: 35px;
}

.blog_social_media_img4 img {
    /* margin-left: 15px; */
    height: 35px;
    width: 35px;
}

.blog_right_top {
    width: 100%;
    height: auto;
    padding-top: 3%;
}

.blog_right_top_img {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: 160px;
}

.blog_right_top_img1 {
    position: absolute;
    top: 0;
    right: 60%;
    width: 60px;
    z-index: 1;
    padding-top: 80px;
}

.blog_right_top_img2 {
    position: relative;
    top: 0;
    left: 5%;
    width: 178px;
    z-index: 5;
    padding-top: 0;
}

.blog_right_top_img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.blog_right_top_img3 {
    position: absolute;
    top: 2px;
    left: 73%;
    width: 94px;
    z-index: 2;
    right: unset;
}

.blog_right_top_content {
    width: 100%;
    padding-top: 5%;
}

.blog_right p {
    text-align: left;
    font-size: 19px;
}

.blog_right_mid_content {
    padding-top: 3%;
}

.blog_popular_img {
    width: 100%;
}

.blog_popular_img img {
    width: 100%;
}

.blog_popular_lat_minute {
    width: 100%;
    padding-top: 0.5%;
    text-align: left;
}

.blog_popular_lat_minute h4 {
    margin-top: 0px;
}

.blog_popular_explore_night {
    width: 100%;
    padding-top: 4%;
    text-align: left;
}

.blog_popular_explore_night h4 {
    margin-top: 0px;
}

.blog_popular_holiday_idea {
    width: 100%;
    padding-top: 4%;
    text-align: left;
}

.blog_popular_holiday_idea h4 {
    margin-top: 0px;
}

.blog_category {
    width: 100%;
    padding-top: 2%;
}

.blog_category ul {
    list-style-type: initial;
    color: #95887F;
    padding-inline-start: 25px;
}

.blog_category ul li {
    font-size: 20px;
    font-family: 'montserratlight';
    padding: 5px;
}

.blog_stay_update {
    width: 100%;
    color: #95887F;
}

.blog_stay_update input[type=text] {
    width: 100%;
    padding: 2px 0 14px 0px;
    margin: 5px 0;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'montserratextralight';
    font-size: 25px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #95887F !important;
    color: #95887F !important;
}

.blog_stay_update input:focus {
    outline-offset: 0px;
    outline: none;
    outline-color: #fff;
    outline-style: auto;
    outline-width: 0px;
}

.blog_subscribe_btn {
    text-align: center;
    padding-top: 2%;
}

.blog_subscribe_btn .button {
    background-color: #A5C890;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    cursor: pointer;
    font-family: 'montserratlight';
}

.blog_related_post_content {
    padding-top: 2%;
}

.blog_related_post_content h3 {
    position: relative;
    text-align: center;
}

.blog_related_post_content::before {
    content: '';
    background-image: url(../images/home/line.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 22px;
    left: 40%;
    width: 40px;
    height: 10px;
}

.blog_related_post_content::after {
    content: '';
    background-image: url(../images/home/line.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 22px;
    left: 57.5%;
    width: 40px;
    height: 10px;
}

.blog_related_post_img {
    width: 100%;
    padding-top: 2%;
}

.blog_related_post_img img {
    width: 100%;
    object-fit: cover;
}

.blog_tell_us {
    width: 100%;
    padding-top: 2%;
    text-align: center;
}

.blog_want_us input[type=text] {
    width: 80%;
    padding-left: 5px;
    padding: 6px 0 5.5px 10px;
    margin: 10px 0;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'montserratsemibold';
    font-size: 20px;
    border: 2px solid #9a918a !important;
    color: #95887F !important;
}

.blog_want_us input:focus {
    outline-offset: 0px;
    outline: none;
    outline-color: #95887F;
    outline-style: auto;
    outline-width: 1px;
}

.blog_want_us .button {
    background-color: #A5C890;
    border: none;
    color: white;
    padding: 7px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 21px;
    cursor: pointer;
    font-family: 'montserratsemibold';
    margin-left: -50px;
    padding-top: 7px;
}

.blog_write_us {
    width: 100%;
    padding-top: 0%;
    text-align: center;
    padding-bottom: 4%;
}

.blog_write_btn .button {
    background-color: #A5C890;
    border: none;
    color: white;
    padding: 7px 40px 5px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    cursor: pointer;
    font-family: 'montserratsemibold';
    letter-spacing: 2px;
    transition: all ease-in-out 0.3s;
}

.blog_write_btn .button:hover {
    color: #337ab7;
}

.blog_leave_comment {
    width: 100%;
    padding-top: 1.5%;
}

.blog_leave_comment h3 {
    text-align: center;
}

.width96 {
    width: 96% !important;
}

.blog_leave_comment input[type=text] {
    width: 100%;
    padding: 15px 0 20px 0px;
    margin: 10px 0;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'montserratextralight';
    font-size: 18px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #95887F !important;
    color: #95887F !important;
    letter-spacing: 1px;
}

.blog_leave_comment input[type=mail] {
    width: 100%;
    padding: 15px 0 20px 0px;
    margin: 10px 0px;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'montserratextralight';
    font-size: 18px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #95887F !important;
    color: #95887F !important;
    letter-spacing: 1px;
}

.blog_submit_btn {
    text-align: center;
    padding-top: 2%;
}

.blog_submit_btn .button {
    background-color: #A5C890;
    border: none;
    color: white;
    padding: 7px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    font-family: 'montserratsemibold';
    transition: all ease-in-out 0.3s;
}

.blog_submit_btn .button:hover {
    color: #337ab7;
}

.blog_love_travel {
    width: 100%;
    padding-top: 2%;
    text-align: center;
    padding-bottom: 3%;
}

.blog_love_travel h1 {
    color: #A4C891;
}

.blog_love_travel h3 {
    font-size: 26px;
    margin-top: 0px;
    font-family: 'montserratmedium';
}

.blog_leave_comment .comment_box {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.blog_leave_comment label {
    font-family: 'montserratextralight';
    color: #95887F;
    font-size: 18px;
    width: 50%;
    padding-left: 2%;
    padding-bottom: 25px;
}

.blog_leave_comment_main label {
    width: 100%;
}

.blog_leave_comment input:focus {
    outline-offset: 0px;
    outline: none;
    outline-color: #fff;
    outline-style: auto;
    outline-width: 0px;
}

/*blog detail end*/

.exp_web {
    cursor: default;
}

.exp_web:hover, .exp_web:focus {
    color: #94877E !important;
}

/*error page start*/

/*error page end*/

.dropdown_discover {
    display: inline;
    position: relative;
    /*padding-bottom: 20px;*/
}

.dropdown_discover .dropdown .discover_stay_menu {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown_discover .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    /*width: 65%;*/
    /*left: 0%;*/
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    top: calc(100% + 10px);
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 30px; 
}

.dropdown_discover .dropdown-content a {
    font-size: 20px;
    float: none;
    color: #94877E;
    /*margin: 0px 40px;*/
    text-decoration: none;
    display: block;
    text-align: center;
    border-bottom: 1px solid #CAC3BF;
    padding: 12px 0 12px 0;
    font-weight: 500;
}

.dropdown_discover .dropdown-content a:nth-last-child(1) {
    border: transparent;
}

.dropdown_discover .dropdown-content a:hover {
    background-color: transparent;
    color: #A6C790;
}

.dropdown_discover:hover .dropdown-content {
    display: block;
}

/*explore menu*/

.dropdown_explore {
    display: inline;
    position: relative;
    /*padding-bottom: 20px;*/
}

.dropdown_explore .dropdown .discover_stay_menu {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown_explore .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    /*width: 128%;*/
    /*left: -30%;*/
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    top: calc(100% + 10px);
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 30px;
}

.dropdown_explore .dropdown-content a {
    font-size: 20px;
    float: none;
    color: #94877E;
    /*margin: 0px 28px;*/
    text-decoration: none;
    display: block;
    text-align: center;
    border-bottom: 1.5px solid #CAC3BF;
    padding: 12px 0 12px 0;
    width: 100%;
    /*width: calc(50% - 30px);*/
    float: left;
    font-weight: normal;
    margin: 0 30px; 
    
}

.dropdown_explore .col-xs-6.leftPad0 {
    padding-left: 0;
}
.dropdown_explore .col-xs-6.rightPad0 {
    padding-right: 0;
}

.dropdown_explore .dropdown-content a:nth-child(2n+1) {
    margin-left: 0; 
}

.dropdown_explore .dropdown-content a:nth-child(2n) {
    margin-right: 0; 
}

.dropdown_explore .dropdown-content a:nth-last-child(1) {
    /*border: transparent;*/
}

.dropdown_explore .dropdown-content a:hover {
    background-color: transparent;
    color: #A6C790;
}

.dropdown_explore:hover .dropdown-content {
    display: block;
}

/*pop up*/

/* *1*: make it "untouchable"
 **/

.is-hidden--off-flow {
    opacity: 1;
    /* transition: all 0.2s ease-in-out; */
    z-index: -10;
    /* *1* */
    visibility: visible;
    /* *1* */
}

.is-shown--off-flow {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    visibility: visible;
}

.l-modal.hiddenModal .l-modal__body{
    transition: all 0.7s ease-in-out;
    top: 105vh !important;
    transform: translateY(0%) !important;
}

.l-modal.hiddenModal.show_popup .l-modal__body{
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.c-content {
    padding: 30px;
    text-align: left;
    max-width: 650px;
    margin: 0 auto;
    font-size: 18px;
}

.l-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0 auto;
    z-index: 99999999;
    text-align: center;
}

.l-modal__shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    background: #000;
    opacity: 0.4;
    z-index: -1;
    cursor: pointer;
}

.l-modal__body {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 50px 5px 50px;
}

.c-popup {
    display: inline-block;
    text-align: center;
    background: #A5C890;
    width: 50%;
    line-height: 1.48;
    border: 15px solid #fff;
}

.c-popup__img {
    max-width: 100px;
    margin: 0 auto;
    padding: 60px 60px 40px;
    ;
}

.h-img-resp {
    max-width: 100%;
}

/* .c-popup__title {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 1.4em;
  color: #3a3a3a;
  font-weight: normal;
} */

/* .c-popup__description {
  font-size: 1.1em;
  color: #a1a1a1;
  padding: 0 30px;
  margin-bottom: 48px;
} */

.c-popup__note {
    opacity: 0.2;
    font-size: 1em;
    margin-top: 6px;
    margin-bottom: 60px;
}

.popup_content {
    padding: 30px 0;
}

.popup_line {
    width: 86%;
    margin: 0 auto;
}

.popup_icon {
    width: 55px;
    margin: 15px 10px 10px 10px;
}

.show_popup {
    opacity: 1;
    visibility: visible;
}

.hide_popup {
    opacity: 0;
    visibility: hidden;
}

.close_popup {
    width: 15px;
    position: relative;
    right: -50px;
    float: right;
    font-size: 40px;
    color: #a5c890;
    top: -70px;
}

.close_popup i {
    background: #fff;
    padding: 9px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding-top: 9px;
    font-weight: inherit;
}

.newsletter_width {
    width: 40%;
}

.newsletter_content {}

.newsletter_text {
    border: unset;
    background: transparent;
    border-bottom: 1px solid #fff;
    width: 60%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    outline: unset;
}

.email_news {
    margin-bottom: 40px;
}

.newsletter_text::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.newsletter_text::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.newsletter_text::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.news_btn {
    background: #fff;
    border: unset;
    padding: 7px 20px;
    color: #a5c890;
    font-family: 'montserratsemibold';
    font-size: 24px;
    margin-top: 30px;
    outline: unset;
}

.gallery_width {
    width: 100%;
    height: 100%;
    border: 70px solid #fff;
    background: #fff;
    padding: 0 5%;
    /*padding: 0 15%;*/
}

.gallery_detail .img1 {
    /* background-image: url('../images/detail/gallery.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
    width: 100%;
    z-index: 1;
}

.gallery_detail_thumbs .img1 {
    /* background-image: url('../images/detail/gallery.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    /*height: 200px;*/
    z-index: 1;
    opacity: 0.6;
    margin-top: 15px;
}


.gallery_detail_thumbs .swiper-slide-active2 .img1 {
    opacity: 1;
}

.g_p_b30 {
    padding-bottom: 30px;
}

.disc_main_wrapper.show_popup {
    position: fixed;
}

.gallery2_block {
    overflow: hidden;
    overflow-y: auto;
    height: 75vh;
    display: block;
}

.view_gallery_tab {
    width: 35px;
    float: right;
    margin-left: 10px;
}

.show_tab1 .icon_gray1, .show_tab1 .icon_green1, .show_tab2 .icon_green1, .show_tab2 .icon_gray1 {
    transition: all ease-in-out 0.5s;
}

.show_tab1 .icon_gray1 {
    display: none;
}

.show_tab1 .icon_green1 {
    display: block;
}

.show_tab2 .icon_gray1 {
    display: block;
}

.show_tab2 .icon_green1 {
    display: none;
}

.show_tab1 .icon_gray2 {
    display: block;
}

.show_tab1 .icon_green2 {
    display: none;
}

.show_tab2 .icon_gray2 {
    display: none;
}

.show_tab2 .icon_green2 {
    display: block;
}

.title_disc_popup {
    float: left;
    width: 82%;
}

.icon_popup {
    float: right;
    width: 18%;
}

.close_icon_popup {
    padding: 5px;
}

.title_disc_popup h1 {
    font-size: 36px;
    line-height: 1.8;
    color: #3E7089;
    padding-bottom: 32px;
    margin: 0;
    font-family: 'montserratbold';
    letter-spacing: 3px;
    text-align: left;
}

.gallery_view1.show_tab1 {
    /*display: block;*/
    /*visibility: visible;*/
}

.gallery_view1.show_tab2 {
    /*display: none;*/
    /*visibility: hidden;*/
}

.gallery_view2.show_tab1 {
    /*display: block;*/
    /*visibility: visible;*/
}

.gallery_view2.show_tab2 {
    /*visibility: hidden;*/
    /*display: none;*/
}
.gal_thumb {
    width: 8.32%;
    float: left;
    margin-right: 10px;
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/*pop up end*/

#unique_wrapper .swiper-pagination-bullet {
    display: none;
}

#explore_block .swiper-pagination-bullet {
    display: none;
}

.circle {
    transform-origin: 45% center;
    position: relative;
    animation: rotate 3s linear infinite;
}

/* div:before { content:''; position:absolute; height:100%; width:100%; background:blue; animation:rotate 3s linear reverse infinite; } */

@keyframes rotate {
    100% {
        transform: rotate(-360deg);
    }
}

.swiper-container {
    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;
}
.empty_data{
        width: 40%;
    margin: 10% auto;
}

.left_f_div, .center_f_div, .right_f_div{
    font-size: 22px;
    margin: 0;
    transition: all ease-in-out 0.5s;
    font-family: 'montserratmedium';
    float:left;
    width: 40%;

}

.center_f_div {
    width: 20%;
}


.right_f_div {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.f_l_nav {
    display: inline-flex;
    padding: 10px 12% 10px 0;
}
.f_l_nav.fpr {
    padding-right: 0;
}

.f_r_nav {
    position: relative;
    display: inline-flex;
    padding: 0px 0 0px 14%;
}

.f_r_nav.fpl {
    padding-left: 10px;
}

.f_center_nav {
    padding-top: 10px;   
    padding-bottom: 10px;  
}

.f_l_nav a:hover, .f_center_nav a:hover, .f_r_nav a:hover {
    color: #A6C790;
}

.header_l_menu, .header_r_menu, .header_center_menu {
    font-size: 22px;
    margin: 0;
    font-family: 'montserratlight';
    font-family: 'montserratmedium';
    cursor: pointer;
}

.header_l_menu span, .header_r_menu span, .header_center_menu span {
    padding: 0 15px 12px 15px;
}
.header_l_menu, .header_r_menu {
    width: calc(50% - 175px);
    float: left;
}

.header_center_menu {
    width: 350px;
    float: left;
}

.header_l_menu .h_menu_item {
    width: 50%;
    float: left;
    position: relative;
}

.header_r_menu .h_menu_item {
    width: calc(50% - 30px);
    float: left;
}

.header_r_menu .h_menu_item:last-child {
    width: 60px;
    padding-right: 15px;
    font-size: 24px;
}
.h_menu_item a:hover, .h_menu_item a:focus, a.linkText:hover, a.linkText:focus  {
    color: #a6c790;
}

.header_menu {
    position: relative;
    margin-bottom: 15px;
}
.about_text {
    display: none;
}

.homeBannerSwiper .swiper-slide {
    height: 65vh;
}

.block_anc {
    width: 100%;
    height: 100%;
    display: block;
}

.home_banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_title_for_discover_stay_wrap, .page_title_for_explore_state_wrap {
    font-size: 22px;
    display: inline-block;
}

.page_title_for_discover_stay_wrap {
    width: calc(50% - 175px);   
}

.page_title_for_discover_stay {
    width: 50%;
    text-align: center;
    margin-left: 50%;
}

.page_title_for_explore_state_wrap {
    width: 350px;
    margin-left: calc(50% - 175px); 
}

.page_title_for_explore_state {
    text-align: center;
    width: 100%;
}

.linkText {
    width: 80%;
    margin: auto;
    display: block;
}
.mb15 {
    margin-bottom: 15px !important;
}
.main_feature_img {
    height: 30vw;
    object-fit: cover;
}

.relative_div {
    position: relative;
}

.bottom_r_div {
    position: absolute;
    right: 15px;
    bottom: -3px;
    width: calc(50% - 30px);
}

.email_news input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0.5;
}
.email_news input::-moz-placeholder { /* Firefox 19+ */
    opacity: 0.5;
}
.email_news input:-ms-input-placeholder { /* IE 10+ */
    opacity: 0.5;
}
.email_news input:-moz-placeholder { /* Firefox 18- */
    opacity: 0.5;
}
.stickyLogoImg {
    display: none;
}

#fbplus-overlay {
    position: fixed;
}

.justify-center-content {
    text-align: center;
}

.row.justify-center-content .col-md-4 {
    float: unset;
    display: inline-grid;
}

.detailTabMenu {
    width: 100%;
    padding: 0; 
    text-align: center;
}

.detailTabMenu li {
    display: inline-block;
    text-align: center;
    list-style: none;
    padding: 0px 44px 0 50px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}


.detailTabMenu li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #94877E;
    left: 0;
    top: 0px;
}

.detailTabMenu li:first-child:before {
    background: transparent;
}

.detailTabMenu li:last-child:after {
    clear: both;
    content: "";
}

.menucurousel {
    margin:15px;
}

.detailTabMenu li a, .menucurousel a {
    font-size: 24px;
    display: block;
    color: #94877E;
    font-family: 'montserratmedium';
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.detailTabMenu li a:hover, .menucurousel a:hover {
    color: #a6c790;
}

.list_tag_line {
    width: 100%;
    padding: 0 10px;
    position: relative;
  }
  .list_tag_line p {
    margin-left: 16.66%;
    background: #fff;
    max-width: 62.68%;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #95887F;
    font-weight: 800;

  }
  .list_tag_line .line_before {
    position: absolute;
    top: 16px;
    transform: translateY(-50%);
    background-color: #95887F;
    left: 0;
    height: 1px;
    width: 94%;
  }
  .list_tag_line .line_before:after {
    position: absolute;
    background: #a6c790;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: calc(100% + 10px);
    top: -5px;
    content: "";
  }

  .uniq_tag_line {
    position: relative;
    width: 100%;
  }

  .uniq_tag_line .after_line {
    position: absolute;
    width: 100%;
    background-color: #000;
    height: 1px;
    left: 0;
    content: "";
    top: 16px;
    transform: translateY(-50%);
  }

  .uniq_tag_line h4 {
    text-align: center;
    background-color: #fff;
    max-width: 50%;
    margin: auto;
    position: relative;
    color: #95887F;
    font-weight: 800;
    padding: 0 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .uniq_tag_line h4:before, .uniq_tag_line h4:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #a5c890;
    border-radius: 50%;
    top: 16px;
    transform: translateY(-50%);
    left: 10px;
  }

  .uniq_tag_line h4:after {
    left: calc(100% - 20px);
  }

  .main_search_box {
    position: absolute;
    top: -6px;
    right: 0;
    width: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.main_search_box.open {
    opacity: 1;
    width: 100%;
}

.main_search_box input {
    width: 100%;
    height: 48px;
    font-size: 22px;
    padding: 5px 15px;
    border: 1px solid #988b81;
}

.main_search_box input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #a5c891;
}


.close-searchbox {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    padding: 0;
    margin: 0;
    visibility: hidden;
}

.main_search_box.open .close-searchbox {
    visibility: visible;
}

.mobile_search_bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 140px;
    font-size: 28px;
    color: #3d708b;
}

.mobile_search_bar.notFilter {
    right: 90px;
}

.mobile_search_bar a {
    color: #3d708b;
}
.page_title_for_discover_stay.invisible, .page_title_for_explore_state.invisible {
    opacity: 0;
}
.property_filter_wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    background-color: #fff;
    width: 100%;
    max-height: 0;
    border-bottom-width: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

}

.property_filter_bg {
    background-color: #fff;
    background-image: url(../images/home/filter_bg.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 12px;
    width: 100%;
    height: 100%;
}
.property_filter_wrap.open {
    padding-top: 40px;
    padding-bottom: 40px;
    max-height: 1500px;
    border-bottom: 8px solid #a6c790;
}
.property_filter_wrap .button {
    background-color: #A5C890;
    border: none;
    color: white;
    padding: 8px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'montserratmedium';
    font-weight: bold;
    transition: all ease-in-out 0.3s;
    outline: unset;
}
.clearBtn {
    position: absolute;
    right: 0;
    top: 42px;
}
.property_filter_wrap .white_bg {
    background-color: #fff;
}
#filterProperty {
    width: 60%;
    margin: 0px auto;
    padding: 10px 0;
}
.filter_form_label {
    color: #3f708a;
    font-size: 20px;
    font-family: 'montserratbold';
    margin:10px 0;
}

.custom_checkbox input[type="checkbox"] {
    visibility: hidden;
    display: none;
}
.custom_checkbox {
    position: relative;
}
.custom_checkbox h4 {
    margin: 5px 0 5px 25px;
    font-size: 14px;
    color: #94877E;
    font-family: 'montserratregular';
}

.custom_radio h4 {
    margin: 5px 0 5px 0px;
    font-size: 14px;
    color: #94877E;
    font-family: 'montserratregular';
    cursor: pointer;
}

.custom_checkbox:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #94877E;
    background: #fff;
    content: "";
    border-radius: 2px;
}

.custom_checkbox.selected:before {
    background-color: #a6c790;
    border-color: #a6c790;
}
.coffee.active_green {
    color: #a6c790;
}
.custom_checkbox.selected h4, .custom_radio.selected h4 {
    color: #a6c790;
}

.filter_wrap {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.filter_wrap.open::before {
    background-image: url(../images/thinkelsewhere/filter_after_long.png);
    width: 100vw;
}

.filter_facility {
    width: 75px;
    margin: 10px auto; 
}
.custom_checkbox.facility_checkbox h4 {
    margin: 0 auto;
    width: 80%;

}

.custom_checkbox.facility_checkbox:before {
    content: none;
}
.rzslider .rz-bubble.rz-limit {
    opacity: 0;
}
.rzslider .rz-bubble {
    background: #a6c790;
    color: #fff;
    padding: 2px 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 14px;
    opacity: 1;
}

.rzslider .rz-pointer:before {
    position: absolute;
    top: -10px;
    border-radius: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #a6c790;
    border-radius: 0;
    content: "";
    left: 38%;
    transform: translateX(-50%);
}

.rzslider .rz-pointer:after {
    top: 6px;
    left: 6px;
}

.rzslider .rz-tick {
    top: -1px;
    width: 12px;
    height: 12px;
    margin-left: 4px;
}

.rzslider .rz-bar {
    background: #b6a89f;
}
.rzslider .rz-tick {
    background: #b6a89f;
}

.rzslider .rz-selection {
        background: #a6c790;
}

.rzslider .rz-pointer {
    background-color: #a6c790;
}

.rzslider .rz-tick.rz-selected {
    background: #a6c790;
}
.rzslider .rz-pointer:after {
    background-color: #a6c790;
}
.rzslider .rz-pointer.rz-active:after, .rzslider .rz-pointer:hover:after {
    background-color: #a6c790;
}

.rzslider .rz-pointer {
    top: -7px;
    width: 18px;
    height: 18px;
}
#filterProperty .col-lg-3:nth-child(4n+1) {
    clear: both;
}

.covid_content {
    margin-top: 30px;
    margin-bottom: 30px;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.covid_content::-webkit-scrollbar {
  display: none;
}

.readMoreHover {
    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;
    -webkit-transition: all 0.3s ease-in-out;
}

.readMoreHover:hover {
    color: #3E7089 !important;
}

.covid_btn {
    background: #988b82;
    color: #fff;
    border: none;
    padding: 12px 40px;
    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;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: 800;
    font-size: 20px;
}


.covid_btn:hover, .covid_btn:focus, .covid_btn:active  {
    background-color: #a6c790;
    outline: none!important;
}

.socialBtns {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 6;
}

.covidBtn {
    position: absolute;
    top: 100%;
    left: 0;
}
.fixedCovidBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.call_animation {
    -webkit-animation: dot-pulse-idle 4s cubic-bezier(.19,1,.22,1) infinite both;
    animation: dot-pulse-idle 4s cubic-bezier(.19,1,.22,1) infinite both;
}

@keyframes dot-pulse-idle {
    0% {
        box-shadow: 0 0 0 0 #A5C890;
    }
    50% {
        box-shadow: 0 0 0 30px rgba(255,255,255,0);
    }
}

.logo_home_all img.anyatraFixedLogo {
    width: 60px !important;
    position: absolute !important;
    left: 10px !important;
    top: 23px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.detail-swiper-button-next {
    /*background-color: rgb(149 143 143);*/
    /*background-image: url(../images/home/right.png);*/
    /*background-size: 7px;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    right: 0;
    left: auto;
    top: 50%;
    position: absolute;
    z-index: 22;
    height: 30px;
    width: 20px;
    transform: translateY(-50%);
    text-align: center;
    line-height: 30px;
    color: rgb(149 143 143);
    font-size: 26px;
}

.detail-swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.detail-swiper-button-prev {
    /*background-color: rgb(149 143 143);*/
    /*background-image: url('../images/home/left.png');*/
    /*background-size: 7px;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    left: 0px;
    right: auto;
    top: 50%;
    position: absolute;
    z-index: 22;
    height: 30px;
    width: 20px;
    transform: translateY(-50%);
    text-align: center;
    line-height: 30px;
    color: rgb(149 143 143);
    font-size: 26px;
}

.detail-swiper-button-next:focus {
    outline: none;
}

.detail-swiper-button-prev:focus {
    outline: none;
}
.fac_ic  {
    margin: 0 auto 20px;
    text-align: center;
}
.fac_ic img {
    width: 56px;
    margin: auto;
}

.fac_title {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    max-width: 85px;
     margin: auto;
         color: #94877E;
    /*font-family: 'montserratmediu';*/
}
.mt30 {margin-top: 30px;}
.testimonial_block {
    margin-bottom: 30px;
    padding: 20px 30px;
    /*padding: 50px 30px;*/
    text-align: left;
}
.testimonial_content {
    margin-bottom: 20px;
    text-align: left;
    /*height: 110px;
    overflow: hidden;*/
}

.testimonial_profile {
    width: 100%;
}

.testimonial_profile_name {
    width: calc(100% - 70px);
    float: left;
}
.testimonial_profile_name h2{
    margin-top: 5px;
    margin-bottom: 5px;
}
.testimonial_profile_img {
    width: 60px;
    height: 60px;
    float: right;
}

.testimonial_profile_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background-color: #eee;
}

.testimonial_rating i {
    color: #ccc;
}

.testimonial_rating i.active {
    color: #A6C790;
}
.padR30 {
    padding-right: 30px;
}
.not_found{margin-top:-300px;}
.font_50_error{font-size:50px !important; color:#3b6f8b !important; margin-bottom: 150px !important;}
.font_40_error{font-size:40px !important; color:#3b6f8b !important; font-family: 'montserratmedium'; line-height:1.3}
.font_35_error{font-size:35px !important; color:#3b6f8b !important;}
@media screen and (max-width: 1750px) {
    .footerMenu a {
        padding: 10px 76px 10px 5px;
    }
    .mainMenu a {
        padding: 10px 6.5% 20px 0;
    }
    .dropdown_explore .dropdown-content {
       /* width: 150%;
        left: -38%;
    }
    .dropdown_explore .dropdown-content a {
        font-size: 18px;
        /*margin: 0px 18px;*/
        /*width: 41%;*/
    }
    .dropdown_discover .dropdown-content a {
        font-size: 18px;
    }
    .dropdown_discover .dropdown-content {
        /*left: 2.5%;*/
    }
    .stay_content {
        min-height: 130px;
    }
    .gallery_img {
        height: 250px;
    }
}

@media screen and (max-width: 1680px) {
    .font9 .font-30 {
        font-size: 28px;
    }
    .f_l_nav {
        padding: 10px 10% 10px 0;
    }
    .uniq_tag_line h4 {
        font-size: 19px;
        line-height: 27px;
    }
   /* .team_img4_wrap {
        top: 14%;
    }*/

    .team_img6_wrap {
        top: 14%;
        left: 15%;
    }

    .team_img5_wrap {
        top: 22%;
    }

   /* .team_img2_wrap {
        top: 16%;
        right: 15%;
    }*/
    .mainMenu a {
        font-size: 20px;
    }

    .header_l_menu, .header_r_menu, .header_center_menu {
        font-size: 20px;
    }
    .page_title_for_discover_stay_wrap, .page_title_for_explore_state_wrap {
        font-size: 20px;
    }
    .footerMenu a {
        padding: 10px 5.7% 10px 5px;
        font-size: 20px;
    }
    .footerMenu a:nth-last-child(1) {
        padding: 0 0 0 0px;
    }
    .menu_active span {
        padding: 0 15px 12px 15px;
    }
    .discover_stay .title_discover_stay h2 {
        font-size: 18px;
        /*margin-left: 25.1%;*/
    }
    .title_explore_state h2 {
        font-size: 18px;
        /*margin-left: 43%;*/
    }
    .footersocial {
        width: 13%;
    }
    .socialcercle {
        height: 60px;
        width: 60px;
    }
    .socialcercle i {
        font-size: 30px;
    }
    .discover_stay .template_discover_img .line_2 {
        width: 34%;
    }
    .discover_stay h3 {
        font-size: 24px;
        line-height: 29px;
    }
    .discover_stay p {
        font-size: 19px;
        line-height: 27px;
    }
    .template_unique .font1_re {
        padding-top: 13%;
    }
    .font-40 {
        font-size: 28px;
    }
    .font-22 {
        font-size: 18px !important;
    }
    .font-70 {
        font-size: 40px !important;
    }
    .template_unique .slider_ex {
        padding: 30px 5px 40px 0;
    }
    .thinkelsewherewrapper h1 {
        margin-bottom: 10px;
    }
    .font-24 {
        font-size: 21px;
    }
    .moreblock {
        width: 276px;
    }
    .footerMenu {
        width: 87%;
        margin-left: 0;
    }
    .footersocial {
        width: 13%;
        margin-right: -15px;
    }
    .slider_ex_2 h3 {
        font-size: 21px;
    }
    .footerCenterMenu a {
        font-size: 16px;
    }
    .font-26 {
        font-size: 21px;
    }
    
    .font-18 {
        font-size: 15px;
    }
    /* .center_title::after, .center_title::before {
        width: 97px;
    } */
    .center_title::before {
        left: 100%;
    }
    .logowrapper {
        padding: 80px 0 35px 0px;
    }
    .detailstitle {
        width: 50%;
    }
    .mainMenu a::after {
        width: 20px;
        height: 10px;
        bottom: -15px;
        -webkit-transform: translateX(-45%);
        transform: translateX(-45%);
    }
    /*.homeuserimgblock3 {
        top: 9px;
        left: -27px;
        width: 71px;
    }*/
    .home-userimage {
        width: 140px;
    }
    .homeuserimgblock1 {
        right: 0%;
        width: 53px;
        padding-top: 60px;
    }
    .homeuserimgblock2 {
        left: 5%;
        width: 120px;
    }
    .homeuserimgblock3 {
        /*top: 9px;*/
        /*left: -27px;*/
        width: 71px;
    }
    .more_title_line::before {
        bottom: 6px;
    }
    .more_title_line::after {
        bottom: 6px;
    }
    .personaly_icon {
        font-size: 18px;
    }
    .personaly_icon:after {
        bottom: -3px;
        left: 7%;
        width: 55px;
        height: 55px;
        background-size: 42px;
    }
    /*======================== TE Detail ========================*/
    .font-20 {
        font-size: 18px;
    }
    .bluedotimgleft {
        margin: 55px 0 20px 0;
    }
    .bluedotimgright {
        margin: 55px 0 20px 0;
    }
    /*======================== TE Detail ========================*/
    /*.te_p_b_50 {
        padding-bottom: 60px;
    }*/
    .template_detail .slider7 {
        margin-left: -4%;
        width: 108%;
    }
    .Anyatra_new h1 {
        font-size: 21px;
    }
    .bullet_detail li {
        font-size: 17px;
    }
    .title_disc_popup h1 {
        font-size: 32px;
    }
    .linetag_disc {
        right: -8%;
        width: 106%;
    }
   /* .gallery_width{
        padding: 0 10%;
    }*/
    .gallery2_block{
        height: 77vh;
    }
}

@media screen and (max-width: 1600px) {
    .padR30 {
        padding-right: 15px;
    }
    .font9 .font-30 {
        font-size: 26px;
    }
    .team_img5_wrap {
        top: 21%;
    }
    #filterProperty {
        width: 65%;
    }
    .detailTabMenu li a, .menucurousel a {
        font-size: 22px;
    }
    .thinkelsewherewrapper p {
            width: 69%;
    }
    .left_f_div, .center_f_div, .right_f_div {
        font-size: 20px;
    }
   /* .f_r_nav {
        padding-left: 7%;
        top: -4px;
    }*/
    .mainMenu a {
        padding: 10px 7.1% 20px 0;
        font-size: 18px;
    }

    .header_l_menu, .header_r_menu, .header_center_menu {
        font-size: 18px;
    }

    .page_title_for_discover_stay_wrap, .page_title_for_explore_state_wrap {
        font-size: 18px;
    }

    .font-70 {
        font-size: 38px !important;
    }
    .socialcercle {
        margin: 0 5px;
    }
    .footerMenu a {
        font-size: 19px;
    }
    .linedot {
        top: 15px;
    }
    .font-40 {
        font-size: 28px;
    }
    .dropdown_discover .dropdown-content {
        /*width: 67%;
        left: 0%;*/
    }
    .dropdown_explore .dropdown-content {
       /* width: 150%;
        left: -40%;*/
    }
    .dropdown_discover .dropdown-content a {
        font-size: 18px;
        /*margin: 0 20px;*/
    }
    .discover_stay .slider2 {
        padding-top: 11%;
    }
    .title_explore_state h2 {
        font-size: 18px;
        /*margin-left: 42.5%;*/
    }
    .discover_stay .template_discover_img .line_2 {
        width: 31.7%;
    }
    .thinkelsewherewrapper {
        padding: 40px 0;
    }
    .template_unique p {
        font-size: 18px;
        line-height: 26px;
    }
    .template_unique .slider_ex_2 h4 {
        font-size: 18px;
        line-height: 30px;
    }
    .gallery_img {
        height: 235px;
    }
}

@media screen and (max-width: 1440px) {
    .logo_home_all img.anyatraFixedLogo {
        width: 50px !important;
        left: 7px !important;
        top: 30px !important;
    }
    .detailTabMenu li {
        padding: 0px 38px 0 40px;
    }
    #filterProperty {
        width: 70%;
    }
    .uniq_tag_line h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .uniq_tag_line .after_line, .uniq_tag_line h4:before, .uniq_tag_line h4:after {
        top: 10px;
    }
   /* .team_img2_wrap {
        top: 14%;
        right: 15%;
    }*/
  /*  .team_img4_wrap {
        top: 12%;
    }*/

    .team_img3_wrap {
            top: -3%;
    }

    .team_img5_wrap {
        top: 19%;
    }
    .team_img4_wrap {
        top: -5%;
    }
    .left_f_div, .center_f_div, .right_f_div {
        font-size: 18px;
    }

   /* .f_r_nav {
        top: 3px;
    }
*/
    .f_l_nav {
        padding-right: 10%;
    }

    .mainMenu a {
        font-size: 16px;
        padding: 10px 6.8% 20px 0;
    }
    .menusearch a {
        font-size: 18px;
    }

    .header_r_menu .h_menu_item:last-child {
        font-size: 18px;
    }
    .font-20 {
        font-size: 18px;
    }
    .font-30 {
        font-size: 22px;
    }
    .font-18 {
        font-size: 14px;
    }
    .dropdown_discover .dropdown-content a {
        font-size: 18px;
        /*margin: 0px 25px;*/
    }
    .dropdown_discover .dropdown-content {
      /*  width: 76%;
        left: -4%;*/
    }
    .dropdown_explore .dropdown-content {
       /* width: 140%;
        left: -34%;*/
    }
    .mainMenu a::after {
        height: 12px;
        bottom: -14px;
        -webkit-transform: translateX(-115%);
        transform: translateX(-115%);
    }
    .shareblock .footersocialcercle {
        margin: 0 7px;
    }
    .personaly_icon {
        font-size: 15px;
    }
    .shareblock {
        padding: 0px 0px 10px 0;
    }
    .personaly_icon:after {
        bottom: -3px;
        left: 0%;
        width: 55px;
        height: 55px;
        background-size: 42px;
    }
    .threeblock {
        width: 90%;
    }
    .thinkimg {
        margin: -26px 0px;
    }
    .circleblue2 {
        bottom: 24%;
    }
    .thinkwrapper {
        padding-left: 15px;
    }
    .socialcercle i {
        font-size: 26px;
    }
    .paddingtopbottom25 {
        padding: 15px 0;
    }
    .thinkelsewherewrapper {
        padding: 30px 0;
    }
    .thinkelsewherewrapper {
        margin-right: 0px;
    }
    .select_go .select_arrow:after {
        right: 18px;
        bottom: 21%;
        padding: 0px 0 4px;
        font-size: 14px;
    }
    .form_select {
        font-size: 17px;
    }
    .discover_stay .title_discover_stay h2 {
        font-size: 15px;
        /*width: 145px;*/
        /*margin-left: 25.3%;*/
    }
    .discover_stay .template_discover_img .line_2 {
        width: 32.3%;
    }
    .discover_stay .template_discover {
        padding-top: 0px;
    }
    .footerMenu {
        width: 87%;
    }
    .footersocialcercle {
        height: 26px;
        width: 26px;
    }
    .footerMenu a:nth-last-child(1) {
        padding: 0 0 0 0px;
    }
    .linecircle {
        bottom: -80px;
    }
    .thinkelsewherewrapper p {
        width: 77%;
    }
    .blog_social_media_img {
        width: 90%;
        display: inline-flex;
        padding-left: unset !important;
    }
    .font-24 {
        font-size: 20px;
    }
    .socialcercle {
        margin: 0 7px;
        height: 50px;
        width: 50px;
    }
    .blueimg {
        left: -25%;
    }
    .template_unique h2 {
        font-size: 24px;
        line-height: 29px;
    }
    .discover_stay h3 {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 15px;
    }
    .template_unique .slider_ex_2 h4 {
        font-size: 16px;
        line-height: 30px;
    }
    .template_unique .img_co_ce {
        padding: 30px 15px 40px 15px;
    }
    .template_unique h3 {
        font-size: 36px;
        line-height: 38px;
    }
    .template_unique h1 {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 10px;
    }
    .discover_stay p {
        font-size: 16px;
        line-height: 22px;
    }
    .discover_stay .slider2 {
        padding-top: 11%;
    }
    .discover_stay .slider_img {
        padding: 30px 15px;
    }
    .discover_stay h1 {
        font-size: 26px;
    }
    .discover_stay .h2 {
        font-size: 22px;
    }
    .discover_stay .template_discover_img {
        padding: 10px 0px;
    }
    .circlegreendot {
        right: -15%;
        bottom: 42%;
    }
    .home_personaly_icon {
        width: 45px;
    }
    .homesocial {
        padding-top: 30px !important;
    }
    .font-26 {
        font-size: 18px;
    }
    .footerMenu a {
        font-size: 16px;
        padding: 10px 7.1% 10px 0%;
    }
    .footersocialcercle {
        margin-left: 5px;
    }
    .font-40 {
        font-size: 26px;
    }
    .detailstitle {
        width: 40%;
    }
    .center_title::after, .center_title::before {
        background-size: 64px;
        width: 80px;
        bottom: 1px;
    }
    .center_title::before {
        left: 103.5%;
    }
    .center_title::after {
        right: 98.5%;
    }
    .font-16 {
        font-size: 15px;
    }
    .dots_position {
        bottom: 32px;
    }
    .logowrapper {
        padding: 15px 0 25px 0px !important;
    }
    /*======================== TE Detail ========================*/
    .islandlife .font-20 {
        font-size: 17px;
    }
    .bluedotimgleft {
        margin: 40px 0 20px 0;
        width: 60px;
    }
    .bluedotimgright {
        margin: 40px 0 20px 0;
        width: 60px;
    }
    /*======================== TE Detail ========================*/
    .tab_wrap .nav-pills>li {
        font-size: 21px;
    }
    .font-22 {
        font-size: 18px !important;
    }
    .play_btn {
        font-size: 28px;
    }
    .homeswiper {
        min-height: 470px;
    }
    .threewrapper {
        padding-top: 15px;
    }
    .thinkelsewherewrapper p {
        width: 84%;
        line-height: 1.4;
    }
    .think_btn {
        margin-right: 35%;
    }
    .know_more {
        font-size: 14px;
        padding: 8px 20px;
        margin-top: 10px;
    }
    .font-70 {
        font-size: 38px !important;
    }
    .paddingtopbottom50 {
        padding: 25px 0;
    }
    .margin_unique {
        margin: 0px 0 30px 0;
    }
    .font-20 {
        font-size: 16px;
    }
    .font-24 {
        font-size: 19px;
    }
    .see_more_home {
        padding: 35px 0 30px 0;
    }
    .font-40 {
        font-size: 27px;
    }
    .paddingbottom20 {
        padding-bottom: 10px;
    }
    .template_detail .img_ex {
        width: 65px;
        right: 7%;
    }
    .template_detail h1 {
        font-size: 28px;
        line-height: 35px;
        padding-bottom: 0px;
    }
    .template_detail h2 {
        font-size: 22px;
    }
    .template_detail .h3 {
        float: right;
        color: #A8CA95;
        font-size: 20px;
    }
    .template_detail .font2 {
        padding: 20px 0 20px 0;
    }
    .template_detail p {
        font-size: 16px;
    }
    .template_detail .sl_h3 {
        padding-bottom: 20px;
    }
    .template_detail .font4_6 {
        text-align: center;
        padding: 40px 0 20px 0;
    }
    .template_detail h3 {
        font-size: 22px;
    }
    .template_detail .slider5 {
        padding-top: 50px;
    }
    .template_detail .font4_6 {
        text-align: center;
        padding: 30px 0 20px 0;
    }
    .template_detail h4 {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .template_detail .slider6 {
        padding-bottom: 50px;
    }
    .template_detail .font7 h4 {
        font-size: 19px;
        line-height: 25px;
        padding-bottom: 0px;
    }
    .template_detail .slider8 {
        padding-top: 50px;
    }
    .template_detail .font8 h1 {
        padding-bottom: 5px;
    }
    .template_detail p {
        font-size: 15px;
        line-height: 23px;
        color: #585654;
        margin: 0;
    }
    .template_detail .font9_9 h3 {
        font-size: 26px;
    }
    .play_btn {
        margin-top: 7%;
    }
    .template_detail .font11 h4 {
        color: #ADA199;
        padding-bottom: 5px;
        font-size: 28px;
        line-height: 32px;
    }
    .template_detail h5 {
        font-size: 22px;
    }
    .template_detail h5 {
        font-size: 22px;
        line-height: 28px;
        color: #A5C890;
        margin: 0;
        padding-bottom: 5px;
    }
    .footerline_ref .footerline {
        margin: 30px 0px 29px 0px;
    }
    .discover_stay h1 {
        font-size: 24px;
    }
    .discover_stay .h2 {
        font-size: 20px;
    }
    .title_explore_state h2 {
        font-size: 18px;
        /*width: 200px;*/
        /*margin-left: 43%;*/
    }
    .enquiry p {
        font-size: 18px;
    }
    .enquiry h3 {
        font-size: 20px;
    }
    .enquiry .form-group {
        margin-bottom: 15px;
        margin-top: 16px;
    }
    .enquiry h4 {
        font-size: 21px;
    }
    .enquiry h3 {
        font-size: 18px;
    }
    .enquiry_main .button {
        padding: 8px 40px;
        font-size: 26px;
    }
    .enquiry_travelling_checkbox1 {
        padding-top: 0.5%;
    }
    .enquiry_travelling {
        width: 100%;
        height: auto;
        padding-top: 2%;
        display: inline-block;
        margin-bottom: 0px;
    }
    .enquiry_main .checkmark {
        height: 30px;
        width: 30px;
    }
    .line_1 {
        width: 28.9%;
    }
    .Anyatra_new h1 {
        font-size: 19px;
        color: #95877F;
        font-family: 'montserratsemibold';
    }
    .Anyatra_new p {
        font-size: 16px;
    }
    .blank {
        height: 420px;
    }
    .footersocial {
        margin-right: 0px;
    }
    .template_blog h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .template_blog h1 {
        font-size: 18px;
        line-height: 26px;
    }
    .template_blog h5 {
        font-size: 16px;
        line-height: 18px;
    }
    .template_blog h3 {
        font-size: 16px;
        line-height: 24px;
        color: #A5C890;
    }
    .template_blog .font1 {
        padding: 15px 0 15px 0;
    }
    .template_blog h6 {
        font-size: 36px;
        line-height: 48px;
    }
    .template_blog p {
        font-size: 16px;
        line-height: 26px;
    }
    .blog_top_part p {
        font-size: 18px;
    }
    .blog h2 {
        font-size: 32px;
        padding-bottom: 15px;
    }
    .blog_want_us input[type=text] {
        width: 80%;
        padding-left: 5px;
        padding: 6px 0 5px 10px;
        margin: 10px 0;
        display: inline-block;
        box-sizing: border-box;
        font-family: 'montserratsemibold';
        font-size: 20px;
        border: 2px solid #95887F !important;
        color: #95887F !important;
    }
    .blog_write_btn .button {
        background-color: #A5C890;
        border: none;
        color: white;
        padding: 7px 30px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 22px;
        cursor: pointer;
        font-family: 'montserratsemibold';
        letter-spacing: 2px;
    }
    .blog_top_part p {
        font-size: 18px;
    }
    .blog_related_post_content::after {
        position: absolute;
        bottom: 22px;
        left: 58.5%;
        width: 40px;
        height: 7px;
    }
    .blog_related_post_content::before {
        bottom: 22px;
        left: 38.5%;
        width: 40px;
        height: 7px;
    }
    .blog_love_travel h3 {
        font-size: 22px;
    }
    .blog h1 {
        font-size: 32px;
    }
    .blog h4 {
        font-size: 17px;
    }
    .blog_category ul li {
        font-size: 18px;
    }
    .blog h3 {
        font-size: 22px;
    }
    .touch_btn {
        padding: 10px 40px;
        font-size: 22px;
    }
    .bullet_detail li {
        font-size: 16px;
    }
    .line_with_dot {
        top: 8px;
    }
    .title_disc_popup h1 {
        font-size: 28px;
    }
    .stay_content {
        min-height: 116px;
    }
    .gallery_img {
        height: 210px;
    }
    .linetag_disc {
        right: -6%;
        width: 102%;
        height: 1px;
    }
    .line_with_dot {
        height: 1px;
    }

    .list_tag_line .line_before {
        top: 11px;
    }
}

@media screen and (max-width: 1400px) {
    .thinkelsewherewrapper {
        padding: 20px 0;
        margin-right: 7%;
    }
    .font-70 {
        font-size: 32px !important;
    }
    .mainMenu a {
        padding: 10px 5.3% 20px 0;
    }
    .footerMenu a {
        padding: 10px 6.3% 10px 5px;
    }
    .font-22 {
        font-size: 17px !important;
    }
    .footerMenu a:nth-last-child(1) {
        padding: 0 0 0 0px;
    }
    .template_unique .font1_re {
        padding-top: 5%;
    }
    .think_dot::after {
        width: 40px;
        height: 10px;
        top: -8px;
        right: -25px;
        opacity: 1;
    }
    .footerMenu {
        margin-left: -0.4%;
    }
    /*.footerMenu {
        width: 85%;
    }*/
    .dropdown_discover .dropdown-content {
      /*  width: 76%;
        left: -3%;*/
    }
    .dropdown_explore .dropdown-content a {
        font-size: 16px;
        /*margin: 0px 18px;*/
        /*width: 40%;*/
    }
    .gallery_img {
        height: 200px;
    }


}

@media screen and (max-width: 1366px) {
    .not_found{margin-top:-230px;}
    .font_50_error{font-size:45px !important;}
    .font_40_error{font-size:35px !important;}
    .font_35_error{font-size:30px !important;}
    .homeuserimgblock3 {
        width: 54px;
        left: -15px;
    }
    .catOverviewWrap {
        width: 42%;
    }
    .fac_ic img {
        width: 45px;
    }
    .fac_title {
        margin-top: 5px;
        font-size: 10px;
    }
    .logo_home_all img.anyatraFixedLogo {
        top: 26px !important;
    }
    .covid_btn {
        padding: 10px 36px;
        font-size: 16px;
    }
    .right_f_div {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footerline, .footer_web_menu {
        padding: 0 20px;
    }
    #filterProperty {
        width: 75%;
    }
    .filter_form_label {
        font-size: 18px;
    }
    .main_search_box input {
        font-size: 18px;
            height: 44px;
    }
    .uniq_tag_line h4 {
        font-size: 15px;
        line-height: 20px;
    }
    .uniq_tag_line .after_line, .uniq_tag_line h4:before, .uniq_tag_line h4:after {
        top: 10px;
    }
    .list_tag_line .line_before {
        width: 93%;
    }
    .list_tag_line .line_before:after {
        width: 8px;
        height: 8px;
        top: -4px;
      }
    .detailTabMenu li {
        padding: 0 34px 0 40px;
    }
    .detailTabMenu li a, .menucurousel a, .menucurousel a {
        font-size: 18px;
    }

    .thinkelsewherewrapper {
        padding: 40px 0;
        margin-right: 80px;
    }
    .logo_home_all img {
        padding: 15px 0 20px 0px !important;
    }
    .header_banner_img {
        padding-bottom: 15px;
    }
    .dropdown_explore .dropdown-content {
        width: 400px;
    }

    .dropdown_discover .dropdown-content {
        width: 200px;
    }
    .f_center_nav, .f_l_nav {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .socialBtns {
        top: 100%;
        right: 20px;
    }
    .menusearch a {
        font-size: 16px;
    }
    .animationheight {
        min-height: 400px;
    }
    .homeswiper {
        min-height: 400px;
    }
    .col-center {
        width: 100%;
    }
    .tedetailbanner {
        margin-top: 20px;
    }
    .mainMenu a {
        padding: 10px 50px 20px 50px;
        font-size: 15px;
    }
    .header_l_menu, .header_r_menu, .header_center_menu {
        font-size: 16px;
    }

    .page_title_for_discover_stay_wrap, .page_title_for_explore_state_wrap {
        font-size: 16px;
    }

    .header_l_menu, .header_r_menu, .page_title_for_discover_stay_wrap {
        width: calc(50% - 150px);
    }

    .page_title_for_explore_state_wrap {
        margin-left: calc(50% - 150px);
    }
    .thinkelsewhere_grid_wraper .title_discover_stay {
        width: calc(50% - 150px);
    }


    .header_center_menu, .page_title_for_explore_state_wrap {
        width: 300px;
    }
    .font-40 {
        font-size: 21px;
    }
    .font-20 {
        font-size: 15px;
    }
    .font-18 {
        font-size: 13px;
    }
    .font-24 {
        font-size: 16px;
    }
    .threewrapper {
        padding-top: 10px;
    }
    .margin_unique {
        margin: 0px 0 20px 0;
    }
    .dots_position {
        right: 20px;
    }
    .paddingtopbottom50 {
        padding: 25px 0;
    }
    /*.footerMenu {
        width: 85%;
    }*/
    .see_more_home {
        padding: 30px 0 30px 0;
    }
    .moreblock {
        width: 260px;
    }
    .divider {
        padding-bottom: 20px;
    }
    .footersocial {
        margin-right: 0;
    }
    .footerMenu a {
        padding: 10px 6.64% 10px 5px;
    }
    .footerMenu a:nth-last-child(1) {
        padding: 0 0 0 0px;
    }
    .footerline_ref .footerline {
        margin: 25px 0px 15px 0px;
    }
    .socialcercle i {
        font-size: 22px;
    }
    .socialcercle {
        height: 45px;
        width: 45px;
    }
    .footersocialcercle {
        height: 32px;
        width: 32px;
    }
    .footersocialcercle i {
        font-size: 14px;
    }
    .whattsapp i {
        font-size: 16px;
    }
    .discover_stay .slider_img {
        padding: 25px 15px;
    }
    .discover_stay .template_discover_img .line_2 {
        width: 33.6%;
    }
    .font-22 {
        font-size: 16px !important;
    }
    .font-16 {
        font-size: 15px;
    }
    .enquireimg {
        width: 34%;
    }
    .enquirecontent {
        width: 32%;
    }
    .paddingbottom20 {
        padding-bottom: 15px;
    }
    .footerCenterMenu a {
        font-size: 15px;
    }
    .blueimg {
        left: -11%;
        width: 12%;
    }
    .circlegreendot {
        right: -8%;
        width: 12%;
    }
    .lingreen {
        position: absolute;
        left: -1%;
        top: 12%;
        width: 8%;
    }
    .linecircle {
        bottom: -60px;
        width: 13%;
    }
    .contactimg {
        width: 9%;
        margin: 0 auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .blog_social_media_img1 img {
        height: 32px;
        width: 32px;
    }
    .blog_social_media_img2 img {
        height: 32px;
        width: 32px;
    }
    .blog_social_media_img3 img {
        height: 32px;
        width: 32px;
    }
    .blog_social_media_img4 img {
        height: 32px;
        width: 32px;
    }
    .socialwrapper {
        text-align: center;
        display: inline-flex;
        left: 50%;
        -webkit-transform: translateX(53%);
        transform: translateX(53%);
        margin: unset;
        width: unset;
        padding-top: 4%;
    }
    .font-16 {
        font-size: 14px;
    }
    .font-30 {
        font-size: 22px;
    }
    .font-20 {
        font-size: 15px;
    }
    .logowrapper {
        padding: 15px 0 25px 0px;
    }
    .mainMenu a {
        padding: 10px 5.7% 20px 0;
    }
    .mainMenu a::after {
        -webkit-transform: translateX(-135%);
        transform: translateX(-135%);
        width: 16px;
        bottom: -17px;
    }
    .menu_active span {
        padding: 0 15px 12px 15px;
    }
    .more_title_line::before {
        bottom: 5px;
    }
    .more_title_line::after {
        bottom: 5px;
    }
    .discover_stay .template_discover_img {
        padding: 15px 0px;
    }
    .personaly_icon {
        font-size: 15px;
    }
    .shareblock {
        padding: 0px 0px 10px 0;
    }
    .personaly_icon:after {
        bottom: -3px;
        left: 3%;
        width: 50px;
        height: 50px;
        background-size: 37px;
    }
    /*======================== TE Detail ========================*/
    .islandlife .font-20 {
        font-size: 15px;
    }
    .greendotright {
        position: absolute;
        right: 0;
        top: 29%;
        width: 15px;
    }
    .bluedotimgleft {
        width: 53px;
    }
    .bluedotimgright {
        width: 53px;
    }
    .userimgwrapper {
        width: 200px;
    }
    .userimgblock2 {
        width: 140px;
        padding-top: 50px;
    }
    .userimgblock1 {
        width: 58px;
        padding-top: 85px;
    }
    .userimgblock3 {
        width: 65px;
        padding-top: 11px;
    }
    .bluedotleft {
        width: 25px;
    }
    .play_btn {
        font-size: 22px;
    }
    /*======================== TE Detail ========================*/
    .line_1 {
        width: 29%;
        margin: 0px auto 10px auto;
    }
    .discover_stay .template_discover {
        padding-top: 0px;
    }
    .tab_wrap .nav-pills>li {
        font-size: 19px;
    }
    .term_wrap {
        padding-top: 30px;
    }
    .sub_term li {
        font-size: 18px;
    }
    .line_2 {
        width: 30%;
    }
    .line_3 {
        width: 15%;
    }
    .te_p_b_50 {
        padding-bottom: 30px;
    }
    .reviewer_quote {
        width: 90%;
    }
    .detailstitle {
        width: 35%;
    }
    .left_dot_contact {
        width: 65px;
    }
    .right_dot_contact {
        width: 65px;
    }
    .touch_btn {
        font-size: 21px;
        padding: 10px 35px;
    }
    /* about*/
    .Anyatra_new h1 {
        font-size: 18px;
    }
    .Anyatra_new h2 {
        font-size: 20px;
    }
    .Anyatra_new p {
        font-size: 15px;
    }
    .content_img1 img {
        width: 15%;
    }
    .our_team_img img {
        width: 5%;
    }
    .our_promise_content2 {
        line-height: 22px;
        padding-top: 15%;
    }
    /*about end*/
    /*discover details*/
    .template_detail .img_ex {
        width: 55px;
        right: 7%;
    }
    .template_detail h1 {
        font-size: 42px;
        line-height: 46px;
        padding-bottom: 20px;
    }
    .template_detail h2 {
        font-size: 26px;
        line-height: 34px;
        max-height: 68px;
        padding-bottom: 10px;
    }
    .overviewWrap {
        width: 50%;
    }
    .template_detail h3 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 5px;
    }
    .template_detail .h3 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 5px;
    }
    .template_detail p {
        font-size: 18px;
        line-height: 29px;
    }
    .template_detail h4 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 6px;
    }
    .template_detail .ri_11 h2 p {
        font-size: 25px;
    }
    .template_detail h5 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 5px;
    }
    .template_detail .font2 p {
        padding-bottom: 20px;
    }
    .template_detail .p1::before {
        margin-bottom: 5px;
    }
    .template_detail .sl_h3 {
        padding-bottom: 25px;
    }
   /* .template_detail .font9 {
        width: 33%;
    }*/
    .template_detail .font7 h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .template_detail .font2 h1 {
        width: 68%;
    }
    .template_detail .font11 h4 {
        font-size: 23px;
        line-height: 28px;
    }
    .template_detail .font9_9 h3 {
        font-size: 24px;
    }
    .title_explore_state h2 {
        font-size: 14px;
        /*width: 210px;*/
        /*margin-left: 42.2%;*/
        margin-top: -8px;
    }
    .template_detail .title_discover_stay h2 {
        font-size: 18px;
        width: 150px;
        margin-left: 21.5%;
        margin-bottom: 40px;
        margin-top: -10px;
    }
    .discover_stay .title_discover_stay h2 {
        font-size: 14px;
        /*width: 140px;
        margin-left: 25%;*/
        margin-bottom: 10px;
        margin-top: -30px;
    }
    /*discover details*/
    /*enquiry*/
    .enquiry {
        width: 100%;
        height: auto;
    }
    .enquiry p {
        font-size: 16px;
    }
    .enquiry h3 {
        font-size: 17px;
    }
    .enquiry_show_more_want_go input[type=text] {
        font-size: 17px;
    }
    .enquiry h4 {
        font-size: 20px;
    }
    .enquiry_main .button {
        padding: 8px 35px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 22px;
        margin: 0px 0px;
    }
    .enquiry_let {
        padding-top: 1%;
        padding-bottom: 1%;
    }
    .enquiry_detail {
        padding-top: 20px;
    }
    .enquiry_main input[type=date] {
        width: 45%;
    }
    /*enquiry end*/
    /*blog*/
    .template_blog h1 {
        font-size: 20px;
        line-height: 22px;
    }
    .template_blog h2 {
        font-size: 25px;
        line-height: 29px;
    }
    .template_blog h3 {
        font-size: 17px;
        line-height: 24px;
    }
    .template_blog h4 {
        font-size: 15px;
        line-height: 20px;
    }
    .template_blog h5 {
        font-size: 15px;
        line-height: 20px;
    }
    .template_blog h6 {
        font-size: 40px;
        line-height: 44px;
    }
    .template_blog .font3_2 h3 {
        font-size: 14px;
        line-height: 18px;
    }
    .template_blog .font3_2 h4 {
        font-size: 12px;
        line-height: 16px;
    }
    .template_blog p {
        font-size: 15px;
        line-height: 24px;
    }
    .template_blog .blog_2 .col-md-6 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .template_blog .font4_1 {
        margin-left: 0px;
    }
    /*blog end*/
    /*unique experience*/
    .template_unique h1 {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .template_unique h2 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .template_unique p {
        font-size: 18px;
        line-height: 24px;
    }
    .template_unique .font1_re {
        padding-top: 11%;
    }
    .template_unique .img_co_ce {
        padding: 30px 15px 30px 15px;
    }
    .template_unique h3 {
        font-size: 32px;
        line-height: 32px;
    }
    .template_unique .slider_ex_2 h4 {
        font-size: 20px;
        line-height: 24px;
    }
    /*unique experience end*/
    /*discover stay*/
    .discover_stay h1 {
        font-size: 22px;
        line-height: 25px;
        padding-bottom: 5px;
    }
    .discover_stay .h2 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 5px;
    }
    .discover_stay h3 {
        font-size: 19px;
        line-height: 25px;
    }
    .discover_stay p {
        font-size: 15px;
        line-height: 20px;
    }
    .discover_stay .slider2 {
        padding-top: 10%;
    }
    .discover_stay .h2::before {
        margin-bottom: 3px;
    }
    /* .discover_stay .template_discover_img .line{display: none;}
    .discover_stay .template_discover_img .font_img{display: none;} */
    .discover_stay .template_discover_img .font_img_2 {
        display: none;
        text-align: center;
    }
    /*discover stay end*/
    /*blog detail*/
    .blog h1 {
        font-size: 30px;
    }
    .blog p {
        font-size: 15px;
    }
    .blog_right p {
        font-size: 15px;
    }
    .blog_top_part p {
        font-size: 16px;
    }
    .blog h2 {
        font-size: 26px;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .blog h3 {
        font-size: 21px;
    }
    .blog h4 {
        font-size: 18px;
        line-height: 1.3;
    }
    .blog h5 {
        font-size: 13px;
    }
    .blog h6 {
        font-size: 10px;
    }
    .blog_big_img img {
        width: 100%;
        object-fit: cover;
    }
    .blog_monsoon_img1 img {
        width: 100%;
        object-fit: cover;
    }
    .blog_monsoon_img2 img {
        width: 100%;
        object-fit: cover;
    }
    .top_blog_img_right {
        margin-left: -5%;
    }
    .top_blog_img_left {
        margin-left: 5%;
    }
    .blog_category ul li {
        font-size: 17px;
        padding: 2px;
    }
    .blog_stay_update input[type=text] {
        font-size: 18px;
    }
    .blog_right_top_img2 {
        width: 150px;
    }
    .blog_right_top_img1 {
        width: 55px;
        position: absolute;
        right: 67%;
        padding-top: 65px;
    }
    .blog_right_top_img3 {
        width: 75px;
        position: absolute;
        left: 64%;
    }
    .blog_popular_last_minute h4 {
        margin-top: 0px;
    }
    .blog_popular_explore_night h4 {
        margin-top: 0px;
    }
    .blog_popular_holiday_idea h4 {
        margin-top: 0px;
    }
    .blog_popular_last_minute h5 {
        margin-top: -6px;
    }
    .blog_popular_explore_night h5 {
        margin-top: -6px;
    }
    .blog_popular_holiday_idea h5 {
        margin-top: -6px;
    }
    .blog_popular_last_minute h6 {
        margin-top: -6px;
    }
    .blog_popular_explore_night h6 {
        margin-top: -6px;
    }
    .blog_popular_holiday_idea h6 {
        margin-top: -6px;
    }
    .blog_social_media_img {
        padding-left: 5%;
    }
    .blog_related_post_content::before {
        position: absolute;
        bottom: 15px;
        left: 39%;
    }
    .blog_related_post_content::after {
        position: absolute;
        bottom: 15px;
        left: 57.5%;
    }
    .blog_want_us input[type=text] {
        font-size: 16px !important;
        padding: 9px 0 5px 10px;
    }
    .blog_leave_comment label {
        font-size: 17px;
    }
    .blog_leave_comment input[type=text] {
        width: 100%;
        padding: 10px 0 20px 0px;
        margin: 5px 0;
    }
    .blog_leave_comment input[type=mail] {
        margin: 5px 7px;
    }
    .template_blog .slider_ex {
        padding: 20px 0px 30px 0;
    }
    .blog_want_us .button {
        font-size: 19px !important;
    }
    .blog_write_btn .button {
        font-size: 20px !important;
    }
    .blog_leave_comment input[type=name] {
        width: 48%;
        padding: 15px 0 30px 0px;
        margin: 10px 0px;
        font-size: 18px;
    }
    .blog_leave_comment input[type=mail] {
        margin: 10px 7px;
    }
    .blog_submit_btn .button {
        padding: 7px 40px;
        font-size: 20px;
    }
    /*blog detail end*/
    .dropdown_explore .dropdown-content a {
        font-size: 14px;
       /* margin: 0px 10px;
        width: calc(50% - 20px);*/
    }
    .dropdown_discover .dropdown-content a {
        font-size: 14px;
        /*margin: 0 20px;*/
    }
    .dropdown_discover .dropdown-content {
       /* width: 88%;
        left: -9%;*/
    }
    .discover_stay .font_jal h2 {
        font-size: 20px;
    }
    .dropdown_explore .dropdown-content {
       /* width: 138%;
        left: -32%;*/
    }
    .thinkimg_block {
        margin-left: 15px;
    }
    .c-popup__img {
        max-width: 100px;
        margin: 0 auto;
        padding: 30px 40px 30px;
    }
    .popup_icon {
        width: 45px;
        margin: 15px 10px 10px 10px;
    }
    .c-popup {
        width: 60%;
    }
    .close_popup {
        right: -54px;
        font-size: 30px;
        top: -65px;
    }
    .close_popup i {
        height: 50px;
        width: 50px;
        padding-top: 9px;
    }
    .thinkelsewherewrapper p {
        width: 74%;
    }
    .discover_stay .title_discover_stay h2 {
        font-size: 14px;
        /*width: 137px;
        margin-left: 25.2%;*/
        margin-bottom: 10px;
        margin-top: -30px;
    }
    .template_detail h1 {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 10px;
    }
    .stay_details_dropdown {
        padding: 20px 0 30px 0;
    }
    .template_detail h3 {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 5px;
    }
    .template_detail h2 {
        font-size: 20px;
        line-height: 29px;
        max-height: 58px;
        padding-bottom: 10px;
    }
    .overviewWrap {
        width: 50%;
    }
    .template_detail p {
        font-size: 16px;
        line-height: 25px;
    }
    .template_detail .font2 p {
        padding-bottom: 15px;
    }
    .why_choose_main {
        padding-top: 1%;
    }
    .content_img1 {
        width: 90%;
        margin: 0 auto;
    }
    .p_white {
        padding: 6px 6px;
    }
    .filter_wrap::after {
        height: 9px;
        width: 9px;
    }
    .blog_subscribe_btn .button {
        padding: 5px 15px;
        font-size: 20px;
    }
    .our_promise_main {
        padding-left: 2%;
        padding-right: 2%;
    }
    .focus_main {
        padding-left: 2%;
        padding-right: 2%;
    }
    .team_person_main {
        padding-left: 2%;
        padding-right: 2%;
    }
    .green_dot_right::after {
        height: 9px;
        width: 9px;
        right: -16px;
    }
    .green_dot_left::before {
        height: 9px;
        width: 9px;
        left: -16px;
    }
    .title_disc_popup h1 {
        font-size: 24px;
    }
    .linetag_disc {
        right: -7%;
        width: 100%;
    }
    /*.gallery_detail .img1{
        height: 47vh;
    }*/

    .gallery_detail_thumbs .img1 {
        height: 70px;
    }

    .template_detail .swiper-button-prev, .swiper-button-next, .template_detail .swiper-button-next, .swiper-button-prev {
            background-size: 18px 26px;
    }
    .gallery_width{
        border: 50px solid #fff;
    }
    .title_disc_popup h1{
        padding-bottom: 20px;
    }
    .view_gallery_tab {
        width: 28px;
        margin-left: 10px;
        margin-top: 5px;
    }
    .best_in {
        width: 75%;
    }
    .template_detail .font9 {
        width: 78%;
    }

    .font9 .font-30 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1280px) {

    #filterProperty {
        width: 80%;
    }
    .detailTabMenu li a, .menucurousel a {
        font-size: 16px;
    }
    .thinkelsewherewrapper {
        padding: 30px 0;
        margin-right: 65px;
    }
    .mainMenu a {
        padding: 10px 4.5% 20px 0;
    }
    .dropdown_discover .dropdown-content {
       /* width: 90%;
        left: -8%;*/
    }
    .dropdown_discover .dropdown-content a {
        font-size: 16px;
        /*margin: 0 20px;*/
        padding: 10px 0;
    }
    .dropdown_explore .dropdown-content a {
        padding: 10px 0;
    }
    .title_explore_state h2 {
        font-size: 14px;
       /* width: 190px;
        margin-left: 40%;*/
        margin-top: -8px;
    }
    .discover_stay .title_discover_stay h2 {
        font-size: 14px;
        /*width: 150px;
        margin-left: 24.2%;*/
        margin-bottom: 10px;
        margin-top: -30px;
    }
    .mainMenu a {
        font-size: 15px;
    }
    .socialwrapper {
        transform: translateX(46%);
    }
    .enquirecontent {
        width: 34%;
    }
    .enquireimg {
        width: 33%;
    }
    .footerMenu a {
        font-size: 14.5px;
        padding: 10px 6.9% 10px 5px;
    }
    .template_blog h1 {
        font-size: 18px;
        line-height: 22px;
    }
    .template_blog h3 {
        font-size: 15px;
        line-height: 27px;
    }
    .template_blog h4 {
        font-size: 14px;
        line-height: 14px;
    }
    .template_blog h3 {
        font-size: 15px;
        line-height: 19px;
    }
    .enquirecontent h1 {
        margin-top: 10px;
    }
    .discover_stay .slider2 {
        padding-top: 9%;
    }
    .discover_stay .template_discover_img .line_2 {
        width: 30.4%;
    }
    .logowrapper {
        padding: 62px 0 35px 0px;
    }
    .divider {
        overflow: hidden;
    }
    .personaly_icon {
        font-size: 16px;
    }
    .personaly_icon:after {
        left: 1%;
        width: 45px;
        height: 50px;
        background-size: 38px;
    }
    .divider img {
        max-width: 107%;
        width: 107%;
        margin-left: -3.5%;
    }
    .dots_position {
        bottom: 27px;
    }
    .play_btn {
        margin-top: 5%;
    }
    .detailstitle {
        width: 40%;
    }
    .footersocial {
        margin-right: 0px;
    }
    /*about*/
    .top_content_img {
        width: 100%;
    }
    .top_content_img img {
        width: 100%;
        object-fit: cover;
    }
    .Anyatra_new h1 {
        font-size: 17px;
    }
    .template_unique h3 {
        font-size: 31px;
        line-height: 32px;
    }
    .template_unique .slider_ex_2 h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .template_unique .slider_ex {
        padding: 30px 5px 40px 0;
    }
   /* .team_img4_wrap {
        position: absolute;
        top: 12%;
        left: 8%;
    }*/
    .team_img2_wrap {
        /*width: 100%;*/
        /*position: absolute;*/
        top: 14%;
        /*right: 15%;*/
    }
    .team_img6_wrap {
        width: 100%;
        position: absolute;
        top: 14%;
        left: 15%;
    }
    .team_img6_wrap img {
        object-fit: cover;
        transform: rotate(70deg);
    }
    .team_img7_wrap {
        width: 100%;
        position: absolute;
        top: -5%;
        right: 14%;
    }
    /*.team_img5_wrap {
        width: 100%;
        position: absolute;
        top: 1.5%;
        left: -2%;
    }*/
    /*about*/
    /*enquiry*/
    .something_heritage_checkbox .checkmark {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 35px;
        width: 35px;
        border: 1px solid #A5C890;
        background-color: #A5C890;
    }
    .enquiry_main .button {
        padding: 8px 100px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 35px;
        margin: 0px 0px;
    }
    .enquiry_main input[type=date] {
        width: 45%;
    }
    /*enquiry end*/
    /*blog detail*/
    .template_unique p {
        font-size: 17px;
        line-height: 21px;
    }
    .blog_category ul li {
        font-size: 17px;
        padding: 2px;
    }
    .blog h4 {
        font-size: 16px !important;
    }
    .blog_stay_update input[type=text] {
        font-size: 18px;
    }
    .blog_right_top_img2 {
        width: 146px;
    }
    .blog_right_top_img1 {
        width: 52px;
        position: absolute;
        right: 67%;
        padding-top: 65px;
    }
    .blog_right_top_img3 {
        width: 68px;
        position: absolute;
        left: 61%;
    }
    .blog_popular_last_minute h4 {
        margin-top: 0px;
    }
    .blog_popular_explore_night h4 {
        margin-top: 0px;
    }
    .blog_popular_holiday_idea h4 {
        margin-top: 0px;
    }
    .blog_popular_last_minute h5 {
        margin-top: -6px;
    }
    .blog_popular_explore_night h5 {
        margin-top: -6px;
    }
    .blog_popular_holiday_idea h5 {
        margin-top: -6px;
    }
    .blog_popular_last_minute h6 {
        margin-top: -6px;
    }
    .blog_popular_explore_night h6 {
        margin-top: -6px;
    }
    .blog_popular_holiday_idea h6 {
        margin-top: -6px;
    }
    .blog_social_media_img {
        padding-left: 4%;
    }
    .blog_related_post_content::before {
        position: absolute;
        bottom: 15px;
        left: 39%;
    }
    .blog_related_post_content::after {
        position: absolute;
        bottom: 15px;
        left: 57.5%;
    }
    .blog_want_us input[type=text] {
        font-size: 16px !important;
    }
    .blog_want_us .button {
        font-size: 20px !important;
    }
    .blog_write_btn .button {
        font-size: 25px;
    }
    .blog_leave_comment input[type=name] {
        width: 48%;
        padding: 15px 0 30px 0px;
        margin: 10px 0px;
        font-size: 18px;
    }
    .blog_leave_comment input[type=mail] {
        margin: 10px 7px;
    }
    .blog_submit_btn .button {
        padding: 7px 35px;
        font-size: 20px;
    }
    /*blog detail end*/
    .dropdown_explore .dropdown-content {
        /*width: 150%;
        left: -36%;*/
    }
    .menu_active span {
        /* padding: 0 10px 6px 10px; */
    }
    .thinkelsewherewrapper p {
        width: 76%;
    }
    .enquiry_main .button {
        padding: 8px 35px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 23px;
        margin: 0px 0px;
    }
    .enquiry h3 {
        font-size: 16px;
    }
    .enquiry h4 {
        font-size: 20px;
    }
    .enquiry_travelling {
        padding-top: 1.5%;
    }
    .discover_stay .title_discover_stay h2 {
        font-size: 14px;
       /* width: 130px;
        margin-left: 25.5%;*/
        margin-bottom: 10px;
        margin-top: -30px;
    }
    .title_explore_state h2 {
        font-size: 14px;
       /* width: 190px;
        margin-left: 42.4%;*/
        margin-top: -8px;
    }
    .bullet_detail li {
        font-size: 15px;
    }
    .stay_content {
        min-height: 115px;
    }
    .gallery_img {
        height: 182px;
    }
    .linetag_disc {
        right: -6%;
    }

    .list_tag_line p {
        padding: 0 10px;
    }
    
}

@media screen and (max-width: 1152px) {
    .template_detail .font9 {
        padding: 7% 0 7% 30%;
        width: 90%;
    }
    .team_img5_wrap {
        top: 16%;
    }
    .logo_home_all img.anyatraFixedLogo {
        width: 35px !important;
        left: 7px !important;
        top: 34px !important;
    }
    .f_r_nav {
        padding-left: 14%;
    }
    
    #filterProperty .col-lg-3:nth-child(4n+1) {
        clear: none;
    }
    #filterProperty .col-md-4:nth-child(3n+1) {
        clear: both;
    }
    .filter_facility {
        width: 60px;
    }
    .list_tag_line .line_before {
        width: 93%;
    }
    .islandlife .font-20 {
        font-size: 12px;
    }
    .list_tag_line .line_before:after {
        width: 6px;
        height: 6px;
        top: -3px;
        left: calc(100% + 5px);
    }
    .dropdown_explore .dropdown-content {
        width: 350px;
        padding: 0 25px;
    }

    .dropdown_explore .dropdown-content a {
        /*width: calc(50% - 20px);*/
        margin: 0 20px;
    }
    .dropdown_explore .dropdown-content a:nth-child(2n+1) {
            margin-left: 0;
    }

    .dropdown_explore .dropdown-content a:nth-child(2n) {
            margin-right: 0;
    }


    .thinkelsewherewrapper h1 {
        letter-spacing: 12px;
    }

    .thinkelsewherewrapper p {
        width: 78%;
    }

    .header_l_menu, .header_r_menu, .page_title_for_discover_stay_wrap {
        width: calc(50% - 105px);
    }

    .page_title_for_explore_state_wrap {
        margin-left: calc(50% - 105px);
    }

    .thinkelsewhere_grid_wraper .title_discover_stay {
        width: calc(50% - 105px);
    }

    .header_center_menu, .page_title_for_explore_state_wrap{
        width: 210px;
    }


    .gallery_detail_thumbs .img1 {
        height: 50px;
    }
    .left_f_div, .center_f_div, .right_f_div {
        font-size: 14px;
    }
    
    .f_l_nav {
        padding-right: 13%;
    }
    .logowrapper {
        width: 22%;
        padding: 50px 0 20px 0px;
    }
    .mainMenu a {
        font-size: 15px;
    }
    .font-40 {
        font-size: 22px;
    }
    .font-26 {
        font-size: 16px;
    }
    .font-70 {
        font-size: 28px !important;
    }
    .font-22 {
        font-size: 14px !important;
    }
    .font-24 {
        font-size: 16px;
    }
    .see_more_home {
        padding: 20px 0 20px 0;
    }
    .homeswiper {
        min-height: 380px;
    }
    .socialwrapper {
        transform: translateX(36%);
    }
    .footerMenu {
        width: 85%;
    }
    .footersocialcercle i {
        font-size: 14px;
    }
    .footersocial {
        width: 15%;
    }
    .footerMenu a {
       padding: 10px 6.8% 10px 5px;
        font-size: 13px;
    }
    .footerCenterMenu a {
        font-size: 12px;
    }
    .blog_want_us .button {
        font-size: 19px !important;
    }
    .footerlinebottom {
        margin: 25px 0 35px 0;
    }
    .footersocialcercle {
        height: 30px;
        width: 30px;
    }
    .linecircle {
        bottom: -60px;
        width: 14%;
    }
    .threewrapper {
        padding-top: 0px;
    }
    .divider img {
        max-width: 119%;
        width: 119%;
        margin-left: -9.5%;
    }
    .discover_stay .template_discover_img .line_2 {
        width: 24.5%;
    }
    .popup_icon {
        width: 35px;
        margin: 15px 10px 10px 10px;
    }
    .popup_content {
        padding: 20px 0;
    }
    .logowrapper {
        width: 19.8%;
        padding: 58px 0 20px 0px;
    }
    .mainMenu a {
        padding: 10px 2.3% 20px 0;
    }
    .font-40 {
        font-size: 20px;
    }
    .font-30 {
        font-size: 20px;
    }
    .font-20 {
        font-size: 14px;
    }
    .explorewrapper {
        margin-top: 5px;
    }
    .mainMenu a::after {
        width: 15px;
        height: 10px;
        bottom: -18px;
    }
    .personaly_icon {
        font-size: 14px;
    }
    .personaly_icon:after {
        left: 2%;
        width: 35px;
        height: 42px;
        background-size: 28px;
    }
    .tab_wrap .nav-pills>li {
        font-size: 18px;
    }
    .sub_term li {
        font-size: 18px;
    }
    .line_3 {
        width: 17%;
    }
    .more_title_line::before {
        bottom: 3px;
        width: 35px;
    }
    .more_title_line::after {
        bottom: 3px;
        width: 35px;
    }
    .play_btn {
        margin-top: 4%;
        font-size: 18px;
        padding: 4px 25px;
    }
    /*about*/
    .Anyatra_new h1 {
        font-size: 19px;
    }
    .Anyatra_new h2 {
        font-size: 19px;
    }
    .Anyatra_new p {
        font-size: 15px;
    }
    .our_promise_content2 {
        line-height: 22px;
        padding-top: 20%;
    }
    .content_img1 img {
        width: 20%;
    }
    .our_team_img img {
        width: 6%;
    }
   /* .team_img4_wrap {
        position: absolute;
        top: 11%;
        left: 8%;
    }*/
    /*.team_img2_wrap {
        width: 100%;
        position: absolute;
        top: 11%;
        right: 15%;
    }*/
    .team_img6_wrap {
        width: 100%;
        position: absolute;
        top: 12%;
        left: 15%;
    }
    .team_img6_wrap img {
        object-fit: cover;
        transform: rotate(70deg);
    }
    .team_img7_wrap {
        width: 100%;
        position: absolute;
        top: -5%;
        right: 14%;
    }
   /* .team_img5_wrap {
        width: 100%;
        position: absolute;
        top: 1.5%;
        left: -2%;
    }*/
    /*about end*/
    /*discover details*/
    .template_detail h1 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .template_detail h2 {
        font-size: 16px;
        line-height: 22px;
        max-height: 44px;
    }
    .template_detail h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .template_detail .h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .template_detail p {
        font-size: 15px;
        line-height: 22px;
    }
    .template_detail h4 {
        font-size: 20px;
        line-height: 22px;
        /* padding-bottom: 15px; */
    }
    .template_detail h5 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .template_detail .ri_11 h2 p {
        font-size: 20px;
    }
    .template_detail .p1::before {
        margin-bottom: 2px;
    }
    .template_detail .p::before {
        margin-bottom: 2px;
    }
   /* .template_detail .font9 {
        width: 35%;
    }*/
    .template_detail .font7 h4 {
        font-size: 20px;
        line-height: 25px;
    }
    .template_detail .font11 h4 {
        width: 74%;
    }
    .template_detail .font11 h4 {
        font-size: 26px;
        line-height: 30px;
    }
    /*.template_detail .font9_9 h3 {
        font-size: 25px;
    }*/
    .template_detail .title_discover_stay h2 {
        font-size: 15px;
        width: 150px;
        margin-left: 21.5%;
        margin-bottom: 40px;
        margin-top: -10px;
    }
    .discover_stay .title_discover_stay h2 {
        font-size: 14px;
        /*width: 140px;
        margin-left: 25.1%;*/
        margin-bottom: 10px;
        margin-top: -20px;
    }
    .title_explore_state h2 {
        font-size: 14px;
       /* width: 170px;
        margin-left: 42.8%;*/
        margin-top: -5px;
    }
    /*descover details*/
    /**/
    .template_blog h1 {
        font-size: 22px;
        line-height: 26px;
    }
    .template_blog h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .template_blog h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .template_blog h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .template_blog h5 {
        font-size: 14px;
        line-height: 18px;
    }
    .template_blog h6 {
        font-size: 36px;
        line-height: 40px;
    }
    .template_blog .font3_2 h3 {
        font-size: 13px;
        line-height: 17px;
    }
    .template_blog .font3_2 h4 {
        font-size: 12px;
        line-height: 16px;
    }
    .template_blog p {
        font-size: 16px;
        line-height: 27px;
    }
    /**/
    /*unique experince*/
    .template_unique h1 {
        font-size: 22px;
        line-height: 26px;
    }
    .template_unique h2 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .template_unique p {
        font-size: 16px;
        line-height: 20px;
    }
    .template_unique .font1_re {
        padding-top: 10%;
    }
    .template_unique h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .template_unique .slider_ex_2 h4 {
        font-size: 18px;
        line-height: 22px;
    }
    /*unique experince end*/
    /*enquiry*/
    .enquiry {
        width: 100%;
        height: auto;
    }
    .enquiry p {
        font-size: 19px;
    }
    .enquiry h3 {
        font-size: 20px;
    }
    .enquiry h4 {
        font-size: 22px;
    }
    .something_heritage_checkbox .checkmark {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 35px;
        width: 35px;
        border: 1px solid #A5C890;
        background-color: #A5C890;
    }
    .enquiry_main .button {
        padding: 8px 70px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 32px;
        margin: 4px 2px;
    }
    .enquiry_main input[type=date] {
        width: 40%;
    }
    /*enquiry end*/
    /*discover stay*/
    .discover_stay h1 {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 10px;
    }
    .discover_stay .h2 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .discover_stay h3 {
        font-size: 17px;
        line-height: 24px;
    }
    .discover_stay p {
        font-size: 15px;
        line-height: 20px;
    }
    /*discover stay end*/
    /*blog detail*/
    .blog h1 {
        font-size: 25px;
    }
    .blog p {
        font-size: 13px;
    }
    .blog_top_part p {
        font-size: 17px;
    }
    .blog_right p {
        font-size: 17px;
        text-align: left;
    }
    .blog h2 {
        font-size: 28px;
    }
    .blog h3 {
        font-size: 20px;
    }
    .blog h4 {
        font-size: 18px;
    }
    .blog h5 {
        font-size: 13px;
    }
    .blog h6 {
        font-size: 10px;
    }
    .top_blog_img_right {
        margin-top: 0px;
    }
    .top_blog_img_left {
        margin-top: 0px;
    }
    .blog_big_img img {
        width: 100%;
        object-fit: cover;
    }
    .blog_monsoon_img1 img {
        width: 100%;
        object-fit: cover;
    }
    .blog_monsoon_img2 img {
        width: 100%;
        object-fit: cover;
    }
    .blog_category {
        padding-top: 0%;
    }
    .blog_category ul li {
        font-size: 15px;
        padding: 2px;
    }
    .blog_stay_update input[type=text] {
        font-size: 18px;
    }
    .blog_right_top_img2 {
        width: 130px;
        padding-top: 15px;
    }
    .blog_right_top_img1 {
        width: 45px;
        position: absolute;
        right: 70%;
        padding-top: 71px;
    }
    .blog_right_top_img3 {
        width: 50px;
        position: absolute;
        left: 56%;
        top: 8%;
    }
    .blog_social_media_img {
        padding-left: 0%;
    }
    .blog_related_post_content::before {
        position: absolute;
        bottom: 15px;
        left: 39%;
    }
    .blog_related_post_content::after {
        position: absolute;
        bottom: 13px;
        left: 57%;
    }
    .blog_leave_comment input[type=name] {
        width: 48%;
        padding: 15px 0 30px 0px;
        margin: 10px 0px;
        font-size: 18px;
    }
    .blog_leave_comment input[type=mail] {
        margin: 10px 7px;
    }
    .blog_submit_btn .button {
        padding: 7px 35px;
        font-size: 20px;
    }
    /*blog detail end*/
    .discover_stay .slider2 {
        padding-top: 7%;
    }
    .discover_stay .font_jal h2 {
        font-size: 18px;
    }
    .dropdown_explore .dropdown-content {
        /*width: 170%;
        left: -40%;*/
    }
    .dropdown_explore .dropdown-content a {
        font-size: 16px;
        /*margin: 0px 15px;*/
        /*width: 41%;*/
    }
    .dropdown_discover .dropdown-content {
       /* width: 98%;
        left: -7%;*/
    }
    .stay_content {
        min-height: 112px;
    }
    .sticky .thinkelsewhere_grid_wraper {
        padding-top: 1.1%;
    }
    .gallery_img {
        height: 164px;
    }
    .linetag_disc {
        right: -4%;
    }
}

@media screen and (max-width: 1040px) {
    .f_r_nav {
        /*top: 4px;*/
        padding-left: 10%;
    }
    .f_l_nav {
        padding-right: 6%;
    }
    .something_heritage_checkbox .checkmark {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 35px;
        width: 35px;
        border: 1px solid #A5C890;
        background-color: #A5C890;
    }
    .enquiry h3 {
        font-size: 17px;
    }
    .enquiry_main .button {
        padding: 8px 70px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 32px;
        margin: 4px 2px;
    }
    .enquiry_main input[type=date] {
        width: 45%;
    }
    /*blog detail*/
    .blog_right p {
        font-size: 15px;
    }
    .blog h4 {
        font-size: 12px !important;
    }
    .blog_related_post h4 {
        font-size: 15px !important;
    }
    .blog_category ul li {
        font-size: 13px;
        padding: 2px;
    }
    .blog_stay_update input[type=text] {
        font-size: 18px;
    }
    .blog_right_top_img2 {
        width: 115px;
        padding-top: 15px;
    }
    .blog_right_top_img1 {
        width: 40px;
        position: absolute;
        right: 70%;
        padding-top: 59px;
    }
    .blog_right_top_img3 {
        width: 50px;
        position: absolute;
        left: 47%;
        top: 8%;
    }
    .blog_social_media_img {
        padding-left: 0%;
    }
    .blog_related_post_content::before {
        position: absolute;
        bottom: 15px;
        left: 38%;
    }
    .blog_related_post_content::after {
        position: absolute;
        bottom: 13px;
        left: 58%;
    }
    .blog_subscribe_btn .button {
        font-size: 21px !important;
        padding: 3px 6px;
    }
    .blog_leave_comment input[type=name] {
        width: 48%;
        padding: 15px 0 30px 0px;
        margin: 10px 0px;
        font-size: 18px;
    }
    .blog_leave_comment input[type=mail] {
        margin: 10px 7px;
    }
    .blog_submit_btn .button {
        padding: 7px 50px;
        font-size: 24px;
    }
    /*blog detail end*/
    .dropdown_discover .dropdown-content {
       /* width: 100%;
        left: -2%;*/
    }
    .dropdown_explore .dropdown-content a {
        font-size: 15px;
        /*margin: 0px 10px;*/
        /*width: 43%;*/
    }
    .dropdown_discover .dropdown-content a {
        font-size: 15px;
        /*margin: 0 20px;*/
    }
    .title_disc_popup h1 {
        font-size: 20px;
    }
    .stay_content {
        min-height: 130px;
    }
    .gallery_img {
        height: 144px;
    }
    .linetag_disc {
        right: -2%;
    }
    .best_in {
        width: 75%;
    }

     .header_l_menu, .header_r_menu, .header_center_menu {
        font-size: 14px;
    }

    .page_title_for_discover_stay_wrap, .page_title_for_explore_state_wrap {
        font-size: 14px;
    }

    .main_search_box input {
        font-size: 16px;
        height: 40px;
    }

    .close-searchbox {
        right: 8px;
    }
}

@media screen and (max-width: 1024px) {
    .header_l_menu span, .header_r_menu span, .header_center_menu span {
        padding: 0 10px 12px 10px;
    }


    .detailTabMenu li {
        padding: 0 24px 0 30px;
    }
    .animationheight {
        min-height: 300px;
    }
    .homeswiper {
        min-height: 300px;
    }
    .mainMenu a {
        padding: 10px 0.8% 20px 0;
        font-size: 14.5px;
    }
    .dropdown_explore .dropdown-content {
       /* width: 170%;
        left: -36%;*/
    }
    .font-40 {
        font-size: 20px;
    }
    .font-70 {
        font-size: 24px !important;
    }
    .thinkelsewherewrapper {
        padding: 25px 0;
        margin-right: 40px;
    }

    .thinkelsewherewrapper p {
        width: 76%;
    }
    .thinkimg {
        margin: -15px 0px;
    }
    .linecircle {
        bottom: -52px;
    }

    .linedot {
        top: 8px;
    }
    .font-20 {
        font-size: 15px;
    }
    .font-16 {
        font-size: 13px;
    }
    .font-24 {
        font-size: 15px;
    }
    .font-26 {
        font-size: 15px;
    }
    .bg_green {
        padding: 30px 15px;
    }
    .enquirecontent {
        width: 36%;
    }
    .enquireimg {
        width: 32%;
    }
    .personaly_icon {
        font-size: 13px;
    }
    .personaly_icon:after {
        left: -1%;
        width: 35px;
        height: 42px;
        background-size: 28px;
    }
    .divider img {
        max-width: 134.5%;
        width: 134.5%;
        margin-left: -17.3%;
    }
    .enquirecontent h1 {
        margin-top: 0px;
    }
    .footerMenu a {
        padding: 10px 4.2% 10px 5px;
        font-size: 14px;
    }
    .footersocialcercle {
        height: 26px;
        width: 26px;
    }     
    .footerCenterMenu a {
        font-size: 14px;
    }
    .socialwrapper {
        transform: translateX(44%);
    }
    .logowrapper {
        width: 20%;
        padding: 50px 0 20px 0px;
    }
    .font-40 {
        font-size: 20px;
    }
    /* .center_title::after, .center_title::before {
        width: 78px;
    } */
    .more_title_line::before {
        bottom: 1px;
    }
    .more_title_line::after {
        bottom: 1px;
    }
    .think_dot::after {
        width: 30px;
        top: -8px;
        right: -15px;
    }
    /*about*/
    .top_content_img {
        width: 100%;
    }
    .top_content_img img {
        width: 85%;
        object-fit: cover;
    }
    .team_img2_wrap {
        /*width: 100%;*/
        /*position: absolute;*/
        top: 8%;
        right: 27%;
    }
    .team_img7_wrap {
        width: 100%;
        position: absolute;
        top: -5%;
        right: 12%;
    }
    .team_img6_wrap {
        width: 100%;
        position: absolute;
        top: 10%;
        left: 13%;
    }
    .team_img6_wrap img {
        object-fit: cover;
        transform: rotate(60deg);
    }
    .team_img4_wrap {
        /*width: 100%;
        position: absolute;*/
        top: -4%;
        /*left: 8%;*/
        /*z-index: -1;*/
    }

    .team_img5_wrap {
       top: 13%;
    }

    .team_img3_wrap {
        top: -2.5%;
    }
    /*.discover_stay .title_discover_stay h2 {
        margin-left: 24.6%;
    }*/
    
    .know_more {
        font-size: 13px;
        padding: 6px 15px;
        margin-top: 7px;
    }
    .title_explore_state h2 {
        /*margin-left: 41.6%;*/
    }
    .discover_stay .template_discover_img .line_2 {
        width: 17.5%;
    }
    /*about*/
    /*.template_detail .font9 {
        width: 39%;
    }*/
    /*blog*/
    .template_blog .font4_co p {
        margin: 7px 0;
        font-size: 14px;
        line-height: 25px;
    }
    .template_blog .font4 p {
        margin-left: 5px;
    }
    .template_blog .slider5 .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .template_blog .dot_1 {
        margin-right: -8%;
    }
    .template_blog .dot_2 {
        margin-left: -8%;
    }
    /*blog end*/
    /*unique experince*/
    .template_unique .font1_re {
        padding-top: 0%;
    }
    .template_unique .dot_1 {
        margin-right: -8%;
    }
    .template_unique .dot_2 {
        margin-left: -8%;
    }
    /*unique experince end*/
    .discover_stay .slider2 {
        padding-top: 0%;
    }
}

@media only screen and (max-width: 992px) {
    .gallaryGrid {
        padding-bottom: 20px;
    }
    .padR30 {
        padding-right: 0;
    }

    .template_detail .img9 {
        left: 0;
        right: 0;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        transform: unset;
    }
    .template_detail .font9 {
        position: relative;
        z-index: 9;
    }
    .right_f_div {
        padding-top: 0;
        padding-bottom: 0;
    }
    .property_filter_wrap.open {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #b6a89f;
    }

    .socialBtns {
        width: 100%;
        text-align: center;
        padding: 5px 0;
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }

    #filterProperty {
        padding: 0;
    }
    .mobTop {
        margin-top: 15px;
    }
    .main_search_box {
        height: calc(100% + 5px);
    }
    .main_search_box input {
        font-size: 28px;
        height: 100%;
        margin: 0;
        padding: 0 15px;
    }
    .close-searchbox {
        font-size: 54px;
        right: 15px;
    }
    .template_detail .sl_h3 h4 {
        line-height: 20px;
    }
    .uniq_tag_line h4 {
        max-width: 70%;
    }
    .uniq_tag_line h4:before, .uniq_tag_line h4:after {
        width: 8px;
        height: 8px;
    }
    .uniq_tag_line h4:before {
        left: 4px;
    }

    .uniq_tag_line h4:after {
        left: calc(100% - 12px);
    }
    .width36 {
        width: 25%;
    }
    .width28 {
        width: 50%;
    }
    .list_tag_line {
        padding: 0 40px;
    }
    .list_tag_line .line_before {
        width: calc(100% - 90px);
        left: 40px;
    }
    .list_tag_line .line_before:after {
        width: 5px;
        height: 5px;
        top: -2.5px;
        left: calc(100% + 2.5px);
        /*background: transparent;*/
    }

    .list_tag_line p {
        margin-left: 0;
        /*display: block;*/
        max-width: 100%;
        padding: 0 5px;
    }

    .template_unique .slider_ex_2 h4 {
        padding: 0;
    }
    .filter_bar {
        position: absolute;
        right: 90px;
        top: 50%;
        transform: translateY(-50%);
        width: 26px;
    }
    .body_main {
        overflow-x: hidden;
    }
    .bottom_r_div {
        right: 0;
        width: calc(50% - 0px);
    }
    .page_title_for_explore_state_wrap {
        width: 100%;
        margin-left: 0;
    }
    .page_title_for_discover_stay_wrap, .page_title_for_explore_state_wrap {
        margin-top: 20px;
        font-size: 16px;
    }

    .header_l_menu, .header_r_menu, .header_center_menu  {
        font-size: 16px;
    }
    .page_title_for_discover_stay_wrap {
        width: 100%;
    }
    .page_title_for_discover_stay {
        width: 100%;
        margin-left: 0;
    }
    .thinkelsewherewrapper {
        width: 100%;
    }
    .thinkelsewhere_grid_wraper .title_discover_stay {
        width: 100%;
    }

    .discover_stay .title_discover_stay h2 {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .about_text {
        display: block;
    }

    .gallery_width {
        padding: 50px 0%;
    }

    .sticky .header_sticky_logo {
        display: block;
        height: unset;
        visibility: visible;
    }
    .sticky .mobile_menu_header {
        display: block;
        height: unset;
        visibility: visible;
    }
    .sticky_main_scroll {
        display: none;
    }
    .body_main.is-active {
        position: fixed;
    }
    .mainMenu a {
        padding: 10px 27px 20px 19px;
        font-size: 15px;
    }
    .web_view {
        display: none !important;
    }
    .tab_view {
        display: block !important;
    }
    .cat_banner_wrap {
        padding: 15px 0;
    }
    .tab_padding0 {
        padding: 0;
    }
    .tab_p_t20 {
        padding-top: 20px;
    }
    .dropup-icon i {
        float: right;
        padding-right: 15px;
        font-size: 18px;
        padding-top: 2px;
    }
    .dropup-icon .fa-minus {
        display: none;
    }
    .is_open_li .fa-minus {
        display: block;
    }
    .is_open_li .fa-plus {
        display: none;
    }
    .is_open_state_li .fa-minus {
        display: block;
    }
    .is_open_state_li .fa-plus {
        display: none;
    }
    .web_homePage {
        /*margin-top: 30px;*/
        margin-top: 0px;
    }
    .body_main_sticky {
        padding-top: 90px;
    }
    /*discover details*/
    .template_detail h1 {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 15px;
        /**********************************************************************************/
    }
    .template_detail h2 {
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
    }
    .template_detail h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .template_detail .h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .template_detail p {
        font-size: 15px;
        line-height: 22px;
    }
    .template_detail h4 {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    .template_detail .sl_h3 {
        padding-bottom: 10px;
    }
    .template_detail h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .template_detail .ri_11 h2 p {
        font-size: 18px;
    }
    .overviewWrap {
        width: 60%;
    }
    .catOverviewWrap {
        width: 100%;
        text-align: center;
    }

    .template_detail .font9 {
        width: 100%;
        padding: 7% 0 7% 40%;

        /*width: 32%;*/
    }
    .font9 .font-30 {
        font-size: 16px;
    }

    
    .template_detail .font11 h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .template_detail .img7 {
        width: 60%;
    }
    .template_detail .font9_9 h3 {
        font-size: 22px;
    }
    .circleblue2 {
        position: absolute;
        right: 10%;
        bottom: 20%;
        width: 7%;
    }
    .thinkimg_block {
        margin-left: 0px;
    }
    .personaly_icon {
        font-size: 13px;
        width: 90%;
    }
    .personaly_icon:after {
        left: -3%;
        width: 35px;
        height: 42px;
        background-size: 28px;
        bottom: 12px;
    }
    /*discover details*/
    .template_blog p {
        font-size: 14px;
        line-height: 20px;
    }
    .template_blog h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .template_blog .form-control {
        font-size: 16px;
    }
    .template_blog .btn {
        padding: 5px 25px;
        font-size: 16px;
    }
    .template_blog h6 {
        font-size: 28px;
        line-height: 34px;
    }
    .template_blog .font4 p {
        margin-left: 0px;
    }
    /*enquiry*/
    .enquiry {
        width: 100%;
        height: auto;
    }
    .enquiry p {
        font-size: 15px;
        line-height: 21px;
    }
    .enquiry h3 {
        font-size: 16px;
    }
    .enquiry h4 {
        font-size: 18px;
    }
    .something_heritage_checkbox .checkmark {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 35px;
        width: 35px;
        border: 1px solid #A5C890;
        background-color: #A5C890;
    }
    .special_occasion_checkbox .checkmark {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 35px;
        width: 35px;
        border: 1px solid #A5C890;
        background-color: #A5C890;
    }
    .enquiry_main .button {
        padding: 8px 70px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 30px;
        margin: 4px 2px;
    }
    .enquiry_main input[type=text] {
        font-size: 17px;
    }
    .enquiry_main input[type=date] {
        font-size: 17px;
        width: 45%;
    }
    .enquiry_main input[type=num] {
        font-size: 17px;
    }
    .enquiry_main input[type=text] {
        font-size: 17px;
    }
    /*enquiry end*/
    /*blog*/
    .template_blog .blog_1 .col-md-6 {
        width: 100%;
    }
    .template_blog .blog_2 .col-md-6 {
        width: 100%;
    }
    .template_blog h5 {
        font-size: 16px;
        line-height: 18px;
        padding-top: 15px;
    }
    .template_blog .font3_2 h3 {
        font-size: 15px;
        line-height: 17px;
    }
    /*blog end*/
    /*blog detail*/
    .blog h1 {
        font-size: 20px;
    }
    .blog p {
        font-size: 17px;
    }
    .blog h2 {
        font-size: 18px;
    }
    .blog h3 {
        font-size: 18px;
    }
    .blog h4 {
        font-size: 16px;
    }
    .blog h5 {
        font-size: 13px;
    }
    .blog h6 {
        font-size: 13px;
    }
    .blog_top_part p {
        font-size: 15px;
    }
    .blog_right p {
        font-size: 15px;
    }
    .blog_big_img img {
        width: 100%;
        object-fit: cover;
    }
    .blog_monsoon_img1 img {
        width: 100%;
        object-fit: cover;
    }
    .blog_monsoon_img2 img {
        width: 100%;
        object-fit: cover;
    }
    .blog_leave_comment label {
        width: 100%;
    }
    .blog_leave_comment_main label {
        width: 100%;
    }
    .blog_leave_comment label {
        width: 100%;
    }
    .blog_leave_comment_main label {
        width: 100%;
    }
    .blog_stay_update input[type=text] {
        padding: 2px 0px 0px 0px;
    }
    /*blog detail end*/
    .c-popup {
        width: 70%;
        padding: 25px 40px 5px 40px;
    }
    .popup_content {
        padding: 10px 0;
    }
    .exp_m {
        padding-bottom: 10px !important;
    }
    .explore-swiper-button-next {
        background-image: url('../images/home/right.png');
        background-repeat: no-repeat;
        right: 20px;
        left: auto;
        top: 27%;
        position: absolute;
        z-index: 22;
        height: 50px;
        width: 20px;
        background-size: 12px;
    }
    .explore-swiper-button-prev.swiper-button-disabled, .explore-swiper-button-next.swiper-button-disabled {
        opacity: 0.5;
    }
    .explore-swiper-button-prev {
        background-image: url('../images/home/left.png');
        background-repeat: no-repeat;
        left: 20px;
        right: auto;
        top: 27%;
        position: absolute;
        z-index: 22;
        height: 50px;
        width: 20px;
        background-size: 12px;
    }
    .explore-swiper-button-next:focus, .explore-swiper-button-prev:focus {
        outline: none;
    }
    .unique-swiper-button-next {
        background-image: url('../images/home/right.png');
        background-repeat: no-repeat;
        right: 20px;
        left: auto;
        top: 27%;
        position: absolute;
        z-index: 22;
        height: 50px;
        width: 20px;
        background-size: 12px;
    }
    .unique-swiper-button-prev.swiper-button-disabled, .unique-swiper-button-next.swiper-button-disabled {
        opacity: 0.5;
    }
    .unique-swiper-button-prev {
        background-image: url('../images/home/left.png');
        background-repeat: no-repeat;
        left: 20px;
        right: auto;
        top: 27%;
        position: absolute;
        z-index: 22;
        height: 50px;
        width: 20px;
        background-size: 12px;
    }
    .unique-swiper-button-next:focus, .unique-swiper-button-prev:focus {
        outline: none;
    }
    .mobile_think a::after {
        content: '';
        position: absolute;
        background-image: url('../images/thinkelsewhere/threedot.png');
        width: 22px;
        height: 10px;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: unset;
        opacity: 1;
        transition: all ease-in-out .7s;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 12px;
    }
    .gallery_img {
        height: 100px;
    }
    .linetag_disc {
        right: 4%;
        width: 97%;
    }
   
    .gallery2_block{
        overflow:unset;
        overflow-x: unset;
    }
    .gallery_width .icon_popup {
        z-index: 11;
        position: relative;
    }
}

@media screen and (max-width: 992px) {
    .detailTabMenu li {
        padding: 0 10px 0 16px;
    }
    .f_l_nav, .f_r_nav {
        width: 100%;
        text-align: center;
        padding: 5px 0;
        display: block;
    }
    .left_f_div, .center_f_div, .right_f_div {
        width: 100%;
        float: none;
    }
    .footersocialcercle {
        display: inline-block;
    }
    .web_logo {
        display: none !important;
    }
    .mobile_logo {
        display: block;
    }
    .menu_active {
        color: #a6c790!important;
    }
    .animationheight {
        min-height: unset;
    }
    .homeswiper {
        min-height: unset;
    }
    .none_main {
        display: block;
    }
    .none_991 {
        display: none;
    }
    .webmenu {
        display: none !important;
    }
    .logowrapper {
        width: 25%;
        /* margin: 15px 0 15px 0px; */
        /* float: left; */
        padding: 15px 0;
    }
    .font-40 {
        font-size: 17px;
    }
    .font-18 {
        font-size: 12px;
    }
    .threeblock {
        width: 100%;
        margin-top: 10px;
    }
    .threeblockimg {
        width: 23%;
        display: inline-block;
        margin: 0 12px;
    }
    .choosewraper img {
        width: 25%;
        animation-name: unset;
    }
    .threeblockimg img {
        width: 60%;
    }
    .thinkimg {
        margin: -25px 0 0 0;
    }
    .linecircle {
        bottom: -40px;
        width: 14%;
    }
    .thinkelsewherewrapper h1 {
        float: unset;
    }
    .font-70 {
        font-size: 32px !important;
    }
    .thinkelsewherewrapper h1 {
        letter-spacing: 10px;
    }
    .thinkelsewherewrapper p {
        float: unset;
        width: 42%;
        padding-right: unset;
        text-align: center;
        margin: 0 auto;
    }
    .linedot {
        top: 15px;
        display: none;
    }
    .discover_stay .template_discover_img .line_1 {
        display: none;
    }
    .discover_stay .template_discover_img .line_2 {
        display: none;
    }
    .discover_stay .slider1 .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .discover_stay h3 {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 5px;
    }
    .discover_stay p {
        font-size: 15px;
        line-height: 17px;
    }
    .discover_stay .slider1 .col-md-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .discover_stay .template_discover_img .font_img p {
        padding: 0 25px;
    }
    .discover_stay .slider2 {
        padding-top: 1%;
    }
    .discover_stay .slider_img {
        padding: 15px 15px;
    }
    .discover_stay .slider2 {
        padding-right: 0px;
    }
    .thinkelsewherewrapper {
        padding: 30px 0 45px;
        margin-right: unset;
    }

    .thinkwrapper .col-md-7, .thinkwrapper .col-md-5 {
        width: 100%;
    } 

    .thinkwrapper .know_more {
        position: relative;
    }
    .footerline_ref .footerline {
        margin: 15px 0px 5px 0px;
    }
    .border-none {
        border-right: unset;
    }
    .paddingbottom20 {
        padding-bottom: 10px;
    }
    .mobileexploreblock {
        margin-bottom: 25px;
        display: inline-block;
    }
    .font-20 {
        font-size: 16px;
    }
    .socialcercle {
        height: 35px;
        width: 35px;
    }
    .socialcercle i {
        font-size: 16px;
    }
    .blueimg {
        left: -14%;
        width: 12%;
    }
    .contactwrapper {
        margin: 10px 0 25px 0;
    }
    .paddingtop50 {
        padding-top: 10px;
    }
    .see_more_home {
        padding: 15px 0 15px 0;
    }
    .expertimg {
        width: 42%;
        margin: 0 auto;
    }
    .greentwo {
        left: 12%;
        top: 34%;
        width: 10%;
    }
    .greenblue {
        position: absolute;
        right: 15%;
        top: 36%;
        width: 10%;
    }
    .font-24 {
        font-size: 17px;
        line-height: 1.3;
    }
    .circlegreendot {
        right: -12%;
        width: 11%;
    }
    .bg_green {
        padding: 20px 10px;
    }
    .footerMenu {
        width: 75%;
    }
    .dotimage {
        display: block;
        padding-top: 10px;
    }
    .enquirecontent {
        width: 36%;
        padding: 0 15px;
        padding-top: 2%;
    }
    .footerMenu a {
        padding: 10px 0px 0px 0px !important;
        font-size: 14px;
        display: block;
    }
    .footersocial {
        width: 25%;
    }
    .footerlinebottom {
        margin: 15px 0 30px 0;
    }
    .footersocialcercle {
        margin-left: 7px;
    }
    .logowrapper {
        width: 20%;
        padding: 49px 0 15px 0;
    }
    /* .center_title::after, .center_title::before {
        width: 70px;
        bottom: 10px;
    } */
    .divider img {
        max-width: 135%;
        width: 135%;
        margin-left: -17%;
        margin-top: 8px;
    }
    .center_title::after {
        right: 105%;
    }
    .center_title::before {
        left: 105%;
    }
    .center_title h2 {
        margin-bottom: 5px;
    }
    .dots_position {
        bottom: 21px;
    }
    .filter_wrap::before {
        right: 90%;
        width: 74px;
        height: 4px;
    }
    .footerMenu {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .footersocial {
        width: unset;
        margin: unset;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        position: relative;
        float: left;
        padding: 15px 0;
    }
    .bg_coffee {
        margin-top: 30px;
    }
    .explorewrapper {
        margin-top: 0px;
    }
    .paddingtopbottom50 {
        padding: 50px 0 20px 0;
    }
    .paddingtopbottom50 {
        padding: 0px 0 10px 0;
    }
    .exploreblockcontent {
        padding: 15px 0 0 0;
    }
    .moreblock.home_more_ref {
        margin-bottom: 90px;
    }
    .footerline {
        margin: 50px 15px 20px 15px;
    }
    .product_overlay {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .thinkelsewhere_grid_wraper .margin_bottom_20 a:hover .product_overlay {
        transform: rotateY(0deg);
    }
    .detailstitle {
        width: 60%;
    }
    .homeuserimgblock2 {
        left: 10%;
        width: 100px;
    }
    .homeuserimgblock3 {
        top: -6px;
        left: -10px;
        width: 55px;
    }
    .homeuserimgblock1 {
        right: 7%;
        width: 41px;
        padding-top: 53px;
    }
    .tab_wrap .nav-pills>li a {
        padding: 0 0 10px 0;
        font-size: 14px;
    }
    .tab_wrap .nav-pills>li {
        font-size: 14px;
    }
    .more_title_line::before {
        bottom: 3px;
    }
    .more_title_line::after {
        bottom: 3px;
    }
    .left_dot_contact {
        width: 55px;
    }
    .right_dot_contact {
        width: 55px;
    }
    .touch_btn {
        font-size: 22px;
    }
    /*about*/
    .Anyatra_new h1 {
        font-size: 18px;
    }
    .Anyatra_new h2 {
        font-size: 18px;
    }
    .Anyatra_new p {
        font-size: 15px;
    }
    .our_promise_content2 {
        line-height: 22px;
        padding-top: 20%;
    }
    .content_img1 img {
        width: 20%;
    }
    .our_promise_main {
        width: 100%;
        padding-right: 3%;
        padding-left: 3%;
    }
    .blank_main {
        padding-left: 3%;
        padding-right: 3%;
    }
    .focus_main {
        padding-left: 3%;
        padding-right: 3%;
    }
    .our_team_main {
        padding-left: 3%;
        padding-right: 3%;
    }
    .our_team_img img {
        width: 7%;
    }
    /*about end*/
    /*=============== Mobile Menu ==============*/
    .header_top_img {
        display: none;
    }
    .logowrapper {
        width: 330px;
        padding: 10px 0 !important;
        float: left;
        margin: 0;
    }
    .hamburger {
        position: absolute;
        top: 0px;
        right: 15px;
        font: inherit;
        display: inline-block;
        overflow: visible;
        margin: 0;
        padding: 29px 15px;
        cursor: pointer;
        transition-timing-function: linear;
        transition-duration: .15s;
        transition-property: opacity, filter;
        text-transform: none;
        color: inherit;
        border: 0;
        background-color: transparent
    }
    .hamburger.is-active:hover, .hamburger:hover {
        opacity: .7
    }
    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
        background-color: #3f708a
    }
    .hamburger-box {
        position: relative;
        display: inline-block;
        width: 32px;
        height: 24px;
        top: 3px;
    }
    .hamburger-inner {
        top: 50%;
        display: block;
        margin-top: -2px
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        position: absolute;
        width: 32px;
        height: 3px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #3f708a;
    }
    .hamburger-inner:after, .hamburger-inner:before {
        display: block;
        content: ""
    }
    .hamburger-inner:before {
        top: -10px
    }
    .hamburger-inner:after {
        bottom: -10px
    }
    .hamburger--3dx .hamburger-box {
        perspective: 80px
    }
    .hamburger--spring .hamburger-inner {
        top: 2px;
        /* transition: background-color 0s linear .13s */
    }
    .hamburger--spring .hamburger-inner:before {
        top: 10px;
        /* transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19) */
    }
    .hamburger--spring .hamburger-inner:after {
        top: 20px;
        /* transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19) */
    }
    .hamburger--spring.is-active .hamburger-inner {
        transition-delay: .22s;
        background-color: transparent!important
    }
    .hamburger--spring.is-active .hamburger-inner:before {
        top: 0;
        transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
        transform: translate3d(0, 10px, 0) rotate(45deg)
    }
    .hamburger--spring.is-active .hamburger-inner:after {
        top: 0;
        transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
        transform: translate3d(0, 10px, 0) rotate(-45deg)
    }
    .hamburger--spring-r .hamburger-inner {
        top: auto;
        bottom: 0;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
        transition-duration: .13s
    }
    .hamburger--spring-r .hamburger-inner:after {
        top: -20px;
        transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
    }
    .hamburger--spring-r .hamburger-inner:before {
        transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
    }
    .hamburger--spring-r.is-active .hamburger-inner {
        transition-delay: .22s;
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, -10px, 0) rotate(-45deg)
    }
    .hamburger--spring-r.is-active .hamburger-inner:after {
        top: 0;
        transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
        opacity: 0
    }
    .hamburger--spring-r.is-active .hamburger-inner:before {
        top: 0;
        transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
        transform: rotate(90deg)
    }
    .mobile_menu_header {
        box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0 25px !important;
        z-index: 99999;
        background: #fff;
    }
    .mobile_menu_top_margin {
        margin-top: 90px;
    }
    .sticky {
        margin-top: 90px;
    }
    .filter_wrap {
        margin-top: 30px;
        margin-right: 0px;
    }
    .thinkelsewhere_grid_margin_bottom {
        margin-bottom: 10px;
    }
    .mobile_overlay {
        -webkit-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
        position: fixed;
        top: 0;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 999;
        opacity: 0;
        display: none;
    }
    .mobilemenu {
        -webkit-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
        display: block;
        position: fixed;
        background: #fff;
        color: #000;
        width: 330px;
        left: -330px;
        top: 15px;
        z-index: 9999;
        height: 100%;
        padding-top: 75px;
        overflow-x: scroll;
        opacity: 0;
    }
    .mobilemenu.is-active {
        left: 0px;
        /* margin-top: 77px */
        opacity: 1;
        padding-bottom: 15px;
    }
    .mobile_overlay.is-active {
        left: 0;
        opacity: 1;
        display: block;
    }
    .ul_li_wrap ul {
        padding-left: 0;
    }
    .ul_li_wrap ul li {
        list-style: none;
        width: 100%;
        float: left;
        padding: 20px 0px 20px 15px;
        position: relative;
        border-bottom: 1px solid #cbcbcd;
        opacity: 0.9;
    }
    .ul_li_wrap_border_none {
        border-bottom: 1px solid transparent !important;
    }
    .ul_li_wrap ul li a {
        color: #988b82;
        /* color: #000; */
        font-family: 'montserratsemibold';
        /* padding-top: 20px; */
        padding-left: 24px;
        display: block;
        font-size: 15px;
    }
    .dropdown-mobile {}
    /* .ul_li_wrap ul li:nth-child(1):after {
        content: '';
        width: 6px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #79c4ec;
        -webkit-transition: all ease-in-out 0.4s;
        -moz-transition: all ease-in-out 0.4s;
        -ms-transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
        z-index: -1;
    }
    .ul_li_wrap ul li:nth-child(1):hover:after {
        width: 100%;
    }

    .ul_li_wrap ul li:nth-child(2):after {
        content: '';
        width: 6px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #abea80;
        height: 61px;
        -webkit-transition: all ease-in-out 0.4s;
        -moz-transition: all ease-in-out 0.4s;
        -ms-transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
        z-index: -1;
    }
    .ul_li_wrap ul li:nth-child(2):hover:after {
        width: 100%;
    }

    .ul_li_wrap ul li:nth-child(3):after {
        content: '';
        width: 6px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #79c4ec;
        height: 61px;
        -webkit-transition: all ease-in-out 0.4s;
        -moz-transition: all ease-in-out 0.4s;
        -ms-transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
        z-index: -1;
    }
    .ul_li_wrap ul li:nth-child(3):hover:after {
        width: 100%;
    }
    .ul_li_wrap ul li:nth-child(4):after {
        content: '';
        width: 6px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #abea80;
        height: 61px;
        -webkit-transition: all ease-in-out 0.4s;
        -moz-transition: all ease-in-out 0.4s;
        -ms-transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
        z-index: -1;
    }
    .ul_li_wrap ul li:nth-child(4):hover:after {
        width: 100%;
    }
    .ul_li_wrap ul li:nth-child(5):after {
        content: '';
        width: 6px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #79c4ec;
        height: 61px;
        -webkit-transition: all ease-in-out 0.4s;
        -moz-transition: all ease-in-out 0.4s;
        -ms-transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
        z-index: -1;
    }
    .ul_li_wrap ul li:nth-child(5):hover:after {
        width: 100%;
    } */
    .logo_home_all img {
        width: 42%;
        margin: unset;
        padding: 5px 0 5px 0px !important;
    }
    .mobile_logo_wrap img {
        width: 200px;
        padding: 15px 25px;
        margin: 0 auto;
    }
    .mobile_logo_wrap {
        display: inline-block;
        width: 100%;
        float: left;
        border-bottom: 1px solid #988b82;
        display: none;
    }
    .mobile_footer_wrap {
        display: none;
        /* display: inline-block; */
        width: 100%;
        float: left;
        position: relative;
        bottom: 0;
        padding: 20px 0;
        background: #988b8233;
    }
    .choosewraper2 {
        padding-bottom: 40px;
    }
    .mobile_footer_wrap h1 {
        margin: 0;
    }
    .mobile_footer_wrap h2 {
        margin: 7px 0 7px 0;
    }
    .approx_days {
        top: 21px;
    }
    .font-20 {
        font-size: 13px;
    }
    .font-30 {
        font-size: 17px;
    }
    .dropdown-mobile {
        position: relative;
        display: inline-block;
        padding-left: 0px !important;
        padding-top: 0px;
        float: left;
    }
    .dropdown-mobile li {
        padding: 0px 0px 0px 50px !important;
        transition: all ease-in-out 0.2s;
        height: 0;
    }
    .dropdown-mobile a {
        padding: 5px 0;
        font-size: 14px !important;
        padding-left: 10px !important;
    }
    .dropdown-mobile {
        /* display: none; */
        height: 0;
        opacity: 0;
        transition: all ease-in-out 0.2s;
        animation-name: fadeIn !important;
    }
    .is_open {
        /* display: block !important; */
        height: 100%;
        opacity: 1;
    }
    .is_open:after {
        width: 100%;
    }
    .is_open_state {
        /* display: block !important; */
        height: 100%;
        opacity: 1;
    }
    .is_open li {
        padding: 10px 0px 10px 50px !important;
        height: 100%;
    }
    .is_open_state li {
        padding: 10px 0px 10px 50px !important;
        height: 100%;
    }
    .ul_li_wrap {
        height: 100%;
    }
    /* .ul_li_wrap ul li:nth-child(odd):after {
        content: '';
        width: 6px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #79c4ec;
        background: transparent;
        transition: all ease-in-out 0.4s;
        z-index: -1;
        height: 100%;
    }
    
    .ul_li_wrap ul li:nth-child(even):after {
        content: '';
        width: 6px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #abea80;
        background: transparent;
        transition: all ease-in-out 0.4s;
        z-index: -1;
        height: 100%;
    } */
    /*=============== Mobile Menu ==============*/
    /*======================== TE Detail ========================*/
    .bluedotimgleft {
        margin: 25px 0 20px 0;
        width: 50px;
    }
    .bluedotimgright {
        margin: 25px 0 20px 0;
        width: 50px;
    }
    .width80 {
        width: 100%;
        float: left;
    }
    .islandlife .font-30 {
        font-size: 18px;
    }
    .bluedotimgleft {
        width: 47px;
    }
    .bluedotimgright {
        width: 47px;
    }
    .shareblock {
        padding-top: 10px;
        display: inline-block;
        padding-bottom: 20px;
    }
    .socialcenter {
        padding: 0px 0 50px 0;
    }
    .footersocialcercle {
        margin: 0 7px;
    }
    .tedetailbanner {
        margin-top: 7px;
    }
    .line_3 {
        width: 25%;
    }
    .close_popup {
        right: -45px;
        font-size: 30px;
        top: -65px;
    }
    .discover_stay .title_discover_stay h2 {
        /*margin-left: 40%;
        width: 20%;*/
    }
    .template_detail .img1 {
        height: 30vh;
    }
    .template_detail .swiper-pagination-bullet {
        height: 12px;
        width: 12px;
    }
    .template_detail .img_ex {
        width: 35px;
        right: 7%;
    }
    .template_detail .swiper-button-next, .swiper-button-prev {
        background-size: 12px 40px;
        top: 60%;
    }
    .template_detail .swiper-button-prev, .swiper-button-next {
        background-size: 12px 40px;
        top: 60%;
    }
    #explore_block .swiper-wrapper .swiper-slide {
        width: 50% !important;
    }
    #explore_block .exploreblockcontent {
        padding: 10px 15px 0 15px;
    }
    /*#explore_block .swiper-pagination-bullet {
        display: inline-block;
        margin: 0;
        pointer-events: none;
        border: unset !important;
        height: 10px;
        width: 10px;
        background: #94877e;
        opacity: 0.4;
        padding: 
    }*/
    #explore_block .swiper-pagination-bullet-active {
        opacity: 1;
    }
    #unique_wrapper .swiper-wrapper .swiper-slide {
        width: 50% !important;
    }
    #explore_block .swiper-wrapper .swiper-slide {
        overflow: unset !important;
    }
    #explore_block .mobileexploreblock {
        display: block;
        position: relative;
    }
    #unique_wrapper {
        margin-top: 15px;
    }
    #unique_wrapper .mobileexploreblock {
        display: block;
        position: relative;
    }
    #unique_wrapper .exploreblockcontent {
        padding: 10px 15px 0 15px;
    }
    #unique_wrapper .swiper-pagination-bullet {
        display: inline-block;
        margin: 0;
        pointer-events: none;
        border: unset !important;
        height: 10px;
        width: 10px;
        background: #94877e;
        opacity: 0.4;
    }
    #unique_wrapper .swiper-pagination-bullet-active {
        opacity: 1;
    }
    .think_btn {
        margin-right: unset;
    }
    #explore_block .swiper-wrapper {
        margin-bottom: 50px;
    }
    #unique_wrapper .swiper-wrapper {
        margin-bottom: 50px;
    }
    .circle {
        animation: unset;
    }
    .template_detail .font7 h4 {
        font-size: 15px;
        line-height: 20px;
    }
    .template_detail .img7 {
        width: 40%;
    }
    .template_detail .font9_9 h3 {
        font-size: 18px;
    }
    .template_detail .slider9 {
        padding-top: 30px;
    }
    .template_detail .font6_1 {
        width: 100%;
    }
    .template_detail .font6_2 {
        margin-left: unset;
        width: 100%;
    }
    .exp_m a:hover, .exp_m a:focus {
        color: #94877E !important;
    }
    .select_go select {
        font-size: 16px;
    }
    .call_box {
        padding-left: 40px;
    }
    .enquiry_main {
        padding-top: 5%;
    }
    .stay_details_dropdown {
        margin-top: 30px;
        padding: 20px 0 20px 0;
    }
    .filter_m_t0 {
        margin-top: -10px;
    }
    .title_explore_state h2 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .template_blog h3 {
        font-size: 13px;
    }
    .template_blog h1 {
        font-size: 18px;
        line-height: 20px;
    }
    .template_blog h3 {
        font-size: 12px;
        line-height: 15px;
    }
    .template_blog h4 {
        font-size: 13px;
        line-height: 13px;
    }

    .padding0_5 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-device-width: 991px) and (orientation: landscape) {
    .mobilemenu {
        overflow-y: scroll;
    }
    .ul_li_wrap {
        position: relative;
    }
    .mobile_footer_wrap {
        position: relative;
    }
    .homeswiper .swiper-pagination-bullet-active {
        width: 15px !important;
        height: 15px !important;
    }
    .homeswiper .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
    }
    .choosewraper img {
        width: 20%;
    }
    .stay_content {
        min-height: 108px;
    }
}

@media screen and (max-width: 800px) {
    .font_50_error {font-size: 40px !important; margin-bottom: 70px !important;}
    .font_40_error{font-size:30px !important;}
    .font_35_error{font-size:25px !important;}
    .not_found {
        margin-top: -30px;
        margin-bottom: 50px;
        padding: 0 15px;
    }
    .footerMenu a {
        padding: 10px 22px 0px 5px;
        font-size: 14px;
    }
    /* .center_title::after, .center_title::before {
        width: 57px;
        bottom: 10px;
    } */
    .font-40 {
        font-size: 16px;
    }
    /*about*/
    .top_content_img {
        width: 100%;
    }
    .top_content_img img {
        width: 85%;
        object-fit: cover;
    }
   /* .team_img2_wrap {
        width: 100%;
        position: absolute;
        top: 6%;
        right: 15%;
    }*/
    .team_img3_wrap {
        top: -1.5%;
        left: 14%;
    }
    .team_img7_wrap {
        width: 100%;
        position: absolute;
        top: 0%;
        right: 12%;
    }
    .team_img5_wrap {
        /*width: 100%;
        position: absolute;*/
        top: 8%;
        left: -14%;
    }
    .team_img6_wrap {
        width: 100%;
        position: absolute;
        top: 6%;
        left: 13%;
    }
    .team_img6_wrap img {
        object-fit: cover;
        transform: rotate(60deg);
    }
    .team_img4_wrap {
        /*width: 100%;*/
        /*position: absolute;*/
        top: -2%;
        /*left: 8%;*/
        /*z-index: -1;*/
    }
    /*about end*/
    /*enquiry*/
    .something_heritage_checkbox .checkmark {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 30px;
        width: 30px;
        border: 1px solid #A5C890;
        background-color: #A5C890;
    }
    .special_occasion_checkbox .checkmark {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 30px;
        width: 30px;
        border: 1px solid #A5C890;
        background-color: #A5C890;
    }
    .enquiry h3 {
        font-size: 15px;
    }
    .enquiry_main .button {
        padding: 8px 30px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 0px 0px;
    }
    .enquiry_main input[type=text] {
        font-size: 16px;
    }
    .enquiry_main input[type=date] {
        font-size: 17px;
        width: 45%;
    }
    .enquiry_main input[type=num] {
        font-size: 16px;
    }
    .enquiry_main input[type=text] {
        font-size: 16px;
    }
    /*enquiry end*/
    /*blog detail*/
    .blog_right p {
        font-size: 15px;
        text-align: left;
    }
    .blog p {
        font-size: 15px;
    }
    .blog h4 {
        font-size: 15px !important;
    }
    .blog_related_post h4 {
        font-size: 18px !important;
    }
    .blog_category ul li {
        font-size: 15px;
        padding: 0px;
    }
    .blog_stay_update input[type=text] {
        font-size: 16px;
    }
    .blog_right_top_img2 {
        width: 115px;
        padding-top: 15px;
    }
    .blog_right_top_img1 {
        width: 40px;
        position: absolute;
        right: 70%;
        padding-top: 59px;
    }
    .blog_right_top_img3 {
        width: 50px;
        position: absolute;
        left: 47%;
        top: 8%;
    }
    .blog_social_media_img {
        padding-left: 0%;
    }
    .blog_related_post_content::before {
        position: absolute;
        bottom: 15px;
        left: 33%;
    }
    .blog_related_post_content::after {
        position: absolute;
        bottom: 15px;
        left: 62%;
    }
    .blog_subscribe_btn .button {
        font-size: 16px !important;
        padding: 3px 10px;
        margin: 0px 0px 7px;
    }
    .blog_popular_last_minute h4 {
        margin-top: 10px;
    }
    .blog_popular_explore_night h4 {
        margin-top: 10px;
    }
    .blog_popular_holiday_idea h4 {
        margin-top: 10px;
    }
    .blog_popular_last_minute h5 {
        margin-top: 10px;
    }
    .blog_popular_explore_night h5 {
        margin-top: 10px;
    }
    .blog_popular_holiday_idea h5 {
        margin-top: 10px;
    }
    .blog_popular_last_minute h6 {
        margin-top: 10px;
    }
    .blog_popular_explore_night h6 {
        margin-top: 10px;
    }
    .blog_popular_holiday_idea h6 {
        margin-top: 10px;
    }
    .blog_want_us input[type=text] {
        font-size: 16px !important;
    }
    .blog_want_us .button {
        margin-left: -12px;
        font-size: 20px !important;
    }
    .blog_submit_btn .button {
        padding: 7px 40px;
        font-size: 18px;
    }
    .blog_write_btn .button {
        font-size: 16px !important;
    }
    .play_btn {
        margin-top: 7%;
    }
    .blog_leave_comment label {
        font-size: 16px;
    }
    /*blog detail end*/
    .footerMenu a:nth-last-child(1) {
        padding: 15px 0 10px 0px;
        display: block;
    }
}

@media only screen and (max-device-width: 767px) and (orientation: landscape) {
    .threeblock {
        width: 60%;
    }
    .none_599 {
        display: none;
    }
    .width50landscape {
        width: 50%;
    }

    .template_detail .img1 {
        min-height: 300px;
    }



}

@media screen and (max-width: 767px) {
    .exploreblock1 img {
        height: 55vw;
    }
    .homeswiper .swiper-container .swiper-slide .img-responsive {
        height: 75vw;
    }
    .padR30.text-right {
        text-align: left!important;
    }
    .homeswiper .img-responsive.width100 {
        min-height: 210px;
        object-fit: cover;
    }

    .approx_days {
        width: 54px;
    }
    .row.dis_p_t_5 .thinkelsewhere_grid_wraper {
        padding: 0 15px;
    }
    .template_detail .font9_9 {
        transform: unset;
        left: auto;
        top: auto;
        position: relative;
    }
    .detailTabMenu {
        position: relative;
    }

    .covid_btn {
        padding: 8px 25px;
        font-size: 14px;
    }

    .fixedCovidBtn {
        right: 20px;
        bottom: 20px;
    }

   /* .detailTabMenu:before {
        position: absolute;
        left: 0;
        top: 50%;
    }
    */

    .fac_ic {
        margin: 10px auto;
        text-align: center;
    }

    .fac_ic img {
        width: 36px;
    }
    #filterProperty .col-md-4:nth-child(3n+1) {
        clear: none;
    }

     #filterProperty .col-xs-6:nth-child(2n+1) {
        clear: both;
    }

    .filter_form_label {
        font-size: 16px;
    }
    .property_filter_wrap .button {
        font-size: 14px;    padding: 4px 20px;
    }

    #filterProperty {
        width: calc(100% - 30px);
    }
    .custom_checkbox h4 {
        margin: 4px 0 4px 22px;
    }
    .filter_facility {
        width: 48px;
    }

    .clearBtn {
        top: -20px;
    }
    .page_title_for_discover_stay.invisible, .page_title_for_explore_state.invisible {
        opacity: 1;
        visibility: visible;
    }
    .mobTop {
        margin-top: 0px;
    }
    .main_search_box input {
        font-size: 18px;
        padding: 0 35px 0 10px;
    }

    .main_search_box {
        height: calc(100% + 6px);
    }

    .close-searchbox {
        font-size: 38px;
        right: 10px;
    }
    .mobile_search_bar {
        right: 100px;
        font-size: 20px;
    }
    .mobile_search_bar.notFilter {
        right: 62px;
    }
    .uniq_tag_line h4 {
        max-width: 100%;
        padding:0; 
    }
    .template_detail .font8 h1 {
        text-align: center;
    }

    .uniq_tag_line h4:before, .uniq_tag_line h4:after {
        background: transparent;
    }
    .list_tag_line {
        padding: 0 15px;
    }

    .list_tag_line p {
        margin-left: 0;
        display: block;
        max-width: 100%;
        padding: 0;
    }
    .detailTabMenu {
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    .mobilemenu {
        top: 10px;
    }
    .mobile_scrolled .mobilemenu {
        top: -15px;
    }
    .mobile_scrolled .mainLgImg {
        display: none;
    }

    .filter_bar {
        right: 62px;
        width: 20px;
    }
    .mobile_menu_header {
        padding: 0 15px !important;
    }
    .mobile_scrolled .stickyLogoImg {
        margin: -5px auto;
        width: 50px;
        display: block;
        position: relative;
        left: -10px;
    }
    .main_feature_img {
        height: 35vh;
        object-fit: unset;
    }

    .bottom_r_div {
        display: none;
    }
    
    .footerCenterMenu a {
        font-size: 12px;
    }
    .footerMenu a {
        font-size: 14px;
    }
    .footersocialcercle {
        margin: 0 4px;
        height: 26px;
        width: 26px;
    }
    .mobile_none {
        display: none;
    }
    .web {
        display: none;
    }
    .mobile {
        display: block;
    }
    .mobile_view {
        display: block;
    }
    /*body {
        overflow: hidden;
    }*/
    .homeswiper {
        min-height: 210px;
    }
    .homeswiper .swiper-container .swiper-slide .img-responsive {
        min-height: 210px;
    }
    .hamburger {
        position: absolute;
        top: 50%;
        right: 0;
        font: inherit;
        display: inline-block;
        overflow: visible;
        margin: 0;
        padding: 0px 15px;
        cursor: pointer;
        transition-timing-function: linear;
        transition-duration: .15s;
        transition-property: opacity, filter, -webkit-filter;
        text-transform: none;
        color: inherit;
        border: 0;
        background-color: transparent;
        transform: translateY(-50%);
    }
    .hamburger-box {
        position: relative;
        display: block;
        width: 26px;
        height: 26px;
        top: 4px;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        width: 26px;
        height: 2px;
    }
    .hamburger--spring .hamburger-inner:before {
        top: 8px;
    }
    .hamburger--spring .hamburger-inner:after {
        top: 16px;
    }
    .homeswiper .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .homeswiper .swiper-pagination-bullet-active {
        width: 12px !important;
        height: 12px !important;
    }
    .homeswiper .swiper-container-horizontal>.swiper-pagination-bullets, .homeswiper .swiper-pagination-custom, .homeswiper .swiper-pagination-fraction {
        bottom: 0px;
    }
    .home-swiper-button-next {
        background-image: url('../images/home/right_mobile.png');
        right: 10px;
        top: 44%;
    }
    .home-swiper-button-prev {
        background-image: url('../images/home/left_mobile.png');
        left: 15px;
        top: 44%;
    }
    .ul_li_wrap ul li {
        padding: 20px 0px 20px 5px;
    }
    .is_open li {
        padding: 10px 0px 10px 40px !important;
    }
    .is_open_state li {
        padding: 10px 0px 10px 40px !important;
        height: 100%;
    }
    .margin_unique {
        margin: 0 0 20px 0;
    }
    .see_more_home {
        padding: 10px 0 20px 0;
    }
    .dotimage {
        display: none;
    }
    .bg_coffee {
        margin-top: 40px;
    }
    .enquireimg {
        width: 100%;
    }
    .enquirecontent {
        width: 100%;
        padding: 35px 15px;
    }
    .border_right {
        border: transparent;
    }
    .font-40 {
        font-size: 23px;
    }
    .threeblockimg {
        width: 30%;
    }
    .font-18 {
        font-size: 13px;
    }
    .thinkelsewherewrapper {
        margin: 0 auto;
    }
    .threewrapper h3 {
        text-align: center;
    }
    .font-16 {
        font-size: 14px;
    }
    .font-22 {
        font-size: 18px !important;
    }
    .font-20 {
        font-size: 16px;
    }
    .exploreblock1 {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .mobileexploreblock {
        margin-bottom: 0;
        display: inline-block;
    }
    .paddingtopbottom50 {
        padding: 5px 0 5px 0;
    }
    .socialwrapper {
        transform: translateX(45%);
        transform: translateX(-50%);
        float: left;
        position: relative;
        left: 50%;
    }
    .blueimg {
        left: 3%;
        width: 8%;
        bottom: 14%;
    }
    .circleblue1 {
        display: none;
    }
    .circlegreendot {
        display: none;
        right: 2%;
        width: 8%;
    }
    .discover_stay .font_jal h2 {
        float: none;
    }
    .font-26 {
        font-size: 24px;
    }
    .footersocial {
        width: unset;
        margin: unset;
        left: 54%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        position: relative;
        float: left;
        padding-bottom: 15px;
    }
    .footerMenu {
        width: 100%;
        padding-bottom: 0px;
    }
    .paddingmobile {
        padding-top: 25px;
    }
    .dots_position {
        bottom: 27px;
    }
    .divider {
        display: none;
    }
    .center_title {
        margin-bottom: 15px;
    }
    .threewrapper {
        padding-top: 0px;
    }
    .explorewrapper a {
        padding: 20px 15px;
    }
    .choosewraper {
        padding-bottom: 0px;
    }
    .choosewraper2 {
        padding-bottom: 0px;
    }
    .personaly_icon {
        font-size: 15px;
        width: 100%;
    }
    .home_personaly_icon {
        width: 35px;
        margin-top: -10px;
    }
    .contactwrapper {
        margin: 20px 0 30px 0;
    }
    .expertimg {
        padding-top: 18px;
    }
    .think_dot::after {
        width: 30px;
        top: -8px;
        right: -15px;
    }
    /*======================== TE Detail ========================*/
    .islandlife h1 {
        margin: 0;
        padding: 35px 0 0px 0px;
    }
    .bluedotimgright {
        width: 35px;
    }
    .bluedotimgleft {
        width: 35px;
    }
    .userimg {
        width: 35%;
    }
    .bluedotleft {
        left: 12%;
        padding-top: 15%;
    }
    .greendotright {
        right: 10%;
        padding-top: 12%;
    }
    .tedetailbanner {
        margin-top: 3px;
    }
    .moreblock {
        padding-top: 20px;
    }
    .islandlife .font-20 {
        text-align: justify;
        text-align-last: center;
    }
    .userimgwrapper {
        width: 200px;
        height: 175px;
    }
    .tedetail_img {
        margin-bottom: 20px;
    }
    /*======================== TE Detail ========================*/
    .leftside_wrap {
        width: 100%;
        /* border-bottom: 1px solid #ccc; */
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
    .rightside_wrap {
        width: 100%;
    }
    .main_wrap {
        width: 98%;
    }
    .sub_term {
        display: none;
    }
    .tab_wrap .nav-pills>li a {
        font-size: 18px;
        padding: 5px 0 5px 0;
        text-align: center;
    }
    .tab_wrap .nav-pills>li.active>a, .tab_wrap .nav-pills>li.active>a:focus, .tab_wrap .nav-pills>li.active>a:hover {
        color: #a6c790;
    }
    .term_line {
        display: none;
    }
    .line_1 {
        width: 80%;
    }
    .line_2 {
        width: 70%;
    }
    .line_3 {
        width: 30%;
    }
    
    .play_btn {
        margin-top: 5%;
        font-size: 20px;
        padding: 7px 35px;
    }
    .mobile_width80 {
        width: 80%;
        margin: 0 auto !important;
    }
    .detailstitle {
        width: 100%;
    }
    .te_p_b_50 {
        padding-bottom: 20px;
    }
    .te_userimgwrapper {
        min-height: 155px;
        height: 155px;
        float: none;
        width: 200px;
    }
    .te_userimgblock1 {
        width: 50px;
        left: 22%;
    }
    .te_userimgblock3 {
        right: 27%;
        width: 45px;
    }
    .te_prashant_center_m {
        text-align: center;
        padding: 0 0 15px 0;
    }
    .mobile_padding0 {
        padding: 0;
    }
    .contact_wrap {
        padding-top: 10px;
    }
    .touch_btn {
        font-size: 15px;
        padding: 8px 20px;
        margin-top: 10px;
    }
    .left_dot_contact {
        width: 45px;
        margin-left: -10px;
    }
    .right_dot_contact {
        width: 45px;
        margin-right: -10px;
    }
    .contact_w70 {
        width: 70%;
        margin: 0 auto;
    }
    .line_contact {
        width: 90%;
        margin: 15px auto 15px auto;
    }
    .width64m {
        width: 63% !important;
    }
    /*about*/
    .Anyatra_new h1 {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 0;
    }
    .top_content_img img {
        width: 100%;
    }
    .why_choose_main {
        padding-top: 0%;
    }
    .content_img1 {
        width: 100%;
    }
    .Anyatra_new h2 {
        font-size: 19px;
    }
    .Anyatra_new p {
        font-size: 15px;
        padding-bottom: 0;
    }
    .think_else h2 {
        font-size: 18px;
    }
    .our_promise_content2 {
        line-height: 22px;
        padding-top: 10%;
    }
    .paddingbottom50 {
        padding-bottom: 30px;
    }
    .content_img1 img {
        width: 12%;
        margin-top: 20px;
    }
    .our_promise_main {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 2%;
    }
    .blank_main {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
        height: 300px;
        margin-top: 15px;
    }
    .blank {
        width: 100%;
        height: 300px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .why_anyatra_main {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 0%;
    }
    .focus_main {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .our_team_main {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 0%;
    }
    .our_team_img img {
        width: 15%;
    }
    .team_img1 {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .team_img1_wrap {
        width: 100%;
        height: 100%;
    }
    .team_img1_wrap img {
        width: 30%;
        object-fit: cover;
    }
    .team_img2_wrap {
        /*width: 100%;
        position: absolute;
        top: 9%;
        right: 9%;*/
        top: 8%;
        right: 18%;
    }
    .team_img3_wrap {
        top: -2%;
        left: 9%;
    }
    .team_img2_wrap img {
        width: 10%;
        object-fit: cover;
    }
    .team_img3_wrap {
        width: 70%;
        position: absolute;
        top: 0%;
        left: 24%;
        z-index: -1;
    }
    .team_img3_wrap img {
        width: 15%;
        object-fit: cover;
    }
    .team_img4_wrap {
        width: 100%;
        position: absolute;
        top: 0%;
        left: 13%;
        z-index: -1;
    }
    .team_img4_wrap img {
        width: 10%;
        object-fit: cover;
    }
    .team_img5_wrap {
        width: 80%;
        position: absolute;
        top: 16%;
        left: -0.5%;
    }
    .team_img5_wrap img {
        width: 15%;
        object-fit: cover;
    }
    .team_img6_wrap {
        width: 100%;
        position: absolute;
        top: 8%;
        left: 10%;
        z-index: -1;
    }
    .team_img6_wrap img {
        width: 11%;
        transform: rotate(70deg);
    }
    .team_img7_wrap {
        width: 80%;
        position: absolute;
        top: 0%;
        right: 18%;
    }
    .team_img7_wrap img {
        width: 12%;
        object-fit: cover;
    }
    /*about end*/
    /*discover details*/
    .template_detail .img_ex {
        width: 30px;
        right: 5%;
    }
    .template_detail {
        width: 100%;
        margin: 0 auto;
    }
    .width100_detail {
        width: 100%;
    }
    .template_detail .swiper-button-next, .swiper-button-prev {
        width: 47px;
        height: 64px;
        background-size: 12px 35px;
        transform: translateY(-30%);
        top: 55%;
    }
    .template_detail .swiper-button-prev, .swiper-button-next {
        width: 47px;
        height: 64px;
        background-size: 12px 35px;
        transform: translateY(-30%);
        top: 55%;
    }
    .template_detail .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }
    .template_detail .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0px !important;
    }
    .template_detail .font2 {
        padding: 20px 15px 5px 15px;
        /* padding: 20px 30px 25px 30px; */
    }
    .template_detail .h3 {
        float: none;
    }
    .template_detail .font2 h1 {
        float: none;
        width: 100%;
    }
    .overviewWrap, .catOverviewWrap {
        width: 100%;
    }
    .template_detail .p::before {
        width: 6px;
        height: 6px;
        margin-bottom: 2px;
    }
    .template_detail .sl_h3 {
        padding-bottom: 0px;
    }
    .template_detail .sl_h3 h3 {
        display: block;
        padding-right: 30px;
        margin-left: 0px;
    }
    .t_list {
        padding: 0;
        text-align: center;
    }
    .template_detail .slider3 {
        padding: 0 15px 25px 15px;
        /* padding: 0 30px 40px 30px; */
    }
    .template_detail .font3 {
        padding-top: 15px;
    }
    .template_detail .p1::before {
        margin-bottom: 4px;
        margin-left: -10px;
    }
    .template_detail .img_co {
        width: 130%;
        margin-left: -10%;
    }
    .template_detail .font4_1 h3 {
        margin-left: 0;
    }
    .template_detail .slider4 {
        padding: 0 15px 40px 15px;
        /* padding: 0 30px 40px 30px; */
    }
    .template_detail .font4_6 {
        padding: 10px 15px 20px 15px;
        text-align: left;
    }
    .template_detail .font4_1 {
        padding-top: 15px;
    }
    .template_detail .slider5 {
        padding: 0 15px 25px 15px;
        /* padding: 0 30px 40px 30px; */
    }
    .template_detail .font5 {
        padding-top: 15px;
    }
    .template_detail .slider6 h4 {
        text-align: center;
    }
    .template_detail .font6_1 {
        width: 100%;
    }
    .template_detail .font6_2 {
        margin-left: 0%;
        padding-top: 15px;
    }
    .template_detail .slider6 {
        padding: 0 15px 15px 15px;
        /* padding: 0 30px 40px 30px; */
    }
    .template_detail .img7 {
        margin-top: 20px;
        width: 35%;
    }
    .template_detail .slider7 {
        padding: 0 0px 30px 0px;
        margin-left: 0%;
        width: 100%;
    }
    .template_detail h4 {
        font-size: 17px;
        line-height: 22px;
        text-align: center;
    }
    .template_detail .slider8 {
        padding: 0 15px 40px 15px;
        /* padding: 0 30px 60px 30px; */
    }
    .template_detail .font8 {
        padding-top: 25px;
    }
    .template_detail .font11 h4 {
        width: 85%;
        text-align: left;
        font-size: 18px;
    }
    .template_detail .slider11 {
        padding: 25px 15px 0px 15px;
    }
    .template_detail .img8 {
        width: 8%;
        padding-top: 5px;
    }
    .template_detail .font8_1 {
        margin-left: 14%;
    }
    .template_detail .slider9 {
        padding: 0 15px 0 15px;
    }
    .template_detail .font9 {
        width: 100%;
        padding: 0px 0 0 0;
    }
    .template_detail .font9 h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .template_detail .img9_6 {
        width: 10%;
    }
    .template_detail .img9_3 {
        width: 8%;
        top: -10%;
        left: 1%;
    }
    .template_detail .img9_5 {
        width: 7%;
        bottom: 9%;
        right: 85%;
    }
    .template_detail .img9_2 {
        top: 34%;
        width: 6%;
        right: 11%;
    }
    .template_detail .img9 {
        width: 28%;
        margin: 0 auto;
       /* left: 0;
        right: 0;*/
    }
    .template_detail .img9_4 {
        width: 4%;
        bottom: auto;
        left: 28%;
        top: 35%;
    }
    .template_detail .img9_1 {
        width: 17%;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 16%;
        transform: translateX(-58px);
    }
    .template_detail .img_ex1 {
        display: none;
    }
    .template_detail .img_ex2 {
        display: none;
    }
    .template_detail .font7 h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .template_detail .font9_9 h3 {
        font-size: 17px;
    }
    .template_detail .font9_9 {
        /*top: 67%;
        left: 61%;*/
       /* top: 36%;
        left: 50%;
        transform: translateX(-50%);*/
        margin:15px auto;
    }
    .template_detail .img9_1 {
        opacity: 0;
    }
    .discover_stay .slider2 {
        padding-top: 0%;
    }
    .template_detail .title_discover_stay h2 {
        font-size: 20px;
        width: 100%;
        margin-left: unset;
        margin-bottom: 40px;
        margin-top: 21px;
        margin: 40px auto 30px auto;
        text-align: center;
    }
    .thinkelsewhere_grid_wraper .title_discover_stay {
        width: 100%;
    }
    .discover_stay .title_discover_stay h2 {
        font-size: 20px;
        width: 100%;
        margin: 20px auto 10px auto;
        text-align: center;
        padding: 0 15px;
    }
    .discover_stay .template_discover_img .font_img p {
        padding: 0 0px;
    }
    .title_explore_state {
        position: relative;
        width: 100%;
    }
    .title_explore_state h2 {
        font-size: 20px;
        width: 100%;
        margin-left: unset;
        margin: 70px auto 0 auto;
        position: absolute;
    }
    .margin_top50m {
        margin-top: 20px;
        /*margin-top: 50px;*/
    }
    .title_disc_popup h1 {
        font-size: 16px;
        line-height: 1.6;
    }
    .gallery_width {
        border: unset;
        padding: 0px;
    }
    /*discover details*/
    /*blog*/
    .template_blog h1 {
        font-size: 18px;
        line-height: 21px;
        padding-bottom: 5px;
    }
    .template_blog h3 {
        font-size: 15px;
        line-height: 16px;
        padding-bottom: 5px;
    }
    .template_blog h4 {
        font-size: 13px;
        line-height: 14px;
        padding-bottom: 0px;
    }
    .template_blog h6 {
        font-size: 30px;
        line-height: 34px;
    }
    .template_blog .font4_co p {
        font-size: 15px;
        padding-bottom: 0;
    }
    .template_blog .blog_2 {
        float: none;
        width: 100%;
        padding: 15px 0 30px 0px;
        order: 1;
    }
    .template_blog .blog_1 {
        float: none;
        width: 100%;
        order: 2;
        padding-top: 15px;
    }
    .template_blog .font1 {
        padding: 15px 0 20px 0;
    }
    .template_blog .font4 {
        width: 100%;
    }
    .template_blog .blog_1 .col-md-6 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .template_blog .blog_2 .col-md-6 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .template_blog .blog_2 .col-md-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .template_blog .font3_1 {
        padding: 10px 0 5px 0;
    }
    .template_blog .form-control {
        font-size: 16px;
        padding: 18px 0;
        margin-bottom: 5px;
        display: inline-block;
    }
    .template_blog .btn {
        font-size: 16px;
    }
    .template_blog .slider_ex {
        padding: 20px 15px 10px 15px;
    }
    .template_blog .slider_ex_3 {
        display: none;
    }
    .template_blog .dot {
        display: none;
    }
    .template_blog .none {
        display: block;
    }
    .template_blog .slide_op {
        display: none;
    }
    /*blog end*/
    /*unique experince */
    .template_unique .template_unique {
        width: 100%;
    }
    .template_unique p {
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
        text-align-last: center;
    }
    .template_unique h3 {
        font-size: 25px;
        line-height: 29px;
        text-align: center;
    }
    .template_unique h2 {
        text-align: center;
        font-size: 16px;
        line-height: 21px;
    }
    .template_unique .slider_ex_2 h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .template_unique h1 {
        text-align: center;
        padding-bottom: 5px;
        font-size: 21px;
        line-height: 24px;
    }
    .template_unique .font_co {
        padding: 15px 0 20px 0;
    }
    .template_unique .slider_ex {
        padding: 20px 15px 12px 15px;
    }
    .template_unique .slider1_last {
        padding-bottom: 10px;
    }
    .template_unique .slider1 .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .template_unique .img_co_ce {
        display: none;
    }
    .template_unique .slide_op {
        display: none;
    }
    .template_unique .none {
        display: block;
    }
    .template_unique .dot {
        display: none;
    }
    .template_unique .slider_ex_3 {
        display: none;
    }
    /*unique experinec end*/
    /*enquiry*/
    .enquiry {
        width: 100%;
        height: auto;
        padding-top: 25px;
    }
    .enquiry p {
        font-size: 15px;
        line-height: 22px;
    }
    .enquiry h3 {
        font-size: 16px;
    }
    .enquiry h4 {
        font-size: 20px;
    }
    .enquiry_main .form_phn {
        width: 100%;
    }
    .enquiry_main .button {
        padding: 0px 100px;
    }
    .enquiry_content {
        padding-top: 5%;
    }
    .enquiry_show_more h3 {
        padding-top: 0%;
    }
    .enquiry_travelling_checkbox1 {
        padding-top: 0%;
    }
    .enquiry_travelling_checkbox2 {
        padding-top: 0%;
    }
    .something_heritage_checkbox .checkmark {
        position: absolute;
        top: -6px;
        left: 0px;
        height: 30px;
        width: 30px;
        border: 1px solid #A5C890;
        background-color: #A5C890;
    }
    .special_occasion_checkbox .checkmark {
        position: absolute;
        top: -6px;
        left: 0px;
        height: 30px;
        width: 30px;
        border: 1px solid #A5C890;
        background-color: #A5C890;
    }
    .enquiry_main .button {
        padding: 8px 35px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
        margin: 0px 0px;
    }
    .enquiry_main input[type=text] {
        font-size: 16px;
    }
    .enquiry_main input[type=date] {
        font-size: 16px;
        width: 45%;
    }
    .enquiry_main input[type=num] {
        font-size: 17px;
    }
    .enquiry_main input[type=text] {
        font-size: 17px;
    }
    /* enquiry end*/
    /*discover stay*/
    .discover_stay .h2 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 0px;
    }
    .discover_stay h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .discover_stay p {
        font-size: 16px;
        line-height: 27px;
    }
    .discover_stay .slider1 .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .discover_stay .slider1 .col-md-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .discover_stay .img2 {
        margin-left: 0px;
        width: 100%;
        float: left;
    }
    .discover_stay .font1 {
        padding: 15px 0 10px 0;
    }
    .discover_stay .slider_last {
        padding-bottom: 40px;
    }
    .discover_stay .h2::before {
        margin-bottom: 2px;
    }
    .discover_stay .slider_img {
        display: block;
    }
    .discover_stay .slider_img {
        padding: 15px 15px 0px 15px;
    }
    .discover_stay .slider1 {
        padding-top: 00px;
    }
    .discover_stay .template_discover_img .font_img_2 p {
        font-size: 16px;
        line-height: 27px;
    }
    .discover_stay .template_discover_img {
        padding: 0px 15px 0px 15px;
    }
    /*discover stay end*/
    /*blog detail*/
    .blog h1 {
        font-size: 24px;
    }
    .blog p {
        font-size: 15px;
        text-align: justify;
        text-align-last: center;
    }
    .blog h3 {
        font-size: 16px;
        top: 3px;
        text-align: center;
        margin-bottom: 15px;
    }
    .blog_stay_update input[type=text] {
        font-size: 15px;
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .blog_related_post h4 {
        font-size: 18px !important;
        margin-bottom: 5px;
    }
    .blog_subscribe_btn .button {
        font-size: 16px !important;
        padding: 5px 15px;
    }
    .blog h4 {
        font-size: 15px;
    }
    .blog h5 {
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .blog h6 {
        font-size: 12px;
        margin: 0;
    }
    .blog_right p {
        font-size: 14px;
        text-align: justify;
    }
    .blog h2 {
        font-size: 18px;
        padding-bottom: 0px;
        margin: 25px 0 15px 0;
        text-align: center;
    }
    .top_blog-detail_left {
        display: none;
    }
    .top_blog-detail_right {
        display: none;
    }
    .width28 {
        width: 100%;
        float: left;
    }
    .blog_top_part p {
        font-size: 15px;
        padding: 0 15px;
    }
    .top_blog_img_left {
        display: none;
    }
    .top_blog_img_right {
        display: none;
    }
    .blog_main {
        padding-top: 0%;
    }
    .blog_main2 {
        width: 100%;
    }
    .blog_big_img img {
        width: 100%;
        object-fit: cover;
        height: 210px;
    }
    .blog_monsoon_img2 {
        margin-top: 5%;
        margin-bottom: 2%;
    }
    .blog_monsoon_img1 img {
        width: 100%;
        object-fit: cover;
    }
    .blog_monsoon_img2 img {
        width: 100%;
        object-fit: cover;
    }
    .blog_related_post_content::before {
        position: absolute;
        bottom: 3px;
        left: 22%;
    }
    .blog_related_post_content::after {
        position: absolute;
        bottom: 3px;
        left: 68%;
    }
    .blog_social_media_img {
        padding-left: 26%;
    }
    .blog_social_media_img img {
        margin: 0 6px;
        height: 35px;
        width: 35px;
    }
    
    .footersocialcercle i {
        font-size: 14px;
        padding-left: 1px;
    }
    .blog_social_media_img {
        width: 48%;
    }
    .blog_right {
        padding-top: 2%;
    }
    .blog_want_us {
        width: 100%;
        text-align: center;
    }
    .blog_right_top_img {
        position: relative;
        width: 160px;
        left: 33%;
    }
    .blog_category ul {
        margin-bottom: 0px;
        width: 50%;
        float: left;
    }
    .blog_want_us input[type=text] {
        font-size: 14px !important;
        width: 100%;
        padding: 8px 0px 8px 8px;
        margin-bottom: 25px;
    }
    .blog_write_btn .button {
        font-size: 18px !important;
    }
    .blog_want_us .button {
        font-size: 16px !important;
        margin-bottom: 10px;
        padding: 10px 20px;
        margin: 0 auto;
    }
    .blog_leave_comment input[type=name] {
        width: 100%;
        padding: 15px 0 12px 0px;
        margin: 10px 0px;
        font-size: 18px;
    }
    .blog_leave_comment input[type=mail] {
        margin: 5px 0px;
        width: 100%;
        padding: 15px 0 12px 0px;
    }
    .blog_leave_comment input[type=text] {
        padding: 15px 0 12px 0;
        margin: 0px 0px;
    }
    .blog_submit_btn .button {
        padding: 7px 50px;
        font-size: 18px;
    }
    .blog_leave_comment label {
        width: 100%;
        padding-left: 0%;
        padding-bottom: 15px;
        font-size: 15px;
    }
    .blog_leave_comment_main label {
        width: 100%;
    }
    /*blog detail end*/
    .state_img {
        margin: 0 auto;
        width: 100%;
    }
    .state_img img {
        height: 210px;
        object-fit: cover;
    }
    .top_enquiry img {
        display: none;
    }
    .template_detail h1 {
        font-size: 19px;
        padding-bottom: 15px;
        line-height: 1.2;
        text-align: center;
    }
    .template_detail .h3 {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 5px;
        text-align: center;
        display: block;
    }
    .template_detail h3 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
        padding-top: 5px;
        text-align: center;
        padding-right: 0 !important;
        margin-right: 0px;
        width: 100%;
    }
    .p_b_20 {
        padding-bottom: 10px !important;
    }
    .template_detail h2 {
        font-size: 12px;
        line-height: 22px;
        max-height: 66px;
        text-align: center;
        -webkit-line-clamp: 3;
    }
    .paddingleftright15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile_title {
        padding: 15px 0 15px 0 !important;
    }
    .discover_stay {
        padding-bottom: 0px;
    }
    .mobile_margin0 {
        margin: 0 !important;
    }
    .filter_wrap {
        margin-top: 30px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .thinkelsewhere_content {
        width: calc(100% - 60px);
    }
    .te_m_t_20 {
        margin-top: 0px;
    }
    .discover_stay .template_discover {
        width: 92%;
        padding-top: 0px;
    }
    .discover_stay h1 {
        padding-bottom: 1px;
    }
    .template_detail .font8 h1 {
        padding-bottom: 0px;
    }
    .c-popup {
        top: 55%;
        width: 80%;
        padding: 15px 20px 5px 20px;
    }
    .close_popup {
        right: -21px;
        font-size: 25px;
        top: -43px;
    }
    .close_popup i {
        height: 40px;
        width: 40px;
        padding-top: 8px;
    }
    /*.footerline_ref .footerline {
        margin: 30px -40% 20px -40%;
        width: 180%;
    }*/
    .footerMenu {
        margin-left: 0;
    }
    .footerMenu a {
        padding: 10px 0px 0px 0px;
    }
   /* .footerlinebottom {
        margin: 15px -50% 30px -50%;
        width: 200%;
    }*/
    .thinkelsewhere_grid_wraper {
        width: 100%;
        margin: 0 auto;
    }
    .stay_details_dropdown {
        padding: 15px 0 15px 0;
    }
    .padding15m {
        padding-bottom: 15px !important;
    }
    .padding20m {
        padding: 15px 0 20px 0 !important;
    }
    .state_img {
        padding-bottom: 0px;
    }
    .template_blog {
        width: 92%;
        margin: 0 auto;
        margin-top: 15px;
        display: grid;
    }
    .paddingtopbottom25 {
        padding: 5px 0 10px 0;
    }
    .template_detail .font2 p {
        text-align: left;
        text-align-last: left;
    }
    .top_anyatra_img {
        margin: 10px 0;
    }
    .footerMenu a:nth-last-child(1) {
        padding: 10px 0 0 0px;
    }
    .mobile_line {
        padding: 0 15px;
    }
    .think_btn {
        margin-right: unset;
    }
    .know_more {
        position: relative;
        margin: 15px auto 0 auto;
    }
    .exploreblockcontent {
        padding: 10px 0 0 0;
    }
    .thinkelsewherewrapper {
        padding: 40px 0 25px 0;
    }
    .shareblock {
        padding-top: 10px !important;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .circleblue2 {
        width: 7%;
        display: none;
    }
    .blueimg {
        display: none;
    }
    .greenblue {
        top: 28%;
    }
    .greenblue {
        top: 40%;
        right: 6%;
    }
    .greentwo {
        left: 7%;
        top: 32%;
        width: 9%;
    }
    .shareblock .footersocialcercle {
        height: 35px;
        width: 35px;
        margin: 0 6px;
    }
    .p_white {
        padding: 0px 0px 5px 0;
    }
    .template_detail p {
        font-size: 15px;
        line-height: 22px;
    }
    .contactimg {
        padding-bottom: 0px;
        padding-top: 0x;
        padding-top: 5px;
        width: 15%;
    }
    .template_detail .font8_2 {
        width: 100%;
    }
    .discover_stay h1 {
        font-size: 18px;
    }
    .discover_stay .font_jal h2 {
        font-size: 16px;
    }
    .template_blog h2 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
    .template_blog p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    .template_blog h5 {
        font-size: 16px;
        line-height: 19px;
        padding-top: 15px;
    }
    .template_blog .slider5 {
        padding-top: 15px;
    }
    .template_blog .slider5 .col-xs-12 {
        width: 50%;
        float: left;
    }
    .blog_big_img {
        padding-top: 1%;
    }
    .template_blog .font3_2 h3 {
        font-size: 14px;
    }
    .width96 {
        width: 100% !important;
    }
    .blog_write_us {
        padding-bottom: 30px;
    }
    .blog_category ul li {
        font-size: 15px;
        padding: 5px 0;
    }
    .c-popup__img {
        padding: 0px 40px 30px;
    }
    .rightside_wrap p {
        text-align-last: center;
    }
    .terms_top {
        padding-top: 10px;
    }
    .islandlife .font-30 {
        font-size: 16px;
    }
    .slider2_1 {
        padding-left: 8px !important;
        padding-right: 15px !important;
    }
    .slider2_0 {
        padding-right: 7px !important;
        padding-left: 15px !important;
    }
    .blog_monsoon_content1 {
        padding-bottom: 0;
    }
    .m_justify {
        text-align: justify;
        text-align-last: center;
    }
    .te_m_b_20 {
        margin-bottom: 15px;
    }
    .m_t_m20 {
        margin-top: 20px!important;
        display: inline-block;
    }
    .m_b_m20 {
        margin-bottom: 20px!important;
        display: inline-block;
    }
    .m_t_m15 {
        margin-top: 15px!important;
        display: inline-block;
    }
    .m_b_m15 {
        margin-bottom: 15px!important;
        display: inline-block;
    }
    .m_t_m10 {
        margin-top: 10px!important;
    }
    .m_b_m10 {
        margin-bottom: 10px!important;
    }
    .m_tb_m0 {
        margin-bottom: 0!important;
        margin-top: 0!important;
        display: inline-block;
    }
    .p_tb_m0 {
        padding-bottom: 0!important;
        padding-top: 0!important;
        display: inline-block;
    }
    .p_t_m15 {
        padding-top: 15px!important;
        display: inline-block;
    }
    .p_b_m15 {
        padding-bottom: 15px!important;
        display: inline-block;
    }
    .p_b_m5 {
        padding-bottom: 5px!important;
        display: inline-block;
    }
    .paddingmobile0 {
        padding: 0 !important;
    }
    .choosewraper img {
        width: 15%;
        margin-bottom: 5px;
    }
    .threeblockimg img {
        width: 45%;
    }
    .enquiry_show_more_content_main {
        width: 100%;
        margin: 0 auto;
    }
    .enquiry_main {
        width: 90%;
    }
    .enquiry_submit {
        width: 96%;
        padding-top: 4%;
        margin: auto;
    }
    .tedetailbanner img {
        width: 100%;
        height: 210px;
        object-fit: cover;
        position: center center;
    }
    .template_detail .img1 {
        height: 210px;
    }
    #explore_block .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
    .explore_swiper_block {
        padding: 0px;
    }
    #explore_block .exploreblockcontent {
        padding: 10px 15px 0 15px;
    }
    #explore_block .swiper-pagination-bullet {
        display: inline-block;
        margin: 0;
        pointer-events: none;
        border: unset !important;
        height: 10px;
        width: 10px;
        background: #94877e;
        opacity: 0.4;
    }
    #explore_block .swiper-pagination-bullet-active {
        opacity: 1;
    }
    #unique_wrapper .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
    .unique_swiper_block {
        padding: 0;
    }
    #explore_block .swiper-wrapper .swiper-slide {
        overflow: unset !important;
    }
    #explore_block .mobileexploreblock {
        display: block;
        position: relative;
    }
    #unique_wrapper {
        margin-top: 15px;
    }
    #unique_wrapper .mobileexploreblock {
        display: block;
        position: relative;
    }
    #unique_wrapper .exploreblockcontent {
        padding: 10px 15px 0 15px;
    }
    #unique_wrapper .swiper-pagination-bullet ,#explore_block .swiper-pagination-bullet{
        display: inline-block;
        margin: 0;
        pointer-events: none;
        border: unset !important;
        height: 10px;
        width: 10px;
        background: #94877e;
        opacity: 0.4;
        padding: 4px;
        margin: 6px;
        cursor: pointer;
    }
    
    #unique_wrapper .swiper-pagination-bullet-active,
    #explore_block .swiper-pagination-bullet-active {
        opacity: 1;
    }
    .greenblue {
        width: 9%;
    }

    .homeuserimgblock2 {
        left: 10%;
        width: 90px;
    }
    .homeuserimgblock1 {
        right: 0%;
        width: 34px;
        padding-top: 45px;
    }
    .home-userimage {
        width: 115px;
    }
    .homeuserimgblock3 {
        top: -5px;
        left: -7px;
        width: 40px;
    }
    /*.wow {
        animation-name: none !important;
        visibility: visible !important;
    }*/
    .circle {
        animation: unset;
    }
    .te_userimgblock2 {
        left: 18%;
        width: 135px;
    }
    .blog_right_top_img2 {
        width: 105px;
        padding-top: 15px;
    }
    .blog_right_top_img1 {
        width: 36px;
        right: 70%;
        padding-top: 57px;
    }
    .blog_right_top_img3 {
        width: 35px;
        left: 42%;
        top: 5%;
    }
    .blog_popular_holiday_idea {
        padding-top: 20px;
    }
    .mobile_lr_m {
        margin-left: -15px;
        margin-right: -15px;
    }
    .discover_stay .slider2 {
        display: none;
    }
    .discover_stay .slider_img {
        padding: 0px 15px 0px 15px;
    }
    .exp_m a:hover, .exp_m a:focus {
        color: #94877E !important;
    }
    .think_menu {
        font-size: 16px !important;
    }
    .call_box {
        padding-left: 35px;
    }
    .enquiry_main .checkmark {
        height: 25px;
        width: 25px;
    }
    .something_heritage_checkbox .checkmark {
        height: 25px;
        width: 25px;
    }
    .special_occasion_checkbox .checkmark {
        height: 25px;
        width: 25px;
    }
    .select_go select {
        font-size: 16px;
    }
    #explore_block .swiper-wrapper {
        margin-bottom: 0px;
    }
    #unique_wrapper .swiper-wrapper {
        margin-bottom: 0px;
    }
    .tab_p_t20 {
        padding-top: 10px;
    }
    .stay_details_dropdown {
        margin-top: 0px;
    }
    .logowrapper {
        width: unset;
        /* width: 140px; */
        padding: 10px 0 !important;
    }
    .logo_home_all img {
        width: 155px;
        margin: 0 auto;
        padding: 0px 0 !important;
    }
    .banner_logo_mobile img {
        width: 94%;
        height: auto;
        padding-top: 3px;
        margin-left: -25px;
    }
    .newsletter_text {
        width: 100%;
    }
    .newsletter_width {
        width: 90%;
    }
    .body_main {
        margin-top: -2px;
    }
    .dropdown-mobile {
        animation-name: fadeIn !important;
    }
    .stay_content {
        min-height: unset;
    }
    .gallery_detail{
        /*visibility: visible;*/
        /*display: none;*/
    }
    .gallery_view2.show_tab2 {
        /*display: block;*/
        /*visibility: visible;*/
    }
    .gallery2_block {
        height: auto;
    }
    .gallery_detail_thumbs{
        display: none;
    }
    .g_p_b30 img{
        height: 120px;
        object-fit: cover;
    }
    .gallery_view2.show_tab2,  .gallery_view2 {
        /*display: block;*/
        /*visibility: visible;*/
        height: 85vh;
        overflow: auto;
        position: absolute;
        top: 15vh;
        left: 0;
    }
    .gallery2_block .row{
        margin: 0;
    }
    .title_disc_popup {
        float: left;
        width: 85%;
        padding-left: 15px;
        padding-top: 15px;
    }
    .icon_popup {
        float: right;
        width: 15%;
        padding-top: 15px;
        padding-right: 15px;
    }
    .reviewer_quote {
        width: 80%;
        float: unset;
        margin: 0 auto;
        padding-bottom: 15px;
    }
    .best_in {
        width: 75%;
        margin: 0 auto;
        float: unset;
    }
}

@media screen and (max-width: 599px) {
    .font_50_error {font-size:30px !important; margin-bottom: 30px !important;}
    .font_40_error{font-size:25px !important;}
    .font_35_error{font-size:20px !important;}
    .not_found {
        margin-top: -30px;
        margin-bottom: 50px;
        padding: 0 30px;
    }
    .none_599 {
        display: block;
    }
    .font-70 {
        font-size: 30px !important;
    }
    .font-20 {
        font-size: 16px;
    }
    .font-22 {
        font-size: 15px !important;
        line-height: 23px;
    }
    .explorewrapper {
        margin-top: 10px;
    }
    .socialwrapper {
        transform: translateX(45%);
        transform: translateX(-50%);
        float: left;
        position: relative;
        left: 50%;
    }
    .circleblue2 {
        width: 7%;
    }
    .font-26 {
        font-size: 20px;
    }
    .footerMenu a {
        /*font-size: 18px;*/
        width: 100%;
    }
    .footersocial {
        width: unset;
        margin: unset;
        left: 54%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        position: relative;
        float: left;
    }
    .linecircle {
        bottom: -30px;
        width: 14%;
    }
    .thinkelsewherewrapper p {
        width: 100%;
    }
    .dot {
        height: 3px;
        width: 3px;
    }
    .font-16 {
        font-size: 14px;
    }
    .footerline {
        margin: 28px 0;
    }
    .term_wrap {
        padding-top: 20px;
    }
    .tab_wrap .nav-pills>li {
        font-size: 14px;
        border-bottom: 1px solid #e8e8e8;
    }
    .font-40 {
        font-size: 18px;
    }
    .bg_coffee {
        margin-top: 30px;
    }
    .paddingtop50 {
        padding-top: 20px;
    }
    .homeswiper .swiper-container .swiper-slide {
        height: unset !important;
    }
    .homeswiper .swiper-container .swiper-slide .img-responsive {
        /* height: 100%; */
        width: 100%;
        object-fit: cover;
    }
    .thinkelsewhere_grid_margin_bottom {
        margin-bottom: 20px;
    }
    .dots_position {
        bottom: 22px;
        right: 16px;
    }
    .ul_li_wrap ul li a {
        font-size: 14px !important;
    }
    .dropdown-mobile a {
        font-size: 13px !important;
        padding-left: 5px !important;
    }
    .dropup-icon i {
        padding-right: 15px;
        font-size: 18px;
        padding-top: 2px;
    }
    /*======================== TE Detail ========================*/
    .islandlife .font-40 {
        font-size: 15px;
    }
    .shareblock .footersocialcercle i {
        font-size: 16px;
    }
    .socialcenter {
        padding: 0px 0 30px 0;
    }
    .textcentermobile {
        text-align: center;
    }
    .font-26 {
        font-size: 18px;
    }
    .enquirecontent {
        padding: 25px 5px;
    }
    .userimgwrapper {
        width: 200px;
        height: 175px;
    }
    .tedetailbanner {
        height: unset;
    }
    /*======================== TE Detail ========================*/
}

@media only screen and (max-width: 460px) {
    .template_detail .img9_1 {
        width: 13%;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 11%;
        transform: translateX(-28px);
    }
    .discover_stay p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 420px) {
    .font-20 {
        font-size: 14px;
        line-height: 20px;
    }
    .font-70 {
        font-size: 26px !important;
    }
}

@media screen and (max-width: 380px) {
    .font_35_error {
        font-size: 17px !important;
    }
    .font_40_error {
        font-size: 20px !important;
    }

    .font_50_error {font-size:25px !important;}
    .team_img5_wrap {
        top: 88px;
        left: 0px;
    }

    .team_img3_wrap {
        top: -2%;
        left: 26%;
    }
    .detailTabMenu li a, .menucurousel a {
        font-size: 14px;
    }
    .banner_logo_mobile img {
        padding-top: 9px;
    }
    .font-24 {
        font-size: 15px;
    }
    .font-18 {
        font-size: 12px;
    }
    .ul_li_wrap ul li {
        padding: 15px 0px 15px 5px;
    }
    .ul_li_wrap ul li:nth-child(1):after {
        height: 50px;
    }
    .ul_li_wrap ul li:nth-child(2):after {
        height: 50px;
    }
    .ul_li_wrap ul li:nth-child(3):after {
        height: 50px;
    }
    .ul_li_wrap ul li:nth-child(4):after {
        height: 50px;
    }
    .ul_li_wrap ul li:nth-child(5):after {
        height: 50px;
    }
    /*======================== TE Detail ========================*/
    .islandlife .font-40 {
        font-size: 14px;
    }
    .islandlife h1 {
        padding: 30px 0 0px 0px;
    }
    .bluedotimgleft {
        width: 30px;
    }
    .bluedotimgright {
        width: 30px;
    }
    .islandlife .font-20 {
        font-size: 14px;
    }
    .font-70 {
        font-size: 24px !important;
    }
    /*======================== TE Detail ========================*/
    .personaly_icon:after {
        left: -13%;
    }
    .expertimg {
        width: 46%;
    }
    .contact_wrap h1 {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 10px;
    }
    .left_dot_contact {
        width: 40px;
    }
    .right_dot_contact {
        width: 40px;
    }
    .font-30 {
        font-size: 16px;
    }
    .contact_w70 {
        width: 75%;
    }
    .width64m {
        width: 68% !important;
    }
    .font-20 {
        font-size: 14px;
    }
    .more_title_line::before {
        bottom: 1px;
    }
    .more_title_line::after {
        bottom: 1px;
    }
    .mobile_line {
        padding: 0 15px;
    }

    
}

@media screen and (max-width: 320px) {
    /*======================== TE Detail ========================*/
    .islandlife .font-40 {
        font-size: 13px;
    }

    .team_img5_wrap {
        top: 14%;
    }

    .team_img3_wrap {
        top: -1%;
        left: 25%;
    }
}

label.error {
    color: #ff0011;
}

.enquiry_main input.error, .enquiry_main textarea.error {
    border-color: #ff0011;
}