.wsmobileheader {
    display: none;
}

 /*==================Mobile Base CSS==================*/ 
	@media only screen and (max-width: 991px) {   
    .wsmobileheader {
        width: 100%;
        padding: 0 6px;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10002;
        height: 75px;
        background-color: #000;
        text-align: center;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    }
    .wsmobileheader .smllogo img {
        width: 110px;
    }
    
    .wsmobileheader .smllogo {
        /*display: inline-block;*/
        float: left;
        margin-top: 10px;
    }
    .callusbtn {
        border-right: solid 1px #464646;
        color: #a9a9a9;
        font-size: 21px;
        position: absolute;
        right: 90px;
        top: 0px;
        transition: all 0.4s ease-in-out 0s;
        z-index: 102;
        padding: 22px 34px;
        border-left: solid 1px #464646;
    }
    
    .callusbtn .fa {
        vertical-align: top;
        margin-top: 4px;
        color: #fff;
    }   
    
     /* Mobile Toggle Menu icon (X ICON) */
     .wsanimated-arrow {
        position: absolute;
        right: 14px;
        top: 0;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
    .wsanimated-arrow {
        cursor: pointer;
        padding: 16px 35px 16px 0px;
        margin: 24px 6px 4px 15px
    }
    
    .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
        content: '';
    }
    
    .wsanimated-arrow span:before {
        top: -7px;
        width: 23px;
    }
    
    .wsanimated-arrow span:after {
        bottom: -7px;
        width: 17px;
    }
    
    .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
        transition: all 500ms ease-in-out;
    }

    /*End Media Query*/
}