@media (max-width: 1199px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 40px;
    }
    h5 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .small {
        font-size: 14px;
    }
    #homeBanner .box.box2 .img-box img {
        max-width: 400px;
    }
    .btn-common {
        padding: 10px 25px;
    }
    .btn-common.transpatent ul img {
        max-width: 12px;
    }
    #features .content-box img {
        width: 70px;
        height: 70px;
    }
    #features .content-box a {
        font-size: 18px;
    }
    #download .box img {
        max-width: 100px;
        margin-bottom: 20px;
    }
    #download .box {
        margin: 0 0px;
    }
    #get .box .text-box {
        margin: 0 0 30px -5px;
    }
    footer .link-box a {
        font-size: 16px;
    }
    footer .logo-box img {
        max-width: 250px;
    }
    #about .box.box1 img {
        max-width: 350px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 30px;
    }
    h5 {
        font-size: 16px;
    }
    #homeBanner .box.box2 .img-box img {
        max-width: 300px;
    }
    .heading {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #header .logo-box img {
        max-width: 180px;
    }
    #header .button-box ul img {
        max-width: 25px;
    }
    #about .button-box img {
        max-width: 28px;
        width: 100%;
    }
    #about .button-box li:not(:last-child) {
        padding-right: 30px;
    }
    #features .content-box img {
        width: 60px;
        height: 60px;
    }
    #features .content-box a {
        font-size: 16px;
    }
    #download .box img {
        max-width: 80px;
    }
    #download .box {
        padding: 20px 20px;
    }
    #get .box {
        max-width: 500px;
        margin: 0 auto;
    }
    footer .box.box2 {
        padding-top: 40px;
    }
    #about .box.box2 {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    br {
        display: none;
    }
    section {
        text-align: center;
    }
    #homeBanner .box.box2 .img-box img {
        margin: 0 auto;
        width: 80%;
    }
    .row {
        row-gap: 30px;
    }
    .button-box ul {
        justify-content: center;
    }
    #homeBanner .text-box {
        padding-bottom: 20px;
    }
    .heading::after {
        left: 50%;
        transform: translateX(-50%);
    }
    #homeBanner .row {
        flex-direction: column-reverse;
    }
    #about .box.box1 img {
        max-width: 250px;
        width: 80%;
    }
    #about .list li {
        text-align: left;
    }
    #about .list-box {
        display: flex;
        justify-content: center;
    }
    #download .box {
        padding: 20px 40px;
    }
    .owl-dots {
        padding-top: 30px;
    }
    .form-box.common-form .row {
        row-gap: 0;
    }
}
@media (max-width: 479px) {
    #header .logo-box img {
        max-width: 150px;
    }
    #header .button-box ul img {
        max-width: 20px;
    }
    #header .button-box ul li:not(:last-child) {
        padding-right: 15px;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 25px;
    }
    h5 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .btn-common {
        font-size: 14px;
    }
    .small {
        font-size: 12px;
    }
    section {
        padding: 40px 0;
    }
    #about .list li::before {
        top: 7px;
    }
    #about .button-box img {
        max-width: 25px;
    }
    #about .button-box li:not(:last-child) {
        padding-right: 20px;
    }
    #features .content-box img {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    #features .content-box a {
        font-size: 14px;
    }
    #download .box img {
        max-width: 60px;
    }
    .form-box.common-form {
        padding: 20px;
    }
    footer .logo-box img {
        max-width: 200px;
    }
    footer .link-box a {
        font-size: 14px;
    }
    footer .list-box img {
        max-width: 20px;
    }
    footer {
        padding: 40px 0;
    }
    label, .form-control-common {
        font-size: 14px;
    }
    #get .box .text-box {
        margin: 0 0 0px -5px;
    }
    #get .box {
        align-items: center;
    }
    .section-heading {
        margin-bottom: 30px;
    }
}
@media (max-width: 420px) {
    #get .box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #get .box img {
        width: 100%;
        max-width: 60%;
    }
    #get .box .text-box {
        width: 100%;
        max-width: 100%;
        border-radius: 10px;
        margin: 0;
        border: 2px solid #333333 ;
        margin-top: 15px;
    }
}