@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,700&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: #fff;
}
a {
    color: #02BBCB;
}

/* ============ bootstrap multilevel menu desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #017070; }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */

.og_btn-info, .og_btn-primary, .og_btn-danger {
    border-radius: 50em;
}
.og_btn-danger  {
    background-color: #ee4a6b;
    border-color: #ee4a6b;
}
.og_btn-info  {
    background-color: #02aeae;
    border-color: #02aeae;
}
.og_btn-primary  {
    background-color: #50b0e3;
    border-color: #50b0e3;
}
.bg-og_info {
    background-color: #02aeae;
}
.text-og_info {
    color: #02aeae;
}

.header_info {
    color: #000;
    font-weight: 400;
}
.header_info span {
    color: #02AEAE;
    font-weight: 300;
}


.fs {
    background-image: url('/lib/img/fs.jpg');
    background-size: cover;
}

.fs_text_bgw {
    background-color: #ffffff63;
    /* position: absolute; */
    margin-top: 80px;
    padding: 30px 40px;
    max-width: 882px;
}
.fs_text_bgw .title {
    font-size: 50px;
    font-weight: 600;
}
.fs_text_bgw .title span {
    color: #02AEAE;
}
.fs_text_bgw .subtitle {
    font-size: 28px;
    text-align: center;
}
.red {
    background-color: #EE4A6B;
}

.big_form {
    background-color: #02aeae;
    border-radius: 10px;
    background-image: url(/lib/img/heart-bg.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: top center;
}
.rev_img {
    position: relative;
    display: flex;
    justify-content: center;
}
.rev_img:before {
    content: '';
    font-size: 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/lib/img/qq.png);
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.reviews.owl-carousel .owl-item img {
    width: auto;
}

.service_form {
    background-color: #01868691;
    padding: 20px;
    border-radius: 10px;
}
.service_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mob #side-menu {
    position: fixed;
    top: 0;
    left: -100%;
    background: white;
    width: 90%;
    height: 100vh;
    z-index: 101;
    padding: 20px;
    transition: all 0.3s ease;
}

.mob.show_menu #side-menu {
    left: 0;
}

.mob .menu_backdrop {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #00000099;
    top: 0;
    left: -100%;
}

.mob.show_menu .menu_backdrop {
    left: 0;
}
.mob.show_menu .menu_backdrop:before {
    content: '✕';
    position: absolute;
    right: 5px;
    top: 0;
    color: white;
    font-weight: bold;
    font-size: 25px;
}
.datepickers-container {
    z-index: 1060;
}


.mob .fs_text_bgw .title {
    font-size: 30px;
    font-weight: 600;
}

.mob .fs_text_bgw .subtitle {
    font-size: 22px;
    text-align: center;
}
.test {}