/* Landing Pages */

.landing-page-template-default p {
    font-size: 16px !important;
    line-height: 23px !important;
}
section.full-section.image_and_content {
    padding: 0;
}
section.full-section.image_and_content .iac_cover {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
section.full-section.image_and_content .iac_cover .iac_image {
    width: 48%;
}
section.full-section.image_and_content .iac_cover .iac_contant {
    width: 48%;
}
section.full-section.image_and_content .iac_cover .iac_contant h1 {
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-family: 'proxima-nova'; font-weight: 400;
    font-weight: normal;
    margin-bottom: 5px;
}
section.full-section.image_and_content .iac_cover .iac_contant h1 strong {
    font-weight: 700;
    font-family: 'proxima-nova'; font-weight: 700;
}
section.full-section.image_and_content .iac_cover .iac_contant p {
    margin: 0;
    font-family: "Proxima Nova Medium", Arial, sans-serif;
    line-height: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    max-width: 550px;
}
section.full-section.image_and_content .iac_cover .iac_contant p.subtitle {
    font-family: 'Proxima Nova Semibold';
    font-weight: 600;
    margin-bottom: 27px;
    line-height: 27px !important;
    font-size: 22px !important;
    max-width: inherit;
}
section.full-section.image_and_content .iac_cover.right .iac_image {
    order: 2;
}
section.full-section.image_and_content .iac_cover.right .iac_contant {
    order: 1;
}
section.metric-stats {
    padding: 50px 0;
    position: relative;
}
section.metric-stats .icon {
    height: 100px;
    margin-bottom: 20px;
}
section.metric-stats .icon img {
    height: 100%;
    width: auto;
}
section.full-section.metric-stats ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.full-section.metric-stats ul li {
    width: 26%;
}
section.full-section.metric-stats ul li .icon img {
    display: block;
    margin: 0 auto;
}
section.full-section.metric-stats ul li p {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    font-family: 'proxima-nova'; font-weight: 400;
}
section.full-section.metric-stats ul li p > span {
    text-transform: uppercase;
    font-size: 55px;
    color: #0646B4;
    text-align: center;
    margin: 10px 0;
    line-height: 55px;
    font-family: Proxima Nova Bold;
    display: block;
}
section.full-section.metric-stats ul li > p {
    color: #121E44;
    text-align: center;
    margin: 5px 0;
    font-family: 'proxima-nova'; font-weight: 400;
    font-size: 22px;
    line-height: 26px;
}
section.full-section.metric-stats p.btm-text {
    margin: 50px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
}
section.full-section.metric-stats p.btm-text a {
    word-break: break-all;
    display: inline;
}
section.content_with_background {
    padding: 110px 0 100px;
    position: relative;
}
section.content_with_background:before,
section.content_with_background.top-color-blue:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 560px;
    background: #0646B4;
    top: 0;
}
section.content_with_background.top-color-white:before {
    background: #fff;
}
section.content_with_background .sec_head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 70px 0;
}
section.content_with_background .sec_head .cwb_heading {
    width: 46%;
}
section.content_with_background .sec_head .cwb_heading h2 {
    color: #FFFFFF;
    font-family: 'proxima-nova'; font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    margin: 0;
}
section.content_with_background .sec_head .cwb_content {
    width: 51%;
    color: #fff;
    font-family: 'proxima-nova'; font-weight: 400;
    font-size: 22px;
    line-height: 26px;
}
section.content_with_background .sec_head .cwb_content p {
    margin-bottom: 25px;
}
section.content_with_background .cwb__inn_new {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 100px 0;
}
section.content_with_background .cwb__inn_new:last-child {
    margin: 0;
}
section.content_with_background .cwb__inn_new .image_inn {
    width: 70%;
    padding-bottom: 70px;
}
section.content_with_background .cwb__inn_new .image_inn .cta-bar-fix-bottom {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    background-color: #0646B4;
    padding: 25px 52px;
    color: #fff;
}
section.content_with_background .cwb__inn_new .image_inn .cta-bar-fix-bottom p {
    font-size: 22px;
    width: 60%;
    display: inline-block;
}
section.content_with_background .cwb__inn_new .image_inn .cta-bar-fix-bottom a.btn-bordered {
    float: right;
}
section.content_with_background .cwb__inn_new .content_inn_new {
    width: 600px;
    background: #ffffff;
    padding: 30px;
    z-index: 1;
    min-height: 300px;
    position: absolute;
    right: 0;
}
section.content_with_background .cwb__inn_new .content_inn_new h2 {
    color: #0646B4;
    text-transform: none;
    font-family: 'proxima-nova'; font-weight: 700;
    font-size: 45px;
    line-height: 55px;
}
section.content_with_background .cwb__inn_new.right {
    flex-flow: row-reverse;
}
section.content_with_background .cwb__inn_new.right .content_inn_new {
    right: auto;
    left: 0;
}
section.content_with_background .cwb__inn_new .content_inn_new p {
    color: #121E44;
    font-size: 22px;
    line-height: 26px;
    font-family: 'proxima-nova'; font-weight: 400;
}
section.content_with_background .cwb__inn_new .content_inn_new a {
    color: #121E44;
    max-width: max-content;
    width: 100%;
    padding: 25px 20px 25px 95px;
    display: block;
    margin: 20px 0 0 0;
    height: 78px;
    box-shadow: 0 0 8px #dddddd;
    position: relative;
    line-height: 30px;
    font-size: 16px;
}
section.content_with_background .cwb__inn_new .content_inn_new a.btn-pdf_attachment:before {
    position: absolute;
    content: "\f1c1";
    font-family: Font Awesome Regular;
    left: 0;
    top: 0;
    background: #0C6EF8;
    color: #ffffff;
    font-size: 30px;
    width: 80px;
    height: 78px;
    text-align: center;
    line-height: 74px;
    transition: 0.5s all;
}
section.content_with_background .cwb__inn_new .content_inn_new a:hover:before,
section.full-section.full_image_and_half_content .fihc_cover .fihc_content a.btn-webpage_url:hover:before {
    background: #20CAF9;
}
section.full-section.full_image_and_half_content {
    position: relative;
    background: #0C6EF8;
}
section.full-section.full_image_and_half_content .fihc_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover !important;
}
section.full-section.full_image_and_half_content .fihc_cover {
    width: 50%;
    padding: 80px 100px 80px 0;
}
section.full-section.full_image_and_half_content .fihc_cover .fihc_content h2 {
    color: #FFFFFF;
    font-family: 'proxima-nova'; font-weight: 700;
    font-size: 48px;
    line-height: 58px;
}
section.full-section.full_image_and_half_content .fihc_cover .fihc_content p {
    color: #fff;
    font-family: 'proxima-nova'; font-weight: 400;
    font-size: 22px;
    line-height: 26px;
}
section.full-section.full_image_and_half_content .fihc_cover .fihc_content a.btn-webpage_url {
    height: 70px;
    background: #fff;
    display: inline-block;
    padding: 25px 25px 25px 90px;
    margin: 20px 0 0 0;
    line-height: 20px;
    position: relative;
    color: #121E44;
}
section.full-section.full_image_and_half_content .fihc_cover .fihc_content a.btn-webpage_url:before {
    position: absolute;
    content: "\f360";
    font-family: Font Awesome Regular;
    left: 0;
    top: 0;
    background: #0646B4;
    color: #ffffff;
    font-size: 30px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 74px;
    transition: 0.5s all;
}
section.full-section.client_reviews {
    padding: 100px 0;
    position: relative;
}
section.full-section.client_reviews:before,
section.full-section.client_reviews_carousel:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 465px;
    background: #0646B4;
    top: 0;
}
section.full-section.client_reviews_carousel:before {
    height: 300px;
}
section.full-section.client_reviews .sec_head {
    margin: 0 0 50px 0;
}
section.full-section.client_reviews .cr_heading {
    padding: 0 60px;
}
section.full-section.client_reviews .cr_heading h2 {
    color: #FFFFFF;
    font-family: 'proxima-nova'; font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    margin: 0;
    margin-bottom: 15px;
}
section.full-section.client_reviews .cr_heading p {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-family: 'proxima-nova'; font-weight: 400;
}
section.full-section.client_reviews .review_carousel {
    padding: 120px 70px 70px 70px;
    background: #fff;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 5%), 0 5px 10px 0 rgb(0 0 0 / 4%);
}
section.full-section.client_reviews .review_carousel p {
    color: #121E44;
    font-family: 'proxima-nova'; font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}
section.full-section.client_reviews .review_carousel h3 {
    color: #0646B4;
    font-family: 'proxima-nova'; font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    margin: 0;
}
section.full-section.client_reviews .review_carousel .owl-dots {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: 0;
}
section.full-section.client_reviews .review_carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    margin-right: 20px;
    background: #EBEBEB;
    display: inline-block;
}
section.full-section.client_reviews .review_carousel .owl-dots .owl-dot.active {
    background: #0646B4;
}
section.full-section.client_reviews .review_carousel .owl-dots .owl-dot:last-child {
    margin: 0;
}
section.full-section.client_reviews .review_carousel .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #0646B4;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
}
section.full-section.client_reviews .review_carousel .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #0646B4;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
}
section.full-section.client_reviews .review_carousel .owl-nav i:before {
    position: absolute;
    left: 0;
    font: 28px Font Awesome Solid;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    color: #0646B4;
}
section.full-section.client_reviews .review_carousel .owl-nav i.fa-chevron-left:before {
    content: '\f104';
}
section.full-section.client_reviews .review_carousel .owl-nav i.fa-chevron-right:before {
    content: '\f105';
}
section.full-section.connect_with_us {
    padding: 50px 0;
    background: #0C6EF8;
}
section.full-section.connect_with_us h2 {
    color: #FFFFFF;
    font-family: 'proxima-nova'; font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 30px 0;
    text-align: center;
}
section.full-section.connect_with_us ul {
    max-width: 500px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
section.full-section.connect_with_us ul li {
    position: relative;
    width: 50px;
    height: 50px;
}
section.full-section.connect_with_us ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}
section.full-section.connect_with_us ul li i.fa:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'Font Awesome Brand';
    text-align: center;
}
section.full-section.connect_with_us ul li.linkedin i.fa:before {
    content: '\f08c';
}
section.full-section.connect_with_us ul li.twitter i.fa:before {
    content: '\f099';
}
section.full-section.connect_with_us ul li.facebook i.fa:before {
    content: '\f39e';
}
section.full-section.connect_with_us ul li.youtube i.fa:before {
    content: '\f167';
}
section.full-section.connect_with_us ul li.wechat i.fa:before,
section.full-section.connect_with_us ul li.we-chat i.fa:before {
    content: '\f1d7';
}
section.full-section.connect_with_us .wechat-img-s {
    position: absolute;
    left: 0;
    width: 150px;
}
section.full-section.connect_with_us p {
    margin: 10px 0 0 0;
    text-align: right;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-family: 'proxima-nova'; font-weight: 400;
}
section.full-section.form_section {
    padding: 100px 0;
    position: relative;
}
section.full-section.form_section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.full-section.form_section .fs_image {
    width: 48%;
}
section.full-section.form_section .fs_image img {
    margin: 0 auto;
}
section.full-section.form_section .fs_form {
    width: 50%;
}
section.contact .gform_wrapper,
section.contact .left_con {
	min-height: 450px;
}
section.full-section.form_section .fs_form .gform_wrapper .gform_heading h3.gform_title {
    color: #0646B4;
    font-size: 48px;
    font-family: 'proxima-nova'; font-weight: 700;
    line-height: 58px;
    margin-bottom: 10px;
}
section.full-section.form_section .fs_form .gform_wrapper .gform_heading span.gform_description {
    font-size: 22px;
    font-family: 'proxima-nova'; font-weight: 400;
    color: #121E44;
    line-height: 26px;
    margin: 0 0 20px 0;
    display: block;
}
section.full-section.form_section .fs_form .gform_wrapper .gform_body ul.gform_fields {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
section.full-section.form_section .fs_form .gform_wrapper .gform_body ul.gform_fields li.gfield > label.gfield_label {
    display: none;
}
section.full-section.form_section .fs_form .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
section.full-section.form_section .fs_form .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li.gchoice {
    margin: 0 0 10px 0;
    display: inline-flex;
    position: relative;
    width: 100%;
}
section.full-section.form_section .fs_form .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li.gchoice input[type="radio"] {
    visibility: hidden;
    width: 0;
    margin: 0;
    opacity: 0;
    display: inline-block;
}
section.full-section.form_section .fs_form .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li.gchoice label {
    color: #121E44;
    margin: 0;
    font-size: 22px;
    font-family: 'proxima-nova'; font-weight: 400;
    line-height: 28px;
    font-weight: 400;
    padding-left: 45px;
    cursor: pointer;
}
section.full-section.form_section .fs_form .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li.gchoice label:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: white;
    border: 1px solid #707070;
    left: 0;
    top: 5px;
    bottom: auto;
}
section.full-section.form_section .fs_form .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li.gchoice input[type="radio"]:checked + label:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    background: #0C6EF8;
    left: 3px;
    top: 8px;
    right: 0;
}
section.full-section.form_section .fs_form .gform_wrapper .gform_footer {
    margin: 25px 0 0;
}
section.full-section.form_section .fs_form .gform_wrapper .gform_footer input[type="submit"] {
    max-width: 170px;
    width: 100%;
    background: #0C6EF8;
    padding: 10px;
    font-family: 'proxima-nova'; font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    height: 50px;
}
section.full-section.form_section .fs_form .gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #20CAF9;
}
section.full-section.form_section .fs_form .thankyou-box h4 {
    color: #0646B4;
    font-size: 38px;
    font-family: 'proxima-nova'; font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px;
}
section.full-section.form_section .fs_form .thankyou-box h6 {
    font-size: 20px;
    font-family: 'proxima-nova'; font-weight: 400;
    font-weight: 400;
    color: #121E44;
    line-height: 27px;
    margin: 0 0 20px 0;
    display: block;
}
section.full-section.form_section .fs_form .main-box .line {
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
}
section.full-section.form_section .fs_form .main-box .line .range {
    width: max-content;
    order: 1;
}
section.full-section.form_section .fs_form .main-box .line .label {
    order: 2;
    width: max-content;
    font-family: 'proxima-nova'; font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    margin-left: 20px;
}
section.full-section.form_section .fs_form .main-box .line span {
    width: 100%;
    order: 3;
    display: block;
    color: #121E44;
    font-family: 'proxima-nova'; font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.bottom_fixed.full-section {
    padding: 20px 0;
    background: #0646B4;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.bottom_fixed.full-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.bottom_fixed.full-section .social_icons {
    position: absolute;
    top: -90px;
    left: -48px;
    z-index: 999;
}
.bottom_fixed.full-section .social_icons a.si_open {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    font-size: 0;
    background: #0646B4;
}
.bottom_fixed.full-section .social_icons a.si_open:hover {
    background: #0C6EF8;
}
.bottom_fixed.full-section .social_icons a.si_open i.fa.fa-share:before {
    position: absolute;
    content: '\f1e0';
    font-family: 'Font Awesome solid';
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    color: #fff;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
}
.bottom_fixed.full-section .social_icons ul.si_io {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: auto;
    bottom: 50px;
    display: none;
}
.bottom_fixed.full-section .social_icons ul.si_io li {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 0 10px 0;
}
.bottom_fixed.full-section .social_icons ul.si_io li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    background: #0c6ef8;
}
.bottom_fixed.full-section .social_icons ul.si_io li a:hover {
    background: #20CAF9;
}
.bottom_fixed.full-section .social_icons ul.si_io li i.fa:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'Font Awesome Brand';
    text-align: center;
}
.bottom_fixed.full-section .social_icons ul.si_io li.linkedin i.fa:before {
    content: '\f08c';
}
.bottom_fixed.full-section .social_icons ul.si_io li.twitter i.fa:before {
    content: '\f099';
}
.bottom_fixed.full-section .social_icons ul.si_io li.facebook i.fa:before {
    content: '\f39e';
}
.bottom_fixed.full-section .social_icons ul.si_io li.youtube i.fa:before {
    content: '\f167';
}
.bottom_fixed.full-section .social_icons ul.si_io li.we-chat i.fa:before,
.bottom_fixed.full-section .social_icons ul.si_io li.wechat i.fa:before {
    content: '\f1d7';
}
.bottom_fixed.full-section .social_icons ul.si_io li.we-chat .wechat-img-s,
.bottom_fixed.full-section .social_icons ul.si_io li.wechat .wechat-img-s {
    position: absolute;
    width: 150px;
    top: auto;
    left: 60px;
    bottom: 0;
    right: auto;
    border: 1px solid #0c6ef8;
}
.bottom_fixed.full-section .fx_left {
    width: 75%;
}
.bottom_fixed.full-section .fx_left h2 {
    color: #fff;
    font-family: 'proxima-nova'; font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
}
.bottom_fixed.full-section .fx_left p {
    font-family: 'proxima-nova'; font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.bottom_fixed.full-section .fx_right {
    width: 20%;
}
.bottom_fixed.full-section .fx_right a {
    display: block;
    max-width: 170px;
    width: 100%;
    padding: 10px;
    border: 1px solid #fff;
    margin: 0 0 0 auto;
    color: #fff;
    text-align: center;
    font-family: 'proxima-nova'; font-weight: 700;
    transition: 0.5s all ease-in;
    cursor: pointer;
}
.bottom_fixed.full-section .fx_right a:hover {
    background: #fff;
    color: #0646b4;
}
.page-template-page-landing section.copyright.full-section {
    padding-bottom: 180px;
}
.page-template-page-landing .foo_cta.full-section {
    display: none;
}
.page-template-page-landing footer.footer-wrapper {
    padding: 80px 0;
}
section div {
    position: relative;
    z-index: 1;
}
.neurovideo {
    height: 2000px;
}
/* plus sign background css*/
.plus-bg-top-right,
.plus-bg-bottom-left,
.plus-bg-middle-right,
.plus-bg-left-center-small,
.plus-bg-long-top-left,
.plus-bg-center-center-small,
.plus-bg-long-bottom-right,
.plus-bg-lshape-bottom-left,
.plus-bg-square-top-left,
.plus-bg-square-middle-left {
    position: relative;
}
.plus-bg-top-right:after {
    content: '';
    position: absolute;
    width: 10vw;
    height: 382px;
    max-width: 206px;
    right: 2%;
    top: -150px;
    background-image: url(../../images/pattern-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 2;
}
.plus-bg-square-top-left:after {
    content: '';
    position: absolute;
    width: 25vw;
    height: 536px;
    max-width: 470px;
    left: 11%;
    top: 16%;
    background-image: url(../../images/square-plus.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 0;
}
.plus-bg-square-middle-left:after {
    content: '';
    position: absolute;
    width: 25vw;
    height: 536px;
    max-width: 470px;
    left: 11%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../images/square-plus.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 0;
}
.plus-bg-bottom-left:before {
    content: '';
    position: absolute;
    width: 10vw;
    height: 400px;
    max-width: 206px;
    left: 2%;
    bottom: -190px;
    background-image: url(../../images/pattern-left.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 2;
}
.plus-bg-middle-right:after {
    content: '';
    position: absolute;
    width: 10vw;
    height: 400px;
    max-width: 206px;
    right: 2%;
    top: 21%;
    background-image: url(../../images/diagnosis-pattern.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 2;
}
.plus-bg-left-center-small:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 164px;
    bottom: -164px;
    background-image: url(../../images/parkins-pattern.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    left: 130px;
}
.your-guide-pattern .cwb__inn_new.left {
    position: relative;
}
.your-guide-pattern .cwb__inn_new.left:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 164px;
    bottom: -164px;
    background-image: url(../../images/parkins-pattern.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    left: 130px;
}
.plus-bg-long-top-left:after {
    content: '';
    position: absolute;
    width: 10vw;
    height: 675px;
    max-width: 206px;
    left: 2%;
    top: -400px;
    background-image: url(../../images/neurologist-pattern.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 2;
}
.plus-bg-center-center-small:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 201px;
    left: 43%;
    bottom: -100px;
    background-image: url(../../images/neuro-small.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 2;
}
.plus-bg-long-bottom-right:after {
    content: '';
    position: absolute;
    width: 10vw;
    height: 612px;
    max-width: 206px;
    right: 2%;
    bottom: -330px;
    background-image: url(../../images/world-pattern-one.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 2;
}
.plus-bg-lshape-bottom-left:after {
    content: '';
    position: absolute;
    width: 10vw;
    height: 382px;
    max-width: 206px;
    left: 2%;
    bottom: -160px;
    background-image: url(../../images/world-two.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 2;
}
section.client_reviews .main_video {
    position: relative;
}
section.client_reviews .main_video a.video_link {
    background: #0C6EF8;
    padding: 40px 20px 40px 70px;
    position: absolute;
    bottom: 30px;
    right: 0;
    color: #ffffff;
}
section.client_reviews .main_video a.video_link i {
    position: relative;
}
section.client_reviews .main_video a.video_link i:before {
    position: absolute;
    left: -40px;
    font: 30px Font Awesome Regular;
    content: "\f144";
    top: 50%;
    transform: translateY(-50%);
    color: #20CAF9;
}
section.contact .contact_part .left_con{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.29);
}

.form_section .gpoll_container .gpoll_field_label{
    width: 100%;    
    display: block;
    color: #121E44;
    font-family: 'proxima-nova'; font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}
.form_section .gpoll_container  .gpoll_choice_label{
    width: 100%;    
    display: block;
    color: #121E44;
    font-family: 'proxima-nova'; font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 18px;
}
.form_section .gpoll_container .gpoll_wrapper .gpoll_bar{
    background-color: #fff;
}
.form_section .gpoll_container .gpoll_wrapper .gpoll_bar_juice{
    border-radius: 0;
    box-shadow: none;
}
.form_section .gpoll_container .gpoll_wrapper .gpoll_bar_juice::after{
    display: none;
}
.form_section .gpoll_container .gpoll_wrapper .gpoll_ratio_box{
    border-radius: 0;
}
.form_section .gpoll_container .gpoll_wrapper .gpoll_ratio_label{
    background: #fff;
    color: #000;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
}
.form_section .gpoll_container .gpoll_choice_label.gpoll_value_selected{
    background: none;
    padding: 0;
}
.form_section .gpoll_container .gpoll_field {
    display: flex;
    flex-wrap: wrap;
}
.form_section .gpoll_container .gpoll_field div{
    display: block;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(1){
    order: 1;
    margin-bottom: 10px;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(2){
    order: 3;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(3){
    order: 2;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(3) .gpoll_ratio_label {
    color: #121E44;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(3) .gpoll_bar_juice {
    background-color: #121E44;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(4){
    order: 5;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(5){
    order: 4;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(5) .gpoll_ratio_label {
    color: #0646B4;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(5) .gpoll_bar_juice {
    background-color: #0646B4;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(6){
    order: 7;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(7){
    order: 6;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(7) .gpoll_ratio_label {
    color: #0C6EF8;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(7) .gpoll_bar_juice {
    background-color: #0C6EF8;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(8){
    order: 9;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(9){
    order: 8;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(9) .gpoll_ratio_label {
    color: #00BCC8;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(9) .gpoll_bar_juice {
    background-color: #00BCC8;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(10){
    order: 11;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(11){
    order: 10;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(11) .gpoll_ratio_label {
    color: #7099B0;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(11) .gpoll_bar_juice {
    background-color: #7099B0;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(12){
    order: 13;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(13){
    order: 12;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(13) .gpoll_ratio_label {
    color: #93D548;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(13) .gpoll_bar_juice {
    background-color: #93D548;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(14){
    order: 15;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(15){
    order: 14;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(15) .gpoll_ratio_label {
    color: #333333;
}
.form_section .gpoll_container .gpoll_field div:nth-of-type(15) .gpoll_bar_juice {
    background-color: #333333;
}
sup {
    font-size: 16px;
}

@media (max-width: 1560px) {
    .plus-bg-top-right:after {
        width: 7vw;
        height: 330px;
        right: 1%;
    }
    .plus-bg-bottom-left:before {
        left: 1%;
        width: 7vw;
        height: 280px;
        bottom: -140px;
    }
    .plus-bg-middle-right:after {
        width: 7vw;
        height: 210px;
        max-width: 206px;
        right: 1%;
        top: 28%;
    }
    .plus-bg-left-center-small:after,
    .your-guide-pattern .cwb__inn_new.left:after {
        width: 65px;
    }
    .plus-bg-long-top-left:after {
        width: 7vw;
        height: 345px;
        top: -240px;
    }
    .plus-bg-center-center-small:before {
        width: 65px;
    }
    .plus-bg-long-bottom-right:after {
        width: 7vw;
        height: 330px;
        bottom: -200px;
    }
    .plus-bg-lshape-bottom-left:after {
        width: 7vw;
        height: 290px;
        bottom: -120px;
    }
    .plus-bg-square-top-left::after,
    .plus-bg-square-middle-left:after {
        left: 2%;
    }
}
@media (max-width: 1200px) {
    section.content_with_background .sec_head .cwb_heading h2,
    section.full-section.metric-stats ul li p > span,
    section.full-section.image_and_content .iac_cover .iac_contant h1,
    section.content_with_background .cwb__inn_new .content_inn_new h2,
    section.full-section.full_image_and_half_content .fihc_cover .fihc_content h2,
    section.full-section.form_section .fs_form .gform_wrapper .gform_heading h3.gform_title,
    section.full-section.client_reviews .cr_heading h2 {
        font-size: 40px;
        line-height: 40px;
    }
    section.full-section.image_and_content .iac_cover .iac_contant p.subtitle,
    section.content_with_background .sec_head .cwb_content p,
    section.full-section.metric-stats ul li p,
    section.full-section.image_and_content .iac_cover .iac_contant p,
    section.content_with_background .cwb__inn_new .content_inn_new p,
    section.full-section.full_image_and_half_content .fihc_cover .fihc_content p,
    section.full-section.form_section .fs_form .gform_wrapper .gform_heading span.gform_description,
    section.full-section.form_section .fs_form .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li.gchoice label,
    section.full-section.client_reviews .cr_heading p {
        font-size: 20px;
        line-height: 24px;
    }
    section.content_with_background .cwb__inn_new .content_inn_new {
        width: 465px;
    }
    section.full-section.full_image_and_half_content .fihc_cover {
        padding: 60px 40px 60px 0;
    }
    section.full-section.client_reviews .cr_heading {
        padding: 0 40px;
    }
    .plus-bg-square-top-left::after,
    .plus-bg-square-middle-left:after {
        height: 315px;
    }
      header.header-wrapper.lp-header .header-icon {
        display: inline-block;
        width: auto;
    }
    header.header-wrapper.lp-header .header-icon ul li.text:before {
        color: #0646B4 !important;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    section.full-section.image_and_content .iac_cover .iac_contant h2 {
        font-size: 33px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    section.full-section.image_and_content ul li {
        width: 48%;
        margin: 0 0 10px 0;
    }
    section.content_with_background .sec_head .cwb_heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    section.content_with_background .sec_head .cwb_content {
        font-size: 18px;
    }
    section.content_with_background .cwb__inn_new {
        display: block;
    }
    section.content_with_background .cwb__inn_new .image_inn {
        width: 100%;
    }
    section.content_with_background .cwb__inn_new .content_inn_new {
        width: 100%;
        position: unset;
        padding: 30px;
        min-height: auto;
    }
    section.content_with_background .cwb__inn_new .content_inn_new h2 {
        font-size: 30px;
        line-height: 35px;
    }
    section.full-section.full_image_and_half_content .fihc_cover {
        padding: 50px 50px 50px 0;
    }
    section.full-section.full_image_and_half_content .fihc_cover .fihc_content h2 {
        font-size: 30px;
        line-height: 35px;
    }
    section.full-section.full_image_and_half_content .fihc_cover .fihc_content p {
        font-size: 18px;
    }
    section.full-section.form_section .fs_form .gform_wrapper .gform_heading h3.gform_title {
        font-size: 28px;
        line-height: 38px;
    }
    section.full-section.form_section .fs_form .gform_wrapper .gform_heading span.gform_description {
        font-size: 18px;
    }
    section.full-section.form_section .fs_form .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li.gchoice label {
        font-size: 18px;
        line-height: 28px;
    }
    section.full-section.form_section .fs_form .thankyou-box h4 {
        font-size: 28px;
        line-height: 38px;
    }
    section.full-section.form_section .fs_form .thankyou-box h6 {
        font-size: 18px;
        line-height: 28px;
    }
    section.full-section.client_reviews .cr_heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    section.full-section.client_reviews .review_carousel {
        padding: 50px;
    }
    section.full-section.client_reviews .review_carousel p {
        font-size: 26px;
        line-height: 35px;
    }
    section.full-section.client_reviews .review_carousel h3 {
        font-size: 28px;
        line-height: 36px;
    }
    section.full-section.client_reviews .review_carousel .owl-nav .owl-next {
        right: -45px;
        width: 35px;
        height: 35px;
    }
    section.full-section.client_reviews .review_carousel .owl-nav .owl-prev {
        left: -45px;
        width: 35px;
        height: 35px;
    }
    section.full-section.client_reviews .review_carousel .owl-nav i:before {
        font: 26px Font Awesome Solid;
    }
}

@media (max-width: 991px) {
    section.full-section.image_and_content {
        padding: 40px 0;
    }
    section.full-section.metric-stats ul li {
        width: 31%;
    }
    section.content_with_background .sec_head .cwb_heading h2,
    section.full-section.metric-stats ul li p > span,
    section.full-section.image_and_content .iac_cover .iac_contant h1,
    section.content_with_background .cwb__inn_new .content_inn_new h2,
    section.full-section.full_image_and_half_content .fihc_cover .fihc_content h2,
    section.full-section.form_section .fs_form .gform_wrapper .gform_heading h3.gform_title,
    section.full-section.client_reviews .cr_heading h2 {
        font-size: 34px;
        line-height: 34px;
    }
    section.full-section.image_and_content .iac_cover .iac_contant p.subtitle,
    section.content_with_background .sec_head .cwb_content p,
    section.full-section.metric-stats ul li p,
    section.full-section.image_and_content .iac_cover .iac_contant p,
    section.content_with_background .cwb__inn_new .content_inn_new p,
    section.full-section.full_image_and_half_content .fihc_cover .fihc_content p,
    section.full-section.form_section .fs_form .gform_wrapper .gform_heading span.gform_description,
    section.full-section.form_section .fs_form .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li.gchoice label,
    section.full-section.client_reviews .cr_heading p {
        font-size: 18px;
        line-height: 22px;
    }
    section.content_with_background .cwb__inn_new .image_inn img {
        width: 100vw;
        max-width: inherit;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }
    section.full-section.client_reviews {
        padding: 50px 0;
    }
    section.full-section.full_image_and_half_content .fihc_cover {
        padding: 50px 20px 50px 0
    }
    section.full-section.client_reviews .cr_heading {
        padding: 0;
    }
    section.content_with_background .cwb__inn_new .content_inn_new {
        width: 100%;
        padding: 40px 0 0;
    }
    section.metric-stats .icon {
        height: 70px;
    }
    section.content_with_background {
        padding: 60px 0 50px;
    }
    section.content_with_background .cwb__inn_new {
        margin: 0 0 50px 0;
    }
    section.content_with_background .sec_head {
        margin: 0 0 30px 0;
    }
    section.full-section.form_section {
        padding: 50px 0;
    }
    .plus-bg-center-center-small:before {
        width: 45px;
        height: 120px;
        bottom: -60px;
    }
    .plus-bg-left-center-small:after,
    .your-guide-pattern .cwb__inn_new.left:after {
        left: 0;
        width: 45px;
        height: 120px;
        z-index: 9;
    }
     .surgery-benefit-section .container .cwb__inn_new{
        display: flex;
        flex-direction: column-reverse;
    }
    section.surgery-benefit-section .cwb__inn_new .content_inn_new{
        margin-top: -10%!important;
    }
    section.surgery-benefit-section .cwb__inn_new .image_inn .cta-bar-fix-bottom{
        position: absolute;
        top: inherit;    
        bottom: -300px;
        left: 0;
        right: 0;
        margin: 0 -48px;
        width: auto;
        padding: 45px 52px 200px;
        text-align: center;
        max-height: inherit;
        max-width: inherit;
    }
    section.surgery-benefit-section .cwb__inn_new .image_inn .cta-bar-fix-bottom a.btn-bordered{
        float: none;
        display: inline-block;
        margin-top: 20px;
        margin: auto;
        margin-bottom: 50px;
        margin-top: 20px;
    }
    section.neurovideo {
        padding-top: 200px;
    }
    section.contact .contact_part .left_con{
        margin-bottom: -220px;
    }
    #content_1 .cwb__inn_new .image_inn{
        margin-bottom: 200px;
    }
    .main-wrapper #content_1 .cwb__inn_new .image_inn{
        min-height: 420px;
        padding: 0;
    }
    .main-wrapper #content_1 .cwb__inn_new .content_inn_new{
        max-width: inherit!important;
        width: calc(100% - 50px)!important;
        margin: auto;
        left: 0;
        right: 0!important;
        top: inherit!important;
        bottom: -170px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.29);
    }
}
@media (max-width: 767px) {
     section.full-section.image_and_content .iac_cover .iac_image {
        width: 100%;
        margin: 0 0 10px 0;
    }
    section.full-section.image_and_content .iac_cover .iac_contant {
        width: 100%;
    }
    section.full-section.image_and_content .iac_cover .iac_contant h2 {
        font-size: 33px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }
    section.full-section.image_and_content ul {
        margin: 30px 0 0 0;
    }
    section.full-section.image_and_content ul li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    section.full-section.image_and_content p.btm-text {
        margin: 10px 0 0 0;
    }
    section.content_with_background .sec_head .cwb_heading {
        width: 100%;
        margin: 0 0 30px 0;
    }
    section.content_with_background .sec_head .cwb_content {
        width: 100%;
        font-size: 18px;
        line-height: 22px;
    }
    section.content_with_background .sec_head .cwb_heading h2 {
        font-size: 32px;
        line-height: 40px;
    }
    section.content_with_background .cwb__inn_new {
        display: block;
    }
    section.content_with_background .cwb__inn_new .image_inn {
        width: 100%;
    }
    section.content_with_background .cwb__inn_new .content_inn_new {
        width: 100%;
        padding: 20px;
        position: unset;
    }
    section.content_with_background .cwb__inn_new .content_inn_new h2 {
        font-size: 28px;
        line-height: 34px;
    }
    section.content_with_background .cwb__inn_new .content_inn_new a {
        padding: 20px 20px 20px 95px;
        line-height: 20px;
    }
    section.full-section.full_image_and_half_content {
        padding: 250px 0 0 0;
    }
    section.full-section.full_image_and_half_content .fihc_cover {
        width: 100%;
        padding: 20px 0;
    }
    section.full-section.full_image_and_half_content .fihc_image {
        top: 0;
        width: 100%;
        height: 250px;
    }
    section.full-section.full_image_and_half_content .fihc_cover .fihc_content h2 {
        font-size: 32px;
        line-height: 38px;
    }
    section.full-section.full_image_and_half_content .fihc_cover .fihc_content p {
        font-size: 18px;
        line-height: 28px;
    }
    section.full-section.full_image_and_half_content .fihc_cover .fihc_content a.btn-webpage_url {
        display: block;
        text-align: center;
    }
    section.full-section.form_section .fs_image {
        width: 100%;
    }
    section.full-section.form_section .fs_form {
        width: 100%;
    }
    section.full-section.form_section .fs_form .gform_wrapper .gform_heading h3.gform_title,
    section.full-section.form_section .fs_form .thankyou-box h4 {
        font-size: 32px;
        line-height: 38px;
    }
    section.full-section.form_section .fs_form .gform_wrapper .gform_heading span.gform_description,
    section.full-section.form_section .fs_form .thankyou-box h6 {
        font-size: 18px;
        line-height: 28px;
    }
    section.full-section.form_section .fs_form .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li.gchoice label {
        font-size: 18px;
        line-height: 28px;
    }
    section.full-section.form_section .fs_form .gform_wrapper .gform_footer input[type="submit"] {
        max-width: 100%;
        width: 100%;
    }
    section.full-section.client_reviews .cr_heading h2 {
        font-size: 32px;
        line-height: 38px;
    }
    section.full-section.client_reviews .review_carousel {
        padding: 30px;
        box-shadow: none;
    }
    section.full-section.client_reviews:before,
    section.full-section.client_reviews_carousel:before {
        height: 280px;
    }
    section.full-section.client_reviews .review_carousel p {
        font-size: 24px;
        line-height: 32px;
    }
    section.full-section.client_reviews .review_carousel h3 {
        font-size: 32px;
        line-height: 38px;
    }
    section.full-section.client_reviews .review_carousel .owl-nav .owl-next {
        right: 0;
        width: 30px;
        height: 30px;
    }
    section.full-section.client_reviews .review_carousel .owl-nav .owl-prev {
        left: 0;
        width: 30px;
        height: 30px;
    }
    section.full-section.client_reviews .review_carousel .owl-nav i:before {
        font: 20px Font Awesome Solid;
    }
    section.full-section.connect_with_us .wechat-img-s {
        left: auto;
        right: 0;
    }
    .bottom_fixed.full-section .fx_left {
        width: 100%;
        margin-bottom: 10px;
    }
    .bottom_fixed.full-section .fx_right {
        width: 100%;
    }
    .bottom_fixed.full-section .fx_left h2 {
        font-size: 20px;
        line-height: 22px;
    }
    .bottom_fixed.full-section .fx_left p {
        font-size: 16px;
        line-height: 20px;
    }
    .bottom_fixed.full-section .fx_right a {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .page-template-page-landing section.copyright.full-section {
        padding-bottom: 210px;
    }
    section.content_with_background .sec_head .cwb_heading h2,
    section.full-section.metric-stats ul li p > span,
    section.full-section.image_and_content .iac_cover .iac_contant h1,
    section.content_with_background .cwb__inn_new .content_inn_new h2,
    section.full-section.full_image_and_half_content .fihc_cover .fihc_content h2,
    section.full-section.form_section .fs_form .gform_wrapper .gform_heading h3.gform_title,
    section.full-section.client_reviews .cr_heading h2 {
        font-size: 46px;
        line-height: 46px;
    }
    section.full-section.image_and_content .iac_cover .iac_contant p.subtitle,
    section.content_with_background .sec_head .cwb_content p,
    section.full-section.metric-stats ul li p,
    section.full-section.image_and_content .iac_cover .iac_contant p,
    section.content_with_background .cwb__inn_new .content_inn_new p,
    section.full-section.full_image_and_half_content .fihc_cover .fihc_content p,
    section.full-section.form_section .fs_form .gform_wrapper .gform_heading span.gform_description,
    section.full-section.form_section .fs_form .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li.gchoice label,
    section.full-section.client_reviews .cr_heading p {
        font-size: 22px;
        line-height: 26px;
    }
    section.full-section.metric-stats ul li {
        width: 100%;
        margin-bottom: 40px;
    }
    section.metric-stats .icon {
        height: 80px;
    }
    section.content_with_background:before {
        height: 830px;
    }
    section.content_with_background .cwb__inn_new .content_inn_new{
        padding: 40px 0;
    }
    section.content_with_background .cwb__inn_new .content_inn_new a {
        display: flex;
        align-items: center;
    }
    section.client_reviews .main_video a.video_link {
        position: static;
        width: 100%;
        display: block;
        padding: 20px 20px 20px 70px;
    }
    section.full-section.client_reviews:before {
        height: 340px;
    }
    .plus-bg-top-right:after,
    .plus-bg-bottom-left:before,
    .plus-bg-middle-right:after,
    .plus-bg-left-center-small:after,
    .your-guide-pattern .cwb__inn_new.left:after,
    .plus-bg-long-top-left:after,
    .plus-bg-center-center-small:before,
    .plus-bg-long-bottom-right:after,
    .plus-bg-lshape-bottom-left:after {
        background-image: url(../../images/mobile-pattern.png);
        background-size: auto;
        width: 65px;
        height: 210px;
        background-position: right top;
    }
    .plus-bg-top-right:after {
        top: -70px;
    }
    .plus-bg-bottom-left:before {
        bottom: -60px;
    }
    .plus-bg-middle-right:after {
        height: 100px;
        top: 32%;
    }
    .plus-bg-left-center-small:after,
    .your-guide-pattern .cwb__inn_new.left:after {
        left: -30px;
        bottom: -120px;
        height: 100px;
    }
    .plus-bg-long-top-left:after {
        right: 1%;
        left: inherit;
        top: 184px;
        z-index: 99;
    }
    .plus-bg-center-center-small:before {
        bottom: -180px;
        left: 1%;
    }
    section.full-section.full_image_and_half_content .fihc_cover {
        padding: 50px 0 50px 0;
    }
    section.full-section.form_section,
    section.full-section.client_reviews {
        padding: 70px 0;
    }
    .plus-bg-long-bottom-right:after {
        bottom: -147px;
    }
    .plus-bg-lshape-bottom-left:after {
        height: 170px;
        bottom: -103px;
    }
    .plus-bg-square-top-left::after,
    .plus-bg-square-middle-left:after {
        height: 180px;
    }
    section.surgery-benefit-section .cwb__inn_new .image_inn .cta-bar-fix-bottom{
        bottom: -200px;
        padding: 45px 52px 120px;
    }
    section.contact{
        padding-top: 120px!important;
    }
    section.neurovideo{
        padding: 140px 0 70px!important;
        margin-top: -20%!important;
    }
    .main-wrapper #content_1 .cwb__inn_new .image_inn{
        min-height: 250px;
        margin-bottom: 0;
    }
    .main-wrapper #content_1 .cwb__inn_new .content_inn_new{
        bottom: 0;
    }
    section.content_with_background:before,
    section.content_with_background.top-color-blue:before{
        height: 750px;
    }
}