input::placeholder{
    text-align: right;
}
.hero-section {
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-section .hero-text p{
    font-size: 1rem;
    color: white;
}
.hero-section .hero-text h1{
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: bolder;
    color:white;
}
.ScrollToLeadForm{
    border-radius: 5rem;
    color: white;
    background-color: #e14396;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 20px;
    border: 1px solid black;
}
.hero-section .hero-text a{
    position: absolute;
    bottom: 0;
    margin: 0 0 -1rem 0;
}
.hero-section .bg-photo{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 33rem;
}
.main-content{
    margin-top: 5rem;
}
.main-content .info-row h2{
    font-size: 1.9rem;
    font-weight: bold;
}
.main-content .info-row p{
    font-size: 1.3rem;
    font-weight: 500;
}
.main-content .feature-row .list{
    list-style: none;
}
.main-content .feature-row .list li{
    background-image: url('../img/list-icon.png');
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: right 10px;
    padding-right: 30px;
}
.main-content .feature-row .list li h3{
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 2rem;
}
.main-content .feature-row .list li p{
    font-weight: 600;
}
.main-content .contactus-bg{
    background-size: 100% 100%;
}
.main-content .contactus-bg .banner-section .text1{
    margin-top: 4rem;
    margin-bottom: 0;
    margin-right: 3rem;
    font-size: 2rem;
    line-height: 2rem;
    padding-top: 3rem;
    color:white
}
.main-content .contactus-bg .banner-section .text2{
    font-size: 4rem;
    line-height: 4rem;
    font-weight: bolder;
    color:white;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    margin-right: 3rem;
}
.main-content .service-row img{
    height: 7rem;
}
.main-content .service-row h4{
    font-size: 1.3rem;
    font-weight: bolder;
}
.main-content .service-row p{
    font-size: 1.1rem;
    line-height: 1.2rem;
}
.footer-section{
    background-size: 100% 100%;
}
.footer-section .LPleadForm h6{
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 0;
    margin-right: 2rem;
    font-weight: 500;
    color: white;
}
.footer-section .LPleadForm h5{
    font-size: 4rem;
    line-height: 4rem;
    margin: 0;
    margin-right: 2rem;
    font-weight: bolder;
    color: white;
}
.footer-section .LPleadForm input{
    border-radius: 2rem;
    font-size: 1rem;
}
.footer-section .LPleadForm input::placeholder{
    text-align: right;
}
@media screen and (max-width:767px){
    .hero-section .bg-photo{
        width: 100%;
        position: unset;
        left: 0;
        transform: unset;
    }
    .main-content .contactus-bg .banner-section{
        text-align: center;
    }
    .main-content .contactus-bg .banner-section .text1{
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin: 0;
    }
    .main-content .contactus-bg .banner-section .text2{
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin: 0;
    }
    .footer-section{
        background-size: cover;
        text-align: center;
    }
    .footer-section .LPleadForm h6{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .footer-section .LPleadForm h5{
        font-size: 2rem;
        line-height: 2rem;
    }
    .footer-section .LPleadForm input{
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 768px) and (max-width:1399px){
    .main-content .contactus-bg .banner-section .text1{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .main-content .contactus-bg .banner-section .text2{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .ScrollToLeadForm{
        font-size: 1rem;
    }
    .footer-section .LPleadForm h6{
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .footer-section .LPleadForm h5{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .footer-section .LPleadForm button[type=submit]{
        font-size: 0.7rem;
        padding: 0.5rem;
    }
}
a {
    transition: 0.5s all ease;
    text-decoration: none;
}
.footer-item .footer-links ul li a:hover {
    letter-spacing: 1px;
}
footer {
    background-color: #222131;
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}
.footer-item .footer-address ul {
    margin: 0;
    padding: 0;
}
.footer-item .footer-logo p {
    color: #d8d8d8;
    margin-bottom: 0;
    font-size: 15px;
}
.footer-item .footer-address ul li {
    list-style-type: none;
    display: block;
    font-size: 15px;
    color: #d8d8d8;
    margin-bottom: 10px;
}
.footer-item .footer-address ul li span {
    display: inline-block;
    color: #fff;
}
.footer-area .footer-shape {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0.2;
}
.footer-area .footer-shape img {
    height: 100%;
    z-index: -1;
}
.footer-item h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.footer-item .footer-links ul {
    margin: 0;
    padding: 0;
}
.footer-item .footer-links ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
}
.footer-item .footer-links ul li a {
    display: block;
    color: #d8d8d8;
    font-size: 15px;
}