@font-face {
    font-family: 'Bricksram Regular';
    src: url("../otf/bricksram-regular.otf");
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../woff/roboto-regular.woff");
}


.add-cart-btn {
    font-family: 'Roboto-Regular';
    font-weight: 800;
    color: #000;
    background-color: #ffce00;
    text-align: center;
    border-radius: 0;
    position: relative;
    text-align: center;
    box-shadow: -2px 6px 5px 1px rgba(0, 0, 0, .5)
}
.banner {
    background-color: #4d514d;
    background-image: linear-gradient(to right, #495966, #79858c, #4d514d, #604f34);
    width: 100%;
    background-image: url(../jpg/banner.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
}
.banner-img-blk {
    width: 100%;
    padding: 0;
}
.main {
    display: table;
}
.inner {
    border: 1px solid #000;
    display: table-cell;
    vertical-align: middle;
}
.banner-txt-blkmain {
    width: 100%;
    height: 100%;
    display: table;
}
.banner-txt-blk {
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 10px;
    padding: 15px;
    width: fit-content;
    margin: auto;
}
.banner-txt-blk h1 {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 48px;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: -1.5px;
    text-shadow: 0 3px 4px rgba(0, 0, 0, .98);
}
.banner-txt-blk h6 {
    font-family: 'Roboto-Regular';
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2em;
}
.banner-txt-blk-img {
    width: 100%;
    height: auto;
}
.learn-more {
    color: #000;
    background-color: #ffce00;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 20px;
    font-weight: 700;
    box-shadow: -2px 6px 5px 1px rgba(0, 0, 0, .5);
    border-radius: 35px;
}

@media (max-width: 767px) {
    .banner {
        height: auto;
    }
    .banner-section {
        min-height: 300px;
    }
    .learn-more {
        padding: 10px 15px;
    }
    .price {
        display: block;
        line-height: .8;
        text-align: center;
    }
    .shipping {
        display: block;
        line-height: 1.3;
        text-align: center;  
    }
    .banner-txt-blk {
        margin-top: 125px;
    }
    .banner-txt-blk h1 {
        font-size: 35px;
        text-align: left;
    }
    .banner-txt-blk h6 {
        font-size: 18px;
        text-align: left;
    }
    .banner-img-portable {
        margin: 20px auto 30px auto;
        height: 345px;
        width: 220px;
    }
    .tracking-price {
        font-size: 14px;
        text-align: center;
    }
    .banner-btn-blk div {
        text-align: center;
    }
    .learn-more-blk {
        display: block;
    }
    .add-to-cart-blk-banner {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .banner-txt-blk {
        margin-top: 180px;
    }
    .banner {
        height: auto;
        width: 100%; 
    }
    .banner-section {
        min-height: 500px;
    }
    .learn-more {
        padding: 10px;
    }
    .banner-img-blk {
        height: auto;
        object-fit: contain;
    }
    .banner-img-blk img {
        vertical-align: middle;
        margin: auto;
    }
    .banner-img-mag-case {
        margin: 0 0 0 -50px;
        vertical-align: bottom;
    }
    .price {
        display: inline;
    }
    .shipping {
        display: inline;
    }
    .banner-txt-blk h1 {
        font-size: 42px;
        text-align: left;
    }
    .learn-more-blk {
        display: inline;
    }
    .add-to-cart-blk-banner {
        display: inline;
    }
}

@media (min-width: 1025px) {
    .banner-txt-blk {
        margin-top: 300px;
    }
    .banner {
        height: auto;
        width: 100%;
    }
    .banner-section {
        min-height: 500px;
    }
    .learn-more {
        padding: 10px 25px;
    }
    .banner-img-blk {
        height: 100%;
    }
    .banner-img-mag-case {
        margin: 0 0 -46px -50px;
        vertical-align: bottom;
    }
    .price {
        display: inline;
    }
    .shipping {
        display: inline;
    }
    .banner-txt-blk h1 {
        font-size: 58px;
        text-align: left;
    }
    .banner-txt-blk h6 {
        font-size: 28px;
    }
    .learn-more-blk {
        display: inline;
    }
    .add-to-cart-blk-banner {
        display: inline;
    }
}

.covert-track {
    background-color: #fff;
    width: auto;
    text-align: center;
}
.covert-track-head {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Roboto-Regular';
    color: #fff;
    text-shadow: 0 3px 4px rgba(0, 0, 0, .98);
    line-height: 1;
    text-align: center;
    margin-top: 40px;
}
.covert-track-desc {
    font-weight: 500;
    font-size: 13px;
    font-family: 'Roboto-Regular';
    color: #fff;
    line-height: 1.2;
    margin-top: -3px;
    text-align: center;
}
.blk-blk {
    background-color: #7633b7;
    min-height: 200px;
    padding: 30px 25px;
}

@media (max-width: 767px) {
    .covert-track {
        padding: 20px 10px;
    }
    .covert-track-blk {
        padding: 20px 0 0 0;
    }
    .covert-track-img img {
        width: 150px;
        object-fit: cover;
        margin-bottom: -40px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .covert-track {
        padding: 40px 20px 10px 20px;
        min-height: 520px;
    }
    .covert-track-blk {
        padding: 0;
    }
    .blk-blk {
        min-height: 250px;
        padding: 30px 7px 20px 7px;
    }
    .covert-track-head {
        padding-bottom: 15px;
    }
    .covert-track-img img {
        width: 150px;
        object-fit: cover;
        margin-bottom: -40px;
    }
    .add-to-cart-blk {
        padding: 30px 0 30px 0;
    }
}

@media (min-width: 1025px) {
    .covert-track {
        padding: 70px 130px;
        min-height: 550px;
    }
    .covert-track-blk {
        padding: 0 20px;
    }
    .covert-track-img img {
        width: 150px;
        object-fit: cover;
        margin-bottom: -40px;
    }
}

.key-features {
    background-color: #978671;
    width: 100%;
    background-image: url(../jpg/devices-portable-bg.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.key-features-blk {
    width: 100%;
    background-color: #00000077;
    transition: background .3s, border-radius .3s, opacity .3s;
}
.features-head {
    font-weight: 800;
    font-family: 'Roboto-Regular';
    font-size: 40px;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0 3px 4px rgba(0, 0, 0, .98);
}
.features-subhead {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 21px;
    font-weight: 700;
    text-shadow: 0 3px 4px rgba(0, 0, 0, .98);
    padding: 0;
    margin: 0;
}
.features-desc {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .key-features-blk {
        padding: 30px 10px;
    }
    .features-head {
        padding-bottom: 20px;
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .key-features-blk {
        padding: 50px 0 50px 30px;
    }
    .features-head {
        padding-bottom: 30px;
    }
    .features-desc, .features-subhead {
        padding-right: 0;
    }
}

@media (min-width: 1025px) {
    .key-features-blk {
        padding: 100px 200px;
    }
    .features-head {
        padding-bottom: 30px;
    }
    .features-desc, .features-subhead {
        padding-right: 200px;
    }
}

.customer-review {
    background-color: #fff;
}
.customer-review-head {
    color: #000;
    font-family: 'Roboto-Regular';
    font-size: 42px;
    font-weight: 800;
    line-height: 1em;
    text-align: center;
}
.review-blk {
    position: relative;
}
.review-slide {
    display: none;
    text-align: center;
}
.review-slide-in-blk {
    box-shadow: 0 1px 10px 0 RGBA(0, 0, 0, .22);
}
.review-blk .next-review, .review-blk .prev-review {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 8px;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    border-radius: 3px;
    user-select: none;
}
.next-review {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}
.review-blk .next-review:hover, .review-blk .prev-review:hover {
    background-color: #978671;
    color: #065bc5;
}
.review-head {
    color: #000;
    padding: 0 0;
    font-family: 'Roboto-Regular';
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
}
.review-desc {
    font-family: 'Roboto-Regular';
    color: #000;
    text-shadow: none;
    text-decoration: none;
    text-align: justify;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
    font-style: italic;
}
.review-author {
    font-family: 'Roboto-Regular';
    color: #000;
    font-size: 16px;
    text-shadow: none;
    line-height: 1.8;
    text-decoration: none;
    text-align: justify;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
}
.amazon-icons {
    text-align: center;
}

@media (max-width: 767px) {
    .customer-review {
        padding: 20px 7px;
    }
    .review-slide {
        padding: 10px 0;
    }
    .review-head {
        font-size: 24px;
        line-height: 1.1;
    }
    .review-desc {
        font-size: 15px;
        line-height: 1.43;
    }
    .amazon-icons img {
        margin: 0 10px;
    }
    .review-slide-in-blk {
        padding: 10px 25px;
    }
    .customer-review-head {
        font-size: 30px;
    }
    .review-blk .next-review, .review-blk .prev-review {
        padding: 8px 3px;
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .customer-review {
        padding: 30px 20px;
    }
    .review-slide {
        padding: 20px 50px;
    }
    .review-head {
        font-size: 30px;
        line-height: 1.3;
    }
    .review-desc {
        font-size: 16px;
        line-height: 1.8;
    }
    .amazon-icons img {
        margin: 0 30px;
    }
    .review-slide-in-blk {
        padding: 10px 20px;
    }
}

@media (min-width: 1025px) {
    .customer-review {
        padding: 50px 150px;
    }
    .review-slide {
        padding: 30px 120px;
    }
    .review-head {
        font-size: 30px;
        line-height: 1.3;
    }
    .review-desc {
        font-size: 16px;
        line-height: 1.8;
    }
    .amazon-icons img {
        margin: 0 60px;
    }
    .review-slide-in-blk {
        padding: 20px 50px;
    }
}

.how-tracking-works {
    background-color: #978671;
    width: 100%;
    background-image: url(../jpg/keep-teen-safe.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.how-tracking-works-blk {
    width: 100%;
}
.how-trkng-works-head {
    font-weight: 800;
    font-family: 'Roboto-Regular';
    font-size: 40px;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0 3px 4px rgba(0, 0, 0, .98)
}
.how-trkng-works-desc {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .how-tracking-works-blk {
        padding: 30px 0;
    }
    .how-trkng-works-head {
        padding-bottom: 15px;
        font-size: 30px;
    }
    .how-tracking-works-video {
        width: 250px;
        height: auto;
        padding: 0 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .how-tracking-works-blk {
        padding: 50px 30px;
    }
    .how-trkng-works-head {
        padding-bottom: 30px;
    }
    .how-trkng-works-desc {
        padding-right: 100px;
    }
    .how-tracking-works-video {
        width: 250px;
        height: auto;
        padding: 0 0;
    }
}

@media (min-width: 1025px) {
    .how-tracking-works-blk {
        padding: 100px 200px;
    }
    .how-trkng-works-head {
        padding-bottom: 30px;
    }
    .how-trkng-works-desc {
        padding-right: 200px;
    }
    .how-tracking-works-video {
        width: 400px;
        height: auto;
    }
}

.keep-teens-safe {
    background-color: #3990f1;
    width: 100%;
}
.keep-teens-safe-blk {
    width: 100%;
}
.keep-teens-safe-head {
    font-weight: 800;
    font-family: 'Roboto-Regular';
    font-size: 45px;
    line-height: 1.1;
    color: #fff;
}
.keep-teens-safe-subhead {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 21px;
    font-weight: 700;
    text-shadow: 0 3px 4px rgba(0, 0, 0, .98);
    padding: 0;
    margin: 0;
}
.keep-teens-safe-desc {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .keep-teens-safe-blk {
        padding: 30px 20px;
    }
    .keep-teens-safe-head {
        padding-bottom: 15px;
        font-size: 30px;
    }
    .keep-teens-safe-txtBlk {
        padding: 25px;
    }
    .keep-teens-safe-img {
        width: 100%;
        height: auto;
    }
    .keywords-sectDiv .keywords-blk {
        width: auto;
        text-align: center;
        display: inline-block;
        padding: 5px 10px;
        margin: 0 5px 5px 5px;
        border-radius: 25px;
        font-weight: 600;
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .keep-teens-safe-blk {
        height: 450px;
        padding: 70px 30px 50px 30px;
    }
    .keep-teens-safe-head {
        padding-bottom: 17px;
    }
    .keep-teens-safe-txtBlk {
        padding: 25px 10px;
    }
    .keep-teens-safe-img {
        height: 100%;
        width: 100%;
        text-align: right;
        object-fit: cover;
    }
}

@media (min-width: 1025px) {
    .keep-teens-safe-blk {
        padding: 100px 200px;
    }
    .keep-teens-safe-head {
        padding-bottom: 18px;
    }
    .keep-teens-safe-txtBlk {
        padding: 35px 30px;
    }
    .keep-teens-safe-img {
        width: 100%;
        height: 100%;
    }
}
.keywords-sectDiv {
    text-align: center;
    width: 100%;
}
.keywords-blk {
    background: #e2e2e2;
    color: #000;
    border: 1px solid #b9b6b6;
    width: 200px;
    text-align: center;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 5px 20px 5px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Roboto-Regular';
}
.yllwBGwtBrdr {
    background: #ffc513;
    color: #000;
    border: 1px solid #fe9e06;
}
.blueBGwtBrdr {
    background: #b9f6ff;
    color: #000;
    border: 1px solid #1eadff;
}
.instructions {
    background-color: #fff;
    width: auto;
    text-align: center;
}
.instructions-blk {
    background-color: #fff;
}
.instructions-mainhead {
    color: #000;
    font-family: 'Roboto-Regular';
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
}
.bestTracker-mainhead {
    color: #000;
    font-family: 'Roboto-Regular';
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
    font-size: 40px;
}
.instructions-head {
    color: #000;
    font-family: 'Roboto-Regular';
    font-size: 22px;
    font-weight: 700;
    line-height: 1em;
}
.bestTracker-head {
    color: #000;
    font-family: 'Roboto-Regular';
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
}
.instructions-subhead {
    color: #000;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    text-align: justify;
    padding: 15px 0;
}
.bestTracker-desc {
    color: #000;
    font-family: 'Roboto-Regular';
    font-weight: 500;
    line-height: 1.3em;
    text-align: justify;
    font-size: 18px;
}
.instructions-desc {
    color: #000;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    line-height: 1.3em;
}

@media (max-width: 767px) {
    .keywords-sectDiv {
        padding-top: 25px;
    }
    .instructions {
        padding: 20px 10px;
        min-height: 1747px;/*1000*/
    }
    .instructions-blk {
        padding: 20px 15px;
        min-height: 260px;
        margin: 10px;
    }
    .instructions-img img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .instructions-mainhead {
        font-size: 33px;
        padding: 0 0 10px 0;
    }
    .instructions-subhead {
        padding: 0 0 40px 0;
    }
    .instructions-desc {
        font-size: 16px;
        padding: 0 0 10px 0;
    }
    .instructionSect {
        padding: 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .keywords-sectDiv {
        padding-top: 35px;
    }
    .instructions {
        padding: 30px;
        min-height: 460px;
    }
    .instructions-blk {
        margin: 0;
        padding: 20px 15px;
        min-height: 380px;
    }
    .instructions-img img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .instructions-mainhead {
        font-size: 40px;
        padding: 0 0 15px 0;
    }
    .instructions-desc {
        font-size: 18px;
        padding: 0 0 10px 0;
    }
    .instructionSect {
        padding: 0 5px;
    }
}

@media (min-width: 1025px) {
    .keywords-sectDiv {
        padding-top: 55px;
    }
    .instructions {
        padding: 60px 150px;
        min-height: 1077px;/*540*/
    }
    .instructions-blk {
        margin: 10px 25px 10px 25px;
        padding: 30px 30px 30px 30px;
        min-height: 330px;
    }
    .instructions-img img {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }
    .instructions-mainhead {
        font-size: 65px;
        padding: 0 0 16px 0;
    }
    .instructions-desc {
        font-size: 20px;
        padding: 0 0 28px 0;
    }
    .instructionSect {
        padding: 0 25px;
    }
}

.begin-tracking {
    background-color: #fff;
    width: auto;
    text-align: center;
}
.begin-tracking div {
    text-align: center;
}
.begin-tracking-blk {
    background-color: #fff;
}
.begin-tracking-mainhead {
    color: #000;
    font-family: 'Roboto-Regular';
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
}
.begin-tracking-step {
    font-family: 'Roboto-Regular';
    line-height: 1.3;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    color: #5f2649;
    text-align: center;
    font-weight: 800;
    letter-spacing: -1.1px;
}
.begin-tracking-head {
    color: #000;
    font-family: 'Roboto-Regular';
    font-size: 22px;
    font-weight: 700;
    line-height: 1em;
}
.begin-tracking-subhead {
    color: #000;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
}

@media (max-width: 767px) {
    .begin-tracking {
        padding: 20px 0;
        min-height: 1000px;
    }
    .begin-tracking-blk {
        padding: 20px 15px;
        min-height: 260px;
        margin: 10px;
    }
    .begin-tracking-img img {
        width: 150px;
        height: 150px;
    }
    .begin-tracking-mainhead {
        font-size: 28px;
        padding: 20px 0 0 0;
    }
    .begin-tracking-step {
        font-size: 25px;
        padding-top: 10px;
    }
    .begin-tracking-head-sec {
        height: auto;
    }
    .begin-tracking-subhead {
        padding-bottom: 20px;
    }
    .begin-track-blk {
        padding: 0 7px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .begin-tracking {
        padding: 30px;
        min-height: 460px;
    }
    .begin-tracking-blk {
        margin: 0;
        padding: 20px 15px;
        min-height: 380px;
    }
    .begin-tracking-img img {
        width: 130px;
        height: 130px;
    }
    .begin-tracking-mainhead {
        font-size: 35px;
        padding: 30px 0 20px 0;
    }
    .begin-tracking-step {
        font-size: 32px;
    }
}

@media (min-width: 1025px) {
    .begin-tracking {
        padding: 80px 200px;
        min-height: 540px;
    }
    .begin-tracking-blk {
        margin: 10px 25px 10px 25px;
        padding: 30px 30px 30px 30px;
        min-height: 330px;
    }
    .begin-tracking-mainhead {
        font-size: 38px;
        padding: 30px 0 30px 0;
    }
    .begin-tracking-step {
        font-size: 37px;
    }
}
.our-tracking-devices {
    width: auto;
    text-align: center;
    background-color: #978671;
    width: 100%;
    background-image: url(../jpg/purple-pink-clouds.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-tracking-devices-blk {
    background-color: #fff;
}
.our-tracking-devices-mainhead {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
}
.our-tracking-devices-head {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 22px;
    font-weight: 700;
    line-height: 1em;
}
.our-tracking-devices-subhead {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
}

@media (max-width: 767px) {
    .our-tracking-devices {
        padding: 20px 10px;
        min-height: 1000px;
    }
    .our-tracking-devices-blk {
        padding: 20px 15px;
        min-height: 260px;
        margin: 10px;
    }
    .our-tracking-devices-img img {
        width: 180px;
        height: 180px;
    }
    .our-tracking-devices-mainhead {
        font-size: 28px;
        padding: 20px 0 10px 0;
    }
    .our-tracking-devices-subhead {
        padding: 0 0 40px 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .our-tracking-devices {
        padding: 30px 0;
        min-height: 460px;
    }
    .our-tracking-devices-blk {
        margin: 0;
        padding: 20px 15px;
        min-height: 380px;
    }
    .our-tracking-devices-img img {
        padding-bottom: 20px;
        width: 130px;
        height: auto;
    }
    .our-tracking-devices-mainhead {
        font-size: 30px;
        padding: 30px 0 20px 0;
    }
}

@media (min-width: 1025px) {
    .our-tracking-devices {
        padding: 80px 200px;
        min-height: 540px;
    }
    .our-tracking-devices-blk {
        margin: 10px 25px 10px 25px;
        padding: 30px 30px 30px 30px;
        min-height: 330px;
    }
    .our-tracking-devices-mainhead {
        font-size: 38px;
        padding: 30px 0 30px 0;
    }
}

.all-add-cart-btn {
    font-family: 'Roboto-Regular';
    font-weight: 800;
    color: #000;
    background-color: #ffce00;
    text-align: center;
    position: relative;
    text-align: left;
    box-shadow: -2px 6px 5px 1px rgba(0, 0, 0, .5);
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 35px;
}

@media (max-width: 767px) {
    .all-add-cart-blk {
        text-align: left;
        padding: 20px 0 0 0;
    }
    .all-add-cart-btn {
        font-size: 17px;
        padding: 5px 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .all-add-cart-blk {
        text-align: left;
        padding: 30px 0 0 0;
    }
    .all-add-cart-btn {
        font-size: 18px;
        padding: 8px 18px;
    }
}

@media (min-width: 1025px) {
    .all-add-cart-blk {
        text-align: left;
        padding: 20px 0 0 0;
    }
    .all-add-cart-btn {
        font-size: 25px;
        padding: 10px 25px;
    }
}
.social a {
    border: 2px solid #fff;
    color: #fff;
}
.thintext a {
    font-family: 'Roboto-Regular';
    font-size: 17px;
    font-weight: 300;
}
.copyright {
    padding-top: 20px;
    text-align: center;
}
section .add-to-cart-blk {
    text-align: center;
    width: 100%;
}
.add-to-cart-blk {
    text-align: center;
    padding: 50px 0 30px 0;
}
.add-to-cart {
    color: #000;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 20px;
    font-weight: 700;
    box-shadow: -2px 6px 5px 1px rgba(0, 0, 0, .5);
    border-radius: 0;
    width: 100px;
}
.add-to-cart:hover {
    color: #000;
    text-decoration: none;
}
.blu-btn {
    background-color: #02cbff;
}
.ylw-btn {
    background-color: #ffce00;
}
.row {
    margin: 0 !important;
}
hr {
    height: .7px;
    background-color: #ffce00;
    border-radius: 5px;
}
a:hover {
    color: #000;
    text-decoration: none;
}

@media (max-width: 767px) {
    .add-to-cart {
        padding: 10px 15px;
    }
    iframe {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .add-to-cart {
        padding: 10px;
    }
}

@media (min-width: 1025px) {
    .add-to-cart {
        padding: 10px 25px;
    }
}

/* ************************************************onthegoSEC******************************************************** */
.onthegoSEC {
    background-color: #fff;
    background-image: url(../jpg/banner5-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.onthegoBLK {
    background-color: rgba(255, 255, 255, 0.65);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 27px 30px 30px;
    border-radius: 20px;
}
.onthegoSEC-head {
    font-family: 'Roboto-Regular';
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: left;
}
.ui-accordion .ui-accordion-header {
    border-width: 0px;
    border-color: #fff;
    border: 1px solid #d4d4d4;
    box-shadow: 0px -1px 10px #888888;
}
#accordion p, #accordion h3 {
    color: #000;
    font-family: 'Roboto-Regular';
    font-weight: 500;
    line-height: 1.3em;
    text-align: justify;
    font-size: 18px;
}
#accordion p {
    color: #000;
    background-color: #fff !important;
    border-radius: 0 !important;
}
#accordion h3 {
    margin-top: 30px !important;
    color: #269fdf;
    background-color: #fff !important;
    border-radius: 0 !important;
}
#accordion .accDIV {
    height: auto !important;
}

@media (max-width: 767px) {
    .buyNOWA {
        text-align: center !important;
    }
    .devPORTimg {
        max-height: 250px;
    }
    .bestTracker-mainhead {
        font-size: 30px;
        text-align: center;
    }
    .featureBLKimage img {
        width: 50px;
        height: auto;
    }
    .col3Features {
        width: 33.3%;
        padding: 15px 0;
    }
    .featureBLKtxt {
        font-size: 15px;
        font-weight: 600;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .devPORTimg {
        max-height: 300px;
    }
    .bestTracker-mainhead {
        font-size: 28px;
    }
    .featureBLKimage img {
        width: auto;
        height: auto;
    }
    .col3Features {
        width: 33.3%;
        padding: 25px 0;
    }
    .featureBLKtxt {
        font-size: 33px;
        font-weight: 600;
    }
}

@media (min-width: 1025px) {
    .devPORTimg {
        max-height: 400px;
    }
    .alignLEFTDK {
        text-align: left !important;
    }
    .featureBLKimage img {
        width: 110px;
        height: 110px;
    }
    .featureBLKtxt {
        font-size: 15px;
        font-weight: 600;
    }
}
/* ****************************************************************************************************************** */
.ui-icon, .ui-widget-content .ui-icon {
    background-image: none !important;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, .ui-state-active .ui-icon {
    background-image: none !important;
}
/* ****************************************************************************************************************** */
* {
    scrollbar-width: thin;
    scrollbar-color: #4d514d #acb4b4;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background: #acb4b4;
}
::-webkit-scrollbar-thumb {
    background-color: #4d514d;
    border-radius: 5px;
    border: 2px solid #acb4b4;
}

/******** footer *********/
.footer_topimg {
    float: right;
    width: 55%;
}
/******** footer end ***********/