* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none !important;
    cursor: pointer;
    letter-spacing: 0px !important;
}
button {
    background-color: transparent;
    cursor: pointer;
    letter-spacing: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
    letter-spacing: 0px !important;
}
.fa, .far, .fas{
    font-family: "Font Awesome 5 Free" !important;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
button:focus {
    outline: none !important;
}
.outside-ol {
    padding-left: 20px;
}
.text-under-line {
    text-decoration: underline !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}



/* <------------- root start -------------> */
:root {
    --Light-Blue: 214, 236, 236;
    --Light-Neutral: 252, 252, 249;
    --Navy: 6, 62, 101;
    --White: 255, 255, 255;
    --header-height: 72px;
}
/* <------------- root end -------------> */

.container{
    max-width: 1280px !important;
    padding-left: 0;
    padding-right: 0;
}

body {
    background-color: rgba(var(--Light-Neutral));
}

/* <------------- typogrpahy start -------------> */
.heading-1 {
    font-size: 56px;
    font-weight: 400;
    line-height: 120%;
    font-family: "Hedvig Letters Serif", serif;
}
.heading-2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
    font-family: "Hedvig Letters Serif", serif;
}
.heading-3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    font-family: "Hedvig Letters Serif", serif;
}
.heading-4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    font-family: "Public Sans", sans-serif;
}
.heading-5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    font-family: "Public Sans", sans-serif;
}
.Text-Medium-Bold {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
}
.Text-Medium-SemiBold {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
}
.Text-Medium-Normal {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
}
.Text-Regular-Bold {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
}
.Text-Regular-SemiBold {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
}
.Text-Regular-Normal {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
}
.Text-Small-Normal {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
}
.Text-Tiny-Normal {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
}
.Text-Tiny-Semibold {
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
}
/* <------------- typogrpahy end -------------> */

/* <------------- color/bg start -------------> */
.ligh-blue-color {
    color: rgba(var(--Light-Blue));
}
.ligh-neutral-color {
    color: rgba(var(--Light-Neutral));
}
.navy-color {
    color: rgba(var(--Navy));
}
.light-blue-bg {
    background-color: rgba(var(--Light-Blue));
}
.light-neutral-bg {
    background-color: rgba(var(--Light-Neutral));
}
.navy-bg {
    background-color: rgba(var(--Navy));
}
.navy-color-border {
    border-color: rgba(var(--Navy)) !important;
}
/* <------------- color/bg end -------------> */

/* <------------- button start -------------> */
.fill-btn:hover{
    background-color: rgba(var(--Navy)) !important;
}

.fill-btn {
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-family: "Public Sans", sans-serif;
    display: inline-block;
    letter-spacing: 0px !important;
}
.fill-1x-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 24px;
}
.fill-2x-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 8px 20px;
}
.border-btn:hover{
    background-color: transparent !important;
}
.border-btn {
    background-color: transparent;
    border: 1px solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-family: "Public Sans", sans-serif;
    display: inline-block;
    letter-spacing: 0px !important;
}
.border-1x-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 24px;
}
.border-2x-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 8px 20px;
}
.no-border-1x-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 24px;
    font-family: "Public Sans", sans-serif;
    display: inline-block;
    letter-spacing: 0px !important;
}
.no-border-2x-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 8px 20px;
    font-family: "Public Sans", sans-serif;
    display: inline-block;
    letter-spacing: 0px !important;
}
.text-link-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Public Sans", sans-serif;
    display: inline-block;
    letter-spacing: 0px !important;
}
/* <------------- button end -------------> */


/* <------------- form input wapper start -------------> */
.form-wapper, 
.form-wapper .row {
    row-gap: 24px;
}
.form-wapper input,
.form-wapper select,
.form-wapper textarea {
    padding: 12px !important;
    
    border: 1px solid rgba(var(--Navy)) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 150% !important;
    font-family: "Public Sans", sans-serif !important;
    color: rgba(0, 0, 0, 1) !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}
.form-wapper .size15{
    height: auto !important;
}
.form-wapper .bo4{
    border: none !important;
}
.form-wapper textarea{
    height: 100px !important;
}
.form-wapper textarea.bo4{
    border: 1px solid rgba(var(--Navy)) !important;
}
.form-wapper label{
    color: rgba(var(--Navy));
    margin-bottom: 6px !important;
}
.form-wapper label.radio input{
    padding: 0 !important;
    height: auto !important;
}
.modal .form-wapper .weight_div span{
    top: 22%;
}
.form-wapper .weight_div span{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    color: rgba(var(--Navy));
}
.form-wapper .txt_area_1{
    box-shadow: none !important;
}
.form-wapper .group.group_type2_1 .bar,
.form-wapper .group .bar{
    display: none;
}
.form-wapper .group {
    margin-bottom: 0;
}
.form-wapper .group label{
    position: relative;
    top: inherit;
    left: inherit;
}
.form-wapper .group_type2 .unit{
    right: 12px;
    top: 42%;
}
.form-wapper .weight_div span{
    padding: 0;
    height: auto;
    right: 12px;
    top: 30%;
}
.form-wapper .group_type2 input{
    text-align: left;
    margin-top: 6px;
}
.form-wapper .group_type2_1{
    margin-bottom: 0;
}
.form-wapper .inner-input-box input{
    border: none !important;
}
.form-wapper .date_dropdown select{
    border-right: none !important;
}
.form-wapper .date_dropdown > div:last-of-type select{
    border-right: 1px solid rgba(var(--Navy)) !important;
}
/* <------------- form input wapper end -------------> */


/* <------------- diet-rate-popup start -------------> */
.diet-rate-popup-block {
    max-width: 420px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.diet-rate-popup-block .content {
    gap: 18px;
    position: relative;
}
.diet-rate-popup-block .close-btn-bar {
    position: absolute;
    top: -5px;
    right: -15px;
}
.diet-rate-popup-block .close-btn-bar span {
    font-size: 30px;
    color: rgba(var(--White));
}
.diet-rate-popup-block {
    display: none;
}
/* <------------- diet-rate-popup end -------------> */


/* <------------- media start -------------> */
@media (max-width: 1400px) {
    .container{
        max-width: 92% !important;
    }
}

@media (max-width: 576px) {

    .form-wapper input,
    .searcharticle .bo4main .search-btn{
        height: 40px !important;
    }
    .form-wapper select{
        height: 45px !important;
    }
}
/* <------------- media end -------------> */