html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}
html {
	font-family: 'Proxima Nova Rg';
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
body {
	margin: 0;
	font-family: 'Proxima Nova Rg';
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
	text-align: left;
	background: #fff;
}
img {
	border: 0px;
	display: block;
	max-width: 100%;
}
a,
input {
	outline: none;
	text-decoration: none;
}
input{
	border: none;
	padding: 0px 5px;
	color: #aeadad;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
ol,
ul,
dl {
	margin-top: 0;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0;
}
blockquote {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: 'Museo Slab 700';
	font-weight: normal;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
	margin-bottom: 15px;
}
h1 {
	font-size: 60px;
    line-height: 60px;
}
h1 span {
	font-size: 52px;
	line-height: 56.18px;
}
h2 {
	color: #ef7d00;
	font-size: 40px;
	line-height: 40px;
}
h3 {
	color: #000000;
	font-size: 30px;
	line-height: 30px;
}
h4 {
	font-size: 20px;
	line-height: 20px;
}
h5 {
	font-size: 18px;
	line-height: 27px;
}
h6 {

}
p {
	color: #000000;
	font-size: 15px;
	line-height: 24px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}
button {
	border-radius: 0;
}
button:focus {
	outline: none !important;
}
.container {
	max-width: 1210px;
	padding: 0px 25px;
	margin: 0 auto;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.row > * {
	padding-left: 15px;
	padding-right: 15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.d-flex{
	display: flex;
}
.align-center{
	align-items: center;
}
.justify-between {
	justify-content:space-between;
}
.justify-center {
	justify-content:center;
}
.justify-end {
	justify-content:flex-end;
}
.text-center{
	text-align: center;
}

/* section  */

#section {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
}
/* page wrap */

#page-wrap {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
/* header */

#header-wrap {
	width: 100%;
	position: relative;
}

/*header-top-panel*/
.header-top-panel {
	background-color: rgba(66, 183, 167, 0.1);
}
.header-top-panel ul li{
    margin-left: 25px;
    position: relative;
}
.header-top-panel ul li:first-child{
    margin-left: 0px;
}
.header-top-panel ul li:after{
    position: absolute;
    left: -14px;
    top: 18px;
    content: "";
    width: 1px;
    height: 10px;
    background: #494948;
}
.header-top-panel ul li:first-child:after{
    display: none;
}
.header-top-panel a{
	display: block;
	color: #494948;
	font-size: 15px;
	line-height: 44px;
}

.header-bottom-panel  {
    padding: 12px 0px 0px;
    position: relative;
}
.header-bottom-panel  {}

.logo {
    position: relative;
}
.logo a {
	display: block;
}
.nav-block > div > ul {
	display: flex;
}
.nav-block > div > ul > li {
    margin-left: 43px;
	position: relative;
}
.nav-block > div > ul > li:first-child {
	margin-left: 0px;
}
.nav-block > div  ul  li  a{
	color: #494948;
	font-size: 15px;
	line-height: 20px;
	display: block;
	padding: 25px 0px 26px;
}
.nav-block > div > ul > li:hover > a{
	color: #101010;
}
.nav-block > div > ul > li > ul{
    position: absolute;
    left: -15px;
    top: 100%;
    width: 230px;
    z-index: 99;
    background-color: #2d8790;
    margin: 0;
    padding: 0;
    display: none;
	box-shadow: 0 6px 18px #2d8790;
    border-top: 8px solid #ef7d00;
}
.nav-block > div > ul > li > ul:before {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ef7d00;
    position: absolute;
    left: 18px;
    top: -18px;
    content: "";
}

.nav-block > div ul li li a { padding: 13px 20px; color: #fff; border-bottom: 1px solid rgba(256,256,256, 0.2); }
.nav-block > div ul li li a:hover { background: #ef7d00; }
.nav-block > div ul li li:lastchild a { border-bottom: 0; }
.nav-block > div > ul > li:hover ul{
	display: block;
}
.nav-block > div > ul > li > ul > li > a:hover{
	color: #fff;
}

.m-toggle {
	display: none;
	cursor: pointer;
}
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #282727;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
}

.banner-block {}
.banner-block .title{
	max-width: 645px;
	text-align: center;
	padding: 117px 0px 0;
	position: relative;
}
.banner-block .title:after{
	position: absolute;
    left: -220px;
	top: 0;
	content: "";
	width: 1002px;
	height: 479px;
	background: url(../images/bg-blue.svg) no-repeat center;
	z-index: 1;
}
.banner-block .title > div{
	position: relative;
	z-index: 2;
}
.banner-block h1{
	margin-bottom: 13px;
	text-shadow: 0 0 22px rgb(10 65 88 / 80%);
	color: #ffffff;
	text-align: center;
	font-size: 97px;
	line-height: 56px;
}
.btn{
	color: #494948;
	font-size: 15px;
	font-weight: 400;
	line-height: 39.37px;
	display: inline-block;
    padding: 4px 25px;
	background-color: #ffffff;
}


/* content */

#content-wrap {
	width: 100%;
}

/*weserve-block*/

.weserve-block {
	border-bottom: solid 1px #e4e4e4;
}
.weserve-block .col-4{
	-ms-flex: 0 0 38%;
	flex: 0 0 38%;
	max-width: 38%;
}
.weserve-block .col-6{
	-ms-flex: 0 0 62%;
	flex: 0 0 62%;
	max-width: 62%;
}
.weserve-text {
	position: relative;
	background-color: #282727;
    padding: 53px 30px 50px 5px;
}
.weserve-text:after {
	position: absolute;
	right: -10px;
	top: 54%;
	transform: translate(-0%,-50%)rotate(50deg);
	width: 23px;
	height: 23px;
	background-color: #282727;
	content: "";
}
.weserve-text:before {
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #282727;
	content: "";
}
.weserve-text h4{
	color: #fff;
	margin-bottom: 18px;
}
.weserve-text p{
	color: #fff;
}

/*zipcode-search-panel */

.zipcode-search-panel {
	padding-left: 20px;
	align-items: flex-end;
	justify-content: space-between;
}
.zipcode-search-panel .form-group{
    width: 24%;
    margin-right: 1%;
}
.zipcode-search-panel .form-group label{
	color: #494948;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	margin-bottom: 10px;
	display: block;
}
.zipcode-search-panel .form-group input{
	color: #aeadad;
	font-size: 15px;
	font-weight: 400;
	line-height: 77px;
    width: 100%;
	height: 47px;
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
	padding: 0px 15px;
}
.zipcode-search-panel .submit .btn{
	border: 1px solid #ef7d00;
	background-color: #ffffff;
	color: #ef7d00;
	font-size: 15px;
	line-height: 15px;
	padding: 15px 25px;
	cursor: pointer;
}
/*packages-block*/
.packages-block {
	padding: 100px 0px;
}
.plans-panel {
	border: solid 1px #e4e4e4;
	position: relative;
	padding-bottom: 22px;
}
.plans-panel .top{
    background: #59bdd0;
    text-align: center;
    padding: 34px 0px 15px;
    position: relative;
}
.plans-panel .top.header1{
	background: rgb(91,192,210); 
	background: -moz-linear-gradient(left,  rgba(91,192,210,1) 0%, rgba(41,137,216,1) 100%, rgba(72,177,202,1) 100%, rgba(56,165,197,1) 100%, rgba(72,177,202,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(91,192,210,1) 0%,rgba(41,137,216,1) 100%,rgba(72,177,202,1) 100%,rgba(56,165,197,1) 100%,rgba(72,177,202,1) 100%);
	background: linear-gradient(to right,  rgba(91,192,210,1) 0%,rgba(41,137,216,1) 100%,rgba(72,177,202,1) 100%,rgba(56,165,197,1) 100%,rgba(72,177,202,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc0d2', endColorstr='#48b1ca',GradientType=1 ); 
}

.plans-panel .top.header2{
	background: rgb(56,161,194); 
	background: -moz-linear-gradient(left,  rgba(56,161,194,1) 0%, rgba(41,137,216,1) 100%, rgba(72,177,202,1) 100%, rgba(56,165,197,1) 100%, rgba(36,133,180,1) 100%); 
	background: -webkit-linear-gradient(left,  rgba(56,161,194,1) 0%,rgba(41,137,216,1) 100%,rgba(72,177,202,1) 100%,rgba(56,165,197,1) 100%,rgba(36,133,180,1) 100%);
	background: linear-gradient(to right,  rgba(56,161,194,1) 0%,rgba(41,137,216,1) 100%,rgba(72,177,202,1) 100%,rgba(56,165,197,1) 100%,rgba(36,133,180,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38a1c2', endColorstr='#2485b4',GradientType=1 );
}

.plans-panel .top.header3{
	background: rgb(34,129,177);
	background: -moz-linear-gradient(left,  rgba(34,129,177,1) 0%, rgba(41,137,216,1) 100%, rgba(72,177,202,1) 100%, rgba(56,165,197,1) 100%, rgba(16,103,161,1) 100%); 
	background: -webkit-linear-gradient(left,  rgba(34,129,177,1) 0%,rgba(41,137,216,1) 100%,rgba(72,177,202,1) 100%,rgba(56,165,197,1) 100%,rgba(16,103,161,1) 100%);
	background: linear-gradient(to right,  rgba(34,129,177,1) 0%,rgba(41,137,216,1) 100%,rgba(72,177,202,1) 100%,rgba(56,165,197,1) 100%,rgba(16,103,161,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2281b1', endColorstr='#1067a1',GradientType=1 );
}
.plans-panel .top.header4{
	background: rgb(18,99,158);
	background: -moz-linear-gradient(left,  rgba(18,99,158,1) 0%, rgba(41,137,216,1) 100%, rgba(72,177,202,1) 100%, rgba(56,165,197,1) 100%, rgba(3,75,142,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(18,99,158,1) 0%,rgba(41,137,216,1) 100%,rgba(72,177,202,1) 100%,rgba(56,165,197,1) 100%,rgba(3,75,142,1) 100%);
	background: linear-gradient(to right,  rgba(18,99,158,1) 0%,rgba(41,137,216,1) 100%,rgba(72,177,202,1) 100%,rgba(56,165,197,1) 100%,rgba(3,75,142,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12639e', endColorstr='#034b8e',GradientType=1 );
}

.plans-panel .top:after,
.content-block .right-text:after{
    position: absolute;
    left: 20px;
    bottom: -15px;
    content: "";
    width: 30px;
    height: 30px;
    background: #f07d00;
    border-radius: 50%;
    border: solid 2px #fff;
}
.plans-panel h4{
	color: #fff;
    font-size: 29px;
    font-family: 'Proxima Nova Rg';
}
.plans-panel .middle{
	padding-left: 73px;
	padding-top: 29px;
	position: relative;
}
.plans-panel .middle:after{
	position: absolute;
    left: 34px;
    top: 29px;
    content: "";
    width: 1px;
    height: 87%;
    background-color: #e4e4e4;
}
.plans-panel ul{
	margin-bottom: 18px;
}
.plans-panel ul li{
	color: #3c3c3b;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	position: relative;
}
.plans-panel ul li:after{
	position: absolute;
    left: -20px;
    top: 4px;
    content: "";
    height: 10px;
    width: 6px;
    border: solid #3c3c3b;
    border-width: 0px 2.5px 2.5px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.plans-panel .price{
    position: relative;
    margin-left: -23px;
}
.plans-panel .price strong{
	color: #3c3c3b;
	font-size: 29px;
	line-height: 29px;
	font-weight: 700;
}
.plans-panel .price span{
	color: #3c3c3b;
	font-size: 20px;
	line-height: 20px;
}
.plans-panel .choose-btn {
    background: #f07d00;
    padding: 6px 10px 9px;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: -8px;
    top: -18px;
    border-radius: 0 0px 10px 0px;
}
.branches-block{
    padding: 26px 0px 45px;
}
.branches-block .title{
    margin-bottom: 15px;
}
.branches-panel {
	position: relative;
}
.branches-panel a{
	display: block;
}
.branches-panel span{
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 82px;
	text-align: center;
	padding: 0px 10px;
	background: url(../images/bg-gray.svg) no-repeat center/cover;
	position: absolute;
	right: -20px;
	bottom: 20px;
}

/*who-we-are-block*/

.who-we-are-block {
    position: relative;
    overflow: hidden;
    padding-top: 111px;
}
.who-we-are-block:after {
    position: absolute;
    left: 0;
    top: 110px;
    content: "";
    width: 100%;
    height: calc(100% - 0px);
    background: rgb(92,193,210);
    background: linear-gradient(90deg, rgba(92,193,210,1) 0%, rgba(5,75,143,1) 100%);
    z-index: -1;
}
.who-we-are-block .text{
    padding: 100px 0px 60px;
}
.who-we-are-block .text h3{
	color: #fff;
    margin-bottom: 18px;
}
.who-we-are-block .text p{
	color: #fff;
    margin-bottom: 25px;
}
.who-we-are-block figure{
	position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%,-0%);
    margin-left: 56%;
    width: 100%;
    height: 100%;
}

#footer-wrap {
	width: 100%;
}

/*footer-block*/
.footer-block {
    padding: 45px 0px 29px;
    background-color: #f7f7f7;
}
.footer-block li a,
.footer-block address{
	color: #494948;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.3px;
	display: block;
}
.footer-block .col-4 {
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
}
.footer-block .col-4:nth-child(2) {
   -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}
.footer-block .col-4:nth-child(3) {
   -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
}
.footer-block .logo{
	display: flex;
	justify-content: flex-end;
	margin-right: 2px;
	margin-top: 9px;
}
.footer-block .logo a img{
	width: 252px;
}

.copy-right-block {
	background-color: #282727;
    padding: 12px 0 50px;
}
.copy-right-block ul li{
	position: relative;
}
.copy-right-block .left ul li{
	margin-right: 15px;
}
.copy-right-block .right ul li{
	margin-left: 15px;
}
.copy-right-block ul li a{
	color: #ffffff;
	font-size: 15px;
	line-height: 27.44px;
}
.copy-right-block .right ul li:after,
.copy-right-block .left ul li:after {
    position: absolute;
    left: -10px;
    top: 8px;
    content: "";
    width: 1px;
    height: 10px;
    background: #ffffff;
}
.copy-right-block .left ul li:after {
	left: inherit;
	right: -10px;
}
.copy-right-block .left ul li:last-child:after {
	display: none;
}
.copy-right-block .right ul li:first-child:after {
	display: none;
}

.content-block {
    padding: 70px 0px 83px;
}
.content-block h2{
	margin-bottom: 22px;
}
.content-block p{
    margin-bottom: 24px;
}
.content-block .right-text{
	background: rgb(87,188,208);
	background: -moz-linear-gradient(left,  rgba(87,188,208,1) 0%, rgba(41,139,183,1) 47%, rgba(16,103,161,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(87,188,208,1) 0%,rgba(41,139,183,1) 47%,rgba(16,103,161,1) 100%);
	background: linear-gradient(to right,  rgba(87,188,208,1) 0%,rgba(41,139,183,1) 47%,rgba(16,103,161,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57bcd0', endColorstr='#1067a1',GradientType=1 );
    margin-top: 62px;
    max-width: 425px;
	min-height: 200px;
	padding: 67px 45px 0px;
	color: #ffffff;
	border-radius: 0px 25px 0px 0px;
	margin-left: auto;
    position: relative;
}
.content-block .right-text:after {
	right: -18px;
	left: initial;
	bottom: initial;
	top: 29px;
	width: 35px;
	height: 35px;
}
.content-block .right-text:before{
    position: absolute;
    right: 0;
    top: 46px;
    content: "";
    width: 92%;
    height: 1px;
    background: #fff;
}
.banner-block.sub-page{
	overflow: hidden;
}
.banner-block.sub-page .title:after{
	left: 110px;
}
.error-404,
.archive-block,
.search-block {
	text-align: center;
	padding: 100px 15px;
}
.error-404 h1{
	color: red;
}
.error-404 p{
	font-weight: 700;
	margin-bottom: 30px;
}
.error-404 a{
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
	background: red;
}
.archive-block h1,
.search-block h1{
	margin-bottom: 50px;
}

/*responsive*/

@media only screen and (max-width: 1199px) {
 	.zipcode-search-panel {
	    padding-left: 0px;
	}
	.zipcode-search-panel .submit .btn {
	    padding: 15px 13px;
	}
	.content-block .right-text {
	    left: 0;
	}
	.content-block .row > div{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.packages-block .row,
	.branches-block .row{
		margin: 0;
	}
	.packages-block .col-3,
	.branches-block .col-2{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
	.packages-block {
    	padding: 19px 0px 92px;
	}
	.packages-block .slick-list{
		padding-top: 50px;
	}
	.packages-block .slick-list,
	.branches-block .slick-list{
		padding-left: 0;
		padding-right: 0;
	}
	.plans-panel .top {
	    padding: 34px 0px 15px;
	}
	.slick-dots {
	    display: flex;
	    margin-top: 21px;
	    position: absolute;
	    left: 50%;
	    bottom: -50px;
	    transform: translate(-50%,-0);
	}
	.slick-dots li {
		margin: 0px 8px;
	}
	.slick-dots li button{
		width: 14px;
		height: 14px;
		background-color: #cbcbcb;
		border-radius: 50%;
		font-size: 0;
		border: none;
	}
	.slick-dots li.slick-active button{
		background: #f07d00;
	}
	.branches-block {
	    padding: 26px 0px 0px;
	}
	.branches-block .slick-slide img {
	    width: 100%;
	}
	.branches-panel {
	    left: -20px;
	}
}
@media only screen and (max-width: 959px) {
	.footer-block {
	    padding: 40px 0px 35px;
	}
	.footer-block > .container > .row > .col-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-block .logo {
	    justify-content: center;
	    margin-right: 0;
	    margin-top: 15px;
	}
	.weserve-block .container{
		padding: 0;
	}
	.weserve-block .col-4,
	.weserve-block .col-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.zipcode-search-panel {
    	padding: 50px 25px;
	}
	.weserve-text {
		padding: 40px 25px 48px 25px;
	}
	.weserve-text h4 {
	    margin-bottom: 10px;
	}
	.weserve-text:after {
		position: absolute;
		right: initial;
		left: 50%;
		top: initial;
		transform: translate(-50%,-0%)rotate(45deg);
		width: 40px;
		height: 40px;
		bottom: -15px
	}
	.content-block .right-text {
	    margin-top: 0;
	}
	.content-block {
	    padding: 45px 0px 45px;
	}
}
@media only screen and (max-width: 767px) {
	.header-bottom-panel {
    	padding: 25px 0px 22px;
	}
	.header-bottom-panel .container {
		align-items: center;
	}
 	.nav-block {
 		position: absolute;
 		left: 0;
		top: 99%;
		width: 100%;
		background: #fff;
		z-index: 9;
		padding: 20px 30px;
		display: none;
 	}
 	.nav-block > div > ul {
	    display: block;
	}
	.nav-block > div > ul > li {
	    margin-left: 0px;
	}
	.nav-block > div ul li a {
	    padding: 10px 0px 10px;
	}
	.m-toggle {
	    display: block;
	}
	.col-6 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.copy-right-block {
		padding: 25px 0 35px;
	}
	.copy-right-block .right,
	.header-top-panel{
		display: none;
	}
	.zipcode-search-panel {
	    display: block;
	}
	.zipcode-search-panel .form-group {
	    width: 100%;
	    margin-right: 0%;
	    margin-bottom: 21px;
	}
	.zipcode-search-panel .submit {
	    padding: 5px 0px 0;
	}
	.zipcode-search-panel .submit .btn{
		display: block;
		text-align: center;
		width: 100%;
	}
	.footer-block .col-4,
	.footer-block .col-4:nth-child(2),
	.footer-block .col-4:nth-child(3) {
	    -ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 32px;
	}
	.footer-block {
		padding: 25px 0px 40px;
	}
	.footer-block address {
		padding-right: 110px;
	}
	.footer-block .logo a {
	    display: block;
	    width: 100%;
	}
	.who-we-are-block figure {
		position: relative;
		left: 50%;
		top: initial;
		transform: translate(-50%,-0%);
		margin-left: 0;
		width: 100%;
		height: 100%;
	}
	.who-we-are-block figure svg{
		position: relative;
		margin-left: 35%;
		margin-bottom: -282px;
		max-height: 707px;
		max-width: 660px;
	}
	h3 {
	    font-size: 27px;
	    line-height: 27px;
	}
	.who-we-are-block .text {
	    padding: 65px 0px 0px;
	}
	.who-we-are-block {
	    padding-bottom: 50px;
	}
	h1 {
	    font-size: 50px;
	    line-height: 50px;
	}
	h2 {
		color: #ef7d00;
		font-size: 35px;
		line-height: 35px;
	}
	.archive-block h1 span {
	    font-size: 38px;
	}
	.branches-panel span {
	    font-size: 18px;
	    line-height: 18px;
	    width: 106px;
	    height: 98px;
	}
}
@media only screen and (max-width: 576px) {
	 .copy-right-block .left ul{
	 	display: block;
	 }
	 .copy-right-block .left ul li{
	 	margin: 0;
	 }
	 .copy-right-block .left ul li:after{
	 	display: none;
	 }
	.logo a {
		display: block;
		width: 150px;
	}
	.banner-block .title {
	    max-width: 645px;
	    text-align: center;
	    padding: 155px 0px 0;
	    position: relative;
	}
	.banner-block h1 {
	    font-size: 83px;
	    line-height: 53px;
	}
	h1 span {
	    font-size: 45px;
	    line-height: 56.18px;
	}
	.who-we-are-block figure img {
	    margin-left: -4%;
	    margin-bottom: -287px;
	    max-height: 548px;
	}
	.branches-panel {
	    left: 0;
	}
	.branches-panel span {
	    right: 0px;
	}
	.who-we-are-block figure svg {
	    position: relative;
	    margin-left: 0%;
	    margin-bottom: -282px;
	    max-height: 540px;
	    max-width: 500px;
	}
}