@charset "UTF-8";@media screen,projection {/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Courgette:400,500,600,700');*/


body, html {min-height: 100%; width: 100%; padding: 0; margin: 0; font-family: 'Lato', sans-serif; color: #151515; -webkit-text-size-adjust: 100%;}
body {background: #fff; overflow-x: hidden;}
a {text-decoration: none;}
.clear {clear: both;}
input,textarea,button {outline:none;}
a img {border: none;}
.semi {font-weight: 600;}

/*Covid-19*/
.noticeCOVID {
    text-align: center;
    min-height: 20px;
    background-color: #cf000a;
    text-shadow: 1px 1px #000;
    font-weight: 600;
    color: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    padding: 9px 2% 12px;
    width: 96%;
    }

.noticeCOVID .contentCOVID {
  	text-align: center;
  	margin: 0 auto;
    max-width: 1415px;
	}

.contentCOVID {
	width: 95%;
	max-width: 1200px;
	}

.noticeCOVID h2 {
    margin: 0 0 10px 0;
	}


.content {
   width: 95%;
   max-width: 1300px;
   }

/*topmenu*/
.topline {
   background-color: rgba(170, 35, 35, 0.9);
   }
   
.topline .content {
   position: relative;
   }

.topmen ul {
   padding: 0;
   margin: 0;
   display: table;
   border-collapse: collapse;
   float: left;
   }

.topmen li {
   display: table-cell;
   border-collapse: collapse;
   padding: 15px 0;
   }
   
.topmen li a, span.separator  {
   text-decoration: none;
   color: #fff;
   font-size: 16px;
   padding: 15px 8px;
   text-transform: uppercase;
   -webkit-transition: all 0.35s ease-in-out;
   -moz-transition: all 0.35s ease-in-out;
   transition: all 0.35s ease-in-out;
   font-weight: 600;
   }

.topmen li a:hover, .topmen li.active a {
   background-color: rgb(155, 22, 22);
   }
   
.topmen li ul {
    position: absolute;
    background-color: #AD4347;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px 10px;
    z-index: 10000;
	margin-top: 8px;
    }

.nav-child.unstyled.small {
    display: none;
    position: absolute;
    background-color: #AD4347;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px 10px;
    z-index: 9999;
	margin-top: 8px;
    }

.topmen li:hover  .nav-child.unstyled.small  {
    display: block;}

.nav-child.unstyled.small li {
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    display: block;
    text-align: left;
    }

.nav-child.unstyled.small li a {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    border:none;
    }

.nav-child.unstyled.small li:hover{
    background: #863A37;
    z-index: 100;
	}

.nav-child.unstyled.small li:hover , .nav-child.unstyled.small li.active {
    background: #863A37; 
    z-index: unset;
    }
	
.nav-child.unstyled.small li a:hover, .nav-child.unstyled.small li.active a {
	background: none;
	background-color: none;
	}
	
.nav-child.unstyled.small li a:hover, .nav-child.unstyled.small li.active a , .nav-child.unstyled.small li a , .nav-child.unstyled.small li.active a {
   background: none !important;
   background-color: none !important;
   }

.translated-ltr .topmen li a {
   font-size: 13px;
   padding: 15px 5px;
}
    
.hamb {
   display: none;
   }

.req {
   float: right;
   margin: 10px 0 0 30px;
   display: flex;
   gap: 5px;
   justify-content: center;
   align-items: center;
}
    
.req a {
   padding: 5px 15px;
   border-radius: 3px;
   background-color: #f7702e;
   color: #fff;
   text-decoration: none;
   font-weight: 600;
   text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
   -moz-transition: all 0.35s ease-in-out;
   transition: all 0.35s ease-in-out;
   }
   
.req a:hover {
   background-color: #ffba98;
   }

.translated-ltr .req a:lang(fr),
.translated-ltr #google_translate_element2 select.notranslate:lang(fr), select.notranslate:lang(fr) {
   font-size: 12px;
}

#google_translate_element2 select.notranslate, select.notranslate {
   border-radius: 3px !important;
   padding: 2px 5px 2px 10px!important;
   color: #ffffff;
   background: #36609f;
   border: 2px solid #36609f;
   font-size: inherit;
   font-weight: 600;
   font-family: inherit;
   text-transform: uppercase;
}
   
/*logoline*/
.logoline {
  background-color: rgba(128,0,0,0.97);
  }
  
.logo {
   float: left;
   padding: 10px 0;
   }
   
.topright {
   float: right;
   padding: 28px 0 10px 0;
   text-align: right;
   }
   
.topphone {
   color: #fff;
   font-size: 32px;
   font-weight: 700;
   padding: 10px 0;
   /*font-family: 'Courgette', cursive;*/
   }
   
.topphone a {
   color: #fff;
   }
   
.socio {
   display: inline-block;
   vertical-align: top;
   width: 50px;
   margin: 10px 0 0 5px;
   }
   
.socio img {
	width: 100%;
	height: auto;
	}
   
/*sliderline*/
.blin {
   height: 4px;
   background-color: rgb(127, 7, 8);
   position: relative;
   z-index: 999;
   }
   
.abs {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 9999;
   }

.sliderline {
    background-color: #f7f7f7;
    /*margin-top: 114px;*/
	}
   
.nivo-caption {
   background-color: transparent;
   padding: 15px;
   opacity: 1;
   -moz-opacity: 1;
   filter:alpha(opacity=1);
   font-size: 45px;
   position: absolute;
   top: 46%;
   left: 2%;
   width: 50%; 
   }

.whitet {
	color: #fff;
	/*font-family: 'Courgette', cursive;*/
	text-shadow: 1px 1px #000;
	font-weight: 600;
    font-style: italic;
	}

.redt {
	color: #e2171a;
	/*font-family: 'Courgette', cursive;*/
	text-shadow: 1px 1px #000;
    font-weight: 600;
    font-style: italic;
	}

/*Reviews Block*/
.reviews-block {
   background-image: url(https://www.sflecenter.com/templates/sflecenter/images/slider_testimonial.jpg);
   background-size: cover;
	padding: 25px 20px;
	}

.rb-tittle {
   margin: 0;
   text-align: center;
   font-weight: 500;
   position: relative;
   text-transform: none;
   font-family: 'Lato', sans-serif;
   color: #ffffff;
   font-size: 29px;
   line-height: 30px;
	}

.rb-tittle.bckeff.expand::after {
    background: rgb(142 48 178 / 25%);
	width: calc(30% + 60px);
	}

.checked {
    color: gold;
}

:root {
    --theme-color: #3950ca;
    --bg-color: rgba(79, 48, 183, 0.06);
    --comp-color: #ff6584;
    --gradient: linear-gradient(#6a5fdd 0%, #241d8c 100%);
	}

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

h2,h1 {
   margin:0;
   padding-top:30px;
	}
  
.bg-color {
   background: var(--bg-color);
	}
  
.half-color-box {
   overflow: hidden;
   max-width: 1200px;
   margin: 0 auto;
   color: #fff;
   text-align: center;
   line-height: 1.5;
   font-weight: 300;
   font-size: 18px;
	}
  
.text-whtie {
   color: #fff !important;
	}
  
.bold {
   font-weight: bolder;
	}
  
.por {
   position: relative;
	}
  
.review-box .quote {
   position: absolute;
   width: 40px;
   right: 10px;
   bottom: 10px;
	}
  
.test-arrowbox {
   position: absolute;
   right: 20px;
   display: flex;
   top: 70px;
	}
  
.review-box {
   border-radius: 3px;
   background: #fff;
   box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
   padding: 30px;
	}
  
.review-box h5 {
   margin: 0;
	}
  
.review-box p {
   margin-bottom: 0;
   margin-top: 10px;
   color: #7d8597;
	}
  
.user-post {
   font-size: 14px;
   margin: 0 !important;
	}
  
.swiper-testimonial {
   padding: 100px 20px;
   padding-top: 30px;
	}

.swiper-pagination-bullet {
	background: #d0f2ff !important;
	}
    
.test-arrowbox .swiper-button-next-test,
.test-arrowbox .swiper-button-prev-test {
   margin-right: 20px;
   /* background: var(--comp-color);2 */
   border-radius: 50%;
   --size: 55px;
   width: var(--size);
   height: var(--size);
   display: flex;
   align-items: center;
   justify-content: center;
	}
  
.arrow-right {
   transform: rotate(180deg);
   margin-top: -8px;
	}
  
.arrow {
   cursor: pointer;
   transition: all 0.2s ease-in;
	}
  
.arrow:hover {
   transform: translateX(-15px);
	}

.swiper-pointer-events:hover {
   cursor: pointer !important;
   }

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
	display: inline-block;
	border-radius: 50%;
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
	}

/*Rate US*/

.inner-wrap {
    padding: 50px 2% 100px;
    text-align: center;
    }

.inner-wrap h2 {
    font-size: 44px;
    margin: 0 auto;
    font-weight: 500;
    }

.inner-wrap h5 {
    margin: 25px auto;
    }

.google-review {
    margin-top: 60px;
    }


.google-review img:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

/*Rate Us --- END*/

/* How Are We Doing? */
    
.thumbs-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2% 100px;
    }

.thumbs-wrap .item {
    margin: 0 20px;
    max-width: 300px;
    }

.thumbs-wrap .item:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

.thumbs-wrap .item img {
    width: 100%;
    }

.thumbs-wrap .item span {
    font-size: 23px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    }

/* How Are We Doing? --- END */
   
/*mainpage content*/
.mainleftblock {
   width: 20%;
   float: left;
   text-align: left;
   margin-bottom: 10px;
   }
   
.mainrightblock {
   float: right;
   width: 80%;
   text-align: left;
   margin-bottom: 10px;
   }
   
.mainrightblockl {
   float: left;
   width: 65%;
   text-align: left;
   }
   
.mainrightblockr {
   float: right;
   width: 35%;
   text-align: center;
   }
   
.blo {
   width: 47.5%;
   display: inline-block;
   vertical-align: top;
   padding: 1%;
   color: #b10000;
   font-weight: 600;
   font-size: 14px;
   }
   
.blo img {
	width: 95%;
	max-width: 170px;
	margin-bottom: 10px;
	}
	
.innercontent .blo {
	float: right;
	width: 185px;
	text-align: center;
	}
    
.loc, .con, .none, .blogs, .feat, .loc h2 {
   color: #b53333;
   font-size: 29px;
   line-height: 37px;
   padding: 10px 0;
   font-weight: 600;
   /*font-family: 'Courgette', cursive;*/
   }
   
.none {
   text-align: left;
   }
   
.loc .h1 , .loc h2{
   background: url(https://www.sflecenter.com/templates/sflecenter/images/loc.png) no-repeat left 30%;
   background-size: auto 70%;
   padding: 0 0 0 35px;
   background-position: 0 7px;
   }
   
   .loc h2{
 display: inline;  
   }
   
.con .h1 {
   background: url(https://www.sflecenter.com/templates/sflecenter/images/con.png) no-repeat left 30%;
   background-size: auto 70%;
   padding: 0 0 0 35px;
   }
   
.blogs .h1 {
   background: url(https://www.sflecenter.com/templates/sflecenter/images/blogs.png) no-repeat left 30%;
   background-size: auto 70%;
   padding: 0 0 0 35px;
   }
   
.feat .h1 {
   background: url(https://www.sflecenter.com/templates/sflecenter/images/feat.png) no-repeat left 30%;
   background-size: auto 70%;
   padding: 0 0 0 35px;
   }
   
.serviceul ul {
   margin: 0 0 0 20px;
   padding: 0;
   color: #000000;
   }
   
.serviceul ul a {
   color: #000000;
   font-weight: 600;
   text-decoration: none;
   line-height: 25px;
   font-size: 16px;
   }
   
.serviceul ul a:hover {
   text-decoration: underline;
   }
   
.redtext {
   color: #b53333;
   }
   
.mainrightblock a {
   color: #b53333;
   text-decoration: underline;
   }
   
.mainrightblock a:hover {
   color: #b53333;
   text-decoration: none;
   }

.time {
   border: none;
   line-height: 16px;
   width: 100%;
   }

.day {
   width: 50px;
   font-weight: 700;
   }
   
.dir a {
   color: #fff;
   text-decoration: none;
   font-weight: 600;
   padding: 8px 0;
   background-color: #ac0000;
   text-transform: uppercase;
   width: 140px;
   text-align: center;
   display: block;
   border-radius: 3px;
   -webkit-transition: all 0.35s ease-in-out;
   -moz-transition: all 0.35s ease-in-out;
   transition: all 0.35s ease-in-out;
   }
   
.dir a:hover {
   background-color: #e64b4b;
   }
   
/*2nd line*/
.secline {
   background-color: #f7f7f7;
   }
   
.threecols {
   display: inline-block;
   vertical-align: top;
   width: 45%;
   margin: 10px 0;
   }
   
.threecols.cent {
   width: 31%;
   padding: 0 1%;
   border-left: 1px solid #4da5c1;
   border-right: 1px solid #4da5c1;
   }
   
.threecolscontent {
   width: 40%;
   text-align: left;
   position: relative;
   float: left;
   margin-top: 2%;
   }

.blogsul ul {
   padding: 0;
   margin: -10px 0 0 20px;
   }
   
.blogsul li {
   font-weight: 600;
   padding: 10px 0;
   }
   
.blogsul li a {
   color: #151515;
   text-decoration: none;
   }
   
.blogsul li a:hover {
   text-decoration: underline;
   }

.threecolspic {
   width: 50%;
   float: left;
   }

.threecolspic img {
   max-width: 100%;
   height: auto;	
   }
   
.dir {
	margin: 20px 0 30px;
}
   
/*footer menu*/
.footer {
   background-color: #454545;
   padding: 20px 0;
   }
   
/*copyright*/
.copyright {
   font-size: 14px;
   color: #b3b3b3;
   margin-top: 10px;
   }
   
.copyright a {
   color: #b3b3b3;
   text-decoration: underline;
   }
   
.copyright a:hover {
   text-decoration: none;
   }
   
   
/*inner pages*/
.topl {
   background: url(https://www.sflecenter.com/templates/sflecenter/images/topl.jpg) repeat-x top center;
   background-size: 100% 55px;
   }

.h1line {
   text-align: left;
   }
   
.h1line h1 {
   color: #b2000a;
   font-size: 29px;
   line-height: 37px;
   padding: 10px 15px;
   font-weight: 700;
   margin: 0;
   /*font-family: 'Courgette', cursive;*/
   }
   
.h1line h1 a {
   color: #b2000a;
   }
   
.innertab {
   display: table;
   width: 100%;
   }
   
.innercontent {
   padding: 10px 15px;
   text-align: left;
   display: table-cell;
   vertical-align: top;
   }
   
.innercontent a, .innerrightcol a {
   color: #000;
   text-decoration: underline;
   }
   
.innercontent a:hover, .innerrightcol a:hover {
   text-decoration: none;
   }
   
.k2FeedIcon {
   float: right;
   position: relative;
   margin-bottom: -10px;
   }
   
.k2FeedIcon a {
	color: #36609f;
	margin-top: 90%;
	}
   
.innerrightcol {
   display: table-cell;
   vertical-align: top;
   width: 180px;
   padding-left: 20px;
   text-align: left;
   }
   
.innercontent ul {
   margin-left: 15px;
   padding-left: 0;
   }
   
.innerrightcol ul {
   margin-left: 0;
   padding-left: 0;
   }
   
.innerrightcol li {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
   padding-top: 0 !important;
   padding-bottom: 0 !important;
   }


/*Testimonials*/

.testimonial-container {
    border: 2px solid #b23838;
    background-color: #fdfdfd;
	border-radius: 5px;
 	padding: 16px;
 	margin: 16px 0
	}

.testimonial-container::after {
	content: "";
    clear: both;
 	display: table;
	}

.testimonial-container span {
    font-size: 20px;
    margin-right: 6px;
	}

.testimonial-p {
    text-align: left;
	}

.checked {
    color: gold;
	}
		
/*End of Testimonials Code*/
   
/*Connect with us inner pages*/
.innerconnect {
   background-color: #fff;
   padding: 30px 0;
   } 
   
.innerconnect1 {
   max-width: 400px;
   }  
   
.innerconnect1 img {
   width: 14%;
   padding: 0 2%;
   }
   
/*system*/
.topphone p, .socleft p, .mainleftblock p, .threecols p {
   padding: 0;
   margin: 0;
   display: inline-block;
   vertical-align: middle;
   }
   
.osmap {
   padding-left: 15px;
   margin-left: 15px;
   }
   
fieldset {
   border: none;
   padding: 0;
   margin: 0;
   }

#second {margin: 0; width: 100%; float: left; margin-top: 10px;}
#one {float: left; width: 50%;padding-right:10px;}
#two {width: 48%; float: right; margin-bottom: 20px;}
#address {float: left; width: 50%;}
#week {float: left; width: 125px;}
#hours {float:left;}
#osmap.osmap-sitemap {text-align:left;}
#osmap.osmap-sitemap h1{margin-top:0;padding-top:5px;}

/*accesible*/
div.ofc-ada-screen-reader {
    text-align: right;
    font-size: 13px;
    height: 30px;
    background-color: #eef1f5;
    box-shadow: inset 0 0.5px 2px 0 rgba(0,0,0,0.1);
    line-height: 30px;
    position: relative;
    padding-right: 210px;
    z-index: 99999;
}

span.ofc-ada-description {
    color: #3e3e40;
    padding-right: 16px;
}

span.ofc-ada-button {
    background-image: linear-gradient(to bottom,#f8fbff,#dddfe3);
    border: solid .5px #c2c6cc;
    text-align: center;
    color: #313233;
    line-height: 10px!important;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

span.ofc-ada-button a {
    line-height: 28px;
    padding: 0 20px 0 40px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #de7341;
}

span.ofc-ada-button a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 19px;
    width: 15px;
    height: 20px;
    background: url(https://www.sflecenter.com/templates/sflecenter/images/acce.png) no-repeat center;
    background-size: 100% auto;
}

#templateswitcher {
    display: none!important;
   }

/*Rsform*/

form#userForm {
   text-align: left;
 }

body.rsform .formTableLayout {
   border: none;
   margin-left: 11px;
   }

body.rsform h1 {
   margin-bottom: 30px;
   text-align: left;
   }

.formTableLayout tr.rsform-block>td {
   padding: 5px;
   font-weight: 600;
   }

input, textarea, button , select {
   outline: none;
   padding: 4px;
   }
   
   
.formTableLayout button#Send {
   background: #ac0000;
   color: #fff;
   border-color: #ac0000;
   padding: 5px 20px 7px ;
   border-radius: 5px;
   font-size: 17px;
   font-weight: bold;
   font-family: 'Lato', sans-serif;
   border: 2px solid transparent;
   }


.formTableLayout button#Send:hover {
   background: #fff;
   color: #ac0000;
   border-color: #fff;
   border: 2px solid;
   cursor: pointer;
   }

.rsform-block.rsform-block-describe-nature-of-appointment {
   vertical-align: top;
  }

.rabutton {
	max-width: 350px;
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 99;
	}

.rabutton .wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
		
.rabutton .buttonrs {
	min-width: 255px;
	min-height: 45px;
	font-size: 18px;
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-weight: 700;
	color: #fff;
	background: #f1801d;
	border: none;
	border-radius: 3px;
	box-shadow: 12px 12px 24px rgb(25 54 78 / 22%);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 10px 20px;
	}
	
.rabutton .buttonrs::before {
	content: '';
	border-radius: 13px;
	min-width: calc(250px + 28px);
	min-height: calc(40px + 4px);
	border: 4px solid #f1801d;
	box-shadow: 0 0 60px rgb(195 195 195 / 64%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out 0s;
	}
		
.rabutton .buttonrs:hover, .buttonrs:focus {
	color: #f1801d;
	transform: translateY(-6px);
	background: #fff;
	}
		
.rabutton .buttonrs:hover::before, .rabutton .buttonrs:focus::before {
	opacity: 1;
	}
	
.rabutton .buttonrs::after {
	content: '';
	width: 30px; height: 30px;
	border-radius: 100%;
	border: 6px solid #cccccc;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
	}
		
.rabutton .buttonsr:hover::after, .buttonrs:focus::after {
	animation: none;
	display: none;
	}
		
@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	100% {
		width: 200px;
		height: 200px;
		opacity: 0;
	}
	}

   
@media only screen and (max-width: 1320px) {   
.topmen li {
   padding: 15px 0;
   }
   
.topmen li a {
   font-size: 13px;
   padding: 15px 5px;
   }
   
html>/**/body .topmen li a, x:-moz-any-link, x:default { padding: 17px 10px 15px 10px; }
   
.req {
   margin: 10px 0 0 20px;
   }
    
.req a {
   padding: 5px 15px;
   font-size: 14px;
   }
#google_translate_element2 select.notranslate, select.notranslate {
   font-size: 14px;
}   
}

@media only screen and (max-width: 1200px) {
	
.nivo-caption {
	font-size: 40px;
	}
	
.mainleftblock {
    width: 25%;
	}
	
.mainrightblock {
    width: 75%;
	}

#one {float: left; width: 48%;padding-right:10px;}
#two {width: 48%; float: right; margin-bottom: 20px;}
#address {float: left; width: 100%;}
}

@media only screen and (max-width: 1095px) {
   body, html {
      font-size: 14px;
      }
      
   .sliderline {
       margin-top: 0;
      }
      
   .socio {
      margin: 0 3px 10px;
      }
      
   /*topmenu*/
   .topmen {
      display: none;
      }
   
   .topmen ul {
      padding: 10px 0;
      margin: 0;
      display: block;
      background-color: #bc4747;
      position: absolute;
      top: 40px;
      left: 0;
      width: 250px;
      z-index: 9999;
      }
   
   .topmen li {
      display: grid;
      padding: 0;
      border-left: none;
      border-right: none;
      text-align: left;
      }
      
   .topmen li a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
      padding: 5px 10px;
      display: block;
      }
      
   .topmen li a:hover, .topmen li.active a {
      background-color: rgba(129,57,54,0.9);
      }
      
   .nav-child.unstyled.small {
      position: relative;
       width: 97%;
       top: 0;
       left: 0;
       padding: 3px 0 1px 5%;
      background: unset;
       margin: 0 -5px 0;
       display: inline-block;
       min-width: unset;
      box-shadow: unset;
      }
      
   .nav-child.unstyled.small li {
      display: block;
      padding: 0 10px;
      }
      
   .nav-child.unstyled.small li a, .nav-child.unstyled.small li a {
      font-size: 12px;
      background-color: transparent;
      display: inline-block;
      padding: 5px 0 0 0 !important;
      border-bottom: 7px solid transparent;
      }
      
   .nav-child.unstyled.small li a:hover, .nav-child.unstyled.small li.active a {
      background-color: transparent;
      display: inline-block;
      padding: 5px 0 0 0 !important;
      }
      
   span.separator {
       text-decoration: none;
       color: #fff;
       font-size: 12px;
       padding: 5px 10px;
       display: block;
      }
      
   .hamb {
      float: left;
      height: 20px;
      padding: 10px 0;
      display: block;
      cursor: pointer;
      }
      
   .req {
      margin: 8px 0 0 0;
      }
  
  /*Rate Us*/

.inner-wrap {
    padding: 30px 2% 60px;
    }

.inner-wrap h2 {
    font-size: 32px;
    }

.google-review img {
    width: 300px !important;
    }

/*Rate Us -- END*/
      
   /*logoline*/
    .logo {
      display: block;
      float: none;
      width: 85%;
      }

      
   .topright {
      padding: 0;
      display: block;
      float: none;
      text-align: center;
      }
      
   .topphone {
      font-size: 20px;
      padding: 0;
      display: block;
      float: none;
      }
     
     #ones img {
        width: 30px;
        }
      
      
   /*sliderline*/ 
   .abs {
      position: relative;
      }
      
   .nivo-caption {
      background-color: transparent;
      padding: 15px;
      opacity: 1;
      -moz-opacity: 1;
      filter:alpha(opacity=1);
      font-size: 28px;
      position: absolute;
      top: 29%;
      left: 2%;
      width: 70%; 
      }
      
   /*mainpage content*/
   .mainleftblock {
      width: auto;
      float: none;
      display: block;
      }
   
   .mainrightblock {
      width: auto;
      float: none;
      display: block;
      } 
      
   .mainrightblockl {
      width: auto;
      float: none;
      display: block;
      }
      
   .mainrightblockr {
      width: auto;
      float: none;
      display: block;
      }
      
   /*2nd line*/
   .secline {
      padding: 0 0 10px 0;
      }
      
   .threecols {
      width: 100%;
       float: none;
       clear: both;
      }
      
   .threecols.cent {
      width: auto;
      float: none;
      display: block;
      padding: 20px 0;
      border: none;
      }
      
   .threecolscontent {
      min-height: 100px;
      }
      
   .threecolspic {
      position: relative;
      text-align: center;
      }
      
   /*footer menu*/
   
      
   /*copyright*/
   .copyright {
      margin-top: 0px;
      }
   }

@media only screen and (max-width: 1050px) { 

.sliderline {
    margin-top: 142px;
	}

 .mainleftblock {
    width: 100%;
	}

.mainleftblock .none,
.mainrightblock .none {
   text-align: center;
}

.serviceul {
   display: flex;
   align-items: center;
   justify-content: center;
}
	
.mainrightblock {
    width: 100%;
	}
	
.mainrightblockl {
    width: 100%;
	}
	
.mainrightblockr {
    float: none;
    width: unset;
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    max-width: 500px;
	}

.threecols {
    width: 47%;
  	margin: 10px 1%
	}
}

@media only screen and (max-width: 1000px) {  
/*logoline*/
.logo {
   width: 85%;
   max-width: 470px;
   padding: 5px 0 0;
   }
   
.topright {
    /*padding: 18px 0 12px 0;*/
    padding: 10px 0 0 0;
	}
	
.topphone {
    font-size: 25px;
	}

#ones img {
	width: 25px;
	}
   
}

@media only screen and (max-width: 1000px) {
  
.formTableLayout td {display: block;}
.formCaption {width:100% !important;}
input#Email , input#Your_Email {width:90% !important;}
form#userForm textarea {width:90% !important;}
  
}

@media only screen and (max-width: 980px) {
.nivo-caption {
   	top: 38%;
  	}
}

@media only screen and (max-width: 970px) {
.topmen li a {
    font-size: 12px;
    padding: 15px 5px;
	}
}

@media screen and (max-width: 800px) {
/* How Are We Doing? */

.thumbs-wrap .item {
    max-width: 35%;
    margin: 0 10px 20px 10px;
    }

.thumbs-wrap .item span {
    font-size: 18px;
    }

/* How Are We Doing? --- END */
}

@media only screen and (max-width: 790px) {
.noticeCOVID {
	font-size: 16px;
  	}
}

@media only screen and (max-width: 768px) {

#one {float: left; width: 100%;padding-right:10px;}
#two {width: 100%; float: right; margin-bottom: 20px;}

#address {float: left; width: 100%;}
.pe td {display:block}

.formCaption {width:100% !important;}
input#Email , input#Your_Email {width:90% !important;}
form#userForm textarea {width:90% !important;}
  
}
  
@media only screen and (max-width: 767px) {
    span.ofc-ada-description {
        display: none;
    }

    span.ofc-ada-button {
        width: 100%;
    }
  
.rabutton {
	max-width: 250px;
	bottom: 15px;
	}

.rabutton .buttonrs {
	min-width: 250px;
	font-size: 15px;
	}

.rabutton .buttonrs::before {
	min-width: calc(234px + 16px);
	min-height: calc(36px + 9px);
	}
}


@media only screen and (max-width: 570px) {
/*logoline*/
.logo {
   float: none;
   display: block;
   }
   
.topright {
   float: none;
   display: block;
   text-align: center;
   }
   
/*sliderline*/ 
.sliderline {
   display: none;
   }

.nivo-caption {
   background-color: transparent;
   padding: 15px;
   opacity: 1;
   -moz-opacity: 1;
   filter:alpha(opacity=1);
   font-size: 30px;
   position: absolute;
   top: 15%;
   left: 2%;
   width: 90%; 
   }
   
/*mainpage content*/  
.loc, .con, .blogs, .feat, .none, .loc h2 {
   font-size: 21px;
   }
   
.loc .h1, .loc h2 {
   padding: 0 0 0 35px;
   }
   
.con .h1 {
   padding: 0 0 0 35px;
   }
   
.blogs .h1 {
   padding: 0 0 0 35px;
   }
   
.feat .h1 {
   padding: 0 0 0 35px;
   }
   
/*inner pages*/
.h1line h1 {
   font-size: 21px;
   background: url(https://www.sflecenter.com/templates/sflecenter/images/topl.jpg) top center;
   line-height: 35px;
   }
   
.innerrightcol {
   display: none;
   }
   
/*Connect with us inner pages*/  
.innerconnect1 {
   width: auto;
   } 
   
.innerconnect1 .socleft {
   padding: 20px 2%;
   }
   
.innerconnect1 .socright {
   padding: 0 2% 20px 2%;
   } 
   
/*system*/   
.genericItemIntroText img, .latestItemIntroText img {
   width: 100%;
   }
  
  img.se , img.pe {width:100%;height:auto; margin:10px 0 auto !important;}
  
  
.threecolscontent {
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
    margin-top: 0;
	}
  
.threecolscontent table {
    margin: 0 auto;
 	}
  
.threecolspic {
    width: 100%;
	}
  
}


@media only screen and (max-width: 870px) and (orientation:landscape) {
.loc, .con {
   font-size: 21px;
   line-height: 28px;
   padding: 10px 0;
   }
   
.loc .h1, .loc h2 {
   padding: 0 0 0 35px;
   }
   
.con .h1 {
   padding: 0 0 0 35px;
   }
}

@media only screen and (max-width: 480px) {

tbody#rsform_3_page_0 td , tbody#rsform_4_page_0 td {display: block;}

textarea#Message , tbody#rsform_4_page_0 textarea {
      width: 90%;
      display: block;
      }

.rsform-input-box {
      width: 65% !important; 
      display: block;
      }

table#cal4_0 tbody td {
   display: table-cell;
   }
}



/*system-message-container*/

#system-message-container{
z-index: 9999;

position:relative
}

@media screen and (max-width: 550px) {
tbody#rsform_5_page_0 td {
	display: block;
	}
}

@media screen and (min-width: 550px) {
.alert.alert-message{position: fixed; border: 1px solid #ccc;width: 500px;margin: 0 auto;background-color: rgba(255,255,255,0.98);margin-left: -250px;left: 50%;}

}

@media screen and (max-width: 549px) {
.alert.alert-message{
border: 1px solid#ccc;
width: 90%;
margin: 0 auto;
position: fixed;
background-color: rgba(255,255,255,0.98);
left: 5%;
right: 5%;
z-index: 78;
top: 25%;
}
}

@media screen and (max-width: 445px) {
   .req {
      flex-direction: column;
      margin: 5px 0;
  }
  .hamb {
      padding: 24px 0 0 0;
  }

.aa-header-image {
    display: none;
	}
	
.aa-header .aa-header-content {
    margin-left: 0 !important;
	}
	
.aa-google-places-reviews-badge {
    width: 150px !important;
	}
	
iframe.mls {
	height: 210px !important;
	}
}

@media screen and (max-width: 500px) {
  
.blo {
    width: 97.5%;
  	}

.threecols {
    width: 98%;
  	}
}

@media screen and (max-width: 400px) {
.buttonrs {
    min-width: 120px;
	}
	
.rabutton {
    max-width: 135px;
	bottom: 65px;
}

.buttonrs::before {
    min-width: calc(100px + 12px);
	}
}

.alert .alert-message{
padding: 5px;
}

.alert.alert-message .close{
border: 1px solid #fff;
padding: 0px 15px;
background-color: rgb(247 112 46);
color: #fff;
float: right;
cursor: pointer;
transition: all .3s ease-out;
}

.alert.alert-message .close:hover{
background-color: rgb(255 84 0);
transition: all .3s ease-out;
}

.alert-heading{
clear: both;
font-weight: bold;
color: rgb(255 84 0);
text-align: center;
}
/*end system-message-container*/
.activeFeedbackField {
  display: inline-block;
  position: relative;
  width: 0;
  overflow: hidden;
}

.activeFeedbackField input {
  position: absolute;
  left: 10px;
}

.activeFeedbackDescription {
  padding-top: 5px;
  margin: 0;
}

ul.list-unstyled.list-inline {
  padding: 0;
}

div#rsblog-container,
.rsblog-post {
  margin-top: 50px;
}


}
