
@media (min-width:1601px) and (max-width:2560px) {
    body{
        max-width: 2560px;
        width: auto;
        margin: 0 auto;
        font-size: 16px;
    }
}
@media  (min-width:1440px) and (max-width:1600px) {

    .header-wrapper .upper-header .header-contact span .fa {
        margin-right: 3px;
        font-size: 20px;
    }
    .header-menu .navbar ul li {
        padding-right: 10px;
        padding-left: 10px;
    }
    .header-wrapper .upper-header .header-contact {
        padding: 30px 0;
    }
    .logo img{
        width: 30%;
    }
    .header-wrapper .upper-header .head-btn .cstm-btn {
        margin: 8px 0;
        padding: 10px 30px;
    }
}
/*ipad landscape view*/
@media(min-width:991px) and (max-width:1199px){
    h1{
        font-size: 24px;
        margin-bottom: 0;
    }
    .vechile-selection-page .vechile-selection .taxi-details .prices li {
        margin-right: 15px;
    }
    .header-wrapper .upper-header .header-contact span .fa {
        margin-right: 3px;
        font-size: 20px;
    }
    .header-wrapper .upper-header .header-contact span a {
        font-size: 13px;
    }
    .header-menu .navbar ul li {
        padding-right: 15px;
        padding-left: 15px;
    }
    .header-wrapper .upper-header .header-contact {
        padding: 30px 0;
    }
    .header-menu .navbar .social-icon {
        display: none;
    }

    .logo img{
        width: 120px;
    }
    .header-wrapper .upper-header .head-btn .cstm-btn {
        margin: 20px 0;
        padding: 10px 25px;
        font-size: 16px;
    }
    .header-menu .navbar ul li a{
        font-size: 15px;
    }
    .quote-form {
        width: 100%;
        margin-bottom: 20px;
    }
    .quote-form h3{
        font-size: 20px;
        padding-bottom: 5px;
    }
    .banner .banner-desc h1{
        font-size: 24px;
        line-height: 32px;
    }
    .banner .banner-desc p {
        font-size: 18px;
    }
    .quote-form label {
        font-size: 11px;
    }
    .quote-form .input-group-addon {
        font-size: 12px;
    }

    .divider {
        height: 60px;
    }
    .divider h2{
        font-size: 20px;
    }
    .steps-booking h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .why-us .why-us-wrapper {
        margin-top: 50px;
    }
    .why-us .why-us-wrapper .why-us-header {
        position: inherit;
        top: 0;
        left: 0;
    }
    .why-us .why-us-wrapper .why-us-header .text-bg{
        font-size: 20px;
        margin-bottom: 0;
        margin-top: -20px;
    }
    .why-us .why-us-wrapper .why-us-desc .media .fa {
        font-size: 40px;
    }
    .why-us .why-us-wrapper .why-us-desc .media h4 {
        font-size: 20px;
    }
    .why-us .why-us-wrapper .why-us-desc .media p {
        font-size: 14px;
    }
    .reservation h2 {
        margin-bottom: 0px;
    }

    .reservation .why-us-wrapper .why-us-desc .media{
        margin-top: 40px !important;
    }
    .why-us .why-us-wrapper .why-us-desc .media {
        margin-top: 0px;
    }
    .service-wrapper img{
        width: 100%;
        margin-top: 30px;
    }
    .fleet .cstm-btn {
        padding: 10px 45px;
        margin-top: -15px;
    }
    fleet h2 {
        margin-top: 16px;
    }
    .form-horizontal .control-label {
        display: none;
    }
    .contact .contact-details .social-icon .fa {
        font-size: 24px;
        margin-top: 10px;
    }
    .confirm-booking .booking-form .nav-tabs li 
    {
        width: 33%;
    }
    .confirm-booking .booking-form .nav-tabs li a {
        font-size: 14px;
    }
    .confirm-booking figure img {
        margin: 0 auto;
    }
    .vechile-selection-page .vechile-selection .taxi-details h4 {
        margin: 15px 0;
    }
}
/*ipad potrait view*/
@media(max-width:768px){
    .confirm-booking .booking-form .nav-tabs li 
    {
        width: 33%;
    }
    .confirm-booking .booking-form .nav-tabs li a {
        font-size: 14px;
    }
    .confirm-booking figure img {
        margin: 0 auto;
    }
    .vechile-selection-page .vechile-selection .taxi-details h4 {
        margin: 15px 0;
    }
    .header-menu .navbar ul li {
        padding-right: 16px;
        padding-left: 14px;
    }
    .header-wrapper .upper-header .header-contact span .fa {
        font-size: 20px;
    }
    .header-menu .navbar .social-icon {
        display: none;
    }
    .logo img{
        width: 100%
    }
    .header-wrapper .upper-header .head-btn .cstm-btn {
        margin: 20px 0;
        padding: 10px 30px;
        font-size: 18px;
    }
    .quote-form {
        width: 100%;
        margin-bottom: 20px;
    }
    .banner .banner-desc{
        margin-left: 20px;
    }
    .banner .banner-desc h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .banner .banner-desc p {
        font-size: 18px;
    }
    .divider {
        height: 60px;
    }
    .divider h2{
        font-size: 20px;
    }
    .steps-booking h3 {
        font-size: 18px;
    }
    .why-us .why-us-wrapper .why-us-header .text-bg{
        font-size: 20px;
    }
    .why-us .why-us-wrapper .why-us-desc .media h4 {
        font-size: 16px;
    }
    .why-us .why-us-wrapper .why-us-desc .media .fa {
        font-size: 30px;
    }
    .why-us .why-us-wrapper .why-us-desc .media p {
        font-size: 16px;
    }
    .why-us .why-us-wrapper .why-us-desc .media {
        margin-top: 25px;
        margin-bottom: 5px;
    }
    .service .service-wrapper h3 {
        margin-bottom: 30px;
    }
    .service .service-wrapper img {
        width: 100%;
    }
    .service .service-wrapper .cstm-btn {
        margin-top: 10px;
    }
    .fleet h2 {
        margin-top: 16px;
    }
    .fleet .cstm-btn {
        padding: 10px 50px;
        margin-top: -9px;
    }
    .form-horizontal .control-label {
        display: none;
    }
    .why-us .why-us-wrapper .why-us-header {
        position: static;
    }
    .why-us .why-us-wrapper .why-us-header .text-bg{
        margin-top: -22px;
        margin-bottom: 0;
    }
}
/*nexus 7 landscape*/
@media(min-width:769px) and (max-width:990px){

    .header-menu .navbar ul li {
        padding-right: 16px;
        padding-left: 14px;
    }
    .header-wrapper .upper-header .header-contact span .fa {
        font-size: 20px;
    }
    .header-menu .navbar .social-icon {
        display: none;
    }
    .logo img{
        width: 100%
    }
    .header-wrapper .upper-header .head-btn .cstm-btn {
        margin: 20px 0;
        padding: 10px 30px;
        font-size: 18px;
    }
    .quote-form {
        width: 100%;
        margin-bottom: 20px;
    }
    .banner .banner-desc h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .banner .banner-desc p {
        font-size: 18px;
    }
    .divider {
        height: 60px;
    }
    .divider h2{
        font-size: 20px;
    }
    .steps-booking h3 {
        font-size: 18px;
    }
    .why-us .why-us-wrapper .why-us-header .text-bg{
        font-size: 20px;
    }
    .why-us .why-us-wrapper .why-us-desc .media h4 {
        font-size: 20px;
    }
    .why-us .why-us-wrapper .why-us-desc .media .fa {
        font-size: 45px;
    }
    .why-us .why-us-wrapper .why-us-desc .media p {
        font-size: 16px;
    }
    .why-us .why-us-wrapper .why-us-desc .media {
        margin-top: 45px;
        margin-bottom: 5px;
    }
    .service .service-wrapper h3 {
        margin-bottom: 30px;
    }
    .service .service-wrapper img {
        width: 100%;
    }
    .service .service-wrapper .cstm-btn {
        margin-top: 10px;
    }
    .fleet h2 {
        margin-top: 16px;
    }
    .fleet .cstm-btn {
        padding: 10px 50px;
        margin-top: -9px;
    }
    .form-horizontal .control-label {
        display: none;
    }
    footer h3 {
        margin-top: 13px;
        margin-bottom: 10px;
    }
    .confirm-booking .booking-form .nav-tabs li 
    {
        width: 33%;
    }
    .confirm-booking .booking-form .nav-tabs li a {
        font-size: 14px;
    }
    .confirm-booking figure img {
        margin: 0 auto;
    }
    .vechile-selection-page .vechile-selection .taxi-details h4 {
        margin: 15px 0;
    }
    .vechile-selection-page .vechile-selection .taxi-details {
        text-align: center;
    }
}
/*iphone 5 and android lanscape and nexus 7 potrait*/
@media(max-width:640px){
    footer .social-icon .fa {
        font-size: 16px;
    }
    .header-menu .navbar ul li {
        display: block;
        background: #062D55;
        padding: 20px;
    }
    .header-menu .navbar ul li:hover {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }
    .header-wrapper .upper-header .head-btn {
        justify-content: center;
        margin-top: -30px;
    }
    .logo img {
        width: 70%;
    }
    .header-wrapper .upper-header .header-contact {
        padding: 20px 0;
    }
    .navbar-toggle {
        background: #2EB460;
    }
    .navbar-toggle .icon-bar {
        background: #062D55;
    }
    .quote-form {
        top: -570px;
    }
    .banner .banner-image {
        height: 710px;
    }
    .banner .banner-desc {
        top: -650px;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .why-us .why-us-wrapper {
        width: 80%;
        margin: 0 auto;
    }
    .divider h2 {
        font-size: 20px;
    }
    .fleet .cstm-btn {
        padding: 10px 34px
    }
    .service .service-wrapper .cstm-btn {
        padding: 11px 36px;
    }
    h1 {
        font-size: 30px;
    }
    .fleet .fleet-wrapper img {
        width: 100%;
    }
    .table-responsive {
        border:0;
    }
    footer h3 {
        margin-top: 13px;
        margin-bottom: 10px;
    }
    footer .copyright {
        margin-top: 5px;
    }
    .vechile-selection{
        width: 80%;
        margin:0 auto;
    }
    .vechile-selection figure img {
        margin: 0 auto;
    }
    .vechile-selection-page .vechile-selection .taxi-details {
        text-align: center;
    }
    .confirm-booking .booking-form .nav-tabs li:last-child a {
        padding-bottom: 30px;
    }
    .contact .container > .row .map {
        height: 250px;
        margin-top: 10px;
    }
}
/*iphone 4 landscape(optional)*/
@media(max-width:480px){
    .logo img {
        width: 100%;
    }
    .header-wrapper .upper-header .head-btn {
        margin-top: -18px;
    }
    .header-wrapper .upper-header .head-btn .cstm-btn{
        margin-top: 20px;
    }
    .header-wrapper .upper-header .header-contact span .fa {
        font-size: 16px;
    }
    .why-us .why-us-wrapper .why-us-header:last-child {
        left: 22%;
    }
    .fleet h2 {
        margin-top: 16px;
    }
    .fleet .cstm-btn {
        padding: 10px 15px;
    }
    .header-wrapper .upper-header .header-contact span {
        font-size: 13px;}
    .why-us {
        margin-top: 30px;
    }
    footer h3 {
        margin-top: 13px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .confirm-booking .booking-form .nav-tabs li {
        width: 100%;
    }
    .nav-tabs > li {
        float: none;
        margin-bottom: 3px;
    }
    .confirm-booking .booking-form .nav-tabs li:last-child a {
        padding-bottom: 5px;
    }
    .confirm-booking legend {
        margin: 5px 0;
        font-size: 15px;
    }
    .vechile-selection {
        width:100%;
    }
    footer .copyright h5 {
        font-size: 12px;
    }

}


/*iphone 5 and android potrait*/
@media(max-width:380px){
    .innerpager-banner {
        height: 110px;
    }
    .header-wrapper .upper-header .header-contact span:last-child {
        margin-left: 0px;
    }
    .header-wrapper .upper-header .header-contact span {
        display: block;
    }
    .header-wrapper .upper-header .header-contact {
        float: left !important;
    }
    .header-wrapper .upper-header .head-btn .cstm-btn {
        margin: 18px 0;
        padding: 5px 20px;
        font-size: 15px;
    }
    .fleet .cstm-btn {
        padding: 6px 7px;
    }
    .fleet h2{
        margin-top: 19px;
        font-size: 12px;
    }
    .service .service-wrapper .cstm-btn {
        padding: 9px 13px;
    }
    .why-us .why-us-wrapper .why-us-header .text-bg {
        font-size: 16px;
    }
    .why-us .why-us-wrapper .why-us-header {
        left: 16%;
        top: -21px;
    }
    .why-us {
        margin-bottom: 10px;
    }
    .vechile-selection {
        width:100%;
    }
    footer .copyright h5 {
        font-size: 12px;
    }

.vechile-selection-page .vechile-selection .taxi-details .prices li {
    margin-right: 20px;
}
.confirm-booking .booking-form h2 {
    font-size: 20px;
}
.why-us .why-us-wrapper .reviews-wrapper .single-item .review-desc:after{
   bottom: -19%;
}

}

/*iphone4 potrait(optional)*/
@media(max-width:320px){
    h1 {
        font-size: 24px;
    }
    .banner .banner-desc {
        top: -675px;
    }
/*    .quote-form {
        top: -880px;
    }*/
    .banner .banner-image {
        height: 720px;
    }
    .divider h2 {
        font-size: 14px;
    }
    .why-us .why-us-wrapper .why-us-desc .media p {
        font-size: 14px;
    }
    .service .why-us-wrapper .why-us-header {
        left: 10%;
        top: -21px;
    }
    .fleet h2{
        font-size: 10px;
    }
    .fleet .cstm-btn {
        padding: 5px 5px;
        font-size: 10px;
    }
    .service .service-wrapper .cstm-btn {
        font-size: 14px;
    }
    footer .copyright h5 {
        font-size: 10px;
    }
    .vechile-selection .taxi-details .prices li {
    margin-right: 22px;
}
.confirm-booking .booking-form h2 {
    font-size: 20px;
}
.noreg-form .checkbox-inline, .radio-inline{
    font-size: 12px;
}
.why-us .why-us-wrapper .reviews-wrapper .single-item .review-desc:after{
   bottom: -14%;
}
}

