/*-----------banner-----------*/
.et_pb_gallery_image.landscape a {
    display: flex;
    justify-content: center;
}

.bnr_section {
    height: 500px;
    display: flex;
    /* border-bottom: 2px solid #00C5F6; */
}

.bnr_row {
    position: relative;
    z-index: 2;
}

.bnr_title {
    font-size: 50px;
    text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.52);
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--font-family-oswald);
    padding: 0 !important;
}

.bnr_section::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -55%, #000 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

/* .bnr_section::after {
    content: "";
    position: absolute;
    background: url(../../../../../wp-content/uploads/2024/01/bnr-shap.png) no-repeat;
    width: 100%;
    height: 100%;
    bottom: -30px;
    left: 0;
    background-size: contain;
    background-position: bottom;
    z-index: 1;
} */


/*-----------end banner-----------*/


/*-----------suburb-----------*/

.ccbs_img {
    position: relative;
    overflow: hidden;
}

.ccbs_img img {
    height: 450px;
    width: 100% !important;
    object-fit: cover;
    border: 2px solid #FFF;
}

.ccbs_col_two {
    padding: 0 0 0 50px;
}

.swwd_section .wwd_col .et_pb_main_blurb_image::before {
    background: #000000;
}

.cppb_img {
    position: relative;
    overflow: hidden;
}

.cppb_img img {
    height: 380px;
    width: 100% !important;
    object-fit: cover;
}

.cppb_col_one {
    padding: 0 30px 0 0;
}

.cppb_line {
    position: relative;
}

.cppb_line::before {
    background: #D9D9D9;
    width: 300px;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.wcsl_section {
    background: linear-gradient(180deg, #191919 0%, #262626 100%);
}

.wcsl_section .wcu_col_box {
    background: #fff0 !important;
    border-color: #DDD;
    text-align: left;
}

.slflr_img {
    border: 1px solid #ffffff33;
    padding: 40px 20px;
    background: #fff0;
    transition: 1s;
}

.slflr_img img {
    height: 90px;
    width: 100% !important;
    object-fit: contain;
}

.slflr_img:hover {
    background: #343434;
}

.sa_section::before {
    content: "";
    position: absolute;
    background: #000000c7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.sa_section .title_ft {
    color: #323232;
}

.sa_btn {
    width: 15%;
    padding: 10px;
}

.sl_gt_inr_tit {
    padding: 0 0 10px 0;
}

.cppb_section {
    background: linear-gradient(180deg, #000000 40%, #262626 100%) !important;
}

.pd0.cppb_vid_row {
    padding-top: 80px !important;
}

.cppb_vid_col_left {
    padding-right: 10px;
}

.cppb_vid_col_right {
    padding-left: 10px;
}


/*-----------end suburb-----------*/


/*----------- blog page-----------*/

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

.blog_main_block_page .blog_main_box {
    padding: 15px 5px;
    width: 33.33%;
}


/*-----------end blog page-----------*/
/*-----------contact page-----------*/
/* .cnt_section:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 64.73%, #1E1E1E 99%);
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    margin: auto;
} */

.cnt_box {
    width: 33.33%;
    padding: 10px;
    display: flex;
}

.cnt_box_inr {
    border: 1px solid #AAA;
    padding: 20px 60px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: 1s;
}

.cnt_box_inr:hover {
    background: #242424;
}

.cnt_box_inr:hover .cnt_svg_inr {
    background-color: #fff;
    border: 2px solid #00C5F6;
}

.cnt_txt_inr a span {
    padding: 0;
}

.cnt_txt_inr a {
    transition: 1s;
}

.cnt_txt_inr a:hover {
    color: #00C5F6;
}

.cnt_main_box_inr.df {
    align-items: inherit;
}

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

.cnt_svg {
    text-align: center;
}

.cnt_text {
    padding-left: 20px;
}

.cnt_svg_inr svg {
    height: 25px;
    width: 25px;
    transform: skew(15deg, 0deg);
}

.cnt_svg_inr {
    width: 60px;
    height: 60px;
    background: #00c5f6;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skew(-15deg, 0deg);
    border: 2px solid #fff0;
    transition: 1s;
}

.page-id-282 .sl_gt_section {
    background: linear-gradient(180deg, #000 0%, #373737 100%) !important;
}

/*-----------contact end page-----------*/
/*-----------servises page-----------*/
.ser_ab_section {
    background: linear-gradient(180deg, #000 0%, #222222 100%);
}

.ser_ab_img {
    position: relative;
    overflow: hidden;

}
.ser_ab_fs_img{
	    border: 2px solid #fff;
}
.ser_ab_img img {
    width: 100% !important;
    height: 440px;
    object-fit: cover;
}

.ser_ab_des {
    padding-right: 40px;
}

.page-id-747 .sl_gt_row {
    padding-top: 0 !important;
}

/*-----------servises end page-----------*/
/*-----------servise area page-----------*/
.lh_section {
    background: linear-gradient(180deg, #000 0%, #373737 100%);
}

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

.lh_img {
    width: 50%;
    text-align: center;
}

.lh_img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.lh_img_box {
    padding-top: 20px;
}

.price_btn_col {
    padding: 20px 0;
}

/*-----------servise area end page-----------*/
/*----------pricing  page-----------*/
.cco_box_inr:after {
    position: absolute;
    content: "";
    top: -10px;
    left: -1px;
    height: 40px;
    width: 40px;
    background: #017a97;
    z-index: -1;
}

.cco_main_box_inr.df {
    align-items: inherit !important;
    margin: -10px;
    padding-top: 20px;
}

.cco_box {
    width: 33.33%;
    padding: 10px;
    display: flex;
}

.cco_box_inr {
    border: 1px solid #515151;
    background: rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(11.5px);
    padding: 20px 20px 60px 20px;
}

.cco_ttl_des {
    background: #fff;
    padding: 10px 30px;
    width: fit-content;
    margin: 10px auto;
    transform: skewX(-15deg);
}

.cco_ttl_des span {
    transform: skewX(15deg);
}

.cco_mp {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cco_ttl {
    background: #00C5F6;
    width: fit-content;
    padding: 7px 20px;
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
    font-weight: 700;
    margin-top: -30px;
}

.cco_inr_ttl {
    padding-top: 30px;
}

.cco_upr_box {
    padding-bottom: 10px;
    border-bottom: 1px solid #393939b3;
}

.cco_under_box {
    padding-top: 10px;
}

.cco_gr_txt {
    color: #918e8e;
    font-weight: 700;
    font-size: 18px;
}

.cco_wt_box {
    position: relative;
}

.cco_wt_box:after {
    position: absolute;
    content: "";
    background: #00c5f6;
    clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
    height: 106%;
    width: 106%;
    top: -4px;
    z-index: -1;
    left: 4px;
    margin-left: -25px;
}

.cco_wt_box_inr {
    background: #fff;
    clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
    padding: 15px;
    margin: 20px 0px 0px -25px;
    height: 80px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.cco_wt_box_inr span {
    font-size: 19px;
}

.cco_wt_box_inr i {
    color: #000;
    padding-left: 5px;
}

.cco_col_box {
    padding: 20px 0;
}

.cco_btn .site_button {
    width: 220px;
}

.cco_li.pack_li span {
    padding: 5px 0 !important;
}

.ppf_section:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0.85;
}

.ppf_logo {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.ppf_logo img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.ppf_btn2 .site_button {
    width: 240px;
}

.ppf_txt_box2 {
    padding: 30px 0px;
}

.ppf_btn.btn2 {
    padding-top: 20px;
}

.gp_section {
    background: linear-gradient(180deg, #000 -2.81%, #373737 100%);
}

.gp_main_box_inr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.gp_box {
    width: 50%;
    display: flex;
    padding: 10px;
}

.gp_ttl_line {
    height: 2px;
    width: 50px;
    background: #fff;
    margin: 5px auto;
}

.gp_box_inr {
    border: 1px solid #333;
    padding: 50px;
}

.gp_des {
    padding: 10px 0;
}

.gp_price {
    padding-bottom: 10px;
}

.gp_price_main_box_inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
}

.gp_pr_box {
    width: 33.33%;
    display: flex;
    padding: 10px;
}

.gp_pr_box_inr {
    border: 1px solid #FFF;
    background: #000;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.gp_pr,
.gp_pr_inr_ttl {
    padding: 20px 0 0 0;
}

.gp_main_box_inr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -10px;
}

.gp_box2 {
    padding: 20px 0;
}

.gp_box3,
.gp_box4 {
    padding-bottom: 20px;
}

.gp_pack_box .cco_wt_box_inr {
    height: auto;
}

.gp_pack_box .cco_wt_box:after {
    height: 103%;
}

.cco_li.pack_li:after {
    top: 13px;
}

/*----------pricing end page-----------*/
/*----------ceramic coating-----------*/
.cppb_line{
    text-transform: uppercase;
}
.cppb_col_box_ine {
    background: #D9D9D9;
    width: 300px;
    height: 1px;
    margin: auto;
}
.cppb_col_box_sec  .cppb_line::before {
display:none;
}
.img_section{
	border-top:1px solid #fff3;
}
.cc_section:before {
    position: absolute;
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    opacity: 0.89;
}

.scb_section {
    background: linear-gradient(180deg, #000, #232222 100%);
}

.logo_ttl {
    color: #00C5F6;
    text-align: center;
    font-family: Oswald;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

.scb_logo .et_pb_image_wrap {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.scb_logo img {
    height: 150px;
    width: 100%;
    display: flex;
    object-fit: contain;
}

.page-id-1154 .sl_car_section {
    background: linear-gradient(180deg, #000 0%, #1d1d1d 100%);
}

/*----------ceramic coating end page-----------*/
/*----------window titing  page-----------*/
.count_section:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.8;
}

.cnt_col .et_pb_number_counter .percent {
    height: auto !important;
    position: relative;
}

.cnt_col .et_pb_number_counter.et_pb_with_title .percent {
    margin-bottom: 0px !important;
}

.cnt_col .percent p span {
    color: #00C5F6 !important;
    font-family: Oswald;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.cnt_col h3.title {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    padding: 10px 0 !important;
    width: 300px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.cnt_col1,
.cnt_col2,
.cnt_col3,
.cnt_col4 {
    display: flex;
    border-right: 1px solid #ffffff75 !important;
}

.cnt_col4 {
    border-right: 1px solid #fff0 !important;
}

.cnt_col {
    width: 100%;
}

.panthom_box {
    text-align: right;
    padding: 50px 70px 0 0;
}

.filler_section_round2 {
    background: linear-gradient(180deg, #000 0%, #232222 132.19%);
}

.main_filler_one_row {
    display: flex;
    width: 80%;
    margin: auto;
}

.ps_section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #181717;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.9;
}

.ps_inr_ttl {
    text-transform: uppercase;
}

.ps_text span {
    display: flex;
    justify-content: center;
}

.ps_st_ttl {
    padding: 15px 0;
}

.ps_des {
    padding-top: 20px;
}

.paint_cor_section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #181717;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.8;
}

/*----------window titing end page-----------*/

.cco_ttl_des a {
    color: #000;
}

.sl_og_img_row_page .sl_og_img img {
    width: 100% !important;
    height: 300px;
}



.ccbs_col .title_box.tc {
    text-align: left !important;
    padding-bottom: 5px;
}

.ccbs_text {
    line-height: 1.7;
}

/* .cc_ab_btn {
    margin-left: 50px;
} */

.sl_car_txt span {
    padding: 10px 0;
}

.abt_page_img_content_ser {
    padding-left: 20px;
}

.cco_gr_txt.gr_txt_2 {
    height: 90px;
}
.fs_flr_btn .site_button {
    width: fit-content;
    padding: 10px;
}
.ser_ab_fs_img img {
    width: 100% !important;
    height: 320px;
    object-fit: cover;
}

.sl_og_img_col   .col-lg-4 {
    width: 100% !important;
    max-width: 100% !important;
}

.sl_og_img_col  .group {
    display: flex;
    justify-content: center;
    height: 400px;
    width: 100%;
    padding: 25px;
}


.sl_og_img_col .stack img {
    width: 100% !important;
	 border: 3px solid #fff;
}

.sl_og_img_col .stack:before, 
.sl_og_img_col .stack:after {

	border: 3px solid #fff;
}


.sl_og_img_col .stack.twisted:before {
    transform: rotate(5deg);
}
.sl_og_img_col .stack.twisted:after {
    transform: rotate(-5deg);
}






@media all and (min-width: 320px) and (max-width: 767px) {
	.mobile-hide{
		display:none !important;
	}
.sl_og_img_col .group {
    height: 300px;
    width: 100%;
    margin: auto;
}
.sl_og_img_row_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	.sl_og_img_col  {
		width:100%;
	}
.ser_fs_ab_row {
    display: flex;
    flex-direction: column-reverse;
}
.cppb_col_box_ine {
    width: 200px;
}
    .abt_page_img_content_ser {
        padding-left: 0px;
    }

    .sl_car_txt span {
        padding: 5px 0;
    }
/* 	gallary page  */
	.s_icon_col_1 {
    width: 53% !important;
    padding-right: 10px;
		    margin: 0 !important;
}

.s_icon_col_2 {
    width: 40% !important;
}

    /*-----------banner-----------*/
    .bnr_section {
        height: 250px;
    }

    .bnr_section::after {
        bottom: -7px;
    }

    .bnr_title {
        font-size: 25px;
    }

    /*-----------end banner-----------*/
    /*-----------suburb-----------*/
    .ccbs_col_one,
    .ccbs_col_two {
        width: 100% !important;
    }

    .ccbs_col .title_st {
        position: absolute;
        top: -317px;
    }

    .ccbs_img {
        margin-top: 40px;
    }

    .ccbs_img img {
        height: 250px;
    }

    .ccbs_col_two {
        padding: 20px 0 0px 0px;
    }

    .cppb_img img {
        height: 250px;
    }

    .cppb_line::before {
        width: 270px;
    }

    .cppb_line::before {
        width: 270px;
    }

    .cppb_col_one {
        padding: 0 0px 10px 0;
    }

    .cppb_row_two {
        flex-direction: column-reverse;
    }

    .slflr_img img {
        height: 40px;
    }

    .slflr_img {
        padding: 30px 20px;
    }

    .slflr_row_col {
        width: 50% !important;
    }

    .sa_btn {
        width: 148px;
        margin: auto;
    }

    .pd0.cppb_vid_row {
        padding-top: 30px !important;
    }

    .cppb_vid_col_left {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .cppb_vid_col_right {
        padding-left: 0;
    }

    /*-----------end suburb-----------*/
    /*----------- blog page-----------*/
    .blog_main_box {
        padding: 5px 0px;
        width: 100%;
    }

    /*-----------end blog page-----------*/
    /*----------- contact page-----------*/
    .cnt_box_inr {
        border: 1px solid #AAA;
        padding: 10px 10px;
    }

    .cnt_svg_inr {
        width: 35px;
        height: 35px;
    }

    .cnt_box {
        width: 100%;
        padding: 5px;
    }

    .cnt_box_inr {
        justify-content: left;
    }

    .cnt_text {
        padding-left: 15px;
    }

    .cnt_svg_inr svg {
        height: 20px;
        width: 20px;
    }

    /*-----------end contact page-----------*/
    /*-----------services-----------*/
    .ser_ab_img img {
        height: 300px;
    }

    .ser_ab_txt {
        height: 220px;
        overflow: auto;
    }

    .ser_ab_right {
        position: absolute;
        top: 75px;
        padding: 0 10px;
    }

    .ser_ab_txt {
        height: 170px;
        overflow: auto;
        margin-top: 340px;
    }

    .ser_ab_des {
        padding-right: 0px;
    }

    .ser_ab_ttl.f_30 {
        font-size: 22px;
    }

    .ser_ab_txt {
        margin-bottom: 25px !important;
    }

    /*-----------services end ----------*/
    /*-----------service areas ----------*/
    .lh_img img {
        height: 270px;
    }

    .lh_img {
        width: 100% !important;
    }

    .lh_img_box {
        padding-top: 0px;
    }

    /*-----------service areas end----------*/
    /*-----------pricing  ----------*/
    .cco_box {
        padding: 15px 0px;
        width: 100% !important;
    }

    .cco_btn .site_button {
        width: 180px;
    }

    .cco_ttl.f_24 {
        font-size: 16px;
    }

    .cco_ttl {
        margin-top: -20px;
    }

    .cco_wt_box_inr span,
    .cco_wt_box_inr i {
        font-size: 14px !important;
    }

    .cco_wt_box_inr {
        padding: 10px;
        height: 80px;
        margin: 20px 0px 0px -10px;
    }

    .cco_inr_ttl {
        padding-top: 15px;
    }

    .cco_wt_box_inr span {
        font-size: 17px;
    }

    .cco_box_inr {
        padding: 10px 10px 10px 10px;
    }

    .cco_col_box {
        padding: 10px 0;
    }

    .cco_wt_box:after {
        height: 104%;
        width: 103%;
        top: -4px;
        left: 3px;
        margin-left: -13px;
    }

    .cco_li.pack_li {
        padding: 0px 0 0px 23px;
        font-size: 14px;
    }

    .cco_wt_box_inr span {
        font-size: 14px;
    }

    .cco_box_inr:after {
        height: 30px;
    }

    .cco_ttl_des {
        background: #fff;
        padding: 10px 10px;
    }

    .cco_main_box_inr.df {
        margin: auto;
    }

    .ppf_txt_box2 {
        padding-top: 10px;
    }

    .ppf_logo img {
        height: 50px;
    }

    .ppf_logo {
        padding: 10px 0;
    }

    .gp_box {
        width: 100%;
        padding: 10 0px;
    }

    .gp_box_inr {
        padding: 10px;
    }

    .gp_pr_box {
        width: 100%;
        display: flex;
        padding: 5px 0;
    }

    .cco_main_box_inr.df {
        padding-top: 0px;
    }

    /*-----------pricing end ----------*/
    /*-----------ceramic coating ----------*/
    .logo_ttl {
        font-size: 17px;
    }

    .scb_logo img {
        height: 80px;
    }

    /*-----------ceramic coating end ----------*/
    /*-----------window titing ----------*/
    .cnt_col .percent p span {
        font-size: 32px;
    }

    .cnt_col h3.title {
        font-size: 14px;
        width: 100%;
    }

    .main_filler_one_row {
        width: 100%;
    }

    .cnt_col1,
    .cnt_col2,
    .cnt_col3,
    .cnt_col4 {
        width: 100% !important;
        border-right: 1px solid #fff0 !important;
    }

    .panthom_box {
        text-align: center;
        padding: 20px 0px 0 0;
    }

    .cnt_col .percent {
        margin-bottom: 0 !important;
    }

    .main_filler_one_row {
        justify-content: center;
    }

    .ccbs_text {
        height: 230px;
        overflow: auto;
        margin: 0px 0 0 0;
    }

    .cc_ab_btn {
        margin-left: 0px;
    }

    .cnt_txt_inr a {
        display: flex;
    }

    /*-----------window titing end ----------*/
}

@media all and (min-width: 481px) and (max-width: 767px) {

    /*-----------service areas ----------*/
    .lh_img img {
        height: 230px !important;
    }

    .lh_img {
        width: 50% !important;
    }

    .cnt_col1,
    .cnt_col2,
    .cnt_col3,
    .cnt_col4 {
        width: 50% !important;
    }
.sl_og_img_col  {
		width:50%;
	}
    /*-----------service areas end----------*/


}

@media all and (min-width: 670px) and (max-width: 767px) {

    /*-----------pricing  ----------*/
    /* .cco_box {
        padding: 15px 5px;
        width: 50% !important;
    }

    .cco_main_box_inr.df {
        margin: -5px;
    } */

    /*-----------pricing end ----------*/
}

@media all and (min-width: 768px) and (max-width: 980px) {
.sl_og_img_col .group {
    height: 300px;
    width: 100%;
    margin: auto;
}
.sl_og_img_row_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	.sl_og_img_col  {
		width:50%;
	}
.ser_fs_ab_row {
    display: flex;
    flex-direction: column-reverse;
}
    .cco_gr_txt.gr_txt_2 {
        height: 67px;
    }
    .cco_wt_box_inr {
        margin: 20px 0px 0px -15px;
    }
/* 	gallary page  */
	.s_icon_col_1 {
    width: 53% !important;
    padding-right: 10px;
		    margin: 0 !important;
}

.s_icon_col_2 {
    width: 40% !important;
}
    /*-----------banner-----------*/
    .bnr_section {
        height: 270px;
    }

    .bnr_section::after {
        bottom: -14px;
    }

    .bnr_title {
        font-size: 35px;
    }

    /*-----------end banner-----------*/
    /*-----------suburb-----------*/
    .ccbs_img img {
        height: 300px;
    }

    .ccbs_col_two {
        padding: 0 0 0 0px;
    }

    .ccbs_text {
        height: 300px;
        overflow: auto;
        margin: 20px 0 0 0;
    }

    .cc_ab_btn {
        margin-left: 10px;
    }

    .ccbs_col_one,
    .ccbs_col_two {
        width: 100% !important;
    }

    .ccbs_col .title_st {
        position: absolute;
        top: -335px;
    }

    .ccbs_img {
        margin-top: 40px;
    }

    .cppb_img img {
        height: 270px;
    }

    .cppb_line::before {
        width: 270px;
    }

    .cppb_line::before {
        width: 270px;
    }

    .cppb_col_one {
        padding: 0 0px 10px 0;
    }

    .cppb_row_two {
        flex-direction: column-reverse;
    }

    .slflr_img img {
        height: 50px;
    }

    .slflr_img {
        padding: 30px 20px;
    }

    .slflr_row_col {
        width: 25% !important;
    }

    .sa_btn {
        width: 21%;
    }

    .pd0.cppb_vid_row {
        padding-top: 30px !important;
    }

    .cppb_vid_col_left {
        width: 50% !important;
    }

    .cppb_vid_col_right {
        width: 50% !important;
    }

    /*-----------end suburb-----------*/
    /*----------- blog page-----------*/
    .blog_main_box {
        padding: 5px 5px;
        width: 50%;
    }

    /*-----------end blog page-----------*/
    /*----------- contact page-----------*/
    .cnt_box_inr {
        border: 1px solid #AAA;
        padding: 10px 20px;
    }

    .cnt_svg_inr {
        width: 40px;
        height: 40px;
    }

    .cnt_box {
        width: 50%;
        padding: 5px;
    }

    /*-----------end contact page-----------*/
    /*-----------services-----------*/
    .ser_ab_img img {
        height: 300px;
    }

    .ser_ab_right {
        position: absolute;
        top: 75px;
        padding: 0 10px;
    }

    .ser_ab_txt {
        height: 170px;
        overflow: auto;
        margin-top: 340px;
    }

    .ser_ab_des {
        padding-right: 0px;
    }

    .ser_ab_ttl.f_30 {
        font-size: 25px;
    }

    .ser_ab_txt {
        margin-bottom: 25px !important;
    }

    /*-----------services end ----------*/
    /*-----------service areas ----------*/
    .lh_img img {
        height: 270px;
    }

    /*-----------service areas end----------*/
    /*-----------pricing  ----------*/
    .cco_box {
        padding: 15px 5px;
        width: 50%;
    }

    .cco_ttl.f_24 {
        font-size: 16px;
    }

    .cco_ttl {
        margin-top: -20px;
    }

    .cco_wt_box_inr span,
    .cco_wt_box_inr i {
        font-size: 14px !important;
    }

    .cco_wt_box_inr {
        padding: 10px;
        height: 80px;
        margin: 20px 0px 0px -10px;
    }

    .cco_inr_ttl {
        padding-top: 15px;
    }

    .cco_wt_box_inr span {
        font-size: 17px;
    }

    .cco_box_inr {
        padding: 10px 10px 10px 10px;
    }

    .cco_col_box {
        padding: 10px 0;
    }

    .cco_wt_box:after {
        height: 104%;
        width: 103%;
        top: -4px;
        left: 3px;
        margin-left: -13px;
    }

    .cco_li.pack_li {
        padding: 0px 0 0px 23px;
        font-size: 14px;
    }

    .cco_wt_box_inr span {
        font-size: 14px;
    }

    .cco_box_inr:after {
        height: 30px;
    }

    .ppf_txt_box2 {
        padding-top: 10px;
    }

    .ppf_logo img {
        height: 55px;
    }

    .ppf_logo {
        padding: 10px 0;
    }

    .gp_box {
        width: 100%;
        padding: 10 0px;
    }

    .gp_box_inr {
        padding: 10px;
    }

    .gp_pr_box {
        width: 50%;
        display: flex;
        padding: 5px;
    }

    .cco_main_box_inr.df {
        margin: -5px;
        padding-top: 0px;
    }

    /*-----------pricing end ----------*/
    /*-----------ceramic coating ----------*/
    .logo_ttl {
        font-size: 23px;
    }

    .scb_logo img {
        height: 80px;
    }

    /*-----------ceramic coating end ----------*/
    /*-----------window titing ----------*/
    .cnt_col .percent p span {
        font-size: 32px;
    }

    .cnt_col h3.title {
        font-size: 14px;
        width: 100%;
    }

    .main_filler_one_row {
        width: 100%;
    }

    .cnt_col1,
    .cnt_col2,
    .cnt_col3,
    .cnt_col4 {
        width: 25% !important;
    }

    .cnt_col .percent {
        margin-bottom: 0 !important;
    }

    /*-----------window titing end ----------*/
}

@media all and (min-width: 981px) and (max-width: 1024px) {
			.sl_og_img_col  .group {
    height: 300px;
}
    .cco_gr_txt.gr_txt_2 {
        height: 62px;
    }
    .cco_wt_box_inr {
        margin: 20px 0px 0px -15px;
    }

    .ccbs_text {
        height: 330px;
        overflow: auto;
    }

    .cc_ab_btn {
        margin-left: 20px;
    }

    /*-----------banner-----------*/
    .bnr_section {
        height: 300px;
    }

    .bnr_section::after {
        bottom: -19px;
    }

    .bnr_title {
        font-size: 35px;
    }

    /*-----------end banner-----------*/
    /*-----------suburb-----------*/
    .ccbs_img img {
        height: 330px;
    }

    .ccbs_col_two {
        padding: 0 0 0 20px;
    }

    .ccbs_text {
        height: 290px;
        overflow: auto;
    }

    .cppb_img img {
        height: 270px;
    }

    .cppb_line::before {
        width: 270px;
    }

    .cppb_col_box {
        height: 250px;
        overflow: auto;
    }

    .slflr_img img {
        height: 60px;
    }

    .slflr_img {
        padding: 30px 20px;
    }

    .sa_btn {
        width: 16.6%;
    }

    /*-----------end suburb-----------*/
    /*----------- blog page-----------*/
    .blog_main_box {
        padding: 5px 5px;
    }

    .pd0.cppb_vid_row {
        padding-top: 30px !important;
    }

    /*-----------end blog page-----------*/
    /*----------- contact page-----------*/
    .cnt_box_inr {
        border: 1px solid #AAA;
        padding: 10px 20px;
    }

    .cnt_svg_inr {
        width: 40px;
        height: 40px;
    }

    .cnt_text {
        padding-left: 13px;
    }

    /*-----------end contact page-----------*/
    /*-----------services-----------*/
    .ser_ab_img img {
        height: 300px;
    }

    .ser_ab_txt {
        height: 220px;
        overflow: auto;
    }

    .ser_ab_right {
        padding-bottom: 25px !important;
    }

    /*-----------services end ----------*/
    /*-----------service areas ----------*/
    .lh_img img {
        height: 300px;
    }

    /*-----------service areas end----------*/
    /*-----------pricing  ----------*/
    .cco_box {
        padding: 15px 5px;
        width: 50%;
    }

    .cco_ttl.f_24 {
        font-size: 16px;
    }

    .cco_ttl {
        margin-top: -20px;
    }

    .cco_wt_box_inr span,
    .cco_wt_box_inr i {
        font-size: 14px !important;
    }

    .cco_wt_box_inr {
        padding: 10px;
        height: 80px;
        margin: 20px 0px 0px -10px;
    }

    .cco_inr_ttl {
        padding-top: 15px;
    }

    .cco_wt_box_inr span {
        font-size: 17px;
    }

    .cco_box_inr {
        padding: 10px 10px 10px 10px;
    }

    .cco_col_box {
        padding: 10px 0;
    }

    .cco_wt_box:after {
        height: 104%;
        width: 103%;
        top: -4px;
        left: 3px;
        margin-left: -13px;
    }

    .cco_li.pack_li {
        padding: 0px 0 0px 23px;
        font-size: 14px;
    }

    .cco_wt_box_inr span {
        font-size: 14px;
    }

    .cco_box_inr:after {
        height: 30px;
    }

    .ppf_txt_box2 {
        padding-top: 20px;
    }

    .ppf_logo img {
        height: 60px;
    }

    .gp_box_inr {
        padding: 20px;
    }

    /*-----------pricing end ----------*/
    /*-----------ceramic coating ----------*/
    .logo_ttl {
        font-size: 26px;
    }

    .scb_logo img {
        height: 80px;
    }

    /*-----------ceramic coating end ----------*/
    /*-----------window titing ----------*/
    .cnt_col .percent p span {
        font-size: 36px;
    }

    .cnt_col h3.title {
        font-size: 15px;
        width: 230px;
    }

    .main_filler_one_row {
        width: 90%;
    }

    /*-----------window titing end ----------*/
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
		.sl_og_img_col  .group {
    height: 300px;
}
   
    .cco_gr_txt.gr_txt_2 {
        height: 65px;
    }
    .cco_wt_box_inr {
        margin: 20px 0px 0px -15px;
    }

    .ccbs_text {
        height: 330px;
        overflow: auto;
    }

    .cc_ab_btn {
        margin-left: 20px;
    }

    /*-----------banner-----------*/
    .bnr_section {
        height: 300px;
    }

    .bnr_section::after {
        bottom: -19px;
    }

    .bnr_title {
        font-size: 38px;
    }

    /*-----------end banner-----------*/
    /*-----------suburb-----------*/
    .ccbs_img img {
        height: 330px;
    }

    .ccbs_col_two {
        padding: 0 0 0 20px;
    }

    .cppb_img img {
        height: 270px;
    }

    .cppb_line::before {
        width: 270px;
    }

    .cppb_col_box {
        height: 250px;
        overflow: auto;
    }

    .slflr_img img {
        height: 60px;
    }

    .slflr_img {
        padding: 30px 20px;
    }

    .sa_btn {
        width: 16%;
    }

    .pd0.cppb_vid_row {
        padding-top: 40px !important;
    }

    /*-----------end suburb-----------*/
    /*----------- blog page-----------*/
    .blog_main_box {
        padding: 5px 5px;
    }

    /*-----------end blog page-----------*/
    /*----------- contact page-----------*/
    .cnt_box_inr {
        border: 1px solid #AAA;
        padding: 15px 20px;
    }

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

    /*-----------end contact page-----------*/
    /*-----------services-----------*/
    .ser_ab_img img {
        height: 350px;
    }

    .ser_ab_right {
        padding-bottom: 30px !important;
    }

    /*-----------services end ----------*/
    /*-----------service areas ----------*/
    .lh_img img {
        height: 300px;
    }

    /*-----------service areas end----------*/
    /*-----------pricing  ----------*/
    .cco_box {
        padding: 5px;
    }

    .cco_ttl.f_24 {
        font-size: 16px;
    }

    .cco_ttl {
        margin-top: -20px;
    }

    .cco_wt_box_inr span,
    .cco_wt_box_inr i {
        font-size: 14px !important;
    }

    .cco_wt_box_inr {
        padding: 10px;
        height: 80px;
    }

    .cco_inr_ttl {
        padding-top: 15px;
    }

    .cco_wt_box_inr span {
        font-size: 17px;
    }

    .cco_box_inr {
        padding: 10px 10px 10px 10px;
    }

    .cco_col_box {
        padding: 10px 0;
    }

    .cco_wt_box:after {
        height: 104%;
        width: 105%;
        top: -4px;
        left: 3px;
        margin-left: -15px;
    }

    .cco_li.pack_li {
        padding: 0px 0 0px 23px;
        font-size: 14px;
    }

    .cco_wt_box_inr span {
        font-size: 14px;
    }

    .cco_box_inr:after {
        height: 30px;
    }

    .ppf_txt_box2 {
        padding-top: 20px;
    }

    .ppf_logo img {
        height: 70px;
    }

    .gp_box_inr {
        padding: 20px;
    }

    /*-----------pricing end ----------*/
    /*-----------ceramic coating ----------*/
    .logo_ttl {
        font-size: 30px;
    }

    .scb_logo img {
        height: 110px;
    }

    /*-----------ceramic coating end ----------*/
    /*-----------window titing ----------*/
    .cnt_col .percent p span {
        font-size: 36px;
    }

    .cnt_col h3.title {
        font-size: 15px;
        width: 230px;
    }

    .main_filler_one_row {
        width: 90%;
    }

    /*-----------window titing end ----------*/
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
	.sl_og_img_col  .group {
    height: 330px;
}
    .cco_gr_txt.gr_txt_2 {
        height: 65px;
    }

    .ccbs_text {
        height: 300px;
        overflow: auto;
    }

    .cc_ab_btn {
        margin-left: 10px;
    }

    /*-----------banner-----------*/
    .bnr_section {
        height: 330px;
    }

    .bnr_section::after {
        bottom: -22px;
    }

    .bnr_title {
        font-size: 42px;
    }

    /*-----------end banner-----------*/
    /*-----------suburb-----------*/
    .ccbs_img img {
        height: 330px;
    }

    .ccbs_col_two {
        padding: 0 0 0 20px;
    }

    .cppb_img img {
        height: 300px;
    }

    .cppb_line::before {
        width: 270px;
    }

    .cppb_col_box {
        height: 250px;
        overflow: auto;
    }

    .slflr_img img {
        height: 60px;
    }

    .slflr_img {
        padding: 30px 20px;
    }

    .sa_btn {
        width: 16%;
    }

    .pd0.cppb_vid_row {
        padding-top: 50px !important;
    }

    /*-----------end suburb-----------*/
    /*----------- blog page-----------*/
    .blog_main_box {
        padding: 5px 5px;
    }

    /*-----------end blog page-----------*/
    /*----------- contact page-----------*/
    .cnt_box_inr {
        border: 1px solid #AAA;
        padding: 15px 20px;
    }

    /*-----------end contact page-----------*/
    /*-----------services-----------*/
    .ser_ab_img img {
        height: 360px;
    }

    /*-----------services end ----------*/
    /*-----------service areas ----------*/
    .lh_img img {
        height: 350px;
    }

    /*-----------service areas end----------*/
    /*-----------pricing  ----------*/
    .cco_ttl {
        margin-top: -20px;
    }

    .cco_wt_box_inr {
        padding: 10px;
        height: 100px;
    }

    .cco_inr_ttl {
        padding-top: 15px;
    }

    .cco_wt_box_inr span {
        font-size: 17px;
    }

    .cco_box_inr {
        padding: 10px 10px 10px 10px;
    }

    .cco_col_box {
        padding: 10px 0;
    }

    .cco_wt_box:after {
        height: 104%;
        width: 105%;
        top: -4px;
        left: 3px;
        margin-left: -15px;
    }

    .cco_li.pack_li {
        padding: 0px 0 0px 23px;
        font-size: 14px;
    }

    .ppf_txt_box2 {
        padding-top: 20px;
    }

    .ppf_logo img {
        height: 70px;
    }

    .gp_box_inr {
        padding: 20px;
    }

    /*-----------pricing end ----------*/
    /*-----------ceramic coating ----------*/
    .logo_ttl {
        font-size: 30px;
    }

    .scb_logo img {
        height: 110px;
    }

    /*-----------ceramic coating end ----------*/
    /*-----------window titing ----------*/
    .cnt_col .percent p span {
        font-size: 40px;
    }

    .cnt_col h3.title {
        font-size: 17px;
        width: 270px;
    }

    /*-----------window titing end ----------*/
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .cco_gr_txt.gr_txt_2 {
        height: 85px;
    }

    .ccbs_text {
        height: 320px;
        overflow: auto;
    }

    .cc_ab_btn {
        margin-left: 30px;
    }

    /*-----------banner-----------*/
    .bnr_section {
        height: 350px;
    }

    .bnr_section::after {
        bottom: -22px;
    }

    .bnr_title {
        font-size: 42px;
    }

    /*-----------end banner-----------*/
    /*-----------suburb-----------*/
    .ccbs_img img {
        height: 350px;
    }

    .ccbs_col_two {
        padding: 0 0 0 30px;
    }

    .cppb_img img {
        height: 330px;
    }

    .cppb_line::before {
        width: 270px;
    }

    .slflr_img img {
        height: 70px;
    }

    .slflr_img {
        padding: 30px 20px;
    }

    .pd0.cppb_vid_row {
        padding-top: 70px !important;
    }

    /*-----------end suburb-----------*/
    /*----------- contact page-----------*/
    .cnt_box_inr {
        border: 1px solid #AAA;
        padding: 15px 20px;
    }

    /*-----------end contact page-----------*/
    /*-----------services-----------*/
    .ser_ab_img img {
        height: 360px;
    }

    /*-----------services end ----------*/
    /*-----------pricing  ----------*/
    .cco_ttl {
        margin-top: -20px;
    }

    .cco_wt_box_inr {
        padding: 10px;
        height: 100px;
    }

    .cco_inr_ttl {
        padding-top: 15px;
    }

    .cco_wt_box_inr span {
        font-size: 17px;
    }

    .cco_box_inr {
        padding: 10px 10px 10px 10px;
    }

    .cco_col_box {
        padding: 10px 0;
    }

    .ppf_txt_box2 {
        padding-top: 20px;
    }

    .gp_box_inr {
        padding: 20px;
    }

    /*-----------pricing end ----------*/
    /*-----------ceramic coating ----------*/
    .logo_ttl {
        font-size: 34px;
    }

    .scb_logo img {
        height: 130px;
    }

    /*-----------ceramic coating end ----------*/
    /*-----------window titing ----------*/
    .cnt_col h3.title {
        font-size: 19px;
    }

    /*-----------window titing end ----------*/
}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    /*-----------banner-----------*/
    .bnr_section {
        height: 380px;
    }

    .bnr_section::after {
        bottom: -25px;
    }

    .bnr_title {
        font-size: 45px;
    }

    /*-----------end banner-----------*/
    /*-----------suburb-----------*/
    .ccbs_img img {
        height: 400px;
    }

    .cppb_img img {
        height: 330px;
    }

    .slflr_img img {
        height: 80px;
    }

    /*-----------end suburb-----------*/
    /*-----------services-----------*/
    .ser_ab_img img {
        height: 400px;
    }

    /*-----------services end ----------*/
    /*-----------pricing  ----------*/
    .cco_wt_box_inr {
        padding: 10px;
    }

    .cco_inr_ttl {
        padding-top: 15px;
    }

    .cco_wt_box_inr span {
        font-size: 17px;
    }

    .cco_box_inr {
        padding: 20px 20px 20px 20px;
    }

    /*-----------pricing end ----------*/
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}