@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400&display=swap');
body{
    font-family: var(--myriad-pro);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 400;
}
html {
    scroll-behavior: smooth;
}
.pushwrap {
    overflow: hidden;
}
img {
    max-width: 100%;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.p_50_l_r{
    padding-left: 50px;
    padding-right: 50px;
}


.top_bar{
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer_6 h3:after {
    background: #021B79;
}
.footer_6 ul li a:hover{
    color: #021B79;
}

html .scroll-to-top{
    background: #021B79 !important;
}
.brands h1 span
{
    color: #021B79;
}
.shopUs h1 {
    color: #021B79;
}
.green_testimonials h1 span
{
    color: #021B79;
}
.blog_grids h1 span
{
    color: #021B79;
}
.blog_body h3
{
    color: #021B79;
}
.starChecked {
  color: #021B79;
}