   html {
        padding: 0;
        margin: 0;
    }

    body {
        margin: 0;
        padding: 0;
        font-family: 'Open Sans';
        background: #fff;
        color: #000;
    }

    ul, lol {
        margin: 0;
        padding: 0;
    }

    img, a {
        border: medium none;
        outline-style: none;
    }

    a {
        color: #000;
        transition: all 0.2s ease-in-out;
    }

    input, button {
        transition: all 0.2s ease-in-out;
    }

    a:hover, a:focus {
        color: #000;
        text-decoration: none;
    }

    a:focus {
        outline-style: none;
    }

    a:hover {
        text-decoration: none;
    }

    hr {
        border-color: #e1e1e1;
    }

    p {
        color: #000;
        font-size: 14px;
        line-height: 24px;
    }

        p a {
            color: #000;
        }

    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 20px;
    }

    input, select, textarea {
        transition: all 0.2s ease-in-out;
        font-family: 'Open Sans', sans-serif;
    }

        input:focus, select:focus, textarea:focus {
            outline: 0 none;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

    .hm-banner-cap h2 {
        margin-bottom: 5px;
    }

    h1 {
        font-weight: 800;
        font-size: 38px;
        color: #022a38;
        text-transform: uppercase;
    }

        h1 a {
            color: #022a38;
        }

    h2 {
        font-weight: 300;
        font-size: 44px;
        color: #000;
    }

        h2 a {
            color: #000;
        }

        h2 strong {
            font-weight: 700;
        }

    h3 {
        font-size: 40px;
        color: #000000;
        font-weight: 400;
    }

        h3 a {
            color: #000;
        }

    .nopadding {
        padding: 0 !important;
    }
    /******** Header Section ***********/
    .navbar.navbar-style {
        border-radius: 0;
        margin: 0;
        border-bottom: #b3b3b3 solid 1px;
        position: relative;
        z-index: 9;
        box-shadow: #b3b3b3 0 0 10px;
    }

    .logo {
        display: block;
        float: left;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .logo img {
            margin-right: 10px;
        }

        .logo span {
            font-family: "Open Sans";
            color: #000;
            font-weight: bold;
            font-size: 22px;
            display: inline-block;
            vertical-align: middle;
        }

    .nav-info {
        font-size: 20px;
        font-style: italic;
        font-weight: 300;
        display: block;
        text-align: right;
        line-height: 24px;
        margin-top: 20px;
    }
    /**** Home Banner ******/
    .hm-banner {
        padding-top: 96px;
        background: #003a87;
        padding-bottom: 49px;
    }

    .hm-banner-cap {padding-left: 100px;
    }

        .hm-banner-cap h2 {
            font-weight: bold;
            font-size: 40px;
            color: #98d800;margin-top: 27px;
        }

        .hm-banner-cap span {
            color: #fff;
            font-size: 60px;
            display: block;
            font-weight: 300;
            margin-bottom: 10px;
            margin-top: 5px;
        }

        .hm-banner-cap p {
            color: #fff;
            font-size: 14px;
            line-height: normal;
        }

            .hm-banner-cap p a {
                text-decoration: underline;
            }

        .hm-banner-cap ul {
            padding: 15px 10px 20px 15px;
            margin-bottom: 50px;
        }

    .downloadbox { min-width: 233px; float: left;
    }
    .downloadbox.buy-btn{ margin-left: 20px;}
    .hm-banner-cap .detl {
        color: #fff;
        margin-bottom: 12px;
        font-size: 12px;
        padding-top: 5px;
        min-height: 85.6px;
    }

    .detl span {
        padding-bottom: 3px;
        font-size: 12px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .hm-banner-cap select {
        color: #000;
        width: 100%;
    }

    .hm-banner-cap p a:hover {
        text-decoration: none;
    }

    select {
        font-size: 13px;
    }


    .btn-center {
        text-align: -moz-center;
        text-align: -webkit-center;
    }

    .btn {
        padding: 5px 12px;
    }

        .btn.btn-download {
            width: 100%;
            background: #ff9200;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            line-height: 50px;
            box-shadow: 0.087px 4.999px 9px 0px rgba(123, 1, 0, 0.28);
            margin-top: 8px;
            border: none;
            position: relative;
        }
        .btn.btn-download.style-two {
            width: 378px;
            background: #ff9200;
            color: #fff;
            font-size: 24px;
            font-weight: 600;
            text-decoration: none;
            line-height: 46px;
            overflow: hidden;
            box-shadow: #cf6100 0 5px 0px;
            margin-top: 8px;
            margin-bottom: 10px;
        }
        .btn.btn-download.style-two:hover, .btn.btn-download.style-two:focus {
            background: #ff9200;box-shadow: #cf6100 0 5px 0px;
        }

        .btn.btn-download:after {
            content: "";
            position: absolute;
            bottom: -10px;
            height: 10px;
            width: 100%;
            left: 0;
            opacity: 0;
            -webkit-transition: all ease-in-out 0.1s;
            -ms-transition: all ease-in-out 0.2s;
            transition: all ease-in-out 0.2s;
            background: -moz-radial-gradient(center, ellipse cover, #000000 0%, rgba(255, 255, 255, 0) 70%);
            background: -webkit-radial-gradient(center, ellipse cover, #000000 0%, rgba(255, 255, 255, 0) 70%);
            background: radial-gradient(ellipse at center, #000000 0%, rgba(255, 255, 255, 0) 70%)
          }
        
              .btn.btn-download:hover {
                text-decoration: none;
                -webkit-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                transform: translateY(-5px)
              }
              .btn.btn-download:hover:after {
                opacity: 0.4;
                -webkit-transform: translateY(5px);
                -ms-transform: translateY(5px);
                transform: translateY(5px)
              }
            .btn.btn-download:hover {box-shadow: 0.027px 2.999px 4px 0px rgba(123, 1, 0, 0.28);
            }
           
                .btn-otr-col {
                    display: table;
                }

             .btn.btn-download {color: #ffffff;background: rgb(255,146,0);background: -moz-linear-gradient(top, rgba(255,146,0,1) 1%, rgba(242,139,2,1) 100%);background: -webkit-linear-gradient(top, rgba(255,146,0,1) 1%, rgba(242,139,2,1) 100%);background: linear-gradient(to bottom, rgba(255,146,0,1) 1%, rgba(242,139,2,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9200', endColorstr='#f28b02',GradientType=0 );}
            .btn.btn-download:hover,.buy-btn .btn.btn-download:focus {color: #fff;background: #f28b02;background: -moz-linear-gradient(top, #f28b02 0%, #ff9200 100%);background: -webkit-linear-gradient(top, #f28b02 0%,#ff9200 100%);background: linear-gradient(to bottom, #f28b02 0%,#ff9200 100%);}
                
                .buy-btn .btn.btn-download {color: #ffffff;background: rgb(107,199,58);background: -moz-linear-gradient(top, rgba(107,199,58,1) 1%, rgba(72,154,43,1) 100%);background: -webkit-linear-gradient(top, rgba(107,199,58,1) 1%,rgba(72,154,43,1) 100%);background: linear-gradient(to bottom, rgba(107,199,58,1) 1%,rgba(72,154,43,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc73a', endColorstr='#489a2b',GradientType=0 );}
                .buy-btn .btn.btn-download:hover,.buy-btn .btn.btn-download:focus {color: #fff;background: #6bc73a;background: -moz-linear-gradient(top, #489a2b 0%, #489a2b 100%);background: -webkit-linear-gradient(top, #489a2b 0%,#489a2b 100%);background: linear-gradient(to bottom, #489a2b 0%,#489a2b 100%);}



                .mdl-btn-col{ margin: 60px auto 0;}
                .mdl-btn-col .btn.btn-download.style-two {width: 306px;}

                .mdl-btn-col02{ margin: 0 auto 50px;position: relative;}


    .bannerBtnText {
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }

    .bannerimg {
        padding-bottom: 20px;
    }
.bannerimg img{margin-top: 34px;}
    /* Info Box */
    .info-box {
        padding: 15px 0px;
        background-color: #002658;
    }

        .info-box span {
            color: #ffffff;
            font-size: 14px;
        }

    .info-box-img {
        position: absolute;
        top: 50%;
        left: 0px;
        margin-top: -15px;
    }

    .info-box-div {
        position: relative;
        padding-left: 50px;
        padding-top: 20px;
    }


    .info-box p {
        padding-top: 40px;
        color: #fff;
        font-size: 24px;
        text-align: center;
        font-weight: lighter;
    }

    .info-box-footer {
        padding: 20px;
        background: #0a2f94;
    }

        .info-box-footer span {
            color: #fff;
            font-family: "Open Sans";
            font-weight: bold;
            font-size: 22px;
            display: inline-block;
            vertical-align: middle;
        }

        .info-box-footer p {
            color: #fff;
        }

   

        .dtc-sec p {
            font-family: "Open Sans";
            font-size: 22px;
        }

    .cert {
    }

        .cert p {
            font-size: 22px;
            padding-bottom: 25px;
            font-weight: lighter;
        }

        .cert .btn {
            position: relative;
            padding-bottom: 50px;
        }

    .dtc-sub-sec {
        background: url("") no-repeat center top #fff;
        padding-bottom: 20px;
    }

    .dtc-header {
        font-size: 60px;
    }

    .dtc-info {
        padding: 15px;
        margin-top: 25px;
        padding-left: 0px;
    }

    .dtc-sec-two ul li {
        margin-left: 15px;
        padding: 0;
        font-size: 14px;
    }

    .box-right {
        background: #eeeeee;
        border-top: 3px solid #ccc;
        padding: 20px;
        margin-top: 30px;
        display: inline-block;
    }
    .box-right .btn.btn-download.style-two {width: 100%;}

        .box-right table {
            font-size: 14px;
        }

        .box-right span {
            font-size: 14px;
            color: #bf6d00;
            font-weight: 700;
            position: relative;
            top: 5px;
        }

    .grid {
        margin-top: 25px;
    }

    .gridcol {
        padding: 15px;
    }

    .gridcol-device {
        padding: 5px;
    }

    .info-box .gridcol img {
        padding-left: 40px;
    }

    .info-box .gridcol span {
        color: #fff;
        font-size: 14px;
    }

    .box-center {
        background: #fff;
    }

        .box-center h3 {
            font-size: 30px;
            color: #333333;
            font-weight: 700;
            padding-top: 20px;
            padding-bottom: 25px;
            margin: 0;
        }

    .topmargin {
        width: 100%;
        position: relative;
    }

    .padb {
        padding-bottom: 33px;
    }

    .dtc-sec-two {
        padding-bottom: 20px;
    }

        .dtc-sec-two h3 {
            font-size: 26px;
        }


    /*** Footer Section ****/
    footer {
        background-color: #f2f2f5;
    }

    .foo-sec-two {
        padding: 25px 0 30px;
    }

        .foo-sec-two ul {
            margin-bottom: 10px;
        }

            .foo-sec-two ul li {
                font-size: 12px;
                color: #282828;
            }

                .foo-sec-two ul li a {
                    color: #2c2c2c;
                    font-size: 12px;
                }

                    .foo-sec-two ul li a:hover {
                        text-decoration: none;
                    }

        .foo-sec-two span {
            font-size: 12px;
            color: #2c2c2c;
            display: block;
            line-height: 23px;
        }

            .foo-sec-two span a {
                color: #464646;
                text-decoration: underline;
            }

                .foo-sec-two span a:hover {
                    text-decoration: none;
                }


    .right_line {
        border-right: 1px solid #cccccc;
        -moz-border-image: -moz-radial-gradient(right, #989595 0%, #f5f5f5 100%);
        -webkit-border-image: -webkit-radial-gradient(right,#989595 0%, #f5f5f5 100%);
        border-image: radial-gradient(to bottom, #989595 0%, #f5f5f5 100%);
        border-image-slice: 1;
    }

    .gridcol-device img {
        padding-bottom: 5px;
    }

    .bottom_line {
        display: block;
        border: none;
        color: white;
        height: 1px;
        background: #ccc;
        background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 80, from(#aca6a6), to(#eeeeee));
    }

    .img-arrow {
        padding-left: 5px;
        margin-top: -20px;
        width: 35px;
    }

    .line-margin {
        padding-top: 15px;
    }

    .review-box {
        display: block;
        min-height: 90px;
        background: #fff;
        width: 100%;
        /*box-shadow: 0 1px 1px rgba(0,0,0,0.1);*/
        border-radius: 2px;
        margin-bottom: 15px;
    }

        .review-box ul {
            padding: 10px 0px 0 15px;
        }

    .reviews-img {
        width: 44px;
        min-width: 44px;
        height: 44px;
        display: block;
        border-radius: 50%;
        overflow: hidden;
        background-color: #f2f2f5;
    }

    .reviews-detalis {
        margin: 0 0 0 8px;
        display: inline-block;
        flex-direction: column;
        overflow: hidden;
    }

        .reviews-detalis p {
            font-size: 14px;
            padding-top: 5px;
            line-height: 1.5;
            font-family: "Open Sans";
            padding: 15px;
        }

    .cust-name {
        flex: 1;
        color: #454554;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        left: 15px;
    }

        .cust-name b {
            color: #ccc;
        }

    .review-content-header {
        display: flex;
        flex-wrap: wrap;
    }

    .star-rating--medium {
        width: 108px;
        height: 20px;
    }

    .cert-btn {
        position: relative;
        top: 50px;
        padding-bottom: 100px;
    }

    .review-star {
        width: 20px;
        padding-bottom: 15px;
    }


    div.callout {
        height: 80px;
        width: 200px;
        margin-top: -15px;
    }

    .itlsetup {
        color: #26519e;
        text-decoration: none;
    }

    div.callout {
        font-family: "open sans";
        background-color: #000032;
        position: absolute;
        color: #fff;
        padding: 10px;
        min-height: 50px;
        z-index: 9;
        left: 50%;
        font-size: 14px;
        margin-left: -100px;
    }

        div.callout span {
            color: #00a472;
        }

    .callout::before {
        content: "";
        width: 0px;
        height: 0px;
        border: 0.8em solid transparent;
        position: absolute;
    }

    .select_wrap {
        border: 1px solid #ccc;
        width: 200px;
        overflow: hidden;
        background: #fafafa url("https://cdn.systweak.com/sdc/images/lp/lp6/down.png") no-repeat 175px 50%;
    }


    .callout.bottom::before {
        left: 45%;
        top: -20px;
        border-bottom: 10px solid #000032;
    }


    .imgcomp {
        width: auto; height: 124px;
        padding: 5px;
    }

    .box-center-reviews {
        background: #fff;
        padding-top: 1px;
    }

        .box-center-reviews h3 {
            color: #5f5858;
            font-size: 40px;
            font-weight: bold;
        }

    .gridcol-device span {
        font-size: 20px;
        font-weight: 300;
    }

    .spanpadcert {
        position: relative;margin: 30px 0 40px;
        display: block;
    }

.hm-banner-cap .detl{position:relative}
.banner-appsteem{position:absolute;left:271px;bottom:8px}
.center-img{margin:auto;display:table}
.bannerimg .center-img{margin-left:25px;margin:25px auto 0}


/* popup css start */
    .Closepop {
        z-index: 997;
        position: fixed;
        filter: alpha(opacity=90);
        background: #000000;
        background: rgba(0,0,0,2);
        width: 100%;
        display: none;
        top: 0px;
        left: 0px;
        -moz-opacity: 0.9;
        opacity: 0.9;
        clear: both;
    }

    .ChromeDiv {
        z-index: 998;
        float: left;
        width: 755px;
        height: 380px;
        position: fixed;
        bottom: 0px;
        display: none;
    }

    .ChromeDiv1 {
        z-index: 999;
        bottom: 50px;
        left: 5px;
        width: 124px;
        position: absolute;
        height: 144px;
        background-image: url('https://cdn.systweak.com/sdc/images/lp/lp6/down_arrow.png');
        background-repeat: no-repeat;
    }

    .ChromeDiv3 {
        height: 310px;
        margin-left: 120px;
        background-image: url('https://cdn.systweak.com/sdc/images/lp/lp6/gc_indi_0.png');
        background-repeat: no-repeat;
    }

    .ChromeDiv3_1 {
        float: left;
        width: 306px;
        height: 287px;
    }

    .ChromeDiv3_1_2 {
        z-index: 999;
        margin-top: 8px;
        margin-left: 15px;
        position: relative;
    }

    .ChromeDiv3_1_2_P {
        text-align: center;
        padding-top: 14px;
        color: #000;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        font-weight: 500;
        line-height: 23px;
        box-sizing: border-box;
    }

        .ChromeDiv3_1_2_P br {
            display: none;
        }


    .ChromeDiv3_1_2_txt {
        position: absolute;
        left: 55px;
        top: 168px;
        font-size: 10px;
    }

        .ChromeDiv3_1_2_txt img {
            float: left;
            margin-right: 2px;
            position: relative;
            top: -6px;
        }

    .ChromeDiv3_1_4 {
        position: absolute;
        left: 15px;
        top: 175px;
    }

    .ChromeDiv3_1_4_img {
        float: left;
        display: block;
        width: 23px;
    }

    .ChromeDiv3_1_4_setup {
        float: left;
        text-align: center;
        width: 118px;
    }

    .ChromeDiv3_1_4_setup_color {
        font-weight: 500;
        font-size: 13px;
    }

    .ChromeDiv3_2 {
        float: left;
        margin-left: 0;
        width: 315px;
    }

    .ChromeDiv3_2_2 {
        margin-top: 8px;
        margin-left: 25px;
        position: relative;
    }

    .ChromeDiv1 {
        animation: mover 2s infinite alternate;
        -moz-animation: mover 2s infinite alternate;
        -webkit-animation: mover 2s infinite alternate;
        -ms-animation: mover 2s infinite alternate;
    }

    @-webkit-keyframes mover {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-35px);
        }
    }

    @keyframes mover {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-35px);
        }
    }

    .FFDiv_1 {
        z-index: 998;
        position: fixed;
        top: 0px;
        right: 0;
        width: 1070px;
        height: 300px;
        display: none;
    }

    .FFDiv_1_arwUp {
        z-index: 999;
        top: 20px;
        right: 5px;
        width: 124px;
        position: absolute;
        height: 144px;
        background-image: url('https://cdn.systweak.com/sdc/images/lp/lp6/up_arrow.png');
        background-repeat: no-repeat;
    }

    .FFDiv_1_arwUp {
        -webkit-animation: mover 2s infinite alternate;
        animation: moverUp 2s infinite alternate;
    }

    @-webkit-keyframes moverUp {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(35px);
        }
    }

    @keyframes moverUp {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(35px);
        }
    }

    .FFDiv_1_2 {
        float: left;
        width: 935px;
        height: 290px;
        margin-top: 90px;
        background-image: url('https://cdn.systweak.com/sdc/images/lp/lp6/firefox/ff_indi_0.png');
        background-repeat: no-repeat;
    }

    .FFDiv_1_2_3 {
        text-align: center;
        padding-top: 10px;
        color: #000;
        min-height: 80px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
    }

    .FFDiv_1_2_3_2_1_1 {
        float: left;
        width: 305px;
        height: 287px;
    }

    .FFDiv_1_2_3_2_1 {
        float: left;
        width: 314px;
        height: 287px;
    }

    .FFDiv_1_2_3_2_1_setup {
        position: absolute;
        top: 188px;
        left: 79px;
    }

        .FFDiv_1_2_3_2_1_setup b {
            display: block;
            line-height: 12px;
        }

    .FFDiv_1_2_3_2_Stap3Img {
        float: left;
        height: 185px;
        display: block;
        margin-left: 15px;
        background-image: url('https://cdn.systweak.com/sdc/images/lp/lp6/stap3_0.png');
        background-repeat: no-repeat;
        position: absolute;
        width: 255px;
    }

    .IEDiv_1 {
        z-index: 998;
        width: 750px;
        position: fixed;
        bottom: 50px;
        display: none;
        height: 380px;
        left: 50%;
        margin-left: -375px;
    }

    .IEDiv_3 {
        height: 310px;
        background-image: url('https://cdn.systweak.com/sdc/images/lp/lp6/ie_indi_0.png');
        background-repeat: no-repeat;
    }


    #idChromeDiv p, #idFFDiv p, #idIEDiv p {
        margin: 0;
    }
/* popup css end */


.testimonial-section{ background: #f2f2f5;padding: 50px 0 60px;}
.tstml-content{background:url(https://cdn.systweak.com/sdc/images/lp/lp6/quote-text-icon.png) no-repeat 90% 88%; }
.tstml-slier .heading-2{color:#271c1c; font-size:36px; margin:0 0 30px; text-align: center;}
.tstml-content .desc-text{color:#525252; font-size:16px; line-height:24px;}
.pt-nm-col{ overflow:hidden; padding:18px 0 0; width: 270px;margin: 0;}
.tstml-pt-col{ width:80px; float:left;}
.tstml-content .img-circle{ width:80px; height:80px;}
.str-nm-col{ width:66%; float:left;}
.tstml-str-col{ padding:10px 0 11px 15px;}
.tstml-nm-col{padding-left:15px;}
.tstml-nm-col .user-name-title{color:#1380f9; font-size:18px; line-height:28px; margin:0;}
.tstml-nm-col i{color:#e64830; font-size:14px; line-height:20px; margin-top:-5px; display:block;}

.lt-ctn-col {
    padding-right: 30px;
}

.adu-btm-logo{ float: left;margin-right: 10px;margin-bottom: 15px;margin-top: 5px;}

/* Cookies Policy strip css start */
.cookie-bot .container {max-width: 1170px; width:inherit; height: inherit; padding-left: 0px; padding-right: 0px; margin-left: auto; margin-right: auto;}
.cookie-bot {  background-color: rgba(255,255,255,0.9); position: fixed; z-index: 100; bottom: 0; left: 0; right: 0; box-shadow: 0 -2px 16px rgb(20 34 180 / 10%); }
.cookie-bot-row { background: none; height: 46px;   padding:0px 0; width: 100%; float: left; }
.cookie-img { float: left; width: 33px;} 
.cookie-img img { padding-top: 5px}
.cookie-text { position: relative; padding-top: 12px; font-size: 11px; line-height: 19px; color: #333333;  width: 570px; margin-left: auto; margin-right: auto; font-weight: 400; text-align: center;  }
.cookie-text a { color: #0000ff; text-decoration: underline;}
.cookie-ok {  position: absolute; right: -100px; top: 5px;}
.ok-btn {   cursor: pointer;  
display: block;  text-align: center; width: 90px; padding-top: 6px; padding-bottom: 6px; max-height: 32px; margin-top: 2px; margin-bottom: 2px;  font-size: 12px; line-height: 16px;   border-radius: 6px;    font-weight: 700;  text-align: center;    color: #2e2e2e;  border:#eaeaea solid 2px;    background: #ffffff; }
.ok-btn:hover { border-color:#333; }
.banner-text a { text-decoration: none; color: #1b9eff; transition: color; }
.cookie-bot .footer-info { position: inherit !important }
@media(max-width:992px) {
.cookie-ok { right: -80px;  }
.ok-btn { width: 78px; }
}
@media(max-width:767px) { 
.cookie-text { width: inherit; padding: 8px 0px;  text-align: left; max-width: 100%; padding-right: 0px; line-height: 16px; margin-left: 0px;  }
.cookie-text span.cookie-m { display: block; float: left; margin-left: 15px; max-width: 75%;}
.cookie-ok { width: 84px; text-align: right; right: 0px;}
.ok-btn { width: 70px; max-width: 70px; min-width: auto;}   
.return-to-top { bottom: 124px!important;} 
}
@media(max-width:479px) { 
.cookie-bot-row { height: inherit; }
.cookie-text { width: 100%; padding: 0px 0px;  text-align: left; max-width: 100%; padding-right: 0px; line-height: 16px; margin-left: 0px;  }
.cookie-text span.cookie-m {   padding: 8px 0px; margin-left: 15px; max-width: 65%; font-size: 11.5px; line-height: 14px;}
.cookie-text span.cookie-m
.cookie-ok { width: 80px; text-align: right; right: 0px;}
.ok-btn { width: 70px; max-width: 70px; min-width: auto;}   
.return-to-top { bottom: 106px!important;}
}
/* Cookies Policy strip css end */

@media (min-width: 1200px)
{
    .container {
    width: 1100px;
}

}

@media (max-width:1199px) {
 img{ max-width: 100%;}
 .hm-banner-cap {padding-left: 0;}
 .lt-ctn-col {padding-right: 0;}
.os-ins p{ font-size: 14px !important;}
}


@media (max-width:991px) {
.bannerimg{ display: none;}
.hm-banner-cap h2{ margin-top: 0;}
.hm-banner{ padding-bottom: 40px;}
.lt-ctn-col h3 {font-size: 36px;}
.lt-ctn-col {
    padding-right: 80px;
}

.snd-ftr-rw{ padding-top: 0 !important; padding-bottom: 0 !important;}
.info-box-div{ margin-bottom: 40px;}
.left-box.topmargin .col-sm-6{ width: 100%; margin: 0;}
.spanpadcert{ top: 20px;}
.box-right{ margin-left: -80px;}
}


@media (max-width:767px) {
    .btn.btn-download.style-two {font-size: 20px;}
.box-right{ float: none !important; clear: both; display: block; margin-left: 0;}
.lt-ctn-col{ overflow: hidden;padding-right: 0;}
.box-right .boxbtn{ max-width: 100%; margin: 20px auto 0;}
.info-box-footer p{ width: 80%; float: left;}
.lt-ctn-col ul{ margin-left: 5px;}
.snd-ftr-rw01 .col-md-12, .snd-ftr-rw{ padding: 0;}
.snd-ftr-rw01 .col-md-12 .col-sm-6, .snd-ftr-rw .col-sm-6{ width: 50%; float: left;}
.gn-ctn h2{ font-size: 36px !important; margin-bottom: 5px;}
.cert p{ font-size: 18px;}
.box-center h3 {font-size: 24px; padding-bottom: 15px;}
.left-box a img{ width: 100px;}
.spanpadcert {top: 0;margin: 20px 0 10px;}
.mdl-btn-col02{margin-bottom: 30px;}
.info-box-div {margin-bottom: 25px;}
}

@media (max-width:575px) {
.hm-banner-cap h2{ font-size: 32px;}
.hm-banner-cap span{ font-size: 20px; margin-bottom: 2px;}
.hm-banner-cap p{ margin-bottom: 0;}
.downloadbox.buy-btn {margin-left: 0;}
.btn-otr-col{ text-align: center; display: block;}
.downloadbox,.downloadbox.buy-btn{ float: none; margin: 0 auto; display: block;}
.downloadbox.buy-btn{ margin-top: 15px;}
.itl-header{ font-size: 44px !important;}
.gridcol-device span{ font-size: 16px;}
.gn-ctn h2{ font-size: 30px !important; margin-bottom: 5px;}
.cert p {font-size: 16px;padding-bottom: 10px; line-height: 28px !important;}
.box-center h3 {font-size: 20px; padding-bottom: 10px;}
.left-box a img{ max-width: 100px;}
.spanpadcert {top: 0;margin: 15px 0 20px;}
.adu-btm-logo {float: none;margin: 0 auto 5px;display: block;}
.info-box-footer .text-left{ text-align: center; padding: 0;}
.info-box-footer p {width: auto;float: none; margin-bottom: 0;}
.info-box-div {margin-bottom: 10px;min-height: 66px;}
.snd-ftr-rw01 {padding-top: 0 !important;}
.text-center {max-width: 100% !important;}
}


@media (max-width:479px) {
.lg-col{ padding: 0;}
.logo span{ font-size: 16px;}
.logo img {margin-right: 8px;}
.hm-banner {padding-top: 70px; padding-bottom: 30px;}
.hm-banner .col-xs-12{ padding: 0;}
.hm-banner-cap span {font-size: 17px;}
.btn.btn-download{ width: 220px; font-size: 16px;line-height: 42px;box-shadow: 0.027px 1.999px 3px 0px rgba(123, 1, 0, 0.28);margin-top: 2px;}
.downloadbox.buy-btn {margin-top: 20px;}
.hm-banner-cap h2 {font-size: 24px;}
.itl-header {font-size: 32px !important; margin-bottom: 0;}
.mdl-btn-col{ margin-top: 40px;}
.dtc-info{ padding: 0;}
.lt-ctn-col h3 {font-size: 30px;}
.lt-ctn-col ul{ margin-left: 5px;}
.os-ins p{font-size: 15px;}
.os-ins p {font-size: 12px !important;padding-top: 6px !important;}
.info-box-div{ padding-left: 45px;}
 .info-box-img{margin-top: -6px;width: 33px;}
.snd-ftr-rw01 .col-md-12{ padding: 0;}
.snd-ftr-rw01{ padding-top: 0 !important;}
.info-box {padding: 15px 0px 30px;}
.snd-ftr-rw{ padding-left: 0; padding-right: 0;}
.gn-ctn h2 {font-size: 28px !important;}
.box-center h3 {font-size: 18px;}
.left-box a img {max-width: 80px;}
.left-box.topmargin .col-sm-6{ padding: 0;}
.mdl-btn-col02{ margin-bottom: 30px; margin-top: 0;}
.info-box-footer .col-xs-12{ padding: 0;}
.info-box-footer {padding: 20px 0;}
.adu-btm-logo{ width: 50px;}
.info-box-footer span{ font-size: 20px;}
.foo-sec-two {padding: 15px 0 20px;}
.snd-ftr-rw01 .col-md-12 .col-sm-6, .snd-ftr-rw .col-sm-6 {
    width: auto;
    float: none;
}
.info-box-div{ min-height: auto;}
.info-box-div{ min-height: auto;}
.downloadbox {width: 100%;}
.btn.btn-download.style-two {width: 100%;}

}
@media screen and (max-width:359px) {
    .mdl-btn-col .btn.btn-download.style-two {width: 100%;}
}