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

#et-top-navigation {
    padding-top: 0px !important;
    padding-left: 0px !important;
    float: none;
	border-top: 1px solid;
	background: #11447f;
}
header > .container.clearfix.et_menu_container {
   	width: 100%;
   	padding: 0;
}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
    padding: 15px 25px 15px 25px !important;
	font-weight: bold;
    color: white !important;
}

#top-menu li {
    padding-right: 0px;
}

#top-menu li:hover{background-color: #CC0000;}

#top-menu li a {
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
}

#top-menu li a:hover,
#top-menu li a:focus,
.current-menu-item a {
    /* background: #CC0000 !important; */
    color: #fff !important;
    opacity: 1 !important;
}
#top-menu .menu-item-has-children > a:first-child:after,
#et-secondary-nav .menu-item-has-children > a:first-child:after {
    top: 15px;
}

header .sub-menu {
    border-top-color: white !important;
}

nav#top-menu-nav,
#top-menu,
nav.fullwidth-menu-nav,
.fullwidth-menu {
    float: none;
    text-align: center;
}
header .et_mobile_menu li a {
    color: black;
}

#main-header {
    background-color: #fff !important;
    
}

.secondary-top-header {
    max-width: 1080px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body:not(.image-logo) #logo-holder {
    padding: 5px;
    text-align: left;
    /* background: url(https://kingheatingsolution.com/wp-content/uploads/2018/06/default-logo.png); */
    /* background-size: 55px; */
    /* background-repeat: no-repeat; */
    /* background-position: 5px center; */
    /* padding-left: 65px; */
    display: flex;
}

.logo_container {
    display: flex;
    position: relative !important;
    align-items: center;

}

#location-holder {
    text-align: center;
}

#location-holder p {
    font-size: 22px;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
.image-logo #location-holder p {
    line-height: 90px;
}

#location-holder .fa-map-marker {
    color: #11447f;
}

#phone-holder {
    text-align: center;
    background: #CC0000;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
}

.image-logo #phone-holder {
	padding-top: 10px;
}

#phone-holder:hover {
    background: #113969;
}


#phone-holder .fa {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    100%,20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.all-top-holders {
    height: 70px;
}

.image-logo .all-top-holders {
    height: 90px;
}

#header-phone-num {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
	width:33%;
}

#top-header-logo {
    font-size: 2em;
    display: inline-block;
    line-height: 1em;
    color: #444444;
    font-weight: 700;
	display: table-cell;
    vertical-align: middle;
}

.fa {
    margin-right: 6px;
}

.header-slogan{color: #11447f !important;font-family: 'Roboto Condensed';text-transform: uppercase;font-size: 60px;font-weight: bold;text-shadow: 0 0 7px #ffffff;}

.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding-top: 5%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5%;
}

.et_pb_slide {
    min-height: 500px;
}

.left-slide-image {
    position: absolute;
    left: 0px;
}



.et_pb_slide {
    background-position: center !important;
	padding: 0;
}

.slider-btns {
    color: #fff !important;
    background: #cc0000;
    padding: 15px 35px;
    margin: 20px 0 0;
    display: inline-block;
    border-radius: 4px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 2px solid #820000;
    border-left: 1px solid #a50101;
    border-right: 1px solid #a50101;
    border-top: 1px solid #ff0e0e;
	text-transform: uppercase;
	font-size: 17px!important;
}

.fa-arrow-circle-right,
.fa-truck {
    font-size: 32px;
    vertical-align: middle;
    color: #cc0000;
}

.et_pb_slider:hover .et-pb-arrow-prev,
.et_mobile_device .et-pb-arrow-prev {}

.et-pb-arrow-prev {
    left: 22px;
    opacity: 1;
    background: #11447f;
}

.et-pb-arrow-next {
    right: 22px;
    opacity: 1;
    background: #11447f;
}

.et-pb-arrow-next:active,
.et-pb-arrow-prev:active,
.et-pb-arrow-next:focus,
.et-pb-arrow-prev:focus {
    border: none !important;
    text-decoration: none;
}

.et-pb-controllers .et-pb-active-control {
    background-color: #dd0002 !important;
}

/*
 * H1 title tags sizing
 */
@media (min-width:768px) {
	h1.entry-title {
		font-size: 32px;
	}
}
@media (max-width:767px) {
	h1.entry-title {
		text-align: center;
		font-size: 26px;
	}
}
.entry-title{
	font-family: 'Roboto Condensed', sans-serif;
    color: #11447f;
    font-weight: 700;
    text-transform: uppercase;
	/*text-align:center;*/
}
.home h1 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #11447f;
    font-weight: 700;
    text-transform: uppercase;
	max-width: 1080px;
    margin: auto;
}

.home h3 {
	font-size: 23px;
	line-height: 33px;
}

.home .et_pb_blurb .et-pb-icon {
    color: #11447f !important;
    font-size: 55px;
}

.home .et_pb_blurb h4 {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
}
.cf-title {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}
.cf-heading {
    font-family: 'Roboto Condensed', sans-serif;
    color: #CC0000;
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 10px !important;
    text-transform: uppercase;
    text-align: center;
}

#contact {
    padding: 15px 20px 25px;
    position: relative;
    z-index: 100;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.home #contact {
    background: none;
    box-shadow: none;
}

#submitter {
    color: #fff;
    background: #cc0000;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 2px solid #820000;
    border-left: 1px solid #a50101;
    border-right: 1px solid #a50101;
    border-top: 1px solid #ff0e0e;
    font-size: 18px;
    height: auto;
}

#cf-accent {
    position: absolute;
    top: -8px;
    left: -68px;
    width: 130px;
    z-index: 233;
}

#contactForm input,
#contactForm textarea {
    text-align: center;
	width: 100%;
}

#map-header-img {
    vertical-align: middle;
    margin-right: 10px;
}

.image-logo #logo {
	max-height: 90px;
	max-width: unset;
	transition: all 0s;
}

#nap-holder-home h3 {
    color: white !important;
	
}
.home #servcss li{
	color:#fff;
	font-size:20px;
}

#servcss svg {
    display: none;
}

.full-service-list li {
    color: #fff;
    font-size: 1.5em;
    padding: 5px 10px;
    list-style: none;
}

#section-call-us {
    font-size: 1.5em;
    color: #fff;
    background: #cc0000;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
}

.about-us-btn {
    font-size: 1.5em;
    color: #fff !important;
    background: #cc0000;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
}

.about-us-btn:hover {
    color: #FE9700;
}

#section-call-us:hover {
    color: #FE9700;
}

#section-phone-num {
    font-size: 30px;
    font-weight: bold;
}

.slider-btns:hover,
#submitter:hover {
       background: red;
}

/*.alignleft,
.alignright {
    border: 2px solid #11447f;
}
*/
.full-service-list-icon {
    vertical-align: middle;
    margin-right: 10px;
    width: 22px;
}


/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}
.wpcr3_table_2 td {
    font-size: 1em !important;
}
.wpcr3_leave_text {
	font-size: 1.1em;
}
.wpcr3_leave_text {
    margin-bottom: 20px;
}
.wpcr3_review blockquote {
	border-left: none;
	padding-left: 0;
	padding-bottom: 0 !important;
	margin-bottom:0px !important;
}
@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;
}
.wpcr3_button_1 {
    margin-top: 10px;
}
}
@media (max-width: 980px) {
.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%;
}
}


.page div.wpcr3_dotline,
div.wpcr3_review div.wpcr3_dotline {
    display: none !important;
}

.more-testimonials-btn {
    text-align: center;
    font-size: 1.5em;
    color: #fff !important;
    background: #cc0000;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
}

.more-testimonials-btn:hover {
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.wpcr3_item_name a {
    color: #11447F;
}

.wpcr3_review_title {
    font-weight: 700;
    color: #515151;
    font-size: 21px !important;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wpcr3_content p {
    color: #000;
    font-size: 17px;
}

.regular-content {
    font-weight: normal;
    text-align: justify;
}

.et-pb-controllers a {
    width: 15px;
    height: 15px;
}

/*********************
		FOOTER
**********************/

#main-footer {
	background: #1b2734 !important;
}

#footer-widgets {
    padding: 3% 0 0;
}
	footer > .container {
    	width: 95% !important;
}
	footer .title {
    	border-bottom: 1px solid #cc0000;
    	margin-bottom: 15px;
}

.footer-widget .menu-item a {
    color: #fff !important;
}

.footer-widget .menu-item a:hover {
    text-decoration: underline !important;
}

.footer-widget .current-menu-item a {
    background: none;
    /* text-decoration: underline !important; */
}

.footer-widget {
    color: #fff;
}

.fwidget {
        width: 100%;
}
.openinghours {
    width: 100%;
}
.openinghours td {
	color:#fff;
    font-weight: normal !important;
    font-size: 13px !important;
}
.openinghours tr td:first-child {
    text-align: left !important;
	padding-left: 5px!important;
}
.openinghours tr td:last-child {
    text-align: right !important;
	padding-right: 5px!important;
}
#current-day {
    background: #11447f;
}

#closed-day {
    color: #fff;
}
.payments br, .payments strong {
    display: none;
}

#footer-bottom-text {
    text-align: center;
    color: #ddd;
}

.h3-testimonials {
    font-weight: bold;
    color: #cc0000;
    font-size: 34px !important;
}


/*homepage-form*/

.fields_input {
    width: 100% !important;
    font-size: 14px;
}

#name_field,
#email-field,
#phone-field {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background: none !important;
    border-bottom: 2px solid #cc0000 !important;
}

#name_field:focus,
#email-field:focus,
#phone-field:focus {
    border-bottom: 2px solid #FF9801 !important;
}

.main-form-info {
    padding: 30px 10px 15px 15px;
    background: #fff;
    max-height: 301px;
    /*overflow: hidden;*/
    position: relative;
    z-index: 2;
}

.main-form-info:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0;
    border-top: 150px solid transparent;
    border-bottom: 151px solid transparent;
    border-left: 70px solid #ffffff;
    right: -70px;
    top: 0;
    z-index: 2;
}

.form-heading {
    text-align: center;
    text-shadow: none;
    padding-bottom: 0px;
    font-size: 32px;
	line-height: 1em;
    font-weight: 300;
}

.form-sub-heading {
    padding-bottom: 5px;
    padding-top: 5px;
    text-shadow: none;
    text-decoration: none;
    font-weight: 300;
}

.submit_button {
    width: 100%;
    font-size: 13px;
    background: #FF9800;
    border-top: 1px solid #fff;
    border-bottom: 3px solid #784905;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 5px !important;
    line-height: 20px;
    text-shadow: none;
    display: inline-block;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.submit_button:hover {
    color: #CC0000;
    opacity: 0.8;
}

#move-message {
    max-height: 85px;
    text-align: left;
}

.wpcf7-response-output,
.wpcf7-display-none,
.wpcf7-validation-errors {
    display: none;
    position: absolute;
    background: red;
    z-index: 4;
    top: -40px;
    left: 0px;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: -8px;
}

div.wpcf7-response-output {
    margin: 0em 1em 1em;
    padding: 0.2em 1em;
}

.centered {
    text-align: center;
}

.phone-slogan {
    text-align: center;
    color: #fff;
    padding: 0px;
	font-size: 22px;
	line-height: 34px;
}

.ui-widget-header {
    background: #fe9700 !important;
}

#pickup-zip,
#delivery-zip,
#pick-date,
#move-options,
#move-message {
    border: 1px solid #c77d11 !important;
    border-bottom: 3px solid #774804 !important;
    box-shadow: inset 0 0 25px 0px #eaeaea;
    -webkit-box-shadow: inset 0 0 25px 0px #eaeaea;
    -moz-box-shadow: inset 0 0 25px 0px #eaeaea;
    -o-box-shadow: inset 0 0 25px 0px #eaeaea;
}

#pickup-zip:focus,
#delivery-zip:focus,
#pick-date:focus,
#move-options:focus,
#move-message:focus {
    border-bottom: 3px solid #cc0000 !important;
}

.accent {
    font-weight: 800;
}


.nav li ul,
#top-menu li li {
    padding: 0 !important;
	width: auto;
}

/*Responsive code*/

@media(max-width: 980px) {
	.et_pb_text_inner,
	.entry-title,
	.et_pb_widget {
    	text-align: center;
	}
    .service-list-home li {
        border: none;
        width: 100% !important;
        max-width: none;
        background: none;
    }
    .left-slide-image {
        display: none;
    }
    .et_header_style_split .mobile_menu_bar,
    .et_header_style_left .mobile_menu_bar {
        padding-bottom: 0px;
		border-bottom: 1px solid;
    }
    .mobile_menu_bar:before {
        vertical-align: middle;
    }
    .mobile_menu_bar_toggle {
        color: #fff;
        cursor: pointer;
        text-align: center;
    }
    #et_mobile_nav_menu {
        float: none;
    }
  /*  #testimonials-section {
        background: none;
    }
	*/
	body:not(.image-logo) #logo-holder {
    	width: 100%;
		text-align: center;
    	padding: 0;
    	background: none;
		height: auto;
		background: none;
    	margin: 20px 0;
	}
	.logo_container {
    	position: static !important;
		text-align: center;
	}
	.image-logo .logo_container {
    	margin-top: 10px;
	}
	#top-header-logo {
    	padding: 0 10px;
	}
	.phone-slogan {
    padding: 10px 0 0px 0;
    line-height: 22px;
    margin-bottom: 3px;
	}
	#mobile_menu {
		text-align: center;
	}
	.mobile_menu_bar_toggle,
	.mobile_menu_bar_toggle:before {
		cursor: pointer;
	}
	footer {
		padding-top: 30px;
	}
}


@keyframes color-cycle {
    0% {
        color: #CB0000;
    }
    50% {
        color: black;
    }
    100% {
        color: #CB0000;
    }
}

.white-box {
	background: rgba(255,255,255,.85);
    padding: 20px 15px;
    margin: 20px 0;
}


/*
SIDEBAR FULL-WIDTH WIDGETS ON MOBILE
SIDEBAR LIST ADD BULLET
SIDEBAR TITLE FONT-SIZE
*/

h4.widgettitle {
    font-size: 1.2em;
	border-bottom: 1px solid;
    margin-bottom: 20px;
}
.et_pb_widget svg {
    display: none;
}
@media (min-width: 981px) {
	.et_pb_widget li {
    /* list-style: disc outside; */
 }
}
@media (max-width: 980px) {
	.et_pb_column .et_pb_widget:nth-child(n) {
    	width: 100% !important;
    	max-width: 100% !important;
    	margin-right: 0 !important;
    	margin-left: 0 !important;
	}
}

/***************************
FORMAT LISTS IN CONTENT ONLY
***************************/
article div:not(.et_pb_widget_area) ul:not(#servcss) li,
article div:not(.et_pb_widget_area) ol li {
    margin-bottom: 1em;
}

#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul,
#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
    padding-bottom: 0;
}

/***********
FOOTER FIXES
***********/
.fwidget {
    width: 100%;
}
#social-icons {
    text-align: inherit;
}

@media (max-width:980px) {
.et_pb_widget {
    text-align: center;
}
.paymentType {
    display: inline-block;
    float: none;
}
}

#social-icons .social-icon {
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.75));
}
.et_pb_post {
  text-align:justify;
}
@media screen and (max-width: 981px) and (min-width: 767px) {
.footer-widget:nth-child(n) {
width: 100% !important;
}
#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget {
margin-bottom: 5% !important;
}
#footer-widgets .footer-widget .fwidget {
margin-bottom: 5%;
}
.openinghours {
margin: none;
}	
.hours, .openinghours {
width: 65%;
margin: 0 auto !important;
}
}
.et_right_sidebar #sidebar {
	padding-left: 40px;
    border-left: 0px solid transparent;
}

@media screen and (max-width:980px) {
.et_right_sidebar #sidebar {
    padding-left: 0px;
    border-left: 0px solid #eee;
}
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding: 15px;
}
}
/* reviews */

.owl-stage {
    display: flex;
    align-items: center;
}
.external-reviews-holder {
    z-index: 99;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.external-review-content {
    width:100%;
}
.sliding-review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.review-origin-brand {
    background: #fff;
    padding: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 10px;
}
.review-origin-brand img {
    margin: 0;
    height: 35px;
    object-fit: contain;
}
.external-review-title {
    text-align: center;
    font-size: 20px !important;
    color: #222222;
    font-weight: 400;
    line-height: 1.1em;
    margin-top: 20px;
    text-transform: uppercase;
}
.external-review-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #222222;
}
.external-review-author {
    margin: 0 5px;
    font-weight:400;
}

.external-review-date {
    margin: 0 5px;
}
.external-review-text {
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 10px auto;
    text-align: center;
    padding: 0 25px;
    width: 95%;
    color: #222222;
    font-weight: 400;
    position: relative;
}
a.add-reviews-link {
    color: #ed9e02;
    text-transform: uppercase;
    border-radius: 5em;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    width: 200px;
    transition: 0.3s ease-out;
    display: block;
}
 
div#external-reviews {
    padding: 0 !important;
    background: #63d471;
}

div#external-reviews .et_pb_row {
    padding: 0 !important;
}
.static-external-review-container {
 width: 100%;
 display: flex;
 justify-content: center;
}
.static-external-review-container .external-reviews-holder {
    min-height: 380px;
    justify-content: flex-end;
}
 @media (min-width: 981px) {
     .static-external-review-holder {
    display: flex;
    position: relative;
    justify-content: center;
}
.static-external-review-container {
    width: 50%;
 
}
    .static-external-review-container .external-reviews-holder {
        min-height: 420px;
        justify-content: center;
    }

 .review-origin-brand {
     position: absolute;
}
 }
/* end reviews */
/* add buttons*/
.booking-button-switch {
display:none !Important;
}
    .slider-button {
        /* margin-top:80px; */
        /* margin-bottom:100px; */
  }
.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #11447F;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #cc0000;
    font-weight: 400 !important;
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 4px;
}
.top_button:hover {
    color:#fff;
}
.top_button .fa {
    top:0px !important;
    left:0px !important;
    height:0px !important;
    color:#fff !important;
    padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
    text-align: center;
    padding: 10px 15px 10px 15px;
    background-color:#cc0000;
    color: #ffffff !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 3px solid #11447F;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 200px;
}
#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 10px 15px;
    border: 3px solid #11447F;
    border-left: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    bottom:0px;
    background: #cc0000;
	font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    justify-content: center;
    width: 200px;
    z-index: 9999;
    font-weight:400;
}
#main-footer .listing-rev-btn img {
  display:none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    bottom: 2px;
}
/* end add buttons */

@media screen and (min-width:601px) {
    .slider-button {
    display:flex;
        justify-content:center;
  }
.slider-button .booking-button-switch {
  margin-left:15px;
}
}


/* BADGES SECTION STYLE */
#badges-section {
    background-color: #11447f !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.badge-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
/*     align-items: flex-start; */
	 align-items: stretch;
}

.badge-block {
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 4px #820000;
    background: #cc0000;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 48%;
}

.badge-block img {
    height: 40px;
    padding: 5px;
}

.badge-content {
    width: 100%;
    text-align: center;
    font-size:10px;
    padding: 0px 7px 7px 7px;
}

.badge-content .title {
    line-height: 1;
    margin-top: 5px;
    font-weight: 800;
    color: #ffffff;
}

.badge-content .content {
    text-transform: capitalize;
    line-height: 1.2;
    border-top: 1px solid #ffffff;
    padding-top: 5px;
    margin-top: 5px;
    font-weight: 500;
    color: #ffffff;
}
@media screen and (min-width: 480px) {
	.badge-block {
        width: 47%;
	}

	.badge-content{
		font-size:15px;
	}
	.badge-block img {
    height: 65px;
    padding: 10px;
}
}


@media screen and (min-width: 981px) {
    .badge-content .content {
        min-width: auto;
        margin-top: 5px;
    }

    .badge-block {
        width: 24%;
    }

	.badge-content{
		font-size:17px;
	}
}

/* END BADGES SECTION STYLE */


.srvBlock {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin: 0 auto;
	margin-bottom: 20px;
}
/*content bakground*/
.srvElement {
    width: 32%;
    float: left;
    padding: 0px;
    background-color: #1b2734;
}

.srvElementFullWidth {
    width: 100%;
    background-color: #1b2734;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.srvElementHeader {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #CC0000;
}
/*h3 background*/
.srvElementHeader h2 {
    color: #fff;
    font-size: 120%;
    padding: 0px;
    font-weight: bold;
}

.srvElementContent {
    text-align: justify;
    color: #fff;
    padding: 10px;
}
.srvElementFullWidth .srvElementHeader {
    width: 100%;
}

.srvElementFullWidth .srvElementBody {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.srvElementFullWidth .srvElementImg {
    width: 30%;
}
.srvElementFullWidth .srvElementContent {
    width: 70%;
    padding-left: 20px;
}
/*h3 background hover*/
.srvElementHeader:hover {
    background-color: #11447F;
    color: #000;
}
.srvElementHeader:hover h2{
    color: #fff;
}

@media only screen and (max-width: 981px) {
    .srvBlock {
        display: block;
        height: 100%;
        padding: 0px;
        margin-bottom: 0px;
    }
    .srvElement {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
}
.srvElementFullWidth {
    display: inline-block;
}

.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    }

.srvElementFullWidth .srvElementBody {
    display: block;
}

.srvElementFullWidth .srvElementImg {
    width: 100%;
}

.srvElementFullWidth .srvElementContent {
    width: 100%;
    padding: 5px;
}

.srvElementBody {
    padding: 10px;
}
}

input[type=text]{
	padding:10px 5px;
}

@media screen and (max-width:980px){
	.secondary-top-header {
    max-width: 1080px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
	
	.logo_container {
    display: flex;
    position: relative !important;
    align-items: center;
    justify-content: center;
}
	#header-phone-num {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
    width: 100%;
}
	.current-menu-item a {
    /* background: #CC0000 !important; */
    color: #CC0000 !important;
    opacity: 1 !important;
}
	#main-header .et_mobile_menu {
    background-color: #fff !important;
}
	.et_mobile_menu {
    position: absolute;
    left: 0;
		padding: 10px;}
}

@media screen and (max-width:768px){
	.header-slogan{
		font-size:35px;
	}
}