/* Site Overrides */

a.btn.btn-primary {
	text-transform: none !important;
}

.accordion {
    background-color: #fff;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
    width: 100%;
    text-align: left;
    border: 1px solid #eaeaea;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-bottom: none;
    margin-top: 0 !important;
}

.accordion h4:after, .accordion.active h4:after {
    content: '\f0fe';
    float: right;
    font-family: fontawesome;
}

.accordion.active h4:after {
    content:'\f146';
	
}

div#ry-sec1 a.btn.btn-primary.hvr-shutter-out-horizontal {
    white-space: pre-wrap;
}


.accordion h4 {
    font-size: 16px !important;
    font-family: nunito;
    color: #333;
	text-transform: capitalize;
}

.services-content {
    padding: 1em 0;
	border-top: 1px solid #eaeaea;
	
}



div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    margin-bottom: 5px;
    border: 1px solid #eaeaea;
    border-radius: 0;
    border-top: none;
}

.services-content a.btn.btn-primary {
    font-weight: normal;
    font-size: 18px;
    text-transform: initial;
    color: #78ab4e;
    background: transparent;
    padding: 0;
    border: none !important;
    margin-top: 15px;
}

.services-content a.btn.btn-primary:hover {
    background: transparent;
}


.services-content a.btn.btn-primary {
    font-size: 18px;
    text-transform: initial;
    letter-spacing: -1px !important;
    color: #78ab4e;
    background: transparent;
    padding: 0;
    border: none !important;
    margin-top: 15px;
}

div.services-content a.btn.btn-primary:hover {
    background: transparent;
    border: none !important;
}

div.services-content a.btn.btn-primary:after {
    content: '\f0a9';
    font-family: fontawesome;
    padding-left: 10px;
    font-weight: lighter;
}


.serv-block ul {
    -webkit-column-count: 2;
            column-count: 2;
    margin: 2em 0;
    -webkit-padding-start: 0;
    -webkit-column-gap: 3em;
            column-gap: 3em;
}

.serv-block ul li {
    position: relative;
    list-style: none;
    left: 1em;
}

.serv-block li:before {
    content: '\f0da';
    position: absolute;
    font-family: fontawesome;
    left: -1em;
}

.serv-block p {
    text-align: left !important;
}



div#ootimage:before {
    bottom: 10px;
    right: 20px;
    left: initial;
}

.outoftowpage .services-item .col-xs-12.col-md-3.col-lg-3:before {
    display: none;
}





div#gallerypage:before {
	 bottom: 0;
}
	




div.footer-inner-container p {
    line-height: 23px !important;
}

div#left:before {
    left: initial;
    right: 25%;
}

.balogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2em auto;
    padding: 0;
}

.balogowrp img {
    max-width: 200px;
    margin: auto;
}

.balogowrp {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

/* Menu Overrides */
a.pull-right.menu-toggle {
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0;
}


.mobile-menu ul.nav {
    margin: 13em 0;
}


span.power {
    display: inline-block;
    float: right;
    text-transform: initial;
    font-weight: lighter;
	font-size:11px;

}

img.img-responsive.roya-copy {
    display: inline-block;
    max-width: 75px;
    position: relative;
    left: 3px;
    top: 3px;
}

.footer-copy {
    font-size: 12px;
    color: #ccc;
    border-top: 1px solid rgba(204, 204, 204, 0.3);
    padding-top: 1em;
}



.input-block {
    padding: 0;
}

.contct-submit {
    padding: 0;
    position: relative;
    top: 1em;
}


/* Form Input Place Holder */

form#contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.50)!important;

}
form#contact-form input::-webkit-input-placeholder::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255, 255, 255, 0.50);
}
form#contact-form input::-webkit-input-placeholder:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255, 255, 255, 0.50);

}
form#contact-form input::-webkit-input-placeholder:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 0.50);

}

form#contact-form textarea#message1::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:rgba(255, 255, 255, 0.50) !important;
}
form#contact-form textarea#message1::-webkit-input-placeholder::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255, 255, 255, 0.50) !important;
}

form#contact-form textarea#message1::-webkit-input-placeholder:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255, 255, 255, 0.50) !imporatant;

} 
form#contact-form textarea#message1::-webkit-input-placeholder:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 0.50) !important;

}

.alert {
    border-radius: 0 !important;
    margin-left: 0px !important;
    margin-top: 1em;
}

.has-error .form-control {
    border-color: #a94442 !important;
}

/* Homepage Overrides */

.headwrp .col-md-7.col-lg-7 {
    position: relative;
    top: -18px;
}

.headwrp .col-md-2.col-lg-2 {
    top: -11px;
}

.serv-list a:before, .intro-text a:before {
    content: '\f0a9';
    font-family: fontawesome;
    padding-right: 10px;
    font-size: 25px;
    position: relative;
    top: 3px;
}




ul.prodcta li:last-child a.btn.btn-primary {
    margin-bottom:0;
}


.imagewrp {
    border: 1px solid #90837a;
    padding: 5px;
    max-width: 500px;
    margin: auto;
    float: none;
}

.imagewrp img {
	    background: #fff;
	    max-width:700px;
		margin:auto;
}


form#contact-form .form-control:focus {
    border-color: #fff !important;
    outline: 0;
    box-shadow: none !important;
}

.biowrpleft img {
    max-width: 300px;
   
}

.biowrpleft {
    height: auto !important;
}


div.sidebar-list p {
    line-height: 3 !important;
}

.testimonial-slider ol.carousel-indicators {
    left: 27% !important;
    top: 35% !important;
}

	.sidebar-default >div {
		max-width: 350px;
		padding: 0;
	}

	.sidebar-default {
		padding: 0;
	}

.model {
    display: none;
}

span.input-group-btn button.btn.btn-primary:after {
    display: none;
}

.btn.btn-primary.app a:before {
    display: none;
}

ul.prodcta a.btn.btn-primary {
    list-style: none;
    background: #2a3136;
    margin-bottom: 8px;
    text-align: center;
    width: 350px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0 !important;
    font-size: 14px !important;
}


ul.prodcta a.btn.btn-primary:before {
    background: #6491b5;
}

.forArrow .arrowdown {
    position: absolute;
    top: 3em;
    left: 50%;
    margin-left: -20px;
    margin-top: 50px;
    color: #fff;
    font-size: 60px;
    cursor: pointer;
}

.arrow.bounce:before {
    content: '';
    background: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/arrow_down.png);
    display: block;
    width: 45px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}

.first-section-wrapper h3:after {
    background: rgba(255, 255, 255, 0.30);
    content: '';
    position: absolute;
    width: 208px;
    height: 1px;
    top: 78px;
    left: 10em;
}

.testi-section-wrapper {
    position: relative;
    left: -15.6%;
    max-width: 600px;
}

div#testi-title {
    position: absolute;
    top: -13em;
    left: -2.8em;
}

div#testi h3:after {
    background: rgba(100, 145, 181, 0.30);
    content: '';
    position: absolute;
    width: 358px;
    height: 1px;
    top: 78px;
    left: 7em;
}

.aff-logo h4 {
    position: relative;
    top:-45px;
    letter-spacing: 3px;
    font-size: 20px !important;
    color: #2a3136;
}

.afflogoblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

/*.aff-logo:before, .aff-logo:after {
    content: '';
    height: 1px;
    width: 250px;
    background: rgba(100, 145, 181, 0.30);
    position: absolute;
    left: 9em;
    top: 59px;
   
}*/

.aff-logo:after {
    left: inherit;
    right: 9em;
}

div#sm-carousel {
    padding: 0;
	z-index:300;
}

.magazine {
    margin-top: 8em;
    padding: 0;
}

.cta-container .ry-container {
    max-width: 90%;
}

.cta-wrp {
    position: relative;
    top: -7.5em;
}

.text-wrap {
    height: 150px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-block:first-child {
    border-bottom-left-radius: 80px;
    border-top-left-radius: 80px;
}

.cta-block:last-child {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}

.gallery-section .gallery-title {
    position: initial;
    background: transparent;
}

.gallery-title {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.20);
    z-index: 30;
}
div#caseimg {
    max-width: 300px;
    margin: auto;
    float: none;
}

/* CHANGES JEROME */
/*
body.default[data-page-name*="facelift-case"] div#caseimg {
    max-width: 500px;
}
*/
body.default[data-page-name*="facelift-case"] div#caseimg .galleryimage-wrapper {
    width: 100%;
    margin-bottom: 5px;
}
div#gallerypage.twentytwenty-container {
    margin: 1em 0 !important;
}

div#caseimg.twentytwenty-wrapper .twentytwenty-horizontal {
    position: initial !important;
}

.gallerycase {
    position: absolute;
    bottom: 0;
    width: 100%;
}

div.gallerycase p {
    text-align: center !important;
}

div.gallery-title a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
}


div#gallerypage .twentytwenty-wrapper.twentytwenty-horizontal {
    max-width: 100%;
}



.testi-button a.btn.btn-primary {
    background: #eec155;
    color: #000 !important;
    font-weight: 600;
    border: 1px solid #eec155;
    position: relative;
    top: 5em;
}

.testi-button:hover  a.btn.btn-primary {
    color: #eec155 !important;
}


.gallery-title a.btn.btn-primary {
    margin-top: 1em;
}

div#rsqaw {
    max-width: 100% !important;
}

.rev-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	margin-top: 1em;
}

.rev-img img {
    max-width: 100px;
    margin: auto;
}

.rev-img .col-xs-12.col-lg-6 {
    width: 50%;
    max-width: 300px;
}

.rev-img-block {
	text-align:center;
}


.services-item:nth-child(odd) .col-xs-12.col-md-7.col-lg-7 {
    padding-left: 2em;
	margin:auto;
}

.services-item:nth-child(even) .col-xs-12.col-md-7.col-lg-7 {
    padding-right: 2em;
	margin:auto;
}

.practice-list ul li {
    list-style: none;
    padding-right: 1em;
}

.practice-list ul {
    -webkit-padding-start: 0;
    -webkit-column-count: 3;
            column-count: 3;
}

.practice-list a:before {
    content: '\f0da';
    font-family: fontawesome;
    padding-right: 10px;
 }

.video-list ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: 4px;
}

.video-list ul {
    -webkit-padding-start: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    background: #161616;
    position: relative;
}


.slider-text-wrapper span.span-1 {
    background: transparent !important;
    color: #050304 !important;
    padding: 0;
    font-size: 50px;
}




.welcome-content-title span.span-1 {
    font-size: 40px !important;
}




.specials-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	margin-top: 2em
}


.specials-wrp img{
	max-width:500px;
	margin: auto;
}

.blog-item >div {
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 2em;
}


.blog-item a.btn.btn-primary {
    margin-top: 1em;
}



.blog-item h4 a {
    color: #333 !important;
}

.services-item a {
    text-transform: uppercase;
  
}

.gallery-content-wrp {
		position: relative;
		left: 0;
	
}

.blog-item >div {
    padding-bottom: 2em;
}



.blog-item .col-xs-12.col-md-7.col-lg-7 {
    padding-left: 1em;
}


.services-item:nth-child(odd) .col-xs-12.col-md-9.col-lg-9 {
    padding-left: 2em;
}

.services-item:nth-child(even) .col-xs-12.col-md-9.col-lg-9 {
    padding-right: 2em;
}

div#teamslider .carousel .carousel-control {
	color:#000;
}

div#teamslider .carousel .carousel-control:hover {
	background:transparent;
}

.servicesbtn-wrapper >div {
    padding: 0;
}

.servicesbtn-wrapper {
    padding: 0;
}

.bio-headshot {
    max-width: 300px;
    margin: 0 auto 2em;
    -webkit-box-shadow: 0 11px 17px -12px #666;
    box-shadow: 0 11px 17px -12px #666;
}

table.bc-chart {
    color: #000;
    width: 100%;
}

table.bc-chart td {
    padding-right: 2em;
    border: 1px solid #000;
    padding: 1em;
}


div#faceimplants {
    height: 400px;
    background: #9897c9;
}

.video-container {
    max-width: 400px;
    margin: 1em auto 0;
    border-bottom: none;
    padding-bottom: 0;
}




div#teamslider img {
    max-width: 500px;
    margin: 2em auto 0;
    -webkit-box-shadow: 0 11px 17px -12px #666;
            box-shadow: 0 11px 17px -12px #666;
    
}
.page-border {
    padding: 2em 0;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    margin-bottom: 2em;
}



.headhot-wrapper {
    padding-right: 2em;
}



.sidebar-bg {
    background: #0f1012;
    padding: 4em 1em;
    border-radius: 25px;
    margin: 1em 0;
}
.twentytwenty-wrapper.twentytwenty-horizontal {
		max-width: 400px;
		margin: auto;
		float: none;
	}

.cta-block img {
    padding: 0;
    margin: auto;
}

.footer-content .alert.alert-danger.alert-missing-fields {
    margin-top: 2em;
}

.team-img-wrp img {
    max-width: 750px;
    margin: auto;
}

.gallery-content-wrp {
    float: right;
}

.gallery-section h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-size: 45px !important;
}


.twentytwenty-container {
    margin: 2em 0 1.5em;
}


.gallery-title h5 {
    color: #333;
    margin: 0;
    text-align: center;
    font-family: 'Cormorant Infant', serif;
    font-size: 25px !important;
    text-transform: uppercase;
}

.gallery-title ul {
    -webkit-column-count: 2;
    column-count: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-padding-start: 0;
}

.gallery-title ul li {
    list-style: none;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.gallery-title {
    text-align: center;
}


.gallery-content-wrp p {
    font-family: 'Cormorant Infant', serif;
    font-size: 25px;
    color: #333333;
}


.gallery-section {
    background: url(https://www.royacdn.com/unsafe/smart/Site-fbbbaad1-5129-4c77-b5ad-17098e84cf64/banner/gallery_bg.png);
    background-size: cover;
    height: 905px;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}



div#team-section {
    background: #040203;
    padding: 8em 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div#team-section h2 {
    color: #e8bb53;
    font-size: 40px !important;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 !important;
}

div#team-section h4 {
    color: #dfdfdf;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: lighter;
    font-size: 25px !important;
    margin-top: 5px;
}

.welcome-content-title {
    position: relative;
    top: -7.5em;
    max-width: 900px;
    margin: auto;
    float: none;
}

.welcome-content-title:before {
    background: transparent;
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    top: -13px;
    left: 0;
    background-size: contain;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
    border: 2px solid #eec055;
    right: 0;
    margin: auto;
    z-index: 1;
    border-bottom: none;
}

.welcome-content-title >div {
    background: #fff;
    padding: 43px;
    margin: auto;
    max-width: 870px;
}

.welcome-content-title h2 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px;
    font-size: 30px !important;
}

.welcome-bio-text p {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */ /* Firefox */
    column-gap: 40px;
    color: #333;
    font-weight: normal;
}

.slider-text-wrapper p {
    margin: 4em 0 2em;
}


.btn.btn-primary.contact:hover a {
    color: #eec155 !important;
}

.welcome-bio-text {
    position: relative;
    top: -3em;
}

.slider-text-wrapper p:before {
    content: '';
    position: absolute;
    width: 400px;
    height: 2px;
    background: url(https://www.royacdn.com/unsafe/smart/Site-fbbbaad1-5129-4c77-b5ad-17098e84cf64/resources/faded_line.png);
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    top: 38.5%;
}


.welcome-content-title:after {
    content: '';
    width: 502px;
    bottom: 0;
    top: initial;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    height: 2px;
    background: url(https://www.royacdn.com/unsafe/smart/Site-fbbbaad1-5129-4c77-b5ad-17098e84cf64/resources/faded_line.png);
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}


.btn.btn-primary.contact a:before {
    content: '';
    position: absolute;
    background: url(https://www.royacdn.com/unsafe/smart/Site-fbbbaad1-5129-4c77-b5ad-17098e84cf64/resources/phone.png);
    width: 32px;
    height: 32px;
    background-size: contain;
    left: 6px;
    top: 4px;
    background-repeat: no-repeat;
}




.services-tab .tabs-widget .tab-content .tab-pane ul {
    padding-left: 0;
}

.headwrp div.social-inner-wrap {
    display: inline-grid;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 19px;
}

div#header-social:before {
    display: none;
}

div#header-social .fa {
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px !important;
	color:#000 !important;
}

div#header-social li {
    background: #fff !important;
    border: none !important;
}

div#header-social li:hover {
    background: #6491b5 !important;
}

div#header-social li:hover a {
    color: #fff !important;
}


a.rs-image:before {
    content: '';
    position: absolute;
    background: url(https://www.royacdn.com/unsafe/smart/Site-fbbbaad1-5129-4c77-b5ad-17098e84cf64/resources/rs_icon_white.png);
    width: 22px !important;
    height: 13px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    top: 52%;
}

ul.social-icons li:hover a {
    color: #fff !important;
}

ul.social-icons li:hover:before {
    background:url(https://www.royacdn.com/unsafe/smart/Site-fbbbaad1-5129-4c77-b5ad-17098e84cf64/resources/rs_logo.png;)
}

div.social-inner-wrap li:hover a.rs-image:before {
    background: url(https://www.royacdn.com/unsafe/smart/Site-fbbbaad1-5129-4c77-b5ad-17098e84cf64/resources/rs_icon_header_hover.png);
}
.services-wrapper h3 {
    color: #fff;
    font-size: 30px !important;
}

ul.social-icons {
    -webkit-padding-start: 0;
}

.footer-content textarea.form-control {
    height: 170px !important;
    overflow: hidden !important;
  
}

div#contactmoreinfo {
    max-width: 530px;
}

.services-item:first-child {
    padding-top: 0;
}

.photo-wrapper {
    margin-bottom: 2em;
}

.photo-wrapper div > div {
    background: #000;
    height: 35px;
}

.photo-wrapper a {
    color: #fff !important;
}

div.text-ba p {
    text-align: center !important;
    color: #fff !important;
}

.text-ba {
    background: rgba(0, 0, 0, 0.20);
    position: relative;
    top: -2em;
    color: #fff;
}

.galleryimage-wrapper {
    margin-bottom: 2em;
    padding: 0;
}



form#contact-form textarea#message {
    height: 150px;
}

form#contact-form .form-group {
    margin-bottom: 5px;
    position: relative;
    top: 11px;
}

table.Office-hours tr td:first-child {
    padding-right: 1.5em;
}

button.btn.btn-primary.goback {
    margin-top: 2em;
}

.copy-right {
    text-align: center;
    position: relative;
    top: -7px;
    left: -1px;
}

.services-wrapper>div {
    float: right;
}

#services-section .tabs-widget .nav-tabs>li.active>a {
    opacity: 1;
    padding-left: 0;
}
.services-wrapper h2 {
    color: #fff;
    font-style: italic;
}


div.services-wrapper:first-child p {
    color: #fff !important;
    font-weight: lighter;
    line-height: 25px;
    margin: 1em 0;
}

.services-tab {
    position: relative;
    top: -67px;
    width: 100%;
}


div.list-services a {
    color: #fff;
}


.list-services {
    position: relative;
    top: 2em;
}

.list-services ul {
    -webkit-padding-start: 0;
}



.list-services a:after {
    content: '\f0da';
    font-family: fontawesome;
    right: 10px;
    position: absolute;
    top: 9px;
}

.list-services a:hover {
    color: #6491b5;
    text-decoration: none;
}

div#services-section {
    background: url(https://www.royacdn.com/unsafe/smart/Site-639b9551-7800-4fb2-9474-122582623f9c/resources/servicesbg_1.jpg);
    background-size: cover;
    height: 650px;
    background-position: 100% 45%;
}

.services-wrapper {
    margin: 6em 0;
}



.aff-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    z-index: 1;
    border-radius: 150px;
    padding:2em 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	z-index:100;
	        margin-top: 130px;
}

div#welcome-bio {
    background: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/office_img_bg.jpg);
    background-size: cover;
    height: 1466px;
    margin-top: -8em;
}

.officecontentbg {
    position: relative;
    top: 5em;
}

.office-content p {
    position: relative;
    top: 2em;
}

.office-content {
    max-width: 1300px;
    margin: auto;
    float: none;
    clear: both;
}


a#officebtn {
    position: relative;
    top: 1em;
}


div#welcome-bio h2:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.30);
    width: 224px;
    height: 1px;
    top: 45px;
    left: 11px;
}

.office-content-wrp {
    margin-top: 15em;
}


.aff-image-wrapper img {
    max-width: 120px;
    margin: auto;
    float: none;
}






.first-section-image img {
    max-width: 500px;
}

.services-item {
    padding: 3em 0;
    border-bottom: 1px solid rgba(193, 193, 193, 0.26);
}

.services-item img {
    -webkit-box-shadow: 0 11px 17px -12px #666;
    box-shadow: 0 11px 17px -12px #666;
}

.top-social {
    position: absolute;
    top: -15px;
    left: 42px;
}

ul.social-links {
    text-align: center;
    padding: 0;
}

ul.social-links li {
    max-width: 40px;
    display: inline-block;
    border: 0;
    cursor: pointer;
}


ul.social-links img {
    max-width: 35px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


a.cta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}



div#contactus-section p {
    color: #fff;
}



a.btn.btn-primary.services.hvr-shutter-out-horizontal:after {
    content: '\f178';
    font-family: fontawesome;
    margin-left: 10px;
}


a.btn.btn-primary.services.hvr-shutter-out-horizontal:hover {
	margin-left:10px;
	background:#000;
}

a.btn.btn-primary.services.hvr-shutter-out-horizontal:before {
    display: none;
}

div.cta-sidebar-wrapper a {
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cta-sidebar-wrapper a:hover {
    text-decoration: none;
    margin-left: 5px;
}

.sidebar-list-wrapper {
    margin: 2em 0 0 0;
}

.services-nav ul {
    -webkit-padding-start: 0;
}

.no-padding ol.carousel-indicators {
    display: none !important;
}

.intro-box .carousel-control {
    display: none;
}



.services-wrapper h2 {
    color: #fff;
    font-style: italic;
}





div.list-services p {
    margin: 0 !important;
}

.list-services {
    position: relative;
    top: 2em;
    padding-left: 0;
}

.list-services ul {
    -webkit-padding-start: 0;
}

.list-services ul li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
    padding: 0.5em 0;
    position: relative;
}

.list-services a:after {
    content: '\f0da';
    font-family: fontawesome;
    right: 10px;
    position: absolute;
    top: 9px;
}

.list-services a:hover {
    color: #6491b5;
    text-decoration: none;
}


div#cta-section {
    margin: 0;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-fbbbaad1-5129-4c77-b5ad-17098e84cf64/resources/cta_img_bg.jpg);
    background-size: cover;
    height: 380px;
}


.first-section-wrapper .ry-copyright:hover .officeimage-wrapper img {
    opacity: 1;
    filter: alpha(opacity=50);
}


.first-section-wrapper .ry-copyright:hover .officeimage-wrapper {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}


.officeimage-wrapper {
	overflow: hidden;
	-webkit-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;
	padding: 0;
	background: #000;
	max-width: 500px;
	margin: auto;
	float: none;
}

div#footerbg h2, div#footerbg h3 {
    margin: 0 0 10px 0;
}

div#footerbg h5 {
    font-family: 'Sorts Mill Goudy', serif;
    font-style: italic;
    font-size: 13px !important;
    position: relative;
    top: 5px;
    color: rgba(255, 255, 255, 0.50);
}

.first-section-wrapper h2, div#testi h2, div#welcome-bio h2, div#footerbg h2 {
    font-size: 30px !important;
    text-transform: uppercase;
    font-style: normal;
    color: #fff !important;
    letter-spacing: 4px;
}

.home span.span-1 {
    color: #6491b5 !important;
    background: transparent;
    padding: 0;
    letter-spacing: 5px !important;
}

.first-section-wrapper h3, div#testi h3, .ry-footer-blocks h3 {
    color: #fff;
    letter-spacing: 3px !important;
    font-size: 15px !important;
}

.text-wrap:after {
    content: '';
    width: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/ctaborder.png);
    height: 113px;
    background-size: contain;
}





.modal-content {
    /* background: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/modalbg.jpg);
    background-size: cover; */
}

.services-nav {
    line-height: 30px;
    float:left;
    padding:5px;
}

.section {
    width: 350px;
    float:left;
   
}


.services-nav li {
    list-style: none;
    border-bottom: 1px solid #d1d1d1;
    line-height: 20px;
    padding: 15px 20px 15px 15px;
    position: relative;
}

.services-nav {
    margin-top: 24px;
    margin-right: 1.5em;
}

.services-nav li a {
    color: #000;
    font-family: 'Frank Ruhl Libre', sans-serif;
    font-size: 16px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.services-wrapper h2 {
    font-size: 23px !important;
    color: #000;
    font-weight: 600;
}






.services li {
    list-style: none;
    font-size: 15px;
}

.no-padding .carousel .carousel-control:hover {
    background: transparent;
    color: #FFF;
}



.sidebar-image-wrapper:nth-child(even) .sidebar-cta-title{
    right: initial;
    left: 6%;
}


.sidebar-image-wrapper:nth-child(even) .sidebar-cta-title h3, .sidebar-image-wrapper:nth-child(even) .sidebar-cta-title h5 {
    color:#000
}


.sidebar-image-wrapper:nth-child(even) .sidebar-cta-title h5 {
    text-align: left;
}

.sidebar-cta-title h5 {
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    margin: 0;
    letter-spacing: 1px;
    font-size: 15px !important;
}


.cta-sidebar-wrapper .testi-block {
    padding-bottom: 1em;
    min-height: 275px;
}




#ry-sec3 .owl-theme .owl-nav {
    top: -17em;
    position: relative;
}

#ry-sec3 .owl-theme .owl-dots {
    display: none;
}

#ry-sec3 .ry-title h2:after {
    left: 45%;
}

#ry-sec3 .ry-container {
    max-width: 100vw;
    padding: 0;
}

div#ry-sec3 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-4df8b48f-38cf-4919-876e-0ed428ee9faf/hompage/mc_bg.jpg);
    margin: 0;
    padding: 4em 0 6em;
    background-size: cover;
}

#ry-sec3 .item-wrp:before {
    background: rgba(53, 94, 59, 0.50);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}


#ry-sec3 .item-wrp {
    padding: 0;
}



span.btn-vertical-slider {
    background: url(https://www.royacdn.com/unsafe/smart/Site-449c538c-917e-45b6-8a32-144300bb3999/homepage_images/testi_arrow_up.png);
    background-size: contain !important;
    z-index: 300;
    width: 35px;
    height: 35px;
    display: block;
    margin: 0;
    right: 0;
    position: absolute;
    margin-top: 5.5em;
}

span.btn-vertical-slider.arrow-down {
    background: url(https://www.royacdn.com/unsafe/smart/Site-449c538c-917e-45b6-8a32-144300bb3999/homepage_images/testi_arrow_down.png);
    background-repeat: no-repeat;
}

.testi-block .row {
    margin: 0;
}

span.btn-vertical-slider.arrow-up {
    margin-top: 2em;
}

.testi-author a.btn.btn-primary {
    border-radius: 0;
    border: none;
    background: #000;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.testi-block p {
    text-align: justify !important;
    font-weight: lighter;
}

div.testimonial-slider a.carousel-control.left {
    right: 51%;
    left: inherit;
}

div.testimonial-slider .carousel-control .icon-next:before {
    left: 5px !important;
}

.testi-author p {
    text-align: left!important;
}

.testi-author h5 {
    font-size: 17px !important;
    font-family: muli;
    font-weight: bold;
    margin: 0;
	color:#333;
}

.testi-author {
    position: relative;
    top: 1em;
}

.testi-author span.fa.fa-star-o {
    margin-right: 5px;
}

div.testimonial-slider a.carousel-control.left, div.testimonial-slider a.carousel-control.right {
    opacity: 1;
    width: 25px;
    height: 25px;
    background: #353333;
    bottom: -2em;
    z-index: 1;
    top: inherit;
    border-radius: 20px;
    display: none !important;
}


.testi-border:before {
    position: absolute;
    content: '';
    background: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/testiquote.png);
    width: 21px;
    height: 18px;
    left: -23px;
    background-size: contain;
    background-repeat: no-repeat;
}

.testi-block {
    z-index: 1;
    left: 1em;
    min-height: 300px;
    position: relative;
    top: 3em;
}




div.testimonial-slider .carousel-control .icon-prev:before, div.testimonial-slider .carousel-control .icon-next:before {
    content: '\f0d9';
    font-size: 23px;
    color: #fff;
    position: relative;
    left: 17px;
    top: 3px;
    text-align: center;
}


div.testimonial-slider .carousel-control .icon-next:before {
    content: '\f0da';
}
.team-button-wrapper {
    margin-top: 0.5em;
}


a.btn.btn-primary.team-slider-button.hvr-shutter-out-horizontal {
    border-radius: 0;
}






.team-slider-wrapper h5:nth-child(2) {
    color: #888888;
    font-size: 14px !important;
    line-height: 5px;
    font-weight: normal;
}

.team-slider-wrapper img {
    max-width: 150px;
    margin: auto;
}

.testimonial-slider .carousel-indicators li {
    background: #4d4d4d;
    border: none;
}

.testimonial-slider .carousel-indicators li.active {
    background: #6491b5;
}

.testimonial-slider .carousel-indicators li {
    margin: 8px 0;
    width: 10px;
    height: 10px;
    display: block !important;
}

.services li:before {
    content: '\f111';
    font-family: fontawesome;
    position: relative;
    top: -3px;
    color: #d1d1d1;
    text-decoration: none;
    font-size: 5px;
    margin-right: 10px;
}

div#testi {
    background: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/testimonials_img_bg.png);
    margin: -8em 0 0 0;
    background-size: cover;
    height: 966px;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	z-index:1;
}


.cta-block:hover a {
    text-decoration: none !important;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cta-block {
    margin: 0;
    width: 20%;
    padding: 0 20px;
    background: #fff;
	overflow:hidden;
}


.cta-block:before {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/main_cta_hover_bg.png);
    height: 150px;
    width: 100%;
    background-position: center;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0;
    background-size: contain;
}

div.text-wrap a {
    color: #fff;
    letter-spacing: 2px;
    font-weight: lighter;
}

a.btn.btn-primary.banner {
    background: #eee092;
    border-radius: 20px;
    border: none;
    padding: 10px 30px;
    color: #444;
    font-weight: bold;
    letter-spacing: 0;
}




.top-contact-wrapper span a:before {
    content: '\f095';
    font-family: fontawesome;
    padding-right: 5px;
}




.site-phone {
    float: right;
}

.site-phone span1 {
    font-size: 17px;
    position: relative;
    right: 3em;
}

.site-phone span1 i {
    color: #a0b5b5;
    -webkit-transition:all ease 0.3s;
    -o-transition:all ease 0.3s;
    transition:all ease 0.3s;
}

.site-phone span1 i:hover {
    color:#20b0b0;
}

.social-inner-wrap li a {
    color: #a0b4b4;
    font-size: 17px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}



.social-inner-wrap li a:hover {
    color: #fff;
}

.top-contact-wrapper span {
    background: #20b0b0;
    font-size: 19px;
    padding: 7px 18px;
    border-radius: 7px;
}


.payment {
    margin-top: 1em;
}


div#right {
    margin-top: 7em;
    padding-left: 2em;
}

div.contact-block a {
    color: #fff;
	 font-weight: lighter;
}

.contact-info span-1 {
    color: #4e8a8b;
}

table.contact-info tr:nth-child(1) i {
    position: relative;
    top: -15px;
}

div#right {
    margin-top: 7em;
}

.contact-block a {
    color: #fff;
}


form#contact-form input#message {
    padding-bottom: 120px;
    padding-top: 2em;
}

input.btn.btn-primary.hvr-shutter-out-horizontal {
    text-transform: initial;
}

body.home.modal-open {
    top: 0 !important;
}

body.default.modal-open {
    top: 0 !important;
}

.modal-content .alert {
    margin-top: 2em;
}

.modal-content input.form-control {
    margin-bottom: 1em;
    height: 45px;
    padding: 20px;
}


.modal-content textarea#message {
    height: 80px;
    padding-left: 20px;
    padding-top: 11px;
}



.mobile-icons {
    text-align: center;
    margin-top: 0;
    position: fixed;
    z-index: 998;
    right: 10%;
}

div.contact-info-block a {
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


div.contact-info-block a:hover {
    text-decoration: none;
    color: #4e8a8b;
}



.mobile-icons-li a {
    text-shadow: none !important;
}

ul.mobile-icons-li {
    list-style: none;
}

div.site-header .logo {
    overflow: inherit;
    max-height: initial;
    z-index: 9999;
    top: 0;
}

div#homecontent div#ry-sec1:before {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/wave_bg.png);
    content: '';
    position: absolute;
    width: 100vw;
    height: 270px;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    top: -10.9em;
}

.officeimage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.prodctawrp {
    background: rgba(255, 255, 255, 0.50);
    padding: 20px;
    border-radius: 20px;
 }

ul.prodcta {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

ul.prodcta li {
    list-style: none;
    
}

ul.prodcta li a {
    text-transform: uppercase;
    font-size: 13px !important;
    letter-spacing: 0;
    color: #fff;
}

.prodctablock {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 600px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.officecta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div#welcome-bio .ry-container {
    max-width: 80%;
}


div#homecontent div#ry-sec1:after {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/welcome_bottom_img_bg.png);
    content: '';
    position: absolute;
    width: 100vw;
    height: 497px;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: -50px;
    padding: 0;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: 100% 100%;
}


div#homecontent div#ry-sec1 {
    background: #000;
    background-size: cover;
    margin: 0;
    padding-bottom: 14em;
}

.headwrp.smaller .top-social {
    display: none;
}

a.btn.btn-primary.about:after, a.btn.btn-primary.coupons:after {
    content: '\f105';
    font-family: fontawesome;
    padding-left: 9px;
}


.first-section-wrapper {
    margin: 7em 0 -9em;
}

.first-section-wrapper p {
    color: #333;
}



a.btn.btn-primary.about {
    background: #007538;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 11px 30px;
    border: none;
    font-weight: bold;
    margin-top: 5em;
}

.secon-section-wrapper {
    padding: 4em 0;
}
.secon-section-wrapper .title-wrapper {
    max-width: 600px;
    margin: 0 auto;
}




.first-section-wrapper h4 {
    color: #000;
    font-family: 'Cormorant Infant', serif;
    letter-spacing: 3px;
    margin: 0;
    font-weight: lighter;
    text-transform: uppercase;
    text-shadow: none;
}


.first-section-wrapper p {
    color: #fff;
    max-width: 790px;
    margin: 2em auto 0;
}

.cta-container:hover div#cta1 {
    background: transparent;
}

.cta-container:hover div#cta2 {
    background: transparent;
}


.cta-container:hover div#cta3 {
	background:transparent;
}


.cta-container:hover div#cta4 {
	background:transparent;
}

.cta-container:hover div#cta5 {
	background:transparent;
}

.cta-block .cta-container {
    width: 20%;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}



.slider-text-wrapper a.btn.btn-primary:hover {
    color: #000;
}



.text-wrap h3 {
    color: #2a3136;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 24px !important;
    margin: 0;
    letter-spacing: 5px;
    font-weight: 600;
}

.cta-block:hover:after {
    opacity: 1;
    
}


    

.first-section-wrapper .ry-content-wrp p {
    line-height: 25px;
}

.first-section-wrapper .ry-content-wrp {
    max-width: 700px;
    margin: auto;
    float: none;
}



.cta-block a:hover {
    text-decoration: none;
}



.cta-block:hover h3 {
    color: #eec155;
}
.slider-text-wrapper a.btn.btn-primary:hover {
    color: #000;
}

.cta-block:hover h3 {
    color: #6491b5;
    letter-spacing: 1px;
}



a.cta:before {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/main_cta_hover_bg.png);
    height: 150px;
    width: auto;
    background-position: 100% 100%;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0;
}

.cta-block:hover a.cta:before {
    opacity: 1;
}







.text-wrap h4 {
    font-family: 'Didact Gothic', sans-serif;
    color: #fff;
    margin: 0 !important;
    font-size: 18px !important;
    letter-spacing: 1px;
	font-weight:normal;
}

.cta-wrapper {
    padding: 0;
    z-index: 1;
    position: relative;
    bottom: -67.2%;
}


.cta-wrapper .ry-container {
    padding: 0;
}

.top-contact-wrapper a {
    line-height: 34px;
}

.top-contact-wrapper {
    float: right;
    padding: 0;
    text-align: center;
    position: relative;
    top: -11px;
}

.site-phone .btn-btn-primary {
    background: #eea701;
    border-radius: 50px;
}

.site-phone .btn-btn-primary a:before {
    content: '\f095';
    font-family: fontawesome;
    margin-right: 8px;
}


.site-phone .btn-btn-primary a {
    color: #fff;
}

.shoponlinelink a {
    color: #fff !important;
}


.shoponlinelink a {
    color: #fff !important;
    padding-left: 36px;
}

#footer .top-social {
    position: absolute;
    top: 4em;
    left: 24px;
    z-index: 9999;
}

#footer ul.social-links li {
    margin-right: 5px;
}


.footer-inside-wrapper {
    padding: 0 30px;
    margin: 3em 0 1em;
}

.footer-inside-wrapper .ry-input {
    height: 40px;
    border-radius: 0;
    padding: 6px 12px;
    font-family: nunito;
    font-size: 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.sumit-button {
    padding-top: 10px;
}


.input-block input#message {
    padding-bottom: 7em;
    padding-top: 1em;
}

.modal-footer {
    border-top: 0 !important;
}

input.submit-footer {
    color: #146a45;
    float: right;
    padding: 0 15px;
    font-weight: bold;
}

.footer-inside-wrapper textarea.form-control {
    height: 150px;
}



.footer-form-wrapper {
    background: #fff;
    padding: 0;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    max-width: 322px;
}


form#contact-form .form-control {
    background: transparent;
    border-radius: 0 !important;
    padding: 15px 0 8px 0;
    font-weight: lighter;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    height: 50px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    font-family: 'Sorts Mill Goudy', serif;
    font-style: italic;
    font-size: 15px !important;
}
.ry-footer-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 800px;
}

.ry-footer-blocks:first-child {
    display: block;
}

.address li {
    list-style: none;
}

.ry-footer-blocks:last-child {
    background: #232323;
}

table.office-hours td {
    font-size: 15px;
    line-height: 30px;
    font-weight: lighter;
}

table.office-hours td:first-child {
	padding-right:30px;
}



.footer-button-wrapper {
    padding-bottom: 20px;
}

/* Gallery Overrides */



.gal-img-wrp {
    max-width: 300px;
    margin: auto;
    float: none;
}



/* End of Gallery Overrides */

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2a3136;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
        transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
    
}

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}




.contact-info-block span.span-5 {
    color: #fff;
}

.contact-info-block span.span-5:before {
    content: '\f095';
    font-family: fontawesome;
    margin-right: 8px;
}

.contact-info-block li p {
    color: #fff;
    font-weight: lighter;
    letter-spacing: 1px;
}
.contact-info-block .ry-content.copy span {
	display:block;
}
.contact-info-block .ry-content.copy span .fa {
    width: 20px;
    margin-right: 10px;
    text-align: center;
	
}

.contact-info-block li {
    line-height: 20px;
    list-style: none;
}

.contact-info-block ul {
    -webkit-padding-start: 0;
}

.contact-info-block {
    padding-top: 1.5em;
    font-weight: lighter;
}

.fa.fa-marker:before {
    content: '\f041';
    font-family: fontawesome;
}

/*Inner Page Overrides*/

.sidebar-default ul.prodcta a.btn.btn-primary {
    margin: 1.5em 0;
    background: rgba(0, 0, 0, 0.80);
    width: 250px;
	background-position:center;
}
.sidebar-default ul.prodcta a.btn.btn-primary {
    margin: 1.5em 0;
    background: rgba(0, 0, 0, 0.80);
}

.sidebar-default .prodctawrp {
    background: transparent;
    padding: 0;
}




.breast-augmentation-loc ul {
    -webkit-column-count: 2;
            column-count: 2;
}

.breast-augmentation-loc ul li {
    list-style: none;
}

.breast-augmentation-loc {
    margin-top: 1em;
}

.breast-augmentation-loc a:before {
    content: '\f0da';
    font-family: fontawesome;
    padding-right: 10px;
}

.image-wrapper {
	padding:10px;
	float:right;
}

.skinmedicaimg {
    max-width: 200px;
    margin: auto;
}

.page-image {
    max-width: 500px;
    margin: auto;
}


.default .ry-title h4 {
    font-size: 20px !important;
}

.sidebar-list ul {
    -webkit-padding-start: 1em;
}

.rev-block h3 {
    margin: 0;
    padding-bottom: 1em;
    padding-left: 48px;
}


.rev-block h3:before {
    content: '';
    background: url(https://www.royacdn.com/unsafe/smart/Site-639b9551-7800-4fb2-9474-122582623f9c/resources/quote.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    right: 0;
    top: 24px;
}

.input-group.search-bar-widget {
    max-width: 350px;
    margin: auto;
    padding: 0 0 1em 0;
}

a.map-link {
    position: absolute;
    top: 0;
    background: transparent;
    right: 0;
    bottom: 0;
    left: 0;
}

button.btn.btn-primary.search-btn {
    padding: 7px 17px;
}

input.form-control {
    border-radius: 0;
}






.sidebar-services .tabs-widget ul.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar-services .tabs-widget ul.nav-tabs li:hover:active {
    background: #4d5f7c !important;
}

.sidebar-services .tabs-widget ul.nav-tabs li:hover {
    background: #4c5e7d !important;
}

.sidebar-services .tabs-widget ul.nav-tabs li:active {
    background: #4c5e7d !important;
}

.sidebar-services .tabs-widget ul.nav-tabs li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.sidebar-services .tabs-widget>.tab-content {
    border: none;
    border-top: none;
    background: #4d607c;
    height: 250px;
    padding: 0;
}

.sidebar-services .tabs-widget .nav-tabs>li>a:active, .sidebar-services .tabs-widget .nav-tabs>li>a:hover, .sidebar-services .tabs-widget .nav-tabs>li>a:focus {
    background: #4d607c !important;
}

.sidebar-services .tabs-widget .nav-tabs {
    border-bottom: none;
    background: #20b0b0;
}


.sidebar-services .tabs-widget .nav-tabs>li>a {
    font-family: muli !important;
    margin: 0;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    font-weight: normal !important;
}

.sidebar-service .tabs-widget ul.nav-tabs {
    background: #20b0b0;
}

.sidebar-service .tabs-widget .nav-tabs>li>a:hover {
    background: transparent;
    border: none;
    color: #fff;
    letter-spacing: 0px;
    font-family: muli;
}


div#def-content .ry-content-wrp {
    padding: 7em 0 2em;
}


.sidebar-list ul li {
    list-style: none;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebar-bg {
    background: #2a3136;
    padding: 4em 1em;
    border-radius: 0;
    margin: 1em 0 2em;
}




.sidebar-bg h3, .sidebar-bg h5 {
    color: #6491b5;
    margin: 0;
}

.sidebar-bg h5 {
    text-transform: uppercase;
    font-size: 15px !important;
    letter-spacing: 1px;
}

.sidebar-bg p {
    margin-bottom: 0;
}

.sidebar-list li a {
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}




.sidebar-list ul li a:hover {
    text-decoration: none;
    color: #6491b5;
}


.page-separator {
    padding: 2em 0;
    border-bottom: 1px solid rgba(74, 92, 120, 0.10);
}


.sidebar-services {
    padding: 17px 0 0 0;
}



.sidebar-list li a:after {
    content: '\f0da';
    font-family: fontawesome;
    position: absolute;
    right: 1em;
}

.sidebar-wrapper {
    max-width: 300px;
    margin: auto;
    float: none;
}


.button-wrapper .cta-block {
    margin: 0;
    padding: 0;
}

.button-wrapper .cta-block:before {
    background: #4a5c78;
    content: '';
    position: absolute;
    width: 99%;
    height: 200px;
    top: 23%;
    left: 0;
    background-size: contain;
    border-radius: 18px;
    z-index: -300;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
    right: 0;
    margin: auto;
}
.button-wrapper .cta-sidebar-wrapper {
    overflow: initial;
}


.button-wrapper:hover .cta-block:before {
    background: #1ab1b1;
}


.button-wrapper .text-wrap {
    padding: 0;
    position: absolute;
    left: 10%;
    text-transform: uppercase;
    width: 100%;
    line-height: 19px;
    right: 0;
    bottom: -29px;
    text-align: left;
}
.blog-item img {
    -webkit-box-shadow: 0 11px 17px -12px #666;
            box-shadow: 0 11px 17px -12px #666;
    max-width: 400px;
    margin: auto;
}

.officehours-wrapper p {
    color: #fff;
}

ul.html-sitemap-ul li {
    list-style: none;
}

ul.html-sitemap-ul li a:before {
    content: '\f178';
    font-family: fontawesome;
    margin-right: 10px;
}

ul.html-sitemap-ul li a {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

ul.html-sitemap-ul li a:hover {
    text-decoration: none;
    padding-left: 10px;
}

.awards-wrapper {
    margin-top: 1em;
}

.hospital-tour .col-xs-6 {
    padding: 0;
}

.hospital-tour div {
    padding: 0;
}



.map-wrapper {
	max-width:400px;
}


.about {
    max-width: 300px;
    margin: auto;
    -webkit-box-shadow: 0 11px 17px -12px #666;
            box-shadow: 0 11px 17px -12px #666;
}


.modal {
    overflow-y: hidden;
}

.hospital-tour img:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}


.services-image-wrapper {
    margin: 10px;
}


.services li {
    list-style: none;
}

.services ul {
    -webkit-padding-start: 0;
}

.services ul li a:before {
    content: '\f046';
    font-family: fontawesome;
    padding-right: 10px;
}


.services ul {
    -webkit-column-count: 2;
    column-count: 2;
    padding: 20px 0;
}



.services-image {
    max-width: 400px;
    -webkit-box-shadow: 0 11px 17px -12px #666;
            box-shadow: 0 11px 17px -12px #666;
    margin: auto;
}



.form-wrapper {
    padding: 30px 30px 50px 30px;
    background: #242424;
    margin-top: 1em;
}

.bnr-title h1 {
    color: #fff;
    font-size: 40px !important;
    text-transform: uppercase;
    
}

.top-contact-wrapper a:hover {
    text-decoration: none;
}

.services a.btn.btn-primary.hvr-shutter-out-horizontal {
    line-height: 20px;
    text-align: left !important;
    float: left;
}

div#bnr1 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/banner/inside_banner_1.png);
    background-size: cover !important;
}


div#bnr2 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/banner/inside_banner_2.png);
    background-size: cover !important;
}



div#bnr3 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/banner/inside_banner_new.png);
    background-size: cover !important;
}


div.bnr-wrp:before {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/banner/inside_banner_wave.png);
    content: '';
    position: absolute;
    width: 100vw;
    height: 210px;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: -10%;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}




.dashed-border {
    border-bottom: 1px dashed #2d5533;
}

.about-image {
    max-width: 200px;
    margin: auto;
    -webkit-box-shadow: 0 11px 17px -12px #666;
            box-shadow: 0 11px 17px -12px #666;
}

.text-wrapper2 {
    padding: 35px 0px;
}

.sidebar-content {
    max-width: 350px;
    margin: auto;
    float: none;
    padding: 0;
}

.sidebar-default >div {
    margin: auto;
    float: none;
    z-index: 1;
}

.button-wrapper {
    margin: 2em 0;
}

.inside-sidebar {
    max-width: 500px;
    margin: auto;
    float: none;
}

.input-group.search-bar-widget .input-group-btn {
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-left: none;
}


.input-group.search-bar-widget input.form-control {
    height: 45px;
    border-right: transparent !important;
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.30);
}


button.btn.btn-primary.search-btn.hvr-shutter-out-horizontal {
    background: transparent !important;
    color: #000;
}

button.btn.btn-primary.search-btn:before {
    display: none;
}




.sidebar-logo img {
    max-width: 300px;
    margin: auto;
}

.button-wrapper img {
    max-width: 500px;
    margin: auto;
    float: none;
}



.sidebar-cta-title a {
    text-align: center;
    margin: 0;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: normal;
    font-family: 'Frank Ruhl Libre', sans-serif;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}


.officehours-wrapper {
    padding: 10px;
    line-height: 25px;
}

.sidebar-cta-title a:hover {
    letter-spacing: 1px;
    text-decoration: none;
}

.sidebar-cta-title p {
    line-height: 20px;
}



.hospital-tour img {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
    margin: auto;
    -webkit-box-shadow: 0 11px 17px -12px #666;
            box-shadow: 0 11px 17px -12px #666;
}


.social-icons li {
    background: transparent !important;
}


.social-icons li:hover {
    background: #6491b5 !important;
    border: solid 1px transparent;
}

.social-inner-wrap li a {
    color: #a0b6b5 !important;
    opacity: 1;
    font-family: fontawesome !important;
}

.social-inner-wrap li a:hover {
    color:#fff !important;
    border:none;
    
}


.sidebar-default h3 {
    color: #fff;
    margin: 0;
    font-size: 17px !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
}

.sidebar-cta-title {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    top: 45%;
    left: 47%;
}

.sidebar-image-wrapper {
    margin-bottom: 10px;
    padding: 0;
}

.sidebar-default p {
    line-height: 25px;
    margin: 1em 0;
}


.sidebar-services img {
    max-width: 350px;
    margin: auto;
    float: none;
    border: 2px solid rgba(77, 96, 124, 0.09);
    padding: 10px;
}	


@media (max-width:734px) {
	
	.breast-augmentation-loc ul {
    -webkit-column-count: 1;
            column-count: 1;
	}
}

@media (max-width:700px) and (min-width:501px) {
		
	.bnr-title h1 {
		text-align: center !important;
		font-size: 31px !important;
	}

	div.bnr-title {
		left: 0;
	}
}
		
@media (max-width:991px)  {
	
	.forArrow .arrowdown {
		top: 2.5em !important;
	}
	
	.gal-img-wrp .col-lg-6 {
		padding: 0;
	}
	
	div.text-ba {
		background: #6491b5;
		top: 0;
		color: #fff;
	}
	
	.gallery-title {
		position: initial;
		background: transparent;
		margin: 1em 0 0 0 !important;
	}

	
	.associatedlogos img {
		max-width:100px;
		margin:auto;

	}
	
	.biowrpleft img {
		margin: auto;
	}

	.biowrpleft {
		height: auto !important;
		margin-bottom:1em;
	}
	
	.associatedlogos {
		top: 3em !important;
	}
	
	.testi-border {
		padding-left: 2em;
	}

	.testi-border:before {
		left: 0;
	}

	
	.page-separator ul li p {
		text-align: left !important;
	}
	
		.testimonial-slider ol.carousel-indicators {
		left: -11px !important;
		right: 0 !important;
		margin: 0 10px;
		bottom: 3em !important;
		top: initial !important;
		text-align: center !important;
		float: none;
	}

	.testimonial-slider .carousel-indicators li {
		display: inline-block !important;
		margin: 0 5px !important;
	}


	
	
	div.bnr-wrp:before {
		background: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/mobile_wave01.png);
		display: block;
		height: 270px;
		bottom: -100px;
		background-size: cover;
		background-position: center;
	}
	
	.services-item p {
		padding: 0px 0.5em;
	}
	
	div.mobile-menu .nav .open a {
		color: #6491b5 !important;
	}
	
	div.magazine {
		margin-top: 5em;
		padding: 0;
	}
	
	.aff-logo:before, .aff-logo:after {
		display: none;
	}
	
	
	.first-section-content a.btn.btn-primary {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		max-width: 250px;
	}
	
	.first-section-content {
		margin-bottom: 5em;
	}
	
	.ry-footer-blocks:last-child .footer-content {
		position: relative;
		top: -4em;
		left: 2em;
	}
	
	.aff-logo {
		padding: 1em 0;
		z-index: 2;
	}

	div.text-wrap {
		height: 100px;
	}
	
	div.slider-text-wrapper h1, .slider-text-wrapper span.span-1 {
		font-size: 35px !important;
		text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.15), 0 0 25px rgba(20, 20, 21, 0.41), 0 0 5px rgba(29, 29, 31, 0.35);
		color: #fff;
		letter-spacing: 1px !important;
	}
	
	div.slider-text-wrapper h4 {
		text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.15), 0 0 25px rgba(20, 20, 21, 0.41), 0 0 5px rgba(29, 29, 31, 0.35);
		font-size: 20px !important;
		letter-spacing: 1px;
	}
	
	div#footerbg h2, div#footerbg h3 {
		text-align: center;
	}
	div#footerbg h5 {
		text-align:center;
	}
	
	.testi-author p {
		text-align: center !important;
	}

	div.ry-footer-blocks {
		height: 700px;
	}
	
	.ry-footer-blocks:last-child {
		height: 800px;
	}

	div#map {
		height: 400px;
	}
	
	div#testi h3:after, div#footerbg h3:after {
		display:none;
	}
	
	.office-content-wrp {
		margin-top: 4em;
	}
	
	.officecontentbg {
		padding: 0;
		max-width: 800px;
		margin: auto;
		float: none;
	}
	
	div#testi-title {
		position: relative;
		text-align: center;
		top: -2em;
		left: 0;
		right: 0;
	}

	.officecta {
		height: auto !important;
		display: block;
		max-width: 700px !important;
		margin: auto;
		float: none;
	}

	.officeimage {
		max-width: 700px;
		margin: 0 auto 2em;
		float: none;
		display: block;
	}

	.prodctablock {
		height: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}

	div#homecontent div#ry-sec1:after {
		display: none;
	}

	div#homecontent div#ry-sec1 {
   	 margin-bottom: -1px;
		margin-top: -1px;
	}

	
	div#welcome-bio .ry-container {
		max-width: 100%;
	}
	
	div#welcome-bio h2:after {
		display:none;
	}
	
	.cta-block:before {
		display: none;
	}

	.cta-wrp {
		position: initial;
		margin-top: 7em;
	}

	.cta-container {
		padding: 4em 0 0 0;
	}

	.first-section-wrapper h3:after {
		display: none;
	}

	.aff-image-wrapper:nth-child(5) img {
		max-width: 147px;
	}

	.aff-logo h4 {
		top: 0.5em;
	}

	

	.aff-logo:before, .aff-logo:after {
		top: 39px;
		left: 7em;
	}

	.aff-logo:after {
		left: initial !important;
		right: 7em;
	}
	
	div#homecontent div#ry-sec1:before {
		background-image: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/mobile_wave01.png);
		top: -7%;
	}
	
	
	.services-item .col-xs-12.col-md-3.col-lg-3:before , .blog-item .col-xs-12.col-md-5.col-lg-5:before, .blog-item .col-xs-12.col-md-4.col-lg-4:before, div#ootimage:before {
		right:0;
		left:0;
		margin:auto;
	}
	
	
	div#homefooter:before {
		bottom: 25%;
		
	}

	
	
	
	
	.image-wrapper {
		padding:0px;
		float:none;
		margin-top:1em;
	}
	
	.services-item:nth-child(odd) .col-xs-12.col-md-7.col-lg-7 {
		padding-left: 0;
	}

	.services-item:nth-child(even) .col-xs-12.col-md-7.col-lg-7 {
		padding-right:0;
	}
	
	div#caseimg {
		margin-top: 1em;
	}

	.contct-submit {
		text-align: center;
	}
	
	div#team-section span.span-1, .testi-section-wrapper span.span-1 {
		font-size: 30px;
	}

	

	
	
	.sidebar-image-wrapper {
		padding: 0;
	}
	
	.sidebar-default {
		padding: 0;
	}
	
	.specials-wrp {
		display:block;
	}
	
	div.text-wrap h3 {
		margin: 5px 0 0 0;
		
	}
	
	div.text-wrap h4 {
		margin: 0 0 10px 0 !important;
	}
	
	
	
	.services-item a.btn.btn-primary {
		position: absolute;
		left: 0;
		right: 0;
		max-width: 150px;
		margin: 1em auto;
	}

	
	.blog-item >div {
		padding-bottom: 1.5em;
		text-align:center;
	}
	
	
	.blog-item a.btn.btn-primary {
		max-width: 150px;
		float: none;
		position: relative;
		left: 0;
		right: 0;
		margin: 2em auto 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	div.bnr-wrp {
		background-position: 100% 33px !important;
	}

	
	
	.blog-item .col-xs-12.col-md-7.col-lg-7 {
		padding-left: 0em;
	}

	.services-item:nth-child(odd) .col-xs-12.col-md-9.col-lg-9 {
		padding-left: 0;
	}

	.services-item:nth-child(even) .col-xs-12.col-md-9.col-lg-9 {
		padding-right: 0;
	}
	
	
	
	
	.slider-text-wrapper p:before {
		display:none;
	} 
	
	.twentytwenty-container {
		left: -6px;
	}
	
	
	.services-item {
		text-align: center;
		padding: 3em 2em;
	}
	
	.headhot-wrapper {
		padding-right: 0;
	}
	
	

	div.bio-headshot {
		margin: 0 auto 2em;
	}
	
	.page-border {
		text-align: center;
	}
	
	div.site-header .logo {
		left: -23px !important;
		top: -2.5em !important;
	}
	
	div#testi h3:before {
		    width: 30px;
    	height: 30px;
	}
	
	.welcome-content-title {
		padding: 0 1em;
	}

	.welcome-content-title:before {
		height: 83%;
		top: -17px;
	}

	.gallery-title ul {
		-webkit-padding-start: 0;
	}
	
	div.gallery-title h5, div.gallery-content-wrp p {
		font-size: 20px !important;
	}
	
	.testi-section-wrapper {
		position: initial;
	}
	
	div#welcome-bio {
		padding-bottom: 9em;
		height: auto !important;
	}

	.gallery-section {
		height: auto;
		padding: 5em 0;
	}
	
	
	
	.gallery-content-wrp {
		max-width: 500px;
		background: rgba(255, 255, 255, 0.80);
		padding: 20px;
		border-radius: 20px;
	}
	

	div#team-section h4, .first-section-wrapper h4 {
		font-size: 19px !important;
	}

	.afflogoblock {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.aff-image-wrapper img {
		max-width: 100px;
	}
	
	
	
	.cta-wrapper {
		position:initial;	
	}
	
	.welcome-bio-text {
		top: -5em;
	}
	
	.cta-block img {
		max-width: 400px;
		margin: auto;
	}
	
	div#cta-section {
		height: auto;
		padding: 2em 0;
		background: #000;
	}

	.mobile-icon {
		width: 50px;
		height: 50px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		background: transparent;
		margin-left: 10px;
		border-radius: 100%;
		float: right;
		position: relative;
		-webkit-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		transition: all ease 0.3s;
		border: 2px solid #6491b5;
	}
	
	.slider-text-wrapper p {
		margin: 1.5em 0;
	}

	.mobilebuttons {
		position: relative;
		right: 35px;
		top: -31px;
	}
	div.site-header ul.dropdown-menu > li {
		-webkit-box-shadow: none;
		        box-shadow: none;
		background: #000 !important;
	}
	
	
	.hfmobiletab {
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/banner/homepage_banner.jpg);
		height: 90vh;
		background-size: cover;
		background-position: 25% 26px;
		background-repeat: no-repeat;
		margin-top: 0;
	}
	
	div.mobile-menu > ul, div.mobile-menu .caret {
		float: none;
		margin-top: 0;
	}
	
	
	.footer-inner-container .copy-right p {
		text-align: center !important;
		
	}
	#services-section div.tabs-widget ul.nav-tabs li {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	
	
	.mobile-nav-logo {
		position: absolute;
		background:#eff3f4;
	}

	.mobile-nav-logo img {
		max-width: 200px;
		margin: auto;
	}

	
	 div#contactmoreinfo {
		max-width: 430px;
	}

	.services-item:first-child {
		padding-top: 1em;
	}

	div.slider-text-wrapper span.span-2 {
		font-weight: bold;
		font-size: 20px !important;
		text-shadow: 1px -1px 15px #bcb0b0;
	}
	
	
	
	div.footerlinks {
		text-align: center;
	}
	
	div.ry-copyright span {
		text-align: center;
		float: none;
		display: inline-block;
		margin-top: 0;
	}

	.footerlinks {
		text-align: center;
		margin-top: 0;
	}
	
	ul.social-icons {
		-webkit-padding-start: 0;
		padding-left: 0;
		margin-left: -10px;
	}

	
	.first-section-image img {
		max-width: 300px;
		margin: auto;
	}

	.copy-right {
		float: none;
		text-align: center;
		margin: auto;
	}
	
	div.footer-inner-container .ry-copyleft img {
		margin: auto;
		top: 15px;
	}
	
	.ry-footer-blocks:first-child {
		height: 400px;
	}

	
	table.Office-hours {
		width: 100%;
	}

	div#testi {
		background: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/testibgmobile.jpg);
		background-size: cover;
		height: 700px;
		margin-top:0;
	}

		div.testi-author {
		text-align: left;
	}
	
	
	
	div#services-section {
		background: #4a5b77;
		background-size: cover;
		height: 500px !important;
	}

	
	.services-wrapper {
		margin: 4em 0 0;
	}
	
	
	#services-section div.tabs-widget ul.nav-tabs {
		background:#fff;
	}
	
	div.services-wrapper:first-child p {
		text-align:left;
	}
	
	.aff-image-wrapper {
		width: 33%;
		height: 100px;
		position: relative;
		top: 28px;
	}
	
	
	

	.aff-image-wrapper:nth-child(2) img {
		max-width: 100px !important;
	}

	
	
	

	
	.default div.ry-fullwrp {
		background-position: right;
		margin-top: 0;
	
	}
	
	#footer .top-social {
		position:initial;
	}
	
	
	
	.surgical-wrapper {
		text-align: left;
	}

	div#right {
		margin-top: 2em;
		padding-left: 0;
	}
	
	.contact-info:after {
		display:none;
	}
		
	
	.services li:before {
		color:#4e8b8b;
	}
	
	.footer-sitelogo {
		margin: auto;
	}

	div.testi-container {
		margin-top:0;
	}
	
	.medical-center-wrapper {
		padding: 2em 0 19em;
	}

	 
	.services li {
		list-style: none;
		text-align: left;
		color: #333 !important;
	}
	.surgery-tab .tabs-widget ul.nav-tabs {
		margin: auto;
		float: none;
		max-width: 668px;
		 }

	
	
	.officeimage-wrapper {
		margin-top:3em;
	}
			
	
	.first-section-wrapper .ry-copyleft {
		padding-left:0;
	}
	
	
	
	.headwrp.smaller {
		background:#000;
		
	}
	
	div.intro-box .carousel-control:hover {
		background: transparent;
		
	}
	
	div.intro-box.carousel .carousel-control .icon-prev:before {
		content: '\2039';
	}
	
	
	div.intro-box.carousel .carousel-control .icon-next:before {
		content: '\203a';
	}
	
	div.intro-box .carousel-control.right {
		right: 0;
	}
	
	div.intro-box .carousel-control.left {
		left: 0;
	}

	div#first-banner {
		left: 0 !important;
	}

	div.contact-info-block {
		padding-top: 0;
		
	}
	
	div.footer-content {
		max-width: 500px;
		margin: auto;
		float: none;
	}
	
	
	.testi-block {
		z-index: 1;
		left: 0;
		min-height: 300px;
		position: relative;
		top: 0;
	}
	div.no-padding .carousel-indicators {
		bottom: 0 !important;
	}

.cta-sidebar-wrapper .testi-author p {
    padding-right: 0;
    line-height: 14px;
    margin: auto;
}

.cta-sidebar-wrapper div.testi-author a.btn.btn-primary {
    position: relative;
    top: -9em;
}

.cta-sidebar-wrapper .testi-author p {
    position: relative;
    top: -2em;
    left: 4em;
}

.cta-sidebar-wrapper .testi-author img {
    max-width: 33px;
    float: left;
}
	
	div.mobile-menu ul.dropdown-menu {
		background: transparent;
		width: 100%;
	}
	div.cta-block div.cta-container:nth-child(5) {
		width: 100%;
	}
	
	div.mobile-menu ul li a, div.mobile-menu .nav .open a {
		color: #fff;
		text-align: center;
		padding: 10px 0 !important;
		 background: transparent !important;
	}
	

	
	div.mobile-menu {
		background: #000;
		background-size: cover;
		background-position: 100% 100%;
	}
	
	
	
	div.logoonbanner {
		max-width: 300px;
		margin: auto;
		float: none;
		padding-top: 9px;
	}

	
	.nav-open a.pull-right.menu-toggle:before {
		background: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/closemenu.png);
	}

	a.pull-right.menu-toggle:before {
		content: '';
		background: url(https://www.royacdn.com/unsafe/smart/Site-aa5e814a-4dec-4718-bbde-d19dc51058ff/resources/mobile_menu.png);
		width: 50px;
		height: 50px;
		background-size: contain !important;
		position: absolute;
		background-repeat: no-repeat !important;
	}
	
	a.pull-right.menu-toggle.visible-xs.visible-sm {
		background: transparent;
		top: 2em;
		right: 5em;
	}

	
	div.ry-header-container {
		max-width:90%;
	}
	
	
	span.power {
		font-size: 11px;
		display: inline-block;
		float: none;
	}
	
	

	div.app-logo-wrapper img {
		max-width: 150px;
	}
	
	div.app-right .social-inner-wrap {
		float:none;
		text-align: center;
	}
	
	div.app-right, div.app-left {
		float: none;
		margin: auto;
	}
	
	.app-right .col-xs-12.col-md-3.col-lg-3 {
		padding-top: 1em;
	}

	div.testi-author a.btn.btn-primary {
		position: relative;
		top: -10em;
	}
	
	div#ry-sec3 {
		padding: 5em 0;
	}
	
	div.center .ry-copy.item-copy {
		bottom: 0 !Important;
	}

	
	
	div.cta-background {
		height: auto;
		margin:auto;
		float: none;
		max-width: 260px;
	}
	
	div.text-wrap a {
		font-size: 20px;
		
	}
	
	.pet-portal-content {
		padding-top: 1em;
		text-align: center;
	}

	.testi-left:after {
		display:none;
		}

		.testimonial-slider {
			max-width: 100%;
			margin: auto;
			float: none;
		}

		table.contact-info {
    margin: auto;
    text-align: left;
}
	
	div#bnr2 {
		background-position: 75%;
	}
	
	div.secon-section-wrapper {
		padding: 2em 0 0;
	}
	
	div.payment-logo {
		padding-top: 1em;
	}
	
	a.btn.btn-primary.coupons {
		margin-top: 1em;
		padding:11px;
	}
	
	
	
	div.testi-block img {
		float:left;
	}
	
	div.mobile-menu {
		position:fixed;
	}
	
	div.vWrp {
    top: 2em;
   
	}
	
	div.ry-container {
		padding: 0 10px;
		max-width: 100%;
	}
	
	div.services-image-wrapper {
		margin: 10px auto;
		
	}
	
	
	

	a.pull-right.menu-toggle {
		position: fixed !important;
		text-decoration:none !important;
		
	}
	
	div.headwrp.smaller .logo img {
		
		margin-top: 1.8em;
	}
	
	
		
	div.first-section-wrapper {
		margin: 2em 0;
	}
	
	div.cta-block {
		border-radius: 80px;
		margin: 0 auto 15px;
		float: none;
		max-width: 550px;
		width: 100%;
	}

	div.site-header {
		border-bottom:none !important;
	}
	
	div.logo img {
		max-width: 160px;
		float: left;
	}
	div.headwrp.smaller .ry-header-container {
		margin: -1.5em auto !important;
	}
	
	

	div.headwrp {
		position: fixed;
		background: #000;
		height: 100px;
		z-index:500;
	}
	
	.about-image {
		margin: 0 auto 10px;
		padding-right: 0;
	}
	
	div.pets-wrapper {
		padding-top: 2em;
	}
	
	
	
	.cta-background:before {
		top: 0;
		left: 0;
	}
	
	.cta-block .cta-container {
			width: 50%;
		}

	#ry-sec2 .title-wrapper:before {
		left: 0;
		right: 0;
		margin: auto;
		top: -4em;
	}
	
	div#fblocks1 img {
		max-width: 250px;
		margin: 0 auto;
	}

	
	

	div#fblocks3 .footer-content {
		max-width: 155px;
		margin: 0 auto;
		display: block;
		float: none;
	}
	
	.footer-button-wrapper {
		max-width:310px;
		margin:0 auto;
		float:none;
	}
	
	
	.ry-copyright {
		text-align: center;
		margin: auto;
		float: none !important;
		padding-right: 0 !important;
	}
	
	/*mobile menu*/
	
	.mobile-menu ul.nav > li {
		display: block;
		width: 100%;
	}

	

	.nav-open .mobile-menu {
		left: 0;
		Z-INDEX: 300;
		overflow-x: hidden;
	}

}




@media (max-width:767px) {
	
	.arrow.bounce:before {
		width: 30px;
		height: 20px;
	}

	span.arrow.bounce.arrowdown {
		font-size: 40px;
	}
	
	.hfmobiletab {
		height:80vh !important;
	}
	
	.belotero .col-xs-12.col-md-6.col-lg-6 {
		width: 100%;
	}
	
	.serv-block ul {
    -webkit-column-count: 1;
            column-count: 1;
   
		
   }  
 
	div.cta-block {
		width: 100%;
	}
	
	
	
	.mobilebuttons {
		right: 2.5em;
	}
	
	
	
	div.slider-text-wrapper span.span-2 {
	
	    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.15), 0 0 25px rgba(20, 20, 21, 0.41), 0 0 5px rgba(29, 29, 31, 0.35);
    color: #fff;
	}
	
	.welcome-content-title {
		position: initial;
		padding: 0;
	}

	.welcome-content-title:before {
		display: none;
	}

	.welcome-bio-text {
		position: initial;
		margin-top: 1em;
	}

	

	.welcome-content-title >div {
		padding: 0;
		display: block;
	}

	.welcome-content-title:after {
		width: auto;
		display: none;
	}



	div#team-section {
		padding: 3em 0 0 0;
	}

	.team-img-wrp img {
		max-width: 500px;
	}

	.testi-section-wrapper {
		width: 100%;
	}

	div.testimonial-slider .carousel-control .icon-next:before {
		left: 2px !important;
	}
	
	div.slider-text-wrapper {
		right: 0;
		left: 0;
		top: 40%;
	}
	.welcome-bio-text p {
		-webkit-column-count: 1;
		        column-count: 1;
	}

	
	.slider-text-wrapper a.btn.btn-primary {
		margin-top: 1em;
	}
	
	
	
	.slider-text-wrapper p {
		display: none;
	}
	
	

	
	.services-nav {
		margin-top: 0;
		margin-right: 0;
		width: 100%;
		padding:0;
	
	}
	
	div.services-nav li:after {
		position: absolute;
		right: 0;
		top: 1em;
		opacity: 0;
		content: '\f149';
		font-family: fontawesome;
		background: none;
		font-size: 20px;
		color: #4d8a8a;
	}
	
	
	div.services-nav li {
		line-height: 10px;
		padding: 20px 0;
		text-align: left;
	}
	
	ul.services {
    -webkit-padding-start: 0;
	}
}



@media (max-width:600px) {
	
	div.bnr-wrp:before {
		height: 134px;
		
		bottom: -59px;
	}
	
	div#homecontent div#ry-sec1:before {
		height: 130px;
		top: -55px;
	}

	.mobilebuttons {
		width: 59%;
	}
	
	.aff-logo {
		border-radius: 20px;
	}

	div.site-header .logo {
		width: 40%;
		left: -0 !important;
	}
	
	.mobile-icon {
		width: 40px;
    	height: 40px;
	}
	
	.mobilebuttons {
		top: -29px;
		right: 3em;
	}
	
	
	
	
	
	div#footermenu {
		height: 80px !important;
		display: block !important;
		padding: 1em 0;
	}
	
	
	div#footermenu ul li a {
		padding: 10px 0;
	}
	
	ul.menu-wrap li {
		display: block !important;
	}
	
	div.footer-wrapper ul.menu-wrap {
		display: block;
		position: initial;
	}
	
	a.pull-right.menu-toggle:before {
		width: 40px;
		height: 40px;
	}
	
	
	
	
	
}

@media (max-width:500px) {
	
	div#homecontent div#ry-sec1:before {
		height: 120px;
		
	}
	
	div.cta-wrp {
		margin-top: 2em;
	}
	
	.magazineimages .col-xs-12.col-lg-3 {
		width: 30%;
		margin-bottom: 2em;
	}

	.magazineimages {
		margin: 1em 0;
	}
	
	.page-separator ul {
		-webkit-padding-start: 10px;
	}
	
	

	.prodctawrp {
		padding: 15px;
	}

	ul.prodcta a.btn.btn-primary {
		width: auto;
		background: rgba(0, 0, 0, 0.80);
		position: relative;
	}
	
	
		

	
	a.pull-right.menu-toggle.visible-xs.visible-sm {
		background: transparent;
		top: 2em;
		right: 4em;
	}
	
	div.balogowrp {
		width: 100%;
	}
	
	div.slider-text-wrapper h4 {
		font-size: 15px !important;
		letter-spacing: 2px;
	}

	
	
	
	div#teamslider .carousel .carousel-control {
		top: initial !important;
		bottom: -3em;
	}

	
	div#contactmodal .modal-content button.btn.btn-primary {
		float: left;
		margin-right: 0;
	}

	
	.twentytwenty-wrapper.twentytwenty-horizontal {
		max-width: 300px;
		
	}
	
	
	
	div#testi {
		height:600px;
	}
	
	div.testimonial-slider ol.carousel-indicators {
		bottom: -28px !important;;
	}
	
	.testi-border {
		margin: 1em 0;
	
	}
	
	.gallery-section {
		padding: 3em 0;
		background-position: right;
		background-repeat: no-repeat;
	}

	.gallery-content-wrp {
		max-width: 100%;
	}

	
	
	
	div.slider-text-wrapper span.span-2 {
		font-size: 16px !important;
	}
	
	
	
	

	.aff-image-wrapper img {
		margin-bottom:1em;
	}

	
	
	
	
	.aff-image-wrapper {
		width:50%;
	}
	
	div#services-section {
		height: auto !important;
	}

	div#contactmoreinfo {
		display: block;
		text-align: center;
	}
	
	div#contactmoreinfo a.btn.btn-primary {
		margin-bottom: 1em;
	}
	

	
	.contact-info:after {
		width: auto;
	}
	

	div.no-padding .carousel-indicators {
		display: none !important;
	}
	
	div.cta-sidebar-wrapper div.testi-author a.btn.btn-primary {
		float: left;
		top: -6em;
	}

	span.power {
		font-size: 11px;
		float: none;
	}
	
	
	div.cta-block .cta-container {
		max-width: 100%;
		margin: 0 auto !important;
		width: 100%;
		clear: both;
		float: none;
	}
	
	#rebate-content-left .col-xs-5 {
		max-width: 100%;
	}
	
	div.rebate-section p {
		line-height: 16px;
		font-size: 12px;
		text-align: center !important;
	}
	
	
	div.slider-text-wrapper h1, .slider-text-wrapper span.span-1 {
		font-size: 22px !important;
		letter-spacing: 0;
	}
	
	div.first-section-wrapper h4 {
	  font-size: 22px !important;
	  margin: 0;
	}
	
	div.logoonbanner {
		max-width: 180px;
		padding-top: 0;
	}

	a.btn.btn-primary.banner {
		font-size: 11px;
		margin-top: -46px;
		padding: 6px 13px;
	}

	
	

	div.first-section-wrapper h3 {
		font-size: 14px !important;
		margin-top: 1em;
	}

	span.btn-vertical-slider {
		margin-top: 8em;
	}

	span.btn-vertical-slider.arrow-up {
		margin-top: 5em;
	}

	

	
	div#contactus-section {
		padding: 8em 0 2em;
	}

	div.footer-inner-container p {
		font-size: 10px;
		margin: 0;
		white-space: initial;
	}


	


	div.footer-form-wrapper {
		max-width:250px;
	}
	
	div.bnr-wrp {
		height: 350px !important;
		margin-top: 6em;
	}
	
	div.footer-inner-container .ry-copyleft {
		padding: 0;
	}
	
	div.footer-inner-container p {
		margin-bottom: 1em;
	}

	
	div.bnr-title h1 {
		font-size: 5.2vw !important;
		margin: 0;
	}

	
	div.secon-section-wrapper {
		padding: 1em 0;
	}
	
	div.services ul, div.articles ul {
    -webkit-column-count: 1;
		column-count: 1;
		padding: 0;
	}
	
	div#ry-sec3 h2, #ry-sec2 h2 {
		font-size: 23px !important;
	}
	
	div#ry-sec3 {
		    padding: 1em 0;
	}
	
	.footer-form-wrapper:before, .footer-form-wrapper:after {
		display:none;
	}
	
	
	
	

}

@media (max-width:767px) and (min-width:500px) {
	
	.gallery-section .ry-container {
		max-width: 500px;
	}
}

@media (max-width:400px) {
	
	div.text-wrap {
		bottom: 21px;
		
	}
}



@media (max-width:320px) {
	div.logo img {
		max-width: 200px;
	}

	
	div.mobile-icon i.fa.fa-phone {
		position: relative;
		right: 1px;
		top: -1px;
	}
	
}




@media (max-width:1080px) and (min-width:992px) {
	
	

	div.btn.btn-primary.contact {
		margin-left: 10px;
	}
	
	div.btn.btn-primary.app a {
		font-size: 1.3vw;
	}

	div.btn.btn-primary.app {
		padding: 0 15px;
	}


	

}





@media (max-width:1199px) and (min-width:992px) {
	
	
	
	a#officebtn {
		position: relative;
		top: 1.5em;
		float: right;
	}
	
	.office-content .col-xs-12.col-md-9 {
		width: 67%;
	}

	.office-content .col-xs-12.col-md-3 {
		float: right;
		width: 30%;
	}

	
	.aff-logo:before, .aff-logo:after {
		left: 10%;
		width:25%;
	}

	.aff-logo:after {
		left: initial !important;
		right: 10%;
	}

	div.logo img {
		max-width: 210px !important;
	}


	.first-section-wrapper {
		margin: 7em 0 0;
	}

	
	-
	
	div.slider-text-wrapper p:before {
		top:35%;
	}
	

	
	
	
	div#menubg ul.menu-wrap {
		width: 78% !important;
	}
	

	.headwrp div.social-inner-wrap {
		left:0;
	}


}






@media (max-width:1600px)and (min-width:992px) {
	
	.ry-footer-blocks:last-child .footer-content {
		position: relative;
		left: 2em;
	}
	.top-contact-wrapper {
		padding-right: 0;
	}
	
	.cta-container .ry-container {
		max-width: 100%;
	}
	
	.text-wrap h3 {
		font-size: 2rem !important;
	}
	
	.forArrow .arrowdown {
		top:2.5em;
	}
	
	div.slider-text-wrapper {
		top: 38%;
	}
	
	div.text-wrap h3 {
		letter-spacing: 1px;
	}

	div.cta-block:hover h3 {
		letter-spacing: -1px;
	}
}


@media (max-width:1400px) and (min-width:992px) {
	
	div.slider-text-wrapper h1, .slider-text-wrapper span.span-1 {
		font-size: 35px !important;
	}

	.text-wrap {
		height: 100px;
	}

	.cta-wrp {
		top: -5em;
	}

	div#homecontent div#ry-sec1:before {
		top: -10em;
	}

	.slider-text-wrapper h4 {
		font-size: 19px !important;
	}

	.footer-inner-container {
		top: -2.5em;
		left: 5em;
	}

	div#homecontent div#ry-sec1 {
		padding-bottom: 10em;
	}
	
	div#welcome-bio .ry-container {
		max-width: 100%;
	}

	ul.prodcta a.btn.btn-primary {
		width: 300px;
	}
	
	.cta-container .ry-container {
		max-width: 100%;
	}

	
	div#testi {
		background-position: 34%;
	}
	
	div.ry-header-container {
		max-width:95%;
	}
	
	div.logo.headLeft {
		left: 0 !important;
		top: -12px !important;
	}

	

	

}
	
@media (max-width:1300px) and (min-width:992px) {
	
	div.top-contact-wrapper a {
		font-size: 1.9vw;
	}
}
	

@media (max-width:1186px) and (min-width:992px) {
	
	
	.testi-section-wrapper >div {
		width: 100%;
	}
	
		.services-tab {
    top: -74px;
    width: 100%;
}
	.services-wrapper>div {
		margin-top: -1em;
	}
	
	#services-section div.tabs-widget .nav-tabs>li>a:hover, .tabs-widget .nav-tabs>li>a:focus, #services-section div.tabs-widget .nav-tabs>li>a {
		font-size:19px;
	}
	
	.services-wrapper h3 {
		color: #fff;
		font-size: 25px !important;
	}


	.services-wrapper {
		margin: 8em 0;
	}
}	
	


@media (max-width:1199px) and (min-width:992px) {
	
	table.Office-hours tr td:first-child {
		padding-right: 7px;
	}

	.footer-content {
		font-size: 14px;
	}
	
	
	
	



}


@media (max-width:740px) {
	
	.practice-list ul {
		column-count: 1;
		
	}
}



@media (min-width:992px) {
	
	
	.gallery-wrapper {
		min-height: 500px;
	}

	.footer-content >div {
		position: relative;
		top: -6px;
	}

	.form-container h2 {
		margin-top: -11px !important;
	}

	
	.bnr-title h1 {
		letter-spacing: 10px;
	}

	div#welcome-bio {
		height:1300px;
	}
	
	
	
	.footer-content {
		height: 533px;
	}

	
	
	
	.twentytwenty-wrapper.twentytwenty-horizontal {
		position: relative;
		left: -6px;
	}
	
	.footer-inner-container {
		position: relative;
		top: -2em;
	}
	
	.aff-image-wrapper:nth-child(5) {
		position: relative;
		top: 10px;
	}
	.aff-image-wrapper:nth-child(5) img {
		max-width: 160px;
	}
	
	.aff-image-wrapper:nth-child(6) {
		top: 3px;
	}

	

	.aff-image-wrapper:nth-child(6) img {
		max-width:135px;
	}


	#services-section div.tabs-widget .nav-tabs>li>a {
		padding-left:0;
	}
	
	.default .ry-left-wrp {
		padding-right: 2em;
	}

}

@media (min-width:600px) {
	
	ul.html-sitemap-ul {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-padding-start: 0;
	}


}

@media (min-width:1200px) {
	
	.office-content .col-xs-12.col-md-9 {
		padding-right: 3em;
	}
	
}

@media (min-width:1930px) {
	
	div.testimonial-slider ol.carousel-indicators {
		left: 32.5% !important;
		top: 45% !important;
	}
	
	div.bnr-wrp:before {
		height:250px;
	}
	
	div.footer-wrapper.ry-fluid {
		margin-top: -11em;
	}

	div#testi {
		margin: -11em 0 0 0;
		height: 1300px;
		background-position: 20%;
		width: 100vw;
	}

	.testi-section-wrapper {
		left: -7.5em;
		max-width: 100%;
	}

	.testi-block {
		max-width: 600px;
		left: 6em;
	}


	div#testi-title {
		position: absolute;
		top: -19em;
		left: 0;
	}
	
}


@media (min-width:2000px) {
	
		div#homecontent div#ry-sec1:before {
			height: 306px;
			top: -9.9em;
	}
	
}

@media(min-width:992px) and (max-width:1500px){
.prodctablock {
    top: -80px;
}

.officecta {
    height: 450px !important;
}

.officeimage {
	height: 450px !important;
}
div#welcome-bio {
    height: 1200px;
}
}

@media (max-width: 767px){
.forArrow .arrowdown {
    top: 4em !important;
}
}