html body{
    overflow-x: hidden;
}

p{
    line-height: 30px;
}

.custom-container p {
    line-height: 33px;
}

/*.bg_light_gray{*/
/*    background-color: #fbfdff !important;*/
/*}*/
.radius_10{
    border-radius: 10px;
}
.guide-header-section{
    background-image: url("../images/header-img.jpg");
    background-size: cover;
    background-position: center;
    height: 700px;
    display: flex;
    align-items: center;
}
.guide-header-section.scrapper-image{
    background-image: url("../images/banner.png");
}
.guide-header-section.scrapper-boiler-image{
    background-image: url("../images/banner-image.jpg");
    height: 600px;
}

.heading_circle{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: #F04D22;
    margin-right: 7px;
}

.guide-header-section::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(26,112,169,1), rgba(255,0,0,0));
}
.guide-header-section{
    position: relative;
}
.guide-header-section .custom-container{
    position: relative;
    z-index: 1111;
}
.white-border{
    background-color: #fff;
    width: 380px;
    height: 4px;
}
.product-div .white-border{
    background-color: rgba(26,112,169,1);
    width: 350px;
    margin: auto;
}
.product-div h3{
    font-size: 40px;
}
.product-div{
    width: 600px;
    background-color: #fff;
    box-shadow: 0px 0px 20px lightgray;
    text-align: center;
    padding: 40px 20px;
    margin: -120px auto 0px auto;
    position: relative;
    border-radius: 10px;
}
.small-text{
    width: 350px;
    margin: auto;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}
.small-text p{
    font-size: 14px;
    width: 50%;
    margin-bottom: 0px;
}
.blue-heading{
    color: #1a70a9;
    font-size: 38px;
    /*font-weight: bold;*/
}
.blue-large-heading{
    font-size: 40px;
}
.custom-container{
    width: 70%;
    margin: auto;
}


/*start timeline section style*/
.content-div{
    border-right: 5px dotted lightgray;
    padding-right: 0px;
    min-height: 350px;
}
.content-inner-div p{
    line-height: 35px;
}
.content-inner-div{
    padding-right: 20px;
}
.type-div{
    height: 100px;
    width: 50px;
    position: absolute;
    right: -26px;
    text-align: center;
    margin-top: 0px;
    background: #ffff;
}
.type-div .number{
    font-size: 30px;
    color: #F04D22;
    font-weight: bold;
}
.type-div p{
    color: #F04D22;
    font-weight: 600;
    margin-bottom: 8px;
}
.type-div img{
    height: 20px;
}
.content-inner-div{
    border-bottom: 5px dotted lightgray;
}
.even-row .content-div{
    border-right: 0px;
    border-left: 5px dotted lightgray;
    padding-left: 0px;

}
.even-row .type-div{
    right: auto;
    left: -29px;
}
.even-row .content-inner-div{
    padding-left: 30px;
}
.type-img{
    width: 70%;
    margin: auto;
}
.type-section{
    padding: 40px 0px 40px 0px;
}
.odd-row .content-div{
    border-right: 0px;
}
.odd-row .content-inner-div{
    border-right: 5px dotted lightgray;
}
.products-row{
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
}
.single-product{
    width: 18%;
    box-shadow: 0px 0px 15px lightgray;
    height: 300px;
    text-align: center;
    padding: 20px 2%;
    display: flex;
    /* align-items: center; */
    border-radius: 6px;
}
.single-product img{
    margin-bottom: 20px;
}
.single-product p{
    margin-bottom: 0px;
    color: #1A70A9;
    font-weight: 600;
    font-size: 18px;
}
.products-section{
    padding-bottom: 70px;
}
.info-icon{
    margin-right: 20px;
    height: 30px;
}
.bullet-lists{
    padding-bottom: 20px;
    text-indent: -10px;
    margin-left: 21px;
}
.bullet-lists li i{
    font-size: 10px;
    color: #F04D22;
    padding-right: 10px;
}
.bullet-lists li a{
    color:#1A70A9;
}
.bullet-lists li{
    line-height: 30px;
    margin-bottom: 5px;
}
.gray-img{
    box-shadow: 0px 0px 15px lightgray;
}

/* .property-row img{
    height: 200px;
} */
table ul li{
    line-height: 20px !important;
    margin-bottom: 5px !important;
    font-size: 14px;
}
table img{
    height: 150px;
}
table td, table th{
    vertical-align: middle !important;
}
.property-table tr td:nth-child(1), .property-table tr td:nth-child(3){
    color: #1A70A9;
    font-size: 18px;
    font-weight: bold;
    width: 150px;
}
.property-table tr td a{
    color: #1A70A9;
    text-decoration: underline;
}
.property-table thead th{
    font-size: 18px;
    color: #F04D22;
    font-weight: bold;
}
.property-table td{
    border-right: 1px solid lightgray;
}
.property-table tr td:nth-child(1), .property-table tr th:nth-child(1){
    border-left: 0px !important;
}
.property-table tr td:nth-child(3), .property-table tr th:nth-child(3){
    border-right: 0px !important;
}
.property-table{
    border:0px !important;
}
.property-table thead th{
    border-top: 0px !important;
    border-bottom-width: 1px !important;
}
.property-table tr:last-child td{
    border-bottom: 0px !important;
}
.bullet-heading i{
    font-size: 10px;
    color: #F04D22;
    margin-top: 9px;
    margin-right: 5px;
}
.bullet-heading{
    /*margin-bottom: 0px;*/
    display: flex;
    align-items: center;
}
.bullet-heading span{
    padding-top: 0px;
}
.choose-col:nth-child(odd){
    border-right: 1px solid #fff;
    border-bottom:1px solid #fff;
}
.choose-col{
    width: 260px;
    height: 280px;
    font-size: 20px;
    display: inline-block;
}
.choose-col img{
    height: 80px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.choose-col:nth-child(even){
    border-bottom: 1px solid #fff;
}
.choose-col:nth-child(5), .choose-col:nth-child(6){
    border-bottom: 0px !important;
}
.book-btn{
    background-color: #fff !important;
    color: #1A70A9;
}
.book-btn i{
    margin-left: 10px;
    color:#F04D22;
}
.book-btn:hover{
    background-color: #F04D22 !important;
    color: #fff !important;
    box-shadow: 0px 0px 0px transparent !important;
}
.book-btn:hover i{
    color: #fff !important;
}
.record-table thead th{
    text-align: center;
    border-bottom-width: 1px !important;
    /*border-top:0px !important;*/

}
.record-table {
    border-top: 0px !important;
    border-bottom: 0px;
}
.record-table th, .record-table td{
    font-size: 16px;
}
.apexcharts-yaxis-title{
    fill: #908b8b;
}
@media only screen and (max-width: 1024px){
    .custom-container{
        width:95% !important;
    }
}
@media only screen and (max-width: 768px){
    .mobile_image_width{
        width: 100% !important;
    }
    .property-row img{
        height: 130px;
    }
    .guide-header-section{
        height: 350px;
    }
    .white-border{
        width: 180px;
    }
    .product-div{
        width: 90%;
        margin: -90px auto 0px auto;
    }
    .product-div h2{
        font-size: 24px;
    }
    .product-div .white-border{
        width: 100%;
    }
    .small-text{
        width: 100%;
    }
    .type-section{
        width: 80% !important;
    }
    .single-product{
        width: 40%;
        margin: 0px 15px 30px 15px;
        height: 240px;
    }
    .products-row{
        flex-wrap: wrap;
        justify-content: center;
    }
    .property-table{
        table-layout: fixed;
    }
    .property-table th:nth-child(2), .property-table td:nth-child(2){
        width: 500px !important;
    }
    .property-table th:nth-child(1), .property-table td:nth-child(1), .property-table th:nth-child(3), .property-table td:nth-child(3){
        width: 120px !important;
    }
    table img {
        height: 80px;
    }
    .property-table tr td:nth-child(1), .property-table tr td:nth-child(3) {
        font-size: 14px;
    }
    .property-table .bullet-lists {
        padding-bottom: 0px;
    }
    .even-row{
        flex-direction: column-reverse;
    }
    .type-section .type-img{
        margin: 40px 0px !important;
        padding: 0px !important;
    }
    .content-div{
        min-height: auto;
    }
    p{
        line-height: 20px !important;
    }
    .choose-col{
        border-right: 0px !important;
    }
    .property-row h4{
        margin-bottom: 40px;
    }
    .gray-img {
        padding: 15px !important;
    }
    .product-div h3 {
        font-size: 30px !important;
    }
    .record-table th, .record-table td{
        font-size: 12px;
        padding: 5px !important;
    }

    .blue-heading{
        font-size: 24px;
    }
    .custom-container p {
        line-height: 33px !important;
    }
}
