@charset "utf-8";
/* CSS Document */

 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   }

 .page-banner {
   background-image: url("../img/Page Banner.png");
   background-size: 1920px 265px;	
   background-repeat: no-repeat;
   background-position: left;
   margin-bottom: 30px;
   margin-top: -1px;
   height: 260px;
   } 
   

 @media screen and (max-width: 450px) {
  .page-banner {
    background-size: cover;
    height: 184px;
    }
    }

 @media screen and (max-width: 380px) {
  .page-banner {
    height: 174px;
    }
    }

 @media screen and (max-width: 330px) {
  .page-banner {
    height: 153px;
    }
    }

 @media screen and (max-width: 537px) {
  .callnowbutton {
    background-image: url("../img/icon-256x256.png");
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    border-top: 1px solid #2dc62d;
    background-size: cover;	
    text-decoration: none;
    z-index: 2147483647;
    border-radius: 50%;
    position: fixed;
    display: block;
    height: 65px;
    bottom: 15px;	  
    width: 65px;
    right: 20px;
    }
    }


/* ========= Header ========= */	

/* --- Top Header --- */

 .top-header {
   background: #0e0e0e;
   }  
  
 .top-header-width {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   justify-content: space-between;
   padding: 9px 20px 9px 20px;
   flex-direction: row;
   max-width: 1158px;
   display: flex;
   margin: auto;
   }
  
 .top-header-item-right {
   justify-content: space-between;	 
   flex-direction: row;
   max-width: 250px;
   display: flex;
   width: 100%;
   }
   
 .top-header-item-left {
   justify-content: space-between;	 
   flex-direction: row;
   display: flex;
   }

 .facebook-link {
   background-image: url("../img/facebook.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   margin-top: 3px;
   max-width: 61px;
   height: 54px;
   width: 100%;
   }

 .top-header-contact-button {
	
   text-shadow: -1px -1px 0 #530405, 1px -1px 0 #530405, -1px 1px 0 #530405, 1px 1px 0 #530405, -1px -1px 0 #530405, 1px -1px 0 #530405, -1px 1px 0 #530405, 1px 1px 0 #530405;
   box-shadow: 0px 0px 16px black, 0px 0px;
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   background: linear-gradient(180deg,#f15858 11%,#dd3233 27%,#d3191a 65%,#b10f10 80%,#970708 93%);
   padding: 13px 17px 17px 17px;
   border: solid 1px #570203;
   filter:brightness(107%);
   text-decoration: none;
   border-radius: 20px;
   font-weight: 700;
   font-size: 20px;
   height: 59px;   
   color: white;
   }


/* --- Main Header --- */

  header {
   background-image: url("../img/C & G Car Care Background Header.jpg");
   background-position: left bottom;
   border-bottom: 1px solid #d9d9d9;
   background-repeat: no-repeat; 
   background-size: 100% 181px; 
   overflow-x: hidden;
   overflow-y: hidden;
   }

 .header-area {
   padding: 0px 30px 0px 30px;
   max-width: 1240px;
   height: 180px;
   margin: auto;  
   }

 .logo {
   box-shadow: 0px 0px 34px #000000a8, 0px 0px 12px #0000006b, 0px 0px;	 
   background-image: url( "../img/Logo.jpg");
   background-repeat: no-repeat; 
   background-position: center;
   background-size: cover;  
   border-radius: 25px;
   max-width: 326px;
   margin-left: 0px;
   margin-top: 38px;
   height: 110px;
   width: 100%;
   float: left;
   }

 .logo-text {
   font-family: 'Open Sans', sans-serif;
   max-width: 272px;
   margin-left: -8px;
   margin-top: 46px;
   line-height: 43px;
   font-weight: 800;
   font-size: 37px;
   color: black;
   float: left;
   }

  nav {
   text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 16px black, 0px 0px 16px black, 0px 0px 16px #191919, 0px 0px;
   font-family: 'Roboto Condensed', sans-serif;  
   justify-content: space-between;
   font-style: normal;
   margin-right: 0px;
   padding-top: 82px;
   font-weight: 700;
   max-width: 750px;
   list-style: none;
   flex-wrap: wrap;
   font-size: 20px;
   display: flex;
   float: right;
   width: 100%;
   }

 .menu-items {   
   justify-content: center;
   text-decoration: none;	 
   text-align: center;
   margin-right: 10px;
   color: #fff;   
   }  
  
 .dropdown-menu-item-1 {
   justify-content: center;
   text-decoration: none;	 
   text-align: center;
   margin-left: -8px;	 
   color: #fff;   
   }        

 .dropdown-menu-item-2 {
   justify-content: center;
   text-decoration: none;	 
   text-align: center;
   margin-right: 13px;	 
   color: #fff;   
   }        

 .menu-items:hover {
   color: #ff0;
   }    
	
 .dropdown-menu-item-1:hover {
   color: #ff0;
   }

 .dropdown-menu-item-2:hover {
   color: #ff0;
   }

 .mi2 {
   position: relative;
   z-index: 20;
   }     
   
 .mi3 {
   position: relative;
   z-index: 20;
   }     
   
 .mi4 {
   position: relative;
   z-index: 20;
   }  
  
 .mi5 {
   margin-top: 22px;
   }

 .mi6 {
   margin-top: 22px;
   }

 .mi7 {
   margin-top: 22px;
   }

 .mi8 {
   margin-top: 22px;
   }

 .hpbt {
   cursor: pointer;
   }

 .header-button-section {
   margin-right: -2px;
   margin-top: -53px;
   max-width: 178px;
   width: 100%;
   }	
   
 .hpb {
   margin-top: 5px;
   font-size: 13.5px !important;
   }  
   
 .header-phone-button { 
   text-shadow: none;
   background: linear-gradient(180deg,#fff 13%,#f5f5f5 48%,#eee 67%,#dfdfdf 74%,#bbbbbb 97%);
   box-shadow: 0px 0px 16px #00000099, 0px 0px 6px #00000057, 0px 0px;
   padding: 8px 15px 9px 15px;
   border: solid 1px #453d0c;
   filter: brightness(100%);
   font-family: 'Poppins';
   text-decoration: none;
   font-weight: 600 !important;
   border-radius: 23px;
   max-width: 178px;
   font-size: 14.5px;
   color: black;
   height: auto;
   width: 100%;
   }	
   
  
/* ------ Drop Down On Hover ------ */

 nav a, .dropbtn {
   display: inline-block;
   text-decoration: none;
   text-align: center;
   color: white;
   }

 nav.dropdown {
   display: inline-block;
   }

 .dropdown-content {
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   font-family: 'Open Sans', sans-serif; 
   background-color: #f9f9f9;
   position: absolute;
   text-shadow: none !important;
   min-width: 160px;
   font-size: 15px;
   display: none;
   z-index: 1;
   }

 .dc-1 {
   margin-left: -71px !important;
   }

 .dc-2 {
   margin-left: -54px !important;
   }

 .dropdown-item-1 {
   margin-top: -17px;
   }

 .dropdown-content a {
   text-decoration: none;
   padding: 12px 16px;
   text-align: left;
   display: block;
   color: black;
   }

 .dropdown-content a:hover {
   background-color: #f1f1f1;
   }

 .dropdown:hover .dropdown-content {
   z-index: 10000;	
   display: block;
   }

 .dropdown-content-2 {
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   margin-left: -67px !important;	
   background-color: #f9f9f9;
   position: absolute;
   min-width: 160px;
   display: none;
   z-index: 1;
   }

 .dropdown-content-2 a {
   text-decoration: none;
   padding: 12px 16px;
   text-align: left;
   display: block;
   color: black;
   }

 .dropdown-content-2 a:hover {
   background-color: #f1f1f1;
   }

 .dropdown:hover .dropdown-content-2 {
   display: block;
   margin-left: -35px;
   z-index: 10000;
   }


/* ------ Mobile View ------ */

 .mobile-menu { 
   text-shadow: -1px -1px 0 #181818, 1px -1px 0 #181818, -1px 1px 0 #181818, 1px 1px 0 #181818, -1px -1px 0 #181818, 1px -1px 0 #181818, -1px 1px 0 #181818, 1px 1px 0 #181818, 0px 0px 40px #000000, 0px 0px 12px #101010, 0px 0px 6px #101010, 0px 0px;
   max-width: 200px;
   color: #fcfcfc;
   }

 .mobile-menu-item {
   background-color: rgba(0, 0, 0, 0.95);
   padding: 10px 5px 13px 5px !important;
   border-top: 0.5px solid #969696;
   font-size: 19px;
   }

 .mobile-sub-menu-item {
   background-color: rgba(0, 0, 0, 0.83);
   padding: 9px 30px 11px 5px !important;
   border-top: 0.5px solid #969696;
   text-align: left;
   }

 .mmi-2 {
   }

 .sidenav {
   background-color: rgba(0, 0, 0, 0.87);
   overflow-x: hidden;
   padding-top: 60px;
   transition: 0.5s;
   position: fixed;
   height: 100%;
   z-index: 999;
   width: 0;
   left: 0;
   top: 0;
   }

 .sidenav a {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
   padding: 0px 25px 8px 2px;
   text-decoration: none;
   transition: 0.3s;
   display: block;
   color: white;
   }

 .sidenav a:hover {
   color: #f1f1f1;
   }

 .sidenav .closebtn {
   position: absolute;
   margin-left: 50px;
   font-size: 36px;
   right: 25px;
   top: 0;
   }


/* ------ Responsive Media Query ------ */
/* ------ Top Header Responsive Media Query ------ */
/* Top Header Width Media Query */

 @media (max-width: 460px){
  .top-header-width {
    padding: 7px 20px 7px 20px;  
    flex-direction: column;
    max-width: 290px;
    }
    }


/* Top Header Item Left/Right Button Media Query */

 @media (max-width: 380px){
  .top-header-item-left {
    margin-left: -4px;
    } 
    }

 @media (max-width: 330px){
  .top-header-item-left {
    margin-left: -3px;
    } 
    }


/* Top Header Contact Button Media Query */

 @media (max-width: 450px){
  .top-header-contact-button-2 {
    width: 171px;	
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 14px;
    }
	 
  .top-header-contact-button {
    font-size: 19px;
    height: auto;
    }
    }

   
/* ------ Main Header Background Responsive Media Query ------ */
/* Header Responsive Media Query */

 @media (max-width: 1450px){
   header {
    background-position: left bottom;   
    background-size: 107% 181px;
    }
    }

 @media (max-width: 1181px){
   header {
    background-size: 110% 181px;
    }
    }

 @media (max-width: 950px){
   header {
    background-image: url("../img/C & G Car Care Background Header (Tablet).jpg");   
    background-size: 100% 230px;
    height: auto;
    }
    }

 @media (max-width: 657px){
   header {
    background-image: url("../img/C & G Car Care Background Header (Mobile).jpg");   
    background-size: 100% 252px;
    height: auto;
    }
    }

 @media (max-width: 460px){
   header {
    background-size: 100% 241px;
    }
    }

 @media (max-width: 333px){
   header {
    background-size: 100% 229px;
    }
    }


/* Header Area Responsive Media Query */

 @media (max-width: 950px){
  .header-area {
    max-width: 862px;
    }
    }

 @media (max-width: 657px){
  .header-area {
    margin-top: 15px !important; 
    max-width: 460px;
    height: auto;
    margin: auto;  
    }
    }

 @media (max-width: 460px){
  .header-area {
    margin-top: 27px !important;
    }
    }


/* Logo Responsive Media Query */

 @media (max-width: 1213px){
  .logo {
    max-width: 272px;
    margin-left: 0px;
    margin-top: 45px;
    height: 93px;
    }
    }

 @media (max-width: 1155px){
  .logo {
    margin-top: 53px;
    }
    }

 @media (max-width: 1080px){
  .logo {
    border-radius: 16px;  
    max-width: 240px;
    margin-left: 0px;
    margin-top: 58px;
    height: 82px;
    }
    }

 @media (max-width: 1015px){
  .logo {
    border-radius: 12px;
    max-width: 212px;
    margin-left: -9px;
    margin-top: 63px;
    height: 73px;
    }
    }

 @media (max-width: 950px){
  .logo {
    max-width: 272px;
    margin-left: 0px;
    margin-top: 50px;
    height: 93px;
    }
    }

 @media (max-width: 785px){
  .logo {
    max-width: 272px;
    margin-left: 0px;
    margin-top: 50px;
    height: 93px;
    }
    }

 @media (max-width: 745px){
  .logo {
    max-width: 231px;
    margin-left: 0px;
    margin-top: 52px;
    height: 82px;
    }
    }

 @media (max-width: 680px){
  .logo {
    margin-left: -11px;
    max-width: 228px;  
    height: 76px;  
    }
    }

 @media (max-width: 657px){
  .logo {
    margin: 40px auto 0px auto;
    max-width: 360px;
    height: 117px;
    float: none;
    width: 100%;
    }
	 
  .logo-text {
    margin: 35px auto 0px auto;
    max-width: 447px;
    line-height: 58px;
    font-size: 52px;	
    float: none;
    }
    }

 @media (max-width: 460px){
  .logo {
    margin: 42px auto auto auto;
    max-width: 288px;
    height: 97px;
    }
	 
  .logo-text {
    margin: 0px auto auto auto;
    max-width: 353px;
    line-height: 50px;
    font-size: 44px;
    }
    }

 @media (max-width: 333px) {
  .logo {
    max-width: 251px;
    height: 84px;
    }
	 
  .logo-text {
    max-width: 300px;
    line-height: 45px;
    font-size: 36px;	
    }
    }


/* Nav Responsive Media Query */

 @media (max-width: 1235px){
   nav {	
    margin-right: 0px;
    max-width: 709px;   
    font-size: 18px;
    }
    }

 @media (max-width: 1143px){
   nav {	
    padding-top: 83px;   
    max-width: 655px;
    font-size: 16px;
    }
    }

 @media (max-width: 1046px){
   nav {	
    margin-right: -8px;   
    padding-top: 84px;
    max-width: 627px;
    font-size: 15px;
    }
    }

 @media (max-width: 950px){
   nav {	
    margin-right: 38px;
    padding-bottom: 33px;
    padding-top: 33px;
    max-width: 338px;
    font-size: 20px;
    flex-wrap: wrap;
    }
	 
  .mi3 {
    margin-top: 19px;
    }	 
	 
  .mi4 {
    margin-top: 19px;
    }	 
    }

 @media (max-width: 800px){
   nav {	
    margin-right: 34px;
    font-size: 18px;   
    max-width: 315px;   
    }
    }

 @media (max-width: 770px){
   nav {	
    margin-right: 29px;
    font-size: 16px;   
    max-width: 290px;
    }
    }
 
 @media (max-width: 657px){
   nav {
    display: none !important;
    }
    }


/* Header Buttons Responsive Media Query */

 @media (max-width: 1155px){
  .header-phone-button {   
    max-width: 171px;
    font-size: 14px;
    }
    
  .header-button-section {   
    max-width: 171px;
    margin-top: -54px;
    }
    }

 @media (max-width: 950px){
  .header-phone-button {   
    max-width: 171px;
    font-size: 14px;
    }
    
  .header-button-section {   
    margin-right: -41px; 
    max-width: 171px;
    margin-top: 14px;
    }
    }

 @media (max-width: 800px){
  .header-phone-button {   
    max-width: 163px;
    font-size: 13px;
    }
    
  .header-button-section {   
    max-width: 163px;
    margin-top: 18px;
    }
    }

 @media (max-width: 733px){
  .header-phone-button {   
    max-width: 162px;
    font-size: 13px;
    }
    
  .header-button-section {   
    max-width: 162px;
    margin-top: 15px;
    }
    }


/* ------ Mobile Menu Responsive Media Query ------ */

 @media all and (max-width: 3840px) and (min-width: 658px) {
  .mobile-menu {
    display: none;
    }
    }

 @media (max-width: 657px){
  .mobile-menu {
    margin: 24px auto 23px auto;
    }
    }
    
 @media (max-width: 460px){
  .mobile-menu {
    margin: 33px auto 24px auto !important;
    }
    }

 @media (max-width: 330px){
  .mobile-menu {
    margin: 31px auto 23px auto !important;
    }
    }

 @media screen and (max-height: 450px) {
  .sidenav { 
    padding-top: 15px;
    }
   
  .sidenav a {
    font-size: 18px;
    }
    }


/* ------ Internet Explorer/Edge ------ */

_:-ms-lang(x), .ie10up, .mi2 { 
  }

_:-ms-lang(x), _:-webkit-full-screen, .dropdown-menu-item-2 {
   font-size: 16.9px;
   }

_:-ms-lang(x), _:-webkit-full-screen, .dropdown-menu-item-1 {
   font-size: 16.9px;
   }

_:-ms-lang(x), _:-webkit-full-screen, .menu-items {
   font-size: 16.9px;
   }

@media (max-width: 1282px){
_:-ms-lang(x), _:-webkit-full-screen, nav {
   margin-right: -73px;
   }
   
_:-ms-lang(x), _:-webkit-full-screen, .logo {
   margin-left: -23px;
   }   
   }

/* ========= /Header/ ========= */



/* ========= Footer ========= */

  footer {
   background: #292929;
   overflow-x: hidden;
   }  
  
 .footer-width {
   font-family: 'Open Sans', sans-serif;
   justify-content: space-between;
   padding: 39px 45px 50px 40px;
   max-width: 1275px;
   display: flex;
   margin: auto;
   color: white;
   }  
	
 .footer-item {
   line-height: 24px;
   max-width: 420px;
   color: white;
   }   
   
 .footer-item-2 {
   padding-right: 17px;
   }

 .footer-item-3 {
   overflow-x: hidden;
   position: relative;
   max-width: 282px;
   width: 100%;
   z-index: 99;
   }
	
 .footer-title {
   font-family: 'Roboto Condensed', sans-serif; 
   margin-bottom: 10px;
   margin-top: 8px;
   font-size: 24px;
   width: 345px;
   } 

 .footer-call-now {
   text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;	 
   background: linear-gradient(180deg,#f15858 11%,#dd3233 27%,#d3191a 65%,#b10f10 80%,#970708 93%);
   box-shadow: 0px 0px 16px black, 0px 0px 16px rgba(0, 0, 0, 0.69), 0px 0px;
   background-color: #000000;
   border: solid 1px #570203;
   text-decoration: none;
   padding-bottom: 17px;
   border-radius: 14px;	 
   padding-top: 17px;
   font-weight: 780;	 
   margin-top: 22px;
   font-size: 20px;	 
   color: white;
   width: 170px;
   } 


/* Footer Menu */

 .footer-menu-title	{
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 600;
   font-size: 24px;
   margin-top: 6px;
   }
     
 .footer-menu {
   margin-right: -35px;
   list-style: circle;
   line-height: 27px;
   margin-top: 2px;
   }

 .footer-menu li {
   line-height: 32px;
   list-style: disc !important;
   }


/* Footer Contact Box */

 .footer-box-top {
   filter: brightness(105%);	 
   background: #fc2626;
   width: 300px;
   height: 6px;
   }  
  
 .footer-contact-box {
   box-shadow: 0px 0px 16px #000000b8, 0px 0px;
   background: #d6d6d6;
   z-index: 999999999;
   position: relative;	 
   max-width: 282px;
   padding-top: 15px;	 
   width: 100%;
   } 	
	     
 .footer-box-logo {   
   background-image: url("../img/Logo.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   margin-bottom: -6px;
   max-width: 268px;
   margin-top: 0px;
   height: 91px;
   }
  
 .footer-box-logo-text {   
   font-family: 'Open Sans', sans-serif;
   text-align: center;
   max-width: 272px;
   line-height: 43px;
   font-weight: 800;
   font-size: 34px;
   color: black;
   }

 .footer-box-width {
   padding: 15px 5px 21px 22px;
   flex-direction: column;
   text-decoration: none;
   max-width: 284px;
   display: flex;
   }  
   
 .address-line {
   text-indent: -17px;
   margin-left: 22px;
   line-height: 24px;
   margin-top: 15px;
   font-size: 15px;	 
   display: block;
   color: black;
   }
   
 .footer-icon-container {
   text-decoration: none;
   margin-right: 15px; 
   color:#000000; 
   }

 .fic {
   margin-right: 10px;
   margin-left: 2px;
   }


/* Bottom Footer */
    
 .bottom-footer {
   background: #131313;
   padding: 20px 10px 20px 30px;
   margin: 0px -15px 0px -15px;
   }
  
 .bottom-footer-width {
   margin: auto;
   max-width: 1230px;
   }
  
 .copyright {
   color: white;
   text-decoration: none;
   font-family: 'Poppins';
   }

 @media (max-width: 1040px){
  .icon-container {
    font-size: 15px;
    }
    }

	
/* ------ Responsive Media Query ------ */
/* ------ Footer Width Responsive Media Query ------ */
  
 @media (max-width: 760px){
  .footer-width {
    padding: 39px 32px 45px 25px;
    }  
    }

 @media (max-width: 666px){
  .footer-width {
    padding: 39px 32px 57px 25px;
    flex-direction: column;
    max-width: 456px;
    }  
    }
  
 @media (max-width: 450px){
  .footer-width {
    padding: 39px 28px 57px 28px;
    }  
    }

 @media (max-width: 380px){
  .footer-width {
    padding: 31px 28px 53px 28px;
    }  
    }

 @media (max-width: 330px){
  .footer-width {
    padding: 29px 28px 49px 28px;
    }  
    }


/* ------ Footer Item Responsive Media Query ------ */

 @media (max-width: 1114px){
  .footer-item-3 {
    max-width: 250px;
    }    
    }

 @media (max-width: 1060px){
  .footer-item {
    max-width: 362px;
    }    
	 
  .footer-item-2 {
    padding-right: 40px;
    }
    }

 @media (max-width: 984px){
  .footer-item {
    max-width: 307px;
    }
	 
  .footer-item-2 {
    padding-right: 19px;
    }
    }

 @media (max-width: 951px){
  .footer-item {
    max-width: 283px;
    }
    }

 @media (max-width: 927px){
  .footer-item {
    max-width: 290px;
    }
    }

 @media (max-width: 902px){
  .footer-item-3 {
    max-width: 228px;
    }
    }

 @media (max-width: 925px){
  .footer-item {
    max-width: 247px;
    }
	 
  .footer-item-2 {
    padding-right: 7px;
    }	 
    }

 @media (max-width: 925px){
  .footer-item-2 {
    padding-right: 0px;
    }	 
    }

 @media (max-width: 840px){
  .footer-item-2 {
    padding-right: 15px;
    }	 
    }

 @media (max-width: 795px){
  .footer-item-2 {
    padding-right: 43px;
    }	 
    }

 @media (max-width: 749px){
  .footer-item-2 {
    padding-right: 16px;
    }	 
    }

 @media (max-width: 882px){
  .footer-item {
    max-width: 211px;
    }
    }

 @media (max-width: 840px){
  .footer-item {
    max-width: 217px;
    }
    }

 @media (max-width: 811px){
  .footer-item {
    font-size: 14.5px;
    max-width: 197px;
    }
    }

 @media (max-width: 795px){
  .footer-item {
    max-width: 205px;
    }
	
  .footer-item {
    padding-right: 17px;
    }	
    }

 @media (max-width: 811px){
  .footer-item-3 {
    max-width: 197px;
    }
    }

 @media (max-width: 759px){
  .footer-item {
    padding-right: 0px;
    font-size: 14px;
    max-width: 205px;
    }
	
  .footer-item-3 {
    max-width: 191px;
    }
    }

 @media (max-width: 749px){
  .footer-item {
    max-width: 177px;
    }
    }

 @media (max-width: 685px){
  .footer-item {
    font-size: 13.5px;
    max-width: 166px;  
    }
    }

 @media (max-width: 666px){
  .footer-item {
    max-width: 425px;
    font-size: 15px;
    }
	
  .footer-item-2 {
    margin: 55px auto 65px auto;
    }
	
  .footer-item-3 {
    max-width: 282px;
    margin: auto;
    }
    }

 @media (max-width: 333px){
  .footer-item {
    max-width: 368px;
    font-size: 15px;
    }
    }


/* ------ Footer Title Responsive Media Query ------ */
	
 @media (max-width: 984px){
  .footer-title {
    line-height: 27px;
    margin-top: 5px;  
    font-size: 20px;	
    width: 256px;
    }  
	 
  .footer-menu-title {
    font-size: 20px;	
    }  
    }

 @media (max-width: 882px) {
  .footer-title {
    font-size: 19px;
    width: 220px;
    }
	 
  .footer-menu-title {
    font-size: 19px;
    }
    }

 @media (max-width: 811px) {
  .footer-title {
    font-size: 18px;
    width: 191px;
    }
	 
  .footer-menu-title {
    font-size: 18px;
    margin-top: 6px;
    }
    }

 @media (max-width: 795px) {
  .footer-title {
    line-height: 24px;  
    font-size: 17px;
    width: 191px;
    }
	 
  .footer-menu-title {
    font-size: 17px;
    margin-top: 6px;
    }
    }

 @media (max-width: 666px){
  .footer-title {
    font-size: 22px;	
    width: 345px;
    }  
	 
  .footer-menu-title {
    margin-bottom: 0px;
    font-size: 22px;	
    }  
    }

 @media (max-width: 460px){
  .footer-title {
    font-size: 21px;	
    }  
	 
  .footer-menu-title {
    font-size: 21px;	
    }   
    }
	
 @media (max-width: 333px){
  .footer-title {
    font-size: 19px;	
    }  
	 
  .footer-menu-title {
    font-size: 20px;	
    }  	 
    }
	

/* ------ Footer Title Responsive Media Query ------ */
	
 @media (max-width: 925px){
  .footer-call-now {
    font-size: 18px;
    width: 148px;  
    }  
    }  
	 
 @media (max-width: 882px){
  .footer-call-now {
    font-size: 17px;
    width: 133px;
    }  
    }  
	 
 @media (max-width: 811px){
  .footer-call-now {
    font-size: 15px;
    width: 118px;
    }  
    }  
	 
 @media (max-width: 666px){
  .footer-call-now {
    font-size: 17px;
    width: 135px;	  
    }  
    }  
	 
 @media (max-width: 380px){
  .footer-call-now {
    font-size: 19px;
    width: 154px;
    }  
    }  
	 

/* ------ Footer Contact Box Responsive Media Query ------ */
/* Footer box Top Responsive Media Query */
    
 @media (max-width: 450px){
  .footer-box-top {
    max-width: 320px;
    }     
    }
  
 @media (max-width: 380px){
  .footer-box-top {
    max-width: 320px;
    }     
    }
  
 @media (max-width: 330px){
  .footer-box-top {
    max-width: 264px !important;
    }     
    }
  
 @media all and (max-width: 1114px) and (min-width: 928px) {
  .footer-box-top {
    max-width: 250px;
    }     
    }
 
 @media (max-width: 768px){
  _:-ms-lang(x), .ie10up, .footer-box-top { 
    margin-top: -40px;
    }
    }
  
 @media all and (max-width: 927px) and (min-width: 883px) {
  .footer-box-top {
    max-width: 228px;
    }     
    }

 @media all and (max-width: 811px) and (min-width: 760px) {
  .footer-box-top {
    max-width: 197px;
    }     
    }

 @media all and (max-width: 882px) and (min-width: 812px) {
  .footer-box-top {
    max-width: 228px;
    }     
    }
 
 @media (max-width: 759px){
  .footer-box-top {
    max-width: 191px;
    }     
    }

 @media (max-width: 666px){
  .footer-box-top {
    max-width: 282px;
    }  
    }


/* Footer Box Logo Responsive Media Query */

 @media (max-width: 1114px){
  .footer-box-logo {
    max-width: 238px;
    height: 81px;
    }    
	 
  .footer-box-logo-text {
    max-width: 233px;
    line-height: 33px;
    font-size: 29px;	  
    }    
    }

 @media (max-width: 927px){
  .footer-box-logo {
    max-width: 216px;
    height: 73px;
    }    
	 
  .footer-box-logo-text {
    max-width: 212px;
    font-size: 27px;  
    }    
    }

 @media (max-width: 811px){
  .footer-box-logo {
    max-width: 187px;
    height: 67px;
    }   
	 
  .footer-box-logo-text {
    line-height: 25px;  
    max-width: 183px;
    font-size: 22px;  
    }   
    }

 @media (max-width: 759px){
  .footer-box-logo {
    max-width: 181px;
    }   
    }   

 @media (max-width: 666px){
  .footer-box-logo {
    max-width: 267px;
    height: 90px;
    }    
	 
  .footer-box-logo-text {
    line-height: 33px; 
    max-width: 260px;
    font-size: 28px;  
    }    
    } 


/* Footer box Responsive Media Query */

 @media (max-width: 1114px){
  .footer-contact-box {
    max-width: 250px;
    padding-top: 15px;
    }    
    }

 @media (max-width: 927px) {
  .footer-contact-box {
    max-width: 228px;
    }
    }
 
 @media (max-width: 882px) {
  .footer-contact-box {
    max-width: 228px;
    }
    }

 @media (max-width: 811px) {
  .footer-contact-box {
    max-width: 197px;
    }
    }

 @media (max-width: 927px){
  .footer-box-width {
	padding: 3px 5px 17px 14px;  
    max-width: 217px;  
    }
    }

 @media (max-width: 802px){
  .footer-box-width {
    line-height: 20px;	
    }
    }	  

 @media (max-width: 759px) {
  .footer-contact-box {
    max-width: 191px;
    }
    }

 @media (max-width: 666px){
  .footer-contact-box {
    max-width: 282px;
    } 	
	 
  .footer-box-width {
    padding: 11px 5px 16px 20px;
    max-width: 217px;
    }
    }

 @media (max-width: 460px){
  .footer-box-width {
    padding: 6px 5px 16px 16px;
    } 	
    }
	
 @media (max-width: 330px){
  .footer-contact-box {
    max-width: 260px;
    } 	
    }
 

/* Address Line Responsive Media Query */
   
 @media (max-width: 1114px){
  .address-line {
    font-size: 15px;
    }  
    }

 @media (max-width: 927px){
  .address-line {
    text-indent: -15px;
    margin-left: 24px;
    margin-top: 15px;
    font-size: 14px;
    }  
	 
  .footer-icon-container {
    margin-right: 14px;	 
    }
	 
  .fic {
    margin-right: 7px !important;
    margin-left: 3px;
    }	 
    }

 @media (max-width: 759px){
  .fic {
    margin-left: 1px;
    }	 
    }

 @media (max-width: 658px){
  .fic {
    margin-left: 3px;
    }	 
    }

 @media (max-width: 927px){
  .footer-address-line-2 {
    display: block;
    margin-left: 30px;
    margin-top: -10px;
    } 
    }
	

/* --- Footer Menu Responsive Media Query --- */

 @media (max-width: 985px){
  .footer-menu {
    margin-top: 8px;  
    }
    }

 @media (max-width: 666px){
  .footer-menu {
    margin: 10px auto auto auto; 
    max-width: 179px;
    }
    }


/* Footer Menu Link Responsive Media Query */

 @media (max-width: 1103px){
  li.footer-menu-link {
    list-style: disc;
    font-size: 15px;
    }	 
    }

 @media (max-width: 795px){
  li.footer-menu-link {
    font-size: 14.5px;
    }
    }

 @media (max-width: 759px){
  li.footer-menu-link {
    font-size: 14px;
    }
    }

 @media (max-width: 697px){
  li.footer-menu-link {
    font-size: 13.2px;
    }
    }

 @media (max-width: 666px){
  li.footer-menu-link {
    font-size: 15px;
    }
    }


/* ------ Footer Menu Title Responsive Media Query ------ */

 @media (max-width: 333px){
  .copyright {
    font-size: 14px;
    }
    }

/* ========= /Footer/ ========= */



/* ========= Home Page ========= */

/* --- Hero Columns --- */

 .hero-columns {
   flex-direction: row;
   overflow-y: hidden;
   display: flex;
   }  
    
 .column-1 {
   background-image: url("../img/tow-trucks.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-color: #848484;
   background-size: cover;
   width: 33.333333vw;
   height: 440px;
   }

 .column-2 {
   box-shadow: 0px 0px  16px black, 0px 0px  16px black, 0px 0px;
   background-image: url("../img/Clean Auto Body Services.jpg");
   background-repeat: no-repeat; 
   background-position: center top; 
   background-color: #525252; 
   background-size: cover;
   width: 33.333333vw; 
   overflow-y: hidden; 
   height: 440px;
   }
  
 .column-3 {   
   background-image: url("../img/Auto Painting.jpg");
   box-shadow: 0px 0px  16px black, 0px 0px  16px black, 0px 0px;
   background-repeat: no-repeat;
   background-position: right; 
   background-color: #848484;
   background-size: cover;
   width: 33.333333vw;
   height: 440px;
   }
  
 .column-title {
   text-shadow: 0px 0px  16px black, 0px 0px  16px black, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, 0px 0px;
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   background-color: rgba(0, 0, 0, 0.7);
   padding: 23px 0px 26px 11%;
   text-transform: uppercase;
   margin-top: 373px;  
   font-weight: 780;
   font-size: 17px;
   color: white;
   }
 

/* --- Front Page Section --- */  
	
 .front-page-section {
   background-image: url("../img/Front-Page Background.jpg");
   background-repeat: no-repeat; 
   background-color: #292929;	 
   overflow-x: hidden;	 
   }
	
 .front-page-section-width {
   padding: 35px 51px 45px 45px;
   justify-content: space-between;
   font-family: sans-serif; 
   word-spacing: 0.6px;
   line-height: 23.4px;	 	 
   max-width: 1066px;
   font-size: 15px;
   color: white; 
   margin: auto;
   display: flex; 
   }  

 .front-page-section-content {
   justify-content: space-between;
   flex-direction: row;	 	 
   display: flex;
   }  

 .front-page-pic-container {
   margin-bottom: 40px;
   max-width: 409px;
   margin-top: 33px;	
   width: 100%;
   float: right;
   } 

 .front-page-pic {
   background-image: url( "../img/C & G Car Care - Our Shop.jpg");
   background-clip: content-box;
   background-repeat: no-repeat;
   border: 1px solid #cccccc;
   background-size: cover;
   max-width: 409px;
   height: 386px;
   width: 100%;
   padding: 4px;	
   } 

 .front-page-column-1 {
   padding-right: 49px;
   max-width: 544px;
   }  

 .front-page-title {
   font-family: sans-serif;
   margin-bottom: 10px;
   line-height: 27px; 
   font-weight: 800;
   font-size: 16px;
   color: white;
   } 

 .towing-content-text {
   padding: 2px 0px 25px 0px;
   max-width: 1028px;
   margin: auto;
   } 
  
 .towing-content-text p {
   margin-top: 10px !important;
   }

 .td2 {
   flex-direction: column; 
   display: flex;
   }  
  
 .td1 {
   flex-direction: column; 
   margin-right: 40px;
   display: flex;
   }  
  
 .td1 span {
   margin-top: 6px;
   }  

 .td2 span {
   margin-top: 6px;
   }  

 .front-towing-content-detail-width {
   justify-content: space-between;
   margin-left: 20px;
   max-width: 547px;
   display: flex;
   }

 .front-towing-content-details {
   margin: 10px 0px 17px 0px;
   max-width: 139px; 
   }  

 .front-towing-content-sub-details {
   margin-left: 19px; 
   }

 .front-towing-content-details li {
   list-style: disc !important;
   line-height: 22px;
   margin-top: 9px; 
   }

 .tcd {
   margin-right: -19px !important;
   }

 .towing-content-details-2 {
   justify-content: space-between;
   flex-direction: row;
   max-width: 600px;
   display: flex;
   margin: auto;
   }  

 .front-towing-content-details span {
   margin-top: 8px;
   }
 
 .front-page-detail-area {
   margin: -3px auto 21px auto;	 
   max-width: 495px;	 
   display: flex;   
   }

 .front-page-detail {
   margin: 17px auto 4px 20px;
   max-width: 206px;	 
   }

 .front-page-detail li {
   list-style-type: disc;
   line-height: 22px;
   margin-left: 20px;
   margin-top: 11px;	
   }

 .front-page-section-logos {
   margin: 10px auto auto auto;
   flex-direction: row;
   display: flex;   
   } 

 .logo-1 {
   background-image: url("../img/credit_card_logos.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   height: 96px; 
   width: 320px;
   margin: auto;
   }  


/* --- Homepage Services Section --- */

 .homepage-services-section {   
   background-image: url("../img/Homepage Services Background (Faded).jpg");
   background-position: center;
   background-repeat: repeat;
   background-size: cover;
   }
   
 .services-section-title {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";	 
   text-shadow: 0px 0px  16px white, 0px 0px  16px white, 0px 0px  16px white, 0px 0px  16px white, 0px 0px  16px white, 0px 0px  16px white, 0px 0px;
   padding-top: 99px;
   font-weight: 760; 	 
   font-size: 36px; 
   }
  
 .services-section-width {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";	
   justify-content: space-between;
   padding: 50px 40px 126px 40px;
   max-width: 978px;
   display: flex;
   margin: auto;
   }

 a.homepage-services-item {
   background: linear-gradient(rgba(25, 25, 25, 0.725) 0%, rgba(0, 0, 0, 0.71) 21.453%, rgba(0, 0, 0, 0.77) 42.6035%, rgba(0, 0, 0, 0.81) 74.5085%, rgba(0, 0, 0, 0.9) 100%);
   padding: 38px 10px 28px 10px;
   margin: 0px auto auto auto;
   border-radius: 36px;
   max-width: 275px;
   width: 100%;
   }
     
 .services-section-imege {
   background-image: url("../img/Dent Repair Hail Damage Featured Page.jpg");
   border-radius: 16px 16px 13px 13px;
   background-position: center top;
   background-repeat: no-repeat;
   margin: auto auto 17px auto;
   background-size: cover;
   max-width: 248px;
   height: 145px;
   width: 100%;
   }
 
 .services-section-imege-2 {
   background-image: url("../img/Bumper Repair Auto-Body.jpg");
   border-radius: 16px 16px 13px 13px;
   background-position: center bottom;
   background-repeat: no-repeat;
   margin: auto auto 17px auto;
   background-size: cover;
   max-width: 248px;
   height: 145px;
   width: 100%;
   }
 
 .services-section-imege-3 {
   background-image: url("../img/Towing Featured Page.jpg");
   border-radius: 16px 16px 13px 13px;
   background-position: center top;
   background-repeat: no-repeat;
   margin: auto auto 17px auto;
   background-size: cover;
   max-width: 248px;
   height: 145px;
   width: 100%;
   }
 
  .services-section-page-title {
   text-align: center;
   font-weight: 700;
   font-size: 19px;
   color: white;
   }
 

/* --- Featured Section --- */
   
 .featured-section {
   background-image: url( "../img/C & G Car Care Featured Section.jpg");
   background-size: 1902px 220px !important;   
   background-repeat: no-repeat;
   background-position: center;
   background-color: #4e4e4e;
   border: 1px solid black;
   overflow: hidden;
   } 
   
 .featured-section-width {
   font-family: 'Poppins', sans-serif; 
   justify-content: space-between;
   padding: 27px 26px 27px 26px;
   flex-direction: row;
   max-width: 1000px;	 
   display: flex;
   margin: auto;
   color: white;
   } 

 .featured-section-right {
   max-width: 259px;
   }   

 .featured-section-left {
   max-width: 573px;
   margin-top: 18px;
   }   
   

/* Featured Box */

 .featured-box {
   box-shadow: 0px 0px 16px black, 0px 0px; 
   background-color: #f4f4f4;
   border: solid 1px #000;
   padding-bottom: 31px;
   margin-right: 0px;
   padding-top: 26px;
   width: 260px;
   }  
   
 .featured-button {
   background-color: #ffffff;
   border-style: solid;
   margin-bottom: 14px;
   border-radius: 5px;
   border-color: #ed2424;
   border-width: 2px;
   margin-top: 12px;
   width: 160px;
   color: #8b1312;
   }  
   
 .featured-button:hover {
   background-color: #ed2424;
   margin-bottom: 14px;
   border-style: solid;
   border-radius: 5px;
   border-width: 2px;	
   border-color: #ed2424;
   margin-top: 12px;
   width: 160px;
   color: white;
   }  

 .featured-section-title { 
   text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 13px black, 0px 0px 30px black, 0px 0px;
   font-weight: 740;
   font-size: 24px;
   color: white;
   }

 .featured-section-description {
   text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 13px black, 0px 0px 23px black, 0px 0px;
   font-weight: 700;
   margin-top: 7px;
   color: white;
   } 
          	

/* --- Why Choose Us --- */
  
 .why-choose-us-section {
   background-image: url("../img/Hands faded1.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: 1920px 505px; 
   padding: 9vh 10px 9vh 10px;
   background-color: #c1c1c1;
   }  
    
 .why-choose-us-section-width {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   padding: 0px 22px 0px 22px;
   max-width: 740px;
   line-height: 1.6;
   margin: auto;
   } 
  

/* --- Responsive Media Query --- */
/* --- Hero Columns Responsive Media Query --- */
   
 @media screen and (max-width: 1615px) {
  .column-1 {
    height: 378px;
    }
	
  .column-2 {
    height: 378px;
    }
	
  .column-3 {
    height: 378px;
    }	
	
  .column-title {
    margin-top: 310px;  
    padding: 23px 0px 26px 11%;
    }
    }

 @media screen and (max-width: 1031px) {
  .column-1 {
    height: 298px;
    }
	
  .column-2 {
    height: 298px;
    }
	
  .column-3 {   
    height: 298px;
    }
  
  .column-title {
    padding: 17px 75px 35px 11% !important;
    margin-top: 230px;  
    font-size: 13.5px; 
    }
    }

 @media screen and (max-width: 1256px) {
  .column-title {
    padding: 17px 75px 42px 11% !important;
    margin-top: 307px;  
    font-size: 13.5px; 
    }
    }
   
 @media screen and (max-width: 500px) {
  .column-1 {
    background-position: left; 
    height: 360px;
    }
	
  .column-2 {
    background-position: center; 
    height: 360px;
    }
	
  .column-3 {
    background-position: center;  
    height: 360px;
    }
    }
    
 @media screen and (max-width: 450px) {
  .ct1 {
    margin-top: 268px !important;
    }
    }
	
 @media screen and (max-width: 380px) {
  .ct1 {
    margin-top: 270px !important;
    }   
    }
	
 @media screen and (max-width: 790px) {
  .hero-columns {
    display: flex;
    flex-direction: column;
    }  
  
  .column-1 {
    width: 100%;
    height: 360px;
    }
  
  .column-2 {
    background-size: cover;	  
    width: 100%;
    height: 360px;
    }
  
  .column-3 {
    background-position: center;   
    width: 100%;
    height: 360px;
    }
  
  .column-title {
    margin-top: 295px;  
    font-size: 18px;
    font-weight: 890;
    }  
    }
  
 @media screen and (max-width: 1031px) {
  .ct2 {
    margin-top: 230px;
    }
	 
  .column-title {
    margin-top: 230px;
    }	 
    }

 @media screen and (max-width: 790px) {
  .ct2 {
    margin-top: 293px;
    }
	 
  .column-title {
    margin-top: 293px;
    }
    }

 @media screen and (max-width: 705px) {
  .column-2 {
    background-position: left;  
    }
    }
    
 @media screen and (max-width: 595px) {
  .column-2 {
    background-position: center;  
    }
    }

 @media screen and (max-width: 450px) {
  .column-1 {
    background-position: center; 
    } 
    }

 @media screen and (max-width: 330px) {
  .column-2 {
    background-repeat: no-repeat;
    background-position: center;  
    height: 325px;
    }
    }

 @media screen and (max-width: 330px) {
  .ct2 {
	padding: 17px 38px 26px 27px !important;  
    margin-top: 268px !important;
    }
    }

 @media all and (max-width: 450px) and (min-width: 331px) {
  .ct2 {
    margin-top: 301px !important;
    }
    }

 @media all and (max-width: 380px) and (min-width: 331px) {
  .ct2 {
    padding: 17px 51px 26px 27px !important;  
    margin-top: 299px !important;
    }
    }
   
 @media screen and (max-width: 450px) {
  .column-title {
	margin-top: 301px;  
    font-size: 16px; 
    } 
    }

 @media screen and (max-width: 330px) {
  .column-title {
    margin-top: 268px !important;  
    font-size: 15px; 
    } 
    }

 @media screen and (max-width: 380px) {
  .column-1 {
    background-position: center; 
    height: 325px;
    }
  
  .column-3 {
    background-position: center;   
    height: 325px;
    }
  
  .column-title {
    margin-top: 264px;  
    padding: 17px 0px 26px 27px !important;
    } 
    }
   

/* ------ Front Page Section Responsive Media Query ------ */
/* Front Page Background Responsive Media Query */
   
 @media all and (max-width: 3840px) and (min-width: 1249px) {
  .front-page-section {
    background-position: center bottom;
    background-size: 1920px 100%; 
    } 
    }
  
 @media all and (max-width: 1248px) and (min-width: 1186px) {
  .front-page-section {
    background-position: center bottom;
    background-size: 1248px 100%; 
    } 
    }

 @media all and (max-width: 1185px) and (min-width: 1080px) {
  .front-page-section {
    background-position: center bottom;
    background-size: 1185px 100%; 
    } 
    }

 @media all and (max-width: 1079px) and (min-width: 1041px) {
  .front-page-section {
    background-position: center bottom;
    background-size: 1079px 100%; 
    }    
    }

 @media all and (max-width: 1040px) and (min-width: 1022px) {
  .front-page-section {
    background-position: center bottom;
    background-size: 1079px 100%; 
    }    
    }

 @media all and (max-width: 1021px) and (min-width: 994px) {
  .front-page-section {
    background-position: center bottom;
    background-size: 1021px 100%; 
    }    
    }

 @media all and (max-width: 905px) and (min-width: 780px) {
  .front-page-section {
    background-size: 905px 100%; 
    background-position: center bottom;
    } 
    }  
  	  
 @media all and (max-width: 490px) and (min-width: 451px) {
  .front-page-section {
    background-size: 500px 100%; 
    background-position: center bottom;
    }   
    }  

 @media (max-width: 993px){
  .front-page-section {
    background-size: 973px 100%; 
    }   
    }

 @media (max-width: 955px){
  .front-page-section {
    background-size: 955px 100%; 
    }   
    }

 @media (max-width: 945px){
  .front-page-section {
    background-size: 945px 100%; 
    }   
    }

 @media (max-width: 896px){
  .front-page-section {
    background-size: 894px 100%; 
    }   
    }

 @media (max-width: 855px){
  .front-page-section {
    background-size: 945px 100%; 
    }   
    }

 @media (max-width: 815px){
  .front-page-section {
    background-size: 815px 100%; 
    }   
    }
	
 @media (max-width: 800px){
  .front-page-section {
    background-size: 782px 100%; 
    overflow-y: hidden;
    }   
    }

 @media (max-width: 797px){
  .front-page-section {
    background-size: 777px 100%; 
    overflow-y: hidden;
    }   
    }

 @media (max-width: 770px){
  .front-page-section {
    background-size: 777px 100%; 
    overflow-y: hidden;
    }   
    }

 @media (max-width: 737px){
  .front-page-section {
    background-size: 737px 100%; 
    overflow-y: hidden;
    }   
    }

 @media (max-width: 727px){
  .front-page-section {
    background-size: 727px 100%; 
    overflow-y: hidden;
    }   
    }

 @media (max-width: 706px){
  .front-page-section {
    background-size: 727px 100%; 
    }   
    }

 @media (max-width: 555px){
  .front-page-section {
    background-size: 555px 100%; 
    }   
    }

 @media (max-width: 547px){
  .front-page-section {
    background-size: 555px 100%; 
    }   
    }

 @media all and (max-width: 740px) and (min-width: 728px) {
  .front-page-section {
    background-size: 731px 100%; 
    overflow-y: hidden;
    }   
    }

 @media (max-width: 450px){
  .front-page-section {
    overflow-y: hidden;
    }
    }

 @media (max-width: 660px){
  .front-page-section {
    background-image: url("../img/Front-Page Background (Mobile).jpg") !important;
    background-position: center bottom;
    background-size: 660px 100%; 
    }   
    }	

 @media (max-width: 610px){
  .front-page-section {
    background-size: 610px 100%;
    }   
    }	

 @media (max-width: 555px){
  .front-page-section {
    background-size: 555px 100%;
    }   
    }	

 @media (max-width: 547px){
  .front-page-section {
    background-size: 527px 100%;
    }   
    }		

 @media (max-width: 380px){
  .front-page-section {
    background-position: center top;
    background-size: 450px 100%; 
    margin-top: -2px;
    } 
    }
 
 @media all and (max-width: 450px) and (min-width: 381px) {
  .front-page-section {
    background-size: 450px 100%; 
    background-position: center bottom;
    margin-bottom: 0px;
    }   
    }

 @media (max-width: 330px){
  .front-page-section {
    background-size: 450px 100%; 
    margin-bottom: 0px;
    }   
    }
  	
 @media all and (max-width: 1592px) and (min-width: 1469px) {
  _:-ms-lang(x), .ie10up, .front-page-section { 
    margin-top: -8px;
    }
    }


/* Front Page Section Width Responsive Media Query */

 @media (max-width: 1120px){
  .front-page-section-width {
    max-width: 1056px;  
    }  
    }

 @media (max-width: 1010px){
  .front-page-section-width {
    padding: 34px 27px 45px 27px;
    }  
    }

 @media (max-width: 964px){
  .front-page-section-width {
    padding: 29px 27px 32px 27px;
    }  
    }

 @media (max-width: 830px){
  .front-page-section-width {
    padding: 31px 27px 27px 27px;
    }  
    }

 @media (max-width: 657px){
  .front-page-section-width {
    padding: 46px 40px 36px 40px;
    flex-direction: column-reverse;
    }  
    }

 @media (max-width: 583px){
  .front-page-section-width {
    padding: 46.6px 27px 36px 27px;
    }  
    }

 @media (max-width: 460px){
  .front-page-section-width {
    padding: 36px 27px 29px 27px;
    }  
    }


/* Front Page Column Responsive Media Query */
  
 @media (max-width: 1120px){
  .front-page-column-1 {
    padding-right: 40px;
    }	
    }

 @media (max-width: 972px){
  .front-page-column-1 {
    max-width: 478px;
    }	
    }

 @media (max-width: 905px){
  .front-page-column-1 {
    max-width: 448px;
    }	
    }

 @media (max-width: 873px){
  .front-page-column-1 {
    max-width: 423px;
    }	
    }

 @media (max-width: 833px){
  .front-page-column-1 {
    max-width: 406px;
    }	
    }

 @media (max-width: 787px){
  .front-page-column-1 {
    max-width: 380px;
    }	
    }

 @media (max-width: 766px){
  .front-page-column-1 {
    padding-right: 30px;  
    max-width: 362px;
    }	
    }

 @media (max-width: 657px){
  .front-page-column-1 {
    padding-right: 0px;
    max-width: 543px;
    margin-top: 5px;
    }	
    }


/* Front Page Title/Text Responsive Media Query */

 @media (max-width: 833px){
  .front-page-title {
    font-size: 15px;  
    } 	
	 
  .front-page-column-text {
    font-size: 14.5px;	 
    }
    }

 @media (max-width: 788px){
  .front-page-title {
    font-size: 14px;  
    } 	
    }

 @media (max-width: 657px){
  .front-page-title {
    line-height: 23px;  
    font-size: 17px;  
    } 	
    }

 @media (max-width: 613px){
  .front-page-title {
    font-size: 16px;  
    } 	
	 
  .front-page-column-text {
    font-size: 15px;
    }	 
    }

 @media (max-width: 460px){
  .front-page-title {
    font-size: 15px;  
    } 	
	 
  .front-page-column-text {
    margin-top: 9px;
    font-size: 14px;
    }	 
	 
  .front-page-column-text, p {
    margin-top: 10px;
    }
    }

 @media (max-width: 380px) {
  .front-page-column-text a {
    display: block;
    }	 
	 
  .front-page-title {
    font-size: 14px;  
    } 	
    }

 @media (max-width: 333px){
  .front-page-column-text a {
    display: inline;
    }	 
    }

 @supports (-webkit-touch-callout: none) {
  .front-page-title {
    margin-left: 0px;
    max-width: 310px;
    font-size: 14.5px;
    } 	
	
  .front-page-section-width {
    padding: 44px 32px 73px 32px !important;	
    }
    }


/* Front Page Pic Responsive Media Query */

 @media (max-width: 1120px){
  .front-page-pic-container {
    margin: 39px 0px 40px auto;
    } 
    }

 @media (max-width: 905px){
  .front-page-pic-container {
    margin: 87px 0px 127px auto;
    } 
    }

 @media (max-width: 1040px){
  .front-page-pic-container {
    margin: 46px 0px 40px auto;  
    } 
    }

 @media (max-width: 788px){
  .front-page-pic {
    height: 275px;
    } 	 
	 
  .front-page-pic-container {
    margin: 121px 0px 40px auto;
    max-width: 275px;
    } 
    }

 @media (max-width: 657px){
  .front-page-pic {
    height: 353px;
    } 
	 
  .front-page-pic-container {
    margin: 0px auto 13px auto;
    max-width: 355px;
    width: 100%;
    } 
    }

 @media (max-width: 460px){
  .front-page-pic {
    height: 300px;
    } 
	 
  .front-page-pic-container {
    max-width: 369px;  
    } 
    }

 @media (max-width: 380px){
  .front-page-pic {
    height: 240px;
    } 	 
	 
  .front-page-pic-container {
    max-width: 297px;  
    } 
    }

 @media (max-width: 333px){
  .front-page-pic {
    height: 207px;
    } 	 
	 
  .front-page-pic-container {
    max-width: 257px;
    } 
    }


/* Front Page Section Logos Responsive Media Query */  

 @media (max-width: 905px){
  .logo-1 {
    margin-top: 4px;
    height: 89px;
    width: 286px;	
    } 
    }

 @media (max-width: 873px){
  .logo-1 {
    margin-top: 0px;
    height: 87px;
    width: 269px;
    } 
    }

 @media (max-width: 660px){
  .logo-1 {
    margin-top: 10px;
    } 
    }

 @media (max-width: 460px){
  .logo-1 {
    margin-top: 0px;  
    height: 90px;
    width: 275px;
    } 
    }


/* ------ Internet Explorer/Edge ------ */

 @media all and (max-width: 1853px) and (min-width: 1593px) {
  _:-ms-lang(x), .ie10up, .front-page-section-width { 
    margin: 0px 20% 0px 16%;
    }
    }
  
 @media all and (max-width: 1592px) and (min-width: 1469px) {
  _:-ms-lang(x), .ie10up, .front-page-section-width { 
    margin: 0px 10% 0px 14%;

    }
    }
  
 @media all and (max-width: 1468px) and (min-width: 1379px) {
  _:-ms-lang(x), .ie10up, .front-page-section-width { 
    margin: 0px 10% 0px 10%;
    }
    }
  
 @media all and (max-width: 1378px) and (min-width: 179px) {
  _:-ms-lang(x), .ie10up, .front-page-section-width { 
    margin: 0px 10% 0px 5%;
    }
    }


/* ------ Homepage Services Section Responsive Media Query ------ */  
/* ------ Services Background Responsive Media Query ------ */  
     
 @media (max-width: 657px){
  .homepage-services-section {
    background-image: url("../img/pexels-nikita-nikitin-10102313.jpg");
    }
    }


/* Homepage Services Width Responsive Media Query */  

 @media screen and (max-width: 657px) {
  .services-section-title {
    padding-top: 82px;
    } 
    }

 @media screen and (max-width: 460px) {
  .services-section-title {
    padding-top: 68px;
    } 
    }

   
/* Homepage Services Width Responsive Media Query */  

 @media screen and (max-width: 835px) {
  .services-section-width {
    max-width: 754px;
    } 
    }

 @media screen and (max-width: 703px) {
  .services-section-width {
    max-width: 601px;
    } 
    }

 @media screen and (max-width: 657px) {
  .services-section-width {
    justify-content: space-around;  
    flex-direction: column;
    padding-bottom: 58px;  
    padding-top: 55px;  
    max-width: 601px;
    height: auto;
    } 
    }

 @media screen and (max-width: 460px) {
  .services-section-width {
    padding-bottom: 55px;  
    } 
    }

 @media screen and (max-width: 333px) {
  .services-section-width {
    padding-bottom: 45px;  
    } 
    }

 
/* Homepage Services Item Responsive Media Query */  
  
  @media screen and (max-width: 983px) {
  a.homepage-services-item {
    max-width: 242px;
    } 
    }

  @media screen and (max-width: 885px) {
  a.homepage-services-item {
    max-width: 221px;
    } 
    }

  @media screen and (max-width: 835px) {
  a.homepage-services-item {
    max-width: 200px;
    } 
    }

  @media screen and (max-width: 703px) {
  a.homepage-services-item {
    max-width: 229px;
    } 
    }

  @media screen and (max-width: 657px) {
  a.homepage-services-item {
    margin: auto auto 38px auto;
    max-width: 280px;
    } 
    }
   

/* Services Section Imege Responsive Media Query */  
 
 @media (max-width: 104px){
  .services-section-imege {
    max-width: 223px;
    height: 138px;
    }   
   
  .services-section-imege-2 {
    max-width: 223px;
    height: 138px;
    }   
   
  .services-section-imege-3 {
    max-width: 223px;
    height: 138px;
    }    
    }


/* ------ Featured Section Responsive Media Query ------ */  
/* ------ Featured Background Responsive Media Query ------ */  

 @media (max-width: 1750px){
  .featured-section {
    background-size: 100% 220px !important;   
    } 
    }
   
 @media (max-width: 1513px){
  .featured-section {
    background-size: 107% 220px !important;
    background-position: left; 
    } 
    }

 @media (max-width: 1122px){
  .featured-section {
    background-size: 110% 220px !important;   
    } 
    }
   
 @media (max-width: 950px){
  .featured-section {
    background-image: url("../img/C & G Car Care Featured Section (Tablet).jpg");
    background-size: 100% 233px !important;   
    } 
    }
          
 @media (max-width: 657px){
  .featured-section {
    background-image: url("../img/C & G Car Care Featured Section (Mobile).jpg");
    background-size: 100% 439px !important;  
    background-position: center;
    height: auto;
    } 
    }

 @media (max-width: 460px){
  .featured-section {
    background-size: 100% 427px !important;  
    } 
    }

 @media (max-width: 330px){
  .featured-section {
    background-size: 100% 420px !important;  
    } 
    }


/* Featured Section Width Responsive Media Query */  
	 
 @media screen and (max-width: 657px) {
  .featured-section-width {
    padding: 34px 26px 46px 26px;  
    flex-direction: column; 
    } 
    }

 @media screen and (max-width: 330px) {
  .featured-section-width {
    padding: 29px 21px 43px 21px;  
    } 
    }


/* Featured Section Left/Right Responsive Media Query */  

 @media screen and (max-width: 980px) {
  .featured-section-left {
    margin-top: -4px;
    max-width: 485px;
    }      
    }

 @media screen and (max-width: 882px) {
  .featured-section-left {
    margin-top: 0px;
    max-width: 379px;
    }      
    }

 @media screen and (max-width: 776px) {
  .featured-section-left {
    margin-top: 3px;
    max-width: 349px;
    }      
    }

 @media screen and (max-width: 744px) {
  .featured-section-left {
    margin-top: -16px;
    max-width: 302px;
    }      
    }

 @media screen and (max-width: 657px) {
  .featured-section-left {
    max-width: 440px;
    margin: auto;
    }     
	 
  .featured-section-right {
    margin: auto;
    }    
    }

 @media screen and (max-width: 575px) {
  .featured-section-left {
    max-width: 421px;
    }  
    }

	
/* Featured Section Title Responsive Media Query */  
		
 @media screen and (max-width: 980px) {
  .featured-section-title { 
    margin-top: 21px;
    font-size: 23px;
    }
    }

 @media screen and (max-width: 882px) {
  .featured-section-title { 
    font-size: 18px;  
    }
	 
  .featured-section-description {
    font-size: 14px;	 
    }
    }

 @media screen and (max-width: 776px) {
  .featured-section-title { 
    font-size: 17px;  
    }
    }

 @media screen and (max-width: 744px) {
  .featured-section-title { 
    font-size: 18px;  
    }
	 
  .featured-section-description {
    font-size: 14.7px;	 
    }
    }

 @media screen and (max-width: 657px) {
  .featured-section-title { 
    margin-top: 0px; 
    font-size: 20px;  
    }
	 
  .featured-section-description {
    font-size: 16px;
    }
    }

 @media screen and (max-width: 460px) {
  .featured-section-title { 
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 15px black, 0px 0px 6px black, 0px 0px 4px black, 0px 0px 23px black, 0px 0px 39px #0000009e, 0px 0px;
    font-size: 22px;  
    }
	 
  .featured-section-description {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 15px black, 0px 0px 6px black, 0px 0px 4px black, 0px 0px 23px black, 0px 0px 39px #0000009e, 0px 0px;
    }	 
    }

 @media screen and (max-width: 380px) {
  .featured-section-title { 
    font-size: 18px;  
    }
	 
  .featured-section-description {
    font-size: 14px;
    }
    }

 @media screen and (max-width: 333px) {
  .featured-section-title { 
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 15px black, 0px 0px 6px black, 0px 0px 6px black, 0px 0px 4px black, 0px 0px 43px black, 0px 0px 43px black, 0px 0px 51px #0000009e, 0px 0px;  
    font-size: 17px;  
    }
	 
  .featured-section-description {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 15px black, 0px 0px 6px black, 0px 0px 6px black, 0px 0px 4px black, 0px 0px 23px black, 0px 0px 39px #0000009e, 0px 0px;  
    font-size: 13px;
    }
    }


/* Featured Box Responsive Media Query */  
   
 @media screen and (max-width: 690px) {
  .featured-box {
    width: 236px;
    }
    }

 @media screen and (max-width: 657px) {
  .featured-box {
    margin: 31px auto auto auto;  
    width: 275px;  
    }
    }

 @media screen and (max-width: 333px) {
  .featured-box {
    font-size: 15px;  
    width: 256px; 
    }
    }


/* ------ Why Choose Us Section Responsive Media Query ------ */  
   
 @media (max-width: 749px){
  .why-choose-us-section {
    background-size: 1920px 530px; 
    }    
    }
  
 @media (max-width: 673px){
  .why-choose-us-section {
    background-size: 1920px 586px; 
    }    
    }
  
 @media (max-width: 547px){
  .why-choose-us-section {
    background-size: 1920px 586px; 
    }    
    }

 @media (max-width: 522px){
  .why-choose-us-section {
    background-size: 1920px 613px; 
    }    
    }

 @media (max-width: 501px){
  .why-choose-us-section {
    background-size: 1920px 612px; 
    }    
    }
  
 @media (max-width: 660px){
  .why-choose-us-section {
    padding: 10vh 10px 13vh 10px;
    }  
    }

 @media (max-width: 450px){
  .why-choose-us-section {
    background-size: 1420px 558px; 
    padding: 6vh 0px 9vh 0px; 
    }    
    }
   
 @media (max-width: 380px){
  .why-choose-us-section {
    background-size: 1400px 659px !important; 
    }    
    }
     
 @media (max-width: 357px){
  .why-choose-us-section {
    background-size: 1400px 659px !important; 
    }    
    }

 @media (max-width: 320px){
  .why-choose-us-section {
    background-size: 1400px 660px !important; 
    }    
	
  .why-choose-us-section-width {
    font-size: 15.5px;
    }
    }


/* ------ Internet Explorer/Edge ------ */

_:-ms-lang(x), .ie10up, .why-choose-us-section  { 
   property:value; 
   margin-top: -5px;
   background-image: url("../img/Hands faded.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: 1920px 500px; 
   padding: 12vh 10px 12vh 10px;
   }         
  
/* ========= /Home Page/ ========= */



/* ========= Auto-Body ========= */

 .auto-body-banner {	
   background-image: url("../images/Page Banner.png");
   background-size: 1920px 270px;	
   background-repeat: no-repeat;
   background-position: center;
   height: 260px;
   }
  
 .body-page-title {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   text-align: center;
   font-weight: 900;
   font-size: 33px;
   margin: auto;
   } 
   
 .body-page-section {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   justify-content: space-between;
   padding: 27px 40px 9px 40px;
   flex-direction: row-reverse;
   overflow-x: hidden;
   line-height: 21px;
   max-width: 1219px;	 
   margin: auto;
   } 
    	 
 .body-image {   
   background-image: url( "../img/Auto Body Collision Repair.jpg");
   background-repeat: no-repeat;
   background-clip: content-box;
   background-position: right;
   border: 1px solid #cccccc; 
   background-size: cover; 
   margin-left: 30px;
   max-width: 400px;
   padding: 4px;
   height: 284px;
   float: right;
   width: 100%;
   } 

 .body-detail {
   margin: 17px 0px 17px 32px !important;
   }

 .body-detail li {
   line-height: 32px;
   list-style: disc !important;	
   }

 .body-description {
   padding-right: 33px;
   line-height: 26px;
   max-width: 455px;
   margin-top: 18px;
   width: 100%;
   }

 .body-description {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   }

 .body-description, p {
   margin-top: 11px !important;
   }

 .offered-body-services {
   margin: 20px auto auto auto;
   flex-direction: row;
   max-width: 430px;
   flex-wrap: wrap;
   display: flex;
   width: 100%;
   }

 .body-service-list-item {
   padding: 10.4px 0px 12.8px 11px;
   border: 1px solid #e5e5e5;
   max-width: 140px;
   font-size: 15px;
   width: 100%;
   }   
    
 .auto-body-title-description {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   padding: 4px 40px 0px 40px;
   margin-top: 21px; 
   }  

 .featured-body-pages {
   justify-content: space-between;
   padding: 42px 40px 70px 40px;
   flex-direction: row;
   overflow-x: hidden;	
   max-width: 1058px;
   display: flex;
   margin: auto;
   }

 .featured-body-container {
   padding: 0px 10px 0px 10px;   
   } 
  
 .featured-body-text {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   text-align: center;
   font-weight: 800;
   margin-top: 10px;
   font-size: 20px;
   } 
    
 .featured-body-image-1 {
   background-image: url("../img/Car Crash - Featured Page.jpg");
   background-repeat: no-repeat;
   background-position: center;	 
   background-size: cover; 
   height: 147px;
   width: 260px;
   } 
   
 .featured-body-image-2 {
   background-image: url( "../img/Auto Painting.jpg");
   background-repeat: no-repeat;
   background-position: center bottom;	 
   background-size: cover; 
   height: 145px;
   width: 260px;
   } 
    	   
 .featured-body-image-3 {
   background-image: url( "../img/Vehicle Restoration Classic Cars - Featured Page.jpg");
   background-repeat: no-repeat;
   background-position: center;	 
   background-size: cover; 
   height: 147px;
   width: 260px;
   } 
    	   
 .featured-body-image-4 {
   background-image: url("../img/Dent Repair Hail Damage Featured Page.jpg");
   background-repeat: no-repeat;
   background-position: center;	 
   background-size: cover; 
   height: 147px;
   width: 260px;
   } 
  

/* --- Responsive Media Query --- */  
/* --- Body Service List Item Responsive Media Query --- */  

 @media (max-width: 450px){
  .body-page-title {
    margin-top: -8px;
    }
    }

 @media (max-width: 380px){
  .body-page-title {
    margin-top: -13px;
    }
    }


/* --- Body Service List Item Responsive Media Query --- */  

 @media (max-width: 996px){
  .body-service-list-item {
    font-size: 14.5px;
    max-width: 130px;
    }
	
  .tsli {
    max-width: 112px;
    }	 
	 
  .slis {
    max-width: 93px;	
    }	
    }

 @media (max-width: 827px){
  .body-service-list-item {
    max-width: 119px;
    font-size: 14px;
    }
	
  .slis {
    max-width: 92px;	
    }	
	
  .tsli {
    max-width: 100px;	
    }
    }

 @media (max-width: 776px){
  .body-service-list-item {
    max-width: 136px;
    font-size: 14px;
    }
	
  .slis {
    max-width: 136px;	
    }	
	
  .tsli {
    max-width: 136px;	
    }
    }

 @media (max-width: 698px){
  .body-service-list-item {
    max-width: 117px;
    font-size: 14px;
    }
	
  .slis {
    max-width: 117px;	
    }	
	
  .tsli {
    max-width: 117px;	
    }
    }

 @media (max-width: 450px){
  .body-service-list-item {
    max-width: 117px;
    font-size: 14px;
    }
	
  .slis {
    max-width: 93px !important;	
    }	
	
  .tsli {
    max-width: 97px !important;	
    }
    }

 @media (max-width: 380px){
  .body-service-list-item {
    line-height: 19px;
    font-size: 13px;
    max-width: 107px;
    }
	 
  .slis {
    max-width: 89px !important;	
    }	
	
  .tsli {
    max-width: 96px !important;	
    }
    }

 @media (max-width: 660px){
  .offered-body-services {
    max-width: 355px;
    }
    }

 @media (max-width: 380px){
  .offered-body-services {
    max-width: 264px;
    }
    }

 @media (max-width: 450px){
  .offered-body-services {
    margin: 20px auto 10px auto;
    max-width: 314px;
    }
    }

 @media (max-width: 330px){
  .body-service-list-item {
    line-height: 19px;
    font-size: 13.5px;
    max-width: 80px;
    }
	 
  .slis {
    max-width: 72px !important;	
    }	
	
  .tsli {
    max-width: 96px !important;	
    }
    }

 @media (max-width: 330px){
  .offered-body-services {
    margin: 20px auto 10px auto;
    max-width: 252px;
    }
    }


/* --- Body Page Section Responsive Media Query --- */  

 @media (max-width: 1065px){
  .body-page-section {
    justify-content: space-between;
    padding: 42px 27px 70px 27px;	  
    }
    }
	
 @media (max-width: 858px){
  .body-page-section {
    padding: 29px 27px 3px 27px;	  
    }
    }
	 
 @media (max-width: 660px){
  .body-page-section {
    padding: 17px 27px 7px 27px; 
    flex-direction: column;
    }
	
  .body-description {
    padding-right: 0px;	
    }
    }

 @media (max-width: 330px){
  .body-page-section {
   padding: 17px 30px 7px 30px; 
    }
    }


/* --- Body Image Responsive Media Query --- */  

 @media (max-width: 1109px){
  .body-image {
    margin-top: 8px;  
    max-width: 350px;
    height: 259px;	  
    }
    }

 @media (max-width: 1082px){
  .body-image {
    margin-top: 30px;  
    max-width: 328px;
    height: 246px;  
    }
    }

 @media (max-width: 943px){
  .body-image {
    margin-top: 13px;
    max-width: 298px;
    height: 218px;  
    }
    }

 @media (max-width: 657px){
  .body-image {
    margin: 23px auto 0px auto;
    max-width: 344px;
    height: 257px;
    float: none;
    }
    } 


/* --- Featured Body Image Responsive Media Query --- */  

 @media (max-width: 1232px){
  .featured-body-pages {
    padding: 42px 27px 70px 27px;
    max-width: 932px;
    }
    }

 @media (max-width: 858px){
  .featured-body-pages {
    padding: 42px 27px 70px 27px;
    max-width: 599px;
    flex-wrap: wrap;
    }
    }
 

/* --- Featured Body Image Responsive Media Query --- */  
	
 @media (max-width: 1016px){
  .featured-body-container {
    max-width: 944px;
    }	 
    }
 

/* --- Featured Body Image Responsive Media Query --- */  

 @media (max-width: 1232px){
  .featured-body-image-1 {
    height: 132px;
    width: 239px;
    }
	
  .featured-body-image-2 {
    height: 132px;
    width: 239px;
    }
		
  .featured-body-image-3 {
    height: 132px;
    width: 239px;
    }
	 		
  .featured-body-image-4 {
    height: 132px;
    width: 239px;
    }
    }

 @media (max-width: 1016px){
  .featured-body-image-1 {
    height: 121px;
    width: 235px;
    }
	
  .featured-body-image-2 {
    height: 121px;
    width: 235px;
    }
		
  .featured-body-image-3 {
    height: 121px;
    width: 235px;
    }
	 		
  .featured-body-image-4 {
    height: 121px;
    width: 235px;
    }
    }

 @media (max-width: 947px){
  .featured-body-image-1 {
    height: 116px;
    width: 226px;
    }
	
  .featured-body-image-2 {
    height: 116px;
    width: 226px;
    }
		
  .featured-body-image-3 {
    height: 116px;
    width: 226px;
    }
	 		
  .featured-body-image-4 {
    height: 116px;
    width: 226px;
    }
    }

 @media (max-width: 858px){
  .featured-body-image-1 {
    height: 132px;
    width: 239px;
    }
	
  .featured-body-image-2 {
    height: 132px;
    width: 239px;
    }
		
  .featured-body-image-3 {
    margin-top: 35px;
    height: 132px;
    width: 239px;
    }
	 		
  .featured-body-image-4 {
    margin-top: 35px;
    height: 132px;
    width: 239px;
    }
    }
 
 @media (max-width: 660px){
  .featured-body-image-2 {
    margin-top: 33px;
    }
    }
 

/* --- Featured Body Text Responsive Media Query --- */  

 @media (max-width: 1250px){
  .featured-body-text {
    font-size: 16px;
    }	
    }

 @media (max-width: 800px){
  .featured-body-text {
    margin: 5px auto auto auto;
    max-width: 162px;
    }	
    }

 @media (max-width: 770px){
  .featured-body-text {
    padding-top: 7px;
    max-width: 145px;
    font-size: 16px;
    margin: auto;
    }	
    }
	
 @media (max-width: 660px){
  .featured-body-text {
    padding-top: 7px;
    max-width: 238px;
    font-size: 18px;
    margin: auto;	
    }	
	
  .bottom-body-text {
    padding: 12px 30px 53px 30px;	
    }
    }

 @media (max-width: 450px){
  .bottom-body-text {
    padding: 14px 30px 53px 30px;	
    }
    }

 @media (max-width: 330px){
  .bottom-body-text {
    padding: 11px 30px 53px 30px;	
    }
    }


/* --- Featured Body Pages Responsive Media Query --- */  

 @media (max-width: 964px){
  .featured-body-pages {
    padding: 42px 27px 70px 27px;
    }
    }

 @media (max-width: 760px){
  .featured-body-pages {
    justify-content: space-around;  
    max-width: 725px;
    }
    }

 @media (max-width: 660px){
  .featured-body-pages {
    justify-content: space-around;
    padding: 45px 27px 60px 27px;  
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 307px;
    }
    }


/* ========= /Auto-Body/ ========= */



/* ========= Collision & Frame Repair ========= */

 .collision-section {
   justify-content: space-between;
   padding: 10px 40px 5px 40px;
   flex-direction: row;
   max-width: 1130px;
   display: flex;
   margin: auto;
   }

 .collision-column {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   padding-right: 53px;
   line-height: 26px;
   max-width: 535px;
   width: 100%;
   }

 .collision-section-pic {
   background-image: url( "../img/Collision & Frame Repair Crash Test.jpg");
   background-clip: content-box;
   background-repeat: no-repeat;
   border: 1px solid #cccccc;
   background-size: cover;
   max-width: 451px;
   margin-bottom: 40px;
   margin-top: 33px;
   height: 328px;
   padding: 4px;
   float: right;	 
   width: 100%;	 
   }

 .collision-title {
   font-size: 1.43333rem;
   margin-bottom: 15px;
   font-weight: 900;
   }
   
 .collision-title-2 {
   font-size: 1.43333rem;
   margin-bottom: 15px;
   font-weight: 900;
   }
   
 .frame-repair-column {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   padding: 20px 40px 0px 40px;
   line-height: 26px;
   max-width: 1132px;
   margin: auto;
   width: 100%;
   }
   
 .collision-section-bottom {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   padding: 12px 40px 19px 40px; 
   max-width: 1117px;	 
   margin: auto; 
   }  
   
 .collision-line {
   border-bottom: 1px solid #e5e5e5;
   margin: auto 36px 65px 36px;
   max-width: 1100px;
   }  
   
 .general-auto-body {
   flex-direction: row;
   max-width: 550px;	 
   margin-top: 25px;
   flex-wrap: wrap;
   display: flex;
   width: 100%;
   }
   
 .collision-list-item {
   padding: 10.4px 0px 12.8px 11px;
   border: 1px solid #e5e5e5;
   font-size: 14.5px;
   max-width: 160px;
   width: 100%;
   }   
    
 .frame-repair {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   padding: 6px 40px 0px 86px;
   list-style-type: circle;
   margin-left: 35px;
   line-height: 26px;
   margin: 6px auto;
   max-width: 1110px;
   }	  
	  
 .frame-repair li {
   line-height: 32px;
   list-style: disc !important;
   }
 
 .frame-repair-title {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   padding: 26px 40px 0px 40px;
   max-width: 1127px;
   margin: auto;
   }	 
	 

/* --- Responsive Media Query --- */  
/* --- Collision Section Pic Responsive Media Query --- */  
 
 @media (max-width: 1138px){
  .collision-section-pic {
    max-width: 389px;
    margin-top: 78px;
    height: 273px;
    } 
    }

 @media (max-width: 946px){
  .collision-section-pic {
    margin-top: 105px;
    } 
    }

 @media (max-width: 880px){
  .collision-section-pic {
    height: 261px;
    } 
    }

 @media (max-width: 833px){
  .collision-section-pic {
    max-width: 323px;
    margin-top: 118px;
    height: 227px;
    } 
    }

 @media (max-width: 710px){
  .collision-section-pic {
    height: 219px;
    } 
    }

 @media (max-width: 683px){
  .collision-section-pic {
    height: 212px;
    } 
    }

 @media (max-width: 660px){
  .collision-section-pic {
    margin: 20px auto auto auto;
    max-width: 437px;	 
    height: 302px;
    width: 100%;
    }
    
  .frame-repair-column {
    padding: 20px 27px 0px 27px;    
    }    
    }

 @media (max-width: 520px){
  .collision-section-pic {
    height: 290px;
    } 
    }

 @media (max-width: 506px){
  .collision-section-pic {
    height: 280px;
    } 
    }

 @media (max-width: 460px){
  .collision-section-pic {
    max-width: 437px;
    margin-top: 0px;
    height: 234px;
    }
    }

 @media (max-width: 380px){
  .collision-section-pic {
    height: 210px;
    } 
    }

 @media (max-width: 330px){
  .collision-section-pic {
    height: 196px;
    }
    }


/* --- Collision Title Responsive Media Query --- */  

 @media (max-width: 890px){
  .collision-title {
    font-size: 21px;
    margin-bottom: 13px;
    }
    }

 @media (max-width: 795px){
  .collision-title {
    font-size: 20px;
    margin-bottom: 9px;
    }
    }

 @media (max-width: 660px){
  .collision-title {
    margin-bottom: 7px;
    margin-top: 27px;
    }	 	 
    }

 @media (max-width: 330px){
  .collision-title {
    font-size: 18px;
    }	 	 
    }


/* --- Collision Column Responsive Media Query --- */  

 @media (max-width: 795px){
  .collision-column {
    font-size: 15px;	 
    }
    }

 @media (max-width: 745px){
  .collision-column {
    padding-right: 29px;
    }
    }

 @media (max-width: 660px){
  .collision-column {
    padding-right: 0px;
    }	 
    }


/* --- Collision Section Responsive Media Query --- */  

 @media all and (max-width: 775px) and (min-width: 660px) {
  .collision-section {
    padding: 10px 33px 5px 33px;
    }
    }

 @media (max-width: 660px){
  .collision-section {
    flex-direction: column-reverse;
    } 	 
    }

 @media (max-width: 660px){
  .collision-section {
    max-width: 560px;	 
    } 
    }

 @media (max-width: 460px){
  .collision-section {
    padding: 0px 27px 5px 27px;  
    max-width: 560px;	 
    } 
    }
 
 @media (max-width: 330px){
  .collision-section {
    padding: 10px 20px 5px 20px; 
    } 
    }


/* --- Collision List Item Responsive Media Query --- */  

 @media (max-width: 794px){
  .collision-list-item {
    padding: 10.4px 10px 12.8px 11px;
    font-size: 13.5px;
    max-width: 144px;
    font-weight: 500;
    }
    }

 @media (max-width: 745px){
  .collision-list-item {
    font-size: 13px;
    max-width: 115px;
    }	 
    }

 @media (max-width: 660px){
  .collision-list-item {
    padding: 10.4px 9px 12.8px 13px;
    font-weight: 600;
    font-size: 13.5px;
    max-width: 143px;
    }	 
    }

 @media (max-width: 330px){
  .collision-list-item {
    padding: 10.4px 9px 12.8px 13px;
    line-height: 18px;
    font-weight: 600;
    max-width: 117px;
    font-size: 13px;
    }	 
    }


/* --- Frame Repair Title Responsive Media Query --- */  

 @media (max-width: 660px){
  .frame-repair-title {
    padding: 20px 40px 0px 40px;
    max-width: 553px;	 
    }
    }

 @media (max-width: 330px){
  .frame-repair-title {
    padding: 20px 20px 0px 20px;
    }
    }


/* --- Frame Repair Responsive Media Query --- */  

 @media (max-width: 660px){
  .frame-repair {
    padding: 6px 40px 0px 86px;
    max-width: 550px;
    margin: auto;
    }
    }

 @media (max-width: 330px) {
  .frame-repair {
    padding: 6px 53px 0px 69px;
    font-size: 15px;
    max-width: 561px;
    margin: auto;
    }
    }

 @media (max-width: 450px){
  li .frame-repair {
    margin-bottom: 0px;
    }
    }


/* --- Collision Section Bottom Responsive Media Query --- */  

 @media (max-width: 660px){
  .collision-section-bottom {
    padding: 12px 27px 8px 27px;  
    max-width: 556px;
    margin: auto;
    }
    }

 @media (max-width: 330px){
  .collision-section-bottom {
    padding: 12px 20px 19px 20px;
    }
    }


/* --- General Auto Body Responsive Media Query --- */  

 @media (max-width: 660px){
  .general-auto-body {
    max-width: 465px;
    margin: 25px auto auto auto;
    }
    }

 @media (max-width: 450px){
  .general-auto-body {
    max-width: 289px;
    }
    }

 @media (max-width: 330px){
  .general-auto-body {
    max-width: 237px;
    }
    }

	 
/* ========= /Collision & Frame Repair/ ========= */



/* ========= Bumper Repair ========= */

 .bumper-content {
   font-family: 'Open Sans', sans-serif;
   padding: 0px 40px 50px 40px;
   max-width: 1249px;
   line-height: 24px;
   margin: auto;
   }

 .bumper-title {
   font-size: 1.43333rem;
   margin-bottom: 15px;
   font-weight: 900;
   }

 .bumper-detail {
   margin: 10px auto 10px 37px;
   }

 .bumper-detail li {
   line-height: 28px;
   list-style: disc !important;
   }

 .bumper-pic {
   background-image: url( "../img/Bumper Repair Auto-Body.jpg");
   background-clip: content-box;
   background-repeat: no-repeat;
   border: 1px solid #cccccc;
   margin: 33px 0px 40px 30px;
   background-size: cover;
   height: 277px;
   width: 467px;
   padding: 4px;
   float: right;	
   }


/* --- Responsive Media Query --- */  
/* --- Collision Section Pic Responsive Media Query --- */  
 
 @media (max-width: 865px){
  .bumper-content {
    padding: 0px 27px 52px 27px;
    }
    }

 @media (max-width: 460px){
  .bumper-content {
    font-size: 15px;
    }
    }
 

/* --- Collision Section Pic Responsive Media Query --- */  
 
 @media (max-width: 1086px){
  .bumper-pic {
    margin: 56px 0px 40px 24px;
    height: 246px;
    width: 416px;	 
    }
    }

 @media (max-width: 1012px){
  .bumper-pic {
    margin: 58px 0px 40px 24px;
    height: 218px;
    width: 367px;	 
    }
    }

 @media (max-width: 922px){
  .bumper-pic {
    margin: 34px 0px 17px 22px;
    height: 189px;
    width: 318px;
    }
    }

 @media (max-width: 750px){
  .bumper-pic {
    margin: 27px 0px 17px 22px;
    height: 166px;
    width: 279px; 
    }
    }

 @media (max-width: 705px){
  .bumper-pic {
    margin: -9px 0px 4px 22px;
    height: 155px;
    width: 252px; 
    }
    }

 @media (max-width: 657px){
  .bumper-pic {
    margin: 0px auto 30px auto;
    max-width: 342px;
    height: 203px;
    width: 100%;
    float: none;
    }
    }

/* ========= Bumper Repair ========= */



/* ========= Custom Auto Painting ========= */

 .custom-painting-section {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   justify-content: space-between;
   padding: 3px 40px 25px 40px;
   flex-direction: row; 
   line-height: 24px;
   max-width: 1150px; 
   margin: auto;
   } 

 .custom-pic-section {
   display: flex;
   max-width: 500px;
   flex-direction: row;
   }

 .custom-painting-pic-container {
   margin-left: 47px;
   max-width: 462px;
   width: 100%;
   float: right;
   }

 .custom-painting-pic {
   background-image: url( "../img/Custom Auto Painting Pic.jpg");
   background-clip: content-box;
   background-repeat: no-repeat;
   border: 1px solid #cccccc;
   background-size: cover;
   max-width: 462px;
   height: 341px;
   width: 100%;
   padding: 3.5px;
   }

 .custom-painting-logo {
   background-image: url( "../img/PPG-Paints-e1380793325160.jpg");
   background-position: center;
   background-repeat: no-repeat;
   margin: 20px auto 0px auto;
   background-size: cover;
   display: block;
   height: 71px;
   width: 99px;
   }

 .custom-painting-title {
   font-weight: 900;
   margin-bottom: 23px;
   font-size: 1.43333rem;
   }
   
 .custom-painting-details {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   margin-left: 37px !important;
   list-style-type: circle;
   padding-bottom: 9px;
   padding-top: 12px;
   line-height: 28px;
   margin: 6px auto;
   max-width: 840px;
   }	  
	   
 .custom-painting-details {
   list-style: circle;
   margin-top: 2px;
   }

 .custom-painting-details li {
   list-style: disc !important;
   }

 
/* --- Responsive Media Query --- */  
/* --- Custom Pic Section Responsive Media Query --- */  
	      
 @media (max-width: 980px){
  .custom-pic-section {
    display: flex;
    max-width: 500px;
    flex-direction: row;
    justify-content: space-between;
    }
    }
		        
 @media (max-width: 910px){
  .custom-pic-section {
    display: flex;
    max-width: 500px;
    flex-direction: row;
    justify-content: space-between;
    }
    }
   
 @media (max-width: 765px){
  .custom-pic-section {
    display: flex;
    max-width: 500px;
    flex-direction: row;
    justify-content: space-between;
    }
    }
	       
 @media (max-width: 702px){
  .custom-pic-section {
    display: flex;
    max-width: 500px;
    flex-direction: column;
    }
    }		
		    
 @media (max-width: 661px){
  .custom-pic-section { 
    margin: 3px auto 6px auto;
    flex-direction: row;
    max-width: 450px;
    display: flex;
    }
    }

 @media (max-width: 534px){
  .custom-pic-section {
    margin: 30px auto 6px auto;
    display: flex;
    max-width: 450px;
    flex-direction: row;
    }
    }	  
	   
 @media (max-width: 450px){
  .custom-pic-section {
    margin: 3px auto 6px auto;
    display: flex;
    max-width: 450px;
    flex-direction: row;
    }
    }
		 		
 @media (max-width: 380px){
  .custom-pic-section {
    margin: 3px auto 6px auto;
    display: flex;
    max-width: 450px;
    flex-direction: row;
    }
    }
				
 @media (max-width: 330px){
  .custom-pic-section {
    margin: 3px auto 6px auto;
    display: flex;
    max-width: 450px;
    flex-direction: row;
    }
    }


/* --- Custom Painting Pic Responsive Media Query --- */  

 @media (max-width: 980px){
  .custom-painting-pic-container {
    max-width: 418px;
    }		 
	 
  .custom-painting-pic {
    height: 305px;
    }	
    }

 @media (max-width: 935px){
  .custom-painting-pic-container {
    max-width: 363px;
    }		 
	 
  .custom-painting-pic {
    height: 264px;
    }	
    }

 @media (max-width: 871px){
  .custom-painting-pic-container {
    max-width: 331px;
    }	
    }

 @media (max-width: 801px){
  .custom-painting-pic-container {
	margin-left: 30px;
    max-width: 302px;
    }		 
	 
  .custom-painting-pic {
    height: 232px;
    }	
    }

 @media (max-width: 661px){
  .custom-painting-pic-container {
    margin: 0px auto 29px auto;
    max-width: 360px;
    }
	 
  .custom-painting-pic {
    height: 274px;
    }
    }

 @media (max-width: 450px){
 .custom-painting-pic-container {
   width: 290px;  
   }
	 
 .custom-painting-pic {
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 5px;
   margin-top: 0px;
   height: 227px;
   }
   }
				
 @media (max-width: 330px){
 .custom-painting-pic-container {
   width: 264px;   
   }
	 
 .custom-painting-pic {
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 5px;
   margin-top: 0px;
   height: 213px;
   }
   }

 @media (max-width: 726px) {
  .custom-painting-title {
    margin-bottom: 16px;
    font-size: 21px;
    }	
    }

 @media (max-width: 330px) {
  .custom-painting-title {
    margin-bottom: 8px;
    }	
    }


/* --- Custom  Painting Section Responsive Media Query --- */  

 @media (max-width: 766px){
  .custom-painting-section {
    padding: 0px 27px 25px 27px;
    }
    }

 @media (max-width: 661px){
  .custom-painting-section {
    justify-content: space-between;
    padding: 2px 27px 25px 27px;
    flex-direction: column;
    max-width: 1070px;
    display: flex;
    margin: auto;
    }
    }
		        
 @media (max-width: 534px){
  .custom-painting-section {
    justify-content: space-between;
    max-width: 1070px;
    display: flex;
    }
    }
 	        
 @media (max-width: 460px){
  .custom-painting-section {
    justify-content: space-between;
    padding: 3px 27px 25px 27px;
    display: flex;
    }
    }
				
 @media (max-width: 330px){
  .custom-painting-section {
    justify-content: space-between;
    padding: 3px 28px 25px 28px;
    max-width: 324px;
    display: flex;
    }
    }

/* ========= /Custom Auto Painting/ ========= */



/* ========= Vehicle Restoration ========= */

 .restoration-section {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   justify-content: space-between;
   padding: 20px 40px 24px 40px;
   flex-direction: row;
   max-width: 1191px;
   flex-wrap: wrap;
   margin: auto;
   }

 .restoration-pic {
   background-image: url( "../img/Vehicle Restoration - Featured Page.jpg");
   background-clip: content-box;
   background-repeat: no-repeat;  
   background-position: center;
   border: 1px solid #cccccc;
   background-size: cover;
   margin-bottom: 8px;
   margin-left: 48px;
   margin-top: 36px;
   max-width: 440px;
   padding: 3.5px;
   float: right;
   height: 295px;
   width: 100%;	 
   }

 .restoration-title {
   font-size: 1.43333rem;
   margin-bottom: 15px;	 
   font-weight: 900;
   }
   

/* --- Responsive Media Query --- */  
/* ---- Restoration Pic Responsive Media Query ---- */

 @media (max-width: 1033px){
  .restoration-pic {
    margin-top: 85px;	
    max-width: 429px;
    }	
    }

 @media (max-width: 1000px){
  .restoration-pic {
    margin-top: 85px;	
    max-width: 404px;
    }	
    }

 @media (max-width: 973px){
  .restoration-pic {
    margin-top: 91px;	
    max-width: 375px;
    height: 306px;
    }	
    }

 @media (max-width: 954px){
  .restoration-pic {
    margin-top: 91px;	
    max-width: 360px;
    height: 306px;
    }	
    }

 @media (max-width: 941px){
  .restoration-pic {
    margin-bottom: 102px;
    }	
    }

 @media (max-width: 893px){
  .restoration-pic {
    max-width: 338px;
    margin-left: 34px;
    margin-bottom: 102px;
    }	
    }

 @media (max-width: 847px){
  .restoration-pic {
    margin-top: 118px;
    }	
    }

 @media (max-width: 835px){
  .restoration-pic {
    margin-bottom: 156px;
    }	
    }

 @media (max-width: 816px){
  .restoration-pic {
    margin-top: 135px;
    }	
    }

 @media (max-width: 809px){
  .restoration-pic {
    margin-bottom: 144px;
    max-width: 314px;	  
    }	
    }

 @media (max-width: 795px){
  .restoration-pic {
    margin-bottom: 144px;
    max-width: 302px;	  
    height: 287px;
    }	
    }

 @media (max-width: 774px){
  .restoration-pic {
    margin-bottom: 25px;
    margin-left: 27px;
    margin-top: 32px;
    max-width: 329px;	  
    height: 290px;
    }	
    }

 @media (max-width: 711px){
  .restoration-pic {
    margin-bottom: 25px;
    margin-left: 27px;
    margin-top: 32px;
    max-width: 311px;	  
    height: 257px;
    }	
    }

 @media (max-width: 680px){
  .restoration-pic {
    margin-bottom: 25px;
    margin-left: 27px;
    margin-top: 32px;
    max-width: 290px;	  
    height: 241px;
    }	
    }

 @media (max-width: 660px) {
  .restoration-pic {
    margin-bottom: 25px;
    margin-left: 0px;
    margin-top: -18px;
    max-width: 580px;	  
    height: 408px;	  
    }
    }

 @media (max-width: 555px) {
  .restoration-pic {  
    height: 337px;	  
    }
    }

 @media (max-width: 460px) {
  .restoration-pic {
    margin-top: 0px;  
    height: 209px;
    }
    }

 @media (max-width: 330px) {
  .restoration-pic {
    height: 219px;
    }
    }


/* ---- Restoration Section Responsive Media Query ---- */

 @media all and (max-width: 720px) and (min-width: 661px) {
  .restoration-section {
    padding: 20px 30px 30px 30px;
    }
    }

 @media (max-width: 660px) {
  .restoration-section {
    flex-direction: column-reverse;	
    padding: 37px 40px 30px 40px;
    }
	
  .restoration-title {
    margin-top: 29px;
    margin-bottom: 13px;
    }
    }

 @media (max-width: 460px) {
  .restoration-section {
    padding: 0px 27px 22px 27px; 
    font-size: 15px;
    }
    }
	
 @media (max-width: 330px) {
  .restoration-section {
    padding: 37px 30px 30px 30px;
    }
    }

/* ========= /Vehicle Restoration/ ========= */


/* ========= Paintless Dent Removal ========= */
	
 .dent-removal-contact {
   font-family: 'Open Sans', sans-serif;
   padding: 0px 40px 68px 40px;
   max-width: 1264px;
   line-height: 24px;
   font-size: 15px;
   margin: auto;
   }

 .dent-removal-title {
   font-weight: 900;
   margin-bottom: 10px;
   font-size: 1.43333rem;
   }

 .dent-removal-pic {
   background-image: url( "../img/Paintless Dent Removal - ferrari-458-spider.jpg");
   background-clip: content-box;
   background-repeat: no-repeat;
   border: 1px solid #cccccc;
   background-size: cover;
   margin-bottom: 40px;
   margin-top: 18px;
   max-width: 445px;
   margin-left: 44px;
   height: 268px;
   width: 100%;
   padding: 4px;
   float: right;
   }

 .dent-removal-details li {
   margin-left: 34px; 
   line-height: 20px;
   margin-top: 15px;
   list-style: disc !important;	
   }

 .dent-removal-details {
   margin-top: 16px;
   }


/* --- Responsive Media Query --- */  
/* ---- Restoration Pic Responsive Media Query ---- */

 @media (max-width: 1225px){
  .dent-removal-contact {
    padding: 0px 27px 48px 27px;
    }
    }

 @media (max-width: 460px){
  .dent-removal-details li {
    margin-left: 23px;
    }
    }
 

/* ---- Restoration Pic Responsive Media Query ---- */

 @media (max-width: 1270px){
  .dent-removal-pic {
    margin-top: 0px;
    max-width: 379px;
    }
    }

 @media (max-width: 1194px){
  .dent-removal-pic {
    margin-top: 19px;
    max-width: 350px;
    height: 230px;
    }
    }
 
 @media (max-width: 945px){
  .dent-removal-pic {
    margin-top: 7px;
    max-width: 335px;
    height: 230px;
    }
    }

 @media (max-width: 843px){
  .dent-removal-pic {
    margin-top: -1px;
    margin-left: 27px;
    max-width: 291px;
    height: 203px;
    }
    }

 @media (max-width: 751px){
  .dent-removal-pic {
    margin-top: 39px;
    margin-left: 27px;
    max-width: 267px;
    height: 197px;
    }
    }

 @media (max-width: 657px){
  .dent-removal-pic {
    margin: 19px auto 19px auto;
    max-width: 358px;
    height: 245px;
    float: none;
    }
    }

 @media (max-width: 460px){
  .dent-removal-pic {
    margin: 19px auto 19px auto;
    max-width: 349px;
    height: 245px; 
    }
    } 
	  
/* ========= /Paintless Dent Removal/ ========= */
 

	
/* ========= Towing ========= */
    	
 .towing-content {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   padding: 0px 44px 62px 44px;
   line-height: 23px;
   max-width: 1274px;
   margin: auto;
   } 
   
 .towing-content-title {
   padding-bottom: 20px;
   text-align: center;
   font-weight: 900;
   font-size: 33px;
   margin: auto;
   }   
    
 .towing-content-pic {
   background-image: url("../img/Towing Pic.jpg");
   background-repeat: no-repeat;
   background-clip: content-box;
   background-position: center;
   margin: 10px 28px 16px 26px;
   border: 1px solid #cccccc;
   background-size: cover;
   max-width: 451px;
   height: 264px;
   width: 100%;
   padding: 4px;
   float: right;
   } 
    
 .towing-content-text {
   padding: 2px 0px 25px 0px;
   max-width: 1043px;
   margin: auto;
   } 
  
 .towing-content-details li {
   margin-top: 2px;
   line-height: 20px;
   list-style: disc !important;
   }

 .td2 {
   flex-direction: column; 
   display: flex;
   }  
  
 .td1 {
   flex-direction: column; 
   margin-right: 40px;
   display: flex;
   }  
  
 .td1 span {
   margin-top: 6px;
   }  

 .td2 span {
   margin-top: 6px;
   }  

 .towing-content-detail-width {
   justify-content: space-between;
   margin-left: 20px;
   max-width: 547px;
   display: flex;
   }

 .towing-content-details {
   margin: 15px 0px 16px 43px;
   max-width: 258px;
   }  

 .towing-content-sub-details {
   margin-left: 19px; 
   }

 .towing-content-details li {
   line-height: 32px;
   list-style: disc !important;
   }
 
 .towing-content-details-2 {
   justify-content: space-between;
   flex-direction: row;
   max-width: 600px;
   display: flex;
   margin: auto; 
   }  
 
 .towing-content-details span {
   margin-top: 8px;
   }
 

/* ------ Responsive Media Query ------ */
/* ------ Towing Content Responsive Media Query ------ */

 @media (max-width: 450px){
  .towing-content-title {
    padding-bottom: 17px;
    font-size: 26px;
    } 
    }


/* ------ Towing Content Responsive Media Query ------ */

 @media (max-width: 818px){
  .towing-content {
    padding: 0px 27px 62px 27px;  
    font-size: 15px;
    } 
    }

 @media (max-width: 676px){
  .towing-content {
    font-size: 15px;
    } 
    }

 @media (max-width: 652px){
  .towing-content {
    padding: 17px 27px 62px 27px;  
    } 
    }

 @media (max-width: 460px){
  .towing-content {
    padding: 0px 27px 50px 27px;  
    } 
    }


/* ------ Towing Content Pic Responsive Media Query ------ */

 @media (max-width: 1065px){
  .towing-content-pic {
    margin: 2px 10px 16px 26px;
    max-width: 412px;
    height: 229px;
    } 
    }

 @media (max-width: 960px){
  .towing-content-pic {
    max-width: 365px;
    height: 213px;
    } 
    }

 @media (max-width: 886px){
  .towing-content-pic {
    margin: 9px 4px 16px 26px;
    max-width: 316px;
    height: 188px;
    } 
    }

 @media (max-width: 758px){
  .towing-content-pic {
    margin: 28px 4px 16px 26px;
    max-width: 290px;
    height: 171px;
    } 
    }

 @media (max-width: 718px){
  .towing-content-pic {
    margin: 18px auto 23px auto; 
    max-width: 359px;
    height: 194px;
    float: none;
    } 
    }

 @media (max-width: 330px){
  .towing-content-pic {
    margin: 18px auto 23px auto; 
    } 
    }


/* ------ Towing Content Text Responsive Media Query ------ */

 @media (max-width: 460px){
  .towing-content-text {
    padding: 0px 0px 28px 0px;
    }
    }

 @media (max-width: 450px){
  .towing-content-text {
    font-size: 14.5px;
    }
    }


/* ------ Towing Content Details Responsive Media Query ------ */

 @media (max-width: 992px) {
  .tcd {
    margin-right: -26px !important;
    }

  .front-towing-content-details {
    margin: 10px 0px 17px 0px;
    max-width: 121px;
    font-size: 14px;
    } 
    }	 
	 
 @media (max-width: 987px) {
  .towing-content-detail-width {
    max-width: 592px;
    margin: auto; 
    }	 
    }	 
	 
 @media (max-width: 972px) {
  .front-towing-content-details li {	 
    font-size: 14px;
    }	 
	 
  .towing-content-sub-details {
    margin-left: 0px;
    }
	 
  .front-towing-content-details {
    margin: 10px 0px 17px 0px;
    max-width: 113px;
    }	 
	 
  .tcd {
    margin-right: 0px !important;
    }	 
    }	 
	
 @media (max-width: 972px) {
  .front-towing-content-detail-width {
    margin-right: -30px !important;
    }	 
    }	 
	
 @media (max-width: 905px) {
  .front-towing-content-details {
    max-width: 105px;
    }	 
    }	 
	
 @media (max-width: 798px) {
  .front-towing-content-detail-width {
    padding: 9px 0px 13px 0px;
    justify-content: space-around;
    margin-left: 0px;
    flex-wrap: wrap;
    max-width: 369px;
    }	 
	 
  .front-towing-content-details {
    margin: 0px 0px 7px 0px;
    max-width: 135px;
    }	 	 
    }	 
	
 @media (max-width: 757px) {
  .towing-content-detail-width {
    max-width: 539px;
    }	 
    }	 
	
 @media (max-width: 623px) {
  .towing-content-detail-width {
    flex-direction: column;	  
    }
	 
  .tcd {
    margin-left: 0px;
    }	  
    }

 @media (max-width: 657px) {
  .towing-content-details-2 {
    flex-direction: column;	 
    max-width: 216px;
    }
	 
  .td1 {
    margin-right: 0px;	 
    }
	 
  .td2 {
    margin-right: 0px;	 
    }
	 
  .towing-content-details {
    font-size: 15px;
    }
	 
  .front-towing-content-detail-width {
    justify-content: space-between;
    margin: 0px auto 0px auto !important;
    max-width: 295px;	 
    }	
	 
  .front-towing-content-details {
    max-width: 131px;
    }	 
	 
  .tcd {
    margin-right: 0px !important;
    max-width: 107px;
    margin-left: 0px;	 
    }	 
	   
  .td2 {
    margin-top: 0px !important;
    }	
    }

 @media (max-width: 623px){
  .towing-content-detail-width {
    margin: 14px auto 14px auto;
    max-width: 196px;
    }  
	
  .towing-content-details {
    flex-direction: column;
    max-width: 270px;
    display: flex;	  
    }  
    }
  
 @media (max-width: 330px){
  .front-towing-content-detail-width {
    justify-content: space-between;
    margin: 0px auto 0px auto;
    padding: 3px 0px 11px 0px;
    max-width: 128px;
    }
	 
  .front-towing-content-detail-width {
    max-width: 125px;
    }	 
    }
   
/* ========= /Towing/ ========= */



/* ========= Roadside Assistance ========= */
    
 .roadside-content {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   padding: 10px 40px 25px 40px;
   line-height: 23px;
   max-width: 1272px;
   margin: auto;
   }  
  
 .roadside-content-title {
   margin-bottom: 16px;
   text-align: center;
   font-weight: 900;
   font-size: 33px;	 
   } 

 .roadside-content-section-1 {
   margin: 0px auto 51px auto;
   max-width: 961px;
   }

 .roadside-content-section-1 p {
   margin-top: 10px;
   }

 .roadside-section-pic {
   background-image: url( "../img/Roadside Assistance - Pic.png");
   background-repeat: no-repeat;
   background-clip: content-box;
   background-position: right;
   margin: -7px auto 15px 36px;
   border: 1px solid #cccccc;
   background-size: cover;
   max-width: 470px;
   height: 224px;
   width: 100%;
   padding: 4px;
   float: right;
   } 

 .roadside-section-details {
   margin: 10px 0px 10px 54px;	
   }

 .roadside-section-column {
   justify-content: space-between;
   padding: 40px 0px 40px 0px;
   flex-direction: row-reverse;	 
   max-width: 980px;
   display: flex;
   margin: auto;
   } 
  
 .lockout-details {
   margin-left: 41px;
   }

 .roadside-section-column-pic {
   background-image: url("../img/deh.jpg");
   background-clip: content-box;
   background-repeat: no-repeat;
   background-position: center;
   border: 1px solid #cccccc;
   background-size: cover;
   height: 193px;
   width: 382px;
   padding: 5px;	 
   } 
  
 .roadside-section-column-pic-2 {
   background-image: url("../img/5.jpg");
   background-clip: content-box;
   background-repeat: no-repeat;
   background-position: center;
   border: 1px solid #cccccc;
   background-size: cover;
   height: 193px;
   width: 382px;
   padding: 5px;	
   } 
  
 .roadside-section-column-pic-3 {
   background-image: url("../img/6.jpg");
   background-clip: content-box;
   background-repeat: no-repeat;
   background-position: center;
   border: 1px solid #cccccc;
   background-size: cover;
   height: 193px;
   width: 382px;
   padding: 5px;	
   } 

 .roadside-section-column-pic-4 {
   background-image: url("../img/7.jpg");
   background-clip: content-box;
   background-repeat: no-repeat;
   background-position: center;
   border: 1px solid #cccccc;
   background-size: cover;
   height: 193px;
   width: 382px;
   padding: 5px;		  
   } 
  
 .roadside-section-column-pic-5 {
   background-image: url("../img/5 (1).jpg");
   background-clip: content-box;
   background-repeat: no-repeat;
   background-position: center;
   border: 1px solid #cccccc;
   background-size: cover;
   height: 193px;
   width: 382px;
   padding: 5px;		 
   } 
  
 .roadside-section-column-text {
   max-width: 450px;
   }  
  
 .roadside-content-title-2 {
   font-size: 24px;
   font-weight: 900;
   margin-bottom: 10px;
   } 

 @media (max-width: 380px){
  .roadside-logo {
    height: 153px;
    }
    }


/* ------ Responsive Media Query ------ */
/* ------ Roadside Section Pic Responsive Media Query ------ */

 @media (max-width: 787px){
  .roadside-content-section-1 {
    margin: 0px auto 37px auto;
    }
    }
 
 @media (max-width: 678px){
  .roadside-content-section-1 {
    margin: 0px auto 25px auto;
    }
    }


/* ------ Roadside Section Pic Responsive Media Query ------ */

 @media (max-width: 965px){
  .roadside-section-pic {
    margin: -23px auto 13px 52px;
    max-width: 330px;
    height: 228px;
    } 
    }

 @media (max-width: 820px){
  .roadside-section-pic {
    margin: -19px auto 15px 52px;
    max-width: 330px;
    height: 238px;
    } 
    }

 @media (max-width: 787px){
  .roadside-section-pic {
    margin: 6px auto 15px 36px;
    max-width: 294px;
    height: 215px;
    } 
    }

 @media (max-width: 698px){
  .roadside-section-pic {
    margin: 0px auto 6px 36px; 
    max-width: 252px;
    height: 189px;
    } 
    }

 @media (max-width: 657px){
  .roadside-section-pic {
    margin: -24px auto 15px auto;
    max-width: 357px;
    height: 270px;
    float: none;
    } 
    }

 @media (max-width: 460px){
  .roadside-section-pic {
    background-size: cover;
    margin-top: 0px;
    height: 212px; 
    width: 340px;
    padding: 5px;	 
    } 
    }

 @media (max-width: 380px){
  .roadside-section-pic {
    width: 303px;
    height: 156px;
    } 
    }

 @media (max-width: 333px){
  .roadside-section-pic {
    width: 258px;
    height: 165px;
    margin-left: auto;
    } 
    }


/* --- Roadside Section Details Responsive Media Query --- */

 @media (max-width: 450px){
  .roadside-section-details {
    margin: 10px 0px 10px 45px;
    } 
    }


/* --- Roadside Content Title Responsive Media Query --- */

 @media (max-width: 876px){
  .roadside-content-title {
    margin-bottom: 8px; 
    font-size: 23px;
    } 
    } 

 @media (max-width: 365px){
  .roadside-content-title {
    margin-top: -1px !important;
    } 
    }

 @media (max-width: 676px){
  .roadside-content-title {
    font-size: 23px;
    margin-top: 25px;
    } 
    } 

 @media (max-width: 460px){
  .roadside-content-title {
    margin-bottom: 12px !important; 
    margin-top: -1px;
    font-size: 26px;
    }
    } 

 @media (max-width: 333px){
  .roadside-content-title {
    margin-bottom: 9px !important; 
    font-size: 21px;
    } 
    } 


/* --- Roadside Content Text Responsive Media Query --- */

 @media (max-width: 676px){
  .roadside-section-text {
    max-width: 570px;
    }  
    }

 @media (max-width: 330px){
  .roadside-section-text {
    font-size: 15.5px;
    }  
    }
 
 @media (max-width: 876px){
  .roadside-section-text {
    margin: auto;
    max-width: 660px;
    }  
    }

 @media (max-width: 450px){
  .roadside-section-text a {
    display: block;
    }
    }


/* --- Roadside Section Column Pic Responsive Media Query --- */

 @media (max-width: 921px){
  .roadside-section-column-pic {
    width: 293px;
    } 
  
  .roadside-section-column-pic-2 {
    width: 293px;
    } 
  
  .roadside-section-column-pic-3 {
    width: 293px;
    } 
  
  .roadside-section-column-pic-4 {
    width: 293px;
    } 
 	
  .roadside-section-column-pic-5 {
    width: 293px;
    }  
    }

 @media (max-width: 745px){
  .roadside-section-column-pic {
    width: 275px;
    height: 156px;
    margin-top: 26px;
    margin-right: -10px;
    } 
	
  .roadside-section-column-pic-2 {
    width: 275px;
    height: 156px;
    margin-top: 50px;
    margin-right: -10px;
    } 	
	
  .roadside-section-column-pic-3 {
    width: 275px;
    height: 156px;
    margin-top: 50px;
    margin-right: -10px;
    } 	
	
  .roadside-section-column-pic-4 {
    width: 275px;
    height: 156px;
    margin-top: 82px;
    margin-right: -10px;
    } 	
	
  .roadside-section-column-pic-5 {
    width: 275px;
    height: 156px;
    margin-top: 50px;
    margin-right: -10px;
    } 
    }

 @media (max-width: 692px){
  .roadside-section-column-pic {
    margin-top: 31px;
    margin-right: 0px;
    width: 228px;
    height: 137px;
    } 
	
  .roadside-section-column-pic-2 {
    margin-right: 0px;
    width: 228px;
    height: 137px;
    margin-top: 65px;
    } 
	
  .roadside-section-column-pic-3 {
    margin-right: 0px;
    width: 228px;
    height: 137px;
    margin-top: 60px;
    } 
	
  .roadside-section-column-pic-4 {
    margin-right: 0px;
    width: 228px;
    height: 137px;
    margin-top: 85px;
    } 	
	
  .roadside-section-column-pic-5 {
    margin-right: 0px;
    width: 228px;
    height: 137px;
    margin-top: 61px;
    } 	
    }

 @media (max-width: 660px){
  .roadside-section-column-pic {
    margin: 12px auto auto auto;
    height: 177px;	 
    width: 353px;
    } 
	
  .roadside-section-column-pic-2 {
    margin: 12px auto auto auto;
    height: 177px;	 
    width: 353px;
    } 
 	
  .roadside-section-column-pic-3 {
    margin: 12px auto auto auto;
    height: 177px;	 
    width: 353px;
    } 
	
 .roadside-section-column-pic-4 {
   margin: 12px auto auto auto;
   height: 177px;	 
   width: 353px;
   } 	
	
 .roadside-section-column-pic-5 {
   margin: 12px auto auto auto;
   height: 177px;	 
   width: 353px;
   } 	
   }

@media (max-width: 450px){
 .roadside-section-column-pic {
   margin: 5px auto auto auto;
   height: 177px;	 
   width: 324px;
   } 
	
 .roadside-section-column-pic-2 {
   margin: 5px auto auto auto;
   height: 177px;	 
   width: 324px;
   } 
	
 .roadside-section-column-pic-3 {
   margin: 5px auto auto auto;
   height: 177px;	 
   width: 324px;
   } 
	
 .roadside-section-column-pic-4 {
   margin: 5px auto auto auto;
   height: 177px;	 
   width: 324px;
   } 	
	
 .roadside-section-column-pic-5 {
   margin: 5px auto auto auto;
   height: 177px;	 
   width: 324px;
   } 	
   }

@media (max-width: 380px){
 .roadside-section-column-pic {
   margin: 5px auto auto auto;
   height: 177px;	 
   width: 290px;
   } 
	
 .roadside-section-column-pic-2 {
   margin: 5px auto auto auto;
   height: 177px;	 
   width: 290px;
   } 
	
 .roadside-section-column-pic-3 {
   margin: 5px auto auto auto;
   height: 177px;	 
   width: 290px;
   } 
	
 .roadside-section-column-pic-4 {
   margin: 5px auto auto auto;
   height: 177px;	 
   width: 290px;
   } 	
	
 .roadside-section-column-pic-5 {
   margin: 5px auto auto auto;
   height: 177px;	 
   width: 290px;
   } 	
   }

@media (max-width: 330px){
 .roadside-section-column-pic {
   margin: 2px auto auto auto;
   height: 155px;	 
   width: 255px;
   } 
	
 .roadside-section-column-pic-2 {
   margin: 2px auto auto auto;
   height: 155px;	 
   width: 255px;
   } 
	
 .roadside-section-column-pic-3 {
   margin: 2px auto auto auto;
   height: 155px;	 
   width: 255px;
   } 
	
 .roadside-section-column-pic-4 {
   margin: 2px auto auto auto;
   height: 155px;	 
   width: 255px;
   } 	
	
 .roadside-section-column-pic-5 {
   margin: 2px auto auto auto;
   height: 155px;	 
   width: 255px;
   } 	
   }


/* --- Roadside Section Column Text Responsive Media Query --- */

@media (max-width: 745px){
 .roadside-section-column-text {
   margin: auto;
   font-size: 16px; 
   max-width: 396px;
   padding-top: 20px;
   text-align: center;
   }  
   }
  
 @media (max-width: 702px){
  .roadside-section-column-text {
    font-size: 15.2px;
    }  
    }	 
	 
 @media (max-width: 613px){
  .roadside-section-column-text {
    max-width: 268px !important;
    }  
    }

 @media (max-width: 330px){
  .roadside-section-column-text {
    max-width: 268px !important;
    }  
	 
  .lockout-details {
    margin-left: 46px;	  
    }	
    }

 @media all and (max-width: 380px) and (min-width: 331px) {
  .roadside-section-column-text {
    max-width: 347px !important;
    }  
	 
  .lockout-details {
    margin-left: 77px !important;	  
    }
    }

 @media all and (max-width: 450px) and (min-width: 381px) {
  .roadside-section-column-text {
    max-width: 376px !important;
    }  
	 
  .lockout-details {
    margin-left: 95px !important;	  
    }
    }

 @media all and (max-width: 921px) and (min-width: 451px) {
  .lockout-details {
    margin-left: 43px !important;	  
    }	
    }

 @media (max-width: 660px){
  .roadside-section-column-text {
    margin: auto auto auto auto !important;
    max-width: 367px;	  
    }  
    }  

 @media (max-width: 921px){
  .roadside-section-column-text {
    margin-left: 0px;
    max-width: 303px;
    }  
	 
  .lockout-details {
    text-align: left;
    }	
    }


/* --- Roadside Content Responsive Media Query --- */

@media (max-width: 1097px){
 .roadside-content {
   max-width: 1000px;
   padding: 0px 23px 43px 23px;
   }  
   }

@media (max-width: 638px){
 .roadside-content {
   max-width: 800px;
   }  
   }

@media (max-width: 660px){
 .roadside-content {
   margin-bottom: -35px;
   }  
   }


/* --- Roadside Section Column Responsive Media Query --- */

@media (max-width: 1097px){
 .roadside-section-column {
   max-width: 939px;
   padding: 40px 0px 40px 26px;
   } 
   }
  
@media (max-width: 921px){
 .roadside-section-column {
   max-width: 734px;
   } 
   }

@media (max-width: 745px){
 .roadside-section-column {
   max-width: 640px;
   padding: 22px 15px 40px 0px;
   } 
   }

@media (max-width: 876px){
 .roadside-section-column {
   max-width: 689px;
   } 
   }

@media (max-width: 676px){
 .roadside-section-column {
   padding: 22px 0px 40px 0px;
   } 
   }

@media (max-width: 660px){
 .roadside-section-column {
   flex-direction: column;
   } 
   }

@media (max-width: 657px){
 .roadside-section-column {
   padding: 37px 0px 50px 0px;
   } 
   }
  
@media (max-width: 450px){
 .roadside-section-column {
   padding: 35px 0px 35px 0px;
   } 
   }

/* ========= /Roadside Assistance/ ========= */
    


/* ========= Off Road Recovery ========= */
   
 .off-road-section {
   padding: 0px 40px 42px 40px;
   font-family: 'Open Sans', sans-serif; 
   line-height: 24px; 
   max-width: 1145px;
   margin: auto;
   }
   
 .off-road-title {
   font-family: 'Open Sans', sans-serif; 
   margin-bottom: 12px;
   text-align: center;
   font-weight: 900;
   font-size: 33px;
   }

 .off-road-line {
   padding: 0px 40px 28px 40px;
   max-width: 1244px;
   margin: auto; 
   }

 .off-road-section p {
   margin-top: 12px;
   }

 .off-road-pic {
   background-image: url( "../img/C & G Car Care Has Excellent Off Road Recovery.jpg");
   background-clip: content-box;
   background-repeat: no-repeat;
   background-position: left;
   border: 1px solid #cccccc;
   margin: 6px 0px 42px 42px;
   background-size: cover;
   max-width: 463px;
   height: 298px;
   width: 100%;
   float: right;
   padding: 4px;
   }


/* ------ Responsive Media Query ------ */
/* ------ Off Road Recovery Responsive Media Query ------ */

 @media (max-width: 990px){
  .off-road-section {
    padding: 13px 40px 73px 40px;   
    }	 
    }	

 @media (max-width: 923px){
  .off-road-section {
    padding: 24px 30px 73px 30px;   
    }	 
    }	

 @media (max-width: 895px){
  .off-road-section {
    padding: 12px 30px 51px 30px;   
    }	 
    }	

 @media (max-width: 855px){
  .off-road-section {
    padding: 2px 30px 47px 30px;   
    }	 
    }	
	
 @media (max-width: 767px){
  .off-road-section {
    padding: 12px 30px 47px 30px;   
    }	 
    }	
	
 @media (max-width: 747px){
  .off-road-section {
    padding: 3px 30px 42px 30px;   
    }	 
    }	
	
 @media (max-width: 685px){
  .off-road-section {
    padding: 0px 30px 42px 30px;   
    }	 
    }	
	
 @media (max-width: 450px){
  .off-road-section {
    padding: 21px 28px 42px 28px;
    font-size: 15px;
    }	 
    }	

 @media (max-width: 380px){
  .off-road-section {
    padding: 21px 28px 37px 28px;
    }	 
    }	
	
 @media (max-width: 330px){
  .off-road-section {
    padding: 21px 23px 37px 23px;
    }	 
    }	
	

/* --- Roadside Content Title Responsive Media Query --- */

 @media (max-width: 450px){
  .off-road-title {
    margin-bottom: 8px !important; 
    margin-top: -1px;
    }
    } 

 @media (max-width: 876px){
  .off-road-title {
    font-size: 23px;
    margin-top: 78px;
    } 
    } 

 @media (max-width: 365px){
  .off-road-title {
    margin-top: -1px !important;
    } 
    }

 @media (max-width: 685px){
  .off-road-title {
    margin-bottom: 11px;
    } 
    } 

 @media (max-width: 676px){
  .off-road-title {
    font-size: 23px;
    margin-bottom: 11px;
    margin-top: 25px;
    } 
    } 
  
 @media (max-width: 460px){
  .off-road-title {
    margin-top: 0px;
    font-size: 23px;
    margin-bottom: 6px;  
    } 
    } 

 @media (max-width: 330px){
  .off-road-title {
    margin-bottom: 7px !important; 
    font-size: 21px;
    } 
    } 


/* --- Roadside Content Title Responsive Media Query --- */

 @media (max-width: 685px){
  .off-road-line {
    padding: 0px 40px 19px 40px;
    }
    } 

 @media (max-width: 657px){
  .off-road-line {
    padding: 0px 40px 20px 40px;
    }
    } 

 @media (max-width: 450px){
  .off-road-line {
    padding: 0px 28px 28px 28px;
    }
    } 

 @media (max-width: 330px){
  .off-road-line {
    padding: 0px 23px 28px 23px;
    }
    } 


/* --- Roadside Content Title Responsive Media Query --- */

 @media (max-width: 990px){
  .off-road-pic {
    margin: -14px 0px 26px 38px;
    max-width: 334px;
    height: 235px;
    }
    } 

 @media (max-width: 895px){
  .off-road-pic {
    margin: -11px 0px 26px 57px;
    }
    } 

 @media (max-width: 855px){
  .off-road-pic {
    margin: 5px 0px 20px 57px;
    }
    } 

 @media (max-width: 797px){
  .off-road-pic {
    margin: 22px 0px 20px 57px;
    }
    } 

 @media (max-width: 767px){
  .off-road-pic {
    margin: 9px 0px 20px 53px;
    max-width: 304px;
    height: 183px;
    }
    } 

 @media (max-width: 747px){
  .off-road-pic {
    margin: -4px 0px 13px 50px;
    }
    } 

 @media (max-width: 712px){
  .off-road-pic {
    margin: 6px 0px 20px 30px;
    max-width: 246px;
    }
    } 

 @media (max-width: 685px){
  .off-road-pic {
    margin: 17px 0px 13px 41px;
    }
    } 

 @media (max-width: 657px){
  .off-road-pic {
    margin: 2px auto 13px auto;
    max-width: 348px;
    height: 230px;
    float: none;
    }
    } 

 @media (max-width: 460px){
  .off-road-pic {
    margin: 0px auto 15px auto;
    height: 164px;
    float: none; 
    }
    } 

 @media (max-width: 330px){
  .off-road-pic {
    max-width: 267px;
    height: 271px;
    }
    } 

/* ========= /Off Road Recovery/ ========= */



/* ========= Reviews ========= */
/* --- Elfsite Reviews Responsive Media Query --- */  

 .review-elfsite {
   font-family: 'Open Sans', sans-serif;
   padding: 31px 40px 61px 40px;
   }


/* --- Review Media Query --- */  

 .review-us-logo {
   background-image: url("../img/review us on google.png");
   background-repeat: no-repeat;
   background-position: center;
   margin: 40px auto auto auto;
   background-size: cover;
   height: 149px;
   width: 290px;
   }

 .review-content {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   padding: 35px 35px 35px 35px;
   max-width: 1190px;
   line-height: 20px; 	 
   margin: auto;  
   }
   
 .review-page-title {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   margin: 34px auto 6px auto; 
   text-align: center;
   font-weight: 900;
   font-size: 33px;
   }
   
 .review-page-line {
   margin: 10px 40px 2px 40px; 
   max-width: 1224px;
   }

 .review-row {
   justify-content: space-between;
   margin: auto auto 30px auto;
   flex-direction: row;
   overflow-x: hidden;
   display: flex;
   }

 .review-item {
   padding: 0px 15px 0px 15px;
   max-width: 350px;
   }

 .review-item-title {
   margin-bottom: 7px;
   font-weight: 700;
   font-size: 20px;
   }

 .ri-2 {
   margin-left: 8px;
   }

 .ri-22 {
   margin-left: 27px;
   }

 .ri-222 {
   margin-left: -13px;
   }

 .ri-2222 {
   margin-left: -40px;
   }

 .ri-22222 {
   margin-left: 22px;
   }

 .ri-33 {
   margin-right: 40px;
   }

 .rr-2 {
   margin-right: 16px;
   margin-left: 29px;
   }

 .rr-3 {
   margin-right: 89px;
   margin-left: 78px;
   }

 .rr-4 {
   margin-left: 1px;
   margin-right: 18px; 
   }

 .rr-5 {
   margin-left: 1px;
   margin-right: 37px; 
   }

 .rr-6 {
   margin-top: 46px;
   max-width: 749px;
   }


/* ---- Responsive Media Query ---- */
/* ---- Review Page Title Responsive Media Query ---- */

 @media (max-width: 330px){
  .review-us-logo {
    height: 129px;
    width: 252px;	  
    }
    }


/* ---- Review Page Title Responsive Media Query ---- */

 @media (max-width: 660px){
  .review-page-title {
    padding-top: 12px;
    }
    }

 @media (max-width: 460px){
  .review-page-title {
    padding: 0px 25px 0px 24px;  
    padding-top: 0px;
	font-size: 31px;
    }
    }

 @media (max-width: 380px){
  .review-page-title {
    padding: 8px 25px 0px 24px;
    font-size: 29px;  
    }
    }


/* ---- Review Page Title Responsive Media Query ---- */

 @media (max-width: 380px){
  .review-page-line {
	margin: 10px 30px 2px 30px; 
    }
    }

 @media (max-width: 330px){
  .review-page-line {
	margin: 8px 26px 2px 26px; 
    }
    }


/* ---- Review Item Responsive Media Query ---- */

 @media (max-width: 1175px){
  .review-item {
    max-width: 325px;
    }
	
  .ri-22222 {
    margin-left: -2px;
    }
	 
 .rr-2 {
   margin-right: 0px;
   margin-left: 0px;	 
   }

 .rr-3 {
   margin-left: 94px;
   margin-right: 50px; 
   }

 .rr-4 {
   margin-left: 0px;
   margin-right: 0px; 
   }

 .rr-5 {
   margin-left: 0px;
   margin-right: 23px; 
   }

 .rr-6 {
   margin-top: 0px;
   max-width: 749px;
   }
	
 .ri-3 {
   margin-right: 0px;
   }	 
	 
 .ri-2 {
   margin-left: 0px;
   }
   }

 @media (max-width: 1090px){
  .review-item {
    max-width: 300px;
    }
	 
  .ri-2 {
    margin-left: 7px;
    }	 	 
    }

 @media (max-width: 1020px){
  .review-item {
    max-width: 274px;
    }
	 
  .rr-3 {
    margin-left: 73px;
    margin-right: 73px;
    }	 
	 
  .ri-2 {
    margin-left: 15px;
    }	 
    }

 @media all and (max-width: 770px) and (min-width: 661px) {
  .review-item-title {
    font-size: 18px;
    }	 
    }

 @media (max-width: 940px){
  .review-item {
    max-width: 247px;
	font-size: 15px;
    }
	 
  .rr-6 {
    margin-top: 47px;
    max-width: 518px;
    }	 
	 
  .rr-3 {
    margin-left: 61px;
    margin-right: 69px;
    }
	 
  .ri-2 {
    margin-left: 11px;
    } 	 
	 
  .ri-3 {
    margin-right: -6px;
    }	 
    }

 @media (max-width: 850px){
  .review-item {
    max-width: 230px;
    }
	 
  .rr-3 {
    margin-left: 45px;
    margin-right: 41px;
    }	 
	 
  .ri-2 {
    margin-left: 4px;
    }	 
    }

 @media (max-width: 810px){
  .review-item {
    max-width: 221px;
    }
	 
  .rr-3 {
    margin-left: 41px;
    margin-right: 51px;
    }	 
    }

 @media (max-width: 770px){
  .review-item {
    max-width: 204px;
    }
	 
  .rr-6 {
    margin-top: 47px;
    max-width: 451px;
    }
    }

 @media (max-width: 725px){
  .review-item {
    max-width: 194px;
	font-size: 14.4px;  
    }
    }

 @media (max-width: 660px){
  .review-item {
	margin: 20px auto 20px auto;  
    max-width: 435px;
    font-size: 16px; 
    }
    }


/* ---- Review Content Responsive Media Query ---- */

 @media (max-width: 725px){
  .review-content {
    padding: 35px 27px 25px 27px;	  
	}
    }

 @media (max-width: 660px){
  .review-content {
    padding: 18px 27px 47px 27px;	  
	}
    }

 @media (max-width: 450px){
  .review-content {
    padding: 21px 27px 47px 27px;	  
	}
    }

 @media (max-width: 450px){
  .review-content {
    padding: 16px 14px 32px 14px;  
	}
    }


/* ---- Review Row Responsive Media Query ---- */

 @media (max-width: 660px){
  .review-row {
	margin: auto auto 0px auto;
    flex-direction: column;
	}
    }

 @media (max-width: 450px){
  .review-row {
	margin: auto auto 0px auto;
	}
    }

/* ========= /Reviews/ ========= */



/* ========= About Us ========= */

 .about-banner {
   background-image: url("../img/Page Banner (2).png");
   background-size: 1920px 270px;	  
   background-repeat: no-repeat;
   background-position: center;
   height: 260px;
   }  
   
 .about-title {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   text-align: center;
   font-size: 18.5px;
   font-weight: 600;
   max-width: 454px;
   margin: auto;
   }
  	    
 .about-description-title {
   margin-bottom: -4px;
   font-weight: 680;
   font-size: 22px;
   }  
   
 .about-description {
   margin-bottom: 12.5px;
   margin-top: 25px;
   line-height: 1.5;
   max-width: 933px;
   margin: auto;
   }  

 .about-description p {
   margin-top: 10px;
   }  

 .about-picture {   
   background-image: url("../img/About Our Services.jpg");
   background-repeat: no-repeat;
   background-clip: content-box;
   background-position: center;
   margin: 14px 0px auto 48px;
   border: 1px solid #cccccc;
   background-size: cover;
   max-width: 425px;
   height: 284px;
   padding: 4px;
   float: right;
   width: 100%;	 
   } 
	
 .about-section-check {
   margin-left: 28px;
   text-indent: -13px;
   font-size: 15px;
   }
  
 .about-section {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   justify-content: space-between;
   padding: 0px 40px 23px 40px;
   line-height: 20px;
   max-width: 1261px;
   margin: auto;
   }  
   
 .section-detail {
   max-width: 286px;
   line-height: 1.5;
   }		  
		  
 .about-section-details {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   padding: 31px 17px 43px 17px;
   flex-direction: row;
   line-height: 20px;
   max-width: 966px;
   display: flex;
   margin: auto;
   } 
  
 .section-detail-p {
   margin: 0px 36px 0px 36px;
   line-height: 1.5;
   } 
   
 .check-width {
   margin-top: 15px;
   max-width: 350px; 
   }
  
 .about-page-details {
   justify-content: space-between;
   margin: 10px auto 20px 13px;
   max-width: 550px;
   font-size: 15px;
   display: flex;
   }

 .about-page-details li {
   list-style-type: disc;
   line-height: 22px;
   margin-left: 20px;
   margin-top: 11px;	
   }

 
/* --- Responsive Media Query --- */
/* --- About Banner Responsive Media Query --- */

 @media (max-width: 863px){
  .about-banner {
    background-size: 1920px 270px;	
    background-position: left;
    }
    }

 @media (max-width: 759px){
  .about-banner {
    background-size: 1641px 270px;	
    background-position: left;
    }
    }

 @media (max-width: 680px){
  .about-banner {
    background-size: 1474px 270px;	
    background-position: left;
    }
    }

 @media (max-width: 607px){
  .about-banner {
    background-size: 1354px 270px;	
    background-position: left;
    }
    }

 @media (max-width: 500px){
  .about-banner {
    background-image: url("../img/Page Banner (2).png");
    background-size: 100% 351px;	 
    background-repeat: no-repeat;
    background-position: center;
    height: 349px;
    }
    }

 @media (max-width: 380px){
  .about-banner {
    background-size: 100% 337px;	 
    background-repeat: no-repeat;
    background-position: center;
    height: 336px;
    }
    }

 @media (max-width: 330px){
  .about-banner {
    background-size: 100% 310px;	 
    background-repeat: no-repeat;
    background-position: center;
    height: 309px;
    }
    }
   

/* --- About Section Responsive Media Query --- */ 

 @media (max-width: 955px){
  .about-section {
    padding: 0px 40px 23px 40px;
    margin-top: -16px;
    }  
    }  
  
 @media (max-width: 770px){
  .about-section {
    padding: 0px 40px 23px 40px;
    }  
    }  
  
 @media (max-width: 658px){
  .about-section {
    padding: 4px 27px 17px 27px;
    margin-top: 0px;
    }  
    }  
  
 @media (max-width: 450px) {
  .about-section {
    margin-top: -3px;
    }
    }

 @media (max-width: 380px){
  .about-section {
    padding: 2px 27px 23px 27px;
    }  
    }  

 @media (max-width: 330px){
  .about-section {
    padding: 20px 26px 14px 26px;
    margin-top: -13px;  
    max-width: 528px;
    }  
    }  


/* --- About Description Responsive Media Query --- */

 @media (max-width: 657px){
  .about-description {
    flex-direction: column-reverse !important;
    max-width: 573px !important;
    } 
   
  .about-description-2 {
    margin-bottom: 10px;
    }
    }
    
 @media (max-width: 730px){
  .about-description {
    margin-bottom: 2.5px !important;
    }
    }

 @media (max-width: 665px){
  .about-description {
    margin-bottom: -12.5px !important;
    }
    }

 @media all and (max-width: 784px) and (min-width: 731px) {
  .about-description {
    margin-bottom: 3.5px !important;
    max-width: 800px;
    }
    }

 @media (max-width: 1048px){
  .about-description-2 {
    margin-bottom: -2px;
    } 
    }


/* --- About Text/Title Responsive Media Query --- */

 @media (max-width: 888px){
  .about-text {
    max-width: 323px;  
    }
    }   
    
 @media (max-width: 783px){
  .about-text {
    max-width: 301px;  
    }
    }   
   
 @media (max-width: 722px){
  .about-text {
    max-width: 267px;  
    }
    }   
    
 @media (max-width: 657px){
  .about-text {
    max-width: 426px;
    margin: 24px auto 10px auto;
    }
    }   
    
 @media (max-width: 380px){
  .about-text {
    font-size: 15px;
    }
    }   
    
 @media (max-width: 450px){
  .about-title {
    padding: 0px 25px 0px 25px;
    font-size: 15.5px;
    }
    }


/* --- About Picture Responsive Media Query --- */

 @media (max-width: 460px){
  .about-page-details {
    margin: 10px auto 20px auto;
    flex-direction: column;
    max-width: 184px;
    } 
    }
       
   
/* --- About Picture Responsive Media Query --- */

 @media (max-width: 1358px){
  .about-picture {
    margin: 20px 0px auto 38px;
    max-width: 391px;
    }	 
    }
      
 @media (max-width: 1122px){
  .about-picture {
    margin: 0px 0px auto 38px;
    max-width: 347px;
    height: 248px;
    }	 
    }

 @media (max-width: 972px){
  .about-picture {
    margin: 29px 0px auto 38px;
    }	 
    }

 @media (max-width: 864px){
  .about-picture {
    margin: 52px 0px auto 38px;
    max-width: 329px;
    height: 236px;
    }	 
    }

 @media (max-width: 830px){
  .about-picture {
    margin: 31px 0px 8px 33px;
    max-width: 269px;
    height: 206px;
    }	 
    }

 @media (max-width: 747px){
  .about-picture {
    margin: 8px 0px 8px 33px;
    max-width: 270px;
    height: 191px;
    }	 
    }

 @media (max-width: 700px){
  .about-picture {
    margin: 5px 0px 8px 24px;
    max-width: 247px;
    height: 175px;
    }	 
    }
 
 @media (max-width: 657px){
  .about-picture {
    margin: 0px auto 10px auto;
    max-width: 363px;
    height: 253px;
    float: none;
    } 
    }
           
 @media (max-width: 460px){
  .about-picture {
    max-width: 342px;
    height: 230px;
    } 
    }
           
 @media (max-width: 380px){
  .about-picture {
    max-width: 297px;
    height: 203px;
    } 
    }
           
 @media (max-width: 333px){
  .about-picture {
    max-width: 249px;
    height: 171px;
    padding: 4px;  
    } 
    }
      

/* --- About Section Details Responsive Media Query --- */
   
 @media (max-width: 1048px){
  .about-section-check {
    font-size: 14.5px;
    }
    }
	  
 @media (max-width: 631px){
  .about-section-check {
    font-size: 15px;
    }
    }
  
 @media (max-width: 657px){
  .section-detail-p {
    margin: 0px 16px 0px 16px;
    } 
    }
 
 @media (max-width: 1090px){
  .about-section-details {
    max-width: 853px;
    } 
    }

 @media (max-width: 946px){
  .about-section-details {
    max-width: 761px;
    } 
    }

 @media (max-width: 865px){
  .about-section-details {
    max-width: 706px;
    } 
	 
  .section-detail {
    max-width: 224px;
    line-height: 1.5;
    }	
    }

 @media (max-width: 776px){
  .about-section-details {
    max-width: 648px;
    } 
	 
  .section-detail {
    max-width: 183px;
    }	
    }

 @media (max-width: 713px){
  .about-section-details {
    max-width: 567px;
    } 
	 
  .section-detail {
    max-width: 162px;
    }	
    }

 @media (max-width: 665px){
  .about-section-details {
    max-width: 1008px;
    }	
	
  .section-detail {
    max-width: 800px;
    }	
    }
  
 @media (max-width: 380px){
  .section-detail {
    font-size: 15px;
    }	
	 
  .section-detail-p {
    font-size: 15px;
    }	
    }
  
 @media (max-width: 665px){
  .about-section-details {
    max-width: 493px;
    flex-direction: column;
    } 
   
  .section-detail-p {
    margin: 26px 0px 26px 0px;
    }    
    }
  
 @media (max-width: 330px){
  .about-section-details {
    max-width: 292px !important;
    } 
    }

 @media (max-width: 562px){
  .about-section-details {
    max-width: 355px;
    padding: 26px 17px 43px 17px;
    } 
   
  .section-detail-p {
    margin: 26px 0px 26px 0px;
    }    
    }
  
/* ========= /About Us/ ========= */



/* ========= Contact Us ========= */

 .contact-area {
   font-family: 'Roboto', sans-serif;
   justify-content: space-between;
   margin: auto 0px auto auto;
   flex-direction: row;
   max-width: 585px;
   display: flex;	
   width: 100%;
   }

 .contact-box-1 {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   padding: 21px 7px 25px 7px;
   margin-bottom: 20px;
   background: #292929;
   max-width: 272px;
   height: auto;
   width: 100%;
   color: white;
   } 
  
 .contact-box-2 {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   padding: 21px 7px 25px 7px;
   background: #292929;
   max-width: 272px;
   height: auto;	 
   width: 100%;
   color: white;
   } 
  
 .contact-box-2 p {
   margin-top: 8px;
   } 

 .contact-box-3 {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   padding: 21px 7px 46px 7px;
   background: #292929;
   max-width: 272px;
   margin-left: 0px;
   height: auto;
   width: 100%;
   color: white;
   } 
  
 .contact-title {
   margin-bottom: 8px;
   font-weight: 700;
   font-size: 23px;
   color: white;
   }  
	
 .days-closed {
   text-align: center;
   background: black;
   max-width: 407px;
   margin-top: 14px;
   font-weight: 300;
   font-size: 21px;
   color: white;
   width: 100%;	
   }

 .contact-section-width {
   justify-content: space-between;
   padding: 35px 40px 67px 40px;
   overflow-x: hidden;
   max-width: 1325px;
   display: flex;
   margin: auto;
   width: 100%;
   }	
   
 .contact-column-1 {
   width: 100%;
   }

 .contact-column-2 {
   width: 100%;
   }

 .contact-center {
   margin-bottom: -50px;
   position: relative;
   margin-top: 40px; 
   z-index: 90px;
   }	
	
 .directions {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   padding: 34px 20px 28px 20px;
   margin-bottom: -60px;
   text-align: center;
   max-width: 718px;	 
   font-weight: 600;
   margin: auto;
   } 

 .form-area {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   justify-content: space-between;
   margin: -13px auto auto auto;
   padding: 22px 10px 0px 10px;
   max-width: 501px;
   color: black; 
   width: 100%;	
   }   
   
 .form-title {
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 500;	 
   font-size: 19px;
   color: black;
   }  
    
 .form-title-2 {
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 500;	 
   font-size: 19px;
   color: black;
   }  
      
 .form-bar {
   border: 1px solid black;
   border-radius: 5px;
   max-width: 293px;
   height: 30px;
   float: right;
   width: 100%;   
   }  
      
 .form-bar-2 {
   border: 1px solid black;
   margin-right: -22.5px;
   border-radius: 5px;
   max-width: 293px;
   color: white;
   height: 80px;
   float: right;
   width: 100%;	 
   }  
     
 .form-spacing {
   margin-top: 30px;
   }

 .form-button {
   padding: 10px 10px 10px 10px; 
   max-width: 400px;
   width: 100%;
   }

 .form-button {
   text-shadow: -1px -1px 0 #370606, 1px -1px 0 #370606, -1px 1px 0 #370606, 1px 1px 0 #370606, -1px -1px 0 #370606, 1px -1px 0 #370606, -1px 1px 0 #370606, 1px 1px 0 #370606;
   font-family: 'Roboto Condensed', sans-serif;
   padding: 10px 10px 10px 10px;
   border: 1px solid #370606;
   border-radius: 5px;
   max-width: 127px;
   font-size: 19px;	
   cursor: pointer;
   background: #d3191a;
   color: white;
   width: 100%;
   }

 .form-description-section {
   justify-content: space-between;
   margin-left: -28px;
   max-width: 750px;
   display: flex;
   width: 100%;	 
   }   
   
 .operation-hours {
   padding: 9px 10px 17px 10px;
   margin: 20px auto auto 0px;
   border: 1px solid black;
   background: #eeeeee;
   max-width: 272px;
   width: 100%;
   } 
  
 .operation-hours-title {
   margin-bottom: 12px;
   font-weight: bolder;
   margin-top: 12px;
   font-size: 23px;
   } 
  
 .operation-hours-title-2 {
   margin: 12px auto auto auto;
   text-align: center;
   font-size: 18px;
   } 
  
 .operation-hours-width {
   flex-direction: row;
   font-size: 15.5px;
   max-width: 260px;
   margin: auto;	
   width: 100%;
   color: black;
   } 

  .operation-hours-column {
    margin-top: 10px;
    display: flex;
    }

  .lines {
    padding: 0px 14px 0px 14px;
    } 

  .ohd {
    margin-right: 17px;
    }

  .ohd-2 {
    margin-right: 16px;
    }

  .ohd-3 {
    margin-right: -7px;
    }

  .ohd-4 {
    margin-right: 9px;
    }

  .ohd-5 {
    margin-right: 31px;
    }

  .ohd-6 {
    margin-right: -30px;
    }

  .ohd-7 {
    margin-right: -20px;
    }

  .contact-line {
    background-color: #0a0a0a;
    margin-top: 9px;
    margin: auto;
    width: 40px;
    height: 1px;
    }  
  
 .tow-ad {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   padding: 0px 30px 68px 30px;
   }

 @media (max-width: 1088px){
  .directions {
    margin: auto;
    font-weight: 600;
    text-align: center;
    margin-bottom: 17px;
    padding: 30px 20px 0px 20px;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
    } 
    }


/* ------ Responsive Media Query ------ */
/* ------ Contact Area Responsive Media Query ------ */

 @media (max-width: 1355px){
  .contact-area {
    max-width: 547px;
    }	
    }

 @media (max-width: 1243px){
  .contact-area {
    margin: auto 0px auto auto;  
    max-width: 452px !important;
    }	
    }
	
 @media (max-width: 1198px){
  .contact-area {
    max-width: 530px;	
    }
    }

 @media (max-width: 1130px){
  .contact-area {
    max-width: 530px;	
    }
    }

 @media all and (max-width: 970px) and (min-width: 866px) {
  .contact-area {
    max-width: 446px !important;	
    }
    }

 @media (max-width: 865px){
  .contact-area {
    padding: 0px 10px 62px 10px;
    flex-direction: column;
    margin: auto;
    } 
    }

 @media all and (max-width: 865px) and (min-width: 756px) {
  .contact-area {
    padding: 0px 0px 3px 0px;
    flex-direction: column;	 
    max-width: 265px !important;
    margin-right: -3px;	  
    width: 100%;
    }
    }

 @media all and (max-width: 755px) and (min-width: 661px) {
  .contact-area {
    padding: 0px 0px 7px 16px;
    flex-direction: column;	  
    max-width: 282px !important;
    margin-right: 0px;
    } 
    }

 @media (max-width: 660px){
  .contact-area {
    padding: 50px 10px 15px 10px;  
    max-width: 293px !important;
    }	
    }

 @media (max-width: 460px){
  .contact-area {
    padding: 22px 10px 29px 10px;  
    margin: 46px auto auto auto !important;
    max-width: 298px !important;	
    }	
    }

 @media (max-width: 380px){
  .contact-area {
    margin-left: 4px;
    }	
    }
			

/* Contact Section Responsive Media Query */

 @media (max-width: 865px){
  .contact-section {
    display: flex;
    flex-direction: column;
    }	
    }
	
 @media (max-width: 420px){
  .contact-section {
    padding: 23px 20px 0px 20px;
    overflow-x: hidden;
    }	
    }		


/* Contact Section Width Responsive Media Query */ 

 @media (max-width: 1243px){
  .contact-section-width {
    padding: 52px 40px 57px 40px;
    max-width: 1180px;
    }
    }

 @media (max-width: 1170px){
  .contact-section-width {
    max-width: 1045px;
    }
    }

 @media (max-width: 902px){
  .contact-section-width {
    padding: 50px 26px 56px 26px; 
    }
    }

 @media (max-width: 865px){
  .contact-section-width {
    padding: 50px 26px 60px 26px;  
    max-width: 706px;	  
    }
    }

 @media (max-width: 660px){
  .contact-section-width {
    flex-direction: column;
    padding: 55px 40px 48px 40px;  
    }
    }

 @media (max-width: 460px){
  .contact-section-width {
    padding: 52px 25px 30px 25px;
    }
	
  .contact-section {
    padding: 0px;
    }
    }

 @media (max-width: 330px){
  .contact-section-width {
    padding: 52px 25px 31px 25px;
    }
    }


/* Contact Column Responsive Media Query */

 @media (max-width: 1243px){
  .contact-column-1 {
    max-width: 200px;
    width: 100%;
    }	
	
  .contact-column-2 {
    max-width: 237px;
    width: 100%;
    }	
    }

 @media (max-width: 1198px){
  .contact-column-2 {
    max-width: 237px;
    width: 100%;
    }	
    }
 
 @media (max-width: 865px){
  .contact-column-1 {
    max-width: 378px !important;
    margin-left: 0px;
    } 

  .contact-column-2 {
    margin-left: 0px;
    max-width: 279px !important;	
    } 
    } 

 @media (max-width: 450px){
  .contact-column-1 {
    max-width: 283px !important;
    margin-top: 8px;
    margin: auto;
    } 

  .contact-column-2 {
    margin: auto;
    } 
    } 


/* --- Contact Box Responsive Media Query --- */ 

 @media (max-width: 1355px){
  .contact-box-1 {
    max-width: 251px;
    } 
  
  .contact-box-2 {
    max-width: 251px;
    } 
  
  .mail-contact-us {
    word-break: break-word;
    max-width: 227px;
    width: 100%; 
    }
	
  .contact-box-3 {
    max-width: 251px;
    } 
    }

 @media (max-width: 1243px){
  .contact-box-1 {
    padding: 22px 7px 23px 7px;
    max-width: 216px;
    font-size: 15px;  
    } 
  
  .contact-box-2 {
    max-width: 216px;
    font-size: 15px;  
    } 
  
  .contact-box-3 {
    padding: 16px 7px 44px 7px;  
    max-width: 216px;
    } 
    }

 @media (max-width: 1040px){
  .contact-box-1 {
    max-width: 215px;
    } 
  
  .contact-box-2 {
    max-width: 215px;
    } 
  
  .contact-box-3 {
    max-width: 215px;
    } 
    }

 @media (max-width: 970px){
  .contact-box-1 {
    max-width: 195px;
    } 
  
  .contact-box-2 {
    max-width: 195px;
    } 
    }

 @media (max-width: 865px){
  .contact-box-1 {
    max-width: 90vw !important;
    margin-right: auto;
    } 
  
  .contact-box-2 {
    max-width: 90vw !important;
    } 
  
  .contact-box-3 {
    padding: 16px 7px 30px 7px;  
    margin-left: 0px; 
    max-width: 90vw !important;
    margin-bottom: 22px;
    margin-top: 20px;
    } 
    }

 @media (max-width: 790px){
  .contact-box-1 {
    max-width: 240px;
    } 
  
  .contact-box-2 {
    max-width: 240px;
    } 
  
  .contact-box-3 {
    margin-top: 20px; 
    max-width: 240px;
    } 
    }

 @media (max-width: 745px){
  .contact-box-1 {
    max-width: 203px;
    } 
  
  .contact-box-3 {
    max-width: 203px;
    } 
    }

 @media (max-width: 460px){
  .contact-box-1 {
    max-width: 290px !important;
    margin: auto !important;
    } 
   
  .contact-box-2 {
    max-width: 290px !important;
    margin: 20px auto 20px auto !important;
    height: auto;
    } 
   
  .contact-box-3 {
    padding: 16px 7px 38px 7px;  
    max-width: 290px !important;
    margin: auto auto 20px auto;
    height: auto !important;
    } 
    }
	
 @media (max-width: 330px){
  .contact-box-1 {
    max-width: 240px !important;
    } 
   
  .contact-box-2 {
    max-width: 240px !important;
    } 
   
  .contact-box-3 {
    max-width: 240px !important;
    } 
    }
	

/* ------ Hours Of Opperation Responsive Media Query ------ */

 @media (max-width: 1355px){
  .operation-hours {
    margin: 20px 0px auto 0px;  
    max-width: 278px !important;
    }	
    }

 @media (max-width: 1243px){
  .operation-hours {
    max-width: 237px !important;
    }	
    }

 @media (max-width: 796px){
  .operation-hours {
    max-width: 253px !important;
    }   
    }

 @media (max-width: 865px){
  .operation-hours {
    max-width: 266px !important;
    margin: auto;
    }
    }

 @media (max-width: 1198px){
  .operation-hours {
    max-width: 248px;
    }
    }

 @media (max-width: 660px){
  .operation-hours {
    margin: 20px auto auto auto;
    }
    }

 @media (max-width: 450px){
  .operation-hours {
    max-width: 390px !important;
    margin: auto;  
    }
    }

 @media (max-width: 380px){
  .operation-hours {
    max-width: 286px !important;
    }
    }

 @media (max-width: 330px){
  .operation-hours {
    margin: auto;  
    }
    }

 @media (max-width: 330px){
  .operation-hours {
    max-width: 253px !important;
    }
    }


/* Hours Of Opperation Responsive Media Query */

 @media all and (max-width: 660px) and (min-width: 451px) {
  .operation-hours-width {
    max-width: 238px;	
    }
    }

 @media (max-width: 1355px){
  .operation-hours-width {
    width: 242px !important;
    }	
    }

 @media (max-width: 1243px){
  .operation-hours-width {
    width: 212px !important;
    }	
    }

 @media (max-width: 1198px){
  .operation-hours-width {
    font-size: 14.6px;
    }
    }

 @media (max-width: 865px){
  .operation-hours-width {
    width: 235px !important;
    }	
    }

 @media (max-width: 1198px){
  .operation-hours-width {
    font-size: 14.6px;
    }
    }

 @media (max-width: 330px){
  .operation-hours-width {
    width: 225px !important;
    }	
    }


/* Hours Of Opperation Responsive Media Query */

 @media (max-width: 1355px){
  .operation-hours-column {
    font-size: 15px;
    }	
    }


/* Hours Of Opperation Responsive Media Query */

 @media (max-width: 1243px){
  .operation-hours-title {
    font-size: 19.5px !important;
    }	
    }	

 @media (max-width: 1130px){
  .operation-hours-title {
    margin-left: 0px;	
    }
    }

 @media (max-width: 1198px){
  .operation-hours-title {
    font-size: 23px !important;
    }	
  .operation-hours-title {
    font-size: 19px !important;  
    margin-left: 0px;	
    }
    }

 @media (max-width: 1198px){
  .operation-hours-title {
    font-size: 21px;	
    }
    }

 @media (max-width: 660px){
  .operation-hours-title {
    font-size: 21px;	
    }
    }

 @media (max-width: 450px){
  .operation-hours-title {
    font-size: 22px !important;	
    }
    }


/* Hours Of Opperation Responsive Media Query */

 @media (max-width: 1195px){
  .operation-hours-days {
    font-size: 15.3px;
    }
    }

 @media (max-width: 1130px){
  .operation-hours-days {
    font-size: 15px;
    }	
    }

 @media (max-width: 660px){
  .operation-hours-days {
    font-size: 16px;
    }    
    }

 @media (max-width: 1198px){
  .ohd {
    margin-right: 17px;
    }	 
 
  .ohd-2 {
    margin-right: 14px;
    }	 
	 	 
  .ohd-3 {
    margin-right: -5px;
    }	 
	 
  .ohd-4 {
    margin-right: 7px;
    }	 
	 
  .ohd-5 {
    margin-right: 28px;
    }	 
    }

 @media (max-width: 865px){
  .operation-hours-days {
    font-size: 15px;
    }	
    }

 @media (max-width: 450px){ 
  .ohd-2 {
    margin-right: 15px;
    }
	 
  .ohd-3 {
    margin-right: -5px;
    }	 
	 
  .ohd-4 {
    margin-right: 10px;
    }	 
	 
  .ohd-5 {
    margin-right: 30px;
    }	 
	 
  .ohd-7 {
    margin-right: -20px;
    }	 
    }

 @media (max-width: 330px){
  .operation-hours-days {
    font-size: 14.5px;
    }	
    }


/* Hours Of Opperation Responsive Media Query */

 @media (max-width: 1195px){
  .daily-open-hours {
    font-size: 15.3px;
    }
    }

 @media (max-width: 1130px){
  .daily-open-hours {
    font-size: 15px;
    }	
    }

 @media (max-width: 660px){
  .daily-open-hours {
    font-size: 16px;
    }
    }

 @media (max-width: 1243px){
  .daily-open-hours {
    font-size: 14px;
    }	
    }

 @media (max-width: 865px){
  .daily-open-hours {
    font-size: 15px;
    }	
    }

 @media (max-width: 330px){
  .daily-open-hours {
    font-size: 14.5px;
    }	
    }


/* Hours Of Opperation Responsive Media Query */

 @media (max-width: 1355px){
  .contact-line {
    width: 35px !important;
    }   
    }	

 @media (max-width: 1243px){
  .contact-line {
    width: 17px !important;
    }   
    }	

 @media (max-width: 1130px){
  .contact-line {
    width: 53px;
    }   
    }

 @media (max-width: 865px){
  .contact-line {
    width: 24px !important;
    }   
    }

 @media (max-width: 450px){
  .contact-line {
    width: 21px !important;
    }   
    }


/* Hours Of Opperation Responsive Media Query */

 @media (max-width: 1198px){
  .contact-line-1 {
    margin: auto;
    margin-top: 8px;
    width: 45px;
    height: 1px;
    background-color: #0a0a0a;
    }  
  
  .contact-line-2 {
    margin: auto;
    margin-top: 26px;
    width: 45px;
    height: 1px;
    background-color: #0a0a0a;
    }  
  
  .contact-line-3 {
    margin: auto;
    margin-top: 26px;
    width: 45px;
    height: 1px;
    background-color: #0a0a0a;
    }  
  
  .contact-line-4 {
    margin: auto;
    margin-top: 26px;
    width: 45px;
    height: 1px;
    background-color: #0a0a0a;
    }  
  
  .contact-line-5 {
    margin: auto;
    margin-top: 26px;
    width: 45px;
    height: 1px;
    background-color: #0a0a0a;
    }  
  
  .contact-line-6 {
    margin: auto;
    margin-top: 26px;
    width: 45px;
    height: 1px;
    background-color: #0a0a0a;
    }  
  
  .contact-line-7 {
    margin: auto;
    margin-top: 26px;
    width: 45px;
    height: 1px;
    background-color: #0a0a0a;
    }  
    }


/* --- Form Responsive Media Query --- */ 
/* Form Description Responsive Media Query */ 

 @media (max-width: 1170px){
  .form-description-section {
    margin-left: -25px;
    }
    }

 @media (max-width: 1091px){
  .form-description-section {
    margin-left: -24px;
    }
    }

 @media (max-width: 1031px){
  .form-description-section {
    margin-left: -20px;
    }
    }

 @media (max-width: 970px){
  .form-description-section {
    margin-left: -19px;
    }
    }

 @media (max-width: 915px){
  .form-description-section {
    margin-left: -11px;
    }
    }

 @media (max-width: 660px){
  .form-description-section {
    margin-left: -19px;
    }
    }

 @media (max-width: 460px){
  .form-description-section {
    margin-left: -25px;  
    margin-top: 31px;
    }
    }

 @media (max-width: 380px){
  .form-description-section {
    margin-left: -24px;
    margin-top: 31px;
    }
    }

 @media (max-width: 333px){
  .form-description-section {
    margin-left: -12px;  
    }
    }


/* Form Area Responsive Media Query */ 

 @media (max-width: 1355px){
  .form-area {
    margin: -13px auto auto 0px;
    }
    }
	
 @media (max-width: 1250px){
  .form-area {
    padding: 22px 10px 0px 0px;  
    margin-left: 0px;
    max-width: 492px;  
    }
    }

 @media (max-width: 1170px){
  .form-area {
    max-width: 385px;	
    }
    }

 @media (max-width: 1086px){
  .form-area {
    max-width: 372px;	
    }
    }

 @media (max-width: 1031px){
  .form-area {
    max-width: 322px;	
    width: 100%;
    }
    }
		
 @media (max-width: 970px){
  .form-area {
    max-width: 295px;	
    width: 100%;
    }
    }
		
 @media (max-width: 915px){
  .form-area {
    padding: 22px 26px 0px 0px;
    }
    }

 @media (max-width: 450px){
  .form-area {
    margin: 0px auto;
    max-width: 1170px;
    padding: 0px 10px 0px 0px !important;
    }   
    }
		
 @media (max-width: 865px){
  .form-area {
    padding: 0px 26px 0px 0px;
    margin: 0px auto auto 0px;
    }
    }
		
 @media (max-width: 725px){
  .form-area {
    max-width: 290px;	
    width: 100%;
    }
    }
	 
 @media (max-width: 660px){
  .form-area {
    padding: 0px 26px 9px 0px;  
    max-width: 362px;	
    margin: auto;
    width: 100%;
    }
    }
	
 @media (max-width: 450px){
  .form-area {
    max-width: 328px;	
    width: 100%;
    }
    }
	
 @media all and (max-width: 3840px) and (min-width: 651px) {
_:-ms-lang(x), .ie10up, .form-area { 
   margin-top: 80px;
   }
   }
	

/* Form Bar Responsive Media Query */ 
	 
 @media (max-width: 970px){
  .form-title {
    font-size: 18px;
    }	 
	 
  .form-title-2 {
    font-size: 18px;
    }	
    }  
	

/* Form Bar Responsive Media Query */ 
	 
 @media (max-width: 1170px){
  .form-bar {
    max-width: 183px;
    }  
	
  .form-bar-2 {
    max-width: 210px;	
    }
    }
			
 @media (max-width: 1031px){
  .form-bar {
    max-width: 140px;
    }  
	
  .form-bar-2 {
    max-width: 166px;	
    }
    }
		
 @media (max-width: 970px){
  .form-bar {
    max-width: 125px;
    }  
	
  .form-bar-2 {
    max-width: 155px;	
    }
    }
		
 @media (max-width: 725px){
  .form-bar {
    max-width: 110px;
    }  
	
  .form-bar-2 {
    max-width: 136px;	
    }
    }
		
 @media (max-width: 660px){
  .form-bar {
    max-width: 151px;
    }  
	
  .form-bar-2 {
    max-width: 175px;	
    }
    }
	
 @media (max-width: 450px){
  .form-bar {
    max-width: 120px;
    }  
	
  .form-bar-2 {
    max-width: 150px;	
	}
    }

 @media (max-width: 330px){
  .form-bar-2 {
	margin-top: -15px;
    max-width: 125px;	
	}
    }

 @media (max-width: 330px){
  .form-bar {
    max-width: 102px;
    }  
    }
		

/* Form Responsive Media Query */ 

 @media (max-width: 725px){
  .form-title {
    font-size: 17px;
    } 
	 
  .form-title-2 {
	margin-right: 8px;
    font-size: 16px;
    } 	 
    }
		 
 @media (max-width: 450px){
  .form-title {
    font-size: 16px;
    } 
	 
  .form-title-2 {
    margin-right: 22px;	 
	}
    }

 @media (max-width: 330px){
  .form-title-2 {
	margin-right: -16px;
	margin-top: -14px;  
    } 
    }

/* ========= /Contact Us/ ========= */






































