/* Large devices, Wide screens */
@media only screen and (max-width: 2000px) {
    .right-text p {
        font-size: 16px;
        padding-right: 90px;
    }
}
@media only screen and (max-width: 1200px) {

    .right-text h2 {
        font-size: 50px;
    }
    .right-text p {
        font-size: 16px;
    }
    .header-right-img img {
        width: 50%;
    }
    .page-header {
        padding-top: 10%;
    }
}

@media only screen and (max-width: 992px) {
    .header-right-img img {
        width: 80%;
    }
    .page-header {
        padding-top: 20%;
    }
    .main-action-btn {
        margin-bottom: 10px;
    }
    .right-text p {
        font-size: 16px;
        padding-right: 0;
    }
    .guide-img img {
        width: 50%;
    }
    .g-title {
        font-size: 32px;
        font-weight: bold;
    }
    .g-text {
        font-size: 22px;
    }
    .plan-column, .plan-column.popular {
        width: 70%;
        margin-bottom: 100px;
    }
    .services_img {
        width: 80%;
    }
    .services_img_holder {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .services h1 {
        font-size: 22px;
    }
    .services p {
        font-size: 14px;
    }
    #mainNav {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        color: #fff;
        background-color: whitesmoke;
        transition: 0.3s all;
    }
}

@media only screen and (max-width: 768px) {
    .page-header {
        padding-top: 25%;
    }
    .header-right-img img {
        display: none;
    }
    .navbar-brand img {
        height: 70px;
        transition: 0.3s all;

    }
}

@media only screen and (max-width: 400px) {
    .navbar-brand img {
        height: 50px;
        transition: 0.3s all;

    }
    #brand-logo.navbarbrand-scrolled {
        height: 30px;
        transition: 0.3s all;
    }
}


@media only screen and (max-width: 320px) {
    .navbar-brand img {
        height: 50px;
        transition: 0.3s all;

    }
    #brand-logo.navbarbrand-scrolled {
        height: 30px;
        transition: 0.3s all;
    }
}