@media only screen and (max-width:480px)
{
	.navbar-brand
	{
	width:75%;
	}

	.navbar-brand img
	{
		width:100%;
	}
}

input.form-style, select.form-style
{
	/*border-radius: 30px!important;
    padding: 10px 20px!important;*/
}

.services
{
	/*background: #f6c24f;*/
	background-image: url("../images/side-header.jpg");
	background-repeat: no-repeat;
}

.services h4
{
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    color: white;
    background: #15c2e0;
}

.services ul
{
	padding: 10px;
	border-left: 1px solid #15c2e0;
	border-right: 1px solid #15c2e0;
	border-bottom: 1px solid #15c2e0;
}

.services ul li
{
	border-bottom: 1px dashed #999999;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.services ul li a
{
	color: #292929;
	background-image: url(../images/arw5.jpg);
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-left: 5px;
}

.side-form
{
	background: #15c2e0;padding:10px;/*border-radius: 8px;*/
}

.side-form h4
{
	text-shadow: 1px 1px 5px rgba(17, 17, 17, 0.50);
}

.side-form .contact-form .form-row .col .form-group label
{color: white;}

.left-brdr
{
	border-left: 1px dashed #999999;
}

select.form-control:not([size]):not([multiple])
{
    /*height:46px;*/
}

.navbar-brand
{
    color:#fff;font-size:30px;
}

.navbar-brand:hover
{
    color:#fff;font-size:30px;
}

.paypal-btn
{
    margin-top:15px;
}

.width-max
{
    max-width: -webkit-fill-available;
}

.nomargin
{
    margin:0;
}

input::placeholder
{
    color:white;
}

.black-btn
{
    background:#252525!important;
}

.black-btn:hover
{
    background:#fff!important;
}

.itl-head
{
        background: #15c2e0;
}

.carousel-control
{
    display:none;
}
