/* 
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
*/

li a:focus-visible, li a:focus {
	outline: none !important;
}
.menu-arrow .sub-arrow {
  position: relative;
}
.menu-arrow .sub-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 10px;
  left: 10px;
  position: absolute;
  top: 2px;
  width: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-arrow .sub-arrow svg {
	display: none;
}
.menu-arrow ul ul {
	padding: 10px 0 !important;
}
.menu-arrow ul ul a {
	padding-right: 20px !important;
}
.title-span span {
	color: #FF9C43;
}
.elementor-widget-text-editor ul {
	list-style: none;
}
.elementor-widget-text-editor ul li::before {
	content: "•";
	color: #3C3B3B;
	display: inline-block;
	width: 15px;  
	margin-left: -1.5em;
}
.custom-reviews .elementor-testimonial__footer cite, .custom-reviews .elementor-testimonial__header cite {
    margin-top: 18px;
}
.custom-reviews .elementor-swiper-button-prev, .custom-reviews .elementor-swiper-button-next {
	background: #307994;
	border-radius: 100px 100px 100px 100px;
    padding: 6px 6px 6px 6px;
}
.custom-reviews .elementor-swiper-button-prev:hover svg, .custom-reviews .elementor-swiper-button-next:hover svg {
	fill: #FF9C43 !important;
}
.custom-reviews .elementor-swiper-button-prev {
	left: -8px !important;
}
.custom-reviews .elementor-swiper-button-next {
	right: -8px !important;
}
.bg-blur::before {
	background: rgba(48, 150, 160, 0.3) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
}
.list-check.elementor-widget-text-editor ul li {
	position: relative;
	padding-bottom: 10px;
}
.list-check.elementor-widget-text-editor ul li strong, .list-check.elementor-widget-text-editor ul li b {
	font-weight: 600;
	display: block;
}
.list-check.elementor-widget-text-editor ul li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
	top: 7px;
    left: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* Inline SVG as data URL */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23307994' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/></svg>");
}
.header-icons .elementor-icon-list-item a {
	display: flex !important;
    align-items: center;
}
@media screen and (max-width: 767px) {
	.mobile-box {
		position: relative;
	}
	.mobile-icon {
		position: absolute;
		left: 5%;
	}
}
@media screen and (max-width: 414px) {
	.choose-section .choose-section-con {
		--width: 380px !important;
	}
	.custom-reviews {
		width: 99% !important;
	}
}
@media screen and (max-width: 375px) {
	.choose-section .choose-section-con {
		--width: 344px !important;
	}
}
@media screen and (max-width: 360px) {
	.carousel-css .swiper {
		width: calc(100% - 10px) !important;
	}
	.choose-section .choose-section-con {
        --width: 326px !important;
    }
}