p,
li {
    font-family: Gotham;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: CircularStd;
    color: #111;
}

.text360 span {
    color: #fff;
}

.banner-h2 {
    height: 300px;
}

#form1 {
    background: #eae8e8;
    border-radius: 6px;
    padding: 30px;
    width: 100%;
}

#form1 label {
    font-family: CircularStdBook;
}

#form1 p {
    margin-bottom: 6px !important;
}

#form1 p span {
    position: absolute;
    right: 0;
    top: 0;
}

/***** RIGHSIDE RELATED LINKS CSS START ****/

.contact-call {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.link-title {
    background: #2d337b;
    display: block;
    padding: 30px 34px;
    margin-bottom: 0;
}

.custom-list-style2 li {
    font-family: Gotham;
    font-size: 14px;
    list-style: none;
}

.custom-list-style2 li a {
    color: #fff;
    padding: 15px;
    display: block;
    background: #1b1f52;
    border-bottom: 1px solid #343a7b;
    position: relative;
    padding-left: 45px;
    z-index: 1;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.custom-list-style2 li a::before {
    content: '';
    height: 2px;
    width: 5px;
    background: #ddd;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-list-style2 li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #343a7b;
    z-index: -1;
    transition: width .4s;
}

.custom-list-style2 li a:hover::after {
    width: 100%;
}

.custom-list-style2 li a.br-6:hover::after {
    width: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/***** RIGHTSIDE RELATED LINKS CSS END ****/

@media (max-width: 1399px) {
    .top-image .need-help a {
        font-size: 17px;
    }
}

@media (max-width: 1199px) {
    .top-image .need-help a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .top-image .need-help a {
        font-size: 20px;
    }
}