/*
** START RESPONSIVE **
*/
@media (max-width: 1330px) {
    body {
        min-width: 0;
        width: 100%;
    }
    header, footer {
        min-width: 0;
    }
    .container {
        width: 95%;
        margin: 0 auto;
    }
    .bestHoliday p {
        font-size: 29px;
    }
    .imgLineThree>div:nth-child(2) p:first-of-type {
        font-size: 26px;
    }
    .imgLineThree>div:nth-child(2) p:last-of-type {
        font-size: 14px;
    }

    /* footer */
    .langAndCrncy {
        width: 20%;
        margin-right: 10%;
    }
    .footerMenu {
        width: 20%;
        margin: 0;
        margin-right: 5%;
    }
    .footerSocials {
        width: 20%;
        margin: 0;
        text-align: right;
    }
    .footerSocials>ul {
        display: inline-block;
    }
    .getStartedTexts {
        max-width: 57%;
        margin-right: 1%;
    }
    .backpackImg, .collageImg {
        opacity: 0.3;
        height: 100%;
    }
    .chooseStart p {
        opacity: 1;
    }
    .page.dashboard {
        padding-left: 60px;
    }
    .dashboardLeft {
        width: 65%;
    }
    .threadPage .dashboardLeft {
        width: 65%;
    }
    .dashboardLeft.boardOverview {
        width: 65%;
    }
    .dashboardRight {
        width: 32%;
        margin-left: 3%;
    }
    .singleListing {
        width: 32%;
        margin-right: 2%;
        min-height: 0;
    }
    .singleListingImg {
        height: auto;
    }
    .revReminder>div {
        width: 100%;
        float: none;
        padding-left: 44px;
        margin-left: 0;
        padding-right: 165px;
    }
    .revReminder button {
        position: absolute;
        right: 17px;
        top: 18px;
    }
    .inviteEarn {
        position: relative;
    }
    .inviteEarn div:first-child {
        width: 100%;
        float: none;
        padding-right: 165px;
    }
    .inviteEarn div:last-child {
        position: absolute;
        right: 17px;
        top: 18px;
    }
    .dBoardRev {
        margin-top: 30px;
    }
    .pageLeftSide {
        width: 60%;
        margin-right: 7%;
    }
    .pageRightSide {
       width: 33%;
    }
    .formRow .customRadio>* {
        width: 25%;
    }
    .calendarsHolder {
        padding: 30px;
    }
    .calendarsHolder .singleCalHold {
        width: 48%;
    }
    .calendarsHolder .singleCalHold:first-child {
        margin-right: 4%;
    }
    .calendarsHolder #prew {
        left: 0;
    }
    .calendarsHolder #next {
        right: 2px;
    }
    .calendarsHolder #prew, .calendarsHolder #next{
        top: 213px;
    }
    .formRow.twoDifrntInputs div:first-child {
        width: 30%;
        margin-right: 5%;
    }
    .formRow.twoDifrntInputs div:last-child {
        width: 65%;
    }
    .uploadArea {
        width: 100%;
    }
    .map .container {
        min-width: 0;
    }
    .smallImgList li {
        width: 19%;
        height: auto;
        margin: 0.5%;
    }
    .headerSrch {
        width: 35%;
    }
    .headerMenu {
        width: auto;
        text-align: right;
    }
    .dropitMenu {
        margin-right: 0;
        display: inline-block;
        float: none;
        text-align: left;
    }
    .smallRes {
        display: block;
    }
    .headerMenu>ul:last-of-type {
        /*display: none;*/
    }
    .headerMenu>ul>li {
        margin-right: 26px;
    }
    .dropitMenu {
        margin-right: 17px;
    }
    .accordionCont .formGroup .formRow input {
        width: 100%;
    }
    .cardMonthYear {
        width: 48%;
        margin: 0;
        margin-right: 4%;
    }
    .cardMonthYear:last-of-type {
        margin-right: 0;
    }
    .accordionCont .formGroup .formRow .selectBox {
        width: 100%;
    }
    .alreadyMember .emailLogin {
        width: 47%;
    }
    .alreadyMember .loginOr {
        width: 6%;
        text-align: center;
        margin: 32px 0;
        max-width: 300px;
    }
    .popupAlrdyMember.alreadyMember .emailLogin, .popupAlrdyMember.alreadyMember .socialLogins {
        width: 100%;
    }
    .popupAlrdyMember.alreadyMember .loginOr {
        width: 100%;
        max-width: 100%;
    }
    .alreadyMember .socialLogins {
        width: 47%;
    }
    .msgToHost .msgImg {
        position: absolute;
        left: 0;
        top: 0;
    }
    .msgToHost .msgText {
        padding-left: 110px;
        width: 100%;
    }
    .msgHolder {
        position: relative;
    }
    .alreadyMember input[type="submit"] {
        width: 100%;
    }
} /* end min-width: 1330px */

@media (max-width: 1170px) {
    .homeMajorText {
        font-size: 75px;
    }
    .threeBlueTexts ul {
        width: 100%;
    }
    .threeBlueTexts ul li {
        width: 33.3333%;
        padding: 0 1.5%;
    }
    .threeBlueTexts ul li:last-child {
        margin-right: 0;
    }
    .threeBlueTexts ul img {
        float: none;
        display: inline-block;
    }
    .threeBlueTexts ul label {
        line-height: 48px;
        vertical-align: bottom;
        float: none;
        height: 48px;
        display: inline-block;
        margin-top: 0;
    }
    .imgLineOne>a:nth-child(1) {
        width: 50%;
    }
    .bestHoliday {
        width: 50%;
    }
    .imgLineOne>a:nth-child(3) {
        width: 100%;
        clear: both;
    }
    .imgLineTwo>a:nth-child(1) {
        width: 100%;
        clear: both;
    }
    .imgLineTwo>a:nth-child(2),.imgLineTwo>a:nth-child(3) {
        width: 50%;
    }
    .imgLineThree>a:nth-child(1) {
        width: 50%;
    }
    .imgLineThree>a:nth-child(3) {
        width: 100%;
        clear: both;
    }
    .getStartedTexts>h3 {
        font-size: 28px;
    }
    .topVacation ul li {
        height: auto;
    }
    .topVacation ul li a {
        height: 340px;
        padding-top: 160px;
    }
    .msgImage {
        position: absolute;
    }
    .msgData {
        margin-left: 0px;
        padding-left: 80px;
        width: 75%;
    }
    .radioImg {
        float: none;
        margin: 0;
        text-align: center;
    }
    .radioName {
        float: none;
        display: block;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .formRow .customRadio>* {
        height: auto;
        width: 33.33333%;
    }
    .formRow .customRadio>.select2-container {
        float: none;
        clear: both;
        width: 100%;
        margin-top: 10px;
    }
    .formRow .customRadio>label {
        height: 78px;
    }
    .customRadio>label:nth-of-type(3) {
        border-right: solid 1px #e4e0df;
    }
    .mapLeft {
        width: 100%;
    }
    .mapRight {
        position: static;
        float: none;
        width: 100%;
        height: 430px;
        /*top: 55px;*/
        /*z-index: 22;*/
        padding-top: 0;
    }
    .seoContainer .mapRight {
        position: static;
    }
    .mapLeft {
        padding-top: 0;
    }
    .listingActions>span, .tripStatus {
        float: none;
        clear: both;
        display: block;
        padding-top: 4px;
    }
    .lstEl ul li {
        float: none;
        margin-right: 0;
        display: block;
        border-right: none;
    }
    .houseDetails section {
        padding-right: 0;
    }
    .fc-day-header {
        width: 14.28%;
    }
    .headerMenu>ul:last-of-type {
        display: none;
    }
    .headerSrch {
        width: 48%;
    }
    .guestHeader .slicknav_menu {
        display: block;
    }
    .guestMenu.headerMenu>ul:last-of-type{
        display: block;
    }
    .fixedHdr {
        position: static;
    }
    .whyToList li>span:first-child {
        float: none;
        margin: 0 auto;
    }
    .whyToList li>span:last-child {
        width: 100%;
        text-align: center;
    }
    .seoLeft {
        /*margin-top: 486px;*/
    }
    .checkInOut>div {
        width: 100%;
        float: none;
    }
    .nightsSleeps>div {
        width: 100%;
        float: none;
    }
    .paymSteps ul li {
        padding: 0;
        border: none;
        width: 25%;
    }
    .profileViewEdit a {
        display: block;
        float: none!important;
        padding: 0!important;
        text-align: center;
    }
    .headerMenu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
} /* end min-width: 1170px */

@media (max-width: 980px) {
    .homeMajorText {
        margin-top: 110px;
    }
    .homeTop {
        height: 590px;
    }
    .homeHouseImg>div>a, .homeHouseImg>div>div {
        height: 300px;
    }
    .homeTopInputs .bigField {
        width: 420px;
    }
    .homeMajorText {
        font-size: 65px;
    }
    .getStartedTexts {
        width: 100%;
        margin-right: 0;
        max-width: none;
        text-align: center;
    }
    .featuresImg {
        float: none;
        display: inline-block;
    }
    .featuresText {
        display: inline-block;
        float: none;
        margin-left: 15px;
        margin-top: 10px;
        text-align: left;
        vertical-align: top;
    }
    .dashboardImg {
        position: static;
        width: 80%;
        margin: 0 auto;
    }
    .chooseStart {
        height: 600px;
    }
    .chooseStart .container {
        padding-top: 120px;
        width: 80%;
    }
    .imgLineThree>div:nth-child(2) {
        padding: 25px 60px;
        /*height: auto;*/
    }
    .homeHouseImg>div>div {
        /*height: auto;*/
    }
    .imgLineThree>div:nth-child(2) p:first-of-type {
        font-size: 22px;
    }
    .imgLineThree>div:nth-child(2) p:last-of-type {
        font-size: 13px;
    }
    .bestHoliday {
        padding: 60px 55px;
    }
    .topVacation ul li a {
        height: 250px;
        font-size: 24px;
        padding-top: 110px;
    }
    .dashboardImg {
        display: none;
    }
    .dashboardImg2 {
        display: block;
    }
    .srchAddress {
        width: 100%;
        border-bottom: solid 1px rgb(216, 217, 217);
    }
    .checkInArea {
        width: 68%;
    }
    .personsArea {
        width: 32%;
    }
    .srchSubmit {
        width: 100%;
        clear: both;
        float: left;
    }
    .srchHolder {
        min-width: 450px;
    }
    .dashboardLeft, .dashboardLeft.boardOverview {
        width: 100%;
        float: none;
    }
    .dashboardRight {
        width: 100%;
        float: none;
        margin: 0;
        margin-top: 20px;
    }
    .pageLeftSide {
        width: 100%;
        margin-right: 0;
    }
    .pageRightSide {
        width: 100%;
    }
    .submitSection {
        margin-bottom: 0;
    }
    .blueBoard {
        margin-bottom: 30px;
    }
    .page {
        /*padding-bottom: 40px;*/
    }
    .faq {
        margin-bottom: 60px;
    }
    .seoTopImgText {
        top: 170px;
        font-size: 65px;
    }
    .threadPage .dashboardRight.editPrPhoto {
        margin-top: 25px;
    }
    .threadPage .dashboardLeft {
        width: 100%;
    }
    .mapButtons .container {
        width: 100%;
    }
    .inOut {
        display: block!important;
        position: absolute;
        left: 50px;
    }
    .personsChange button {
        display: block!important;
    }
} /* end max-width: 980px */

@media (max-width: 860px) {
    .threeBlueTexts ul img {
        display: block;
        margin: 0 auto;
    }
    .threeBlueTexts ul label {
        width: 100%;
        display: block;
        margin: 0;
        line-height: normal;
        height: auto;
        margin-top: 5px;
    }
    .topVacation ul li a {
        height: 200px;
        padding-top: 90px;
    }
    .headerMenu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .headerLogo {
        /*text-align: left;*/
        position: relative;
        z-index: 99;
        /*top: 8px;*/
    }
    .fullWidthMenu ul li {
        margin-right: 30px;
    }
    .map .irs {
        width: 85.5%;
    }
    .map .irs .irs {
        width: 100%;
    }
    .mainDetails ul li {
        width: 20%;
    }
    .propertyRevs,
    .reviewsTop {
        width: 100%;
    }
    .imgInfoRight .priceLabel {
        display: block;
        margin: 0;
        text-align: right;
    }
    .imgInfoLeft {
        padding-right: 190px;
    }
    .imgInfoRight {
        top: 8px;
    }
    .paymSteps ul li span:first-child {
        display: none;
    }
    .paymSteps ul li span {
        float: none;
        text-align: center;
    }
    .threadPage .dashboardLeft {
        /*width: 65%;*/
    }
    .invcLine>div {
        width: 100%;
        float: none;
    }
    .invcLine>div>span {
        margin-bottom: 2px;
    }
    .invcTop .greyBorderBtn {
        float: none;
        clear: both;
        display: block;
    }
    .invcTop .invcSubject {
        float: none;
        margin-bottom: 8px;
    }
} /* end max-width: 860px */

@media (max-width: 768px) {
    header {
        height: auto;
    }
    header:after {
        clear: both;
        content: '';
        display: block;
    }
    .headerMenu {
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
        margin-top: 28px;
    }
    .headerMenu:after {
        clear: both;
        display: block;
        content: '';
    }
    .headerMenu>ul {
        float: none;
        clear: both;
        display: inline-block;
    }
    .homeTop {
        height: 500px;
    }
    .homeMajorText {
        font-size: 48px;
        margin-top: 60px;
    }
    .homeSecondText {
        font-size: 16px;
    }
    .homeTopInputs .bigField {
        width: 200px;
    }
    .homeHouseImg>div>div, .imgLineThree>div:nth-child(2) {
        height: auto;
    }
    .bestHoliday, .imgLineOne>a:nth-child(1), .imgLineTwo>a:nth-child(2), .imgLineTwo>a:nth-child(3), .imgLineThree>a:nth-child(1), .imgLineThree>div:nth-child(2) {
        width: 100%;
    }
    .chooseStart .container {
        width: 96%;
    }
    .getStartedBtn a {
        max-width: 80%;
    }
    .topVacation ul li a {
        height: 170px;
        padding-top: 80px;
    }
    .langAndCrncy {
        width: 50%;
        margin: 0 auto;
        float: none;
        margin-bottom: 55px;
    }
    .footerMenu {
        width: 46%;
        margin: 0 2%;
        text-align: center;
    }
    .footerSocials {
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }
    footer {
        padding-bottom: 40px;
    }
    .singleListing {
        width: 100%;
        margin-right: 0;
    }
    .msgInfo {
        float: none;
        width: 100%;
        clear: both;
        padding-left: 80px;
    }
    .msgInfo:after {
        clear: both;
        content: '';
        display: block;
    }
    .msgData {
        float: none;
        clear: both;
        width: 100%;
    }
    .msgInfo {
        margin-left: 80px;
        padding-left: 0;
        float: none;
        width: auto;
        clear: both;
        padding-top: 2px;
        margin-top: 3px;
        border-top: solid 1px #dbdbdb;
    }
    .msgStatus, .msgDate, .msgTime {
        float: left;
        margin:0;
        margin-right: 12px;
    }
    .payMetHolder {
        float: none;
    }
    .payMethods button {
        margin: 0;
        float: none;
        display: block;
        margin-top: 20px;
    }
    .revText {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .stayedProp {
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    #lastcalendar {
        display: none;
    }
    #lastcalendar + button {
        display: none;
    }
    .calendarsHolder {
        width: 100%;
    }
    .calendarsHolder .singleCalHold {
        width: 100%;
        margin-right: 0!important;
    }
    .amntGroup {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .amntGroup h3 {
        margin-bottom: 10px;
    }
    .amntGroup ul:after {
        clear: both;
        content: '';
        display: block;
    }
    .amntGroup ul li {
        width: 220px;
        float: left;
    }
    .basicsPrices>div:first-child {
        float: none;
        width: 100%;
    }
    .basicsPrices>div:last-child {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .basicsPrices {
        margin-bottom: 35px;
    }
    .basicsPrices>div:last-child>div {
        width: 100%;
    }
    .formRow .prPerNight input {
        width: 80%;
    }
    .prPerNight .selectBox {
        width: 20%;
    }
    .uploadArea .blueLargeBtn {
        padding: 15px 0!important;
    }
    .mapLeft .singleListing {
        width: 100%;
        margin-right: 0;
    }
    .singleListing {
        position: relative;
    }
    .listingPrice {
        position: absolute;
        right: 4px;
    }
    .moreFiltersRow>div {
        float: none;
        width: 100%;
        overflow: hidden;
        padding: 3px 0px;
    }
    .moreFiltersRow {
        padding: 7px 0;
        margin-top: 0;
        border-bottom: solid 1px #D7D7D7;
    }
    .moreFilterSelect {
        margin-top: 2px;
    }
    .moreFilters {
        border-top: solid 1px #D7D7D7;
        padding-top: 7px;
        margin-top: 14px;
    }
    .singleFilter {
        width: 100%;
        margin-right: 0;
        margin-bottom: 7px;
    }
    .singleFilter>label {
        width: 100%;
        margin-right: 0;
    }
    .singleFilter>div {
        width: 100%;
    }
    .moreFilterSelect .selectBox {
        width: 100%;
    }
    .moreFilters .select2-container .select2-choice {
        width: 100%;
    }
    .withSubmit {
        position: relative;
    }
    .phNumber {
        width: 100%;
        padding-right: 70px;
    }
    .settingsPhone .withSubmit input[type="text"] {
        width: 100%;
    }
    .settingsPhone input[type="submit"] {
        /*width: 20%;*/
        padding: 12px;
        position: absolute;
        right: 0;
    }
    .ratingDetails {
        width: 100%;
    }
    .ratingDetails ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .fc-widget-header th {
        width: 14.28%;
    }
    .headerSrch  {
        width: 100%;
        margin-top: 10px;
    }
    .mainReting {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .largeStars.stars1 {
        display: inline-block;
    }
    .ratingBased {
        display: block;
        margin-top: 5px;
        text-align: left;
    }
    .mapRight {
        top: 100px;
    }
    .smallImgList li {
        width: 24%;
    }
    .cropit-image-background-container {
        width: 100%!important;
        padding-right: 40px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .cropit-image-preview {
        width: 100%!important;
    }
    .page.dashboard {
        padding-left: 42px;
    }
    .dashboardMenu {
        width: 42px;
    }
    .dashboardMenu>ul>li>a {
        width: 42px;
        height: 42px;
    }
    .msgCount{
        right: 2px;
        bottom: 9px;  
    }
    #paginator {
        margin-right: 10px;
    }
    .alreadyMember .emailLogin {
        width: 47%;
    }
    .alreadyMember .loginOr {
        width: 13%;
        text-align: center;
        margin: 32px 0;
        max-width: 300px;
    }
    .alreadyMember .socialLogins {
        width: 40%;
    }
} /* end max-width: 768px; */

@media(max-width: 594px) {
    .homeMajorText {
        font-size: 35px;
    }
    .homeSecondText {
        font-size: 14px;
    }
    .homeTopInputs .bigField {
        width: 210px;
    }
    .homeSearchBtn {
        width: 85px;
    }
    div.homeSearchBtn .blueBtn {
        padding: 0;
    }
    .homeTop {
        height: 500px;
    }
    .langAndCrncy {
        width: 80%;
    }
    .topVacation ul li {
        width: 100%;
        float: none;
        height: auto;
    }
    .topVacation ul li a {
        background-position: center;
        padding-top: 75px;
    }
    .msgHouseType, .msgHouseDate {
        display: block;
        margin-right: 0;
    }
    .revReminder>div, .inviteEarn div:first-child {
        padding-right: 0;
    }
    .revReminder button.post_review, .inviteEarn div:last-child {
        position: static;
        width: 100%;
        margin-top: 12px;
    }
    .inviteEarn div:last-child a {
        width: 100%;
        text-align: center;
    }
    .priceRates {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
    .fullWidthMenu ul li {
        display: block;
        float: none;
        margin: 0;
        padding: 4px 0;
        border-bottom: solid 1px #D8D8D8;
    }
    .smallImgList li {
        width: 32%;
    }
    .mapButtons .container ul {
        display: block;
    }
    .mapButtons ul li {
        display: block;
    }
    .msgImage {
        width: 60px;
        float: none;
        margin: 0 auto;
        position: static;
    }
    .msgData {
        padding-left: 0;
    }
    .msgSender {
        text-align: center;
        padding-top: 3px;
    }
    .msgInfo {
        margin-left: 0;
    }
    .threadImg {
        /*margin: 0 auto!important;*/
        position: static!important;
    }
    .sentMsg .threadMsg:after {
        left: 20px;
        top: -15px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .threadText {
        margin-left: 0!important;
        margin-right: 0!important;
        margin-top: 12px;
    }
    .receivedMsg .threadMsg:after {
        left: 20px;
        top: -15px;
        border-left-color: transparent;
        border-bottom-color: #edeff0;
        right: initial;
    }
    .amenitiesList {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-gap: 0;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
    }
    .alreadyMember .loginOr {
        max-width: 100%;
    }
    .alreadyMember .socialLogins {
        max-width: 100%;
    }
    .availNotAvail>div {
        float: none;
        width: 100%;
    }
} /* end max-width: 594px; */

@media(max-width: 512px) {
    .featuresImg {
        display: block;
    }
    .featuresText {
        display: block;
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .dashboardImg {
        width: 100%;
    }
    .homeHouseImg>div>a, .homeHouseImg>div>div {
        /*height: 230px;*/
    }
    .chooseStart .container {
        padding-top: 60px;
    }
    .srchHolder {
        min-width: 0;
        width: 94%;
    }
    .revDate>span {
        display: block;
        float: none;
        margin: 0;
    }
    .reviewHolder {
        width: 100%;
    }
    .mainDetails {
        text-align: center;
    }
    .mainDetails ul li {
        width: 105px;
        display: inline-block;
        float: none;
        margin-bottom: 20px;
    }
    .mainDetails ul li:after {
        display: none;
    }
    .pageTitle.withBtn>h3 {
        float: none;
    }
    .pageTitle.withBtn a, .pageTitle.withBtn button {
        float: none;
        display: inline-block;
        margin-top: 6px;
    }
    .seoTopImgText {
        font-size: 40px;
        top: 150px;
    }
    .overviewCounts ul li {
        width: 33.333%;
        border: none;
    }
    .houseImgInfo {
        padding-bottom: 0;
    }
    .imgInfoRight .price {
        font-size: 26px;
    }
    .houseImgName span {
        font-size: 23px;
    }
    .imgInfoLeft {
        padding-right: 125px;
        padding-bottom: 12px;
    }
    .acceptReject button {
        width: 100%;
        border-right: solid 2px #dbd8d7;
    }
} /* end max-width: 512px; */

@media(max-width: 480px) {
    .homeTop {
        /*height: 550px;*/
        height: auto;
        padding-bottom: 65px;
    }
    .homeSearchBtn {
        float: none;
        clear: both;
        width: 100%;
    }
    .homeMajorText {
        margin-top: 20px;
        font-size: 24px;
    }
    .headerMenu>ul>li {
        margin: 0 15px;
    }
    .headerMenu>ul>li:last-child {
        clear: both;
        display: block;
        float: none;
        padding-top: 30px;
        margin: 0 auto;
        width: 160px;
    }
    .bestHoliday {
        padding: 40px 20px;
    }
    .imgLineThree>div:nth-child(2) {
        padding: 20px;
    }
    .homeTopInputs {
        margin: 50px 15px;
    }
    .homeTopInputs .bigField {
        clear: both;
        float: none;
        width: 100%;
        border-bottom: solid 1px #2CB6D9;
    }
    .fieldCheckIn {
        width: 50%;
    }
    .homeTopInputs .fieldCheckIn input[type="text"] {
        padding-left: 60px;
        color: #323a3b;
    }
    .fieldPersons {
        width: 50%;
    }
    .homeSearchBtn {
        width: 100%;
    }
    .dashboardImg {
        height: 300px;
    }
    .getStartedBtn a {
        padding: 12px 20px;
    }
    .homeMap {
        height: 350px;
    }
    .chooseStart {
        height: 690px;
    }
    .threeBlueTexts ul img {
        height: 30px;
    }
    .chooseStart {
        overflow: hidden;
    }
    .checkInArea {
        float: none;
        clear: both;
        width: 100%;
        border-bottom: solid 1px rgb(216, 217, 217);
    }
    .personsArea {
        float: none;
        clear: both;
        width: 100%;
    }
    .editPrPhoto {
        padding: 30px 20px;
    }
    .payMetHolder {
        margin-right: 0;
        width: 100%;
    }
    .submitSection input[type="submit"] {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .submitSection .greyBorderBtn {
        width: 100%;
        float: none;
    }
    .whyToList li>span:first-child {
        float: none;
        width: 100%;
    }
    .whyToList li>span:last-child {
        width: 100%;
        text-align: center;
    }
    .accordionCont {
        padding: 0;
    }
    .payType ul li input {
        margin-top: 2px;
    }
    .payType ul li label {
        float: none;
        display: block;
    }
    .payType ul li .paymTypeImgs {
        float: none;
        padding-left: 21px;
        margin-top: 5px;
    }
    .smallImgList li {
        width: 49%;
    }
    .signUpEmail {
        width: 100%;
    }
    .loginSocial a {
        padding: 0 25px;
    }
    .recaptcha_image {
        width: 80%!important;
        height: auto;
    }
    .recaptcha_image img {
        width: 100%;
    }
    .mapRight {
        height: 350px;
        display: none;
    }
    .mapLeft {
        padding-top: 0;
    }
} /* end max-width: 480px; */

@media(max-width: 364px) {
    .radioName {
        white-space: pre-line;
    }
} /* end max-width: 364px; */

@media(max-width: 320px) {
    body {
        min-width: 320px;
    }

} /* end max-width: 320px; */


