@charset "utf-8";
@media only screen and (max-width: 800px) {
    .header1 {
        width: 100%;
    }
    .tooglebtn {
        display: block;
        position: absolute;
        background: #fff;
        z-index: 9;
        top: 108px;
        right: 11px;
        padding: 7px 11px;
        font-size: 26px;
        color: #112b6a;
    }
    .h1-bottom {
        width: 250px;
        height: 100%;
        min-height: 10px;
        position: fixed;
        overflow: hidden;
        float: initial;
        padding-top: 0px;
        background: #112b6a;
        z-index: 99;
        top: 0;
        right: -250px;
        display: flex;
        align-items: center;
        transition: all ease-in-out .9s;
        visibility: hidden;
        opacity: 0;
    }
    .closenav {
        position: absolute;
        top: 13px;
        right: 10px;
        width: 30px;
        height: 30px;
        background-color: #f5f5f5;
        text-align: center;
        line-height: 26px;
        border-radius: 50%;
        font-weight: 600;
    }
    .navshow .h1-bottom {
        right: 0px;
        visibility: visible;
        opacity: 1;
    }
    .closenav {
        display: block;
    }
    .h1-right {
        width: 100%;
        min-height: 10px;
        position: relative;
        overflow: hidden;
        float: inherit;
    }
    .nav2 {
        width: 100%;
        min-height: 10px;
        overflow: hidden;
        position: relative;
        float: inherit !important;
    }
    .h11-top {
        width: 100%;
        min-height: 10px;
        position: relative;
        overflow: hidden;
        background-color: #002b6a;
        float: initial;
        margin-bottom: 12px;
    }
    .h1-left {
        width: 100%;
        min-height: 10px;
        position: relative;
        overflow: hidden;
        float: inherit;
        padding: 20px 0px;
        text-align: center;
    }
    .call2 {
        padding: 10px !important;
        margin: 0;
        text-align: left;
    }
    .call2 span:nth-child(1) {
        display: none;
    }
    .nav2 li {
        display: inline-block;
        list-style-type: none;
        line-height: 40px;
        padding: 3px 12px;
        width: 100%;
    }
    .nav2 li a {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        font-family: Calibri;
        padding: 0 19px 0 !important;
        display: block;
        border-bottom: 1px dashed;
    }
    #lightbox-container-image-box, #lightbox-container-image-data-box{
        width: 100% !important;
        height: auto !important;
    }
}