.new_home {
    background: #d5cbbf;
    flex-direction: column;
    flex: 0 0 auto;
    height: 100%;
    justify-content: space-between
}

.new_home .container {
    width: 1130px;
    margin: auto
}

.bus_home {
    background: url(../new_images/v_3/busnicess_travel.jpg) no-repeat fixed center;
    box-sizing: border-box;
    padding-top: 90px;
    text-align: center;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit--moz-background-size: cover
}

#monthly_home {
    background: url(../new_images/v_3/monthly.jpg) no-repeat fixed center;
    box-sizing: border-box;
    padding-top: 90px;
    text-align: center;
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit--moz-background-size: cover
}

.top_title {
    top: 170px !important
}

.bx-controls {
    display: none
}

ul.bxslider,
ul.bxslider li {
    margin: 0;
    padding: 0
}

ul.bxslider li img {
    width: 100%
}

.cities_pics {
    position: relative
}

.cities_pics .city_photo {
    width: 353px;
    height: 217px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 10px;
    transition: all .8s ease 0;
    -moz-transition: all .8s ease 0;
    -webkit-transition: all .8s ease 0
}

.cities_pics .city_photo h2 {
    text-align: center;
    position: absolute;
    bottom: 5px;
    color: #fff;
    font-size: 36px;
    left: 0;
    right: 0;
    z-index: 111
}

.cities_pics .city_photo .city_detail {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 11;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    background: url(../new_images/city_bg.png) no-repeat;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}

.cities_pics .city_photo:hover .city_detail {
    display: block;
    background: url(../new_images/city_bg.png) no-repeat;
    opacity: 1
}

.cities_pics .city_photo .city_detail h3 {
    color: #fff;
    font-size: 36px;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 20px
}

.cities_pics .city_photo .city_detail ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 20px;
    list-style: none;
    display: none
}

.cities_pics .city_photo .city_detail ul li a {
    margin: 0;
    padding: 10px 10px 10px 50px;
    list-style: none;
    background: url(../new_images/images_option.png) no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: left;
    color: #fff
}

.cities_pics .city_photo .city_detail ul li a:hover {
    color: #fd09de
}

.cities_pics .city_photo .city_detail ul li.low_price a {
    background-position: 0 -4px
}

.cities_pics .city_photo .city_detail ul li.Most_popular a {
    background-position: 0 -52px
}

.cities_pics .city_photo .city_detail ul li.Editor_choice a {
    background-position: 0 -103px
}

#showmenu {
    text-align: center;
    background: url(../new_images/gradient.png) repeat-x;
    position: absolute;
    z-index: 1;
    height: 229px;
    padding-top: 110px;
    bottom: -138px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#showmenu .downarrow {
    cursor: pointer;
    background: url(../new_images/downarrow.png) no-repeat top;
    height: 46px;
    width: 378px;
    margin: auto;
    display: block
}

#showmenu .downarrow:hover {
    background-position: bottom
}

.home-slider {
    min-height: 460px;
    position: relative;
    text-align: center
}

.home-slider h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 400
}

.home-slider h1:after {
    content: '';
    background: url(../new_images/live.png) no-repeat;
    display: inline-block;
    width: 155px;
    height: 81px;
    margin: 160px 0 0 17px;
    vertical-align: bottom
}

.home-slider h3 {
    font-size: 16px;
    color: #fff;
    margin: 30px 0 35px;
    font-weight: 400
}

.home-slider h3 span {
    color: #8bb90c
}

.home_form .HomeInputBlk,
.home_form .NewCheckInInput,
.home_form .NewLocInput {
    border: none
}

.home_form .NewLocInput input[type="text"],
.home_form .NewCheckInInput input[type="text"] {
    background-color: #fff;
    color: #668b04;
    font-size: 18px;
    width: 100%;
    height: 56px;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.home_form .NewLocInput input[type="text"]::-moz-placeholder,
.home_form .NewCheckInInput input[type="text"]::-moz-placeholder {
    color: #668b04;
    opacity: 1
}

.home_form .NewFindInput input[type="submit"] {
    background: #fd09de;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    height: 55px;
    opacity: 1;
    padding: 0;
    border-radius: 0 !important;
    width: 168px
}

.home_form .NewFindInput input[type="submit"]:hover {
    background: #cf06b6
}

.home_form .NewLocInput {
    width: 404px;
    margin-right: 5px
}

.home_slider_icon {
    padding-top: 137px;
    padding-bottom: 70px
}

.home_slider_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 9
}

.crap {
    position: relative;
    z-index: auto;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

#main {
    width: 100%;
    height: 70%;
    min-height: 460px
}

.g_n_icon_1 {
    background: url(../new_images/g_n_icon_23.png) no-repeat
}

.g_n_icon_2 {
    background: url(../new_images/g_n_icon_11.png) no-repeat
}

.home_slider_icon .home_slider_block {
    position: relative;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.home_slider_icon .home_slider_block:hover img {
    opacity: .6
}

.home_slider_block .block_tooltip {
    opacity: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #666;
    top: -50px;
    color: #333;
    padding: 5px;
    z-index: 99;
    border-radius: 3px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.home_slider_block:hover .block_tooltip {
    opacity: 1
}

.header_img_bg {
    position: absolute;
    width: 930px;
    z-index: 11;
    top: 170px;
    left: 0;
    right: 0;
    margin: auto
}

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

.header_img_bg .header_content h1 {
    font-size: 46px;
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
    font-weight: 400;
    text-shadow: 10px 8px 33px #000;
    -moz-text-shadow: 10px 8px 33px #000;
    -webkit-text-shadow: 10px 8px 33px #000
}

.header_img_bg .header_content h3 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-shadow: 10px 8px 33px #000;
    -moz-text-shadow: 10px 8px 33px #000;
    -webkit-text-shadow: 10px 8px 33px #000
}

.header_img_bg .header_content h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-shadow: 1px 2px 30px #000
}

.header_img_bg .new_home_form {
    text-align: center;
    margin-top: 40px
}

.header_img_bg .new_home_form .field {
    margin-right: 5px;
    height: 60px;
    position: relative;
    float: left
}

.header_img_bg .new_home_form .field input {
    width: 100%;
    background: rgba(249, 244, 244, 0.8);
    padding: 5px 5px 5px 82px;
    border: solid 1px #000;
    height: 60px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.heapBox a {
    box-sizing: border-box
}

#gn_search_block .welcome_pop_main {
    width: 940px
}

#gn_search_block .box-shadow {
    box-shadow: 0 0 65px #FFF;
    width: auto
}

.header_img_bg {
    position: absolute;
    width: 930px;
    z-index: 11;
    top: 180px;
    left: 0;
    right: 0;
    margin: auto
}

#gn_search_block .header_content {
    text-align: center;
    width: 100%
}

#gn_search_block .header_content h1 {
    font-size: 55px;
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
    font-weight: 400;
    text-shadow: 1px 2px 33px #000;
    -moz-text-shadow: 1px 2px 33px #000;
    -webkit-text-shadow: 1px 2px 33px #000
}

#gn_search_block .header_content h3 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-shadow: 1px 2px 30px #000
}

#gn_search_block .new_home_form {
    text-align: center;
    margin-top: 77px;
    padding: 8px
}

#gn_search_block .new_home_form .field {
    margin-right: 5px;
    height: 60px;
    position: relative;
    float: left
}

#gn_search_block .new_home_form .field input {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 5px 5px 82px;
    border: none;
    height: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#gn_search_block .new_home_form .check-in input {
    padding-left: 65px
}

#gn_search_block .new_home_form .address {
    width: 350px
}

#gn_search_block .new_home_form .check-in {
    width: 231px
}

#gn_search_block .new_home_form .stay-type {
    width: 180px
}

#gn_search_block .new_home_form .field .icon {
    position: absolute;
    z-index: 111;
    left: 0;
    top: 10px
}

#find_button {
    float: left
}

#gn_search_block .welcome_pop_main .close_btn {
    position: absolute;
    right: -5px;
    top: -10px;
    z-index: 99999
}

#gn_search_block .welcome_pop_main .close_btn a {
    background: url(../new_images/popup-close.png) no-repeat;
    display: block;
    height: 24px;
    width: 24px
}

.header_img_bg .new_home_form .check-in input {
    padding-left: 65px
}

.header_img_bg .new_home_form .address {
    width: 350px
}

.header_img_bg .new_home_form .check-in {
    width: 231px
}

.header_img_bg .new_home_form .stay-type {
    width: 180px
}

.header_img_bg .new_home_form .field .icon {
    position: absolute;
    z-index: 111;
    left: 0;
    top: 10px
}

.find_button {
    float: left
}

.find_button input.pink_button {
    height: 60px;
    border: solid 1px #000;
    font-weight: 700;
    width: 143px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.home_continer {
    width: 1180px;
    margin: auto
}

.home_heading_bg {
    text-align: center
}

.nest_section .home_heading_bg {
    padding-bottom: 20px
}

.home_heading_bg span {
    background-color: #0276e5;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
    border: solid 1px #fff
}

.home_contenier_block h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #565556;
    margin: 20px 0
}

.home_contenier_block .cities_pics {
    text-align: center
}

.home_contenier_block .cities_pics .city_photo {
    width: 340px;
    height: 200px;
    position: relative;
    margin: 15px;
    overflow: hidden;
    cursor: pointer
}

.home_contenier_block .cities_pics .city_photo a.city_price {
    position: absolute;
    line-height: 42px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    text-align: left;
    height: 72px;
    padding: 9px 0 15px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    background: url(../new_images/name-bg.png) repeat-x center bottom;
    z-index: 12;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.home_contenier_block .cities_pics .city_photo a.city_price:hover {
    color: #ccc
}

.home_contenier_block .cities_pics .city_photo a.city_price span.userPic {
    border: solid 2px #fff;
    width: 40px;
    height: 40px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px
}

.home_contenier_block .cities_pics .city_photo .city_photo_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.home_contenier_block .cities_pics h2 {
    position: absolute;
    top: 60px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: inherit;
    font-size: 24px;
    font-weight: 500;
    text-shadow: 10px 8px 33px #000
}

.home_contenier_block .cities_pics .city_photo .city_detail h3 {
    font-size: 24px;
    left: 0;
    right: 0
}

.Guest_Benefits {
    width: 890px;
    margin: 40px auto 0
}

.Guest_Benefits .Benefits {
    width: 281px;
    height: 398px;
    text-align: center;
    position: relative;
    border: solid 1px #bcb4aa;
    display: inline-block
}

.Guest_Benefits .Benefits .darkness {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all .5s ease 0
}

.Guest_Benefits .Benefits:hover .darkness {
    background: rgba(0, 0, 0, 0.5)
}

.Guest_Benefits .Benefits:first-child {
    float: left
}

.Guest_Benefits .Benefits:last-child {
    float: right
}

.Guest_Benefits .three_Guest_Benefits {
    text-align: center
}

.Guest_Benefits .Benefits h2 {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 40%;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    margin: 0;
    z-index: 2;
    transition: all .5s ease 0
}

.Guest_Benefits .Benefits:hover h2 {
    color: #fd09de
}

.Guest_Benefits .Benefits h2 span {
    display: block
}

.click_slide .gn_p_b h1 {
    font-size: 30px
}

.click_slide .gn_p_b h2 {
    font-size: 22px;
    text-align: left;
    color: #f6339a;
    font-weight: 700;
    margin: 10px 0;
    padding: 0
}

.click_slide .gn_p_b ul li,
.click_slide .gn_p_b .user_comt_a_pl {
    font-size: 14px
}

.click_slide .gn_p_b {
    padding: 20px 10px;
    border-bottom: none
}

.gn_listing_slider .m_6 img {
    width: 100%
}

.gn_listing_slider .m_4 {
    margin: 0
}

.gn_listing_slider .travel_simpler_img {
    width: 18%
}

.gn_listing_slider .travel_simpler_content {
    width: 82%
}

.gn_listing_slider .m_4 img {
    width: 100%
}

.gn_listing_slider .m_2 {
    margin: 73px 0 0
}

.cd-fixed-bg.cd-bg-2 {
    background-image: url(../new_images/vacation_deals.jpg);
    min-height: 800px;
    padding-top: 20px;
    box-sizing: border-box
}

.cd-fixed-bg.cd-bg-3 {
    background-image: url(../new_images/learn_fly.jpg);
    height: 700px;
    padding-top: 20px
}

.cd-fixed-bg {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    z-index: 1
}

.cd-fixed-bg-content {
    padding: 350px 60px 20px
}

.cd-fixed-bg-content h2 {
    color: #000;
    font-size: 54px;
    font-weight: 400
}

.cd-fixed-bg-content p {
    color: #000;
    font-size: 18px;
    margin: 0
}

.cd-fixed-bg a.pink_button {
    font-size: 18px;
    padding: 5px 20px;
    margin-top: 150px;
    float: right;
    margin-right: 50px;
    clear: both
}

.cd-bg-3 a.pink_button {
    margin-top: 350px
}

header.smaller .became_host {
    display: none
}

.learn-content {
    padding: 40px
}

.learn-content h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 400
}

.learn-content p {
    margin: 0;
    font-size: 18px;
    color: #fff
}

.home-page-slider {
    height: 570px;
    position: relative
}

.bus_home {
    height: 570px;
    box-sizing: border-box
}

.full-width {
    width: 100%;
    z-index: 999
}

.gn_listing_slider .simply-phone img {
    height: 400px;
    width: auto
}

.without_img {
    width: 100%
}

.business_travel {
    clear: both
}

.business_travel_blocks {
    text-align: center;
    padding-top: 20px;
    text-shadow: 1px 10px 33px #000
}

.business_travel_blocks .travel_blocks {
    display: inline-block;
    text-align: left;
    width: 32%
}

.business_travel_blocks .travel_blocks img {
    float: left
}

.business_travel_blocks .travel_blocks h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fc28b6
}

.business_travel_blocks .travel_blocks p {
    font-size: 12px;
    color: #fff;
    margin: 0
}

.business_travel_blocks .secure_payment {
    float: left
}

.business_travel_blocks .verified_quality {
    float: right;
    width: 30%
}

.bus_home .travel_page {
    position: inherit;
    top: inherit;
    margin-top: 80px
}

.reviews_quality {
    width: 70%
}

.reviews_quality .reviews_quality_content {
    font-size: 16px;
    color: #8d8c8c
}

.reviews_quality_content .easier_faster {
    color: #1c1c1c;
    font-weight: 700
}

.reviews_quality_content .easier_faster span {
    color: #2cbddc
}

.gn_p_b .tab-comment img {
    width: auto
}

.Community_means {
    background: url(../new_images/community.jpg) no-repeat;
    height: 331px;
    width: 100%;
    display: block;
    padding: 20px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.Community_means_content {
    float: right;
    padding-right: 50px;
    width: 67%;
    color: #fff
}

.click_slide .gn_p_b .Community_means_content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400
}

.Community_means_content h3 {
    font-size: 24px;
    padding-bottom: 40px
}

.Community_means_content p {
    font-size: 16px
}

#monthly_home .business_travel_blocks .host_guest {
    float: left;
    margin-left: 32px
}

.front_gradient {
    position: absolute;
    background: url(../new_images/front_gradient.png) repeat-x;
    width: 100%;
    height: 630px;
    bottom: 0;
    z-index: 11
}

.book_nest {
    background: url(../new_images/new_bg.png) no-repeat;
    width: 479px;
    height: 176px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 60px;
    padding-left: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.book_nest .book_user {
    width: 75px;
    height: 75px;
    border: solid 2px #fff;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px
}

.book_nest .book_user_content {
    float: left;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    min-width: 200px
}

.book_nest .book_user_content .book_user_name {
    float: left
}

.book_nest .book_user_content .belong {
    float: right
}

.book_nest .book_link {
    clear: both;
    float: left
}

.book_nest .book_link a {
    color: #fff;
    text-decoration: underline
}

.book_nest .book_link a:hover {
    color: #fff;
    text-decoration: none
}

.book_nest .book_price {
    float: right
}

.slider-graident {
    background: url(../new_images/home-page-graident.png) repeat-x;
    height: 240px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0
}

@media only screen and (min-width: 1025px) and (max-width: 1179px) {
    .home_continer {
        width: 98%
    }

    .home_contenier_block .cities_pics .city_photo {
        width: 30%
    }
}

#monthly_home .header_content h2 {
    padding: 19px 0
}

#monthly_home .header_img_bg .new_home_form {
    width: 740px;
    margin: 55px auto 0
}

.rest_easy .home_contenier_block {
    position: relative;
    padding: 50px 220px 50px 0;
    width: 960px;
    margin: auto;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.how_it_work_easy .home_continer {
    width: 100%
}

.rest_easy .home_contenier_block {
    font-size: 18px
}

.rest_easy .home_contenier_block img {
    border-radius: 120px;
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px
}

.rest_easy .home_contenier_block span.contain_img {
    border: solid 2px #0276e5;
    width: 207px;
    height: 207px;
    position: absolute;
    right: 0;
    z-index: 11;
    top: -20px;
    overflow: hidden;
    border-radius: 120px;
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px
}

.how_it_work_easy {
    width: 100%;
    border-top: solid 1px #e5e3e3;
    border-bottom: solid 1px #e5e3e3
}

.how_it_work_easy .nest_section {
    float: left;
    width: 65%;
    padding: 40px 2% 80px 5%;
    background: #e5e3e3;
    float: left;
    border-right: solid 1px #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.nest_section h2 {
    font-size: 48px;
    color: #000;
    font-weight: 400;
    margin: 0;
    padding: 0 0 40px;
    text-align: center
}

.nest_section h2 a {
    font-size: 24px;
    color: #e60be9;
    text-decoration: underline
}

.rent_block .num {
    float: left;
    font-size: 34px;
    color: #fd09de;
    margin: 9px 20px 0 0;
    font-weight: 700
}

.rent_block .num.two {
    margin-top: 30px
}

.rent_block img {
    float: left;
    margin-right: 30px
}

.rent_block .rent_block_content {
    float: left;
    width: 72%;
    font-size: 15px
}

.rent_block .rent_block_content p {
    margin-bottom: 25px;
    clear: both;
    display: inline-block;
    margin-top: 0
}

.rent_block .rent_block_content h3 {
    font-size: 30px;
    color: #e60be9;
    font-weight: 400;
    float: left
}

.rent_block .vartical_line {
    background: url(../new_images/down-arrow.png);
    width: 46px;
    height: 46px;
    display: block;
    clear: both;
    margin: 0 auto 25px
}

.rent_block .rent_block_content .help {
    background-color: #edc50d;
    width: 20px;
    height: 20px;
    margin: 8px 0 0 11px;
    display: block;
    color: #000;
    text-align: center;
    font-size: 16px;
    float: left;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px
}

.faqs_section {
    float: right;
    width: 35%;
    padding: 112px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.faqs_section h2 {
    color: #e827c5;
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 20px;
    text-decoration: underline
}

.FaqTopMonth {
    color: #383838;
    cursor: pointer;
    font-size: 18px;
    text-decoration: underline;
    list-style: outside none none;
    margin: 12px 0;
    padding: 0
}

.more_faq a {
    color: #e827c5;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 20px;
    text-decoration: underline
}

.more_faq a:hover {
    color: #e827c5
}

.full-width-bottom .home_continer {
    width: 1336px
}

.full-width-bottom .home_contenier_block {
    width: 100%;
    padding: 50px 50px 50px 250px
}

.full-width-bottom .home_contenier_block span.contain_img {
    left: 0;
    right: inherit;
    top: -33px
}

.perfecthomestay {
    background-color: #e5e3e3;
    padding: 110px 0
}

.perfecthomestay.header_img_bg {
    width: 100%;
    position: static
}

.perfecthomestay.header_img_bg .new_home_form {
    margin: 0 auto;
    width: 740px
}

.perfecthomestay h2 {
    text-align: center;
    font-size: 48px;
    color: #2966cb;
    font-weight: 400;
    margin: 0;
    padding: 0 0 50px
}

.DiscoverCool img {
    margin-top: -20px
}

.RequestBooking img {
    margin-top: -60px
}

@media only screen and (min-width: 1025px) and (max-width: 1335px) {
    .how_it_work_easy .home_continer {
        width: 100%
    }

    .full-width-bottom .home_continer {
        width: 96%;
        margin: auto
    }

    .nest_section h2 {
        font-size: 40px
    }

    .faqs_section {
        padding: 108px 20px 0
    }

    .rent_block .rent_block_content {
        width: 70%
    }

    .rent_block .rent_block_content h3 {
        font-size: 24px
    }

    .rent_block .rent_block_content .help {
        margin: 4px 0 0 11px
    }

    .rent_block .rent_block_content p br {
        display: none
    }

    .full-width-bottom .home_contenier_block {
        height: 150px
    }

    .rent_block .num {
        margin-right: 5px
    }

    .rent_block img {
        margin-right: 10px
    }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .home_continer {
        width: 98%
    }

    .home_contenier_block .cities_pics .city_photo {
        width: 30%
    }

    .how_it_work_easy .home_continer {
        width: 100%
    }

    .full-width-bottom .home_continer {
        width: 96%;
        margin: auto
    }

    .nest_section h2 {
        font-size: 40px
    }

    .rent_block .rent_block_content {
        width: 74%
    }

    .rent_block .rent_block_content h3 {
        font-size: 24px
    }

    .rent_block .rent_block_content p br {
        display: none
    }

    .full-width-bottom .home_contenier_block {
        height: 150px
    }

    .rent_block img {
        width: 100px;
        height: auto
    }

    .DiscoverCool img,
    .RequestBooking img {
        margin-top: 0
    }

    .rent_block .num {
        margin-right: 5px
    }

    .rent_block .num.two {
        margin-top: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .home_continer {
        width: 98%
    }

    .Guest_Benefits {
        width: 98%
    }

    .Guest_Benefits .Benefits {
        width: 30%;
        height: 321px
    }

    .Guest_Benefits .Benefits img {
        width: 100%
    }

    .slick-prev {
        left: 0
    }

    .slick-next {
        right: 0
    }

    .header_img_bg {
        width: 90%
    }

    .header_img_bg .header_content h1 {
        font-size: 40px
    }

    .header_img_bg .header_content h3 {
        font-size: 20px
    }

    .header_img_bg .new_home_form {
        margin-top: 25px
    }

    .header_img_bg .new_home_form .address {
        width: 238px
    }

    .header_img_bg .new_home_form .check-in,
    .header_img_bg .new_home_form .stay-type {
        width: 150px
    }

    .header_img_bg .new_home_form .field input {
        padding: 5px 5px 5px 78px
    }

    .heapBox a {
        padding-left: 20px
    }

    .home_contenier_block h2 {
        font-size: 26px
    }

    .business_travel_blocks .travel_blocks {
        width: 30%;
        text-align: center
    }

    .business_travel_blocks .travel_blocks img {
        float: none
    }

    .business_travel_blocks .travel_blocks h2 {
        font-size: 18px
    }

    .find_button input.pink_button {
        width: 125px
    }

    .reviews_quality {
        width: 70%
    }

    .gn_p_b .tab-comment {
        width: 28%
    }

    .gn_p_b .tab-comment img {
        width: 100%
    }

    .Community_means {
        padding: 20px
    }

    .Community_means_content {
        width: auto
    }

    #gn_search_block .welcome_pop_main {
        width: 820px
    }

    #gn_search_block .new_home_form .address {
        width: 310px
    }

    #gn_search_block .new_home_form .check-in {
        width: 150px
    }

    .how_it_work_easy .home_continer {
        width: 100%
    }

    .full-width-bottom .home_continer {
        width: 96%;
        margin: auto
    }

    .nest_section h2 {
        font-size: 30px
    }

    .faqs_section {
        padding: 102px 20px 0
    }

    .rent_block .rent_block_content {
        width: 70%;
        margin-left: 5px
    }

    .rent_block .rent_block_content h3 {
        font-size: 21px
    }

    .rent_block .rent_block_content p {
        font-size: 14px
    }

    .rent_block .rent_block_content p br {
        display: none
    }

    .full-width-bottom .home_contenier_block {
        height: 150px
    }

    .rent_block img {
        width: 100px;
        height: auto;
        margin-right: 15px
    }

    .DiscoverCool img,
    .RequestBooking img {
        margin-top: 0
    }

    .faqs_section h2 {
        font-size: 30px
    }

    .faqs_section ul li a {
        font-size: 14px
    }

    .rent_block .rent_block_content .help {
        font-size: 14px;
        width: 18px;
        height: 18px;
        margin: 4px 0 0 11px
    }

    .rent_block img {
        margin-left: 0
    }

    .full-width-bottom .home_contenier_block {
        height: auto
    }

    .perfecthomestay h2 {
        font-size: 28px
    }

    .perfecthomestay.header_img_bg .new_home_form {
        width: 524px
    }

    #monthly_home .header_img_bg {
        top: 124px
    }

    #monthly_home .header_img_bg .new_home_form {
        width: 530px
    }

    .rest_easy .home_contenier_block {
        width: 96%
    }

    .rest_easy .home_contenier_block span.contain_img {
        top: 0
    }

    .rent_block .num {
        margin-right: 5px
    }

    .rent_block .num.two {
        margin-top: 20px
    }

    .rent_block .rent_block_content {
        width: 67%
    }
}

@media only screen and (max-width: 767px) {
    .home_continer {
        width: 98%
    }

    .Guest_Benefits {
        width: 98%
    }

    .Guest_Benefits .Benefits {
        width: 30%;
        width: 30%
    }

    .Guest_Benefits .Benefits img {
        width: 100%
    }

    .slick-prev {
        left: 0
    }

    .slick-next {
        right: 0
    }

    .header_img_bg {
        width: 90%
    }

    .header_img_bg .header_content h1 {
        font-size: 30px
    }

    .header_img_bg .header_content h3 {
        font-size: 20px
    }

    .header_img_bg .new_home_form {
        margin-top: 25px
    }

    .header_img_bg .new_home_form .address {
        width: 238px
    }

    .header_img_bg .new_home_form .check-in,
    .header_img_bg .new_home_form .stay-type {
        width: 150px
    }

    .home_contenier_block h2 {
        font-size: 26px
    }

    .header_img_bg .new_home_form .field,
    .header_img_bg .new_home_form .find_button {
        width: 100%;
        margin: 0 5px 5px 0
    }

    .header_img_bg .new_home_form .find_button input.pink_button {
        width: 100%
    }

    .click_slide .gn_p_b h2 {
        text-align: center
    }

    .Guest_Benefits .Benefits {
        height: 288px
    }

    .gn_listing_slider .w_6 {
        float: left;
        width: 62%
    }

    .gn_listing_slider .m_4 {
        float: right;
        width: 37%
    }

    .gn_listing_slider .w_4 {
        float: right;
        width: 70%
    }

    .gn_listing_slider .w_3 {
        float: left;
        width: 28%
    }

    .home-page-slider {
        height: 570px !important
    }

    .header_img_bg .new_home_form {
        text-align: left
    }

    .header_img_bg .new_home_form .field input {
        padding: 5px 5px 5px 82px
    }

    .heapBox a {
        padding-left: 60px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .heapBox a,
    .heapBox .heap .heapOptions .heapOption a {
        text-indent: 20px
    }

    .home-page-slider.bus_home {
        height: 890px !important
    }

    .business_travel_blocks .travel_blocks {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .business_travel_blocks .travel_blocks img {
        float: none
    }

    .business_travel_blocks .travel_blocks .travel_blocks_contant {
        float: none;
        width: 100%
    }

    .business_travel_blocks .travel_blocks h2 {
        font-size: 18px
    }

    .bus_home .travel_page {
        margin-top: 0
    }

    .gn_fl.reviews_quality {
        width: 70%;
        float: left
    }

    .gn_fr.tab-comment {
        width: 28%;
        float: right
    }

    .gn_p_b .tab-comment img {
        width: 100%
    }

    .Community_means {
        padding: 20px
    }

    .Community_means_content {
        width: auto;
        padding: 0
    }

    .Community_means_content h3 {
        padding-bottom: 10px
    }

    .page_padding_bg .header_img_bg {
        top: 90px
    }

    #gn_search_block .welcome_pop_main {
        width: 90%
    }

    #gn_search_block .new_home_form .field,
    #gn_search_block .new_home_form .find_button {
        margin: 0 5px 5px 0;
        width: 100%
    }

    #gn_search_block .new_home_form .find_button input.pink_button {
        width: 100%
    }

    #gn_search_block .new_home_form .field input {
        padding: 5px 5px 5px 82px
    }

    #gn_search_block .heapBox a,
    #gn_search_block .heapBox .heap .heapOptions .heapOption a {
        text-align: left
    }

    .gn_fr.tab-comment {
        display: none
    }

    .gn_fl.reviews_quality,
    .gn_listing_slider .w_4,
    .gn_listing_slider .w_6 {
        float: none;
        width: 100%
    }

    .gn_listing_slider #gust_cls_btn,
    .gn_listing_slider #host_cls_btn {
        top: 0
    }

    .gn_fl,
    .gn_fr,
    .click_slide .gn_p_b h2,
    .l_b_s strong,
    .l_b_s b {
        text-align: left
    }

    .l_b_s strong,
    .l_b_s b {
        margin: inherit
    }

    #monthly_home .header_img_bg .new_home_form {
        width: 90%
    }

    #monthly_home .header_img_bg {
        top: 90px
    }

    #monthly_home.home-page-slider {
        height: 450px
    }

    .rest_easy .home_contenier_block {
        width: 100%;
        padding: 235px 20px 25px
    }

    .rent_block {
        padding: 0 20px;
        text-align: center
    }

    .how_it_work_easy .home_continer {
        width: 100%
    }

    .how_it_work_easy .nest_section {
        border-right: none;
        padding-right: 0;
        padding-left: 0;
        width: 100%
    }

    .nest_section h2 {
        text-align: center;
        font-size: 30px;
        padding-top: 20px
    }

    .DiscoverCool img,
    .RequestBooking img {
        margin-top: 0
    }

    .rent_block img {
        width: 100px;
        height: auto;
        margin: 0 auto 20px;
        float: none;
        display: inline-block
    }

    .rent_block .rent_block_content {
        width: 100%;
        text-align: left
    }

    .rest_easy .home_contenier_block span.contain_img {
        left: 0;
        right: 0;
        margin: auto;
        top: 10px
    }

    .faqs_section {
        width: 100%;
        padding: 20px 20px 0
    }

    .full-width-bottom .home_continer {
        width: 96%
    }

    .perfecthomestay h2 {
        font-size: 30px
    }

    .perfecthomestay {
        padding: 40px 0
    }

    .rent_block .rent_block_content h3 {
        font-size: 26px
    }

    .rent_block .rent_block_content .help {
        font-size: 14px;
        height: 18px;
        width: 18px
    }

    .rent_block .rent_block_content p br {
        display: none
    }

    .how_it_work_easy {
        padding: 40px 0 30px
    }

    .perfecthomestay.header_img_bg .new_home_form {
        width: 90%
    }

    .rent_block .num {
        float: none;
        text-align: center;
        margin: 10px 10px 0 0 !important;
        display: inline-block;
        vertical-align: top
    }

    .book_nest {
        display: none
    }
}

@media only screen and (max-width: 480px) {
    .Guest_Benefits .Benefits h2 {
        font-size: 19px
    }

    .Guest_Benefits .Benefits {
        height: 208px
    }

    .cd-fixed-bg-content h2,
    .learn-content h2 {
        font-size: 36px
    }

    .cd-fixed-bg-content p,
    .learn-content p {
        font-size: 14px
    }

    .travel_page {
        position: absolute;
        top: 70px
    }

    .click_slide .gn_p_b .Community_means_content h2 {
        font-size: 25px
    }

    .Community_means_content h3 {
        font-size: 17px
    }

    .Community_means_content p {
        font-size: 14px
    }

    .header_img_bg {
        top: 90px
    }

    #monthly_home .header_img_bg {
        top: 70px
    }

    .page_padding_bg .header_img_bg {
        top: 90px
    }

    .home-page-slider {
        height: 500px !important
    }
}

@media only screen and (max-width: 460px) {
    .header_img_bg .header_content h1 {
        font-size: 23px
    }

    .header_img_bg .header_content h3 {
        font-size: 16px
    }

    .home_contenier_block h2 {
        font-size: 20px
    }

    .home_contenier_block .cities_pics .city_photo {
        width: 300px;
        height: 176px;
        margin: 5px 0
    }

    .gn_listing_slider .gn_fl,
    .gn_listing_slider .gn_fr {
        width: 100%
    }

    .l_b_s strong,
    .l_b_s b {
        font-size: 13px;
        font-weight: 400
    }

    .cd-fixed-bg-content {
        padding-left: 20px
    }

    .reviews_quality {
        width: 100%
    }

    .gn_p_b .tab-comment {
        display: none
    }

    .gn_p_b img {
        width: 84%
    }

    .Community_means {
        padding: 5px
    }

    .click_slide .gn_p_b .Community_means_content h2 {
        font-size: 16px
    }

    .click_slide .gn_p_b {
        padding: 10px 17px
    }

    .home_contenier_block .cities_pics h2 {
        top: 40px
    }

    .rent_block .rent_block_content {
        float: none;
        width: 100%
    }

    .rent_block .rent_block_content h3 {
        font-size: 18px
    }

    .rent_block .rent_block_content p {
        font-size: 14px
    }

    .rent_block .rent_block_content p br {
        display: none
    }

    .faqs_section h2 {
        font-size: 26px
    }

    .faqs_section ul li a {
        font-size: 14px
    }

    .rent_block .rent_block_content .help {
        margin-top: 3px
    }

    .nest_section h2 {
        font-size: 26px
    }

    .rent_block .rent_block_content h3 {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    #monthly_home .business_travel {
        display: none
    }

    .gn_listing_slider .w_3 {
        display: none
    }

    .gn_listing_slider .m_4 {
        display: none
    }

    .click_slide .gn_p_b h1 {
        font-size: 20px
    }

    .click_slide .gn_p_b h2 {
        font-size: 15px
    }

    .click_slide .gn_p_b ul li,
    .click_slide .gn_p_b .user_comt_a_pl {
        font-size: 11px
    }

    .reviews_quality .reviews_quality_content {
        font-size: 14px
    }

    .click_slide .gn_p_b h2 {
        font-size: 14px
    }

    .click_slide .gn_p_b h1 {
        font-size: 17px
    }

    .gn_listing_slider {
        margin: 0 11%
    }

    .slick-next {
        right: -16%
    }

    .slick-prev {
        left: -16%
    }
}

.m_3 {
    margin: 8% 0 0
}

.three_Guest_Benefits {
    margin: 0 0 10px
}

img.iv2_img_1 {
    width: 90px;
}

img.iv2_img_2 {
    width: 64px;
}

#new_h_page {
    background: url(../cdn/images/banner.jpg) no-repeat fixed center center/ cover
}

/*new-section-home*/
.new-add-section {
    margin: 30px 0
}

.new-add-section .col-sm-6 {
    box-sizing: border-box;
    padding: 0 0 0 5px
}

.new-add-section .col-sm-6:first-child {
    padding: 0 5px 0 0
}

.img-bg-33 {
    padding: 20px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

.img-bg-33:after,
.btn-bg-bx:after {
    clear: both;
    position: relative;
    display: block;
    content: ""
}

.img-bg-33.lft-img {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../cdn/images/apartment.jpeg) no-repeat center;
    background-size: cover
}

.img-bg-33.rght-img {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../cdn/images/travel-smartstaz-bg.jpg) no-repeat center;
    background-size: cover
}

.img-bg-33.lft-img,
.lft-sd .btn-bg-bx {
    padding-right: 30px;
    box-sizing: border-box
}

.img-bg-33.rght-img,
.rft-sd .btn-bg-bx {
    padding-left: 30px;
    box-sizing: border-box
}

.bx-new {
    max-width: 690px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%
}

.bx-new h1 {
    margin: 20px 0 30px;
    display: inline-block
}

.bx-new h1 i {
    width: 60px;
    height: 60px;
    padding: 5px;
    background: #353535;
    border-radius: 100%;
    border: 2px solid #fff;
    margin-top: -8px;
    position: relative;
    z-index: 33;
    display: inline-block;
    float: left;
    line-height: 55px
}

.bx-new h1 img {
    max-width: 100%;
    width: 35px
}

.bx-new h1 span {
    background: rgba(0, 0, 0, 0.7);
    color: #f87f8e;
    padding: 8px 50px;
    margin-left: -15px;
    display: inline-block;
    margin-top: 7px;
    font-size: 30px
}

.bx-new h3 {
    font-size: 30px;
    color: #fff;
    margin: 0 0 10px
}

.bx-new h5 {
    color: #f87f8e;
    font-size: 20px;
    margin: 0
}

.bx-new .list-text {
    margin: 40px 0 0
}

.bx-new .text-body {
    text-align: left;
    color: #fff
}

.bx-new .text-body a {
    color: #2894e0;
    min-width: auto
}

.btn-bg-bx {
    background: #3B3B3B;
    padding: 20px 0;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -moz-transition: all 500ms linear
}

.btn-33 {
    background: #535353;
    width: 100%;
    border: 3px solid #6e7f81;
    color: #f87f8e;
    font-size: 30px;
    padding: 20px 0;
    border-radius: 0 !important;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -moz-transition: all 500ms linear
}

.btn-33:hover {
    background: #000
}

.bx-new .text-body {
    margin: 0 0 20px;
    min-height: 25px
}

.lft-sd .bx-new {
    float: right
}

.rft-sd .bx-new {
    float: left
}

@media (max-width:1380px) {
    .btn-33 {
        font-size: 22px
    }

    .bx-new .list-text {
        margin: 40px 0 0
    }

    .text-body {
        font-size: 16px
    }

    .bx-new h5 {
        font-size: 20px
    }

    .bx-new h3 {
        font-size: 30px;
        margin: 0 0 10px
    }
}

@media (max-width:991px) {
    .new-add-section .col-sm-6 {
        width: 100% !important;
        padding: 10px 0 !important;
        float: none !important
    }

    .bx-new {
        max-width: 680px;
        width: 100%;
        float: none !important;
        margin: 0 auto !important
    }

    .bx-new .text-body a {
        color: #0176E4;
        font-weight: 700;
        cursor: default;
        margin-right: 5px;
        float: left;
        min-width: 110px;
        text-align: right;
        width: 17%;
        text-align: right
    }

    .bx-new .text-body span {
        float: right;
        width: 79%;
        text-align: left
    }

    .btn-33 {
        font-size: 20px
    }

    .img-bg-33.lft-img,
    .lft-sd .btn-bg-bx {
        padding-right: 0;
        box-sizing: border-box
    }

    .img-bg-33.rght-img,
    .rft-sd .btn-bg-bx {
        padding-left: 0;
        box-sizing: border-box
    }
}

@media (max-width:580px) {
    .bx-new h1 i {
        width: 40px;
        height: 40px;
        padding: 20px;
        line-height: 35px;
    }

    .bx-new h1 span {
        padding: 8px 40px;
        margin-left: -15px;
        margin-top: 15px;
        font-size: 22px
    }

    .bx-new h3 {
        font-size: 22px;
        margin-bottom: 8px
    }

    .bx-new h5 {
        font-size: 16px
    }

    .bx-new .text-body a,
    .bx-new .text-body span {
        text-align: center;
        min-width: 100%;
        width: 100%;
        float: none !important
    }

    .btn-33 {
        font-size: 18px
    }
}

/*end new-section-home*/