:root {
    --color1: #eee;
    --color2: #fff;
    --color3: #00cc0e;
    --color3Hover: #008e09;
    --color4: #00dbff;
    --color4Hover: #0099b2;
    --color5: #b12bff;
    --color5Hover: #8300d0;
    --color6: #2c3233;
    --color7: #a2b1ba;
}

.toolbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

td.action-items {
    display: flex;
}

.img-preview{
    height: 30px;
}
.img-preview:hover{
    height: 200px;
    position: absolute;
}

/*======================================
  21. Contact CSS
========================================*/
.contact-us {
	position: relative;
	z-index: 43;
}
.contact-us .title{
	margin-bottom: 30px;
}
.contact-us .title h4 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #fed700;
}
.contact-us .title h3 {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 600;
}
.contact-us .single-head {
	padding: 50px;
	box-shadow: 0px 0px 15px #0000001a;
	height: 100%;
}
.contact-us .single-info {
	text-align: right;
	margin-bottom:10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-us .single-info i {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 15px;
	height: 40px;
	width: 40px;
	display: block;
	text-align: center;
	border-radius: 3px;
	line-height: 40px;
	background:#fed700;
    margin-right: 10px;
}
.contact-us .single-info ul{
    list-style-type: none;
}
.contact-us .single-info ul li{
    list-style-type: none;
    direction: none;
	margin-bottom:5px;
}
.contact-us .single-info ul li:last-child{
	margin-bottom:0;
}
.contact-us .single-info ul li a{
    font-size: 1;
	font-weight:400;
}
.contact-us .single-info ul li a:hover{
	color:#fed700;
}
.contact-us .single-info .title {
	margin-bottom: 10px;
	font-weight: 500;
	color: #333;
	font-size: 12px;
}
.contact-us .form-main {
	box-shadow: 0px 0px 15px #0000001a;
	padding: 50px;
}
.contact-us .form .form-group input {
	height: 48px;
	line-height: 48px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 0px 20px;
	color: #333;
	border-radius: 0px;
	font-weight: 400;
}
.contact-us .form .form-group textarea {
	height: 180px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 15px 20px;
	color: #333;
	border-radius: 0px;
	resize: none;
	font-weight:400;
}
.contact-us .form .form-group label {
	color: #333;
	position: relative;
}
.contact-us .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}
.contact-us .form .button {
	margin:0;
}
.contact-us .form .button .btn {
	height: 50px;
	border: none;
}
#myMap {
	height: 500px;
	width: 100%;
}

.image-responsive{
    width: 100%;
}

.shareIcon{
	width: 100px;
	cursor: pointer;
}

.quick-search-menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-bottom-menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

a {
    text-decoration: none;
}

.pricingTable {
    text-align: center;
    background: #fff;
    margin: 0 -15px;
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s
}

.pricingTable:hover {
    transform: scale(1.05);
    z-index: 1
}

.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
    background: #ff9624
}

.pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable .price-value {
    font-size: 35px;
    color: #ff9624;
    transition: all .5s ease 0s
}

.pricingTable .month {
    display: block;
    font-size: 14px;
    color: #cad0de
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
    color: #fff
}

.pricingTable .heading {
    font-size: 24px;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase
}

.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #a7a8aa
}

.pricingTable .pricingTable-signup a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
    color: #4b64ff
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
    background: #4b64ff
}

.pricingTable.blue .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #4b64ff
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
    color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
    background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
    color: #40c952
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
    background: #40c952
}

.pricingTable.green .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #40c952
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
    color: #fff
}

.border-none{
	border: none !important;
}

.chat-container {
	max-width: 600px;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    background: #ffffff;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;    
    overflow-y: scroll;
	position: relative;
}

.chat-container-blank {
	max-width: 600px;
    min-height: 600px;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;	
	position: relative;
}

nav.nav.flex-column.chat-menu {
    background: #ffffff;
    border-radius: 5px;
}

.chat-menu a.nav-link.active {
    background: #ebb64c;
    border-radius: 5px;
    margin: 5px;
    color: #ffffff;
}

.chat-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.chat-header img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 10px;
}

.chat-header h1 {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}

#chat-box {
	/* height: 500px;
	overflow-y: scroll;
	margin-bottom: 20px; */
}

#chat-form{
	display: flex;
    width: 100%;
    justify-content: space-between;
    background: #ebb64c;
    padding: 15px 10px;
    border-radius: 5px;
}

#chat-form .chatinput{
	width: 100%;
}

#chat-form textarea{
	width: 100%;
    height: 5px;
    border: none;
    border-radius: 5px 0px 0px 5px;
}

.message {
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
}

.message-content {
	max-width: 70%;
	background-color: #F0F0F0;
	border-radius: 20px;
	padding: 10px;
	margin-right: 10px;
}

.message-content p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}

.sent{
	background-color: #DCF8C6;
	margin-right: 0;
	margin-left: auto;
	justify-content: right;
	padding: 10px 5px;
	border-radius: 5px;
}

.message-content p {
	color: #000;
}

.received {
	background-color: #F0F0F0;
	padding: 10px 5px;
	border-radius: 5px;
}

.time {
	font-size: 12px;
	color: #999;
}

.input-group {
	display: flex;
	margin-top: 20px;
}

.input-group textarea {
	flex: 1;
	resize: none;
	border-radius: 20px;
	padding: 10px;
	font-size: 16px;
	line-height: 1.5;
}

.input-group button {
	border-radius: 20px;
	margin-left: 10px;
	font-size: 16px;
	padding: 10px 15px;
}
  

@media screen and (max-width:990px) {
    .pricingTable {
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 600px) {
	.footer-bottom-menu{
		display: flex;
		flex-direction: column;
		row-gap: 10px;
		justify-content: space-between;
	}
	/* .footer-bottom-menu p{
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	} */
	.quick-search-menu{
		display: flex;
		flex-direction: column;
		row-gap: 10px;
		justify-content: space-between;
	}
}

