@import 'bootstrap-4.5.3.min.css';
@import 'fontawesome-6.4.2.min.css';
@import 'helper-4.0.0.min.css';
@import 'magnific-popup-1.1.0.min.css';
@import 'intlTelInput.min.css';
@import 'bootstrap-tempusdominus-5.1.2.min.css';

:root{
	color-scheme: light only;
	color: #006496;
	color: #F19121;
}
header{
    min-height: 140.5px;
}
.headerbg .styledropdown .dropdown-toggle::after{
	top: 1px;
	font-size: 12px;
}
.headerbg .styledropdown .dropdown-menu{
	left: auto;
	right: 0;
	height: 160px;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.headerbg .styledropdown .dropdown-menu::-webkit-scrollbar{
	display: none;
}
.headerbg a:not(.btn,.dropdown-toggle),
.headerbg .dropdown-toggle:hover{
	color: #F19121;
}
.headerbg .dropdown-toggle,
.headerbg a:hover{
	color: #fff;
}
.headerbg{
	z-index: 100;
	position: relative;
    transition: .8s;
	background-color: transparent;
}
.headerbg .navbar{
	padding-top: 16px;
	padding-bottom: 16px;
}
.headerbg .navbar-brand img{
	height: 75px;
	transition: .6s;
}
.headerbg .navbar-nav > .nav-item + .nav-item{
	margin-left: 30px;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link {
	font-size: 18px;
	font-weight: 300;
    padding: 6px 0;
    color: #fff;
    position: relative;
	display: flex;
	align-items: center;
}
.headerbg .navbar .navbar-nav .nav-item{
	position: relative;
}
.headerbg .navbar .navbar-nav .nav-link::before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	transition: .5s;
	background-color: #006496;
	border-radius: 50px;
	opacity: 0;
	visibility: hidden;
}
.headerbg .navbar .navbar-nav .nav-item.active .nav-link::before,
.headerbg .navbar .navbar-nav .nav-link:hover::before{
	opacity: 1;
	visibility: visible;
	width: 100%;
}
.headerbg .navbar .navbar-nav .nav-link span{
	position: relative;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link:hover,
.headerbg .navbar .navbar-nav .nav-item.active .nav-link{
    color: #F19121;
}
.headerbg .navbar .navbar-nav .nav-item.active .nav-link{
	font-weight: 400;
}
.headerbg .navbar .dropdown-menu .dropdown-item{
	color: #fff;
}
.headerbg .navbar .dropdown-menu .dropdown-item:hover{
	background-color: #F19121;
	color: #fff;
}
.headerbg .sharesocial li a{
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.headerbg.sticky{
	position: fixed;
	top: 0;
    left: 0;
}
.headerbg.sticky .header-top{
	display: none !important;
}
.headerbg.sticky .navbar{
	padding-top: 8px;
	padding-bottom: 8px;
}
.headerbg.sticky .btn-dashboard .img-h48{
	width: 30px;
	height: 30px;
}
.headerbg.sticky .btn{
	min-height: 30px;
	padding: 2.5px 8px;
}
.headerbg.sticky .btn-iconnumber img{
	height: 28px;
}
.headerbg.sticky .btn-iconnumber .btn-iconnumber-icon{
	width: 22px;
	height: 22px;
}
.headerbg.sticky .wow{
	visibility: visible !important;
}
.headerbg.sticky .navbar-brand img{
	height: 50px;
}
.headerbg.sticky .navbar .navbar-nav .nav-item .nav-link{
	font-size: 17px;
}
.headerbg .btn-link{
	color: #fff !important;
}
.iconbars{
	min-width: 30px;
	min-height: 19px;
}
.iconbars span + span{
	margin-top: 5px;
}
.iconbars span{
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 50px;
	background-color: #F19121;
	transition: .4s;
}
.iconbars span:nth-child(2){
	width: 20px;
}
.sidenav {
	z-index: 1002;
	transition: 0.3s;
	top: 0;
	left: -350px;
	width: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav.active{
	left: 0;
}
.sidenav .navbar-nav > .nav-item .nav-link,
.sidenav a:not(.btn){
	color: #fff;
	font-weight: 500;
}
.sidenav .navbar-nav > .nav-item .nav-link:hover,
.sidenav a:hover:not(.btn-secondary){
	color: #F19121;
}
.sidenav .border-top{
	border-color: #ffffff20 !important;
}
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	padding: 15px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #006496;
	color: #F19121;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #006496;
}
.sidenav .navbar-nav .nav-item{
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sidenav .border-bottom{
	border-color: #ffffff20 !important;
}
.sidenav .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border: 0;
}
.sidenav .navbar-nav .dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .1s;
    transform: translateY(-10px) !important;
    position: relative !important;
    background-color: #006496;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}
.sidenav .navbar-nav .dropdown-menu.show{
	visibility: visible;
    opacity: 1;
    height: 100%;
    transform: translateY(0) !important;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item{
	padding: 10px 30px;
	color: #F19121;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #eac230;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(17, 15, 32, 0.9);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
body.stop{
	overflow: hidden;
}
.breadcrumb-item{
	align-items: center;
}
.breadcrumb-item a{
	display: flex;
	align-items: center;
	font-weight: 300;
}
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before{
    color: #5F6C72;
}
.breadcrumb-item.active{
	font-weight: 400;
}
.breadcrumb-item.active,
.breadcrumb-item a:hover{
    color: #006496;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    padding-left: 2px;
	padding-right: 12px;
	top: 0;
}
.boxshadow10{
	box-shadow: 0 4px 10px 0 rgb(225 223 255 / 40%);
}
.boxshadow{
	box-shadow: 0 30px 80px 0 rgb(0 0 0 / 4%);
}
.boxshadow2{
	box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
}
.boxshadow3{
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
}
.boxshadow4{
	box-shadow: 0px 10px 25px rgb(0 0 0 / 8%);
}
.boxshadow5{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.boxshadow6{
	box-shadow: 0px 5px 20px rgb(0 0 0 / 4%);
}
.boxshadow7{
	box-shadow: 0px 4px 18px 0 rgba(75, 70, 92, 0.1);
}
.boxshadow2hover:hover{
	box-shadow: 0px 0px 45px rgb(0 0 0 / 42%);
}
body.stop{
	overflow: hidden !important;	
}
li::marker{
    color: #FFB546;
}
.text-white-70{
	color: rgba(255, 255, 255, 0.7);
}
.loaderlodging {
	height: 100vh;
	z-index: 10000;
	transition: .8s;
}
.loaderlodging__body {
	overflow: hidden;
}
.loaderlodging__body.afterloading {
	overflow: inherit;
}
.loaderlodging.remove {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #fff;
    border-bottom-color: #F19121;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
	}
    100% {
        transform: rotate(-360deg);
	}
}
.nav-tabs.customtabs__style-3 {
    border-bottom: 2px solid #FEF4E9;
	justify-content: center;
}
.nav-tabs.customtabs__style-3 .nav-item {
	margin: 0 20px;
}
.nav-tabs.customtabs__style-3 .nav-link {
	padding: 0 0 15px;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.2;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
    text-align: center;
	background-color: transparent;
	color: #111827;
	display: flex;
	align-items: center;
	margin-bottom: -2px;
}
.nav-tabs.customtabs__style-3 .nav-link.active{
	border-color: #F19121;
}
.nav-tabs.customtabs__style-3 .nav-link img{
	filter: brightness(0%);
	transition: .4s;
}
.nav-tabs.customtabs__style-3 .nav-link.active img,
.nav-tabs.customtabs__style-3 .nav-link:hover img{
	filter: brightness(100%);
}
.nav-tabs.customtabs__style-3 .nav-link.active,
.nav-tabs.customtabs__style-3 .nav-item.show .nav-link,
.nav-tabs.customtabs__style-3 .nav-link:hover,
.nav-tabs.customtabs__style-3 .nav-link.active:hover{
    color: #F19121;
}
.btn-iconnumber:hover .btn-iconnumber-icon{
	top: 0;
}
.btn-iconnumber .btn-iconnumber-icon{
	top: -8px;
	right: -5px;
	transition: .5s;
}
.font-12{
	font-size: 12px;
}
.font-13{
	font-size: 13px;
}
label{
	cursor: pointer;
}
.form-inputcolor3{
	background-color: #f6f6f6;
	border-color: #f6f6f6;
}
.form-inputcolor3:focus{
	background-color: #f6f6f6;
	border-color: #F19121;
	box-shadow: 0 0 0 0.2rem #F1912135 !important;
	z-index: 2;
}
.form-inputcolor3::-webkit-input-placeholder{color: #C8C8C8;}
.form-inputcolor3:-ms-input-placeholder{color: #C8C8C8;}
.form-inputcolor3::placeholder{color: #C8C8C8;}
.form-inputcolor2{
	background-color: rgba(255, 255, 255, 0.13);
	border-color: rgba(255, 255, 255, 0.13);
	color: #fff;
}
.form-inputcolor2:focus{
	background-color: rgba(255, 255, 255, 0.13);
	color: #fff;
	border-color: #F19121;
	box-shadow: 0 0 0 0.2rem #F1912135 !important;
	z-index: 2;
}
.form-inputcolor2::-webkit-input-placeholder{color: #ffffffaf;}
.form-inputcolor2:-ms-input-placeholder{color: #ffffffaf;}
.form-inputcolor2::placeholder{color: #ffffffaf;}
.footerbg__inputemail .form-control{
	height: 72px;
	padding-left: 35px;
	padding-right: 135px;
}
.footerbg__inputemail .btn{
	top: 11px;
	right: 11px;
}
.headerbg__inputsearch .form-control{
	height: 48px;
	padding-left: 22px;
	padding-right: calc(12px + 36px);
}
.headerbg__inputsearch button{
	width: 36px;
	height: 36px;
	min-height: 36px;
	border-radius: 50%;
	padding: 0;
	top: 6px;
	right: 6px;
}
.headerbg.sticky .headerbg__inputsearch .form-control{
	height: 40px;
	padding-left: 14px;
	padding-right: calc(12px + 31px);
}
.headerbg.sticky .headerbg__inputsearch button{
	width: 31px;
	height: 31px;
	top: 5px;
}
.sidenav .headerbg__inputsearch button{
	top: 0;
	right: 0;
	border-radius: 0;
	height: 48px;
	width: 50px;
}
.footerbg .border-bottom{
	border-color: #ffffff20 !important;
}
.footerbg a{
	color: #f6f6f8;
}
.footerbg a:hover{
	color: #F19121;
}
.footerbg__links li + li{
	margin-top: 15px;
}
.footerbg__social li{
	margin-right: 7px;
	margin-left: 7px;
}
.footerbg__link2 li{
	position: relative;
}
.footerbg__link2 li + li{
	margin-left: 12px;
	padding-left: 17px;
}
.footerbg__link2 li + li::before{
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50px;
	background-color: #fff;
	top: 11px;
	left: 0;
}
.rounded-4{
	border-radius: 4px;
}
.rounded-8{
	border-radius: 8px;
}
.rounded-9{
	border-radius: 9px;
}
.rounded-10{
	border-radius: 10px;
}
.rounded-11{
	border-radius: 11px;
}
.rounded-12{
	border-radius: 12px;
}
.rounded-13{
	border-radius: 13px;
}
.rounded-16{
	border-radius: 16px;
}
.rounded-17{
	border-radius: 17px;
}
.rounded-18{
	border-radius: 18px;
}
.rounded-19{
	border-radius: 19px;
}
.rounded-20{
	border-radius: 20px;
}
.rounded-30{
	border-radius: 30px;
}
.boxservices:hover{
	box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
	color: #111827;
	transform: scale(1.04);
}
a.bg-light.boxservices:hover{
	background-color: #F8F8F8 !important;
}
.boxservices__icon{
	bottom: 30px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	transform: translateY(-100%);
}
.boxservices:hover .boxservices__icon{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.btn-outline-secondary:hover img{
	filter:brightness(1000%);
}
.hoverboxtop:hover{
	transform: translateY(-4px);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.custom-control .custom-control-label::before,
.custom-control .custom-control-label::after{
	top: 5px;
}
.ratingcolors.position-absolute{
	top: 90px;
	right: 10px;
	background-color: #00000099;
}
.ratingcolors .fa,
.ratingcolors .far{
	color: #D9D9D9;
}
.ratingcolors .fa.active{
	color: #F19121;
}
.bg-success{
	background-color: #4DA63E !important;
}
.bg-danger{
	background-color: #EE5858 !important;
}
.linetext{
	width: 1px;
	height: 14px;
	background-color: #fff;
}
.bodyfull{height: 100dvh;padding: 30px 0;}
@media screen and (max-width: 992px), screen and (max-height: 740px){.bodyfull{height: auto}}
.custominput__1 .form-control{
	background-color: #eee;
	border-color: #eee;
}
.custominput__1 .form-control:focus{
	background-color: #FEF4E9;
	border-color: #FEF4E9;
}
.custominput__1 .form-control.is-invalid{
	background: #FEF4E9;
	border-color: #FF0000;
	padding-right: 1rem;
}
.custominput__1 .form-control.is-valid{
	background: #FEF4E9;
	border-color: #4DA63E;
	padding-right: 1rem;
}
.userprofilelist{
	box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
	border: 1px solid #E4E7E9;
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.userprofilelist li a{
	padding: 10px 20px;
	display: flex;
	align-items: center;
	color: #5f6c72;
}
.userprofilelist li.userprofilelist__logout a:hover{
	background-color: #EE5858;
	color: #fff;
}
.userprofilelist li.active a{
	background-color: #006496;
	color: #fff;
}
.userprofilelist li a:hover{
	background-color: #E4E7E9;
	color: #111827;
}
.userprofilelist li.active a:hover img{
	filter: brightness(0);
}
.userprofilelist li.active a img,
.userprofilelist li.userprofilelist__logout a:hover img{
	filter: brightness(6000%);
}
.userprofilelist li img{
	max-width: 30px;
	flex: 0 0 30px;
	max-width: 30px;
	height: 18px;
	transition: .2s;
}
.btn-light2{
	background-color: #e0e4e6;
	color: #111827;
}
.buttoneyeshowpassword{
	bottom: 10px;
	right: 15px;
	z-index: 4;
	font-family: 'Font Awesome 6 Free';
	font-weight: 400;
	cursor: pointer;
}
.buttoneyeshowpassword::before{
	content: "\f06e";
}
.buttoneyeshowpassword.active::before{
	content: "\f070";
}
.bg-primary-50{
	background-color: rgba(46, 38, 109, 0.06);
}
.bg-secondary-50{
	background-color: rgba(241, 144, 33, 0.06);
}
.sharesocial.bg-secondary-50{
	background-color: transparent;
}
.sharesocial.bg-secondary-50{
	margin-left: 3px;
}
.sharesocial.bg-secondary-50 li{
	margin: 0 3px;
}
.sharesocial.bg-secondary-50 li a{
	background-color: rgba(241, 144, 33, 0.1);
	color: #F19121;
	border-radius: .3rem;
	width: 44px;
	height: 44px;
	line-height: 44px;
}
.btn-secondary-50{
	background-color: rgba(241, 144, 33, 0.1);
}
.btn-secondary-50:hover{
	background-color: rgba(241, 144, 33, 0.2);
}
.btn-secondary img{
	filter: brightness(10000%);
}
.border-secondary-50{
	border-color: rgba(241, 144, 33, 0.4) !important;
}
.bg-danger-50{
	background-color: rgba(255, 0, 0, 0.06);
}
.bg-success-50{
	background-color: #D0FFD5;
}
.bg-warning-50{
	background-color: #fff3c2;
}
.text-danger ul li::marker{
	color: #dc3545;
}
.form-inputcolor3.is-invalid:focus{
	box-shadow: none !important;
}
.form-inputcolor3.is-invalid{
	background-image: none;
	border-color: #f6f6f6;
	color: #dc3545;
}
.form-inputcolor3 .custom-file-input{
	border-radius: .3rem;
}
.form-inputcolor3 .custom-file-label{
	background-color: #f6f6f6;
	border-color: #f6f6f6;
	border-radius: 5px;
}
.form-inputcolor3.custom-file.lg .custom-file-label{
	line-height: 1.1;
	padding-top: 15px;
	text-wrap: nowrap;
	border-radius: .3rem;
}
.form-inputcolor3.custom-file.lg .custom-file-label::after{
	background-color: #DCDDDC;
	border-radius: 6px;
	font-size: 14px;
	content: 'Choose File' !important;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	top: 4px;
	right: 4px;
}
.customtable__style_1.table th{
	text-align: center;
	font-weight: 500;
	color: #8E95A9;
	background-color: #F8F8F8;
	padding: 17px 16px;
}
.customtable__style_1.table td,
.customtable__style_1.table th{
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.3;
}
.customtable__style_1.table td{
	padding: 10px 16px;
	color: #006496;
}
.customtable__width_1.table td:nth-child(1),
.customtable__width_1.table td:nth-child(2),
.customtable__width_1.table td:nth-child(5),
.customtable__width_1.table td:nth-child(6){
	text-align: center;
}
.customtable__width_1.table th:nth-child(1){
	width: 7%;
}
.customtable__width_1.table th:nth-child(2){
	width: 13%;
}
.customtable__width_1.table th:nth-child(3){
	width: 20%;
}
.customtable__width_1.table th:nth-child(4){
	width: 20%;
}
.customtable__width_1.table th:nth-child(5){
	width: 10%;
}
.customtable__width_1.table th:nth-child(6){
	width: 5%;
}
.customtable__width_2.table th:nth-child(1){
	width: 12%;
}
.customtable__width_2.table th:nth-child(2){
	width: 15%;
}
.customtable__width_2.table th:nth-child(3){
	width: 20%;
}
.customtable__width_2.table th:nth-child(4){
	width: 10%;
}
.customtable__width_2.table th:nth-child(5){
	width: 10%;
}
.customtable__width_2.table th:nth-child(6){
	width: 5%;
}
.customtable__width_3.table th{
	background-color:#F0F3F5;
	border: 0;
}
.customtable__width_3.table td{
	border-top: 0;
	border-bottom: 1px solid #E9EAF3;
}
.customtable__width_3.table th:nth-child(1){
	width: 12%;
}
.customtable__width_3.table th:nth-child(2){
	width: 20%;
}
.customtable__width_3.table th:nth-child(3){
	width: 18%;
}
.customtable__width_3.table th:nth-child(4){
	width: 20%;
}
.customtable__width_3.table th:nth-child(5){
	width: 10%;
}
.customtable__width_3.table th:nth-child(6){
	width: 10%;
}
.customtable__width_3.table th:nth-child(6){
	width: 10%;
}
.iti__selected-dial-code{
	font-size: 16px;
	font-weight: 400;
	color: #495057;
}
.iti__search-input{
	font-size: 16px;
	padding: 10px;
}
.text-decoration{
	text-decoration: underline;
}
.img-h10{
	height: 14px;
}
.img-h18{
	height: 18px;
}
.boxminwidth{
	min-width: 90px;
}
.dotline{
	width: 2px;
	height: 2px;
	background-color: #898989;
}
.dotline_big{
	width: 5px;
	height: 5px;
}
.hoverborder_p:hover{
	border-color: #ffe6c9 !important;
}
.styledropzone{
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	padding: 4px;
}
.styledropzone__shadow{
	background-color: #fff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	padding: 24px;
}
.styledropzone .dropzone{
	border: 0;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='9' ry='9' stroke='%23ababab' stroke-width='2' stroke-dasharray='10%2c 10' stroke-dashoffset='11' stroke-linecap='round'/%3e%3c/svg%3e");
	border-radius: 9px;
	min-height: 220px;
	padding: 0;
}
.styledropzone .dropzone .dz-message{
	margin: 0;
	padding-top: 65px;
	text-align: center;
}
.text-primary2{
	color: #136DC7;
}
.text-primary3{
	color: #7366FF;
}
.min-btn-120{
	min-width: 120px;
}
.min-btn-250{
	min-width: 250px;
}
.bg-size-100{
	background-size: 100% 100%;
}
.customphonelist .iti__selected-country-primary{
	background-color: #FAFAFA;
	border-radius: .3rem 0 0 .3rem;
	border-right: 1px solid #ddd;
}
.maxwidth.img-h60{
	width: 60px;
}
.maxwidth.img-h160{
	width: 160px;
}
.formsteps .steps,
.formsteps .content .formsteps__title{
	display: none;
}
.formsteps .actions{
	width: 70%;
	margin: 50px auto 0;
}
.formsteps .actions ul{
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 20px;
    margin-right: -6px;
    margin-left: -6px;
    padding: 0;
}
.formsteps .actions ul li{
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
	transition: .8s;
}
.formsteps .actions ul li a{
    display: flex;
	align-items: center;
    background-color: #F19121;
    color: #fff;
    border-radius: 8px;
	font-size: 18px;
    padding: 16px 25px;
    text-align: center;
    font-weight: 400;
	position: relative;
}
.formsteps .actions ul li a:hover{
	background-color: #c3741b;
	color: #fff;
}
.formsteps .actions ul li a[href="#next"]{
	justify-content: flex-end;
}
.formsteps .actions ul li a[href="#next"]::after{
	position: relative;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	background: url('assets/img/icon-123.svg') no-repeat;
	margin-left: 15px;
	left: 0;
	transition: .6s;
}
.formsteps .actions ul li a[href="#previous"]::before{
	position: relative;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	background: url('assets/img/icon-124.svg') no-repeat;
	margin-right: 15px;
	right: 0;
	transition: .6s;
}
.formsteps .actions ul li a[href="#next"]:hover::after{
	left: 10px;
}
.formsteps .actions ul li a[href="#previous"]:hover::before{
	right: 10px;
}
.formsteps .actions ul li.disabled{
	opacity: 0.4;
}
.formsteps .actions ul li.disabled a{
	cursor: not-allowed;
}
.formsteps{
	position: relative;
}
.custombuttonwithsteps{
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 70%;
	display: flex;
	justify-content: flex-end;
}
.custombuttonwithsteps .custombuttonwithsteps__button{
	z-index: 5;
	display: flex;
    align-items: center;
	justify-content: flex-end;
    background-color: #F19121;
    border: 0;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    padding: 16px 25px;
    font-weight: 400;
}
.custombuttonwithsteps .custombuttonwithsteps__button:hover{
	background-color: #c3741b;
	color: #fff;
}
.custombuttonwithsteps .custombuttonwithsteps__button svg{
	position: relative;
	display: block;
	transition: .6s;
	left: 0;
}
.custombuttonwithsteps .custombuttonwithsteps__button:hover svg{
	left: 10px;
}
.formsteps .actions ul li a[href="#finish"]{
	background-color: #fff;
}
.linelinetext::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #d8d8d8;
	top: 10px;
	left: 0;
}
.formstepsprovider .steps ul{
	display: flex;
	justify-content: center;
	list-style: none;
	padding-left: 0;
	margin-bottom: 40px;
}
.formstepsprovider .steps .current-info,
.formstepsprovider .steps .number,
.formstepsprovider .content .formstepsprovider__title,
.formstepsprovider .actions li a[href="#finish"]{
	display: none;
}
.formstepsprovider__emptybutton{
	height: 85px;
}
.formstepsprovider .actions li a[href="#previous"]{
	position: absolute;
	left: 0;
	top: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 100%;
	padding: 15px 5px 15px 15px;
	background-color: #fff;
	color: #006496;
	border: 1px solid #D9D9D9;
	border-radius: 8px;
}
.formstepsprovider .actions li a[href="#previous"]::before{
	position: relative;
	content: '';
	top: 0;
	right: 10px;
	width: 29px;
	height: 29px;
	background: url(../img/icon-129.svg) no-repeat;
}
.formstepsprovider .steps a{
	color: #979797;
}
.formstepsprovider .steps .current a,
.formstepsprovider .steps li:first-child a,
.formstepsprovider .steps a:hover{
	color: #006496;
}
.formstepsprovider .steps li{
	position: relative;
}
.formstepsprovider .steps li + li{
	padding-left: calc(400px - 70px);
}
.formstepsprovider .steps li + li::before{
	position: absolute;
	content: '';
	width: 400px;
	height: 8px;
	background: url(../img/dotsteps.svg) repeat-x;
	left: -20px;
	top: 13px;
	transition: .5s;
}
.formstepsprovider .steps li + li.current::before{
	background: url(../img/dotsteps-active.svg) repeat-x;
}
.formstepsprovider .formstepsprovider__number{
	width: 35px;
	height: 35px;
	display: block;
	background-color: #f6f6f6;
	color: #C8CAD8;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 10px;
	transition: .3s;
}
.formstepsprovider li:first-child .formstepsprovider__number,
.formstepsprovider .current .formstepsprovider__number{
	background-color: #006496;
	color: #fff;
}
.formstepsprovider .actions{
	margin-top: 35px;
}
.formstepsprovider .actions ul{
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.formstepsprovider .actions ul li + li{
	margin-left: 10px;
}
.formstepsprovider .actions ul li a{
	background-color: #006496;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 6px;
	padding: 10px 25px 12px;
}
.formstepsprovider .actions ul li.disabled{
	display: none;
}
.custom-radio2.custom-control{
	padding-left: 0;
}
.custom-radio2.custom-control .custom-control-label{
	padding-top: 3px;
	padding-left: 30px;
}
.custom-radio2.custom-control .custom-control-label::before{
	width: 12px;
	height: 12px;
	top: calc(5px + 4px);
	left: 4px;
	border: 0;
}
.custom-radio2.custom-control .custom-control-label::after{
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #006496;
	border-radius: 50%;
	background: none !important;
}
.custom-radio2 .custom-control-input:checked ~ .custom-control-label::before{
	background-color: #006496;
	box-shadow: none;
}
.custom-switchprovider{
	padding-left: 0;
}
.custom-switchprovider .custom-control-label{
	padding-right: calc(47px + 20px);
	padding-top: 4px;
	width: 250px;
}
.custom-switchprovider .custom-control-label::before{
	top: 5px;
	left: auto;
	right: 0;
	width: 47px;
	height: 26px;
	border-radius: 50px;
}
.custom-switchprovider .custom-control-label::after{
	top: calc(5px + 3px);
	left: auto;
	right: 24px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.custom-switchprovider .custom-control-input:checked ~ .custom-control-label::before{
	background-color: #006496;
}
.custom-switchprovider .custom-control-input:checked~.custom-control-label::after{
	transform: translateX(21px);
	-webkit-transform: translateX(21px);
}
.custom-checkboxprovider .custom-control-label{
	padding-top: 3px;
}
.custom-checkboxprovider .custom-control-label::before{
	background-color: #F6F6F6;
	border-color: #F6F6F6;
}
.custom-checkboxprovider .custom-control-input:checked ~ .custom-control-label::before{
	background-color: #006496;
}
.styledropzone2{
	border: 1px solid #E2E2E2;
	border-radius: 8px;
}
.styledropzone2__box{
	padding: 16px;
}
.styledropzone2 .dropzone{
	border: 0;
	padding: 0;
	background-color: #f3f3f3;
	border-radius: 6px;
}
.styledropzone2 .dropzone .dz-message{
	padding: 90px 0;
	margin: 0 !important;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark{
	z-index: 50 !important;
}
.customcheckbox__1 .custom-control-label{
	padding-top: 2.5px;
}
.customcheckbox__1 .custom-control-label::before{
	background-color: #D9D9D9;
	border-radius: 2px;
	border: 0;
}
.customcheckbox__1 .custom-control-input:checked ~ .custom-control-label::before{
	background-color: #006496;
}
.customcheckbox__2{
	padding-left: 0;
}
.customcheckbox__2 .custom-control-label{
	padding-left: 26px;
}
.customcheckbox__2 .custom-control-label::before{
	width: 10px;
	height: 10px;
	left: 3px;
	top: calc(4.5px + 3px);
	border-radius: 2px;
	border: 0;
}
.customcheckbox__2 .custom-control-label::after{
	width: 16px;
	height: 16px;
	left: 0;
	top: 4.5px;
	border-radius: 4px;
	border: 1px solid #2E2E2E;
}
.customcheckbox__2 .custom-control-input:checked ~ .custom-control-label::before{
	background-color: #006496;
}
.customcheckbox__2 .custom-control-input:checked ~ .custom-control-label::after{
	background-image: none;
	border-color: #006496;
}
.customcheckbox__2 .custom-control-input:focus ~ .custom-control-label::before{
	box-shadow: none;
}
.miw100{
	width: 80px;
}
.custom-file.form-inputcolor3{
	border-radius: .3rem;
}
.customstylefile .custom-file-label{
	border: 1px dashed #1A5EE2;
}
.customstylefile .custom-file-label::after{
	display: none;
}
.custom-file.lg.customstylefile  .custom-file-label,
.custom-file.lg.customstylefile  .custom-file-label::after{
	line-height: 2.2;
}
.customstylefile__text{
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.customstylefile__text::before{
	position: absolute;
	height: 100%;
	content: 'Upload';
	color: #1A5EE2;
	font-size: 16px;
	top: 0;
	right: 0;
	background: url(assets/img/upload-2.svg) no-repeat left center;
	padding: 0 20px 0 30px;
	display: flex;
	align-items: center;
}
.checkchooseservice{
	padding-left: 0;
}
.checkchooseservice .custom-control-label::before,
.checkchooseservice .custom-control-label::after{
	display: none;
}
.checkchooseservice .custom-control-label{
	background-color: #fff;
	border: 2px solid #E8EBF1;
	box-shadow: 4px 4px 17px 0 rgba(54, 47, 115, 0.05);
	padding: 20px 12px;
	border-radius: 20px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: .7s;
}
.checkchooseservice.custom-control .custom-control-input:checked ~ .custom-control-label{
	border-color: #F19121;
	transform: scale(1.04);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.select2multiple__style .select2-container{
	width: 100% !important;
}
.select2multiple__style .select2-container--default .select2-selection--multiple{
	background: #f6f6f6 url("assets/img/custom-select.svg") no-repeat right 15px center / 12px 7px;
	border: 0 !important;
	min-height: 50px;
	font-size: 16px;
	border-radius: .3rem;
	padding: 7px;
	cursor: pointer;
}
.select2multiple__style .select2-container .select2-selection--multiple .select2-selection__rendered{
	margin-bottom: 0;
}
.select2multiple__style .select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #f6f6f6;
	border-color: #999ff0;
	border-radius: 50px;
	font-size: 14px;
	padding: 2px 20px 2px 7px;
}
.select2multiple__style .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	top: 5px;
	right: 4px;
	left: auto;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #006496;
	color: #fff;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 12px;
	font-weight: 400;
}
.select2multiple__style .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	background-color: #F19121;
	color: #fff;
}
.select2multiple__style .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span{
	display: block;
	margin-bottom: 1.5px;
}
.select2-dropdown{
	border: 0 !important;
	border-radius: 10px !important;
	padding: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.select2-container--default .select2-results__option--selectable{
	border-radius: 8px;
	padding: 6px 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background-color: #006496 !important;
}
.customboxonchart{
	bottom: 10px;
	right: 15px;
	width: calc(100% - 15px - 15px);
	height: calc(100% - 15px - 15px);
}
.maxwidth__icon34{
	flex: 0 0 34px;
	max-width: 34px;
	width: 34px;
}
.maxwidth__icon40{
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
}
.alertclosebutton{
	top: 5px;
	right: 10px;
}
.imgflexwidth{
	width: 50px;
	max-width: 50px;
	flex: 0 0 50px;
}
.pagination__custom .page-item{
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 8px;
}
.pagination__custom .page-item .page-link{
	border-radius: 4px;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-color: #DFE3E8;
	color: #006496;
	font-weight: 400;
}
.pagination__custom .page-item .page-link:hover{
	color: #111827;
}
.pagination__custom .page-item.active .page-link{
	background-color: #fff;
	border-color: #006496;
	color: #006496;
}
.pagination__custom .page-item.page-arrow .page-link{
	border-color: #006496;
	background-color: #006496;
	color: #fff;
}
.pagination__custom .page-item.page-arrow .page-link:hover{
	background-color: #231d52;
}
.iconservices{
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 10px;
}
.iconservices{
	border-radius: 30px
}
.iconservices::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 80px;
	height: 21px;
	background: url(assets/img/iconservices-2.png) no-repeat;
	background-size: 100%;
	z-index: 4;
}
.iconservices::after{
	position: absolute;
	content: '';
	top: 20px;
	left: 0;
	width: 100%;
	height: calc(100% - 20px);
	z-index: 3;
	border: 1.49px solid #FF8200;
	border-radius: 0 30px 30px 30px;
}
.iconservices__border{
	padding: calc(30px + 20px) 30px 30px 30px;
}
.iconservices:hover{
	transform: translateY(-4px);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 45px 25px, rgba(0, 0, 0, 0.02) 0px 25px 10px;
}
.customtable .dt-layout-row{
	flex-direction: row-reverse;
}
.customtable div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start{
	margin-right: 0;
	width: 40%;
	justify-content: flex-end;
}
.customtable div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end{
	margin-left: 0;
	width: 60%;
	justify-content: flex-start;
}
.customtable .dt-search{
	width: 100%;
}
.customtable .dt-search label{
	margin-right: 20px;
	font-weight: 400;
}
.customtable div.dt-container .dt-search input{
	height: 44px;
	font-size: 15px;
	border-color: #ddd;
	border-radius: .25rem;
	padding: 10px 12px;
	width: 60%;
}
.customtable div.dt-container .dt-search input:focus{
	border-color: #006496;
}
.customtable .dt-length label{
	margin-left: 15px;
}
.customtable div.dt-container .dt-length .dt-input{
	background: #fff url("assets/img/custom-select.svg") no-repeat right 9px center/10px 6px;
	height: 44px;
	border-color: #ddd;
	border-radius: .25rem;
	padding: 9px 22px 11px 12px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	vertical-align: middle;
}
.customtable .table{
	margin-top: 15px;
}
.customtable .table th{
	background-color:#F0F3F5;
	border: 0;
	vertical-align: middle;
    font-size: 15px;
    line-height: 1.3;
	text-align: center;
    font-weight: 500;
    color: #8E95A9;
    padding: 17px 16px;
}
.customtable .table td{
	border-top: 0;
    border-bottom: 1px solid #E9EAF3;
	padding: 10px 16px;
    color: #006496;
	vertical-align: middle;
    font-size: 15px;
    line-height: 1.3;
}
.customtable div.dt-container .dt-paging .dt-paging-button{
	margin: 4px;
	border-radius: 4px;
    width: 38px;
    height: 38px;
    padding: 0;
    border-color: #DFE3E8;
    color: #006496 !important;
    font-weight: 400;
}
.customtable div.dt-container .dt-paging .dt-paging-button.first,
.customtable div.dt-container .dt-paging .dt-paging-button.last{
	display: none;
}
.customtable div.dt-container .dt-paging .dt-paging-button.next,
.customtable div.dt-container .dt-paging .dt-paging-button.previous{
	border-color: #006496;
    background: #006496;
    color: #006496 !important;
	position: relative;
}
.customtable div.dt-container .dt-paging .dt-paging-button.next:hover,
.customtable div.dt-container .dt-paging .dt-paging-button.previous:hover{
	border-color: #1f1a4b;
    background: #1f1a4b;
    color: #1f1a4b !important;
}
.customtable div.dt-container .dt-paging .dt-paging-button.disabled{
	opacity: 0.4;
}
.customtable div.dt-container .dt-paging .dt-paging-button.previous::before{
	position: absolute;
	top: 7.5px;
	right: 13.5px;
	content: "\f104";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 14px;
	color: #fff !important;
}
.customtable div.dt-container .dt-paging .dt-paging-button.next::before{
	position: absolute;
	top: 7.5px;
	right: 13.5px;
	content: "\f105";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 14px;
	color: #fff !important;
}
.customtable div.dt-container .dt-paging .dt-paging-button:hover{
	border-color: #DFE3E8;
	color: #111827 !important;
	background: #e9ecef;
}
.customtable div.dt-container .dt-paging .dt-paging-button.current,
.customtable div.dt-container .dt-paging .dt-paging-button.current:hover{
	background: #fff;
	border-color: #006496;
	color: #006496 !important;
}
table.dataTable>tbody>tr.child ul.dtr-details{
	display: block !important;
}
table.dataTable>tbody>tr.child ul.dtr-details>li{
	display: flex;
	align-items: center;
}
.nostylebutton{
	background-color: transparent;
	border: 0;
	padding: 0;
}
.collapse > .wow{
	visibility: visible !important;
	animation-name: inherit !important;
}
.customcollapsearrow{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.customcollapsearrow::after{
	position: relative;
	content: '\f107';
	top: 0;
	right: 0;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}
.customphonelist__inputcolor3 .iti__selected-country-primary{
	background-color: #f6f6f6;
}
.filepond--root{
	margin-bottom: 0 !important;
}
.filepond--credits{
	display: none;
}
.filepond--drip{
	opacity: 1 !important;
	background-color: #f6f6f6 !important;
	border-radius: .25rem !important;
}
.customfilepoundprofile .filepond--root {
	width: 170px;
	height: 170px !important;
}
.customfilepoundprofile .filepond--drop-label{
	height: 100%;
}
.boxchatGarida__right a{
    color: #fff;
}
.boxchatGarida__left a{
    color: #36364a;
}
.boxchatGarida__right a:hover,
.boxchatGarida__left a:hover{
    color: #F19121;
}
.boxchatGarida,
.boxchatGarida > .row > *{
    height: 80vh;
}
.boxchatGarida__right{
    background-color: #006496;
	border-radius: 10px 0 0 10px;
    color: #fff;
	overflow: hidden;
}
.boxchatGarida__left{
	background-color: #f2f4f5;
    color: #36364a;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
}
.boxchatGarida__user{
    overflow: hidden;
}
.boxchatGarida__right .boxchatGarida__user{
	padding: 15px;
}
.boxchatGarida__user img{
    width: 50px;
    height: 50px;
	object-fit: cover;
    border: 2px solid #221c4f;
}
.boxchatGarida__user p:first-child{
    margin: 0 0 4px;
    font-size: 16px;
	font-weight: 400;
    line-height: 1.2;
}
.boxchatGarida__user p:last-child{
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}
.boxchatGarida__top .boxchatGarida__user p:last-child{
	font-size: 17px;
}
.boxchatGarida__user > div:first-child{
    flex: 0 0 65px;
    max-width: 65px;
}
.boxchatGarida__user > div:last-child{
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
}
.boxchatGarida__user .textmessage{
    font-weight: 200;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.boxchatGarida__user{
    transition: background-color .5s;
}
a.boxchatGarida__user:hover{
    background-color: #1e1949;
    color: #fff;
}
.boxchatGarida__search .custom{
    background-color: #1e1949;
    border: 0;
    border-left: 0;
    border-right: 0;
    color: #fff;
    width: 100%;
    display: block;
    padding: 12px 20px;
    transition: border .5s;
	height: 53px;
}
.dot__online{
	width: 8px;
	height: 8px;
	background-color: #4DA63E;
}
.boxchatGarida__search .custom:focus,
.boxchatGarida__textarea .textarea:focus{
    outline: 0;
    border-color: 0;
	box-shadow: none;
}
.boxchatGarida__search .custom::-webkit-input-placeholder { /* Edge */
    color: #ffffff80;
}
.boxchatGarida__search .custom:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff80;
}
.boxchatGarida__search .custom::placeholder {
    color: #ffffff80;
}
.boxchatGarida__search{
    height: 55px;
}
.boxchatGarida__contacts{
    height: calc(100% - 131px);
    overflow-y: scroll;
}
.boxchatGarida__contacts .boxchatGarida__user{
    height: auto;
    padding: 8px 20px;
}
.boxchatGarida__contacts .boxchatGarida__user p:last-child{
    color: #ffffff80;
}
.boxchatGarida__contacts::-webkit-scrollbar,
.boxchatGarida__chats::-webkit-scrollbar{
    width: 5px;
}
.boxchatGarida__contacts::-webkit-scrollbar-track{
    background: #006496; 
}
.boxchatGarida__contacts::-webkit-scrollbar-thumb {
    background: #F19121; 
}
.boxchatGarida__chats::-webkit-scrollbar-track{
    background: #f2f4f5; 
}
.boxchatGarida__chats::-webkit-scrollbar-thumb {
    background: #006496; 
}
.boxchatGarida__top{
    background-color: #fff;
    border: 1px solid #e5e5e5;
	border-radius: 0 10px 0 0;
	height: 76px;
	padding: 12px 15px;
}
.boxchatGarida__chats{
    height: calc(100% - 150px);
    overflow-y: scroll;
    padding: 20px;
}
.boxchatGarida__textarea{
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-left: 0;
	border-radius: 0 0 10px 0;
}
.boxchatGarida__textarea,
.boxchatGarida__textarea .button{
	height: 74px;
}
.boxchatGarida__textarea .textarea{
	height: 72px;
	margin-bottom: 2px;
}
.boxchatGarida__textarea .textarea{
    background-color: #f2f4f5;
    color: #36364a;
    border: 0;
    padding: 10px;
    font-size: 16px;
	border-radius: 10px;
    width: 100%;
    display: block;
    transition: border .5s;
}
.boxchatGarida__textarea .button{
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #F19121;
    color: #fff;
    border: 0;
	border-radius: 0 0 10px 0;
}
.boxchatGarida__textarea .button:hover{
	background-color: #c3741b;
}
.boxchatGarida__textarea .button .fa{
    display: block;
    font-size: 20px;
}
.boxchatGarida__chat{
    width: 70%;
    margin-bottom: 15px;
}
.boxchatGarida__chat2{
    flex-direction: row-reverse;
    margin-left: auto;
}
.boxchatGarida__chat2 img{
    margin-left: auto;
}
.boxchatGarida__chat img{
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
    display: block;
}
.boxchatGarida__chat > div:first-child{
    flex: 0 0 65px;
    max-width: 65px;
}
.boxchatGarida__chat > div:last-child{
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
}
.boxchatGarida__chat .text{
    background-color: #006496;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 0;
    font-size: 15px;
}
.boxchatGarida__chat2 .text{
    background-color: #e4e2f1;
    color: #006496;
}
.boxchatGarida__chat .time{
    font-size: 14px;
    margin: 5px 0 0;
    color: #747b98;
}
.boxchatGarida__chat2 .time,
.boxchatGarida__chat2 .text{
    text-align: right;
}
.boxsearch__style{
	min-width: 250px;
	left: auto !important;
	right: 10px !important;
	transform: translate3d(0, 30px, 0) !important;
}
.boxsettings__style{
	min-width: 140px;
	left: auto !important;
	right: 5px !important;
	transform: translate3d(0, 30px, 0) !important;
}
.bigbox{
	min-width: 250px;
	height: 250px;
	overflow: scroll;
	top: -10px !important;
}
.bigbox{
	min-width: 250px;
	height: 250px;
	overflow: scroll;
	top: -10px !important;
}
.bigbox2{
	min-width: 350px;
	top: -10px !important;
}
.fa_w30{
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
}
.borderwhite_border1{
	border: 5px solid #fff;
	box-shadow: 0 0 0 1px #E9E9E9;
}
.boximgtable{
	width: 90px;
	height: 90px;
}
.lineclamp2{
	width: 200px;
}
.singlecontentbg strong{
	color: #006496;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #006496;
	margin-bottom: 25px;
	font-weight: 600;
}
.singlecontentbg h1{
	font-size: 30px;
}
.singlecontentbg h2{
	font-size: 28px;
}
.singlecontentbg h3{
	font-size: 26px;
}
.singlecontentbg h4{
	font-size: 24px;
}
.singlecontentbg h5{
	font-size: 22px;
}
.singlecontentbg h6{
	font-size: 20px;
}
.singlecontentbg p,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 17px;
	line-height: 1.5;
}
.singlecontentbg ul li + li,
.singlecontentbg ol li + li{
	margin-top: 0px;
}
.singlecontentbg p + h1,
.singlecontentbg p + h2,
.singlecontentbg p + h3,
.singlecontentbg p + h4,
.singlecontentbg p + h5,
.singlecontentbg p + h6{
	margin-top: 30px;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	margin-bottom: 15px;
}
.singlecontentbg li::marker{
    color: #006496;
    font-size: 22px;
}
.singlecontentbg a{
	font-weight: bold;
	color: #006496;
}
.singlecontentbg a:hover{
	color: #F19121;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.singlecontentbg ul,
.singlecontentbg ol{
	margin: 0 0 16px
}

/*--------- Responsive ----- */
@media (min-width: 720px) {
	.modal-lg-700{max-width: 620px;}
}
@media (max-width: 1800px) {
	.custombuttonwithsteps .custombuttonwithsteps__button{min-width: 222px;}
}
@media (max-width: 1800px) {
	.custombuttonwithsteps .custombuttonwithsteps__button{min-width: 208px;}
}
@media (max-width: 1700px) {
	.custombuttonwithsteps .custombuttonwithsteps__button{min-width: 193px;}
}
@media (max-width: 1600px) {
	.custombuttonwithsteps .custombuttonwithsteps__button{min-width: 185px;}
}
@media (max-width: 1500px) {
	.custombuttonwithsteps .custombuttonwithsteps__button{min-width: 179px;}
}
@media (max-width: 1400px) {
	.custombuttonwithsteps .custombuttonwithsteps__button{min-width: 164px;}
}
@media (max-width: 1300px) {
	.headerbg .navbar-nav > .nav-item + .nav-item{margin-left: 15px}
	.custombuttonwithsteps .custombuttonwithsteps__button{min-width: 150px;}
}
@media (max-width: 1200px) {
	header{min-height: 107px;}
	.custombuttonwithsteps,.formsteps .actions{width: 100%;}
	.custombuttonwithsteps{left: 0;}
	.custombuttonwithsteps .custombuttonwithsteps__button{min-width: 195px;}
	.formstepsprovider .steps li + li{padding-left: calc(300px - 70px)}
	.formstepsprovider .steps li + li::before{width: 300px}
}
@media (max-width: 1190px) {
}
@media (max-width: 992px) {
	header{min-height: 92px;}
	.headerbg .navbar-brand img{height: 60px;}
	.footerbg__inputemail .form-control{height: 50px;padding-left: 20px;padding-right: 120px;}
	.footerbg__inputemail .btn{top: 5px;right: 5px;min-height: 40px;padding: 7px;}
	.bg-light2.rounded-pill{border-radius: 20px !important;}
	.boxservices__icon{bottom: 20px;}
	.userprofilelist,.boxchatGarida__right{position: fixed;z-index: 1000;width: 280px;height: 100vh;left: -280px;top: 0;overflow-y: scroll;overflow-x: hidden;-ms-overflow-style: none;scrollbar-width: none;border-radius: 0 !important;transition: left .5s;}
	.boxchatGarida__right{height: 100vh !important;width: 340px;left: -340px;}
	.userprofilelist::-webkit-scrollbar{display: none}
	.userprofilelist.active,.boxchatGarida__right.active{left: 0;}
	.userprofilelist .wow{visibility: visible !important;}
	.userprofilelist{border: 0;}
	.customtable__style_1 thead{display: none;}
	.customtable__style_1 tr{border-top: 2px solid #e0e0e0;border-bottom: 2px solid #e0e0e0;padding-bottom: 10px;}
	.customtable__style_1,.customtable__style_1 table,.customtable__style_1 tbody,.customtable__style_1 tr,.customtable__style_1 td{display: block;width: 100%;}
	.customtable__style_1.table td{padding: 10px 0;}
	.customtable__width_1.table td:nth-child(1),.customtable__width_1.table td:nth-child(2),.customtable__width_1.table td:nth-child(5),.customtable__width_1.table td:nth-child(6),.customtable__width_2.table td:not(td:nth-child(3)){display: flex;align-items: center;justify-content: space-between;}
	.customtable__width_1.table td:nth-child(1) span,.customtable__width_1.table td:nth-child(2) span,.customtable__width_1.table td:nth-child(5) span,.customtable__width_1.table td:nth-child(6) span{margin-right: 10px;}
	.customtable__width_1.table td:nth-child(2) br{display: none;}
	.customtable__width_1.table td:nth-child(3) span,.customtable__width_1.table td:nth-child(4) span,.customtable__width_2.table td:nth-child(3) span{margin-bottom: 4px;}
	.customtable__width_2.table td:nth-child(3){text-align: left;}
	.custombuttonwithsteps .custombuttonwithsteps__button{min-width: 465px;}
	.boxchatGarida__right{border-radius: 10px 10px 0 0;}
	.boxchatGarida, .boxchatGarida > .row > *{height: auto;}
	.boxchatGarida__chats{height: 400px;}
	.boxchatGarida__textarea{border-left: 1px solid #e5e5e5;border-radius: 0 0 10px 10px;}
	.boxchatGarida__left{border-radius: 10px}
	.boxchatGarida__top{border-radius: 10px 10px 0 0;height: 60px;}
	.boxchatGarida__top .boxchatGarida__user img{width: 35px;height: 35px;}
	.boxchatGarida__top .boxchatGarida__user > div:first-child{flex: 0 0 45px;max-width: 45px;}
	.boxchatGarida__top .boxchatGarida__user p:last-child{font-size: 15px;}
	.boxchatGarida__chat{width: 100%;}
	.boxchatGarida__chat > div:first-child,.boxchatGarida__user > div:first-child{flex: 0 0 55px;max-width: 55px;}
	.boxchatGarida__chat img,.boxchatGarida__user img{width: 40px;height: 40px;}
	.boxchatGarida__contacts .boxchatGarida__user{padding-right: 15px;padding-left: 15px;}
	
}
@media (max-width: 767px) {
	div.dt-container div.dt-layout-row:not(.dt-layout-table),div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell{display: flex !important;}
	div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start{display: none !important;}
	.customtable div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end{width: 100%;}
}
@media (max-width: 768px) {
	.footerbg__links li + li{margin-top: 0;}
	.footerbg__links li{margin-bottom: 10px;margin-right: 15px;}
	.custominput__1{margin-right: -5px;margin-left: -5px;}
	.custominput__1 > [class^="col"]{padding-right: 5px;padding-left: 5px;}
	.custominput__1 .img-h65{height: 50px;}
	.custombuttonlist{display: block;width: 100%;min-height: 40px;}
	.shadow-none-md{box-shadow: none !important;background-color: transparent !important;}
	.min-btn-250{min-width: 150px;}
	.imgflexwidth{width: 30px;max-width: 30px;flex: 0 0 30px}
	.imgflexwidth img{height: 20px;}
	.custombuttonwithsteps .custombuttonwithsteps__button{min-width: 353px;}
	.iconservices:hover{box-shadow: rgba(0, 0, 0, 0.04) 0px 45px 25px, rgba(0, 0, 0, 0.01) 0px 25px 10px;}
	.formstepsprovider .steps li + li{padding-left: calc(200px - 70px)}
	.formstepsprovider .steps li + li::before{width: 200px}
}
@media (max-width: 600px) {
}
@media (max-width: 500px) {
	.scroll-to-top{width: 38px;height: 38px;line-height: 38px;bottom: 0;right: 0;border-radius: 10px 0 0 0;}
	.nav-tabs.customtabs__style-3 .nav-item{margin: 0 8px -3px;}
	.nav-tabs.customtabs__style-3 .nav-link{font-size: 15px;padding-bottom: 10px;}
	.formsteps .actions{width: 100%;}
	.formsteps .actions ul li a{padding-top: 13px;padding-bottom: 13px;}
	.custombuttonwithsteps .custombuttonwithsteps__button{min-width: 219px;padding-top: 13px;padding-bottom: 13px;}
	.formstepsprovider .steps li + li::before{width: 106px;}
	.formstepsprovider .steps li + li{padding-left: calc(106px - 70px);}
}
@media (max-width: 375px) {
	.btn-group-lg>.btn, .btn-lg{min-height: 44px;padding: 9px 11px;}
	.custombuttonwithsteps .custombuttonwithsteps__button{min-width: 157px;}
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1320px;}
}
@media (min-width: 1510px) {
	.container{max-width: 1420px;}
}

/*  Map */
#mapModal {
	display: none;
	position: fixed;
	z-index: 1050;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 800px;
	height: 80%;
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#map {
	width: 100%;
	height: 70%;
}

.modal-footer {
	padding: 15px;
	display: flex;
	justify-content: space-between;
}

.formsteps .actions ul li a[href="#finish"]
{
	background-color: #FF8200 !important;
}