.ocular-section {
	padding: 100px 0;
	background: #15477e;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6daa4422-9d1a-4021-b9d5-70914d0c60d3/Assets/ocular_background.jpg);
	background-size: cover;
	background-position: center 30%;
	position: relative;
}

.ocular-section .ry-container {
	max-width: 1280px;
	width: 90%;
}

.ocular-section .ry-content * {
	text-align: center;
	color: #fff;
}

.ocular-section .ry-flex {
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}

.ocular-section .ry-flex .ry-each.ry-right {
	width: 100%;
	flex: unset;
	max-width: 40%;
}

.ocular-section .ry-flex .ry-each.ry-right .video-ratio {
	position: relative;
	height: 0;
	padding-bottom: 178%;
}
.ocular-section .ry-flex .ry-each.ry-right video#myVideo {
	position: absolute;
	height: 100%;
	width: 100%;
}

.ocular-section .ry-flex .ry-each.ry-right .video-ratio:before {
	content: "";
	position: absolute;
	border: 5px solid white;
	top: -5%;
	right: -9%;
	left: 12%;
	bottom: 12%;
}

@media (min-width: 1081px) {
	.ocular-section .ry-content * {
		text-align: left;
	}
}


/*FOOTER*/
.footers:after {
    background: rgb(11 45 61);
}
#ry-footer .city h4, .ftr-widget h2{
	letter-spacing: 1px !important;
	color: #0f232f !important;
	text-transform:uppercase !important;
	font-size: clamp(1.125rem, 1.0613rem + 0.2614vw, 1.375rem) !important;
	/* width: 100%; */
}
.ftr-widget h2 {
	color: #fff !important;
}
.footers .social-lists {
	display:none;
}
.ftr-widget.about p{
	text-align:center
}
.ry-ftr-info-wrap .icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #0f232f;
}

.ry-ftr-info-wrap.phone {
	/* height:50px; */
	display:flex;
	align-items:center;
	margin-top:3%;
	min-height: auto;
}

.social-custom {
	display:flex;
	gap:10px;
	flex-direction: column;
}

.social-custom p {
	text-transform:uppercase
}

#ry-footer .row .col-xs-12.col.col-md-6.col-xl-4.border-right{
	display:grid;
}
.border-right {
	border:0px !important
}

.ftr-widget .navs li a:hover:after, .ftr-widget .navs li a:after {
	display:none !important;
}

.ftr-widget .navs li a {
	padding-left:0
}

.ftr-widget.schedule table tr td:last-child, .ftr-widget-3.schedule table tr td:last-child {
	text-align:start;
}

.table-responsive h6 {

	color: #c8e1f4 !important;
	font-weight: 700;
	text-transform:uppercase;
}

.services .menu-1 .navs {
	display: flex;
	flex-wrap: wrap; 
}

.services .menu-1 .navs li {
	flex: 1 1 50%; 
	box-sizing: border-box; 
}

#ry-footer .top-footer {
	display:flex;
	justify-content:space-between;
}

#ry-footer .footer-nav {
	max-width:735px;
	/* width:100%
	display:flex; */
	/* justify-content:space-between; */
	width: 100%;
	/* height: 283px; */
	border-radius: 20px;
	background-color: #fffdfa;
	padding: 30px
}

#ry-footer .services {
	max-width: 60%!important;
	width: 100%;
}

#ry-footer .services div{
	/* width: 100%; */
	justify-content:start;
	align-items:start;
}

#ry-footer .menu-1, .ftr-widget{
	justify-content:start;
	align-items:start;
}
#ry-footer .ry-footer-top-sec:before {
	content: "";
	position: absolute;
	inset: 0;
	bottom: 0;
	background: #f9f9f9;
}

#ry-footer > div {
	background:#919c9d !important;
	margin-top:-1px
}

#ry-footer .table-responsive{
	overflow:hidden
}

.ry-inner-ftr-info {
	background: #cde4f4;
}
.social-custom ul.socials.p-0 li a {
	border: 1px solid #0f232f;
}
.social-custom ul.socials.p-0 .fa-brands{
	color:#0f232f;
}


@media(max-width:1532px){
	.module-testimonial.section .testimonial-two-columns{
		padding-top:10vw !important;
	}
}




@media (min-width: 1200px) {
	.container {
		max-width: 1280px;
		width:93%
	}
	.schedule h2 {
		text-align:start !important;
		display:block;
		width:100vw !important;

	}

	.ftr-widget-3.schedule table tr td:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1366px) {
.ftr-widget-3.schedule table tr td:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1536px) {
	.ftr-widget-3.schedule table tr td:last-child {
		padding-left: 2.5vw;
	}
}





.shedule div:nth-child(1){
	width: 100%;
}
.ftr-widget h2 {
	margin:0
}
.shedule div h2 {
	margin: 3vw 0 0 0;
}


@media(max-width: 1199px) {
	.ry-ftr-info-wrap {
		padding-left:6vw;
	}
	.social-custom {
		display: flex;
		gap: 0px;
		flex-direction:column;
	}
	.ry-ftr-info-wrap.phone {
		min-height: auto;
	}

	.ry-inner-ftr-info .col-md-6 {
		flex: 0 0 30%;
	}

	#ry-footer .row{
		justify-content:center;
	}

	#ry-footer .top-footer{
		flex-direction:column;
		align-items:center;
		margin:5% 0;
	}
	.ftr-widget.about p {
		text-align:center
	}

}


@media(max-width: 1200px) {
	
	.ry-copyright-conts p, .ry-copyright-conts a {
		text-align: center;
		width: 100%;
		margin: 0 auto;
		max-width: 100% !important;
	}

	.ry-copyright-conts ul {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.ftr-widget-3.schedule {
		flex-direction: column;
	}


	#ry-footer .table-responsive h6 {
		text-align: center;
	}
	#ry-footer .row {
		flex-direction:column;
		align-items:center;
	}
	#ry-footer .row h4, .social-custom p, #footer .row div{
		text-align:center
	}
	.social-custom ul.socials.p-0 {
		align-items:center;
		justify-content:center;
		margin:2% 0;
	}

	#ry-footer .city h4, .ftr-widget h2 {
		padding:10% 0 3%;
	}
	#ry-footer  .cont p a br {
		display:none
	}
	#ry-footer  .ry-ftr-info-wrap {
		justify-content:center;
		align-items:center;
		flex-direction: column;
		padding: 0;
		gap: 10px;
	}

	#ry-footer .ry-ftr-info-wrap div {
		text-align: center !important;
	}

		
	#ry-footer .row .col-xs-12.col.col-md-6.col-xl-4.border-right{
		justify-content:center
	}

	#ry-footer .ry-ftr-info-wrap .icon {
		position: relative;
	}

	#ry-footer .menu-1, .ftr-widget {
		align-items: center;
		margin-top: unset;
		padding-top: 100px;
	}

	#ry-footer  .footer-nav {
		display:grid;
		/* gap:0 */
		align-items:center;
		place-items:center;
		gap:5%
	}
	#ry-footer  .navs{
		display:grid !important;
		place-items:center;
		width:100%;
	}

	#ry-footer .ftr-widget div{
		margin:0 auto;
		border: unset;
		width: 320px;
	}

	#ry-footer h2{
		text-align:center
	}

	.ftr-widget.schedule table tr td:last-child, .ftr-widget-3.schedule table tr td:last-child{
		text-align:end
	}

	.services .menu-1 .navs li {
		max-width:700px;
		width:100%;
		text-align:center
	}


}
@media (max-width:480px){
	.ry-ftr-info-wrap.phone {
		margin-top:10%;
	}

	#ry-footer .ry-ftr-info-wrap.address .cont{
		margin-top:-10px
	}
	#ry-footer .services {
		max-width: 100% !important;
	}


	.ftr-widget.about p{
		text-align:center
	}
}
	/*FOOTER End*/


#ry-pg-body h3{
	line-height:1.2 !important
}

.module-1 {
    gap:1vw;
    margin-top:30px
}

.module-1 img {
    border-radius:30PX
}

#ry-pg-body .ry-container > .ry-flex {
    gap:0 6%;
}



.mobile-button {
	gap:10px
}
.mobile-button i{
	fill: #fff
}

.mobile-container {
	border-bottom:solid #3770b4 2px;
}
.mobile-container .mobile-nav button .hamburger-inner,
.hamburger-inner, .mobile-container .mobile-nav button .hamburger-inner:before, 
.mobile-container .mobile-nav button .hamburger-inner:after {
	background:#3770b4;
}

.rw-sched-wrap .rw-field-row .rw-field .rw-form-field.rw-privacy-agree-chkbox {
    width:20px !important;
    height:20px !important;
    border-radius:3px;
    background:#F2F2F2
}

.rw-slide-wrap .rw-contact .rw-section-inner, .rw-sched-form {
	min-height:fit-content !important;
	height:100% !important;
}



.rw-powered-by .logo {
	align-items:center !important
}

.module-appointment.option-2 .form-grid .input-form-wrap textarea.form-control {
	height: 410px;
}
.module-appointment.option-2 .section-headline h2 {
	line-height:1.4
}

.module-43 {
position:relative;
    z-index:999;
    background:#fff
}
.module-43 .ry-left img {
    max-width:140px;
    width:100%
}

.module-66 .bnr-textbox {
    margin-bottom: 40PX !important;
}
.module-66 .bnr-textbox .ry-section-title-wrapper {
        flex-direction: column;
    background: #ffffffd6;
    max-width: 960PX;
    width: 100%;
    margin: auto;
    gap: 10PX;
    padding: 30px;
    
}
.module-66 .bnr-textbox .ry-section-title-wrapper * {
    text-align:center
}

.module-66 .bnr-textbox .ry-section-title-wrapper h1 {
    font-size: 50px;
    color:#0d2431 !important;
    font-weight:600 !important
}
.module-66 .bnr-textbox .ry-section-title-wrapper .ry-btn {
    margin-top:20px
}




@media (min-width: 1081px) {
    .module-66 {
        margin-top:-150PX
    }
    .module-66, .module-66 .item img {
        height: calc(100vh - 0px);
        object-fit: cover;
        object-position: center 40%;
    }
}
@media (max-width: 1280px) {
    .module-66 {
        margin-top:0PX
    }
}



@media(min-width:1281px){
	#ry-section-header {
		display:block !important
	}
	
}
@media(max-width:1200px){
	#ry-section-header {
		display:none
	}
	#ry-pg-banner {
		margin-top:100px
	}
	#ry-pg-banner .ry-bnr-wrp:after {
		background:#ffffffc9;
	}

	div.ocular-section .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	

	
	div.ocular-section a.ry-btn.ry-btn-primary {
		margin: 0 auto;
	}
}


@media (max-width: 1080px) {
    .module-66 .bnr-textbox .ry-section-title-wrapper {
        padding:30px 20px
    }
    .module-66 .bnr-textbox .ry-section-title-wrapper {
        background:#ffffffe8;
    }
    .module-66 .bnr-textbox {
        padding-block:30PX
    }
    .module-66 .ry-container {
        max-width:unset;
        width:90%
    }
}
@media(max-width:991px){
    #ry-pg-body .ry-left {
        width:100%;
    }
    [data-page-id="WebPage-b059daf3-b0cf-467b-b2ee-56037ad580c2"] .col-md-8 {
        max-width:unset;
        flex-basis:unset
    }

	.module-66 {
		margin-top:100PX
	}
}
@media(max-width:768px){
	div.ocular-section .ry-flex .ry-each.ry-right {
		max-width: 100%;
	}


    .module-1 {
        flex-direction:column;
        justify-content:center;
        align-items:center
    }
    .module-1 * {
        text-align:center !important
    }
    .module-1 .ry-box-right {
        width:100%;
    }
   .module-1 .col-sm-9 {
       max-width:unset
   }
    .module-1 .ry-box-left img{
        max-width:500px;
        width:100%;
    }
    .module-1 .ry-box-left {
        width:fit-content;
        max-width:unset;
    }
}

@media(max-width:480px){
	.mobile-container .mobile_logo img {
		max-width:90px !important;
	}
}

body.default #ry-section-header.module-43 {
    background:#fff !important
}
/*----- CTA SECTION ----- */
.module-25-cta .cta-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr); 
	gap: 20px;
	padding: 20px 0;
	max-width: 1600px;
	width: 90%;
	margin: auto;
}

.module-25-cta #swiper-hero {
	display: flex;
	padding-bottom: 50px;
}

.module-25-cta .cta-wrapper .swiper-slide .ry-hero-cta-link {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.module-25-cta .ry-hero-cta-img-container {
	margin-bottom: 20px;
	text-align: center;
	width: fit-content;
	transition: all 0.3s ease;
	cursor: pointer;
	overflow: hidden;
	border-radius: 50%;
	width: 280px;
	height: 280px;
}

.module-25-cta .ry-hero-cta-img-container:hover {
	transform: scale(1.05);
}

.module-25-cta .ry-hero-cta-img-container img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	display: block;
}

.module-25-cta a {
	letter-spacing: 2px;
	font-size: 23px;
	text-transform: uppercase;
}

.module-25-cta .ry-hero-cta-text * {
	text-align: center !important;
}

.module-25-cta .ry-hero-cta-text .phone {
	color: #9ccfff !important;
	font-weight: 600;
	letter-spacing: 1px;
}

.module-25-cta .ry-hero-cta-text a:hover {
	color: #4588c8 !important;
}

.module-25-cta .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.module-25-cta .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.module-25-cta .slick-dots li.slick-active {
  background-color: #4588c8;
}

.module-25-cta .slick-dots li button {
  font-size: 0;
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 1480px),
       (max-width: 1080px) {
	.module-25-cta .ry-hero-cta-img-container {
		width: 240px;
		height: 240px;
	}
}

@media (max-width: 1280px) {
	.module-25-cta .cta-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 40px;
		align-items: stretch;
		padding-inline: 150px;
	}
	.module-25-cta .swiper-slide {
		width: calc(50% - 20px) ;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		padding: 20px;
		box-sizing: border-box;
	}
	    #cta-wrap {
        margin-top: -2px;
    }
}

@media (max-width: 1080px) {
	.module-25-cta .cta-wrapper {
		padding-inline: 8vw;
	}

	.module-66 .bnr-textbox{
		margin-bottom:0 !important
	}
}

@media (max-width: 991px) {
	.module-25-cta .swiper-button-next,
	.module-25-cta .swiper-button-prev {
		display: none;
	}
	.module-25-cta .cta-wrapper {
		padding-inline: 0;
	}
}

@media (max-width: 780px) {
	.module-25-cta .cta-wrapper {
		gap: 20px;
	}
}

@media (max-width: 600px) {
	.module-25-cta .swiper-slide {
		width: inherit;
		padding:0;
	}
	.module-25-cta .ry-hero-cta-img-container {
		width: 250px;
		height: 250px;
	}
	.module-25-cta .cta-wrapper {
		gap:40px
	}
}

.link, .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 9;
    opacity: 0;
}
.details-modal .details-modal-content {
    padding:0px;
}

.details-modal .details-modal-close {
    height:40px;
    top:-25px;
    right:-25PX;
    background:#111827;
    width:40PX;
    border-radius:50%;
    z-index:90 !important;
    position:absolute;
    display: none;
}

.details-modal .details-modal-close svg path {
    fill:#fff !important
}
.details-modal .details-modal-title {
    display:none
}

@media(max-width:480px){
    .details-modal .details-modal-close {
    height:40px;
    top:-22px;
    right:-16PX;
    background:#111827;
    width:40PX;
    border-radius:50%;
    z-index:90 !important;
    position:absolute
    
}

	
