/*AD*/
.ad-img{
    padding: 10px 0px;
    }
    .ad-img .box{
    width: 100%;
    height: 256px; 
    background: #F5F5F5; 
    
    }
    .ad-img .box p{
    color: #645F5F;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 220% */
    }
    
    /*NEWS*/
    .news{
    padding: 20px 0px;
    display: grid;
    grid-template-columns: 660px 330px
    }
    
    /*NEWS LEFT*/
    .news .news-left .news-header p{
    color: #0D0C0C;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    }
   .news .news-left {
    padding-right: 20px;
} 
    .news .news-left .news-left-contents{
    margin-top: 16px;
    }
    .news .news-left .news-left-contents .item{
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 32px;
    }
    .news .news-left .news-left-contents .item:nth-child(1){
    padding-top: 0px;
    }
    
    .news .news-left .news-left-contents .item .img{
    width: 205px;
    height: 119px;
    }
    
    .news .news-left .news-left-contents .item .item-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
    
    .news .news-left .news-left-contents .item .item-content .item-detail{
    color: #0D0C0C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 25px;
    }
    /*only for first item margin gap*/
    .news .news-left .news-left-contents .item .item-content .item-gap{
    margin-bottom: 8px;
    }
    .news .news-left .news-left-contents .item .item-content .item-detail .live-link{
    background: #FF4040;
    border: none;
    padding: 0 6px;  
    margin-bottom: 8px;
    }
    .news .news-left .news-left-contents .item .item-content .item-detail .live-link a{
    color: #FBFBFB;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 146.667% */
    }
    .news .news-left .news-left-contents .item .item-content .item-link{
    color: #333333;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    }
    
    /*RIGHT*/
    .news .news-right{
    border-left: 1px solid #DEDEDE;
    padding-left: 30px;
    }
    .news .news-right .news-right-contents .right-ad {
     
    margin-bottom: 32px;width:300px;margin:0 auto;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    }
    .news .news-right .news-right-contents .right-ad .box p{
        width: 300px;
    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:#f5f5f5;
    
    }
    
    .right-ad .box .box-img{
    width: 300px;
    height: 250px;
    flex-shrink: 0;
    background: url('../images/right-top-image.png'), lightgray 50% / cover no-repeat;
    }
    
    .news .news-right .news-right-contents .item{
    margin-bottom: 24px;
    }
    
    .news .news-right .news-right-contents .item .item-heading h2{
    color: #0D0C0C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    }
    .news .news-right .news-right-contents .item .item-heading h2 a{
       color: #0D0C0C;
    }
    .news .news-right .news-right-contents .item .item-content{
    display: flex;
    align-items: start;
    gap: 11px;
    padding-top: 24px;
    }
    .news .news-right .news-right-contents .item .top-space{
    padding-top: 12px;
    }
    .news .news-right .news-right-contents .item .item-content img{
    width: 105px;
    height: 59px;
    }
    .news .news-right .news-right-contents .item .item-content .item-detail p{
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
       height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    }
    
    /*GOLD RATE*/
    .gold-rate{
    width: 100%;
    height: auto;
    border-radius: 5px;
    background: #F2F2F2;
    margin-bottom: 32px;
    }
    
    .gold-rate .heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #D6D6D6;
    }
    .gold-rate .heading p{
    color: #0D0C0C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: 0.16px;
    }
    
    .gold-rate .content{
    padding: 15px 15px 30px 15px;
    }
    .gold-rate .content .state-option{
    /* display: flex;
    column-gap: 8px;
    align-items: center; */
    padding-bottom: 25px;
    }
    
    .gold-rate .content .state-option .value{
    /* Reset. */
    border: unset;
    
    /* Style */
    width: 100%;
    max-width: 100px;
    background: transparent;
    
    /* Arrow */
    appearance: none;
    background-image: url("https://images.goodreturns.in/images/down-drop-arrow-1711000362460.png");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
    color: #0D0C0C;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    letter-spacing: 0.15px;
    font-family: Roboto; 
    }
    
    /* .gold-rate .content .state-option span:nth-child(1){
    color: #0D0C0C;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    letter-spacing: 0.15px;
    } */
    
    .gold-rate .content .content-box{
    display: flex;
    justify-content: space-between;
    }
    
    .gold-rate .content .content-box .content-text{
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    width: 141px;
    height: 110px;
    padding: 10px;  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    
    .gold-rate .content .content-box .content-text > p{
    color: #0D0C0C;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.14px;
    }
    
    .gold-rate .content .content-box .content-text span{
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.14px;
    }
    .gold-rate .content .content-box .content-text .content-price p{
    color: #0D0C0C;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 133.333% */
    letter-spacing: 0.15px;
    }
    .gold-rate .content .content-box .content-text .content-price-status{
    display: flex;
    column-gap: 8px;
    align-items: center;
    padding-top: 5px;
    }
    
    .gold-rate .content .content-box .content-text .content-price-status .price-down{
    color: #C50B0B;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
    letter-spacing: 0.14px;
    }
    .gold-rate .content .content-box .content-text .content-price-status .price-up{
    color: #005F3D;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
    letter-spacing: 0.14px;
    }
    
    /*Currency converter*/
    .currency-converter{
    width: 100%;
    height: auto;
    border-radius: 5px;
    background: #F2F2F2;
    margin-bottom: 32px;
    }
    
    .currency-converter .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #D6D6D6;
    }
    .currency-converter .header p{
    color: #0D0C0C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: 0.16px;
    }
    .currency-converter .content{
    padding: 20px 15px;
    }
    .currency-converter .content .form-detail{
    padding-bottom: 10px;
    }
    .currency-converter .content .form-detail label{
    color: #292929;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
    }
    
    .currency-converter .content .form-detail .form-value{
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    display: flex;
    justify-content: space-between;
    height: 52px;
    margin-top: 10px;
    position: relative;
    }
    
    .currency-converter .content .form-detail .form-value::after{
    position: absolute;
    right: 60%;
    width: 1px;
    height: 36px;
    background: #D6D6D6;
    content: "";
    top: 5px;
    }
    
    /*FORM CLASS*/
    .currency-converter .content .form-detail .form-value .input{
    /* Reset. */
    border: unset; 
    background: transparent;
    padding-left: 10px;
    color: #0D0C0C;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
    font-family: Roboto; 
    }
    
    .currency-converter .content .form-detail .form-value .value {
    /* Reset. */
    border: unset;
    
    /* Style */
    
    width: 100%;
    /* padding: 0.75rem; */
    background: transparent;
    /* Arrow */
    appearance: none;
    background-image: url("https://images.goodreturns.in/images/down-drop-arrow-1711000362460.png");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
    color: #0D0C0C;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
    font-family: Roboto; 
    }
    
    /*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% */
    }






#wrapper{
    width: 1000px!important;
    margin: 0 auto!important;
}
            
.oidesiwrap{
display:none;
}
img.dpas_native_img.homeSmallImage {
    width: 108px;
    height: 56px;
margin-right: 10px;
}
.dpas_native_home a { 
font-weight: 600;
font-size: 15px;  
    padding-left: 0!important; 
    text-decoration: none;
}

.gd-thumb-img img{
	height: 61px!important;
}
.oi-news-scroll ul li {
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.oi-news-tabcontent  ul li {
   padding-bottom: 24px;
    margin-bottom: 24px;
}
.oi-news-tabcontent .news-block-image {
    float: left;
    width: 205px;
    height: 119px;
}
.oi-news-tabcontent .news-block-desc, .oi-news-scroll .news-cat {
    margin-left: 230px;
}
.news-block-desc {
    font-size: 16px;
    color: #262223;
    padding: 12px 10px;
    line-height: 28px;
}
.oi-news-tabcontent .news-cat {
    margin-left: 230px;
    color: #6e3192;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px;    font-family: arial;
}
.oi-aricle-catlink {
  background: #FF4040;
    border: none;
    padding: 0 10px;
     width: 45px;
    margin-left: 240px;
}
.oi-aricle-catlink span{
  color: #FBFBFB;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.news-block-image img {
    width: 205px;
    height: 119px;
}
.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;
}
