@media screen and (max-width: 1399px) {
    .logo{
/*         max-width: 250px; */
		max-width: 80px;
    }
    .epoxy_img_bottom{
        right: 0;
    }
}
@media screen and (max-width: 1199px) {

    .all_btn {
        padding: 0.875rem;
        font-size: 1rem;
    }

    .logo {
/*         max-width: 220px; */
		max-width: 80px;
    }

    .main_nav ul {
        gap: 1rem;
    }

    .main_nav ul li a {
        font-size: 1rem;
        font-weight: 500;
        padding: 0;
    }

    .education_lr_content {
        padding-right: 2rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .sticker_img {
        max-width: 200px;
    }
    
    .residential_epoxy_section{
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 991px) {

    .full_width_btn{
        width: 100%;
    }
    .rich_black_btn.big_width_btn{
        max-width: unset;
        width: 100%;
    }
    .common_vertical_padding {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

/* Mobile Menu	 */

    .mobile_logo {
/*         max-width: 220px; */
		max-width: 80px;
		margin-bottom: 1.5rem;
    }
	.mobile_logo a{
		display: block;
	}

    .main_nav {
        position: fixed;
        top: 0;
        left: -1000px;
        width: 320px;
        height: 100vh;
        background: #fff;
        padding: 20px;
        transition: 0.3s;
        z-index: 1100;
    }
    .menu_open .main_nav {
        left: 0;
		overflow-y: auto;
    }

    .main_nav ul {
		display:block;
    }
	.main_nav ul > li{
		margin-bottom: 1.375rem;
	}
	.main_nav>ul>li>a{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

    /* Dropdown */
    .main_nav ul ul {
        display: none;
        padding-left: 15px;
        margin-top: 10px;
    }

    .has_dropdown.active .sub_menu {
        display: block;
    }

    .dropdown_icon {
        float: right;
        transition: 0.3s;
    }

    .has_dropdown.active .dropdown_icon {
        transform: rotate(180deg);
    }

	
	.menu_clicked .menu_expand{
		transform: rotate(180deg);
	}

    .banner_wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        row-gap: 2rem;
        padding: 0;
    }

    .banner_lr_content_box {
        padding: 0;
    }

    .play_button_outer {
        width: 60px;
        height: 60px;
    }

    .play_button_inner {
        width: 50px;
        height: 50px;
    }

    .play_button_inner i {
        color: var(--bs-white);
        font-size: 22px;
    }


    /* .key_points .col-md-6 {
        border: none;
    }
    .key_points .col-md-6 (odd) {
        border-right: 1px solid #d1d5db;
    }

    .key_points .col-md-6:nth-child(-n + 2) {
        border-bottom: 1px solid #d1d5db;
    } */


    /*  */
    .key_points_box {
        padding: 30px 0;
    }

    .key_points_col.odd {
        border-right: 1px solid #afb3b9;
    }

    .key_points_col {
        border-right: 1px solid #afb3b9;
        border-bottom: 1px solid #afb3b9;
    }

    .key_points_col:nth-child(even),
    .key_points_col.even {
        border-right: 0;
    }

    .key_points_col {
        border-right: 1px solid #afb3b9;
        border-bottom: 1px solid #afb3b9;
    }

    .key_points_col.odd {
        border-right: 1px solid #afb3b9;
    }

    .key_points_col:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .key_points_col:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .key_points_col:nth-child(even),
    .key_points_col.even {
        border-right: 0;
    }

    /*  */

    .education_wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 0;
    }

    .leftright_img_box {
        width: 100%;
        position: relative !important;

    }

    .home_banner_section .leftright_content_box {
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: center;
    }

    .banner_cta {
        justify-content: center !important;
    }

    .certificate_img ul {
        justify-content: center !important;
    }

    .certificate_img img {
        max-width: 60px;
    }

    .education_lr_content {
        padding-right: 0;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .education_lr_content .section_head,
    .education_lr_content .text_box_lg {
        text-align: center;
    }

    .education_lr_content .all_btn {
        width: 100%;
    }


    .sticker_img {
        max-width: 150px;
    }

    .img_label {
        padding: 1rem;
    }



    /* ======================
        Residential Page
    ====================== */
    .residential_banner_section .banner_lr_content_box{
        padding-bottom: 0;
    }
    .residential_banner_section .section_head h3{
        font-size: 1.5rem;
    }

    .residential_epoxy_section{
        padding-bottom: 80px;
    }
    .epoxy_image_wrap {
        margin: 0 auto;
    }

    .epoxy_img_bottom {
        bottom: -30px;
        max-width: 240px;
        height: 240px;
    }

    .epoxy_dots {
        display: none;
    }

    .epoxy_content h2 {
        font-size: 30px;
    }


    .process_timeline {
        flex-direction: column;
        align-items: center;
    }

    .step_curve {
        display: none;
    }

    .process_step {
        width: 100%;
        margin-bottom: 80px;
    }
    .process_step::after{
        display: block;
    }
    .process_step:last-child{
        margin-bottom: 0;
    }

    .toc_box {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }

    .terms_privacy_content {
        padding-left: 0;
    }
	
	.get_quote_modal form .row .col-md-6 {
        width: 100%;
    }

}


@media screen and (max-width: 767px) {
     .common_vertical_padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    [class^="text_box"][class*="_lg"] :is(p, li) {
        font-size: 1rem;
    }


    .years_text h2 {
        font-size: 5rem;
    }




    .educaton_lr_img_box {
        height: 600px;
    }

    .sticker_img {
        max-width: 200px;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .img_label img {
        max-width: 40px;
    }

    .img_label h4 {
        font-size: 1rem;
        letter-spacing: 1px;
    }

    .work_section {
        padding: 3rem 0;
    }

    .work_card {
        height: 350px !important;
    }

    .service_area_card>.row {
        flex-direction: column-reverse;
        row-gap: 1rem;
    }

    .estimate_form_wrap {
        padding: 40px 30px 30px 30px;
    }

    .estimate_phone {
        padding: 1rem;
    }

    .estimate_phone_icon {
        font-size: 1.3rem;
    }

    .estimate_phone_number {
        font-size: 1.3rem;
    }


    .main_footer {
        padding: 40px;
    }
    .main_footer .row>[class*="col-"] {
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .main_footer .row>[class*="col-"]:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .main_footer .row>[class*="col-"]::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 94%;
        transform: translateX(-50%);
        height: 1px;
        background: rgba(255, 255, 255, 0.12);
    }

    .main_footer .row>[class*="col-"]:last-child::after {
        display: none;
    }

    .footer_title,
    .footer_list,
    .footer_desc {
        text-align: center;
    }

    .footer_badges {
        justify-content: center;
    }

    .footer_bottom_links {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }



     .residential_banner_section .section_head h3{
        font-size: 1.375rem;
    }
    .residential_epoxy_section{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .professional_item{
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 1.5rem;
    }
    .professional_item img{
        margin: 0 auto;
    }

    /* =================
        Contact Page
    ==================*/
    .touch_box{
        padding: 20px;
    }

    .wc_badge_img img {
        max-width: 90px;
        height: 100px;
    }
    .faq_tabs_content{
        padding-bottom: 0;
    }

}

@media screen and (max-width: 575px) {


    .play_button_outer {
        width: 54px;
        height: 54px;
    }

    .play_button_inner {
        width: 44px;
        height: 44px;
    }

    .play_button_inner i {
        color: var(--bs-white);
        font-size: 20px;
    }

    .key_points_col:not(:last-child) {
        border-bottom: 1px solid #d1d5db;
        border-right: 0;
    }

    .years_text h2 {
        font-size: 4rem;
    }

    .orange_line h2::after {
        margin-top: 10px;
    }


    .orange_line h2::after {
        width: 50px;
    }

    .educaton_lr_img_box {
        min-height: auto;
    }

    .estimate_form_wrap {
        padding: 30px 20px 20px 20px;
    }

    .estimate_phone {
        gap: 0.5rem;
    }

    .estimate_phone_icon {
        font-size: 1rem;
    }

    .estimate_phone_number {
        font-size: 1rem;
    }


    /* Residential Page */
    .common_card_content a {
        display: block;
    }
    .common_card_content a i {
        margin-left: 5px;
    }

    .epoxy_img_top{
        height: 320px;
    }


}

@media screen and (max-width: 480px) {
    .years_text h2 {
        font-size: 3rem;
    }

    .homeowners_badge img {
        max-width: 50px;
        height: 50px;
    }
    .homeowners_badges{
        column-gap: 20px;
    }

    .footer_bottom_links {
        flex-direction: column;
        row-gap: 1.5rem;
    }
    .footer_bottom_links span{
        display: none;
    }
}



@media (min-width: 992px) {
    .key_points .col-lg-3:not(:last-child) {
        border-right: 1px solid #d1d5db;
    }
}