.p-50 {
    padding: 50px 0px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pl-50 {
    padding-left: 50px;
}

.blog__details-area {
    padding: 50px 0;
}
.blog__details-area.policy-sec ul,
.blog__details-area.policy-sec ol {
    margin-bottom: 20px;
}

/*----------------------------------------------------*/
.timeline {
    padding-top: 120px;
    padding-bottom: 130px;
}

.min_timeline_area {
    position: relative;
    margin-top: 65px;
    padding: 0 10px;
}

.min_timeline_area .line {
    border-color: #676282;
    position: absolute;
    top: 195px;
    /* top: 180px; */
    left: -115px;
    width: 1400px;
}

.min_timeline_area .slick-arrow {
    position: absolute;
    color: #b4b4b4;
    height: 50px;
    width: 50px;
    background: #ffffff;
    box-shadow: 0px 15px 50px rgba(40, 0, 152, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    transform: translatey(-50%);
    transition: 0.3s;
}

.min_timeline_area .slick-arrow:hover {
    color: #fff;
    background: #553bf9;
}

.min_timeline_area i.next-arrow {
    /* right: -135px; */
    right: -110px;
}

.min_timeline_area i.prev-arrow {
    left: -135px;
}

.min_timeline_area .single_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
}

.min_timeline_area .single_item .date {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #433b6b;
    border-radius: 50px;
    width: 150px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.min_timeline_area .single_item .dot {
    width: 20px;
    height: 20px;
    background: #ffded6;
    box-shadow: 0px 15px 50px rgba(40, 0, 152, 0.1);
    border-radius: 50%;
}

.min_timeline_area .single_item .content_area {
    position: relative;
    margin-top: 35px;
    background: #ffded6;
    border: 1px solid #e8e7ee;
    border-radius: 5px;
    padding-left: 22px;
    padding-top: 34px;
    padding-bottom: 10px;
    padding-right: 48px;
    text-align: center;
    min-height: 190px;
}

.min_timeline_area .single_item .content_area h5 {
    color: #2c264a;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
}

.min_timeline_area .single_item .content_area p {
    color: #4c4c63;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.min_timeline_area .single_item .content_area::after {
    position: absolute;
    content: "";
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #ffded6;
    width: 43px;
    height: 50px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.min_timeline_area .single_item.rev {
    flex-direction: column-reverse;
    margin-top: 0;
}

.min_timeline_area .single_item.rev .content_area {
    margin-top: 0;
    margin-bottom: 35px;
}

.min_timeline_area .single_item.rev .content_area::after {
    left: 50%;
    top: 160px;
    bottom: 38px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.min_timeline_area .single_item.rev .date {
    margin-bottom: 0;
    margin-top: 15px;
}

.min_timeline_area .single_item.two .content_area {
    background: #d6ffd8;
}

.min_timeline_area .single_item.two .content_area::after {
    background: #d6ffd8;
}

.min_timeline_area .single_item.two .dot {
    background: #d6ffd8;
}

.min_timeline_area .single_item.three .content_area {
    background: #ffecc4;
}

.min_timeline_area .single_item.three .content_area::after {
    background: #ffecc4;
}

.min_timeline_area .single_item.three .dot {
    background: #ffecc4;
}

.min_timeline_area .single_item.four .content_area {
    background: #e0edfc;
}

.min_timeline_area .single_item.four .content_area::after {
    background: #e0edfc;
}

.min_timeline_area .single_item.four .dot {
    background: #e0edfc;
}

/* .prev-arrow::before {
  content: '\2190';
}
.ph-arrow-right::before {
  content: '\2192';
} */

/*---------------------------------------------------- */
.breadcrumb__area.breadcrumb__bg.product-inners {
    padding: 150px 0px;
}
.breadcrumb__area.breadcrumb__bg.product-inners h2.title,
.breadcrumb__area.breadcrumb__bg.product-inners p,
.breadcrumb__area.breadcrumb__bg.product-inners .list-wrap li {
    color: #fff;
}
.content-imgsec {
    padding: 50px 0px;
}
.services__area-two.box-sec {
    display: flex;
    background: transparent;
}
.services__item-two.boxes-sec {
    display: flex;
}
.services__item-two.boxes-sec .services__icon-two img {
    max-width: 40px;
}
.services__item-two.boxes-sec .services__content-two {
    margin-left: 15px;
}

i.flaticon-right-arrow.prev-arrow.slick-arrow {
    transform: rotate(180deg);
    top: 45%;
}

.faq-payout button.accordion-button:hover {
    color: #15176c;
}

.payoutlinks-boxes {
    background: #171a7c;
    padding: 120px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.payoutlinks-boxicon {
    display: flex;
    gap: 10px;
}
.payoutlinks-boxtext {
    margin-top: 15px;
}
.payoutlinks-boxicon .content h4.title,
.payoutlinks-boxtext p {
    color: #fff;
}

.payoutlinks-boxborder {
    border: 1px solid #ffffff2b;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 5px;
}
.faq-payout {
    padding: 10px 0px;
    margin-top: 50px;
}

label.error {
    color: #d90000;
    font-size: 14px;
}
@media (max-width: 767px) {
    .sign-signup-sec {
        height: 50vh;
    }
}

@media (max-width: 320px) {
    .switch {
        width: 500px !important;
    }

    .switch__container {
        width: 500px !important;
        padding: 50px 15px;
    }
}

input.btn:hover {
    background: var(--tg-theme-secondary);
}

.sweet-alert .icon.success .placeholder {
    border: 4px solid #a5dc86;
    background: transparent;
}
.about-img-wrap .mask-img-wrap {
    mask-image: none;
    -webkit-mask-image: none;
    height: 100%;
    width: 100%;
    max-width: 417px;
}

.choose-area {
    background-image: url("../img/middle_background_5.png");
    background-size: 100% 100%;
    background-color: #fffbf3;
    background-repeat: no-repeat;
    /* height: 950px; */
}
.choose-list .list-wrap li .content p {
    width: 75%;
}

.progress-sec .progress-div {
    margin-bottom: 30px;
}
.services__icon-three {
    background: #0628593d;
}

.banner-bg {
    padding: 225px 0 180px;
    min-height: 100%;
}

.services-item:hover .services-content .icon {
    background: #dbdcf0;
}
path.cls-1 {
    fill: #f7a400;
}
.services__tab-wrap .nav-link.active path.cls-1 {
    fill: #fff;
}
.about__list-box .list-wrap li
{
  font-weight: 400;
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
}
.accordion-button:focus{
  box-shadow: none;
}
.tgmenu__main-menu .menu-item-has-children:has(>.sub-menu li.active) > a { 
  color: var(--tg-theme-primary);
}
.tgmenu__navbar-wrap ul .m-sgin-btn{
  display: none ;
}
.m-sgin-btn.header-btn{
 
  padding-left: 25px;
  padding-top: 20px;
}

.m-sgin-btn .btn{
  position: relative;
  color: var(--tg-color-white-default) !important;
  font-size: 14px !important;
  width: max-content;
  padding-right: 40px !important;
}
.m-sgin-btn .btn::after{
position: absolute;
right: 10px;
top: 20px;
}
@media (max-width: 991px) {
    section.banner-area.banner-bg {
        background: transparent !important;
        text-align: center;
        padding-bottom: 90px;
    }
    .choose-area{
      background-image: none;
      background-color: #171A7C;
    }
    .tgmenu__navbar-wrap ul .m-sgin-btn{
      display: block;
    }
}
@media (max-width:1024px) {
  .footer-top .row > *:nth-child(3) .footer-widget,
  .footer-top .row > *:nth-child(2) .footer-widget{
    margin-left: 0;
  }
}
@media (min-width:1200px) and (max-width: 1600px) {
  section.banner-area.banner-bg{
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
  }
  .banner-content .title{
    font-size: 44px;
  }
  .timeline{
    padding-top: 60px ;
    padding-bottom: 70px;
  }
  .breadcrumb__area.breadcrumb__bg.product-inners{
    padding: 60px 0 80px;
  }
  .about__content-four p{
   margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  section#about {
    padding-top: 0;
}
.about-content,
.services__content-four,
.choose-content,
section.about__area-four,
.about__content-inner-three,
section.services__area-four.services__bg-four
{
  text-align: center;
}
.services__item-top
{
  flex-direction: column;
}
.services__icon-three::before
{
  display: none;
}
.about-bottom,
.services__item-top
{
  justify-content: center;
  
}
section.services__area-four.services__bg-four .services__item-three
{
  padding: 15px 20px;
}

.services__thumb-four img
{
  height: 100%;
}
.choose-area {

    background-size: cover;
  }
  .choose-img-wrap {
    margin-top: 20px;
}
.services__item-five
{
  padding: 60px 10px 15px;
}
.features__item-wrap
{
  padding: 15px;
}
.breadcrumb{
  justify-content: center;
}
}

@media (max-width: 579px) {
  .blog__details-area{
    padding-bottom: 0;
  }
.counter-area .counter-item {
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
.counter-item .content .count
{
  justify-content: center;
}
.choose-list .list-wrap li
{
  flex-direction: column;
}
.choose-list .list-wrap li .content p
{
  width: 100%;
}
.choose-list .list-wrap li .icon img
{
  width: 100%;
  max-width: 64px;
}
.team-area,
.services__area-two,
.footer-top,
.footer-top,
.timeline{
  padding: 50px 0px !important;
}
.team-item-wrap p {
  margin-top: 15px;
}
section.team-area .team-item-wrap,
.services__area-two 
{
  text-align: center;
}
.services__item-two,
.footer-top,
.breadcrumb__area,
.features__item
{
  text-align: center;
}
section.services__area-two .services__item-two {
  padding: 15px;
}
.footer-area .fw-title::before
{
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-info-list .list-wrap li
{
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-top
{
  padding-bottom: 0 !important;
}
.counter-area
{
  padding-bottom: 0px;
}
.breadcrumb__area.breadcrumb__bg.product-inners {
  padding: 50px 0px;
  background-color:#011b45 !important
}
.services__bg-seven
{
  padding: 30px 0px;
}
.about__content-inner-three
{
  justify-content: center;
}
.pr-sm-0{
  padding-right: 0 !important;
}

section.breadcrumb__area.breadcrumb__bg.product-inners img {
  max-width: 100%;
  padding-top: 10px;
}
.breadcrumb__area
{
  background: #011b45;
}
section.about__area-four .about__content-four.pl-50 {
  padding-left: 0;
}

.services__item-two.boxes-sec
{
  flex-direction: column;
}
section.about__area-four.p-50
{
  padding: 20px 0px;
}

.contact__area
{
  padding: 50px 0px;
  text-align: center;
}
.contact__info .list-wrap li {
  
  flex-direction: column;

}
.contact-map {
  height: 100%;
}
.features__icon {
 
  margin: 0 auto;
  margin-bottom: 20px;
}
}