/* Start custom CSS */.page-header {
    display: none;
}

h3 {
    font-weight: bold;
    font-size: 20px !important;
    color: #fff !important;
    margin-bottom: 15px;
}

#contentBest h3 {
    color: #000 !important;
    margin-bottom: 30px;
}

.maxHeightContent {
    min-height: 150px;
}

.minHeightTitle {
    min-height: 100px;
}
.page-header {
    display: none;
}

#mainheader {
    position: absolute;
    width: 100%;
}

h2 {
    font-weight: bold;
    font-size: 30px !important;
    font-family: "Open Sans", Sans-serif !important;
}

h3 {
    font-weight: bold;
    font-size: 24px;
    color: #fff !important;
    margin-bottom: 15px;
}

h4 {
    font-weight: bold;
    font-size: 14px !important;
    color: #fff;
    margin-bottom: 15px;
}

#introCopy h2 {
    font-size: 26px !important;
}

.darkGrey h2 {
    color: #fff !important;
}

.blackText h3 {
    color: #000 !important;
    margin-bottom: 30px;
}

#maintext span {
    font-weight: bold;
}

ul {
    list-style: none;
    margin: 10px 0px 0px;
}

li {
    line-height: 24px;
}

#homeContent ul,
#FAQContent ul{
    list-style-type: disc;
    margin: 20px;
}

#homeContent li,
#FAQContent li{
    line-height: 30px;
}

.noMargin img{
    margin: 0px;
}

#introCopy p{
    margin: 0px;
}

#reviewBlack {
    width: 100%;
}

.elementor-accordion-item {
    margin-bottom: 40px
}

.latestItem {
    min-height: 190px
}

@media only screen and (max-width: 360px) {
    
    h2 {
    font-weight: bold;
    font-size: 30px !important;
    font-family: "Open Sans", Sans-serif !important;
   }
    
    h3 {
        font-weight: bold;
        font-size: 20px;
        color: #fff !important;
        margin-bottom: 15px;
    }
    
}


@media only screen and (max-width: 360px) {
    
    h3 {
        font-weight: bold;
        font-size: 14px !important;
        color: #fff !important;
        margin-bottom: 15px;
    }
    
}/* End custom CSS */