body {
    font-family:Roboto Condensed;
    font-size:14px;
}
.bgc1 {
    background-color:#1682c2;
}
.bgc2 {
    background-color:#e1e1e1;
}
.tc1 {
    color:#1682c2 !important;
}
.tc2 {
    color:#dddddd !important;
}
.tc3 {
    color:#eceff1 !important;
}
.topl:hover {
    background-color:white;
    color:#1682c2 !important;
}
.topl a{
    color:white;
}
.topl a:hover{
    color:#1682c2;
}
.fix {
    position:fixed;
    top:100px;
    width:100%;
}
.desk {
    display:block;
    visibility:visible;
}
.mob {
    display:none;
    visibility:hidden;
}
.fc1 {
    border:0 !important;
    border-bottom:1px solid #ddd !important;
}
.fc1::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1; /* Firefox */
}

.fc1::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.fc1::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
.mw1 {
    width:240px;
}
.mw2 {
    width:240px;
}
.vm-1 {
    width:500px;
}
@media (min-width: 567px) and (max-width: 800px) {
    
}
@media (max-width: 800px) {
    .desk {
        display:none;
        visibility:hidden;
    }
    .mob {
        display:block;
        visibility:visible;
    }
    .tm {
        text-align:center !important;
    }
    .bgc1 {
        padding:5px;
        margin:auto;
    }
    .respH1 {
        font-size:8vw;
    }
    .mw1 {
        width:95%;
    }
    .mw2 {
        width:95%;
    }
    .vm-1 {
        width:95%;
    }
}