
.header-content {
    height: 100px;
}

.item-content-inner a {
	display: block;
	padding: 10px;
}
/************************* compare table *****************************/
.pricing-container {
    padding: 100px 15px;
}

.pricing-box-alt {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
}

.pricing-box-alt .pricing-heading {
    text-align: center;
    padding: 40px 0 30px 0;
}

.pricing-box-alt .goodchoice {
    background: #ef2f00;
    color: #ffffff;
}

.pricing-box-alt .pricing-heading h3 {
    letter-spacing: -1px;
    margin: 0;
}

.pricing-box-alt .pricing-terms {
    text-align: center;
    background: #333;
    padding: 30px 0 20px;
}

.pricing-box-alt .pricing-terms h6 {
    font-style: italic;
    margin-top: 10px;
    color: #fff;
    font-family: 'Noto Serif', serif;
}

.pricing-content {
    background: #fff;
    text-align: center;
}

.pricing-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-content ul li {
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    padding: 15px 0 15px 0;
    margin: 0 0 0 0;
}

.pricing-box-alt .pricing-action {
    margin: 0;
    text-align: center;
    padding: 30px 0 30px 0;
    background: #fcfcfc;
}

.pricing-box-alt .pricing-action a {
    background: #ef2f00;
    color: #ffffff;
}



/******************** Footer style*********************/
.footer {
    background: #3d6baa;
    padding-top: 10px;
}

.footer-bottom {
    background: #0a0a0a;
    /*padding: 30px 0 40px;*/
    font-size: 14px;
}

.fwidget .link-list {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

.fwidget .link-list a {
    color: #ffffff;
    font-size:13px;
}

.widgetheading {
    font-size: 1.7em;
    margin-bottom: 20px;
}

.container .rowf {
    margin-top: 5px;
}

.form-groupf {
    margin-bottom: 0.5rem;
}

.rowf .btn-primary
{
    background-color: #000000!important;
}

.fwidget .alert-success
{
    margin-left: 0px!important;
    width:100%!important;
}

@media screen and (max-width: 767px) {
.hero-carousel .carousel-inner .item-content-inner {
	padding-top: 30px;
}
.hero-carousel .carousel-inner .carousel-item {
	height: 700px;
}
.hero-section .figure-image {
	width: auto;
	display: table;
	margin: 0 auto;
}
}
