body,
h1 {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fafafa;
    overflow-y: scroll;
    overflow-x: hidden;
}
.jiggle {
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: auto;
}
.heading {
    color: #fff;
}
.mouse-heading {
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -0.581818px;
    color: #fff;
}
.para {
    color: #fff;
}
.jiggle a {
    color: #fff;
}
.download-btn {
    width: 300px;
    height: 54px;
    background: #fff;
    border-radius: 6px;
    border: 0;
}
.mani-para {
    background: #fff;
    padding: 50px;
}
.mani-para p {
    font-family: Mulish;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.581818px;
    color: #333;
}
.btn {
    background-color: #fff;
    color: #002686;
    width: 186px;
    height: 48px;
    border: 0;
    cursor: pointer;
}
.btnspec {
    background-color: #fff;
    color: #002686;
    width: 186px;
    height: 48px;
    border: 0;
    cursor: pointer;
}
.btnspec:hover {
    background-color: #002686;
    color: navy;
}
.btn:hover {
    background-color: #002686;
    color: #fff;
}
.section-3 {
    background: linear-gradient(90deg, rgba(0, 38, 134, 0.1) 0, rgba(98, 134, 227, 0.1) 100%);
    padding: 0 0;
}
.sec4 p,
.section-3 p {
    color: #333;
}
.btns #sec3-btn1,
p #sec4-dbtn {
    background-color: #002686;
    color: #fff;
    word-spacing: 0;
}
.btns #sec3-btn1:hover,
p #sec4-dbtn:hover {
    color: #002686;
    background-color: #fff;
}
.btns #sec3-btn2 {
    color: #002686;
    border: #002686 solid 1px;
    background-color: linear-gradient(90deg, rgba(0, 38, 134, 0.1) 0, rgba(98, 134, 227, 0.1) 100%);
}
.btns #sec3-btn2:hover {
    color: #fff;
}
.topmouseimg {
    vertical-align: middle;
    width: 100px;
    height: 100px;
}
.tickimg {
    max-width: 20px;
}
.marquee {
    max-width: 350px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
}
.marquee span {
    display: inline-block;
    text-indent: 0;
    animation: marquee 35s linear infinite;
}
.marquee span:hover {
    animation-play-state: paused;
}
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
.sec4 p {
    line-height: 5px;
    color: #333;
}
.sec4 h1,
.sec4 h3,
.sec4 h5,
.sec4 p,
a {
    text-align: center;
}
.sec4 .step-img {
    max-width: 60vw;
}
.sec4 .step4-images img {
    max-width: 40vw;
}
ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    display: flex;
}
ul li {
    list-style: none;
}
ul li a {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    margin: 0 10px;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: 0.5s;
}
ul li a:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
ul li a .fab {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, #fff, #ddd);
    border-radius: 50%;
    line-height: calc(60px - 12px);
    font-size: 24px;
    color: #262626;
    transition: 0.5s;
}
ul li:nth-child(1) a:hover .fab {
    color: #3b5998;
}
ul li:nth-child(2) a:hover .fab {
    color: #00aced;
}
ul li:nth-child(3) a:hover .fab {
    color: #dd4b39;
}
ul li:nth-child(4) a:hover .fab {
    color: #007bb6;
}
ul li:nth-child(5) a:hover .fab {
    color: #e4405f;
}
@media screen and (max-width: 600px) {
    #ratings {
        display: none;
    }
    #marq {
        display: none;
    }
    #social {
        display: none;
    }
    #imgMS {
        display: none;
    }
    #imgmacOS {
        display: none;
    }
    #imgCMJ {
        display: none;
    }
}