@charset "utf-8";

/* CSS Document */

body,
html {
  font-family: "Roboto", sans-serif;
  height: 100%;
  width: 100%;
  background: #e5e5df;
}

/* Typography */

h1 {
  color: #0d0d0c;
  font-size: 33px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: Yeseva One;
  line-height: 38px;
}

h2 {
  color: #0d0d0c;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: Yeseva One;
  line-height: 24px;
}

h3 {
  font-family: Yeseva One;
  color: #0d0d0c;
  font-size: 18px;
  font-weight: 400;
}

h4 {
  font-family: Yeseva One;
  color: #0d0d0c;
  font-size: 17px;
}

p,.content-section ul li {
  color: #0d0d0c;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 300;
}

a {
  color: #0d0d0c;
  display: inline-block;
}

a {
  outline: none;
  border: 0;
  line-height: 20px;
}

a:hover {
  text-decoration: none;
  color: #0d0d0c;
  outline: none;
 
  line-height: 21.809px;
}

a:focus {
  text-decoration: none;
}

a:focus,
.dropdown-toggle:focus {
  outline: none !important;
}

hr {
  border-top: 1px solid #b8b8b8;
}

.wrapper {
  display: block;
  overflow-x: hidden;
}

.skip-to-content-link {
  background: #256a67;
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index: 10;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*header*/

header {
  position: relative;
  margin-bottom: 0px;
}

.top-bar {
	background: #0d0d0c;
	width: 100%;
	border-radius: 20px 20px 0px 0px;
	display: flex;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	margin-top: 40px;
}

.top_info_line {
  display: flex;
  float: right;
  justify-content: center;
  text-align: center;

}
.top_info_line ul li i {
	width: 15px;
}
.top_info_line ul {
  margin: 0;
  padding: 0;
}

.top_info_line ul li {
	color: #fff;
	float: left;
	list-style-type: none;
	margin: 0;
	padding-right: 20px;
	font-size: 18px;
	line-height: 21px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.top_info_line ul li.phone-automate {
	color: #fff;
	float: none;
	list-style-type: none;
display:inline-block;

	font-size: 24px;
	line-height: 28.13px;
	font-weight: 200;

}
.top_info_line ul li a {
  color: #fff;
}




.logo_area {
  padding: 40px;
  background: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}
.logo_area.no-img {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.navigation_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.navigation_items {
  display: flex;
  align-items: center;
  padding: 0;
}

nav.navbar-default {
  float: right;
  margin-bottom: 0px;
  background-color: transparent;
  border-color: transparent;
  width: 100%;
  min-height: 0px;
}

ul.navbar-nav {
  float: none;
  margin: 7.5px -25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

ul.navbar-nav li {
  flex: auto;
  text-align: center;
}

ul.navbar-nav li ul li {
  text-align: left;
}

.navbar-default .navbar-nav > li > a {
  color: #0d0d0c;
  font-size: 18px;
  line-height: 21.809px;
  font-weight: 400;
  padding: 0;
  display: inline-block;
  text-decoration: none; /* Remove default underline */
  border-bottom: 3px solid transparent; /* Reserve space for border */
  transition: border-color 0.3s ease; /* Smooth transition for the border color */
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.active {
  color: #0d0d0c;
  border-bottom: 3px solid #0d0d0c; /* Change border color on hover */
}


.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #0d0d0c;
  background-color: transparent;
  border-bottom: 3px solid #0d0d0c;
}

.dropdown-menu {
  border: 1px solid #c4c4c4;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 400;
  min-width: 190px;
  text-align: left !important;
}

.dropdown-menu > li > a {
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 400;
  padding: 3px 10px;
  color: #0d0d0c;
  text-decoration: none; /* Remove default underline */
  border-bottom: none; /* Reserve space for border */
  transition: border-color 0.3s ease; /* Smooth transition for the border color */
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-menu > li > a.active {
  color: #0d0d0c;
  border-bottom: none; /* Change border color on hover */
  background: #e5e5df;
}


.main_banner_sections {

  width: 100%;
  position: relative;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #929595;
  mix-blend-mode: multiply;
}

#myCarousel img {
  min-height: 100%;
  height: 310px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 0;
  opacity: .4;
  filter: grayscale(30%);
}

.carousel-caption h2 {
  color: #fff;
  font-size: 48px;
  line-height: 44px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: Yeseva One;
  font-weight: 400;
      text-shadow: 1px 1px 1px #000;
}

.carousel-caption {
  position: absolute;
  z-index: 100;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.carousel-caption p {
  color: #fff;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 200;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
      text-shadow: 1px 1px 1px #000;
}
.carousel-inner.main {
    background: #73736f;
}
.quote-box {
  padding: 47px 0;
  background: #0d0d0c;
  text-align: center;
  border-radius: 0px 0px 20px 20px;
  margin-top: -1px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.quote-box-cen {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 0px;
  width: 79%;
  margin: 0 auto;
}

.fixed-size {
  flex: 1;
  padding: 0 15px;
}

.get-a-quote {
  color: #fff;
  text-align: center;
}

#Type,
#ZipCode {
  width: 388px;
  height: 40px;
  border-radius: 0px;
  color: #0d0d0c;
  padding-left: 30px;
  font-size: 18px;
  line-height: 21px;
  border: 1px solid #0d0d0c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #fff;
}

#Type {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-ins {
  position: relative;
}

.select-ins::after {
  position: absolute;
  content: "\25BC";
  color: #0d0d0c;
  font-size: 15px;
  pointer-events: none;
  top: 0;
  right: 32px;
}

.btn.btn-quote-it {
  background: #e5e5df;
  color: #0d0d0c;
  width: 388px;
  height: 40px;
  font-size: 18px;
  line-height: 21px;
  margin: 0 15px;
  border-radius: 0;
}
.btn.btn-quote-it:hover, .btn.btn-quote-it:focus {
  background: #ccccc6;
  transition: .2s;
}
.save-content .btn.btn-quote-it {
    background: #0d0d0c;
    color: #fff;
}
.save-content .btn.btn-quote-it:hover, .save-content .btn.btn-quote-it:focus {
    background: #4f4e4e;
    color: #fff;
}
.services-wrap {
	display: flex;
	margin-top: 40px;
}

.serviceBox {
	flex-basis: 20%;
	margin-right: 20px;
	background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 45.31%, #fff 100% ), #fff;
	  border-radius:20px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  overflow:hidden;
}
/*
.service-icon {
  text-align: center;
  background: #256a67;
  font-size: 36px;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
height:110px;
  line-height: 110px;
  transition:  1s;
  -webkit-transition: 1s;
  box-shadow: 4px 0 8px rgba(0, 0, 0, 0.25);
}
*/

.service-icon {
  text-align: center;
  background: #0d0d0c;
  font-size: 36px;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
height:110px;
  line-height: 110px;
 position:relative;
	-webkit-transition: all 1.2s ease;
-moz-transition: all 1.2s ease;
-ms-transition: all 1.2s ease;
transition: all .5s ease;
transition-timing-function: ease-in;

 
  box-shadow: 4px 0 8px rgba(0, 0, 0, 0.25);
}

.service-content {
  position: relative;
  text-align: center;

  padding:20px 17px 0;

  overflow: hidden;

}

.title {
  font-family: Yeseva One;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.032em;
  margin-top: 0;
  color:#0d0d0c;
}



.description {
 
  position: relative;
  color: #0d0d0c;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0;

background: linear-gradient(to bottom, #0d0d0c 0%, #FFFFFF 86%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;


}



.serviceBox:last-child {
  margin-right: 0;
}

.serviceBox:hover .service-icon {
  height: 60px;
  line-height: 60px;
}

.serviceBox:hover .service-content,
.serviceBox:hover .serviceBox {
  height: auto;
}




.serviceBox:hover .description,
.serviceBox:hover .title {
color:#0d0d0c;
}
.serviceBox:hover .description{
 background: linear-gradient(to bottom, #0d0d0c 0%, #0d0d0c 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}


.description-more {
	margin-bottom: 0;
}




.description-more a {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	color: #0d0d0c;
	font-weight: 500;
	letter-spacing: -0.032em;
	
	display: none;
}

.description-more a:hover, .description-more a:focus {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  color: #73736f;
  font-weight: 500;

  letter-spacing: -0.032em;
}

.serviceBox:hover .description-more a {
display: block;
}

.fa-house-user::before {
  content: "\e065";
}

.content-section {
	display: flex;
	justify-content: center;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	margin-bottom: 40px;
	margin-top: 40px;
	background: #fff;
	
}

.left-content {
	background: #fff;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-right: 0;
}
.left-content.side-fix {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.main-content {
	padding: 40px 20px 20px;
}
.ins-nslider {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.left-content h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28.13px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
}

.left-content h1 {
  margin-top: 0;
}
.left-content h2, .left-content h3, .left-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 300;
} 
.leftimg {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .6;
  	filter: grayscale(30%);
}
.right-content {
	position: relative;
	padding: 0;
	margin-left: 15px;
    background: #73736f;
}
.right-content.inner-right ul li {
	margin-bottom: 10px;
}

/* Carrier Slider */

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%;
  margin: 0;
  height: 70px;
}

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: default;
  position: relative;
  line-height: 0px;
}

.nbs-flexisel-item img {
  cursor: default;
  position: relative;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  max-width: 100%;
  width: 200px;
}
.right-content .testimonials-slide h2:first-child {

	margin-top: 0px;
}
.right-content .testimonials-slide h2 {
	text-shadow: 1px 1px 1px #000;
	font-family: Yeseva One;
	font-size: 36px;
	line-height: 41px;
	color: #fff;
	margin-top: 40px;
}
.right-content .testimonials-slide .carousel-inner {
  color: #fff;
}
.right-content .testimonials-slide ul li a:hover{
	color:#0d0d0c;
}
.right-content .testimonials-slide {
	top: 0;
	padding: 40px;
	z-index: 1;
	position: absolute;
	height: 100%;
	width:100%;
}
.right-content .testimonials-slide h5, .right-content .testimonials-slide ul li,
.right-content .testimonials-slide ul li a {
	 font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-decoration: none; /* Remove default underline */
  border-bottom: 3px solid transparent; /* Reserve space for border */
  transition: border-color 0.3s ease; /* Smooth transition for the border color */
  text-shadow: 1px 1px 1px #000;
}


.right-content .testimonials-slide ul li a:hover, .right-content .testimonials-slide ul li a:focus,
.right-content .testimonials-slide ul li a:active {
  color: #fff;
  border-bottom: 3px solid #e5e5df; /* Change border color on hover */
}


.client-name {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
}
.content-section ul {
	padding-left: 5px;
}
.content-section ul li {
    list-style: none;
}
.content-section ul li::before {
	content: "\f111";
	font-family: 'Font Awesome\ 5 Free';
	display: inline-block;
	width: auto;
	color: inherit;
	font-weight: 900;
	font-size: 5px;
	margin-right: 10px;
}
.content-section .left-content .ins-nslider ul li::before {
	content:none;
}
.content-section .right-content  ul li {
	display: flex;
}
.content-section .left-content ul {
    margin: 20px 0;
    padding-left: 20px;
    
}
.content-section .left-content ul li {
    margin-bottom: 10px;
    list-style-type: disc;
}
.content-section .left-content ul li:before {
    content:none;
}
.content-section .left-content ul li::marker {
    color: #4f4e4e;
}
.content-section .left-content ul.nbs-flexisel-ul li {
    list-style-type:none;
}
.testimonials-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #929595;
	mix-blend-mode: multiply;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.save-section {
	box-shadow: box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.save-big,
.piggybag-and-content-wrap {
  width: 100%;
  position: relative;
  text-align: center;
}
.save-big {
    background: #73736f;
}
.piggybag-and-content-wrap .img-responsive,
.save-big .overlay {
  border-radius: 20px 20px 0px 0px;
}

.piggybag-and-content-wrap .piggy-content {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: auto;
}

.piggybag-and-content-wrap .piggy-content h2 {
	color: #fff;
	font-family: Yeseva One;
	font-style: normal;
	font-weight: normal;
	font-size: 64px;
	line-height: 72px;
	margin: 60px 0;
    text-shadow: 1px 1px 1px #000;
}
.piggybag-and-content-wrap .img-responsive {
	height: 208px;
	object-fit: cover;
	opacity: .4;
    filter: grayscale(30%);
}

.piggybag-and-content-wrap .piggy-content h2 i {
	font-size: 84px;
	line-height: 84px;
	margin: 0 84px 0 60px;
}
.save-content {
	background: #fff;
	text-align: center;
	padding: 60px 0 40px;
	border-radius: 0 0 20px 20px;
	margin-bottom: 40px;
}
.save-content h2 {
  margin-top: 0;
  font-family: Yeseva One;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #0d0d0c;
}

.save-content p {
	margin-top: 0;
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #0d0d0c;
	font-weight: 300;
	padding: 0 114px;
}
.save-content a.btn.btn-quote-it {
	margin-top: 30px;

}

.btn.btn-quote-it a {
  height: 40px;
  line-height: 40px;
}

a.btn.btn-quote-it {
  padding: 10px 12px;
}

.footer-section {
  background: #0d0d0c;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: flex;
  margin-bottom: 40px;
}

.footer-content {
	padding:0 68px 0 88px;
}
.footer-content h2 {
	font-family: Yeseva One;
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	margin-top: 60px;
}

.footer-content ul {
  list-style-type: none;
  padding: 0;
}

.footer-content .arrow-front ul li {
  margin-bottom: 40px;
}

.footer-content .arrow-front ul li:last-child {
  margin-bottom: 0;
}

.footer-content ul .fa.fa-angle-double-right {
	color: #e5e5df;
	font-weight: 900;
	font-size: 17px;
	margin-right: 5px;
	line-height: 20.7px;
}

.footer-content ul li a {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.09px;
}

.contact-info ul li {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
  display: flex;
  text-align: left;
  margin-bottom: 40px;
}

.contact-info i {
  color: #fff;
  float: left;
  font-size: 17px;
  line-height: 20px;
  margin-right: 5px;
  margin-top: 1px;
  width: 18px;
}

.footer-cnt {
  padding: 0;
}

.social_section {
  display: flex;
}

.social_section li {
  list-style-type: none;
  float: left;
  margin: 0 40px 0 0;
  width: 15px;
}

.social_section i {
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	margin-right: 0px;
	width: 15px;
}
.top_info_line ul li a:hover,
.social_section i:hover,
.social_section li a:hover {
  color: #f68802;
  transition: .2s;
}

.copyright {
  padding:60px 0 30px;
  text-align: center;
}

.copy-ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.copy-ul li a,
.copy-ul li {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  line-height: 21px;
  font-weight: 400;
}

.contact-info ul.social_section li {
  margin-bottom: 0;
}
.footer-content ul li a {
    transition: .2s;
    text-decoration-color: transparent;
}
.footer-content ul li a:hover,
.footer-content ul li a:focus,
.footer-content ul li a.active {
  color: #fff;
  transition: .2s;
  text-decoration: underline 2px #e5e5df;
  text-underline-position: under;
}

.copy-ul li a:hover,
.copy-ul li a:focus {
  color: #f68802;
  transition: .2s;
}

 .jotform-lob {
	width:67%;
	border: none;
	text-align: center;
	margin: 0 auto;
	height: 580px !important;
}

.cc-frame {
    height: 1600px;
    width: 100%;
    border: none;
}
.carriers-box {
	background: #fff;
	filter: drop-shadow(2px 3px 3px #ccc);
	border: 1px solid #ccc;
	margin: 15px 0;
	min-height: 150px;
	padding: 10px;
	text-align: center;
}
.carriers-box img {
    margin: 0 auto;
}
.carriers-box h2 {
	color: #0d0d0c;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
}
.carriers-box p {

    text-align: left;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 40px;
    color: #0d0d0c;
}
.ph-fix, .ph-fix a {
    color: #0d0d0c !important;
}
.carriers-box a.btn-customer {
    background: #0d0d0c;
    border: 1px solid #0d0d0c;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    height: auto;
    margin: 5% 0 0;
    padding: 3px 14px;
    width: 100%;
    line-height: 16px;
}

.carriers-box a.btn-customer:hover, .carriers-box a.btn-customer:focus {
    background: #4f4e4e;
	transition: .2s;
}
iframe#cpIframe {
	width: 100%;
	border: 0;
	height: 1800px;
}

.contact-section-info ul {
    padding-left: 0px;
   
}
.contact-section-info ul li {
    list-style-type: none;
}
.contact-section-info ul li, .contact-section-info ul li a {
	color: #0d0d0c;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
}
.agency {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 700;
 
 }
 .content-section .contact-section-info ul li::before {
	content: none;

}
iframe.contact-gmap {
	border: none;
	height: 335px;
	margin-bottom: 20px;
	width: 100%;
	border: 5px solid #0d0d0c;
}
.content-section .contact-section-info ul li a {
  color: #0d0d0c;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none; /* Remove default underline */
  border-bottom: 3px solid transparent; /* Reserve space for border */
  transition: border-color 0.3s ease; /* Smooth transition for the border color */
}

.content-section .contact-section-info ul li a:hover,
.content-section .contact-section-info ul li a:active {
  color: #0d0d0c;
  border-bottom: 3px solid #0d0d0c; /* Change border color on hover */
}



.contact-jotform-lob {
	width: 100%;
	border: none;

	text-align: center;
	margin: 0 auto;
	height: 530px !important;
}
.left-content h2.get-touch {
	font-family: Yeseva One;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	color: #0d0d0c;
}
.top-phone_call {
 
	list-style-type: none;
	font-size: 24px;
	line-height: 28.13px;
	font-weight: 200;
	display: inline-block;
	color: #fff;
	padding-left: 20px;
	margin: 16px 0;
	padding-right: 20px;
}
.top-phone {
 border-left: 1px solid #333;
	list-style-type: none;
	font-size: 24px;
	line-height: 28.13px;
	font-weight: 200;
	display: inline-block;
	color: #fff;
	padding-left: 20px;
	margin: 16px 0;
	padding-right: 20px;
}
.top-phone a, .top-phone_call a {
	color: inherit;
	font-size: inherit;
	
}
.top-phone i, .top-phone_call i {
  color: #e5e5df;
  font-size: 20px;
  line-height: 20px;
  margin-right: 5px;
  width: 20px;
}
select::-ms-expand {
    display: none;
}
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	 .overlay {
	background-color: rgba(37, 106, 103, 0.7);
	
	}
	.description {
	background: linear-gradient(to bottom, #ffffff 0%, #FFFFFF 86%)
 
}

.serviceBox:hover .description {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
	
}
}
a.sms_txt{
	cursor: none;
	color: #fff;
	pointer-events: none;
}