a:focus,
a:hover {
    text-decoration: none
}

:focus,
button:focus {
    outline: 0
}


.mobile-container {
    margin: auto;
    border-radius: 10px
}


.back-card {
    transform: rotateY(180deg)
}

.topnav a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    display: block
}

.topnav a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 35px
}
.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #01c8ed;
    margin: 2px 0 5px;
    transition: .4s;
    border-radius: 10px
}

.bar2 {
    width: 25px
}

.bar3 {
    margin-bottom: 0 !important
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
    background-color: #fff;
    width: 40px
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -7px);
    transform: rotate(45deg) translate(-8px, -7px);
    background-color: #fff;
    width: 40px
}

.main-container {
    margin-top: 125px
}

.heading {
    font-size: 2.1rem;
    font-weight: 600;
    color: #01c8ed;
    line-height: 1.3
}

.subheading {
    font-size: 1.5rem;
    font-weight: 400;
    color: #01c8ed
}

.div-heading {
    font-size: 2.5rem;
    font-weight: 600;
    color: #01c8ed;
    text-transform: uppercase
}

.custom-btn {
    background: transparent none repeat scroll 0 0;
    border: 1.5px solid #01c8ed;
    color: #01c8ed;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 2px 16px;
    border-radius: 5px;
    transition: .3s
}

.custom-btn:hover {
    background: #01c8ed none repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 0 10px #fff
}

.white-custom-btn {
    background: transparent none repeat scroll 0 0;
    border: 1.5px solid #fff;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 2px 16px;
    border-radius: 5px;
    transition: .3s
}

.white-custom-btn:hover {
    background: #fff none repeat scroll 0 0;
    color: #01c8ed
}

.bg-slider {
    background-image: url(../img/bg1.png);
    background-position: -100px 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 710px;
    background-size: cover
}

#video-slider .item {
    background-color: #01c8ed;
    border-radius: 10px;
    height: 400px;
    border: 3px solid #01c8ed
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #01c8ed;
    border: 1px solid #01c8ed
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 2px;
    background: 0 0;
    border: 1px solid #060606
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px
}

.get-ready-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: #01c8ed;
    margin-left: -30px;
    position: relative;
    line-height: 1.1
}

.get-ready-text.largetext {
    margin-left: -40px
}

.get-ready-img {
    width: 180px
}

.getreadycontent:hover .get-ready-text::after {
    width: 60%
}

.get-ready-text::after {
    content: "";
    border-bottom: 3px solid #01c8ed;
    position: absolute;
    bottom: -5px;
    width: 100%;
    left: 0;
    transition: all .3s ease 0s
}

.how-it-works {
    position: relative;
    margin-top: 0
}

.how-it-works .inner-div-howitwork {
    position: absolute;
    top: 0;
    width: 100%
}

#how-it-works-img-slider {
    position: absolute;
    top: 106px;
    width: 40%;
    left: 46.3%;
    object-fit: cover;
    z-index: 1;
    height: calc(100% - 222px)
}

.slider-title {
    font-size: 2.8rem;
    font-weight: 500;
    color: #000
}

.slider-subtitle {
    font-size: 2.1rem;
    font-weight: 500;
    color: #01c8ed;
    line-height: 36px
}

.ml--100 {
    margin-left: -100px
}

.gpimg {
    width: 350px
}

#how-it-works-slider.owl-theme .owl-dots {
    text-align: left
}

.mt--27 {
    margin-top: -27px !important
}

.review-container {
    padding-bottom: 50px
}

.review-container .bg-review {
    position: absolute;
    bottom: 0;
    left: -40px;
    width: 170px
}

.review-div {
    border-radius: 10px;
    border: 3px solid #01c8ed;
    padding: 40px 20px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 30px;
    margin-right: 10px
}

.review-img {
    position: absolute;
    right: -10px;
    top: -80px;
    width: 85px !important
}

.review-div::before {
    content: "";
    position: absolute;
    background-image: url(../img/start-double-quaote.png);
    left: 30px;
    top: -30px;
    width: 75px;
    height: 62px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 3;
    background-color: #fff
}

.review-div::after {
    content: "";
    position: absolute;
    background-image: url(../img/end-double-quaote.png);
    right: 30px;
    bottom: -30px;
    width: 75px;
    height: 62px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 3;
    background-color: #fff
}

.review-div .heading {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 20px 0 10px
}

.desc {
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center
}

.review-div .desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 133px;
    overflow: hidden
}

.review-name {
    color: #01c8ed;
    font-size: 1.5rem;
    font-weight: 600
}

.review-name span {
    color: #adadad;
    font-weight: 400;
    font-size: .7rem
}

.ratings {
    height: 20px
}

.ratings img {
    width: 20px !important;
    margin-right: 4px
}

.about-container {
    overflow: hidden
}

.about-container .firstimg {
    width: 110px;
    position: absolute;
    bottom: -210px;
    left: 0
}

.about-container .secimg {
    position: absolute;
    top: 80px;
    right: 30px;
    width: 100px
}

.location-icon {
    width: 20px;
    height: 28px;
    object-fit: cover
}

.mobile-icon {
    width: 20px;
    height: 20px;
    object-fit: contain
}

.justify-lg-content-evenly {
    justify-content: space-evenly
}

.stepimghit {
    height: -webkit-fill-available;
    object-fit: cover
}

.h-cust-100 {
    height: 100%
}

.br-55 {
    border-radius: 55px
}

.w-150 {
    width: 180px;
    cursor: pointer;
    transition: all .3s ease 0s
}

.w-150:hover {
    box-shadow: #ebebeb 0 0 39px
}

.videoyoutube {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.sliderimghitw {
    background-repeat: no-repeat;
    background-position: center 20px;
    width: 100%;
    background-size: cover;
    height: 450px
}

.readless,
.readmore {
    color: #01c8ed;
    font-size: 1rem
}

.location-search {
    border-bottom: 1px solid #000 !important;
    border: none;
    transition: .3s all;
    color: #000;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 0;
    background-color: transparent;
    opacity: 0
}

.location-search::placeholder {
    color: #00000061
}

.locationClick {
    cursor: pointer
}

.store_btn {
    width: 150px;
    transition: all .3s ease 0s
}

.store_btn:hover {
    box-shadow: rgb(0 109 129 / 35%) 0 4px 7px 0
}

.store_link {
    display: contents !important
}

.item {
    text-align: left !important
}

#custreviewid {
    margin-top: 70px
}

#getreadyid {
    margin-top: -80px
}

@media (max-width:991px) {
    .how-it-works {
        margin-top: 0;
        margin-bottom: 60px
    }

    .topnav #myLinks {
        margin-left: 100px
    }

    .header-link {
        font-size: 2rem !important
    }

    .custom-btn,
    .white-custom-btn {
        padding: 2px 30px
    }

    #how-it-works-img-slider {
        position: absolute;
        top: 155px;
        width: 47%;
        left: 188px;
        object-fit: cover;
        z-index: 1;
        height: calc(100% - 370px)
    }

    .stepimghit {
        height: -webkit-fill-available;
        object-fit: cover
    }

    .slider-title {
        font-size: 3rem;
        color: #000;
        line-height: normal;
        text-align: center
    }

    .slider-subtitle {
        font-size: 2.5rem;
        color: #01c8ed;
        line-height: 1.2;
        margin-top: 10px;
        text-align: center
    }

    #custreviewid {
        margin-top: 20px
    }

    #how-it-works-slider.owl-theme .owl-dots .owl-dot.active span,
    #how-it-works-slider.owl-theme .owl-dots .owl-dot:hover span {
        background: #01c8ed;
        border: 1px solid #01c8ed
    }

    #how-it-works-slider.owl-theme .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        margin: 5px 2px;
        background: 0 0;
        border: 1px solid #000
    }

    #how-it-works-slider.owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: -238px
    }

    .mt--27 {
        margin-top: 3rem !important
    }

    .h-cust-100 {
        height: 100%
    }

    .mt-5,
    .my-5 {
        margin-top: 1rem !important
    }

    #how-it-works-slider.owl-theme .owl-dots {
        text-align: center
    }

    .inner-div-howitwork {
        position: relative !important;
        top: 0 !important
    }

    .mt-120 {
        margin-top: 200px
    }
}

@media (max-width:767px) {
    #getreadyid {
        margin-top: 20px
    }

    div#aboutDetails.desc {
        font-size: 1rem
    }

    .mb-3,
    .my-3 {
        margin-bottom: .5rem !important
    }

    .custom-btn {
        background: transparent none repeat scroll 0 0;
        border: 1.5px solid #01c8ed;
        color: #01c8ed;
        font-size: 1.1rem;
        font-weight: 500;
        padding: 2px 16px;
        border-radius: 5px;
        transition: .3s
    }

    .store_btn {
        width: 130px !important
    }

    .mr-3,
    .mx-3 {
        margin-right: 0 !important
    }

    .dwd_sec1 {
        margin-top: -50px
    }

    .owl-stage {
        margin-top: 10px !important
    }

    .subheading {
        font-size: 1.2rem;
        font-weight: 400;
        color: #01c8ed
    }

    .get-ready-text.largetext {
        white-space: normal
    }

    .bg-slider {
        background-image: url(../img/video-slider-res.png);
        background-position: -20px 0;
        background-repeat: no-repeat;
        width: 100%;
        height: 450px;
        background-size: contain
    }

    .text-center {
        text-align: center !important
    }

    #video-slider .item {
        height: 250px
    }

    #how-it-works-slider {
        margin-top: -35px
    }

    .get-ready-text::after {
        width: 135px
    }

    .custom-btn {
        border: 1px solid #01c8ed;
        font-weight: 400
    }

    .how-it-works {
        margin-top: 0;
        margin-bottom: 30px
    }

    .div-heading {
        font-size: 2rem
    }

    .ml--100 {
        margin-left: 0
    }

    .slider-title {
        font-size: 1.9rem;
        color: #000;
        line-height: 1.2
    }

    .slider-subtitle {
        font-size: 1.5rem;
        color: #01c8ed;
        line-height: 1
    }

    #custreviewid {
        margin-top: 20px
    }

    #how-it-works-slider.owl-theme .owl-dots .owl-dot.active span,
    #how-it-works-slider.owl-theme .owl-dots .owl-dot:hover span {
        background: #01c8ed;
        border: 1px solid #01c8ed
    }

    #how-it-works-slider.owl-theme .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        margin: 5px 2px;
        background: 0 0;
        border: 1px solid #000
    }

    .mt-7 {
        margin-top: 3rem
    }

    .mt--27 {
        margin-top: 0
    }

    .review-div {
        margin-top: 70px;
        height: 330px;
        padding-top: 50px
    }

    .review-container .bg-review {
        position: absolute;
        bottom: 100px;
        left: -100px;
        width: 160px
    }

    .custom-btn {
        padding: 4px 20px
    }

    .footer-conatiner {
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../img/footer-bg-mobile.png);
        width: 100%;
        background-position: top center;
        margin-top: 40px;
        padding-left: 20px
    }

    .footer-header {
        font-size: 1.4rem;
        color: #fff
    }

    .footer-link,
    .footer-text {
        color: #fff
    }

    .copyright {
        font-size: 1rem
    }

    .heading {
        font-size: 2rem;
        line-height: 1.2
    }

    .getstartedmobile {
        width: 85%;
        margin-left: 15px !important
    }

    .get-ready-img {
        width: 180px
    }

    .topnav #myLinks {
        display: none;
        background-color: #01c8ed;
        margin-top: 10px;
        margin-left: 40px;
        padding-bottom: 20px
    }

    .w-150 {
        width: 150px !important;
        cursor: pointer;
        transition: all .3s ease 0s
    }

    #how-it-works-img-slider {
        position: absolute;
        top: 35px;
        width: 46%;
        left: 27%;
        object-fit: cover;
        z-index: 1;
        height: calc(100% - 150px)
    }

    .how-it-works .inner-div-howitwork {
        position: relative;
        top: 0;
        width: 100%
    }

    .stepimghit {
        height: -webkit-fill-available;
        object-fit: cover
    }

    #how-it-works-slider.owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: -125px
    }

    .h-cust-100 {
        height: calc(100% - 70px)
    }

    .br-55 {
        border-radius: 33px
    }

    .main-container {
        margin-top: 95px !important
    }

    #how-it-works-slider.owl-theme .owl-dots {
        text-align: center
    }

    .mt-120 {
        margin-top: 120px
    }
}

@media screen and (max-width:640px) {
    .mt-120 {
        margin-top: 120px
    }

    .pt-2,
    .py-2 {
        padding-top: 2.5rem !important
    }

    .custom-btn {
        background: transparent none repeat scroll 0 0;
        border: 1.5px solid #01c8ed;
        color: #01c8ed;
        font-size: 1.1rem;
        font-weight: 500;
        padding: 2px 16px;
        border-radius: 5px;
        transition: .3s
    }

    .mr-3,
    .mx-3 {
        margin-right: 0 !important
    }

    .dwd_sec1 {
        margin-top: -50px
    }

    .owl-stage {
        margin-top: 10px !important
    }

    .text-center {
        text-align: center !important
    }

    .subheading {
        font-size: 1rem;
        font-weight: 400;
        color: #01c8ed
    }

    .get-ready-text.largetext {
        white-space: normal
    }

    .bg-slider {
        background-image: url(../img/video-slider-res.png);
        background-position: -20px 0;
        background-repeat: no-repeat;
        width: 100%;
        height: 390px;
        background-size: contain
    }

    #video-slider .item {
        height: 250px
    }

    #how-it-works-slider {
        margin-top: -35px
    }

    .get-ready-text::after {
        width: 135px
    }

    .custom-btn {
        border: 1px solid #01c8ed;
        font-weight: 400
    }

    .how-it-works {
        margin-top: 0;
        margin-bottom: 30px
    }

    .div-heading {
        font-size: 2rem
    }

    .ml--100 {
        margin-left: 0
    }

    .slider-title {
        font-size: 1.9rem;
        color: #000;
        line-height: 1.2
    }

    .slider-subtitle {
        font-size: 1.5rem;
        color: #01c8ed;
        line-height: 1
    }

    #custreviewid {
        margin-top: 20px
    }

    #how-it-works-slider.owl-theme .owl-dots {
        text-align: center
    }

    #how-it-works-slider.owl-theme .owl-dots .owl-dot.active span,
    #how-it-works-slider.owl-theme .owl-dots .owl-dot:hover span {
        background: #01c8ed;
        border: 1px solid #01c8ed
    }

    #how-it-works-slider.owl-theme .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        margin: 5px 2px;
        background: 0 0;
        border: 1px solid #000
    }

    .mt-7 {
        margin-top: 3rem
    }

    .mt--27 {
        margin-top: 0
    }

    .review-div {
        margin-top: 25px;
        height: 330px;
        padding-top: 50px
    }

    .review-container .bg-review {
        position: absolute;
        bottom: 100px;
        left: -100px;
        width: 160px
    }

    .custom-btn {
        padding: 5px 13px
    }

    .footer-conatiner {
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../img/footer-bg-mobile.png);
        width: 100%;
        background-position: top center;
        margin-top: 40px;
        padding-left: 20px
    }

    .footer-header {
        font-size: 1.4rem;
        color: #fff
    }

    .footer-link,
    .footer-text {
        color: #fff
    }

    .copyright {
        font-size: 1rem
    }

    .heading {
        font-size: 1.8rem;
        line-height: 1.2
    }

    .store_btn {
        width: 130px !important
    }

    .getstartedmobile {
        width: 85%;
        margin-left: 15px !important
    }

    .get-ready-img {
        width: 180px
    }

    .topnav #myLinks {
        display: none;
        background-color: #01c8ed;
        margin-top: 40px;
        margin-left: 40px;
        padding-bottom: 20px
    }

    .w-150 {
        width: 150px !important;
        cursor: pointer;
        transition: all .3s ease 0s
    }

    #how-it-works-img-slider {
        position: absolute;
        top: 35px;
        width: 46%;
        left: 27%;
        object-fit: cover;
        z-index: 1;
        height: calc(100% - 150px)
    }

    .how-it-works .inner-div-howitwork {
        position: relative;
        top: 0;
        width: 100%
    }

    .stepimghit {
        height: -webkit-fill-available;
        object-fit: cover
    }

    #how-it-works-slider.owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: -125px
    }

    .h-cust-100 {
        height: calc(100% - 70px)
    }

    .br-55 {
        border-radius: 33px
    }

    .topnav a.icon {
        padding: 25px 25px !important
    }

    .main-container {
        margin-top: 95px !important
    }

    .header-link {
        font-size: 1.3rem !important;
        margin-bottom: 10px !important
    }

    .mt-5,
    .my-5 {
        margin-top: 2rem !important
    }

    .w-150 {
        width: 130px !important
    }
}

#video-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px
}

#aboutDetails {
    max-height: 350px;
    overflow-y: auto;
    padding-right: 20px
}

#aboutDetails::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ccc;
    width: 2px
}

#aboutDetails::-webkit-scrollbar {
    background-color: #ccc;
    width: 3px
}

#aboutDetails::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #01c8ed
}