@media screen and (min-width: 1201px) and (max-width: 1650px) {
    .banner-content {
        padding: 15px 0px 0px 0px;
    }

    .logo-area a img {
        width: 140px;
    }

    .banner-left-content h1 {
        font-size: 49px;
    }


    .banner-left-content {
        padding-top: 15px;
    }


    .banner-left-content p {
        font-size: 16px;
    }

    .banner-left-content p br {
        display: none;
    }

    .banner-left-content ul li {
        font-size: 16px;
    }

    .app-link-area ul li img {
        width: 150px;
    }

    .app-link-area ul li:last-child img {
        width: 145px;
    }


    .img-two-content h1 {
        font-size: 12px;
    }

    .img-two-img img {
        width: 65px;
    }

    .img-two-content span {
        font-size: 10px;
    }


    .img-two-content p {
        font-size: 10px;
    }


    .img-two-last span {
        font-size: 12px;
    }

    .img-text-two-area {
        width: 230px;
        justify-content: space-between;
        padding: 10px 10px 10px 10px;
        right: 4%;
        top: 10%;
    }


    .img-two-content {
        margin-left: 5px;
    }


    .img-text-one p {
        font-size: 11px;
    }

    .img-text-one img {
        width: 45px;
        margin-bottom: 5px;
    }


    .img-text-one {
        width: 105px;
        z-index: 99999;
        padding: 5px 0px;
        top: 31%;
        left: 11%;
    }

    .img-text-one h1 {
        font-size: 11px;
    }

    .banner-bottom-area p {
        font-size: 11px;
    }

    .banner-bottom-area {
        width: 260px;
        padding: 15px 20px 10px 20px;
        position: absolute;
        bottom: 0%;
        right: 20%;
    }

    .banner-bottom-area p::before {
        width: 35px;
        height: 35px;
        top: -25px;
    }

    .banner-bottom-area p::after {
        width: 35px;
        height: 35px;
        right: 10px;
    }

    .footer-left p {
        font-size: 15px;
    }

    .banner-area::before {
        width: 30px;
        height: 128px;
        background-size: 100%;
        z-index: -999;
    }

    .banner-area::after {
        width: 65px;
        height: 290px;
    }

    .banner-bg::before {
        width: 165px;
        height: 78px;
    }

}












/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-content {
        padding: 15px 0px 0px 0px;
    }

    .logo-area a img {
        width: 140px;
    }

    .banner-left-content h1 {
        font-size: 25px;
    }


    .banner-left-content {
        padding-top: 15px;
    }

    .banner-area::before {
        display: none;
    }

    .banner-area::after {
        display: none;
    }

    .banner-bg::before {
        display: none;
    }

    .banner-bg::after {
        display: none;
    }

    .banner-left-content p {
        font-size: 16px;
    }

    .banner-left-content p br {
        display: none;
    }

    .banner-left-content ul li {
        font-size: 16px;
    }

    .app-link-area ul li img {
        width: 150px;
    }

    .app-link-area ul li:last-child img {
        width: 145px;
    }


    .img-two-content h1 {
        font-size: 12px;
    }

    .img-two-img img {
        width: 65px;
    }

    .img-two-content span {
        font-size: 10px;
    }


    .img-two-content p {
        font-size: 10px;
    }


    .img-two-last span {
        font-size: 12px;
    }

    .img-text-two-area {
        width: 230px;
        justify-content: space-between;
        padding: 10px 10px 10px 10px;
        right: -3px;
        top: 77px;
    }


    .img-two-content {
        margin-left: 5px;
    }


    .img-text-one p {
        font-size: 11px;
    }

    .img-text-one img {
        width: 45px;
        margin-bottom: 5px;
    }


    .img-text-one {
        width: 105px;
        z-index: 99999;
        padding: 5px 0px;
        top: 131px;
        left: 16px;
    }

    .img-text-one h1 {
        font-size: 11px;
    }

    .banner-bottom-area p {
        font-size: 11px;
    }

    .banner-bottom-area {
        width: 260px;
        padding: 15px 20px 10px 20px;
        position: absolute;
        bottom: -45px;
        right: 30px;
    }

    .banner-bottom-area p::before {
        width: 35px;
        height: 35px;
        top: -25px;
    }

    .banner-bottom-area p::after {
        width: 35px;
        height: 35px;
        right: 10px;
    }

    .footer-left p {
        font-size: 15px;
    }

























}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    .banner-area::before {
        display: none;
    }

    .banner-area::after {
        display: none;
    }

    .banner-bg::before {
        display: none;
    }

    .banner-bg::after {
        display: none;
    }

    .banner-content {
        padding: 30px 0px 0px 0px;
    }

    .logo-area a img {
        width: 130px;
    }

    .banner-left-content {
        text-align: center;
    }

    .banner-left-content h1 {
        font-size: 35px;
    }

    .banner-left-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-left-content p br {
        display: none;
    }

    .banner-left-content ul {
        text-align: left;
    }

    .banner-left-content ul li {
        font-size: 16px;
    }

    .app-link-area ul li img {
        width: 130px;
    }

    .app-link-area ul li:last-child img {
        width: 130px;
    }

    .app-link-area {
        padding: 30px 0px 0px 0px;
        text-align: center;
    }

    .banner-right-content {
        margin-top: 25px;
    }

    .img-text-one {
        width: 100%;
        position: inherit;
        top: 0;
        left: 0;
        margin-top: 15px;
    }

    .img-text-two-area {
        width: 100%;
        padding: 10px 30px 10px 15px;
        position: inherit;
        right: 0;
        top: 0;
        margin-top: 20px;
    }

    .banner-bottom-area {
        width: 100%;
        position: inherit;
        bottom: 0;
        right: 0;
        margin-top: 25px;
    }

    .footer-content {
        display: block;
        text-align: center;
    }

    .banner-bottom-area p {
        font-size: 16px;
    }

    .banner-right-img img {
        display: block;
        width: 350px;
        margin: 0 auto;
    }

    .img-text-one img {
        display: inline-block;
        width: 70px;
        margin-bottom: 10px;
    }

    .img-two-img img {
        display: inline-block;
        width: 80px;
    }






























}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area::before {
        display: none;
    }

    .banner-area::after {
        display: none;
    }

    .banner-bg::before {
        display: none;
    }

    .banner-bg::after {
        display: none;
    }

    .banner-content {
        padding: 30px 0px 0px 0px;
    }

    .logo-area a img {
        width: 130px;
    }

    .banner-left-content {
        text-align: center;
    }

    .banner-left-content h1 {
        font-size: 35px;
    }

    .banner-left-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-left-content p br {
        display: none;
    }

    .banner-left-content ul {
        text-align: left;
    }

    .banner-left-content ul li {
        font-size: 16px;
    }

    .app-link-area ul li img {
        width: 130px;
    }

    .app-link-area ul li:last-child img {
        width: 130px;
    }

    .app-link-area {
        padding: 30px 0px 0px 0px;
        text-align: center;
    }

    .banner-right-content {
        margin-top: 25px;
    }

    .img-text-one {
        width: 100%;
        position: inherit;
        top: 0;
        left: 0;
        margin-top: 15px;
    }

    .img-text-two-area {
        width: 100%;
        padding: 10px 30px 10px 15px;
        position: inherit;
        right: 0;
        top: 0;
        margin-top: 20px;
    }

    .banner-bottom-area {
        width: 100%;
        position: inherit;
        bottom: 0;
        right: 0;
        margin-top: 25px;
    }

    .footer-content {
        display: block;
        text-align: center;
    }

    .banner-bottom-area p {
        font-size: 16px;
    }

























}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 576px) {
    .banner-area::before {
        display: none;
    }

    .banner-area::after {
        display: none;
    }

    .banner-bg::before {
        display: none;
    }

    .banner-bg::after {
        display: none;
    }

    .banner-content {
        padding: 30px 0px 0px 0px;
    }

    .logo-area a img {
        width: 130px;
    }

    .banner-left-content {
        text-align: center;
    }

    .banner-left-content h1 {
        font-size: 35px;
    }

    .banner-left-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-left-content p br {
        display: none;
    }

    .banner-left-content ul {
        text-align: left;
    }

    .banner-left-content ul li {
        font-size: 16px;
    }

    .app-link-area ul li img {
        width: 130px;
    }

    .app-link-area ul li:last-child img {
        width: 130px;
    }

    .app-link-area {
        padding: 30px 0px 0px 0px;
        text-align: center;
    }

    .banner-right-content {
        margin-top: 25px;
    }

    .img-text-one {
        width: 100%;
        position: inherit;
        top: 0;
        left: 0;
        margin-top: 15px;
    }

    .img-text-two-area {
        width: 100%;
        padding: 10px 30px 10px 15px;
        position: inherit;
        right: 0;
        top: 0;
        margin-top: 20px;
    }

    .banner-bottom-area {
        width: 100%;
        position: inherit;
        bottom: 0;
        right: 0;
        margin-top: 25px;
    }

    .footer-content {
        display: block;
        text-align: center;
    }




























}