/* bannner-10 area style start */
.banner-10.banner-area {
    background-image: url(../imgs/Banking/Escrow/Section1/BG.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .banner-10.banner-area .wc-btn-primary {
    border-radius: 70px;
    background-color:#000000;
    color: #ffc372;
    border-color: transparent;
  }
  .banner-10.banner-area .wc-btn-primary:hover {
    background-color: #ffffff;
    border-color: transparent;
    color: #000000 !important;
  }
  .banner-10.banner-area .wc-btn-play {
    height: 70px;
    width: 70px;
    background-color: #000000;
    border-color: transparent;
    color: #ffc372;
  }
  .banner-10.banner-area .wc-btn-play:hover {
    background-color: #ffffff;
    border-color: transparent;
    color: #000000;
  }
  .banner-10.banner-area .wc-btn-play i {
    color: #ffc372;
  }
  .banner-10.banner-area .wc-btn-play:hover i {
    color: #000000;
  }
  .banner-10.banner-area .wc-btn-play i {
    transform: rotate(45deg);
    color: #ffc372;
  }
  .banner-10 .banner-content .title {
    font-size: 90px;
    font-weight: 900;
    max-width: 535px;
    margin-top: 0px;
  }
  @media only screen and (max-width: 1919px) {
    .banner-10 .banner-content .title {
      font-size: 70px;
      max-width: 425px;
      margin-top: 0px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner-10 .banner-content .title {
      font-size: 50px;
    }
  }
  @media only screen and (max-width: 991px) {
    .banner-10 .banner-content .title {
      margin-top: 0px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-10 .banner-content .title {
      margin-top: 0px;
      max-width: 100%;
    }
  }
  @media (max-width: 575px) {
    .banner-10 .banner-content .title {
      font-size: 40px;
    }
  }
  .banner-10 .content-box {
    display: flex;
    margin-top: 20px;
    padding-left: 0;
  }
  @media only screen and (max-width: 1919px) {
    .banner-10 .content-box {
      margin-top: 20px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner-10 .content-box {
      padding-left: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .banner-10 .content-box {
      margin-inline-start: 0;
      margin-top: 20px;
      border-top: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-10 .content-box {
      flex-direction: column;
    }
  }
  .banner-10 .content-box .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-10 .content-box .content {
    padding: 0;
    padding-left: 0;
  }
  @media only screen and (max-width: 1399px) {
    .banner-10 .content-box .content {
      padding: 36px 50px;
      padding-inline-end: 40px;
    }
  }
  @media only screen and (max-width: 991px) {
    .banner-10 .content-box .content {
      padding-inline-end: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-10 .content-box .content {
      padding: 20px 0;
    }
  }
  .banner-10 .content-box .text {
    font-size: 20px;
    line-height: 1.4;
    max-width: 360px;
  }
  @media only screen and (max-width: 1399px) {
    .banner-10 .content-box .text {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-10 .content-box .text {
      max-width: 100%;
    }
  }
  .banner-10 .content-box .btn-wrapper {
    margin-top: 20px;
  }
  @media only screen and (max-width: 767px) {
    .banner-10 .content-box .btn-wrapper {
      margin-top: 17px;
    }
  }
  .banner-10 .banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media only screen and (max-width: 991px) {
    .banner-10 .banner-inner {
      flex-direction: column;
    }
  }
  .banner-10 .banner-thumb {
    position: relative;
    
    align-self: stretch;
  }
  @media only screen and (max-width: 1199px) {
    .banner-10 .banner-thumb {
    }
  }
  @media only screen and (max-width: 991px) {
    .banner-10 .banner-thumb {
      margin-inline-end: 0;
      margin-top: 30px;
      margin-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-10 .banner-thumb {
      margin-bottom: 60px;
    }
  }
  .banner-10 .banner-thumb .thumb {
    width: 100%;
    height: 100%;
  }
  .banner-10 .banner-thumb .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-10 .banner-thumb .customer-box-wrapper {
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
  }
  .banner-10 .customer-box {
    background-color: #F8E9D7;
    padding: 134px 125px 123px;
  }
  @media only screen and (max-width: 1919px) {
    .banner-10 .customer-box {
      padding: 104px 97px 100px;
    }
  }
  @media only screen and (max-width: 1399px) {
    .banner-10 .customer-box {
      padding: 88px 97px 100px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner-10 .customer-box {
      padding: 78px 67px 65px;
    }
  }
  @media (max-width: 575px) {
    .banner-10 .customer-box {
      padding: 58px 57px 50px;
    }
  }
  .banner-10 .customer-box .title {
    font-size: 50px;
    font-weight: 800;
    line-height: 0.44;
    margin-bottom: 18px;
  }
  .banner-10 .customer-box .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.16;
    margin-bottom: 26px;
    max-width: 166px;
  }
  .banner-10 .customer-box .thumbs {
    display: flex;
  }
  .banner-10 .customer-box .thumbs img {
    width: 55px;
    border-radius: 50%;
    border: 3px solid #F8E9D7;
  }
  .banner-10 .customer-box .thumbs img:not(:first-child) {
    margin-inline-start: -20px;
  }
  .banner-10 .customer-box .border-corner {
    position: absolute;
    top: 40px;
    inset-inline-start: 40px;
  }
  @media (max-width: 575px) {
    .banner-10 .customer-box .border-corner {
      display: none;
    }
  }
  .dir-rtl .banner-10 .customer-box .border-corner {
    transform: rotateY(180deg);
  }
  
  /* bannner-10 area style end */

  /* funfact area style  */
.funfact-area .section-title {
    max-width: 770px;
    text-align: center;
    margin: 0 auto;
  }
  .funfact-area .section-header {
    margin-bottom: 44px;
  }
  @media only screen and (max-width: 991px) {
    .funfact-area .section-header {
      margin-bottom: 34px;
    }
  }
  .funfact-area .funfact-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin: 0 -60px;
  }
  @media only screen and (max-width: 1919px) {
    .funfact-area .funfact-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      margin: 0 -30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .funfact-area .funfact-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
  }
  .funfact-area .funfact-wrapper .funfact-item {
    border-top: 1px solid #EEF1F2;
    border-inline-start: 1px solid #EEF1F2;
    padding: 60px 60px 0;
  }
  @media only screen and (max-width: 1919px) {
    .funfact-area .funfact-wrapper .funfact-item {
      padding: 30px 30px 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .funfact-area .funfact-wrapper .funfact-item {
      border-bottom: 1px solid #eef1f2;
      padding: 30px 30px 30px;
    }
  }
  
  .funfact-item .counts {
    display: flex;
  }
  .funfact-item .counts .item {
    width: 72px;
    height: 72px;
    border: 1px solid var(--primary);
    background-color: #ffc372;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media only screen and (max-width: 767px) {
    .funfact-item .counts .item {
      width: 60px;
      height: 60px;
    }
  }
  .funfact-item .counts .item:not(:first-child) {
    margin-inline-start: -14px;
  }
  @media only screen and (max-width: 767px) {
    .funfact-item .counts .item:not(:first-child) {
      margin-inline-start: -7px;
    }
  }
  /* .funfact-item .counts .item:first-child {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    font-size: 18px;
  } */
  .funfact-item .title {
    font-size: 24px;
  }
  .funfact-item .title-wrapper {
    margin-top: 40px;
  }
  .funfact-item .text {
    font-size: 16px;
    line-height: 1.5;
  }
  .funfact-item .text-wrapper {
    margin-top: 19px;
  }

  /* partner area style  */
.partner-area {
    position: relative;
  }
  .partner-area .partner-award-text {
    max-width: 505px;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 33px;
    padding: 50px 37px 50px;
    background-color: #ffffff;
    align-items: center;
    margin-inline-start: auto;
  }
  @media only screen and (max-width: 991px) {
    .partner-area .partner-award-text {
      padding: 40px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .partner-area .partner-award-text {
      position: static;
      padding: 20px 30px;
      gap: 30px;
    }
  }
  .partner-area .partner-award-text .text {
    color: #202C39;
    font-size: 18px;
    padding-top: 24px;
    padding-bottom: 22px;
    padding-inline-start: 34px;
    /* border-inline-start: 1px solid rgba(32, 44, 57, 0.08); */
  }
  
  .partner-area-content {
    position: absolute;
    width: 100%;
    inset-inline-start: 0;
    bottom: 0;
  }
  @media only screen and (max-width: 767px) {
    .partner-area-content {
      position: static;
      background-color: #ffc372;
    }
  }


  /* service area style  */
.services-area .section-title {
    max-width: 298px;
  }
  .services-area .section-title-wrapper {
    margin-top: 57px;
  }
  @media only screen and (max-width: 1199px) {
    .services-area .section-title-wrapper {
      margin-top: 37px;
    }
  }
  .services-area .section-title-wrapper .text-wrapper {
    margin-top: 23px;
  }
  .services-area .section-title-wrapper .text-wrapper .text {
    max-width: 410px;
  }
  .services-area .section-header {
    max-width: 635px;
  }
  
  .services-area-inner {
    display: flex;
    gap: 80px;
    justify-content: space-between;
  }
  @media only screen and (max-width: 1199px) {
    .services-area-inner {
      gap: 50px;
    }
  }
  @media only screen and (max-width: 991px) {
    .services-area-inner {
      flex-direction: column;
    }
  }
  
  .services-wrapper-box {
    max-width: 805px;
    display: flex;
  }
  .services-wrapper-box .counts {
    margin-top: 70px;
    display: flex;
  }
  @media only screen and (max-width: 1199px) {
    .services-wrapper-box .counts {
      margin-top: 60px;
    }
  }
  @media only screen and (max-width: 767px) {
    .services-wrapper-box .counts {
      display: none;
    }
  }
  .services-wrapper-box .counts .item {
    width: 90px;
    height: 90px;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media only screen and (max-width: 767px) {
    .services-wrapper-box .counts .item {
      width: 60px;
      height: 60px;
    }
  }
  .services-wrapper-box .counts .item:not(:first-child) {
    margin-inline-start: -20px;
  }
  @media only screen and (max-width: 767px) {
    .services-wrapper-box .counts .item:not(:first-child) {
      margin-inline-start: -10px;
    }
  }
  .services-wrapper-box .counts .item:first-child {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    font-size: 18px;
  }
  
  .services-wrapper {
    border-inline-start: 1px solid #EEF1F2;
  }
  .services-wrapper .intro-text {
    padding-inline-start: 59px;
    padding-bottom: 38px;
    padding-inline-end: 139px;
  }
  @media only screen and (max-width: 1399px) {
    .services-wrapper .intro-text {
      padding-inline-end: 59px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .services-wrapper .intro-text {
      padding-inline-start: 29px;
      padding-inline-end: 29px;
      padding-bottom: 28px;
    }
  }
  @media only screen and (max-width: 767px) {
    .services-wrapper .intro-text {
      padding-inline-end: 0;
    }
  }
  .services-wrapper .intro-text span {
    font-weight: 500;
    color: var(--primary);
    text-decoration: underline;
  }
  .services-wrapper .service-box {
    border-top: 1px solid #EEF1F2;
    padding-top: 58px;
    padding-inline-start: 40px;
    padding-inline-end: 139px;
    display: flex;
    gap: 60px;
  }
  @media only screen and (max-width: 1399px) {
    .services-wrapper .service-box {
      padding-inline-end: 59px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .services-wrapper .service-box {
      padding-inline-start: 29px;
      padding-inline-end: 29px;
      padding-top: 28px;
      gap: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .services-wrapper .service-box {
      padding-inline-end: 0;
    }
  }
  .services-wrapper .service-box:not(:last-child) {
    padding-bottom: 39px;
  }
  @media only screen and (max-width: 1199px) {
    .services-wrapper .service-box:not(:last-child) {
      padding-bottom: 28px;
    }
  }
  .services-wrapper .service-box .count {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
  }
  .services-wrapper .service-box .title {
    font-size: 30px;
  }
  @media only screen and (max-width: 1199px) {
    .services-wrapper .service-box .title {
      font-size: 26px;
    }
  }
  .services-wrapper .service-box .text-wrapper {
    margin-top: 13px;
  }
  .services-wrapper .service-box .btn-wrapper {
    margin-top: 22px;
  }
  .services-wrapper .service-box .wc-btn-normal {
    gap: 10px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary);
  }

  /* choose area style  */
.choose-area {
    background-image: url(../imgs/Banking/Escrow/Section5/BG.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .choose-area .content-wrap {
    width: 775px;
    padding-inline-start: 123px;
    padding-top: 128px;
    padding-bottom: 123px;
    margin-inline-start: auto;
  }
  @media only screen and (max-width: 1919px) {
    .choose-area .content-wrap {
      width: 690px;
      padding-inline-start: 70px;
      padding-top: 98px;
      padding-bottom: 93px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .choose-area .content-wrap {
      width: 100%;
      padding-inline-start: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .choose-area .content-wrap {
      padding-top: 78px;
      padding-bottom: 73px;
    }
  }
  @media only screen and (max-width: 767px) {
    .choose-area .content-wrap {
      padding-top: 58px;
      padding-bottom: 53px;
    }
  }
  .choose-area .choose-area-inner {
    display: flex;
    position: relative;
  }
  @media only screen and (max-width: 1199px) {
    .choose-area .choose-area-inner {
      flex-direction: column;
    }
  }
  .choose-area .section-title {
    max-width: 550px;
    color: #000000;
  }
  .choose-area .wcf_iconbox .title {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  @media only screen and (max-width: 1199px) {
    .choose-area .wcf_iconbox .title {
      font-size: 26px;
    }
  }
  .choose-area .wcf_iconbox .thumb {
    margin-bottom: 38px;
  }
  .choose-area .wcf_iconbox .thumb img {
    height: 60px;
  }
  @media only screen and (max-width: 1199px) {
    .choose-area .wcf_iconbox .thumb img {
      height: 40px;
    }
  }
  .dir-rtl .choose-area .wcf_iconbox .thumb img {
    transform: rotateY(180deg);
  }
  .choose-area .wcf_iconbox .text {
    font-size: 18px;
    line-height: 1.33;
  }
  .choose-area .choose-wrapper {
    display: grid;
    gap: 54px 30px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 276px));
    justify-content: space-between;
  }
  @media only screen and (max-width: 1199px) {
    .choose-area .choose-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(210px, 210px));
    }
  }
  @media only screen and (max-width: 991px) {
    .choose-area .choose-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(210px, 310px));
    }
  }
  @media only screen and (max-width: 767px) {
    .choose-area .choose-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(210px, 235px));
      gap: 45px 30px;
    }
  }
  @media (max-width: 575px) {
    .choose-area .choose-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(210px, 330px));
    }
  }
  .choose-area .choose-thumb {
    position: absolute;
    inset-inline-end: 775px;
    height: 100%;
    width: 62%;
  }
  @media only screen and (max-width: 1919px) {
    .choose-area .choose-thumb {
      inset-inline-end: 690px;
      width: 65%;
    }
  }
  @media only screen and (max-width: 1199px) {
    .choose-area .choose-thumb {
      position: static;
      width: 100%;
    }
  }
  .choose-area .choose-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .choose-area .section-heading {
    margin-bottom: 48px;
  }
  @media only screen and (max-width: 991px) {
    .choose-area .section-heading {
      margin-bottom: 38px;
    }
  }
  @media only screen and (max-width: 767px) {
    .choose-area .section-heading {
      margin-bottom: 38px;
    }
  }