.screen1, .screen2 {
    padding: 10px;
    display: inline-block;
}
.screen1 { width: 700px; }
.screen2 { width: 1000px; }
.screen2 label { padding: 0 5px; }
.logo {
    width: 400px;
}
.request-type {
    border: 1px solid gray;
    border-radius: 15px;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    width: 120px;
    height: 120px;
    cursor: pointer;
}
.request-row .col {
    padding: 5px;
}
.request-type i,
.request-type .icon {
    padding-top: 10px;
    font-size: 50px;
}
.request-type p {
    margin: 0;
    padding-top: 5px;
    line-height: 1.2;
    font-size: 14px;
}
.request-type:hover {
    background-color: rgb(50, 50, 50);
}
.request-type:hover i,
.request-type:hover p {
    font-weight: bolder;
    color: white;
}
.icon {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: -5px;
    width: 70px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-teleconsult {
    background-image: url("http://synergen.agency/dev2/svg/7.svg");
}
.request-type:hover .icon-teleconsult {
    background-image: url("http://synergen.agency/dev2/svg/8.svg");
}

.selected {
    color: white;
    background-color: dodgerblue;
    border: 1px solid dodgerblue;
    font-weight: bolder;
}
.screen-button { margin-top: 10px; }
.screen-button i { font-size: 16px; }
.car, .motor, .property, .business, .accident, .travel,
.health, .group, .life, .ofw, .covid, .pet, .button-header {
    display: none;
}
@media only screen and (max-width: 1100px) {
    .screen2 {
        padding: 5px;
        width: 95%;
    }
}
@media only screen and (max-width: 900px) {
    .screen1 {
        padding: 5px;
        width: 95%;
    }
}
@media only screen and (max-width: 500px) {
    .logo { width: 90%; }
    .request-type {
        width: 110px;
        height: 110px;
        margin: 5px;
    }
    .request-type i {
        padding-top: 10px;
        font-size: 40px;
    }
    .request-type p { font-size: 14px; }
    .icon {
        width: 60px;
        height: 50px;
    }
    .screen-button i { font-size: 14px; }
}
@media only screen and (max-width: 400px) {
    .title { font-size: 18px; }
    .request-type {
        width: 90px;
        height: 90px;
        margin: 5px;
    }
    .request-type i {
        padding-top: 5px;
        font-size: 40px;
    }
    .request-type p { font-size: 10px; }
    .icon {
        width: 50px;
        height: 40px;
    }
}
@media only screen and (max-width: 300px) {
    .title { font-size: 16px; }
    .request-type {
        width: 80px;
        height: 80px;
        margin: 3px;
    }
    .request-type i {
        padding-top: 3px;
        font-size: 30px;
    }
    .request-type p { font-size: 10px; }
}
