html,
body {
    font-family: Montserrat, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

.img-sec {
	height: 100%;
    width: 38%;
    margin: 0 auto;
	padding: 27px 0 40px;
    text-align: center;
}

.img-sec p {
    width: 100%;
    clear: both;
    display: block;
    margin-top: 0.5rem;
    font-weight: 900;
    color: #494c4f;
	margin-bottom: 0;
    font-size: 1.56rem;
}

.img-sec img {
width: 19rem;

}

.card {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
}

.card-header {
    padding: 0;
    border: 0;
    width: 100%;
}


.table thead th {
    border-bottom: 0;
    vertical-align: middle;
}

thead {
    background: #ffffff;
}

.pdf-icon {
    display: inline-block;
    color: #fff;
    background: url(../img/icon-28x23-pdf.png) top left no-repeat;
    width: 23px;
    height: 27px;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    background: #0081b7;
}

div#mainBanner {
    height: auto;
}

div#contentPane {
	height: auto;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 14%;
}


#main {
    width: 100%;
}

#main #faq .card {
    margin-bottom: 23px;
    border: 0;
    width: 100%;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #0886bb;
    color: #fff;
    padding: 5px 20px;
    font-size: 27px;
    font-weight: 500;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #0079AD;
    color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f105";
}

#main #faq .card .collapsing {
    background: #f5f5f5;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #f5f5f5;
    line-height: 30px;
    color: #222;
}

tbody tr td {
    width: 77%;
    line-height: 1.3rem;
}

.table th {
    padding: 0.5rem 0.75rem;
    line-height: 20px;
}

footer {
    background-color: #494c4f;
    float: left;
    width: 100%;
    margin-top: 1rem;
	position: absolute;
    bottom: 0;
    height: auto;
}

.footer {
    display: table;
    width: 100%;
    padding: 30px 15px;
}
.py-2 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.footer .footer-logo {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
}

.footer .footer-logo img {
    width: 270px;
}

.footer .footer-logo .address {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    opacity: 0.8;
    margin-bottom: 0;
    line-height: 1.6;
}

.footer .footer-contents {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
}

.socia-icon {
    text-align: right;
}

.socia-icon a {
    display: inline-block;
    margin: auto 10px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.footer .footer-contents .copy {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.185em;
    margin-top: 10px;
    opacity: 0.8;
    text-align: right;
    margin-bottom: 0;
    line-height: 1.6;
    float: right;
}

.footer .footer-contents ul {
    display: inline-block;
    float: right;
    margin: 0;
}

.footer .footer-contents ul li {
    float: left;
    list-style-type: none;
    margin: 15px 10px;
}

.footer .footer-contents ul li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 768px) {
    .img-sec {
        width: 100%;
    }

    .product-accordion {
        padding: 0 15px;
    }

    #main #faq .card .card-header .btn-header-link {
        font-size: 22px;
    }

    
	
	div#mainBanner {
		max-height: 100%;
		height: auto;
	}
}

@media screen and (max-width: 991px) {
    .footer {
        padding: 25px 0px;
    }

    .footer .footer-logo {
        display: inline-block;
        width: 100%;
    }

    .footer .footer-logo img {
        width: 250px;
    }

    .footer .footer-contents {
        display: inline-block;
        width: 100%;
    }

    .footer .footer-contents ul {
        padding: 10px 0;
        float: none;
    }

    .footer .footer-contents ul li {
        float: none;
        display: inline-block;
        width: 100%;
        margin: 15px 0;
    }

    .footer .footer-contents ul li a {
        font-size: 15px;
    }

    .footer .footer-contents .copy {
        margin: 0;
        text-align: center;
        float: none;
        max-width: 100%;
    }

    .socia-icon {
        margin-top: 20px;
        text-align: left !important;
    }

    div#contentPane {
        position: unset !important;
        height: auto;
        overflow: unset;
        margin: 0 !important;
    }

    footer {
        position: unset !important;
        max-height: 100%;
    }
}