body.template-sign-in > section.section {
    padding-top: 2.0769230769rem;
}

/* modal demo tour */
.modal{
    visibility: hidden;
    -webkit-transition-property: background,visibility,opacity;
    -moz-transition-property: background,visibility,opacity;
    transition-property: background,visibility,opacity;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    transition-duration: 250ms;
}
.modal-content {
    width: 1000px;
    max-width: 100%;
    color: white;
    padding-top: 15px;
    display: block;
    margin: auto !important;
    box-shadow: none;
}
.modal.is-toggled-visible {
    visibility: visible;
    opacity: 1;
    background: rgba(0,0,0,.5);
}
.close_modal_custom{
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #ccc;
    top: .5rem;
    right: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;    
}
.col-md-7 {
    width: 58.33333%;
}
.col-md-5 {
    width: 41.66667%;
}

/* global section */
.section--global .global-block__text a {
    font-size: 1.3846153846rem;
    color: #fff;
}

.form-pricing__apps .item-info-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2307692308rem;
    grid-column: 1/-1;
}

.final_step_order_final_price .form-pricing__price{
    flex-direction: row;
}

.form-pricing .card{
    overflow: visible;
}

#modal-trial .trial-form{
    text-align: left !important;
}

#modal-trial .review__list-item--video .review__content, #modal-demo-tour .review__list-item--video .review__content{
    width: 50% !important;
}

#modal-trial .review__list-item--video .review__content iframe, #modal-demo-tour .review__list-item--video .review__content iframe{
    width: 100% !important;
    height: 100% !important;
}

#modal-trial .review__side, #modal-demo-tour .review__side{
    width: 45%;
}

/* user manual */
.manual h1.h2
{
	font-size: 2.9230769231rem;
  	font-weight: 700;
	 line-height: 3.3846153846rem;
  	color: #30313D;
	font-family: "SF Pro Display";
}
.manual h1 strong {
	font-size: 1.9230769231rem;
  	font-weight: 500;
}

.manual h2 {
	font-size: 18px;
  	font-weight: 600;
}

.manual p, .manual ul li, .manual ol li, .manual a{
	font-size: 16px;
    line-height: 24px;
}

.manual h2 strong {
	font-size: 1.5230769231rem;
  	font-weight: 500;
}

.software__image video{
    left: 11.3rem !important;
}

.footer-blocks__item-text .paragraph a{
    text-decoration: underline;
}

.trial__left .trial__carousel-slide img{
    object-fit: contain !important;
}

.trial__right ul li a, .shop-item-bottom .features .paragraph a{
    color: #0AA5CA !important;
    text-decoration: underline !important;
}

/* Video wrapper: rounded corners, clip content to match */
.review__video-wrap {
    max-width: 41.5384615385rem;
    border-radius: 1.8461538462rem;
    overflow: hidden;
    height: 100%;
}
.review__video-wrap iframe {
    display: block;
    width: 100%;
    height: 100%;;
    aspect-ratio: 16 / 9;
    border-radius: 1.8461538462rem;
    vertical-align: top;
}

/* Order landing / headless header: do not stick the header wrapper */
.header-wrapper--headless {
    position: static !important;
}

.awards-container{
    height: 52px!important;
}

.header__logo .logo-icon{
    display: none;
}

.error_msg{
    text-align: center;    
    color: red;
}

.form-pricing__bubble{
    background: #0AA5CA;
    color: #fff;
}

.review__side-text{
    font-size: 18px!important;
}

.template-gps-trackers-shop .section.trackers-tabs{
    padding-top: 0!important;
} 

#tab-125 img{
    max-height: 400px;
}

@media only screen and (max-width: 1439px) {    
    .item-choose-list .item-choose:first-of-type .form-pricing__pop {
        left: 245px;
    }    
    .item-choose-list .item-choose:last-of-type .form-pricing__pop {
        left: 0px!important;
    }

    .header__logo .logo{
        display: none;
    }

    .header__logo .logo-icon{
        display: flex;
    }

    .header__logo{
        width: 6.0769230769rem;
    }
}

@media only screen and (max-width: 1199px) {
    #tab_payment_1_tab .form-pricing__price{
        position: relative!important;

        & > span{
            position: absolute!important;
            top: 50px;
        }
    }

    .platform-block__video{
        max-width: 20.923rem!important;
        max-height: 15rem!important;
        iframe{
            width: 100%!important;
            height: 100%!important;
        }
    }

    .header__logo .logo{
        display: flex;
    }

    .header__logo .logo-icon{
        display: none;
    }

    .header__logo{
        width: 12.0769230769rem;
    }

    .pricing__list--section{
        margin-top: 2.7692307692rem!important;
    }

    .blog{
        padding-top: 4.7692307692rem!important;
    }

    .template-gps-trackers-shop .tabs .tabs__nav-item{
        border-left: 1px solid #DDE3E8!important;    
    }

    .header__navigation-item-container{
        height: 100%;
    }

    .form__carousel{
        max-width: 100%!important;
    }
}

@media only screen and (max-width: 991px) {
    .review.review--carousel .review__list-item--video .review__side{
        width: 100%!important;
    }

    #modal-trial .review__list-item--video .review__content, #modal-demo-tour .review__list-item--video .review__content{
        width: 100%!important;
        height: 400px;
    }

    .review__list-item{
        min-width: unset!important;
    }
    
    .review__content-video{
        max-width: 100%!important;
    }    

    #tab_payment_1_tab .form-pricing__price span{    
        top: 22px !important;
    }

    #tab_payment_1_tab .form-pricing__price span.form-pricing__before{    
        top: 0 !important;
    }

    #tab_payment_1_tab .item-choose .form-check{    
        top: 10px;
    }

    .item-choose-list .item-choose:first-of-type .form-pricing__pop, .item-choose-list .item-choose:nth-of-type(3) .form-pricing__pop {    
        left: 245px;
    }    
    .item-choose-list .item-choose:last-of-type .form-pricing__pop, .item-choose-list .item-choose:nth-of-type(2) .form-pricing__pop { 
        left: 86px!important;
    }

    .platform-block__video{
        max-width: 36.9230769231rem!important;
        max-height: 23.8461538462rem!important;
        iframe{
            width: 36.9230769231rem!important;
            height: 23.8461538462rem!important;
        }
    }

    .shop-item-bottom .section--carousel{
        padding-top: 0!important;
    }

    .customer-reviews__row{
        padding-bottom: 0!important;
    }

    .ip__container{
        margin-top: 2.7692307692rem!important;
    }

    .blog{
        padding-top: 2.7692307692rem!important;
    }

    .template-gps-trackers-shop .tabs .tabs__nav{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .template-gps-trackers-shop .tabs .tabs__nav-item:nth-child(1) {
        border-radius: 0.9230769231rem 0 0 0;
    }
    .template-gps-trackers-shop .tabs .tabs__nav-item:nth-child(3) {
        border-radius: 0 0.9230769231rem 0.9230769231rem 0;
    }
    .template-gps-trackers-shop .tabs .tabs__nav-item:nth-child(4) {
        border-radius: 0 0 0.9230769231rem 0.9230769231rem;
    }

    .customer-reviews.customer-reviews--grid{
        margin-top: 4.2307692308rem!important;
    }
    
    .review__content-video{
        height: 450px;
    }

    .review__content-video iframe{
        width: 100%!important;    
        height: 450px;
    }

}

@media only screen and (max-width: 767px) {
    .modal-content {
        padding-top: 0;
    }

    #tab_payment_1_tab .form-pricing__price p{
        position: absolute;     
        
        & > .form-pricing__before{
            top: 0% !important;
        }
        
        & > .form-pricing__before::before{
            top: 49%;
        }
    }

    #tab_payment_1_tab .item-choose .form-check{    
        top: 20px;
    }

    #tab_payment_1_tab .form-pricing__price span{    
        top: 8px !important;
    }

    .item-choose-list .item-choose:last-of-type .form-pricing__pop, .item-choose-list .item-choose:nth-of-type(2) .form-pricing__pop { 
        left: -10px!important;
    }

    .platform-block__video{
        max-width: 400px!important;
        max-height: 250px!important;
        iframe{
            width: 400px!important;
            height: 250px!important;
        }
    }

    .shop-item-bottom .section--carousel{
        padding-top: 0!important;
    }

    .template-gps-trackers-shop .tabs .tabs__nav{
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 1.4615384615rem!important;
        width: 100%!important;
        .tabs__nav-item:nth-child(1) {
            border-radius: 0.9230769231rem 0 0 0;
        }
    }

    .template-gps-trackers-shop .tabs .tabs__nav-item:nth-child(2) {
        border-radius: 0 0.9230769231rem 0 0;
    }

    .template-gps-trackers-shop .tabs .tabs__nav-item:nth-child(3) {
        border-radius: 0 0 0 0.9230769231rem;
    }
    .template-gps-trackers-shop .tabs .tabs__nav-item:nth-child(4) {
        border-radius: 0 0 0.9230769231rem 0;
    }

    .customer-reviews.customer-reviews--grid .customer-reviews__container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 0.9230769231rem 4.3076923077rem;
    }

    .customer-reviews .card:first-of-type{
        margin-left: 0!important;
    }
    
}

@media only screen and (max-width: 575px) {
    .item-choose-list .item-choose .form-pricing__pop, .item-choose-list .item-choose:nth-of-type(2) .form-pricing__pop, .item-choose-list .item-choose:nth-of-type(4) .form-pricing__pop{ 
        left: 50%!important;
        width: 350px!important;
    }

    #tab_payment_2_tab .form-pricing__pop {
        width: 350px;
    }

    #tab_payment_3_tab {
        h4{
            margin-bottom: 1rem!important;
        }

        .form-pricing__text{
            margin-bottom: 1rem!important;
        }
    }

    .platform-block__video{
        max-width: 100%!important;
        max-height: 200px!important;
        iframe{
            width: 100%!important;
            height: 100%!important;
        }
    }

    .section--review-carousel{
        padding-top: 2.0769230769rem;
    }

    .review.review--carousel{
        margin-top: 20px;
    }

    .review__content-video{
        max-width: 350px!important;
        height: 200px!important;
        iframe{
            width: 350px!important;
            height: 200px!important;
        }
    }

    .header__logo .logo{
        height: 100%!important;
    }

    .header--headless .awards-container{
        margin-left: auto;
    }

    /* .section.start-business-cta{
        padding-top: 2.0769230769rem;
    }

    .section.compatible-trackers{
        padding-bottom: 2.5769230769rem;
    } */

    .breadcrumbs{
        padding-left: 0.9230769231rem;
    }

    .breadcrumbs__container{
        padding-left: 0!important;
    }

    .software__awards, .awards-container{
        margin: auto;
        margin-top: 1.5769230769rem;
        max-width: 80%;
        width: auto!important;        
    }

    .awards-container{
        height: 3.5769230769rem!important;        
    }


    .trial__carousel .trial__carousel-slide{
        height: 15.3076923077rem;
    }

    .review__companies{
        gap: 1.0923076923rem;
        margin-left: 5px;
    }

    .customer-reviews{
        margin-top: 2.2307692308rem;
    }
    
    .shop-item-bottom .section--carousel{
        padding-top: 0!important;
    }

    .section-heading{
        padding-left: 0.9230769231rem!important;
        padding-right: 0.9230769231rem!important;
    }

    .features__list--large .features__list-item > img{
        width: 20.6153846154rem;
    }

    .section{
        padding-top: 2.9230769231rem;
        padding-bottom: 2.9230769231rem;
    }

    .template-mobile-apps .card-list .card{
        padding: 2.4615384615rem!important
    }

    .template-mobile-apps .card-list{
        margin-top: 2rem!important;
    }

    .template-gps-trackers-shop .tabs .tabs__nav{
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 2.4615384615rem!important;
        width: 100%!important;
    }

    .template-gps-trackers-shop .tabs .tabs__nav-item:nth-child(1) {
        border-radius: 0.9230769231rem 0.9230769231rem 0 0;
    }

    .template-gps-trackers-shop .tabs .tabs__nav-item:nth-child(2) {
        border-radius: 0;
    }

    .template-gps-trackers-shop .tabs .tabs__nav-item:nth-child(3) {
        border-radius: 0;
    }

    .template-gps-trackers-shop .tabs .tabs__nav-item:nth-child(4) {
        border-radius: 0 0 0.9230769231rem 0.9230769231rem;
    }

    footer .footer-blocks__item{
        width: 100%!important;
    }

    .breadcrumbs__container {
        height: auto;          /* let height grow */
        flex-wrap: wrap;       /* allow items to wrap to next line */
        row-gap: 0.3rem;   
    }
    .breadcrumbs__container.ellipsis {
        white-space: normal;   /* allow wrapping */
        overflow: visible;
        text-overflow: unset;
    }

    .review__companies-item{
        width: 8rem!important;
    }

    .customer-reviews.customer-reviews--grid .customer-reviews__container{
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .review__list-item{
        min-width: unset!important;
    }

    #modal-trial .review__list-item--video .review__content, #modal-demo-tour .review__list-item--video .review__content{    
        height: 100%;
    }
}
