
.phheader .mob-menu-tel, .phheader .mob-menu-tel2 {
    color: #00234e !important;
}
.banner2 {
    background: url(assets/newimg/indexbanner2.png);
    background-size: cover;
    background-position-x: -10rem;
}

.thumbnaildiv {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: auto;
    background-position-x: center !important;
    margin-bottom: 10px;
}

.trainerpopover {
    max-width: 100% !important;
    width: 600px
}
.desktop-none{
    display: none
}

.md-none{display:block}

@media(max-width: 850px) {
    .md-none{display:none}
    .desktop-none{display:block}
    .md-300 {height: 300px !important; }
    .mt-md-5 {margin-top: 2rem !important}
}
@media(max-width: 800px){
    .no-app-faq{
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(assets/newimg/indexbanner2.png);
        background-position-x:-500px ;
    }
    .md-text-white{
        color: #ffffffbf !important;
    }
}


body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #9aa1af;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #00234e;
}

a:focus,
a:visited,
a:hover {
    text-decoration: none;
}

/* Remove up/down arrows from inputs */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media(min-width:800px){
    .phheader{
        position: sticky !important;
        top: 0px !important;
        background: white !important;
        z-index: 100 !important;
    }
}
/* new styles by ashu*/

.mob-menu-tel2 {
    font-weight: bolder;
    font-size: 16px!important;
    color: #00234e!important;
    margin-left: 10rem;
}


/* Used in Banner Heading */

h1 {
    font-size: 2.3rem;
    font-weight: 600;
}


/* Used in Page heading */

h2 {
    color: #00234e;
    font-size: 1.8rem;
    font-weight: 700;
}


/* Used in Blog title */

h3 {
    color: #00234e;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1rem;
}


/* Used in the footer heading */

h5 {
    font-size: .8rem;
    font-weight: 600;
}


/* Used for the muted heading */

h6 {
    font-size: .7rem;
    text-transform: uppercase;
    line-height: .8rem;
    font-weight: 600;
}

.btn-gr {
    padding: 0.6rem 1.5rem !important;
}

.ca-text-muted {
    color: #9aa1af;
}

.rounded-2 {
    border-radius: 0.35rem;
}

.fw-6 {
    font-weight: 600;
}


/* Shadow */

.ca-shadow-sm {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12) !important;
}


/* Custom btn class */

.read-more {
    color: palevioletred;
    font-weight: 600;
}

.read-more:hover,
.read-more:visited,
.read-more:active {
    text-decoration: none;
}

.f-7 {
    font-size: .7rem;
}

.subscribe input {
    height: 55px;
}

input:focus,
input:hover,
.form-control:focus,
.btn {
    box-shadow: none !important;
    outline: none !important;
}

.ca-list {
    list-style: none;
    padding: .2rem 0;
    font-size: .7rem;
}

.subscribe button {
    height: 43px;
    margin: 7px;
}

.ca-btn {
    border-radius: 5px !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.btn-gr {
    background: rgba(146, 43, 184, 0.99);
    background: -moz-linear-gradient(left, rgba(146, 43, 184, 0.99) 0%, rgba(246, 31, 128, 0.99) 36%, rgba(254, 164, 120, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(146, 43, 184, 0.99)), color-stop(36%, rgba(246, 31, 128, 0.99)), color-stop(100%, rgba(254, 164, 120, 1)));
    background: -webkit-linear-gradient(left, rgba(146, 43, 184, 0.99) 0%, rgba(246, 31, 128, 0.99) 36%, rgba(254, 164, 120, 1) 100%);
    color: #ffffff !important;
    border: 0px !important;
    font-size: .9rem;
}

.btn-gr a {
    color: #ffffff !important;
}

.text-c4c4c4 {
    color: #c4c4c4;
}


/* Logo */

.logo {
    width: 90px;
}

.main-menu .fa-bars {
    color: #00234e;
}

.main-menu {
    padding: 0.3rem!important;
}

.main-menu a {
    font-size: 15px;
    color: #737b8f !important;
}

.compare .table th,
.compare .table td {
    color: #a1a8bb !important;
}

.main-menu a.active {
    color: #00234e!important
}

.navbar-nav {
    display: block;
    width: 100%;
    text-align: right;
}


/* *************************************************** */


/*                      Blog Page css              */


/* *************************************************** */

.banner {
    background: url(/assets/img/banner-bg.png);
    background-size: cover;
    background-position: center center;
    border-radius: 0px !important;
    padding: 6rem 0 !important;
}


/* *************************************************** */


/*                      End Blog Page css              */


/* *************************************************** */


/* *************************************************** */


/*                     FAQ css              */


/* *************************************************** */

.faq {
    background: linear-gradient(rgba(63, 62, 62, 0.47), rgba(63, 62, 62, 0.47)), url(../img/faqbanner.jpg);
    background-size: cover;
    border-radius: 0px !important;
    padding: 6.5rem 0rem !important;
    background-repeat: no-repeat;
}

.press .features img {
    width: 100%
}


/* *************************************************** */


/*                      End FAQ css              */


/* *************************************************** */


/* *************************************************** */


/*                      Why Pete Page css              */


/* *************************************************** */

.fontd9rem {
    font-size: 0.9rem !important
}

.theme-text-color {
    color: #00234e !important
}

.border-bottom {
    border-bottom: 1px solid #e8e8e87d;
}

.why-pete {
    background-image: url(../newimg/2190.png);
    background-size: cover;
    border-radius: 0px !important;
    padding: 7rem 0rem !important;
    background-position-y: -10rem;
    background-repeat: no-repeat;
}

.call .btn-link {
    font-size: 17px;
    font-weight: bold;
}

.features img {
    width: 43px;
}

.feature-img-bg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
    margin-bottom: .75rem;
}

/*
.expert-care:hover .feature-img-bg,
.accessibility:hover .feature-img-bg,
.affordability:hover .feature-img-bg,
.insurance-accepted:hover .feature-img-bg {
    transform: scale(1.03);
    transition: .4s ease-in-out;
}
*/

.acc {
    /* background: #f4e8f8; */
    border: 1px solid #f4e8f8;
    background: linear-gradient(90deg, #fbe8f4, #ffeff1)
}

.expert {
    background: #fbeef3;
    border: 1px solid #fbeef3;
}

.afford {
    background: #fee8f2;
    border: 1px solid #fee8f2;
}

.insurance {
    background: #fff6f1;
    border: 1px solid #fff6f1
}

.bg-gray {
    background: #f0f4f8 !important;
}

.carousel-control-next,
.carousel-control-prev {
    top: 50% !important;
    width: 30px;
    height: 30px;
    background: #ffffff !important;
    opacity: 1 !important;
    color: #444 !important;
    transform: translateY(-50%) !important;
}

.carousel-control-next {
    right: -70px !important;
}

.carousel-control-prev {
    left: -70px;
}

.compare .table td,
.compare .table th {
    padding: .8rem 1.5rem !important
}

td.text-uppercase {
    font-weight: 600;
}

.td-img {
    text-align: center;
}

.compare img {
    width: 30px;
}

.pb-17 {
    padding-bottom: 32rem;
}

.mt-n17 {
    margin-top: -32rem;
}

.point-img-wrap {
    background: #fee8f2;
    border: 1px solid #fee8f2;
    padding: 2%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.point-img-wrap img {
    position: absolute!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.works-2 img {
    width: 90%;
}

.stars {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.how-it-works-mob,
.mob,
#mob-carousel,
.mob-menu-tel,
#accordion,
.mob-form-sub {
    display: none;
}

#mob-carousel li,
#MobcarouselIndicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #ea169a;
}

#mob-carousel .carousel-indicators,
#MobcarouselIndicators .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -3rem;
}

#accordion .card {
    margin-bottom: 1rem;
}

#accordion .card .card-header {
    color: #ffffff !important;
    font-weight: 600;
    text-align: left !important;
    border-radius: 4px;
    padding: 0px !important;
}

#accordion .card .card-header a {
    color: #00234e;
    padding: .75rem 1.25rem !important;
    display: block;
    background: rgba(146, 43, 184, 0.99);
    background: -moz-linear-gradient(left, rgba(146, 43, 184, 0.99) 0%, rgba(246, 31, 128, 0.99) 36%, rgba(254, 164, 120, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(146, 43, 184, 0.99)), color-stop(36%, rgba(246, 31, 128, 0.99)), color-stop(100%, rgba(254, 164, 120, 1)));
    background: -webkit-linear-gradient(left, rgba(146, 43, 184, 0.99) 0%, rgba(246, 31, 128, 0.99) 36%, rgba(254, 164, 120, 1) 100%);
    border-radius: 4px 4px 0 0;
}

#accordion .card-body .col-sm-6 {
    width: 50%;
}

#accordion .card-body {
    padding: 10px
}

.how-it-works {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

div#home p,
#accordion .card-body p,
.tab-pane p {
    font-weight: 600;
    color: #00234e;
}

div#carouselExampleControls .card p {
    font-size: 14px;
}

.hiw-call,
.compare .call {
    font-size: 14px !important;
}

.collapsed {
    background: #fff !important;
    display: block;
    color: #00234e !important;
    border-radius: 4px !important;
}


/* *************************************************** */


/*                  End Why Pete Page css              */


/* *************************************************** */


/* *************************************************** */


/*            Treatment and care Page css              */


/* *************************************************** */

.tab-wrap .nav-item a {
    color: #00234e;
    font-weight: 600;
    padding: 10px 0;
}

.tab-wrap .nav-item a i {
    font-size: 24px;
}

.tab-wrap .nav-item .active {
    background: rgba(146, 43, 184, 0.99);
    background: -moz-linear-gradient(left, rgba(146, 43, 184, 0.99) 0%, rgba(246, 31, 128, 0.99) 36%, rgba(254, 164, 120, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(146, 43, 184, 0.99)), color-stop(36%, rgba(246, 31, 128, 0.99)), color-stop(100%, rgba(254, 164, 120, 1)));
    background: -webkit-linear-gradient(left, rgba(146, 43, 184, 0.99) 0%, rgba(246, 31, 128, 0.99) 36%, rgba(254, 164, 120, 1) 100%);
    color: #ffffff !important;
    font-weight: 600;
}

.therapist-form .fa-input {
    border: none;
    border-bottom: 1px solid #efefef;
    border-radius: 0;
    resize: none;
    margin-bottom: 10px;
}

.therapist-form .btn {
    font-size: 1em;
}

.main-menu i {
    font-size: 18px;
}

#link-tab1 .fa-bicycle:before {
    content: "\f206";
    font-size: 27px;
    font-weight: 900;
}


/* *************************************************** */


/*        End Treatment and care Page css              */


/* *************************************************** */


/* *************************************************** */


/*                  Physician Page CSS                 */


/* *************************************************** */

.physician {
    background-image: linear-gradient(90deg, rgba(63, 62, 62, 0.3), rgba(63, 62, 62, 0.3)), url(../assets/newimg/physicianbanner.png);
;
    background-size: cover;
    background-position: top center;
    border-radius: 0px !important;
    padding: 18rem 0rem !important;
}

.physician-works {
    background: url(../assets/newimg/physicianbanner2.png);
    background-size: cover;
    background-position: center center;
    border-radius: 0px !important;
    padding: 4rem 0rem !important;
}

.physician-form {
    width: 60%;
    padding: 1.5% 1% !important;
}

.physician-form .fa-input {
    border: none;
    border-bottom: 1px solid #efefef;
    border-radius: 0;
    resize: none;
    margin-bottom: 10px;
}

.ph-carousel {
    margin-top: 1.5rem;
}

.conntect-pr {
    padding: 4rem 0 4rem 0 !important;
}

.conntect-pr .feature-img-bg,
.ph-second-wrap .feature-img-bg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 120px;
    margin-bottom: 1rem;
}

.conntect-pr .feature-img-bg img,
.ph-second-wrap .feature-img-bg img {
    width: 42px;
}

.ph-second-wrap {
    padding: 5rem 0.5rem !important;
    padding: 2rem !important;
}

.medi-wrap .col-md-5 {
    padding-left: 18%;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.medi-wrap .col-md-7 {
    position: relative;
}

.comm-ins {
    background: #00234e;
    position: absolute;
    width: 100%;
    padding: 4rem 4rem 6rem 4rem;
    color: #fff;
    border-radius: 0 0 0 6rem;
    box-shadow: -1px 0px 9px rgba(37, 37, 37, 0.2);
}

.comm-ins h2 {
    color: #fff;
}

.comm-ins p {
    /* color: #8c9caf; */
    font-size: 13px;
}

.zero-dollar {
    font-size: 4.5rem;
    font-weight: 100;
}

.medi-wrap .row-1 {
    min-height: 27rem;
}

.comm-inner {
    width: 65%;
}

.com-images-wrap img {
    width: 150px;
    margin-right: 1rem;
}

.license-the {
    padding: 4rem 0 5rem 0 !important;
    padding-bottom: 0rem !important;
}

.license-the .carousel-control-next,
.license-the .carousel-control-prev {
    top: 50% !important;
    width: 30px;
    height: 30px;
    background: #f0f4f8 !important;
    opacity: 1 !important;
    color: #444 !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    border-radius: 50%;
}

.team-wrap {
    background: #f0f4f8;
    text-align: left;
    border-radius: 8px;
    overflow: hidden;
}

.team-wrap .cont {
    padding: 1rem 1rem 0.5rem 1rem;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    color: #666666 !important;
    width: 100%
}

.ph-sub2,
#MobcarouselIndicators {
    display: none;
}

.trainer-section {
    margin-top: 10rem
}


/* *************************************************** */


/*                 END Physician Page CSS              */


/* *************************************************** */


/* *************************************************** */


/*             Begining Therapists Page CSS            */


/* *************************************************** */

.therapist {
    background-image: linear-gradient(90deg, rgba(63, 62, 62, 0.47), rgba(63, 62, 62, 0), rgba(63, 62, 62, 0.47)), url(../assets/newimg/fortherapistbanner.png);
    background-size: cover;
    background-position: center center;
    border-radius: 0px !important;
    padding: 12rem 0rem !important;
}

.therapist-desc {
    background: url(../assets/newimg/banner2.png);
    background-size: cover;
    background-position: center center;
    border-radius: 0px !important;
    padding: 6rem 0rem !important;
}

.therapists-page .jumbotron.therapist-desc.mb-0 {
    padding: 2rem 0rem !important;
}

.therapists-page .circle-icon {
    width: 50px !important;
    margin: auto;
}

.therapists-page .big-size img {
    width: auto !important;
    height: 50px;
}

.physician-form {
    width: 60%;
    padding: 1.5% 1% !important;
}

.physician-form .fa-input {
    border: none;
    border-bottom: 1px solid #efefef;
    border-radius: 0;
    resize: none;
    margin-bottom: 10px;
}

.img-wrap-the {
    position: relative;
}

.img-wrap-the .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 100%;
    background: transparent;
    border: none;
}

.img-wrap-the img {
    width: 80%;
    margin: 0 auto;
}

.our-therapist {
    padding: 5rem 0.5rem;
}

.the-carousel-card li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #00234e;
}

.the-carousel-card .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -3rem;
}

.the-carousel-card .card {
    box-shadow: 0 0px 4px rgba(0, 0, 0, .12) !important;
    width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
    padding: 2rem 3rem !important;
}

.therapist-form {
    width: 65% !important;
    padding: 2rem 2rem !important;
}

.the-bnr-btn {
    font-size: 1.2rem;
    padding: 12px 2rem!important;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
}

.the-apply-btn {
    margin-top: 2rem;
}

.the-ved .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

@media (min-width: 576px) {
    .the-ved .modal-dialog {
        max-width: 50% !important;
        margin: 1.75rem auto;
    }
}

.the-ved .modal-body {
    position: relative;
    padding: 0px;
}

.the-ved .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1 !important;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    right: -30px !important;
    top: -20px;
}


/* .bd-example .carousel-control-prev, .bd-example .carousel-control-next {
    display: none !important;
} */


/* *************************************************** */


/*                 END Treatment Page CSS              */


/* *************************************************** */

.below-bnr-blog {
    background: yellow;
}

ul.blog-menu-ul li {
    display: inline-block;
}

ul.blog-menu-ul {
    display: block;
    text-align: center;
    list-style: none;
    padding-left: 0;
}

a.blog-menu {
    display: block;
    padding: 1.6rem;
    color: #6c757d!important;
    font-weight: 600;
}

a.blog-menu.active {
    background: #dadde0 !important;
    border-bottom: 2px solid #00234e;
}

.blog-btn {
    padding: 0.7rem;
    font-weight: 600;
    font-size: 16px;
}

.blog-content img {
    max-width: 100%;
}

.read-more img {
    width: 85px;
}


/* *************************************************** */


/*             Begining No Apps Page CSS               */


/* *************************************************** */

.no-apps {
    /* background: url(../img/no-app-home-page-banner.jpg); */
    /* background: url(../newimg/landingbanner.png); */
    background: linear-gradient(rgba(0,0,0, 0.3), rgba(0,0,0, 0.3)), url(../assets/newimg/landingbanner.png);
    background-size: cover;
    background-position: center center;
    border-radius: 0px !important;
    padding: 18rem 0rem !important;
    padding-bottom: 3rem !important;
}

.no-app-licensed-the {
    padding: 0 0 5rem 0 !important;
}

.no-apps-5 img {
    width: 40px;
}

.why-doctor {
    padding: 6rem 0 4rem 0 !important;
    margin-top: 2rem;
}

.rew {
    padding: 1rem;
}

.no-app-car {
    padding: 5rem 0 !important;
}

.no-apps-aside img {
    /* width: 32vw; */
}

.no-app-faq {
    padding: 4rem 6rem;
    padding-left: 22%;
    padding-top: 8rem;
}

.faq-row {
    margin: 0;
    overflow: hidden;
}

.bg-gray.no-add-logo-car {
    padding: 1rem;
}

#carouselLogo img {
    width: 100px;
}

span.cov-ins {
    color: #00234e;
    font-size: 1rem;
    line-height: 40px;
    font-weight: 600;
}

.schedule:hover {
    cursor: pointer;
}

#FormModalCenter .therapist-form {
    width: 100% !important;
    padding: 1rem 0rem !important;
}

#FormModalCenter .modal-dialog {
    max-width: 40%;
    margin: 1.75rem auto;
}

#FormModalCenter .close {
    background: white;
    width: 35px !important;
    height: 35px;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    right: -25px;
    top: -21px;
}

.close:focus {
    outline: none !important;
}


/* *************************************************** */


/*               END No Apps Page CSS                  */


/* *************************************************** */


/* *************************************************** */


/*               Beg Contact Page CSS                  */


/* *************************************************** */

.contact-form .fa-input {
    border: none;
    border-bottom: 1px solid #efefef;
    border-radius: 0;
    resize: none;
    margin-bottom: 10px;
}

.contact-form {
    padding: 1.5rem !important;
}

span.cont-icon {
    color: #00234e;
}

.cont-icon img {
    width: 22px;
    margin-right: 10px;
}


/* *************************************************** */


/*               END Contact Page CSS                  */


/* *************************************************** */


/* *************************************************** */


/*               Begning About Page CSS                */


/* *************************************************** */

.about-bnr {
    background: url(../assets/img/About-us-banner.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 0px !important;
    padding: 10rem 0rem !important;
}

.about-page-contact {
    padding: 2rem 1rem 6rem 1rem;
}

.about-form {
    padding: 3rem 2rem !important;
    width: 40% !important;
}

.about-form .fa-input {
    border: none;
    border-bottom: 1px solid #efefef;
    border-radius: 0;
    resize: none;
    margin-bottom: 10px;
}

.ab-par {
    background: url(../assets/img/about-us-2nd-banner].jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 0px !important;
    padding: 8rem 0rem !important;
}

.ab-par .row {
    padding: 1rem 4rem;
}

.ab-par p {
    font-size: 1.1rem;
    color: #f0f4f8 !important;
    font-weight: 600;
}

p.name-sur {
    display: block;
    width: 100%;
    margin-top: 1rem;
    font-weight: 500 !important;
}

.wd-80 {
    width: 80%;
    margin: 0 auto;
}

.legal-row .col-md-12 {
    margin-top: -2rem;
    text-align: left;
}

.legal {

    background-size: cover !important;
    background-position: center center !important;
    border-radius: 0px !important;
    padding: 11rem 0rem !important;
    background-position: top !important;
    background-image:linear-gradient(90deg, rgba(146, 43, 184, 0.69), rgba(246, 31, 128, 0.69) , rgba(254, 164, 120, 0.69)), url(../assets/newimg/1280.png);
}

.sidebar-wrap .widget {
    margin-bottom: 2rem;
}

.rel-img img {
    width: 80px;
    float: left;
    margin-right: 8px;
}

.rel-cont h3 {
    font-size: 1rem;
    margin-bottom: 4px;
}

.rel-cont p {
    font-size: 14px;
}

.post {
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 0px !important;
    padding: 10rem 0rem !important;
}


/* *************************************************** */


/*               END About Page CSS                    */


/* *************************************************** */


/* *************************************************** */


/*               Begining Footer Page CSS              */


/* *************************************************** */

.footer {
    background: #00234e;
    color: #ffffff;
}

.white-hr {
    border: 1px solid #062f63 !important;
}

.footer a {
    color: #ffffff;
}

::placeholder {
    color: #9aa1af;
    opacity: 1;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #9aa1af;
    font-size: 16px;
}

::-ms-input-placeholder {
    color: #9aa1af;
    font-size: 16px;
}


/*------------ Media Query -------------*/

@media only screen and (max-width: 1500px) {
    .physician {
        padding: 17rem 0rem !important;
    }
    .medi-wrap .row-1 {
        min-height: 28rem;
    }
    .comm-inner {
        width: 80%;
    }
    .medi-wrap .col-md-5 {
        padding-left: 8.9%;
    }
    .therapist-desc {
        padding: 4rem 0rem !important;
    }
    .no-apps-aside {
        padding: 0;
    }
    .no-apps-aside img {
        /* width: 35vw; */
    }
    .no-app-faq {
        padding: 4rem 2rem;
        padding-left: 10%;
    }
    #FormModalCenter .modal-dialog {
        max-width: 50%;
    }
    .about-form {
        padding: 3rem 2rem !important;
        width: 60% !important;
    }
    .ab-par {
        padding: 6rem 0rem !important;
    }
}

@media only screen and (max-width: 1300px) {
    .comm-ins {
        width: 98%;
    }
}

@media only screen and (max-width: 1168px) {
    .medi-wrap h2 {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1150px) {
    .mob-menu-tel2 {
        margin-left: inherit
    }
    .navbar-nav a {
        font-size: 14px;
    }
    .navbar-nav {
        margin-left: 0.6em;
    }
}

@media only screen and (max-width: 1079px) {
    .mob-menu-tel2 {
        margin-left: inherit
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    .tab-wrap .nav {
        display: block;
    }
    div#navbarCollapse3 {
        padding-top: 1em;
    }
    .navbar-nav {
        display: flex;
        text-align: left;
    }
    ul.blog-menu-ul {
        display: inline-flex;
        text-align: center;
        list-style: none;
        padding-left: 0;
        overflow: scroll;
        max-width: 100%;
        margin-bottom: 0;
    }
    ul.blog-menu-ul li {
        display: inline-flex;
    }
    .no-add-logo-car {
        display: none;
    }
    .comm-inner {
        width: 100%;
    }
    .about-form {
        width: 75% !important;
    }
}

@media only screen and (max-width: 1023px) {
    .post-wrap .col-md-8 {
        max-width: 100% !important;
        flex: 0 0 100%;
    }
    .post-wrap .col-md-4 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cont p {
        font-size: 12px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 860px) {
    .comm-ins {
        padding: 2rem 2rem 6rem 2rem;
    }
    #FormModalCenter .modal-dialog {
        max-width: 75%;
    }
    .about-form {
        width: 90% !important;
    }
    .phheader{
        position: sticky;
        top: 0;
        z-index: 100;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .tab-wrap .nav-item {
        display: inline;
    }
    .tab-wrap .nav-item a {
        display: inline-block;
        padding: 1.23rem !important;
    }
    .therapist-form {
        width: 80% !important;
        padding: 2rem 2rem !important;
    }
    .legal-row {
        width: 90% !important;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 1.6rem;
    }
    h3 {
        font-size: 1rem;
    }
    .visit-btn {
        padding: 16px 3.5rem;
        font-size: 0.9rem
    }
    .mob-menu-tel2 {
        display: none;
    }
    .therapist-form {
        width: 100% !important;
        padding: 2rem 1rem !important;
    }
    .tab-wrap .nav {
        display: block;
    }
    div#navbarCollapse3 {
        padding-top: 1em;
    }
    .navbar-nav {
        display: flex;
        text-align: left;
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    #MobcarouselIndicators .carousel-control-prev,
    #MobcarouselIndicators .carousel-control-next {
        display: block;
        line-height: 30px;
    }
    #MobcarouselIndicators .carousel-control-prev {
        left: 0 !important;
    }
    #MobcarouselIndicators .carousel-control-next {
        right: 0 !important;
    }
    .footer-bottom {
        text-align: center !important;
        width: 100%;
    }
    .footer-bottom .col-md-4 {
        margin-bottom: 10px;
        text-align: center !important;
    }
    .works-2 img {
        width: 100%;
        margin-top: 3rem;
    }
    .carousel-item .card {
        margin-top: 20px;
    }
    .features {
        width: 90%;
        margin-top: -3rem !important;
        padding-top: 3rem !important;
    }
    .features .col-md-3 {
        width: 50%;
    }
    h1 {
        font-size: 1.8rem;
    }
    main {
        text-align: center;
    }
    .how-it-works-mob,
    .mob,
    #mob-carousel,
    .mob-menu-tel,
    #accordion,
    .mob-form-sub,
    .ph-sub2,
    #MobcarouselIndicators {
        display: block;
    }
    .how-it-works,
    .desk,
    #carouselExampleControls,
    .tab-wrap,
    .desk-form-sub,
    .ph-sub,
    .ph-carousel {
        display: none;
    }
    .how-it-works-mob .col-sm-4 {
        width: 33.3%;
        margin-top: 2rem;
    }
    body {
        font-size: 14px;
    }
    .why-pete h1 {
        font-weight: 600;
    }
    .why-pete {
        background-size: cover !important;
        background-position: bottom !important;
    }
    .schedule {
        margin: 0 auto !important;
        display: block;
        width: 50%;
        margin-top: 15px !important;
    }
    .call {
        padding-top: 10px !important;
        display: block;
        font-weight: 600 !important;
    }
    .call a,
    .hiw-call {
        font-weight: 600;
        font-size: 15px;
    }
    .mob-wid {
        width: 100% !important;
    }
    #accordion .card .card-header a {
        font-size: 16px;
    }
    #accordion .card .card-header a i {
        margin-right: 0.6rem;
    }
    .ph-second-wrap .row,
    .conntect-pr .row {
        width: 80%;
        margin: 0 auto;
    }
    .ph-second-wrap .row .col-md-4,
    .conntect-pr .row .col-md-4 {
        margin-bottom: 1.5rem;
    }
    .physician {
        /* background: url(../newimg/physicanbanner.png) !important; */
        background-position: center !important;
        background-size: cover;
    }
    .physician-works {
        /* background: url(../img/ph-mobile-view-2.jpg) !important; */
        background-size: cover;
        background-position: center center !important;
    }
    .medi-wrap .col-md-5 {
        text-align: center !important;
        padding-left: 3.9% !important;
        padding-bottom: 8rem;
    }
    .medi-wrap .col-md-7 {
        padding: 0;
        background: #fff;
    }
    .comm-inner {
        width: 100%;
        text-align: center !important;
    }
    .com-images-wrap img {
        width: 90px;
    }
    .comm-ins {
        position: relative;
        padding: 4rem 2rem 4rem 2rem;
        color: #fff;
        border-radius: 5rem 0 0 5rem;
        box-shadow: -1px 0px 9px rgba(37, 37, 37, 0.2);
        margin-top: -4rem;
    }
    .conntect-pr {
        padding: 4rem 0 3rem 0 !important;
    }
    .physician-form {
        width: 90%;
        padding: 3.5% 1% !important;
    }
    .fax {
        display: none;
    }
    .ph-form-wrap {
        padding: 1rem 0 4rem 0 !important;
    }
    .team-wrap,
    .modal-content {
        width: 80% !important;
        margin: 0 auto;
    }
    .therapist {
        /* background: url(../img/the-1.jpg) !important; */
        background-size: cover;
        background-position: center center !important;
        border-radius: 0px !important;
        padding: 8rem 0rem !important;
    }
    .img-wrap-the .video-btn,
    .img-wrap-the img {
        width: 100%;
    }
    .therapist-desc {
        /* background: url(../img/the-3.jpg) !important; */
        background-size: cover;
        background-position: center center !important;
        border-radius: 0px !important;
        padding: 6rem 0rem !important;
    }
    .therapist-desc .col-md-5 {
        width: 86%;
        margin: 0 auto;
    }
    .the-carousel-card .card {
        width: 98%;
        margin: 0 auto;
        margin-top: 1rem;
        padding: 2rem 2rem !important;
        margin-bottom: 30px;
    }
    .the-carousel-card li {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        cursor: pointer;
        background-color: #ea169a !important;
    }
    .p-mob-sm {
        padding: 0 1.5rem;
    }
    .the-ved .modal-dialog {
        max-width: 800px;
        margin: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%) !important;
        -webkit-transform: translateY(-50%) !important;
    }
    .why-doctor {
        padding: 6rem 1rem 4rem 1rem !important;
        margin-top: 0rem;
    }
    .rew {
        margin-bottom: 1rem;
    }
    .no-app-car-visit {
        margin-top: 2rem;
    }
    .no-app-faq {
        padding: 4rem 2rem !important;
    }
    .no-apps-aside {
        display: none;
    }
    .comm-ins {
        width: 100%;
    }
    .ph-second-wrap {
        padding: 5rem 0.5rem 2rem 0.5rem !important;
    }
    ul.blog-menu-ul {
        display: inline-flex;
        text-align: center;
        list-style: none;
        padding-left: 0;
        overflow: scroll;
        max-width: 100%;
        margin-bottom: 0;
    }
    ul.blog-menu-ul li {
        display: inline-flex;
    }
    .blog-wrap .card-body {
        text-align: left !important;
    }
    .blog-subs {
        width: 100%;
        padding: 3rem 1rem !important;
    }
    .blog-banner {
        text-align: left;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        background-size: cover !important;
        background-position: center center;
        border-radius: 0px !important;
        padding: 6rem 0 !important;
        overflow: hidden;
    }
    .blog-banner br {
        display: none;
    }
    .main-menu-blog {
        line-height: 4.5em !important;
    }
    .main-menu-blog,
    .main-menu-blog a,
    .main-menu-blog nav,
    .main-menu-blog .btn-gr {
        display: inline !important;
    }
    .ear-po {
        width: 190px;
    }
    div#accordion .card-link img {
        width: 28px;
        margin-right: 10px;
    }
    #FormModalCenter .modal-dialog {
        max-width: 100%;
    }
    .contact-text {
        text-align: left;
    }
    .contact-page {
        padding-right: 0;
        padding-left: 0;
    }
    .about-form {
        width: 100% !important;
    }
    .wd-80 {
        width: 100%;
    }
    .about-bnr {
        background: url(../assets/img/About-Mobile-banner.jpg) !important;
        background-size: cover !important;
        background-position: center center !important;
        border-radius: 0px !important;
        padding: 8rem 0rem !important;
    }
    .ab-par {
        background: url(../assets/img/About-Mobile-image-4.png) !important;
        background-size: cover !important;
        background-position: center center !important;
        border-radius: 0px !important;
        padding: 3rem 0rem !important;
    }
    .ab-par .row {
        padding: 1rem 1rem;
    }
    .about-text-half p {
        text-align: center;
    }
    .about-page-contact {
        padding: 2rem 1rem 2rem 1rem;
    }
    .legal {
        background-size: cover !important;
        background-position: center center !important;
        border-radius: 0px !important;
        padding: 8rem 0rem !important;
    }
    .legal-row {
        text-align: left;
    }
    .legal-row .col-md-12 {
        margin-top: -4rem;
        text-align: left;
        padding: 2rem !important;
    }
    .post {
        background-size: cover !important;
        background-position: center center !important;
        border-radius: 0px !important;
        padding: 8rem 0rem !important;
    }
}

@media only screen and (max-width: 410px) {
    .main-menu-blog {
        display: inline-block !important;
        width: 100%;
        padding: 1rem 0.6rem !important;
    }
    .main-menu-blog .btn-gr {
        display: inline-block !important;
        padding: 0.6rem 0.5rem !important;
    }
}

@media only screen and (max-width: 380px) {
    .schedule {
        width: 75%;
    }
    .footer .col {
        margin-bottom: 1rem;
    }
    .main-menu-blog {
        line-height: 2em !important;
    }
}

@media only screen and (max-width: 360px) {
    .main-menu-blog .logo {
        width: 65px;
    }
}

@media only screen and (max-width: 350px) {
    .main-menu-blog .logo {
        width: 45px;
    }
}

.covid__wrapper {
    padding: 0 15px 15px;
    background-color: #f0f4f8;
}

.covid__content {
    max-width: 750px;
    box-shadow: 0 3px 7px rgba(0, 35, 78, 0.24);
    border-radius: 10px;
    background-color: #ffffff;
    margin: 0 auto 0;
    box-sizing: border-box;
    padding: 33px 40px;
    transform: translateY(-33px);
}

.covid__btn {
    width: 200px;
    margin: 15px auto 0;
}

.covid__img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.covid-19 {
    position: relative;
    background-image: linear-gradient(to top, #00234e 0%, #02162f 100%), url(../assets/newimg/covid-banner.png);
;
    background-position: bottom right;
    border-radius: 0px !important;
    padding: 12rem 0rem !important
}

.covid-19__img {
    width: 700px;
    position: absolute;
    bottom: 0;
    right: 58px;
}

a.covid-link {
    color: #f61f7e !important;
    background-color: #fdcee3;
    border-radius: 10px;
    margin-left: 10px;
    font-weight: 600;
}

.footer .container .card, .footer .container button {
    background: none !important;
    border: none;
}


.why-pete-page .visit-btn {
    font-size: 1.2rem;
    padding: 16px 3.5rem!important;
    border-radius: 0.5rem;
}

.why-pete-page .circle-icon {
    height: 40px !important;
    width: auto !important;
    margin: auto
}

@media only screen and (max-width: 767px) {
    .why-pete-page .visit-btn {
        padding: 0.6rem 1.5rem !important;
    }
    .why-pete-page .widthmobileimg {
        width: 30px !important;
        font-size: 0.9rem !important
    }
}

.treatment-care-page .py-10p {
    padding-top: 10px;
    padding-bottom: 10px;
}





.therapists-page .circle-icon {
    width: 50px !important;
    margin: auto
}

.therapists-page .btn.upload {
    border-bottom: 1px solid #efefef;
    background-color: white;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    width: 100%;
    text-align: left;
}

.therapists-page .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.therapists-page #therapist-form-main {
    overflow-x: hidden;
}


.physician-page .circle-icon {
    height: 50px !important;
    width: auto !important;
    margin: auto
}

.physician-page .trainerpopover {
    max-width: 100% !important;
    width: 600px
}

@media (max-width: 850px) {
    .physician-page .md-300 { height: 300px !important; }

    .physician-page .physician-works {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../assets/newimg/physicianbanner2.png');
        background-size: cover;
        background-position: center center !important;
        background-position-x: -390px !important
    }

    .physician-page .md-bg-none {
        background-color: transparent !important;
        border: none
    }

    .physician-page .md-text-white { color: #ffffffbf !important; }
}

.covid-page .visit-btn {
    font-size: 1.2rem;
    padding: 16px 3.5rem!important;
    border-radius: 0.5rem;
}

.covid-page .circle-icon {
    height: 40px !important;
    width: auto !important;
    margin: auto
}

@media only screen and (max-width: 767px) {
    .covid-page .visit-btn {
        padding: 0.6rem 1.5rem !important;
    }
    .covid-page .widthmobileimg {
        width: 30px !important;
        font-size: 0.9rem !important
    }
}


.insurance-page .visit-btn {
    font-size: 1.2rem;
    padding: 16px 3.5rem !important;
    border-radius: 0.5rem;
}

.insurance-page .circle-icon {
    height: 40px !important;
    width: auto !important;
    margin: auto
}

.insurance-page .why-pete {
    background-image: linear-gradient(90deg, rgba(146, 43, 184, 0.69), rgba(246, 31, 128, 0.69), rgba(254, 164, 120, 0.69)), url('../assets/newimg/fortherapistbanner.png');
    background-position: 0px;
}

@media only screen and (max-width: 767px) {
    .insurance-page .visit-btn {
        padding: 0.6rem 1.5rem !important;
    }

    .insurance-page .widthmobileimg {
        width: 30px !important;
        font-size: 0.9rem !important
    }
}





.faq-page .justify-middle{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.faq-page .features{
    width:85% !important;;
    padding-top:1rem !important
}

.faq-page .wd-75 {
    width: 65%
}

.faq-page .visit-btn {
    font-size: 1.2rem;
    padding: 16px 2.5rem !important;
    border-radius: 0.5rem;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.faq-page .mb-10 {
    margin-bottom: 5rem;
}

.faq-page {
    background: #f0f4f8 !important;
}

.faq-page .jumbotron-f {
    background: transparent !important;
    margin-bottom: 0;
    padding-bottom: 6em;
}

@media only screen and (max-width: 767px) {
    .faq-page .mobile-pt{
        padding-top:15px
    }
    .faq-page .visit-btn {
        padding: 0.6rem 1.5rem !important;
    }
    .faq-page .points-text{
        padding-top:2rem !important;
        padding-left:1rem !important;
        padding-right:1rem !important;
    }
    .faq-page .points-text h3{
        width: 75%;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
    }
}
.faq-page .ytp-chrome-top-buttons,.ytp-button , .faq-page .ytp-copylink-button{
    display:none !important
}



.blog-page .banner {
    background: url(/assets/img/1319.png);
    background-size: cover;
    background-position: center;
    padding: 10rem 0rem !important;
}
.blog-page .card-img-top{
    background: -webkit-linear-gradient(left, rgba(146, 43, 184, 0.99) 0%, rgba(246, 31, 128, 0.99) 36%, rgba(254, 164, 120, 1) 100%);
    height: 178px;
}
.blog-page  .rounded-3{
    border-radius: 10px;
}
.blog-page .px-5r{
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.press-page {
    background-color: #f0f4f8 !important;
}
.press-page .grad-left {
    background: -webkit-linear-gradient(left, rgba(146, 43, 184, 0.99) 0%, rgba(246, 31, 128, 0.99) 36%, rgba(254, 164, 120, 1) 100%);
    height: 240px;
}
.press-page .vertical-middle{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.press-page  .wd-75 {
    width: 75%
}

.press-page .visit-btn {
    font-size: 1.2rem;
    padding: 16px 3.5rem !important;
    border-radius: 0.5rem;
}


.press-page .mb-10 {
    margin-bottom: 5rem;
}
.press-page .vertical-middle h3{
    line-height: 1.4rem;
}

.press-page .jumbotron {
    margin-bottom: 0 !important;
    padding-bottom: 5rem !important;
}

@media only screen and (max-width: 767px) {
    .press-page .mobile-px-d5 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .press-page .points-text {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .press-page .features {
        margin-top: 3rem !important;
        padding-top: 0rem !important;
    }

    .press-page .wd-75 {
        width: 90%
    }

    .press-page .visit-btn {
        padding: 0.6rem 1.5rem !important;
    }

    .press-page .vertical-middle {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        text-align: initial !important;
        padding-bottom: 0rem !important;
    }

    .press-page .features {
        margin-top: 2rem !important;
    }
}

/**********main page***********/
.main-page .banner2 {
    background: url(../assets/newimg/indexbanner2.png);
    background-size: cover;
    background-position-x: -10rem;
}

.main-page .thumbnaildiv {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: auto;
    background-position-x: center !important;
    margin-bottom: 10px;
}

.main-page .trainerpopover {
    max-width: 100% !important;
    width: 600px
}
.main-page .desktop-none{
    display: none
}

.main-page .md-none{display:block}

@media(max-width: 850px) {
    .main-page .md-none{display:none}
    .main-page .desktop-none{display:block}
    .main-page .md-300 {height: 300px !important; }
    .main-page .mt-md-5 {margin-top: 2rem !important}
}
@media(max-width: 800px){

    .main-page .no-app-faq{
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../assets/newimg/indexbanner2.png);
        background-position-x:-500px ;
        text-align: left !important;
    }
    .main-page .md-text-white{
        color: #ffffffbf !important;
    }
}

 .compare .table .td-img.padding-im {
    padding-top: 22px !important;
    padding-bottom: 18px !important;
}

 .compare .table .pl-2.padding-pl {
    padding-top: 22px !important;
    padding-bottom: 18px !important;
}

.insurance-page .table tr.bg-gray td {
    color: #00234e !important
}

/*sony page*/
.sony-page .banner-wrapper {
    position: relative;
    background-position: center;
    background-size: cover;
}
.sony-page .logo {
    width: 242px;
    margin-bottom: 68px;
}
.footer.sony-page .container .container {
    padding-right: 0;
    padding-left: 0;
}
@media(max-width: 800px) {
    .sony-page .logo {
        width: 90px;
    }
}
.sony-page .pt-6 {
    padding-top: 7rem;
}
.sony-page .pb-7 {
    padding-bottom: 8rem;
}
.sony-page .title {
    font-size: 68px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    z-index: 2;
}
.founder .founder-info {
    padding-left: 54px;
}
.founder .founder-img img {
    max-width: 436px;
    height: auto;
    max-height: 550px;
    object-fit: contain;
}
.founder .founder-info h2 {
    font-size: 42px;
    line-height: normal;
    font-weight: bold;
}
.founder .founder-info h3 {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 25px;
}
.founder .founder-info p {
    font-size: 27px;
    line-height: 1.59;
    color: #00234e;
    margin-bottom: 21px;
}
.founder .founder-info .btn-gr {
    font-size: 1.5rem;
    padding: 1.1rem 1.6rem !important;
}

.sony-easy-left {
    background: #00234e;
    padding: 60px 105px;
}
.sony-easy-img {
    width: 186px;
    margin-bottom: 64px;
}
.sony-easy .description {
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
}
.sony-easy .description a {
    border-bottom: 3px solid #fff;
}
.sony-easy-right {
    background: #f0f4f8;
    padding: 60px 100px 60px 88px;
}
.sony-easy-right h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 35px;
}
.sony-easy-right .comment-item {
    max-width: 345px;
}
.sony-easy-right .comment {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    margin-bottom: 44px;
    color: #00234e;
}
.sony-easy-right .comment-item:first-of-type {
    margin-right: 30px;
}
.sony-easy-right .comment--star {
    width: 133px;
    height: 25px;
}
.sony-easy-right .comment--author {
    font-size: 23px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
    margin-bottom: 0;
    color: #00234e;
}
.sony-image-block {
    height: 875px;
    background-size: cover;
    background-position: center;
}


@media(min-width: 1400px) {
    .sony-page .container {
        max-width: 100%;
        padding-right: 120px;
        padding-left: 120px;
    }
    .founder .container {
        max-width: 1240px;
        padding: 0 15px;
    }
    .footer.sony-page .footer-bottom .f-7 {
        font-size: 18px;
    }
    .footer.sony-page .footer-bottom a.f-7 {
        font-size: 21px;
        font-weight: bold;
    }
}
@media(max-width: 1400px) {
    .sony-page .container {
        max-width: 100%;
        padding-right: 120px;
        padding-left: 120px;
    }
    .founder .container {
        max-width: 1240px;
        padding: 0 15px;
    }
    .sony-page .pt-6 {
        padding-top: 3rem;
    }
    .sony-page .pb-7 {
        padding-bottom: 3rem;
    }
    .sony-page .logo {
        width: 140px;
        margin-bottom: 30px;
    }
    .sony-page .title {
        font-size: 48px;
    }
    .founder .founder-img img {
        max-width: 336px;
        height: auto;
        max-height: 450px;
        object-fit: contain;
    }
    .founder .founder-info {
        padding-left: 34px;
    }
    .founder .founder-info h2 {
        font-size: 32px;
        line-height: normal;
        font-weight: bold;
    }
    .founder .founder-info h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .founder .founder-info p {
        font-size: 22px;
        line-height: 1.59;
        color: #00234e;
        margin-bottom: 22px;
    }
    .founder .founder-info .btn-gr {
        font-size: 1.1rem;
        padding: 0.8rem 0.7rem !important;
    }
    .sony-easy-img {
        width: 140px;
        margin-bottom: 34px;
    }
    .sony-easy .description {
        font-size: 32px;
    }
    .sony-easy-right h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .sony-easy-right .comments-wrapper {
        flex-direction: column;
    }
    .sony-easy-right .comment-item:first-of-type {
        margin-right: 0;
    }
    .sony-easy-right .comment-item {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .sony-easy-right .comment {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .sony-easy-right .comment--author {
        font-size: 18px;
    }

}

@media only screen and (max-width: 1200px) {
    .sony-easy-left {
        padding: 60px 35px;
    }
    .sony-easy-right {
        padding: 60px 35px;
    }
    .sony-image-block {
        height: 475px;
    }
}

@media only screen and (max-width: 767px) {
    main.sony-page {
         text-align: left;
    }
    .sony-page .container {
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .sony-page .title {
        font-size: 26px;
    }
    .founder-img {
        margin: 0 auto 20px;
    }
    .founder-img img{
        max-width: 250px;
        max-height: 300px;
    }
    .founder-wrapper {
        flex-wrap: wrap!important;
    }
    .sony-easy {
        flex-wrap: wrap!important;
    }
    .founder .founder-info {
        padding-left: 0;
        text-align: center;
    }
    .founder .founder-info h2 {
        font-size: 26px;
    }
    .founder .founder-info h3 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .founder .founder-info p {
        font-size: 16px;
    }
    .founder .founder-info .btn-gr {
        font-size: 16px;
    }
    .sony-page .pt-6 {
        padding-top: 2rem;
    }
    .sony-page .pb-7 {
        padding-bottom: 2rem;
    }
    .founder .founder-img img {
        max-width: 250px;
        max-height: 250px;
    }
    .sony-easy-img {
        margin-bottom: 15px;
    }
    .sony-easy .description {
        font-size: 24px;
    }
    .sony-easy-left {
        padding: 30px;
    }
    .sony-easy-right {
        padding: 30px;
    }
    .sony-easy-right h2 {
        font-size: 24px;
    }
    .sony-image-block {
        height: 275px;
    }
    .sony-easy-right .comment {
        font-size: 16px;
    }
    .sony-easy-right .comment--author {
        font-size: 16px;
    }
}
