#header-top {
    padding: 20px;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 300px
}

#logo {
    width: 100%
}


.officeaddress {
    margin-top: 2%;
}

.tp-tab-desc {
    color: #0b385d;
}

.call_box p {
    color: white
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 400px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 400px;
}

.gmap_iframe {
    width: 100% !important;
    height: 400px !important;
}


.lang {
    color: #131313;
    font-size: 14px;
    font-weight: 500;
    
    text-transform: uppercase;
    position: relative;
    margin-top: 15px;
    margin-right: 40px;
  
    display: flex !important;
    justify-content: space-between !important;
    width: 100px !important;

}

.lang a {
    display: block !important;
    width: 20px !important;
    height: 20px;
    color: rgb(19, 19, 19);
    font-size: 14px;
    font-weight: 500;
    padding: 0px !important;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px !important;
 
    margin: 0px !important;
    overflow: hidden;
    border-radius: 50%;
    padding-top: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px -3px 5px;

}
.lang a img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width:100%;
    margin-top: 0 !important;

}
.lang-mob{
    display: none !important;
    position: absolute;
}

@media only screen and (max-width: 1000px) {
    .lang {
        display: none !important;
    }
    .owl-next{
    display: none !important;
    }
    .owl-prev{
     display: none !important;
    }
    #logo{
        width: 90%;
    }
    .lang-mob {
        display: flex !important;
    }
}
@media only screen and (max-width: 700px) {
    .hidden-around{
        display: none;
    }
}
.tel-header{
    display: none;
}
.tel-header a{
    color: white;
    font-size: 2rem;
    letter-spacing: 3px;
}

@media only screen and (max-width: 700px) {
    .tel-header {
        display: inline-block;
    }
}