body {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 16px;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Inter', sans-serif; */
    position: relative;
}

@media only screen and (max-width: 1399px) {
    body {
        font-size: 16px; 
    }
}

@media only screen and (max-width: 1199px) {
    body {
        font-size: 15px; 
    }
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 14px; 
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 13px; 
    }
}

@media only screen and (max-width: 575px) {
    body {
        font-size: 12px; 
    }
}

p,
.p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1399px) {
    p,
    .p {
        font-size: 16px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 1199px) {
    p,
    .p {
        font-size: 15px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 991px) {
    p,
    .p {
        font-size: 14px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 767px) {
    p,
    .p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 575px) {
    p,
    .p {
        font-size: 12px;
        line-height: 21px;
    }
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding {
        padding-top: 38px;
        padding-bottom: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 42px;
        padding-bottom: 42px;
    }
}

@media only screen and (max-width: 575px) {
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .section-padding {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

h1,
.h1 {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 1399px) {
    h1,
    .h1 {
        font-size: 48px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 42px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 36px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 575px) {
    h1,
    .h1 {
        font-size: 27px;
        line-height: 36px;
    }
}

h2,
.h2 {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 54px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 1399px) {
    h2,
    .h2 {
        font-size: 40px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 1199px) {
    h2,
    .h2 {
        font-size: 36px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 991px) {
    h2,
    .h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 27px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 575px) {
    h2,
    .h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

h3,
.h3 {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 1399px) {
    h3,
    .h3 {
        font-size: 36px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 1199px) {
    h3,
    .h3 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 991px) {
    h3,
    .h3 {
        font-size: 27px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 767px) {
    h3,
    .h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 575px) {
    h3,
    .h3 {
        font-size: 21px;
        line-height: 27px;
    }
}

h4,
.h4 {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 1399px) {
    h4,
    .h4 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 1199px) {
    h4,
    .h4 {
        font-size: 27px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 991px) {
    h4,
    .h4 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    h4,
    .h4 {
        font-size: 21px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 575px) {
    h4,
    .h4 {
        font-size: 18px;
        line-height: 24px;
    }
}

h5,
.h5 {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 1399px) {
    h5,
    .h5 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    h5,
    .h5 {
        font-size: 19px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 991px) {
    h5,
    .h5 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 767px) {
    h5,
    .h5 {
        font-size: 17px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 575px) {
    h5,
    .h5 {
        font-size: 16px;
        line-height: 20px;
    }
}

h6,
.h6 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 1399px) {
    h6,
    .h6 {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    h6,
    .h6 {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 991px) {
    h6,
    .h6 {
        font-size: 17px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 767px) {
    h6,
    .h6 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 575px) {
    h6,
    .h6 {
        font-size: 15px;
        line-height: 21px;
    }
}

.btn {
    background: #FFFFFF;
    color: #000000;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 14px 15px;
    min-width: 120px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
}

.btn:hover {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000;
}

.btn-sm {
    min-width: 140px;
}

.btn-md {
    min-width: 160px;
}

.btn-lg {
    min-width: 180px;
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
        line-height: 18px;
    }
}

.form-control {
    background: #ffffff;
    font-size: 16px;
    line-height: 36px;
    width: 100%;
    display: inline-block;
    border: 1px solid #434343;
    color: #434343;
    padding: 6px 15px;
    height: 54px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.form-control:focus {
    color: #434343;
    border-color: #434343;
    background-color: transparent;
    box-shadow: none;
}

@media only screen and (max-width: 1399px) {
    .form-control {
        font-size: 16px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 1199px) {
    .form-control {
        font-size: 15px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .form-control {
        font-size: 14px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .form-control {
        font-size: 13px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .form-control {
        font-size: 12px;
        line-height: 21px;
    }
}

.link-text {
    color: #8f8f8f;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
    font-weight: 600;
}

.link-text:hover {
    color: #434343;
    text-decoration: underline;
}

@media only screen and (max-width: 1399px) {
    .link-text {
        font-size: 16px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 1199px) {
    .link-text {
        font-size: 15px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .link-text {
        font-size: 14px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .link-text {
        font-size: 13px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .link-text {
        font-size: 12px;
        line-height: 21px;
    }
}
