/* @media only screen and  (max-width: 1200px) {  } */

@media only screen and (max-width:1160px)   {  }

@media only screen and (max-width:991px){
  /*RESPONSIVE NAVIGATION*/
  .mobile-menu{
    display: block;
  }
  /*RESPONSIVE NAVIGATION*/
}

@media only screen and  (max-width: 768px)  {
    
    .man-top {
    /* background-color: #ececec; */
    padding: 35px 0px 0px 0px;
    position: absolute;
    width: 100%;
}
.services {
    background-image: url(../images/Desktop\ -\ 11.png);
    background-repeat: no-repeat;
    background-position: 145% 100%;
    background-size: contain;
    padding: 0px 0px 70px 0px;
    background-color: #e9f2f9;
}
.services-content {
    padding: 60px 0px 0px 0px;
    width: 150%;
    position: relative;
    top: 80px;
}
.services-content h2 {
    font-size: 43px;
    text-transform: capitalize;
    color: #146da8;
    /* margin-top: 44px; */
    padding-top: 65px;
    font-weight: 700;
    line-height: 52px;
}
.services-content p {
    color: #146da8;
    font-weight: 700;
    font-size: 16px;
    margin-top: 12px;
    width: 75%;
    line-height: 21px;
    margin-bottom: 20px;
}
.services-img {
    position: relative;
    top: 197px;
}
}

@media only screen and  (max-width: 576px)  { 
    
    .man-top {
    /* background-color: #ececec; */
    padding: 25px 0px 0px 0px;
    position: absolute;
    width: 100%;
}
.blt-logo img {
    width: 40%;
}
.amazon-logo img {
    width: 80%;
}
.services {
    background-image: url(../images/Desktop\ -\ 11.png);
    background-repeat: no-repeat;
    background-position: -16% 0%;
    background-size: auto;
    padding: 0px 0px 198px 0px;
    background-color: #e9f2f9;
    /* padding: 0px; */
    /* position: absolute; */
    /* top: -27px; */
}
.services-content {
    padding: 0px 0px 0px 0px;
    width: 100%;
    position: relative;
    top: 209px;
}
.services-img {
    position: relative;
    top: 197px;
}
.services-content h2 {
    font-size: 31px;
    text-transform: capitalize;
    color: #146da8;
    /* margin-top: 44px; */
    padding-top: 65px;
    font-weight: 700;
    line-height: 52px;
}
.services-content p {
    color: #146da8;
    font-weight: 700;
    font-size: 16px;
    margin-top: 12px;
    width: 100%;
    line-height: 21px;
    margin-bottom: 20px;
}
.footer-pic {
    display: flex;
    justify-content: start;
    padding: 0px 0px 0px 0px;

}

@media only screen and  (max-width: 375px)  {
    .services-content h2 {
    font-size: 28px;
    text-transform: capitalize;
    color: #146da8;
    /* margin-top: 44px; */
    padding-top: 65px;
    font-weight: 700;
    line-height: 52px;
}
    .footer-pic {
    display: flex;
    justify-content: start;
    padding: 0px 0px 0px 0px;
}
}

@media only screen and  (max-width: 375px)  {
    .services-content h2 {
    font-size: 24px;
    text-transform: capitalize;
    color: #146da8;
    /* margin-top: 44px; */
    padding-top: 65px;
    font-weight: 700;
    line-height: 52px;
}
}