#wpadminbar {
  position: fixed;
  top: 0;
}


section.inner_banner {
    height: 400px;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    background: #501C36;
}
.inner_banner h1{
    color: #fff;
    padding-top: 100px;
}
.default-page {
    padding: 80px 0;
}
body:not(.home) .navigation ul li a, body:not(.home) .header_right .border_btn{
    color: #fff;
}
body:not(.home) .fixed-header .navigation ul li a, body:not(.home) .fixed-header .header_right .border_btn{
    color: #501C36;
}
.default-page h2 {
    color: #501B36;
}
.search-entry-row {
    display: flex;
    flex-wrap: wrap;
}
article.search-entry {
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 9px rgba(15, 27, 74, 0.15);
    border-radius: 8px;
    margin: 10px;
    text-align: center;
    transition: all 0.3s ease;
    width: calc(33.33% - 20px);
    justify-content: center;
    align-items: center;
}
.search-entry a {
    display: block;
    padding: 20px 30px;
}
.search-entry-type {
    margin-bottom: 20px;
}
article.search-entry h2{
    margin-bottom: 0;
}

.banner_right img.mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 216px;
    margin-right: auto;
    height: 460px;
    animation: MoveUpDown 5s linear infinite;
}
.gfield_label {
    color: #fff;
    font-family: "sofia-pro", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    display: flex !important;
    text-align: left;
}
.gform_wrapper .gform_required_legend {
    display: none;
}
.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select{
    padding: 10px 15px 12px 15px !important;
    background: #F8F7F4;
    border-radius: 5px;
}
.gform_wrapper input[type="submit"] {
    background: #B71768;
    color: #FFF;
    padding: 15px 30px !important;
    display: inline-block;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    width: auto;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: "new-hero", sans-serif;
    border: none;
}
.gform_wrapper input[type="submit"]:hover {
    background-color: #FAB620;
    color: #ffffff;
    outline: 0;
}
.gform_wrapper .ginput_container select {
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 13px center;
}
.two__coloum .two_left .two_image img {
    height: 593px;
    bottom: -91px;
    animation: MoveUP 6s linear infinite;
    left: 24px;
}
.admin-bar header {
    top: 32px
}
.benefit__section{
    z-index: 1;
}
.fixed-header .custom-logo-link {
    width: 103px;
    transition: 0.3s;
}
.custom-logo-link{
    transition: 0.3s;
}
.two_right ul li, .provider_main ul li{
    list-style: none;
    font-size: 22px;
    color: #501C36;
    font-weight: 500;
    background: url(../images/list_icon.svg) no-repeat left center;
    padding-left: 40px;
    margin-bottom: 20px;
}
.two_right ul{
    margin-top: 35px;
}
.provider_main ul{
    margin-top: 30px;
}
.action__banner h2 {
    color: #FF9FCF;
}
.two__coloum {
    padding-bottom: 100px;
}
footer .footer_left p {
    color: white;
}
footer .footer_left .patent {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.provider_left {
    margin-top: 153px;
    margin-bottom: 208px;
}
.provider_main img {
    top: 0;
}
.provider_main:nth-child(even) .provider_left img {
    top: -109px;
}
.provider_main:nth-child(even) .provider_left {
    margin-bottom: 50px;
}
.provider_left .box {
    height: 100%;
    bottom: -108px;
}
.provider_main {
    align-items: flex-start;
}
.main-title {
    margin-top: -36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -57px;
}
.banner_right img.bg {
    height: 460px;
    object-fit: contain;
    object-position: top;

}
.action_right iframe {
    width: 100%;
    display: block;
    height: 425px;
    border-radius: 228px 0 0 228px;
}
@keyframes MoveUpDown {
  0%, 100% {
    top: -10;
  }
  50% {
    top: 40px;
  }
}
@keyframes MoveUP {
  0%, 100% {
    bottom: -50px;
  }
  50% {
    bottom: -91px;
  }
}
@media (max-width: 1199px) {
    .text_image {
        top: -28px;
        left: -139px;
        max-width: 120px;
    }
}
@media screen and (max-width:991px) {
    .provider_left {
        margin-top: auto;
    }
    .provider_main {
        align-items: center;
    }
    .main-title {
        margin-top: 0px;
    margin-left: 0;
    }
    .promo_area {
        top: auto;
        bottom: 50px;
    }
    .text_image {
        top: 0px;
        left: -74px;
    }
    .two_image1.round_image, .two_image3.round_image {
        top: 60px;
    }
    .two_image2.round_image {
        top: -10px;
    }
    .two_image3.round_image {
        right: -207px;
    }
    .action_right iframe {
        height: 55vw;
    }
}
@media screen and (max-width:782px) {
    .admin-bar header { top: 45px  }
    article.search-entry{
        width: 100%;
    }
    .two_image1.round_image, .two_image3.round_image {
        top: 0;
    }
    .two_image2.round_image {
        top: -90px;
     }
}
@media (max-width: 500px) {
    .two_image1.round_image {
        left: -149px;
    }
    .two_image2.round_image {
        top: -60px;
    }
    .two_image3.round_image {
        right: -184px;
    }
    .provider_main:nth-child(even) .provider_left img {
        top: -60px;
    }
    .pay_top span.pay_num {
        font-size: 37px;
    }
    .pay_top {
        flex-direction: column;
    }
    .primary_btn {
        min-width: auto;
    }
    .header_btn {
        flex-direction: column;
        align-items: start;
    }
    .header_btn .primary_btn {
        margin-bottom: 18px;
    }
}
@media (max-width: 350px) {
    .pay_top span.pay_num {
        font-size: 45px;
    }
}

header .header_main > img,
header.fixed-header .header_main > img {
  width: 100px;
  height: auto;
}

@media (min-width: 991px) {
  header .header_main > img {
    width: 150px;
    height: auto;
    transition: 0.3s ease all;
  }
}
