 /*RESET*/
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body{
font-family: 'Roboto';
}

/*GENERAL STYLES*/
.max-width{
max-width: 1000px;
}
.wrapper{
width: 100%;
margin: 0 auto;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}

/*HEADER*/
.header-top{
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 0;
height: auto;
width: 100%;
border-bottom: 1px solid #E6E6E6;
background: #FFF;
}
.header-top .header-top-left{
display: flex;
align-items: center;
/* column-gap: 16px; */
position: relative;
}
.header-langtext{
display: flex;
column-gap: 5px;
color: #888;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 128.5%; /* 17.99px */
letter-spacing: 0.14px;
float:left;
position:relative;
z-index:1;
padding-right: 16px;
}
.header-langtext::after{
position: absolute;
right: 0;
width: 0.8px;
height: 20px;
background: #ECEAEB;
content: "";
top: 0px;
}
.header-langtext span:hover{
cursor: pointer;
}
.header-langtext span:nth-child(2){
width: 12px;
height: 6px;
flex-shrink: 0;
text-align: center;

}
.header-top .header-lang{
display: flex;
align-items: center;
/* width: 150px;
margin-right: 8px; */
}


.header-lang{
float:left;
position:relative;
margin:0;
/* width:150px; */
z-index:1}

.header-langsel{
position:absolute;
right:-1px;
top:0;
display:none;
background:0 0;
min-width:140px;
z-index:2;
border:1px solid #ececec;
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
border: 0 none;
border-top: 1px solid #6E3192;
top: 20px;
left: 0;

}

.header-langsel ul{background:#fff}

.header-langsel ul li{
border-bottom:0;
line-height:1.3em;
margin:0;
padding:6px 10px;
transition:padding .6s ease}

.header-langsel ul li a{display:block;font-size:14px;color:#888}

.header-langsel ul li a:hover{color:#6E3192}

.header-langsel ul li.selected a{font-weight:700}

.header-lang:hover .header-langsel{display:block;
}
.header-langsel ul li {border-bottom: 0 none;}

.header-top .header-top-left .header-date-time{
display: flex;
align-items: center;
column-gap: 50px;
position: relative;
padding: 0 16px;

}
.header-top .header-top-left .header-date-time::after{
position: absolute;
right: 0;
width: 0.8px;
height: 20px;
background: #ECEAEB;
content: "";
top: 0px
}

.header-top .header-top-left .header-date-time .header-date, .header-top .header-top-left .header-date-time .header-time{
color: #888;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 128.5%; /* 17.99px */
letter-spacing: 0.14px;
}
.header-top .header-top-left .header-highlight{
padding: 0 16px;
}
.header-top .header-top-left .header-highlight span:nth-child(2){
color: #645F5F;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-left: 10px;

}

.header-top .header-top-right a{
padding: 0 10px;
}
.header-top .header-top-right a:nth-child(4){
padding-right: 0;
}
/*MENU*/

.menu{
display: flex;
align-items: center;
/* justify-content: space-between; */
column-gap: 35px;
padding: 15px 10px;
width: 100%;
background: #FFF;
border-bottom: 0.8px solid #DEDEDE; 
flex-wrap: wrap;
}

.menu .logo{
width: 93px;
height: 28px;
flex-shrink: 0;

}
.menu .logo img{
width: 100%;
}
/* .menu nav{
max-width: 822px;
width: 100%;
} */
.menu nav ul{
display: flex;
align-items: center;
justify-content: space-between;
column-gap: 42px;
flex-wrap: wrap;

}
.menu nav ul li{
position: relative;
text-align: center;
}
.menu nav ul li a{
color: #645F5F; 
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.menu nav ul li:hover::after{
content: "";
position: absolute;
right: 0;
height: 2.8px; 
top: 36px;
min-width: 20px;
width: 100%;
background: #6E3192;
border-radius: 3px;
} 
.menu nav ul li .active{
color: #131313;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal; 
}
.menu nav ul li .active::after{
content: "";
position: absolute;
right: 0;
height: 2.8px; 
top: 36px;
min-width: 20px;
width: 100%;
background: #6E3192;
border-radius: 3px;

}   

/*THREE DOTS*/

.menu nav ul li.more-links a.more{
padding: 8px 0;
}

.menu nav ul li.more-links a i{
background: url('../images/Menu.png') no-repeat 0 0;
width: 25px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.menu nav ul li.more-links:hover::after{
display: none;
}
.oi-header-morenavigation ul li:nth-child(1){
margin-left: 125px;
}
.oi-header-morenavigation ul{
display: flex;
align-items: center;
column-gap: 30px;
}
.oi-header-morenavigation ul li{
padding-top: 25px;
display: none;
position: relative;
}
.oi-header-morenavigation ul li a {
color: #645F5F; 
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.oi-header-morenavigation ul li:hover::after{
content: "";
position: absolute;
right: 0;
height: 2.2px; 
top: 58px;
min-width: 20px;
width: 100%;
background: #6E3192;
border-radius: 3px;

}

/*AD*/
.ad-img{
padding: 15px 0px;
}
.ad-img .box{
width: 100%;
height: 256px; 
background: #F5F5F5; 
text-align: center;

}
.ad-img .box p{
color: #645F5F;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 220% */
}

/*NEWS*/
.news{
padding: 20px 0;
display: flex;
gap: 40px;
}

.news .left-contents{
width: 660px;
}
.news .left-contents .heading{
margin-bottom: 16px;
}
.news .left-contents .heading p{
color: #0D0C0C;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;

}
.news .left-contents .hero-item{
display: flex;
flex-direction: column;
justify-content: flex-start;
margin-bottom: 32px;
}
.news .left-contents .hero-item .item-img .img{
width: 603px;
height: 347px;
}

.news .left-contents .hero-item .item-heading{
padding: 16px 0;
}
.news .left-contents .hero-item .item-heading p{
color: #0D0C0C;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
}

.news .left-contents .hero-item .item-link{
color: #6E3192;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.news .left-contents .item{
display: flex;
align-items: flex-start;
gap: 32px;
margin-bottom: 32px;
}

.news .left-contents .item .img{
width: 205px;
height: 119px;
}

.news .left-contents .item .item-content{
display: flex;
flex-direction: column;
align-items: flex-start;
row-gap: 25px;
}

.news .left-contents .item .item-content .item-detail{
color: #0D0C0C;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

.news .left-contents .item .item-content .item-link{
color: #6E3192;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.news .right-content{
width: 300px;
}

.news .right-content .right-ad {
margin-bottom: 32px;
}

.news .right-content  .right-ad .box p{
color: #1F1F1F;
text-align: center;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 15px */
letter-spacing: 0.1px;
text-transform: uppercase;
padding: 5px 0;
background: #F2F2F2;

}

.news .right-content .right-ad .box .box-img{
width: 100%;
height: 281px;
flex-shrink: 0; 
flex-shrink: 0;
background: url('../images/ad.png');
background-repeat: no-repeat;
background-size: cover;
}
.news .right-content .contents .heading{
margin-bottom: 16px;
}
.news .right-content .contents .heading p{
color: #0D0C0C;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.news .right-content .contents .item{
display: flex;
align-items: flex-start;
gap: 11px;
margin-bottom: 24px;
}
.news .right-content .contents .item .item-img.img{
width: 105px;
height: 59px;
flex-shrink: 0;
}

.news .right-content .contents .item .item-detail p{
color: #333;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
}
/*RIGHT AD*/
.fix-right-ad{
position: fixed;
top: 0;
right: 5px;

}
.fix-right-ad .box{
width: 160px;
height: 604px;
background: #F5F5F5;
text-align: center;
}

.fix-right-ad .box p{
color: #645F5F;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 220% */
}



/*=====================INTRO SECTION=================*/
.intro-section{
margin-bottom: 32px;
}

.intro-section__heading{
margin-bottom: 15px;
}

.intro-section__heading p{
font-size: 24px;
font-weight: 600;
line-height: 24px;
text-align: left;
color: #0D0C0C;
}

.intro-section__desc{
margin-bottom: 18px;
}

.intro-section__desc p{
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #262223;
}

.intro-section__desc p a{
color: #6E3192 !important;
}

/* .intro-section__image{
width: 100%;
height: 348px;
margin-bottom: 20px;
} */

.intro-section__image {
  width: 100%;
  height: 348px;
  margin: 32px 0px;
}

.intro-section__image img{
width: 100%;
height: 100%;
}

.intro-section__highlights p a{
color: #6E3192 !important;
font-size: 16px;
font-weight: 400;
line-height: normal;
}

/*=====================CALCULATOR CONTAINER=================*/
.calculator-container{
border-radius: 12px;
border: 1px solid #dedede;
padding: 20px 15px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/*=====================CALCULATOR INPUT HEADING=================*/
.calculator__input-heading{
margin-bottom: 20px;
font-size: 20px;
font-weight: 600;
line-height: 24px;
text-align: left;
color: #0D0C0C;
}

/*=====================CALCULATOR INPUT=================*/
.calculator__input{
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 20px;
}

/*=====================LABEL=================*/
.calculator__input label{
width: 40%;
font-size: 16px;
font-weight: 400;
color: #262223;
}

/*=====================CALCULATOR INPUT VALUE=================*/
.calculator__input  .calculator__input-value{
width: 60%;
display: flex;
align-items: center;
gap: 5px;
white-space: nowrap;
}

.calculator__input  .calculator__input-value span{
color: #333;
font-size: 14px;
}

/*=====================CALCULATOR INPUT VALUE - INPUT=================*/
.calculator__input  .calculator__input-value input{
border: 1px solid #6E3192;
padding: 10px;
border-radius: 5px;
background: transparent;
outline: none;
font-size: 14px;
font-weight: 400;
color: #262223;
width: 100%;
max-width: 180px; 
}

.calculator__input  .calculator__input-value input[type="radio"] {
appearance: none; 
background: transparent; 
border: 1px solid #6E3192; 
width: 20px;
height: 20px;
border-radius: 50%; 
cursor: pointer;
display: inline-block;
position: relative;
padding: 2px;
}

.calculator__input  .calculator__input-value input[type="radio"]:checked {
border: 4px solid #6E3192;
padding: 2px;
}

.calculator__input-value select{
width: 100%;
max-width: 180px; 
padding: 10px;
border-radius: 5px;
border: 1px solid #6E3192;
background-color: #fff;
font-size: 14px;
color: #333;
cursor: pointer;
outline: none;
}

.calculator__input-value select option{
background-color: #fff;
font-size: 14px;
color: #333;
}

/*=====================CALCULATOR BUTTON=================*/
.calculator-btn{
display: grid;
place-content: center;
margin: 30px 0 20px 0;
}

.calculator-btn button{
background: #6E3192;
padding: 10px;
width: 150px;
border-radius: 5px;
border: none;
color: #fff;
font-size: 16px;
}

/*=============LIST===========*/
.list-content {
margin-bottom: 32px;
width: 100%;
}

/*=============LIST HEADING===========*/
.list-content .heading{
padding: 0 0 16px;
}

.list-content .heading p{
font-size: 18px;
font-weight: 500;
line-height: 18px;
letter-spacing: 0em;
text-align: left;
color: #0D0C0C;
}

/*=============LIST MAIN CONTAINER===========*/
.list-content .lists-container{
border: 1px solid #d8d6d6;
border-radius: 5px;
padding: 15px;
background: #FFF;
}

.list-content .lists-container .list{
padding-bottom: 12px;
position: relative;
}

.list-content .lists-container .list:last-child{
padding-bottom: 0;
}

.list-content .lists-container .list::before{
position: absolute;
content: '';
width: 0;
height: 0;
left: 0px;
top: 5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 8px solid #233839;
}

.list-content .lists-container .list p{
padding-left: 18px;
}

.list-content .lists-container .list p a{
font-size: 15px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.01em;
text-align: left;
color: #333;
}
.intro-section__heading h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #0D0C0C;
}
.oi-adtext {
    color: var(--ad-text-color);
    font-size: 10px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    padding: 12px 6px;
    text-align: center;
}
.oi-adblock {
    background: var(--ad-bg-color);
    margin-top: 40px;
    margin-bottom: 20px;
}
.calculator-btn  input {
    background: #6E3192;
    padding: 10px;
    width: 150px;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 16px;
}
.boldsky-toolsFormTable {
    border-collapse: collapse;
    width: 450px;
}
.boldsky-toolsFormTable td.boldskyTextfield {
    text-align: right;
    padding-right: 30px;
    width: 180px;
}
.boldsky-toolsFormTable td {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
.moreCalculatorsText {
    padding-top: 5px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.moreCalculatorsText a {
    color: #0066cc;
    text-decoration: none;
}
.calculator-btn input{
    cursor:pointer;
}


 /* ////new css//// */

    .health-card h4 {
        margin-bottom: 20px;
        font-size: 18px;
        color: #0D0C0C;
    }

    .health-result__card {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px 20px;
        margin-bottom: 20px;
    }

    .health-result__card dt {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: right;
        color: #262223;
    }

    .health-result__card dd {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #262223;
    }

    .health-result__card div {
        display: contents;
    }

    .calculate-again {
        color: #6E3192 !important;
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        display: block;
        text-align: right;
    }

    .health-card p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #262223;
        margin-bottom: 16px;
    }

    /* highlight */

    