#pvt-main {
	padding-bottom: 40px;
}

/* button */
.button {
	height: 40px;
	color: var(--c5);
	padding: 0 20px;
	font-weight: 400;
	background: #fff;
	line-height: 36px;
	border-radius: 3px;
	border: 2px solid var(--c5);
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.btn-icon::before {
	margin-right: 10px;
	font-family: FontAwesome;
}
.button:hover {
	color: #fff;
	background: var(--c5);
	border-color: var(--c5);
}
.btn-primary {
	color: #fff;
	outline: none;
	background: var(--c5);
	border-radius: 30px;
}
.btn-primary:hover {
	color: var(--c5);
	background: #fff;
}

/* alert */
.alert {
	border-radius: 3px;
}

.form-wrap .form-control {
	appearance: none;
	-webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: none !important;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-transition: .05s border-color ease;
    transition: .05s border-color ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 4px;
    line-height: 10px;
    margin-top: -4px;
    margin-right: 4px;
    float: none;
    position: relative;
}

input[type=checkbox] {
    border-radius: 3px;
}

input[type=radio]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    content: '';
    background: var(--c5);
}

input[type=checkbox]:checked {
	background: var(--c5);
	border-color: var(--c5);
}
input[type=checkbox]:checked:before {
	top: 50%;
    left: 0;
    color: white;
    font-size: 13px;
    content: '\f00c';
    position: absolute;
    font-family: FontAwesome;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

































/* Responsive 1240px */
@media screen and (max-width: 1240px)
{
	
}

/* Responsive 1024px */
@media screen and (max-width: 1024px)
{
	
}

/* Responsive 768px */
@media screen and (max-width: 768px)
{
	
}

/* Mobile 767px */
@media screen and (max-width: 767px)
{
	
}

/* Mobile 480px */
@media screen and (max-width: 480px)
{
	
}

/* Mobile 420px */
@media screen and (max-width: 420px)
{
	
}

/* Mobile 380px */
@media screen and (max-width: 380px)
{
	
}

/* Mobile 370px */
@media screen and (max-width: 370px)
{
	
}

/* Mobile 330px */
@media screen and (max-width: 330px)
{
	
}