/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

body {
     font-size: 1.0625rem;
     font-family: 'Open Sans', Arial, Times New Roman, sans-serif;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizelegibility;
     font-feature-settings: "liga";
     color: #666;
     font-weight: 400;
     overflow-x: hidden;
}

h1, h2, h3, h4{
	font-family: 'Oswald', sans-serif;
}
/*HEADER STYLES*/
 .header-menu-container {
     width: 95%;
     display: flex;
     flex-direction: column;
}
 .top-header {
     padding: 9px 0;
     z-index: 9999999;
     text-align:center;
}
 .logo_container {
     position: relative !important;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}
 .logo_container a {
     font-family: 'Oswald', sans-serif;
     text-align: center;
     position: relative !important;
     line-height: 1.2;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #fff;
}
 .logo-link {
}
 .logo-link img {
     min-height: auto;
     height: 100% !important;
     max-height: 120px !important;
     width: 500px !important;
     max-width: 150% !important;
     object-fit: contain;
     object-position: center;
}
 header#main-header {
     background: #182131;
     background-image: url(/wp-content/uploads/2022/07/bg.png);
     background-size: contain;
     background-repeat: repeat;
     padding: 10px 0;
}
 .header-location-container {
     color: #ffffff;
     display: flex;
     line-height: 1;
     padding-top: 10px;
     font-size: 15px;
}
 .logo_container a span {
     line-height: 1.2;
}
 .header-location-container .fa {
     padding-right: 10px;
     color: #db1d2d;
}
 div#et-top-navigation {
     display: flex !important;
     flex-direction: column;
     padding-left: 0 !important;
     padding-top: 15px !important;
}
 .contact-info {
     order: 1;
     background: #db1d2d;
     margin-bottom: 10px;
     position: relative;
     margin-top: 15px;
}
 .contact-info-container:before {
     width: 0;
     height: 0;
     border-left: 50vw solid transparent;
     border-right: 50vw solid transparent;
     border-bottom: 21px solid #db1d2d;
     position: absolute;
     content: '';
     left: -2.5%;
     top: -10px;
     z-index: -1;
}
 a.phonenum {
     margin-top: -10px;
}
 .contact-info-container {
    padding-bottom: 5px;
    /* z-index: 99999;
     */
    position: relative;
}
 div#et_mobile_nav_menu {
     order: 2;
}
 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{
     background:#f08902 !important;
}
 .mobile_nav .select_page {
     display: inline-block;
     color: #fff;
     font-family: 'Oswald', sans-serif;
     line-height: 1;
}
 .mobile_menu_bar {
     display: inline-block;
     padding-bottom: 0 !important;
}
 .mobile_nav {
     display: flex;
     justify-content: space-between;
     align-items: center;
     position: relative !important;
}
 .et_mobile_menu {
     top: 42px;
     background-color: #db1d2d !important;
     border-color: #db1d2d;
     box-shadow: 0px 0px 1px 0px #fff;
}
 .et_mobile_menu a {
     color: #fff !important;
}
 .contact-info-container a {
     display: flex;
     line-height: 1.5;
     align-items: center;
     justify-content: center;
     color: #ffffff;
     z-index: 9999;
}
 .contact-info-container a:hover {
     color: #fff;
}
 .contact-info-container a .fa {
     padding-right: 9px;
     color: #fff;
}
 .mobile_menu_bar:before {
     color: #ffffff;
}
/*change Divi opened hamburger menu to X*/
 .mobile_nav.opened .mobile_menu_bar:before {
     content: '\4d';
}
/*rotate the Divi Menu icon on click*/
 .mobile_menu_bar:before {
     transition: all .4s ease;
     transform: rotate(0deg);
     display: block;
}
/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/
/*PAGE STYLES*/
 section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
     max-height: 750px !important;
     min-height: 395px !important;
     height: calc(99vh - 172px) !important;
}
 .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
     background: #000000;
    /* background: linear-gradient(0deg, rgb(0 0 0 / 0%) 35%, rgb(0 0 0 / 0%) 80%, #3a3f3e00 100%);
     */
}
 .et_pb_fullwidth_header_container.center {
     max-height: 750px !important;
    min-height: 395px !important;
     height: calc(99vh - 172px) !important;
     width: 95%;
}
 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
     margin: 0 auto !important;
     padding: 0;
     width: 95%;
}
 .ws-slogan {
     font-size: 20px;
     text-align: center;
     padding-bottom: 10px;
}
 .header-title {
     font-family: 'Oswald', sans-serif;
     font-size: 27px;
}
 .header-msg {
     padding-top: 15px;
     font-size: 15px;
     line-height: 1.6;
}
 .header-title span {
     font-weight: bold;
     color: #db1d2d;
     text-shadow: 1px 1px 1px black;
}
 .rating-header p {
     font-size: 15px;
     line-height: 1;
}
 .stars-rating {
     display: flex;
     justify-content: center;
     align-items: center;
     color: #f08902;
     line-height: 1;
     padding-bottom: 5px;
}
 .rating-header {
     margin-top: 15px;
     margin-bottom: 15px;
}
 .header-button {
     display:flex;
     align-items:center;
     justify-content:center;
}
 .header-button .booking-button-switch {
     margin-left:15px;
}
 .button {
     background: #db1d2d;
     background-size: contain;
     color: #fff;
     font-weight: bold;
     border-radius: 3px;
     padding: 15px 30px;
     display: inline-block;
     line-height: 1;
}
 .button:hover {
     background-color: #fff !important;
     color: #182131;
}
 .section-separator-up:after {
     width: 0;
     height: 0;
     border-left: 10vw solid transparent;
     border-right: 90vw solid transparent;
     border-bottom: 5vw solid #db1d2d;
     position: absolute;
     content: '';
     left: 0;
     bottom: 0;
     z-index: 9999;
}
 div#homepage-header-holder {
     position: relative;
}
 div#home-title-block {
     position: relative;
     background-color: #182131 !important;
}
 .section-separator-down:after {
     width: 0;
     height: 0;
     border-left: 100vw solid transparent;
     border-right: 0vw solid transparent;
     border-top: 5vw solid #db1d2d;
     position: absolute;
     content: '';
     top: 0;
     z-index: 9999;
}
 .section-separator-down:before {
     width: 0;
     height: 0;
     border-left: 10vw solid transparent;
     border-right: 10vw solid transparent;
     border-top: 11vw solid #db1d2d;
     position: absolute;
     content: "";
     top: 0;
     right: 0;
}
 .section-separator-down span:before {
     width: 0;
     height: 0;
     border-left: 8vw solid transparent;
     border-right: 8vw solid transparent;
     border-top: 9vw solid #db1d2d;
     position: absolute;
     content: "";
     top: 0;
     z-index: -1;
     right: 9vw;
}
/* HTML BADGES STYLE */
 div#css-badges-section {
     background-color: #182131!important;
     background-image: url(/wp-content/uploads/2022/07/bg.png);
     background-size: contain;
     background-repeat: repeat;
}
 .badges-container {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-evenly;
}
 .badge-holder {
     background: #182131;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     width: calc(50% - 10px);
     max-width: 160px;
     padding: 20px 0px 20px 0px;
     margin-top: 10px;
     margin-bottom: 30px;
     position: relative;
     border-radius: 8px;
     box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 4%);
     text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}
 p.badge-content {
     color: #ffffff;
     text-align: center;
     line-height: 1.2;
     text-transform: capitalize;
     font-size: 14px;
     min-height: 33px;
     display: flex;
     justify-content: center;
     align-items: center;
    /* text-shadow: 1px 1px 1px black;
     */
}
 .badge-holder img {
     width: 70%;
     padding-bottom: 3px;
    /* padding-top: 8px;
     */
}
 .badge-title {
     background: #db1d2d;
     font-size: 15px;
     width: 85%;
     text-align: center;
     line-height: 1.2;
     padding: 5px;
     position: absolute;
     bottom: -15px;
     border-radius: 6px;
     box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 28%);
     text-shadow: 0px 15px 15px rgb(0 0 0 / 38%);
     font-family: 'Oswald', sans-serif;
     color: #fff;
}
 .badge-title span {
     font-weight: bold;
     font-size: 14px;
     font-family: 'Oswald', sans-serif;
}
 .entry-title {
     text-align: center;
     line-height: 1.2;
     font-size: 26px !important;
     color: #2d2d2d;
     font-weight: bold;
     font-family: 'Oswald', sans-serif;
}
 .section-title-heading {
     color: #db1d2d;
     font-weight: 500;
     border-bottom: 1px solid #fff;
     padding-bottom: 10px;
     font-family: 'Oswald', sans-serif;
     font-size: 32px;
}
 div#first-para-img-column {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}
 div#home-title-block .et_pb_image span:before {
     content: "";
     position: absolute;
     width: 80px;
     height: 80px;
     bottom: -45px;
     right: -49px;
     background: #db1d2d;
     z-index: 999;
     transform: rotate(45deg);
     border-left: 10px solid #182131;
}
 div#home-title-block .et_pb_image:before {
     background-image: radial-gradient(#ffffff 0%, transparent 20%, #fa807200 40%);
     background-size: 19px 20px;
     content: '';
     position: absolute;
     width: 145px;
     height: 152px;
     left: -40px;
     top: -43px;
     background-repeat: repeat;
}
 div#home-title-block .et_pb_image {
     max-width: 400px;
     margin: 0 auto;
}
 div#home-title-block .et_pb_image span {
     overflow: hidden;
}
 .home .entry-title {
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    font-size: 26px !important;
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
}
/* SERVICES SECTION STYLE */
 div#services-blocks-section {
     background-color: #182131 !important;
}
 .srvBlockTitle p {
     text-align: center;
     font-size: 26px;
     color: #fff;
     line-height: 1.2;
     font-family: 'Oswald', sans-serif;
     padding-top: 30px;
}
 .srvElement {
     max-width: 500px;
     margin: 0 auto;
     margin-top: 50px;
     position: relative;
}
 .srvElement:first-child::before {
     background-image: radial-gradient(#ffffff 0%, transparent 20%, #fa807200 40%);
     background-size: 19px 20px;
     content: '';
     position: absolute;
     width: 152px;
     height: 152px;
     left: -38px;
     top: -42px;
     background-repeat: repeat;
}
 .srvElementHeader h3 {
     text-align: center;
     color: #333533;
     font-family: 'Oswald', sans-serif;
     min-height: 54px;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .srvElementImg {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 10px;
     position: relative;
     overflow: hidden;
}
 .srvElementImg img {
     width: 100%;
     height: 200px;
     object-fit: cover;
     object-position: center;
     position: relative;
}
 .srvElementImg:before {
     content: "";
     position: absolute;
     width: 80px;
     height: 80px;
     bottom: -45px;
     right: -49px;
     background: #db1d2d;
     z-index: 999;
     transform: rotate(45deg);
     border-left: 10px solid #182131;
}
 .srvElementContent {
     text-align: justify;
     color: #ffffff;
     padding-left: 15px;
     position: relative;
}
 .srvElementContent:before {
     content: "";
     position: absolute;
     height: 100%;
     width: 5px;
     background: #939393;
     left: 0;
}
 .srvElement:hover img {
     filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}
 .srvElement:hover h3 {
     color: #db1d2d;
     font-weight: bold;
}
/* NEW CONTENT */
 .content-title {
     color: #fff !important;
     font-weight: 700;
     font-size: 26px;
     line-height: 1.2;
     font-family: 'Oswald', sans-serif;
}
 .first-list-container {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}
 .first-list-content {
     margin-bottom: 30px;
}
 ul.first-list {
     display: flex;
     flex-direction: column;
     padding: 0;
     list-style: inside disc;
    /* width: 100%;
     */
     max-width: 600px;
     justify-content: center;
}
 .first-list li {
     margin-bottom: 10px;
     text-align: left;
     width: 100%;
     border-radius: 4px;
     padding: 2px 10px;
     border: 3px solid #db1d2d;
}
 .first-list li:hover{
     background: #db1d2d;
}
 div#second-list-section {
     background: #182131;
}
 .second-list-container {
     display: flex;
     flex-direction: column-reverse;
     justify-content: center;
     align-items: center;
}
 ol.second-list-content {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
    /* width: 100%;
     */
     max-width: 600px;
     margin-top: 30px;
}
 .second-list-content li {
     color: #fff;
     border: 3px solid #db1d2d;
     background: #182131;
     width: 100%;
     border-radius: 4px;
     padding: 5px 10px;
     margin-bottom: 10px;
     text-align: left;
}
 .second-list-content li:hover{
     background: #db1d2d;
     border: 3px solid #db1d2d;
     color: #fff;
}
 img.second-list-image {
     width: 100%;
}
 .second-list-image-container:after {
     content: "";
     position: absolute;
     width: 80px;
     height: 80px;
     bottom: -45px;
     right: -49px;
     background: #db1d2d;
     z-index: 999;
     transform: rotate(45deg);
     border-left: 10px solid #182131;
}
 .second-list-image-container {
     position: relative;
     overflow: hidden;
     display: flex;
}
h2.last-para-title {
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
 .nap-grid-areas {
     padding-bottom: 0;
}
 div#home-content-section {
     background-color: #182131 !important;
     border-top: 15px solid #db1d2d;
}
 div#third-last-paragraph-section {
     background: #182131;
}
 div#first-list-section {
     background: #182131;
}
 .link-button {
     background: #db1d2d;
     background-size: contain;
     color: #fff;
     font-weight: bold;
     border-radius: 3px;
     padding: 15px 30px;
     display: inline-block;
     line-height: 1;
     text-shadow: none;
}
 .link-button:hover {
     background-color: #fff !important;
     color: #182131;
}
 .estimate-title {
     font-size: 26px;
     font-family: 'Oswald', sans-serif;
     color: #ffffff;
     line-height: 1.2;
     font-weight: bold;
     text-shadow: 1px 1px 1px black;
}
 .estimate-title span {
     color: #ffffff;
     line-height: 1.2;
     font-family: 'Oswald', sans-serif;
     text-shadow: 1px 1px 1px black;
}
 .estimate-content {
     line-height: 1.6;
     padding-top: 20px;
     color: #fff;
     text-shadow: 1px 1px 5px black;
}
 div#process-steps-section {
     background-color: #182131 !important;
}
 .prjct-process-title {
     font-size: 26px;
     color: #ffffff;
     line-height: 1.2;
     font-weight: bold;
     font-family: 'Oswald', sans-serif;
     text-align: center;
     margin-bottom: 20px;
}
 .prjct-process-title span {
     color: #db1d2d;
     line-height: 1.2;
     font-family: 'Oswald', sans-serif;
    /* text-shadow: -1px -1px 0 #878787, 1px -1px 0 #878787, -1px 1px 0 #878787, 1px 1px 0 #878787;
     */
    /* text-shadow: 1px 1px 1px black;
     */
}
 .prjct-process-holder {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     max-width: 500px;
     margin: 0 auto;
     position: relative;
}
 .prjct-process-box {
     position: relative;
     font-family: 'Oswald', sans-serif;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     margin: 10px;
     margin-top: 65px;
}
 .prjct-number {
     font-size: 26px;
     font-weight: bold;
     width: 50px;
     height: 50px;
     display: flex;
     justify-content: center;
     align-items: center;
     border: 3px solid #939393;
     background: #db1d2d;
     color: #ffffff;
     position: absolute;
     top: -23px;
     z-index: 99;
}
 .prjct-process-border-box {
     position: relative;
     overflow: hidden;
     width: 150px;
     height: 150px;
     background: #ffffff;
}
 .prjct-content {
     text-align: center;
     line-height: 1.2;
     font-size: 19px !important;
     padding-top: 15px;
     color: #ffffff;
}
 .prjct-content strong{
     color: #db1d2d;
     font-size: 22px !important;
     line-height: 1.6;
     text-transform: uppercase;
}
 .prjct-icon {
     font-size: 50px;
     text-align: center;
     line-height: 1;
     width: 150px;
     height: 150px;
     border: 3px solid #b40104 ;
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
    /* overflow: hidden;
     */
     background: #182131 ;
}
 .prjct-icon:before {
     content: "";
     position: absolute;
     width: 80px;
     height: 80px;
     bottom: -53px;
     right: -53px;
     background: #db1d2d;
     z-index: 999;
     transform: rotate(45deg);
     border-left: 10px solid #182131;
}
 .prjct-icon .fa {
     color: #ffffff;
}
/* SERVICES LIST SECTION STYLE */
 div#services-list-section {
     background-color: #182131 !important;
}
 .homepage-services {
     text-align: center;
     margin: 0 auto;
     padding: 35px 0;
     border-top: 1px solid #ffffff;
     border-bottom: 1px solid #ffffff;
}
 .homepage-services #servcss {
     padding: 0;
}
 .homepage-services #servcss li {
     position: relative;
     font-weight: bold;
     margin: 0.3em 0;
     padding-left: 20px;
     display: inline-block;
     color: #ffffff;
}
 .homepage-services #servcss li:before {
     position: absolute;
     content: '\f00c';
     top: 0;
     left: 0;
     color: #db1d2d;
     font-family: 'FontAwesome';
}
 div#homepage-gallery .et_pb_gallery_items {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 div#homepage-gallery .et_pb_gallery_item {
     width: 50% !important;
     margin: 0 !important;
     margin-bottom: 30px !important;
     float: none !important;
}
 div#homepage-gallery .et_pb_gallery_item img {
     padding: 0 10px;
}
 div#homepage-gallery .clearfix:after {
     display: none;
}
 div#homepage-gallery a.active {
     color: #db1d2d;
}
/* NAP SECTION STYLE */
 div#homepage-nap-section {
     background-color: #182131 !important;
}
 .homepage-nap h3 {
     text-align: center;
     color: #ffffff;
     font-family: 'Oswald', sans-serif;
     line-height: 1.2;
}
 .homepage-nap h3 strong {
     color: #fff;
     font-size: 26px;
     line-height: 1.4;
}
/* CONTACT FORM STYLE */
 div#contact-form-section {
     background-color: #182131 !important;
}
 div#contact-section {
     background-color: #182131;
     -webkit-border-radius: 6px;
     border-radius: 4px;
     padding: 20px;
     margin: 20px auto;
     border: 3px solid #db1d2d;
}
 div#contact-section:before {
     background-image: radial-gradient(#ffffff 0%, transparent 20%, #fa807200 40%);
     background-size: 19px 20px;
     content: '';
     position: absolute;
     width: 145px;
     height: 152px;
     right: -34px;
     top: -43px;
     background-repeat: repeat;
     z-index: -1;
}
 p.free-estimate-title {
     font-size: 26px;
     color: #ffffff;
     font-style: normal;
     line-height: 1.2;
     padding: 0;
     font-family: 'Oswald', sans-serif;
     font-weight: bold;
     text-align: center;
}
 p.free-estimate-title span {
     color: #db1d2d;
    /* text-shadow: -1px -1px 0 #878787, 1px -1px 0 #878787, -1px 1px 0 #878787, 1px 1px 0 #878787;
     */
    /* text-shadow: 1px 1px 1px black;
     */
}
 input#customer_name {
     width: calc(50% - 10px);
     float: left;
}
 input#phone-cf {
     width: calc(50% - 10px);
     float: left;
     margin-left: 20px;
}
 textarea#message {
     margin-bottom: 20px;
}
 #contact img {
     float: left;
     width: 120px;
}
 input#vercode {
     width: calc(100% - 140px);
     margin: 0;
     margin-left: 20px;
     float: left;
     padding: 7px 10px 10px;
}
 form#contactForm {
     text-align: center;
}
 input#submitter {
     text-shadow: none;
     box-shadow: none;
     line-height: 1;
     font-weight: bold;
     border-style: solid;
     border-width: 0;
     cursor: pointer;
     height: auto;
     margin-top: 20px !important;
     border: 1px solid #fff0;
     display: inline-block;
     max-width: 280px;
     text-align: center;
     margin: 0 auto;
     background: #db1d2d;
     color: #fff;
     border-radius: 3px;
     padding: 15px 30px;
     font-family: 'Open Sans' !important;
     font-size: 15px;
     line-height: 1;
}
 input#submitter:hover {
     background-color: #fff !important;
     color: #182131;
}
 input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
     border: none;
     max-width: 100%;
     margin-bottom: 15px;
     padding: 18px 0px 10px;
     height: auto;
     background-color: transparent;
     -webkit-box-shadow: none;
     box-shadow: none;
     border-width: 0 0 1px;
     border-style: solid;
     display: block;
     line-height: 1.75em;
     font-weight: 300;
     color: #ffffff;
     background-image: none;
     border-bottom: 1px solid #ffffff;
}
 #contactForm input[type=text]::placeholder, #contactForm input[type=password]::placeholder, #contactForm input[type=tel]::placeholder, #contactForm input[type=email]::placeholder, #contactForm input.text::placeholder, #contactForm input.title::placeholder, #contactForm textarea::placeholder, #contactForm select {
     color: #ffffff !important;
}
 #contactForm input[type=text]:focus, #contactForm input[type=password]:focus, #contactForm input[type=tel]:focus, #contactForm input[type=email]:focus, #contactForm input.text:focus, #contactForm input.title:focus, #contactForm textarea:focus, #contactForm select:focus {
     border-bottom-color: #ddd;
     color: #ffffff !important;
}
 #contact {
     padding: 0;
}
/* TESTIMONIALS SECTION STYLE */
 div#home-testimonials {
     background-color: #642025 !important;
}
 .testimonials-title {
     font-family: 'Oswald', sans-serif;
     font-size: 26px;
     color: #ffffff;
     font-style: normal;
     line-height: 1.2;
     font-weight: bold;
     text-align: center;
}
 div#testimonials-block img {
     display: block;
     margin: 0 auto;
     width: 100px;
     border-radius: 50%;
}
 .home .wpcr3_dotline {
     display: none !important;
}
 .home .wpcr3_review {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     color: white;
}
 .home .wpcr3_review_ratingValue {
     width: 100%;
     text-align: center;
     margin: 0 !important;
}
 .home .wpcr3_review_author {
     margin-left: 5px;
     text-align: center;
}
 .home .wpcr3_review_title.wpcr3_caps {
     width: 100%;
     text-align: center;
     margin: 0 !important;
     font-size: 20px;
}
 .home span.wpcr3_item_name a {
     color: #ff6f7a;
}
 div.wpcr3_review blockquote.wpcr3_content {
     border-color: #182131 ;
     padding-bottom: 0;
     text-align: justify;
}
 .home div.wpcr3_review blockquote.wpcr3_content {
     text-align: center;
     padding-left: 0;
     border: none;
     margin-bottom: 0;
     color: #333533 !important;
}
 div.wpcr3_review blockquote.wpcr3_content p {
     font-size: 17px;
}
 .home .wpcr3_reviews_holder {
     position: relative;
}
 .home div.wpcr3_review blockquote.wpcr3_content p {
     font-style: italic;
     color: #ffffff;
}
 .testimonials-btn {
     display: block;
     width: 250px;
     text-align: center;
     margin: 5px auto;
     background: #f08902;
     color: #000000;
     font-weight: bold;
     border-radius: 3px;
     padding: 15px 30px;
     display: inline-block;
     line-height: 1;
}
 .testimonials-btn:hover {
     background-color: #db1d2d !important;
     color: #fff;
}
/* FOOTER STYLE */
 #main-footer {
     background: #182131;
     background-image: url(/wp-content/uploads/2022/07/bg.png);
     border-top: 15px solid #db1d2d;
}
 footer#main-footer .section-separator-down {
     -moz-transform: scaleY(-1);
     -webkit-transform: scaleY(-1);
     -o-transform: scaleY(-1);
     transform: scaleY(-1);
     -ms-filter: fliph;
     filter: fliph;
}
 div#footer-bottom {
     background-color: #db1d2d;
     padding: 15px;
     color: #ffffff;
}
 #closed-day {
     color: #c9c9c9 !important;
}
 .paymentsbox {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 .footer-widget h4 {
     color: #fff;
     font-size: 22px;
     margin-bottom: 20px;
     margin-top: 30px;
     font-weight: 400;
     font-family: 'Oswald', sans-serif;
     line-height: 1.5em;
     text-align: center;
     border-bottom: 1px solid #ffffff;
     text-transform: uppercase;
     text-shadow: 1px 1px 1px black;
}
 .footer-widget .textwidget {
     color: #ffffff;
     font-family: 'Open Sans', sans-serif;
}
 #footer-widgets .footer-widget a {
     background-color: #fff;
}
 table.openinghours {
     width:100%;
     max-width: 350px;
     margin: 0 auto !important;
}
 table.openinghours tr {
     display: flex;
     justify-content: space-between;
     line-height: 2;
     font-family: 'Open Sans', sans-serif;
     color: #ffffff;
}
 #current-day {
     background-color: #db1d2d;
     padding: 0 2px;
}
 #current-day td {
    color: #fff;
    text-shadow: none;
}
 #closed-day {
    /* color: #000000;
     */
}
/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
 .et_pb_sidebar_0 h4.widgettitle {
     font-size: 26px;
     font-family: 'Oswald', sans-serif;
     font-weight: 400;
     color: #db1d2d;
     position: relative;
     margin-bottom: 10px;
     line-height: 1.2;
     text-align: center;
     border-bottom: 1px solid #db1d2d;
}
 #sidebar h4.widgettitle {
     font-size: 26px;
     font-weight: 400;
     color: #062d5b;
     position: relative;
     margin-bottom: 10px;
     line-height: 1.2;
     text-align: center;
     border-bottom: 1px solid #062d5b;
     font-family: 'Oswald', sans-serif;
}
 .et_pb_sidebar_0 .textwidget {
     text-align: center;
}
 #sidebar .textwidget {
     text-align: center;
}
 .single-post div#main-content, .blog div#main-content {
     background-color: #ffffff;
     min-height: 50vh;
}
 .single-post .et_pb_post .entry-content {
     text-align: justify;
}
 #left-area .post-meta a {
     color: #16bae1;
}
 #left-area .post-meta {
     text-align: center;
}
 .blog .et_pb_post {
     text-align: justify;
}
/* buttons */
 .booking-button-switch {
     display:none !Important;
}
 .top_button {
     position: relative;
     display: inline-block;
     background-color: #db1d2d;
     text-shadow: none;
     color: #000;
     transition: 0.3s ease-in-out;
     padding: 5px 10px;
     font-size: 14px;
     font-weight: bold !important;
     line-height: 1;
     border-radius:3px;
}
 .floating-estimate-btn {
     text-align: center;
     padding: 5px 15px;
     background-color: #db1d2d;
     color: #000000 !important;
     border: 2px solid #333533;
     border-left: 0px;
     font-size: 15px;
     z-index: 999999;
     font-weight: bold;
     position: fixed;
     bottom: 60px;
     text-transform: capitalize;
     width:200px;
     border-top-right-radius: 3px;
     border-bottom-right-radius: 3px;
}
 #main-footer .listing-rev-btn {
     display:flex;
     align-items:center;
     justify-content: center;
     position: fixed;
     left: 0;
     padding: 5px 15px;
     border: 2px solid #333533;
     border-left: 0px;
     bottom: 10px;
     background: #db1d2d;
     color: #000000;
     font-weight:bold;
     width: 200px;
     text-transform: capitalize;
     font-size: 15px;
     border-top-right-radius: 3px;
     border-bottom-right-radius: 3px;
     z-index: 99999;
}
 #main-footer .listing-rev-btn img {
     display: none;
}
 #main-footer .listing-rev-btn .fa {
     display: block;
     margin-right: 5px;
     color: #000;
}
/* end add buttons */
 @media screen and (min-width:601px) {
     .slider-button {
         display:flex;
         justify-content:center;
    }
     .slider-button .booking-button-switch {
         margin-left:15px;
    }
}
 @media only screen and (min-width: 600px) {
     .srvElementImg img {
        height: 300px;
    }
     .homepage-services ul#servcss {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
    }
     .homepage-services li {
         display: inline-block;
         padding: 0 20px;
    }
     .homepage-services ul#servcss {
         padding: 0;
    }
}
 @media screen and (max-width: 980px) {
    /* ADDITIONAL STYLES FOR MOB. RES. */
     .et_pb_sidebar_0 .et_pb_widget {
         width: 100%;
    }
     .footer-widget:nth-child(n) {
         width: 100% !important;
         text-align: center;
         margin: 0 !important;
    }
     .et_pb_text {
         text-align: center !important;
    }
     #footer-widgets .footer-widget .fwidget {
         width: 100% !important;
         margin-bottom: 30px !important;
    }
}
 @media screen and (min-width: 981px) {
     .top-header {
         position: fixed;
         top: 0;
         padding: 0;
    }
     .top_button {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
    /*HEADER STYLES*/
     header#main-header {
         overflow: hidden;
    }
     .header-menu-container {
         flex-direction: row;
         justify-content: center;
         align-items: center;
    }
     .logo_container {
         width: 240px !important;
    }
     div#et-top-navigation {
         width: calc(100% - 240px);
         flex-direction: row;
         padding: 0 !important;
         align-items: center;
    }
     .contact-info {
         width: 200px;
         margin: 0;
    }
     nav#top-menu-nav {
         width: calc(100% - 240px);
         margin-right: 40px;
    }
     .contact-info-container {
         padding: 0;
    }
     a.phonenum {
         margin: 0;
         font-size: 23px;
    }
     .contact-info-container a {
         justify-content: flex-end;
    }
     .contact-info-container:before {
         border: none;
         width: 100vw;
         height: 300%;
         background: #db1d2d;
         left: -15px;
         top: -100%;
    }
     .contact-info-container:after {
         content: "";
         position: absolute;
         left: 0;
         bottom: 0;
         width: 0;
         height: 0;
         border-left: 60px solid #ffffff00;
         border-top: 80px solid #db1d2d;
         border-bottom: 80px solid #db1d2d;
         bottom: -50px;
         left: -75px;
    }
     #top-menu li {
         padding: 10px !important;
    }
     ul#top-menu {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
         align-items: center;
         width: 100%;
         position: relative;
    }
     ul.sub-menu {
        filter: drop-shadow(0px 1px 3px #5b5b5b);
        background-color: #202020 !important;
        border-color: #db1d2d !important;
        position: fixed !important;
        top: auto;
        margin-top: 10px;
    }
     ul.sub-menu li ul {
         top: 20px;
    }
     #top-menu ul.sub-menu a {
         color: #fff !important;
    }
     ul.sub-menu li {
         padding: 0 10px !important;
         width: 100%;
    }
     ul.sub-menu li a {
         padding: 5px 0px !important;
         width: 100% !important;
    }
     .et_header_style_left #et-top-navigation nav>ul>li>a {
         color: #ffffff !important;
         padding-bottom: 0px !important;
    }
     .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
         color: #ffffff !important;
    }
    /*END HEADER STYLES*/
    /*PAGE STYLES*/

section#main-header-content-holder {
    min-height: 550px !important;
    max-height: 900px !important;
}

.et_pb_fullwidth_header_container.center {
    min-height: 550px !important;
    max-height: 900px !important;
}

  
   
     .entry-title {
         text-align: left;
    }
     .home .entry-title {
        text-align: left;
    }
     .section-separator-up:after {
         border-bottom-width: 30px;
         border-left-width: 5vw;
         border-right-width: 75vw;
    }
     .section-separator-down:after {
         border-top-width: 30px;
         border-left-width: 75vw;
         right: 0;
    }
     .section-separator-down:before {
         border-top-width: 90px;
         border-left-width: 70px;
         border-right-width: 70px;
    }
     .section-separator-down span:before {
         right: 75px;
         border-left-width: 50px;
         border-right-width: 50px;
         border-top-width: 60px;
    }
     .badge-holder:hover {
         transform: scale(1.1);
         z-index: 999;
         background: #182131 ;
         box-shadow: 0 0 10px #db1d2d;
    }
     div#home-title-block .et_pb_image {
         max-width: 100%;
    }
    /* SERVICES STYLE DESKTOP*/
     .srvBlockTitle p {
         font-size: 32px;
    }
     .srvElement {
         width: 32%;
         display: flex;
         flex-direction: column;
         margin: 0;
         margin-top: 30px;
    }
     .srvElementImg img {
         height: 200px;
    }
     .srvBlock {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
         max-width: 1200px;
         margin: 0 auto;
    }
     .srvElementBody {
        /* height: 100%;
         */
    }
     .srvElementContent {
        /* height: 100%;
         */
    }
     .srvElementFullWidth .srvElementContent {
         height: auto;
    }
     .srvElement.srvElementFullWidth {
         width: 100%;
         max-width: 1080px;
         flex-direction: row;
         align-items: center;
    }
     .srvElementFullWidth .srvElementImg {
         width: 32%;
         margin: 0;
    }
     .srvElementFullWidth .srvElementBody {
         width: calc(68% - 30px);
         margin-left: 30px;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
    }
    /* NEW CONTENT */
     .first-list-container {
         display: flex;
         flex-direction: row;
         align-items: center;
         justify-content: space-between;
    }
     .first-list-content {
         width: 60%;
         margin-bottom: 0;
    }
     ul.first-list {
         width: 35%;
         margin-top: 0;
    }
     .first-list li {
         margin-bottom: 5px;
    }
     .second-list-container {
         display: flex;
         flex-direction: row;
         justify-content: space-between;
         align-items: unset;
    }
     ol.second-list-content {
         margin-top: 0;
         width: 39%;
         padding-bottom: 0;
    }
     .second-list-image-container {
         width: 55%;
         display: flex;
         justify-content: flex-end;
    }
     img.second-list-image {
         object-fit: cover;
         object-position: center;
         max-width: unset;
    }
     div#homepage-gallery .et_pb_gallery_item {
         width: 25% !important;
    }
     .estimate-section {
         display: flex;
         justify-content: center;
         align-items: center;
         max-width: 820px;
         margin: 0 auto;
    }
     .estimate-title {
         width: 200px;
         font-size: 32px;
    }
     .estimate-content {
         width: calc(100% - 250px);
         margin-left: 50px;
    }
     .estimate-title span {
         display: block;
    }
     .prjct-process-title {
         font-size: 32px;
    }
     .prjct-process-holder {
         max-width: 100%;
         justify-content: space-evenly;
    }
     .prjct-process-holder:before {
         content: '';
         position: absolute;
         width: 100%;
         height: 15px;
         background: #db1d2d;
         top: 43%;
    }
     .prjct-process-box:hover {
         transform: scale(1.05);
    }
     .testimonials-container {
         max-width: unset;
         margin: 0 auto;
         display: flex;
         justify-content: center;
         align-items:center;
         flex-direction: column;
    }
     .keen-slider{
        /* width: auto !important;
         */
         display: flex !important;
         align-items: center;
         justify-content: center;
    }
    /* NAP SECTION DESKTOP */
     .homepage-nap h3 strong {
        /* font-size: 36px;
         */
         line-height: 1.5;
    }
    /* CONTACT SECTION DESKTOP */
     div#contact-section {
         max-width: 600px;
    }
     p.free-estimate-title {
         font-size: 36px;
         line-height: 1.5;
    }
    /* TESTIMONIALS SECTION DESKTOP */
     .testimonials-title {
         font-size: 36px;
         line-height: 1.5;
    }
    /* SERVICES LIST SECTION DESKTOP */
    /* FOOTER STYLES DESKTOP */
     .footer-widget .et_pb_widget {
         width: 100%;
         margin-bottom: 0 !important;
    }
     .paymentsbox {
         justify-content: flex-start;
    }
     div#social-icons {
         text-align: left;
    }
     .footer-widget h4 {
         text-align: left;
    }
     #footer-widgets {
         padding-top: 20px;
    }
    /* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
     .et_pb_sidebar_0 h4.widgettitle {
         text-align: left;
    }
     #sidebar h4.widgettitle {
         text-align: left;
         font-size: 26px;
         font-family: 'Oswald', sans-serif;
         font-weight: 400;
         color: #062d5b;
         position: relative;
         margin-bottom: 10px;
         line-height: 1.2;
         border-bottom: 1px solid #062d5b;
    }
     .et_pb_sidebar_0 .textwidget {
         text-align: left;
    }
     #sidebar .textwidget {
         text-align: left;
    }
     .et_pb_sidebar_0.et_pb_widget_area_right {
         border-left: 1px solid rgb(6 45 91 / 20%);
    }
     #left-area .post-meta {
         text-align: left;
    }
     #main-content .container:before {
         background-color: rgb(6 45 91 / 20%);
    }
}
 @media screen and (min-width: 1700px) {
     .section-separator-up:after {
         border-right-width: 65vw;
         border-bottom-width: 40px;
         border-left-width: 6vw;
    }
     .section-separator-down:after {
         border-left-width: 65vw;
    }
     .section-separator-down:before {
         right: 9vw;
    }
     .section-separator-down span:before {
         right: 13vw;
    }
}
/***** TESTIMONIALS FORM *****/
 .wpcr3_respond_2 input[type="text"] {
     margin: 3px 0;
}
 .wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
     background: #525252;
     padding: 10px;
}
 .wpcr3_respond_2 input[type="text"]:focus, .wpcr3_in_content textarea:focus {
     color: #fff;
     border-color: #ffffff;
}
 .wpcr3_table_2 td {
     font-size: 1em !important;
}
 .wpcr3_leave_text {
     font-size: 1.1em;
}
 .wpcr3_leave_text {
     margin-bottom: 20px;
}
 .wpcr3_button_1 {
     margin-top: 10px;
     background: #db1d2d;
     border: #db1d2d;
     color: #fff;
}
 .wpcr3_button_1:hover{
     background: #182131;
     color: #fff;
}
 @media (min-width: 981px) {
     .wpcr3_respond_2 input[type="text"], .wpcr3_respond_2 textarea {
         min-width: 100%;
    }
     .wpcr3_table_2 td {
         text-align: left !important;
    }
     .wpcr3_review_form_rating_field label {
         margin: 6px 0 !important;
    }
     .logo-link img {
         min-height: auto;
         height: 100% !important;
         max-height: 120px !important;
         width: 220px !important;
         max-width: 150% !important;
         object-fit: contain;
         object-position: center;
    }
}
 @media (max-width: 980px) {
     .homepage-services #servcss li {
         display: block;
    }
     .wpcr3_respond_3, .wpcr3_aggregateRating, .wpcr3_table_2 td {
         text-align: center !important;
    }
     .wpcr3_div_2 {
         width: 100%;
    }
     .wpcr3_table_2 tr:last-of-type td {
         margin: 20px auto 0 !important;
    }
     .wpcr3_table_2 td {
         display: block;
         padding: 0 !important;
    }
     .wpcr3_table_2 td:first-child {
         margin-top: 10px !important;
    }
     .wpcr3_rating_style1_status {
         width: 85px !important;
    }
     .wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
         width: 100% !important;
         min-width: unset !important;
    }
     .wpcr3_submit_btn, .wpcr3_cancel_btn {
         width: 40%;
    }
}
 @media screen and (max-width:600px) {
     .header-button {
         flex-direction:column;
    }
     .header-button .booking-button-switch {
         margin-left: 0px;
    }
     .logo-link img {
         min-height: auto;
         height: 100% !important;
         max-height: 120px !important;
         width: 240px !important;
         max-width: 150% !important;
         object-fit: contain;
         object-position: center;
    }
}
/* Footer CSS */
 #footer-widgets .footer-widget a {
     background-color: unset !important;
}
 #footer-widgets .footer-widget .social-icon {
    /* color: #000000 !important;
     */
    /* background-color: #000000 !important;
     */
    /* filter: invert(1) grayscale(1) brightness(1.0);
     */
}
 #footer-widgets .footer-widget li:before {
     top: 10px;
     border-color: #db1d2d;
}
 .et_pb_widget li {
     list-style: none !important;
}
/* Gallery Page Images Width and Height */
 @media only screen and (min-width: 768px) {
     .et_pb_gallery_grid .et_pb_gallery_image {
         padding-top: 100%;
        /* 180% - portrait */
         display: block;
    }
     .et_pb_gallery_grid .et_pb_gallery_item img {
         position: absolute;
         height: 100%;
         width: 100%;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         object-fit: cover;
    }
}
 @media (min-width: 1440px) {
     .logo-link img {
         min-height: auto;
         height: 100% !important;
         max-height: 100px !important;
         width: 165px !important;
         max-width: 150% !important;
         object-fit: contain;
         object-position: center;
    }
}
/* Header Slider */
 div#main-slider-holder {
     display: flex;
     justify-content: center;
     align-items: center;
}
 section#main-header-content-holder {
     position: relative;
     width: 100%;
}
 .header-images-slider .item {
     height: 100%;
}
 div#main-header-slides-holder .et_pb_code_inner {
     height: 100%;
}
 .header-images-slider {
     height: 100%;
}
 .header-images-slider .owl-stage-outer {
     height: 100%;
}
 .header-images-slider .owl-stage {
     height: 100%;
}
 div#main-header-slides-holder {
     position: absolute;
     z-index: 0;
     width: 100%;
     height: 100%;
}
 div#main-header-slides-holder img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
     filter: brightness(0.7);
}
 .owl-item {
     height: 100% !important;
}
 #item1 {
     position: relative;
     height: 100% !important;
}
 #item2 {
     position: relative;
     height: 100% !important;
}
 #item3 {
     position: relative;
     height: 100% !important;
}
 .et_pb_module.et_pb_text.et_pb_text_6.et_pb_text_align_left.et_pb_bg_layout_light {
     margin-bottom: 0;
}
 .header-content-block {
     filter: drop-shadow(1px 1px 6px #000);
}
 #footer-widgets .footer-widget a {
     color: #ffffff !important;
}
 i.fa.fa-phone {
     margin-bottom: -6px;
}
 div#services-blocks-section h2 {
     color: #fff;
     text-align: center;
     font-family: 'Oswald', sans-serif;
}
 div#home-content-section h2 {
     color: white;
}
 div#home-content-section p {
     color: white;
}
 div#home-content-section li {
     color: white;
}
 .nap-grid-item {
     color: white;
}
 div#home-title-block p {
     color: white;
}
/* TESTIMONIALS PLUGIN CSS*/
 .testimonials-title {
     text-align: center;
     font-weight: 800;
     font-size: 2.25rem;
     line-height: 2.5rem;
     margin-bottom: 0.5rem;
     letter-spacing: -0.025em;
     color: #fff;
}
 .testimonials-info {
     margin-bottom: 1rem;
}
 .testimonial-item {
     border: none !important;
     border-radius: 10px;
     padding: 1rem;
     background: transparent !important;
     min-height: 100%;
     break-inside: avoid;
}
 .testimonials-grid .testimonial-item {
     margin-bottom: 1rem;
}
 .testimonial-item:hover{
     background: transparent !important;
}
 .testimonial-item a {
     height: 100%;
     display: grid;
}
 .testimonial-subject {
     font-size: 1rem;
     font-weight: 700;
     text-align: center;
     color: #fff;
}
 .rating {
     display: flex;
     justify-content: center;
     margin: 0.5rem;
}
 .star {
     width: 1rem;
     height: 1rem;
     color: #ffc956;
     margin:2px;
}
 .testimonial-content {
     font-size: 1rem;
     line-height: 1rem;
     font-weight: 500;
     color: #fff;
     text-align: center;
     font-style: italic;
}
 .testimonial-footer {
     margin-top: 1rem;
}
 .reviewer-details {
     font-size: 0.75rem;
     padding: 5px;
     max-width: 250px;
     margin: 0 auto;
}
 .review-from-logo {
     width: 80px;
     height: auto;
     background: #C1C1C1;
     padding: 3px;
     border-radius: 5px;
     min-height: 35px;
}
 .reviewer-name {
     font-weight: 500;
     color: #fff;
     line-height: 1.5rem;
}
 @media only screen and (min-width: 600px) {
     .testimonials-grid {
         column-fill: balance;
         columns: 2;
         gap: 1.5rem;
    }
}
 @media only screen and (min-width: 992px) {
     .testimonials-grid {
         columns: 3;
    }
     .testimonial-subject {
         font-size: 1.25rem;
    }
     .testimonial-content {
         line-height: 1.5rem;
    }
     .testimonial-footer {
         display: flex;
         align-items: center;
         justify-content: center;
    }
     .reviewer-details {
         display: flex;
         align-items: center;
         justify-content: center;
    }
     .reviewer-name {
         padding-right: 0.75rem;
         font-size: 0.75rem;
         border-right: 2px solid #fff;
    }
     .review-from-logo {
         margin-left: 10px;
    }
}
 .nav-arrows {
     display: flex;
     justify-content: center;
     gap: 1rem;
     margin-top: 1rem;
}
 .nav-arrows button {
     display: flex;
     padding: 0.5rem;
     border-width: 1px;
     border-color: #1a202c;
     border-radius: 4px;
     border-style: solid;
     cursor: pointer;
     background: #db1d2d;
     color: #fff;
     justify-content: center;
     align-items: center;
}
 .nav-arrows button:hover {
     background: #fff;
     color: #182131;
}
 .nav-arrows button svg {
     height: 1.25rem;
     width: 1.25rem;
     margin-right: 0;
}
 .rotate-180 {
     rotate:180deg;
}
/* ADDITTIONAL SERVICES STYLE */
 #additionalServices {
     list-style: none;
     text-align: center;
     padding: 0;
     list-style-type: none;
     margin-top: 10px;
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 #additionalServices li {
     break-inside: avoid;
     padding: 5px 3px;
     font-size: 18px;
    /* color: #c4c4c4;
     */
     position: relative;
     text-align: center;
     margin-bottom: 0 !important;
}
 #additionalServices li a {
     color: #fff;
     text-decoration: underline;
}
 #additionalServices li::before {
     content: "\f00c";
     font-family: 'FontAwesome';
     display: inline-block;
     background-size: contain;
     background-repeat: no-repeat;
     margin-right: 5px;
}
 @media (min-width: 600px) {

  /* HEADER SLIDER */
  section#main-header-content-holder {
    max-height: 1000px !important;
    min-height: 850px !important;
}

.et_pb_fullwidth_header_container.center {
    max-height: 1000px !important;
    min-height: 850px !important;
}
     #additionalServices li {
         break-inside: avoid;
         padding: 10px 5px;
         text-align: left;
    }
}
 @media (min-width: 981px) {
     #additionalServices {
         columns: 3;
         column-gap: 10px;
    }
}
 .nav-arrows > button.slider-previous > svg > path{
     transition:0.1s;
}
 .nav-arrows > button.slider-next > svg > path{
     transition:0.1s;
}
 #mobile_menu li a {
     line-height: 1.2em;
}
 .floating-estimate-btn{
     z-index: 9999;
}
 #main-footer .listing-rev-btn{
     display: flex;
     align-items: baseline;
     position: fixed;
     z-index: 9999;
}