@media screen and (max-width: 600px) {
.page-title{
    background-size: cover;
    padding: 30px 0;
}
.thank-you-wrapper{
    padding: 0rem;
}
.page-title h1{
    font-size: 22px;
    margin-bottom: 5px;
}
 .page-title p{
    font-size: 13px;
    margin-bottom: 6px;
 }
 .page-title .breadcrumbs ol{
    padding-bottom: 0px;
 }
 .page-title .breadcrumbs ol li+li {
    padding-left: 10px;
    font-size: 13px;
}
 .page-title .breadcrumbs ol li a {
    padding-left: 10px;
    font-size: 13px;
}
.thank-you-box p {
    font-size: 14px;
    margin-bottom: 30px;
    color: #333;
}
.thank-you-box{
  padding: 15px 15px
}
.client-slider-main{
    padding: 20px 30px;
}
.footer .footer-newsletter .footer-newsletter-main {
    padding: 50px 18px;
    background-color: #02C0A6;
    border-radius: 20px;
    position: relative;
    top: -70px;
    padding-bottom: 20px;
}
.footer .footer-newsletter h4 {
   font-size: 25px;
   margin-top: 10px;
}
.footer-newsletter-main p {
   font-size: 14px;
}
.footer-about{
  margin-top: 0px;
}
.clients{
    padding-top: 0px!important;
}
.footer .copyright{
    justify-content: center !important;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.footer .footer-links {
    margin-bottom: 0px;
}
.side-manubar{
    display: none;
}
section, .section{
    padding: 20px 0;
}
.how-we-work .procedure-box h5 {
    font-weight: 600;
    margin-top: 1px;
    margin-bottom: 5px;
    font-size: 22px;
}
.how-we-work .procedure-box p{
    margin-bottom: 0px;
}
.how-we-work .procedure-box{
  padding: 15px 15px;
}
.security-service-section .card-title{
    font-size: 22px;
}
.card-text{
    font-size: 14px;
}
.text-muted{
    font-size: 14px;
}
.who-we-are .stat-number{
    font-size: 22px;
    
}
.who-we-are .stat-label{
    font-size: 13px;
    margin-bottom: 10px;
}
.who-we-are .feature-item{
    font-size: 14px;
}
.Trust-Us-Now.mobile-view-update{
  padding: 0px 15px;
}
.mobile-view-update{
    padding: 0px 15px;
}
.testimonial-section {
    padding: 25px 0;
 }
 .testimonial-section .testimonial-content {
    margin-bottom: 15px;
 }
 .testimonial-section .testimonial-text {
    font-size: 14px!important;
    line-height: normal;
    margin-bottom: 15px;
}
.testimonial-section .swiper-slide {
    background: #fff;
    padding: 10px;
}
.testimonial-section .section-heading{
    font-size: 30px!important;
    margin-bottom: 0px!important;
}
.contact .info-item {
    background-color: var(--surface-color);
    padding: 15px 15px 15px 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.hero .carousel {
    width: 100%;
    min-height: 40vh;
}
.hero .featured-item {
    padding: 15px 15px;
}
.hero .featured-item h4 {
    font-size: 22px;
}
.hero .featured-item .icon i {
    font-size: 21px;
    transition: ease-in-out 0.3s;
}
.hero .featured-item .icon {
    margin-top: 0px;
}
.hero .featured-item p {
    line-height: normal;
    font-size: 14px;
}
.hero .featured{
    padding-bottom: 0px;
}
}

@media screen and (max-width: 900px) {
  .side-manubar{
    display: none;
}
.Trust-Us-Now.mobile-view-update{
  padding: 0px 15px;
}
 .testimonial-section .testimonial-content {
    margin-bottom: 15px;
 }
  .testimonial-section {
        padding: 25px 0;
  }
.team .team-member{
    padding: 15px 15px;
}
.team .team-member .pic {
    width: 80px;
}
.team .team-member .member-info {
 padding: 15px 0 0 0;
 text-align: center;
}
.contact .info-item {
    background-color: var(--surface-color);
    padding: 15px 15px 15px 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.hero{
  padding-top: 0px!important;
}
.hero .carousel-item p {
    animation: fadeInDown 1s both 0.2s;
    font-size: 15px;
    color: var(--contrast-color);
}
.hero .carousel-item h2 {
    margin-bottom: 10px;
    font-size: 25px;
}
}

@media only screen and  (min-width: 901px) and (max-width: 1200px) {
  
}


@media only screen and  (min-width: 1201px) and (max-width: 1550px) {
  section, .section{
    padding: 30px 0;
  }
  .footer .footer-newsletter .footer-newsletter-main{
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 1551px) and (max-width: 1750px) {
  
}