
    .form{
        position: relative;
    }

    .form .fa-search{
        position: absolute;
        top:20px;
        left: 20px;
        color: #9ca3af;
    }

    .form span{
        position: absolute;
        right: 17px;
        top: 13px;
        padding: 2px;
        border-left: 1px solid #d1d5db;
        border:none;
    }
    .form-input{
        height: 55px;
        text-indent: 33px;
        border-radius: 10px;
    }

    .prodlanding{
        height:30vh;
    }

    div.scrollmenu {
        background-color: #333;
        overflow: auto;
        white-space: nowrap;
        height:70px;
        background-color:#EEEEEE;
    }

    div.scrollmenu a {
        display: inline-block;
        color: black;
        text-align: center;
        padding: 14px;
        text-decoration: none;
    }

    div.scrollmenu a:hover {
        background-color: #FF0017;
        color: #FFFFFF;
        border-radius:10px;
    }

    .square {
        background: #DFDFDF;
        /* width: 300px; */
        height: 45px;
        border: 0.1px solid #EFEFEF;
    }

    .square2 {
        background: #FFFFFF;
        /* width: 300px; */
        height: 45px;
        border: 0.1px solid #EFEFEF;
    }

    

    @media only screen and (min-width: 1270px) {
        .prodlanding{
            height:39vh;
        }
    }

