.top_links .float-left li a{
    color: #fff;
    background: none;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.top_links .float-left li a:hover{
    background-color: none;
}
.top_links .float-left li a svg{
    font-size: 17px;
    padding-right: 10px;
}
.top_links .float-left li{

    padding-left: 8px;
    padding-right: 8px;

}


.pricing-item .pricing-body ul{
    list-style-type: none;
}


.sub-heading-p{
    font-size: 1.3rem;
  line-height: 34px;
  letter-spacing: 0.5px;
}

.sub-heading{
    font-size: 3rem;
    padding-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.service--icon img{
    width: 120px;
    height: 120px;
}
.footer-payment-section{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-payment-section img{
    /* width: 50px;
    height: auto; */
    width: auto;
    height: 33px;   
}
.testimonial-citation{
    font-family: 'Open Sans', sans-serif;
}
.testimonials-content{
    font-size: 20px;
    line-height: 35px;
}
.hero-image-1{
    display: inline-block;
    max-width: 100%;
    margin-right: 60px;
    margin-top: 25px;
    width: 400px;
    height: 400px;
}
.hero-image-div-1{
    margin: auto;
}
.testi-a{
    color: #00b24a;
}
.testi-a:hover{
    color: #00b24a;
}
.services .icon-box{
    padding-left: 50px;
  padding-right: 50px;
}
.paragrh-align{
    text-align: right;
}
.portfolio-padding{
    padding: 10px;
}
.tick-1{
    width: 15px;
}
.content-padding{
    padding-left: 100px;
    padding-right: 100px;
}

/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
    .content-padding{
        padding-left: 0px;
        padding-right: 0px;
    }
    .hero-image-center-mobile{
        text-align: center;
    }
    #hero h2 {
        font-size: 26px;
        white-space: unset;
        text-align: center;
        padding-bottom: 0;
        letter-spacing: 1px;
        padding-top: 10px;
    }
    .hero-image-1 {
        width: 72%;
        height: auto;
        text-align: center;
        margin: auto;
    }
    #hero h5 {
        white-space: unset;
        text-align: center;
        line-height: 35px;
        letter-spacing: 1px;
    }
    #hero h3 {
        white-space: unset;
        text-align: center;
        letter-spacing: 1px;
        line-height: 30px;
    }
    .sub-heading {
        font-size: 2rem;
        padding-bottom: 20px;
        letter-spacing: 1px;
        text-align: center;
        line-height: 50px;
    }
    .sub-heading-p {
        font-size: 1rem;
        line-height: 30px;
        letter-spacing: 0.5px;
        text-align: center;
    }
    /* .info-block.info-block-second {
        background: url(../img/info-block_bg-2.jpg) 100% 50%;
        background-size: cover;
        background:linear-gradient(0deg, rgb(2 2 2 / 90%), rgb(54 46 51 / 30%)), url(../img/info-block_bg-2.jpg) 100% 50%;
    } */
    
    /* .info-block.info-block-first {
        background: url(../img/info-block_bg-1.jpg) 0 50%;
        background-size: cover;
        background:linear-gradient(0deg, rgb(2 2 2 / 90%), rgb(54 46 51 / 30%)), url(../img/info-block_bg-1.jpg) 0 50%;

    } */
    .info-block_title {
        color: #fff;
        font-family: "Oswald";
        font-size: 42px;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 20px;
        letter-spacing: 1px;
        text-align: center;
    }
    .info-block_text{
        text-align: center;
    }
    .portfolio img {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    

    #hero p {
    width: 100%;

    -webkit-animation-delay: 0.4s;

    animation-delay: 0.4s;

    color: #fff;

    font-size: 15px;

    white-space: unset;

    margin-bottom: 10px;

    }
    .footer-payment-section img {
        width: 25px;
        height: auto;
      } 

 }