/* 
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 */
.check_list ul {
	list-style: none;
	padding-left: 0;
}
.check_list ul li {
	list-style: none;
	position: relative;
	padding-left: 30px;
	margin-bottom: 7px;
}
.check_list ul li::before {
	content: "";
	z-index: 99;
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 20px;
	height: 20px;
	display: inline-block;
	left: 0;
	position: absolute;
}

.list_border_bottom ul li {
	border-bottom: 1px solid #D3D5D680;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 1px;
	padding-left: 20px;
}
.list_border_bottom ul li:last-child {
	border-bottom: 0;
}
.list_border_bottom ul li::before {
	background-size: 15px;
}
.process-container {
    display: block;
}
.step {
	display: flex;
	align-items: center;
	margin: 25px 0;
}
.step:first-of-type {
    margin-top: 0px;
}
.circle {
	width: 50px;
	height: 50px;
	background-color: #F16122;
	border-radius: 50%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	font-weight: 700;
	font-size: 26px;
    flex-shrink: 0;
}
.line {
	height: 0;
	width: 39px;
	border: solid 3px #FFE9E0;
	margin-left: 7px;
	transform: rotate(90deg);
}
.description p {
	font-size: 14px;
	margin-bottom: 3px;
}
.description p a {
	color: #F16122;
    text-decoration: underline;
}
.btn_transperant.elementor-widget-button a.elementor-button {
	box-shadow: 0px 0px 10px 0px #0000001A;
	border: 1.5px solid #FFFFFF;
	border-radius: 100px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 12px;
	background-color: transparent;
	color: #fff;
	width: 248px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: unset;
}
.btn_transperant.elementor-widget-button a.elementor-button:hover {
    background-color: #FFE9E0;
    color: #F16122;
}
.btn_transperant_normal.elementor-widget-button a.elementor-button {
    width: auto;
}
.btn_trans.elementor-widget-button a.elementor-button {
    background-color: transparent;
	color: #fff;
    border: 1.5px solid #FFFFFF;
}
.btn_trans.elementor-widget-button a.elementor-button:hover {
    background-color: #FFE9E0;
    color: #F16122;
}
nav.breadcrumbs {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-size: 11px;
	margin-bottom: 0;
	color: #fff;
	line-height: 1;
}
nav.breadcrumbs a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	transition: color .2s ease;
	display: flex;
	align-items: center;
	gap: 4px;
}
.nav_sperator svg {
	width: 11px;
	fill: #fff;
}
.services_mob_hero .btn_transperant.elementor-widget-button a.elementor-button {
	background-color: #fff;
	color: #000;
	width: 195px;
}
.elementor-widget-text-editor p a {
    color: #F16122;
}
.btn_transperant.auto_height.elementor-widget-button a.elementor-button {
	height: auto;
}
.breadcrumb_black nav.breadcrumbs, .breadcrumb_black nav.breadcrumbs a, .breadcrumb_black .nav_sperator svg {
    color: #000 !important;
	fill: #000;
}
.mt-0-h3 h3{
	margin-top: 0;
}
.lockfit_comparision_list ul li {
	min-height: 55px;
}
.lockfit_comparision_list.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
	align-self: start;
}

@media only screen and (max-width: 767px) {
    .step {
        gap: 20px;
    }
}

@media only screen and (max-width: 580px) {
    .mob_box_full_width .elementor-widget-button {
        width: 100%;
    }
    .mob_box_full_width .elementor-widget-button a.elementor-button {
        width: 100%;
    }
}