.support-type-wrapper .container{
    max-width: 1544px;
    margin: 0 auto;
}

.support-type-wrapper .owl-item{
    padding-right: 60px;
}

.support-type-wrapper .post-title{
    line-height: 1.5;
    font-size: 1.17647rem;
    font-weight: 700;
    padding: 0 20px;
    margin-bottom: 7px;
    color: #00aeef;
}

.support-type-wrapper .post-description{
    line-height: 1.52941;
    font-size: 1rem;
    padding: 0 20px;
    color: #000000;
}


.support-type-wrapper .read-more{
    color: #ffffff;
    background-color: #f26a21;
    position: absolute;
    bottom: -30px;
    left: 50%;
    text-align: center;
    padding: 0 20px;
    transform: translateX(-50%);
    min-height: 60px;
    border-radius: 30px;
    display: inline-block;
    width: 260px;
    max-width: 100%;
    line-height: 60px;
    font-size: 1.47059rem;
    font-weight: 700;
    vertical-align: top;
    border-radius: 30px;
    text-decoration: none;
}

.support-type-wrapper img{
    margin-bottom: 14px;
    max-width: 100%;
}

.support-type-wrapper .post-slide{
    min-height: 492px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    position: relative;
}

.support-type-wrapper .owl-wrapper-outer{
    padding-top: 60px;
    padding-left: 15px;
}

.support-type-wrapper .nav-item{
    width: 25%;
}

.support-type-wrapper .nav-tabs{
    border-bottom: solid 1px #99dff9;
}

.support-type-wrapper .nav-link{
    line-height: 2.2;
    text-align: center;
    font-size: 1.17647rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    color: #78787a;
    border-bottom: solid 6px transparent !important;
    border: none;
    padding: 0;
    min-height: 50px;
}

.support-type-wrapper .nav-link.active{
    border-bottom-color: #00aeef !important;
    color: #00aeef;
}


.support-type-wrapper .owl-wrapper{
    min-height: 600px;
}

.support-type-wrapper .owl-buttons .owl-prev{
    display: inline-block;
    position: relative;
    width: 10px;
    height: 36px;
    background: url(images/arrow_gallery_blue.svg) no-repeat center center;
    vertical-align: middle;
    margin-right: 50px;
}

.support-type-wrapper .owl-buttons .owl-next{
    display: inline-block;
    position: relative;
    width: 10px;
    height: 36px;
    background: url(images/arrow_gallery_blue.svg) no-repeat center center;
    vertical-align: middle;
    transform: rotate(180deg);
}

.support-type-wrapper .owl-controls{
    top: -14%;
    position: absolute;
    right: 0;
}

.support-type-wrapper .support-type-wrapper-title{
    line-height: 1.2;
    font-size: 2.94118rem;
    font-weight: 900;
    color: #3f3f3f;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.support-type-wrapper .tab-content>.active{
    display: flex;
}

.custom-post-box{
    max-width: 319px;
    width: 100%;
    margin-top: 60px;
    margin-right: 60px;
}

/* donor flow CSS  */

.form-type-donation-wrapper .tab-pane {
    margin-top: 40px;
  }
  .form-type-donation-wrapper .tab-pane .form-select {
    background-color: #00afef;
    background: #00afef url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px !important;
    color: #fff;
    height: 58px;
    border-radius: 30px;
    font-size: 1.11765rem;
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: 40px;
    max-width: 640px;
  }
  .form-type-donation-wrapper .tab-pane .form-select option {
    background-color: #f1f1f1;
    color: #000000;
  }
  .form-type-donation-wrapper .tab-pane .form-select option:hover {
    background-color: #00afef;
  }
  .form-type-donation-wrapper .text-2 {
    font-size: 1.17647rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    max-width: 640px;
  }
  .form-type-donation-wrapper .nav-tabs_steps {
    border: 0;
    display: flex;
    align-items: end;
  }
  .form-type-donation-wrapper .nav-link {
    height: 74px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.17647rem;
    font-weight: 900;
    background-color: #f1f1f1;
    border-bottom: 6px solid #00afef;
  }
  .form-type-donation-wrapper .nav-link:hover {
    border-color: #00afef;
    outline: none;
  }
  .form-type-donation-wrapper .nav-link.active {
    background-color: #00afef;
    border-bottom: 6px solid #00afef;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 30px 30px 0 0;
    color: #fff;
    min-height: 94px;
  }
  .form-type-donation-wrapper .nav-link.active:hover {
    border-color: #00afef;
    outline: none;
  }
  .form-type-donation-wrapper .nav-tabs_button {
    border-bottom: 0;
  }
  .form-type-donation-wrapper .nav-tabs_button .nav-item:not(:last-child) {
    margin-right: 10px;
  }
  .form-type-donation-wrapper .nav-tabs_button .nav-item .nav-link {
    background-color: transparent;
    color: #000;
    border: 2px solid #00afef;
    border-radius: 30px;
    min-height: 60px;
    min-width: 206px;
  }
  .form-type-donation-wrapper .nav-tabs_button .nav-item .nav-link.active {
    box-shadow: none;
    background-color: #00afef;
    color: #fff;
  }
  .form-type-donation-wrapper .label-tab {
    padding: 20px 30px;
    padding-top: 23px;
    border-radius: 20px;
    background: #e5f7fd;
    margin-top: 20px;
    max-width: 640px;
  }
  .form-type-donation-wrapper .amount-box {
    max-width: 640px;
    display: flex;
    border: 2px solid #00afef;
    border-radius: 30px;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
  }
  .form-type-donation-wrapper .amount-box span {
    font-size: 1.29412rem;
    font-weight: 700;
    border-radius: 30px;
  }
  .form-type-donation-wrapper .amount-box input {
    max-width: 300px;
    max-height: 36px;
    border: 0px;
    font-size: 1.29412rem;
    font-weight: 700;
    margin-left: 20px;
    outline: none;
    box-shadow: none;
  }
  .form-type-donation-wrapper .submit-button {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 1.47059rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 35px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background-color: #f26a21;
    outline: none;
    border: 0;
    max-width: 640px;
    margin-top: 24px;
  }
  .form-type-donation-wrapper .social-links {
    font-size: 1.17647rem;
    font-weight: 700;
    color: #00afef;
    margin-top: 30px;
  }
  .form-type-donation-wrapper .social-links .social-links_item {
    display: flex;
  }
  .form-type-donation-wrapper .social-links .social-links_item img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
  }
  .form-type-donation-wrapper .social-links .social-links_item a:not(:last-child) {
    margin-right: 8px;
  }
  .form-type-donation-wrapper .payment-method-wrapper {
    margin-top: 50px;
  }
  .form-type-donation-wrapper .main-title {
    min-height: 90px;
    background-color: #0081b1;
    line-height: 90px;
    text-align: center;
    font-size: 1.17647rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 30px;
    max-width: 640px;
  }
  .form-type-donation-wrapper .method-title {
    width: 100%;
    line-height: 1.41176rem;
    font-size: 1.29412rem;
    font-weight: 900;
    margin: 22px 0;
  }
  .form-type-donation-wrapper .payment-method-list {
    display: flex;
    padding: 8px 28px;
    border: solid 2px #e5f7fd;
    border-radius: 20px;
    background: #e5f7fd;
    border-radius: 5px;
  }
  .form-type-donation-wrapper .payment-method-list .form-check {
    padding: 0;
    border: 2px solid #cfcfcf;
    border-radius: 10px;
  }
  .form-type-donation-wrapper .payment-method-list .form-check:not(:last-child) {
    margin-right: 10px;
  }
  .form-type-donation-wrapper .payment-method-list .form-check input[type=radio]:checked + label {
    background-color: #00afef;
  }
  .form-type-donation-wrapper .payment-method-list .form-check input[type=radio]:checked + label img {
    filter: brightness(0) invert(1);
  }
  .form-type-donation-wrapper .payment-method-list .form-check-input {
    display: none;
  }
  
  .donnor-information-form {
    max-width: 640px;
  }
  .donnor-information-form .form-title {
    margin-bottom: 22px;
  }
  .donnor-information-form .form-title .title {
    line-height: 1.41176rem;
    font-size: 1.29412rem;
    font-weight: 900;
    margin-bottom: 22px;
    color: #00afef;
  }
  .donnor-information-form .form-title p {
    float: right;
    margin-bottom: 0;
  }
  .donnor-information-form .form-title p span {
    color: #f26a21;
  }
  
  .donor-information-wrapper .nav-link {
    font-size: 15px;
  }
  .donor-information-wrapper .form-field {
    display: flex;
    align-items: center;
  }
  .donor-information-wrapper .form-field .form-select {
    max-width: 140px;
    margin-bottom: 0 !important;
  }
  .donor-information-wrapper .form-field input {
    margin-left: 10px;
  }
  .donor-information-wrapper .tab-pane .form-select {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 48px;
    font-size: 1.11765rem;
    padding-left: 18px;
    padding-right: 60px;
    border: solid 2px #f1f1f1;
    border-radius: 25px;
    background: #00afef url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .donor-information-wrapper .tab-pane input {
    width: 100%;
    height: 50px;
    line-height: 46px;
    font-size: 1.11765rem;
    padding: 0 20px;
    border: solid 2px #f1f1f1;
    border-radius: 25px;
    background: #f1f1f1;
  }
  .donor-information-wrapper .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  .donor-information-wrapper .form-group {
    margin: 20px 0;
  }
  .donor-information-wrapper .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 1.11765rem;
    color: #000000;
  }
  .donor-information-wrapper .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
  }
  .donor-information-wrapper .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .donor-information-wrapper .amount-box .form-select {
    margin-bottom: 0 !important;
    max-width: 115px;
    overflow: hidden !important;
    text-overflow: unset;
    white-space: normal;
  }
  .donor-information-wrapper .amount-box input {
    margin-left: 5px;
    background-color: transparent;
    font-weight: normal;
    border: 0;
  }
  
  .donor-review-wrapper .donor-review_box {
    background-color: #e5f7fd;
    padding: 7.5px 15px;
    border-radius: 20px;
  }
  .donor-review-wrapper .donor-review_box h3 {
    margin-bottom: 0;
    color: #00afef;
    font-weight: bold;
  }
  .donor-review-wrapper .donor-review_box p {
    font-size: 18px;
    margin-bottom: 0;
  }/*# sourceMappingURL=style.css.map */