input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px 	#f8f8ff inset !important;
}

input:focus {
    box-shadow: 0 0.25rem 0.3125rem rgba(47, 52, 58, 0.15) !important;
}

.header-font-2 {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

button {
    border-radius: 10rem !important;
    padding-right: 3rem!important;
    padding-left: 3rem!important;
}

button:hover {
    background-color: var(--main-color);
    box-shadow: 0 1rem 3rem rgba(black, .175);;
}

.mrp-price {
    font-family: "Raleway", sans-serif;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--main-color);
}
.mrp-price span {
    font-size: 1rem;
    line-height: 0.7;
    font-weight: 700;
}

.footer-adjuster {
    margin-top: 10rem;
}

.form-width {
    width: 40%;        
}

.logo-width {
    width: 12rem;
}

.margin-mobile iframe {
    border-radius: 1rem;
}

.form-bg-color {
    background-color: var(--main-color);
}

.custom-font {
    font-family: "Segoe UI Webfont","Helvetica Neue","Lucida Grande","Roboto","Ebrima","Nirmala UI","Gadugi","Segoe Xbox Symbol","Segoe UI Symbol","Meiryo UI","Khmer UI","Tunga","Lao UI","Raavi","Iskoola Pota","Latha","Leelawadee","Microsoft YaHei UI","Microsoft JhengHei UI","Malgun Gothic","Estrangelo Edessa","Microsoft Himalaya","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Yi Baiti","Mongolian Baiti","MV Boli","Myanmar Text","Cambria Math";
}

@media screen and (max-width: 425px) {
    .footer-adjuster {
        margin-top: 20rem;
    }
    .form-width {
        width: 100% !important;        
    }
    .margin-mobile {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .logo-width {
        width: 10rem;
    }
}

@media screen and (max-width: 768px) {
    .form-width {
        width: 75%;        
    }
}

@media screen and (max-width: 1024px) {
    .margin-mobile {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .form-width {
        width: 70%;        
    }
    
    .section-title h2::before {
        display: none;
    } 
    
    .section-title h2::after {
        display: block;
        width: 70%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}