/* Large devices (desktops) */

@media (max-width: 1024px) {}


/* Medium devices (landscape phones, 576px and up) */

@media (max-width: 768px) {

     
    .col-lg-3.col-3.smWidth-left.col__logo {
        margin-right: 45%;
    }
     .not__show{
        display: none !important;
      }

      .not__show .wrap{
        display: none !important;
      }

     .display__none__768{
         display: none;
     }
     .show__768{
         display: block !important;
     }

     .adersslastbox {
        padding-left: 0px;
        position: relative;
    }

    .logo__top {
        overflow: hidden;
        margin-top: 9px;
        width: 350px;
    }

    i.fas.fa-bars {
        color: black;
        padding-top: 5px;
        }
    .logo__area {
        float: left;
        width: 20%;
        padding-left: 0px;
        padding-top: 5px;
    }
    .text__area {
        padding-top: 10px;
        float: left;
        width: 60%;
    }
    .text__area h2 {
        font-size: 21px;
        letter-spacing: 1px;
        line-height: 22px;
        padding-top: 0px
    }
    .text__area h4 {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 24px;
    }
    .left-side {
        width: 39%;
        float: left;
    }
  
  .unit__card h2 {
      font-size: 1.5rem;
      padding-top: 20px;
      font-weight: 300;
      margin-bottom: 18px;
  }
  
  .state__card {
      text-align: center;
      height: 200px;
      width: 100%;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: .25rem;
      transition: all .4s ease-in-out;
      margin-bottom: 25px;
  }
  
  .strngeBack {
      box-shadow: -7px 16px 23px -10px rgba(0,0,0,0.3);
      height: 70px;
      position: relative;
      margin-bottom: 40px;
  }
  .footer {
      padding-top: 20px;
      color: white;
      background: #312787;
      padding-left: 10px;
  }
  .pb {
    padding-bottom: 30px;
    }
    .quality__blue {
        background: #3359A6;
        height: 92%;
        position: relative;
        padding-top: 420px;
    }

  /*  End of Index Page */

/* Contact Us Starts */
.footer-social h2::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 0px;
    top: 148px;
    left: 85px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
/* Contact Us Ends */

}


/*  small devices (portrait phones, less than 576px) */

@media (max-width: 425px) {

    .not__show{
        display: none !important;
      }
  
  .col-lg-3.col-3.smWidth-left.col__logo {
      max-width: 100% !important;
      flex: 0 0 100%;
  }
  
  .logo__area {
      float: left;
      width: 23%;
      padding-left: 12px;
      padding-top: 5px;
  }
  
  i.fas.fa-bars {
  color: black;
  padding-top: 5px;
  }
  
  
  .unit__card h2 {
      font-size: 1.5rem;
      padding-top: 20px;
      font-weight: 300;
      margin-bottom: 18px;
  }
  
  .state__card {
      text-align: center;
      height: 200px;
      width: 100%;
      background-clip: border-box;
      border: 1px solid rgba(0,0,0,.125);
      border-radius: .25rem;
      transition: all .4s ease-in-out;
      margin-bottom: 25px;
  }
  
  .strngeBack {
      box-shadow: -7px 16px 23px -10px rgba(0,0,0,0.3);
      height: 70px;
      position: relative;
      margin-bottom: 40px;
  }
  .footer {
      padding-top: 20px;
      color: white;
      background: #312787;
      padding-left: 10px;
  }
  .pb {
    padding-bottom: 30px;
    }
    .quality__blue {
        background: #3359A6;
        height: 92%;
        position: relative;
        padding-top: 420px;
    }

  /*  End of Index Page */

 
/* Contact Us Starts */
.footer-social h2::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 0px;
    top: 148px;
    left: 85px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
/* Contact Us Ends */


}

/* extra small */
@media (max-width: 375px) {
  .not__show{
    display: none !important;
  }
  
 .col-lg-3.col-3.smWidth-left.col__logo {
    max-width: 100% !important;
    flex: 0 0 100%;
}
.logo__area {
    float: left;
    width: 23%;
    padding-left: 12px;
    padding-top: 5px;
}
i.fas.fa-bars {
color: black;
padding-top: 5px;
}

.unit__card h2 {
    font-size: 1.5rem;
    padding-top: 20px;
    font-weight: 300;
    margin-bottom: 18px;
}
.state__card {
    text-align: center;
    height: 200px;
    width: 100%;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    transition: all .4s ease-in-out;
    margin-bottom: 25px;
}
.strngeBack {
    box-shadow: -7px 16px 23px -10px rgba(0,0,0,0.3);
    height: 70px;
    position: relative;
    margin-bottom: 40px;
}
.footer {
    padding-top: 20px;
    color: white;
    background: #ff7f0f;
    padding-left: 10px;
}
.pb {
    padding-bottom: 30px;
    /* margin-bottom: 60px; */
}
.quality__blue {
    background: #3359A6;
    height: 92%;
    position: relative;
    padding-top: 420px;
}
/*  End Of Index Page */

/* Contact Us Starts */
.footer-social h2::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 0px;
    top: 148px;
    left: 85px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
/* Contact Us Ends */

}