* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: none;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.container {
    width: 100%;
    max-width: 1140px;
}

a.btn-all {
    width: 100%;
    max-width: 180px;
    line-height: 48px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    a.btn-all {
        max-width: 160px;
        line-height: 43px;
        height: 45px;
        font-size: 15px;
    }
}

/*---------------------------------*/
.mp3-box {
    border: 1px solid #363aff;
    border-radius: 10px;
    text-align: center;
    padding: 50px 20px 0;
    background: #ffffff;
}

.song-tit {
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.song-tit h3 a {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #363aff;
}

.song-tit h4 {
    font-size: 17px;
    font-weight: 400;
}

.song-tit h5 {
    font-size: 16px;
    font-weight: 400;
}

.mp-size {
    border-top: 1px solid #aeaeae;
    padding: 14px 0 23px;
}

.mp-size li {
    font-size: 16px;
    float: left;
}

.mp-size li:nth-child(2) {
    float: right;
}

.userCircle {
    border-radius: 50%;
    width: 40px !important;
    height: 40px;
    padding: 2px 6px !important;

    background: #0006ff;
    color: #fff !important;
    text-align: center;

    font: 24px Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

/*** ### Header ### ***/
header {
    position: relative;
    padding: 6px 0px;
    background: #FFFFFF;
    transition: all ease-out 0.2s;
}

header .logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 293px;
}

header .logo img {
    display: inline-block;
    vertical-align: middle;
    transition: all ease-out 0.2s;
}

.navigation {
    position: relative;
}

.navigation nav {
    position: relative;
}

.navigation nav ul {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.navigation nav ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px;
}

.navigation nav ul li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    outline: none;
}

.navigation nav ul li:last-child {
    margin-right: 0px;
}

.navigation nav ul li a:hover {
    color: #000000;
}

.navigation nav ul li.login a {
    color: #FFFFFF;
    background: #0006ff;
    border-radius: 5px;
    padding: 10px 40px;
    text-align: center;
}

.navigation nav ul li.login a:before {
    display: none !important;
}

.device-nav {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1000;
    color: #0006ff;
    display: none;
    font-size: 25px;
}

@media only screen and (max-width: 991px) {
    .device-nav {
        display: block;
    }

    header .logo {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 175px;
    }

    .navigation {
        margin: 0px;
        position: relative;
    }

    .navigation nav {
        margin: 0;
        max-height: 0;
        overflow: hidden;
        clear: both;
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 999;
        background: #FFFFFF;
    }

    .navigation. nav, .navigation nav ul, .navigation nav ul li, .navigation nav ul li a {
        display: block;
        width: 100%;
    }

    .navigation nav ul {
        text-align: left;
        padding: 20px 0px;
    }

    .navigation nav ul li {
        width: 100%;
        text-align: left;
        margin: 0px;
    }

    .navigation nav ul li a {
        text-decoration: none;
        width: 100%;
        display: block;
        padding: 10px 15px;
        font-size: 15px;
    }

    .navigation nav.reveal {
        max-height: 1170px;
        width: 100%;
        z-index: 999;
        background: #FFFFFF;
    }
}

/*** ### Hero Section ### ***/
.hero-section {
    position: relative;
    background: url(../images/banner-bg.webp) center center no-repeat;
    background-size: cover;
}

.hero-section .left-box {
    position: relative;
    padding: 50px 0px;
}

.hero-section .left-box h1 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.hero-section .left-box p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0px;
    padding: 0px;
}

.hero-section .left-box a.browse-more {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
    color: #0006ff;
}

.hero-section .right-box {
    position: relative;
    /*padding:50px 0px 0px 0px;*/
}

.hero-section .right-box img {
    display: block;
    margin: auto;
}

@media (max-width: 1199px) {
    .hero-section .left-box {
        padding: 30px 0px;
    }

    .hero-section .left-box h1 {
        font-size: 40px;
    }

    .hero-section .left-box p {
        font-size: 16px;
        margin: 20px 0px;
    }

    .hero-section .right-box {
        /*padding:30px 0px 0px 0px;*/
    }
}

@media (max-width: 991px) {
    .hero-section .left-box h1 {
        font-size: 30px;
    }

    .hero-section .left-box p {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        background-color: blue;
        background-image: none;
        background-size: auto;
    }

    .hero-section .left-box h1 {
        font-size: 25px;
    }

}

/*** ### Section One ### ***/
.section-one {
    position: relative;
    padding: 50px 0px;
    background: #FFFFFF;
}

.section-one h2 {
    position: relative;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #000000;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.section-one h2:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 160px;
    margin-left: -80px;
    height: 5px;
    background: #0006ff;
}

.section-one h3 {
    position: relative;
    text-align: center;
    margin: 15px 0px;
    padding: 0px;
    color: #000000;
    font-size: 45px;
    font-weight: 700;
}

.section-one h3 span {
    color: #0006ff;
}

.section-one p {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.section-one .boxes {
    position: relative;
    background: rgba(0, 6, 255, 0.10);
    border-radius: 10px;
    padding: 0px 0px 0px 115px;
    line-height: 110px;
    margin-top: 25px;
}

.section-one .boxes .iner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 228px;
}

.section-one .boxes .play-icons {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 95px;
    text-align: center;
    border-radius: 10px 0px 0px 10px;
    background: rgba(0, 6, 255, 0.10);
    color: #363aff;
    font-size: 25px;
    cursor: pointer;
}

.section-one .boxes h4 {
    color: #363aff;
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.section-one .boxes h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    text-align: left;
}

.section-one .boxes .download {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.section-one a.view-all {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0px 0px 0px;
    background: #0006ff;
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .section-one {
        padding: 30px 0px;
    }

    .section-one h2 {
        font-size: 16px;
    }

    .section-one h2:before {
        width: 120px;
        margin-left: -60px;
    }

    .section-one h3 {
        font-size: 35px;
    }

    .section-one p {
        font-size: 16px;
    }

    .section-one .boxes {
        padding: 0px 0px 0px 100px;
        line-height: 100px;
        margin-top: 20px;
    }

    .section-one .boxes .play-icons {
        width: 80px;
        font-size: 22px;
    }

    .section-one .boxes h4 {
        font-size: 20px;
    }

    .section-one .boxes h5 {
        font-size: 16px;
    }

    .section-one a.view-all {
        margin: 20px 0px 0px 0px;
    }
}

@media (max-width: 991px) {
    .section-one h2 {
        font-size: 15px;
    }

    .section-one h2:before {
        width: 100px;
        margin-left: -50px;
    }

    .section-one h3 {
        font-size: 30px;
    }

    .section-one p {
        font-size: 15px;
    }

    .section-one .boxes .play-icons {
        font-size: 20px;
    }

    .section-one .boxes h4 {
        font-size: 18px;
    }

    .section-one .boxes h5 {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .section-one h3 {
        font-size: 25px;
    }
}

/*** ### Section Two ### ***/
.section-two {
    position: relative;
    background: #0006ff;
}

.section-two .left-box {
    position: relative;
    padding: 15px 0px;
}

.section-two .left-box h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.section-two .left-box p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0px 40px 0px;
    padding: 0px;
}

.section-two .left-box a.browse-more {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
    color: #0006ff;
}

.section-two .right-box {
    position: relative;
    padding: 0px;
}

.section-two .right-box img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 960px;
}

@media (max-width: 1600px) {
    .section-two .left-box h2 {
        font-size: 35px;
    }
}

@media (max-width: 1199px) {
    .section-two .left-box h2 {
        font-size: 30px;
    }

    .section-two .left-box p {
        font-size: 16px;
        margin: 15px 0px 20px 0px;
    }
}

@media (max-width: 991px) {
    .section-two .left-box h2 {
        font-size: 25px;
    }

    .section-two .left-box p {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .section-two .left-box h2 {
        font-size: 22px;
    }
}

/*** ### Section Three ### ***/
.section-three {
    position: relative;
    background: #0006ff;
    padding: 50px 0px;
}

.section-three h2 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.section-three .abc {
    position: relative;
    text-align: center;
    margin: 30px 0px 0px 0px;
}

.section-three .abc a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px 10px 5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #333333;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}

@media (max-width: 1199px) {
    .section-three {
        padding: 30px 0px;
    }

    .section-three h2 {
        font-size: 30px;
    }

    .section-three .abc {
        margin: 20px 0px 0px 0px;
    }

    .section-three .abc a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .section-three h2 {
        font-size: 25px;
    }

    .section-three .abc {
        margin: 20px 0px 0px 0px;
    }

    .section-three .abc a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .section-three h2 {
        font-size: 22px;
    }
}

/*** ### Section Foure ### ***/
.section-foure {
    position: relative;
    background: #FFFFFF;
    padding: 30px 0px;
}

.section-foure h2 {
    color: #0006ff;
    font-size: 35px;
    font-weight: 700;
    margin: 20px 0px;
    padding: 0px;
    text-align: center;
}

.section-foure p {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0px;
    padding: 0px;
    text-align: justify;
}

.section-foure .boxes {
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 50px;
    margin: 50px auto;
    text-align: center;
    -webkit-box-shadow: 0px 0px 44px 2px rgba(99, 99, 99, 0.3);
    -moz-box-shadow: 0px 0px 44px 2px rgba(99, 99, 99, 0.3);
    box-shadow: 0px 0px 44px 2px rgba(99, 99, 99, 0.3);
}

@media (max-width: 1199px) {
    .section-foure h2 {
        font-size: 30px;
        margin: 15px 0px;
    }

    .section-foure p {
        font-size: 16px;
        margin: 15px 0px;
    }

    .section-foure .boxes {
        padding: 30px;
        margin: 30px auto;
    }
}

@media (max-width: 991px) {
    .section-foure h2 {
        font-size: 25px;
        margin: 15px 0px;
    }

    .section-foure p {
        font-size: 15px;
    }

    .section-foure .boxes {
        padding: 30px 15px;
        margin: 30px auto;
    }
}

@media (max-width: 991px) {
    .section-foure h2 {
        font-size: 22px;
    }
}

/*** ### Section Five ### ***/
.section-five {
    position: relative;
    padding: 75px 0px;
    background: #FFFFFF;
}

.section-five h2 {
    position: relative;
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-size: 45px;
    font-weight: 700;
}

.section-five h2 span {
    color: #0006ff;
}

.section-five p {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.section-five label {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    width: 150px;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.section-five .stars {
    position: relative;
}

.section-five .stars span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
    color: #ffd800;
    font-size: 20px;
}

.section-five .detail-album {
    position: relative;
    margin: 15px 0px 0px 0px;
}

.section-five .detail-album ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.section-five .detail-album li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 150px;
}

.section-five .left-box {
    position: relative;
}

.section-five .left-box img {
    display: inline-block;
    vertical-align: top;
}

.section-five .boxes {
    position: relative;
    background: rgba(0, 6, 255, 0.10);
    border-radius: 10px;
    padding: 0px 20px 0px 80px;
    line-height: 50px;
    margin-top: 20px;
}

.section-five .boxes .iner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}

.section-five .boxes .play-icons {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 60px;
    text-align: center;
    border-radius: 10px 0px 0px 10px;
    background: rgba(0, 6, 255, 0.10);
    color: #363aff;
    font-size: 25px;
    cursor: pointer;
}

.section-five .boxes .media-player {
    position: relative;
    width: 100%;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    background: #FFFFFF;
}

.section-five .boxes .total-time {
    background: #0006ff;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

.section-five a.download-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0px 0px 0px;
    background: #0006ff;
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .section-five {
        padding: 50px 0px;
    }

    .section-five h2 {
        font-size: 35px;
    }

    .section-five p {
        font-size: 16px;
    }

    .section-five label {
        font-size: 16px;
    }

    .section-five .stars span {
        font-size: 18px;
    }

    .section-five .boxes {
        padding: 0px 20px 0px 60px;
        margin-top: 15px;
    }

    .section-five .boxes .play-icons {
        width: 50px;
        font-size: 22px;
    }

    .section-five a.download-btn {
        margin: 20px 0px 0px 0px;
    }
}

@media (max-width: 991px) {
    .section-five {
        padding: 30px 0px;
    }

    .section-five h2 {
        font-size: 30px;
    }

    .section-five p {
        font-size: 15px;
    }

    .section-five label {
        font-size: 15px;
    }

    .section-five .stars span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .section-five .left-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .section-five h2 {
        font-size: 25px;
    }
}

/*** ### Section Six ### ***/
.section-six {
    position: relative;
    background: #0006ff;
    padding: 50px 0px;
}

.section-six h2 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 700;
    padding: 0px;
    text-align: center;
}

.section-six .catagories {
    position: relative;
    margin-top: 50px;
}

.section-six .catagories ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.section-six .catagories ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
}

.section-six .catagories ul li:last-child {
    margin-bottom: 0px;
}

.section-six .catagories ul li a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
}

@media (max-width: 1199px) {
    .section-six {
        padding: 30px 0px;
    }

    .section-six h2 {
        font-size: 30px;
    }

    .section-six .catagories {
        margin-top: 30px;
    }

    .section-six .catagories ul li {
        margin-bottom: 10px;
    }

    .section-six .catagories ul li a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .section-six h2 {
        font-size: 25px;
    }

    .section-six .catagories ul li a {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .section-six h2 {
        font-size: 22px;
    }
}

/*** ### Section Seven ### ***/
.section-seven {
    position: relative;
    padding: 50px 0px;
    background: #FFFFFF;
}

.section-seven h2 {
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #000000;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.section-seven h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 160px;
    height: 5px;
    background: #0006ff;
}

.section-seven h3 {
    position: relative;
    margin: 15px 0px;
    padding: 0px;
    color: #000000;
    font-size: 40px;
    font-weight: 700;
}

.section-seven h3 span {
    color: #0006ff;
}

.section-seven p {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.section-seven .left-box {
    position: relative;
}

.section-seven .left-box img {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 1199px) {
    .section-seven {
        padding: 30px 0px;
    }

    .section-seven h2 {
        font-size: 16px;
    }

    .section-seven h2:before {
        width: 120px;
    }

    .section-seven h3 {
        font-size: 35px;
    }

    .section-seven p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .section-seven h2 {
        font-size: 15px;
    }

    .section-seven h2:before {
        width: 100px;
    }

    .section-seven h3 {
        font-size: 30px;
    }

    .section-seven p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .section-seven .left-box {
        padding: 30px 0px 0px 0px;
    }
}

@media (max-width: 576px) {
    .section-seven h3 {
        font-size: 25px;
    }
}

/*** ### Section Eight ### ***/
.section-eight {
    position: relative;
    padding: 50px 0px;
    background: #FFFFFF;
}

.section-eight h2 {
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #000000;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.section-eight h2:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 160px;
    height: 5px;
    margin-left: -80px;
    background: #0006ff;
}

.section-eight h3 {
    position: relative;
    margin: 15px 0px;
    padding: 0px;
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.section-eight h3 span {
    color: #0006ff;
}

.section-eight h4 {
    position: relative;
    margin: 15px 0px;
    padding: 0px;
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.section-eight a.download-btn {
    position: relative;
    margin: 50px auto;
    display: block;
    background: #0006ff;
    color: #FFFFFF;
}

.section-eight .give-rating {
    position: relative;
    text-align: center;
}

.section-eight .give-rating .rating-star {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.section-eight .give-rating .rating-star span {
    color: #ffd800;
    font-size: 25px;
}

.section-eight .contact-box {
    position: relative;
    margin: 50px 0px 0px 0px;
}

.section-eight .contact-box label {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.section-eight .contact-box input {
    position: relative;
    width: 100%;
    height: 55px;
    background: rgba(215, 215, 215, 0.3);
    border-radius: 5px;
    border: 1px solid rgba(215, 215, 215, 0.3);
    outline: none;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 10px;
    margin-bottom: 15px;
}

.section-eight .contact-box textarea {
    position: relative;
    width: 100%;
    height: 120px;
    background: rgba(215, 215, 215, 0.3);
    border-radius: 5px;
    border: 1px solid rgba(215, 215, 215, 0.3);
    outline: none;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    resize: none;
    padding: 0px 10px;
    margin-bottom: 15px;
}

.section-eight .contact-box button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0px 0px 0px;
    height: 50px;
    width: 100%;
    max-width: 180px;
    background: #0006ff;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}

#download .modal-dialog {
    max-width: 768px;
    width: 100%;
}

#download .cross {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    color: #0006ff;
    font-size: 20px;
}

@media (max-width: 1199px) {
    .section-eight {
        padding: 30px 0px;
    }

    .section-eight h2 {
        font-size: 16px;
    }

    .section-eight h2:before {
        width: 120px;
        margin-left: -60px;
    }

    .section-eight h3 {
        font-size: 35px;
    }

    .section-eight h4 {
        font-size: 22px;
    }

    .section-eight a.download-btn {
        margin: 30px auto;
    }

    .section-eight .give-rating .rating-star span {
        font-size: 22px;
    }

    .section-eight .contact-box {
        margin: 30px 0px 0px 0px;
    }

    .section-eight .contact-box label {
        font-size: 16px;
    }

    .section-eight .contact-box input {
        height: 50px;
        font-size: 16px;
    }

    .section-eight .contact-box textarea {
        height: 150px;
        font-size: 16px;
    }

    .section-eight .contact-box button {
        font-size: 15px;
        max-width: 160px;
    }
}

@media (max-width: 991px) {
    .section-eight h2 {
        font-size: 15px;
    }

    .section-eight h2:before {
        width: 100px;
        margin-left: -50px;
    }

    .section-eight h3 {
        font-size: 30px;
    }

    .section-eight h4 {
        font-size: 20px;
    }

    .section-eight a.download-btn {
        margin: 20px auto;
    }

    .section-eight .give-rating .rating-star span {
        font-size: 20px;
    }

    .section-eight .contact-box {
        margin: 20px 0px 0px 0px;
    }

    .section-eight .contact-box label {
        font-size: 15px;
    }

    .section-eight .contact-box input {
        font-size: 15px;
    }

    .section-eight .contact-box textarea {
        height: 120px;
    }
}

@media (max-width: 576px) {
    .section-eight h3 {
        font-size: 25px;
    }
}

/*** ### Top Footer ### ***/
.top-footer {
    position: relative;
    background: rgba(0, 6, 255, 0.10);
}

.top-footer .boxes {
    position: relative;
    padding: 25px 0px;
}

.top-footer .boxes .logo {
    position: relative;
}

.top-footer .boxes .logo img {
    display: inline-block;
    vertical-align: top;
}

.top-footer .boxes p {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0px;
    padding: 0px;
}

.top-footer .boxes .social-list {
    position: relative;
}

.top-footer .boxes .social-list a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px 5px 0px;
    text-decoration: none;
    outline: none;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}

.top-footer .boxes .social-list a:last-child {
    margin-right: 0px;
}

.top-footer .boxes .footer-list {
    position: relative;
}

.top-footer .boxes .footer-list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.top-footer .boxes .footer-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
}

.top-footer .boxes .footer-list a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px 0px 20px;
    text-decoration: none;
    outline: none;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}

.top-footer .boxes .footer-list a:before {
    position: absolute;
    content: "\f105";
    left: 0px;
    top: 3px;
    font-family: 'FontAwesome';
    font-weight: 700;
}

@media (max-width: 1199px) {
    .top-footer .boxes {
        position: relative;
        padding: 20px 0px;
    }

    .top-footer .boxes p {
        font-size: 16px;
    }

    .top-footer .boxes .social-list a {
        margin: 0px 15px 5px 0px;
        font-size: 16px;
    }

    .top-footer .boxes .footer-list a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .top-footer .boxes p {
        font-size: 15px;
    }

    .top-footer .boxes .social-list a {
        font-size: 15px;
    }

    .top-footer .boxes .footer-list a {
        font-size: 15px;
    }
}

/*** ### Footer ### ***/
footer {
    position: relative;
    background: rgba(0, 6, 255, 1);
}

footer p {
    margin: 0px;
    padding: 20px 0px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    footer p {
        padding: 15px 0px;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    footer p {
        font-size: 15px;
    }
}