/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
a.back-to-top{background:#0456b3 !important; border: none !important; color:white}
.col-right h3.title-right{
	text-transform: capitalize;
	color: #fff;
	background: #0456b3;
	padding: 3px 7px;
}
.col-right .col.large-12>.col-inner{
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 5px #ddd;
}
.ant_onlineSupport .supportTitle3 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 23px;
	margin: 0;
	font-weight: normal;
}
.ant_onlineSupport .phoneNumber {
	width: 100%;
	margin-top: 10px;
	display: block;
	text-align: center;
	line-height: 1.1;
}
.ant_onlineSupport .phoneNumber a {
	font-size: 24px;
	font-weight: 600;
	color: red;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
.ant_onlineSupport .phoneNumber a i {
	animation: loopcolor 1s infinite;
}
@keyframes loopcolor{
	50% {
		color: #0092ff;
	}

	100% {
		color: #f00;
	}
}
.ant_onlineSupport .or {
	width: 100%;
	margin: 10px 0;
	color: #7a7d8d;
	text-align: center;
	line-height: 1.1;
}
.ant_onlineSupport .or span {
	font-size: 13px;
}
.plain .chatzalo {
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #2196f3;
	border-radius: 5px;
	padding: 3px 10px;
	width: 95%;
	margin: auto;

	margin-bottom: 5px;
}
.plain .chatzalo .icon-box-img{
	padding: 0;
}
.plain .chatzalo .icon-box-text p{
	padding-top: 7px;
	font-size: 24px;
}
.col-right .box-text{
	padding: 5px 0 5px 10px;
}
