html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    font-family: 'Barlow', sans-serif;
}
a {
    text-decoration: none !important;
}
li {
    list-style: none;
}
ol,
ul {
    padding: 0;
    margin: 0;
}
p {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.h1, h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 65px;
    margin-bottom: 15px;
    text-align: left;
}
.h2, h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 57px;
    margin-bottom: 15px;
    text-align: center;
}
.h3, h3 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
.h4, h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}
.h4 span, h4 span {
    color:#2A7C8C;
}
.btn-text1:before {
    display: inline-flex;
    margin: -2px 5px 0 0;
    width: 9px;
    height: 9px;
    background: #95DF89;
    border-radius: 50%;
    content: "";
    animation: 1s ease-in-out infinite fade;
}

@keyframes fade {

    0%,
    100%,
    70% {
        opacity: 100%
    }

    50% {
        opacity: 30%
    }
}

@font-face {
    font-family: 'HelveticaNeueMediumExtended';
    src: url('../new-fonts/HelveticaNeueMediumExtended.eot');
    src: url('../new-fonts/HelveticaNeueMediumExtended.eot') format('embedded-opentype'),
        url('../new-fonts/HelveticaNeueMediumExtended.woff2') format('woff2'),
        url('../new-fonts/HelveticaNeueMediumExtended.woff') format('woff'),
        url('../new-fonts/HelveticaNeueMediumExtended.ttf') format('truetype'),
        url('../new-fonts/HelveticaNeueMediumExtended.svg#HelveticaNeueMediumExtended') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueUltraLight';
    src: url('../new-fonts/HelveticaNeueUltraLight.eot');
    src: url('../new-fonts/HelveticaNeueUltraLight.eot') format('embedded-opentype'),
        url('../new-fonts/HelveticaNeueUltraLight.woff2') format('woff2'),
        url('../new-fonts/HelveticaNeueUltraLight.woff') format('woff'),
        url('../new-fonts/HelveticaNeueUltraLight.ttf') format('truetype'),
        url('../new-fonts/HelveticaNeueUltraLight.svg#HelveticaNeueUltraLight') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueW0166MediumIt';
    src: url('../new-fonts/HelveticaNeueW0166MediumIt.eot');
    src: url('../new-fonts/HelveticaNeueW0166MediumIt.eot') format('embedded-opentype'),
        url('../new-fonts/HelveticaNeueW0166MediumIt.woff2') format('woff2'),
        url('../new-fonts/HelveticaNeueW0166MediumIt.woff') format('woff'),
        url('../new-fonts/HelveticaNeueW0166MediumIt.ttf') format('truetype'),
        url('../new-fonts/HelveticaNeueW0166MediumIt.svg#HelveticaNeueW0166MediumIt') format('svg');
}


/* Header */

.bg-light-blue {
    background: #FBFBFF;
}
.header {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

header .container {
    max-width: 1300px;
}
.promo {
    background: #0097F9;
    color:#fff;
    padding: 5px;
}
.promo p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}
.promo span {
   color: #FED606;
}
.navbar {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    z-index:99;
}

.navbar-brand img {
    height: 50px;
}

.nav-item a {
    color: #000;
    transition: all 0.2s linear;
    font-size: 15px;
    font-weight: 400;
    padding: 15px !important;
}

.nav-item a:hover {
    color: #000;
    font-weight: 700;
    background-color: #FED606;
}


.orderNwbtn.btn-1 {
    margin-left: 65px;
    background: transparent;
    color: #000 !important;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0px 4px 8px 0px #00000026;
    border: 1px solid #D9B600;
    background: #FED606;
}
/*
header.fixed-top .orderNwbtn.btn-1 {
    border: 2px solid #0065F2;
    background: #0065F2;
    color: #fff !important;
    transition: .3s ease-in-out;
}*/
.orderNwbtn {
    box-shadow: 0px 4px 8px 0px #00000026;
    border: 1px solid #D9B600;
    background: #FED606;
    color: #000 !important;
    font-weight: 600;
    border-radius: 8px;
    padding: 14px 20px;
    transition: all 0.2s linear;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    /* display: flex;
    gap: 3px; */
    align-items: center;
    display: block;
}

/* Header */


.bannerMain {
    position: relative;
    width: 100%;
    display: flex;
    background: #eff3f6;
    z-index:0;
}
.bottom {
    background: url(https://purpleassets.blob.core.windows.net/web/skycrawler/inter4/header.png) right center;
    background-size: 95%;
    background-repeat: no-repeat;
}
.right {
    padding: 6rem 2rem
}
.bannerMainBg {
    background: url("https://purpleassets.blob.core.windows.net/web/skycrawler/inter4/header.png") right center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannerMainBg.bottom {
    background: url("https://purpleassets.blob.core.windows.net/web/skycrawler/inter4/bottom.png") right center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannerMain .container {
    max-width: 1300px;
    position: relative;
}
.ratingAr {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.bannerMain .context {
    width: 45%;
}
.ratingAr img {
    height: 20px;
    margin-right: 10px;
}
.ratingAr p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    
}

.bannerMain span {
    color: #009BFF;
}
.bannerMain ul {
    list-style: none;
    padding-left: 0;
    margin: 10px 0px 20px;
}
.bannerMain li {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.bannerMain li::before {
    content: " ";
    background: url("https://purpleassets.blob.core.windows.net/web/skycrawler/inter4/tick.svg") no-repeat center center / contain;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 2px;     
}
.bannerMain p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.bannerMain p.small {
    font-size: 14px;
    font-weight: 400;
    margin-top:15px;
    margin-bottom:5px;
}
.bannerMain .seenlogo {
    width: 500px;
}
.bannerMain p.designBy{
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0px;
}
.bannerMain .doctorCir {
    width: 85px;
}

.bannerMain .orderNwbtn {
    display: inline-block;
    padding: 14px 55px;
    margin-top: 10px;
    margin-bottom: 11px;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
}

.bannerMain .orderNwbtn span {
    color: #000
}

.bannerMain .orderNwbtn span:hover {
    color: #fff;
}

.shipArs {
    display: flex;
    align-items: center;
}

.greenImg {
    height: 16px;
    margin-right: 5px;
}

.shipArs p,
.shipArs span {
    font-size: 11px !important;
    margin-bottom: 0;
}

.stocks {
    height: 14px;
    margin: 0 5px;
}

.bnrImg3 {
    position: absolute;
    top: 267px;
    right: 43%;
    height: 173px;
    width: 173px;
    z-index: 9;
}

.bannerImg2 {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    width: 50%;
    bottom: 0;
}

.bannerImg2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}
.sec2 {
    position:relative;
    z-index:1;
    margin-top:-50px;
}
.sec2 .col-10 {
    border: 1px solid #000;
    background: #fff;
    border-radius: 8px;
}

.sec3 {
    padding: 0rem 0 3rem;
}
.sec3Hd {
    padding: 2.5rem 0rem 3rem;
}
.sec3Cnt1 {
    padding-bottom: 5rem;
}
.sec3Cnt1 img {
    border-radius: 10px;
}
.sec3Cnt1 video {
    width: 100%;
    border-radius: 10px;
}
.sec3Cnt1 .app img {
    width: 50%;
}
.sec3Cnt1:last-child {
    padding-bottom: 0rem;
}
.sec3Cnt1 h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    margin-bottom: 20px;
}
.sec3Cnt1 h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: #009BFF!important;
}
.sec3Cnt3 {
    background-color:#E8E6EB;
    background-image: url('https://purpleassets.blob.core.windows.net/web/skycrawler/inter4/feat-03.png');
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    color:#FFF;
    margin-bottom: 5rem;
    padding-bottom: 0rem;
}
.sec3Cnt6 img {
    width: 100px;
    object-fit: contain;
}
.sec3Cnt6 p {
    text-align: center;
    font-size: 20px;
}
.sec3Cnt7 {
    max-width: 325px;
    width: 100%;
}
.sec3Cnt7 .shipArs {
    justify-content: center;
}

.sec4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}


.sec4Inr {
    background: #F8F9FB;
    margin-bottom: 16px;
    border-radius: 10px;
}
.sec4Inr img {
    border-radius: 10px 10px 0px 0px;
}
.sec4Inr h3 span {
    color: #07A965;
    font-size: 14px;
    line-height: 28px;
}
.sec4Cnt {
    padding: 20px;
}

.sec4Cnt img {
    height: 20px;
    margin-bottom: 10px;
}

.sec4Cnt h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

.sec4Cnt p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 400;
}

.sec4Cnt h6 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 400;
}

.sec4Cnt h6 span {
    font-weight: 400;
    color: #43A047;
}


.sec5 {
    padding: 3rem 0 1rem;
}

.sec6 {
    padding: 3rem 0rem 0rem;
    background-image: url('https://purpleassets.blob.core.windows.net/web/skycrawler/inter4/outdoor.png');
    background-size: cover;
    background-color: #fff;
}
.sec6 .container {
    max-width: 1300px;
}
.sec6 .drone {
    width: 100%;
    margin-left:-20px;
}
.sec6 h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.sec6 video {
    width: 150%;
    margin-left: -35%;
    margin-bottom: 15%;
    z-index: 0;
    position: relative;
}
.sec6 .content {
    z-index: 1;
    position: relative;
}
.secVid  {
    padding: 0rem 0rem 0rem;
    background-color: #000;
    color:#fff;
}
.secVid video {
    text-align: center
}
.secVid h4 {
    margin-bottom: 10px;
    color: #009BFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}
.secVid p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}
.secVid p span {
    font-weight: 700;
}
.secFull  {
    background-color:#000
}
.secFull .lrgImg  {
    margin-bottom: -5px;
}
.secFull .smallImg  {
    margin-bottom: -5px;
}
.sec7 {
    background: #000;
    color:#fff!important;
    padding: 3rem 0rem;
}
.sec7 img.grtn {
    height: 200px;
    object-fit: contain;
}
.sec7 .col-md-3 {
    text-align: center;
}
.sec7 h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    margin-bottom: 15px;
    text-align:left!important
}
.sec7 p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.sec9 {
    padding: 3rem 0 7rem;
}

.accordion-item {
    margin-bottom: 10px;
    background:transparent;
    border: 1px solid #CFCFCF;
    box-shadow: 0px 4px 8px 0px #889EDE1A;
    border-radius: 4px;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #E6EEF9;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type {
    border-radius: 4px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-body {
    padding-top: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('https://purpleassets.blob.core.windows.net/web/skycrawler/inter4/minus.svg');
    transform: none;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.accordion-button::after {
    background-image: url("https://purpleassets.blob.core.windows.net/web/skycrawler/inter4/plus.svg");
    background-size: contain;
    width: 20px;
    height: 20px;
}

.accordion-button {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    background-color: transparent;

}
.accordion-button:not(.collapsed) {
    font-weight: 700;
}
.accordion-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.accordion-body li{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.accordion-button:focus {
    box-shadow: none;
}



.custmFtr {
    padding: 49px 0;
    text-align: center;
}

.custmFtr p,
.custmFtr p a {
    color: #7C7C7C;
    font-size: 15px;
}

.custmFtr p a {
    padding: 0 10px;
}



/*

==============================================

pulse

==============================================

*/



.pulse {

    animation-name: pulse;

    -webkit-animation-name: pulse;



    animation-duration: 1.5s;

    -webkit-animation-duration: 1.5s;



    animation-iteration-count: infinite;

    -webkit-animation-iteration-count: infinite;

}



@keyframes pulse {

    0% {

        transform: scale(0.9);

    }

    50% {

        transform: scale(1);

    }

    100% {

        transform: scale(0.9);

    }

}



@-webkit-keyframes pulse {

    0% {

        -webkit-transform: scale(0.95);

    }

    50% {

        -webkit-transform: scale(1);

    }

    100% {

        -webkit-transform: scale(0.95);

    }

}

.mobCtaBtn {
    display: none;
}



@media (max-width: 1400px) {}

@media (max-width: 1199px) {

}

@media (max-width: 991.9px) {
    .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50px;
        z-index: 9999999;
        background: #fff;
    }
    .navbar-toggler {
        padding: 0;
        margin-left: auto;
        margin-right: -34px;
        margin-top: 5px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
        border: none;
        outline: none;
    }

    

}
@media (max-width: 1024px) {
    .h1, h1 {
        font-size: 40px;
        line-height: 50px;
    }

}
@media (max-width: 767px) {

}

@media (max-width: 767px) {

    header .orderNwbtn {
        display: none;
    }

    /* .featSml{display: none;} */

    /* .featSmlmob{display: block;} */

    .bannerImg2 {
        display: none;
    }


    .ratingAr img {
        height: 25px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .bannerMain .orderNwbtn {
        display: block;
        max-width: 400px;
        margin: 0 auto 10px;
        text-align: center;
    }

    .shipArs p,
    .shipArs span {
        margin-bottom: 0 !important;
    }

    .shipArs p b {
        display: inline-block;
    }


    .sec3 {
        padding: 0rem 0 0;
    }

    .sec3Cnt1 .col-md-5 {
        padding-left: 15px;
    }


    .sec3Cnt6 img {
        object-fit: contain;
    }

    .sec3Cnt6 .col-md-8 {
        align-items: flex-start;
    }

    .sec3Cnt6 p {
        text-align: left;
        font-size: 16px;
    }

    .sec3Cnt7 .orderNwbtn {
        max-width: 400px;
    }


    .tickImg,
    .crossImg {
        height: 20px !important;
    }


    .sec5Mob {
        padding: 2rem 0;
    }


    .custmFtr p,
    .custmFtr p a {
        font-size: 13px;
    }

    .bnrImg3 {
        display: none;
    }

    .custmFtr .footer-logo {
        width: 170px;
    }




}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {

        max-width: 1140px;

    }

}

.d-none {
    display: none;
}

.trans {
    transition: 0.4s ease;
}

.cmpcol3-1 {
    margin-top: 17px;
}

.cmpcol3-2 {
    margin-top: 17px;
}

/* new */
header.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    /* Ensures the header is on top of other elements */
}

/* newwwwwwwwwwwwwwwwww */
.s5CompBox {
    display: inline-block;
    /* display: -webkit-box; */
    width: 1000px;
    max-width: 100%;
    background: #fff;
    border-radius: 4px;
    margin: 180px auto 51px;
    /* height: 524px; */
}
.s5Col1 {
    float: left;
    width: 40%;
    padding: 33px 0 0;
}
.s5Col1 ul li {
    float: left;
    font-weight: 500;
    width: 100%;
    height: 60px;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    padding: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #475858;
}

.s5Col1 ul li:last-child {
    border: none
}
.s5Col1 ul li img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px
}
.s5Col2 {
    float: left;
    width: 20%;
    border-radius: 8px;
    margin: -99px 0px -25px 0;
    background: #000;
}
.s5Col2Top {
    text-align: center;
}
.s5Col2Prod {
    margin: -50px auto 10px;
}
img.s5Col2Prod {
    width: 80%;
}
.s5Col2Prod {
    display: block;
    max-width: 100%;
}
.s5Col3Prod {
    display: block;
    max-width: 100%;
}
img.s5Col3Prod {
    width: 70%;
    margin: auto;
}
.s5Col2Top p {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
}
.s5Col2 ul {
    padding-top: 5px;
    float: left;
    width: 100%;
}
.s5Col2 ul li {
    height: 60px;
    padding: 15px 0;
    border-bottom: 1px solid #475858;
    text-align: center;
}
.s5Col2 ul li:last-child {
    border: none;
    height: 80px
}
.compOne, .compTwo {
    background: transparent;
    margin-top: -112px;
}
.s5Col2Top.s5Col3Top .star {
    padding-top: 26px;
    padding-bottom: 9px;
}

.sec5-1 h2 {
    text-align: center;
    color: #000;
    font-size: 42px;
    margin-bottom: 54px;
    font-weight: bold;
}

.bnrList li {
    padding-left: 40px;
    background: url(https://purpleassets.blob.core.windows.net/web/skycrawler/inter4/blue-check.svg) 0 1px no-repeat;
    color: #000;
    margin-top: 11px;
    text-align: left;
    font-style: 24px;
    font-weight: 700;
    line-height: normal;
    font-size: 20px;
    background-size: 29px;
    margin-bottom: 100px;
    background-position: left 0px;
    margin-top: 56px;

}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.show-mob-only {
    display: none;
}

.show-desk-only {
    display: block;
}

.s5Col2Top img.star {
    width: 50%;
}

.s5Col2Top p img.logp {
    width: 90px;
}
.sec4 .ratingAr p{
        font-size: 15px !important;
        margin-bottom: 10px;
        line-height: 26px;
        text-align: center;
        font-weight:700;
}
.sec4 .ratingAr{

    justify-content: center;
    flex-direction: column;
}
.sec4 .ratingAr p{
    margin-top:15px;
}
.secureAr .container {
    max-width: 1300px;
}
.sec3 .container {
    max-width: 1300px;
}
.sec5-1 .container {
    max-width: 1000px;
}
.sec4 .container {
    max-width: 1300px;
}
    img.feat {
        width: 100%;
    }
@media (max-width: 1199px) {
    .bannerImg2 img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

   .s5Col1 {
        float: left;
        width: 37%;
        padding: 31px 0 0;
    }
    .s5Col2 {
        float: left;
        width: 21%;
    }
    .compOne, .compTwo {
        background: transparent;
        margin-top: -113px;
    }
    .secureArInr h3 {
        font-size: 17px;
    }

    br.hide {
        display: none;
    }

    .s5Col1 ul li {
        font-size: 16px;
    }
}

@media (max-width: 1021px) {
    
    .s5Col2 {
        float: left;
        width: 23%;
    }
    .s5Col2.s5Col3 {
    margin: -65px 5px -25px 0;
}
    .ratingAr img {
        height: 10px;
    }
    .sec7 img.grtn {
        margin-bottom: 13px;
    }
    .sec7 h3{
        margin-bottom: 14px;
    }
}

@media (max-width: 991.9px) {
    .container .navbar-nav {
        padding: 0;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        border-top: 1px solid #D6D6D6;
        border-bottom: 0;
        top: 12px;
        background: #fff;

    }
    header li.nav-item {
        border-bottom: 1px solid #D6D6D6;
    }
    .orderNwbtn {

        padding: 9px 20px;
    }
    .bannerMain .context {
        width: 50%;
    }
    .ratingAr img {
        height: 15px;
        margin-right: 10px;
    }
    .bnrImg3 {
        top: 110px;
        right: 41%;
        height: 100px;
        width: 100px;
    }
    .sec5-1 img {
        width: 180px;
        height: auto;
    }
    .bnrList li {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 24px;
        background-size: 22px;
        background-position: left 1px;
    }

    .secureAr .container {
        max-width: 600px;
    }
    .sec6 {
    padding: 3rem 0rem 0rem;
    background-image: url('https://purpleassets.blob.core.windows.net/web/skycrawler/inter4/outdoor-mob.png');
    background-size: cover;
    background-color: #fff;
}
    .sec3 .container,
    .sec6 .container {
        max-width: 600px;
    }
    .sec3Cnt1 {
        padding-bottom: 2rem;
    }
    .sec3Cnt1.sec3Cnt3 {
        padding-bottom: 0rem;
    }
    .sec5-1 .container {
        max-width: 600px;
    }
    .sec4 .container {
        max-width: 600px;
    }
    .bannerMainBg, .bannerMainBg.bottom {
        background: transparent
    }
    
    .bannerMain {
        padding-top: 0;
        padding-bottom: 0rem;
        background: #F6F5FA;
    }

@media screen and (min-device-width: 769px) and (max-device-width: 991px) { 
   footer.custmFtr{
       margin-bottom:0px !important;
   }
}
    }
@media (max-width: 991px) {    
    .bannerContent {
        width: 100%;
        max-width: 600px;
        box-sizing: border-box;
        margin: auto;
        padding-bottom: 65px;
    }  
    .h1, h1 {
        font-size: 38px;
        line-height: 40px;
        text-align:center;
    }
    .ratingAr {
        justify-content: center;
    }
    
    .sec2 {
        position: relative;
        z-index: 1;
        margin-top: -25px;
    }
    .sec3Cnt3 {
        background-color:#000;
        background-image: initial;
    }
    .sec3Cnt1 .sec3Cnt3 {
        padding-bottom: 0px!important;
    }
    .sec3Cnt3 img {
       border-radius: 20px 20px 0px 0px;
    }
    .sec3Cnt1 h4 {
      margin-top: 25px;
    }
    .sec3Cnt3 h4 {
      margin-top: 0px;
    }
    .shipArs {
        justify-content: center;
    }
    .sec6 .drone {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .s5Col1 {
        padding: 7px 0 0;
    }
    .s5Col2 {
        float: left;
        width: 28%;
        margin: -121px 0px -25px 0;
    }
    .s5CompBox {
        margin: 163px auto 51px;
    }
    .compOne, .compTwo {
        margin-top: -135px;
    }
    .right {
        padding: 0rem 2rem 2rem;
    }
    .bannerMain .right ul {
        padding: 0px 40px;
    }
}    
@media (max-width: 820px) {

    .sec7 {
        padding: 2rem 0;
        text-align: center;
    }
    .sec7 img.grtn {
        height: 150px;
        margin-bottom: 13px;
    }
    .sec7 .col-md-7 {
        text-align: center;
    }
    .sec7 h3 {
        font-size: 28px;
        line-height: 38px;
        text-align:center!important;
    }


}
@media (max-width: 768.9px) {
    .h1, h1 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom:15px;
        text-align:center;
    }
    .h2, h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .h3, h3 {
        font-size: 18px;
        line-height: 27px;
    }
    .h4, h4, .sec6 h4 {
        font-size: 22px;
        line-height: 26.63px;
    }
    p {
        font-size: 18px;
        line-height: 28px;
    }
    .bannerMain p {
        font-size: 18px;
        line-height: 28px;
        text-align:center;
    }
    .sec2 p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .sec3Cnt1 video {
        margin-bottom: 15px;
    }
    .sec3Cnt1 h3 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .sec3Cnt1 h4 {
        margin-top: 0px;
    }
    .sec4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .mobCtaBtn {
        display: block;
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        left: 0;
        text-align: center;
        padding: 10px 15px;
        z-index: 2;
    }
    .mobCtaBtn a {
        display: block;
    }

    .promo {
        width: 100%;
    }
    .promo p {
        font-size: 15px;
        line-height: 32px;
    }
    .bannerContent {
        padding-bottom: 45px;
    }
    .bannerMain .container {
        max-width: 600px;
    }

    .bannerMain .context {
        width: 100%;
    }

    .bannerMain .context {
        width: 100%;
    }

    .bannerImg2 img {
        display: none;
    }
    .show-mob-only {
        display: block;
    }
    .show-desk-only {
        display: none;
    }

    .navbar-toggler {
        margin-right: 0;
        margin-top: 5px;
    }

    .ratingAr {
        justify-content: center;
        margin-top: 21px;
        margin-bottom: 5px;
    }

    .ratingAr img {
        margin-bottom: 0px;
        width: 98px;
        height: 18px;
    }

    .bannerMain ul {
        margin: 20px 0px 20px;
    }
    .sec3Cnt1 {
        padding-bottom: 1rem
    }
    .sec3Cnt1 .app img {
        width: 75%;
    }
    .sec3Cnt3 {
        margin-bottom: 3rem;
    }

    .secVid h4 {
        font-size: 24px;
    }
    .secFeat {
        padding-top: 25px;
    }
    .sec3Hd {
        padding: 2.5rem 0rem .8rem;
        text-align:center;
    }
    .sec6 video {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 0%;
        margin-top: -5%;
        z-index: 0;
        position: relative;
    }

    .sec5 {
        padding: 2.3rem 0 0rem;
    }    
    .compTwo {
        display: none;
    }
    
    .s5Col1 {
        width: 46%;
        padding: 20px 0 0;
    }
    .s5Col2 {
        width: 26%;
    }
    .s5Col2.s5Col3 {
        margin: -65px 3px -25px 0;
    }
    .s5Col1 ul li {
        font-size: 15px;
        line-height: 20px;
        text-align:left;
        min-height: 69px;
        padding-right: 5px;
    }
    .s5Col2Top img.star {
        width: 75px;
        height: auto;
    }
    .s5Col2Top p img.logp {
        width: 66px;
        height: auto;
    }
    .s5Col3Top p {
        font-size: 12px;
        line-height: 15px;
    }
    .s5Col2Top.s5Col3Top .star {
        padding-top: 31px;
    }
    .s5Col2Top.s5Col3Top {
        height: 71px;
    }
    .s5Col2 ul li {
    height: 69px;
    }  
    .compOne, .compTwo {
        margin-top: -114px;
    }
    .sec6 {
        padding: 2rem 0rem 0rem 0rem;
    }
    .sec6 .content
    .bnrList li {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 24px;
        background-size: 22px;
        background-position: left 1px;
    }
    
    .bannerMain .orderNwbtn {
        font-size: 24px;
        line-height: 21px;
    }
    .orderNwbtn{
        max-width: 400px;
    }
    .sec3Cnt7{
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
 
    p.btn-text1.mb-0 {
        font-size: 11px !important;
    }

    .sec9 {
        padding: 1.5rem 0 3.8rem;
    }
    .accordion-button {
        font-size: 16px;
        line-height: 21px;
    }
    .accordion-body p{
        font-size: 16px;
        line-height: 27px;
    }
      .accordion-body li{
        font-size: 16px;
        line-height: 21px;
    }


    .navbar-expand-lg .navbar-nav .nav-link {
        border-radius:0px;
    }
    .secureAr .container {
    max-width: 600px;
    padding: 16px 24px 0 24px;
}
    .sec3 .container, 
    .sec6 .container{
    max-width: 600px;
    padding: 0 24px 16px;
    }

    .sec5-1 .container {
        max-width: 600px;
           padding: 0 24px;
    }
    .sec7 .container{
            max-width: 600px;
           padding: 0 24px;
    }

    .bannerMain p.designBy {
        font-size: 16px;
        line-height: 22px;
    }
    .bannerMain p.designBy br {
        display: initial
    }
    .bannerMain .doctorCir {
        width: 60px;
    }
    .custmFtr {
        padding: 349px 0;
        text-align: center;
    }

}
@media (max-width: 600px) {
    .s5Col1 {
        padding: 0;
    }
    .s5Col2 {
        margin: -90px 0px -25px 0;
    }
    .compOne, .compTwo {
        margin-top: -118px;
    }
}
@media (max-width: 500px) {
    .s5CompBox {
        margin: 75px auto 51px;
    }
    .s5Col1 {
        width: 44%;
    }
    .compOne img.s5Col2Prod {
        padding-top:15px;
    }
    .compTwo {
        display: none;
    }
    .s5Col1 {
        padding: 65px 0 0;
    }
    .s5Col1 ul li {
        padding-left: 10px;
        padding-right: 45px;
    }
    .s5Col2Top {
        margin-top: 0px;
    }
    .s5Col2.compOne {
        margin-top: -23px;
    }
    .s5Col2 ul li {
        height: 69px;
    }
    .s5Col2Top.s5Col3Top .star {
        padding-top: 28px;
    }
    .s5Col2Top p {
        font-size: 15px;
        line-height: 5px;
        margin-top: 10px;
    }
    .s5Col2Prod {
        margin: -33px auto 10px;
    }
    .s5Col2Top.s5Col3Top {
        height: 69px;
    }
    .s5Col2.s5Col3 {
        margin: -65px 1px -25px 0;
    }
    .s5Col2 {
        width: 28%;
        margin: -30px 0px;
    }
    .s5Col2 ul li:last-child {
        border: none;
        height: 90px;
    }
}
@media (max-width: 430px) {
    .show-desk-only1{
        display:none;
    }
    
    .navbar-brand img {
        height: 40px;
    }
}
@media (max-width: 390px) {
    .s5Col2 {
        width: 28%;
        margin: -24px 0px;
    }
        .s5Col2.compOne {
        margin-top: -19px;
    }
    .s5Col2Prod {
        margin: -33px auto 0px;
    }
}
@media (max-width: 344px) {
    .s5Col1 {
        padding: 48px 0 0;
    }
    .s5Col2.compOne {
        margin-top: -33px;
    }
}