body,html{
    overflow-x: hidden;
}
a {
    text-decoration: none !important;
    color: #000;
}
ul li {
    list-style: none;
}
.landing-txt{
    margin-top: 13%;
}
.contactus-cover{
    border-radius: 10px;
    background-color: #18409A;
    color: #ffffff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
 img {
    border-radius: 10px;
}
.btn-request-modal {
    width: 22%;
    background-color: #ffffff !important;
    color:  #18409A !important;
    transition: all 0.5s ease-in-out;
    font-weight: 600 !important;
    position: relative;
}
.btn-request-modal:hover{
    animation: swing 2s;
}
.counseling a{
    color: #fff !important;
}
.counseling{
    overflow: hidden;
    position: relative;
    background-color: #18409A !important;
    z-index: 1;
}
.counseling::before {
    position: absolute;
    content: "";
    display: inline-block;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transform: translateY(105%);
    z-index: -1;
    border-radius: 5px;
    transition: transform ease 0.5s;
    color: #FFFFFF !important;
    opacity: 0.3;
}
.counseling:hover::before {
    transform: translateY(0%);
    color: #FFFFFF !important;
    opacity: 0.3;
}
.services  li {
    padding: 3% 1%;
    background-color: #18409A;
    color: #fff;
    margin: 2% 0;
    text-align: center;
    border-radius: 15px;
}
.product {
    padding: 2% 0;
    justify-content: center;
    justify-items: center;
}

.product .card {
    width: 100% !important;
}
.btn-request-modal{
   margin-right: 3%;
}
@media (max-width:  767.98px) { 
    .card-contact-fast{
        display: flex;
        flex-direction: column !important;
    }
    .btn-request-modal{
        margin-top: 3%;
        margin-right: 0;
        width: 100%;
    }
    .form-control{
        width: 100%;
    }
 }

 @media (max-width:   992px) {
    .btn-request-modal {
        width: 100%;
    }
  }
    
 
