body {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    font-weight: unset
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 30px;
    color: #172251;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    margin-top: 30px;
    text-align: left;
    line-height: 50px;
}

h3 {
    font-size: 25px;
    color: #172251;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    margin-top: 30px;
    text-align: left;
    line-height: 50px;
}

h4 {
    font-size: 20px;
    color: #172251;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    margin-top: 30px;
    text-align: left;
    line-height: 50px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    margin: 0;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    -webkit-tap-highlight-color: transparent
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    color: unset;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

html {
    scroll-behavior: smooth;
}


.lock-scroll {
    height: 100vh;
    overflow-y: hidden;
}

.dispnon {
    display: none
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}