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

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

.contactbox{
    border-radius: 15px;
    color: white;
    overflow: hidden;
}
.contactbox .col{
	border-radius: 10px;
    overflow: hidden;
}
.contactbox .large-7{
	background: #24b24b;
	margin-left: 5px;
}
.contactbox .large-7 .col-inner{
	padding: 30px;
}
.contactbox h2{
	color: #fff;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	position: relative;
	letter-spacing: 1px;
}
.contactbox h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 100px;
    background: white;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contactbox form{
	max-width: 350px;
	margin: 0;
}

.price1 table{
	border-collapse: collapse;
	table-layout: fixed;
}
.price1 table tr:first-child td{
	text-align: center;
	color: rgb(250, 114, 10) !important;
	text-transform: uppercase;
	font-size: 1.1em;
}
.price1 table tr:not(:first-child) td:first-child{
	color: #0d69b3;
}
.price1 table tr td{
	text-align: center;
	border: 1px solid #ececec;
	padding: 15px 0.5em;
	font-weight: bold;
	width: 100%;
	color: black;
}
.price1 table tr td[colspan="4"]{
	font-size: 1.25em;
	color: rgb(250, 114, 10) !important;
	padding: 20px 0.5em;
}
.price1 table tr td[colspan="4"] a{
	color: red;
	font-size: 1.5em;
}
.price1 table tr td:nth-child(4){
	color: red;
	font-size: 1.25em;
}






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


}