/*@media screen and (max-width: 768px){*/
/*    .right_call {*/
/*        right: -40%;*/
/*        width: 65%;*/
/*    }*/
/*    .right_call img{*/
/*        width: 50px;*/
/*    }*/
/*    .whatsapp_icon {*/
/*        position: fixed;*/
/*        bottom: 8%;*/
/*        right: 10% !important;*/
/*    }*/
/*    .banner .banner_content h5 {*/
/*        font-size: 34px;*/
/*    }*/

/*    .top-header{*/
/*        width: 100%;*/
/*    }*/
/*    #desk_nav .menu li {*/
/*        font-size: 0.5rem;*/
/*        margin-left: 20px;*/
/*        margin-top: 19px;*/
/*    }*/
/*    #desk_nav .menu{*/
/*        margin-left: -1.5rem;*/
/*    }*/
/*    .navbar-brand img{*/
/*        width: 80px;*/
/*    }*/
/*    .navbar-toggler{*/
/*        padding: 20px;*/
/*        font-size: 24px;*/
/*        display: inline-block;*/

/*    }*/
/*    #desk_cont{*/
/*        width: 90%;*/
/*    }*/

/*    #desk_nav .dropdown_section .dropdown-menu{*/
/*        margin-top: 0px;*/
/*    }*/
/*    #desk_nav{*/
/*        position: sticky !important;*/
/*        z-index: 100;*/
/*    }*/
/*    .track_content form .track_form_back input{*/
/*        width: 60%;*/
/*    }*/
/*    .track_content form .track_form_back button{*/
/*        width: 38.7%;*/
/*    }*/
/*    .subscribe_letter form .form_back input {*/
/*        width: 60%;*/
/*    }*/
/*    .subscribe_letter form .form_back button{*/
/*        width: 38.7%;*/
/*    }*/

/*    .car {*/
/*        left: 14%;*/
/*        bottom: -150px;*/
/*        width: 75%;*/
/*    }*/
/*    .car .img {*/
/*        width: 100%;*/
/*    }*/
/*    .back-wheel {*/
/*        left: -125px;*/
/*    }*/
/*    .wheel{*/
/*        bottom: 258px;*/
/*    }*/
/*    .front-wheel {*/
/*        left: 52px;*/
/*    }*/

/*    #deal_container{*/
/*        width: 100% !important;*/
/*    }*/

/*    .courier_charge_content .button_group button {*/
/*        padding: 10px 11px;*/
/*    }*/
/*    .top_nav{*/
/*        display: none;*/
/*    }*/
/*    .track_shipment{*/
/*        display: none !important;*/
/*    }*/
/*}*/




/* media query (mobile device) */

@media screen and (min-width: 320px) and (max-width: 485px) {
    .top-header {
        width: 100%;
    }
    #desk_nav_menu{
        display: none;
    }
    #mobile_nav_menu{
        display: flex;
    }


    #desk_nav .menu li {
        font-size: 0.4rem;
        margin-left: 1px;
        /* margin-top: 19px; */
    }

    #desk_nav .menu {
        margin-left: -1.5rem;
    }

    .navbar-brand img {
        width: 80px;
    }

    .navbar-toggler {
        padding: 20px;
        font-size: 24px;
        display: inline-block;

    }

    #desk_cont {
        width: 90%;
    }

    #desk_nav .dropdown_section .dropdown-menu {
        margin-top: 0px;
    }

    #desk_nav {
        position: sticky !important;
        z-index: 100;
    }
    #desk_nav .menu li i {
        font-size: 15px;
    }
    .top_nav h6 {
        font-size: 0.5rem;
    }
    .whatsapp_icon {
        position: fixed;
        bottom: 8%;
        right: 10% !important;
    }
    .track_shipment {
        display: none !important;
    }
    .right_call {
        width: 77%;
        top: 64%;
        right: -50%;
        padding: 0.2rem;
    }
    .car {
        left: 11%;
    }
    .car img {
        width: 300px;
    }
    .car .back-wheel{
        width: 60px;
        height: 60px;
    }
    .car .front-wheel{
        width: 60px;
        height: 60px;
    }
    .wheel {
        left: 52%;
        bottom: 252px;
    }
    .track_content form .track_form_back input {
        width: 60%;
    }

    .track_content form .track_form_back button {
        width: 38.7%;
    }
    .subscribe_letter form .form_back input {
        width: 60%;
    }

    .subscribe_letter form .form_back button {
        width: 38.7%;
    }
    .courier_charge_content .button_group button {
    
    padding: 15px 24px;

}
.navbar-nav #book_now {
    background-color: #25d366;
    border-radius: 10px;
    animation: book_now 1s linear infinite;
    padding-left: 12px;
}
}
/* large screen deskstop */

@media screen and (min-width: 1201px) and (max-width: 1383px) {
    #desk_nav .dropdown_section ul li {
        font-size: 00.7rem;
        margin-right: 10px;
        font-weight: 600;
    }
     .track_content form .track_form_back input {
        width: 60%;
    }

    .track_content form .track_form_back button {
        width: 38.9%;
    }
    .subscribe_letter form .form_back input {
        width: 60%;
    }

    .subscribe_letter form .form_back button {
        width: 39.2%;
    }
    .top-header .contact-info>span>a {
   
        font-size: 13px;
}

}