/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


#back-to-top{
    display: none!important;
}
.banner-video{
    width: 100%;
    height: 80vh;
}
.text-hover-line a:hover{
    text-decoration: underline;
}
.text-link-line a{
    text-decoration: underline;
}

table{
    margin: 0;
    border: 1px solid #e7e7e7;
}

table td, table th{
    border: none;
    padding: 10px 50px;
    color: #000;
    font-family: var( --e-global-typography-715898a-font-family ), Sans-serif;
    font-size: 14px!important;
    line-height: 20px!important;
    text-align: left;
    background-color: #f8f8f8!important;
}
body table td a{
    color: #000!important;
}
table th{
    color: #fff;
    background-color: #3276b1!important;
    font-weight: 700;
    padding: 30px 50px;
    font-size: 16px!important;
}
.description-btn{
    cursor: pointer;
}


.list-space-10 li{
    margin-bottom: 10px;
}

.gallery-block .gallery a:hover{
    text-decoration: underline;
}

.cih-sticky .cih-flex-row span, .cih-text-small {
    color: #333333;
}
.cih-text-small p {
    font-size: 15px;
	margin-bottom: 20px;
}


/* Responsive Styles */
@media (min-width: 1801px){
    body .gallery-single .e-gallery-grid {
        gap: 30px 88px!important;
    }
    
}
@media (max-width: 1800px) {
    table th{
        padding: 20px 30px;
    }
    table td{
        padding: 10px 30px;
    }

   
}
@media (max-width: 1199px) {
    table th,
    table td{
        padding: 10px;
    }
    
}

@media (max-width: 991px) {
    table th,
    table td{
        padding: 10px;
        font-size: 12px!important;
    }

   
    
}

@media (max-width: 767px) {
    .table-responsive{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive table{
        width: 700px;
    }

}
