body, body p, body div{font-family: 'Roboto', sans-serif !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: 'Roboto', sans-serif !important;font-weight: 400 !important;}
b, strong {font-weight: bold !important;}
@media (max-width: 991px) {}
@media only screen and (max-width: 768px){
	.swiper-slide {width: 100% !important;}
	.testimonials-wrapper .testimonials-block .carousel-control {display: none;}
	.carousel-control.left, .carousel-control.right {background-image: unset; background-image: unset;background-repeat: unset;}
	.carousel-control, .carousel-control:hover, .carousel-control:focus {color: #FFFFFF;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #FFFFFF;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #FFFFFF;}

.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Roboto';z-index:99;}
.ry-btn {text-transform: uppercase;height: auto;display: flex;align-items: center;justify-content: center;padding-left: 30px;padding-right: 30px;max-width: max-content;color: #FFFFFF !important;background: #0fbaff !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #014875 !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #014875 !important;}
.ry-btn.ry-btn-secondary:hover {background: #0fbaff !important;color: #FFFFFF !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius: 50px !important; font-size: 18px !important}
.btn-img {z-index: 999;}

.anchor-hidden { display: block; position: relative; top: -150px; visibility: hidden;}
.full-link, .full-link a { position: absolute; inset: 0; color: transparent;}
.full-link:hover a { color: transparent; }
.ry-each-link, .ry-each-link a {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
}
#ry-pg-body .owl-carousel .owl-item img {filter: unset;}
.HOLDsp-slides-container {height: calc(100vh - 120px) !important;}
li.third-level-container:not(.third-level a):after {
    content: '\f105';
    font-family: fontawesome;
    color: #fff;
    position: relative;
    top: 12px;
    right: 12px;
}

.mt-20{margin-top: 20px;}

.icon-bar a {
	padding: 14px;
}

.icon-bar a img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	transition: .2s;
}

.ry-services-custom a.ry-btn.ry-btn-primary {
    margin: auto;
    white-space:nowrap;
}

.cta-wrapper {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-wrapper a {
    display: block;
    padding: 7px 20px;
    background: #014875;
    color: #fff;
    border-radius: 40em;
}

.cta-wrapper a:hover {
	background: #0fbaff;
	color: #fff;
}

@media (max-width: 1080px) {
	.ry-list-wrp .ry-list-item .ry-list-photo img {
		margin: auto;
	}
	.ry-list-wrp .ry-list-item .ry-box-right * {
		text-align: center;
	}
	.ry-list-wrp .ry-list-item .ry-box-right .col-xs-12 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}


@media (max-width:500px) {

	div.mobile-container .flex-wrap {
		flex-direction: row !important;
		gap: 1em !important;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.mobile-container .flex-wrap .flex-item.right-nav {
		width: 100% !important;
		justify-content: flex-end;
	}

	.mobile-container .flex-wrap .flex-item.left-nav {
		width: 100% !important;
		justify-content: center;
		max-width: 100% !important;
	}

	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 180px;
	}

	.module-66 {
		margin-top: 0px !important;
	}

	body.home #top-brands .ry-multi-item-slider .container.ry-container {
		padding-top: 0;
	}
}

/* INTERIOR PAGE SIDEBAR AND FULL WIDTH */
body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-left {
    width: 100%;
    max-width: 100%;
    float: unset;
}

body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-right {
    display: none;
}

.title-open {
  border-radius: 10px 10px 0 0 !important;
}

.title-closed {
  border-radius: 10px !important;
}

div#bvd-video-testimonials {
    flex-wrap: wrap;
    gap: 2em;
	margin-top: 30px;
}

div#bvd-video-testimonials .ry-each {width: calc(33.33% - 2em);}

@media (max-width: 1024px) {
	div#bvd-video-testimonials .ry-each {width: calc(50% - 1em);}
}

@media (max-width: 768px) {
	div#bvd-video-testimonials .ry-each {width: 100%;}
}
	
:root {
    --color-primary: #0fbaff;
    --color-secondary: #014875;
	--color-tertiary: #333333;
}
	
body[data-page-name="insurance-information"] #payment-insurance .module-32-heading-2 h4 {
    color: #0fbaff;
	letter-spacing:1px;
	text-transform: capitalize;
}