/*24x7 support*/

.support-container {
    width: 1200px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 150px;
    border-radius: 20px;
    border: 1px solid #0635685e;
    box-shadow: 0 0 15px #00000025;
}

.support-content {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-247 {
    display: flex;
    margin-bottom: 15px;
}

.service-247 h1 {
    font-size: 2.9rem;
    margin: 0 5px;
    text-align: left;
    color: #15358f;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.support-text h2 {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: left;
    font-weight:700 ;
    color:#1248da;
}

.support-text p {
    font-size: 1.3em;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: left;
    flex: 1;
    color: black;
}

.csc img{
    width: 400px;
    height: auto;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .support-content {
        flex-direction: row;
    }

    .csc img {
        width: 250px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .support-text {
        text-align: left;
    }
    .service-247 h1 {
        text-align: left;
    }
    .support-text h2, .support-text p{
        text-align: left;
    }
}

@media (max-width: 768px) {
    .service-247 h1 {
        font-size: 2rem;
    }

    .support-text h2 {
        font-size: 1.4rem;
    }

    .support-text p {
        font-size: 1rem;
    }
    .csc img{
        width: 200px;
    }
}

@media (max-width: 480px) {
    .service-247 h1 {
        font-size: 1.8rem;
    }

    .support-text h2 {
        font-size: 1.3rem;
    }

    .support-text p {
        font-size: 0.9rem;
    }
}

/*cards*/

.card2 {
    background-color: #f9f9f900;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1.7px solid #0635685e;
  }

  .icon {
    margin-bottom: 20px;
  }
  
  .icon img {
    width: 50px;
    height: auto;
  }
  
  .content h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  
  .content p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
  }

  .text-center2{
    text-align: center;
  }

  .fa-xl{
    margin-top: 35px;
    font-size: 60px;
  }

  /*looking for a excellent*/

  .primary-bg2{
    background: #e3e6eb;
    border: 2px solid #0635685e;
  }

  .primary-bg2 h3{
    font-size: 1.71rem;
    color: #15358f;
    font-weight: 600 !important;
    line-height: 1.25;
  }

  .primary-bg2 p{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: #15358f;
  }

  .contact-text-n h6{
    color: #15358f;
    font-size: 0.977rem;
    font-weight: 400 !important;
  }

  .contact-text-n small{
color: #1248da;
  }

  .contact-us-content1{
    max-width: 450px;
    right: -33%;
    top: 10%;
    border-radius: 20px;
    position: absolute;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  @media (max-width: 991px) { 
    .contact-us-content1 {
      max-width: 90%; 
      position: static;
      right: auto;
      top: auto;
      margin: 20px auto; 
      padding: 20px; 
    }
  
    .contact-info-list {
      padding: 0; 
    }
  
    .contact-info-list li {
      flex-direction: column; 
      align-items: flex-start; 
      text-align: left;
    }
  
    .contact-icon {
      margin-bottom: 10px;
    }
  
    .contact-text-n small {
      display: block; 
    }
  
    .social-list-default {
      justify-content: center; 
    }
  }
  
  @media (max-width: 767px) {
    .contact-us-content1 h3 {
      font-size: 1.4rem;
    }
  
    .contact-us-content1 p {
      font-size: 0.9rem;
    }
  
    .contact-text-n h6 {
      font-size: 0.8rem;
    }
  
    .contact-text-n small {
      font-size: 0.7rem;
    }
  }

  .mt-51{
    margin-top: 5px;
  }