/*
Theme Name: Inlight IT
Text Domain: inlight-it
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Author: the GoWebbi team
Author URI: https://gowebbi.com/
*/
.check{
	display: flex; 
	margin-bottom: 10px;
}
.contact-box .check label {
    margin-top: 12px;
    margin-left: 6px;
}
.check label {
    margin-left: 6px;
}
li.dot {
    width: 12px;
    height: 12px;
	  margin-right: 3px !important;
    margin-left: 3px !important;
}
.carousel-indicators .active {
    width: 14px !important;
    height: 14px !important;
}
.contact-box input {
    border-radius: 0;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
}
h2.price {
    text-align: left;
    color: #bf9000;
    padding-bottom: 10px;
	margin-bottom: 4px;
}
span.h-border {
    height: 1px;
    width: 160px;
    background: #bf9000;
    display: block;
}
p.price-text {
    margin-bottom: 10px;
}
.contact-us .form-part .form-control{
	font-size: 14px;
    font-weight: 600;
}