
@media only screen and (max-width: 767px) {
.header.-type-5 .main_header_container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header__logo {
        background: #fff;
        padding: 15px;
        border-radius: 0px 0px 30px 30px;
        position: absolute;
        top: 0px;
    }
    .header__logo img {
        max-width: 60px;
    }

    .mainSlider.-type-1 .mainSlider__content {
        padding-top: 115px;
    }
   .mainSlider .slider_txt_box {
   	width: 50%;
   }

 .mainSlider.-type-1 .mainSlider__items .mainSlider-item h4 {
    font-size: 34px;
    word-spacing: 100vw;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.facts_section {

}
.facts_section_inner.layout-pt-lg {
        padding-top: 40px;
  }
.facts_section .sectionTitle__title {
    font-size: 42px;
    font-weight: 800;
    line-height: 50px;
    border-bottom: 5px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 1) 17%, rgba(44, 168, 223, 1) 31%, rgba(13, 31, 60, 1) 100%);
    border-image-slice: 1;
    border-width: 5px;
    padding-bottom: 8px;
}
	.facts_section .fact_item {
		width: 50%;
		border-left: 0px;
	}
	.facts_section .fact_item:nth-child(even) {
		
	}

	.facts_items_list.justify-between {
		justify-content: center !important;
	}
}


@media only screen and (max-width: 480px){
   
}