@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 270px;	
   background-repeat: no-repeat;
   background-position: center;
   margin-bottom: 30px;
   margin-top: -1px;
   height: 260px;
   } 
   

 @media screen and (max-width: 460px) {
  .page-banner {
    background-size: cover;
    background-position: left;  
    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: #080808;
   }  
  
 .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: 1160px;
   display: flex;
   margin: auto;
   }
  
 .top-header-item-right {
   justify-content: space-between;	 
   flex-direction: row;
   max-width: 181px;
   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 #111c36, 1px -1px 0 #111c36, -1px 1px 0 #111c36, 1px 1px 0 #111c36, -1px -1px 0 #111c36, 1px -1px 0 #111c36, -1px 1px 0 #111c36, 1px 1px 0 #111c36;
   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,#e96365 11%,#e54143 27%,#b3191b 79%,#951516 91%);
   padding: 13px 17px 17px 17px;
   border: 1px solid #741a16;
   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/D's Wrecker Service, Inc Background Header.jpg");
   background-position: center 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: 1180px;
   height: 180px;
   margin: auto;  
   }

 .logo {
   box-shadow: 0px 0px 4px #0000003d, 0px 0px 16px #00000047, 0px 0px 45px #0000005e, 0px 0px;
   background-image: url( "../img/D's Wrecker Service Inc Logo.jpg");
   border: 1px solid #430a0a;
   background-repeat: no-repeat; 
   background-position: center;
   background-size: cover;  
   max-width: 373px;
   margin-left: 0px;
   margin-top: 64px;
   height: 67px;
   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 #163800, 0px 0px;
   font-family: 'Roboto Condensed', sans-serif;  
   justify-content: space-between;
   font-style: normal;
   margin-right: 20px;
   padding-top: 87px;
   max-width: 626px;
   list-style: none;
   font-weight: 700;
   font-size: 22px;  
   flex-wrap: wrap;
   display: flex;
   float: right;
   width: 100%;
   }

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

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

 .mi2 {
   position: relative;
   z-index: 20;
   }     
   
 .mi3 {
   position: relative;
   z-index: 20;
   }     
   
 .mi4 {
   position: relative;
   z-index: 20;
   }  
  
 .mi6 {
	 
   }

 .mi7 {
   margin-top: 22px;
   }

 .mi8 {
   margin-top: 22px;
   }

 .hpbt {
   cursor: pointer;
   }

 .header-phone-button { 
   background: linear-gradient(180deg,#fde467 11%,#efcf30 27%,#ffd400 57%,#b99a03 85%,#8d7502 103%);
   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;
   box-shadow: 0px 0px 6px #0000007a, 0px 0px 18px #00000073, 0px 0px; 
   padding: 8px 15px 9px 15px;
   border: solid 1px #2b2300;
   filter: brightness(100%);
   font-family: 'Poppins';
   text-decoration: none;
   font-weight: 600 !important;
   border-radius: 11px;
   margin-right: -18px;
   max-width: 178px;
   margin-top: -1px;
   color: white;
   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);
   background-color: #f9f9f9;
   margin-left: -15px !important;
   position: absolute;
   min-width: 160px;
   display: none;
   z-index: 1;
   }

 .dc-2 {
   margin-left: -40px !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 {
   margin-left: -35px;
   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 #1e1e1e, 1px -1px 0 #1e1e1e, -1px 1px 0 #1e1e1e, 1px 1px 0 #1e1e1e, -1px -1px 0 #1e1e1e, 1px -1px 0 #1e1e1e, -1px 1px 0 #1e1e1e, 1px 1px 0 #1e1e1e, 0px 0px 16px #00000087, 0px 0px 6px #000000b8, 0px 0px;
   max-width: 200px;
   color: #fefefe;	 
   }

 .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: 221px;
    }
    }


/* 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: 1630px){
   header {
    background-position: left bottom;
    background-size: 109% 181px;
    }
    }

 @media (max-width: 950px){
   header {
    background-image: url("../img/D's Wrecker Service, Inc Background Header (Tablet).jpg");   
    background-size: 100% 181px;
    height: auto;
    }
    }

 @media (max-width: 657px){
   header {
    background-image: url("../img/D's Wrecker Service, Inc Background Header (Mobile).jpg");   
    background-size: 100% 260px;
    height: auto;
    }
    }

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

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


/* Header Area Responsive Media Query */

 @media (max-width: 1305px){
  .header-area {
    max-width: 1215px;
    }
    }

 @media (max-width: 1035px){
  .header-area {
    max-width: 895px;
    }
    }

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

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


/* Logo Responsive Media Query */

 @media (max-width: 1130px){
  .logo {
    max-width: 335px;
    margin-left: -5px;
    margin-top: 66px;
    height: 60px; 
    }
    }

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

 @media (max-width: 974px){
  .logo {
    max-width: 335px;
    margin-left: -5px;
    margin-top: 66px;
    height: 60px; 
    }
    }

 @media (max-width: 837px){
  .logo {
    max-width: 301px;
    margin-left: -5px;
    margin-top: 66px;
    height: 54px;
    }
	 
  .logo-text {
    line-height: 31px;  
    margin-left: -18px;
    margin-top: 63px;  
    max-width: 191px;	
    font-size: 25px;  
    }
    }

 @media (max-width: 790px){
  .logo {
    max-width: 275px;
    margin-left: -11px;
    margin-top: 67px;
    height: 50px;
    }
    }

 @media (max-width: 765px){
  .logo {
    max-width: 253px;
    margin-left: -11px;
    height: 45px;
    }
    }

 @media (max-width: 658px){
  .logo {
    margin: 50px auto 0px auto;
    max-width: 468px;
    height: 72px;
    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: 38px auto auto auto;
    max-width: 338px;
    height: 61px;
    }
	 
  .logo-text {
    margin: 0px auto auto auto;
    max-width: 353px;
    line-height: 50px;
    font-size: 44px;
    }
    }

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


/* Nav Responsive Media Query */

 @media (max-width: 1195px){
   nav {	  
    margin-right: 9px;
    padding-top: 87px;
    max-width: 574px;
    font-size: 20px;
    }
    }

 @media (max-width: 1085px){
   nav {	  
    margin-right: -9px;
    padding-top: 87px;
    max-width: 537px;
    font-size: 18px;
    }
    }

 @media (max-width: 1035px){
   nav {	  
    padding-top: 59px;   
    max-width: 354px;
    font-size: 19.5px;
    flex-wrap: wrap;
    }
	  
  .mi4 {
    margin-left: 76px;
    margin-top: 22px;
    }
	 
  .mi5 {
    margin-right: 52px;
    margin-top: 22px;
    }	 
    }

 @media (max-width: 837px){
   nav {	  
    max-width: 332px;
    font-size: 19px;
    }
	 
  .mi4 {
    margin-left: 68px;	 
    }
    }

 @media (max-width: 732px){
   nav {	  
    margin-right: 6px;   
    max-width: 313px;
    font-size: 17px;
    }
    }

 @media (max-width: 689px){
   nav {	  
    margin-right: -23px;
    max-width: 301px;
    font-size: 17px;
    }
	 
  .mi3 {
    margin-right: 0px;
    }	 
	 
  .mi4 {
    margin-left: 40px;	 
    }	 
	 
  .mi5 {
    margin-right: 40px;	 
    }	 
    }

 @media (max-width: 658px){
   nav {
    display: none !important;
    }
    }


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

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

 @media (max-width: 658px){
  .mobile-menu {
    margin: 38px auto 28px auto;
    }
    }
    
 @media (max-width: 460px){
  .mobile-menu {
    margin: 35px auto 32px auto !important;
    }
    }

 @media (max-width: 333px){
  .mobile-menu {
    margin: 27px auto 28px 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,#e96365 11%,#e54143 27%,#b3191b 79%,#951516 91%);
   box-shadow: 0px 0px 16px black, 0px 0px 16px rgba(0, 0, 0, 0.69), 0px 0px;
   background-color: #000000;
   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(145%);	 
   background: #d52927;
   width: 300px;
   height: 6px;
   }  
  
 .footer-contact-box {
   box-shadow: 0px 0px 16px #000000c4, 0px 0px;
   background: #d6d6d6;
   z-index: 999999999;
   position: relative;
   max-width: 282px;
   padding-top: 15px;
   width: 100%;
   } 	
	     
 .footer-box-logo {   
   background-image: url( "../img/D's Wrecker Service Inc Logo.jpg");
   background-repeat: no-repeat;
   background-position: left;
   background-size: cover;
   margin-bottom: -6px;
   max-width: 272px;
   margin-top: 0px;
   height: 48px;
   }
  
 .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: 18px 5px 21px 26px;
   flex-direction: column;
   text-decoration: none;
   max-width: 210px;
   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;
    }
    }

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

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

 @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: 240px;
    height: 42px;
    }    
	 
  .footer-box-logo-text {
    max-width: 233px;
    line-height: 33px;
    font-size: 29px;	  
    }    
    }

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

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

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

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

 @media (max-width: 333px){
  .footer-box-logo {
    max-width: 264px;
    height: 46px;
    }    
	 
  .footer-box-logo-text {
    max-width: 248px;
    }    
    }


/* 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: 811px){
  .footer-box-width {
    padding: 9px 5px 17px 18px;  
    }
    }

 @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;
    } 	
    }

 @media (max-width: 460px){
  .footer-box-width {
    padding: 9px 5px 17px 21px;
    } 	
    }
	
 @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: 811px){
  .address-line {
    text-indent: -13px;
    margin-left: 18px;
    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 {
    max-width: 179px;
    margin: auto;
    }
    }


/* 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: 16px;
    }
    }


/* ------ 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/Towing Memphis & Surrounding Area.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/24-7 Towing and Recovery in Memphis.jpg");
   background-repeat: no-repeat; 
   background-position: center; 
   background-color: #525252; 
   background-size: cover;
   width: 33.333333vw; 
   overflow-y: hidden; 
   height: 440px;
   }
  
 .column-3 {   
   background-image: url("../img/Are You A Victem of Reckless Driving - Call Now.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%;
   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: 33px 40px 40px 40px;
   justify-content: space-between;
   font-family: sans-serif; 
   word-spacing: 0.6px;
   line-height: 23.4px;	 	 
   max-width: 1060px;
   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 {
   background-image: url("../img/Flatbed Towing.jpg");
   background-clip: content-box;
   background-repeat: no-repeat;
   background-position: center;
   border: 1px solid #cccccc;
   background-size: cover;
   margin-right: 0px;
   margin-bottom: 20px;
   margin-top: 7px;
   height: 434px;
   width: 370px;
   padding: 5px;	
   } 
   
 .front-page-column-1 {
   padding-right: 49px;
   max-width: 557px;
   font-size: 15px;
   }  

 .front-page-title {
   font-family: sans-serif;
   line-height: 27px; 
   font-weight: 800;
   font-size: 17px;
   color: white;
   } 
  
 .front-page-column-text {
   overflow-y: hidden;
   margin-top: 2px; 
   } 
   
 .front-page-column-text, p {
   margin-top: 10px;
   }

 .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: 20px auto 0px auto;
   flex-direction: row;
   max-width: 525px;
   flex-wrap: wrap; 
   display: flex;   
   } 

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

 .logo-2 {
   background-image: url("../img/BBB-Logo.png");
   background-repeat: no-repeat;
   background-position: center;
   margin: auto 0px 0px auto;   
   background-size: contain;
   height: 93px;
   width: 163px;
   }  


/* --- 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: 730px;
   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/Towing Memphis & Surrounding Area.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/Roadside Assistance 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/D's Wrecker Service Inc 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: 11px;
   }   
   

/* 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-section-title { 
   font-weight: 740;
   font-size: 27px;
   } 
   
 .featured-button {
   background-color: #ffffff;
   border-style: solid;
   margin-bottom: 14px;
   border-radius: 5px;
   border-color: red;
   border-width: 2px;
   margin-top: 12px;
   width: 160px;
   color: red;
   }  
   
 .featured-button:hover {
   background-color: red;
   margin-bottom: 14px;
   border-style: solid;
   border-radius: 5px;
   border-width: 2px;	
   border-color: red;
   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: 27px;
   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 faded.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: 307px;  
    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 {
    margin-top: 236px;  
    padding: 17px 75px 23px 11% !important;
    }
    }

 @media screen and (max-width: 1256px) {
  .column-title {
    padding: 23px 75px 26px 11%;
    }
    }

 @media screen and (max-width: 822px) {
  .column-title {
    margin-top: 241px;
    font-size: 15.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 {
    width: 100%;
    height: 360px;
    }
  
  .column-3 {
    background-position: center;   
    width: 100%;
    height: 360px;
    }
  
  .column-title {
    margin-top: 295px;  
    font-size: 20px;
    font-weight: 890;
    }  
    }
  
 @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: 460px) {
  .column-1 {
    background-position: center; 
    } 
	  
  .column-title {
    padding: 17px 0px 26px 29px !important;  
    margin-top: 298px;  
    }  	 
	 
  .ct3 {
    margin-top: 302px !important;
    }	
    }

 @media screen and (max-width: 380px) {
  .ct3 {
    margin-top: 263px!important;
    }	
    }

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

 @media all and (max-width: 380px) and (min-width: 331px) {
  .ct2 {
    margin-top: 290px !important;
    }
    }
   
 @media screen and (max-width: 380px) {
  .column-1 {
    background-position: center; 
    height: 325px;
    }
  
  .column-3 {
    background-position: center;   
    height: 325px;
    }
	 
  .ct2 {
    margin-top: 296px !important;
    }	 
	 
  .column-title {
    margin-top: 265px;  
    } 
    }

 @media screen and (max-width: 330px) {
  .ct2 {
    margin-top: 264px !important;
    }
	 
  .column-title {
    margin-top: 266px;  
    font-size: 18px;
    }
    }
   
 @supports (-webkit-touch-callout: none) {
  .ct3 {
    margin-top: 263px !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: 46.6px 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 30px 36px 30px;
    }  
    }

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


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

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

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

 @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 {
    max-width: 363px;
    }	
    }

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

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

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

 @media (max-width: 460px){
  .front-page-column-1 {
    margin-top: 8px;
    }	
    }


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

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

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

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

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

 @media (max-width: 674px){
  .front-page-title {
    font-size: 14.7px;  
    } 	
	 
  .front-page-column-text {
    font-size: 14px;	 
    }
    }

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

 @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 {
    margin: 15px 0px 19px auto;
    } 
    }

 @media (max-width: 964px){
  .front-page-pic {
    margin: 57px 0px 40px auto;
    max-width: 332px;
    height: 385px;
    } 
    }

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

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

 @media (max-width: 460px){
  .front-page-pic {
    max-width: 268px;
    height: 310px;
    padding: 3.5px;  
    } 
    }

 @media (max-width: 333px){
  .front-page-pic {
    max-width: 236px;
    height: 274px;
    } 
    }


/* Front Page Section Logos Responsive Media Query */  

 @media (max-width: 923px){
  .logo-2 {
    margin: -4px -15px 0px auto;  
    height: 73px;
    width: 139px;	  
    } 
	 
  .logo-1 {
    height: 78px;
    width: 239px;	 
    } 
    }

 @media (max-width: 833px){
  .logo-2 {
    height: 79px;
    width: 134px 	  
    } 
	 
  .logo-1 {
    height: 71px;
    width: 220px;	 
    } 
    }

 @media (max-width: 787px){
  .logo-2 {
    margin: -4px -24px 0px auto;  
    height: 65px;
    width: 125px;
    } 
	 
  .logo-1 {
    height: 67px;
    width: 207px;
    } 
    }

 @media (max-width: 766px){
  .front-page-section-logos {
    flex-direction: column;    
    margin: 28px auto 0px auto;
    } 
    
  .logo-2 {
    margin: 14px auto 0px auto;  
    height: 79px;
    width: 146px;	  
    } 
	 
  .logo-1 {
    margin: 0px auto 0px auto;  
    height: 78px;
    width: 239px;	 
    } 
    }

 @media (max-width: 657px){
  .front-page-section-logos {
    max-width: 387px;	 
    } 
    
  .logo-2 {
    margin-top: 13px;
    height: 84px;
    width: 172px;
    } 
	 
  .logo-1 {
    height: 92px;
    width: 286px;
    } 
    }

 @media (max-width: 460px){
  .front-page-section-logos {
    margin: 16px auto 0px auto;	 
    } 

  .logo-2 {
    margin-top: 8px;
    height: 88px;
    width: 160px;
    } 
	 
  .logo-1 {
    height: 89px;
    width: 277px;	
    } 
    }

 @media (max-width: 333px){
  .front-page-section-logos {
    margin: 16px auto 0px auto;	 
    } 

  .logo-2 {
    margin-top: 9px;
    height: 78px;
    width: 151px;
    } 
	 
  .logo-1 {
    margin-top: 0px;
    height: 83px;
    width: 261px;	
    } 
    }


/* ------ 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: 639px;
    } 
    }

 @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: 835px) {
  a.homepage-services-item {
    max-width: 247px;
    } 
    }

  @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: 1700px){
  .featured-section {
    background-position: left; 
    background-size: 108% 220px !important;   
    } 
    }
   
 @media (max-width: 1468px){
  .featured-section {
    background-size: 111% 220px !important;   
    background-position: left; 
    } 
    }
   
 @media (max-width: 950px){
  .featured-section {
    background-image: url("../img/D's Wrecker Service Inc Featured Section (Tablet).jpg");
    background-size: 100% 220px !important;   
    } 
    }
          
 @media (max-width: 657px){
  .featured-section {
    background-image: url("../img/D's Wrecker Service Inc Featured Section (Mobile).jpg");
    background-size: 100% 415px !important;  
    background-position: center;
    height: auto;
    } 
    }

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

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

 @media (max-width: 333px){
  .featured-section {
    background-size: 100% 390px !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: 955px) {
  .featured-section-left {
    margin-top: -4px;
    max-width: 485px;
    }      
    }

 @media screen and (max-width: 858px) {
  .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: -1px;
    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: 955px) {
  .featured-section-title { 
    margin-top: 15px;  
    font-size: 26px;  
    }
    }

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

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

 @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: 27px;  
    }
	 
  .featured-section-description {
    font-size: 16px;
    }
    }

 @media screen and (max-width: 575px) {
  .featured-section-title { 
    font-size: 23px;  
    }
	 
  .featured-section-description {
    font-size: 16px;
    }
    }

 @media screen and (max-width: 450px) {
  .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;
    }
	 
  .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: 460px) {
  .featured-section-title { 
    font-size: 22px;  
    }
    }

 @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/ ========= */


	
/* ========= 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: 8px 44px 62px 44px;
   line-height: 23px;
   max-width: 900px;
   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 Memphis & Surrounding Area.jpg");
   background-repeat: no-repeat;
   background-clip: content-box;
   background-position: center;
   margin: 33px auto 16px auto;
   border: 1px solid #cccccc;    
   background-size: cover;
   max-width: 525px;
   height: 244px;
   width: 100%;
   padding: 5px;
   } 
    
 .towing-content-text {
   padding: 2px 0px 34px 0px;
   max-width: 900px;
   margin: auto;
   } 
  
 .td2 {
   flex-direction: column; 
   display: flex;
   }  
  
 .td1 {
   flex-direction: column; 
   margin-right: 40px;
   display: flex;
   }  
  
 .towing-content-details {
   flex-direction: row;
   max-width: 492px;
   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 33px 62px 33px;  
    } 
    }

 @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 46px 27px;  
    } 
    }


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

@media (max-width: 683px){
 .towing-content-pic {
   max-width: 475px;
   height: 220px;	 
   } 
   }

@media (max-width: 608px){
 .towing-content-pic {
   max-width: 412px;
   height: 190px;
   } 
   }

@media (max-width: 556px){
 .towing-content-pic {
   max-width: 377px;
   height: 173px;
   } 
   }


/* ------ 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: 582px){
  .towing-content-details {
    flex-direction: column;
    max-width: 270px;
    display: flex;	  
    margin: auto;
    }  
   
  .td2 {
    margin-top: 20px;
    }
    }
  
 @media (max-width: 460px) {
  .towing-content-details {
    margin-top: 0px !important; 
    max-width: 214px;  
    font-size: 15px;
    }
	 
  .td2 {
    margin-right: 0px;  
    margin-top: 0px !important;
    }	
	
  .td1 {
    margin-right: 0px;  
    margin-top: 0px !important;
    }	
    }

/* ========= /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: 17px auto 25px auto;
   max-width: 717px;
   }

 .roadside-section-pic {
   background-image: url("../img/Roadside Assistance Pic.jpg");
   background-repeat: no-repeat;
   background-clip: content-box;
   background-position: center;
   margin: -17px auto 16px auto;
   border: 1px solid #cccccc;
   background-size: cover;
   max-width: 526px;
   height: 244px;
   width: 100%;
   padding: 4px;
   } 

 .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: 678px){
  .roadside-content-section-1 {
    margin: 17px auto 25px auto;
    }
    }


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

 @media (max-width: 678px){
  .roadside-section-pic {
    max-width: 470px;
    height: 216px;
    } 
    }

 @media (max-width: 590px){
  .roadside-section-pic {
    max-width: 408px;
    height: 192px;
    } 
    }

 @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: 199px;
    } 
    }

 @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/ ========= */
    


/* ========= 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 {
   justify-content: space-between;
   margin-bottom: 12.5px;
   flex-direction: row;
   margin-top: 25px;
   line-height: 1.5;
   max-width: 971px;
   display: flex;
   margin: auto;
   }  

 .about-picture {   
   background-image: url("../img/Whether you are looking for a jump start, winch out or tire change, we are the right choice for you..jpg");
   background-repeat: no-repeat;
   background-clip: content-box;
   background-position: center;
   margin: 18px 0px auto auto;
   border: 1px solid #cccccc;
   background-size: cover;
   max-width: 398px;
   height: 332px;
   padding: 5px;
   width: 100%;	 
   } 
   
 .about-text {
   margin-right: 35px;
   max-width: 384px;
   }
	
 .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: 971px;
   margin: auto;
   }  
   
 .section-detail {
   max-width: 316px;
   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: 951px;
   display: flex;
   margin: auto;
   } 
  
 .section-detail-p {
   margin: 0px 36px 0px 36px;
   line-height: 1.5;
   } 
   
 .check-width {
   margin-top: 17px;
   max-width: 350px; 
   }
  

/* --- 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 40px 17px 40px;
    margin-top: 0px;
    }  
    }  
  
 @media (max-width: 631px){
  .about-section {
    max-width: 528px;
    }  
    }  
  
 @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: 967px){
  .about-description {
    margin-bottom: 15.5px;
    }  
    }

 @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: 955px){
  .about-picture {
    margin: 23px 0px auto auto;
    max-width: 379px;
    height: 328px;
    }	 
    }
      
 @media (max-width: 914px){
  .about-picture {
    margin: 25px 0px auto auto;
    max-width: 361px;
    height: 322px;
    }	 
    }
      
 @media (max-width: 914px){
  .about-picture {
    margin: 25px 0px auto auto;
    max-width: 361px;
    height: 322px;
    }	 
    }
      
 @media (max-width: 844px){
  .about-picture {
    margin: 30px 0px auto auto;
    max-width: 334px;
    height: 293px;
    }	 
    }
      
 @media (max-width: 806px){
  .about-picture {
    max-width: 306px;
    height: 287px;
    }	 
    }
      
 @media (max-width: 763px){
  .about-picture {
    margin: 59px 0px auto auto;  
    max-width: 278px;
    height: 266px;
    }	 
    }
      
 @media (max-width: 726px){
  .about-picture {
    margin: 59px 0px auto auto;  
    max-width: 278px;
    height: 266px;
    }	 
    }
      
 @media (max-width: 722px){
  .about-picture {
    margin: 85px 0px auto auto;
    max-width: 261px;
    height: 266px;
    }	 
    }
      
 @media (max-width: 657px){
  .about-picture {
    margin: 0px auto auto auto;
    max-width: 386px;
    height: 253px;
    } 
    }
           
 @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 31px 7px;
   margin-bottom: 20px;
   background: #292929;
   max-width: 272px;
   height: 182px;
   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 31px 7px;
   background: #292929;
   max-width: 272px;
   height: 193px;	 
   width: 100%;
   color: white;
   } 

 .contact-box-2 p {
   margin-top: 10px;
   } 

 .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 31px 7px;
   background: #292929;
   max-width: 272px;
   margin-left: 0px;
   height: 182px;
   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: 45px 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: 30px 20px 0px 20px;
   margin-bottom: -60px;
   text-align: center;
   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 #4b0000, 1px -1px 0 #4b0000, -1px 1px 0 #4b0000, 1px 1px 0 #4b0000, -1px -1px 0 #4b0000, 1px -1px 0 #4b0000, -1px 1px 0 #4b0000, 1px 1px 0 #4b0000;
   font-family: 'Roboto Condensed', sans-serif;
   padding: 10px 10px 10px 10px;
   border: 1px solid #7b0a08;
   border-radius: 5px;
   max-width: 127px;
   font-size: 19px;	
   cursor: pointer;
   background: #d51b19;
   color: white;
   width: 100%;
   }

 .form-description-section {
   justify-content: space-between;
   margin-left: -31px;
   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: 19px;
   } 
  
 .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: 22px;
    }

  .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;
    height: 180px;
    } 
  
  .contact-box-2 {
    max-width: 251px;
    } 
  
  .mail-contact-us {
    word-break: break-word;
    max-width: 147px;
    width: 100%; 
    }
	
  .contact-box-3 {
    max-width: 251px;
    height: 179px;
    } 
    }

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

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

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

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

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

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

 @media (max-width: 660px){
  .contact-box-1 {
    height: 176px;
    } 
  
  .contact-box-2 {
    height: 189px;
    } 
  
  .contact-box-3 {
    height: 178px;
    } 
    }

 @media (max-width: 460px){
  .contact-box-1 {
    max-width: 290px !important;
	margin: auto;
    } 
   
  .contact-box-2 {
    max-width: 290px !important;
	margin: 20px auto 20px auto;
    height: 188px;
    } 
   
  .contact-box-3 {
    max-width: 290px !important;
	margin: auto auto 20px auto;
    } 
    }
	
 @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: 16px !important;
    }	
    }	

 @media (max-width: 865px){
  .operation-hours-title {
    font-size: 17px !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-6 {
    margin-right: 20px;
    }
	 
  .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/ ========= */
































