﻿img {
    border-radius: 20px;
}

.fillout-form .form-select {
    padding: 0px;
}

.contact-box p + p {
    margin-top: 15px;
}

.address {
    line-height: 10px;
}

.content {
    border-top: none !important;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 30px;
}

    .content .title {
        color: #13578c;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .content ul {
        margin-left: 35px;
    }

        .content ul li {
            list-style-image: url(../img/ul-dot.png?ver=8);
            padding-left: 25px;
        }

            .content ul li + li {
                margin-top: 8px;
            }

    .content * + ul, .content * + p {
        margin-top: 15px;
    }

.collection-description {
    overflow: hidden;
    line-height: 24px;
    padding: 10px 0;
    text-align: center;
}

    .collection-description img {
        margin-bottom: 20px;
    }

.para {
    width: 100%;
}

#mainbody .MackinButton {
    font-size: 1.2em;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}

.headTitle span {
    color: #61A0ED;
    font-family: "Source Sans 3", sans-serif;
    text-transform: none;
    padding-left: 0.8em;
    font-size: 25px;
    line-height: 1;
}

b {
    font-family: "Source Sans 3", sans-serif;
    font-weight: bold;
}

h1, h2, h3, h4, h5 {
    text-transform: none;
}

.row {
    background: none !important;
}

.collection-subtitleH h1 {
    padding-bottom: 15px;
    font-family: Poppins, sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #61A0ED;
}

.bold {
    color: #13578c;
    font-family: Poppins, sans-serif;
}

@media (max-width: 576px) {
    .collection-description {
        display: none;
    }
}