@media screen and (min-width:992px){
    .navbar-expand-lg .navbar-nav .nav-link{
        margin-right: 15px;
    }
}
@media screen and (max-width:991px){
    .gs-h1{
        font-size: 38px;
    }
    .gs-f-cont img {
        height: auto;
        width: 100%;
    }

    /* nav */
    #gsNavbar {
        position: absolute;
        top: 50px;
        background: #fff;
        right: 10px;
        padding: 12px 20px 20px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.12);
        max-width: 300px;
    }
    #gsNavbar:after, #gsNavbar:before {
        content: "";
        top: -8px;
        right: 21px;
        width: 0;
        height: 0;
        position: absolute;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }
    #gsNavbar:before {
        border-bottom: 8px solid rgba(0, 0, 0, 0.12);
        top: -9px;
        right: 21px;
    }

    .has-star-ic .gs-hd-star {
        left: auto;
        height: 23px;
        right: 20px;
    }
}

@media screen and (min-width:768px){
    .gs-col-w img{
        width: 85%;
    }
}
@media screen and (max-width:767px){
    .gs-col-w.text-right, .gs-col-w.text-left{
        text-align: center !important;
    }
    .gs-h1 {
        margin-top: 30px;
    }

    p {
        font-size: 14px;
        line-height: 2;
    }
    .file-upload-d{
        margin-bottom: 40px;
        min-height: 280px;
    }
    .file-upload-d img {
        max-width: 210px;
    }

    /* update 24 nov 2020 */
    .gs-pl-info{
        display: none;
    }
    .pl-title{
        height: auto;
        padding: 12px 15px;
    }
    .per-month-txt{
        bottom: -23px;
    }
    .gs-pl-col .pld-txt{
        flex-wrap: wrap;
        height: auto;
        padding: 12px 15px;
    }
    .pld-txt-mv {
        width: 100%;
        text-align: center;
        padding-bottom: 8px;
        display: block;
    }
    .gs-plans-table .col-md-4.col-lg-4,
    .gs-plans-table .col-md-3.col-lg-3 {
        margin-bottom: 30px;
    }
    .gs-plans-table .col-md-4.col-lg-4:first-child,
    .gs-plans-table .col-md-4.col-lg-4:last-child,
    .gs-plans-table .col-md-3.col-lg-3:first-child,
    .gs-plans-table .col-md-3.col-lg-3:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width:575px){
    .gs-f-cont img {
        height: 40px;
        width: auto;
    }
   
}
@media screen and (max-width:600px){
    .gs-price-dtl{
        left: 20px;
        min-width: 100%;
    }
}
@media screen and (max-width:575px){
    .gs-price-dtl{
        position: static;
        box-shadow: 0 0px 1px rgba(0, 0, 0, 0.12);
    }
    footer.footer-wrap {
        padding-top: 100px;
    }
}

@media screen and (max-width:420px){
    .gs-h1 {
        font-size: 25px;
    }
    section.gs-wrap {
        padding: 50px 0 0;
    }
    footer.footer-wrap {
        padding-top: 50px;
    }
    nav.gs-navbar{
        margin-top: 1rem;
    }
    
}

/* update 24 nov 2020 */

@media screen and (max-width:1080px){
    
    .nav.gs-nav-tabs {
        flex-direction: row;
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: space-between;
    }
    .gs-tab-content {
        width: 100%;
        padding-top: 40px;
        border-top: 1px solid #D2D5EB;
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
    }
    
}
@media screen and (max-width:575px){
    .nav.gs-nav-tabs{
        overflow-x: scroll;
        width: 100%;
        flex-wrap: nowrap;
    }
    .gs-back-link.pro-back span {
        display: none;
    }
    .priv-contents .col-3.col-md-3.col-sm-4 {
        margin-bottom: 10px;
    }
}

/* @media screen and (max-width:720px){
    .big-screen-show{
        display: none;
    }
    .sm-screen-show{
        display: block;
    }
} */