.wrapper {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.wrapper1200 {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.padding-top {
    padding-top: 200px;
}

.padding-bottom {
    padding-bottom: 200px;
}

.padding-bottom145 {
    padding-bottom: 145px;
}

.padding-top145 {
    padding-top: 145px;
}

.padding-top115 {
    padding-top: 115px;
}

.padding-bottom130 {
    padding-bottom: 130px;
}

.padding-bottom105 {
    padding-bottom: 105px;
}

.padding-top105 {
    padding-bottom: 105px;
}

/*  */
.generic-btn a {
    background-color: var(--primary--color);
    padding: 15px 34px !important;
    border-radius: 100px;
    min-width: 172px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    color: var(--secondary--color);
    text-transform: uppercase;
}

.generic-btn a:hover {
    background-color: var(--navy-blue);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.navy-btn a {
    background-color: var(--navy-blue);
    padding: 15px 34px !important;
    border-radius: 100px;
    min-width: 172px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    color: var(--secondary--color);
    text-transform: uppercase;
}

.navy-btn a:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

h1 {
    font-size: 70px;
    font-weight: 600;
    line-height: 93px;
}

h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 68px;
}

h3 {
    font-size: 30px;
    line-height: 46px;
}

h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;

}
h5{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.light-blue-bg {
    background-color: var(--bg-color);
}

.font-size-14 {
    font-size: 14px;
}

.background-f1f8fb {
    background-color: #f1f8fb;
}

.spacer {
    float: left;
    width: 100%;
    height: 100px;
}

.text-size-14{
    font-size: 14px;
}

.border-top{
    border-top: 1px solid #e8e8e8;
}
.border-bottom{
    border-bottom: 1px solid #e8e8e8;
}