@media only screen and (max-width: 576px) {
    .main-header__logo img {
          width: 230px;
    }
    
    .career-link {
    /*margin-left: 10px!important;*/
    /*font-size: 12px !important;*/
    margin-left: 10px !important;
        font-size: 10px !important;
}
  .home-page-slider{
      width:100%!important;
  }
  }
  
  @media only screen and (max-width: 576px) {
    .page-header__title {
         font-size: 30px;
    }
    
    .main-footer__copyright {
    line-height: 1.7!important;
}
  }
  
  .home-page-slider{
      width:617px;
  }
  
/*--------------------------------------------------------------
# news start
--------------------------------------------------------------*/
            .whats-new {
    background-color: #efefef;
    width: 100%;
    /* height: 60px; */
    height: 50px;
}
.headline-title {
    font-size: 18px;
    background-color: #283566;
    color: #fff;
    height: 100%;
    min-width: 241px;
    position: relative;
    margin-right: 40px;
    font-weight: 500;
}
.headline-title span {
    color: #fff;
}
.headline-title::after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #283566;
    position: absolute;
    right: -8px;
}


/*--------------------------------------------------------------
# news end
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# loan start
--------------------------------------------------------------*/


.st__feature__box {
    background: #efefef;
    padding: 42px 33px 33px;
    height: 348px;
    border-radius: 5px;
}
.st__feature__icon {
    position: relative;
    z-index: 1;
}
.st__feature__icon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 32px;
    background: #f1f1f1;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    z-index: -1;
    transition: all 1000ms ease;
    -webkit-animation: st__rotate 10s infinite linear;
    -moz-animation: st__rotate 5s infinite linear;
    -o-animation: st__rotate 5s infinite linear;
    animation: st__rotate 5s infinite linear;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
.st__feature__content h2 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 18px;
}
.line {
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #283566;
    position: relative;
}
.line:after {
    position: absolute;
    content: '';
    height: 4px;
    width: 12px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    animation: st__line 3s ease infinite alternate;
    -webkit-animation: st__line 3s ease infinite alternate;
}

.st__feature__icon img{
        width: 56px!important;
}

.st__feature__content p{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
        line-height: 1.625;
}

/*--------------------------------------------------------------
# loan end
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Financial start
--------------------------------------------------------------*/
    .work-process-area{
            padding-top: 50px;
    padding-bottom: 50px;
    }
.process-card-wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* background-color: #fff; */
    z-index: 5;
    gap: 30px;
}
.process-card.style1 {
    position: relative;
    background-color: #efefef;
    box-shadow: rgba(98, 34, 204, 0.08) 0px 4px 25px 0px;
    padding: 82px 30px 15px;
       border-bottom: 8px solid #28356626;
    border-radius: 0px 0px 1200px 1200px;
    transition: 0.4s;
}

.process-card.style1:hover {
    border-bottom: 8px solid #283566;
}
.process-card.style1 .content .title {
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
}

.process-card.style1 .content .title {
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 10px;
        color: #38761d;
}
.process-card.style1 .content .text {
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 37px;
    color: #283566;
}

.process-card.style1 .content .text, .process-card.style1 .content .title {
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
}
.process-card.style1 .icon-container {
    top: -35%;
    width: 114px;
    height: 114px;
    line-height: 114px;
    background-color: #fff;
    border: 1px solid #283566;
    transform: translate(-50%, 35%);
    -webkit-transform: translate(-50%, 35%);
    -moz-transform: translate(-50%,35%);
    -ms-transform: translate(-50%,35%);
    -o-transform: translate(-50%,35%);
}
.process-card.style1 .icon-container .icon {
    top: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: linear-gradient(90deg, #283566, #283566 123.82%);
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
}
.process-card.style1 .icon-container, .process-card.style1 .icon-container .icon {
    position: absolute;
    left: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.process-card {
  position: relative;
  transition: all 0.4s ease;
  transform: translateY(0);
}

.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Icon flip animation */
.process-card .icon-container .icon img {
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.process-card:hover .icon-container .icon img {
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
    .process-card-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 767px) {
    .process-card-wrap .process-card.style1, .process-card-wrap .process-card.style1:nth-child(3) {
        margin-bottom: 57px;
    }
}

/*--------------------------------------------------------------
# Financial  end
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# slider news  start
--------------------------------------------------------------*/

        .why-choose-one{
                background: #efefef;
        }

        .latest-news-box {
    width: 100% !important;
}
.latest-news-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 20.2144px rgba(117, 154, 207, 0.2);
    border-radius: 10px;
    min-height: 354px;
}
.latest-news-heading {
    background-color: #283566;
    position: relative;
    padding: 4px 15px 6px;
    margin-bottom: 10px;
}
.latest-news-heading h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}
.marquee-box-ht {
    height: 308px;
    overflow: hidden;
}
.latest-news-box marquee {
    padding: 10px 15px;
    height: 299px;
}
.whatsnew ul li {
    list-style: none;
    margin-bottom: 25px;
    font-size: 16px;
}
#whatsnew{
        padding-left: 0rem;
}
/*--------------------------------------------------------------
# slider news  start
--------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
    .headline-title {
        font-size: 18px;
        min-width: 170px;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .headline-text {
        font-size: 14px;
    }
    .custom-cursor__cursor {
        display: none;
    }
    .custom-cursor__cursor-two{
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .process-card.style1 .content .text {
        font-size: 13px;
    }
    .process-card.style1 .content .title {
        font-size: 20px;
    }
    .process-card.style1 .content .text {
        margin-bottom: 15px;
    }
}
