.leaf {
    display: none !important;
}

.top_title{
    padding: 137px 30px 30px 30px;
    background-color: rgba(128,184,174,0.12);
    text-align: left;
    position: relative;
    background-image: url(/public/img/pattern-reach.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin-bottom: 30px;
}
.top_title h1{
    font-size: 36px;
    color: #4A4F54;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    font-weight: 400;
}
.top_title h1.details_type{
    font-family: 'Montserrat';
}
.top_title p{
    font-size: 14px;
    color: #50605D;
    margin: 0px;
    text-transform: uppercase;
}
.top_title p.details_type{
    font-size: 21px;
}


.products_cont{
    padding: 30px;
    position: relative;
    z-index: 99;
}
.products_cont .col-lg-3{
    float: left;
    margin-bottom: 30px;
}
.products_cont .product_item{
    float: left;
    width: 100%;
    background-color: #F7F9F9;
    min-height: 300px;
    padding: 15px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}
.products_cont .product_item:hover{
    -webkit-box-shadow: 0px 0px 24px -10px rgba(9, 4, 0, 0.5);
    box-shadow: 0px 0px 24px -10px rgba(9, 4, 0, 0.5);
    transition: all 0.5s;
}
.products_cont .product_item a{
    float: left;
    width: 100%;
    position: relative;
}
.products_cont .product_item a img{
    width: 55%;
    margin: auto;
    display: block;
}
.products_cont .product_item a h2{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #50605D;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.products_cont .product_item a span{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #50605D;
    margin-bottom: 0px;
    text-align: center;
}
.products_cont .product_item .new{
    position: absolute;
    top: -25px;
    left: 0px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background-color: #80B8AE;
    text-transform: uppercase;
    padding: 29px 0px 0px 0px;
    font-family: 'Montserrat';
}

.ask_sec {
    padding: 30px 0px;
    min-height: 300px;
    background-image: url(/public/img/reach-us-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.ask_sec:after{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,255,209,0.12);
    mix-blend-mode: multiply;
}
.ask_sec img{
    width: 146px;
    margin: auto;
    display: block;
    z-index: 9999;
    position: relative;
}
.ask_sec .ask_us_btn{
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    background-color: #80B9AF;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    padding: 30px 0px 0px 0px;
    transition: all 0.3s;
    font-family: 'Montserrat';
    text-transform: uppercase;
    position: relative;
    z-index: 99;
    float: none;
    margin: 15px auto;
    display: block;
    font-weight: 600;
}
.ask_sec .ask_us_btn:hover{
    text-decoration: none;
    box-shadow: 0px 8px 19px -13px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 8px 19px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 19px -13px rgba(0,0,0,0.75);
    transition: all 0.3s;
    text-decoration: none;
}
.filter_sec{
    margin: 0px 0px 60px 0px;
}
.filter_sec p{
    float: left;
    font-size: 17px;
    color: #50605D;
    margin: 0px;
    margin-right: 20px;
    font-weight: 700;
}
.bootstrap-select {
    position: relative;
    top: -4px;
    margin: 0px 30px 0px 0px;
}
.bootstrap-select>.dropdown-toggle {
    background-color: #F7F9F9;
    border: 0px;
    border-radius: 20px;
    color: #50605D;
    font-size: 16px;
    text-transform: uppercase;
    outline: 0px;
}
.bootstrap-select .dropdown-toggle::after {
    border: 0px !important;
    width: 25px;
    height: 25px;
    background-image: url(/public/img/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    right: -5px;
    transition: all 0.3s;
}
.bootstrap-select.show .dropdown-toggle::after {
    transform: rotate(180deg);
    transition: all 0.3s;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle .filter-option {
    outline: 0px !important;
    border: 0px;
    box-shadow: none;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #50605D;
    background-color: #f7f9f9;
    border-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #80b8ae;
}


.product_id{
    position: absolute;
    bottom: -31px;
    left: 30px;
    font-size: 14px;
    color: #50605D;
    border-top: 3px solid #80B8AE;
    padding: 10px 0px 0px 0px;
}

.certificates_icons{
    position: absolute;
    bottom: -37px;
    left: 0px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 0px;
    margin: 0px;
}
.certificates_icons li{
    list-style: none;
    display: inline-block;
    width: 75px;
    margin: 0px 10px;
}
.certificates_icons li img{
    width: 100%;
}
.ask_sec img.question_icon{
    width: 230px;
}


.productContent{
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 60px;
}
.right_sec{
    float: right;
    text-align: center;
    padding-left: 150px;
}
.right_sec .product_photo{
    width: 40%;
    margin: auto;
    display: block;
}
.right_sec .product_photo:hover{
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.product-wrapper{
    margin-top: -33%;
}
.zoom-image{
    float: left;
    width: 100%;
    position: relative;
}
.zoom-image a.type_zoom{
    float: left;
    width: 100%;
}
.zoom-image .zoom_icon_1{
    position: absolute;
    right: 23%;
    top: 25%;
    width: 20px;
}
.zoom_icon_2{
    position: absolute;
    right: 23%;
    top: -15px;
    width: 30px;
}
.fancybox-overlay-fixed {
    z-index: 999999;
}
/*.image_info img:nth-child(2){
    width: 1000px!important;
    height: auto !important;
}
.zoom-image {
    cursor: url(/public/img/zoom-icon.png), auto;
}*/
.right_sec p{
    float: right;
    width: 100%;
    margin: 20px 0px 50px 0px;
    font-size: 14px;
    color: #50605D;
}
.right_sec .tabl_info{
    width: 60%;
    margin: auto;
}
.right_sec .tabl_info:hover{
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.left_sec{
    float: left;
}
#accordion {
    background-color: #ffffff;
}
#accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
    border-bottom: 1px solid #80B8AE;
}
#accordion a {
    display: block;
    padding: 10px 0px;
    /*    border-bottom: 1px solid #80B8AE;*/
    text-decoration: none;
    font-size: 22px;
    text-align: left;
    color: #4A4F54;
    position: relative;
}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
    transition: all 0.2s ease-in;
}
/*#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
    color: white;
}*/
#accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
}
/*#accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #b42b2b;
    transition: all 0.2s ease-in;
}*/

/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-toggle::before {
    content: '';
    width: 13px;
    height: 18px;
    background-image: url(/public/img/arrow-slider.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: rotate(-90deg);
    position: absolute;
    left: -28px;
    top: 13px;
    transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
    transform: rotate(90deg);
    transition: all 0.2s ease-in;
}



/*scroll bar for safari & chrome*/
.bootstrap-select .dropdown-menu div.inner::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.bootstrap-select .dropdown-menu div.inner::-webkit-scrollbar-button:start:decrement,
.bootstrap-select .dropdown-menu div.inner::-webkit-scrollbar-button:end:increment {
    height: 6px;
    display: block;
    background-color: #e9ebee;
}
.bootstrap-select .dropdown-menu div.inner::-webkit-scrollbar-button:horizontal:start:decrement,
.bootstrap-select .dropdown-menu div.inner::-webkit-scrollbar-button:horizontal:end:increment {
    height: 6px;
    display: block;
    background-color: #e9ebee;
}
.bootstrap-select .dropdown-menu div.inner::-webkit-scrollbar-track-piece {
    background-color: #e9ebee;
}
.bootstrap-select .dropdown-menu div.inner::-webkit-scrollbar-thumb:vertical,
.bootstrap-select .dropdown-menu div.inner::-webkit-scrollbar-thumb:horizontal{
    background-color: #cccccc;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 160px;
}

.back_btn{
    position: absolute;
    left: 30px;
    top: 60px;
    width: 25px;
    height: 25px;
    background-image: url(/public/img/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: rotate(90deg);
    cursor: pointer;
}
.bootstrap-select .dropdown-menu {
    max-height: 250px;
}
.single_text{
    margin: 30px 0px;
    width: 100%;
    border: 1px solid #80B8AE;
    padding: 15px;
}
.fancybox-container {
    z-index: 99999999;
}


@media (max-width: 1330px){
    .productContent .col-md-6.col-sm-12{
        width: 100%;
        max-width: 100%;
    }
    .right_sec{
        padding-left: 15px;
    }
    .filter_sec p {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 15px;
    }
    .filter_sec {
        margin: 0px 0px 15px 0px;
    }
    .top_title {
        padding: 137px 30px 15px 30px;
        margin-bottom: 0px;
    }
    .top_title h1 {
        font-size: 30px;
    }
    .bootstrap-select {
        margin: 0px 0px 0px 0px;
        width: 49% !important;
    }
    .right_sec .product_photo {
        margin-top: 42px;
    }
    .product-wrapper {
        margin-top: 0px;
    }
    .certificates_icons li {
        width: 50px;
        margin: 0px 5px;
    }
    .certificates_icons {
        bottom: -25px;
        text-align: right;
    }
    .right_sec {
        margin-bottom: 30px;
    }
    .right_sec .tabl_info {
        width: 100%;
    }
  

}

@media (max-width: 812px){
    .certificates_icons {
        bottom: auto;
        top: 6px;
    }


}
@media (max-width: 768px){
    .right_sec{
        padding-left: 15px;
    }
    .filter_sec p {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 15px;
    }
    .filter_sec {
        margin: 0px 0px 15px 0px;
    }
    .top_title {
        padding: 137px 30px 15px 30px;
        margin-bottom: 0px;
    }
    .top_title h1 {
        font-size: 30px;
    }
    .bootstrap-select {
        margin: 0px 0px 0px 0px;
        width: 49% !important;
    }
    .right_sec .product_photo {
        margin-top: 42px;
    }
    .product-wrapper {
        margin-top: 0px;
    }
    .certificates_icons li {
        width: 50px;
        margin: 0px 5px;
    }
    .certificates_icons {
        bottom: -25px;
        text-align: right;
    }
    .right_sec {
        margin-bottom: 30px;
    }
    .right_sec .tabl_info {
        width: 100%;
    }
    


}
@media (max-width: 480px){
    .top_title h1 {
        font-size: 25px;
    }
    .top_title p.details_type {
        font-size: 16px;
    }
    .certificates_icons {
        bottom: auto;
        top: 6px;
    }
    .products_cont {
        padding: 15px 0px;
    }
    #accordion a {
        padding: 10px 0px 10px 30px;
    }
    #accordion .panel-heading .accordion-toggle::before {
        left: 3px;
    }

}

.table_photo{
    width: 100%;
}
