*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.header-section{
    width: 100%;
    height: fit-content;
    margin-top: 21px;
    margin-bottom: 71px;
}
.header-section .header-section-bg-img{
    position: relative;
    z-index: 1;
}
.header-section .header{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;

}
.header-section .header-logo{
    width: 197px;
    height: 38px;
}
.header-section .header-logo img{
    width: 100%;
    height: 100%;
}
.header-section .header-nav-bar ul{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 58px;
}
.header-section .header-nav-bar ul li{
    font-size: 18px;
}
.header-section .header .header-btn {
    width: 223px;
    height: 47px;
    border-radius: 8px;
    position: relative;
    margin-right: 81px;

}
.header-section .header .header-btn button{
    width: 100%;
    height: 100%;
    display: inline-flex;
    padding: 14px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #283684;
    color: #fcb040;
    border-radius: 8px;
    font-size: 16px;
}
.header-section .header .header-btn{
    background: linear-gradient(to right,#283b84 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right;
}
.header-section .header .header-btn:hover{
    background-position: left;
    color: #fff;
}
.header-section .header-section-bg-img .nav-mobile{
    position: absolute;
    top: 63px;
    right: 0;
    width: 299px;
    height: fit-content;
    background-color: #283b84;
    font-size: 20px;
    color: #fff;
}
.header-section .header-section-bg-img .nav-mobile ul li{
    padding: 16px;
}
.header-section .header-section-bg-img .nav-mobile ul li:hover{
    text-decoration: underline;
    color: #fcb040;
}
.header-section .header-section-bg-img .nav-mobile .nav-mobile-btn{
    font-size: 20px;
    padding: 12px;
    background-color: #fcb040;
    color: #2A2A2A;
    display: inline-block;
    border-radius: 8px;
    margin: 16px;
}
.hidden {
    display: none;
  }
  
  .visible {
    display: block;
  }
.header-section  .header-section-bg-img .main-image-container{
    position: relative;
}
.header-section  .header-section-bg-img  .main__container{
    position: absolute;
    top: 90px;
    padding: 143px 0px 143px 72px;
}
.header-section  .header-section-bg-img  .main__container .main__content .main__title span{
    color:  #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%; 
}
.header-section  .header-section-bg-img  .main__container .main__content .main__para{
    margin-top: 34px;
}
.header-section  .header-section-bg-img  .main__container .main__content .main__para span{
    color:  #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px; 
}
.header-section  .header-section-bg-img  .main__container .main__content .main__btn button{
    color:  #FFF;
    font-size: 18px;
    font-weight: 500;
    margin-top: 37px;
    border-bottom: 2px solid #fff;
}
@media  only screen and (max-width:320px) {
    .header{
        padding: 8px 18px;
    }
    .header-section{
        padding:  18px;
        margin: 12px 0px;
    }
    .header-section .header-logo{
        width: 147px;
        height: 32px;
    }
    .header-section .header-logo img{
        width: 100%;
        height: 100%;
    }
    .header-section  .header-section-bg-img  .main__container{
        padding:0px 4px 0px 8px;
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__title span{
        font-size: 16px;
        
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__para{
        margin-top: 0px;
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__para span{
        font-size: 12px;
        line-height: 0px; 
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__btn button{
        margin-top: 8px;
        font-size: 12px;
    }
}
@media  (min-width:321px) and (max-width:375px) {
    .header{
        padding: 8px 18px;
    }
    .header-section{
        padding: 20px 18px 0px 18px;
        margin: 12px 0px 0px 0px;
    }
    .header-section .header-logo{
        width: 147px;
        height: 32px;
    }
    .header-section .header-logo img{
        width: 100%;
        height: 100%;
    }
    .header-section  .header-section-bg-img  .main__container{
        padding:0px 4px 0px 8px;
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__title span{
        font-size: 16px;
        
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__para{
        margin-top: 0px;
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__para span{
        font-size: 12px;
        line-height: 0px; 
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__btn button{
        margin-top: 8px;
        font-size: 12px;
    }
}
@media (min-width:376px) and (max-width:425px) {
    .header{
        padding: 0px 18px;
    }
    .header-section{
        padding: 20px 12px;
        margin: 8px 0px 12px 0px;
    }
    .header-section .header-logo{
        width: 147px;
        height: 32px;
    }
    .header-section .header-logo img{
        width: 100%;
        height: 100%;
    }
    .header-section  .header-section-bg-img  .main__container{
        padding:0px 4px 0px 8px;
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__title span{
        font-size: 19px;
        
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__para{
        margin-top: 10px;
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__para span{
        font-size: 14px;
        line-height: 0px; 
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__btn button{
        margin-top: 12px;
        font-size: 14px;
    }
}
@media (min-width:426px) and (max-width:525px) {
    .header{
        padding: 0px 18px;
    }
    .header-section{
        padding: 20px 12px;
        margin: 8px 0px 12px 0px;
    }
  
    .header-section  .header-section-bg-img  .main__container{
        width: 100%;
        padding:0px 4px 0px 8px;
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__title span{
        font-size: 24px;
        
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__para{
        margin-top: 10px;
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__para span{
        font-size: 18px;
        line-height: 0px; 
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__btn button{
        margin-top: 12px;
        font-size: 14px;
    }
}
@media (min-width:526px) and (max-width:768px) {
    .header{
        padding: 0px 22px;
    }
    .header-section{
       padding: 0px 22px;
       margin: 32px 0px 0px 0px;
    }
  
    .header-section  .header-section-bg-img .main__container{
        width: 100%;
        top: 120px;
        padding:0px 22px;
        margin: 0px;
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__title span{
        font-size: 32px;
        
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__para{
        margin-top: 26px;
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__para span{
        font-size: 24px;
        line-height: 30px; 
    }
    .header-section  .header-section-bg-img  .main__container .main__content .main__btn button{
        margin-top: 22px;
        font-size: 18px;
    }
   
}
@media (min-width:769px) and (max-width:1024px) {
    .header-section{
       padding: 0px 22px;
       margin: 32px 0px 32px 0px;
    }
    .header-section .header-section-bg-img  .main-image-container{
        margin-top: 32px;
    }
}
@media (min-width:769px) and (max-width:1024px) {
    .header-section .header-section-bg-img .nav-mobile{
        margin-top: 32px;
   }
}
@media (min-width:1025px) and (max-width:1440px) {
    .header-section .header-section-bg-img .nav-mobile{
        margin-top: 32px;
   }
}



/* Main-image Style */



.header-section .header-section-bg-img  .main-image-container{
    height: 694px;
    margin-top: 41px;
    background-color: #fff;
    background-color: transparent;
}
.header-section .header-section-bg-img  .main-image-container .main-image-img{
    height: 100%;
   background-color: transparent;
    border-radius: 16px;
}
.header-section .header-section-bg-img  .main-image-container .main-image-img img{
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}
@media only screen and (max-width:320px) {
    .header-section{
        padding: 0px 0px;
    }
    .header-section  .header-section-bg-img  .main-image-container{
        height: 196px;
        margin-top: 0px;
    }
    .header-section .header-section-bg-img  .main-image-container .main-image-img{
        width: 100%;
        height: 100%;
        margin-top: 28px;
        border-radius: 0px;

    }
    .header-section  .header-section-bg-img   .main-image-container .main-image-img img{
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
  
}
@media (min-width:321px) and (max-width:375px) {
    .header-section{
        padding: 0px 0px;
    }
    .header-section .header-section-bg-img  .main-image-container{
        width: 100%;
        height: 216px;
        margin:  0px;
    }
    .header-section  .header-section-bg-img  .main-image-container .main-image-img{
        width: 100%;
        height: 100%;
        margin-top: 22px;
        border-radius: 0px;
    }
    .header-section .header-section-bg-img  .main-image-container .main-image-img img{
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
}
@media (min-width:376px) and (max-width:425px) {
    .header-section{
        padding: 0px 0px;
    }
    .header-section  .header-section-bg-img  .main-image-container{
        width: 100%;
        height: 266px;
        margin: 22px 0px 0px 0px ;
    }
    .header-section  .header-section-bg-img  .main-image-container .main-image-img{
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
    .header-section .header-section-bg-img  .main-image-container .main-image-img img{
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
}
@media (min-width:426px) and (max-width:525px) {
    .header-section{
        padding: 0px 0px;
    }
    .header-section  .header-section-bg-img   .main-image-container{
        max-width: 100%;
        height: 300px;
        margin: 0px 0px 0px 0px;
    }
    .header-section .header-section-bg-img  .main-image-container .main-image-img{
        width: 100%;
        height: 100%;
        margin-top: 42px;
        border-radius: 0px;
    }
    .header-section .header-section-bg-img  .main-image-container .main-image-img img{
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
}
@media (min-width:526px) and (max-width:640px) {
    .header-section{
        padding: 0px 0px;
    }
    .container{
        max-width: 100%;
    }
    .header-section  .header-section-bg-img   .main-image-container{
        max-width: 100%;
        height: 386px;
        margin: 0px 0px 0px 0px;
    }

    .header-section .header-section-bg-img  .main-image-container .main-image-img{
        max-width: 100%;
        height: 100%;
        margin-top: 42px;
        border-radius: 0px;
    }
    .header-section .header-section-bg-img  .main-image-container .main-image-img img{
        max-width: 100%;
        height: 100%;
        border-radius: 0px;
    }
  
}
@media (min-width:641px) and (max-width:768px) {
    .header-section{
        padding: 0px 0px;
    }
    .header-section  .header-section-bg-img{
        max-width: 100%;
    }
    .header-section  .header-section-bg-img  .main-image-container{
        max-width: 100%;
        height: 386px;
        margin: 0px 0px 0px 0px;
    }
    .header-section .header-section-bg-img   .main-image-container .main-image-img{
        width: 100%;
        height: 100%;
        margin-top: 42px;
    }
    .header-section .header-section-bg-img  .main-image-container .main-image-img img{
        width: 100%;
        height: 100%;
    }
}
@media (min-width:769px) and (max-width:1024px){
    .header-section .header-section-bg-img  .main-image-container{
        max-width: 100%;

        height: 486px;
        margin: 32px auto 0px; 
    }
    .header-section  .header-section-bg-img  .main-image-container .main-image-img{
        max-width: 100%;
        height: 100%;
    }
    .header-section .header-section-bg-img  .main-image-container .main-image-img img{
        width: 100%;
        height: 100%;
    }
    .header-section  .header-section-bg-img  .main__container {
        padding: 22px;
    }
}
.header-section .header-section-bg-img .main-img-bg{
    width: 493px;
    height: 867px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -21px;
    z-index: -99;
}
.header-section .header-section-bg-img .main-img-bg img{
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 36px;
}


.news__container{
    margin-top: 161px;
}
.news__container .news__left .search__box{
    display: flex;
}
.news__container .news__left{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.news__container .news__left .search__box .search__input{
    width: 376px;
    height: 66px;
    border-radius: 2px 0px 0px 2px;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    padding: 0px 12px;
}
.news__container .news__left .search__box .search__input input{
    background: #F3F3F3;
    border: none;
    outline: none;
    width: 100%;
}
.news__container .news__left .search__box .search__input input::placeholder{
    color:#ADADAD;
    font-size: 14px;
    font-weight: 500;
}
.news__container .news__left .search__box .search__icon{
    width: 79px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 2px 2px 0px;
    background-color:  #392675;
    font-size: 28px;
    color: #F4B936;
}
.news__container .news__left .categories__box{
    width: 455px;
    height: 474px;
    border-radius: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 26px 30px 70px 20px;
    margin-top: 43px;
}
.news__container .news__left .categories__box .categories__title{
    display: inline-block;
    border-bottom: 2px solid #392675;
}
.news__container .news__left .categories__box .categories__title span{
    color: #392675;
    font-size: 20px;
    font-weight: 600;
}
.news__container .news__left .categories__box .categories__list .categories__business{
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
}
.news__container .news__left .categories__box .categories__list .categories__business .business__title span{
    color:  #2A2A2A;
    font-size: 20px;
    font-weight: 600;
}
.news__container .news__left .categories__box .categories__list .categories__business .business__no span{
    color:  #2A2A2A;
    font-size: 20px;
    font-weight: 600;   
}
.news__container .news__left .latestNews{
    height: fit-content;
    margin-top: 42px;
}
.news__container .news__left .latestNews  .latestNews__title{
    margin-bottom: 64px;
}
.news__container .news__left .latestNews  .latestNews__title span{
    color:  #392675;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #392675;
}
.news__container .news__left .latestNews .latestNews__contant{
    height: 98px;
    display: flex;
    column-gap: 20px;
    margin-top: 50px;
}
.news__container .news__left .latestNews .latestNews__contant .latestNews__image{
    width: 101px;
    height: 100%;
}
.news__container .news__left .latestNews .latestNews__contant .latestNews__image img{
    width: 101px;
    height: 100%;
    object-fit: fill;
}
.news__container .news__left .latestNews .latestNews__contant .latestNews__para{
     width: 400px;
    height: 98px;
}
.news__container .news__left .latestNews .latestNews__contant .latestNews__para span{
    display: inline-block;
    height: 78px;
    color: #392675;
    font-size: 18px;
    font-weight: 600;
}
.news__container .news__left .latestNews .latestNews__contant .latestNews__para  p{
    color: #9A9AB0;
    font-size: 15px;
    font-weight: 500;
}
.news__right{
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 32px;
}
.news__right .financialContainer{
    width: 789px;
    height: fit-content;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   padding: 30px 26px 54px;
}
.news__right .financialContainer  .blog-content-detail-left .blog-content-detail-left-title{
    font-size: 37px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 48px;
}
.news__right .financialContainer   .blog-content-detail-left-hastag-container{
    display: flex;
    justify-content: space-between;
}
.news__right .financialContainer  .blog-content-detail-left-hastag-container .blog-content-detail-left-hastag{
    display: flex;
    column-gap: 19px;
    font-size: 16px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 21px;
}
.news__right .financialContainer  .blog-content-detail-left-hastag-container .blog-content-detail-left-icons{
    display: flex;
    column-gap: 34px;
    font-size: 18px;
    flex-wrap: wrap;
}
.news__right .financialContainer  .blog-content-detail-left-hastag-container .blog-content-detail-left-icons .hand{
    text-align: center;
}
.news__right .financialContainer .financialContainer__image{
    position: relative;
}
.news__right .financialContainer .financialContainer__image .financialContainer__img{
     width: 100%;
     height: 351px;
}
.news__right .financialContainer .financialContainer__image .financialContainer__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news__right .financialContainer .financialContainer__image .financialContainer__topic{
    width: 93px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F4B936;
    background-color: #392675;
    position: absolute;
    bottom: 0;
}
.news__right .financialContainer .financialContainer__title{
    margin-top: 23px;
    margin-bottom: 27px;
}
.news__right .financialContainer .financialContainer__title span{
    color:  #2A2A2A;
    font-size: 22px;
    font-weight: 700;
}
.news__right .financialContainer .financialContainer__link{
    color:  #2A2A2A;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 27px;
}
.news__right .financialContainer .financialContainer__group{
    display: flex;
    align-items: center;
    column-gap: 20px;
    border-top: 2px solid #ececf1;
    padding-top: 21px;
}
.news__right .financialContainer .financialContainer__group .payments{
    display: flex;
    column-gap: 8px;
    color:  #9A9AB0;
    font-size: 14px;
    font-weight: 700;
}
.news__right .financialContainer .financialContainer__para{
    margin-top: 25px;
    margin-bottom: 43px;
}
.news__right .financialContainer .financialContainer__para span{
    color:  #2A2A2A;
    font-size: 16px;
    font-weight: 400;
}
.news__right .buttons{
    width: 789px;
}
.news__right .buttons .btns{
   column-gap: 16px;
}
.news__right .buttons .btns .box{
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.news__right .buttons .btns .active{
    background-color: #392675;
    color: #fff

}
.news__right .buttons .btns .box:hover{
    background-color: #392675;
    color: #fff;
}
@media  only screen and (max-width:320px) {
    .news__container{
        margin-top: 22px;
        padding: 0px 12px;
    }
    .news__container .news__left .search__box .search__input{
        width: 250px;
        height: 36px;
       padding: 0px 12px;
    }
    .news__container .news__left .search__box .search__icon{
        width: 39px;
        height: 36px;
       font-size: 14px;
    }
    .news__container .news__left .categories__box{
        width: 300px;
        height: 279px;
        padding: 26px 30px 70px 20px;
        margin-top: 22px;
    }
    .news__container .news__left .categories__box .categories__list .categories__business{
        margin-top: 22px;
    }
    .news__container .news__left .categories__box .categories__list .categories__business .business__no span{
        font-size: 16px;
    }

    .news__container .news__left .latestNews{
        height: fit-content;
        margin-top: 22px;
    }
    .news__container .news__left .latestNews  .latestNews__title{
        text-align: center;
        margin-bottom: 0px;
    }
    .news__container .news__left .latestNews  .latestNews__title span{
        color:  #392675;
        font-size: 16px;
        font-weight: 600;
        border-bottom: 2px solid #392675;
    }
    .news__container .news__left .latestNews .latestNews__contant{
        height: 98px;
        display: flex;
        margin-top :20px;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__image{
        width: 51px;
        height: 51px;
    }
    .news__container .news__left .latestNews .latestNews__contant .img{
        width: 51px;
        height: 51px;
    }
    .news__container .news__left .latestNews .latestNews__contant .img img{
        width: 100%;
        height: 100%;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__para{
         width: 241px;
        height: 98px;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__para span{
        display: inline-block;
        height: 68px;
        color: #392675;
        font-size: 13px;
        font-weight: 600;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__para  p{
        color: #9A9AB0;
        font-size: 11px;
        font-weight: 500;
    }
    .news__container .news__left .latestNews .latestNews__contant .para__height span{
        height: 64px;
    }
    .news__container .news__left .categories__box .categories__title span{
        font-size: 18px;
    }
    .news__container .news__left .categories__box .categories__list .categories__business .business__title span{
        font-size: 16px;
    }
    .news__container .news__left .categories__box .categories__list .categories__business .business__no span{
        font-size: 16px;
    }
    .news__right{
        row-gap: 0px;
    }
    .news__right .financialContainer{
        width: 100%;
        height: fit-content;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
       padding: 12px;
       margin-top: 22px;
    }
    .news__right .financialContainer  .blog-content-detail-left .blog-content-detail-left-title{
        font-size: 37px;
        font-weight: 600;
        line-height: 60px;
        margin-bottom: 48px;
    }
   
    .news__right .financialContainer  .blog-content-detail-left-hastag-container .blog-content-detail-left-hastag{
        display: flex;
        column-gap: 19px;
        font-size: 16px;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 21px;
    }
    .news__right .financialContainer  .blog-content-detail-left-hastag-container .blog-content-detail-left-icons{
        display: flex;
        column-gap: 34px;
        font-size: 18px;
        flex-wrap: wrap;
    }
   .news__right .financialContainer .financialContainer__image .financialContainer__topic{
        width: 76px;
        height: 32px;
       font-size: 14px;
    }
    .news__right .financialContainer .financialContainer__title{
        margin: 23px 0px;
    }
    .news__right .financialContainer .financialContainer__title span{
        font-size: 20px;
    }
    .news__right .financialContainer .financialContainer__link{
        font-size: 14px;
        margin-bottom: 12px;
        text-align: end;
    }
    .news__right .financialContainer .financialContainer__group{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 16px;
        padding-top: 21px;
    }
    .news__right .financialContainer .financialContainer__group .payments{
        display: flex;
        flex-wrap: wrap;
        column-gap: 8px;
        color:  #9A9AB0;
        font-size: 14px;
        font-weight: 700;
    }
    .news__right .financialContainer .financialContainer__para{
        margin-top: 25px;
        margin-bottom: 43px;
    }
    .news__right .financialContainer .financialContainer__para span{
        font-size: 16px;
    }
    .news__right .buttons{
        width: 100%;
        margin: 22px 0px;
    }
    .news__right .financialContainer  .blog-content-detail-left-hastag-container .blog-content-detail-left-icons{
        justify-content: center;
    }
}
@media (min-width:321px) and  (max-width:375px) {
    .news__container{
        margin-top: 22px;
        padding: 0px 12px;
    }
    .news__container .news__left .search__box .search__input{
        width: 300px;
        height: 36px;
       padding: 0px 12px;
    }
    .news__container .news__left .search__box .search__icon{
        width: 39px;
        height: 36px;
       font-size: 14px;
    }
    .news__container .news__left .categories__box{
        width: 100%;
        height: 279px;
        padding: 26px 30px 70px 20px;
        margin-top: 22px;
    }
    .news__container .news__left .categories__box .categories__list .categories__business{
        margin-top: 22px;
    }
    .news__container .news__left .categories__box .categories__list .categories__business .business__no span{
        font-size: 16px;
    }

    .news__container .news__left .latestNews{
        height: fit-content;
        margin-top: 22px;
    }
    .news__container .news__left .latestNews  .latestNews__title{
        text-align: center;
        margin-bottom: 0px;
    }
    .news__container .news__left .latestNews  .latestNews__title span{
        color:  #392675;
        font-size: 16px;
        font-weight: 600;
        border-bottom: 2px solid #392675;
    }
    .news__container .news__left .latestNews .latestNews__contant{
        height: 98px;
        display: flex;
        margin-top :20px;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__image{
        width: 51px;
        height: 51px;
    }
    .news__container .news__left .latestNews .latestNews__contant .img{
        width: 51px;
        height: 51px;
    }
    .news__container .news__left .latestNews .latestNews__contant .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__para{
         width: 241px;
        height: 98px;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__para span{
        display: inline-block;
        height: 68px;
        color: #392675;
        font-size: 13px;
        font-weight: 600;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__para  p{
        color: #9A9AB0;
        font-size: 11px;
        font-weight: 500;
    }
    .news__container .news__left .latestNews .latestNews__contant .para__height span{
        height: 64px;
    }
    .news__container .news__left .categories__box .categories__title span{
        font-size: 18px;
    }
    .news__container .news__left .categories__box .categories__list .categories__business .business__title span{
        font-size: 16px;
    }
    .news__container .news__left .categories__box .categories__list .categories__business .business__no span{
        font-size: 16px;
    }
    .news__right{
        row-gap: 0px;
    }
    .news__right .financialContainer{
        width: 100%;
        height: fit-content;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
       padding: 12px;
       margin-top: 22px;
    }
    .news__right .financialContainer  .blog-content-detail-left .blog-content-detail-left-title{
        font-size: 37px;
        font-weight: 600;
        line-height: 60px;
        margin-bottom: 48px;
    }
   
    .news__right .financialContainer  .blog-content-detail-left-hastag-container .blog-content-detail-left-hastag{
        display: flex;
        column-gap: 19px;
        font-size: 16px;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 21px;
    }
    .news__right .financialContainer  .blog-content-detail-left-hastag-container .blog-content-detail-left-icons{
        display: flex;
        justify-content: center;
        column-gap: 34px;
        font-size: 18px;
        flex-wrap: wrap;
    }
   .news__right .financialContainer .financialContainer__image .financialContainer__topic{
        width: 76px;
        height: 32px;
       font-size: 14px;
    }
    .news__right .financialContainer .financialContainer__title{
        margin: 23px 0px;
    }
    .news__right .financialContainer .financialContainer__title span{
        font-size: 20px;
    }
    .news__right .financialContainer .financialContainer__link{
        font-size: 14px;
        margin-bottom: 12px;
        text-align: end;
    }
    .news__right .financialContainer .financialContainer__group{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 16px;
        padding-top: 21px;
    }
    .news__right .financialContainer .financialContainer__group .payments{
        display: flex;
        flex-wrap: wrap;
        column-gap: 8px;
        color:  #9A9AB0;
        font-size: 14px;
        font-weight: 700;
    }
    .news__right .financialContainer .financialContainer__para{
        margin-top: 25px;
        margin-bottom: 43px;
    }
    .news__right .financialContainer .financialContainer__para span{
        font-size: 16px;
    }
    .news__right .buttons{
        width: 100%;
        margin: 22px 0px;
    }
    .news__right .buttons .btns{
        justify-content: center;
    }
}
@media (min-width:376px) and  (max-width:425px) {
    .news__container{
        margin-top: 22px;
        padding: 0px 12px;
    }
    .news__container .news__left .search__box .search__input{
        width: 300px;
        height: 36px;
       padding: 0px 12px;
    }
    .news__container .news__left .search__box .search__icon{
        width: 39px;
        height: 36px;
       font-size: 14px;
    }
    .news__container .news__left .categories__box{
        width: 100%;
        height: 279px;
        padding: 26px 30px 70px 20px;
        margin-top: 22px;
    }
    .news__container .news__left .categories__box .categories__list .categories__business{
        margin-top: 22px;
    }
    .news__container .news__left .categories__box .categories__list .categories__business .business__no span{
        font-size: 16px;
    }

    .news__container .news__left .latestNews{
        height: fit-content;
        margin-top: 22px;
    }
    .news__container .news__left .latestNews  .latestNews__title{
        text-align: center;
        margin-bottom: 0px;
    }
    .news__container .news__left .latestNews  .latestNews__title span{
        color:  #392675;
        font-size: 16px;
        font-weight: 600;
        border-bottom: 2px solid #392675;
    }
    .news__container .news__left .latestNews .latestNews__contant{
        height: 98px;
        display: flex;
        margin-top :20px;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__image{
        width: 51px;
        height: 51px;
    }
    .news__container .news__left .latestNews .latestNews__contant .img{
        width: 51px;
        height: 61px;
    }
    .news__container .news__left .latestNews .latestNews__contant .img img{
        width: 100%;
        height: 100%;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__para{
         width: 291px;
        height: 98px;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__para span{
        display: inline-block;
        height: 68px;
        color: #392675;
        font-size: 14px;
        font-weight: 600;
    }
    .news__container .news__left .latestNews .latestNews__contant .latestNews__para  p{
        color: #9A9AB0;
        font-size: 12px;
        font-weight: 500;
    }
    .news__container .news__left .latestNews .latestNews__contant .para__height span{
        height: 64px;
    }
    .news__container .news__left .categories__box .categories__title span{
        font-size: 18px;
    }
    .news__container .news__left .categories__box .categories__list .categories__business .business__title span{
        font-size: 16px;
    }
    .news__container .news__left .categories__box .categories__list .categories__business .business__no span{
        font-size: 16px;
    }
    .news__right{
        row-gap: 0px;
    }
    .news__right .financialContainer{
        width: 100%;
        height: fit-content;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
       padding: 12px;
       margin-top: 22px;
    }
    .news__right .financialContainer  .blog-content-detail-left .blog-content-detail-left-title{
        font-size: 37px;
        font-weight: 600;
        line-height: 60px;
        margin-bottom: 48px;
    }
   
    .news__right .financialContainer  .blog-content-detail-left-hastag-container .blog-content-detail-left-hastag{
        display: flex;
        column-gap: 19px;
        font-size: 16px;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 21px;
    }
    .news__right .financialContainer  .blog-content-detail-left-hastag-container .blog-content-detail-left-icons{
        display: flex;
        justify-content: center;
        column-gap: 34px;
        font-size: 18px;
        flex-wrap: wrap;
    }
   .news__right .financialContainer .financialContainer__image .financialContainer__topic{
        width: 76px;
        height: 32px;
       font-size: 14px;
    }
    .news__right .financialContainer .financialContainer__title{
        margin: 23px 0px;
    }
    .news__right .financialContainer .financialContainer__title span{
        font-size: 20px;
    }
    .news__right .financialContainer .financialContainer__link{
        font-size: 14px;
        margin-bottom: 12px;
        text-align: end;
    }
    .news__right .financialContainer .financialContainer__group{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 16px;
        padding-top: 21px;
    }
    .news__right .financialContainer .financialContainer__group .payments{
        display: flex;
        flex-wrap: wrap;
        column-gap: 8px;
        color:  #9A9AB0;
        font-size: 14px;
        font-weight: 700;
    }
    .news__right .financialContainer .financialContainer__para{
        margin-top: 25px;
        margin-bottom: 43px;
    }
    .news__right .financialContainer .financialContainer__para span{
        font-size: 16px;
    }
    .news__right .buttons{
        width: 100%;
        margin: 22px 0px;
    }
    .news__right .buttons .btns{
        justify-content: center;
    }
}
@media (min-width:426px) and (max-width:600px) {
    .news__container .news__left .search__box .search__input{
        width: 350px;
        height: 36px;
       padding: 0px 12px;
    }
    .news__container .news__left .search__box .search__icon{
        width: 39px;
        height: 36px;
       font-size: 14px;
    }
    .news__container{
        margin-top: 22px;
        padding: 0px 12px;
    }
    .news__right .buttons{
        width: 100%;
        margin: 22px 0px;
    }
    .news__right .buttons .btns{
        justify-content: center;
    }
    .news__right .financialContainer{
        width: 100%;
        height: fit-content;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
       padding: 12px;
       margin-top: 22px;
    }
    .news__container .news__left .categories__box{
        width: 100%;
        height: 404px;
        border-radius: 16px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 26px 30px 0px 20px;
        margin-top: 43px;
    }
   
    .news__container .news__left .latestNews .latestNews__contant .latestNews__para{
        width: 291px;
       height: 98px;
   }
}
@media  (min-width:601px) and (max-width:768px) {
    .news__right{
        padding: 0px 22px;
    }
    .news__right .buttons{
        width: 100%;
        margin: 22px 0px;
    }
    .news__right .buttons .btns{
        justify-content: center;
    }
    .news__right .financialContainer{
        width: 100%;
        height: fit-content;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
       padding: 12px;
       margin-top: 22px;
    }
    .news__container .news__left .categories__box{
        width: 555px;
        height: 404px;
        border-radius: 16px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 26px 30px 0px 20px;
        margin-top: 43px;
    }
    .news__container .news__left .search__box .search__input{
        width: 450px;
        height: 47px;
       padding: 0px 12px;
    }
    .news__container .news__left .search__box .search__icon{
        width: 59px;
        height: 47px;
       font-size: 14px;
    }
}










.connection{
    width: 100%;
    height: fit-content;
    margin-top: 99px;
}
.connection .connection-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #283684;
    padding: 71px 81px 36px 81px;
    height: fit-content;
}
.connection .connection-container .connection-content{
    height: fit-content;
}
.connection .connection-container .connection-content .connection-para{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}
.connection .connection-container .connection-content .connection-title{
    font-size: 48px;
    font-weight: 600;
    color: #fcb040;
    margin-bottom: 27px;
}
.connection .connection-container .connection-content .connection-mini-para{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 44px;
}
.connection .connection-container .connection-content .connection-contact .connection-phone {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 22px;
}
.connection .connection-container .connection-content .connection-contact .connection-phone .connection-phn-image{
    width: 56px;
    height: 56px;
    margin-right: 28px;
}
.connection .connection-container .connection-content .connection-contact .connection-phone .connection-phn-image img{
    width: 100%;
    height: 100%;
}
.connection .connection-container .connection-content .connection-contact .connection-phone .connection-phn-content .num{
    color: #fcb040;
}
.connection .connection-container .connection-content .connection-contact .connection-phone .connection-phn-content p{
    color: #fff;
}
.connection .connection-container .collection-image{
    margin-top: 22px;
}
.connection .connection-container.collection-img{
    width: 738px;
    height: 449px;
}
.connection .connection-container.collection-img img{
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:320px) {
    .connection{
        margin-top: 32px;
    }
    .connection .connection-container{
        padding: 12px;
    }
    .connection .connection-container .connection-content .connection-para{
        font-size: 16px;
    }
    .connection .connection-container .connection-content .connection-title{
        font-size: 20px;
        margin-bottom: 14px;
    }
    .connection .connection-container .connection-content .connection-mini-para{
        font-size: 18px;
        margin-bottom: 22px;
    }
    .connection .connection-container .connection-content .connection-contact .connection-phone .connection-phn-image{
        width: 36px;
        height: 36px;
        margin-right: 28px;
    }
    .connection .connection-container .connection-content .connection-contact .connection-phone .connection-phn-image img{
        width: 100%;
        height: 100%;
    }
    .connection .connection-container .connection-content .connection-contact .connection-phone {
        font-size: 16px;
    }
}
@media (min-width:321px) and (max-width:375px) {
    .connection{
        margin-top: 32px;
    }
    .connection .connection-container{
        padding: 12px;
    }
    .connection .connection-container .connection-content .connection-para{
        font-size: 16px;
    }
    .connection .connection-container .connection-content .connection-title{
        font-size: 20px;
        margin-bottom: 14px;
    }
    .connection .connection-container .connection-content .connection-mini-para{
        font-size: 18px;
        margin-bottom: 22px;
    }
    .connection .connection-container .connection-content .connection-contact .connection-phone .connection-phn-image{
        width: 36px;
        height: 36px;
        margin-right: 28px;
    }
    .connection .connection-container .connection-content .connection-contact .connection-phone .connection-phn-image img{
        width: 100%;
        height: 100%;
    }
    .connection .connection-container .connection-content .connection-contact .connection-phone {
        font-size: 16px;
    }
}
@media (min-width:376px) and (max-width:425px) {
    .connection{
        margin-top: 32px;
    }
    .connection .connection-container{
        padding: 12px;
    }
    .connection .connection-container .connection-content .connection-para{
        font-size: 16px;
    }
    .connection .connection-container .connection-content .connection-title{
        font-size: 20px;
        margin-bottom: 14px;
    }
    .connection .connection-container .connection-content .connection-mini-para{
        font-size: 18px;
        margin-bottom: 22px;
    }
    .connection .connection-container .connection-content .connection-contact .connection-phone .connection-phn-image{
        width: 36px;
        height: 36px;
        margin-right: 28px;
    }
    .connection .connection-container .connection-content .connection-contact .connection-phone .connection-phn-image img{
        width: 100%;
        height: 100%;
    }
    .connection .connection-container .connection-content .connection-contact .connection-phone {
        font-size: 16px;
    }
}

/* Disclaimer */

.disclamier{
    width: 100%;
    height: fit-content;
    margin-top: 41px;
}
@media  only screen and (max-width:320px) {
    .disclamier{
        margin-top: 22px;
    }
}
@media  (min-width:321px) and (max-width:375px) {
    .disclamier{
        margin-top: 22px;
    }
}
@media  (min-width:376px) and (max-width:425px) {
    .disclamier{
        margin-top: 22px;
    }
}

/* Footer Style */


.footer{
    width: 100%;
    height: fit-content;
    margin-top: 61px;
}
.footer .footer-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer .footer-container .footer-content .footer-img{
    width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
}
.footer .footer-container .footer-content .footer-image{
    width: 197px;
    height: 38px;   
}
.footer .footer-container .footer-content .footer-image img{
    width: 100%;
    height: 100%;
}
.footer .footer-container .footer-content .footer-para{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #2A2A2A;
    margin-top: 12px;
    padding-right: 51px;
    text-align: center;
}
.footer .footer-container .footer-content .footer-social{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    column-gap: 24px;
}
.footer .footer-container .footer-content .footer-social .footer-insta{
    font-size: 32px;
}
.footer .footer-container .footer-content .footer-social .footer-insta .fa-instagram{
    color: rgb(218, 25, 89);
}
.footer .footer-container .footer-content .footer-social .footer-insta .fa-facebook,.fa-twitter{
    color: #283684;
}
.footer .footer-container .footer-menu .footer-list ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 36px;
    font-size: 22px;
    font-weight: 400;
}
@media only screen and (max-width:320px) {
    .footer{
        margin-top: 22px;
        padding: 18px;
    }
    .footer .footer-container .footer-content .footer-image{
        width: 147px;
        height: 32px;
    }
    .footer .footer-container .footer-content .footer-image img{
        width: 100%;
        height: 100%;
    }
    .footer .footer-container .footer-content .footer-para{
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 35px;
        color: #2A2A2A;
        text-align: center;
        padding: 0px;
    }
    .footer .footer-container .footer-menu .footer-list ul{
        margin-top: 22px;
        font-size: 18px;
    }
    .footer .footer-container .footer-content .footer-social{
        justify-content: center;
    }
}
@media (min-width:321px) and (max-width:375px) {
    .footer{
        margin-top: 22px;
        padding: 18px;
    }    
    .footer .footer-container .footer-content .footer-image{
        width: 147px;
        height: 32px;
    }
    .footer .footer-container .footer-content .footer-image img{
        width: 100%;
        height: 100%;
    }
    .footer .footer-container .footer-content .footer-para{
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 35px;
        color: #2A2A2A;
        text-align: center;
        padding: 0px;
    }
    .footer .footer-container .footer-menu .footer-list ul{
        margin-top: 22px;
        font-size: 18px;
    }
    .footer .footer-container .footer-content .footer-social{
        justify-content: center;
    }
}
@media (min-width:376px) and (max-width:425px) {
    .footer{
        margin-top: 22px;
        padding: 18px;
    }
    
    .footer .footer-container .footer-content .footer-image{
        width: 147px;
        height: 32px;
    }
    .footer .footer-container .footer-content .footer-image img{
        width: 100%;
        height: 100%;
    }
    .footer .footer-container .footer-content .footer-para{
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 35px;
        color: #2A2A2A;
        text-align: center;
        padding: 0px;
    }
    .footer .footer-container .footer-menu .footer-list ul{
        margin-top: 22px;
        font-size: 18px;
    }
    .footer .footer-container .footer-content .footer-social{
        justify-content: center;
    }
}
@media (min-width:426px) and (max-width:768px) {
    .footer{
        margin-top: 22px;
    }
    .footer .footer-container{
        padding: 22px;
    }
}
@media (min-width:769px) and (max-width:1024px) {
    .footer{
        margin-top: 22px;
    }
    .footer .footer-container{
        padding: 22px;
    }
}
.footer-last{
    width: 100%;
    height: fit-content;
   margin-top: 22px;
}
.footer-last .footer-container{
    height: 100%;
    padding: 12px;
    border-top: 2px solid  rgb(233, 228, 228);
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-last .footer-container .footer-content{
    width: 100%;
    height: 100%;
    color: #2A2A2A;
    font-size: 18px;    
    row-gap: 22px;
}
.footer-last .footer-container .footer-content {
    text-align: center;
}
.footer-last .footer-container .footer-content .footer-list ul{
    display: flex;
    column-gap: 22px;
    flex-wrap: wrap;
    justify-content: center;    
}
.footer-last .footer-container .footer-content .footer-list ul li{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width:320px) {
    .footer-last .footer-container .footer-content{
        font-size: 16px;
    }
}
@media (min-width:321px) and (max-width:375px) {
    .footer-last .footer-container .footer-content{
        font-size: 16px;
    }
}
@media (min-width:376px) and (max-width:425px) {
    .footer-last .footer-container .footer-content{
        font-size: 16px;
    }
}