/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */

@media only screen and (max-width : 480px) {
 .desktop_ac{
    display: none;
}
.mobile_ac {
    display: inline-block;
    background: #fff;
    width: 390px;
    top: -3px;
    position: relative;
}

    a.logo_miami img {
        margin-left: 0px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .widget.sm-text-center.pt-30.htmb {
        margin-bottom: 15px;
    }
    img.logo_footer {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed {
    width: 390px !important;
}
.row.sticky_menu_top .main_search_form {
    
    position: relative;
    top: 10px;
}
.container-fluid.pdt_none {
    padding-top: 0;
    padding-bottom: 0px;
}
.row.search_sec_car {
    position: relative;
    margin-top: 0px;
}
.src_bx2 label{
    padding-right: 10px;
}
.form-row.main_search_form .form-group {
    margin: 0px;
    position: unset;
}
select#starttime {
    width: 100%;
    display: inline-block;
}
select#untiltime {
    display: inline-block;
}
div#ui-datepicker-div {
    left: 24px !important;
}
#ui-datepicker-div {
    width: 314px!important;
}
.padding {
    padding: 0rem;
}
	.home_video{
	  width: auto !important;
	  height:580px !important;
	} 
	.carfinder {
    position: absolute;
    top: 8%;
    left: 0%;
    z-index: 9!important;
    background: none;
    border-radius: 10px;
    padding: 25px;
    width: 100%;
    /* right: 30%; */
}
.form-row.main_search_form {
    display: inline-block;
    padding: 15px 10px;
    color: #333;
    width: 100%;
    background: #fff;
    border: none;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 14%);
}
.src_bx1 {
    border-right: none;
    border-bottom: 1px solid #ddd;
}
.src_bx2 {
    border-right: none;
    border-bottom: 1px solid #ddd;
}
.src_bx3 {
    border-right: none;
    border-bottom: 1px solid #ddd;
}
.form-row.main_search_form button {
    
    width: 100%;
    padding: 12px 28px;
    border-radius: 10px;
    margin-top: 15px;
}
.row.sticky_menu_top .main_search_form {
    display: inline-block;
    padding: 0px 10px;
    color: #333;
    width: 100%;
    background: #fff;
    border: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
    padding-bottom: 15px;
}
.row.sticky_menu_top .col-md-1 {
    text-align: center;
}
.src_bx2 {
    border-right: none;
    border-bottom: 1px solid #ddd;
    display: flex;
}
.src_bx3 {
    border-right: none;
    border-bottom: 1px solid #ddd;
    display: flex;
}
.row.sticky_menu_top {
    position: relative;
    top: 0;
    width: auto;
    padding: 15px 0px;
    z-index: 99999;
    display: inline-block;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 14%);
}
.container-fluid.pdt_none {
    padding-top: 0;
}
section > .container, section > .container-fluid {
    padding-top: 0px;
    padding-bottom: 60px;
}

}
@media only screen and (max-width : 768px) {
    .row.sticky_menu_top .col-md-1 {
    text-align: center;
}
.src_bx2 {
    border-right: 0px !important;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
}
.row.sticky_menu_top .main_search_form {
    display: inline-block;
    padding: 0px 10px;
    color: #333;
    width: 100%;
    background: #fff;
    border: none;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
}
.row.sticky_menu_top {
    position: relative;
    top: 0;
    width: 100%;
    padding: 15px 0px;
    z-index: 99999;
    display: inline-block;
    background: #000;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 14%);
}

.container-fluid.pdt_none {
    padding-top: 0;
}
section > .container, section > .container-fluid {
    padding-top: 0px;
    padding-bottom: 60px;
}
header#header.pb-30 {
    padding-bottom: 0px !important;
}
header#header .pt-30 {
    padding-top: 0px !important;
}
header#header .pb-30 {
    padding-bottom: 0px !important;
}
.src_bx2 {
    border-right: 0px !important;
    border-bottom: 1px solid #ddd;
}
.src_bx3 {
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
}
.src_bx1 {
    border-right: 0px;
}
.form-row.main_search_form {
    display: inline-block;
    padding: 0px 10px;
    color: #333;
    width: 100%;
    background: #fff;
    border: none;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 14%);
    padding: 15px;
}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}