/* 
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 */
body{
	overflow-x:hidden;
}
.easy-appointment {
	position: relative;
	display: flex;
	align-items: center;
}
.easy-appointment::before {
	content: "\f005";
	color: #069594;
	padding: 0 10px 0 0px;
	font-family: 'Font Awesome 5 Free';
}
.mission-sect {
	position: relative;
}

.mission-sect .our-mission {
	position: absolute;
	bottom: 20px;
	right: 205px;
	width: 40%;
	background-color: #069594;
	border-radius: 26px;
}
.ready-sect {
	background: linear-gradient(90deg, #069594 0%, #B3EBF2 140%, #C3B9A5 140%);

}
.paitient-sect {
	background: linear-gradient(90deg, #73AEA5 0%, #C3B9A5 140%, #C3B9A5 140%);

}
.footer-form {
	position: relative;
}
.footer-form button.elementor-button.elementor-size-xs {
	position: absolute;
	bottom: 1px;
}
.about-pic {
	position: absolute;
	left: 538px;
	top: 473px;
}

/* phone screen */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.about-pic {
	position: unset;
	}
.mission-sect .our-mission {
	position: unset;
	width: 100%;
	border-radius: 18px;
	}
}

/* tablet screen */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.about-pic {
	position: absolute;
	left: 348px;
	top: 365px;
	}
.review-pic {
	left: 243px !important;
	top: 100px !important;
	}
.mission-sect .our-mission {
   bottom: 18px;
   right: 80px;
   border-radius: 18px;
	}
}