@charset "UTF-8";
/* IE10+ VIEWPORT FIX */
@-ms-viewport {width:device-width;}
@viewport {width:device-width;}

@media only screen and (min-width: 769px){
    .slicknav_menu{display: none;}
}
@media only screen and (max-width: 768px){
    .mainmenu{
        display: none;
    }
    
}


/*============================ desktop view =================================================*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {}

/*============================ small tablet view =================================================*/
@media only screen and (min-width: 641px) and (max-width: 768px) {}

/*============================ mobile wide screen view =================================================*/
@media only screen and (min-width: 569px) and (max-width: 640px) {

}

/*============================ mobile view =================================================*/
@media only screen and (min-width: 280px) and (max-width: 768px) 
{
	.slicknav_menu{display: block;}
	.slicknav_menu img{
        width: 14px;
        display: inline-block;
    }

    .tbright{text-align: center;}
    .step{margin-bottom: 30px;}
    .stepleft, .stepright{
        float: none;
        text-align: center;
    }
    .footer{
        height: auto;
        padding-bottom: 0;
    }
    .foverlay{
        display: none;
    }
    .moverlay{
        display: block;
        position: unset;
        width: 100%;
        padding: 25px;
    }
    .copyright{margin: 0;}


    .sec{width: 90%;}
    .item{text-align: center;}
    .item hr{margin: 0 auto;}
    .item img{margin: 10px auto;}

    .map{margin-top: 50px;}
    .access{width: 100%;}

    .newsdetails{margin-bottom: 50px;}
    .newsdetails img{max-width:100%;}

    
    
}


















