﻿@media (max-width:1300px) and (min-width:500px) {
    li.main-menu-li a {
        font-size: 14px;
    }    
    .logooo {
        /* background: url(../images/logo1.png) left no-repeat;
        background-size: 100%; */
        width: 20% !Important;
        /*height: 11vh !Important;*/
        height: 10vh !Important; 
        margin-right: 30px !Important;
    }    
    li.main-menu-li a {
        /* line-height: 60px !Important; */
        padding: 10px 15px!Important;
    }
    
}
@media (min-width: 1601px){
    .logooo {
        /* background: url(../images/logo1.png) left no-repeat;
        background-size: 100%; */
        width: 380px !Important;
        /*height: 11vh !Important;*/
        height: 10vh !Important; 
        margin-right: 0px !Important;
    }  
    li.main-menu-li a {
        
        /* line-height: 60px !Important; */
        padding: 10px 15px!Important;
    }
}
@media (min-width: 501px)
{
    .logooo {
        /* background: url(../images/logo1.png) left no-repeat;
        background-size: 100%; */
        /*width: 400px;*/
        /* width: 10vw; */
        /*height: 14vh;
        margin-right: 30px;*/        
        width: 25%;
        height: 10vh;
        /* margin-right: 30px;         */
    }
    
    .mobile-show
    { 
        display:none !Important;
    }
    
    .header_topp img
    {
        /*visibility:hidden;*/
    }
    
    .header_topp
    {
        /*background: url(../images/slider/Header.jpg) center no-repeat !Important;
        background-size: cover !Important;*/
    }
    
    ul#menu li:nth-child(1){
        margin-top: 40px;
    }
    
    
    .zoom-image:hover {
        transform: scale(1.5);
        margin-top: -110px;
    }
    
    
    
    
    /*For Menu*/

    ul.Main-Menu {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        /*background-color: #333;*/
        background-color: #FFF;
        padding: 0 10px;
    }

    li.main-menu-li {
        float: left;
        padding-bottom: 0;
    }

    li.main-menu-li a {
        display: block;
        /*color: white;*/
        color:#000;
        font-weight:500;
        text-align: center;
        /*padding: 14px 12px;*/
        padding: 20px 12px 0;
        text-decoration: none;
        line-height: 80px;
    }

    li.main-menu-li a:hover {
        background-color: #eaeaea;
    }


    /* End Menu */
    
    
    
    
    
}



@media (max-width: 500px)  
{
    .fab {
        width: 35px;
        height: 35px;
        /* background-color: red; */
        /* border-radius: 50%; */
        /* box-shadow: 0 6px 10px 0 #666; */
        /* font-size: 50px; */
        /* line-height: 70px; */
        color: white;
        text-align: center;
        position: absolute;
        /*right: 7px;
        bottom: 92px;*/
        left: 6px;
        top: 103px;
        transition: all 0.1s ease-in-out;
            z-index: 9;
        transition: all 0.1s ease-in-out;
        border:2px solid;
        border-radius:50%;
        display:initial !important;
    }
        
        
    .fab1 {
        width: 40px;
        height: 40px;
        /* background-color: red; */
        /* border-radius: 50%; */
        /* box-shadow: 0 6px 10px 0 #666; */
        /* font-size: 50px; */
        /* line-height: 70px; */
        color: white;
        text-align: center;
        position: absolute;
        /*right: 7px;
        bottom: 140px;*/
        right: 6px;
        top: 103px;
        transition: all 0.1s ease-in-out;
            z-index: 9;
        transition: all 0.1s ease-in-out;
        /* border:2px solid; */
        border-radius:50%;
        display:initial !important;
    }
    .fab2 {
        width: 40px;
        height: 40px;        
        color: white;
        text-align: center;
        position: absolute;        
        left: 6px;
        bottom: 8px;
        transition: all 0.1s ease-in-out;
        z-index: 9;
        transition: all 0.1s ease-in-out;
        /* border:2px solid; */
        border-radius:50%;
        display:initial !important;
    }
    
   
    .mobile-show
    {
        display:inherit !Important;
    }
    .header_topp
    {
        display:none;
    }
    
    .desktop-view
    {
        display:none;
    }
    
    .map-index
    {
        width:100% !Important;
    }
    
    .container_map
    {
        width:auto !Important;
    }
    
    
    
    
    
}


.highlightss
{
    font-weight:700;font-style: italic;color: gold;
}
 
.header_topp
{
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 999999999;
    background: #FFF;
}

.color-black
{
    color:#000 !Important;
}

.fab,.fab1,.fab2 
{
    display:none;
}

 