/* // Medium devices (tablets, 768px and up) */
@media (MAX-width: 768px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: inline !important;
    }

    .site-branding {
        text-align: center;
    }

    .site-header .site-branding img {
        width: 50%;
    }

    .menu-toggle {
        background-color: transparent;
        color: #FFFFFF80;
    }

    .menu-main-container {
        position: absolute;
        width: 100%;
        background-color: #000;
        z-index: 10;
    }

    #primary-menu li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-banner {
        height: 150VH;
    }

    .home-banner-text {
        margin-top: 30px;
    }

    .home-banner-text h1 {
        font-size: 46px;
        letter-spacing: 5px;
    }

    .header-images {
        margin-top: -110px;
    }

    .image-2 {
        top: 150px
    }

    .image-3 {
        top: 160px
    }

    #features {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .services-expl {
        margin-top:1%;
        padding: 15px 40px;
    }

    #featured-cards,
    #why-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-heading {
        font-size: 30px;
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .section-subheding {
        font-size: 13px;
    }

    .why-us-container {
        padding: 25px;
    }

    .underline {
        width: 100%;
    }

    .why-us-container {
        margin-top: 10px;
    }

    .why-us-second-content {
        margin-top: 10px;
    }

    .why-us-steps-content{
        padding: 15px;
    }

    .why-us-container h4,
    .why-us-container h2 {
        text-align: center;
    }
    .why-us-content{
        margin-top: 10px;
    }

    .why-us-steps-content {
        text-align: center;
        justify-content: center;
    }

    .plan-price {
        font-size: 36px !important;
    }

    .mb-70p{
        margin-bottom: 20px !important;
    }
    .plan-description {
        min-height: 180px;
      }

      .dis-contact {
        height: 210px;
      }
    .faq{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .footer-center{
        text-align: center;
        margin-top: 40px;
    }


    .footer-center img{
        width: 50% !important;
    }
    .footer-rebuild {
        font-size: 12px;
    }
    .address{
        margin-top: 10px  !important;
        margin-bottom: 10px !important;
        font-size: 12px;

    }
    .address p{
        margin-bottom: 0px;
    }

    .ctct-form{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .site-info{
        padding: 0px;
    }
    .ctct-submit{
        padding: 8px 20px !important
    }
    .header-image .image-container, .plan-container { 
        height: auto;
    }
    #exampleModal, .about-us-container {
        width: 95%;
    }

    .start-journey .subheading {
        margin-bottom: 5px;
    }


    .start-journey .header-content {
        margin-top: 20px;
    }

    .member-section{
        flex-direction: column;
    }

    .user-account-navs {
        background-color: #000;
        height: auto;
        width: 100%;
      }
}