.tabhidden {
  overflow: hidden;
  transition: height 200ms;
  height: 0; /* <-- set this */
}

.tabhidden.height {
  height: auto;
}

.tabbutton {
  padding: 10px;
  color: white;
  background-color: #2da6b5;
  border: none;
  margin-top: 5px;
  cursor: pointer;
}

.tab-section .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-section .row>div {
    width: 49%;
}

.tab-button button {
    border: 0;
    display: block;
    background: transparent;
    font-size: 54px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 32px;
    color: #ACB3B7;
    letter-spacing: -0.02em;
}

.tab-button button.active{
    color: #B0913E;
    text-decoration: underline;
}
.tab-button button:last-child{
    margin-bottom: 0px;
}

.tab-button {
    margin-bottom: 10%;
}

.wrap-right {
    max-width: 803px;
}

.bottomcontent p {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.heading-space h2{
    margin-bottom: 24px;
}

.heading-space h5{
    margin-bottom: 16px;
}

.new-button-design a {
    font-family: Roboto Condensed;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    border: 3px solid #B0913E;
    text-align: center;
    max-width: 340px;
    margin: auto;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
}

.city-lists ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.city-lists ul li {
    width: 48%;
    padding-bottom: 32px;
    display: flex;
    align-items: center;
}

.city-lists ul li:before {
    content: "";
    width: 100%;
    max-width: 40px;
    height: 40px;
    margin-right: 16px;
    background: url(/wp-content/uploads/2024/07/city-pin.svg) no-repeat center;
    background-size: contain !important;
}

footer#main-footer div#custom_html-2,
footer#main-footer div#text-5 .textwidget{
    margin-bottom: 0px !important;
}

.new-button-design a:hover span.btn-text {
    color: #fff;
    background-color: #b0913e;
}

.new-button-design a:hover span.btn-number {
    color: #b0913e;
    background-color: #fff;
}

.new-button-design a:hover {
    background-color: #fff;
}

.new-button-design a span{
    padding: 16px;
    display: inline-block;
}

.new-button-design a span.btn-text {
    background-color: #fff;
    color: #B0913E;
    text-transform: uppercase;
}

.new-button-design span.btn-number {
    background-color: #B0913E;
    color: #fff;
}

.box-white .et_pb_main_blurb_image {
    margin-bottom: 0 !important;
}

.box-white .et_pb_blurb_container {
    padding: 24px 16px 16px 16px;
}

.equal-height-boxes .et_pb_blurb {
    min-height: 498px;
}

.remove-br br {
    display: none;
}
.fix-heights .dica_divi_carousel.dica_divi_carousel .dica-container .swiper-wrapper .dica_divi_carouselitem { align-self: normal; }
.cities a {
    background: #b0913e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}
img.sgpb-popup-close-button-1 {
    bottom: inherit !important;
    top: 0px !important;
}
#footer-widgets .popmake-coupon-print {
	color: #FFFFFF!important;
    border-width: 0px!important;
    font-size: 18px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #b0913e;
}
#footer-widgets .footer-widget:last-child div {
    margin-bottom: 20px;
}
/* Header Customizing */

.et_header_style_centered #main-header .logo_container {
    text-align: left;
} 

#top-menu a {
    color: #fff;
}

#top-menu-nav ul li a:hover {
    opacity: 1;
    color: #fff !important;
    text-decoration: underline;
}

#main-header .header-info {
    float: right;
    display: flex;
	  padding: 20px 15px;
}

#main-header .header-info > div {
		position: relative;
   	padding: 0px 15px;
}

#main-header .header-info > div:last-child {
    padding-right: 0;
}

.header-info .icon i {
    font-size: 16px;
    color: #b0913e;
}

#main-header .header-info>div {
    padding: 0 25px;
}

#main-header .header-info>div h5 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}

#main-header .header-info>div:nth-child(2):after,
#main-header .header-info>div:nth-child(2):before {
    content: "";
    border-left: 1px dashed #000;
    height: 100%;
    position: absolute;
    opacity: .3;
}

#main-header .header-info>div:nth-child(2):before{
    left: 0;
}

#main-header .header-info>div:nth-child(2):after {
    top: 0;
    right: 0;
}

.header-info p ,
.header-info p > a {
    color: #888a8d;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 4px 0 0;
}

.et_header_style_centered #top-menu>li>a {
    text-transform: uppercase;
    padding: 15px 10px;
}

.et_header_style_centered #top-menu li > a {
    text-transform: uppercase;
	
}

#main-header .nav li ul.sub-menu {
    background-color: #9c7d22;
    border: none;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after,
#top-menu .menu-item-has-children>a:first-child:after {
    top: 13px;
}

.et_header_style_centered #main-header div#et-top-navigation {
    background: #b0913e;
}

#top-header {
    display: none;
}

#top-menu li li {
    padding: 0;
		width: 100%;
}

#top-menu li li a {
    width: 100%;
}

.sub-menu {
    padding: 0 !important;
}


/* Footer Customizer */
#footer-bottom {
	text-align: center;
}

#footer-widgets .footer-widget li {
    padding: 0;
}

.footer-widget li:before {
    display: none;
}

#footer-info {
    float: none;
    text-align: center;
}

footer .textwidget p a,
footer .textwidget li {
   font-size: 15px;
   /*font-weight: 700;*/
   color: #fff;
}

#menu-footer-menu li {
   font-size: 15px;
   /*font-weight: 700;*/
   color: #fff;
}

#menu-footer-menu li a:hover {
    text-decoration:underline;
}

footer .textwidget p a,
footer .textwidget li,
#main-footer .footer-widget h4,
#menu-footer-menu li {
   font-family: 'Roboto Condensed', sans-serif; 
}

#footer-widgets .footer-widget .social-icons{
    margin-top: 10px;
}

footer .social-icons li {
    list-style: none;
    display: inline-block;
}

#footer-widgets .footer-widget .social-icons li a {
    color: #b0b9c3;
    padding: 0 5px;
}

#footer-widgets {
    padding-top: 4px !important;
}

#footer-widgets .footer-widget {
    margin-bottom: 5px !important;
}

/* Contact Form - Customizer  */
.towing-quote input.wpcf7-text.wpcf7-not-valid {
    border: 1px solid red;
}
.towing-quote .wpcf7-not-valid-tip {
    display: none!important;
}

.wpcf7-response-output {
    border-color: #b0913e !important;
	margin-right: 0 !important;
    margin-left: 0 !important;
}

.coupon-wrap img{
    max-width: 1139px;
    margin: auto !important;
}

.coupon-wrap {
    max-width: 1139px;
    margin: auto !important;
}

.button-wrap{
    text-align: center;
    margin-top: 24px;
}

.button-wrap button{
    background: #B0913E;
    border: 1px solid #B0913E !important;
    display: block;
    max-width: 256px;
    width: 100%;
    margin: auto;
    color: #fff;
    border-radius: 32px;
    padding: 16px 32px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}


/* Responsiveness Screen Sizes */

.towingservices .swiper-pagination {
    max-width: 85%;
    top: inherit !important;
    bottom: 3%;
}

.towingservices .swiper-button-next {
    right: 2% !important;
    left: inherit !important;
    top: inherit !important;
    bottom: 0%;
    width: 44px;
    background: url(/wp-content/uploads/2024/08/towing-next.svg) no-repeat center;
    background-size: cover;
}

.towingservices .swiper-wrapper {
    margin-bottom: 40px;
}

.towingservices .swiper-button-prev {
    right: 5% !important;
    left: inherit !important;
    top: inherit !important;
    bottom: 0%;
    width: 44px;
    background: url(/wp-content/uploads/2024/08/towing-prev.svg) no-repeat center;
    background-size: cover;
}

.towingservices .swiper-button-next:after, 
.towingservices .swiper-button-prev:after{
    display: none;
}

.towingservices {
    padding-bottom: 40px;
}

.towingservices .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #B0913E;
}

.towingservices .swiper-pagination-progressbar {
    background-color: #141414 !important;
}

.text-services h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color:#fff;
}

  
.content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 32px;
    background-color: rgb(20 20 20 / 80%);
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.wrap-hover:hover .content-wrap {
   opacity: 1;
   visibility: visible;
}

.content-wrap h5 {
    display: none !important;
}

.wrap-hover {
    position: relative;
    border-radius: 16px !important;
    border: 1px solid #141414;
}

.content-wrap p {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

div#sgpb-popup-dialog-main-div {
    box-shadow: none !important;
    border-radius: 0px;
    border-bottom: 0px !important;
    max-height: fit-content !important;
    overflow: hidden !important;
}

.wrap-all-coupon {
    padding: 40px;
}

.sg-animated.sgpb-fadeIn {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.header-ctas ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header-ctas ul li {
    width: 48%;
}

.header-ctas ul li.header-quote a {
    display: block;
    text-align: center;
    max-width: 178px;
    background-color: #fff;
    padding: 22px 12px;
    border-radius: 32px;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #B0913E;
}

.header-ctas ul li.header-number a {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.overlap-header.et_pb_sticky_module {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.et_pb_sticky--top ul li.header-quote a {
    background-color: #B0913E;
    color: #fff;
}

.et_pb_sticky--top ul li.header-number a {
    color: #B0913E;
}

.overlap-header .et-menu li li a {
    width: 100%;
    max-width: 406px;
}

.overlap-header .nav li ul {
    width: 270px;
}

.custom-flex ul{
    display: flex;
    justify-content: space-between;
}

.custom-flex ul li{
    padding-left: 16px;
}

.custom-flex ul li:first-child{
    padding-left: 0px;
}

.new-home-quote .towing-quote textarea {
    height: 55px;
}

.new-home-quote .towing-quote input, 
.new-home-quote .towing-quote textarea, 
.new-home-quote .towing-quote select {
    background-color: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 28px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.new-home-quote textarea {
    width: 100%;
}

.towing-quote select, .towing-quote input.wpcf7-text {
    width: 100%;
    padding: 13px 10px;
    margin-bottom: 10px !important;
    color: #666;
    font-size: 16px;
    font-family: roboto condensed, sans-serif;
    font-weight: 700;
    border: 1px solid #fff;
    background: #eee;
}

.new-home-quote .col-sm-6 {
    width: 48%;
    padding-top: 24px;
}

.new-home-quote .towing-quote .custom-btn {
    width: 100%;
    max-width: 100%;
    background: #bf9a2f !important;
    border-color: #bf9a2f !important;
    margin-top: 24px;
    border-radius: 64px;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
}

.towing-quote .custom-btn {
    background: #bf9a2f;
    color: #fff;
    border: none;
    float: right;
    font-family: roboto condensed, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px;
    width: 150px;
    margin-top: 5px;
}

.new-home-quote .towing-quote {
    background-color: #141414;
    padding: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0px;
}

.towing-quote {
    width: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 30px 40px;
    position: relative;
    display: inline-block;
}

.new-home-quote .col-sm-12 {
    text-align: center;
    padding-top: 24px;
}

.new-home-quote .col-sm-12, 
.col-sm-12 textarea {
    width: 100%;
}

.new-home-quote .towing-quote *::placeholder {
    color: #fff;
}

.new-home-quote h2 {
    padding-top: 44px;
}

.new-home-quote form .towing-quote select option {
    color: #000;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

@media(max-width: 1323px) and (min-width: 981px){
    body.home .et_pb_menu__menu ul li a {
        font-size: 13px !important;
    }
    
    body.home .header-ctas ul li.header-number a {
        font-size: 14px;
    }
    
    body.home .header-ctas ul li.header-quote a {
        padding: 12px;
        font-size: 13px;
    } 
}

@media (min-width: 980px) {

	#main-header #et-top-navigation .container {
		display: flex;
		align-items: center;
      	justify-content: center;
	}
	
}

@media(max-width: 980px){
    
    .new-home-quote .col-sm-6 {
        width: 100% !important;
        padding-top: 12px !important;
    }
    
    .custom-flex ul {
        display: block;
    }
    .overlap-header .et_pb_menu__wrap {
        justify-content: end !important;
    }
    
    .overlap-header .mobile_menu_bar {
        top: -50% !important;
        bottom: inherit !important;
    }
    
    .towingservices {
        padding-bottom: 0px;
    }

    .content-wrap p {
        font-size: 18px;
        line-height: 28px;
    }

    .text-services h5 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .towingservices .swiper-button-prev,
    .towingservices .swiper-button-next{
        display: none !important;
    }
    
	body .coupon-edit a {
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 24px;
		padding-right: 8px;
		max-width: 100%;
		margin: auto;
		font-size: 16px;
		line-height: 20px;
		background-color: #bf9a2f;
		color: #fff;
	}

	body .coupon-edit a:after {
		max-width: 44px;
		height: 44px;
	}

.coupon-edit {
    padding-top: 24px;
}
	
	.new-home-quote h2 {
    padding-top: 24px;
}

	.new-home-quote .col-sm-6 {
    width: 100% !important;
    padding-top: 12px !important;
}
	
.new-home-quote .towing-quote {
    padding: 16px !important;
}
	
	.city-lists ul li {
    width: 100%;
    padding-bottom: 16px;
}
	
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	content: '\33';
	color: transparent;
	background: url(/wp-content/uploads/2024/08/submenu-arrow-down.svg) no-repeat center;
	background-size: cover;
	padding: 3px;
	left: 0;
}

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	background: url(/wp-content/uploads/2024/08/submenu-arrow-up.svg) no-repeat center;
	background-size: cover;
}

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}

}


@media (max-width: 980px) {
    .mobile-box-height {
		min-height: 363px !important;
	}

	.flip-columns {
		flex-wrap: wrap-reverse;
		display: flex;
	}
	
    /* Header Customizer */
    #main-header .header-info {
        display: none;
    }

    #top-header {
        display: block;
    }
	
	.mobile_menu_bar:before {
			color: #fff;
	}

	.et_mobile_menu li a {
			color: #000;
	}

	.et_header_style_centered #main-header {
			padding-bottom: 0;
	}

	.et_header_style_centered .et_mobile_menu {
			top: 30px;
	}
	
	.wrap-all-coupon {
        padding: 0px;
    }
    
    .coupon-wrap img {
        width: 100%;
    }
    
    .sgpb-popup-dialog-main-div-theme-wrapper-1 {
		width: 100%;
	}

}

@media (max-width: 768px){
    
    footer.et-l.et-l--footer .fwidget {
        margin-bottom: 0px !important;
    }

    .second-accordion .wrap-right .tabcontent img {
        margin-top: 16px;
    }
    
    .second-accordion .column-left {
        display: none;
    }

	div#sgpb-popup-dialog-main-div {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 0px !important;
		max-height: inherit !important;
		border-bottom: 0px!important;
	}

	.sgpb-popup-dialog-main-div-theme-wrapper-1 {
		padding: 22px;
	}
	
	.responsive-text-center .et_pb_blurb_description{
		text-align: center;
	}
	.custom-reverse > div {
			display: flex;
			flex-direction: column-reverse;
	}

	.custom-reverse .et_pb_main_blurb_image{
			margin-top: 10px;
	}

	.et_pb_row {
		width: 95%;
	}
	
    .home .et_pb_section_5 {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .home .et_pb_module_header {
        text-align: center !important;
    }

    .home .et_pb_section_7 .et_pb_module_header {
        text-align: left !important;  
    }

    .home .increase-icon-size span.et_pb_image_wrap img {
        margin-right: 0;
    }

    .home .et_pb_blurb_container {
        padding-left: 0 !important;
    }

    .home .et_pb_section_7 .et_pb_main_blurb_image {
        padding: 0 20px 0 5px;
    }

}


@media only screen and (min-width: 981px) {

	.et_header_style_centered #logo {
			max-height: 100%;
	}
}

@media (min-width: 1200px){
    

    .container,
    .et_pb_row {
        /*max-width: 1170px !important;
        width: 1170px !important;*/
    }


} /* Header Customizing */
.et_header_style_centered #main-header .logo_container {
    text-align: left;
} 

#top-menu a {
    color: #fff;
}

#top-menu-nav ul li a:hover {
    opacity: 1;
    color: #fff !important;
    text-decoration: underline;
}

#main-header .header-info {
    float: right;
    display: flex;
	  padding: 20px 15px;
}

#main-header .header-info > div {
		position: relative;
   	padding: 0px 15px;
}

#main-header .header-info > div:last-child {
    padding-right: 0;
}

.header-info .icon i {
    font-size: 16px;
    color: #b0913e;
}

#main-header .header-info>div {
    padding: 0 25px;
}

#main-header .header-info>div h5 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}

#main-header .header-info>div:nth-child(2):after,
#main-header .header-info>div:nth-child(2):before {
    content: "";
    border-left: 1px dashed #000;
    height: 100%;
    position: absolute;
    opacity: .3;
}

#main-header .header-info>div:nth-child(2):before{
    left: 0;
}
#main-header .header-info>div:nth-child(2):after {
    top: 0;
    right: 0;
}

.header-info p ,
.header-info p > a {
    color: #888a8d;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 4px 0 0;
}

.et_header_style_centered #top-menu>li>a {
    text-transform: uppercase;
    padding: 15px 10px;
}

.et_header_style_centered #top-menu li > a {
    text-transform: uppercase;
	
}

#main-header .nav li ul.sub-menu {
    background-color: #9c7d22;
    border: none;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after,
#top-menu .menu-item-has-children>a:first-child:after {
    top: 13px;
}

.et_header_style_centered #main-header div#et-top-navigation {
    background: #b0913e;
}

#top-header {
    display: none;
}

#top-menu li li {
    padding: 0;
		width: 100%;
}

#top-menu li li a {
    width: 100%;
}

.sub-menu {
    padding: 0 !important;
}


/* Footer Customizer */
#footer-bottom {
	text-align: center;
}

#footer-widgets .footer-widget li {
    padding: 0;
}

.footer-widget li:before {
    display: none;
}

#footer-info {
    float: none;
    text-align: center;
}

footer .textwidget p a,
footer .textwidget li {
   font-size: 15px;
   /*font-weight: 700;*/
   color: #fff;
}

#menu-footer-menu li {
   font-size: 15px;
   /*font-weight: 700;*/
   color: #fff;
}

#menu-footer-menu li a:hover {
    text-decoration:underline;
}

footer .textwidget p a,
footer .textwidget li,
#main-footer .footer-widget h4,
#menu-footer-menu li {
   font-family: 'Roboto Condensed', sans-serif; 
}

#footer-widgets .footer-widget .social-icons{
    margin-top: 10px;
}

footer .social-icons li {
    list-style: none;
    display: inline-block;
}

#footer-widgets .footer-widget .social-icons li a {
    color: #b0b9c3;
    padding: 0 5px;
}

#footer-widgets {
    padding-top: 40px !important;
}

#footer-widgets .footer-widget {
    margin-bottom: 50px !important;
}

/* Contact Form - Customizer  */
.towing-quote input.wpcf7-text.wpcf7-not-valid {
    border: 1px solid red;
}
.towing-quote .wpcf7-not-valid-tip {
    display: none!important;
}

.wpcf7-response-output {
    border-color: #b0913e !important;
	margin-right: 0 !important;
    margin-left: 0 !important;
}

/* Responsiveness Screen Sizes */



.second-tab .column-right .wrap-right p.tabcontent {
    font-size: 18px;
    line-height: 28px;
    color: #141414;
}



@media (min-width: 980px) {

		#main-header #et-top-navigation .container {
			display: flex;
		  align-items: center;
      justify-content: center;
	}
}

@media (max-width: 980px) {     
    #main-header .header-info {
        display: none;
    }

    #top-header {
        display: block;
    }
	
	.mobile_menu_bar:before {
		color: #fff;
	}

	.et_mobile_menu li a {
		color: #000;
	}

	.et_header_style_centered #main-header {
		padding-bottom: 0;
	}

	.et_header_style_centered .et_mobile_menu {
		top: 30px;
	}
}


@media (max-width: 768px){
	#footer-widgets .footer-widget .fwidget {
    float: none;
}
	.responsive-text-center .et_pb_blurb_description{
		text-align: center;
	}
	.custom-reverse > div {
			display: flex;
			flex-direction: column-reverse;
	}

	.custom-reverse .et_pb_main_blurb_image{
		margin-top: 10px;
	}

	.et_pb_row {
		width: 95%;
	}
    .home .et_pb_section_5 {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .home .et_pb_module_header {
        text-align: center !important;
    }

    .home .et_pb_section_7 .et_pb_module_header {
        text-align: left !important;  
    }

    .home .increase-icon-size span.et_pb_image_wrap img {
        margin-right: 0;
    }

    .home .et_pb_blurb_container {
        padding-left: 0 !important;
    }

    .home .et_pb_section_7 .et_pb_main_blurb_image {
        padding: 0 20px 0 5px;
    }

}


@media only screen and (min-width: 981px) {

	.et_header_style_centered #logo {
			max-height: 100%;
	}
	
}

@media(min-width: 767px){
    
    .second-accordion .column-right .tabhidden img {
        display: none;
    }

}

@media (min-width: 1200px){
    

    .container,
    .et_pb_row {
        /*max-width: 1170px !important;
        width: 1170px !important;*/
    }


}
@media only screen and (max-width: 479px) {
    .targeted-areas .et_pb_column {
    width: 50%!important;
}
}

input.wpcf7-form-control.wpcf7-submit.custom-btn {
    cursor: pointer;
}

body .gform_wrapper .gform_footer, body .gform_wrapper .gform_page_footer {
	text-align: left;
}
 
#main-header .et_mobile_menu li ul.hide {
	display: none !important;
}
 
#mobile_menu .menu-item-has-children {
	position: relative;
}

#mobile_menu .menu-item-has-children > a {
	background: transparent;
}
 
/**** This styles the icon and moves it to the right ****/
 
#mobile_menu .menu-item-has-children > a + span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	z-index: 3;
}
 
/**** Here you can swap out the actual icons ****/
span.menu-closed:before {
	content: "\4c";
	display: block;
	color: #111;
	font-size: 16px;
	font-family: ETmodules;
}
 
span.menu-closed.menu-open:before {
	content: "\4d";
}
#pum-1264{
	display:none;
}
.towing-quote {
    width: 100%;
    background: rgba(0,0,0,.50);
    padding: 30px 40px 30px;
    position: relative;
    display: inline-block;
}
.towing-quote h2 {
    color: #fff;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
}
.towing-quote select, 
.towing-quote input.wpcf7-text {
    width: 100%;
    padding: 13px 10px;
    margin-bottom: 10px!important;
    color: #666;
    font-size: 16px;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    border: 1px solid white;
    background: #eee;
}
.towing-quote .custom-btn {
    background: #bf9a2f;
    color: #fff;
    border: none;
    float: right;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px;
    width: 150px;
    margin-top: 5px;
}

.towing-quote select {
    height: 47px;
    border-radius: 0!important;
}

.coupon-edit button{
    display: flex !important;
    width: 100%;
    max-width: 481px;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 64px;
    color: #000;
    border-radius: 54px;
    padding-right: 24px;
    border: 1px solid #fff;
    text-align: left;
    cursor: pointer;
}

.coupon-edit button:active {
    border: 0px;
}
.coupon-edit button:after{
    content: "";
    width: 100%;
    max-width: 64px;
    height: 64px;
    background: url('/wp-content/uploads/2024/08/towing-brown-arrow.svg?98');
    background-size: contain;
}

.coupon-edit span {
    flex: auto;
}

.coupon-edit {
    padding-top: 44px;
}

.reviews-edit .item-content-wrapper:before {
    display: none;
}

.reviews-edit .item-content-wrapper {
    text-align: center;
    background-color: transparent !important;
    color: #fff;
}

.reviews-edit .single-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.reviews-edit .single-item-wrapper>* {
    width: 100%;
}

.reviews-edit .single-item-wrapper h3 {
    color: #B0913E !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.reviews-edit .tss-wrapper .tss-carousel3 .item-content {
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    font-style: normal;
}

.reviews-edit .tss-carousel .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.reviews-edit .swiper-pagination span {
    background-color: #ACB3B7 !important;
}

.brown-cta a {
    max-width: 481px;
    background-color: #B0913E;
    text-align: left;
    color: #fff;
    padding: 22px 24px;
    border-radius: 54px;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brown-cta a:after {
    content: "";
    width: 100%;
    max-width: 64px;
    height: 64px;
    background: url('/wp-content/uploads/2024/08/Towing-white-right-arrow.svg') no-repeat center #fff !important;
    background-size: contain !important;
    border-radius: 36px;
}

.brown-cta {
    margin-top: 44px;
}


@media(max-width: 980px){
   
   .reviews-edit .tss-wrapper .tss-carousel3 .item-content {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
    }
    
    .tss-wrapper .tss-carousel3 .item-content-wrapper {
        margin-top: 0px;
    }

    .brown-cta a:after {
        max-width: 44px;
        height: 44px;
    }

   .brown-cta a {
        padding: 8px 8px;
        font-size: 16px;
        line-height: 20px;
    }
    
    .brown-cta a:after {
        max-width: 44px;
        height: 44px;
    }
    .brown-cta {
        margin-top: 44px;
    }

    .heading-space h2{
        margin-bottom: 16px;
    }
    
    .heading-space h5{
        margin-bottom: 8px;
    }
        .bottomcontent p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .tab-button button{
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.02em;
    }
    
    .tab-section .row>div {
        width: 100%;
    }
    
    .tab-section .row {
        flex-wrap: wrap;
    }
    
    .wrap-right {
        padding: 16px;
    }
    
    .tab-button button {
        margin-bottom: 16px;
        padding: 0;
    }
    
    
}