#booking-sec{
    height: 700px;
}

.step2{ display: none; }


.button {
    background: #d74346;
    padding: 2px 20px !important;
    border-radius: 6px !important;
    display: inline-block;
    /* font-weight: bold; */
    color: white;
    cursor: pointer;
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0.288);
    line-height: 1.6;
    border: 2px solid #d74346 !important;
    font-size: 15px;
}
.button:hover{
    color: #d74346;
    background-color: #fff;
    border: 2px solid #d74346 !important;
}
.col-border{
    width: 100%;
    border: 1px solid #d4d4d4;
    margin: 15px 0;
    padding: 10px;
    border-radius: 6px;
    border-collapse: collapse;
    /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.226); */
}

.d-flex{
    display: flex;
}

.bookcou_container {
    width: 100%;
    margin: auto;
    height: 100%;
    overflow-y: scroll;
    padding-left: 20px;
    overflow-x: hidden;
}

.step1 .row, .step2 .row {
    padding-right: 20px;
    padding-left: 10px;
}

.form-container { 
    height: 100%; padding: 0;  
}

.full_cou_row select{
    margin: 7px 0;
    min-height: 46px;
    border-radius: 5px;
}
.full_cou_row {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #d4d4d4;
    margin: 15px 0;
}
.bookcou_container label {
    color: #566573 !important;
}


#map {
    height: 100%;
}


/* .responsive body.page-id-28130{overflow-x: unset !important;} */

body {overflow-x: unset !important;}

input.error{ border-color: red !important;  }
select.error{ border-color: red !important;  }

#card-errors{color: red;}

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 9999;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    height: 70px;
}
.full_cou_row {
    width: 100%;
}

@media screen and (min-width: 320px) and (max-width:767px) {
    .bookcou_container {
        overflow: hidden;
        padding-left: 0px;
    }

    .category-term-description {
        margin: 0px !important;
        padding: 20px 10px !important;
    }


    .category-term-description h2 {
        font-size: 28px;
    }

    .rt-sd {
        margin-bottom: 3rem;
    }

    .step1 h3 {
        margin-top: 1rem;
    }

    button#submit {
        font-size: 13px;
        padding: 10px 5px !important;
    }

    button#previousstep {
        font-size: 13px;
        padding: 10px 5px !important;
    }

    #footer {
        margin-top: 0rem !important;
    }

    .main-title.entry-title {
        font-size: 2rem;
        margin-top: 0px;
        margin-bottom: 1rem;
    }
    .entry-content h3 {
        margin-bottom: 2rem;
    }
    body#top #wrap_all .all_colors .widgettitle {
        text-align: left !important;
    }
    #footer .widget {
        margin: 10px 0 10px 0;
    }

    #booking-sec {
        height: auto;
    }

    #top .hr.hr-invisible.av-ivtcb8-150df2e8549a299d126f80f2033e3bab {
        height: 0px !important;
    }

    #map {
        height: 400px;
        z-index: 999;
    }


    .rt-sd {
        padding: 0;
    }
    .full_cou_row {
        margin: 15px 10px;
        width: 100%;
    }
    .col-border {
        margin: 15px 10px;
    }

    .bookcou_container {
        overflow: scroll !important;
        overflow-x: hidden !important;
    }
  }


  @media screen and (min-width: 768px) and (max-width:1024px) {
    .bookcou_container {
        overflow: hidden;
        padding-left: 0px;
    }

    .main-title.entry-title {
        font-size: 2rem;
        margin-top: 0px;
        margin-bottom: 1rem;
    }
    .entry-content h3 {
        margin-bottom: 2rem;
    }
    body#top #wrap_all .all_colors .widgettitle {
        text-align: left !important;
        font-size: 15px;
        letter-spacing: 0px;
    }
    #footer .widget {
        margin: 10px 0 10px 0;
    }

    #map {
        margin: 0 10px !important;
    }

    #footer {
        margin-top: 0rem;
    }
    .rt-sd {
        padding: 0;
    }
    .full_cou_row {
        margin: 15px 10px;
        width: 100%;
    }
    .col-border {
        margin: 15px 10px;
    }

    .bookcou_container {
        overflow: scroll !important;
        overflow-x: hidden !important;
    }
    .step2 .button {
        padding: 2px 10px !important;
    }

    #top form {
        margin-bottom: 0px;
    }
  }


.bookcou_container label, .drop-off_label, .pick-up_label {
	color:#d74345!important;
}
.button.book_next {
	display: block!important;
    width: 100%!important;
}

input::placeholder {
	color:rgba(0,0,0,0.6)!important;
}

.grp-img {
    display: flex;
    /*align-items: end;
    justify-content: space-between;*/
    align-items:center;
}

#footer {
    margin-top: 0rem;
}

.grp-img p {
    padding-right: 28px;
    font-size: 15px;
    margin: 0px !important;
}

.grp-img img {
    display: inline-block;
    float: left;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .grp-img {
        display: block;
        margin-top: 20rem;
        
    
    }
  }

