html,body {
	height: 100%;
	overflow-x: clip;
}
body {
	display: flex;
    flex-direction: column;
	/* overflow-x: hidden; */
}
.h100 {height: 100px}
.h200 {height: 200px}
.h300 {height: 300px}
.h400 {height: 400px}
.h500 {height: 500px}
.rectangle-md .image,
.rectangle-lg .image,
.avatar-xx .image,
.avatar-sm .image,
.avatar-md .image,
.avatar-lg .image,
.avatar-xl .image,
.avatar-xxl .image,
.avatar-xxxl .image,
.avatar-xs .image {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	overflow: hidden;
	background: #f8faf9;
	position: relative;
	height: 60px;
	width: 60px;
}
.avatar-xx .image {
	height: 18px;
	width: 18px
}
.avatar-xs .image {
	height: 25px;
	width: 25px
}
.avatar-sm .image {
	height: 40px;
	width: 40px;
}
.avatar-lg .image {
	height: 80px;
	width: 80px;
}
.rectangle-md .image {
	height: 70px;
	width: 100px;
}
.rectangle-lg .image {
    height: 120px;
    width: 190px;
}
.avatar-xl .image {
	height: 100px;
	width: 100px;
}
.avatar-xxl .image {
	height: 125px;
	width: 125px;
}
.avatar-xxxl .image {
	height: 155px;
	width: 155px;
}
.avatar-xx .image img {
	max-height: 18px;
	object-fit: contain;
}
.avatar-xs .image img {
	max-height: 25px;
	object-fit: contain;
}
.avatar-md .image img {
	object-fit: contain;
	max-height: 60px;
}
.rectangle-md .image img {
	object-fit: contain;
	max-height: 70px;
}
.avatar-lg .image img {
	object-fit: contain;
	max-height: 80px;
}
.rectangle-lg .image img {
	object-fit: contain;
	max-height: 130px;
}
.avatar-xl .image img {
	object-fit: contain;
	max-height: 100px;
}
.avatar-xxl .image img {
	object-fit: contain;
	max-height: 125px;
}
.avatar-xxxl .image img {
	object-fit: contain;
	max-height: 150px;
}
.avatar-sm .image img {
	max-height: 40px;
	object-fit: contain;
}
.user-dropdown {
    background: #fff;
    box-shadow: 0px 3px 16px #c4c4c433;
    border: 0.5px solid #B2B2B282;
    border-radius: 32px;
    display: flex !important;
    align-items: center;
	position: relative
}
.user-dropdown .count {
    width: 20px;
    height: 20px;
    background: #ff385c;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    top: -8px;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
body {
	font-family: Poppins;
}
.banner .caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	flex-direction: column
}
.btn-white {
	background: #fff;
	color: #00538F;
	box-shadow: 0px 3px 34px #EFFAFF3B;
	border-radius: 45px;
}
.line-bottom {
    position: relative;
}
.line-bottom:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 45px;
    height: 3px;
    background: #1068a8;
    border-radius: 10px;
}
.text-primary {color: #1068a8 !important}
.text-gray {color: #777777 !important}
.text-light {color: #8E8E8E !important}
.font-el {font-weight: 200}
.font-lt {font-weight: 300}
.font-rg {font-weight: 400}
.font-md {font-weight: 500}
.font-sb {font-weight: 600}
.font-bl {font-weight: 700}

.size-6 {font-size: 6px}
.size-8 {font-size: 8px}
.size-10 {font-size: 10px}
.size-12 {font-size: 12px}
.size-14 {font-size: 14px}
.size-16 {font-size: 16px}
.size-18 {font-size: 18px}
.size-20 {font-size: 20px}
.size-22 {font-size: 22px}
.size-24 {font-size: 24px}

.card .img {
    height: 250px;
    display: flex;
    justify-content: center;
	position: relative
}
.card .img-sm {
	height: 75px;
    display: flex;
    justify-content: center;
	position: relative
}
.card .img-md {
    height: 100px;
    display: flex;
    justify-content: center;
	position: relative
}
.card .img > img,
.card .img-sm > img,
.card .img-md > img {
    max-width: 100%;
}
.card.shadow {
	box-shadow: 2px 8px 30px #b3d2f147 !important;
	overflow: hidden
}
.rounded-md {border-radius: 8px;}
.rounded-md-br {border-radius: 0 0 8px 8px;}
.rating {
	color: #eb4219
}
.rating i:not(.active) {
	opacity: .5
}
.rating i.fa:not(:last-child) {
    margin-right: 2px;
}
.card .img .br {
    bottom: 10px;
    right: 10px;
    position: absolute;
    z-index: 1;
}
.card .img .bl {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
}
.swiper-button-prev {
	left: 14px !important
}
.swiper-button-prev:before {
    content: "";
    background: url(../img/icons/circle-arrow-r.svg) no-repeat center / 100%;
    width: 50px;
    height: 50px;
    z-index: 9999;
    display: block;
    position: absolute;
    transform: rotate(180deg);
}
.swiper-button-next {
	right: 12px !important
}
.swiper-button-next:before {
    content: "";
    background: url(../img/icons/circle-arrow-r.svg) no-repeat center / 100%;
    width: 50px;
    height: 50px;
    z-index: 9999;
    display: block;
    position: absolute;
}
.bg-img {
	background-size: cover !important;
}
.bg-center {
	background-position: center !important;
}
.overlay-primary,
.overlay-dark,
.overlay-bl {
	position: relative;
	overflow: hidden
}
.overlay-primary:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #8AC6F1;
    opacity: .41;
}
.overlay-dark:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: .61;
}
.overlay-bl:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: .34;
}
.rounded-lg {border-radius: 15px !important}
.rounded-lg-tr {border-radius: 15px 15px 0 0 !important}
.rounded-10 {border-radius: 10px !important}
.rounded-20 {border-radius: 20px !important}
.rounded-xl {border-radius: 30px !important}
.bg-red {background: #FF0000}
.bg-light {background: #F7F7F7}
.bg-sky {background: #F6FBFF}
.bg-lsky {background: #FCFEFF}
.bg-primary-lt {background: rgba(0,108,187,.19) !important}
.text-dl {
	color: rgba(0,0,0,.64)
}
.widget .list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget .list li {
	margin-top: 8px
}
.widget .list a {
	color: rgba(0,0,0,.64)
}
.navbar-light .navbar-nav .nav-link {
	color: #000
}
.navbar-light .navbar-nav.space .nav-item {
    margin-right: 20px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 0.875rem;
}
select.no-arrow {appearance: none; outline: 0}
.btn-primary {background: #006CBB; border-color: #006CBB; color: #fff}
.form-control.lg {
	min-height: 56px;
}
.form-control.md {
	min-height: 50px;
}
.form-control.bg {
    background-color: rgba(0,108,187,.04);
    border-color: rgba(0,108,187,.04);
    box-shadow: none;
}
.form-control[class*="-icon"] {
    background-repeat: no-repeat;
    background-position: center left 20px;
    background-size: 16px;
	padding-left: 50px
}
.form-control.user-icon {
    background-image: url(../img/icons/user.svg);
}
.form-control.pwd-icon {
    background-image: url(../img/icons/lock.svg);
	padding-right: 40px;
}
.form-control.email-icon {
    background-image: url(../img/icons/email.svg);
}
.form-control.call-icon {
    background-image: url(../img/icons/call.svg);
}
.form-control.card-icon {
    background-image: url(../img/icons/card.svg);
}
.form-control.building-icon {
    background-image: url(../img/icons/building-2.svg);
	background-position: top 18px left 20px;
}
.form-control.card-b-icon {
    background-image: url(../img/icons/card-b.svg);
}
.form-control.calendar-b-icon {
    background-image: url(../img/icons/calendar-b.svg);
}
.form-control.user-b-icon {
    background-image: url(../img/icons/user-b.svg);
}
.form-control.lock-b-icon {
    background-image: url(../img/icons/lock-b.svg);
}
.bg-blur {
	background: url(../img/blur-bg.png) no-repeat center / cover
}
.bottom-line {
	position: relative
}
.bottom-line:after {
	content: "";
	position: absolute;
	bottom: -8px;
	background: #006CBB;
}
.bottom-line.sm:after {
	width: 16px;
	height: 3px
}
.bottom-line.border-center:after {
	margin: 0 auto;
	left: 0;
	right: 0;
}
.swiper-pagination.position-normal {
    position: initial !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination.position-normal .swiper-pagination-bullet {
	margin: 0 5px
}
.swiper-pagination-bullet {
    background: #006CBB !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;
}
.form-group.password,
.form-group.icon-right {
	position: relative
}
.form-group.password .sh-pwd {
	position: absolute;
	top: 18px;
    right: 12px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(../img/icons/eye.svg) no-repeat center / 20px;
}
.form-group.icon-right .form-control {
	background: #eff3ff;
	border-color: #eff3ff
}
.form-group.icon-right .icon-r {
    position: absolute;
    top: 0;
    right: 12px;
	cursor: pointer;
    bottom: 0;
    display: flex;
    align-items: center;
}
.inbox_people {background: #F6FBFF;float: left;overflow: hidden; width: 30%;}
.inbox_msg {clear: both;overflow: hidden;}
.top_spac {margin: 20px 0 0;}
.recent_heading {float: left;width: 40%;}
.srch_bar {display: inline-block;text-align: right;width: 60%;padding:}
.headind_srch {padding: 10px 29px 10px 20px;overflow: hidden;}
.recent_heading h4 {color: #0465ac;font-size: 16px;margin: auto;line-height: 29px;}
.srch_bar input {outline: none;border: 1px solid #cdcdcd;border-width: 0 0 1px 0;width: 80%;padding: 2px 0 4px 6px;background: none;}
.srch_bar .input-group-addon button {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: medium none;padding: 0;color: #707070;font-size: 18px;}
.srch_bar .input-group-addon {margin: 0 0 0 -27px;}
.chat_ib h5 {font-size: 15px;color: #464646;margin: 0 0 2px 0;}
.chat_ib h5 span {
    font-size: 12px;
    float: right;
    text-transform: uppercase;
    color: #b3b2b2;
    font-weight: 400;
}
.chat_ib p {
    font-size: 12px;
    color: #989898;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chat_img {float: left;width: 11%;}
.chat_img img {width: 100%}
.chat_ib {
    padding: 0 0 0 12px;
    flex: 1;
	position: relative
}
.chat_people {
    display: flex;
    align-items: center;
}
.status-icon {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 8px;
    height: 8px;
    background: #0BD83B;
    border-radius: 50px;
}
.status-icon.md {
	width: 10px;
    height: 10px;
}
.chat_people .avatar-sm .image {
    height: 50px;
    width: 50px;
}
.chat_people .avatar-sm .image img {
    max-height: 50px;
    object-fit: contain;
}
.chat_list {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 18px 0;
}
.inbox_chat {height: 550px; overflow-y: scroll;}
.inbox_chat.scroll.px-2::-webkit-scrollbar {
    width: 0px;
}
.chat_ib .count {
    width: 12px;
    height: 12px;
    background: #f00;
    color: #fff;
    border-radius: 50px;
    display: flex;
    font-size: 7px;
    font-weight: 600;
    justify-content: center;
    line-height: 13px;
    position: absolute;
    top: 16px;
    right: 0;
}
.mesgs .send-icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #FF7E60;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .active_chat {background: #e8f6ff;} */
.incoming_msg_img {display: inline-block;width: 6%;}
.incoming_msg_img img { border-radius: 50%;height: 45px;width: 45px;}
.received_msg {display: inline-block;padding: 0 0 0 10px;vertical-align: top;width: 92%;}
.received_withd_msg p {background: #E8E8E8;border-radius: 40px 50px 50px 0px;color: #646464;font-size: 14px;margin: 0;padding: 15px;width: 100%;}
.time_date {color: #747474;display: block;font-size: 12px;margin: 8px 0 0;}
.received_withd_msg {max-width: 75%; display: inline-block}
.mesgs{float: left;padding: 30px 15px 0 25px;width:70%;background: #FAFAFA;}
.sent_msg p {background:#0584E1;border-radius: 50px 0px 40px 50px;font-size: 14px;margin: 0;color: #fff;padding: 15px;width: 100%;}
.outgoing_msg {overflow: hidden;margin: 26px 0 26px;}
.sent_msg {
    float: right;
    max-width: 75%;
}
.input_msg_write input {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: medium none;color: #4c4c4c;font-size: 15px;min-height: 48px;width: 100%;outline:none;}
.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {background: #05728f none repeat scroll 0 0;border:none;border-radius: 50%;color: #fff;cursor: pointer;font-size: 15px;height: 33px;position: absolute;right: 0;top: 11px;width: 33px;}
.messaging {padding: 0 0 50px 0;}
.msg_history {height: 516px;overflow-y: auto;}
.msg_history  .media {
	max-width: 175px;
	border: 1px solid #fff;
	border-radius: 8px;
	margin: 8px;
}
.msg_history  .media img {
	max-width: 100%
}
.messaging .media-action {
	display: flex;
	align-items: center;
	position: relative
}
.messaging .media-action .actions {
	width: 0;
    overflow: hidden;
    transition: all .2s ease;
    position: absolute;
    right: 20px;
}
.messaging .media-action.active .actions {
	width: 140px;
}
.single-price {border-radius: 15px;}
.bg-grey{background: #F2F2F2;}
.bg-yellow{background: #FCFEE9;}
.text-yellow{color: #E2B125;}
.text-blue{color: #004F88;}
.bg-blue{background: #E8F0F6;}
.btn-blue{background: transparent linear-gradient(144deg, #0B70BB 0%, #004376 100%) 0% 0% no-repeat padding-box; color: #fff;}
.btn-yellow{background: transparent linear-gradient(142deg, #F6D15C 0%, #FDC107 100%) 0% 0% no-repeat padding-box; color: #000;}
.btn-grey{background: transparent linear-gradient(146deg, #818181 0%, #404040 100%) 0% 0% no-repeat padding-box; color: #fff;}
.bg-gradient-1 {background: url(../img/bg-gradient-1.svg) no-repeat}
.bg-gradient-2 {background: url(../img/bg-gradient-2.svg) no-repeat}
.bg-gradient-3 {background: url(../img/bg-gradient-3.svg) no-repeat}
.deal-top {
    position: relative;
    height: 240px;
	background-size: contain;
    background-position: center top;
}
.deal-bottom  ul li {list-style: none;padding: 0px 20px;}
.pricing-area .circle{background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    color: #000;
    border: 2px solid #7C7C7C;position: absolute;top:-6%;z-index: 1;left: 0;right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;}

.pricing-area .circle2{
	color: #000;
    border: 2px solid #E2B125;position: absolute;top:-6%;z-index: 1;left: 0;right: 0;}

.pricing-area .circle3{background: #fff;
    color: #004F88;
    border: 2px solid #004F88;position: absolute;top:-6%;z-index: 1;left: 0;right: 0;}
.radio-lg {
    position: relative;
	overflow: hidden
}
.radio-lg input[type="radio"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    opacity: 0;
}
.radio-lg input[type="radio"]:checked+em {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #006cbb;
}
.radio-lg input[type="radio"]:checked+em+span {
	color: #fff;
	position: relative
}
.mxh-250 {
	max-height: 235px;
	overflow-y: auto
}
.form-check-label .form-check-input {
    top: 2px;
}
.slim-scroll::-webkit-scrollbar-track {
	border-radius: 10px;
	border: 1px solid #a2a2a2;
}
.slim-scroll::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}
.slim-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #c0c4c7;
}
.resize-none {
	resize: none
}
.shadow-navbar {
	box-shadow: 0px 3px 18px #B3D2F16E;
	background: #fff !important
}
.navbar {
	padding: 1.4rem 1rem;
}
.wrapper {
	padding-top: 100px
}
.search-box .search-input {
    border-color: #3389c9;
    min-height: 48px;
    border-radius: 8px;
    background: url(../img/icons/search.svg) no-repeat center left 15px / 20px;
	padding-left: 50px;
}
.search-box .suggestion {
    position: absolute;
    top: 100%;
    right: 15px;
    left: 15px;
    background: #fff;
    padding: 8px 15px;
    z-index: 9;
    box-shadow: 0px 0px 16px #b3d2f1e6;
    border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
			transition: all .3s ease;
}
.search-box .suggestion.active {
	visibility: visible;
	opacity: 1
}
.search-box .suggestion ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
	max-height: 155px;
    overflow-y: auto;
}
.search-box .suggestion ul li {
    margin: 5px 0;
    color: #8F8F8F;
    color: #8F8F8F;
    color: #8F8F8F;
}
.search-form {
    background: #fff;
    box-shadow: 0px 20px 34px #006cbb26;
    border: 1px solid #000000A8;
    border-radius: 22px;
	padding: 15px 5px;
}
.search-form  .type {
	outline: none
}
.search-form .dropbox {
	display: none;
    position: absolute;
    top: 100%;
	margin-top: 22px;
    min-width: 350px;
    background: #fff;
    box-shadow: 0px 20px 34px #006cbb29;
    border: 1px solid #707070;
    border-radius: 18px;
    left: 0;
    padding: 25px 32px;
	z-index: 2;
}
.search-form .dropbox.md {
	max-width: 300px;
	min-width: 300px
}
.search-form .dropbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
	font-size: 14px;
}
.search-form .dropbox > ul li {
    display: flex;
    align-items: center;
	padding: 4px 0;
}
.search-form .dropbox ul li .icon {
    width: 45px;
    height: 45px;
    background: rgba(0,108,187,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
	border-radius: 6px;
}
.search-form label {
    font-size: 14px;
    color: #000;
    line-height: 15px;
}
.search-form .type {
    font-size: 14px;
    padding: 0;
}
.ui-slider .ui-slider-handle em {
    position: absolute;
    top: 100%;
    margin-top: 8px;
    font-size: 12px;
    font-style: normal;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);
	color: #000 !important
}
.ui-widget.ui-widget-content.sm em {
	margin-top: 4px;
	font-size: 10px
}
.ui-widget.ui-widget-content.colored {
    border: 1px solid #e9e9e9;
    background: #e9e9e9;
    height: 8px;
    border-radius: 20px;
}
.ui-widget.ui-widget-content.colored.sm{
    height: 6px;
}
.ui-widget.ui-widget-content.colored .ui-slider-range {
    background: #ec4119;
}
.ui-widget.ui-widget-content.colored .ui-slider-handle {
    background: #ec4119;
    border-color: #ec4119;
    width: 14px;
    height: 14px;
    border-radius: 50px;
	outline: none !important;
}
.ui-widget.ui-widget-content.colored.sm .ui-slider-handle {
	width: 10px;
    height: 10px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: 0px !important;
    bottom: 0 !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.accordion [aria-expanded="true"] .button {
    transform: rotate(45deg);
}
.bootstrap-select.default > .btn,
.bootstrap-select.default > .btn:hover,
.bootstrap-select.default > .btn:focus {
    background: #fff;
    font-size: 12px;
    border-radius: 10px;
    color: #006cbb;
    height: 35px;
    display: flex;
    line-height: 22px;
	outline: none !important;
	box-shadow: none !important
}
.bootstrap-select.default.rounded-md .dropdown-menu {
    box-shadow: 0px 0px 9px #b3d2f154;
    border-radius: 10px;
    border: none;
}
.bootstrap-select.default.rounded-md .dropdown-menu .inner {
	min-height: initial;
	max-height: 110px;
	font-size: 12px
}
.bootstrap-select.default.rounded-md .dropdown-menu .inner li a {
    padding-top: 2px;
    padding-bottom: 2px;
}
.bootstrap-select.default.rounded-md .dropdown-menu .inner::-webkit-scrollbar-track {
	border-radius: 10px;
	border: 1px solid #a2a2a2;
}
.bootstrap-select.default.rounded-md .dropdown-menu .inner::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}
.bootstrap-select.default.rounded-md .dropdown-menu .inner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #c0c4c7;
}
.default-dropdown {
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgb(179 210 241 / 70%);
    border: none;
}
.default-dropdown.no-hover a:hover,
.default-dropdown.no-hover a.active{
	background: transparent;
	color: #006CBB
}
.fancy-input,
.fancy-select {
    width: 150px;
	text-align: center;
}
.fancy-input.auto,
.fancy-select.auto {
	width: auto
}
.fancy-select.auto .bootstrap-select .dropdown-menu {
    min-width: auto;
}
.fancy-select.auto .inner label.label {
    padding-right: 35px;
    padding-left: 35px;
	text-align: center;
    justify-content: center;
}
.fancy-input > .inner, .fancy-select > .inner {
    border: 1px solid #8F8F8F;
    position: relative;
    border-radius: 4px;
}
.fancy-input .inner .label, .fancy-select .inner .label {
    color: #A7A7A7;
    margin: 0;
    width: 100%;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
	cursor: pointer
}
.fancy-select .inner label.label {
    text-align: left;
    justify-content: space-between;
    padding: 0 10px;
}
.fancy-select .inner label.label:after {
    content: "\f107";
    font: 14px/1 FontAwesome;
    position: absolute;
    right: 7px;
}
.fancy-input input,
.fancy-select input {
	border: 0;
	text-align: center;
    position: relative;
    top: -2px;
	outline: 0 !important;
	margin: auto;
}
.fancy-input .inner:not(.active) .label+input,
.fancy-select .inner:not(.active) .label+input {
	display: none
}
.fancy-select .inner .dropdown {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.fancy-select .dropdown button.btn {
    padding: 0;
    margin: 0;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
	opacity: 0;
}
.fancy-select button.btn .filter-option-inner-inner {
    text-align: center;
}
.bg-primary {
    background-color: #006CBB!important;
}
.modal-body button.close.tr {
    position: absolute;
    top: 10px;
    right: 12px;
    font-weight: 400;
    font-size: 35px;
}
.fixed-rc {
    position: fixed;
    margin: auto;
    display: table;
    width: auto;
    padding: 8px 24px;
    transform: rotate(-90deg);
    top: 0;
    right: -43px;
    bottom: 0;
    height: 42px;
    border-radius: 12px 12px 0 0;
	z-index: 2;
}
.bootstrap-select .dropdown-menu {
    box-shadow: 0px 0px 6px #006cbb42;
    border: none;
}
.bootstrap-select .dropdown-menu li a:hover {
    background: transparent;
    color: #006cbb;
}
.form-icon-group {
    box-shadow: 0px 5px 15px rgb(0 0 0 / 8%);
    border-radius: 10px;
    display: flex;
    min-height: 80px;
}
.form-icon-group .form-group {
	margin: 0
}
.form-icon-group .over-label .label {
	position: absolute;
	color: #8F8F8F;
	-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
			transition: all .3s ease;
}
.form-icon-group .icon {
    background: #1068a8;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 10px 0 0 10px;
	overflow: hidden
}
.form-icon-group .icon img {
	max-height: 80px
}
.form-icon-group .over-label {
    position: relative;
}
.form-icon-group .over-label .label {
    position: absolute;
    top: 30px;
    left: 24px;
}
.radio-n {
    display: flex;
    align-items: center;
    position: relative;
}
.radio-n input[type="radio"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.radio-n em {
    width: 15px;
    height: 15px;
    border: 1px solid #777777;
    border-radius: 10px;
    margin-right: 8px;
	position: relative;
	/* top: ; */
	-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
			transition: all .5s ease;
}
.radio-n em:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #006CBB;
    border-radius: 10px;
    margin: auto;
	-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
			transition: all .2s ease;
}
.radio-n input[type="radio"]:checked+em:after {
	width: 8px;
    height: 8px;
}
.radio-n input[type="radio"]:checked+em {
    box-shadow: 0px 3px 6px #00000029;
    border-color: #fff;
}
.radio-n span {
	color: #A7A7A7
}
.radio-n input[type="radio"]:checked+em+span {
	color: #000
}
.form-icon-group .form-group .form-control {
    padding-top: 2rem;
    font-size: 22px;
	box-shadow: none
}
.form-icon-group.file {
	position: relative;
	overflow: hidden
}
.form-icon-group.file [type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.form-icon-group .form-group.over-label.is-focused .label,
.form-icon-group .form-group.over-label.is-filled .label {
    position: absolute;
    top: 16px;
    left: 24px;
    font-size: 12px;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #8F8F8F;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
}
.image-uploader {
	background: #B5D4EB;
	border-radius: 7px;
	position: relative;
	min-height: 300px;
}
.mh-200 {min-height: 200px}
.image-uploaded {
	height: 350px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center
}
.banner-400 {
	height: 400px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center
}
.image-uploader .dragfile {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}
.tn1 {
    position: relative;
    top: -0.1rem;
}
.tn4 {
    position: relative;
    top: -0.3rem;
}
.bg-info-l {
    background: rgba(0,108,187,.16);
    color: #006CBB;
}
.swiper:not(.swiper-initialized) {
    display: none;
}
.shadow-round {
	box-shadow: 0px 3px 15px #00000029 !important;
}
.progress {
    background: rgba(0,108,187,.24);
}
.progress.light {
    height: 5px;
    border-radius: 10px;
    overflow: hidden;
}
.text-underline {
	text-decoration: underline
}
.btn-primary-border {
    border: 2px solid #006CBB;
    border-radius: 8px;
    color: #006CBB;
}
.btn-primary-border:hover {
	background: #006CBB;
    color: #ffffff;	
}
.btn-danger-border {
    border: 2px solid #EC4119;
    border-radius: 8px;
    color: #EC4119;
}
.btn-danger-border:hover {
	background: #EC4119;
    color: #ffffff;	
}
.btn-primary-border .icon-black  {
	-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
			transition: all .2s ease
}
.btn-primary-border:hover .icon-black {
    filter: grayscale(11) brightness(5);
}
.popup-box .popup {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 30px #006CBB26;
	border: 1px solid #707070;
	border-radius: 50px;
	padding: 25px
}
.popup-box .popop .cross {
	/* display: none; */
    position: absolute;
    top: -15px;
    right: -10px;
}
.popup-box {
    position: relative;
}
.popup-box .popop {
	display: none;
    position: absolute;
    top: -15px;
    left: -375px;
    width: 375px;
    padding: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 0px 15px #006cbb26; */
    border: 1px solid #707070;
    border-radius: 25px;
	z-index: 2
}
.shadow-border {
	box-shadow: 0px 0px 3px #00000029;
	border-radius: 22px;
}
.text-black  {color: #000;}
.text-orange  {color: #EC4119;}
.time-dropdown .dropdown button.btn, .time-dropdown .dropdown button.btn:hover {
    background: rgba(0,108,187,.08) !important;
    color: #0C7ACC !important;
    border-radius: 4px;
    box-shadow: none !important;
    outline: 0 !important;
    border-color: rgba(0,108,187,.08) !important;
    padding-left: 0;
    padding-right: 0;
    width: 42px;
    height: 42px;
    line-height: 30px;
    font-size: 18px;
}
.time-dropdown .dropdown button.btn .filter-option, .time-dropdown .dropdown button.btn:hover .filter-option {
	text-align: center
}
.time-dropdown button.btn:after {
    display: none;
}
.time-dropdown .dropdown .dropdown-menu .inner::-webkit-scrollbar-track {
	border-radius: 10px;
	border: 1px solid #a2a2a2;
}
.time-dropdown .dropdown .dropdown-menu .inner::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
.time-dropdown .dropdown .dropdown-menu .inner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #c0c4c7;
}
.time-dropdown .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    width: 45px;
    padding: 5px;
    text-align: center;
}
.bootstrap-datetimepicker-widget table td.day.weekend {
    color: #006cbb;
}
.bootstrap-datetimepicker-widget table td.day.old {
    color: #CFCFCF;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 34px;
}
.bootstrap-datetimepicker-widget table th.dow {
    color: rgba(62,62,62,.5);
    font-weight: 400;
    padding-bottom: 10px;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th, .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 8px;
	text-align: center;
    background: transparent !important;
}
table.table-condensed {
    width: 100%;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th.prev, .bootstrap-datetimepicker-widget table thead tr:first-child th.next {
    font-size: 25px;
}
.btn-default-border {
    border: 2px solid #ebf3fa;
    color: #c7c7c7;
}
.btn-default-border:hover {
    background: #ebf3fa;
    color: #006cbb;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    color: #fff !important
}
.view-gallery {
	height: 450px;
	overflow: hidden
}
.view-gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-image {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 23px;
    color: #1068a8;
    overflow: hidden;
}
.add-image input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
	cursor: pointer
}
.card-slider .swiper-pagination {
	bottom: 5px !important
}
.view-gallery .swiper-pagination .swiper-pagination-bullet,
.card-slider .swiper-pagination .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    background: transparent !important;
    border: 1px solid #fff;
}
.card-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
}
.view-gallery .swiper-pagination .swiper-pagination-bullet:hover,
.card-slider .swiper-pagination .swiper-pagination-bullet:hover,
.view-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.card-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
}
/*body.modal-open > *:not(.modal) {
    filter: blur(12px);
}*/
.card .img .users {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border: 1px solid #EC4119;
    border-radius: 25px;
    background: #fff;
	display: flex;
	align-items: center
}
.card .img .users .avatar-sm:not(:first-child) {
    margin-left: -16px;
}
.btn-light {
	background: #055C9B17;
	border-color: #055C9B17 !important;
	color: #006CBB
}
.ellipsis {
    position: absolute;
    top: 13px;
    right: 10px;
}
.ellipsis.dropdown span[role='button'] img {
    display: inline-block;
    transform: rotate(90deg);
    width: 18px;
}
.profile-banner {
	position: relative
}
.profile-banner .icon-bottom {
    position: absolute;
    right: 0;
    bottom: -21px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-banner .action-tb {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 1
}
.sidebar-primary a {
    padding: 10px;
    display: block;
	color: #000
}
.sidebar-primary a:hover {
	text-decoration: none;
	color: #006CBB
}
.sidebar-primary a.active {
	color: #0465C5
}
.sidebar-primary a:not(.active):hover .icons img  {
	filter: none
}
.sidebar-primary a .icons {
    width: 33px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.sidebar-primary a .icons img {
    max-height: 20px;
	max-width: 22px
}
.sidebar-primary a:not(.active) .icons img {
    filter: invert(1) grayscale(1);
}
.alert-danger {
	background: #ffd3d3;
	border-color: #ffd3d3;
	color: #f00 !important
}
.avatar {
	position: relative
}
.avatar .icon .button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center
}
.upload-file,
.avatar .icon input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
	cursor: pointer
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #F6FBFF;
}
.dropdown-menu.upload-dropdown .dropdown-item {
	position: relative;
	overflow: hidden
}
.modal-header .tr {
    position: absolute;
    right: 10px;
}
.edit-input {
    position: relative;
}
.edit-input input.form-control {
    background: transparent;
}
.edit-input .edit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.border-solid {
	border-width: 2px !important
}

nav.nav .nav-link:not(.active) {
    background: #FDF5F4 !important;
    opacity: .4 !important;
    border-color: #FDF5F4 !important;
}
nav.nav .nav-link {
    border: 1px solid #EC4119 !important;
    color: #EC4119 !important;
    border-radius: 50px;
    padding: 6px 20px;
}
.card .img .action.tr {
    position: absolute;
    top: 0;
    right: 0;
}
.card .img .action.tr .circle {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.switcher {
	position: relative
}
.switcher  em {
    width: 48px;
    height: 18px;
    border: 1px solid rgb(194 194 194);
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
    position: relative;
    background: rgba(65,65,65,.32);
}
.switcher  em:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: 0;
    left: -2px;
    width: 25px;
    height: 25px;
    background: #e3e3e3;
    border-radius: 50px;
	-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
			transition: all .2s ease
}
.switcher input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.switcher input[type="checkbox"]:checked+em {
    background: #aecdec;
    border-color: #aecdec;
}
.switcher input[type="checkbox"]:checked+em:after {
    left: 24px;
    background: #0b64bf;
}
.overlay-popup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
	left: 0;
	overflow-y: auto;
}
.overlay-popup .popup-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay-popup .popup-body .inner {
	background: #fff
}
.btn-gray {
    border: 1px solid #B5B5B5;
    color: #B5B5B5;
}
.btn-gray:hover {
	background: #006cbb;
	color: #fff;
	border-color: #006cbb
}
.border-1 {
	border-width: 1px
}
.z-index-1 {z-index: 1;}
.themed th {
	color: #8F8F8F;
	font-size: 18px;
	font-weight: 400
}
.themed tbody tr {
	background: #F6FBFF;
	margin: 10px 0;
}
.themed {
    border-spacing: 0 15px;
    border-collapse: separate;
}
.themed tbody tr td {
	padding-top: 18px;
	padding-bottom: 18px
}
.themed tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
}
.themed tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
}
.icon-calendar {
    position: relative;
    width: 24px;
    height: 24px;
	display: inline-block;
	vertical-align: middle
}
.icon-calendar input[type="text"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
	width: 24px;
    height: 24px;
	cursor: pointer
}
.nav.dotted {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border: none;
    margin: 0;
}
.nav.dotted .nav-link {
    color: #000;
    border: none;
    background: transparent;
    position: relative;
    z-index: 1;
}
.nav.dotted .nav-link em {
    display: flex;
    width: 20px;
    height: 20px;
    border: 2px solid #C2C2C2;
    border-radius: 10px;
    margin: 0 auto 7px;
    position: relative;
    background: #fcfeff;
}
.nav.dotted .nav-link em:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #c2c2c2;
    border-radius: 50px;
}
.nav.dotted .nav-link.active em {
	border-color: #006cbb
}
.nav.dotted .nav-link.active em:after {
    background: #006cbb;
}
.nav.dotted .line {
    position: absolute;
    top: 17px;
    right: 87px;
    left: 65px;
    height: 2px;
    background: #c3c3c3;
}
.nav.dotted .line:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #006cbb;
}
.nav.dotted input[type="radio"]:nth-of-type(1):checked~.line:after {
    width: 0%;
}
.nav.dotted input[type="radio"]:nth-of-type(2):checked~.line:after {
    width: 50%;
}
.nav.dotted input[type="radio"]:nth-of-type(3):checked~.line:after {
    width: 100%;
}
.icon-option .opt {
	border: 1px solid #006CBB;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	position: relative;
	overflow: hidden
}
.icon-option .opt img {
    max-height: 45px;
    position: relative;
    z-index: 1;
}
.icon-option .opt input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.icon-option .opt em {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.icon-option .opt input:checked+em {
    background: #006cbb;
}
.icon-option .opt input:checked+em+img {
    filter: invert(1) brightness(5);
}
.payment-cards .swiper-slider {
	position: relative
}
.payment-cards .owl-stage {
    display: flex;
    align-items: center;
}
.payment-cards input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.payment-cards .owl-item img {
    max-height: 135px;
}
.payment-cards em {
    position: absolute;
    top: 5px;
    right: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
			transition: all .2s ease
}
.payment-cards input:checked+em {
	opacity: 1;
	visibility: visible
}
.swiper-slide .delete {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer
}
.add-new-card {
    width: 500px;
    background: #fff;
    border-left: 1px solid #d5d5d58c;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -500px;
    bottom: 0;
    z-index: 1;
	-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
			transition: all .3s ease;
}
.add-new-card .heading  {
	position: relative
}
.add-new-card .heading .close {
    position: absolute;
    top: -3px;
    left: -60px;
    color: #006cbb;
    font-weight: 300;
    font-size: 21px;
}
.wrapper .container.add-card {
	left: 0;
	-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
			transition: all .3s ease;
}
.wrapper.add-card-active .container.add-card {
    position: relative;
    left: -200px;
}
.wrapper.add-card-active .add-new-card {
    right: 500px;
}
.para-lines-1 {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.para-lines-2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.para-lines-3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.para-lines-4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
.card-slider .img,
.card-slider .single-slider {
    height: 175px;
}
.view-gallery-thumbnail .swiper-slide img {
    max-width: inherit !important;
    max-height: 135px;
}
/* .swiper.thumbsSlider {
    height: 350px;
} */
.swiper.thumbsSlider {
    height: 350px;
}
.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.card-slider .single-slider .swiper-slide img {
    height: 175px;
    width: 100%;
}
.card.card-slider .swiper .swiper-button {
    position: absolute;
    top: 0;
    bottom: 0;
	left: 10px;
    margin: auto;
    display: flex;
    align-items: center;
	z-index: 2
}
.card.card-slider .swiper .swiper-button.swiperButtonNext {
	right: 10px;
	left: initial;
}
.card.card-slider .swiper .swiper-button.swiper-button-disabled {
    opacity: .5;
}
.like-heart {
    position: relative;
    overflow: hidden;
}
.like-heart input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
	z-index: 1;
}
.like-heart input:not(:checked)+img {
	filter: invert(1) grayscale(1) brightness(2);
}
.bg-black-transparent {
    background: rgba(0,0,0,.2);
}
.check-box-icon {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 6px;
	overflow: hidden
}
.check-box-icon input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
	z-index: 1;
}
.check-box-icon em {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	color: #006cbb;
	-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
			transition: all .5s ease
}
.check-box-icon input:checked+em {
	opacity: 1;
	visibility: visible
}
.compare-item {
    width: 215px;
    display: table;
	text-align: center;
}
.compare-item .inner {
    box-shadow: 0px 11px 20px #b3d2f161;
    border: 1px solid #7070701A;
    border-radius: 10px;
    background: #fff;
    padding: 14px;
}
.compare-item.label {
    width: 175px;
    min-width: 175px;
}
.compare-item.label li {
	position: relative;
	font-weight: 500;
	border-bottom: 1px solid transparent
}
.compare-item.label li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 32%;
	bottom: 0;
	left: 35%;
	border-bottom: 1px solid #707070;
	opacity: .20;
}
.compare-item .para {
	height: 38px;
    overflow: hidden;
    font-size: 12px;
}
.compare-box {
    display: flex;
    align-items: flex-start;
}
.compare-item:not(:first-child) {
    margin-left: 20px;
}
.mnh-auto {min-height: initial !important}
.dropbox .close-dropbox {
	display: none
}
.navbar-nav .dropdown-menu {
	position: absolute
}
.banner {
	position: relative
}
#message_list, #messages{
    list-style: none;
    display: contents;
}
#message_list li {
    cursor: pointer;
}
button.send_button {
    background: none;
    border: none;
}

a.remove_img, a.remove_img:hover {
    cursor: pointer;
    background: #313131;
    border-radius: 50%;
    color: #fff !IMPORTANT;
    padding: 5px;
    position: absolute;
    font-size: 9px;
}

#preview_image {
    height: 60px;
    width: 60px;
    border: 2px solid #dee2e6;
    margin-left: 16px;
}

.mtb-auto {
    margin-top: auto;
    margin-bottom: auto;
}

p#\30 {
    background: #cadef1;
    width: max-content;
    margin: 0 auto;
    padding: 3px 23px;
    border-radius: 20px;
}

p.show_date {
    text-align: center;
    background: #cadef1;
    width: max-content;
    margin: 0 auto;
    padding: 3px 23px;
    border-radius: 20px;
}

.none_imp{
    display: none!important;
}

.chat_phone, .chat_video {
    border: 1px solid;
    padding: 6px;
    border-radius: 8px;
    margin-right: 10px;
    height: 25px;
    cursor: pointer;
}

.chat_phone:hover, .chat_video:hover {
    opacity: 0.64;
}

@media (max-width: 767px) {
	.size-sm-6 {font-size: 6px}
	.size-sm-8 {font-size: 8px}
	.size-sm-10 {font-size: 10px}
	.size-sm-12 {font-size: 12px}
	.size-sm-14 {font-size: 14px}
	.size-sm-16 {font-size: 16px}
	.size-sm-18 {font-size: 18px}
	.size-sm-20 {font-size: 20px}
	.size-sm-22 {font-size: 22px}
	.size-sm-24 {font-size: 24px}
	.banner .caption.form {
		position: relative;
		height: initial;
	}
	.banner .caption.form .search-form {
		background: transparent;
		box-shadow: none;
		border-radius: 0;
		width: 90%;
	}
	.filter+.dropbox {
		position: fixed;
		top: 100px;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 9999;
	}
	.dropbox .close-dropbox {
		display: block;
		position: absolute;
		right: -5px;
		top: -14px;
	}
	.drop-suggest .dropbox {
		position: relative;
		border-radius: 0;
		padding: 10px;
		box-shadow: none;
		border: 1px solid #dcdada;
		margin-top: 10px;
		min-width: 100%
	}
	footer .widget .list {
		display: none;
	}
	footer .widget .title {
		padding: 10px 0 !important;
		margin-top: 10px;
	}
	footer .widget .title:after {
		content: "\f107";
		font: 14px/1 FontAwesome;
		position: absolute;
		right: 12px;
		font-size: 21px;
	}
	footer .widget .title.active:after {
		transform: rotate(180deg);
	}
	.navbar {
		padding: 1rem;
	}
	.navbar-brand img {
		max-height: 30px;
	}
	.logo-footer img {
		max-width: 120px;
	}
	.avatar-md .image {
		height: 50px;
		width: 50px;
	}
	.avatar-md .image img {
		max-height: 50px;
	}
	.avatar-lg .image {
		height: 60px;
		width: 60px;
	}
	.avatar-lg .image img {
		max-height: 60px;
	}
	.avatar-xl .image {
		height: 80px;
		width: 80px;
	}
	.avatar-xl .image img {
		max-height: 80px;
	}
	.avatar-xxl .image {
		height: 90px;
		width: 90px;
	}
	.avatar-xxl .image img {
		max-height: 90px;
	}
	.navbar-light .navbar-toggler {
		border: none;
		padding-left: 0;
	}
	nav.navbar .navbar-collapse {
		background: #fff;
		box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
		padding: 15px 20px;
		z-index: 9;
		position: absolute;
		top: 100%;
		left: 15px;
		right: 15px;
	}
	.banner-400 {
		height: 250px;
	}
	.compare-box > .compare-item .image {
		height: inherit;
		display: flex;
		align-items: center
	}
	.compare-box > .compare-item .image img {
		height: 30px;
	}
	.popup-box .popop {
		position: fixed;
		top: 50%;
		left: 50%;
		max-width: calc(100% - 30px);
		-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}
	.popup-box .popop > .inner {
		overflow-y: auto;
		max-height: 420px;
		overflow-x: hidden;
	}
	.share.popup-box .popop {
		position: fixed;
		top: auto;
		right: auto;
		bottom: auto;
		left: 50%;
		transform: translate(-50%);
	}
	.popup-box .popop .cross {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.logo-footer img {
		max-width: 120px;
	}
	.search-form .type {
		max-width: 127px !important;
	}
	.filter+.dropbox {
		right: 0;
		left: inherit;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.navbar-light .navbar-toggler {
		border: none;
		padding-left: 0;
	}
	nav.navbar .navbar-collapse {
		background: #fff;
		box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
		padding: 15px 20px;
		z-index: 9;
		position: absolute;
		top: 100%;
		left: 15px;
		right: 15px;
	}
}