.header__top_1{
    padding: 0px 70px 0px 70px !important;
}
.header__bottom_1{
    padding: 0px 70px 0px 70px !important
}
.gls-logo{
    height: 90px; width: 153px;
}
.newsletter-interest-mobile
{
    display: none !important;  
    margin: 10px 0px;
}
.why-choose-section
{
    background:#eef4fb; padding:50px
}
.boosted-plans-section
{
    padding: 50px;
}
.img-fluid
{
    height: 250px !important;
}
@media (max-width: 768px) {
    .counter_section{
        display: none !important;
    }
    .why-choose-section
{
    background:#eef4fb; padding:20px
}
    #page-loader{
        display: none !important;
    }
    .footer-recent-posts{
        display: none !important;
    }
    .newsletter-interest-desktop
    {
        display: none !important;
    }
    .latest-ads-section
    {
        display: none !important;
    }
    .boosted-ads-section
    {
        display: none !important;
    }
    .newsletter-interest-mobile
{
    display: block !important;
    width: 68%;
    overflow: hidden;
}
    .header__top_1 {
        padding: 0px 20px 0px 20px !important;
    }
    .header__bottom_1{
        padding: 0px 20px 0px 20px !important
    }
    .header__top_1 ul{
        font-size: 11px;
    }
    .profile_drop_down
    {
        display: none;
    }
    .header__top--right{
        width: 100%;
        justify-content: space-between;
    }
    .gls-logo{
        height: 60px; width: 100px;
    }
}
/* Mobile (default) - hide all items after the first 2 */
@media only screen and (max-width: 768px) {
    .item-list .list-item:nth-child(n+3) {
        display: none;
    }
}

/* Desktop - show all items */
@media only screen and (min-width: 769px) {
    .item-list .list-item {
        display: block;
    }
}
@media (max-width: 480px) {
    .boosted-plans-section
{
    padding: 0px !important;
}
    .feature-title
{
    font-size: 14px;
}
.about__content p 
{
    font-size: 9px !important;
}
    .why-choose-section
    {
        background:#eef4fb; padding:5px
    }
    .header__top_1 {
        padding: 0px 10px 0px 10px !important;
    }
    .header__bottom_1{
        padding: 0px 10px 0px 10px !important
    }
    .profile_drop_down
    {
        display: none;
    }
    .header__top--right{
        width: 100%;
    }
    .header__top--right ul{
        width: 100%;
        justify-content: space-between;
    }
    .gls-logo{
        height: 40px; width: 80px;
    }
    .padding-top
    {
        padding-top: 30px !important;
    }
    .padding-bottom
    {
        padding-bottom: 30px !important;
    }
    .unique-pricing-plan-row {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 0px;

    }
    .unique-pricing-card-header .unique-title {
        font-size: 16px !important;
    }
    .img-fluid
{
    height: 150px !important;
}
.footer-services
{
    display: none !important;
}


}