@media only screen and (min-width: 1920px) {}

@media only screen and (min-width: 1080px) {
    .backgrouds {
        background-image: url("../image/backgrounds/background1080.png");
        width: 1080px;
        height: auto;

    }

    .logo-bar {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .topic h2 {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 700;
    }

    .lgbtn {
        background-color: #97999c;
        color: black;
        text-align: center;
        border-radius: 30px;
        border: 30px solid none;
        height: 302px;
        width: 215px;
        margin: 50px;
    }

    .lgbtn a {
        color: #000000;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 600;
        font-size: 32px;
        display: block;
        text-decoration: none;
        padding-top: 103px;

    }

    .liqbtn {
        color: #000000;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 600;
        font-size: 32px;
        display: block;
        text-decoration: none;
        padding-top: 103px;
    }

    .footer {
        background-image: url("../image/backgrounds/footerbackground.png");
        height: 300px;
        clear: both;
        position: relative;
        margin-top: 50px;
    }

    .company-footer{
        background-image: url("../image/backgrounds/footerbackground.png");
        height: 300px;
        left: 0;
        margin-top: 500px;   
     }

    .defult-btn {
        background-color: #97999c;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 600;
        color: black;
    }

    .custome-textfield {
        background-color: #dce6ed;
        color: black;
        border: none;
    }

    .model-hq {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .btn-area {
        padding-top: 50px;
    }

    .btn-section {
        margin-top: 25px;
    }



    /* Search Company Style */

    .search-section {
        margin-top: 100px;
    }

    .search-box {
        background-color: #dce6ed;
        color: black;
        border: 2px solid black;
        width: 390px;
        height: 60px;
        border-radius: 10px;
        font-family: 'Josefin Sans', sans-serif;
    }

    .company-section {
        margin-top: 50px;
    }

    .company-box {
        background-color: #dbd8d8;
        width: 271px;
        height: 386px;
        border-radius: 20px;
        height:auto;
        margin-top:50px;
    }

    .logo-box img {
        margin-top: 30px;

    }

    .test-container {
        margin-top: 30px;
    }

    .location h5 {
        font-family: 'Josefin Sans', sans-serif;
    }

    .location h6 {
        font-family: 'Josefin Sans', sans-serif;
    }

    .location-no label {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 100;
        font-size: 35px;
        color: darkcyan;
    }

    .bt-box-row {
        margin-top: 50px;
    }

    /* End  */



    /* Back Button Style */

    .backbtn {
        z-index: 1;
        display: block;
        border-radius: 60px;
        position: static;
        margin-left: 85%;
        position: fixed;
        margin-top: 1000px;
        transition: all 0.3s ease-in-out 0s;
        cursor: pointer;
        outline: none;
        font-size: 24px;
        border: none;
    }

    .shopname{
        font-weight: bold;
    }

    .location-header{
        margin-top: 50px;
    }

    /* End  */
}