body, button, input, select, textarea {
    font-family: 'Raleway', sans-serif!important;
}
select::-ms-expand{
    display: none;
}
select,input{
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
}
button:hover,
button:focus,
select:hover,
select:focus{
    outline: 0;
    box-shadow: none;
}
button,
.stepListMain li,
.stepListMain li a ,
.inner-button a{
    -webkit-transition: .5s ease-in-out all;
    -moz-transition: .5s ease-in-out all;
    -ms-transition: .5s ease-in-out all;
    transition: .5s ease-in-out all;
}
.flex_d{
    display:-ms-flexbox;
    display:flex;
}
.mainRowStyle{
    width:100%;
    flex-wrap: wrap;
    padding: 50px 0 40px;
}
.col-left,
.col-right{
    width:50%;
    box-sizing: border-box;
}
.col-right{
    padding-left: 120px;
    padding-right:120px;
}
.col-left form.pmpro_form .form-tab .input {
    width: 100%;
    max-width: 100%;
    border: 1px solid #cecece;
    background-color: #fff;
    padding: 12px 18px;
    font-size: 15px;
    color: #252525;
}
.col-left form.pmpro_form .pmpro_checkout-field label {
    font-weight: normal;
    color: #757575;
    font-size: 15px;
}
.stepListMain {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 10px;
}
.col-left{
    padding-right: 15px;
    border-right:1px solid #e5e5e5;
    padding-bottom: 10px;
}
.stepListMain li {
    color: #1784bc;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    font-style: italic;
}
.stepListMain li a {
    color: #808080;
    font-style: normal;
}
.stepListMain li a:hover{
    color: #1784bc;
}
.stepListMain li:first-child {
    padding-left: 0;
}

.stepListMain li:before {
    position: absolute;
    content: '>';
    right: 0;
    top: 1px;
    font-size: 13px;
    font-weight: 600;
    color: #303030;
    -webkit-transform: translate(50%, 0px);
    -ms-transform: translate(50%, 0px);
    -moz-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
}
.stepListMain li:last-child:before {
    display: none;
}
.darkBtnStyle {
    background-color: #555555;
    font-size: 12px;
    text-transform: uppercase;
    padding: 14px 40px;
    border-radius: 30px;
    display: inline-block;
}
.darkBtnStyle:hover,
.darkBtnStyle:focus{
    background-color: #fdbb30;
    outline: 0!important;
    box-shadow: none!important;
}
button[disabled].darkBtnStyle:hover,
button[disabled].darkBtnStyle:focus{
    font-size: 12px;
    background-color: #555555;
    text-transform: uppercase;
    padding: 14px 40px;
    border-radius: 30px;
    display: inline-block;
}
button:hover,
button:focus{
    outline: 0!important;
    box-shadow: none!important;
}
button[disabled].darkBtnStyle{
    opacity: 0.15;
    cursor: no-drop;
}
.action-buttons-inner.flex_d,
.pmpro_submit.flex_d,
.payments-header.flex_d{
    justify-content: space-between;
}
.primeryBtnStyle {
    background-color: #0187bc;
    font-size: 12px;
    padding: 14px 44px;
    border-radius: 30px;
    line-height: 1;
    height: auto;
}
.primeryBtnStyle:hover{
    background-color: #e68824;
}
#pmpro_submit_span .primeryBtnStyle {
    background-color: #0187bc !important;
    font-size: 12px!important;
    padding: 14px 20px;
    border-radius: 30px!important;
    line-height: 1;
    height: auto;
    text-transform: uppercase;
    /*max-width: 126px;*/
    text-align: center;
    min-width: 126px;
    font-weight: 600!important;
    border: 0;
}
#pmpro_account_loggedin + .form-tab .pmpro_submit {
    justify-content: flex-end;
}
#pmpro_submit_span .primeryBtnStyle:hover{
    background-color: #e68824!important;
    background-image: none !important;
}
span#pmpro_processing_message {
    position: absolute;
    bottom: 0;
    left: 40%;
}
.pmpro_submit {
    position: relative;
    padding-bottom: 30px;
}
.creditOptionMain {
    border: 1px solid #d5d5d5;
}
.creditOptionMain .credit-card-section {
    padding: 8px 15px;
    border-bottom: 1px solid #d5d5d5;
}
.payment-title span {
    font-size: 15px;
    padding-left: 18px;
    position: relative;
}
.payment-title span:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 7px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 5px rgb(35, 131, 186);
}
 #pmpro_form .creditOptionMain .pmpro_checkout h3 {
    margin: 0;
}
.pmpro_checkout-h3-msg{
    display: inline-block;
    margin-top: 10px;
}
.creditOptionMain .pmpro_checkout-fields {
    padding: 10px 15px;
    background-color: #fafafa;
}
.creditOptionMain .pmpro_payment-expiration {
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box;
}
.creditOptionMain .pmpro_payment-cvv {
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
}
.banner-section{
    position: relative;
    text-align: center;
}
.banner-section:before {
    background-color: #0077aa;
    content: '';
    top:0;
    left:0;
    right:0;
    bottom: 0;
    position: absolute;
}
.inner-content-style {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.col-left form.pmpro_form .form-tab .input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #959595;
  font-weight: normal;
}
.col-left form.pmpro_form .form-tab .input::-moz-placeholder { /* Firefox 19+ */
  color: #959595;
  font-weight: normal;
}
.col-left form.pmpro_form .form-tab .input:-ms-input-placeholder { /* IE 10+ */
  color: #959595;
  font-weight: normal;
}
.col-left form.pmpro_form .form-tab .input:-moz-placeholder { /* Firefox 18- */
  color: #959595;
  font-weight: normal;
}
.main-title {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
}
.inner-content-style .fbc-page .fbc-wrap .fbc-items {
    background-color: transparent;
    float: none;
    color: #fff;
}
.inner-content-style .fbc-page .fbc-wrap .fbc-items li {
    padding: 0 8px;
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
.inner-content-style .fbc-page .fbc-wrap .fbc-items li:first-child {
    padding: 0 6px;
}
.inner-content-style .fbc-page .fbc-wrap .fbc-items li a:last-child {
    margin-right: 0;
}
.inner-content-style .fbc-page .fbc-wrap .fbc-items li a, 
.inner-content-style .fbc-page .fbc-wrap .fbc-items li.active span, 
.inner-content-style .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}
.pmpro_checkout-fields {}

.col-right .top-sec h4 {
    color: #e6842d;
    font-size: 15px;
}

.col-right .top-sec h3 {
    color: #252525;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
}

.col-right .middle-sec {
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cost-right span.color-blue {
    font-size: 30px;
    color: #157fa6;
    font-weight: 700;
}
.middle-sec.flex_d {
    justify-content: space-between;
    align-items: center;
}
.col-right .cost-time {
    font-size: 15px;
    text-transform: lowercase;
    color: #757575;
}
.col-right .cost-label {
    font-weight: 600;
    color: #555;
}
.col-right .bottom-sec-content ul {
    margin-left: 0;
    list-style-type: none;
}
.col-right .bottom-sec-content ul  li {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 5px;
}
.col-right .bottom-sec-content h4 {
    margin: 20px 0 8px;
}
.form-tab span.error {
    color: red;
    font-size: 15px;
    font-weight: 500;
}

button.slick-prev.slick-arrow {
    font-size: 0;
}

.profile-image {
    width: 25%;
}
.profile-content {
    /* padding-left: 70px; */
    /* width: 75%; */
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.profile-content h2 {
    font-size: 20px;
    color: #525252;
    font-weight: 600;
    position: relative;
    margin: 25px 0;
}
.profile-content p {
    font-size: 15px;
    color: #525252;
    line-height: 1.8;
    font-weight:normal;
    margin: 0;
}
.our-trusted-customer h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #525252;
    margin-bottom: 25px;
}
.testimonials-sec {
    padding: 50px 0;
}
.profile-detail h5 {
    color: #f28419;
    font-size: 24px;
    font-weight: 500;
}
.slideContent.slick-slide,
.testimonial-main-content.slick-slide {
    height: auto;
    z-index: 1!important;
}
.profile-detail h6 {
    font-size: 15px;
    color: #525252;
    font-weight: normal;
}
.profile-detail {
    margin-top: 30px;
}
.sliderCustomerMain .slick-track {
    position: relative;
}
.sliderCustomerMain .slideContent.slick-slide {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;
}
.sliderCustomerMain .slideContent.slick-slide a {
    display: inline-block;
}

.testimonial-main-content {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-slider-main {
    overflow: hidden;
    position: relative;
}

.testimonials-sec .title-sec {
    margin-bottom: 50px;
    text-align: center;
}
.testimonials-sec .title-sec h4 {
    display: block;
    font-size: 14px;
    color: #f28419;
    font-weight: 500;
    text-transform: uppercase;
}
.testimonials-sec .title-sec h2 {
    font-size: 30px;
    color: #525252;
    font-weight: 700;
    text-transform: capitalize;
}
.sliderCustomerMain {
    position: relative;
    overflow: hidden;
    padding: 0 25px;
}
.sliderCustomerMain:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    z-index: 1;
    background-color: #fff;
}
.sliderCustomerMain:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    z-index: 1;
    background-color: #fff;
}
.our-trusted-customer button.slick-next.slick-arrow {
    background-image: url(../images/arrow-point-to-right.png);
    width: 20px;
    height: 30px;
    background-color: transparent;
    background-size: 19px auto;
    background-repeat: no-repeat;
    font-size: 0;
    position: absolute;
    top:50%;
    right:0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 2;
}
.our-trusted-customer button.slick-prev.slick-arrow {
    background-image: url(../images/arrow-point-to-left.png);
    width: 20px;
    height: 30px;
    background-color: transparent;
    background-size: 19px auto;
    background-repeat: no-repeat;
    font-size: 0;
    position: absolute;
    top:50%;
    left:0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 2;
}
.slick-dots{
    display: none!important;
}
.testimonial-slider-main button.slick-next.slick-arrow {
    background-image: url(../images/right-arrow.png);
    width: 40px;
    height: 22px;
    background-color: transparent;
    background-size: 30px auto;
    background-repeat: no-repeat;
    font-size: 0;
    position: absolute;
    right: 48.5%;
    bottom: 0;
    -webkit-transform: translate(50%,0);
    -ms-transform: translate(50%,0);
    transform: translate(50%,0);
}
.testimonial-slider-main button.slick-prev.slick-arrow {
    background-image: url(../images/left-arrow.png);
    width: 40px;
    height: 22px;
    background-color: transparent;
    background-size: 30px auto;
    background-repeat: no-repeat;
    font-size: 0;
    position: absolute;
    left: 48.5%;
    bottom: 0;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.testimonials-sec {
    padding: 50px 0;
    position: relative;
    background-color: #fbfbfb;
}
.testimonials .testimonials-sec {
    background-color: #ffffff;
}
.testimonials-sec:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-image: url(../images/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    opacity: 0.5;
}
/*.sliderCustomerMain  .slick-list.draggable {
    margin: 0 30px;
}*/
.testimonial-slider-main {
    padding-bottom: 40px;
}
.page-template-membership-checkout .site-inner {
    margin: 0;
    max-width: 100%;
}
/*.container{
    max-width:1170px;
    margin:0 auto;
    padding-left: 15px;
    padding-right: 15px;
}*/
.our-trusted-customer{
    border-bottom: 1px solid #ccc;
}
/*.our-trusted-customer {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 40px;
}*/

.profile-content img {
    max-width: 50px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.plan-section {
    background-color: #1a86bc;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
.plan-section:after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: -110px;
    background-image: url(../images/element2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 326px;
    height: 223px;
}
.plan-section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -130px;
    background-image: url(../images/element3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 260px;
    height: 213px;
}

.inner-button a {
    display: inline-block;
    background-color: #fff;
    padding: 8px 40px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #1a86bc;
}
.plan-content-style.flex_d {
    align-items: center;
    z-index: 1;
    position: relative;
}
.inner-content-paln {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.inner-button {
    min-width: 300px;
    max-width: 100%;
    width: auto;
}

.inner-content-paln h4 {
    font-size: 28px;
    color: #fff;
    line-height: normal;
}
.inner-button a:hover{
    background-color:#e68824;
    color:#fff; 
}
span#pmpro_processing_message {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-image: url(ajax-loader.gif);
    background-size: 15px auto;
    background-repeat: no-repeat;
    display: flex!important;
    justify-content: center;
    align-items: center;
    color: #fff!important;
    font-size: 26px;
    font-weight: 600;
    background-position: center center;
}
form.pmpro_form #pmpro_processing_message {
    /* color: #999; */
    /* display: block; */
    /* font-style: italic; */
    margin: 0 0 0 0;
    /* text-align: right; */
    /* height: 100% !important; */
}


/*Loader*/
.loader {
  border: 16px solid #f3f3f3; 
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loading .loader-div-outer{
    position: relative;
    display: block;
}
.loading .loader-div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-div-outer {
    display: none;
}

.loading .loader-div-outer:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.slide_plan_info_tr {
    display: none;
}
form.pmpro_form .pmpro_submit .previous-button .darkBtnStyle {
    display: none!important;
}

/*Loader*/


@media (max-width:1280px){
  /*.testimonial-slider-main button.slick-prev.slick-arrow {
        left: 32.5%;
    }  */
}
@media (max-width:1199px){
    .container{
        max-width:980px;
    }
    .testimonial-slider-main button.slick-prev.slick-arrow {
        left: 47%;
    }
    .testimonial-slider-main button.slick-next.slick-arrow {
        right: 47%;
    }
    .footer-menu li {
        padding: 0 20px;
    }
}
@media screen and (max-width: 991px) {
    .container {
        max-width: 740px;
    }
    /*.profile-content {
        padding-left: 20px;
    }*/
    .profile-content h2 {
        font-size: 18px;
        margin: 15px 0;
    }
    .profile-content p {
        font-size: 14px;
    }
    .profile-detail {
        margin-top: 10px;
    }
    .profile-detail h5 {
        font-size: 18px;
    }
    .profile-detail h6 {
        font-size: 14px;
    }
    .profile-content img {
        max-width: 30px;
    }
    .testimonial-slider-main {
        margin-top: 20px;
        z-index: 2;
    }
    .testimonials-sec:before {
        z-index: 0;
    }
    /*.testimonial-slider-main button.slick-prev.slick-arrow {
        left: 31%;
    }
    .testimonial-slider-main button.slick-next.slick-arrow {
        left: 30%;
    }*/
    .footer-menu li {
        padding: 0 10px;
    }
    .main-title {
        font-size: 40px;
    }
    .inner-content-style .fbc-page .fbc-wrap .fbc-items li a, 
    .inner-content-style .fbc-page .fbc-wrap .fbc-items li.active span, 
    .inner-content-style .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
        font-size: 17px;
    }
    .inner-content-style {
        padding: 50px 0;
    }
}
@media (max-width:910px){
  .container{
    padding: 0 15px;
  }
  .col-right {
    padding-left: 40px;
    padding-right: 0px;
}
.inner-button {
    min-width: 170px;
    max-width: 100%;
    width: auto;
}
.inner-content-paln h4 {
    font-size: 24px;
    color: #fff;
}
.page-template-template-scan-result .inner-button {
    min-width: 300px;
    text-align: right;
}
}
@media (max-width:768px){
  .col-left form.pmpro_form input[type=text]#other_discount_code,
  .col-left  form.pmpro_form input[type=text]#CVV,
   .col-left form.pmpro_form input[type=text]#discount_code{
    width:100%;
  }
.col-left, .col-right {
    width: 100%;
}
.col-left {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 30px;
}
.col-right {
    padding-left: 0;
    padding-right: 0px;
}
}
@media (max-width:767px){
.testimonials-sec .section-title {
        text-align: center;
    }
    .profile-image {
        width: 100%;
    }
    .profile-content {
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
    }
    .testimonials-sec .inner-style {
        flex-wrap: wrap;
        text-align: center;
    }
    .testimonial-slider-main {
        margin-top: 0;
    }
    .profile-content img {
        max-width: 60px;
    }
    /*.testimonial-slider-main button.slick-next.slick-arrow {
        left: 53%;
        margin: 0;
    }
    .testimonial-slider-main button.slick-prev.slick-arrow {
        left: 47%;
    }*/
    .plan-section:after {
        width: 200px;
        height: 170px;
    }
    .plan-section:before {
        width: 180px;
        height: 200px;
    }
    .plan-section {
        padding: 40px 0 30px;
    }
    .inner-content-paln h4 {
        margin-bottom: 10px;
    }
    .main-title {
        font-size: 36px;
        line-height: normal;
    }
    .plan-content-style.flex_d {
        display: block;
    }
    .inner-content-paln h4 {
        margin-bottom: 20px;
    }
    .inner-button,
    .page-template-template-scan-result .inner-button {
        min-width: inherit;
        text-align: center;
    }
    .testimonials-sec .title-sec {
        text-align: center;
        margin-bottom: 10px;
    }
    .testimonials-sec .title-sec span {
        margin: 0 0 5px;
    }
    .testimonials-sec .title-sec h2 {
        line-height: normal;
    }
    .stepListMain li {
        padding: 0 5px;
        font-size: 12px;
    }
    .stepListMain li:before {
        top: -1px;
    }
    .col-left form.pmpro_form .pmpro_checkout-field label {
        font-size: 13px;
    }
    .col-left form.pmpro_form .form-tab .input {
        padding: 12px 10px;
        font-size: 13px;
    }
    .creditOptionMain .pmpro_payment-expiration {
        padding-right: 5px;
    }
    .creditOptionMain .pmpro_payment-cvv {
        padding-left: 5px;
    }
    .slide_plan_info_tr {
        display: block;
        padding: 8px 15px;
        border: 1px solid #d5d5d5;
        position: relative;
        overflow: hidden;
    }
    .slide_plan_info_tr h3 {
        font-size: 15px;
        display: inline-block;
        font-weight: 600;
        vertical-align: middle;
    }
    .slide_plan_info_tr i.fa-check {
        background: #10d628;
        color: #fff;
        font-weight: normal;
        border-radius: 50px;
        font-size: 10px;
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        line-height: 16px;
        text-align: center;
        margin-right: 5px;
    }
    .slide_plan_info_tr span {
        float: right;
    }
    #pmpro_pricing_fields .pmpro_checkout-fields {
        padding: 30px 50px;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #ccc;
        background-color: #fafafa;
    }
    .bottom-sec-images {
        text-align: center;
    }
    .mainRowStyle {
        padding: 30px 0 10px;
    }
    form.pmpro_form .pmpro_submit {
        margin-top: 2em;
        padding-bottom: 0;
    }
    .body-payments {
        display: none;
    }
}
@media (max-width:575px){
        .container {
            max-width: 100%;
        }
        .flex_d.inner-style {
            display: block;
            text-align: center;
        }
        .profile-image {
            margin: 0 auto 20px;
        }
        .profile-content {
            padding-left: 0;
        }
        .col-right .top-sec h3 {
            font-size: 20px;
            line-height: 1.5;
        }
        
        .testimonial-slider-main button.slick-next.slick-arrow {
            right: 45.5%;
        }
        .testimonial-slider-main button.slick-prev.slick-arrow {
            left: 45.5%;
        }
        .banner-left p br {
            display: none;
        }
        .our-trusted-customer button.slick-next.slick-arrow,
        .our-trusted-customer button.slick-prev.slick-arrow {
            width: 12px;
            height: 20px;
            background-size: contain;
        }
}
@media (max-width:480px){
    .sliderCustomerMain .slideContent.slick-slide {
        padding: 0 5px;
    }
    .sliderCustomerMain {
        padding: 0 10px;
    }
    .our-trusted-customer button.slick-next.slick-arrow, 
    .our-trusted-customer button.slick-prev.slick-arrow {
        width: 9px;
        height: 14px;
    }
    .sliderCustomerMain:before,
    .sliderCustomerMain:after {
        width: 10px;
    }
}

@media (max-width:479px){
    .process-steps li {
        width: 100%;
        padding: 15px 0;
    }
    .inner-content-paln h4 {
        line-height: normal;
    }
    .banner-left h1 {
        line-height: normal;
        margin-bottom: 20px;
    }
    /*.testimonial-slider-main button.slick-prev.slick-arrow {
        left: 45%;
    }
    .testimonial-slider-main button.slick-next.slick-arrow {
        left: 55%;
    }*/
}
@media (max-width:380px){
    .testimonial-slider-main button.slick-prev.slick-arrow {
        left: 44.5%;
    }
    .testimonial-slider-main button.slick-next.slick-arrow {
        right: 44.5%;
    }
    #pmpro_pricing_fields .pmpro_checkout-fields {
        padding: 30px;
    }
}