@media screen and (max-width:1280px) {
    .header-right ul li {
        margin-right: 10px;
    }
}

@media screen and (min-width: 1025px) {
    .header-right ul li:hover ul.drop-menu {
        display: block;
    }
}

@media screen and (max-width:1024px) {
    .banner-caption h1 {
        font-size: 50px;
        line-height: 1em;
    }

    .banner-caption p {
        font-size: 21px;
        line-height: 31.88px;
    }
}

@media screen and (max-width:991px) {

    /**********************header stylesheet start***********************/
    .header-inner {
        display: block;
        padding: 18px 15px 0px 15px;
    }

    .site-header .mobile-logo {
        float: left;
    }

    .menu-icon {
        display: flex;
        position: absolute;
        right: 15px;
        top: 24px;
        outline: none;
        box-shadow: none;
    }

    .header-right {
        margin: 0 -15px 0 -15px;
        background-color: #fff;
        display: none;
        border-top: 1px solid #ddd;
    }

    header .logo {
        margin-bottom: 15px;
    }

    .header-right ul li a.active_menu {
        border-bottom-color: #ff7e00;
    }

    .header-right ul {
        display: block;
    }

    .header-right ul li {
        display: block;
        margin-right: 0;
    }

    .header-right ul li a {
        padding: 8px 15px;
        display: block;
        color: #333;
        border-bottom: 1px solid #ddd;
        font-size: 15px;
    }

    .header-right .buy-button {
        display: block;
        border-radius: 0;
        text-align: center;
    }

    .header-right>ul>li>a.has-submenu:after {
        border-top-color: #333;
        right: 15px;
        top: 16px;
    }

    .header-right ul li ul.drop-menu {
        position: relative;
        padding-top: 0;
        max-width: unset;
        width: 100%;
    }

    .header-right ul li ul.drop-menu li a {
        border: none;
    }

    .header-right ul li ul.drop-menu li {
        background-color: #eee;
    }

    header {
        background-color: #fff;
    }

    .menu-icon span,
    .menu-icon span:after,
    .menu-icon span:before {
        background-color: #333;
    }

    .header-right ul li a.active_menu:after {
        display: none;
    }

    /**********************header stylesheet end***********************/
    .banner-section {
        padding: 40px 0;
    }

    .banner-section-inner {
        flex-direction: column-reverse;
        gap: 25px;
    }

    .banner-section-inner>* {
        width: 100%;
    }

    /*******************help section stylesheet start********************/
    .help-section-inner {
        flex-direction: column;
        gap: 25px;
    }

    .risk-section-inner,
    .whyus-section-inner {
        gap: 25px;
    }

    .risk-section-inner>*,
    .whyus-section-inner>*,
    .help-section-inner>* {
        width: 100%;
    }

    .right__area {
        display: none;
    }

    .left__area {
        width: 100%;
        padding: 0;
    }

    .premium-features-part {
        background-image: none;
        padding: 40px 0;
    }

    .premium-features-part-inner ul li {
        padding: 0;
        margin: 0;
    }

    .premium-features-part-inner ul {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .premium-features-part-inner ul li:nth-child(5):before,
    .premium-features-part-inner ul li:nth-child(6):before {
        display: none;
    }

    .premium-features-part-inner ul li .sep {
        display: none;
    }

    /**********************premium-features section stylesheet end***********************/

    footer {
        margin-top: 50px;
        text-align: center;
    }
}

@media screen and (max-width:767px) {

    .banner-caption h1 {
        font-size: 30px;
        line-height: 1em;
    }

    .banner-caption p {
        font-size: 19px;
        line-height: 1.2em;
    }

    .tag-style {
        font-size: 25.08px;
    }

    .whyus-section {
        padding: 40px 0 40px 0;
    }

    .protection-section-inner {
        border-radius: 14px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -o-border-radius: 14px;
        padding: 15px;
    }

    .protection-section h3 {
        font-size: 25px;
    }

    .risk-section {
        padding: 40px 0 0 0;
    }

    .protection-section h3 {
        font-size: 32px;
    }

    .tag-style:after {
        display: none;
    }

    .protection-section strong {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 25px;
    }

    .header-holder h1 {
        font-size: 30px;
        line-height: 1em;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .contact_us_main {
        min-height: initial;
    }
    .premium-features-part-inner ul {
        grid-template-columns: 1fr;
    }
}