/*.dropdown-grid.width-full {
    width: 300px;
}*/
.auto-width .width-full-3 {
    width: auto;
}

.service-nav .width-full-3 {
    width: 400px;
}

    .service-nav .width-full-3 .dropdown-grid-item.last-item {
        width: 350px;
    }

.price-toogle {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

#pills-tabContent .yearly-tab {
    display: none;
}

#pills-profile, #pills-home{
    /*display:flex;*/
    justify-content: center;
}

#pills-tabContent .fade {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.sub{
    margin: 60px 0;
}
.sub h6{
    margin-top:40px;
}
.sub h6.st{
    margin-top:10px;
}


.g-btn{
    display: none;
}

@media screen and (max-width: 767px){
    .g-btn{
        display: block;
    }
}
@media screen and (max-width: 421px){
    .img-overlay-list{
        left: 1% !important;
    }
}