@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700|Open+Sans:300,400,600,700,800|Roboto+Condensed:300,400,400i,700|Roboto+Slab:300,400,700|Roboto:100,300,400,500,700');
@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/FuturaBT-Book.eot');
    src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Book.woff2') format('woff2'),
        url('../fonts/FuturaBT-Book.woff') format('woff'),
        url('../fonts/FuturaBT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT-ExtraBold.eot');
    src: url('../fonts/FuturaLT-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaLT-ExtraBold.woff2') format('woff2'),
        url('../fonts/FuturaLT-ExtraBold.woff') format('woff'),
        url('../fonts/FuturaLT-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}







body {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	padding: 249px 0 0;
}
ul, ol, li, form, fieldest, legend {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
p {
	font-size: 15px;
}
p:last-child {
	margin-bottom: 0px !important;
}
a {
	transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	-ms-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
}
a:focus, button:focus {
	outline: none;
}
li {
	list-style: none;
}
.toggle-menu {
	display: none;
}
.first-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	-webkit-transition: cubic-bezier(0.79, 0.14, 0.15, 0.86) all 0.3s;
	-o-transition: cubic-bezier(0.79, 0.14, 0.15, 0.86) all 0.3s;
	transition: cubic-bezier(0.79, 0.14, 0.15, 0.86) all 0.3s;
	background: #fff;
}
.nav-container ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;	
	border-radius: 0% 20% 100% 100%;
}
.nav-container ul:after {
	display: block;
	content: "";
	clear: both;
}
.nav-container .openBox {
	left: 0 !important;
	padding: 30px 0 0 !important;
	overflow: hidden !important;
	opacity: 1 !important;
	height: 100% !important;
	z-index: 99;
	border-radius: 0% 0px 0% 0%;
	width: 100%;
	top: 0;
}
.nav-container li {
	display: inline-block;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	margin: 0 0 0 0px;
}
.nav-container a {
	color: #fff;
	font-size: 28px;
	text-align: center;
	display: block;
	padding: 18px 20px;
	font-weight: 400;
	text-transform: lowercase;
	position: relative;
	font-family: 'Futura Bk BT';
	background: url(../images/home/Active.png) repeat-x center -80px;
}
.nav-container a:hover {
	background: url(../images/home/Active.png) repeat-x center 0;
}
.nav-container .active a {
	background: url(../images/home/Active.png) repeat-x center 0;
}

/*
.nav-container a::before {
	bottom: 12px;
	display: block;
	height: 2px;
	width: 0%;
	content: "";
	background-color: #89ccce;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
*/
.nav-container a:hover {
	text-decoration: none;
}
.nav-container a:hover::before {
	opacity: 1;
	width: 50%;
}
.nav-container .navbar-brand {
	width: 216px;
	padding: 0px 0 0px;
	-webkit-transition: ease all 0.5s;
	-o-transition: ease all 0.5s;
	transition: ease all 0.5s;
	height: 43px;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
}
.nav-container .navbar-brand::before {
	display: none;
}
.nav-container .navbar-brand img {
	width: 100%;
}
.before-logo {
	display: none;
}
.after-logo {
	display: block;
}
.sticky {
	background: #fff;
	padding: 0 0 0px;
	z-index: 9;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.sticky .before-logo {
	display: none;
}
.sticky .after-logo {
	display: block;
}
.sticky a {
	color: #171717 !important;
}
.sticky .navbar-brand {
	padding: 10px 0 0px;
	height: 44px;
	width: 331px;
}
.toggle-menu {
	width: 34px;
	float: right;
	height: 24px;
	position: absolute;
	cursor: pointer;
	top: 76px;
	right: 20px;
}
.toggle-menu::before {
	content: "";
	width: 34px;
	height: 2px;
	display: block;
	right: 0;
	top: 0;
	background: #000;
	position: absolute;
	z-index: 99;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.toggle-menu::after {
	content: "";
	width: 34px;
	height: 2px;
	display: block;
	right: 0;
	bottom: 0;
	background: #000;
	position: absolute;
	z-index: 99;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.toggle-menu span {
	width: 34px;
	height: 2px;
	display: block;
	right: 0;
	top: 50%;
	background: #000;
	position: absolute;
	z-index: 99;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.sticky .toggle-menu::before {
	background: #000;
}
.sticky .toggle-menu::after {
	background: #000;
}
.sticky .toggle-menu span {
	background: #000;
}
.toggle-menu.intro::before {
	background: #fff;
	-webkit-transform: rotate(50deg) !important;
	-ms-transform: rotate(50deg) !important;
	transform: rotate(50deg) !important;
	width: 90% !important;
	top: 50% !important;
}
.toggle-menu.intro span {
	display: none;
}
.toggle-menu.intro::after {
	background: #fff;
	-webkit-transform: rotate(-50deg) !important;
	-ms-transform: rotate(-50deg) !important;
	transform: rotate(-50deg) !important;
	top: 50% !important;
	width: 90% !important;
}
.top-bar {
	width: 100%;
	padding: 30px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.top1 {
	width: 581px;
	display: inline-block;
}
.top2 {
	width: 160px;
	display: inline-block;
	margin-right: 70px;
	margin-left: 55px;
}
.top3 {
	width: 390px;
	display: inline-block;
}
.top3 ul li {
	font-size: 20px;
	color: #0079c2;
}
.top3 ul li:first-child a {
	font-size: 20px;
	color: #0079c2;
	font-family: 'Futura LT';
	letter-spacing: -1px;
}
.top3 ul li:last-child {
	font-size: 22px;
}
.top3 ul li:last-child a {
	font-size: 22px;
	color: #0079c2;
	font-family: 'Futura Bk BT';
	letter-spacing: 0px;
}
.top3 ul li span {
	font-size: 22px;
	color: #0079c2;
	font-family: 'Futura LT';
	letter-spacing: 0px;
}


.top4 {
	width: 235px;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	color: #acacac;
	font-family: 'Futura Bk BT';
	padding: 0px 0 10px 20px;
}





.nav-container {
	padding: 0px 0 0px;
	background: #0079c1;
	background: -moz-linear-gradient(top, #0079c1 0%, #7bacdc 100%);
	background: -webkit-linear-gradient(top, #0079c1 0%,#7bacdc 100%);
	background: linear-gradient(to bottom, #0079c1 0%,#7bacdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c1', endColorstr='#7bacdc',GradientType=0 );
	box-shadow: 0px -3px 10px rgba(0,0,0,0.3);
}
.contact-form-box input::-webkit-input-placeholder, .contact-form-box textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #626262;
  opacity: 1;
}
.contact-form-box input::-moz-placeholder, .contact-form-box textarea::-moz-placeholder { /* Firefox 19+ */
  color: #626262;
  opacity: 1;
}
.contact-form-box input:-ms-input-placeholder, .contact-form-box textarea:-ms-input-placeholder { /* IE 10+ */
  color: #626262;
  opacity: 1;
}
.contact-form-box input:-moz-placeholder, .contact-form-box textarea:-moz-placeholder { /* Firefox 18- */
  color: #626262;
  opacity: 1;
}
.show-mobile {
	display: none;
}



#home-banner-slider {
	background: #0079c2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#home-banner-slider #demo {
	max-width: 1102px;
}
#home-banner-slider #demo .carousel-control-prev {
	background: url(../images/home/arrow-left.png) no-repeat top center;
	width: 50px;
	height: 50px;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	opacity: 1;
}
#home-banner-slider #demo .carousel-control-prev span {
	display: none;
}
#home-banner-slider #demo .carousel-control-next {
	background: url(../images/home/arrow-right.png) no-repeat top center;
	width: 50px;
	height: 50px;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	opacity: 1;
}
#home-banner-slider #demo .carousel-control-next span {
	display: none;
}
#home-banner-slider .carousel-indicators {
	display: none;
}
.slider-banner-right {
	width: calc(100% - 1100px);
	text-align: center;
}
.slider-banner-right h2 {
	margin: 39px 0 22px;
	font-size: 30px;
	color: #8dd4ff;
	font-family: 'Futura LT';
}
.slider-banner-right a {
	color: #fff;
	font-size: 20px;
	font-family: 'Futura LT';
	margin-bottom: 20px;
	display: inline-block;
}
.slider-banner-right a:last-child {
	margin-bottom: 0px;
}
#hcs-removal {
	padding: 45px 0 0;
}
#hcs-removal h1 {
	text-align: center;
	font-size: 64px;
	text-transform: uppercase;
	color: #0079c2;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
}
#hcs-removal p {
	font-size: 20px;
	text-align: left;
	color: #282828;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0px auto 30px auto !important;
}
#hcs-removal .hcs-removal-content {
	font-size: 30px;
	text-align: center;
	color: #0079c2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	max-width: 630px;
	margin: -8px auto 50px auto!important;
	line-height: 38px;
}

.hcs-removal-boxes {
	position: relative;
}
.hcs-removal-boxes h3 {
	position: absolute;
	font-size: 22px;
	color: #0e5063;
	text-align: center;
	width: 100%;
	margin: 0;
	top: 44px;
	text-transform: uppercase;
}
.hcs-removal-boxes img {
	width: 100%;
	height: auto;
}
.we-are-content-box {
	margin-top: 66px;
	margin-bottom: 45px;
}



#why-choos-us-section {
	background: url(../images/home/why-choose-us-bg.png) no-repeat top left / 58%, url(../images/home/why-choose-us-image.png) no-repeat top right / 42%;
	padding: 130px 0 98px;
	margin-bottom: 90px;
}
#why-choos-us-section h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 36px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 80px;
}
#why-choos-us-section ul li {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 22px;
	padding-left: 60px;
	background: url(../images/home/check.png) no-repeat left 5px;
	line-height: 30px;
	padding-right: 10px;
}
#free-a-quote {
	padding: 0px 0 40px;
}
#free-a-quote h2 {
	font-size: 48px;
	text-transform: uppercase;
	color: #3498db;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 1px;
}
.contact-call-text {
	font-size: 18px;
	text-transform: uppercase;
	color: #676767;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 1px;
}
.contact-call-text a {
	color: #676767;
}
.contact-call-text a:hover {
	color: #000;
	text-decoration: none;
}
.underline {
	text-decoration: underline;
	color: #000!important;
}
.contact-call-text span {
	color: #000;
}
.contact-para {
	line-height: 22px;
	font-size: 14px;
	color: #777777;
	max-width: 340px;
	margin: 22px 0 65px !important;
}
.free-a-quote-img {
	margin-top: 218px;
}
.free-a-quote-img img {
	width: 100%;
	height: auto;
}
.contact-form-box {
	width: 100%;
}
.contact-form-box {
	width: 100%;
	padding: 5px 30px 30px;
	background: #f1f3f3;
}
.contact-form-box input {
	width: 100%;
	border: solid 1px #e1e1e1;
	height: 40px;
	padding: 0 15px;
	font-size: 13px;
	color: #333;
	box-shadow: 0 0 0 #fff;
}
.contact-form-box textarea {
	width: 100%;
	border: solid 1px #e1e1e1;
	height: 100px;
	padding: 10px 15px;
	font-size: 13px;
	color: #333;
}
.contact-form-box .captch-block .captcha {
	width: 30% !important;
	float: left;
	font-size: 20px !important;
	font-weight: 600;
	background: transparent url(../testing-form/captcha.jpg) !important;
}
.contact-form-box .captch-block .captach-text {
	width: 100px;
	margin: 0 15px;
	float: left;
	background: #2980b9;
	color: #fff;
	border: solid 1px #2980b9;
	cursor: pointer;
	transition: ease all 0.3s;
}
.contact-form-box .captch-block .con-form {
	width: 100%;
}
.captch-box {
	width: 50.5%;
	float: right;
}
.captch-box1 {
    width: 37.9%;
    float: right;
}
.contact-form-box input[type="submit"] {
	background: #2980b9;
	color: #fff;
	border: solid 1px #2980b9;
	cursor: pointer;
	width: auto;
	padding: 0 35px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	transition: ease all 0.3s;
}
.contact-form-box input[type="submit"]:hover {
	background: #000;
	border: solid 1px #000;
}
.contact-form-box .captch-block .captach-text:hover {
	background: #000;
	border: solid 1px #000;
}







#testimonial-slider {
	width: 950px;
	margin: auto;
	position: relative;
}
#testimonial-slider .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0,-50%);
	height: 31px;
}
#testimonial-slider .owl-nav .owl-prev {
	width: 33px;
	height: 31px;
	background: url(../images/home/testimonials-arrow.png) no-repeat center;
	left: -100px !important;
	position: absolute;
	transform: rotate(180deg);
}
#testimonial-slider .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	background: url(../images/home/testimonials-arrow.png) no-repeat center;
	right: -80px !important;
	position: absolute;
}
#testimonial-slider .owl-nav .owl-prev span, #testimonial-slider .owl-nav .owl-next span {
	display: none;
}
#testimonial-slider .owl-dots {
	display: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.carousel-text {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	font-size: 18px;
	font-family: arial;
	font-weight: 400;
	font-style: italic;
}
.carousel-text span {
	font-size: 19px;
	font-weight: 600;
	text-transform: capitalize;
	color: #333333;
	width: 100%;
	display: inline-block;
	text-align: left;
	font-family: 'Open Sans';
	font-style: normal;
}
.testimonial-img-box span {
	font-family: open sans;
	color: #993366;
	margin: 20px 0 0;
	display: block;
	font-weight: 700;
	font-size: 18px;
}
.carousel-text p {
	font-size: 22px;
	line-height: 37px;
	text-align: left;
}


.testimonial-img-box {
	text-align: center;
}
.testimonial-user-img {
	width: 100px;
	margin: auto;
}
#home-testimonial-slider {
	background: url(../images/home/testimonials-bg.png) repeat-x left top;
	padding: 50px 0 70px;
	margin-top: 60px;
}

#follow-us {
	padding: 205px 0 160px;
	background: url(../images/home/footer-bg.png) no-repeat top center / cover;
	text-align: center;
}
.footer-fb {
	border: solid 3px #0079c2;
	display: inline-block;
	background: rgba(255,255,255,0.3);
}
.footer-fb a {
	font-size: 30px;
	color: #0079c2;
	font-family: 'Open Sans', sans-serif;
	padding: 0 50px 0 20px;
	line-height: 80px;
	display: flex;
	align-items: center;
}
.footer-fb a:hover {
	text-decoration: none;
	background: #0079c2;
	color: #fff;
}
.footer-fb a i {
	font-size: 40px;
	margin: 0 30px 0 0;
}
.footer-contact {
	background: url(../images/home/contact-us-bg.png) no-repeat left center;
	width: 576px;
	height: 347px;
	margin: 114px auto 0;
	text-align: left;
	padding: 80px 0 80px 140px;
}
.footer-contact h4 {
	color: #fff;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-bottom: 18px;
}
.footer-contact-number {
	padding-left: 45px;
	background: url(../images/home/call.png) no-repeat left 7px;
}
.footer-contact-number a {
	color: #fff;
	font-size: 23px;
	font-family: 'Montserrat', sans-serif;
}
.footer-contact-mail {
	padding-left: 45px;
	background: url(../images/home/envolop.png) no-repeat left center;
	margin-top: 60px;
}
.footer-contact-mail a {
	color: #fff;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
.footer-contact-number a:hover, .footer-contact-mail a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

.footer-left {
	color: #fff;
	font-size: 12px;
	font-family: arial;
	float: left;
}
.footer-left span {
	color: #b7bdc4;
}
.footer-rigth {
	float: right;
}
.footer-rigth ul li {
	display: inline-block;
	margin-left: 15px;
}
.footer-rigth ul li a {
	color: #fff;
	font-size: 20px;
}
.footer-rigth ul li a:hover {
	color: #0079c2;
	text-decoration: none;
}

footer {
	background: url(../images/home/footer-banner-bg.png);
	float: left;
	width: 100%;
	padding: 36px 0 0;
}
.footer-privacy-policy {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
}
.footer-privacy-policy {
	float: left;
	width: 100%;
	text-align: center;
	color: #b7bdc4;
	padding: 8px 0 30px;
}
.footer-privacy-policy a:first-child {
	margin-left: 0;
}
.footer-privacy-policy a:last-child {
	margin-right: 0;
}
.footer-privacy-policy a {
	color: #b7bdc4;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	margin: 0 15px;
}

.footer-rigth ul li:last-child {
	margin-left: 30px;
}







#hiddenPanel {
	position: fixed;
	top: 40%;
	right:-440px;
	z-index: 99;
}

.right-popup {
	width: 440px;
	background-color: #fff;
	height: auto;
	padding: 30px 20px 30px 25px;
	border-radius: 10px;
	position: relative;
}
.right-popup::before {
	content: "";
	display: block;
	width: 30px;
	height: auto;
	position: absolute;
	top: 50%;
	right: -28px;
	border-top: 8px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #fff;
	transform: translate(0,-50%);
}
.right-popup h2{
	font-family: 'Proxima Nova Th';
	font-weight:800;
	font-size:17px;
	text-transform:uppercase;
	letter-spacing:5px;
	color:#fff;
	margin-bottom: 36px;
}
.right-popup a {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: -10px;
	left: 0;
	background: #161e22;
	font-family: 'Proxima Nova Th';
	font-weight: 800;
	font-size: 15px;
	color: #fff;
	letter-spacing: 4px;
	height: 60px;
	text-transform: uppercase;
	text-align: center;
	line-height: 60px;
}
.right-popup a img{width:46px;height:46px;margin-right:10px;}
#close-bar {
	position: fixed;
	text-align: center;
	cursor: pointer;
	display: block;
	right: 0;
	width: 60px;
	height: 265px;
	background: #e73f3f;
	border-color: #e73f3f;
	border-radius: 6px 0 0 6px;
}
#close-bar img{position:absolute;bottom:0;left:0;}
#close-bar a {
	position: absolute;
	left: 0;
	bottom: 0;
}
#close-bar span {
	display: block;
	left: -61px;
	position: absolute;
	top: 46%;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	width: 184px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
}
/*.myButton{display:block!important;width:76px!important; height:323px!important;right: 0px!important;}*/
.contact-form1{width:100%;height:auto;}
.contact-form1 input{width:100%;height:auto;color:#fff;font-family: 'Proxima Nova Rg';letter-spacing:0.4px;font-size:14px;border:none;border-bottom:solid 1px #fff;background-color:transparent;margin-top:15px;}
.contact-form1 textarea{width:100%;height:30px;color:#fff;font-family: 'Proxima Nova Rg';letter-spacing:0.4px;font-size:14px;border:none;border-bottom:solid 1px #fff;background-color:transparent;margin-top:15px;resize:none;}
.contact-form1 button{border:none;height:auto;padding:0;width:50px;text-transform:uppercase;font-family: 'Proxima Nova Th';background:none;color:#fff;
	font-weight:800;
	letter-spacing:3px;
	font-size:14px!important;
	float:right;
	cursor:pointer;
}
.contact-form1 button:focus, .contact-form1 button:hover{outline:none;color:#000;}
button, input, optgroup, select, textarea{font-size:14px;}


::-webkit-input-placeholder{color:#fff;opacity:1;;}
::-moz-placeholder{color:#fff;opacity:1;}
:-ms-input-placeholder{color:#fff;opacity:1;}
::placeholder{color:#fff;opacity:1;}

.close-icon {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
}
.close-icon::before {
	width: 1px;
	height: 20px;
	background: #fff;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.close-icon::after {
	width: 20px;
	height: 1px;
	background: #fff;
	content: "";
	position: absolute;
	top: 45%;
	left: 0;
}
.cd-panel {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	-moz-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
	z-index: 999;
}
.from-right .cd-panel-container {
	right: 0px;
	top: 25%;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.from-right .cd-panel-header {
	right: 0;
}
.from-right .cd-panel-header, .from-left .cd-panel-header {
	top: 0px;
}
.cd-panel-close {
	position: absolute;
	top: 25px;
	right: 25px;
	height: 20px;
	width: 20px;
	display: none;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.cd-panel-close i {
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0px;
}
.cd-panel.is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}
.cd-panel-container {
    width: 360px;
    height: 560px;
}
.is-visible .cd-panel-container {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}






.header-modal.modal.fade .modal-dialog {
	right: -440px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
	position: absolute;
	margin: auto;
	width: 440px;
	height: auto;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	top: 4%;
}
.header-modal.modal.show .modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	right: 0;
}

.free-quotation-btn {
	position: fixed;
	right: 0;
}
.free-quotation-btn button {
	width: 60px;
	height: 265px;
	background: #e73f3f;
	border-color: #e73f3f;
	border-radius: 6px 0 0 6px;
}
.free-quotation-btn button:hover {
	background: #fff;
	border-color: #fff;
	color: #000!important;
}
.free-quotation-btn button span {
	display: block;
	left: -54px;
	position: absolute;
	top: 46%;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	width: 174px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}
.modal-backdrop.show {
	opacity: 0;
}

.modal-backdrop {
	position: absolute;
}
.modal.header-modal {
	position: absolute;
	padding: 0 !important;
}
.popup-form h2 {
	font-size: 20px;
	color: #0079c2;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.popup-form input {
	color: #000;
	font-size: 15px;
	background: #f7f7f7;
	border: 0;
	height: 37px;
	padding: 0 10px;
	border-radius: 7px;
	font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
}
.popup-form textarea {
	color: #000;
	font-size: 15px;
	background: #f7f7f7;
	border: 0;
	height: 134px;
	padding: 10px 10px;
	border-radius: 7px;
	font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
}
.popup-form span, .contact-form-box span {
	font-size: 13px;
	color: #f00;
}

.popup-form input::-webkit-input-placeholder, .popup-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1;
	text-transform: uppercase;
}
.popup-form input::-moz-placeholder, .popup-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 1;
	text-transform: uppercase;
}
.popup-form input:-ms-input-placeholder, .popup-form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
  opacity: 1;
}
.popup-form input:-moz-placeholder, .popup-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #000000;
  opacity: 1;
	text-transform: uppercase;
}

.popup-form .captch-block #formFiveStrCaptcha {
	width: 30% !important;
	float: left;
	font-size: 20px !important;
	font-weight: 600;
	background: transparent url(../testing-form/captcha.jpg) !important;
}
.popup-form .captch-block .captach-text {
	width: 100px;
	margin: 0 13px;
	float: left;
	background: #2980b9;
	color: #fff;
	border: solid 1px #2980b9;
	cursor: pointer;
	transition: ease all 0.3s;
}
.popup-form .captch-block #formFiveStrCheckCaptcha {
	width: 100%;
	float: left;
}

.cd-panel-container {
	position: fixed;
	width: 530px;
	height: auto;
	top: 0;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.popup-form #formFiveSubmit {
	background: #e73f3f;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	transition: ease all 0.5s;
}
.popup-form #formFiveSubmit:hover {
	background: #000;
	color: #fff;
}
.top3-mobile {
	display: none;
}



/*****  About Page Css Start   *******/
#about-banner {
	background: url(../images/about/about-us-banner.png) no-repeat top center / cover;	
}
.inner-banner {
	padding: 90px 0 95px;
	text-align: center;
}
.inner-banner h2 {
	font-size: 64px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
#about-section {
	padding: 75px 0 55px;
}
#about-section h1 {
	color: #0079c2;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
}
#about-section h3 {
	color: #0079c2;
	font-size: 29px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	line-height: 38px;
	margin-bottom: 32px;
}
#about-section p {
	font-size: 20px;
	line-height: 30px;
	color: #282828;
	margin-bottom: 24px;
	font-family: 'Open Sans', sans-serif;
}
#about-section p strong {
	font-weight: 600;
}
.inner-section-img {
	margin: 10px 0 40px;
	display: inline-block;
	width: 100%;
}

.about-right-boxes {
	position: relative;
	display: inline-block;
	margin: 0 0 60px 90px;
}
.about-right-boxes h4 {
	position: absolute;
	font-size: 22px;
	color: #0e5063;
	text-align: center;
	width: 100%;
	margin: 0;
	top: 44px;
	text-transform: uppercase;
}



/*****  Aomestic Page Css Start   *******/
#domestic-banner {
	background: url(../images/domestic/domestic-banner-banner.png) no-repeat top center / cover;	
}
#business-banner {
	background: url(../images/business/business-banner.png) no-repeat top center / cover;	
}
#packing-banner {
	background: url(../images/packing/packing-banner.png) no-repeat top center / cover;	
}
#storage-banner {
	background: url(../images/storage/storage-banner.png) no-repeat top center / cover;	
}
#faq-banner {
	background: url(../images/faq/faq-banner.png) no-repeat top center / cover;	
}
#contact-banner {
	background: url(../images/contact/contact-banner.png) no-repeat top center / cover;	
}
.faq-section {
	margin: 34px 0 0;
}
.faq-section h4 {
	margin-top: 16px;
	display: inline-block;
	width: 100%;
	color: #0079c2;
	font-size: 23px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	line-height: 38px;
	margin-bottom: 4px;
}

#about-section h3 strong {
	font-weight: 700;
}
.contact-address p {
	color: #0079c2 !important;
	font-size: 27px !important;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif !important;
	line-height: 33px !important;
}
.contact-details {
	margin: 42px 0 0;
}
.contact-number {
	color: #1381c5;
	font-weight: 700;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 7px;
}
.contact-number a {
	font-size: 27px;
	font-weight: 700;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}
.contact-number a:first-child {
	margin-left: 0px;
}
.contact-number a:hover {
	color: #0079c2;
	text-decoration: none;
}
.contact-mail a {
	font-size: 27px;
	color: #0079c2;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
.contact-mail a:hover {
	color: #000;
	text-decoration: none;
}
.google-map iframe {
	width: 100%;
	min-height: 581px;
}
#sucessMessage {
	color: #82b60c;
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 20px;
	display: none;
}
#FomrSixsucessMessage,#sucessMessage {
	color: #466305;
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 14px;
	background-color: #cfefca;
	border: 1px solid #82b60c;
	padding: 6px 15px;
	margin: 10px 0 0 0;
	display: none;
}



/******   Responsive Design Css Strat   *****/
@media (min-width: 1921px) and  (max-width: 2600px) {
#home-banner-slider #demo {
	max-width: 70%;
	width: 70%;
}
.carousel-item img {
	width: 100%;
	height: auto;
}
.slider-banner-right {
	width: calc(100% - 70%);
	text-align: center;
}	
}
@media (min-width: 1281px) and  (max-width: 1640px) {	
body {
	padding: 198px 0 0;
}	
.top1 {
	width: 350px;
	display: inline-block;
}
.top1 img {
	width: 100%;
}
.top2 {
	width: 140px;
	margin-right: 20px;
	margin-left: 15px;
}	
.top2 img {
	width: 100%;
}
.top3 {
	width: 350px;
	display: inline-block;
}
.top3 ul li {
	font-size: 16px;
	color: #0079c2;
}
.top3 ul li:first-child a {
	font-size: 18px;
}	
.top3 ul li:last-child {
	font-size: 16px;
}
.top3 ul li span {
	font-size: 18px;
	letter-spacing: 0px;
}	
.top3 ul li:last-child a {
	font-size: 20px;
	letter-spacing: 0px;
}	
.top4 {
	width: 225px;
	font-size: 18px;
}	
.top-bar {
	padding: 10px 0 10px;
}
.nav-container a {
	font-size: 24px;
	padding: 18px 10px;
}	
#why-choos-us-section {
	background: url(../images/home/why-choose-us-bg.png) no-repeat top left / 58%, url(../images/home/why-choose-us-image.png) no-repeat top right / 42%;
	padding: 50px 0 50px;
	margin-bottom: 50px;
}
#why-choos-us-section h2 {
	font-size: 26px;
	margin-bottom: 30px;
}	
#why-choos-us-section ul li {
	font-size: 20px;
	margin-bottom: 16px;
	padding-left: 50px;
	line-height: 24px;
}	
}
@media (min-width: 1024px) and  (max-width: 1280px) {	
body {
	padding: 165px 0 0;
}	
.nav-container li {
	margin: 0 0 0 10px;
}	
.top1 {
	width: 250px;
	display: inline-block;
}
.top1 img {
	width: 100%;
}
.top2 {
	width: 110px;
	margin-right: 20px;
	margin-left: 5px;
}	
.top2 img {
	width: 100%;
}
.top3 {
	width: 350px;
	display: inline-block;
}
.top3 ul li {
	font-size: 16px;
	color: #0079c2;
}
.top3 ul li:first-child a {
	font-size: 18px;
}	
.top3 ul li:last-child {
	font-size: 16px;
}
.top3 ul li span {
	font-size: 18px;
	letter-spacing: 0px;
}	
.top3 ul li:last-child a {
	font-size: 20px;
	letter-spacing: 0px;
}	
.top4 {
	width: 225px;
	font-size: 18px;
}	
.top-bar {
	padding: 10px 0 10px;
}
.nav-container a {
	font-size: 24px;
	padding: 18px 10px;
}		
#home-banner-slider #demo {
	max-width: 700px;
}
.slider-banner-right {
	width: calc(100% - 700px);
	text-align: center;
}	
#testimonial-slider .owl-nav .owl-next {
	right: -30px !important;
}	
#testimonial-slider .owl-nav .owl-prev {
	left: -30px !important;
}	
#why-choos-us-section {
	background: url(../images/home/why-choose-us-bg.png) no-repeat top left / 58%, url(../images/home/why-choose-us-image.png) no-repeat top right / 42%;
	padding: 50px 0 50px;
	margin-bottom: 40px;
}
#why-choos-us-section h2 {
	font-size: 26px;
	margin-bottom: 30px;
}	
#why-choos-us-section ul li {
	font-size: 20px;
	margin-bottom: 16px;
	padding-left: 50px;
	line-height: 24px;
}
#free-a-quote {
	padding: 0px 0 50px;
}	
.contact-para {
	margin: 22px 0 35px !important;
}	
.contact-form-box .captch-block .con-form {
	width: 45.5%;
}	

	
	
#about-section {
	padding: 45px 0 45px;
}
#about-section h1 {
	font-size: 30px;
}	
#about-section h3 {
	font-size: 20px;
	line-height: 28px;
}	
#about-section p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}	
.inner-section-img {
	margin: 0px 0 20px;
}
.inner-section-img img {
	width: 100%;
	height: auto;
}
.about-right-boxes {
	margin: 0 0 30px 30px;
	width: auto;
}	
.about-right-boxes h4 {
	font-size: 18px;
	width: 100%;
}	
.about-right-boxes img {
	width: auto;
	height: auto;
}
	
	
.faq-section {
	margin: 0px 0 0;
}
.faq-section h4 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
}	
.faq-section p {
	margin-bottom: 0 !important;
}	
	
.contact-details {
	margin: 28px 0 0;
}
.contact-number a {
	font-size: 20px;
}	
.contact-number {
	margin: 0 0 0px;
}	
.contact-mail a {
	font-size: 20px;
}	
.google-map iframe {
	min-height: 380px;
	margin-top: 0px;
}	
.contact-address p {
	font-size: 20px !important;
	line-height: 25px !important;
}	
#home-testimonial-slider #testimonial-slider .owl-item {
	padding: 0 35px;
}
	
.from-right .cd-panel-container {
    top: 20%!important;
}	
	
.captch-box {
	width: 45.5%;
	float: right;
}
.contact-form-box .captch-block .con-form {
	width: 100%;
}	
}

@media (min-width: 992px) and (max-width: 1023px) {
body {
	padding: 90px 0 0;
}	
.toggle-menu {
	display: block;
	z-index: 999;
}	
.nav-container ul {
	text-align: center;
/*	background: #014694;*/
	position: fixed;
	left: 0%;
	height: 10%;
	top: -15%;
	width: 100%;
	padding: 0px 0 0 !important;
	-webkit-transition: cubic-bezier(.55,.06,.68,.19) all 0.3s;
	-o-transition: cubic-bezier(.55,.06,.68,.19) all 0.3s;
	transition: cubic-bezier(.55,.06,.68,.19) all 0.3s;
	-webkit-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	transform: translate(0, 0%);
	overflow: hidden;
	opacity: 1;
	border-radius: 0;
	background: #0079c1;

background: -moz-linear-gradient(top, #0079c1 0%, #7bacdc 100%);

background: -webkit-linear-gradient(top, #0079c1 0%,#7bacdc 100%);

background: linear-gradient(to bottom, #0079c1 0%,#7bacdc 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c1', endColorstr='#7bacdc',GradientType=0 );
}
.nav-container ul li {
	width: 100%;
	margin-left: 0px;
}
.nav-container ul li:hover a {
	margin-left: 0px;
	background: transparent;
}
.active a {
	color: #fff !important;
}
.nav-container ul li a {
	text-align: center;
	padding: 10px 15px 10px 25px;
	font-size: 22px;
}
.nav-container .container {
	position: relative;
}
.toggle-menu {
	top: 50%;
	transform: translateY(-50%);
}
.top1 {
	width: 40%;
	padding: 0 0px 10px 0px;
	float: left;
	border-bottom: solid 0px #ccc;
	margin-left: 0%;
}
.top1 img {
	width: 100%;
}
.top-bar {
	padding: 10px 0 10px;
	display: block;
	width: 70%;
	margin: auto;
	text-align: center;
	position: relative;
}	
.top3-mobile {
	display: block;
	margin: 10px 15px 0;
	border-top: solid 1px #fff;
	padding: 6px 0 0;
}
.top3-mobile ul {
	position: unset;
	top: 0;
	background: transparent;
}
.top3-mobile ul li {
	width: 100%;
	color: #fff;
	margin: 10px 0 0;
}
.top3-mobile ul li a {
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
	padding: 0;
	background: none;
}	
.top3-mobile ul li a:hover {
	opacity: 0.8;
	background: none;
}	
.top3-mobile ul li:last-child a {
	font-weight: 400;
}
.top3-mobile ul li:last-child span {
	font-weight: 700;
}	
.nav-container .openBox {
	padding: 20px 0 0 !important;
}	

.top3 {
	display: none;
}
.top2 {
	width: 14%;
	margin-right: 0px;
	margin-left: 0%;
}
.top2 img {
	width: 100%;
}	
.top4 {
	width: 24%;
	font-size: 14px;
	padding: 15px 0px 10px 0px;
	float: right;
	margin-right: 12%;
}
#home-banner-slider #demo {
	max-width: 100%;
}
#home-banner-slider {
	display: block;
}
#home-banner-slider .carousel-item img {
	width: 100%;
	height: auto;
}	
.slider-banner-right {
	width: 100%;
	padding: 15px 0;
}
.slider-banner-right h2 {
	margin: 19px 0 9px;
	font-size: 18px;
}	
.slider-banner-right a {
	margin-bottom: 0px;
	margin-right: 20px;
}
#hcs-removal {
	padding: 30px 0 0;
}	
#hcs-removal h2 {
	font-size: 34px;
	margin-bottom: 15px;
}
#hcs-removal .hcs-removal-content {
	font-size: 24px;
	line-height: 28px;
}	
.hcs-removal-boxes {
	margin-bottom: 30px;
}	
.we-are-content-box {
	margin-top: 0;
	margin-bottom: 45px;
}
#hcs-removal p {
	font-size: 16px;
	line-height: 24px;
	margin: 0px auto 10px auto !important;
}
p {
	font-size: 16px;
	line-height: 24px;
}	
#why-choos-us-section {
	background: url(../images/home/why-choose-us-bg.png) no-repeat top left / 65%, url(../images/home/why-choose-us-image.png) no-repeat top right / 46%;
	padding: 30px 0 50px;
}
#why-choos-us-section h2 {
	font-size: 26px;
	margin-bottom: 30px;
}
#why-choos-us-section ul li {
	font-size: 18px;
	margin-bottom: 12px;
	padding-left: 40px;
	line-height: 24px;
	padding-right: 0;
}	
#why-choos-us-section ul {
	margin-bottom: 0px;
}	
#free-a-quote {
	padding: 0px 0 50px;
}	
.free-a-quote-img {
	margin-top: 0;
}
#free-a-quote h2 {
	font-size: 28px;
	margin-bottom: 7px;
}	
.contact-call-text {
	font-size: 16px;
}	
.contact-para {
	max-width: 100%;
	margin: 22px 0 25px !important;
}	
.contact-form-box {
	padding: 5px 15px 25px;
}	
.contact-form-box .captch-block .captcha {
	width: 100% !important;
	font-size: 20px !important;
}
.contact-form-box .captch-block .captach-text {
	width: 100%;
	margin: 15px 0px;
}	
.contact-form-box .captch-block .con-form {
	width: 100%;
}	
.free-a-quote-img img {
	width: 100%;
	height: auto;
}	
#home-testimonial-slider {
	background: url(../images/home/testimonials-bg.png) repeat left top;
	padding: 40px 0 40px;
}	
.carousel-text {
	font-size: 18px;
	padding: 0 15px;
}	
.carousel-text p {
	font-size: 18px;
	line-height: 27px;	
}	
.carousel-text span {
	font-size: 17px;
}	
#follow-us {
	padding: 50px 0 50px;
}	
.footer-contact {
	width: 400px;
	height: auto;
	margin: 30px auto 0;
	padding: 40px 40px 40px 40px;
}	
.footer-contact-number {
	padding-left: 35px;
	background: url(../images/home/call.png) no-repeat left 12px;
}	
.footer-contact-mail {
	padding-left: 35px;
	margin-top: 20px;
}	
.footer-contact-number a {
	font-size: 16px;
}	
#testimonial-slider {
	width: 100%;
}	
.footer-fb a {
	font-size: 24px;
	padding: 0 20px 0 20px;
	line-height: 60px;
}	
.footer-contact-mail a {
	font-size: 16px;
}	
footer {
	background: url(../images/home/footer-banner-bg.png) left top / cover;
	width: 100%;
	padding: 30px 0 0;
}	
.footer-left {
	font-size: 12px;
	float: left;
	width: 50%;
	margin-bottom: 0px;
}
.footer-rigth {
	float: right;
	width: 50%;
	text-align: center;
}
.footer-rigth ul li:first-child {
	margin-left: 0;
}
.footer-privacy-policy {
	width: 100%;
	text-align: center;
	padding: 11px 0 27px;
}	
#testimonial-slider .owl-nav .owl-next {
	right: 0px !important;
}	
#testimonial-slider .owl-nav .owl-prev {
	left: 0px !important;
}
#close-bar span::before {
	font: normal normal normal 14px/1 FontAwesome;
	width: 32px;
	font-size: 34px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	content: "\f0e0";
}
.mobile-none {
	display: none !important;
}
.mail-icon {
	left: 5px !important;
	top: 8px !important;
	transform: rotate(0deg) !important;
	-moz-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	-webkit-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	width: 50px !important;
}
#close-bar {
	width: 50px;
	height: 50px;
}	
.from-right .cd-panel-container {
	right: 60px;
	top: 13%;
}
.right-popup {
	width: 100%;
	height: auto;
	padding: 30px 20px 30px 25px;
}	
.cd-panel-container {
	width: 415px;
}
.right-popup::before {
	display: block;
}	
#hiddenPanel {
	z-index: 9999;
}	
.popup-form .captch-block #formFiveStrCaptcha {
	width: 100% !important;
}	
.popup-form .captch-block .captach-text {
	width: 100%;
	margin: 10px 0px;
}	
.popup-form .captch-block #formFiveStrCheckCaptcha {
	width: 100%;
}
.hcs-removal-boxes h3 {
	font-size: 15px;
	top: 24px;
}	

	
	
#about-section {
	padding: 45px 0 45px;
}
#about-section h1 {
	font-size: 30px;
}	
#about-section h3 {
	font-size: 20px;
	line-height: 28px;
}	
#about-section p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}	
.inner-section-img {
	margin: 0px 0 20px;
}
.inner-section-img img {
	width: 100%;
	height: auto;
}
.about-right-boxes {
	margin: 0 0 30px 0px;
	width: 100%;
}	
.about-right-boxes h4 {
	font-size: 18px;
	width: 100%;
}	
.about-right-boxes img {
	width: 100%;
	height: auto;
}
	
	
.faq-section {
	margin: 0px 0 0;
}
.faq-section h4 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
}	
.faq-section p {
	margin-bottom: 0 !important;
}	
	
.contact-details {
	margin: 28px 0 0;
}
.contact-number a {
	font-size: 20px;
}	
.contact-number {
	margin: 0 0 0px;
}	
.contact-mail a {
	font-size: 20px;
}	
.google-map iframe {
	min-height: 380px;
	margin-top: 30px;
}	
.contact-address p {
	font-size: 20px !important;
	line-height: 25px !important;
}
#home-testimonial-slider #testimonial-slider .owl-item {
	padding: 0 35px;
}
	
.slider-banner-right br {
	display: none;
}	
.captch-box {
	width: 100%;
	float: right;
}
	
	

	
	

.slider-banner-right img {
	width: 55px;
	height: auto;
}	
	
.captch-box1 {
    width: 100%;
    float: right;
}	
}

@media (min-width: 848px) and (max-width: 991px) {

.toggle-menu {
	top: -54px!important;
	right: 0px;
}	
}

@media (min-width: 768px) and (max-width: 991px) {
body {
	padding: 9% 0 0;
}	
.toggle-menu {
	display: block;
	z-index: 999;
}	
.nav-container ul {
	text-align: center;
	position: fixed;
	left: 0%;
	height: 10%;
	top: -15%;
	width: 100%;
	padding: 0px 0 0 !important;
	-webkit-transition: cubic-bezier(.55,.06,.68,.19) all 0.3s;
	-o-transition: cubic-bezier(.55,.06,.68,.19) all 0.3s;
	transition: cubic-bezier(.55,.06,.68,.19) all 0.3s;
	-webkit-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	transform: translate(0, 0%);
	overflow: hidden;
	opacity: 1;
	border-radius: 0;
	background: #0079c1;
	background: -moz-linear-gradient(top, #0079c1 0%, #7bacdc 100%);
	background: -webkit-linear-gradient(top, #0079c1 0%,#7bacdc 100%);
	background: linear-gradient(to bottom, #0079c1 0%,#7bacdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c1', endColorstr='#7bacdc',GradientType=0 );
}
.nav-container ul li {
	width: 100%;
	margin-left: 0px;
}
.nav-container ul li:hover a {
	margin-left: 0px;
/*	background: transparent;*/
}
.active a {
	color: #fff !important;
}
.nav-container ul li a {
	text-align: center;
	padding: 10px 15px 10px 25px;
	font-size: 20px;
}
.nav-container .container {
	position: relative;
}
.toggle-menu {
	top: 50%!important;
	right: 0px;
	transform: translateY(-50%);
}
.top1 {
	width: 44%;
	padding: 0 0px 0px 0px;
	float: left;
	border-bottom: solid 0px #ccc;
	margin-left: 0%;
}
.top1 img {
	width: 100%;
}
.top-bar {
	padding: 10px 0 10px;
	display: block;
	width: 70%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.top3-mobile {
	display: block;
	margin: 10px 185px 0;
	border-top: solid 2px #fff;
	padding: 6px 0 0;
}
.top3-mobile ul {
	position: unset;
	top: 0;
	background: transparent;
}
.top3-mobile ul li {
	width: 100%;
	color: #fff;
	margin: 10px 0 0;
}
.top3-mobile ul li a {
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
	padding: 0;
	background: none;
}	
.top3-mobile ul li a:hover {
	opacity: 0.8;
	background: none;
}	
.top3-mobile ul li:last-child a {
	font-weight: 400;
}
.top3-mobile ul li:last-child span {
	font-weight: 700;
}	
.nav-container .openBox {
	padding: 20px 0 0 !important;
}	
.top3 {
	display: none;
}
.top2 {
	width: 14%;
	margin-right: 0px;
	margin-left: 0%;
}
.top2 img {
	width: 100%;
}	
.top4 {
	width: 30%;
	font-size: 14px;
	padding: 2% 0px 10px 0px;
	float: right;
	margin-right: 12%;
}
#home-banner-slider #demo {
	max-width: 100%;
}
#home-banner-slider {
	display: block;
}
#home-banner-slider .carousel-item img {
	width: 100%;
	height: auto;
}	
.slider-banner-right {
	width: 100%;
	padding: 15px 0;
}
.slider-banner-right h2 {
	margin: 19px 0 9px;
	font-size: 18px;
}	
.slider-banner-right a {
	margin-bottom: 0px;
	margin-right: 20px;
}	
#hcs-removal {
	padding: 30px 0 0;
}	
#hcs-removal h2 {
	font-size: 34px;
	margin-bottom: 15px;
}
#hcs-removal .hcs-removal-content {
	font-size: 24px;
	line-height: 28px;
}	
.hcs-removal-boxes {
	margin-bottom: 30px;
}	
.we-are-content-box {
	margin-top: 0;
	margin-bottom: 45px;
}
#hcs-removal p {
	font-size: 16px;
	line-height: 24px;
	margin: 0px auto 10px auto !important;
}
p {
	font-size: 16px;
	line-height: 24px;
}	
#why-choos-us-section {
	background: url(../images/home/why-choose-us-bg.png) no-repeat top left / 65%, url(../images/home/why-choose-us-image.png) no-repeat top right / 46%;
	padding: 30px 0 50px;
	margin-bottom: 20px;
}
#why-choos-us-section h2 {
	font-size: 26px;
	margin-bottom: 30px;
}
#why-choos-us-section ul li {
	font-size: 18px;
	margin-bottom: 12px;
	padding-left: 40px;
	line-height: 24px;
	padding-right: 0;
}	
#why-choos-us-section ul {
	margin-bottom: 0px;
}	
#free-a-quote {
	padding: 0px 0 50px;
}	
.free-a-quote-img {
	margin-top: 200px;
}
#free-a-quote h2 {
	font-size: 28px;
	margin-bottom: 7px;
}	
.contact-call-text {
	font-size: 16px;
}	
.contact-para {
	max-width: 100%;
	margin: 22px 0 25px !important;
}	
.contact-form-box {
	padding: 5px 15px 25px;
}	
.contact-form-box .captch-block .captcha {
	width: 100% !important;
	font-size: 20px !important;
}
.contact-form-box .captch-block .captach-text {
	width: 100%;
	margin: 15px 0px;
}	
.contact-form-box .captch-block .con-form {
	width: 100%;
}	
.free-a-quote-img img {
	width: 100%;
	height: auto;
}	
#home-testimonial-slider {
	background: url(../images/home/testimonials-bg.png) repeat left top;
	padding: 40px 0 40px;
	margin-top: 0;
}	
.carousel-text {
	font-size: 18px;
	padding: 0 15px;
}	
.carousel-text p {
	font-size: 18px;
	line-height: 27px;	
}	
.carousel-text span {
	font-size: 17px;
}	
#follow-us {
	padding: 50px 0 50px;
}	
.footer-contact {
	width: 400px;
	height: auto;
	margin: 30px auto 0;
	padding: 40px 40px 40px 40px;
}	
.footer-contact-number {
	padding-left: 35px;
	background: url(../images/home/call.png) no-repeat left 12px;
}	
.footer-contact-mail {
	padding-left: 35px;
	margin-top: 20px;
}	
.footer-contact-number a {
	font-size: 16px;
}	
#testimonial-slider {
	width: 100%;
}	
.footer-fb a {
	font-size: 24px;
	padding: 0 20px 0 20px;
	line-height: 60px;
}	
.footer-contact-mail a {
	font-size: 16px;
}	
footer {
	background: url(../images/home/footer-banner-bg.png) left top / cover;
	width: 100%;
	padding: 30px 0 0;
}	
.footer-left {
	font-size: 12px;
	float: left;
	width: 50%;
	margin-bottom: 0px;
}
.footer-rigth {
	float: right;
	width: 50%;
	text-align: center;
}
.footer-rigth ul li:first-child {
	margin-left: 0;
}
.footer-privacy-policy {
	width: 100%;
	text-align: center;
	padding: 11px 0 27px;
}	
#testimonial-slider .owl-nav .owl-next {
	right: 0px !important;
}	
#testimonial-slider .owl-nav .owl-prev {
	left: 0px !important;
}
#close-bar span::before {
	font: normal normal normal 14px/1 FontAwesome;
	width: 32px;
	font-size: 34px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	content: "\f0e0";
}
.mobile-none {
	display: none !important;
}
.mail-icon {
	left: 5px !important;
	top: 8px !important;
	transform: rotate(0deg) !important;
	-moz-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	-webkit-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	width: 50px !important;
}
#close-bar {
	width: 50px;
	height: 50px;
}	
.from-right .cd-panel-container {
	right: 0px;
	top: 13%;
}
.right-popup {
	width: 80%;
	height: auto;
	padding: 30px 20px 30px 25px;
}	
.cd-panel-container {
	width: 415px;
}
.right-popup::before {
	display: none;
}	
#hiddenPanel {
	z-index: 99;
}	
.popup-form .captch-block #formFiveStrCaptcha {
	width: 100% !important;
}	
.popup-form .captch-block .captach-text {
	width: 100%;
	margin: 10px 0px;
}	
.popup-form .captch-block #formFiveStrCheckCaptcha {
	width: 100%;
}
.hcs-removal-boxes h3 {
	font-size: 15px;
	top: 24px;
}	

	
	
#about-section {
	padding: 45px 0 45px;
}
#about-section h1 {
	font-size: 30px;
}	
#about-section h3 {
	font-size: 20px;
	line-height: 28px;
}	
#about-section p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}	
.inner-section-img {
	margin: 0px 0 20px;
}
.inner-section-img img {
	width: 100%;
	height: auto;
}
.about-right-boxes {
	margin: 0 0 30px 0px;
	width: 100%;
}	
.about-right-boxes h4 {
	font-size: 18px;
	width: 100%;
}	
.about-right-boxes img {
	width: 100%;
	height: auto;
}
	
	
	
.faq-section {
	margin: 0px 0 0;
}
.faq-section h4 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
}	
.faq-section p {
	margin-bottom: 0 !important;
}	
	
.contact-details {
	margin: 28px 0 0;
}
.contact-number a {
	font-size: 20px;
}	
.contact-number {
	margin: 0 0 0px;
}	
.contact-mail a {
	font-size: 20px;
}	
.google-map iframe {
	min-height: 380px;
	margin-top: 0px;
}	
.contact-address p {
	font-size: 20px !important;
	line-height: 25px !important;
}
#home-testimonial-slider #testimonial-slider .owl-item {
	padding: 0 35px;
}	
.first-header {
	box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}	
	
	
.slider-banner-right br {
	display: none;
}
.slider-banner-right img {
	width: 55px;
	height: auto;
}	
.captch-box {
	width: 100%;
	float: right;
}
	
.captch-box1 {
    width: 100%;
    float: right;
}	
}

@media screen and (max-width: 767px) {
body {
	padding: 12% 0 0;
}	
.toggle-menu {
	display: block;
	z-index: 999;
}
.nav-container ul {
	text-align: center;
	position: fixed;
	left: 0%;
	height: 10%;
	top: -15%;
	width: 100%;
	padding: 0px 0 0 !important;
	-webkit-transition: cubic-bezier(.55,.06,.68,.19) all 0.3s;
	-o-transition: cubic-bezier(.55,.06,.68,.19) all 0.3s;
	transition: cubic-bezier(.55,.06,.68,.19) all 0.3s;
	-webkit-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	transform: translate(0, 0%);
	overflow: hidden;
	opacity: 1;
	border-radius: 0;
	background: #0079c1;
	background: -moz-linear-gradient(top, #0079c1 0%, #7bacdc 100%);
	background: -webkit-linear-gradient(top, #0079c1 0%,#7bacdc 100%);
	background: linear-gradient(to bottom, #0079c1 0%,#7bacdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c1', endColorstr='#7bacdc',GradientType=0 );
}
.nav-container ul li {
	width: 100%;
	margin-left: 0px;
}
.nav-container ul li:hover a {
	margin-left: 0px;
}
.active a {
	color: #fff !important;
}
.nav-container ul li a {
/*		color: #66a5eb;*/
	text-align: center;
	padding: 10px 15px 10px 25px;
	font-size: 20px;
}
.nav-container ul li a::before {
	display: none;
}
.nav-container ul li a:hover::before {
	width: 40%;
}
.nav-container .navbar-brand {
	width: 200px;
	margin: 0;
	padding: 15px 0 0px;
	height: auto;
}
.nav-container .navbar-brand {
	padding: 0px 0 0px;
}
.nav-container {
	padding: 0px 0 0px;
}
.toggle-menu {
	top: 50%;
	transform: translateY(-50%);
}
.top1 {
	width: 42%;
	padding: 0 0px 0px 0px;
	float: left;
	border-bottom: solid 0px #ccc;
}
.top1 img {
	width: 100%;
}
.top-bar {
	padding: 10px 15px 10px;
	display: block;
	text-align: center;
}	
.top3-mobile {
	display: block;
	margin: 10px 15px 0;
	border-top: solid 1px #fff;
	padding: 0px 0 0;
}
.top3-mobile ul {
	position: unset;
	top: 0;
	background: transparent;
}
.top3-mobile ul li {
	width: 100%;
	color: #fff;
	margin: 10px 0 0;
}
.top3-mobile ul li a {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	padding: 0;
	background: none;
}	
.top3-mobile ul li a:hover {
	opacity: 0.8;
	background: none;
}	
.top3-mobile ul li:last-child a {
	font-weight: 400;
}
.top3-mobile ul li:last-child span {
	font-weight: 700;
}	
.nav-container .openBox {
	padding: 20px 0 0 !important;
}	
.top3 {
	display: none;
}
.top2 {
	width: 90px;
	margin-right: 0px;
	margin-left: 0px;
}
.top2 img {
	width: 100%;
}	
.top4 {
	width: 27%;
	font-size: 14px;
	padding: 15px 0px 10px 0px;
	float: right;
	margin-right: 70px;
}	
#home-banner-slider #demo {
	max-width: 100%;
}
#home-banner-slider {
	display: block;
}
#home-banner-slider .carousel-item img {
	width: 100%;
	height: auto;
}	
.slider-banner-right {
	width: 100%;
	padding: 15px 0;
}
.slider-banner-right h2 {
	margin: 19px 0 9px;
	font-size: 18px;
}	
.slider-banner-right a {
	margin-bottom: 0px;
	margin-right: 20px;
}	
#hcs-removal {
	padding: 30px 0 0;
}	
#hcs-removal h2 {
	font-size: 34px;
	margin-bottom: 15px;
}
#hcs-removal .hcs-removal-content {
	font-size: 24px;
	line-height: 28px;
}	
.hcs-removal-boxes {
	margin-bottom: 30px;
}	
.we-are-content-box {
	margin-top: 0;
	margin-bottom: 45px;
}
#hcs-removal p {
	font-size: 16px;
	line-height: 24px;
	margin: 0px auto 10px auto !important;
}
p {
	font-size: 16px!important;
	line-height: 24px!important;
}	
#why-choos-us-section {
	background: url(../images/home/why-choose-us-bg.png) no-repeat top left / 100% 60%, url(../images/home/why-choose-us-image.png) no-repeat 0 30% / 100%;
	padding: 30px 0 268px;
	margin-bottom: 0px;
}
#why-choos-us-section h2 {
	font-size: 26px;
	margin-bottom: 30px;
}
#why-choos-us-section ul li {
	font-size: 18px;
	margin-bottom: 12px;
	padding-left: 40px;
	line-height: 24px;
	padding-right: 0;
}	
#why-choos-us-section ul {
	margin-bottom: 50px;
}	
#free-a-quote {
	padding: 0px 0 50px;
}	
.free-a-quote-img {
	margin-top: 0;
	display: none;
}
#free-a-quote h2 {
	font-size: 28px;
	margin-bottom: 7px;
	margin-top: 30px;
}
.contact-call-text {
	font-size: 16px;
}	
.contact-para {
	max-width: 100%;
	margin: 22px 0 25px !important;
}	
.contact-form-box {
	padding: 5px 15px 25px;
}	
.contact-form-box .captch-block .captcha {
	width: 100% !important;
	font-size: 20px !important;
}
.contact-form-box .captch-block .captach-text {
	width: 100%;
	margin: 15px 0px;
}	
.contact-form-box .captch-block .con-form {
	width: 100%;
}	
.free-a-quote-img img {
	width: 100%;
	height: auto;
}	
#home-testimonial-slider {
	background: url(../images/home/testimonials-bg.png) repeat left top;
	padding: 40px 0 40px;
	margin-top: 0;
}	
.carousel-text {
	font-size: 18px;
	padding: 0 15px;
}	
.carousel-text p {
	font-size: 18px;
	line-height: 27px;	
}	
.carousel-text span {
	font-size: 17px;
}	
#follow-us {
	padding: 50px 0 50px;
}	
.footer-contact {
	width: 100%;
	height: auto;
	margin: 30px auto 0;
	padding: 20px 20px 20px 20px;
}	
.footer-contact-number {
	padding-left: 35px;
	background: url(../images/home/call.png) no-repeat left 12px;
}	
.footer-contact-mail {
	padding-left: 35px;
	margin-top: 20px;
}	
.footer-contact-number a {
	font-size: 16px;
}	
#testimonial-slider {
	width: 100%;
}	
.footer-fb a {
	font-size: 24px;
	padding: 0 20px 0 20px;
	line-height: 60px;
}	
.footer-contact-mail a {
	font-size: 16px;
}	
footer {
	background: url(../images/home/footer-banner-bg.png) left top / cover;
	width: 100%;
	padding: 30px 0 0;
}	
.footer-left {
	font-size: 12px;
	float: left;
	width: 40%;
	margin-bottom: 0px;
}
.footer-rigth {
	float: right;
	width: 50%;
	text-align: center;
}
.footer-rigth ul li:first-child {
	margin-left: 0;
}
.footer-privacy-policy {
	width: 100%;
	text-align: center;
	padding: 11px 0 27px;
}	
#testimonial-slider .owl-nav .owl-next {
	right: 0px !important;
}	
#testimonial-slider .owl-nav .owl-prev {
	left: 0px !important;
}
#close-bar span::before {
	font: normal normal normal 14px/1 FontAwesome;
	width: 32px;
	font-size: 34px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	content: "\f0e0";
}
.mobile-none {
	display: none !important;
}
.mail-icon {
	left: 5px !important;
	top: 8px !important;
	transform: rotate(0deg) !important;
	-moz-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	-webkit-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	width: 50px !important;
}
#close-bar {
	width: 50px;
	height: 50px;
}	
.from-right .cd-panel-container {
	right: 60px;
	top: 10%;
}
.right-popup {
	width: 100%;
	height: auto;
	padding: 30px 20px 30px 25px;
}	
.cd-panel-container {
	width: 250px;
}
.right-popup::before {
	display: none;
}	
#hiddenPanel {
	z-index: 9999;
}	
.popup-form .captch-block #formFiveStrCaptcha {
	width: 100% !important;
}	
.popup-form .captch-block .captach-text {
	width: 100%;
	margin: 10px 0px;
}	
.popup-form .captch-block #formFiveStrCheckCaptcha {
	width: 100%;
}	


/****  About Page Design   ****/
.inner-banner {
	padding: 40px 0 35px;
}	
.inner-banner h2 {
	font-size: 34px;
	font-size: 34px;
    margin: 0;
}	
#about-section {
	padding: 45px 0 0px;
}
#about-section h1 {
	font-size: 30px;
}	
#about-section h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 22px;
}	
.inner-section-img {
	margin: 0px 0 20px;
}	
.inner-section-img img {
	width: 100%;
	height: auto;
}	
.about-right-boxes {
    margin: 40px 20px 0px 0px;
    width: 45%;
    text-align: center;
}
.about-right-boxes img {
	width: 100%;
	height: auto;
}
.about-right-boxes:last-child {
	margin: 0 0 0px 0px;
}	
.about-right-boxes h4 {
	font-size: 18px;
}	
	
	
.faq-section {
	margin: 0px 0 0;
}
.faq-section h4 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
}	
.faq-section p {
	margin-bottom: 0 !important;
}	
	
.contact-details {
	margin: 28px 0 0;
}
.contact-number a {
	font-size: 20px;
}	
.contact-number {
	margin: 0 0 0px;
}	
.contact-mail a {
	font-size: 20px;
}	
.google-map iframe {
	min-height: 300px;
	margin-top: 30px;
}	
.contact-address p {
	font-size: 20px !important;
	line-height: 25px !important;
}	
.first-header {
	box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
}	
	
	
.slider-banner-right br {
	display: none;
}
.slider-banner-right img {
	width: 55px;
	height: auto;
}
	

	
#hcs-removal .col-xs-6 {
	width: 50%;
}	
.captch-box {
	width: 100%;
	float: right;
}	
.captch-box1 {
    width: 100%;
    float: right;
}	
}
@media (max-width: 639px) {
body {
	padding: 14% 0 0;
}	
.top1 {
	width: 38%;
	padding: 1.5% 0 0;
}
.top2 {
	width: 15%;
	margin-right: 0px;
	margin-left: 0px;
}
.top4 {
	width: 29%;
	font-size: 12px;
	padding: 7px 0px 10px 0px;
	margin-right: 61px;
}
.top3-mobile {
	display: block;
	margin: 10px 65px 0;
	border-top: solid 2px #fff;
	padding: 10px 0 0;
}	
	

}
@media (max-width: 480px) {
body {
	padding: 19% 0 0;
}	
.toggle-menu {
	top: 50%;
	transform: translateY(-50%);
}	
.top1 {
	width: 90%;
	padding: 10px 0px 10px 0px;
	float: left;
	border-bottom: solid 0px #ccc;
	text-align: left;
}
.top1 img {
	width: 80%;
}
.top-bar {
	padding: 0 15px;
	display: block;
	float: left;
}	
.top3-mobile {
	display: block;
	margin: 10px 65px 0;
	border-top: solid 2px #fff;
	padding: 10px 0 0;
}
.top3-mobile ul {
	position: unset;
	top: 0;
	background: transparent;
}
.top3-mobile ul li {
	width: 100%;
	color: #fff;
	margin: 10px 0 0;
}
.top3-mobile ul li a {
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	padding: 0;
	background: none;
}	
.top3-mobile ul li a:hover {
	opacity: 0.8;
	background: none;
}	
.top3-mobile ul li:last-child a {
	font-weight: 400;
}
.top3-mobile ul li:last-child span {
	font-weight: 700;
}	
.nav-container .openBox {
	padding: 20px 0 0 !important;
}	
.top3 {
	display: none;
}
.top2 {
	width: 100px;
	margin-right: 20px;
	margin-left: 0px;
	display: none;
}
.top2 img {
	width: 100%;
}	
.top4 {
	width: 185px;
	font-size: 14px;
	padding: 15px 0 10px 20px;
	float: right;
	margin-right: 0;
	display: none;
}	
#home-banner-slider #demo {
	max-width: 100%;
}
#home-banner-slider {
	display: block;
}
#home-banner-slider .carousel-item img {
	width: 100%;
	height: auto;
}	
.slider-banner-right {
	width: 100%;
	padding: 15px 0;
}
.slider-banner-right h2 {
	margin: 19px 0 9px;
	font-size: 18px;
}	
.slider-banner-right a {
	margin-bottom: 0px;
}	
#hcs-removal {
	padding: 30px 0 0;
}	
#hcs-removal h2 {
	font-size: 34px;
	margin-bottom: 15px;
}
#hcs-removal .hcs-removal-content {
	font-size: 24px;
	line-height: 28px;
}	
.hcs-removal-boxes {
	margin-bottom: 30px;
}	
.we-are-content-box {
	margin-top: 0;
	margin-bottom: 30px;
}
#hcs-removal p {
	font-size: 16px;
	line-height: 24px;
	margin: 0px auto 10px auto !important;
}
p {
	font-size: 14px !important;
	line-height: 20px !important;
}
#why-choos-us-section {
	background: url(../images/home/why-choose-us-bg.png) no-repeat top left / 100%, url(../images/home/why-choose-us-image.png) no-repeat bottom right / 100%;
	padding: 30px 0 158px;
	margin-bottom: 0;
}
#why-choos-us-section h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
#why-choos-us-section ul li {
	font-size: 16px;
	margin-bottom: 12px;
	padding-left: 27px;
	line-height: 20px;
	padding-right: 0;
	background: url(../images/home/check.png) no-repeat left 5px / 16px;
}
#why-choos-us-section ul {
	margin-bottom: 0;
/*	min-height: 600px;*/
	min-height: auto;
}
#free-a-quote {
	padding: 0px 0 50px;
}	
.free-a-quote-img {
	margin-top: 0;
}
#free-a-quote h2 {
	font-size: 28px;
	margin-bottom: 7px;
}	
.contact-call-text {
	font-size: 16px;
}	
.contact-para {
	max-width: 100%;
	margin: 22px 0 25px !important;
}	
.contact-form-box {
	padding: 5px 15px 25px;
}	
.contact-form-box .captch-block .captcha {
	width: 100% !important;
	font-size: 20px !important;
}
.contact-form-box .captch-block .captach-text {
	width: 100%;
	margin: 15px 0px;
}	
.contact-form-box .captch-block .con-form {
	width: 100%;
}	
.free-a-quote-img img {
	width: 100%;
	height: auto;
}	
#home-testimonial-slider {
	background: url(../images/home/testimonials-bg.png) repeat left top;
	padding: 40px 0 40px;
}	
.carousel-text {
	font-size: 18px;
	padding: 0 15px;
}	
.carousel-text p {
	font-size: 18px;
	line-height: 27px;	
}	
.carousel-text span {
	font-size: 17px;
}	
#follow-us {
	padding: 50px 0 50px;
}	
.footer-contact {
	width: 100%;
	height: auto;
	margin: 30px auto 0;
	padding: 20px 20px 20px 20px;
}	
.footer-contact-number {
	padding-left: 35px;
	background: url(../images/home/call.png) no-repeat left 12px;
}	
.footer-contact-mail {
	padding-left: 35px;
	margin-top: 20px;
}	
.footer-contact-number a {
	font-size: 16px;
}	
#testimonial-slider {
	width: 100%;
}	
.footer-fb a {
	font-size: 24px;
	padding: 0 20px 0 20px;
	line-height: 60px;
}	
.footer-contact-mail a {
	font-size: 16px;
}	
footer {
    background: url(../images/home/footer-banner-bg.png) left top / cover;
    width: 100%;
    padding: 30px 0 40px;
    position: relative;
}
.footer-left {
    font-size: 12px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    position: absolute;
    bottom: 10px;
}
.footer-rigth {
	float: right;
	width: 100%;
	text-align: center;
}	
.footer-rigth ul li:first-child {
	margin-left: 0;
}
.footer-privacy-policy {
	width: 100%;
	text-align: center;
	padding: 11px 0 27px;
}	
#testimonial-slider .owl-nav .owl-next {
	right: 0px !important;
}	
#testimonial-slider .owl-nav .owl-prev {
	left: 0px !important;
}
#close-bar span::before {
	font: normal normal normal 14px/1 FontAwesome;
	width: 32px;
	font-size: 34px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	content: "\f0e0";
}
.mobile-none {
	display: none !important;
}
.mail-icon {
	left: 5px !important;
	top: 8px !important;
	transform: rotate(0deg) !important;
	-moz-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	-webkit-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	width: 50px !important;
}
#close-bar {
	width: 50px;
	height: 50px;
}	
.from-right .cd-panel-container {
	right: 60px;
	top: 10%;
	width: 250px!important;
}
.right-popup {
	width: 100%;
	height: auto;
	padding: 30px 20px 30px 25px;
}	
.cd-panel-container {
	width: 250px;
}
.right-popup::before {
	display: none;
}	
#hiddenPanel {
	z-index: 9999;
}	
.popup-form .captch-block #formFiveStrCaptcha {
	width: 100% !important;
}	
.popup-form .captch-block .captach-text {
	width: 100%;
	margin: 10px 0px;
}	
.popup-form .captch-block #formFiveStrCheckCaptcha {
	width: 100%;
}	
	
	
	
.about-right-boxes {
	margin: 40px 0px 30px 0px;
	width: 100%;
	text-align: center;
}
.about-right-boxes img {
	width: auto;
}	
	
	
.hcs-removal-boxes h3 {
	font-size: 14px;
	top: 34px;
}	
}

@media (max-width: 320px) {
.top3-mobile {
	display: block;
	margin: 10px 25px 0px;
	border-top: solid 2px #fff;
	padding: 10px 0 0;
}
.nav-container ul li a {
	padding: 5px 15px 5px 25px;
	font-size: 18px;
}
.top3-mobile ul li a {
	font-size: 16px;
	padding: 0 5px;
}
	
}


@media (max-height: 480px) and (orientation: landscape) {
.from-right .cd-panel-container {
	height: 270px;
	overflow-y: scroll;
	    top: 15%;
}	
.cd-panel-container {
	width: 320px;
}	
.nav-container .openBox {
	padding: 20px 0 0px !important;
	height: 430px !important;
	overflow-y: scroll !important;
}
.top3-mobile ul {
	margin-bottom: 20px;
}
#why-choos-us-section ul {
	margin-bottom: 0;
/*	min-height: 800px;*/
	min-height: auto;
}	
}
@media (min-height: 668px) and (max-width: 1600px) {
.cd-panel-container {
    width: 530px;
}
.from-right .cd-panel-container {
    height: auto;
    overflow-y: scroll;
	top: 10%;
}	
}
@media (max-height: 767px) and (orientation: portrait) {
.from-right .cd-panel-container {
    height: 400px;
    overflow-y: scroll;
    width: 300px;
    top: 15%;
}
#why-choos-us-section {
	background: url(../images/home/why-choose-us-bg.png) no-repeat top left / 100% 60%, url(../images/home/why-choose-us-image.png) no-repeat 0 100% / 100%;
	padding: 30px 0 268px;
	margin-bottom: 0px;
}	
}
@media (max-height: 480px) and (orientation: landscape) {
.top3-mobile {
	display: block;
	margin: 10px 25px 140px;
	border-top: solid 2px #fff;
	padding: 10px 0 0;
}		
}






