* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: 1230px !important;
    padding: 0 15px;
    width: 100%;
    display: block;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.bg-pink {
    background: #FFFBFB;
}

/* ----------------------- Common-Class-names ----------------------------- */
.move-title {
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.25px;
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 767px) {
    .move-title {
        font-size: 30px;
        line-height: 31px;
    }
}

.move-dictation {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54);
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 767px) {
    .move-dictation {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 575px) {
    .move-dictation {
        font-size: 16px;
        line-height: 20px;
    }
}

.sub-titles {
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.85);
    font-family: 'Roboto', sans-serif;
}

.bg-yellow {
    background: #FFFAE1;
}

.product-info-link {
    color: #9c108c;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 991px) {
    .product-info-link {
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (max-width: 767px) {
    .product-info-link {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 575px) {
    .product-info-link {
        font-size: 14px;
        line-height: 20px;
    }
}

.product-info-text1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Raleway', sans-serif;
}



@media screen and (max-width: 1200px) {
    .product-info-text1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media screen and (max-width: 991px) {
    .product-info-text1 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media screen and (max-width: 767px) {
    .product-info-text1 {
        font-size: 30px;
        line-height: 35px;
    }
}

.product-info-detail {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.54);
    font-family: 'Roboto', sans-serif;
}



@media screen and (max-width: 1200px) {
    .product-info-detail {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 991px) {
    .product-info-detail {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .product-info-detail {
        text-align: justify;
    }
}

.testimonials-sub {
    font-size: 20px;
    line-height: 46px;
    color: #000;
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 1200px) {
    .testimonials-sub {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width: 991px) {
    .testimonials-sub {
        font-size: 16px;
        line-height: 20px;
    }
}

/* ----------------------- Flexible-title ----------------------------- */
.product-flexible-section {
    padding-left: 500px;
}

@media screen and (max-width: 1200px) {
    .product-flexible-section {
        padding-left: 250px;
    }
}

@media screen and (max-width: 991px) {
    .product-flexible-section {
        padding-left: 60px;
    }
}

@media screen and (max-width: 767px) {
    .product-flexible-section {
        padding-left: 50px;
    }
}

@media screen and (max-width: 575px) {
    .product-flexible-section {
        padding-top: 50px;
    }
}

.product-flexible-section .product-flexible {
    bottom: 0;
    left: calc(50% - 80px);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (max-width: 1660px) {
    .product-flexible-section .product-flexible {
        left: auto;
        -webkit-transform: translate(40px, 10px);
        transform: translate(40px, 10px);
    }
}

@media screen and (max-width: 575px) {
    .product-flexible-section .product-flexible {
        left: 45px;
        bottom: 50px;
        padding: 0 15px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 480px) {
    .product-flexible-section .product-flexible {
        bottom: 0;
    }
}

.product-flexible-section .product-flexible .product-flexible-text {
    width: 100%;
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 1200px) {
    .product-flexible-section .product-flexible .product-flexible-text {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 991px) {
    .product-flexible-section .product-flexible .product-flexible-text {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .product-flexible-section .product-flexible .product-flexible-text {
        font-size: 30px;
        line-height: 35px;
    }
}

@media screen and (max-width: 575px) {
    .product-flexible-section .product-flexible .product-flexible-text {
        font-size: 20px;
        line-height: 26px;
        max-width: 60%;
    }
}

@media screen and (max-width: 575px) {
    .product-flexible-section .product-flexible .product-flexible-text br {
        display: none;
    }
}

.product-flexible-section img.image-title {
    width: 1400px;
    float: right;
}

@media screen and (max-width: 1500px) {
    .product-flexible-section img.image-title {
        width: 100%;
    }
}

/* ----------------------- Flexible-title ----------------------------- */
/* ----------------------- Product-Definiton-Section ----------------------------- */

.product1-info-text {
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 1440px) {
    .product1-info-text {
        font-size: 60px;
        line-height: 64px;
    }
}

@media screen and (max-width: 1200px) {
    .product1-info-text {
        font-size: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .product1-info-text {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .product1-info-text {
        font-size: 35px;
        line-height: 40px;
    }
}

@media screen and (max-width: 575px) {
    .product1-info-text {
        font-size: 30px;
        line-height: 35px;
    }
}

/* ----------------------- Slider ----------------------------- */

.swiper-slide-text {
    color: rgba(0, 0, 0, 0.87);
    font-size: 40px;
    line-height: 46px;
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 767px) {
    .swiper-slide-text {
        text-align: justify;
    }

    .swiper-slide-text-small {
        margin-right: 25px;
        margin-left: 25px;
    }

}

/* ----------------------- Home Button ----------------------------- */
a.product-content-btn {
    border-radius: 32px;
    color: #093042;
    font-size: 16px;
    background: #FFF;
    padding: 18px 45px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 94px;
}

a.product-content-btn:hover {
    color: #093042;
    background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1200px) {
    a.product-content-btn {
        margin-top: 30px;
        padding: 14px 35px;
    }
}

@media screen and (max-width: 991px) {
    a.product-content-btn {
        font-size: 14px;
        margin-top: 30px;
        padding: 12px 25px;
    }
}

@media screen and (max-width: 575px) {
    a.product-content-btn {
        font-size: 12px;
        margin-top: 30px;
        padding: 8px 15px;
    }
}

.about-title {
    font-size: 48px;
    line-height: 72px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.87);
}

@media screen and (max-width: 1200px) {
    .about-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .about-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 575px) {
    .about-title {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 2px;
    }
}

.platform-description {
    color: rgba(0, 0, 0, 0.54);
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 1200px) {
    .platform-description {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width: 991px) {
    .platform-description {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .platform-description {
        text-align: justify;
    }
}

/* ----------------------- Home_Page ----------------------------- */
/* ----------------------- Header ----------------------------- */
.header {
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.header #menu input {
    display: none;
    margin: 0 0;
    padding: 0 0;
    width: 100%;
    height: 45px;
    opacity: 0;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .header #menu input {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 99;
    }
}

.header #menu label {
    font: bold 30px Arial;
    display: none;
    line-height: 15px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .header #menu label {
        display: inline-block;
    }
}

.header .navbar .navbar-toggler {
    width: 30px;
    height: 30px;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .header .navbar .navbar-collapse .navbar-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 3;
        height: auto;
        display: none;
        background-color: #fff;
    }
}

.header .navbar .navbar-collapse .navbar-nav li.nav-item.last-menu a {
    padding: 27px 0 27px 22px;
}

.header .navbar .navbar-collapse .navbar-nav li.nav-item a img.dropdown-img {
    display: none;
}

@media screen and (max-width: 991px) {
    .header .navbar .navbar-collapse .navbar-nav li.nav-item a img.dropdown-img {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
        height: auto;
        display: block;
        background-color: #fff;
    }
}

.header .navbar .navbar-collapse .navbar-nav li.nav-item .menu_item i.fa.fa-plus {
    display: none;
}

@media screen and (max-width: 991px) {
    .header .navbar .navbar-collapse .navbar-nav li.nav-item .menu_item i.fa.fa-plus {
        font-size: 20px;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 3;
        height: auto;
        display: block;
        background-color: #fff;
    }
}

.header .navbar .navbar-collapse .navbar-nav li a.nav-link.active {
    font-weight: bold;
    border-top: 3px solid #000;
}

.header .navbar .navbar-collapse .navbar-nav li a {
    padding: 27px 22px 27px 22px;
    display: inline-block;
    margin: 0 auto;
    border-top: 3px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: rgba(0, 0, 0, 0.87);
}

.header .navbar .navbar-collapse .navbar-nav li a:hover {
    border-top: 3px solid #000;
}

.header .navbar .navbar-collapse .navbar-nav li a:active {
    border-top: 3px solid #000;
}

@media screen and (max-width: 991px) {
    .header .navbar .navbar-collapse .navbar-nav li a {
        width: 100%;
        padding: 10px;
        display: inline-block;
    }
}

@media screen and (max-width: 991px) {
    .header .navbar .navbar-collapse .navbar-nav li .menu-link::before {
        width: 10px;
        height: 0;
        border-width: 6px 5px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
        position: absolute;
        top: 20px;
        right: 9px;
        z-index: 9999;
    }
}

.header .navbar .navbar-collapse .navbar-nav li ul.menus {
    position: absolute;
    left: 0;
    padding: 0;
    top: 100%;
    display: none;
    width: 200px;
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.03);
    z-index: 2;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    .header .navbar .navbar-collapse .navbar-nav li ul.menus {
        position: absolute;
        top: 55px;
        width: 100%;
        z-index: 99;
        background-color: #f9ebf5 !important;
    }
}

.header .navbar .navbar-collapse .navbar-nav li ul.menus li a {
    width: 100%;
    padding: 10px;
}

@media screen and (max-width: 991px) {
    .header .navbar .navbar-collapse .navbar-nav li ul.menus li .dropdown-click {
        width: none;
        padding: none;
    }
}

.header .navbar .navbar-collapse .navbar-nav .meni-link::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 6px 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    top: 20px;
    right: 9px;
}

.header .navbar .navbar-collapse .navbar-nav .menu-hover:hover ul.menus {
    display: block;
}

.header .navbar .navbar-collapse .navbar-nav .menu-hover:hover ul.menus a:hover {
    color: #efcee7;
    border-top: 3px solid transparent;
}

a.dropdown-click.menu_item {
    padding: 0 !important;
}

/* ----------------------- Notificaion ----------------------------- */
.notificaion .platform {
    background: #efcee7;
    padding: 22px 0;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1200px) {
    .notificaion .platform {
        padding: 10px 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .notificaion .platform {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .notificaion .platform {
        font-size: 14px;
    }
}

.notificaion .platform a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87);
}

.notificaion .platform a:hover {
    color: rgba(0, 0, 0, 0.5);
}

/* --------------------------- Hero -------------------------------- */
.hero {
    background-image: url(../images/Rectangle.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 123px 0 195px;
}

.hero:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 714px;
    height: 100%;
    display: inline-block;
    background-image: url(../images/running-watch.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}



.product-content-tagline-anmation-1, .product-content-tagline-anmation-2, .product-content-tagline-anmation-3, .product-content-tagline-anmation-4  {
    opacity: 0;
    animation: fadeInUp 1s ease-in-out 0s forwards;
}

.product-content-tagline-anmation-1 {
    animation-delay: 1s;
}

.product-content-tagline-anmation-2 {
    animation-delay: 1.2s;
}

.product-content-tagline-anmation-3 {
    animation-delay: 1.8s;
}

.product-content-tagline-anmation-4 {
    animation-delay: 2s;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 1200px) {
    .hero:before {
        width: 450px;
    }
}

@media screen and (max-width: 767px) {
    .hero:before {
        width: 50%;
    }
}

@media screen and (max-width: 575px) {
    .hero {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1200px) {
    .hero .product-main-content {
        padding-left: 15px;
    }
}

.hero .product-main-content .product-content-tagline {
    color: #454545;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1200px) {
    .hero .product-main-content .product-content-tagline {
        font-size: 18px;
        line-height: 18px;
    }
}

@media screen and (max-width: 991px) {
    .hero .product-main-content .product-content-tagline {
        font-size: 16px;
        line-height: 18px;
    }
}

.hero .product-main-content .product-content-taghead {
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 2px;
    color: #454545;
    font-family: 'Raleway', sans-serif;
    margin: 8px 0 16px;
}

@media screen and (max-width: 1200px) {
    .hero .product-main-content .product-content-taghead {
        font-size: 60px;
        line-height: 70px;
    }
}

@media screen and (max-width: 991px) {
    .hero .product-main-content .product-content-taghead {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .hero .product-main-content .product-content-taghead {
        font-size: 35px;
        line-height: 40px;
    }
}

@media screen and (max-width: 575px) {
    .hero .product-main-content .product-content-taghead {
        font-size: 30px;
        line-height: 35px;
        margin: 2px 0 6px;
    }
}

.hero .product-main-content .product-content-tagline2 {
    color: #454545;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 1200px) {
    .hero .product-main-content .product-content-tagline2 {
        font-size: 18px;
        line-height: 18px;
    }
}

@media screen and (max-width: 991px) {
    .hero .product-main-content .product-content-tagline2 {
        font-size: 14px;
        line-height: 18px;
    }
}

.hero .product-main-content .product-content-btn {
    background: #FFF;
    padding: 15px 43px;
    color: #093042;
    font-size: 16px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Roboto', sans-serif;
    margin-top: 48px;
}

@media screen and (max-width: 12000px) {
    .hero .product-main-content .product-content-btn {
        padding: 12px 36px;
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .hero .product-main-content .product-content-btn {
        padding: 10px 25px;
        margin-top: 20px;
    }
}

.hero .product-main-content .product-content-btn:hover {
    color: #FFF;
    background-color: #9c108c;
}

/* ----------------------- Customer-Count -------------------------- */
.customer-count {
    padding: 80px 0;
}

@media screen and (max-width: 991px) {
    .customer-count {
        padding: 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .customer-count {
        padding: 40px 0;
    }
}

.customer-count .counter-value {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: black;
    margin: 46px 0 8px;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1200px) {
    .customer-count .counter-value {
        font-size: 35px;
        line-height: 40px;
        margin: 30px 0 8px;
    }
}

@media screen and (max-width: 991px) {
    .customer-count .counter-value {
        font-size: 25px;
        line-height: 20px;
        margin: 15px 0 8px;
    }
}

.customer-count .product-function-detail {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.54);
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 1200px) {
    .customer-count .product-function-detail {
        font-size: 20px;
        line-height: 22px;
    }
}

@media screen and (max-width: 991px) {
    .customer-count .product-function-detail {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .customer-count .product-function-detail {
        font-size: 16px;
        line-height: 18px;
    }
}

/* ------------------- Parallax-Effect-Section --------------------- */
.parallax-effect-section .perfect-unique .product2-main-content {
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 118px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 1200px) {
    .parallax-effect-section .perfect-unique .product2-main-content {
        padding-left: 200px;
    }
}

@media screen and (max-width: 991px) {
    .parallax-effect-section .perfect-unique .product2-main-content {
        padding-left: 15px;
    }
}

.parallax-effect-section .perfect-unique .product2-main-content .product2-content-tagline1 {
    font-size: 24px;
    line-height: 36px;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 991px) {
    .parallax-effect-section .perfect-unique .product2-main-content .product2-content-tagline1 {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .parallax-effect-section .perfect-unique .product2-main-content .product2-content-tagline1 {
        font-size: 16px;
    }
}

.parallax-effect-section .perfect-unique .product2-main-content .product2-content-tagline {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    margin: 8px 0 100px;
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 1200px) {
    .parallax-effect-section .perfect-unique .product2-main-content .product2-content-tagline {
        margin: 8px 0 30px;
    }
}

@media screen and (max-width: 1200px) {
    .parallax-effect-section .perfect-unique .product2-main-content .product2-content-tagline {
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .parallax-effect-section .perfect-unique .product2-main-content .product2-content-tagline {
        font-size: 35px;
        line-height: 40px;
        margin: 8px 0 15px;
    }
}

@media screen and (max-width: 575px) {
    .parallax-effect-section .perfect-unique .product2-main-content .product2-content-tagline {
        font-size: 30px;
        line-height: 35px;
        margin: 8px 0 10px;
    }
}

.parallax-effect-section .perfect-unique .product2-main-content .product2-link {
    color: #9c108c;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
    .parallax-effect-section .perfect-unique .product2-main-content .product2-link {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 575px) {
    .parallax-effect-section .perfect-unique .product2-main-content .product2-link {
        font-size: 14px;
        line-height: 20px;
    }
}

.parallax-effect-section .perfect-unique .product2-main-content .product2-link span i {
    color: #9c108c;
    margin-left: 12px;
}

.parallax-effect-section .premium-desing .product2-main-content {
    top: 148px;
}

@media screen and (max-width: 575px) {
    .parallax-effect-section .premium-desing .product2-main-content {
        top: 50%;
    }
}

.parallax-effect-section .premium-desing .product2-main-content h3 {
    line-height: 72px !important;
    font-weight: 400 !important;
    font-size: 60px !important;
}

@media screen and (max-width: 1200px) {
    .parallax-effect-section .premium-desing .product2-main-content h3 {
        font-size: 40px !important;
        line-height: 60px !important;
    }
}

@media screen and (max-width: 767px) {
    .parallax-effect-section .premium-desing .product2-main-content h3 {
        font-size: 35px !important;
        line-height: 40px !important;
    }
}

@media screen and (max-width: 575px) {
    .parallax-effect-section .premium-desing .product2-main-content h3 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
}

.parallax-effect-section .styles-reimagined .product2-main-content {
    top: 60%;
}

@media screen and (max-width: 575px) {
    .parallax-effect-section .styles-reimagined .product2-main-content {
        top: 50%;
    }
}

.parallax-effect-section .styles-reimagined .product2-main-content .product2-content-tagline {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
}

@media screen and (max-width: 991px) {
    .parallax-effect-section .styles-reimagined .product2-main-content .product2-content-tagline {
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .parallax-effect-section .styles-reimagined .product2-main-content .product2-content-tagline {
        font-size: 35px;
        line-height: 40px;
    }
}

@media screen and (max-width: 575px) {
    .parallax-effect-section .styles-reimagined .product2-main-content .product2-content-tagline {
        font-size: 30px;
        line-height: 35px;
    }
}

.parallax-effect-section .future-lodad .product2-main-content {
    top: 148px;
    right: 0;
    left: auto;
    padding-left: 0;
    padding-right: 394px;
}

@media screen and (max-width: 1200px) {
    .parallax-effect-section .future-lodad .product2-main-content {
        padding-right: 200px;
    }
}

@media screen and (max-width: 991px) {
    .parallax-effect-section .future-lodad .product2-main-content {
        padding-right: 15px;
    }
}

@media screen and (max-width: 575px) {
    .parallax-effect-section .future-lodad .product2-main-content {
        top: 50%;
    }
}

.parallax-effect-section .future-lodad .product2-main-content .product2-content-tagline {
    font-size: 60px;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .parallax-effect-section .future-lodad .product2-main-content .product2-content-tagline {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .parallax-effect-section .future-lodad .product2-main-content .product2-content-tagline {
        font-size: 35px;
    }
}

@media screen and (max-width: 575px) {
    .parallax-effect-section .future-lodad .product2-main-content .product2-content-tagline {
        font-size: 30px;
    }
}

.parallax-effect-section .best-experience .product2-main-content .product2-content-tagline {
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
}

@media screen and (max-width: 991px) {
    .parallax-effect-section .best-experience .product2-main-content .product2-content-tagline {
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .parallax-effect-section .best-experience .product2-main-content .product2-content-tagline {
        font-size: 35px;
        line-height: 40px;
    }
}

@media screen and (max-width: 575px) {
    .parallax-effect-section .best-experience .product2-main-content .product2-content-tagline {
        font-size: 30px;
        line-height: 35px;
    }
}

/* ----------------------- Platform-Brand -------------------------- */
.platform-brand.remote-monitoring-section.wellness-about-section {
    margin: 80px 0;
}

.wellness-about-section-3 {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 1200px) {
    .platform-brand.remote-monitoring-section.wellness-about-section {
        margin: 60px 0;
    }
}

@media screen and (max-width: 991px) {
    .platform-brand.remote-monitoring-section.wellness-about-section {
        margin: 40px 0;
    }

    .wellness-about-section-3 {
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .platform-brand.remote-monitoring-section.wellness-about-section {
        margin: 30px 0;
    }
}

.platform-brand.remote-monitoring-section.wellness-about-section::after {
    background-image: url(../images/brand.png);
    background-position: top;
    top: 0;
}

/* ----------------------- Product-Advantages-Cards -------------------------- */
.home-product.product-advantages-cards .platform-box {
    padding: 0 29px;
}

@media screen and (max-width: 991px) {
    .home-product.product-advantages-cards .platform-box {
        padding: 0 20px;
    }
}

.home-product.product-advantages-cards .platform-box .build-us {
    position: relative;
    min-height: 260px;
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .home-product.product-advantages-cards .platform-box .build-us {
        min-height: 290px;
    }
}

@media screen and (max-width: 767px) {
    .home-product.product-advantages-cards .platform-box .build-us {
        min-height: 230px;
    }
}

.home-product.product-advantages-cards .platform-box .build-us img {
    position: absolute;
    bottom: 24px;
    left: 24px;
}

/* ----------------------- Product-Definiton-Section -------------------------- */
.product-definiton-section {
    margin: 80px 0;
}

@media screen and (max-width: 991px) {
    .product-definiton-section {
        margin: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .product-definiton-section {
        margin: 40px 0;
    }
}

.product-definiton-section .product9-main-content {
    position: absolute;
    top: 50%;
    width: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-definiton-section .product-info-detail {
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .product-definiton-section .product-info-detail {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .product-definiton-section .product-info-detail {
        margin-top: 30px;
    }
}

.product-definiton-section img.concept-shape {
    margin-left: -15px;
}

/* ----------------------- Application_System -------------------------- */
.application-system.product-definiton-section {
    margin: 80px 0 160px;
}

@media screen and (max-width: 1200px) {
    .application-system.product-definiton-section {
        margin: 80px 0 120px;
    }
}

@media screen and (max-width: 991px) {
    .application-system.product-definiton-section {
        margin: 60px 0 100px;
    }
}

@media screen and (max-width: 767px) {
    .application-system.product-definiton-section {
        margin: 40px 0;
    }
}

/* ----------------------- Product_Mf-Imgs-Section -------------------------- */
@media screen and (max-width: 767px) {
    .product_mf-imgs-section .finalizing-designs {
        width: 100%;
        padding: 0 12px;
    }
}

@media screen and (max-width: 480px) {
    .product_mf-imgs-section .finalizing-designs {
        padding: 0 6px;
    }
}

.product_mf-imgs-section .product-left {
    padding-left: 0;
    padding-right: 14px;
}

@media screen and (max-width: 767px) {
    .product_mf-imgs-section .product-left {
        padding-left: 12px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 480px) {
    .product_mf-imgs-section .product-left {
        padding: 0 6px;
        margin-top: 6px;
    }
}

.product_mf-imgs-section .product-left img {
    margin-top: 14px;
}

@media screen and (max-width: 480px) {
    .product_mf-imgs-section .product-left img {
        margin-top: 6px;
    }
}

.product_mf-imgs-section .product-middle {
    padding-left: 0;
    padding-right: 14px;
}

@media screen and (max-width: 767px) {
    .product_mf-imgs-section .product-middle {
        padding: 0 12px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 575px) {
    .product_mf-imgs-section .product-middle {
        padding: 0;
    }
}

.product_mf-imgs-section .product-middle img {
    margin-top: 14px;
}

@media screen and (max-width: 480px) {
    .product_mf-imgs-section .product-middle img {
        margin-top: 6px;
    }
}

.product_mf-imgs-section .best-class {
    margin: 0 120px 88px 90px;
}

@media screen and (max-width: 1440px) {
    .product_mf-imgs-section .best-class {
        margin: 0 15px 88px 50px;
    }
}

@media screen and (max-width: 991px) {
    .product_mf-imgs-section .best-class {
        margin: 0 15px 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .product_mf-imgs-section .best-class {
        margin: 0 0 30px 0;
        padding: 0 15px;
    }
}

/* ----------------------- Application-System -------------------------- */
.application-system .product1-info-text {
    font-size: 60px;
    line-height: 70px;
    max-width: 60%;
    font-weight: 700;
    margin-bottom: 40px;
}

@media screen and (max-width: 1800px) {
    .application-system .product1-info-text {
        max-width: 80%;
    }
}

@media screen and (max-width: 1440px) {
    .application-system .product1-info-text {
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .application-system .product1-info-text {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .application-system .product1-info-text {
        margin-bottom: 0;
    }
}

.application-system .product9-main-content {
    width: 90%;
    -webkit-transform: translate(-60%, -40%);
    transform: translate(-60%, -40%);
}

.application-system img.system-box {
    margin-left: -15px;
}

@media screen and (max-width: 767px) {
    .application-system .product-market-research {
        margin-top: 100px;
    }
}

@media screen and (max-width: 480px) {
    .application-system .product-market-research {
        margin-top: 60px;
    }
}

/* ----------------------- Design-Concept-Section -------------------------- */
.design-concept-section {
    background-image: url(../images/final-product.png);
    background-size: cover;
    padding: 156px 0;
    background-repeat: no-repeat;
    background-position: bottom center;
}

@media screen and (max-width: 991px) {
    .design-concept-section {
        padding: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .design-concept-section {
        padding: 40px 0;
    }
}

.design-concept-section .product11-main-content .product1-info-text {
    margin-bottom: 40px;
}

.design-concept-section .product11-main-content .product-info-detail {
    max-width: 60%;
}

@media screen and (max-width: 991px) {
    .design-concept-section .product11-main-content .product-info-detail {
        max-width: 100%;
    }
}

/* ----------------------- After-Sales-Support-Section -------------------------- */
.after-sales-support-section {
    padding: 80px 0 0;
}

@media screen and (max-width: 1200px) {
    .after-sales-support-section {
        padding: 80px 0 0;
    }
}

@media screen and (max-width: 991px) {
    .after-sales-support-section {
        padding: 60px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .after-sales-support-section {
        padding: 40px 0 0;
    }
}

.after-sales-support-section .customer-info {
    padding-left: 13px;
}

@media screen and (max-width: 1200px) {
    .after-sales-support-section .customer-info {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .after-sales-support-section .customer-info {
        margin-top: 30px;
    }
}

.after-sales-support-section .customer-info .product1-info-text {
    margin-bottom: 24px;
}

@media screen and (max-width: 1200px) {
    .after-sales-support-section .customer-info .product1-info-text {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .after-sales-support-section .customer-info .product1-info-text {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .after-sales-support-section .customer-info .product-info-detail br {
        display: none;
    }
}

.after-sales-support-section img.sales-image {
    padding-left: 60px;
}

@media screen and (max-width: 1200px) {
    .after-sales-support-section img.sales-image {
        padding-left: 0;
    }
}

.after-sales-support-section img.after-sales {
    margin-top: 80px;
}

@media screen and (max-width: 991px) {
    .after-sales-support-section img.after-sales {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .after-sales-support-section img.after-sales {
        margin-top: 40px;
    }
}

/* ----------------------- Innovation-Slider-Section -------------------------- */
.innovation-slider-section {
    margin-top: 80px;
}

@media screen and (max-width: 1200px) {
    .innovation-slider-section {
        margin-top: 60px;
    }
}

@media screen and (max-width: 991px) {
    .innovation-slider-section {
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .innovation-slider-section {
        margin-top: 40px;
    }
}

.innovation-slider-section .product13-main-content {
    position: absolute;
    top: 120px;
    left: calc(70% - 40px);
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, 0);
}

@media screen and (max-width: 1800px) {
    .innovation-slider-section .product13-main-content {
        left: calc(70% - 40px);
    }
}

@media screen and (max-width: 1700px) {
    .innovation-slider-section .product13-main-content {
        left: calc(60% - 0px);
    }
}

@media screen and (max-width: 1600px) {
    .innovation-slider-section .product13-main-content {
        left: calc(56% - 0px);
    }
}

@media screen and (max-width: 1500px) {
    .innovation-slider-section .product13-main-content {
        left: calc(52% - 0px);
    }
}

@media screen and (max-width: 1400px) {
    .innovation-slider-section .product13-main-content {
        left: calc(47% - 0px);
    }
}

@media screen and (max-width: 1300px) {
    .innovation-slider-section .product13-main-content {
        left: calc(42% - 0px);
    }
}

@media screen and (max-width: 1200px) {
    .innovation-slider-section .product13-main-content {
        left: calc(0% - 0px);
        -webkit-transform: translate(15px, 10px);
        transform: translate(15px, 10px);
    }
}

@media screen and (max-width: 767px) {
    .innovation-slider-section .product13-main-content {
        width: 90%;
        left: calc(50% - 0px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 1440px) {
    .innovation-slider-section .product13-main-content .product-info-text1 {
        font-size: 65px;
        line-height: 75px;
    }
}

@media screen and (max-width: 1300px) {
    .innovation-slider-section .product13-main-content .product-info-text1 {
        font-size: 45px;
        line-height: 55px;
    }
}

@media screen and (max-width: 991px) {
    .innovation-slider-section .product13-main-content .product-info-text1 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media screen and (max-width: 767px) {
    .innovation-slider-section .product13-main-content .product-info-text1 {
        font-size: 30px;
        line-height: 35px;
    }
}

.innovation-slider-section img.bg-shape {
    margin-left: -15px;
    width: 100%;
}

.innovation-slider-section .description-future {
    max-width: 49%;
    margin-top: 120px;
    padding-left: 82px;
}

@media screen and (max-width: 1700px) {
    .innovation-slider-section .description-future {
        max-width: 67%;
    }
}

@media screen and (max-width: 1500px) {
    .innovation-slider-section .description-future {
        max-width: 80%;
    }
}

@media screen and (max-width: 991px) {
    .innovation-slider-section .description-future {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .innovation-slider-section .description-future {
        margin-top: 30px;
        padding-left: 0;
    }
}

.innovation-slider-section .swiper-slider-absolute {
    margin-top: -345px;
    padding-left: 340px;
}

@media screen and (max-width: 1800px) {
    .innovation-slider-section .swiper-slider-absolute {
        padding-left: 320px;
        margin-top: -306px;
    }
}

@media screen and (max-width: 1700px) {
    .innovation-slider-section .swiper-slider-absolute {
        padding-left: 240px;
        margin-top: -268px;
    }
}

@media screen and (max-width: 1600px) {
    .innovation-slider-section .swiper-slider-absolute {
        margin-top: -230px;
        padding-left: 190px;
    }
}

@media screen and (max-width: 1500px) {
    .innovation-slider-section .swiper-slider-absolute {
        padding-left: 140px;
        margin-top: -192px;
    }
}

@media screen and (max-width: 1400px) {
    .innovation-slider-section .swiper-slider-absolute {
        padding-left: 90px;
        margin-top: -135px;
    }
}

@media screen and (max-width: 1300px) {
    .innovation-slider-section .swiper-slider-absolute {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .innovation-slider-section .swiper-slider-absolute {
        margin-top: -95px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 991px) {
    .innovation-slider-section .swiper-slider-absolute {
        margin-top: 30px;
        padding-left: 0;
    }
}

.innovation-slider-section .swiper-slider-absolute .swiper .swiper-wrapper .swiper-slide .swiper-slide-text {
    min-height: 285px;
    padding: 44px 48px 0;
    background: #FFF;
    -webkit-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
    .innovation-slider-section .swiper-slider-absolute .swiper .swiper-wrapper .swiper-slide .swiper-slide-text {
        padding: 65px 15px 0;
        min-height: 300px;
        font-size: 30px;
        line-height: 35px;
    }
}

/* ----------------------- Portfolio-Section -------------------------- */


.portfolio-section {
    padding-bottom: 80px;
}

@media screen and (max-width: 1200px) {
    .portfolio-section {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    .portfolio-section {
        padding-bottom: 40px;
    }
}

.portfolio-section .product_clients {
    padding: 80px 0;
}

@media screen and (max-width: 991px) {
    .portfolio-section .product_clients {
        padding: 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .product_clients-11{
        width: 73%;
    }
    .portfolio-section .product_clients {
        padding: 40px 0;
    }
}

@media screen and (max-width: 575px) {
    .product_clients-11{
        width: 60%;
    }
}

@media screen and (max-width: 450px) {
    .product_clients-11{
        width: 50%;
    }
}

.portfolio-section .kaha-maori img {
    margin-top: 80px;
}

@media screen and (max-width: 1200px) {
    .portfolio-section .kaha-maori img {
        margin-top: 60px;
    }
}

@media screen and (max-width: 991px) {
    .portfolio-section .kaha-maori img {
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .portfolio-section .kaha-maori img {
        margin-top: 80px;
    }
}

/* ----------------------- Footer-Upper -------------------------- */
.gradient-color {
    background: #2a1128;
}

.footer-upper {
    padding: 80px 0;
}

@media screen and (max-width: 1200px) {
    .footer-upper {
        padding: 60px 0;
    }
}

.footer-upper .product-info-text1 {
    margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
    .footer-upper .product-info-text1 {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 991px) {
    .footer-upper .product-info-text1 {
        margin-bottom: 40px;
    }
}

.footer-upper .steps {
    font-size: 12px;
    line-height: 31px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

.footer-upper .footer-upper-subhead {
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.25px;
    margin: 40px 0 16px;
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 1200px) {
    .footer-upper .footer-upper-subhead {
        font-size: 25px;
        line-height: 30px;
        margin: 20px 0 10px;
    }
}

@media screen and (max-width: 991px) {
    .footer-upper .footer-upper-subhead {
        font-size: 20px;
        line-height: 25px;
        margin: 15px 0 10px;
    }
}

@media screen and (max-width: 575px) {
    .footer-upper .footer-upper-subhead {
        font-size: 30px;
        line-height: 30px;
        margin: 15px 0 17px;
    }
}

.footer-upper .product-marketing-detail {
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1200px) {
    .footer-upper .product-marketing-detail {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 991px) {
    .footer-upper .product-marketing-detail {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .footer-upper .product-marketing-detail {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 575px) {
    .footer-upper .product-marketing-detail br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .footer-upper a.product-content-btn {
        font-size: 16px;
        margin: 50px auto 0;
        padding: 8px 15px;
        display: table !important;
    }
}

/* ----------------------- Product_Page ----------------------------- */
/* ----------------------- Accessories_Colection -------------------------- */
.accessories-colection.watch-collection {
    margin-top: 80px;
}

@media screen and (max-width: 991px) {
    .accessories-colection.watch-collection {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .accessories-colection.watch-collection {
        margin-top: 40px;
    }
}

/* ----------------------- Elegant_Designs -------------------------- */
.elegant-designs.wellnessWristSection img {
    margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
    .elegant-designs.wellnessWristSection img {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .elegant-designs.wellnessWristSection img {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .elegant-designs.wellnessWristSection img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .elegant-designs.wellnessWristSection .product-info-detail {
        max-width: 100%;
        text-align: center !important;
    }
}

@media screen and (max-width: 575px) {
    .elegant-designs.wellnessWristSection .product-info-detail br {
        display: none;
    }
}

/* ----------------------- Product_Banner -------------------------- */
.product-banner.design-concept-section {
    background-image: url(../images/product-banner.png);
    padding: 121px 0 248px;
}

@media screen and (max-width: 1200px) {
    .product-banner.design-concept-section {
        padding: 85px 0 144px;
    }
}

@media screen and (max-width: 991px) {
    .product-banner.design-concept-section {
        padding: 60px 0;
    }
}

.product-banner.design-concept-section .product1-info-text {
    margin-bottom: 14px;
}

@media screen and (max-width: 1200px) {
    .product-banner.design-concept-section .product1-info-text {
        font-size: 50px;
        line-height: 62px;
    }
}

@media screen and (max-width: 991px) {
    .product-banner.design-concept-section .product1-info-text {
        font-size: 40px;
        line-height: 52px;
    }
}

@media screen and (max-width: 767px) {
    .product-banner.design-concept-section .product1-info-text {
        font-size: 30px;
        line-height: 32px;
    }
}

@media screen and (max-width: 575px) {
    .product-banner.design-concept-section .product1-info-text br {
        display: none;
    }
}

.product-banner.design-concept-section .product-info-detail {
    font-size: 36px;
    line-height: 35px;
    max-width: 100%;
    font-weight: 300;
}

.product1-info-text-22 {
    color: #454545;
    font-size: 24px !important;
    line-height: 36px !important;
    text-align: left;
    font-family: 'Raleway', sans-serif;
}



@media screen and (max-width: 1200px) {
    .product-banner.design-concept-section .product-info-detail {
        font-size: 25px;
        line-height: 26px;
    }
}

@media screen and (max-width: 991px) {
    .product-banner.design-concept-section .product-info-detail {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .product-banner.design-concept-section .product-info-detail {
        font-size: 18px;
        line-height: 24px;
    }
}

/* ----------------------- Every-Wrist -------------------------- */
.every-wrist {
    margin: 80px 0;
}

@media screen and (max-width: 991px) {
    .every-wrist {
        margin: 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .every-wrist {
        margin: 40px 0;
    }
}

.every-wrist .product-flexible {
    left: calc(50% - 80px);
    bottom: 40px;
}

@media screen and (max-width: 1800px) {
    .every-wrist .product-flexible {
        left: auto;
        -webkit-transform: translate(40px, 10px);
        transform: translate(40px, 10px);
    }
}

@media screen and (max-width: 575px) {
    .every-wrist .product-flexible {
        left: 50px;
        bottom: 0;
        padding: 0 15px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* ----------------------- wellnessWristSection -------------------------- */
.wellnessWristSection {
    padding: 0 0 80px;
}

@media screen and (max-width: 991px) {
    .wellnessWristSection {
        padding: 30px 0 100px;
    }
}

@media screen and (max-width: 767px) {
    .wellnessWristSection {
        padding: 0 0 60px;
    }
}

@media screen and (max-width: 575px) {
    .wellnessWristSection {
        padding: 0 0 40px;
    }
}

.wellnessWristSection .product1-info-text {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .wellnessWristSection .product1-info-text {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .wellnessWristSection .product1-info-text {
        margin-bottom: 10px;
    }
}

/* ----------------------- Watch-Collection -------------------------- */
.watch-collection .smart-product {
    margin: 0 0 79px;
}

@media screen and (max-width: 1200px) {
    .watch-collection .smart-product {
        margin: 0 0 30px;
    }
}

.watch-collection .smart-product .smart-product-box {
    min-height: 140px;
}

.watch-collection .smart-product .smart-title {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin: 21px 0 2px;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 991px) {
    .watch-collection .smart-product .smart-title {
        font-size: 14px;
        line-height: 20px;
    }
}

.watch-collection .product-info-link {
    font-size: 20px;
    margin: 20px 0 60px;
}

.watch-collection .product-info-link i {
    font-size: 20px;
    margin-left: 8px;
}

/* ----------------------- Wide-Seclection -------------------------- */

.wide-seclection .product-info-text1 {
    margin-bottom: 44px;
}

.fitness-band-icon {
    padding-left: 100px;
}

@media screen and (max-width: 1440px) {
    .fitness-band-icon img {
        max-width: 150%;
    }
}

@media screen and (max-width: 1280px) {
    .fitness-band-icon img {
        max-width: 150%;
    }
}

@media screen and (max-width: 1200px) {
    .wide-seclection .product-info-text1 {
        margin-bottom: 30px;
    }

    @media screen and (max-width: 1280px) {
        .fitness-band-icon img {
            max-width: 100%;
        }
    }
}

@media screen and (max-width: 767px) {
    .fitness-band-icon {
        padding-left: 0px;
    }
}



.wide-seclection .wide-main {
    margin-top: -55px;
}

@media screen and (max-width: 991px) {
    .wide-seclection .wide-main {
        margin-top: 0;
    }
}

.wide-seclection img.smartWatchFeatures {
    width: 100%;
    margin-bottom: 25px;
}

.wide-seclection .latest-product:last-child {
    margin-left: 24px;
}

/* ----------------------- Life-Style-Section -------------------------- */
.life-style-section {
    padding: 80px 0;
}

@media screen and (max-width: 1200px) {
    .life-style-section {
        padding: 60px 0;
    }
}

@media screen and (max-width: 991px) {
    .life-style-section {
        padding: 40px 0;
    }
}

.life-style-section .product1-info-text {
    font-size: 60px;
    line-height: 72px;
}

@media screen and (max-width: 1200px) {
    .life-style-section .product1-info-text {
        font-size: 50px;
        line-height: 62px;
    }
}

@media screen and (max-width: 991px) {
    .life-style-section .product1-info-text {
        font-size: 40px;
        line-height: 42px;
    }
}

@media screen and (max-width: 767px) {
    .life-style-section .product1-info-text {
        font-size: 30px;
        line-height: 32px;
    }
}

@media screen and (max-width: 575px) {
    .life-style-section .product1-info-text {
        font-size: 25px;
        line-height: 30px;
    }
}

.life-style-section .product-info-text1 {
    margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
    .life-style-section .product-info-text1 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .life-style-section .product-info-detail br {
        display: none;
    }
}

/* ----------------------- Smartband-Images -------------------------- */
@media screen and (max-width: 575px) {
    .smartband-images {
        margin-bottom: 60px;
    }
}

.smartband-images img.smartBand_connect_rectangle {
    width: 80%;
    float: right;
}

@media screen and (max-width: 575px) {
    .smartband-images img.smartBand_connect_rectangle {
        width: 100%;
    }
}

.smartband-images .samrtbox-images {
    width: 60%;
    bottom: -80px;
    right: 0;
}

@media screen and (max-width: 991px) {
    .smartband-images .samrtbox-images {
        bottom: -40px;
    }
}

@media screen and (max-width: 767px) {
    .smartband-images .samrtbox-images {
        bottom: -30px;
    }
}

@media screen and (max-width: 575px) {
    .smartband-images .samrtbox-images {
        bottom: -20px;
        width: 90%;
    }
}

/* ----------------------- New-Collection -------------------------- */
.new-collection {
    margin-top: 73px;
    padding: 80px 0 0;
}

@media screen and (max-width: 1200px) {
    .new-collection {
        padding: 60px 0 0;
    }
}

@media screen and (max-width: 991px) {
    .new-collection {
        padding: 40px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .new-collection {
        margin-top: 40px;
    }
}

@media screen and (max-width: 575px) {
    .new-collection {
        margin-top: 0;
    }
}

/* ----------------------- Accessories -------------------------- */
.accessories {
    margin-top: 80px;
}

@media screen and (max-width: 1200px) {
    .accessories {
        margin-top: 50px;
    }
}

@media screen and (max-width: 575px) {
    .accessories {
        margin-top: 30px;
    }
}

.accessories .product1-info-text {
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
    .accessories .product1-info-text {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .accessories .product1-info-text {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .accessories .product1-info-text {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .accessories .smart-buckle-img {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .accessories .smart-buckle-img {
        margin: 0 -12px;
    }
}

@media screen and (max-width: 575px) {
    .accessories .product-info-detail br {
        display: none;
    }
}

/* ----------------------- Accessories-Colection -------------------------- */
.accessories-colection {
    margin-top: 184px;
}

@media screen and (max-width: 1200px) {
    .accessories-colection {
        margin-top: 100px;
    }
}

@media screen and (max-width: 991px) {
    .accessories-colection {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .accessories-colection {
        margin-top: 40px;
    }
}

/* ----------------------- Platform_Solution_Page ----------------------------- */
/* ----------------------- Platform-Banner ----------------------------- */

.platform-banner {
    background-image: url(../images/platform-banner.png);
    background-size: cover;
    background-position: center;
    vertical-align: top;
}

.platform-banner .product-title {
    padding: 223px 0 216px;
}

@media screen and (max-width: 1200px) {
    .platform-banner .product-title {
        padding: 100px 0;
    }
}

@media screen and (max-width: 767px) {
    .platform-banner .product-title {
        padding: 60px 0;
    }
}

.platform-banner .product-title h1 {
    font-size: 60px;
    line-height: 70px;
    color: #FFF;
    max-width: 60%;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
}

@media screen and (max-width: 1200px) {
    .platform-banner .product-title h1 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media screen and (max-width: 767px) {
    .platform-banner .product-title h1 {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .platform-banner .product-title h1 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 10px;
    }
}

.platform-banner .product-title p {
    color: #FFF;
    font-size: 36px;
    line-height: 35px;
    max-width: 50%;
    font-weight: 300;
    letter-spacing: 0.5px;
}



@media screen and (max-width: 1200px) {
    .platform-banner .product-title p {
        font-size: 25px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .platform-banner .product-title p {
        max-width: 100%;
        font-size: 18px;
        line-height: 22px;
    }
}

/* ----------------------- Health-Vitals-Section ----------------------------- */
.health-vitals-section.product-flexible-section {
    padding: 80px 0 140px 188px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1300px) {
    .health-vitals-section.product-flexible-section {
        margin-bottom: 56px;
    }
}

@media screen and (max-width: 1200px) {
    .health-vitals-section.product-flexible-section {
        padding-left: 100px;
    }
}

@media screen and (max-width: 991px) {
    .health-vitals-section.product-flexible-section {
        margin-bottom: 20px;
        padding: 80px 0 80px 100px;
    }
}

@media screen and (max-width: 767px) {
    .health-vitals-section.product-flexible-section {
        padding: 50px 0 30px 100px;
    }
}

@media screen and (max-width: 575px) {
    .health-vitals-section.product-flexible-section {
        padding: 50px 0 20px 40px;
        margin-bottom: 30px;
    }
}

.health-vitals-section.product-flexible-section .product-flexible {
    left: 0;
    bottom: 45px;
    -webkit-transform: translate(190px, 10px);
    transform: translate(190px, 10px);
}

@media screen and (max-width: 1200px) {
    .health-vitals-section.product-flexible-section .product-flexible {
        -webkit-transform: translate(100px, 10px);
        transform: translate(100px, 10px);
    }
}

@media screen and (max-width: 991px) {
    .health-vitals-section.product-flexible-section .product-flexible {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .health-vitals-section.product-flexible-section .product-flexible {
        width: 50%;
        bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .health-vitals-section.product-flexible-section .product-flexible {
        width: 100%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.health-vitals-section.product-flexible-section .monit-title .health-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}

@media screen and (max-width: 1440px) {
    .health-vitals-section.product-flexible-section .monit-title .health-title {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 1200px) {
    .health-vitals-section.product-flexible-section .monit-title .health-title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 991px) {
    .health-vitals-section.product-flexible-section .monit-title .health-title {
        font-size: 30px;
        line-height: 40px;
    }
}

.health-vitals-section.product-flexible-section img {
    width: 100%;
}

/* ----------------------- Remote-Cover-Section ----------------------------- */
.remote-cover-section {
    position: relative;
    margin-bottom: 250px;
}

@media screen and (max-width: 1500px) {
    .remote-cover-section {
        margin-bottom: 140px;
    }
}

@media screen and (max-width: 1300px) {
    .remote-cover-section {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .remote-cover-section {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 575px) {
    .remote-cover-section {
        margin-bottom: 50px;
    }
}

.remote-cover-section .images-box-left.image-bg {
    position: absolute;
    background-image: url(../images/Rectangle%201844.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 40%;
    background-position: top;
}

@media screen and (max-width: 575px) {
    .remote-cover-section .images-box-left.image-bg {
        display: none;
    }
}

@media screen and (max-width: 1440px) {
    .remote-cover-section .images-box-left.image-bg img {
        width: 90%;
    }
}

.remote-cover-section .monitoring img {
    display: none;
}

@media screen and (max-width: 575px) {
    .remote-cover-section .monitoring img {
        display: block;
    }
}

.remote-cover-section .monitoring-solution-left .monitoring-title {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 800;
    font-size: 60px;
    line-height: 72px;
    font-family: "Raleway", sans-serif;
    letter-spacing: -0.5px;
    max-width: 70%;
}

@media screen and (max-width: 1200px) {
    .remote-cover-section .monitoring-solution-left .monitoring-title {
        font-size: 50px;
        line-height: 62px;
    }
}

@media screen and (max-width: 991px) {
    .remote-cover-section .monitoring-solution-left .monitoring-title {
        font-size: 40px;
        line-height: 42px;
    }
}

@media screen and (max-width: 767px) {
    .remote-cover-section .monitoring-solution-left .monitoring-title {
        font-size: 30px;
        line-height: 32px;
        max-width: 100%;
    }
}

.remote-cover-section .monitoring-solution-left p {
    color: rgba(0, 0, 0, 0.54);
    font-size: 20px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    max-width: 72%;
    margin: 15px 0 36px;
}

@media screen and (max-width: 1200px) {
    .remote-cover-section .monitoring-solution-left p {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .remote-cover-section .monitoring-solution-left p {
        font-size: 14px;
        line-height: 18px;
        margin: 10px 0 5px;
        max-width: 100%;
    }
}

.remote-cover-section .monitoring-solution-left .more-btn {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #9C108C;
    text-decoration: none;
}

.remote-cover-section .monitoring-solution-left .more-btn:hover {
    color: rgba(156, 16, 140, 0.87);
}

@media screen and (max-width: 1200px) {
    .remote-cover-section .monitoring-solution-left .more-btn {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .remote-cover-section .monitoring-solution-left .more-btn {
        font-size: 16px;
    }
}

/* ----------------------- Wellne-Section ----------------------------- */
.wellne-Section {
    padding: 80px 0 100px 500px;
}

@media screen and (max-width: 1800px) {
    .wellne-Section {
        padding: 50px 0 0 350px;
    }
}

@media screen and (max-width: 991px) {
    .wellne-Section {
        padding: 50px 0 0 250px;
    }
}

@media screen and (max-width: 767px) {
    .wellne-Section {
        padding: 10px 0 0 150px;
    }
}

@media screen and (max-width: 575px) {
    .wellne-Section {
        padding: 10px 0 0 60px;
    }
}

/* ----------------------- wellness-Section ----------------------------- */
section.remote-cover-section.wellness-section.wellness-up {
    z-index: 9999;
    margin-top: -148px;
    margin-bottom: 420px;
}

@media screen and (max-width: 1800px) {
    section.remote-cover-section.wellness-section.wellness-up {
        margin-top: -48px;
    }
}

@media screen and (max-width: 991px) {
    section.remote-cover-section.wellness-section.wellness-up {
        margin-bottom: 300px;
    }
}

@media screen and (max-width: 767px) {
    section.remote-cover-section.wellness-section.wellness-up {
        margin-top: -28px;
        margin-bottom: 200px;
    }
}

@media screen and (max-width: 575px) {
    section.remote-cover-section.wellness-section.wellness-up {
        margin-top: 0;
        margin-bottom: 50px;
    }
}

section.remote-cover-section.wellness-section.wellness-up .images-box.images-box-right {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 1200px) {
    section.remote-cover-section.wellness-section.wellness-up .images-box.images-box-right {
        width: 50%;
    }
}

@media screen and (max-width: 575px) {
    section.remote-cover-section.wellness-section.wellness-up .images-box.images-box-right {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    section.remote-cover-section.wellness-section.wellness-up .monitoring-solution.monitoring-solution-left {
        max-width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    section.remote-cover-section.wellness-section.wellness-up .monitoring-solution.monitoring-solution-left {
        max-width: 100%;
        margin-top: 15px;
    }
}

section.remote-cover-section.wellness-section.wellness-up .monitoring-solution.monitoring-solution-left .monitoring-title {
    max-width: 100%;
}

/* ----------------------- telemedia-section ----------------------------- */
section.telemedia-section.product-flexible-section {
    margin-top: 280px;
    padding-left: 188px;
}

@media screen and (max-width: 1300px) {
    section.telemedia-section.product-flexible-section {
        margin-top: 470px;
    }
}

@media screen and (max-width: 1200px) {
    section.telemedia-section.product-flexible-section {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    section.telemedia-section.product-flexible-section {
        padding-left: 100px;
    }
}

@media screen and (max-width: 575px) {
    section.telemedia-section.product-flexible-section {
        padding-bottom: 100px;
    }
}

section.telemedia-section.product-flexible-section .product-flexible {
    bottom: -140px;
    left: calc(45% - 80px);
}

@media screen and (max-width: 1700px) {
    section.telemedia-section.product-flexible-section .product-flexible {
        left: 190px !important;
        right: 0;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@media screen and (max-width: 1440px) {
    section.telemedia-section.product-flexible-section .product-flexible {
        bottom: -100px;
    }
}

@media screen and (max-width: 991px) {
    section.telemedia-section.product-flexible-section .product-flexible {
        left: 100px !important;
    }
}

@media screen and (max-width: 767px) {
    section.telemedia-section.product-flexible-section .product-flexible {
        bottom: -30px;
        left: 0 !important;
        padding: 0 15px;
    }
}

@media screen and (max-width: 1600px) {
    section.telemedia-section.product-flexible-section .product-flexible .product-flexible-text {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 1400px) {
    section.telemedia-section.product-flexible-section .product-flexible .product-flexible-text {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    section.telemedia-section.product-flexible-section .product-flexible .product-flexible-text {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 767px) {
    section.telemedia-section.product-flexible-section .product-flexible .product-flexible-text br {
        display: none;
    }
}

section.telemedia-section.product-flexible-section img {
    width: 100%;
}

/* ----------------------- Telemedicine-Section ----------------------------- */
section.telemedia-section.product-flexible-section {
    margin-top: 200px;
    margin-bottom: 380px;
    z-index: 9999;
}

@media screen and (max-width: 1440px) {
    section.telemedia-section.product-flexible-section {
        margin-bottom: 140px;
    }
}

@media screen and (max-width: 1200px) {
    section.telemedia-section.product-flexible-section {
        margin-top: 470px;
    }
}

@media screen and (max-width: 991px) {
    section.telemedia-section.product-flexible-section {
        margin-top: 200px;
    }
}

@media screen and (max-width: 767px) {
    section.telemedia-section.product-flexible-section {
        margin-top: 130px;
    }
}

@media screen and (max-width: 575px) {
    section.telemedia-section.product-flexible-section {
        margin-bottom: 30px;
    }
}

section.telemedia-section.product-flexible-section .images-box-left.image-bg {
    background-image: none;
}

section.telemedia-section.product-flexible-section .monitoring-solution-left {
    padding-top: 120px;
}

@media screen and (max-width: 991px) {
    section.telemedia-section.product-flexible-section .monitoring-solution-left {
        padding-top: 0;
    }
}

section.telemedia-section.product-flexible-section .product-flexible {
    left: calc(45% - 80px);
}

.health-vitals-section.consultation-platform {
    bottom: -500px;
}

@media screen and (max-width: 991px) {
    .health-vitals-section.consultation-platform {
        bottom: -240px;
    }
}

@media screen and (max-width: 767px) {
    .health-vitals-section.consultation-platform {
        bottom: -160px;
    }
}

@media screen and (max-width: 575px) {
    .health-vitals-section.consultation-platform {
        bottom: -20px;
    }
}

/* ----------------------- section_Remote-Cover_section_Telemedicine-Section ----------------------------- */
section.remote-cover-section.telemedicine-section {
    margin-bottom: 500px;
}

@media screen and (max-width: 1700px) {
    section.remote-cover-section.telemedicine-section {
        margin-bottom: 440px;
    }
}

@media screen and (max-width: 1600px) {
    section.remote-cover-section.telemedicine-section {
        margin-bottom: 400px;
    }
}

@media screen and (max-width: 1500px) {
    section.remote-cover-section.telemedicine-section {
        margin-bottom: 360px;
    }
}

@media screen and (max-width: 1440px) {
    section.remote-cover-section.telemedicine-section {
        margin-bottom: 290px;
    }
}

@media screen and (max-width: 991px) {
    section.remote-cover-section.telemedicine-section {
        margin-bottom: 200px;
    }
}

@media screen and (max-width: 767px) {
    section.remote-cover-section.telemedicine-section {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 575px) {
    section.remote-cover-section.telemedicine-section {
        margin-bottom: 50px;
    }
}

/* ----------------------- workout-banner ----------------------------- */
.workout-banner img {
    width: 100%;
}

/* ----------------------- Gamification-Banner----------------------------- */
section.gamification-section.product-flexible-section {
    padding: 80px 0 0 218px;
    margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
    section.gamification-section.product-flexible-section {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    section.gamification-section.product-flexible-section {
        padding: 60px 0 0 200px;
    }
}

@media screen and (max-width: 767px) {
    section.gamification-section.product-flexible-section {
        padding: 60px 0 0 100px;
    }
}

@media screen and (max-width: 575px) {
    section.gamification-section.product-flexible-section {
        margin-bottom: 30px;
        padding: 60px 0 0 60px;
    }
}

section.gamification-section.product-flexible-section .product-flexible {
    bottom: 40px;
    left: 120px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media screen and (max-width: 575px) {
    section.gamification-section.product-flexible-section .product-flexible {
        bottom: 10px;
        left: 0;
    }
}

section.gamification-section.product-flexible-section img {
    width: 100%;
}

/* ----------------------- Gamification-Banner----------------------------- */
section.remote-cover-section.wellness-section.wellness-up {
    margin-top: 0;
}

@media screen and (max-width: 1200px) {
    section.remote-cover-section.wellness-section.wellness-up {
        margin-bottom: 350px;
    }
}

@media screen and (max-width: 991px) {
    section.remote-cover-section.wellness-section.wellness-up {
        margin-bottom: 250px;
    }
}

@media screen and (max-width: 767px) {
    section.remote-cover-section.wellness-section.wellness-up {
        margin-bottom: 160px;
    }
}

@media screen and (max-width: 575px) {
    section.remote-cover-section.wellness-section.wellness-up {
        margin-bottom: 50px;
    }
}

section.remote-cover-section.wellness-section.wellness-up .top-padding {
    padding-top: 119px;
}

@media screen and (max-width: 575px) {
    section.remote-cover-section.wellness-section.wellness-up .top-padding {
        padding: 0;
        margin-top: 0 !important;
    }
}

/* ----------------------- Buddies-Title----------------------------- */
section.buddies-section.product-flexible-section {
    margin-top: 80px;
    padding-bottom: 80px;
    padding-left: 188px;
}

@media screen and (max-width: 991px) {
    section.buddies-section.product-flexible-section {
        padding-bottom: 60px;
        padding-left: 100px;
    }
}

@media screen and (max-width: 767px) {
    section.buddies-section.product-flexible-section {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    section.buddies-section.product-flexible-section {
        margin-top: 0;
        padding-left: 40px;
        padding-bottom: 30px;
    }
}

section.buddies-section.product-flexible-section .product-flexible {
    bottom: 100px;
    left: 188px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(0%, 0);
}

@media screen and (max-width: 991px) {
    section.buddies-section.product-flexible-section .product-flexible {
        left: 100px;
    }
}

@media screen and (max-width: 575px) {
    section.buddies-section.product-flexible-section .product-flexible {
        left: 0;
        bottom: 20px;
        padding: 0 15px;
    }
}

section.buddies-section.product-flexible-section img {
    width: 100%;
}

/* ----------------------- Buddies-Section----------------------------- */
section.remote-cover-section.telemedicine-section.buddies-plan {
    margin-top: 0;
    margin-bottom: 335px;
}

.telemedicine-section-sm {
    margin-bottom: 430px !important;
}

@media screen and (max-width: 1600px) {
    section.remote-cover-section.telemedicine-section.buddies-plan {
        margin-bottom: 200px;
    }

    .telemedicine-section-sm {
        margin-bottom: 350px !important;
    }
}

@media screen and (max-width: 1500px) {
    section.remote-cover-section.telemedicine-section.buddies-plan {
        margin-bottom: 150px;
    }

    .telemedicine-section-sm {
        margin-bottom: 250px !important;
    }
}

@media screen and (max-width: 1300px) {
    section.remote-cover-section.telemedicine-section.buddies-plan {
        margin-bottom: 150px;
    }

    .telemedicine-section-sm {
        margin-bottom: 200px !important;
    }
}

@media screen and (max-width: 767px) {
    section.remote-cover-section.telemedicine-section.buddies-plan {
        margin-bottom: 60px;
    }

    .telemedicine-section-sm {
        margin-bottom: 50px !important;
    }
}

/* ----------------------- product-advantages-cards----------------------------- */
.product-advantages-cards {
    margin: 80px 0 0;
}

@media screen and (max-width: 767px) {
    .product-advantages-cards {
        margin: 60px 0 0;
    }
}

@media screen and (max-width: 575px) {
    .product-advantages-cards {
        margin: 40px 0 0;
    }
}

.product-advantages-cards .product-info-detail {
    margin: 40px 0 80px;
}

@media screen and (max-width: 991px) {
    .product-advantages-cards .product-info-detail {
        margin: 20px 0 50px;
    }
}

.product-advantages-cards .build-us {
    min-height: 220px;
    padding: 24px;
    border-radius: 4px;
    margin-bottom: 40px;
    -webkit-box-shadow: 4px 4px 36px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 36px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1440px) {
    .product-advantages-cards .build-us {
        min-height: 220px;
    }
}

@media screen and (max-width: 767px) {
    .product-advantages-cards .build-us {
        min-height: auto;
    }
}

.product-advantages-cards .build-us h5 {
    font-weight: 700;
    color: black;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
}

.product-advantages-cards .build-us .carddetail-product {
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.54);
    font-family: 'Roboto', sans-serif;
    margin-bottom: 43px;
}

.product-advantages-cards .platform-box {
    padding: 0 29px;
}

@media screen and (max-width: 1199px) {
    .product-advantages-cards .platform-box {
        padding: 0 15px;
    }
}

/* ----------------------- Remote-Monitoring Page----------------------------- */
/* ----------------------- Breadcrumb-Main ------------------------------- */
.breadcrumb-main {
    margin: 50px 0 80px;
    margin: 20px 0 30px;
}

@media screen and (max-width: 1200px) {
    .breadcrumb-main {
        margin: 30px 0 100px;
    }
}

.breadcrumb-main .breadcrumb li {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    position: relative;
    font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 767px) {
    .breadcrumb-main .breadcrumb li {
        font-size: 14px;
    }
}

.breadcrumb-main .breadcrumb li:last-child {
    color: #000;
    font-weight: bold;
}

.breadcrumb-main .breadcrumb li:first-child::after {
    padding: 5px;
    color: black;
    content: "/\00a0";
}

.breadcrumb-main .breadcrumb li a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}

/* --------------------- remote-monitoring-section ---------------------- */
.remote-monitoring-section {
    position: relative;
}

.remote-monitoring-section::after {
    content: '';
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 100%;
    display: inline-block;
    background-image: url(../images/monitoring.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

@media screen and (max-width: 767px) {
    .remote-monitoring-section::after {
        content: none;
    }
}

.remote-monitoring-section::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 50%;
    height: 100%;
    display: inline-block;
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

@media screen and (max-width: 767px) {
    .remote-monitoring-section::before {
        content: none;
    }
}

.remote-monitoring-section .monitoring-text h1 {
    font-weight: 800;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 70px;
    margin-bottom: 30px;
    font-family: "Raleway", sans-serif;
}

@media screen and (max-width: 767px) {
    .remote-monitoring-section .monitoring-text h1 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 575px) {
    .remote-monitoring-section .monitoring-text h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

.remote-monitoring-section .monitoring-text p {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.54);
}

@media screen and (max-width: 767px) {
    .remote-monitoring-section .monitoring-text p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 575px) {
    .remote-monitoring-section .monitoring-text p {
        font-size: 14px;
        line-height: 20px;
    }
}

.remote-monitoring-section .monitoring-box {
    display: none;
}

@media screen and (max-width: 767px) {
    .remote-monitoring-section .monitoring-box {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .remote-monitoring-section .monitoring-box img {
        width: 100%;
    }
}

/* --------------------------- User-info --------------------------------- */
section.user-info {
    position: relative;
    padding: 140px 0 40px;
}

@media screen and (max-width: 1200px) {
    section.user-info {
        padding: 100px 0;
    }
}

@media screen and (max-width: 991px) {
    section.user-info {
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    section.user-info {
        padding: 30px 0;
    }
}

@media screen and (max-width: 575px) {
    section.user-info {
        padding: 20px 0;
    }
}

section.user-info .addresh-images {
    position: absolute;
    left: 0;
    top: 27%;
}

@media screen and (max-width: 991px) {
    section.user-info .addresh-images {
        position: inherit;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1200px) {
    section.user-info .addresh-images img {
        width: 70%;
    }
}

@media screen and (max-width: 991px) {
    section.user-info .addresh-images img {
        width: auto;
        margin-left: -12px;
    }
}

@media screen and (max-width: 767px) {
    section.user-info .addresh-images img {
        width: 100%;
    }
}

section.user-info .user-icon {
    padding: 24px;
    -webkit-box-shadow: 4px 4px 36px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 36px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 40px;
    min-height: 220px;
}

section.user-info .user-icon:nth-child(4) {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    section.user-info .user-icon {
        padding: 15px;
        margin-bottom: 30px;
    }
}

section.user-info .user-icon h4 {
    font-weight: 500;
    color: black;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 76px;
    font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 1200px) {
    section.user-info .user-icon h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

/* ----------------------- Contact-Tracing ------------------------------ */
@media screen and (max-width: 767px) {
    .contact-tracing .contact-title {
        margin-top: 30px;
    }
}

.contact-tracing .contact-title .product-info-text1 {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .contact-tracing .contact-title .product-info-text1 {
        margin-bottom: 15px;
    }
}

.contact-tracing .contact-title .product-info-detail {
    max-width: 78%;
}

@media screen and (max-width: 767px) {
    .contact-tracing .contact-title .product-info-detail {
        max-width: 100%;
    }
}

/* ---------------------- Custocustomary-Main ---------------------------- */
.custocustomary-main {
    padding: 80px 0;
}

@media screen and (max-width: 991px) {
    .custocustomary-main {
        padding: 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .custocustomary-main {
        padding: 40px 0;
    }
}

@media screen and (max-width: 575px) {
    .custocustomary-main {
        padding: 30px 0;
    }
}

.custocustomary-main .custocustomary-box {
    padding: 75px 91px;
    -webkit-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1);
    margin: 22px 0;
}

@media screen and (max-width: 1200px) {
    .custocustomary-main .custocustomary-box {
        padding: 50px;
    }
}

@media screen and (max-width: 575px) {
    .custocustomary-main .custocustomary-box {
        margin: 0 0 30px 0;
        -webkit-box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.3);
    }
}

.custocustomary-main .custocustomary-box h5 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 40px;
    font-weight: 700;
    line-height: 56.02px;
    font-family: "Raleway", sans-serif;
}

@media screen and (max-width: 991px) {
    .custocustomary-main .custocustomary-box h5 {
        font-size: 35px;
        line-height: 35px;
    }
}

@media screen and (max-width: 767px) {
    .custocustomary-main .custocustomary-box h5 {
        font-size: 25px;
        line-height: 25px;
    }
}

/* ----------------------- Emergency.section ----------------------------- */
.emergency-section {
    padding: 57px 0;
}

@media screen and (max-width: 991px) {
    .emergency-section {
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .emergency-section {
        padding: 30px 0;
    }
}

@media screen and (max-width: 575px) {
    .emergency-section {
        padding: 20px 0;
    }
}

.emergency-section p {
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 575px) {
    .emergency-section p {
        padding: 0 21px 0 36px;
    }
}

/* ----------------------- Wellness-Connect-365 Page----------------------------- */
/* ----------------------- Wellness-About-Section ------------------------------- */

.wellness-about-section-1 {
    padding-bottom: 0px !important;
}

.invite-guardians-1 {
    padding-bottom: 50px !important;
}

.remote-monitoring-section.wellness-about-section {
    position: relative;
    padding: 67px 0 140px;
}

@media screen and (max-width: 1400px) {
    .remote-monitoring-section.wellness-about-section {
        padding: 67px 0 32px;
    }
}

@media screen and (max-width: 1200px) {
    .remote-monitoring-section.wellness-about-section {
        padding: 67px 0 167px;
    }
}

@media screen and (max-width: 991px) {
    .remote-monitoring-section.wellness-about-section {
        padding: 67px 0 43px;
    }
}

@media screen and (max-width: 767px) {
    .remote-monitoring-section.wellness-about-section {
        padding: 0;
        margin-bottom: 115px;
    }
}

.remote-monitoring-section.wellness-about-section::before {
    content: none;
}

.remote-monitoring-section.wellness-about-section::after {
    width: 50%;
    top: -80px;
    background-size: 100%;
    background-image: url(../images/wellness.png);
}

@media screen and (max-width: 991px) {
    .remote-monitoring-section.wellness-about-section::after {
        top: 0;
    }
}

.remote-monitoring-section.wellness-about-section .monitoring-text {
    padding-bottom: 200px;
}

@media screen and (max-width: 991px) {
    .remote-monitoring-section.wellness-about-section .monitoring-text {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .remote-monitoring-section.wellness-about-section .monitoring-text {
        margin-top: 30px;
    }
}

.remote-monitoring-section.wellness-about-section .monitoring-text .product-content-taghead {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
    .remote-monitoring-section.wellness-about-section .monitoring-text .product-content-taghead {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .remote-monitoring-section.wellness-about-section .monitoring-text .product-content-taghead {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .remote-monitoring-section.wellness-about-section .monitoring-text .product-content-taghead {
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 2px;
    }
}

.remote-monitoring-section.wellness-about-section .monitoring-text p {
    font-weight: 400;
}

@media screen and (max-width: 1200px) {
    .remote-monitoring-section.wellness-about-section .monitoring-text p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 575px) {
    .remote-monitoring-section.wellness-about-section .monitoring-text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .remote-monitoring-section.wellness-about-section .monitoring-text p br {
        display: none;
    }
}

/* ----------------------- Invite-Guardians-Section ------------------------------- */
.invite-guardians {
    position: relative;
    padding-bottom: 240px;
    margin-bottom: 170px;
}

@media screen and (max-width: 1200px) {
    .invite-guardians {
        margin-bottom: 210px;
    }
}

@media screen and (max-width: 991px) {
    .invite-guardians {
        margin-bottom: 130px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .invite-guardians {
        padding-bottom: 60px;
        margin-bottom: 0;
    }
}

.invite-guardians .share-invite {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .invite-guardians .share-invite {
        position: inherit;
    }
}

.invite-guardians .share-invite .information {
    position: relative;
}

@media screen and (max-width: 991px) {
    .invite-guardians .share-invite .information {
        width: 70%;
    }
}

.invite-guardians .share-invite .information::before {
    content: '';
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 180%;
    height: 100%;
    background-image: url(../images/Rectangle%201844.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    z-index: -1;
}

@media screen and (max-width: 1400px) {
    .invite-guardians .share-invite .information::before {
        width: 140%;
    }
}

.invite-guardians .invite-guardians-title .product-content-taghead {
    padding-top: 150px;
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    color: rgba(0, 0, 0, 0.87);
}

@media screen and (max-width: 1200px) {
    .invite-guardians .invite-guardians-title .product-content-taghead {
        font-size: 50px;
        line-height: 70px;
    }
}

@media screen and (max-width: 991px) {
    .invite-guardians .invite-guardians-title .product-content-taghead {
        padding-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .invite-guardians .invite-guardians-title .product-content-taghead {
        padding-top: 50px;
        font-size: 30px;
        line-height: 30px;
    }
}

.invite-guardians .invite-guardians-title .product-content-taghead .title-1,
.invite-guardians .invite-guardians-title .product-content-taghead .title-2,
.invite-guardians .invite-guardians-title .product-content-taghead .title-3 {
    font-weight: 800;
    font-size: 48px;
    line-height: 72px;
}

@media screen and (max-width: 1200px) {

    .invite-guardians .invite-guardians-title .product-content-taghead .title-1,
    .invite-guardians .invite-guardians-title .product-content-taghead .title-2,
    .invite-guardians .invite-guardians-title .product-content-taghead .title-3 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {

    .invite-guardians .invite-guardians-title .product-content-taghead .title-1,
    .invite-guardians .invite-guardians-title .product-content-taghead .title-2,
    .invite-guardians .invite-guardians-title .product-content-taghead .title-3 {
        font-size: 30px;
        line-height: 40px;
    }
}

.invite-guardians .invite-guardians-title .product-content-taghead .title-2 {
    padding: 60px 0;
}

@media screen and (max-width: 767px) {
    .invite-guardians .invite-guardians-title .product-content-taghead .title-2 {
        width: 100%;
        padding: 30px 0;
    }
}

/* ----------------------- Telemedicine Page----------------------------- */
/* ----------------------- Telemedicine-Banner-Section ------------------------------- */

.invite-guardians-2 {
    margin-bottom: 100px !important;
}

section.contact-tracing.telemedicine-banner .contact-image {
    margin-right: 66px;
}

@media screen and (max-width: 767px) {

    .invite-guardians-2 {
        margin-bottom: 20px !important;
    }

    section.contact-tracing.telemedicine-banner .contact-image {
        margin: 0;
    }
}

section.contact-tracing.telemedicine-banner .contact-image img {
    width: 100%;
}

section.contact-tracing.telemedicine-banner .contact-title p {
    max-width: 100%;
}

/* ----------------------- Telemedicine-Banner-Section ------------------------------- */
section.invite-guardians.book-consultation {
    padding-bottom: 0px;
}

/* @media screen and (max-width: 1400px) {
  section.invite-guardians.book-consultation {
    padding-bottom: 50px;
  }
} */

/* @media screen and (max-width: 991px) {
  section.invite-guardians.book-consultation {
    padding-bottom: 140px;
  }
} */

@media screen and (max-width: 767px) {
    section.invite-guardians.book-consultation {
        /* padding-bottom: 100px; */
        padding-top: 50px;
    }
}

section.invite-guardians.book-consultation .share-invite.share-invite-right {
    right: 0;
    left: auto;
}

@media screen and (max-width: 767px) {
    section.invite-guardians.book-consultation .share-invite.share-invite-right {
        padding-top: 80px;
    }
}

@media screen and (max-width: 1400px) {
    section.invite-guardians.book-consultation .share-invite.share-invite-right .information {
        width: 90%;
        float: right;
    }
}

@media screen and (max-width: 1300px) {
    section.invite-guardians.book-consultation .share-invite.share-invite-right .information {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    section.invite-guardians.book-consultation .share-invite.share-invite-right .information {
        width: 70%;
    }
}

@media screen and (max-width: 991px) {
    section.invite-guardians.book-consultation .share-invite.share-invite-right .information {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    section.invite-guardians.book-consultation .share-invite.share-invite-right .information {
        width: 100%;
        margin-bottom: 40px;
    }
}

section.invite-guardians.book-consultation .share-invite.share-invite-right .information::before {
    content: none;
}

section.invite-guardians.book-consultation .appointment-padding {
    margin-top: 138px;
}

@media screen and (max-width: 1200px) {
    section.invite-guardians.book-consultation .appointment-padding {
        margin-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    section.invite-guardians.book-consultation .appointment-padding {
        margin-top: 0;
    }
}

section.invite-guardians.book-consultation .appointment-prescription .appointment-info .appointment-title {
    margin-left: 15px;
}

section.invite-guardians.book-consultation .appointment-prescription .appointment-info .appointment-title h3 {
    margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
    section.invite-guardians.book-consultation .appointment-prescription .appointment-info .appointment-title h3 {
        margin-bottom: 15px;
    }
}

section.invite-guardians.book-consultation .appointment-prescription .appointment-info .appointment-title p {
    margin-bottom: 89px;
}

@media screen and (max-width: 1200px) {
    section.invite-guardians.book-consultation .appointment-prescription .appointment-info .appointment-title p {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 991px) {
    section.invite-guardians.book-consultation .appointment-prescription .appointment-info .appointment-title p {
        margin-bottom: 50px;
    }
}

/* ----------------------- Buddies-And-Run-Plan_Pages ------------------------------- */
.breadcrumb-main.breadcrumb-padding {
    margin: 50px 0 66px;
}

/* ----------------------- Fitness-Buddies-Section ----------------------------- */
.remote-monitoring-section.wellness-about-section.fitness-buddies-section {
    margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .remote-monitoring-section.wellness-about-section.fitness-buddies-section {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .remote-monitoring-section.wellness-about-section.fitness-buddies-section {
        margin-bottom: 0;
    }
}

.remote-monitoring-section.wellness-about-section.fitness-buddies-section::after {
    top: 0;
    background-image: url(../images/watch-band.png);
    background-size: contain;
    margin-right: 120px;
}

.remote-monitoring-section.wellness-about-section.fitness-buddies-section .monitoring-text {
    padding-bottom: 0;
}

/* ----------------------- Rank-Badges ----------------------------- */

.rank-badges.invite-guardians {
    padding-bottom: 540px;
    margin-top: -100px;
}

@media screen and (max-width: 1440px) {
    .rank-badges.invite-guardians {
        margin-top: 0;
    }
}

@media screen and (max-width: 1200px) {
    .rank-badges.invite-guardians {
        padding-bottom: 380px;
    }
}

@media screen and (max-width: 767px) {
    .rank-badges.invite-guardians {
        padding: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .rank-badges.invite-guardians {
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .rank-badges.invite-guardians .share-invite .information {
        width: 100%;
    }
}

.rank-badges.invite-guardians .share-invite .information:before {
    width: 80%;
}

@media screen and (max-width: 1200px) {
    .rank-badges.invite-guardians .share-invite .information:before {
        width: 40%;
    }
}

@media screen and (max-width: 991px) {
    .rank-badges.invite-guardians .share-invite .information:before {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .rank-badges.invite-guardians .share-invite .information:before {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .rank-badges.invite-guardians .share-invite .information img {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .rank-badges.invite-guardians .share-invite .information img {
        width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .rank-badges.invite-guardians .share-invite .information img {
        width: 100%;
    }
}

.rank-badges.invite-guardians .invite-guardians-title {
    position: absolute;
    bottom: -46px;
    width: 27.7777%;
    left: auto;
    right: 20%;
    display: inline-block;
}

@media screen and (max-width: 1500px) {
    .rank-badges.invite-guardians .invite-guardians-title {
        width: 35%;
        right: 10%;
    }
}

@media screen and (max-width: 1400px) {
    .rank-badges.invite-guardians .invite-guardians-title {
        width: 40%;
        right: 0;
    }
}

@media screen and (max-width: 991px) {
    .rank-badges.invite-guardians .invite-guardians-title {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .rank-badges.invite-guardians .invite-guardians-title {
        width: auto;
        position: inherit;
    }
}

.rank-badges.invite-guardians .invite-guardians-title .product-content-taghead {
    margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
    .rank-badges.invite-guardians .invite-guardians-title .product-content-taghead {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .rank-badges.invite-guardians .invite-guardians-title .product-content-taghead {
        margin-bottom: 20px;
    }
}

/* ----------------------- Custom-Badges ----------------------------- */



.custom-badges {
    padding: 88px 0 0;
}

.custom-badges-2 {
    margin-top: 300px;
}

@media screen and (max-width: 1140px) {
    .custom-badges-2 {
        margin-top: 0px;
    }
}


@media screen and (max-width: 767px) {
    .custom-badges {
        padding: 60px 0 0;
    }
}

@media screen and (max-width: 575px) {
    .custom-badges {
        padding: 40px 0 0;
    }
}

.custom-badges .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-badges .custom-badges-title {
    padding-top: 100px;
}

@media screen and (max-width: 767px) {
    .custom-badges .custom-badges-title {
        padding-top: 0;
    }
}

.custom-badges .custom-badges-title .product-info-text1 {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .custom-badges .custom-badges-title .product-info-text1 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .custom-badges .custom-badges-title .product-info-text1 {
        font-size: 20px;
    }
}

.custom-badges .custom-badges-title .product-info-detail {
    color: rgba(255, 255, 255, 0.54);
}

@media screen and (max-width: 575px) {
    .custom-badges .custom-badges-title .product-info-detail {
        font-size: 14px;
        text-align: start;
    }
}

/* ----------------------- Run-Plans ----------------------------- */
.run-plans.rank-badges.invite-guardians.position-relative {
    padding: 140px 0 140px;
    margin: 60px 0 150px;
}

@media screen and (max-width: 1200px) {
    .run-plans.rank-badges.invite-guardians.position-relative {
        padding: 100px 0;
        margin: 100px 0;
    }
}

@media screen and (max-width: 991px) {
    .run-plans.rank-badges.invite-guardians.position-relative {
        margin: 60px 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .run-plans.rank-badges.invite-guardians.position-relative {
        margin: 127px 0 62px;
        padding: 0;
    }
}

.run-plans.rank-badges.invite-guardians.position-relative .share-invite .information::before {
    content: none;
}

.run-plans.rank-badges.invite-guardians.position-relative .invite-guardians-title {
    position: inherit;
    width: auto;
}

.run-plans.rank-badges.invite-guardians.position-relative .invite-guardians-title .product-content-taghead {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .run-plans.rank-badges.invite-guardians.position-relative .invite-guardians-title .product-content-taghead {
        margin-bottom: 18px;
    }
}

/* ------------------------------------- Innovation_Pages ------------------------------------- */
/* ----------------------- Innovation_Banner ----------------------------- */
.innovation-banner {
    background-image: url(../images/artificial-intelligence-banner-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 126px 0 226px;
}

@media screen and (max-width: 1200px) {
    .innovation-banner {
        padding: 80px 0;
    }
}

@media screen and (max-width: 991px) {
    .innovation-banner {
        padding: 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .innovation-banner {
        padding: 40px 0;
    }
}

/* ----------------------- Innovation_Patent ----------------------------- */
.innovation-patent.product-definiton-section .product-info-detail {
    max-width: 49%;
}

@media screen and (max-width: 1200px) {
    .innovation-patent.product-definiton-section .product-info-detail {
        max-width: 70%;
    }
}

@media screen and (max-width: 991px) {
    .innovation-patent.product-definiton-section .product-info-detail {
        max-width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .innovation-patent.product-definiton-section .product-info-detail {
        max-width: 100%;
    }
}

/* ----------------------- Artificial_Intelligence ----------------------------- */
.artificial-intelligence.platform-brand.remote-monitoring-section.wellness-about-section {
    margin: 80px 0;
}

@media screen and (max-width: 767px) {
    .artificial-intelligence.platform-brand.remote-monitoring-section.wellness-about-section {
        margin: 60px 0;
    }
}

.artificial-intelligence.platform-brand.remote-monitoring-section.wellness-about-section::after {
    background-image: url(../images/artificial-intelligence.png);
    background-position: top center;
}

@media screen and (max-width: 1440px) {
    .artificial-intelligence.platform-brand.remote-monitoring-section.wellness-about-section::after {
        background-size: cover;
    }
}

.artificial-intelligence.platform-brand.remote-monitoring-section.wellness-about-section .monitoring-text {
    margin-top: -30px;
}

@media screen and (max-width: 1600px) {
    .artificial-intelligence.platform-brand.remote-monitoring-section.wellness-about-section .monitoring-text {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 1500px) {
    .artificial-intelligence.platform-brand.remote-monitoring-section.wellness-about-section .monitoring-text {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1440px) {
    .artificial-intelligence.platform-brand.remote-monitoring-section.wellness-about-section .monitoring-text {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    .artificial-intelligence.platform-brand.remote-monitoring-section.wellness-about-section .monitoring-text {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .artificial-intelligence.platform-brand.remote-monitoring-section.wellness-about-section .monitoring-text {
        margin-top: -10px;
    }
}

@media screen and (max-width: 575px) {
    .artificial-intelligence.platform-brand.remote-monitoring-section.wellness-about-section .ai-imagesh {
        width: 90px;
    }
}

/* ----------------------- Technology_Section ----------------------------- */
.technology-section.after-sales-support-section {
    padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
    .technology-section.after-sales-support-section {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .technology-section.after-sales-support-section {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .technology-section.after-sales-support-section {
        padding-bottom: 30px;
    }
}

.technology-section.after-sales-support-section .technology-images {
    text-align: right;
    padding-left: 500px;
}

@media screen and (max-width: 1200px) {
    .technology-section.after-sales-support-section .technology-images {
        padding-left: 300px;
    }
}

@media screen and (max-width: 991px) {
    .technology-section.after-sales-support-section .technology-images {
        padding-left: 200px;
    }
}

@media screen and (max-width: 767px) {
    .technology-section.after-sales-support-section .technology-images {
        padding-left: 100px;
    }
}

@media screen and (max-width: 575px) {
    .technology-section.after-sales-support-section .technology-images {
        padding-left: 60px;
    }
}

.technology-section.after-sales-support-section .sales-image {
    padding-left: 12px;
}

@media screen and (max-width: 767px) {
    .technology-section.after-sales-support-section .sales-image {
        padding-left: 0;
    }
}

.technology-section.after-sales-support-section .customer-info {
    padding-left: 96px;
}

@media screen and (max-width: 991px) {
    .technology-section.after-sales-support-section .customer-info {
        padding-left: 50px;
    }
}

@media screen and (max-width: 767px) {
    .technology-section.after-sales-support-section .customer-info {
        padding-left: 0;
    }
}

.technology-section.after-sales-support-section .customer-info .product-info-detail {
    max-width: 50%;
}

@media screen and (max-width: 1500px) {
    .technology-section.after-sales-support-section .customer-info .product-info-detail {
        max-width: 75%;
    }
}

@media screen and (max-width: 1200px) {
    .technology-section.after-sales-support-section .customer-info .product-info-detail {
        max-width: 89%;
    }
}

@media screen and (max-width: 991px) {
    .technology-section.after-sales-support-section .customer-info .product-info-detail {
        max-width: 100%;
    }
}

/* ----------------------- Artificial_Intelligence_Pages ------------------------------- */
/* ----------------------- Artificial_Banner ----------------------------- */
/* ----------------------- Artificial_Banner ----------------------------- */
.artificial-banner {
    padding: 80px 0;
    background-image: url(../images/artificial-intelligence-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .artificial-banner {
        padding: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .artificial-banner {
        padding: 6px 0 15px;
    }
}

.artificial-banner .product-title .product-info-text1 {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .artificial-banner .product-title .product-info-text1 {
        margin-bottom: 15px;
    }
}

/* ----------------------- Suite_Wellness ----------------------------- */
.suite-wellness.product-definiton-section {
    margin: 80px 0;
}

@media screen and (max-width: 767px) {
    .suite-wellness.product-definiton-section {
        margin: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .suite-wellness.product-definiton-section {
        margin: 40px 0 0;
    }
}

@media screen and (max-width: 1500px) {
    .suite-wellness.product-definiton-section .product-info-detail {
        max-width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .suite-wellness.product-definiton-section .product-info-detail {
        max-width: 90%;
    }
}

@media screen and (max-width: 991px) {
    .suite-wellness.product-definiton-section .product-info-detail {
        max-width: 100%;
    }
}

/* ----------------------- Stress_Section ----------------------------- */
.stress-section.invite-guardians.book-consultation {
    padding-bottom: 0;
    margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
    .stress-section.invite-guardians.book-consultation {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 991px) {
    .stress-section.invite-guardians.book-consultation {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .stress-section.invite-guardians.book-consultation {
        margin-bottom: 60px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .stress-section.invite-guardians.book-consultation {
        margin-bottom: 40px;
    }
}

.stress-section.invite-guardians.book-consultation img.stress-images {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .stress-section.invite-guardians.book-consultation img.stress-images {
        position: inherit;
    }
}

@media screen and (max-width: 575px) {
    .stress-section.invite-guardians.book-consultation .stress-info img {
        width: 228px;
    }
}

.stress-section.invite-guardians.book-consultation .stress-info .product-info-text1 {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .stress-section.invite-guardians.book-consultation .stress-info .product-info-text1 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .stress-section.invite-guardians.book-consultation .share-invite .information img {
        width: 186px;
    }
}

/* ----------------------- Energy_Meter ----------------------------- */
.energy-meter.invite-guardians {
    padding: 365px 0 205px;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .energy-meter.invite-guardians {
        padding: 275px 0 90px;
    }
}

@media screen and (max-width: 767px) {
    .energy-meter.invite-guardians {
        padding: 0;
    }
}

.energy-meter.invite-guardians .invite-guardians-title .product-info-text1 {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .energy-meter.invite-guardians .invite-guardians-title .product-info-text1 {
        margin-bottom: 15px;
    }
}

.energy-meter.invite-guardians .invite-guardians-title .product-info-detail {
    max-width: 80%;
}

@media screen and (max-width: 767px) {
    .energy-meter.invite-guardians .invite-guardians-title .product-info-detail {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .energy-meter.invite-guardians .share-invite .information {
        width: 100%;
    }
}

@media screen and (max-width: 1500px) {
    .energy-meter.invite-guardians .share-invite .information:before {
        width: 150%;
    }
}

@media screen and (max-width: 1300px) {
    .energy-meter.invite-guardians .share-invite .information:before {
        width: 120%;
    }
}

@media screen and (max-width: 575px) {
    .energy-meter.invite-guardians .share-invite .information:before {
        content: none;
    }
}

.energy-meter.invite-guardians .share-invite .information .media {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - -60px);
    left: 130%;
    z-index: 9999;
    line-height: 45px;
    text-align: center;
    border-radius: 100px;
    background: #F7B500;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: heartbit 1s ease-out;
    animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media screen and (max-width: 1440px) {
    .energy-meter.invite-guardians .share-invite .information .media {
        top: calc(50% - -110px);
    }
}

@media screen and (max-width: 1300px) {
    .energy-meter.invite-guardians .share-invite .information .media {
        top: calc(50% - -160px);
        left: 110%;
    }
}

@media screen and (max-width: 991px) {
    .energy-meter.invite-guardians .share-invite .information .media {
        top: calc(50% - -90px);
        left: 108%;
    }
}

@media screen and (max-width: 575px) {
    .energy-meter.invite-guardians .share-invite .information .media {
        width: 30px;
        height: 30px;
        line-height: 25px;
        top: inherit;
        bottom: 30%;
        right: calc(50% - 50px);
        left: auto;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 480px) {
    .energy-meter.invite-guardians .share-invite .information .media {
        right: calc(40% - 60px);
    }
}

@media screen and (max-width: 575px) {
    .energy-meter.invite-guardians .share-invite .information .media img {
        width: 15px;
    }
}

/* ----------------------- Personalisation_Section ----------------------------- */
.personalisation-section.invite-guardians.book-consultation {
    padding-bottom: 100px;
    margin-bottom: 155px;
}

@media screen and (max-width: 767px) {
    .personalisation-section.invite-guardians.book-consultation {
        margin: 0;
        padding: 0;
    }
}

.personalisation-section.invite-guardians.book-consultation .personalisation {
    padding: 100px 0 195px;
}

@media screen and (max-width: 1200px) {
    .personalisation-section.invite-guardians.book-consultation .personalisation {
        padding: 80px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .personalisation-section.invite-guardians.book-consultation .personalisation {
        padding: 0;
        margin-bottom: 40px;
    }
}

.personalisation-section.invite-guardians.book-consultation .personalisation .product-info-text1 {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .personalisation-section.invite-guardians.book-consultation .personalisation .product-info-text1 {
        margin-bottom: 15px;
    }
}

/* ----------------------- Technology_and_Patents_pages ------------------------------- */
/* ----------------------- Technology_Patents ----------------------------- */
.technology-patents.after-sales-support-section {
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .technology-patents.after-sales-support-section {
        padding: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .technology-patents.after-sales-support-section {
        padding: 40px 0;
    }
}

.technology-patents.after-sales-support-section img.sales-image {
    padding-left: 0;
}

.technology-patents.after-sales-support-section .customer-info {
    padding-left: 46px;
}

@media screen and (max-width: 767px) {
    .technology-patents.after-sales-support-section .customer-info {
        padding: 0;
    }
}

/* ------------------------ Technology_Brand -------------------------------- */
.technology-brand .brand-theme .brand-text {
    float: left;
    width: 149px;
}

@media screen and (max-width: 991px) {
    .technology-brand .brand-theme .brand-text {
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .technology-brand .brand-theme .brand-text {
        width: 100%;
        margin: 20px 0;
    }
}

.technology-brand .brand-theme .brand-text .product-info-detail {
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.85);
}

/* ----------------------- High_Performance ----------------------------- */
.high-performance {
    padding: 60px 0;
}

@media screen and (max-width: 1200px) {
    .high-performance {
        padding: 100px 0;
    }
}

@media screen and (max-width: 991px) {
    .high-performance {
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .high-performance {
        padding: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .high-performance {
        padding: 40px 0;
    }
}

.high-performance .mobile-bg {
    margin: 80px 0;
}

@media screen and (max-width: 1200px) {
    .high-performance .mobile-bg {
        margin: 60px 0;
    }
}

@media screen and (max-width: 991px) {
    .high-performance .mobile-bg {
        margin: 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .high-performance .mobile-bg {
        margin: 15px 0;
    }
}

.high-performance .custocustomary-box {
    padding: 88px 35px 89px;
    min-height: 470px;
}

@media screen and (max-width: 1200px) {
    .high-performance .custocustomary-box {
        min-height: 430px;
    }
}

@media screen and (max-width: 767px) {
    .high-performance .custocustomary-box {
        min-height: 100px;
        padding: 30px;
        margin: 12px 0;
    }
}

@media screen and (max-width: 575px) {
    .high-performance .custocustomary-box {
        padding: 72px 29px;
        margin-bottom: 30px;
    }
}

.high-performance .custocustomary-box h5 {
    font-weight: 800;
    font-size: 48px;
    line-height: 72px;
    color: rgba(0, 0, 0, 0.87);
}

@media screen and (max-width: 1300px) {
    .high-performance .custocustomary-box h5 {
        word-break: break-all;
    }
}

@media screen and (max-width: 1200px) {
    .high-performance .custocustomary-box h5 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .high-performance .custocustomary-box h5 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 575px) {
    .high-performance .custocustomary-box h5 {
        font-size: 27px;
    }
}

/* ------------------------------------- About_Us_pages ----------------------------------------- */
/* ----------------------- News_Section ----------------------------- */
.news-section.product-flexible-section {
    padding: 80px 0 0 500px;
    margin-bottom: 66px;
}

@media screen and (max-width: 1200px) {
    .news-section.product-flexible-section {
        padding: 80px 0 0 300px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .news-section.product-flexible-section {
        padding: 50px 0 0 100px;
    }
}

@media screen and (max-width: 575px) {
    .news-section.product-flexible-section {
        padding: 50px 0 0 60px;
    }
}

.news-section.product-flexible-section .product-flexible {
    left: calc(50% - 190px);
}

@media screen and (max-width: 1800px) {
    .news-section.product-flexible-section .product-flexible {
        left: auto;
        -webkit-transform: translate(40px, 10px);
        transform: translate(40px, 10px);
    }
}

@media screen and (max-width: 575px) {
    .news-section.product-flexible-section .product-flexible {
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 15px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* ----------------------- About_Blog_Section ----------------------------- */
.about-blog-section {
    padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
    .about-blog-section {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .about-blog-section {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    .about-blog-section {
        padding-bottom: 0;
    }
}

.about-blog-section .about-blog {
    overflow: hidden;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.about-blog-section .about-blog:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.about-blog-section .about-blog img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about-blog-section .about-blog .about-info {
    position: absolute;
    bottom: 0;
    width: 70%;
    background: #FFF;
    padding: 32px 0 39px;
}

@media screen and (max-width: 767px) {
    .about-blog-section .about-blog .about-info {
        position: inherit;
        width: 90%;
        bottom: 50px;
        padding: 30px 30px 0;
        margin: 0 auto;
    }
}

.about-blog-section .about-blog .about-info .product1-info-text {
    margin: 16px 0 24px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .about-blog-section .about-blog .about-info .product1-info-text {
        margin: 5px 0 10px;
    }
}

.about-blog-section .about-blog .about-info .product-info-detail {
    max-width: 76%;
}

@media screen and (max-width: 767px) {
    .about-blog-section .about-blog .about-info .product-info-detail {
        max-width: 100%;
    }
}

/* ------------------------------------- Product_Smart_Watch ----------------------------------------- */
/* ----------------------- Product-Smart-Watch ----------------------------- */
.product-smart-watch .product1-info-text {
    margin-top: 52px;
    font-weight: 500;
}

/* ----------------------- Health_Category ----------------------------- */
.health-category.product-advantages-cards {
    margin: 80px 0 40px;
}

@media screen and (max-width: 991px) {
    .health-category.product-advantages-cards {
        margin: 60px 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .health-category.product-advantages-cards {
        margin: 40px 0 0;
    }
}

@media screen and (max-width: 575px) {
    .health-category.product-advantages-cards {
        margin: 30px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .health-category.product-advantages-cards .platform-box .build-us {
        min-height: 200px;
        margin-bottom: 30px;
    }
}

.health-category.product-advantages-cards .platform-box .build-us img {
    position: absolute;
    bottom: 25px;
}

/* ----------------------- Vitals_Wrist ----------------------------- */
.vitals-wrist {
    margin: 94px 0 35px;
}

/* ----------------------- New_Activity ----------------------------- */
.new-activity.custom-badges.gradient-color {
    padding: 41px 0 0;
}

.new-activity.custom-badges.gradient-color .custom-badges-title .product-info-detail {
    color: white;
}

/* ----------------------- Sports_Modes ----------------------------- */
.sports-modes {
    margin: 80px 0;
}

@media screen and (max-width: 991px) {
    .sports-modes {
        margin: 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .sports-modes {
        margin: 40px 0;
    }
}

@media screen and (max-width: 575px) {
    .sports-modes {
        margin: 30px 0;
    }
}

.sports-modes .sports-info {
    margin-top: -147px;
}

@media screen and (max-width: 767px) {
    .sports-modes .sports-info {
        margin-top: 0;
    }
}

.sports-modes .sports-info .move-title {
    margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
    .sports-modes .sports-info .move-title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .sports-modes .sports-info .move-title br {
        display: none;
    }
}

.sports-modes .sports-info .move-dictation {
    max-width: 79%;
}

@media screen and (max-width: 991px) {
    .sports-modes .sports-info .move-dictation {
        max-width: 100%;
    }
}

/* ----------------------- Heart_Beat ----------------------------- */
.heart-beat {
    background-image: url(../images/watch-bg.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left;
    padding: 110px 0;
}

@media screen and (max-width: 767px) {
    .heart-beat {
        padding: 60px 0;
        background-image: none;
    }
}

.heart-beat .move-title {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .heart-beat .move-title {
        margin-bottom: 15px;
    }
}

/* ----------------------- Sleeping_Banner ----------------------------- */
.sleeping-banner {
    margin: 80px 0;
}

@media screen and (max-width: 991px) {
    .sleeping-banner {
        margin: 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .sleeping-banner {
        margin: 40px 0;
    }
}

/* ----------------------- Temperature_Monitoring ----------------------------- */
.temperature-monitoring.new-activity .custom-badges-title {
    padding-top: 100px;
}

@media screen and (max-width: 767px) {
    .temperature-monitoring.new-activity .custom-badges-title {
        padding-top: 0;
    }
}

@media screen and (max-width: 575px) {
    .temperature-monitoring.new-activity .custom-badges-title {
        margin-bottom: 100px;
    }
}

.temperature-monitoring.new-activity .custom-badges-title .move-title {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .temperature-monitoring.new-activity .custom-badges-title .move-title {
        margin-bottom: 15px;
    }
}

/* ----------------------- Sleep_Quality ----------------------------- */
.sleep-quality.temperature-monitoring.new-activity {
    background-image: url(../images/liner-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 0 80px;
}


@media screen and (max-width: 1920px) {
    .sleep-quality-1 .container {
        max-width: 1620px !important;
    }

    .continue-heart-rate-image img {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .sleep-quality.temperature-monitoring.new-activity {
        margin: 0 0 60px;
    }

    .continue-heart-rate-image img {
        width: 45%;

    }



}

@media screen and (max-width: 767px) {
    .sleep-quality.temperature-monitoring.new-activity {
        background-size: 0;
    }

    .step-count-content {
        margin-top: 400px;
    }

    .continue-heart-rate-image img {
        width: 95%;
    }
}

@media screen and (max-width: 575px) {
    .sleep-quality.temperature-monitoring.new-activity {
        margin: 0 0 50px;
    }

    .step-count-content {
        margin-top: 300px;
    }
}

.sleep-quality.temperature-monitoring.new-activity .custom-badges-title.sleep-title {
    padding-left: 215px;
}

@media screen and (max-width: 991px) {
    .sleep-quality.temperature-monitoring.new-activity .custom-badges-title.sleep-title {
        padding-left: 100px;
    }
}

@media screen and (max-width: 767px) {
    .sleep-quality.temperature-monitoring.new-activity .custom-badges-title.sleep-title {
        padding-left: 0;
    }
}

/* ----------------------- Watch_Faces ----------------------------- */
.watch-faces {
    background-image: url(../images/Different_wtachface.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}

@media screen and (max-width: 767px) {
    .watch-faces {
        padding: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .watch-faces {
        padding: 40px 0;
    }
}

/* ----------------------- Fast_Charging ----------------------------- */
.fast-charging {
    padding: 80px 0;
}

.ips-display {
    padding-left: 40px;
}

@media screen and (max-width: 1200px) {
    .fast-charging {
        padding: 60px 0;
    }
}

@media screen and (max-width: 991px) {
    .fast-charging {
        padding: 40px 0;
    }
}

.fast-charging .long-battery-lyfe .move-title {
    margin-bottom: 30px;
}

@media screen and (max-width: 766px) {
    .ips-display {
        padding-left: 00px;
    }
}

/* ------------------------------------- Product_Smart_Watch_Details_Pages ----------------------------------------- */
/* ----------------------- Designed_Bloom ----------------------------- */
.designed-bloom {
    margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
    .designed-bloom {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .designed-bloom {
        margin-bottom: 40px;
    }
}

/* ----------------------- Continuous-Heart ----------------------------- */
.continuous-heart.new-activity.custom-badges.gradient-color.position-relative img {
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 1200px) {
    .continuous-heart.new-activity.custom-badges.gradient-color.position-relative img {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .continuous-heart.new-activity.custom-badges.gradient-color.position-relative img {
        width: 100%;
    }
}

.continuous-heart.new-activity.custom-badges.gradient-color.position-relative .custom-badges-title {
    padding-bottom: 250px;
}

@media screen and (max-width: 1200px) {
    .continuous-heart.new-activity.custom-badges.gradient-color.position-relative .custom-badges-title {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .continuous-heart.new-activity.custom-badges.gradient-color.position-relative .custom-badges-title {
        padding-bottom: 0;
    }
}

/* ----------------------- Watchfaces_Style ----------------------------- */
.watchfaces-style {
    padding: 80px 0;
}

@media screen and (max-width: 991px) {
    .watchfaces-style {
        padding: 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .watchfaces-style {
        padding: 40px 0;
    }
}

/* ----------------------- Sleep_Quality ----------------------------- */
.sleep-quality.temperature-monitoring.new-activity {
    background-size: 0;
    margin-top: 80px;
}

@media screen and (max-width: 991px) {
    .sleep-quality.temperature-monitoring.new-activity {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .sleep-quality.temperature-monitoring.new-activity {
        margin-top: 0;
    }
}

.sleep-quality.temperature-monitoring.new-activity::after {
    content: '';
    position: absolute;
    top: calc(50% - -200px);
    left: 50%;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url(../images/liner-shape.png);
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media screen and (max-width: 575px) {
    .sleep-quality.temperature-monitoring.new-activity::after {
        background-image: url(../images/sleep-inner-shape.png);
        top: 0;
        left: 0;
        right: 0;
        background-size: 60%;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@media screen and (max-width: 480px) {
    .sleep-quality.temperature-monitoring.new-activity::after {
        background-size: 80%;
    }
}

.sleep-quality.temperature-monitoring.new-activity p.move-dictation.temperature-monitor {
    margin-bottom: 50px;
}

/* ------------------------------------- About_Us_Newsroom_Blog_page ----------------------------------------- */
/* ----------------------- Blogs-Btn ----------------------------- */
section.blogs-main {
    padding: 90px 0 0 0;
}

@media screen and (max-width: 767px) {
    section.blogs-main {
        padding: 30px 0 0 0;
    }
}

section.blogs-main .border-bottom {
    padding-bottom: 52px;
    margin-bottom: 62px;
    border-bottom: 1px solid #EEEEEE;
}

/* ----------------------- Blogs-Btn ----------------------------- */
.blogs-btn {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .blogs-btn {
        margin-left: 0;
    }
}

.blogs-btn a {
    border-radius: 50px;
    padding: 15px 67px;
    font-size: 16px;
    color: black;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
    .blogs-btn a {
        padding: 10px 50px;
    }
}

@media screen and (max-width: 575px) {
    .blogs-btn a {
        padding: 6px 45px;
    }
}

.blogs-btn .bg-pink {
    color: #FFF;
    background: rgba(156, 16, 140, 0.87);
}

.blogs-btn .bg-pink:hover {
    background: rgba(156, 16, 140, 0.5);
}

.blogs-btn .bg-transparent {
    margin-left: 84px;
    border: 1px solid rgba(0, 0, 0, 0.56);
}

@media screen and (max-width: 991px) {
    .blogs-btn .bg-transparent {
        margin-left: 15px;
    }
}

/* ----------------------- Blog_Section ----------------------------- */
.blog-section .blog-information.blogs-last-content {
    margin-bottom: 0;
    border-bottom: 0;
}

.blog-section .blog-information {
    padding-bottom: 43px;
    margin-bottom: 57px;
    border-bottom: 1px solid #EEEEEE;
}

@media screen and (max-width: 575px) {
    .blog-section .blog-information {
        margin-bottom: 0;
        border-bottom: 0;
    }
}

.blog-section .blog-information .blog-pading-right {
    padding-right: 50px;
}

@media screen and (max-width: 991px) {
    .blog-section .blog-information .blog-pading-right {
        padding-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .blog-section .blog-information .blog-pading-right {
        padding-right: 0;
    }
}

.blog-section .blog-information .blog-pading-left {
    padding-left: 50px;
}

@media screen and (max-width: 991px) {
    .blog-section .blog-information .blog-pading-left {
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .blog-section .blog-information .blog-pading-left {
        padding-left: 0;
    }
}

.blog-section .blog-information .blog-info .blog-sub {
    padding: 16px 0 8px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.54);
}

.blog-section .blog-information .blog-info .product-info-detail {
    color: #000;
}

/* ------------------------------------- about-us-Who-We-Are_page ----------------------------------------- */
/* ----------------------- Visionary_Team ----------------------------- */
.visionary-team.product-definiton-section {
    padding-top: 80px;
}

@media screen and (max-width: 767px) {
    .visionary-team.product-definiton-section {
        padding-top: 60px;
    }
}

@media screen and (max-width: 575px) {
    .visionary-team.product-definiton-section {
        padding-top: 40px;
    }
}

/* ----------------------- Grid ----------------------------- */
.grid {
    margin-top: 90px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    column-gap: 24px;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .grid {
        -webkit-column-gap: 7px;
        column-gap: 7px;
        margin-top: 30px;
    }
}

.grid .grid__item img {
    margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
    .grid .grid__item img {
        margin-bottom: 7px;
    }
}

/* ----------------------- Testimonials_Section ----------------------------- */
.testimonials-section {
    margin: 80px 0;
}

@media screen and (max-width: 991px) {
    .testimonials-section {
        margin: 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .testimonials-section {
        margin: 40px 0;
    }
}

.testimonials-section img {
    margin-top: -70px;
}

.testimonials-section .testimonials-box {
    margin-top: 70px;
    margin-bottom: 30px;
    min-height: 440px;
    padding: 0 29px 51px 29px;
    -webkit-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
    .testimonials-section .testimonials-box {
        min-height: auto;
        padding: 0 15px 30px;
    }
}

.testimonials-section .testimonials-box .testimonials-info .about-title {
    margin: 15px 0 0 0;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 1200px) {
    .testimonials-section .testimonials-box .testimonials-info .testimonials-sub {
        margin-top: 18px;
        display: inline-block;
    }
}

.testimonials-section .testimonials-box .testimonials-info .product-info-detail {
    margin: 18px 0 0;
}

/* ------------------------------------- Product_Accessories_Smart_T_Shit_page ----------------------------------------- */
/* ----------------------- Heart_Monitoring ----------------------------- */
.heart-monitoring.custom-badges .custom-badges-title .product-info-detail {
    color: rgba(0, 0, 0, 0.54);
}

/* ----------------------- Calories_Section ----------------------------- */
.calories-section {
    padding: 80px 0 0;
    margin-bottom: 520px;
}

@media screen and (max-width: 767px) {
    .calories-section {
        margin-bottom: 0;
        padding-top: 60px;
    }
}



.calories-section .custom-badges-title {
    padding-top: 100px;
    padding-left: 70px;
}

.steps-count-sm {
    padding-top: 100px !important;
}

.sleep-goals-steps-count {
    padding-top: 0px !important;

}

.sleep-goals-steps-image-1 {
    padding-top: 70px;
}

.sleep-goals-steps-image-2 {
    padding-top: 120px;
}


@media screen and (max-width: 767px) {
    .calories-section .custom-badges-title {
        padding-top: 0;
    }

    .sleep-goals-steps-image-1,
    .sleep-goals-steps-image-2 {
        padding-top: 20px;
    }
}

.calories-section .calories-images img {
    right: 15px;
}

.calories-section .step-count-2 img {
    left: 0px;
}


@media screen and (max-width: 767px) {
    .calories-section .calories-images img {
        position: inherit !important;
    }
}



/* ----------------------- Timeline_Section ----------------------------- */
.timeline-section.sleep-quality.temperature-monitoring.new-activity .custom-badges-title.sleep-title {
    padding-left: 100px;
}

@media screen and (max-width: 767px) {
    .timeline-section.sleep-quality.temperature-monitoring.new-activity .custom-badges-title.sleep-title {
        padding-left: 0;
    }
}

.timeline-section.sleep-quality.temperature-monitoring.new-activity .timeline-images {
    margin-top: -400px;
}

@media screen and (max-width: 991px) {
    .timeline-section.sleep-quality.temperature-monitoring.new-activity .timeline-images {
        margin-top: -250px;
    }
}

@media screen and (max-width: 767px) {
    .timeline-section.sleep-quality.temperature-monitoring.new-activity .timeline-images {
        margin-top: 0;
    }
}

/* ------------------------------------- Product_Accessories_Smart_Wallet_page ----------------------------------------- */
/* ----------------------- Fastrack-Reflex ----------------------------- */
.fastrack-reflex.health-category.product-advantages-cards {
    margin: 80px 0 40px;
}

@media screen and (max-width: 991px) {
    .fastrack-reflex.health-category.product-advantages-cards {
        margin: 60px 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .fastrack-reflex.health-category.product-advantages-cards {
        margin: 40px 0 0;
    }
}

/* ----------------------- Remote-Cover-Section ----------------------------- */
.product-smart-watch .wallet-product {
    width: 33.33%;
    float: left;
    display: inline-block;
}

.product-smart-watch .buckle-product {
    width: 66.66%;
    float: left;
    display: inline-block;
}

.product-smart-watch .buckle-product .product1-info-text {
    margin-top: 20px;
}

/* ----------------------- Titan_Radar ----------------------------- */
.titan-radar {
    padding: 40px 0;
    margin-bottom: 660px;
}

@media screen and (max-width: 1700px) {
    .titan-radar {
        margin-bottom: 560px;
    }
}

@media screen and (max-width: 1600px) {
    .titan-radar {
        margin-bottom: 500px;
    }
}

@media screen and (max-width: 1400px) {
    .titan-radar {
        margin-bottom: 400px;
    }
}

@media screen and (max-width: 1200px) {
    .titan-radar {
        margin-bottom: 300px;
        padding: 80px 0;
    }
}

@media screen and (max-width: 991px) {
    .titan-radar {
        margin-bottom: 200px;
        padding: 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .titan-radar {
        margin-bottom: 0;
        padding: 40px 0;
    }
}

.titan-radar .titan-heading {
    margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
    .titan-radar .titan-heading {
        margin-bottom: 30px;
    }
}

.titan-radar .titan-images {
    position: absolute;
    left: 44px;
    width: 40%;
}

@media screen and (max-width: 767px) {
    .titan-radar .titan-images {
        position: inherit;
        width: 100%;
    }
}

/* ----------------------- Titan_Radar_Demo ----------------------------- */
.titan-radar-demo {
    padding: 80px 0;
}

@media screen and (max-width: 1200px) {
    .titan-radar-demo {
        padding: 60px;
    }
}

@media screen and (max-width: 991px) {
    .titan-radar-demo {
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .titan-radar-demo .titan-video iframe {
        height: 100%;
    }
}

.titan-radar-demo .about-title {
    margin: 40px 0 80px;
}

@media screen and (max-width: 1200px) {
    .titan-radar-demo .about-title {
        margin: 30px 0 60px;
    }
}

@media screen and (max-width: 991px) {
    .titan-radar-demo .about-title {
        margin: 20px 0 40px;
    }
}

/* ----------------------- Incoming_Calls ----------------------------- */
.incoming-calls.sleep-quality.temperature-monitoring.new-activity {
    margin: 80px 0;
}

@media screen and (max-width: 1200px) {
    .incoming-calls.sleep-quality.temperature-monitoring.new-activity {
        margin: 60px 0;
    }
}

@media screen and (max-width: 991px) {
    .incoming-calls.sleep-quality.temperature-monitoring.new-activity {
        margin: 40px 0;
    }
}

/* ------------------------------------- Product_Fitness_Band_Reflex_Pages ----------------------------------------- */
/* ----------------------- Smart_Bands ----------------------------- */
.smart-bands.health-category.product-advantages-cards {
    margin: 80px 0;
}

@media screen and (max-width: 991px) {
    .smart-bands.health-category.product-advantages-cards {
        margin: 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .smart-bands.health-category.product-advantages-cards {
        margin: 40px 0;
    }
}

/* ----------------------- Remote-Cover-Section ----------------------------- */
.calories-stay.product-definiton-section {
    margin: 0 0 80px;
}

@media screen and (max-width: 1200px) {
    .calories-stay.product-definiton-section {
        margin: 0 0 60px;
    }
}

@media screen and (max-width: 991px) {
    .calories-stay.product-definiton-section {
        margin: 0 0 40px;
    }
}

/* ----------------------- Calories_Stay ----------------------------- */
.calories-stay.product-definiton-section {
    margin-top: 80px;
}

@media screen and (max-width: 991px) {
    .calories-stay.product-definiton-section {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .calories-stay.product-definiton-section {
        margin-top: 40px;
    }
}

/* ----------------------- Lifestyle_Section ----------------------------- */
.lifestyle-section.calories-section {
    padding: 40px 0 0;
}

/* ------------------------------------- Product_Fastrack_Reflex_Pages ----------------------------------------- */
/* ----------------------- Remote-Cover-Section ----------------------------- */
.health-category.product-advantages-cards {
    margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
    .health-category.product-advantages-cards {
        margin-top: 60px;
    }
}

/* ----------------------- Sleep_Goals ----------------------------- */


.sleep-goals.lifestyle-section.calories-section {
    margin-bottom: 100px;
}

.footer-upper-browse {
    margin-top: 350px;
}

.footer-upper-browse-2 {
    margin-top: 150px;
}


.titan-connect-sedentary-alert {
    padding-top: 250px;
    margin-bottom: 130px !important;
}

.calories-section-2 {
    margin-bottom: 100px !important;
}

.bhim-upi {
    margin-top: 300px !important;
}

.bhim-logo {
    padding-top: 200px;
}

.step-count-2-image img {
    width: 50%;
}

.titan-connect-sedentary-alert-2 {
    margin-bottom: 50px !important;
}


@media screen and (max-width: 1920px) {
    .sleep-goals-1 .container {
        max-width: 1620px !important;
    }

    .footer-upper-browse {
        margin-top: 650px;
    }

    .footer-upper-browse-2 {
        margin-top: 650px;
    }

    .footer-upper-browse-3 {
        margin-top: 400px;
    }

    .calories-section-4 {
        margin-bottom: 550px !important;
    }

    .sedentary-alert-box-1 {
        margin-top: 300px !important;
    }

    .footer-upper-browse-5 {
        margin-top: 550px !important;
    }

    .camera-control-1 {
        padding-top: 120px;
    }

    .footer-upper-browse-7 {
        margin-top: 200px !important;
    }


}

@media screen and (max-width: 1536px) {
    .steps-count-head-content {
        padding-left: 100px;
    }

    .footer-upper-browse {
        margin-top: 500px;
    }

    .footer-upper-browse-2 {
        margin-top: 500px;
    }

    .calories-section-4 {
        margin-bottom: 400px !important;
    }

    .sedentary-alert-box-1 {
        margin-top: 100px !important;
    }

    .footer-upper-browse-3 {
        margin-top: 200px;
    }

    .footer-upper-browse-5 {
        margin-top: 350px !important;
    }

    .footer-upper-browse-7 {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 1440px) {

    .footer-upper-browse-2 {
        margin-top: 350px;
    }

    .calories-section-4 {
        margin-bottom: 250px !important;
    }

    .sedentary-alert-box-1 {
        margin-top: -30px !important;
    }

    .footer-upper-browse-3 {
        margin-top: 100px;
    }

    .bhim-upi {
        margin-top: 270px !important;
    }

    .footer-upper-browse-5 {
        margin-top: 250px !important;
    }

    .camera-control-1 {
        padding-top: 80px;
    }

}

@media screen and (max-width: 1336px) {
    .footer-upper-browse {
        margin-top: 350px;
    }

    .footer-upper-browse-2 {
        margin-top: 220px;
    }

    .calories-section-4 {
        margin-bottom: 170px !important;
    }

    .sedentary-alert-box-1 {
        margin-top: -80px !important;
    }

    .footer-upper-browse-3 {
        margin-top: 0px;
    }

    .bhim-upi {
        margin-top: 120px !important;
    }

    .footer-upper-browse-5 {
        margin-top: 200px !important;
    }

    .camera-control-1 {
        padding-top: 0px;
    }

    .camera-control-image img {
        width: 50%;
    }
}


@media screen and (max-width: 1152px) {
    .footer-upper-browse {
        margin-top: 300px;
    }

    .footer-upper-browse-2 {
        margin-top: 170px;
    }

    .steps-count-head-content {
        padding-left: 70px;
    }

    .footer-upper-browse-5 {
        margin-top: 120px !important;
    }

}

@media screen and (max-width: 992px) {
    .footer-upper-browse {
        margin-top: 150px;
    }

    .footer-upper-browse-2 {
        margin-top: 30px;
    }

    .titan-connect-sedentary-alert-2 {
        margin-bottom: 20px !important;
    }

    .calories-section-4 {
        margin-bottom: 70px !important;
    }

    .footer-upper-browse-5 {
        margin-top: 0px !important;
    }


}

@media screen and (max-width: 767px) {
    .sleep-goals.lifestyle-section.calories-section {
        margin-bottom: 50px;
    }

    .titan-connect-sedentary-alert {
        padding-top: 50px;
        margin-bottom: 0px !important;

    }

    .footer-upper-browse,
    .footer-upper-browse-2 {
        margin-top: 0px;
    }

    .calories-section-2 {
        margin-bottom: 50px !important;
    }

    .bhim-upi {
        margin-top: 50px !important;
    }

    .step-count-2-image img {
        width: 100%;
    }

    .steps-count-head-content {
        padding-left: 12px;
        padding-right: 12px;

    }

    .sedentary-alert-box-1 {
        margin-top: 0px !important;
    }

    .camera-control-image img {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .bhim-logo {
        padding-top: 0px;
    }
}

/* ------------------------------------- About_Us_Contact_Us_Page ----------------------------------------- */
/* ----------------------- Our_Location_Main ----------------------------- */
.our-location-main {
    background: #FAFAFA;
    padding: 16px 0 40px;
}

.our-location-main .our-location .location-title span {
    font-size: 12px;
    line-height: 31px;
    color: #55004B;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

.our-location-main .our-location .location-details {
    padding: 59px 40px;
    border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 767px) {
    .our-location-main .our-location .location-details {
        padding: 15px;
    }
}

.our-location-main .our-location .location-details .move-title {
    margin: 6px 0 16px;
}

@media screen and (max-width: 767px) {
    .our-location-main .our-location .location-details .move-title {
        margin: 6px 0 8px;
    }
}

.our-location-main .our-location .location-details .product-info-link {
    margin-top: 24px;
    padding-left: 28px;
}

@media screen and (max-width: 575px) {
    .our-location-main .our-location .location-details .product-info-link {
        padding-left: 0;
    }
}

.our-location-main .our-location .location-iinfo {
    margin-top: 40px;
}

.our-location-main .our-location .location-iinfo .contact-location {
    border-radius: 0 0 10px 10px;
}

.our-location-main .our-location .location-iinfo .contact-location .contact-info {
    padding: 32px;
    min-height: 272px;
}

.map-line-height {
    line-height: 22px;
}

@media screen and (max-width: 991px) {
    .our-location-main .our-location .location-iinfo .contact-location .contact-info {
        min-height: 330px;
    }
}

@media screen and (max-width: 767px) {
    .our-location-main .our-location .location-iinfo .contact-location .contact-info {
        min-height: auto;
        padding: 30px;
    }
}

@media screen and (max-width: 575px) {
    .our-location-main .our-location .location-iinfo .contact-location .contact-info {
        border-radius: 0 0 20px 20px;
        -webkit-box-shadow: 0px 3px 3px rgba(6, 6, 6, 0.1);
        box-shadow: 0px 3px 3px rgba(6, 6, 6, 0.1);
    }
}

.our-location-main .our-location .location-iinfo .contact-location .contact-info .sub-titles {
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
    .our-location-main .our-location .location-iinfo .contact-location .contact-info .sub-titles {
        margin-bottom: 15px;
    }
}

.our-location-main .our-location .head-office {
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.03);
}

/* ----------------------- Contact_Us ----------------------------- */
.contact-us {
    margin: 80px 0;
}

@media screen and (max-width: 1200px) {
    .contact-us {
        margin: 60px 0;
    }
}

@media screen and (max-width: 991px) {
    .contact-us {
        margin: 40px 0;
    }
}

.contact-us .contact-main {
    padding: 50px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 991px) {
    .contact-us .contact-main {
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {
    .contact-us .contact-main {
        padding: 30px;
    }
}

@media screen and (max-width: 575px) {
    .contact-us .contact-main {
        padding: 0 7px;
        border: 0;
    }
}

.contact-us .contact-main .contact-title {
    margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
    .contact-us .contact-main .contact-title {
        margin-bottom: 30px;
    }
}

.contact-us .contact-main .contact-title span {
    color: #55004b;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1200px) {
    .contact-us .contact-main .contact-title span {
        font-size: 24px;
    }
}

@media screen and (max-width: 991px) {
    .contact-us .contact-main .contact-title span {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .contact-us .contact-main .contact-title span {
        font-size: 14px;
    }
}

.contact-us .contact-main input.form-control,
.contact-us .contact-main textarea.form-control {
    padding: 15px;
    font-size: 18px;
    background: #FAFAFA;
    letter-spacing: 0.5px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-family: 'Roboto', sans-serif;
}

.contact-us .contact-main input.form-control:focus,
.contact-us .contact-main textarea.form-control:focus {
    -webkit-box-shadow: 0px 0px transparent !important;
    box-shadow: 0px 0px transparent !important;
}

@media screen and (max-width: 1200px) {

    .contact-us .contact-main input.form-control,
    .contact-us .contact-main textarea.form-control {
        padding: 10px 15px;
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {

    .contact-us .contact-main input.form-control,
    .contact-us .contact-main textarea.form-control {
        background-color: FAFAFA;
    }
}

.contact-us .contact-main input.form-control::-webkit-input-placeholder,
.contact-us .contact-main textarea.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.54);
}

.contact-us .contact-main input.form-control::-moz-placeholder,
.contact-us .contact-main textarea.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.54);
}

.contact-us .contact-main input.form-control:-ms-input-placeholder,
.contact-us .contact-main textarea.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.54);
}

.contact-us .contact-main input.form-control:-moz-placeholder,
.contact-us .contact-main textarea.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.54);
}

.contact-us .contact-main button.btn.btn-primary {
    color: #FFF;
    font-size: 18px;
    padding: 15px;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1;
    background: #9c108c;
}

@media screen and (max-width: 1200px) {
    .contact-us .contact-main button.btn.btn-primary {
        font-size: 16px;
        padding: 20px 15px;
    }
}

.contact-us .contact-main button.btn.btn-primary:hover {
    background-color: rgba(156, 16, 140, 0.7);
}

/* ----------------------- Footer-section ------------------------------- */
ul {
    list-style: none;
}

a {
    text-decoration: none !important;
}

.bg-brown {
    background: #FAFAFA;
}

.footer-section {
    padding-top: 32px;
    margin-top: 32px;
}

.footer-section p {
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    margin: 21px 0 23px;
}

@media screen and (max-width: 767px) {
    .footer-section p {
        margin: 20px 0;
    }
}

.footer-section .footer-nav {
    margin-left: 90px;
}

@media screen and (max-width: 767px) {
    .footer-section .footer-nav {
        margin-left: 0;
        margin-top: 30px;
    }
}

.footer-section .footer-nav ul li:last-child a {
    margin-right: 0;
}

.footer-section .footer-nav ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-right: 40px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.87);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-section .footer-nav ul li a:hover {
    color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1200px) {
    .footer-section .footer-nav ul li a {
        font-size: 14px;
        line-height: 1;
        margin-right: 15px;
    }
}

@media screen and (max-width: 991px) {
    .footer-section .footer-nav ul li a {
        font-size: 12px;
    }
}

.footer-section .follow-icon li a i {
    font-size: 16px;
    margin-right: 29px;
    color: #9c108c;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 1200px) {
    .footer-section .follow-icon li a i {
        margin-right: 20px;
    }
}

.footer-section .follow-icon li a i:hover {
    color: rgba(156, 16, 140, 0.8);
}

.footer-section .footer-info {
    padding: 24px 0;
    margin-top: 31px;
    border-top: 1px solid #E0E0E0;
}

@media screen and (max-width: 1200px) {
    .footer-section .footer-info {
        padding: 16px 0;
        margin-top: 15px;
    }
}

@media screen and (max-width: 480PX) {
    .footer-section .footer-info ul {
        display: inline-block !important;
    }
}

.footer-section .footer-info ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    margin-right: 48px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.54);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-section .footer-info ul li a:hover {
    color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
    .footer-section .footer-info ul li a {
        margin-right: 35px;
    }
}

.monitor-section .monitor-box .imgages-box {
    top: 0;
    right: 0;
}

.monitor-section .monitor-box .monitor-title {
    position: absolute;
    bottom: 0;
}

/*# sourceMappingURL=style.css.map */
