
main {
    min-height: 100vh;
}

.widget-container {
    width: 300px;
    height: 450px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #E4EBF2;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    direction: rtl;
    margin: 30px 0;
}

.screen .filters {
    margin-bottom: 10px;
}

.screen .filter-form .btn {
    white-space: nowrap;
    border-radius: 30px;
    font-size: 14px;
    margin: 0 !important;
    width: auto;
    padding: 4px 35px;
}

.screen .filter-form {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

    .screen .filter-form h2 {
        display: none;
    }

.screen .compare-header {
    background: transparent;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 22;
}

.widget-container .sel-cont label {
    color: #000;
}

.widget-container .sel-cont {
    width: 100%;
    margin: 0 !important;
}

.screen .compare-header:before {
    display: none;
}

.widget-container .title {
}

.widget-container  .btn {
    border-radius: 5px;
    border: 1px solid #E4EBF2;
    margin-bottom: 30px;
    display: inline-block;
    padding: 5px 40px;
    line-height: 1.6;
    cursor: pointer;
    text-decoration: none;
    color: #01AAAD;
}


.screen {
    width: 300px;
    height: 450px;
    position: absolute;
    left: 0;
    bottom: -100%;
    border-radius: 10px;
    justify-content: center;
    vertical-align: center;
    padding: 15px;
    background: #fff;
    transition: all 1s;
    opacity: 0;
    padding-top: 0;
}

    .screen .title {
        font-size: 18px;
        font-weight: bold;
        color: #01AAAD;
        margin-bottom: 5px;
    }

    .screen .subtitle {
        font-size: 16px;
        font-weight: bold;
        color: #444;
    }

    .screen.active {
        bottom: 0;
        opacity: 1;
    }

.btn.with-icon {
    height: auto;
    padding: 0;
    border: 0;
    text-decoration: none;
    color: #01AAAD;
    font-size: 13px;
    line-height: 32px;
    margin: 0;
    transition: all 0.44s;
}

    .btn.with-icon:hover {
        transform: scale(1.1);
    }

        .btn.with-icon:hover .icn-cont {
            background-color: #01AAAD;
        }

            .btn.with-icon:hover .icn-cont .icon {
                fill: #fff !important;
            }

    .btn.with-icon .icn-cont {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        clear: both;
        display: inline-block;
        vertical-align: middle;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        line-height: 59px;
        background: #fff;
    }

        .btn.with-icon .icn-cont .icon {
            margin-top: 9px;
        }

    .btn.with-icon span {
        width: 100%;
        display: inline-block;
    }

.grid-container {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all 0.35s;
    flex-wrap: wrap;
    align-items: center;
    z-index: 33;
}

.screen.active .grid-container {
    bottom: 10px;
    opacity: 1;
}

.grid-container a {
    width: 100%;
}

.widget-container .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    fill: #01AAAD;
}

.widget-container .top-menu {
    float: right;
    width: 100%;
    height: 30px;
    background: #f2f2f2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
    z-index: 11;
}

    .widget-container .top-menu .btn {
        margin: 0;
        padding: 0;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        background: #fff;
        font-size: 12px;
        padding: 3px 10px;
        font-weight: bold;
    }

.widget-container .sel-cont {
    display: inline-block;
    margin-bottom: 10px;
}

    .widget-container .sel-cont label {
        font-size: 14px;
    }

.widget-container select {
    width: 100%;
    border: 1px solid #01AAAD;
    line-height: 1.6;
    font-size: 16px;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 20px;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
    background-repeat: no-repeat;
    background-position: 0;
    height: 30px;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    color: #333;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
}

    .widget-container select:focus {
        border: 1px solid #01AAAD !important;
        outline: 1px solid #01AAAD !important;
    }

.btn-secondary {
    color: #212529;
    background-color: #ff9400;
    border-color: #ff9400;
}

.screen:before {
    content: "";
    width: 1000px;
    height: 1000px;
    background: rgb(44 170 173 / 14%);
    border-radius: 50%;
    position: absolute;
    top: -825px;
    right: -469px;
    z-index: 0;
}

 @media(min-width: 992px) {
    #main .screen-header {
        width: 50%;
        float: right;
        position: relative;
    }

    #main:before {
        top: -170px;
        right: -469px;
    }

    .widget-container
    .screen .subtitle {
        font-size: 28px;
    }

    .img-search {
        width: 200px !important;
    }

    #main .grid-container {
        width: 50%;
        height: 100%;
    }

    .widget-container, .screen {
        width: 970px;
        height: 250px;
    }

        .widget-container .sel-cont {
            width: auto;
            padding: 0 10px;
        }

            .widget-container .sel-cont select {
                display: inline-block;
                width: auto;
                min-width: 100px;
            }

        .widget-container .btn {
            width: 160px;
        }

    .btn.with-icon .icn-cont {
        width: 70px;
        height: 70px;
        line-height: 56px;
        background: #fff;
    }

        .btn.with-icon .icn-cont .icon {
            width: 40px;
            height: 40px;
        }

    .btn.with-icon span {
        color: #000;
        font-size: 18px;
    }

    .screen .grid-container {
        position: relative;
        margin: 10px 0;
    }
}

#loans-btn:hover ~ .grid-container {
    background: #01AAAD;
}
 