.pricing-page::before {
    background: url(../images/bg.jpg);
	background-size:cover
}

.iq-pricing ul li {
    font-size:18px;
	line-height: 36px
}

.iq-pricing ul li strong {
    font-size:20px;
	font-family: 'Muli', sans-serif; 
}

.iq-pricing ul li:hover {
    color: #007bff;
}

a:hover, .iq-pricing ul li a:hover, footer .menu li a:hover {
   color: #ff6060;
}

#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: #ffffff;
    background: #333333;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    font-size: 36px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 90px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu h4 {font-weight:300}

.iq-testimonial .feedback p {
    margin-bottom: 0px;
    line-height: 26px;
    font-size: 18px;
}

.iq-testimonial .feedback .iq-info {
    position: relative;
    background: #dce6ff;
    color: #5d72a7;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.iq-testimonial .feedback .iq-info:before {
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
}

.btn-primary, .btn-price {
    color: #fff;
    background: -webkit-linear-gradient(left, #2dade0 1%, #68b3e5 49%, #6fb6e7 51%, #57ace0 100%);
    background: linear-gradient(to right, #3f5e93 1%, #416ca5 49%, rgb(65, 108, 164) 51%, #4171aa 100%);
    border-radius: 2px!important;
	padding:4px 14px;
    font-size: 14px!important;
    border: 0!important;
}

.btn-price:hover {
    color: #fff;
    background: -webkit-linear-gradient(left, #eb6567 1%, #ed575d 49%, #ef5359 51%, #e9333b 100%);
    background: linear-gradient(to right, #eb6567 1%, #ed575d 49%, #ef5359 51%, #e9333b 100%);
}

.button-line-shadow {
    color: #414fff;
    cursor: pointer;
    padding: 4px 16px;
    font-weight: 500;
    border: 1px solid #414fff;
    position: relative;
    background: none;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 20px 70px -16px rgba(74, 195, 243, 1);
    -moz-box-shadow: 0px 20px 70px -16px rgba(74, 195, 243, 1);
    box-shadow: 0px 20px 70px -16px rgba(74, 195, 243, 1);
    border-radius: 2px!important;
    font-size: 14px!important;
}

.button-line-shadow:hover {
    color: #ff6060;
    border: 1px solid #ff6060;
}

footer {
    padding: 25px 0 10px 0;
	background:#111;
	color:#fff
}

.modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}

@media (max-width:768px) {
	
	.iq-pricing  .ml-4 {margin-left:0!important}
	.iq-pricing ul {text-align:left!important; margin-bottom:30px}
	.iq-pricing ul li{ margin-left:40px}
	.iq-pricing p, 	.iq-contact p {text-align:center!important;}
	.hidden-xs {display:none}
}