@media screen and (min-width:1600px) and (max-width:1920px) {



    /*================== Large screen  ===========================*/



}







@media screen and (max-width: 1200px) and (min-width: 992px){





}







@media screen and (min-width:992px) and (max-width:1200px) {





}







@media screen and (max-width:1200px) {







    /*==================head tags=================*/





/*====================form placeholder font==============*/







::-webkit-input-placeholder { 



  font-size: 12px;



}



::-moz-placeholder {



  font-size: 12px;



}



:-ms-input-placeholder {



  font-size: 12px;



}



:-moz-placeholder { 



  font-size: 12px;



}
nav > ul > li > a{
    font-size: 14px;
    text-align: center;
    padding: 7px 20px 0;
}
.serviceSec .flex {
    margin: 0 -10px;
}

}







@media screen and (min-width:768px) and (max-width:991px) {

   



}







@media screen and (max-width:991px) {



    /*_____ Navigation _____*/

    html.move {

        overflow: hidden !important;

    }

    body {

        left: 0;

    /* padding-top: 0; */

    transition: all 0.5s ease;

    }

    body.move {

    overflow: hidden !important;

    position: relative;

    left: -250px;

    transition: all 0.5s ease;

    }

    header {

        /*position: relative !important;*/

        top: -2px !important;

        height: auto;

    }

    header.logged {

        position: fixed !important;

        height: 64px;

    }

    header .proIco {

    margin-right: 34px;

    }

    

    .toggle {

        display: block;

    }

    /*#nav{

        height: 376px;

        overflow: auto;

    }*/



    nav.move {

    right: 0;

    }

    .toggle.move {
        top: 2px;
    }
    nav > ul > li.bTn{
        justify-content: center;
        padding-top: 10px;
    }
    nav > ul > li > .sub{
        left: 3px;
    width: 240px;
    }
    nav > ul > li > .sub > li{
        width: 100%;
    }

    nav {

        position: fixed !important;

    top: 0;

    right: -250px;

    bottom: 0;

    width: 250px;

    display: block;

    margin: 0 !important;

    background: #f5f6f8;

    border-left: 1px solid #cfd7de;

    overflow-x: hidden;

    overflow-y: auto;

    }

    nav > ul,

    nav > ul > li,

    nav > ul > li > a {

        display: block;

        color: #333!important;

    }

    nav > ul > li {

        padding: 5px 15px;

        border-top: 1px solid #2aa2d926;

    }
    .hideBig{
        display: block!important;
        float: right;
        margin-top: 23px;
        margin-right: 48px;
    }

    header form {

        min-width: 300px;

        margin-left: 30px;

    }
    footer .upside h3{
        margin-right: 10px;
    }

    .sideForm{
        padding-left:10px;
    }
    .story .cntnt{
        margin-left: 0px;
    }
    .serviceSec .col{
        width: calc(100% / 3);
        border-bottom: 1px solid #ddd;
    }
    .serviceSec .flex{
        margin:0;
    }
    .serviceSec .col:not(:last-child){
        border-right: none;
    }

    .coverageSec .colL{
        width: 100%;
        padding-right: 0px;
    }
    .coverageSec .colR{
        width: 100%;
        padding-left: 0px;
    }
    .extraTex{
        width: 100%;
    }
    .coverageSec .image{
        height: auto;
    }


    .serviceDetail .colR{
        width: 70%;
    }
    .serviceDetail .colL{
        width: 30%;
    }
    .reviewPage .col{
        width: 100%;
    }
}







@media screen and (max-width:767px) {
    
    footer form {
        width: 295px;
    }
    footer .flexRow > .col{
        width: calc(100% / 3);
    }
    footer .flexRow > .col1{
        width: 100%;
    }
    /* ========about us======== */
    #smbanner h1{
        width: 100%;
    }
    .contactSec .cntnt{
        width: 100%;
    }
    .copyright .inner{
        flex-direction: column-reverse;
    }
    footer .social{
        justify-content: center;
    }
    footer .smLst{
        margin:15px 0px;
    }
    .serviceSec .cmnHeadingSec{
        width: 100%;
    }
    .iconFlex .col{
        width: 50%;
    }
    .service .cntnt{
        width: 100%;
        float: none;
    }
    .service:before{
        clip-path: none;
        width: 100%;
        opacity: 0.1;
    }
    #abt .colR{
        width: 100%;
        padding-left: 0px;
    }
    #abt .colL{
        width: 100%;
        padding-right: 0px;
    }
    .coverageSec ul li{
        width: 50%;
    }

    #smbanner .cntnt{
        width: 100%;
    }
    .serviceDetail .colR , .serviceSub .colR{
        width: 100%;
        padding-left: 0px;
    }
    .serviceDetail .colL , .serviceSub .colL{
        width: 100%;
        padding-right: 0px;
    }
    .serviceDetail .inner .image, .drugDt .image{
        width: auto;
    }
    .serviceDetail .flex{
        flex-direction: column-reverse;
    }
    .cmnSec {
        padding: 40px 0px;
    }
}

@media screen and (max-width:580px) {
    #banner .cntnt{
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .sideForm{
        width: 100%;
        padding-left: 0px;
    }
}







@media screen and (max-width:480px) {
    #banner .item .cntnt h1{
        font-size: 19px;
    }
    #banner .item .cntnt p{
        font-size: 14px;
        padding: 10px 0px;
    }
    #banner .item{
        height: 350px;
    }
    
    footer .upside{
        flex-direction: column;
    }
    footer form{
        width: 100%;
    }
    footer .flexRow > .col {
        width: calc(100% / 1);
    }
    
    #smbanner{
        padding: 50px 0px;
    /* padding-top: 100px; */
    }
    #smbanner h1{
        font-size: 25px;
    }
    .contactSec .cntnt{
        padding: 0px;
    }
    .serviceSec .col{
        width: 50%;
        padding: 15px;
    }
    .iconFlex .col{
        width: 100%;
    }
    .hideBig{
        margin-right: 35px;
    }
    #banner .cntnt h1 , .cmnHeadingSec h2{
        font-size: 26px;
    }
    .coverageSec ul li{
        width: 100%;
    }

    .reviewPage .inner{
        flex-direction: column;
    }
    .reviewPage .image{
        width: 100%;
        height: 250px;
    }
}







@media screen and (max-width:380px) {
   
}



@media screen and (min-width:320px) and (max-width:330px) {


}



@media screen and (min-width:411px) and (max-width:420px) {



 



}



