/*==============================================
  Why Choose One
===============================================*/
.why-choose-one {
    position: relative;
    display: block;
    padding: 120px 0 112px;
    z-index: 1;
}

.why-choose-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.why-choose-one__pattern::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--donatix-gray-bg-rgb), 0.75);
    content: "";
}

.why-choose-one .shape1 {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.why-choose-one .shape2 {
    position: absolute;
    bottom: 90px;
    right: 270px;
    animation: shake-l-r 4s linear 0s infinite;
    z-index: -1;
}

.why-choose-one__content {
    position: relative;
    display: block;
    margin-right: -14px;
}

.why-choose-one__content .sec-title {
    padding-bottom: 20px;
}

.why-choose-one__content-text1 {
    position: relative;
    display: block;
}

.why-choose-one__content-text1 p {
    margin: 0;
}

.why-choose-one__content-text2 {
    position: relative;
    display: block;
    background: var(--donatix-white);
    border-radius: 30px;
    padding: 20px 25px 37px;
    margin-top: 35px;
    z-index: 1;
}

.why-choose-one__content-text2::before {
    position: absolute;
    bottom: 0px;
    left: 60px;
    height: 20px;
    right: 60px;
    background: var(--donatix-secondary);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    content: "";
}

.why-choose-one__content-text2-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-choose-one__content-text2-top-left {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-one__content-text2-top-left-img {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-one__content-text2-top-left-img li {
    position: relative;
    display: block;
}

.why-choose-one__content-text2-top-left-img li+li {
    margin-left: -20px;
}

.why-choose-one__content-text2-top-left-img li .img-box {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 0px solid var(--donatix-white);
    overflow: hidden;
}

.why-choose-one__content-text2-top-left-img li .img-box img {
    width: 100%;
}

.why-choose-one__content-text2-top-left-img li .icon-box {
    position: relative;
    display: block;
}

.why-choose-one__content-text2-top-left-img li .icon-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--donatix-base);
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--donatix-white);
    color: var(--donatix-white);
}

.why-choose-one__content-text2-top-left-img li .icon-box a span::before {
    position: relative;
    display: inline-block;
    color: var(--donatix-white);
    font-size: 13px;
    line-height: 13px;
}

.why-choose-one__content-text2-top-left-text {
    position: relative;
    display: block;
    margin-left: 21px;
}

.why-choose-one__content-text2-top-left-text p {
    color: var(--donatix-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.why-choose-one__content-text2-top-left-text p span {
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.why-choose-one__content-text2-top-right {
    position: relative;
    display: block;
}

.why-choose-one__content-text2-top-right .rating-box {
    position: relative;
    display: block;
}

.why-choose-one__content-text2-bottom {
    position: relative;
    display: block;
    border-top: 1px solid #D8DDE1;
    margin-top: 15px;
    padding-top: 13px;
}

.why-choose-one__content-text2-bottom p {
    color: var(--donatix-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--donatix-font-two);
}

.why-choose-one__content-text3 {
    position: relative;
    display: block;
    margin-top: 33px;
}

.why-choose-one__content-text3 .row > div::before,
.why-choose-one__content-text3 ul li::before {
    position: absolute;
    top: 10px;
    right: 5px;
    bottom: 10px;
    width: 1px;
    background: #1F1F1F;
    background: linear-gradient(180deg, rgba(31, 31, 31, 0) 5%, rgba(31, 31, 31, 0.99) 50%, rgba(31, 31, 31, 0) 93%);
    content: "";
}

.why-choose-one__content-text3 .row > div:last-child:before,
.why-choose-one__content-text3 ul li:last-child:before {
    display: none;
}

.why-choose-one__content-text3-single {
    position: relative;
    display: block;
}

.why-choose-one__content-text3-single-inner {
    position: relative;
    display: block;
    padding-left: 35px;
}

.why-choose-one__content-text3-single-inner .icon-box {
    position: absolute;
    top: 7px;
    left: 0;
}

.why-choose-one__content-text3-single-inner .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--donatix-base);
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__content-text3-single:hover .why-choose-one__content-text3-single-inner .icon-box span::before {
    color: var(--donatix-secondary);
}

.why-choose-one__content-text3-single-inner .text-box {
    position: relative;
    display: block;
}

.why-choose-one__content-text3-single-inner .text-box h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.why-choose-one__content-text3-single-inner .text-box p {
    margin: 0;
}

.why-choose-one__img {
    position: relative;
    display: block;
    margin-left: 30px;
}

.why-choose-one__img1 {
    position: relative;
    display: block;
    float: right;
    padding-right: 60px;
}

.why-choose-one__img1 .inner {
    position: relative;
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.why-choose-one__img1 .inner::before {
    background: hsla(0, 0%, 100%, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}

.why-choose-one__img:hover .why-choose-one__img1 .inner:before {
    width: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.why-choose-one__img1 img {
    width: 100%;
    transform: scale(1.01);
    transition: transform .5s cubic-bezier(.27, .48, .45, .94);
    transform-origin: 70% 80%
}

.why-choose-one__img:hover .why-choose-one__img1 img {
    transform: scale(1.036);
    transition-duration: .9s
}

.why-choose-one__img-experince {
    position: absolute;
    top: 65px;
    right: 0px;
    bottom: 65px;
    background: var(--donatix-primary);
    border-radius: 40px;
    width: 125px;
    z-index: 5;
}

.why-choose-one__img-experince-inner {
    position: relative;
    display: flex;
    align-items: center;
    transform: rotate(-90deg) translateX(0%);
    width: max-content;
    margin: 300px 17px 0px;
    transform-origin: 0 0;
}

.why-choose-one__img-experince-inner .count-text {
    position: relative;
    display: block;
    margin-right: 20px;
}

.why-choose-one__img-experince-inner .count-text h2 {
    color: var(--donatix-white);
    font-size: 74px;
    line-height: 84px;
    font-weight: 800;
    font-family: var(--donatix-font-two);
}

.why-choose-one__img-experince-inner .count-text h2 .odometer.odometer-auto-theme,
.why-choose-one__img-experince-inner .count-text h2 .odometer.odometer-theme-default {
    line-height: 84px;
    font-weight: 800;
    font-family: var(--donatix-font-two);
}

.why-choose-one__img-experince-inner p {
    color: var(--donatix-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--donatix-font-two);
}

.why-choose-one__img2 {
    position: absolute;
    left: 0;
    bottom: -118px;
    mask: url("../../images/css-extracted/extracted-91df832d89d020aee1390e083fd01a85.svg");

    -webkit-mask: url("../../images/css-extracted/extracted-91df832d89d020aee1390e083fd01a85.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 2;
}

.why-choose-one__img2::before {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: -1px;
    right: 0px;
    border: 5px solid var(--donatix-gray-bg);
    content: "";
    border-radius: 30px;
    z-index: 5;
}

.why-choose-one__img2::after {
    background: hsla(0, 0%, 100%, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}

.why-choose-one__img:hover .why-choose-one__img2::after {
    width: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.why-choose-one__img2 img {
    width: 100%;
    transform: scale(1.01);
    transition: transform .5s cubic-bezier(.27, .48, .45, .94);
    transform-origin: 70% 80%
}

.why-choose-one__img:hover .why-choose-one__img2 img {
    transform: scale(1.036);
    transition-duration: .9s
}


/*==============================================
  Why Choose Two
===============================================*/
.why-choose-two {
    position: relative;
    display: block;
    background: var(--donatix-white);
    padding: 120px 0px 109px;
    z-index: 1;
}

.why-choose-two .shape4 {
    position: absolute;
    top: 90px;
    left: 150px;
    animation: shake-l-r 4s linear 0s infinite;
    z-index: -1;
}

.why-choose-two__left {
    position: relative;
    display: block;
    margin-right: -40px;
    z-index: 2;
}

.why-choose-two__left .tabs-button-box {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-two__left .tabs-button-box li+li {
    margin-top: 26px;
}

.why-choose-two__left .tabs-button-box .tab-btn-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px 25px 25px;
    background: var(--donatix-white);
    box-shadow: 0px 10px 40px rgb(0, 0, 0, 0.1);
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.why-choose-two__left .tabs-button-box .tab-btn-item .shape5 {
    position: absolute;
    top: 42%;
    right: -67px;
    transform: scaleX(0.9) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: 20;
}

.why-choose-two__left .tabs-button-box .tab-btn-item.active-btn .shape5 {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}


.why-choose-two__left .tabs-button-box .tab-btn-item .icon-box {
    position: relative;
    display: block;
    margin-right: 23px;
}

.why-choose-two__left .tabs-button-box .tab-btn-item .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--donatix-secondary);
    font-size: 50px;
    line-height: 50px;
}

.why-choose-two__left .tabs-button-box .tab-btn-item.active-btn .icon-box span::before {
    color: var(--donatix-white);
}

.why-choose-two__left .tabs-button-box .tab-btn-item .text-box {
    position: relative;
    display: block;
}

.why-choose-two__left .tabs-button-box .tab-btn-item .text-box h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.why-choose-two__left .tabs-button-box .tab-btn-item.active-btn .text-box h2 {
    color: var(--donatix-white);
}

.why-choose-two__left .tabs-button-box .tab-btn-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0%;
    background-color: var(--donatix-base);
    border-radius: 30px;
    transition: all 0.3s ease;
    z-index: -1;
}

.why-choose-two__left .tabs-button-box .tab-btn-item.active-btn:after {
    height: 100%;
}

.approch-one__tab .tabs-button-box .tab-btn-item.active-btn h3 {
    color: var(--donatix-white);
}

.why-choose-two__right {
    position: relative;
    display: block;
    background: var(--donatix-primary);
    padding: 39px 40px 39px;
    border-radius: 30px;
    margin-left: 70px;
    z-index: 1;
}

.why-choose-two__right .shape1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.why-choose-two__right .shape2 {
    position: absolute;
    top: 20px;
    right: 40px;
    opacity: 0.1;
    animation: shake-l-r 4s linear 0s infinite;
    z-index: -1;
}

.why-choose-two__right .shape3 {
    position: absolute;
    right: 40px;
    bottom: 43px;
    z-index: -1;
}

.why-choose-two__tab .tabs-content .tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.why-choose-two__tab .tabs-content .tab.tab-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.why-choose-two__tab-single {
    transition: all 0.7s ease;
    opacity: 0;
    transform: scaleY(0.9);
    transform-origin: top bottom;
}

.why-choose-two__tab .tabs-content .tab.tab-active .why-choose-two__tab-single {
    opacity: 1.0;
    transform: scaleY(1);
    transform-origin: bottom top;
}

.why-choose-two__right-inner {
    position: relative;
    display: block;
}

.why-choose-two__tab-single {
    position: relative;
    display: block;
}

.why-choose-two__tab-single-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-two__tab-single-img {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.why-choose-two__tab-single-img img {
    width: 100%;
}

.why-choose-two__tab-single-content {
    position: relative;
    display: block;
    margin-left: 40px;
    flex: 1;
}

.why-choose-two__tab-single-content .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin-bottom: 11px;
    z-index: 1;
}

.why-choose-two__tab-single-content .icon-box::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 20px;
    background: var(--donatix-base);
    content: "";
    z-index: -1;
}

.why-choose-two__tab-single-content .icon-box::after {
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: 7px;
    right: 7px;
    border-radius: 20px;
    background: #39534E;
    content: "";
    z-index: -2;
}

.why-choose-two__tab-single-content .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--donatix-white);
    font-size: 50px;
    line-height: 50px;
}

.why-choose-two__tab-single-content-text1 {
    position: relative;
    display: block;
}

.why-choose-two__tab-single-content-text1 h2 {
    color: var(--donatix-white);
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 11px;
}

.why-choose-two__tab-single-content-text1 p {
    color: var(--donatix-white);
}

.why-choose-two__tab-single-content-list {
    position: relative;
    display: block;
    margin-top: 17px;
}

.why-choose-two__tab-single-content-list li {
    position: relative;
    display: block;
}

.why-choose-two__tab-single-content-list li+li {
    margin-top: 10px;
}

.why-choose-two__tab-single-content-list li p {
    color: var(--donatix-white);
}

.why-choose-two__tab-single-content-list li p span::before {
    position: relative;
    display: inline-block;
    color: var(--donatix-base);
    font-size: 16px;
    line-height: 16px;
    margin-right: 6px;
    top: 2px;
}

.why-choose-two__tab-single-content-btn {
    position: relative;
    display: block;
    margin-top: 29px;
}