@media only screen and (min-device-width: 320px) and (max-device-width: 480px){
    #top-menu{
        display: block!important;
    }
    .phone-dive{
        display:block!important;
    }
    .address-dive{
        display:block!important;
    }
    .top-bar-big-screen{
        display: none!important;
    }
    .fa-map-marker{
        text-align: center!important;
        margin-left: 15px!important;
        margin-top: -10px!important;
    }
    .fa-phone{
        text-align: center!important;
        margin-left: 15px!important;
        margin-top: -10px!important;
    }
    .para-text{
        font-size: 12px!important;
    }
    #header{
        display: block!important;
    }

}


::selection{
    background: transparent!important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}


.phone-dive{
    padding:0;
    margin-top: 0;
    /*border-top: 2px solid #000;*/
    text-align: center;
    font-size: 12px;
    font-family: Raleway;
    /*height: 73px;*/
    width: 100%;
    background: #fff;
    display: none;
}
.address-dive{
    padding:15px 0;
    /*border-bottom: 1px solid;*/
    text-align: center;
    font-size: 15px;
    font-family: Raleway;
    width: 100%;
    background: #fff;
    display: none;
}
.fa-phone{
    font-size: 15px;
    border: 1px solid #eee;
    padding: 5px 7px;
    margin-right: 5px;
}
.fa-map-marker{
    font-size: 20px;
    border: 1px solid #eee;
    padding: 5px 9px;
    margin-right: 5px;
}

#main{
    margin-top: 0!important;
}

body{
    background: transparent!important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

a{
    background:transparent!important;
}

a:hover{
    text-decoration:none!important;
}
span{
    background:transparent!important;
}

span:hover{
    text-decoration:none!important;
}


.main-full-width{
    width: 94%;
    margin: 0 auto;
    background: #2c4a6c!important;
}
.main-width-cover{
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    margin: 0 auto;
    color: #fff!important;
    height: 40px;
    background: #2c4a6c!important;
}
.top-left-text{
    padding-bottom: 10px!important;
    color: #fff;
    font-size: 13px;
}
.top-left-text{
    width: 90%;
    margin: 0 auto;
    color: #aeaeae;
    /*background: #fff!important;*/
}
.top-right-links{
    padding-bottom: 10px!important;
    text-align: right;
    color: #aeaeae;
}
.top-right-links a{
    color: #aeaeae;
    font-size: 12px;
    text-decoration: none;
    padding: 0 10px;
}
.social-icons-right{
    width: 100%;
    /*background: red;*/
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.fa-facebook{
    background: #f5f5f5;
    padding:10px 14px;
    font-size: 15px;
    color: #9b9798;
    margin-right: 5px;
}
.fa-twitter{
    background: #f5f5f5;
    padding:10px 11px;
    font-size: 15px;
    color: #9b9798;
    margin-right: 5px;
}
.fa-google-plus{
    background: #f5f5f5;
    padding:10px 9px;
    font-size: 15px;
    color: #9b9798;
    margin-right: 5px;
}
.fa-linkedin{
    background: #f5f5f5;
    padding:10px 11px;
    font-size: 15px;
    margin-right: 5px;
    color: #9b9798;
}


.sec-main{
    background: #ff7500!important;
    width: 100%;
    margin-top: 10px;
}
.sec-3{
    width: 94%;
    margin: 0 auto;
    clear: both;
}
.mynavbar{
    /*background: pink;*/
    text-align: center;
}
.mynavbar ul{
    list-style: none;
    margin: 0;
}
.mynavbar ul li{
    display: inline-block;
    padding: 15px 28px;
    border-right: 1px solid #eeeeee;
    cursor: pointer;
    position:relative;
}
.mynavbar ul li ul.inner-drop{
    display: none;
}
.mynavbar ul li:hover ul.inner-drop{
    display: block;
    position: absolute;
    z-index: 99999;
    width: 200px;
    background: #ff7500;
    margin: 0;
    padding: 0;
    /*top: 0;*/
    left: -5px;
    margin-top: 15px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.mynavbar ul li:hover ul.inner-drop li{
    background: #ff7500;
    display: block;
    border-right: none!important;
    border-bottom: 1px solid #eee;
}
.mynavbar ul li ul.inner-drop li a:hover{
    /*background: #fff;*/
    color: #333333;
    /*border-bottom:1px solid #333333;*/
}
.mynavbar ul li ul.inner-drop li a{
    /*background: #fff;*/
    display: block;
    /*color: #333333;*/
    /*border-bottom:1px solid #333333;*/
}
.mynavbar ul li a{
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
    /*font-weight: bold;*/
}
li.btn{
    border: none!important;
    background: #ff304e;
    padding: 10px 15px!important;
    margin-left: 12px;
    text-transform: uppercase;
}
li.btn a{
    color: #fff!important;
}

.request-btn-div{
    color: #fff;
    background: #2c4a6c;
    width: 90%;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    /*padding: 10px 15px;*/
    /*margin-top: 10px!important;*/
}
.request-btn{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    background: #2c4a6c;
    display: block;
    font-weight: bold;
}
.request-btn:hover{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    background: #ff304e;
}

.social-icons{
    /*background: #9d9d9d;*/
    text-align: right;
    padding: 50px 0px;
}
.social-icons ul{
    list-style: none;
}
.social-icons ul li{
    display: inline-block;
    padding: 5px 2px;
}
.social-icons ul li i{
    background: #eeee;
}
.fa-facebook{
    padding: 10px 13px;
    border-radius: 100px;
}
.fa-twitter{
    padding: 11px 12px;
    border-radius: 100px;
}
.fa-google-plus{
    padding: 10px 9px;
    border-radius: 100px;
}
.fa-linkedin{
    padding: 10px 12px;
    border-radius: 100px;
}
.fa-phone{
    font-size: 25px!important;
    color: #2c4a6c!important;
    float: left;
    border: 1px solid #2c4a6c;
    padding: 5px 6px;
}
.fa-map-marker{
    font-size: 25px!important;
    color: #2c4a6c!important;
    float: left;
    border: 1px solid #2c4a6c;
    padding: 5px 10px;
}


#loaderMask{
    display: none!important;
}
.heading-font{
    display: none!important;
}
#header{
    display: none;
}

.vc_col-sm-4{
    width: 25%!important;
}