.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.page-main{
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    font-family: 'roboto';
    color: #000;
    background: #000;
    padding: 0;
}
.page-main img{
    max-width:100%;
}
.page-main .content{
    width: 98%;
}

#banner .video-bg-wrapp video,
.bannercont .video-bg-wrapp video {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}


.section-darkgrey{
    background: #0d0d0d;
}
.section-lightgrey{
    background: #FCFCFC;
}

.section-light-brown{
    background: #E9DACE;
}

.section-blue{
    background: #0b113a;
}
.page-intro{
    padding: 100px 0;
    color:#fff;

}
.page-intro-book-cons{
    padding-top: 100px !important;
}
.page-intro__text{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-main .page-intro__text a{
    color:inherit;
}
.page-intro__text div{
    width: 48%;
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
}
.page-intro .book-cons-hero{

    position: absolute;
    right: 0;
    top: -67px;
    font-family: 'roboto';
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: none;
    padding: 10px 15px;
    border: 1px #b9011d solid;
    background: #b9011d;
    clear: both;
    text-transform: uppercase;
    transition: 1s;
}
.page-intro .book-cons-hero:hover{
    transition: 1s;
    color: #b9011d;
    background: transparent;
}
.page-title{
    color: rgba(225, 203, 187, 0.7);
    font-size: 42px;
    line-height: 52px;
    font-family: 'roboto';
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.content .written-by {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
    text-decoration: none;
    color: rgba(225, 203, 187, 0.7);font-size: 15px;
}
.content .written-by a{
    color: rgba(225, 203, 187, 0.7);
    font-size: 15px;
}
.content .written-by-black {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-bottom: 30px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
}
.page-subtitle{
    font-size: 45px;
    line-height: 52px;
    text-align: left;
    font-family: 'roboto';
    text-transform: uppercase;
    padding-bottom: 45px;
}
.page-nose-that-works__text .page-subtitle{
    color: rgba(225, 203, 187, 0.7);
    font-size: 45px;
    line-height: 52px;
    text-align: left;
    font-family: 'roboto';
    text-transform: uppercase;
    padding-bottom: 45px;
}
.page-subtitle--big{
    font-size: 90px;
    line-height: 94px;
    font-weight: 600;
    color: #3a2929;
}
.page-before-after{
    padding: 100px 0;
}
.content--flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-before-after__slider-box{
    width: 53%;
    text-align: center;
}
.page-before-after__contact-box{
    width: 41%;
    margin-top:-40px;
}
.ba-slider {
    padding: 47px 77px 0;
    position: relative;
}
@media(max-width:1024px){
    .ba-slider {
        text-align: center;
        text-align: -webkit-center;
    }
}
.ba-slider__wrapper {
    width: 100%;
    max-width: 699px;
}
.ba-slider__list {
    list-style: none;
    height: 425px;
    overflow: hidden;
    position: relative;
}
.ba-slider__item{
    transition: opacity 1s ease;
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
    height: 0;
    width: 100%;
    margin: 0 auto;
}
.ba-slider__item img{
    display: block;
    width: 100%;
}
.ba-slider__item--active {
    opacity: 1;
    height: auto;
}

.ba-slider__prev-arrow, .ba-slider__next-arrow {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 0;
    margin-top: -35px;
    background: rgba(19, 22, 24, 0.31);
    text-align: center;
    font-size: 40px;
    line-height: 70px;
    color: #13192c;
    cursor: pointer;
    border-radius: 8px;
}
@media(max-width: 640px){
    .ba-slider__prev-arrow, .ba-slider__next-arrow {
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        top: 54%;
        left: 0;
        background: rgba(19, 22, 24, 0.31);
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        color: #13192c;
        cursor: pointer;
        border-radius: 8px;
    }
    .ba-slider {
        padding: 47px 43px 0;
    }
}
.ba-slider__prev-arrow svg, .ba-slider__next-arrow svg {
    position: relative;
    width:24px;
    left: 0;
}
.ba-slider__prev-arrow svg path, .ba-slider__next-arrow svg path{
    fill: rgba(255, 255, 255, 0.7);
}

.ba-slider__prev-arrow svg path, .ba-slider__next-arrow svg path{
    fill: rgba(255, 255, 255, 0.7);
}
.ba-slider__next-arrow{
    left:auto;
    right: 0;
}
@media screen and (max-width: 1400px){
    .ba-slider__list{
        height: 29vw;
    }
}
@media screen and (max-width: 860px){
    .ba-slider__list{
        height: 470px;
    }
}
@media screen and (min-width: 861px){
    .ba-slider__list{
        height: 640px;
    }
}
@media screen and (max-width: 800px){
    .ba-cases-wrapp-flex {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .ba-case {
        width: 100%;
    }
}
@media screen and (max-width: 580px){
    .ba-slider{
        padding-bottom: 20px;
    }

}
@media screen and (max-width: 460px){
    .ba-slider__list{
        height: 100vw;
    }
}

.contact-us-box__inner{
    width: 100%;
    font-family: 'roboto';
    color: #161616;
    padding: 30px 60px;
    box-sizing: border-box;
    border: none;
    border-right: 0;
    border-top: 0;
    height: 100%;
    position: relative;
    background-color: rgba(225, 203, 187, 1)
}

.contact-us-box__inner:before,
.contact-us-box__inner:after{
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 20px;
    background-color: rgba(255, 255, 255, 1);
}
.contact-us-box__inner:after{
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 70%;
}
.contact-us-box__input,
.contact-us-box__textarea{
    color: #242424;
    font-family: 'roboto';
    background: #fff;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 28px;
    border: none;
    line-height: 19px;
    margin-bottom: 30px;
}
.contact-us-box__select{
    color: #242424;
    font-family: 'roboto';
    background: #fff;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 28px;
    border: none;
    line-height: 19px;
    margin-bottom: 30px;
}
.contact-us-box__textarea{
    min-height: 200px;
}
.contact-us-box__checkbox{
    background: #fff;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}
.contact-us-box__recieve label{
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top;
}
.contact-us-box__recieve{
    padding-bottom:15px;
}
.contact-us-box__submit{
    text-align: right;
}
.action-button{
    background: none;
    border: 2px solid #000;
    border-radius: 15px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight:600;
    padding: 15px 45px;
    font-family: 'roboto';
    display: inline-block;
    cursor: pointer;
    transition: 1s;
}
.action-button:hover {
    background:rgb(219 219 219 / 58%);
}
.page-patients-say .action-button{
    color:#000;

}
.header  .action-button{
    color:#fff;
}
.action-button--book-appointment {
    color: #fff;
    border-color: #fff;
    border-width: 1px;
    border-radius: 10px;
    font-size: 19px;
    padding: 10px 20px;
    float: right;
    text-transform: none;
}
.page-pros{
    background-image: url(/wp-content/uploads/2018/05/section-rhinoplasty-pros-bg-new.jpg);
    background-size: cover;
    background-position: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 190px 0;
    color:#fff;
}
.page-pros__text{
    margin-left: 42%;
    padding:120px;
    background: rgba(225, 203, 187, 0.88);
}

.page-pros__text ul li{
    color: rgba(34, 55, 43, 1);
}
.page-main .page-pros__text a{
    color: inherit;
}
.page-pros__list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

.page-pros__item {
    color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
}
.page-pros__item--active{

}

.page-pros__title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 35px;
    transition: 1s;
    color: #22372B;
    cursor: pointer;
}
.page-pros__title:hover{

    /*background:rgba(0, 0, 0, 0.58);*/
}
.page-pros__item--active .page-pros__title{
    padding-left: 0;
}
.page-pros__content{
    display: block;
    padding-top:55px;
    padding-bottom: 50px;
    position:relative;
}

.page-pros__content,
.page-pros__content p,
.page-pros__content li {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color:inherit;
}
.page-pros__content ul{
    margin-top: 20px;
    margin-left: 20px;
    list-style-type: disc;
}
.page-pros__content:before{
    content:"";
    position:absolute;
    width:55px;
    height:8px;
    top:0;
    left:0;
    background-color: #22372B;
}
.page-pros__title:before,
.page-pros__title:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}
.page-pros__title:before{
    height: 30px;
    background: #22372B;
    border-radius: 20px;
}
.page-pros__title:after{
    content:"+";
    font-size:20px;
    line-height:30px;
    color:#fff;
    width: 30px;
    text-align: center;
}
.page-pros__item--active .page-pros__title:after{
    content:"-";
}
.page-pros__item--active .page-pros__content{
    display:inline-block;
}
.page-patients-say{
    padding: 140px 0;

}
.page-patients-say__video-title {
    width: 50%;
    padding-top: 70px;
}

.page-patients-say__video-box {
    width: 50%;
    font-size: 20px;
    text-align:center;
}
.page-patients-say__video-frame{

}
.page-patients-say__view-more {
    width: 100%;
    padding-top:60px;
    text-align: center;
}
.page-patients-say__read-more{
    width: 100%;
    text-align: center;
}
.page-patients-say__video-frame {
    padding: 20px 0;
    margin: 25px;
    position:relative;
    z-index:1;
    border-left:none;
}
.page-patients-say__video-frame:before,
.page-patients-say__video-frame:after{
    display:none;
    content:"";
    background:#fff;
    position:absolute;
    top:0;
    left:0;
    height:20px;
    width:75%;

}

.page-patients-say__video-frame:after{
    top:auto;
    bottom:0;
}

.play-button {
    background: none;
    border:none;
    border-radius: 15px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #3e342c;
    padding: 15px 45px;
    padding-left: 80px;
    font-family: 'roboto';
    display: inline-block;
    position:relative;
    cursor: pointer;
    transition: 1s;
}
.play-button:hover {
    background:rgba(255, 255, 255, 0.58);
}
.play-button:before,
.play-button:after{
    display:block;
    position:absolute;
    content:"";
    border:2px solid currentColor;
    border-radius:30px;
    width:50px;
    height:50px;
    top:0;
    left:0;

}
.play-button:after{
    width:0;
    height:0;
    border-radius:0;
    border-left: 20px solid currentColor;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right:0;
    top:25px;
    margin-top:-10px;
    left:25px;
    margin-left:-6px;
}
.play-button--top-procedures{
    color: rgba(225, 203, 187, 0.7);
    margin-top: 15px;
    border: 1px solid currentColor;
}

.book-consult {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}
.book-consult a{
    color: rgba(225, 203, 187, 0.7);
    text-decoration: none;
    padding: 1em;
    border: 2px solid rgba(225, 203, 187, 0.7);
    border-radius: 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
}
.book-consult a:hover {
    transition: 1s;
    color: #22372B;
    background: rgba(225, 203, 187, 0.7);
}
@media(max-width:470px){
    .book-consult a{
        font-size: 12px;
    }
}
.play-button--top-procedures:hover {
    background:rgba(0, 0, 0, 0.58);
}
.play-button--top-procedures:before,
.play-button--top-procedures:after{
    width: 30px;
    height: 30px;
    margin-top: -16px;
    top: 50%;
    left: 20px;
}
.play-button--top-procedures:after{
    border-left: 14px solid currentColor;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 0;
    top: 50%;
    margin-top: -9px;
    left: 34px;
    margin-left: -4px;
    width: 0;
    height: 0;
}


.video-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-block_wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 24vw;
    max-height: 383px;
    /* background-color: #000; */
}
/*.video_wrapper_full {
    padding-top: 330px;
}*/
.video-block__iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.page-patients-say__video-frame .rll-youtube-player{
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
}
.video-block__poster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0;
    /*background-image: url(/wp-content/uploads/2018/05/procedures-actual-patient-video1.jpg);*/
    background-size: cover;
    background-position: center center;
    border: none;
    /*text-indent: -999em;*/
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    cursor: pointer;
}
.videoWrapperActive .video-block__poster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}
.page-main-5726 .page-before-after .ba-slider__list {
    height: 210px;
}
@media only screen and (min-width: 1400px){
    .video-block_wrapper {
        padding-top: 383px;
    }
}
@media only screen and (max-width: 820px){
    .video-block_wrapper {
        padding-top: 47vw;
    }
}

@media only screen and (max-width: 520px){
    .video-block_wrapper {
        padding-top: 41vw;
    }
    .video-block__iframe{
        z-index: 1;
    }
    .video-block_wrapper a.mobilevidlink{
        position: absolute;
        display: block;
        width: 100%;
        height:100%;
        z-index: 2;
        top: 0;
        left: 0;
    }
}



.page-nose-that-works{
    background-image: url(/wp-content/uploads/2018/05/section-rhinoplasty-nose-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 190px 0;
    color:#fff;
}
.page-nose-that-works__text{
    padding-left: 44.17%;
    text-align: justify;

}
.page-main .page-nose-that-works__text a{
    color: inherit;
}
.page-nose-that-works__text p,
.page-nose-that-works__text li{
    padding-bottom:45px;
    font-size: 20px;
    line-height: 31px;
    color:inherit;
}
.page-nose-that-works__text ul{
    margin-top:20px;
    margin-left:20px;
}
.page-bottom-button{
    padding: 90px 0;
}
.page-bottom-button__read-more{
    width: 100%;
    text-align: center;
}
.page-pros__content p {
    padding-bottom: 25px;
}
.page-pros .dark-box h2 {
    text-transform: uppercase;
    color: #22372B;
    font-size: 25px;
    line-height: 36px;
}
.page-nose-that-works .rmorebook {
    background: #9fb5e6;
    border-color: #9fb5e6;
    color: #000;
}
.page-nose-that-works .rmorebook:hover {
    background: none;
    color: #9fb5e6;
}
@media screen and (max-width: 860px) {
    .page-main .content{
        width:92%;
    }
    .page-intro{
        padding-top:30px;
        padding-bottom:0px;
    }
    .page-intro .book-cons-hero{
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 280px;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .page-before-after,
    .page-pros,
    .page-patients-say,
    .page-nose-that-works,
    .page-bottom-button{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-intro__text div{
        width:100%;
        font-size: 16px;
        line-height: 24px;
        padding-bottom:20px;
    }
    .page-intro .page-intro__text div{
        width:100%;
        font-size: 16px;
        line-height: 24px;
        padding-bottom:0px;
    }
    .page-intro__text,
    .page-before-after__contact-box,
    .page-before-after__slider-box,
    .page-patients-say__video-title,
    .page-patients-say__video-box{
        width:100%;
        padding:0;
    }
    .page-subtitle--big{
        font-size: 50px;
        line-height: 54px;
    }
    .action-button{
        font-size: 16px;
        padding: 10px 40px;
        color:#000;
        text-decoration: none;
    }

    .contact-us-box__inner{
        padding-top:60px;
    }
    .page-before-after__contact-box{
        margin-top:20px;
    }
    .page-pros__text,
    .page-nose-that-works__text{
        margin-left:0;
        padding:60px;
    }
    .page-pros__text,
    .page-nose-that-works__text{
        margin-left:0;
        padding:60px;
    }
    .page-nose-that-works__text{
        background-color: rgba(0, 0, 0, 0.58)
    }
    .page-pros__content,
    .page-nose-that-works__text p,
    .page-nose-that-works__text li{
        font-size: 16px;
        line-height: 24px;
        padding-bottom:20px;
    }
    .page-patients-say.section-lightgrey .page-subtitle{
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 10px;
        text-align: center;
    }
    .page-patients-say.section-lightgrey .play-button{
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width: 680px) {
    .page-title,
    .page-subtitle{
        font-size: 28px;
        line-height: 46px;
        padding-bottom: 30px;
    }
    .contact-us-box__inner{
        padding: 40px 40px 20px 20px;
    }
    .contact-us-box__recieve label{
        font-size: 16px;
        line-height: 20px;
    }
    .page-pros__title{
        font-size: 18px;
        line-height: 25px;
    }

    .page-pros__text,
    .page-nose-that-works__text{
        padding: 40px;
    }
    .play-button--top-procedures{
        padding: 10px 20px;
        padding-left: 45px;
        font-size: 14px;
        border-radius: 9px;
    }
    .play-button--top-procedures:before,
    .play-button--top-procedures:after{
        width: 20px;
        height: 20px;
        margin-top:-11px;
        top: 50%;
        left: 10px;
    }
    .play-button--top-procedures:after{
        border-left: 10px solid currentColor;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 0;
        top: 50%;
        margin-top: -7px;
        left: 18px;
        margin-left: -2px;
        width: 0;
        height: 0;
    }
    .page-main-5726 .page-before-after .ba-slider__list {
        height: 23vw;
    }
    .page-main-5706 .page-nose-that-works,
    .page-main-5706 .page-pros {
        background-position: top left !important;
    }

}
@media screen and (max-width: 420px) {
    .page-title,
    .page-subtitle{
        font-size: 26px;
        line-height: 30px;
    }
    .play-button--top-procedures{
        padding: 7px 20px;
        padding-left: 45px;
        border-radius: 7px;
    }
    .page-pros .dark-box h2 {
        font-size: 18px;
        line-height: 25px;
    }
}
@media screen and (min-width: 920px){
    main #banner .video-bg-wrapp video,
    main .bannercont .video-bg-wrapp video{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    main #banner .video-bg-wrapp,
    main .bannercont .video-bg-wrapp{
        height: calc(100vh - 169px);
        max-height: calc(100vh - 135px);
    }
}

.hidden {
    display: none;
}
