/*

     Theme Name: Hello Elementor Child

     Theme URI:    https://diviextended.com/

     Description:  A child theme of Twenty Twenty-One WordPress theme.

     Template:     hello-elementor

     Version:      1.0.0

     License:      GNU General Public License v2 or later

     License URI:  http://www.gnu.org/licenses/gpl-2.0.html

    */



    @import url("../hello-elementor/style.css");

.list-items .elementor-icon-list-item{background-color:#f5f5f5;    min-width: 23%;
    padding: 15px !important;    border: 1px solid #ededed;
    margin-bottom: 15px !important;
    border-radius: 5px;}
.list-items .elementor-icon-list-item:hover{background-color:#154E9D; }
.ban-hd .elementor-heading-title{background-color: #506690;
  color: #fff; 
  display: inline;
  padding: 0.5rem 1rem;
  
  /* Needs prefixing */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;}
.elementor-subgroup-inline .elementor-field-option{    display: flex;
    align-items: center;
    gap: 15px;}
.elementor-field-option input[type="checkbox"]{    width: 20px;
    height: 20px;
    border-color: #154e9d;}
.hd-span span{display:block;}
.page-header{display:none;}

 @media screen and (max-width:1440px){
  
}
@media (min-width:992px) and (max-width:1199px){

}
@media screen and (max-width:991px){
   
}
@media screen and (max-width:767px){
	.slider-imm .elementor-image-box-wrapper{       gap:10px;     text-align: start;
        flex-direction: row;    display: flex;}

}