section#main-content .container {
    max-width: 775px;
    color: #666;
    margin-top: 345px;
    margin-bottom: 35px;
}
section#main-content img#absolute-img {
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 800px;
}
section#main-content ul {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - -300px);
}
/*section#main-content ul{margin-right:20px;margin-left:20px;width:calc(100% - 40px);}*/
section#main-content ul span {
    height: 2px;
    display: block;
    width: calc(100% / 6);
    background-color: #ff9900;
    position: absolute;
    bottom: 0;
    left: 0;
}
section#main-content ul span::before,
section#main-content ul span::after {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 100%;
    background-color: #ff9900;
    position: absolute;
    right: -7px;
    top: -7px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.3);
    -o-box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
section#main-content ul span::before {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
section#main-content ul span::after {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 14px rgba(255, 153, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 153, 0, 0);
    }
}
@keyframes ripple {
    70% {
        box-shadow: 0 0 0 14px rgba(123, 1, 123, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 153, 0, 0);
    }
}
section#main-content ul li {
    list-style: none;
    float: left;
    width: calc(100% / 3);
    text-align: center;
    font-size: 22px;
    padding-bottom: 20px;
    cursor: pointer;
    border-bottom: 2px solid #ccc;
    position: relative;
}
section#main-content ul li::after {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 100%;
    background-color: #ccc;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
}
section#main-content ul li.active,
section#main-content ul li:hover {
    color: #00397c;
}
.content {
    height: 150px;
}
.content,
.assitance-name > div {
    margin: 0 auto;
}
.content > div:first-child img {
    margin: 0 auto;
}
section#main-content h3 {
    color: #003366;
    font-size: 20px;
}
.assitance-name img {
    border-radius: 100%;
    float: left;
    box-shadow: 1px 1px 2px #ccc;
}
.assitance-name .download {
    float: left;
    padding-left: 15px;
    max-width: calc(100% - 54px);
}
.assitance-name .download a:hover {
    color: #ff9900;
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
    section#main-content .container {
        margin-top: 60px;
        min-height: 0;
    }
}
@media (max-width: 767px) {
    .content {
        width: 100%;
        float: left;
        max-width: 100% !important;
        height: auto;
    }
    section#main-content ul li {
        margin-top: 20px;
        width: 100%;
    }
    section#main-content ul li.active {
        border-color: #ff9900;
    }
    section#main-content ul li.active::after,
    section#main-content ul li.active::before {
        background-color: #ff9900;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.3);
        -moz-box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.3);
        -ms-box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.3);
        -o-box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.3);
        -webkit-animation: ripple 3s infinite;
        -moz-animation: ripple 3s infinite;
        -ms-animation: ripple 3s infinite;
        -o-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }
    section#main-content ul li.active::before {
        background-color: #ccc;
        border-radius: 100%;
        bottom: -7px;
        content: "";
        display: block;
        height: 14px;
        left: calc(50% - 7px);
        position: absolute;
        width: 14px;
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }
    section#main-content ul li.active::after {
        -webkit-animation-delay: 0.9s;
        -moz-animation-delay: 0.9s;
        -ms-animation-delay: 0.9s;
        -o-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }
    .assitance-name {
        text-align: center;
        margin-top: 30px;
    }
    .assitance-name img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .assitance-name .download {
        margin-top: 15px !important;
        max-width: 100%;
        padding-left: 0;
        width: 100%;
        line-height: 1.5 !important;
    }
}
@media (min-height: 650px) {
    section#main-content {
        min-height: 650px;
    }
}
@media (min-height: 500px) and (max-height: 649px) {
    section#main-content {
        min-height: 500px;
    }
}
