/* iPads and small mobile devices */
@media only screen and (max-device-width: 1024px) {
    .imgp {
      display: none; /* Hide all images */
    }
  }
  
/* Desktop screens */
@media only screen and (min-width: 768px) {
    .popup-form {
      display: block; /* Show the popup form */
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      padding: 20px;
      border: 1px solid #ccc;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      z-index: 9999;
    }
  }
  
  /* Small devices */
  @media only screen and (max-width: 767px) {
    .popup-form {
      display: none !important; /* Hide the popup form */
    }
  }
        .close-btn {
    position: fixed;
    top: 12px;
    right: 25px;
    background-color: transparent;
    border: none;
    color: #dc3d48;
        font-weight: 800;
    cursor: pointer;
    font-family: sans-serif !important;
    font-size: 16px;
    line-height: 1;
}

        .popupform {
            display: none;
            position: fixed;
            width: 450px;
            height: 511px;
            top: 50%;
            left: 50%;
            border-radius: 0;
            padding: 0 !important;
            z-index: 9999;
            overflow: visible;
            transform: translate(-50%, -50%);
            background: white !important;
        }

        .popup-content input[type="submit"] {
            background: #dc3d48;
            color: white;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 700;
            font-family: 'Lato', sans-serif;
            height: auto;
            padding: 8px 40px;
            width: 100%;
            display: inline;
            margin: 20px auto 0;
            border-radius: 6px;
        }

        .popup-content h2 {
            font-size: 30px;
            color: #1c1c85;
            margin-bottom: 10px;
            line-height: 27px;
            margin-top: 32px;
            text-transform: uppercase;
            letter-spacing: 0px;
            text-align: left;
            font-weight: bold;
        }

        .popup-content h2+p {
            line-height: 19px;
            font-size: 13px !important;
            margin-bottom: 16px !important;
            color: #5d5b5b;
            font-weight: 400;
            text-align: left;
        }

        #clickload .modal-body p.form_tagline input[type=checkbox],
        #ouibounce-modal .modal-body p.form_tagline input[type=checkbox] {
            top: 8px;
        }

        #clickload .modal-body p.form_tagline,
        #ouibounce-modal .modal-body p.form_tagline {
            font-size: 10px;
            font-weight: 400;
            margin-bottom: 14px;
            margin-top: 0;
        }

        input.required.error,
        textarea.required.error,
        select.required.error {
            border-bottom: red 2px solid !important;
            color: red !important;
        }

        label.error {
            display: none !important;
        }

        .popupform .fancybox-close-small {
            background: #da3b46;
            opacity: 1 !important;
            padding: 0 !important;
            color: #fff !important;
            width: 30px;
            height: 31px;
            right: 19px !important;
        }

        .popupform .fancybox-close-small svg {}

        .popup-content form.popupform_sc {
            margin-top: 24px;
        }

        .popup-bann {
            float: left;
            width: 40%;
            text-align: left;
            display: block;
            margin-left: -29px;
        }

        .popup-content {
            float: right;
            width: 100%;
            padding: 0px 40px 10px 35px;
            text-align: left;
        }

        form.popup-form [class^=col-] {
            padding: 0 6px
        }

        .popupform select {
            height: 41px
        }

        .popup-content input[type=email],
        .popup-content input[type=tel],
        .popup-content input[type=text],
        .popup-content input[type=date],
        .popup-content select,
        .popup-content textarea {
            background: #fbfbfb;
            border: 1px solid #e6e6e6;
            padding: 12px 10px;
            width: 100%;
            border-radius: 2px;
            font-size: 13px;
            color: #000;
            box-shadow: none !important;
            outline: 0 !important;
            margin-bottom: 12px;
        }

        .popup-content textarea {
            height: 155px;
        }

        .popupform .modal-body {
            padding: 0;
        }

        b.cutprice_pp {
            position: absolute;
            right: 88px;
            top: 38px;
            text-decoration: line-through;
            background: #e42130;
            color: #fff;
            padding: 10px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 17px;
            width: 60px;
            height: 35px;
            text-align: center;
            padding-top: 5px;
        }

        p.form_tagline {
            font-size: 10px;
            margin: 0px 0 10px;
        }

        .popup-content input[type="submit"] {
            box-shadow: none !important;
            border: 0px none;
            border-radius: 0px;
        }

        .popup-content form .col-md-12 button {
            color: #fff;
            font-size: 18px;
            text-transform: uppercase;
            padding: 11px 20px;
            letter-spacing: 1.5px;
            border-radius: 3px;
            outline: 0;
            width: 200px;
            font-weight: 400;
            background: rgba(251, 100, 100, 1);
            background: -moz-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(251, 100, 100, 1)), color-stop(100%, rgba(224, 62, 62, 1)));
            background: -webkit-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
            background: -o-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
            background: -ms-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
            background: linear-gradient(to bottom, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
            border: 0px none !important;
            cursor: pointer;
        }

        .popup-content h5 {
            font-size: 20px;
            text-transform: capitalize;
            font-weight: bold;
            color: red;
            margin-bottom: 15px;
            text-align: center;
        }

        .popup-content h5 {
            font-size: 20px;
            text-transform: capitalize;
            font-weight: bold;
            color: red;
            margin-bottom: 15px;
            text-align: center;
        }

        #clickload .modal-body a,
        #ouibounce-modal .modal {
            padding-right: 62px;
            margin-bottom: 23px;
            font-size: 14px;
            margin-top: 10px
        }

        #clickload .modal-footer,
        #ouibounce-modal .modal-footer {
            position: absolute;
            top: 11px;
            right: 14px;
            border: 0 none;
            padding: 0;
        }

        #clickload .modal-footer a,
        #ouibounce-modal .modal-footer a {
            cursor: pointer;
            width: 28px !important;
            padding: 1px 0px 1px !important;
            height: 28px !important;
            background-color: #ff8600;
            background-size: cover;
            font-size: 14px;
            box-shadow: none;
            border-radius: 72px;
            color: #fff;
            text-align: center;
            display: block;
            border: #ff8600 3px solid;
        }

        #clickload,
        #ouibounce-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 9999
        }

        #clickload .underlay,
        #ouibounce-modal .underlay {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, .73);
            cursor: pointer;
            -webkit-animation: fadein .5s;
            animation: fadein .5s
        }

        #clickload .modal,
        #ouibounce-modal .modal {
            z-index: 199999;
            position: absolute;
            margin: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: 0;
            display: block;
            -webkit-animation: popin .3s;
            animation: popin .3s;
            padding: 0;
            overflow: visible;
            width: 900px;
            height: 511px;
            border-radius: 0;
            padding: 0 !important;
            overflow: visible;
            background: white !important;
        }

        #ouibounce-modal h4 {
            color: #000;
            font-size: 25px;
            text-transform: none;
            font-weight: 800;
            position: relative;
            padding-left: 19px;
            margin-top: 13px;
            margin-bottom: 8px
        }

        #clickload .modal-body,
        #ouibounce-modal .modal-body {
            font-size: 13px;
            padding: 0
        }

        #clickload form input[type=email],
        #clickload form input[type=text],
        #clickload form select,
        #clickload form textarea,
        #ouibounce-modal form input[type=email],
        #ouibounce-modal form input[type=text],
        #ouibounce-modal form textarea {
            background: #fbfbfb;
            border: 1px solid #e6e6e6;
            padding: 12px 10px;
            width: 100%;
            border-radius: 2px;
            font-size: 12px;
            color: #000;
            box-shadow: none !important;
            outline: 0 !important;
            margin: 0;
            margin-bottom: 11px;
        }

        #clickload form input[type=submit],
        #ouibounce-modal form input[type=submit] {
            color: #fff
        }


        body.compensate-for-scrollbar {
            overflow: hidden
        }

        .fancybox-active {
            height: auto
        }

        .fancybox-is-hidden {
            left: -9999px;
            margin: 0;
            position: absolute !important;
            top: -9999px;
            visibility: hidden
        }

        .fancybox-container {
            -webkit-backface-visibility: hidden;
            height: 100%;
            left: 0;
            outline: none;
            position: fixed;
            -webkit-tap-highlight-color: transparent;
            top: 0;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            transform: translateZ(0);
            width: 100%;
            z-index: 99992
        }

        .fancybox-container * {
            box-sizing: border-box
        }

        

        .fancybox-button {
            background: rgba(30, 30, 30, .6);
            border: 0;
            border-radius: 0;
            box-shadow: none;
            cursor: pointer;
            display: inline-block;
            height: 44px;
            margin: 0;
            padding: 10px;
            position: relative;
            transition: color .2s;
            vertical-align: top;
            visibility: inherit;
            width: 44px
        }

        .fancybox-button,
        .fancybox-button:link,
        .fancybox-button:visited {
            color: #ccc
        }

        .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button:focus {
            outline: none
        }

        .fancybox-button.fancybox-focus {
            outline: 1px dotted
        }

        .fancybox-button[disabled],
        .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default;
            outline: none
        }

        .fancybox-button div {
            height: 100%
        }

        .fancybox-button svg {
            display: block;
            height: 100%;
            overflow: visible;
            position: relative;
            width: 100%
        }

        .fancybox-button svg path {
            fill: currentColor;
            stroke-width: 0
        }

        .fancybox-button--fsenter svg:nth-child(2),
        .fancybox-button--fsexit svg:first-child,
        .fancybox-button--pause svg:first-child,
        .fancybox-button--play svg:nth-child(2) {
            display: none
        }

        .fancybox-progress {
            background: #ff5268;
            height: 2px;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            transform: scaleX(0);
            transform-origin: 0;
            transition-property: transform;
            transition-timing-function: linear;
            z-index: 99998
        }

        .fancybox-close-small {
            background: transparent;
            border: 0;
            border-radius: 0;
            color: #ccc;
            cursor: pointer;
            opacity: .8;
            padding: 8px;
            position: absolute;
            right: -12px;
            top: -44px;
            z-index: 401
        }

        .fancybox-close-small:hover {
            color: #fff;
            opacity: 1
        }

        .fancybox-slide--html .fancybox-close-small {
            color: currentColor;
            padding: 10px;
            right: 0;
            top: 0
        }

        .fancybox-slide--image.fancybox-is-scaling .fancybox-content {
            overflow: hidden
        }

        .fancybox-is-scaling .fancybox-close-small,
        .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
            display: none
        }

        .fancybox-navigation .fancybox-button {
            background-clip: content-box;
            height: 100px;
            opacity: 0;
            position: absolute;
            top: calc(50% - 50px);
            width: 70px
        }

        .fancybox-navigation .fancybox-button div {
            padding: 7px
        }

        .fancybox-navigation .fancybox-button--arrow_left {
            left: 0;
            left: env(safe-area-inset-left);
            padding: 31px 26px 31px 6px
        }

        .fancybox-navigation .fancybox-button--arrow_right {
            padding: 31px 6px 31px 26px;
            right: 0;
            right: env(safe-area-inset-right)
        }

        .fancybox-caption {
            background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
            bottom: 0;
            color: #eee;
            font-size: 14px;
            font-weight: 400;
            left: 0;
            line-height: 1.5;
            padding: 75px 44px 25px;
            pointer-events: none;
            right: 0;
            text-align: center;
            z-index: 99996
        }

        @supports (padding:max(0px)) {
            .fancybox-caption {
                padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
            }
        }

        .fancybox-caption--separate {
            margin-top: -50px
        }

        .fancybox-caption__body {
            max-height: 50vh;
            overflow: auto;
            pointer-events: all
        }

        .fancybox-caption a,
        .fancybox-caption a:link,
        .fancybox-caption a:visited {
            color: #ccc;
            text-decoration: none
        }

        .fancybox-caption a:hover {
            color: #fff;
            text-decoration: underline
        }

        .fancybox-loading {
            animation: a 1s linear infinite;
            background: transparent;
            border: 4px solid #888;
            border-bottom-color: #fff;
            border-radius: 50%;
            height: 50px;
            left: 50%;
            margin: -25px 0 0 -25px;
            opacity: .7;
            padding: 0;
            position: absolute;
            top: 50%;
            width: 50px;
            z-index: 99999
        }

        @keyframes a {
            to {
                transform: rotate(1turn)
            }
        }

        .fancybox-animated {
            transition-timing-function: cubic-bezier(0, 0, .25, 1)
        }

        .fancybox-fx-slide.fancybox-slide--previous {
            opacity: 0;
            transform: translate3d(-100%, 0, 0)
        }

        .fancybox-fx-slide.fancybox-slide--next {
            opacity: 0;
            transform: translate3d(100%, 0, 0)
        }

        .fancybox-fx-slide.fancybox-slide--current {
            opacity: 1;
            transform: translateZ(0)
        }

        .fancybox-fx-fade.fancybox-slide--next,
        .fancybox-fx-fade.fancybox-slide--previous {
            opacity: 0;
            transition-timing-function: cubic-bezier(.19, 1, .22, 1)
        }

        .fancybox-fx-fade.fancybox-slide--current {
            opacity: 1
        }

        .fancybox-fx-zoom-in-out.fancybox-slide--previous {
            opacity: 0;
            transform: scale3d(1.5, 1.5, 1.5)
        }

        .fancybox-fx-zoom-in-out.fancybox-slide--next {
            opacity: 0;
            transform: scale3d(.5, .5, .5)
        }

        .fancybox-fx-zoom-in-out.fancybox-slide--current {
            opacity: 1;
            transform: scaleX(1)
        }

        .fancybox-fx-rotate.fancybox-slide--previous {
            opacity: 0;
            transform: rotate(-1turn)
        }

        .fancybox-fx-rotate.fancybox-slide--next {
            opacity: 0;
            transform: rotate(1turn)
        }

        .fancybox-fx-rotate.fancybox-slide--current {
            opacity: 1;
            transform: rotate(0deg)
        }

        .fancybox-fx-circular.fancybox-slide--previous {
            opacity: 0;
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
        }

        .fancybox-fx-circular.fancybox-slide--next {
            opacity: 0;
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
        }

        .fancybox-fx-circular.fancybox-slide--current {
            opacity: 1;
            transform: scaleX(1) translateZ(0)
        }

        .fancybox-fx-tube.fancybox-slide--previous {
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
        }

        .fancybox-fx-tube.fancybox-slide--next {
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
        }

        .fancybox-fx-tube.fancybox-slide--current {
            transform: translateZ(0) scale(1)
        }

        @media (max-height:576px) {
            .fancybox-slide {
                padding-left: 6px;
                padding-right: 6px
            }

            .fancybox-slide--image {
                padding: 6px 0
            }

            .fancybox-close-small {
                right: -6px
            }

            .fancybox-slide--image .fancybox-close-small {
                background: #4e4e4e;
                color: #f2f4f6;
                height: 36px;
                opacity: 1;
                padding: 6px;
                right: 0;
                top: 0;
                width: 36px
            }

            .fancybox-caption {
                padding-left: 12px;
                padding-right: 12px
            }

            @supports (padding:max(0px)) {
                .fancybox-caption {
                    padding-left: max(12px, env(safe-area-inset-left));
                    padding-right: max(12px, env(safe-area-inset-right))
                }
            }
        }

        .fancybox-share {
            background: #f4f4f4;
            border-radius: 3px;
            max-width: 90%;
            padding: 30px;
            text-align: center
        }

        .fancybox-share h1 {
            color: #222;
            font-size: 35px;
            font-weight: 700;
            margin: 0 0 20px
        }

        .fancybox-share p {
            margin: 0;
            padding: 0
        }

        .fancybox-share__button {
            border: 0;
            border-radius: 3px;
            display: inline-block;
            font-size: 14px;
            font-weight: 700;
            line-height: 40px;
            margin: 0 5px 10px;
            min-width: 130px;
            padding: 0 15px;
            text-decoration: none;
            transition: all .2s;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            white-space: nowrap
        }

        .fancybox-share__button:link,
        .fancybox-share__button:visited {
            color: #fff
        }

        .fancybox-share__button:hover {
            text-decoration: none
        }

        .fancybox-share__button--fb {
            background: #3b5998
        }

        .fancybox-share__button--fb:hover {
            background: #344e86
        }

        .fancybox-share__button--pt {
            background: #bd081d
        }

        .fancybox-share__button--pt:hover {
            background: #aa0719
        }

        .fancybox-share__button--tw {
            background: #1da1f2
        }

        .fancybox-share__button--tw:hover {
            background: #0d95e8
        }

        .fancybox-share__button svg {
            height: 25px;
            margin-right: 7px;
            position: relative;
            top: -1px;
            vertical-align: middle;
            width: 25px
        }

        .fancybox-share__button svg path {
            fill: #fff
        }

        .fancybox-share__input {
            background: transparent;
            border: 0;
            border-bottom: 1px solid #d7d7d7;
            border-radius: 0;
            color: #5d5b5b;
            font-size: 14px;
            margin: 10px 0 0;
            outline: none;
            padding: 10px 15px;
            width: 100%
        }

        .fancybox-thumbs {
            background: #ddd;
            bottom: 0;
            display: none;
            margin: 0;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            padding: 2px 2px 4px;
            position: absolute;
            right: 0;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            top: 0;
            width: 212px;
            z-index: 99995
        }

        .fancybox-thumbs-x {
            overflow-x: auto;
            overflow-y: hidden
        }

        .fancybox-show-thumbs .fancybox-thumbs {
            display: block
        }

        .fancybox-show-thumbs .fancybox-inner {
            right: 212px
        }

        .fancybox-thumbs__list {
            font-size: 0;
            height: 100%;
            list-style: none;
            margin: 0;
            overflow-x: hidden;
            overflow-y: auto;
            padding: 0;
            position: absolute;
            position: relative;
            white-space: nowrap;
            width: 100%
        }

        .fancybox-thumbs-x .fancybox-thumbs__list {
            overflow: hidden
        }

        .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
            width: 7px
        }

        .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
            background: #fff;
            border-radius: 10px;
            box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
        }

        .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
            background: #2a2a2a;
            border-radius: 10px
        }

        .fancybox-thumbs__list a {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            background-color: rgba(0, 0, 0, .1);
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: cover;
            cursor: pointer;
            float: left;
            height: 75px;
            margin: 2px;
            max-height: calc(100% - 8px);
            max-width: calc(50% - 4px);
            outline: none;
            overflow: hidden;
            padding: 0;
            position: relative;
            -webkit-tap-highlight-color: transparent;
            width: 100px
        }

        .fancybox-thumbs__list a:before {
            border: 6px solid #ff5268;
            bottom: 0;
            content: "";
            left: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            top: 0;
            transition: all .2s cubic-bezier(.25, .46, .45, .94);
            z-index: 99991
        }

        .fancybox-thumbs__list a:focus:before {
            opacity: .5
        }

        .fancybox-thumbs__list a.fancybox-thumbs-active:before {
            opacity: 1
        }

        @media (max-width:576px) {
            .fancybox-thumbs {
                width: 110px
            }

            .fancybox-show-thumbs .fancybox-inner {
                right: 110px
            }

            .fancybox-thumbs__list a {
                max-width: calc(100% - 10px)
            }
        }
    </style>
    <style>
        @media only screen and (max-width: 900px) and (min-width: 320px) {
            form#msform {
                width: 100%;
            }

            div#popupform2 {
                left: 0;
                margin: 0;
                width: 100%;
            }

            #msform fieldset {
                width: 99%;
                margin: 0;
            }

            a.bounce-close {
                right: 4px;
            }

            .money-back {
                text-align: center;
            }

            .money-back img {
                max-width: 130px;
            }

            footer .text-right {
                text-align: center !important;
                margin-top: 20px;
            }


            #clickload,
            #ouibounce-modal {
                width: 100%;
            }

            #clickload .modal,
            #ouibounce-modal .modal {
                background: #fff !important;
                padding: 20px !important;
                width: 93%;
                height: 550px;
            }

            #ouibounce-modal form input[type=submit] {
                width: 99%;
            }

            .popup-content span.off-50 {
                display: none !important;
            }

            .popup-content h2 span {
                display: inline-block;
                position: relative;
                top: -3px;
            }

            #ouibounce-modal .modal-body a {
                position: absolute;
                right: 0 !important;
                top: -10px !important;
            }

          

         

            .popupform {
                background: #fff !important;
                padding: 22px !important;
                text-align: center;
                width: auto;
                height: 536px;
            }

            .popup-content {
                width: 100%;
                padding: 0;
            }

            .popup-content h2+p {
                margin-bottom: 0 !important;
                padding: 0;
            }

            .popup-content form.popupform_sc {
                margin: 20px 0 0;
            }

            .popup-content textarea {
                height: 100px;
            }

            .popupform .fancybox-close-small {
                right: 0 !important;
            }

            .popup-content h2 {
                margin: 0 0px 10px;
                font-size: 18px;
            }

            section.lp-banner img {
                max-width: 70%;
            }

            .popupform-auto {
                background: #0560fd !important;
                padding: 22px !important;
                text-align: center;
                width: 90%;
                height: auto;
                position: relative;
            }


            .popupform-auto .popup-content h2 {
                margin-top: 0;
                font-size: 24px !important;
                line-height: 20px !important;
            }

            .popupform-auto .modal-body {
                margin: 0;
            }


            .popupform-auto .fancybox-close-small {
                right: -8px !important;
                top: -8px !important;
            }

            .indent_inn h1 {
                font-size: 20px;
            }

            .indent-pop ul li.ind-line {
                width: 100%;
                margin-bottom: 6px;
            }

            .indent-pop ul li.ind-line.last {
                width: 100%;
            }

            span.price-tag {
                left: -30px;
                transform: scale(0.4);
                top: -79px;
            }

            span.price-tag:after {
                display: none;
            }
        }






        @media only screen and (max-width: 1024px) and (min-width: 901px) {




            section.hm-sec1 h2 {
                font-size: 25px;
                line-height: 32px;
                margin: 0 0 10px;
            }

            section.hm-sec1 .col-md-5 {
                padding: 0 12px !important;
            }

            section.hm-sec1 {
                font-size: 15px;
            }


            section.leading-col {
                overflow: hidden;
            }

        }

        .popupform .fancybox-close-small {
            background: #da3b46;
            opacity: 1 !important;
            padding: 0 !important;
            color: #fff !important;
            width: 30px;
            height: 31px;
            right: 19px !important;
        }
        
        @media only screen and (max-width: 900px) and (min-width: 320px) {

.popupform {
    background: #fff !important;
    padding: 22px !important;
    text-align: center;
    width: 70%;
    height: auto;
}

.popup-content {
    width: 100%;
    padding: 0;
}

.popup-content h2+p {
    margin-bottom: 0 !important;
    padding: 0;
}

.popup-content form.popupform_sc {
    margin: 20px 0 0;
}

.popup-content textarea {
    height: 100px;
}

.popupform .fancybox-close-small {
    right: 0 !important;
}

.popup-content h2 {margin: 0 0px 10px;font-size: 18px;}
section.lp-banner img {
    max-width: 70%;
}

.popupform-auto {
    background: #0560fd !important;
    padding: 22px !important;
    text-align: center;
    width: 90%;
    height: auto;
    position: relative;
}


.popupform-auto .popup-content h2 {
    margin-top: 0;
    font-size: 24px !important;
    line-height: 20px !important;
}

.popupform-auto .modal-body {
    margin: 0;
}


.popupform-auto .fancybox-close-small {
    right: -8px !important;
    top: -8px !important;
}
.indent_inn h1 {
    font-size: 20px;
}

.indent-pop ul li.ind-line {
    width: 100%;
    margin-bottom: 6px;
}
.indent-pop ul li.ind-line.last {
    width: 100%;
} 

span.price-tag {
    left: -30px;
    transform: scale(0.4);
    top: -79px;  
}

span.price-tag:after {
    display: none;
}   
}

 /* Default styles applied to all devices */
        .mobile-only {
            display: none;
        }

        /* Media query for devices with a maximum width of 768px (common for mobile devices) */
        @media only screen and (max-width: 768px) {
            .mobile-only {
                display: block;
            }
        }


