@font-face {
    font-family: gess-bold;
    src: url(../fonts/GE_SS_Two_Bold.otf);
}

@font-face {
    font-family: gess-light;
    src: url(../fonts/GE_SS_Two_Light.otf);
}


.bmi-calculator{
    background-color: #2363a2;
    min-height: 100vh;
    height: 100%;
}

.lato{
    font-family: 'Lato', sans-serif;
}
.calculator-panel{
    font-family: 'Lato', sans-serif;
    padding: 28px;
    border-radius: 20px;
    max-width: 420px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    min-width: 410px !important;
}

.calculator-panel::after{
    content: "";
    background-image: url(../images/tape.jpg);
    background-size: contain;
    position: absolute;
    width: 120%;
    height: 100%;
    max-width: 578px;
    background-repeat: no-repeat;
    top: 66px;
    background-position: center;
    opacity: 10%;
    transform: rotate(58deg);
    left: -62px;
    display: none !important;
}

.calculator-panel h4{
    color: #828282 !important;
}
.calculator-panel h4 span{
    font-weight: bold;
    color: #0085FF !important;
}

.gender-form-check .btn{
    display: flex;
    height: 35px;
    border-radius: 50px;
    width: 130px;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(78, 154, 255, 0.67) !important;
    color: #8B8B8B !important;
    align-items: center;
    font-size: 14px;
}

.gender-form-check .btn-check:checked+.btn{
    background: rgba(54, 140, 255, 0.88) !important;
    box-shadow: 0px 4px 15px 0px rgba(54, 140, 255, 0.42) !important;
    color: #fff !important;
}
.gender-form-check .btn img{
    height: 28px;
    position: absolute;
    left: 14px;
    bottom: -1px;
}

.age-input{
    background: #eaf2fd;
    box-shadow: 0px 1px 4px 0px rgba(19, 90, 185, 0.24) inset;
    border-radius: 10px;
    margin-top: 28px;
}


.age-input .input-label-custom{
    background-color: #FFF;
    filter: drop-shadow(0px 1px 7px rgba(9, 69, 149, 0.00));
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: #2F89F7 !important;
    min-width: 170px;
}

.age-input .input-label-custom span{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.76);
}

.age-input input{
    font-size: 33px !important;
    font-weight: lighter !important;
    text-align: center;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.metric-selection .btn{
    width: 100px;
    border-radius: 30px;
    color: #7F7F7F !important;
    font-size: 12px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.metric-selection{
    margin: auto;
    border-radius: 27px;
    background: rgb(224 234 253);
    width: 200px;
}

.metric-selection .btn-check:checked+.btn{
    background: #368CFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 86, 255, 0.26);
    border: none !important;
    color: #fff !important;
}

.data-input-custom{
    background: #eaf2fd;
    box-shadow: 0px 1px 4px 0px rgba(19, 90, 185, 0.24) inset;
    border-radius: 10px;
    /* padding: 20px; */
    position: relative;
    /* padding-top: 35px !important; */

    padding: 10px 16px;
    padding-top: 20px !important;
}

.data-input-custom input{
    font-size: 32px !important;
    font-weight: lighter !important;
    text-align: center;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    /* height: 32px !important; */
}

.data-input-custom label{
    background-color: #2F89F7;
    position: absolute;
    top: -18px;
    left: 33%;
    padding: 7px 9px;
    border-radius: 10px;
    color: #fff !important;
    font-size: 13px;
}

.data-input-custom span{
    /* line-height: 20px !important; */
    line-height: 40px !important;
}

.btn-custom{
   background: linear-gradient(180deg, #0778CA 0%, #368CFF 100%);
   color: #fff !important;
   border-radius: 30px;
   padding: 10px 20px;
   text-transform: uppercase;
   height: 53px;
}

.calculator-panel h4,.calculator-panel div,.calculator-panel .btn-custom{
    z-index: 1;
    position: relative;
}

.links-design{
    background-color: #90a033;
    padding: 20px;
    position: relative;
}


.links-design::after{
    top: 0;
    content: "";
    width: 800px;
    height: 500px;
    position: absolute;
    background-color: #9dac4c !important;
    left: 47px;
    border-radius: 50%;
}

.links-design .container{
    max-width: 1000px !important;
}

.links-design a{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 10px !important;
    padding-right: 10px !important;
    border-right: 2px solid rgb(0, 0, 0) !important;
    color: #000 !important;
    text-decoration: none !important;
    transition: 0.3s;
}
.links-design a:hover{
    color: #fff !important;
}

.links-design a:last-child{
    padding-right: 0px !important;
    border:none !important;
}

.packages{
    padding: 3rem 10px;
}
h2{
    color: #2162a0;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.package-details{
    font-size: 34px;
    font-weight: bold;
    background: #91a23a;
    color: #ffff !important;
    padding-left: 22px !important;
    text-transform: uppercase;
    justify-content: space-between;
    border-radius: 20px;
    margin-bottom: 15px;
    align-items: center;
    border:none !important;
}

.packages-2 .package-details{
    margin-bottom: 0px !important;
}

.collapse-section{
    margin-bottom: 20px !important;
    border: 2px solid #91a23a;
    border-radius: 23px;
    overflow: hidden;
}

.price-display{
    background: #165fa2;
    padding: 17px;
    border-radius: 20px;
    width: 476px;
    text-align: center;
}

.original-price{
    position: relative;
    border-right: 2px solid #fff !important;
    padding-right: 20px;
}

.introduction-section{
   font-family: 'Poppins', sans-serif;
   font-size: 20px;
   position: relative;
}

.introduction-section::after{
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background-color: #dae5ef !important;
    right: -63px;
    border-radius: 50%;
    bottom: -91px;

}

.introduction-section b{
    color: #2162a0 !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 21px !important;
    display: block;
}

.introduction-section p{
    margin-bottom: 20px !important;
}

.introduction-section.content-2 {
    background-color: #91a23a !important;
    color: #fff !important;
}

.introduction-section.content-2 b{
    color: #000 !important;
}
.bmi-calculator::after{
    content: "";
    background-image: url(../images/banner-img.png);
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 24%;
    background-repeat: no-repeat;
    bottom: 0;
    max-width: 700px;
    background-position: bottom;
}

.packages-2 ul{
    font-size: 22px;
    text-align: left;
    /* color: #165fa2; */
    font-weight: 600;
    list-style-type: disclosure-closed;
}

.package-logo{
    max-width: 108px;
}

.ready-to-begin{
    background-image: url(../images/background.jpg);
    background-position: bottom;
    background-size: cover;
}

.introduction-section.ready-to-begin b.text-dark{
    color: #000 !important;
}

.packages-2::after{
    background-color: #fdf8ec !important;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 271px;
    border-radius: 50% !important;
}

.packages-2 .container{
    z-index: 1;
    position: relative;
}

footer{
    background-color: #2162a0 !important;
}

footer img{
    max-height: 80px;
}

.main-banner-title{
    max-width: 500px;
}

.ges{
    font-family: 'gess-bold' !important;
}
.banner-sub{
    font-family: 'gess-bold';
    font-size: 38px;
}

.sub-head-2{
    font-size: 3rem !important;
    font-family: 'Poppins', sans-serif !important;
    color: #000 !important;
}

.text-p{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.bmi-calculator .col-12{
    z-index: 1;
}
section{
    overflow: hidden !important;
}

video{
    background: black !important;
}

.original-price{
    position: relative;
}
.original-price::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    border-bottom: 3px solid red !important;
    transform: rotate(8deg);
    top: -19px;
}
.bmi-value{
    text-align: center;
    font-weight: bold;
    margin-top: -32px;
    font-size: 37px;
}
.bmi-review label{
    color: #4B4B4B !important ;
    font-weight: bold;
}
.bmi-review h4{
    text-transform: uppercase;
    font-weight: bold !important;
}

.bmi-review.normal h4{
    color: #5EAB0C !important;
}

.bmi-review.underweight h4{
    color: #00B0F0 !important;
}

.bmi-review.overweight h4{
    color: #FFC000 !important;
}

.bmi-review.obesity1 h4{
    color: #FF0000 !important;
}

.bmi-review.obesity2 h4{
    color: #CC0000 !important;
}

.bmi-review.obesity3 h4{
    color: #960000 !important;
}
.user-data-review{
    border: 1px solid rgba(21, 125, 233, 0.39);
    background: #FFF;
    border-radius: 14px;
    padding: 15px;
    font-weight: bold;
    text-align: center;
}

.user-data-review label{
    color: #4B4B4B !important;
}

.user-data-review .value{
    font-size: 27px;
    background: linear-gradient(99deg, #1980DE -20.51%, #C72A2A 129.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 35px;
}

.package-dsp{
    position: relative;
}
.package-dsp::after{
    content: "";
    background-color: #dae5ef;
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 800px;
    max-height: 800px;
    border-radius: 50%;
    right: -166px;
    bottom: 58px;
}

.package-dsp .container{
    z-index: 1;
    position: relative;
}
.content-2::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #9dac4c !important;
    max-width: 700px;
    max-height: 700px;
    bottom: -108px;
    left: -202px;
    border-radius: 50%;
}


.currency{
    font-size: 25px;
    font-weight: 600;
}
.ar .links-design a{
    font-family: 'gess-bold';
    font-size: 28px !important; 
    white-space: nowrap;
}

.ar .links-design a:last-child {
    padding-right:15px !important;
    border-right: 2px solid rgb(0, 0, 0) !important;
}
.ar .links-design a:first-child {
    padding-right:15px !important;
    border-right:none !important
}

.ar p, .ar h2,.ar b{
    text-align: right !important;
    font-family: 'gess-bold';
    line-height: 35px !important;
    unicode-bidi: embed;
    direction: rtl;
}

.ar p{
    font-family: 'gess-light' !important;
}

.calculator-panel input::-webkit-outer-spin-button,
.calculator-panel input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calculator-panel input[type=number] {
  -moz-appearance: textfield;
}

section .container{
    z-index: 1;
    position: relative;
}

.ar .text-p{
    font-family: 'Poppins', sans-serif !important;
}


.ar .package-details{
    flex-direction: row-reverse;
    padding: 0px !important;
    padding-right: 22px !important;
}

label.error {
    color: red !important;
    position: absolute;
    bottom: -50px !important;
    top: auto !important;
    font-size: 13px !important;
    left: calc(50% - 35px) !important;
    background-color: #ffffff00;
}

.age-input .error {
    bottom: -21px !important;
    /* left: calc(100% - 104px) !important; */
}

.list-display-sty{
    display: flex;
    justify-content: space-between;
}

.price-desc{
    display: flex;
    position: relative;
    margin-left: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.price-desc .free-label{
    margin-left: 10px;
    border-left: 2px solid #000 !important;
    padding-left: 10px;
    width: 65px;
    padding-bottom: 12px;
}
.price-desc div:first-child{
    position: relative;
}
.price-desc div:first-child::before{
    content: "";
    position: absolute;
    width: calc(100% - 1px);
    height: 100%;
    position: absolute;
    border-top: 1px solid red !important;
    top: 17px;
    left: -4px;
    transform: rotate(12deg);
}
.price-desc div:first-child::after{
    content: "";
    position: absolute;
    width: calc(100% - 1px);
    height: 100%;
    position: absolute;
    border-top: 1px solid red !important;
    top: 17px;
    left: 5px;
    transform: rotate(347deg);
}
.package-dsp .package-details{
    background: #165fa2 !important;
}
.package-dsp .price-display{
    background: #91a23a !important;
}
.package-ctgz{
    border: 1px solid #000;
    border-radius: 25px 25px 0px 0px;
    margin-top: 20px;
}
.packages .package-logo{
    margin: 6px !important;
}

.ar .ready-to-begin a{
    font-family: 'Lato';
}

.ar .packages-2 ul{
    list-style-type: none !important;
    padding-left: 0px !important;
    padding-right: 20px !important;
    text-align: right !important;
}

.ar .list-display-sty{
    flex-direction: row-reverse;
}

.ar .packages-2 ul li{
    position: relative;
}

.ready-to-begin::after{
    display: none !important;
}

.ar .price-desc{
    justify-content: end;
}
.ar .packages-2 ul li::after{
    content: "";
    background-image: url(../images/arrow.png);
    position: absolute;
    width: 20px;
    height: 14px;
    right: -32px;
    top: 17px;
    filter: brightness(0.1);
    background-repeat: no-repeat;
    transform: rotate(83deg);
    background-size: contain;
}
.lang-opt{
    text-align: right;
    margin-bottom: 18px;
    color: #fff !important;
    position: relative;
    z-index: 1;
    position: absolute;
    right: 35px;
    top: 14px;
}
.lang-opt a{
    color: #c3d6e8 !important;
    text-decoration: none !important;
    font-family: 'Poppins';
}
.lang-opt a.active{
    text-shadow: 0px 0px 8px #58acff;
    color: #fff !important;
}
.ar .introduction-section.ready-to-begin b:first-child{
    color: #000000 !important;
    font-size: 30px !important;
}
.custom-input input{
    background: #ecf6ff !important;
    box-shadow: 0px 1px 4px 0px rgba(19, 90, 185, 0.24) inset !important;
    transition: 0.3s;
    border: none !important;
    font-size: 13px;
    padding: 11px 13px;
    font-family: "Poppins";
    padding-top: 31px !important;
}

.custom-input label{
    background: #368cff;
    color: #fff;
    padding: 7px 15px;
    position: absolute;
    font-size: 10px;
    border-radius: 7px;
    letter-spacing: 1px;
    top: -11px;
    left: 0;


    /* color: #4e9aff;
    font-size: 14px;
    border-radius: 7px;
    letter-spacing: 1px; */
}

.custom-input .error{
    top: -2px !important;
    bottom: auto !important;
    right: -4px !important;
    left: auto !important;
    background: none !important;
    font-size: 12px !important;
    letter-spacing: 0px !important;
}

.data-input-custom .error{
    bottom: -37px !important;
    width: 100% !important;
    text-align: center !important;
    left: 0px !important;
}

@media only screen and (min-width:1181px){
    .banner-logo{
        margin-left: 25px !important;
        max-width: 200px !important;
    }
}

@media only screen and (max-width: 1180px) {
    .bmi-calculator::after{
    content: "";
    background-image: none !important;
    background-size: contain;
    position: absolute;
    width: 500px;
    height: 500px;
    left: -115px;
    background-repeat: no-repeat;
    bottom: 0;
    max-width: 700px;
    background-position: bottom;
    background: #4279ae;
    border-radius: 79%;
    top: -46px;
    }
    .main-banner-title{
        max-width: 300px;
    }
    .package-details {
        font-size: 19px;
    }
    .currency {
        font-size: 14px !important;
    }
    .banner-logo{
        max-width: 200px;
        margin-bottom: 30px !important;
    }
    .bmi-calculator{
        min-height: auto !important;
    }
    .original-price::after {
        width: calc(100% - 44px) !important;
        left: 0px;
        border-bottom: 2px solid red !important;
        top: -10px;
    }
}
@media only screen and (max-width: 991px) {
    .package-details{
        display: block !important;
        padding: 10px !important;
        text-align: center;
    }
    .ar .package-details{
        padding: 10px !important;
    }

    .price-display{
        width: 100%;
        margin-top: 15px;
    }
    .bmi-calculator{
        padding:10px 10px 35px 10px !important;
    }
    .packages-2 ul {
        font-size: 14px !important;
    }
    .ar .packages-2 ul li::after {
        width: 11px;
        height: 14px;
        right: -27px;
        top: 6px !important;
    }

    .ar .bmi-calculator p,.ar .bmi-calculator .sub-head-2{
        text-align: center !important;
    }
}

@media only screen and (min-width: 576px) {
    
    .ar .price-desc div:first-child{
        width: 90px;
    }
}


@media only screen and (max-width: 575px) {
    .age-input .input-label-custom{
        min-width: 120px !important;
    }
    .calculator-panel{
        min-width: 100% !important;
    }
    .data-input-custom label {
        left: 19px !important;
    }
    .data-input-custom .error{
        left: 0px !important;
    }
    .data-input-custom{
        margin-bottom: 50px !important;
    }
    .gender-form-check .btn{
        font-size: 13px;
        height: 30px;
    }
    .gender-form-check .btn img {
        height: 24px;
        left: 10px;
        bottom: -1px;
    }
    .list-display-sty{
        display: block;
        margin-bottom: 20px;
    }
    .price-desc .free-label{
        padding-bottom: 0px !important;
    }

    .package-dsp h5, .packages-2 h5{
        font-size: 12px !important;
        margin: 0px 10px;
        text-align: center !important;
    }

    p{
        font-size: 16px;
    }
    .package-logo {
        max-width: 44px;
    }
    .price-desc div:first-child::after,.price-desc div:first-child::before{
        top: 12px !important;
    }
    .ar .links-design .cust-d1 a{
        display: block;
        border: none !important;
    }
    .custom-input .error{
        position: inherit !important;
        left: 0 !important;
        padding-left: 0px !important;
    }
}

