﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700;800&family=Red+Hat+Display:wght@300;400;500;600;700;800&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {font-family: 'Roboto', sans-serif;overflow-x:hidden!important; width:100%!important;heigth:100%;

}
a.black-btn .fa{padding-left:40px; transition:.3s ease-in-out;}
a.black-btn{color:#fff; background-color:#000; padding:12px 20px; box-shadow: 0px 5px 5px  #000; z-index:50!important;}
a.black-btn:hover .fa{padding-left:60px;}
a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}
a{transition:.3s ease;}

hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.header {background:url("/siteart/metal-background.png"); background-repeat: repeat-x;}
.header-wrapper{ margin: 0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.logo{width:23%;}
.logo img{ float:right; padding:16px 0; width:280px;}
.nav-angle{width:70%; height:80%; background-color:#000; padding-top:20px; margin-top:20px ;position:relative;}
.top-nav{padding-bottom:14px;}
.top-nav-wrapper{display:flex; flex-direction:row; justify-content: flex-end; width:85%;}
.top-nav p{color:#fff; padding: 0 25px; font-size:14px;line-height:32px;}
.top-nav a{color:#fff;}
.top-nav a:hover{color:#0574b4;}

.black-triangle{
	position:absolute;
	bottom:0;
	left:-114px;
  width: 0; 
  height: 0; 
  border-left: 60px solid transparent;
  border-right: 55px solid black;
  border-bottom: 98px solid black;
  border-top: 90px solid transparent;
}
.header hr{width:104%; left:-60px; border:solid .5px #fff; position:absolute;}
.mobile-top{display:none;}




/*---BODY--------------------------------*/
/*------Hero---------------*/
.hero-wrapper{position:relative; margin-bottom:-10px;}
.fade{position:absolute; bottom: 0; width:100%; z-index:10;}
.hero{width:100%!important; display:flex; flex-direction:row;}
.left-hero{width:45%; background-color:#0574b4; padding:9% 0; margin-bottom:5px;}
.hero-text{width:75%; float:right; padding-right:30px;}
.left-hero p{color:#fff; line-height:24px; padding-bottom:30px;width:90%;}
.left-hero h1{font-size:36px; color:#fff; padding:20px 0;}
.right-hero{width:55%;}
.right-hero img{object-fit:cover; width:100%;}
.hero-text a:hover .fa{padding-left:60px;}

.hero-text a .fa{padding-left:40px; transition:.3s ease-in-out;}
.hero-text a{color:#fff; background-color:#000; padding:12px 20px; box-shadow: 0px 5px 5px  #000; z-index:50!important; position:relative;}
.hero-text a:hover .fa{padding-left:60px;}

/*----------quick links----------------*/
.fade, .fade-bottom{width:100%;}
.fade img, .fade-bottom img{width:100%; height:200px; z-index:10!important;}
.ql-wrapper{width:100%; height:36vh;background:url("../siteart/black-diamond-plate.jpg"); background-repeat:repeat ; background-size:60%; position:relative;}
.qls{width:80%; margin: 0 auto; display:flex; flex-direction:row; justify-content: center; position:absolute; bottom:30%; }
.ql{width:430px!important; margin: 10px; background-color:#c4c4c4;transition:.3s ease-in-out;}
.ql a{display:flex; flex-direction:row; justify-content: space-around; color:#000; padding:30px 10px;transition:.3s ease-in-out; }
.ql a h3{padding-top:30px; transition:.3s ease-in-out;}
.ql a img{transition:.3s ease-in-out;}
.ql-container{width:80%; margin: 0 auto;}
#white{display:none;transition:.3s ease-in-out;}
.ql:hover{background-color:#0574b4;}
.ql a:hover h3{color:#fff;}
.ql a:hover #white{display:block;}
.ql a:hover img{display:none;}

/*-----------about-section-------------*/
.about-section{width:80%; margin: 0 auto; display:flex; flex-direction:row; justify-content:space-between;padding:100px 0;}
.about-left{padding:100px 0; width:70%;}
.about-left h2{font-size:28px;}
.about-left p{padding:30px 0 40px 0; line-height:28px; letter-spacing:.5px; font-size:15px; width:85%;}

.about-right{width:80%; margin: 0 auto;}
.about-images{display:flex; flex-direction:column;}
.top-img{width:100%; display:flex;}
.top-img img{width:80%; margin: 0 auto;}
.bottom-img img{width:50%;}
.bottom-img{display:flex; flex-direction:row; justify-content:space-between; width:80%; margin: 0 auto; padding-top:50px;}
.bottom-img h4{background-color:#0574b4; width:40%; padding:8% 0; text-align:center; color:#fff; font-size:30px; font-weight:600;}



/*------Contact Home ----------------*/
.cont-home{width:100%; display:flex; flex-direction:row; justify-content:space-between;}
.cont-left{width:60%; background: url("../siteart/img2.jpg"); background-repeat: no-repeat; background-position: center; background-size:cover; padding-bottom:100px; padding-top:45px;}
.cont-right{width:40%; background-color:#0574b4; padding:3% 0;}
.cont-right h3{font-size:24px; color:#fff;padding:20px 0;}
.cont-right a{color:#fff; line-height:26px; z-index:50!important; position:relative;}
.cont-right a:hover{color:#000;}
.cont-right p{padding:10px 0;}
.c-right-wrapper{width:80%; margin: 0 auto;}
.cont-left h5{color:#fff; font-size:22px; font-weight:400;}
/*--------FORM STYLES--------------------*/

.cont-form{width:550px; margin: 0 auto; padding:20px 0;}
.flex-form{width:100%;text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px;}
.form-background{width:100%;margin: 0 auto;}
#formpage input, select {padding: 15px 8px 15px;color: #5A5A5A;font-size: 14px;margin-top: 5px;}
.flex-row{display:flex;flex-direction:row; justify-content:space-between; width:100%;}
.flex-row-app{display:flex;flex-direction:row; justify-content:space-around; width:100%;}

#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 10px 0px;}
.form-half{width:270px;display: inline-block;vertical-align: middle;margin: 3px;}
.form-half-app{width:50%;display: inline-block;vertical-align: middle;margin: 3px;}
.form-whole{width:100%;display:block;vertical-align:middle;margin:10px 0;}
.row-input{display:flex; flex-direction:row;}
input[type="text"], input[type="email"], input[type="date"], input[type="phone"]{width:100%; box-sizing:border-box;}
select{width:100%;}
#formpage input.submit-button, #formpage input.submit-button:focus {box-sizing:border-box; background:#0574b4; color:#ffffff;padding:12px; width:160px;text-decoration:none;transition:ease-in .3s;border:none;height:auto; font-size:15px; font-weight:200;z-index:20; margin:0 auto;}
#formpage input.submit-button:hover{background:#000; box-shadow:1px 1px 3px #848484;transition:ease-out .3s; }
.captcha-button{width:160px; margin:0 auto;}
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
#submit-btn{width:160px; margin: 0 auto;}
#submit-btn button{width:160px; margin: 0 auto; background-color:#0574b4; color:#fff; padding:12px; border:none;z-index:20;position:relative; transition:.3s ease;}
#submit-btn button:hover{background-color:#000;}
#formpage textarea {box-sizing:border-box; padding: 6px 5px;border: 1px solid #ccc!important;color: #000;font-size: 16px;background: #fff;width: 100%; height: 100px;border-radius:2px;}

#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 

.submit-button{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}


/*----------Captcha-----------*/

.include-captcha{position:absolute!important;}
.application-captcha{display:none; background-color:#fff; z-index:50; width:inherit;}
.include-captcha{display:none; z-index:50; margin:0 auto;}
.contact-captcha{display:none; background-color:#fff; z-index:50; width:inherit; left:-3px; border-bottom: solid 3px #0574b4; border-left: solid 3px #0574b4; border-right: solid 3px #0574b4;}
.cont-left .CaptchaMessagePanel{color:#fff!important;}
.cont-left .CaptchaImagePanel, .cont-left .CaptchaMessagePanel, .cont-left .CaptchaAnswerPanel{padding:0;}


/*-------- FOOTER STYLES ----------------*/
footer{background-color:#000;position:relative; width:100%; padding:80px 0;}
#shadow{position:absolute;top:-40%; width:100%; height:200px;}
#shadow img{width:100%;}
.footer{width:600px; margin: 0 auto; text-align:center;}
.footer p a{color:#fff;}
.footer p a:hover{color:#0574b4; }
.footer p{color:#fff; padding:10px 0;}
.footer #logo{width:200px; padding:0 0 30px 0;}
.footer #logo img{width:100%;}
.footer hr{ border:solid 1px #333;}
.footer .fab{color:#fff; padding:10px 0;font-size:20px;}
.footer .fab:hover{color:#0574b4;}


/*--------Page Animations ---------------*/

@keyframes slideInFromLeft{
	0%{
		transform: translateX(-100%);
	}
		100%{
			transform: translateX(0);
		}
	}
@keyframes slideInFromRight{
	0%{
		transform: translateX(100%);
	}
		100%{
			transform: translateX(0);
		}
	}
@keyframes slideInFromBottom{
	0%{
		transform: translateY(100%);
	}
		100%{
			transform: translateX(0);
		}
	}
.about{animation:1s ease-out 0s 1 slideInFromLeft;}
.about-pic2, .hero-text, .bottom-left{animation:1s ease-out 0s 1 slideInFromLeft;}
.about-pic, .contact-page-map, .bottom-right{animation:1s ease-out 0s 1 slideInFromRight;}
.contact-buttons, .app-wrapper, .qls{animation:1s ease-out 0s 1 slideInFromBottom;}



.show{position:relative; transform: translateY(150px); opacity:0; transition:1s all ease}
.show.active{transform: translateY(0); opacity:1;}

.showSecond{position:relative; transform: translateY(-150px); opacity:0; transition:1s all ease}
.showSecond.active{transform: translateY(0); opacity:1;}

/*-------Pages--------------*/

.page{padding:200px 0 400px 0; }
.page2{padding:60px 0 400px 0; }
.blue-container{height:30vh; position:relative; width:100%; background-color:#0574b4;}
.page-wrapper{ margin: 0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.about{padding:50px; width:700px; position:absolute; bottom: -50px; left:7%; border: solid 3px #0574b4; background-color:#fff; box-sizing:border-box;}
.about-pic{width:36%; position:absolute; bottom:0px; right:10%;}
.about-pic img{width:100%;}
.about-pic2{width:440px; position:absolute; margin: 0 auto; left:13%;  bottom:-280px; }
.about-pic2 img{width:100%;}
.about-text{line-height:24px;}
.contact-bar{width:900px; padding:40px 0; background-color:#000; display:flex; flex-direction:row; justify-content: space-around;}
.contact-bar p, .contact-bar a{color:#fff; text-align:center; line-height:24px;}
.contact-info-section{position:absolute; margin: 0 auto; left:12%;  bottom:-240px; }
.about-pic3{display:none;}

.contact-page-map{width:36%; position:absolute; bottom:-30px; right:10%;}
.about-bottom{display:flex; flex-direction:row; flex-wrap:wrap; justify-content: space-around; width:80%; margin: 0 auto; margin-top:100px;}
.img img{width:100%; box-sizing:border-box; padding:10px;}
.img{width:100%; padding-top:20px;}
.bottom-left, .bottom-right{width:50%;}
.bottom-right{margin-top:-50px;}
#top-img{display:none;}

/*-------contact page-----------*/
.contact-buttons{padding-bottom:9%; margin: 0 auto; max-width:1200px; display:flex; flex-direction:row; justify-content:center; flex-wrap:wrap;}
.contact-btn{background-color:#bbb; padding:30px 20px 20px 20px; margin:10px; width:280px; height:180px; text-align:center; transition: .3s ease;}
.contact-btn .fa{font-size:30px;  padding:30px; border: solid 1px #000; border-radius:50%; margin-bottom:40px;}
.contact-btn a{color:#000;}
.contact-btn:hover a{color:#fff;}
.contact-btn:hover {background-color:#0574b4;}
.contact-btn:hover a .fa{border:solid 1px #fff;}

/*---------application page ---------------*/
.app-wrapper{padding:20px 50px; border: solid 3px #0574b4; margin: 100px auto; width:70%;}
.application h2{padding:20px 0; text-align:center;}
.application-top{padding:20px 0;}

/*--------Thank you -----------------*/
.thankyou-page{padding:100px 0 180px 0;}
.thankyou{margin:0 auto; padding: 40px 50px 50px 50px; border:solid 3px #0574b4; width:40%; text-align:center;box-sizing:border-box;}
.thankyou .fa{font-size:80px; padding-bottom:40px; color:#0574b4;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #0574b4 !important;
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #0574b4 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #000 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}






/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1600px) {
	.right-hero{height:500px;}
	.right-hero img{height:500px;}
	.contact-buttons{padding-bottom:12%;}
}
@media only screen and (max-width: 1500px) {
	.about-pic, .contact-page-map{width:500px; right:5%;}
}
@media only screen and (max-width: 1400px) {
	.hero-text{width:85%;}
	.qls{width:95%;left:0; right:0;}
	.cont-right{width:35%;}
	.cont-left{width:65%;}
	.about{left:2%;}
	.about-pic2{left:13%;}
	.contact-buttons{padding-bottom:18%;}
}
@media only screen and (max-width: 1300px) {
	.about-pic, .about-pic2, .contact-page-map{position:relative; margin:380px auto;}
	.about-pic2{left:0; bottom:-140px;}
	.about{left:0; right:0; margin: 0 auto;}
	.about-pic, .contact-page-map{right:0;}
	.page-wrapper{padding-bottom:100px;}
	.contact-btn{width:260px;padding-left:10px;}
	.page{padding:200px 0 500px 0;}
	.page2{padding:60px 0 600px 0;}
	iframe{width:600px!important; height:350px; margin-left:-50px;}
	.about{width:75%;bottom:-80px;}
	.qls{bottom:10%;}
	.bottom-right{margin-top:0;}
	#top-img1{display:none;}
	#top-img{display:block;}
	.logo img{width:240px;}
	nav.primary { width:95%!important;}
	
	

}
@media only screen and (max-width: 1200px) {
	.top-nav-wrapper{width:95%;}
	.right-hero, .right-hero img{height:400px;}
	.hero-text h1{font-size:30px;}
	.left-hero{padding:5% 0;}
	.about-section{flex-direction:column-reverse;}
	.about-left{width:80%;}
	.about-left p{width:100%;}
	
	
	
}

@media only screen and (max-width: 1100px) {
	.header-wrapper{flex-direction:column-reverse;}
	.top-nav{display:none;}
	.black-triangle{display:none;}
	.nav-angle{width:100%; margin-top:0; padding-top:0;}
	.mobile-top{display:flex; justify-content:space-between; width:80%; margin: 0 auto;}
	.logo{margin:0 auto;}
	.logo img{ float:none;}
	.hero{flex-direction:column-reverse;}
	.left-hero, .right-hero{width:100%;}
	.left-hero{padding:20px 0 15% 0;}
	.qls{flex-wrap:wrap; bottom:10px;}
	.ql-wrapper{height:44vh;}
	.about-left, .about-right{width:100%;}
	.cont-home{flex-direction:column;}
	.cont-left, .cont-right{width:100%;}
	.cont-right{padding:3% 0 100px 0;}
	.contact-buttons{padding-bottom:16%;}
	.include-captcha{position:relative!important;}
	.cont-left{padding-bottom:20px;}
	.thankyou{width:70%;}
	
	
}

@media only screen and (max-width: 950px) {
	.ql-wrapper{height:64vh;}
	.qls{bottom:30px;}
	.about{width:75%;}
	.app-wrapper{width:85%;}
	.hero-text{width:80%}
	.contact-captcha{width:100%;}
	.about-pic2{width:auto;}
	.thankyou{width:65%;}
	.form-half{width:50%;}
	.cont-form{width:95%;}
	.about-bottom{width:95%;}
	
}


@media only screen and (max-width: 700px) {
	.cont-form{width:90%;}
	.form-half{width:46%;}
	.footer hr{width:200px;}
	.right-hero, .right-hero img{height:320px;}
	.logo{width:220px;}
	.logo img{width:100%;}
	.footer a{font-size:13px;}
	.footer{width:100%;}
	.mobile-top-links{font-size:18px;}
	.about-p{line-height:20px;}
	.about{bottom:-160px; padding:20px; width:90%;}
	.about-text{font-size:15px;}
	.about-pic, .contact-page-map{width:85%; right:1%; margin: 460px auto;}
	.contact-page-map iframe{width:100%; height:300px;}
	.app-wrapper{width:75%;padding:20px 30px;}
		iframe{margin-left:0;width:100%!important;}
	.about-section{padding:80px 0 30px 0;}
	.flex-row, .flex-row-app{flex-direction:column;}
	.form-half, .form-half-app{width:98%;}
	.form-whole{width:98%;}
	.about-bottom{margin-top:200px;}
	
	
	
}
@media only screen and (max-width: 520px) {
	.footer #logo{width:150px;}
	.right-hero, .right-hero img{height:260px;}
	.ql{width:380px!important;}
	.about{bottom:-180px;}
	.about-pic, .contact-page-map{margin-top:460px;}
	.contact-buttons{padding-bottom:22%;}
	.bottom-img h4{font-size:20px;}
	.bottom-img{padding-top:20px; width:100%}
	.hero-text h1{font-size:26px;}
	.left-hero p{line-height:20px; font-size:16px; width:100%;}
	.page{padding:200px 0 700px 0;}
	.about-pic3 img{width:100%;}
	.about{width:95%;}
	.thankyou{width:95%; padding:40px 5px 50px 5px;}
	.thankyou p{font-size:14px;}
	.about-bottom{flex-direction:column; margin-top:200px;}
	.bottom-left, .bottom-right{width:100%;}
	

	
}

@media only screen and (max-width: 390px) {
	.qls{bottom:10px;}
	.ql a img{width:70px!important;}
	.ql a{padding:24px 5px;}
	.ql h3{font-size:16px; padding-top:10px;}
	.about-pic3{margin-top:580px;}
	.page{padding:200px 0 850px 0;}
	#formpage{margin-left:-10px;}
	.footer a{font-size:12px;}
	.right-hero, .right-hero img{height:220px;}
	.mobile-top{width:95%;}
	.about{bottom:-240px;}
	.about-pic, .contact-page-map{margin-top:520px; width:95%;}
	.contact-btn{word-break: break-all;}
	.app-wrapper{width:65%;}
	.ql-wrapper{height:55vh}
	.app-wrapper{width:80%;}
	.about-bottom{margin-top:250px;}
	
	
}
@media only screen and (max-width: 315px) {
	.about{padding:10px; bottom:-220px; width:98%;}
	.about-text{font-size:13px;}
	.about-pic, .contact-page-map{margin-top:450px;}
	.about-pic3{margin-top:520px;}
	.page{padding:200px 0 750px 0;}
	.qls{bottom:10px;}
	.ql-wrapper{height:65vh}
	.app-wrapper{width:75%;}
	.pic3{display:none;}
	.page2{padding: 60px 0 700px 0;}
	.logo{width:200px;}

		
}



