﻿

.wrapper {
    font-family: 'Montserrat', sans-serif;
    color:#000;
}
.background-green {
    outline: 1px solid #3ead26 !important;
    border: 1px solid #3ead26 !important;
    color: #3ead26;
    background: content-box;
}
    .background-green:hover {
        color: white;
        background: #3ead26;
    }
.navbarX {
    background: #000000;
    padding: 5px 0;
    color: white;
    position: sticky;
    top: 0;
    z-index: 1
}
.mr-15{
    margin-right:15px
}
.page-header {
    padding-bottom: 10px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.subHeader {
    font-size: 15px;
    font-weight: 300;
    margin: 0 !important;
}

.headerH1 {
    font-size: 24px;
}

.headerH2 {
    font-size: 18px;
}

.commonWrapForHeader {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadcde;
}

.iconStyle {
    background: #f6ec3e;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #3dad25;
    margin-right: 10px;
}

.commonUl {
    margin-left: 20px;
}

.commonUl li {
   font-size: 15px;
   margin-bottom: 5px;
}

.commonUl li strong {
    font-weight: 600;
}

#footer {
    padding: 20px 0;
    background: #000000;
    color: #dadcde;
}

.subscription {
    overflow: hidden;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(33, 40, 50, 0.125);
    height: 250px;
    padding: 10px;
    margin: 15px 0 10px 0;
}

.subscription svg {
        width: 65%;
}
.py-50{
    padding:0 50px
}


