.lang-btn{
background-color:white !important;
color:black !important;
 border: 2px solid #e9dede !important;
 width:150px !important;
}
.site-heading{
margin-bottom:30px !important;
}
.lang-image{
height: 100px;
    width: 100px;
    border-radius: 50%;
    padding: 3px;
    background:white;
    }
    .mt-10{
    margin-top: 10px;
    }
    .videoDiv{
    background: transparent;
    position: relative;
    z-index: 1;
    }
    .lang-img a:hover img{
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    }
    .banner-area{
    height:auto !important;
    padding-top:30px;
    padding-bottom:30px;
    }
    .lang-text{
    color: white;
    font-size:30px;
     visibility: visible; 
     animation-name: fadeInLeft;
    }
    .video-thumbnail{
    max-width:100%;
   /*height:320px;*/
    width:100%;
    margin-top:30px;
    }
.map-container{
    height: 300px;
}

.jvmap-smart{
    width: 100%; 
    height: 100%;  
}

.topnav_mobile {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .topnav_desktop {
    display: none !important;
  }
  .topnav_mobile {
    display: block !important;
  }
}

.pb-5{
	padding-bottom: 5px !important;
}

.pb-50{
	padding-bottom: 50px !important;
}


.pt-10{
	padding-top: 10px !important;
}

.border-none{
	border:none !important;
}

.mobile-navbuttons {
    padding: 3px 10px !important;
}