@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
25*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
.f-light {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}
.f-regular {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.f-medium {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.f-semibold {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.f-bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

body a:hover {
    text-decoration: none;
    color: #fff;
}
body li {
    list-style: none;
}
.f-light {
    font-weight: 200;
}
.f-regular {
    font-weight: 300;
}
.f-medium {
    font-weight: 400;
}
.f-semibold {
    font-weight: 500;
}
.f-bold {
    font-weight: 600;
}
.f-Extrabold {
    font-weight: 700;
}
.f-black {
    font-weight: 800;
} 
a {
    text-decoration: none;
}
button:focus {
    outline: 0;
    box-shadow: none;
}
.new-policy {
    padding: 4vw 0;
}
.new-policy h4{
    margin-top: 3vw;
}
.new-policy  h6 {
    /* padding-left: 2px; */
   
    margin-bottom: 12px;
    font-size: 1.058vw;
    line-height: 1.455vw;
}
section.common-page p {
    color: #adadad;
    font-size: 18px;
}
.common-page.refund ul li {
    list-style-type: disc !important;
}
.common-page ul li {
    font-size: 1.058vw;
    line-height: 1.455vw;
    color: #AAAAAA;
    margin-bottom: 15px;
    list-style-type: auto;
}

@media(max-width: 992px) {
.common-page h4 {
    font-size: 21px;
}
.common-page ul li {
        font-size: 17px;
        line-height: 20px;
    }
.new-policy h6{
    font-size: 18px;
}
.new-policy {
    padding: 40px 0px;
}
.new-policy h4 {
    margin-top: 10vw;
}
}