/* ==================================================================== */

@media only screen and (max-width: 1440px) {
    .navbar-width {
        max-width: 1440px;
        width: 100%;
        margin: 0 auto;
        /* padding: 20px; */
    }

    .bannerouter {
        max-width: 1440px;
        margin: 0 auto;
        padding: 20px;
    }

    .paddingbox {
        padding: 45px 0 0 0;
    }

    .headingtext {
        text-align: center;
        font-weight: 600;
    }

    /* info box starts */
    .info-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
        max-width: 1440px;
        margin: 0 20px;
    }

    /* info box ends */
}

/* ===================================================================== */

@media only screen and (max-width: 1024px) {
    .headingtext {
        text-align: center;
        font-weight: 600;
    }

   
    .cd-currency {
        display: inline-block;
        margin-top: 10px;
        vertical-align: top;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .cd-select {
        font-size: 1rem;
    }

    /* info box starts */
    .info-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        max-width: 100%;
        margin: 0 20px;
    }

    .sectiondetails h3 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .section-row {
        padding: 30px 0;
    }

    .sectiondetails {
        margin-top: 30px;
    }

    .sectiondetails p {
        font-size: 14px;
        line-height: 30px;
        font-weight: 400;
        text-align: justify;
    }

    /* info box ends */
}

@media only screen and (max-width: 992px) {
    .navbar-width {
        max-width: 1440px;
        width: 100%;
        margin: 0 auto;
        padding:0 20px 20px;
    }
    .navbar-nav {
        gap: 5px;
        padding: 2px 0 0 0;
    }

    .info-box .info-item button {
        display: block;
        width: 100%;
        border: none;
        background-color: #2963ff;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1.5px;
        border-radius: 10px 10px 10px 10px;
        padding: 15px 35px 15px 35px;
        box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 18%);
    }

    .navbar-brand img {
        width: 120px;
        object-fit: cover;
        height: auto;
        margin-right: 0px;
    }
    
    .navbar-toggler {
        padding: 0.55rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid #000000;
        border-radius: 0.25rem;
    }

    .checkplans li a{
        background-color: transparent;
        color: #000 !important;
       padding: 0;
       font-weight: 600;
       font-size: 16px;
       border-radius: 20px;
       text-decoration: none;
       opacity: 1;
       transition: all 0.5s ease-in-out;
      }

      .checkplans li a:hover{
        color: var(--hoverblue) !important;
       }

      .navbar-nav:last-child{
        padding: 7px 0 0 0;
      }
}


@media only screen and (max-width: 767px) {
    .headingtext {
        text-align: center;
        font-weight: 600;
    }

    p {
        font-size: 14px;
        text-align: justify;
    }

    .checkplans li a {
        font-size: 13px;
    }

    .sectiondetails h3 {
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    .paddingbox {
        padding: 15px 0 0 0;
    }

    .navbar-toggler {
        padding: 0.25rem 0.55rem;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 15px;
        height: 15px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    .cd-pricing-switcher label {
        font-size: 1.2rem;
    }

    .cd-pricing-container {
        margin: 3em auto;
    }

    .sectiondetails h4 b{
        font-size: 15px;
      }

    .cd-price {
        display: flex;
        gap: 3px;
        align-items: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: var(--text);
        font-size: 13px;
        padding-bottom: 0;
        transition: 0.5s ease-in-out;
    }

    .navbar-brand img {
        width: 100px;
        object-fit: cover;
        height: auto;
        margin-right: 0px;
    }

    .fa-bars {
        font-size: 19px;
    }

    
    .cd-currency {
        display: inline-block;
        margin-top: 0;
        vertical-align: top;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .cd-pricing-header h2 {
        font-size: 14px;
    }

    .cd-pricing-list {
        margin: 3em 0 0;
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        gap: 20px;
    }

    .cd-pricing-features {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 20px;
    }

    .cd-pricing-features li {
        width: 100%;
        float: left;
        padding: 0;
        font-size: 1.4rem;
        text-align: center;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .contactus {
        box-shadow: 0px 9px 20px 0px rgb(25 4 164 / 17%);
        margin: 0 20px;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
    }

    .address {
        margin: 20px auto;
        width: 100%;
    }

    .details-item {
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 9px 20px 0px rgb(25 4 164 / 17%);
        border-radius: 10px;
        gap: 20px;
        width: 100%;
    }

    .details-inner {
        display: flex;
        flex-wrap: nowrap;
        justify-items: center;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin: 0;
    }

    .contact-details {
        margin: 6% 20px 6%;
    }

    .plan-btn a.connect-now {
        font-size: 14px;
    }

    .corporateplans .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
        white-space: nowrap;
        font-size: 15px;
      }

      .corporateplans .table td, .table th {
    
        font-size: 15px;

    }

    /* service item starts */

    .service-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 25px;
    }

    .service-item p {
        color: var(--text);
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    /* service section ends */

    /* Footer section starts */
    .navlinks {
        margin-top: 0;
        display: flex;
        justify-content: flex-start;
        gap: 25px;
        flex-wrap: wrap;
    }

    .info-box .info-item h4 {
        font-size: 20px;
        font-weight: 600;
    }

    .about-flex {
        gap: 50px;
        text-align: start;
    }

    .about-item p {
        letter-spacing: 0px;
        word-spacing: 0px;
        line-height: normal;
        text-align: justify;
    }
    
  

    /* footer section ends */
}


@media only screen and (max-width: 550px) {

    /* info box starts */
    .info-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 100%;
        margin: 0 20px;
    }

    .bannerouter img {
        width: 100%;
        height: 23vh;
        border-radius: 10px;
        background-position: center center;
        background-size: cover;
    }

    .navbar-brand img {
        width: 80px;
        object-fit: cover;
        height: auto;
        margin-right: 50px;
    }

    .headingtext {
        text-align: center;
        font-weight: 600;
    }

    .about-flex {
        gap: 15px;
        grid-template-columns: 1fr;
        text-align: start;
    }

    .about-item img{
        height: 30vh;
    }

    /* info box ends */

    /* Footer section starts */
    .navlinks {
        margin-top: 0;
        display: flex;
        justify-content: flex-start;
        gap: 25px;
        flex-wrap: wrap;
    }

    .details-inner {
        display: flex;
        flex-wrap: nowrap;
        justify-items: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin: 0;
    }

    .details-item p {
        font-size: 13px;
        margin: 0;
    }

    .contact-flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        margin-top: 30px;
    }

    .address {
        margin: 15px auto;
        width: 100%;
    }

    .details-item .icon {
        font-size: 16px;
        width: 40px;
        height: 40px;
    }

    .details-item h5 {
        font-size: 12px;
        text-transform: uppercase;
        margin: 0;
    }


    .linksitem h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .social-icon ul li a .fab {
        font-size: 16px;
        color: var(--text);
        transition: 0.5s ease-in-out;
    }

    .social-icon ul {
        list-style: none;
        display: flex;
        gap: 15px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .linksitem ul li a {
        font-size: 13px;
        color: var(--text);
        text-decoration: none;
        transition: 1s ease;
    }

    .item-link ul li a {
        font-size: 13px;
        text-decoration: none;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 8px;
    }

    .footer-bottom p {
        font-size: 10px;
        margin: 0;
        text-align: center;
        letter-spacing: 1px;
        word-spacing: 0.5px;
        color: #fff;
    }

    .cd-pricing-features {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 20px 0;
    }

    .cd-pricing-features em {
        font-size: 12px;
    }

  

    .cd-pricing-container {
        margin: 2rem auto;
    }

    .info-box .info-item h6 {
        padding-top: 20px;
        font-size: 12px;
    }

    .info-box .info-item h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .service-item p {
        color: var(--text);
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .service-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 15px;
        margin-top: 25px;
    }

    .cd-pricing-list {
        margin: 1em 0 0;
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        gap: 5px;
    }

    /* footer section ends */
}


