﻿@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-family: 'Poppins', sans-serif;
  
}
html {
    overflow-x: hidden !important;
}
body {
    line-height: 1.4;
    overflow-x:hidden !important;
}

.main-wrapper img {
    width: auto;
    display: block;
    height: 56px;
}

.quick {
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    padding-left: 20px;
    padding-top: 15px;
    font-size: bold;
    font-size: 17px;
}

#footer1 {
    background-color: #140A20;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 10px;
}

.footer2 {
    padding: 50px;
    text-align: justify;
}

.footer3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer4 {
    padding: 50px;
    text-align: left;
    color: #ffffff;
}

.footer5 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    font-weight: bold;
}

#footer6 {
    margin-top: 20px;
    color: #ffffff;
}

.footer7 {
    list-style: none;
    width: 200px;
    margin-top: 25px;
}

.footer8 {
    line-height: 30px;
    margin-bottom: 10px;
}

.footer9 {
    padding: 50px 50px 0px 50px;
    text-align: left;
}

.footer10 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

#footer8-li {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.test-1 {
    margin-left: 330px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.test-h2 {
    font-weight: bold;
    color: #69727A;
}

.test-h1 {
    color: #172F80;
    font-family: 'Poppins', sans-serif !important;
    text-transform: capitalize;
}

.main-wrapper a {
    color: #000;
    text-decoration: none;
}

.wrapper1 {
    color: #ffffff;
    margin-top: 150px;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Poppins', sans-serif !important;
}

.main-wrapper ul li {
    list-style-type: none;
}

.navbar {
    background: #ffffff;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
    margin: 0;
}

.brand-and-icon {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}

.navbar-brand {
    float: left;
    height: 56px;
    padding: 0px 0px 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

#menu-link {
    font-size: 17px;
    font-weight: 200;
    padding-top: 35px;
}

#sub-menu-items {
    margin-top: 10px;
}

.navbar-nav > li > a.head-menu {
    font-size: 17px;
    font-weight: 200;
    padding-top: 35px;
}

#head-btn {
    top: 28px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Poppins', sans-serif !important;
    padding: 6px 15px 6px 15px;
}

.product1 {
    padding: 30px 0px 0px 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.product2 {
    font-size: 20px;
}

.product3 {
    font-size: 20px;
    margin-top: 25px;
}

.product4 {
    padding: 140px 0px 0px 0px;
    margin-bottom: 50px;
}

.product5 {
    padding: 100px 0px 0px 0px;
    margin-top: 50px;
}

.product6 {
    padding: 90px 0px 0px 0px;
}

.product61 {
    padding: 80px 0px 0px 0px;
}

.product7 {
    padding: 100px 0px 0px 110px;
    margin-bottom: 50px;
}

.product8 {
    padding: 30px 30px 0px 110px;
    margin-top: 50px;
}

.product9 {
    padding: 100px 0px 0px 110px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.product-title {
    color: #172F80;
    font-size: 35px;
    font-family: 'Poppins', sans-serif !important;
}

#right-sign {
    color: #16af11;
    margin-right: 10px;
}

.navbar-toggler {
    display: block;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    transition: all 0.4s ease;
    border: 2px solid #000;
    border-radius: 4px;
}

    .navbar-toggler:hover {
        opacity: 0.7;
    }

.navbar-collapse {
    overflow-y: scroll;
    display: none;
}

.navbar-nav > li > a {
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
}

.drop-icon {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-nav > li > a:hover {
    opacity: 0.7;
}

.sub-menu ul li {
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 1.8rem;
    font-weight: bold;
}

    .sub-menu ul li a {
        opacity: 0.8;
        transition: all 0.5s ease;
    }

        .sub-menu ul li a:hover {
            padding-left: 14px;
            opacity: 0.9;
        }

.sub-menu {
    display: none;
}

.sub-menu-item {
    padding-left: 5rem;
    text-align: left;
}

    .sub-menu-item:nth-child(3) {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-bottom: 2rem;
    }

        .sub-menu-item:nth-child(3) h2 {
            text-transform: capitalize;
            margin: 1.5rem 0;
        }

        .sub-menu-item:nth-child(3) .btn {
            border: 1px solid #000;
            text-transform: uppercase;
            font-size: 0.9rem;
            padding: 0.6rem 1rem;
            cursor: pointer;
            background: #000;
            color: #fff;
            transition: all 0.5s ease;
        }

            .sub-menu-item:nth-child(3) .btn:hover {
                background: transparent;
                color: #000;
            }

    .sub-menu-item:nth-child(4) {
        margin: 0 auto;
        padding: 2rem 0;
    }
/* header */
.header {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .header h2 {
        margin: 1rem;
        font-size: 3rem;
        font-weight: 900;
        color: #fff;
        letter-spacing: 2px;
    }

    .header p {
        margin: 1rem auto;
        color: #fff;
        width: 60%;
        opacity: 0.8;
        font-weight: 300;
        font-size: 1.2rem;
        text-align: center;
    }

    .header button {
        margin: 1rem;
        font-size: 1rem;
        text-transform: uppercase;
        background: #000;
        color: #fff;
        border: none;
        padding: 0.8rem 1.5rem;
        transition: all 0.5s ease;
        cursor: pointer;
    }

        .header button:hover {
            background: #fff;
            color: #000;
        }

.price-head .btn:focus,
.price-head .btn:active
.price-head .btn:hover {
    outline: none !important;
    box-shadow: none;
}

.item h4 img {
    width: 100px;
    height: 100px;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 0px auto;
}

.bar {
    width: 70px;
    height: 5px;
    background-color: #27ABFC;
    margin-bottom: 10px;
}

.centered {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.centered-btn {
    margin-top: 80px;
    position: absolute;
    top: 35%;
    left: 47%;
    transform: translate(-50%, -50%);
}

.testim {
    width: 100%;
    top: 0;
    -webkit-transform: translatey(0%);
    -moz-transform: translatey(0%);
    -ms-transform: translatey(0%);
    -o-transform: translatey(0%);
    transform: translatey(0%);
    background: #f9f9f9;
}

    .testim .wrap {
        position: relative;
        padding: 40px 20px;
        margin: auto;
    }

    .testim .arrow {
        display: block;
        position: absolute;
        color: #e7e7e7;
        cursor: pointer;
        font-size: 2em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding: 5px;
        z-index: 22222222;
    }

        .testim .arrow:before {
            cursor: pointer;
        }

        .testim .arrow:hover {
            color: #E91E63;
        }

        .testim .arrow.left {
            left: 10px;
        }

        .testim .arrow.right {
            right: 10px;
        }

    .testim .dots {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 60px;
        left: 0;
        display: block;
        z-index: 3333;
        height: 12px;
        padding: 0;
    }

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid #7d7d7d;
            margin: 0 10px;
            cursor: pointer;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            position: relative;
        }

            .testim .dots .dot.active,
            .testim .dots .dot:hover {
                background: #E91E63;
                border-color: #E91E63;
            }

            .testim .dots .dot.active {
                -webkit-animation: testim-scale .5s ease-in-out forwards;
                -moz-animation: testim-scale .5s ease-in-out forwards;
                -ms-animation: testim-scale .5s ease-in-out forwards;
                -o-animation: testim-scale .5s ease-in-out forwards;
                animation: testim-scale .5s ease-in-out forwards;
            }

    .testim .cont {
        position: relative;
        overflow: hidden;
    }

        .testim .cont > div {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0 0 70px 0;
            opacity: 0;
        }

            .testim .cont > div.inactive {
                opacity: 1;
            }

            .testim .cont > div.active {
                position: relative;
                opacity: 1;
            }

        .testim .cont div .img img {
            display: block;
            width: 120px;
            height: 120px;
            margin: auto;
            border-radius: 50%;
            box-shadow: 0px 9px 12px #a2a2a2;
            object-fit: cover;
        }

        .testim .cont div h2 {
            color: #4E86DB;
            font-size: 1.3em;
            margin: 15px 0;
            font-family: 'Poppins', sans-serif;
        }

.comp {
    color: #777777;
    /* color: #27B3FD; */
    font-size: 15px;
    margin: 15px 0;
    font-weight: lighter;
    font-family: 'Poppins', sans-serif;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #222;
    width: 80%;
    margin: 30px auto;
    font-style: italic;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #E91E63;
        box-shadow: 0px 0px 10px 5px #E91E63;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #E91E63;
        box-shadow: 0px 0px 0px 0px #E91E63;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #E91E63;
        box-shadow: 0px 0px 10px 5px #E91E63;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #E91E63;
        box-shadow: 0px 0px 0px 0px #E91E63;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #E91E63;
        box-shadow: 0px 0px 10px 5px #E91E63;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #E91E63;
        box-shadow: 0px 0px 0px 0px #E91E63;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #E91E63;
        box-shadow: 0px 0px 10px 5px #E91E63;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #E91E63;
        box-shadow: 0px 0px 0px 0px #E91E63;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #E91E63;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #E91E63;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}

.testim h5 {
    font-weight: 600;
    color: #777;
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
}

.testim h1 {
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.btn:link,
.btn:visited {
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
    /*position: absolute;*/
}

/*.btn:hover {*/
/* transform: translateY(-3px);*/ /* transform: translateY(-3px);*/
/*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}*/

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
    background-color: #1077DA;
    color: #777;
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
}

.btn-white::after {
    background-color: #1077DA;
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-animated {
    -webkit-animation: moveInBottom 5s ease-out;
    animation: moveInBottom 5s ease-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

@-webkit-keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.wrapper {
    height: 100%;
    font-family: 'Nunito', sans-serif;
    line-height: 1.5;
    word-spacing: 4px;
    letter-spacing: 1px;
}

.fixed-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 400px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    display: table;
}

    .fixed-bg h1 {
        display: table-cell;
        vertical-align: middle;
        font-weight: bold;
    }

.bg-1 {
    background-image: url('../images/background.jpg');
}

body > #sticky {
    position: fixed;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    top: 0;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: 5px 0px 8px #999899;
    padding: 0px;
    z-index: 100;
}

#sticky {
    width: 100%;
    position: fixed;
    z-index: 9000;
    background: #e6e6e6;
    text-align: center;
    transition: all 0.15s linear;
}

    #sticky.active {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }
/* hover btn */
.box {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 46%;
    top: 70%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    -ms-border-radius: 25%;
    -o-border-radius: 25%;
}

.center {
    width: 180px;
    height: 60px;
    position: absolute;
}

.btn-1 {
    width: 330px;
    height: 60px;
    cursor: pointer;
    background: #ddd;
    background: #1077da7d;
    border: 1px solid #91C9FF;
    outline: none;
    transition: 1s ease-in-out;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: block;
    padding-top: 12px;
    text-decoration: none;
}

svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
    border-radius: 50px;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
}

.btn-1:hover {
    transition: 1s ease-in-out;
    background: #4F95DA;
    text-decoration: none;
}

    .btn-1:hover svg {
        stroke-dashoffset: -480;
    }

.btn-11 span {
    color: white;
    font-size: 18px;
    font-weight: 100;
}

.box-1 {
    display: table;
    margin-bottom: 20px;
    z-index: -1;
}

.content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 12px 80px 0px 22px;
}

.contact-icon {
    margin-bottom: 10px;
}

#contact-icon1 {
    text-decoration: none;
    color: #ffffff;
}

.contact-icon2 {
    background-color: #140A20;
    color: #ffffff;
    padding: 0;
}

.contact-icon3 {
    font-size: 12px;
    background-color: #140A20;
    color: #ffffff;
    padding-bottom: 20px;
}

.review5 {
    text-align: left;
    color: #69727A;
    font-size: 18px;
}

.back-color {
    background-color: #172f80e3;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 90px;
}

.count1 {
    font-weight: bold;
    color: #ffffff;
    font-size: 35px;
    font-family: 'Poppins', sans-serif !important;
}

.count2 {
    font-size: 20px;
    font-weight: bold;
}

#count-no {
    width: 100px;
    margin: 5px;
    color: #ffffff;
    margin-right: 610px;
}

.count {
    line-height: 50px;
    color: #ffffff;
    font-size: 20px;
}
/* review */
.rewiew {
    width: 650px;
    background-color: #ffffff;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 10px #e7e6e7;
}

.review-star-1 {
    margin-bottom: 10px;
    text-align: left;
}

    .review-star-1 i {
        color: #6AC069;
    }

.parent {
    position: relative;
    background: #24419E;
    width: 170px;
    margin-left: 80px;
    height: 50px;
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}

.child {
    height: 50px;
    background: #140A20;
    width: 150px;
    top: 0;
    left: 0;
}
/* banner-box */
.ban-box {
    background-color: #ffffff;
    box-shadow: 0px 3px 10px #c8c8c8;
    width: 500px;
    padding: 35px;
}

.rew-color {
    background-color: #F6FAFF;
}

.banner-text1 {
    color: #172f80;
    font-family: 'Poppins', sans-serif !important;
    line-height: 60px !important;
    font-size: 43px;
    margin-bottom: 30px;
    line-height: 50px;
    padding: 0px 50px 0px 50px;
}

.banner-text2 {
    padding: 0px 50px 20px 50px;
    line-height: 30px;
    color: #69727A;
    font-size: 18px;
}

.banner-text3 {
    color: #F4F2F3;
    font-size: 20px;
    margin-right: 5px;
}
/*#banner-text4 {
top: 12px;
color: #ffffff;
margin-top: 260px;
margin-left: 50px;
font-weight: bold;
font-family: 'Poppins', sans-serif !important;
padding: 8px 25px 8px 25px;
font-size: 20px;
}*/
.banner-text4 {
    top: 12px;
    color: #ffffff;
    margin-top: 260px;
    margin-left: 50px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif !important;
    padding: 8px 25px 8px 25px;
    font-size: 20px;
}

.ex-support1 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ex-support2 {
    margin-left: 330px;
    margin-top: 20px;
}

.ex-support3 {
    font-size: 25px;
    padding: 20px 250px 0px 250px;
    color: #69727A;
}

.ex-support-title {
    margin-top: 30px;
    color: #172F80;
    font-weight: bold;
    font-size: 19px;
    font-family: 'Poppins', sans-serif !important;
}

.ex-support-body {
    color: #69727A;
    text-align: justify;
    margin-top: 10px;
    font-size: 15px;
}

.ex-support-padding {
    padding: 20px 30px 0px 30px;
}

    .ex-support-padding img {
        width: 100px;
        height: 100px;
    }

.bar-first {
    width: 100px;
    height: 4px;
    background-color: #E91E63;
    margin-top: 50px;
    margin-left: 50px;
}

.bar1 {
    width: 100px;
    height: 4px;
    background-color: #E91E63;
}

.bar2 {
    width: 100px;
    height: 4px;
    background-color: #E91E63;
    margin-left: -13px;
    height: 5px !important;
    margin-bottom: 20px;
}

.bar3 {
    width: 100px;
    height: 4px;
    background-color: #E91E63;
    margin-left: -13px;
    margin-bottom: 20px;
}

.learn-more {
    color: #27ABFC;
    font-weight: bold;
    text-decoration: none !important;
}

.owl-style1 {
    padding-top: 30px;
}

.owl-style2 {
    color: #172f80;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold;
    font-size: 36px;
}

.owl-style3 {
    font-weight: bold;
    color: #69727A;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.main-ing-back {
    background-image: url('../images/main-back.jpg');
    height: 600px;
}

.main-ing-back2 {
    background-image: url('../images/product-banner.jpg');
    width: 100%;
    height: 400px;
    background-position: center;
}
/* sub menu when drop down */
.mega img {
    width: 60px;
    height: 60px;
}

.mega-text {
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    margin-left: 10px;
}

.mega-text2 {
    margin-top: 8px;
    font-size: 12px;
    line-height: 15px;
    margin-left: 10px;
}

.mega-menu1 {
    padding: 10px 5px 10px 5px;
    margin-bottom: 10px;
}

    .mega-menu1:hover {
        background-color: #FFEBEE;
        box-shadow: 0px 3px 10px #c8c8c8;
    }

.mega-menu2 {
    padding: 5px;
    margin-bottom: 10px;
}

    .mega-menu2:hover {
        background-color: #E8EAF6;
        box-shadow: 0px 3px 10px #c8c8c8;
    }

.mega-menu3 {
    padding: 5px;
    margin-bottom: 10px;
}

    .mega-menu3:hover {
        background-color: #E0F2F1;
        box-shadow: 0px 3px 10px #c8c8c8;
    }

.mega-menu4 {
    padding: 5px;
    margin-bottom: 10px;
}

    .mega-menu4:hover {
        background-color: #FFEBEE;
        box-shadow: 0px 3px 10px #c8c8c8;
    }

.mega-menu5 {
    padding: 5px;
    margin-bottom: 10px;
}

    .mega-menu5:hover {
        background-color: #E8EAF6;
        box-shadow: 0px 3px 10px #c8c8c8;
    }

.mega-menu6 {
    padding: 5px;
    margin-bottom: 10px;
}

    .mega-menu6:hover {
        background-color: #E8EAF6;
        box-shadow: 0px 3px 10px #c8c8c8;
    }

.mega-menu7 {
    padding: 5px;
    margin-bottom: 10px;
}

    .mega-menu7:hover {
        background-color: #FFEBEE;
        box-shadow: 0px 3px 10px #c8c8c8;
    }

.mega-menu8 {
    padding: 5px;
    margin-bottom: 10px;
}

    .mega-menu8:hover {
        background-color: #E8EAF6;
        box-shadow: 0px 3px 10px #c8c8c8;
    }

.mega-menu9 {
    padding: 5px;
    margin-bottom: 10px;
}

    .mega-menu9:hover {
        background-color: #E0F2F1;
        box-shadow: 0px 3px 10px #c8c8c8;
    }

.mega-menu10 {
    padding: 5px;
    margin-bottom: 10px;
}

    .mega-menu10:hover {
        background-color: #FFEBEE;
        box-shadow: 0px 3px 10px #c8c8c8;
    }

.mega-menu11 {
    padding: 5px;
    margin-bottom: 10px;
}

    .mega-menu11:hover {
        background-color: #E8EAF6;
        box-shadow: 0px 3px 10px #c8c8c8;
    }

.mega-menu12 {
    padding: 5px;
    margin-bottom: 10px;
}

    .mega-menu12:hover {
        background-color: #E0F2F1;
        box-shadow: 0px 3px 10px #c8c8c8;
    }

.mega-menu13 {
    padding: 5px;
    margin-bottom: 10px;
}

    .mega-menu13:hover {
        background-color: #FFEBEE;
        box-shadow: 0px 3px 10px #c8c8c8;
    }
/* back to top start */
#myBtn {
    display: none;
    position: fixed;
    bottom: 85px;
    right: 30px;
    z-index: 300;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red !important;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px 0px 50px 50px;
    box-shadow: 0px 0px 15px #f00;
}

    #myBtn:hover {
        background-color: #555;
        border-radius: 100%;
    }
/* back to top end */
/**
* multiscroll 0.0.5 Beta
* https://github.com/alvarotrigo/multiscroll.js
* MIT licensed
*
* Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
*/
.ms-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .ms-section.ms-table {
        display: table;
        width: 100%;
    }

.ms-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.ms-easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#multiscroll-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

    #multiscroll-nav.right {
        right: 17px;
    }

    #multiscroll-nav.left {
        left: 17px;
    }

    #multiscroll-nav ul {
        margin: 0;
        padding: 0;
    }

    #multiscroll-nav li {
        display: block;
        width: 14px;
        height: 13px;
        margin: 7px;
        position: relative;
    }

        #multiscroll-nav li a {
            display: block;
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
            cursor: pointer;
            text-decoration: none;
        }

        #multiscroll-nav li .active span {
            background: #333;
        }

    #multiscroll-nav span {
        top: 2px;
        left: 2px;
        width: 8px;
        height: 8px;
        border: 1px solid #000;
        background: rgba(0, 0, 0, 0);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
    }

.multiscroll-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
}

    .multiscroll-tooltip.right {
        right: 20px;
    }

    .multiscroll-tooltip.left {
        left: 20px;
    }

@CHARSET "ISO-8859-1";

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    /*font-size: 100%;*/
    margin: 0;
    padding: 0;
    color: #444;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

#menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    #menu li.active {
        background: #666;
        background: rgba(255, 255, 255, 1);
        color: #000;
    }

    #menu li a {
        text-decoration: none;
        color: #000;
    }

    #menu li.active a:hover {
        color: #000;
    }

    #menu li:hover {
        background: rgba(255, 255, 255, 0.8);
    }

    #menu li a,
    #menu li.active a {
        padding: 9px 18px;
        display: block;
    }

    #menu li.active a {
        color: #000;
    }

#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

.twitter-share-button {
    position: fixed;
    z-index: 99;
    right: 149px;
    top: 9px;
}

#download {
    margin: 10px 0 0 0;
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

    #download a {
        text-decoration: none;
        color: #fff;
    }

    #download:hover {
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
        background-color: #2F96B4;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -ms-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }

#infoMenu {
    height: 20px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    padding: 8px 0 8px 0;
}

    #infoMenu ul {
        padding: 0 40px;
    }

    #infoMenu li a {
        display: block;
        margin: 0 22px 0 0;
        color: #333;
    }

        #infoMenu li a:hover {
            text-decoration: underline;
        }

    #infoMenu li {
        display: inline-block;
        position: relative;
    }

#examplesList {
    display: none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width: 638px;
    text-align: left;
}

    #examplesList ul {
        padding: 0;
    }

        #examplesList ul li {
            display: block;
            margin: 5px 0;
        }

            #examplesList ul li a {
                color: #BDBDBD;
                margin: 0;
            }

                #examplesList ul li a:hover {
                    color: #f2f2f2;
                }

    #examplesList .column {
        float: left;
        margin: 0 20px 0 0;
    }

    #examplesList h3 {
        color: #f2f2f2;
        font-size: 1.2em;
        margin: 0 0 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
        padding: 0 0 5px 0;
    }
/* Demos Menu
* --------------------------------------- */
#demosMenu {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.graduated {
    background-image: url(https://alvarotrigo.com/multiScroll/imgs/graduated.png);
    background-size: cover;
    top: 0;
}

.graduated,
.fullscreen {
    position: absolute;
    width: 200%;
    height: 100%;
    left: 0;
    z-index: 1;
    vertical-align: middle;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#donations a {
    color: #333;
    color: rgba(0, 0, 0, 0.5);
}

    #donations a:hover {
        color: #fff;
    }

#markup {
    margin: 15px 0;
}
/* Section 1
* --------------------------------------- */
.ms-left .section1 .fullscreen {
    top: 23%;
}

.section1 img {
    margin: 24px 0 15px 0;
}
/* Section 2
* --------------------------------------- */
.section2 {
    background: #000;
}

.ms-right .section2 {
    background-image: url(https://alvarotrigo.com/multiScroll/imgs/tiger.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
}
/*screen resolution smaller than 1210px*/
@media all and (max-width: 1210px) {
    .ms-right .section2 {
        background-position: left;
    }
}

.section2 h1 {
    color: #fff;
}

.section2 h2 {
    margin: 15px 0 0 0;
    color: #8a8a8a;
}

.section2 .content {
    margin-left: 20%;
    display: block;
    top: 20%;
    position: absolute;
}
/* Section 3
* --------------------------------------- */
.ms-left .section3 {
    /* fallback */
    background-color: #e81639;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e81639), to(#7d0014));
    background: -webkit-linear-gradient(top, #e81639, #7d0014);
    background: -moz-linear-gradient(top, #e81639, #7d0014);
    background: -ms-linear-gradient(top, #e81639, #7d0014);
    background: -o-linear-gradient(top, #e81639, #7d0014);
}

.ms-right .section3 {
    background-color: #e81639;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e81639), to(#7d0014));
    background-image: -webkit-linear-gradient(top, #e81639, #7d0014);
    background-image: -moz-linear-gradient(top, #e81639, #7d0014);
    background-image: -ms-linear-gradient(top, #e81639, #7d0014);
    background-image: -o-linear-gradient(top, #e81639, #7d0014);
}

.section3 .coffee {
    background-image: url(https://alvarotrigo.com/multiScroll/imgs/coffee.png);
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: 100% 66%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section3 h1 {
    color: #fff;
}

.section3 h2 {
    margin: 15px 0 0 0;
    color: #cd8a91;
    color: rgba(255, 255, 255, 0.5);
}

.section3 .content {
    margin-left: 15%;
    display: block;
    top: 20%;
    position: absolute;
    box-sizing: border-box;
}
/* product page start */
.first-text {
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    color: #172f80;
    font-family: 'Poppins', sans-serif !important;
    line-height: 60px !important;
    font-size: 43px;
    margin-top: 15px;
}

.secont-text {
    font-family: 'Poppins', sans-serif !important;
    color: #4e5052;
    text-align: center;
    padding: 15px 130px 30px 130px;
    font-size: 20px;
}

.bar-first1 {
    width: 100px;
    height: 4px;
    background-color: #E91E63;
    margin-top: 100px;
    margin-left: 620px;
}

.bar-first2 {
    width: 100px;
    height: 4px;
    background-color: #E91E63;
    margin-top: 100px;
    margin-bottom: 20px;
}

.product1a {
    font-family: 'Poppins', sans-serif !important;
    color: #172f80;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0px;
    padding: 0px;
}

.product1b {
    font-family: 'Poppins', sans-serif !important;
    color: #4e5052;
    font-size: 18px;
    margin-top: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.product1c {
    margin-top: 55px;
    padding: 0px;
}
/* .up-space {
margin-top: 60px;
} */
.extra-pro {
    margin-top: -49px;
}

.right-align {
    margin-left: 32px;
}

#product-right-sign {
    color: #16af11;
    font-size: 20px;
    padding-right: 10px;
}

.product-text {
    font-size: 16px;
    text-align: left;
    vertical-align: center;
    line-height: 30px;
}
/* product page end */
#count-no2 {
    margin-top: -55px;
    margin-left: 138px;
    color: #ffffff;
}

#count-no3 {
    margin-top: -39px;
    margin-left: 535px;
    color: #ffffff;
}

.header1 {
    height: auto;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.high-space {
    padding-top: 15px;
}

.product-banner-text {
    color: #ffffff;
    font-size: 80px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-top: -120px;
}

.product-banner-text2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.product-back {
    background-color: #e01313;
    z-index: 10;
}
/*********************************************arunaksha 01/03/21*************************************************/
/*********************************************Product Home.aspx*************************************************/
.product-key-1 a {
    background-color: #e91e63 !important;
}
/*********************************************arunaksha 01/03/21*************************************************/
/*********************************************arunaksha 02/03/21*************************************************/
/*********************************************Product Home.aspx*************************************************/
.product-key-1 a {
    font-size: 14px !important;
    height: 50px;
}

.product-key-2 a {
    font-size: 14px !important;
    padding-top: 14px !important;
    height: 50px;
    color: #fff !important;
}

.btn-white-1 {
    background-color: #1077DA !important;
    color: #fff !important;
    padding-top: 14px !important;
}

    .btn-white-1::after {
        background-color: #e91e63 !important;
    }

.product-key-2 a .fa {
    font-size: 17px !important;
}
/**************Request For A Free Demo popup**********************/
.social2 {
    position: fixed;
    top: 37%;
    z-index: 100;
    right: 0;
    -webkit-transform: translate(278px, 0);
    -moz-transform: translate(278px, 0);
    -ms-transform: translate(278px, 0);
    -o-transform: translate(278px, 0);
    transform: translate(278px, 0);
}

    .social2 ul {
        padding: 0px;
        margin: 0;
    }

        .social2 ul li {
            display: block;
            margin: 5px;
            background: rgb(255, 191, 0);
            width: 320px;
            text-align: left;
            padding: 5px;
            -webkit-border-radius: 30px 0 0 30px;
            -moz-border-radius: 30px 0 0 30px;
            border-radius: 30px 0 0 30px;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
            color: #000000;
            /*box-shadow: 0px 0px 10px #ddd;*/
        }

            .social2 ul li a {
                color: #000000;
                font-weight: 700;
                line-height: 34px !important;
            }

            .social2 ul li:hover {
                -webkit-transform: translate(-200px, 0);
                -moz-transform: translate(-200px, 0);
                -ms-transform: translate(-200px, 0);
                -o-transform: translate(-200px, 0);
                transform: translate(-200px, 0);
                background: rgba(255, 255, 255, 1);
                border: 1px solid #ddd;
            }

                .social2 ul li:hover a {
                    color: #000;
                }

                .social2 ul li:hover i {
                    color: #fff;
                    background: #15c9d4;
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    -o-transform: rotate(360deg);
                    transform: rotate(360deg);
                    -webkit-transition: all 1s;
                    -moz-transition: all 1s;
                    -ms-transition: all 1s;
                    -o-transition: all 1s;
                    transition: all 1s;
                }

            .social2 ul li i {
                margin-right: 7px;
                color: #ffffff;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 34px;
                height: 34px;
                font-size: 16px;
                background: #000000;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                line-height: 34px;
                text-align: center;
                float: left;
            }

#demoModal .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 15px;
}

#demoModal textarea.form-control {
    resize: none;
    height: 80px;
}

.modal-lg {
    z-index: 1100;
}

#demoModal button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: #ffffff00;
    border: 0;
    position: absolute;
    top: 10px;
    right: 9px;
    z-index: 10;
    text-shadow: none;
    color: #fff;
}
/*******************************************/
.request-demo {
    z-index: 1050 !important;
}

/*.request-demo-popup {
    padding: 15px 15px 0px 15px !important;
}*/

.request-demo-popup-mail {
    background: #fff;
    padding: 5px;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    margin-left: 166px;
    border-radius: 25px 0px 0px 0px;
    width: 268px;
    text-align: center;
}

    .request-demo-popup-mail a {
        color: #000 !important;
        text-decoration: none;
    }

.request-demo-popup-ph {
    background: #fff;
    padding: 5px;
    display: inline-block;
    position: absolute;
    width: 268px;
    margin-left: 2px;
    margin-top: 15px;
    text-align: center;
    border-radius: 0px 25px 0px 0px;
}

    .request-demo-popup-ph a {
        color: #000 !important;
        text-decoration: none;
    }

.btn-wrapper {
    width: 50%;
    padding: 40px 50px 0px 50px;
}

.product-key-2 {
    float: right;
}

.flash-ring {
    width: 100%;
    position: relative;
}

.flash-ring-1 {
    float: left;
    position: relative !important;
}

    .flash-ring-1 span {
        font-size: 20px !important;
        text-decoration: none !important;
    }

.flash-ring-2 {
    float: right;
    position: relative !important;
}

    .flash-ring-2 span {
        font-size: 20px !important;
    }

.box {
    width: 680px !important;
    left: 50% !important;
}

.btn-1 {
    padding-top: 15px !important;
}
/*********************************************arunaksha 02/03/21*************************************************/
/*********************************************arunaksha 03/03/21*************************************************/
.contact-form-1 {
    margin-top: 100px;
}

.contact-form-2 {
    background: #fff;
    padding: 35px;
    box-shadow: 0px 3px 10px #c8c8c8;
    margin-top: 52px;
    z-index: 9;
    margin-left: -55px;
}

.contact-text-1 {
    color: #172f80;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 30px;
}

.contact-text-2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

.contact-form-2 .bar2 {
    margin-left: 5px;
}

.contact-form-2 address {
    margin-bottom: 0px !important;
}

.contact-form-3 {
    margin: 0;
    padding: 0;
    position: absolute;
    margin-left: 44%;
}

.contact-form-4 {
    margin-top: 20px;
}

.contact-branch {
    color: #172e7d;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    padding: 2px 5px 0px 0px;
    background: #d9d9d9;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 20%);
}

.card {
    padding: 0 1.7rem;
    width: 100%;
}

    .card .wrapper {
        background-color: #fff;
        position: relative;
        overflow: hidden;
    }

        .card .wrapper:hover {
            box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 20%);
        }

    .card .data {
        position: absolute;
        bottom: 0;
        width: 100%;
        transform: translateY(calc(70px + 1em));
        transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        -webkit-transform: translateY(calc(70px + 1em));
        -moz-transform: translateY(calc(70px + 1em));
        -ms-transform: translateY(calc(70px + 1em));
        -o-transform: translateY(calc(70px + 1em));
    }

        .card .data .content {
            padding: 1em;
            position: relative;
            z-index: 1;
            text-align: left;
        }

    .card .author {
        font-size: 12px;
        text-align: center;
        color: #ffbf00;
        font-weight: bold;
        font-size: 16px;
        position: relative;
    }

    .card .title {
        margin-top: 10px;
        line-height: 15px;
        position: relative;
    }

    .card input[type=checkbox] {
        display: none;
    }

        .card input[type=checkbox]:checked + .menu-content {
            transform: translateY(-60px);
        }

.address-1 .wrapper {
    /*background: url(../images/branch.jpg) center/cover no-repeat;*/
    height: 300px;
    position: relative;
}

.color-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5c94bc;
    /*opacity: 0.7;*/
}

.address-1 .data {
    color: #fff;
    transform: translateY(calc(70px + 4em));
}

.address-1 .title a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    pointer-events: none;
}

.address-1 .button {
    display: block;
    width: 100px;
    margin: 0px 65px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

    .address-1 .button::after {
        content: "";
        opacity: 0;
        position: absolute;
        right: 0;
        transform: translate(0, -50%);
        transition: all 0.3s;
    }

.address-1 .content .bar2 {
    margin-left: 1px;
}

.offoce-loc {
    background-color: #F6FAFF !important;
    margin-top: 150px;
}

.contact-form-5 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #172e7d;
}

#sticky {
    z-index: 1000 !important;
}

.top-bar-1 {
    background-color: #f2f5f8 !important;
    height: 42px !important;
    padding: 0px 80px 0px 60px;
}

    .top-bar-1 ul {
        color: #ff6a00;
        z-index: 1050 !important;
        vertical-align: central;
        padding: 10px;
    }
/*********************************************arunaksha 03/03/21*************************************************/
/*********************************************arunaksha 04/03/21*************************************************/
.top-bar-icon {
    margin-left: 15px;
    font-size: 18px;
    text-decoration: none !important;
    float: right;
}

.top-bar-square {
    height: 35px;
    width: 1px;
    background-color: #dce2e7;
    position: relative;
    top: -7px;
}

.top-bar-icon-1 {
    color: #1077da;
    font-weight: 600;
    float: left;
}

.contact-bar-1 {
    position: absolute;
    top: -39px;
    width: 65px;
}

.contact-bar-2 {
    position: absolute;
    top: -62px;
    width: 65px;
}

.contact-bar-3 {
    position: absolute;
    top: -82px;
    width: 65px;
}

.back-color {
    margin-top: 0 !important;
}

.contact-banner-img {
    background-image: url(../images/contact-banner.jpg);
    height: 300px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-banner-text1 {
    color: #ffffff;
    font-size: 80px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-top: -217px;
    position: absolute;
}

.contact-banner-text2 {
    position: absolute;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    margin-top: -100px;
}

.contact-color-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1321cab8;
    opacity: 0.7;
}
/*********************************************arunaksha 04/03/21*************************************************/
/*********************************************arunaksha 05/03/21*************************************************/
.round-hover-click-1 {
    width: 330px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    padding-top: 12px !important;
    text-decoration: none !important;
    background: #e91e6347;
    border: 2px solid #e91e63;
    outline: none;
    transition: 1s ease-in-out;
    -webkit-border-radius: 50px;
    display: block;
    text-decoration: none;
}

    .round-hover-click-1:hover {
        transition: 1s ease-in-out;
        background: #e91e63;
        text-decoration: none;
    }

        .round-hover-click-1:hover svg {
            stroke-dashoffset: -480;
        }

.round-hover-click-2 {
    width: 330px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    padding-top: 12px !important;
    text-decoration: none !important;
    background: #4285f559;
    border: 2px solid #1077da;
    outline: none;
    transition: 1s ease-in-out;
    -webkit-border-radius: 50px;
    display: block;
    text-decoration: none;
}

    .round-hover-click-2:hover {
        transition: 1s ease-in-out;
        background: #1077da;
        text-decoration: none;
    }

        .round-hover-click-2:hover svg {
            stroke-dashoffset: -480;
        }

.con-add-loc-1 {
    padding: 0px 0px 15px 0px !important;
    background: #70c8ac !important;
}

.con-add-loc-2 {
    color: #fff !important;
    opacity: 1 !important;
    margin-right: 10px !important;
}

.term-banner-back {
    height: 140px;
}

.term-banner-text {
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-top: -100px;
    position: absolute;
}

.term-color-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #172f80e3;
}

.term-content {
    padding: 55px 65px 80px 63px;
}

.term-h1 {
    color: #172f80;
    font-size: 35px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 30px;
}

.term-para {
    padding-bottom: 15px;
}

.term-para-1 {
    padding-bottom: 1px;
    padding-left: 30px;
}

.term-para-2 {
    padding-bottom: 15px;
    padding-left: 30px;
}
/*********************************************arunaksha 05/03/21*************************************************/
#sticky.active .top-bar-1 {
    display: none;
    transition: all linear 4s;
}
/*********************************************arunaksha 10/03/21*************************************************/
.top-bar-1 {
    background-color: #d3dce5 !important;
}

#sticky.active {
    box-shadow: 0 0 50px #000000 !important;
}

body > #sticky {
    box-shadow: 0 0 50px #000000 !important;
}
/*********************************************arunaksha 10/03/21*************************************************/
/*********************************************arunaksha 11/03/21*************************************************/
.product-head-bold {
    font-weight: bold !important;
    font-size: 24px;
}

.hrmsHead img {
    margin-top: -140px !important;
}
/*.product-ribbon-back {
width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-bottom: 50px solid #8f0000;
position: absolute;
top: -20px;
margin-left: 69px;
z-index: 0;
}*/
.hrmsHead .product-ribbon-back:before {
    right: -24px;
}

.discountstrip {
    position: absolute !important;
    text-align: center !important;
    z-index: 100 !important;
    left: -15px !important;
    background: #f00 !important;
    top: 6px !important;
    color: #fff !important;
    width: 48% !important;
    /*box-shadow: none !important;*/
    transform: rotate( -39deg ) !important;
    font-size: 9px !important;
    z-index: 0 !important;
}

    .discountstrip span {
        font-size: 10px !important;
    }

.discountstrip {
    font-size: 9px !important;
}
/*********************************************arunaksha 11/03/21*************************************************/
/*********************************************arunaksha 12/03/21*************************************************/
.ribbon:after {
    height: 66px !important;
}

.ribbon b {
    top: 16px !important;
}
/*********************************************arunaksha 12/03/21*************************************************/
.packBtn {
    position: relative !important;
    right: 0;
    top: 0;
    height: 45px;
    padding: 12px 15px;
    float: right;
    margin-top: 15px;
}

.request-demo img {
    height: auto;
}

.radio1 label {
    min-height: 20px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    width: 100px;
}

.radio1 {
    margin-left: 20px;
}
/*********************************************arunaksha 30/03/21*************************************************/
.mega-text-position {
    padding-top: 25px;
}
/* 2nd tool-tip */
.tool-tip2 {
    position: relative;
    left: 10px;
    text-align: center;
    background-color: #03a9f4;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 11px;
    cursor: default;
    padding: 1px;
    display: inline-block;
    z-index: 10;
}

    .tool-tip2:before {
        content: 'i';
        font-weight: bold;
        color: #fff;
    }

    .tool-tip2:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .tool-tip2 p {
        top: 23px;
        display: none;
        text-align: left;
        background-color: #1E2021;
        padding: 3px;
        width: 140px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -10px;
        color: #FFF;
        font-size: 13px;
        line-height: 1.4;
    }

        .tool-tip2 p:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            right: 11px;
            top: -12px;
        }

        .tool-tip2 p:after {
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}
/*********************************************arunaksha 30/03/21*************************************************/
.artibot-wrapper--3PaNf .artibot-launcher--dBP9o > svg {
    height: 60.5px !important;
    margin: 12px;
}

.artibot-wrapper--3PaNf .artibot-launcher-bubble--1dzBs.artibot-launcher-bottom-right--2_XHM {
    display: none !important;
}

#myBtn {
    bottom: 110px;
}
/* Media Queries start */
@media screen and (min-width: 992px) {
    .navbar {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 5rem;
        position: relative;
    }

    .navbar-toggler {
        display: none;
    }

    .brand-and-icon {
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
        /* padding-top: 10px; */
    }

    .navbar-collapse {
        display: flex !important;
        overflow-y: hidden;
        flex: 1 0 auto;
        align-items: center;
    }

    .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar .btn {
        color: #fff;
    }

    .navbar-nav > li > a {
        border-bottom: none;
        margin: 0 0.4rem;
        padding: 1.7rem 1.8rem 3.5rem 0.8rem;
        font-size: 0.8rem;
    }

    .sub-menu {
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        background: #f8f8f8;
        margin-top: 0;
        z-index: -1;
    }

    .navbar-nav > li:hover .sub-menu {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        padding: 0 5rem;
    }

    .navbar-nav > li {
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
        -webkit-transition: border-bottom 0.4s ease;
        -moz-transition: border-bottom 0.4s ease;
        -ms-transition: border-bottom 0.4s ease;
        -o-transition: border-bottom 0.4s ease;
    }

        .navbar-nav > li:hover {
        }

    .sub-menu-item {
        padding-left: 0;
    }

        .sub-menu-item:nth-child(3) {
            padding-left: 2rem;
            padding-right: 2rem;
        }
    /* header */
    .header {
        height: calc(100vh - 75px);
    }

        .header h2 {
            font-size: 6rem;
        }

        .header p {
            width: 40%;
        }
}
/* Media Queries end */
.request-demo-popup-mail {
    background: #fff;
    padding: 5px;
    display: inline-block;
    margin-top: 22px;
    text-decoration: none;
    margin-left: -15px;
    border-radius: 25px 0px 0px 0px;
    width: 260px;
    text-align: center;
    font-size: 13px;
}

.request-demo-popup-ph {
    background: #fff;
    padding: 5px;
    display: inline-block;
    position: absolute;
    width: 386px;
    margin-left: 2px;
    margin-top: 22px;
    text-align: center;
    border-radius: 0px 25px 0px 0px;
    font-size: 13px;
}

.footer4 table tr td {
    border: 0;
}

.headerbtngroup {
    display: flex;
    gap: 12px;
    float: right;
    margin-top: 2%;
}

    .headerbtngroup .btn-primary {
        border-radius: 0;
        color: #fff;
    }

.mobileheader {
    background-color: #0095da;
    border-bottom-left-radius: 37px;
    border-bottom-right-radius: 37px;
    height: auto;
    position: relative;
    padding-bottom: 30px;
}

.btnoverlaydv {
    position: absolute;
    background-color: #fff;
    width: 71%;
    margin-top: -3%;
    left: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    text-align: center;
    right: 0;
    margin: auto;
    top: 16%;
    padding: 14px 16px;
}
/*   .mobileheader:after {
position: absolute;
content: "";
background-color: #fff;
height: 82px;
width: 69%;
bottom: -57px;
left: 16%;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border-radius: 12px;
}*/
.mobilelogo {
    text-align: center;
    margin-top: 5%;
}

    .mobilelogo img {
        width: 42%;
    }

.titletext {
    text-align: center;
    margin-bottom: 8%;
    margin-top: 3%;
}

    .titletext h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 3px;
    }

.mobheaderbtngroup .btn-primary {
    width: 222px;
    border: 1px solid #c5baba;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    /* padding: initial; */
    height: 47px;
    justify-content: center;
}

.mobheaderbtngroup a img {
    width: 25px;
    margin-right: 6px;
}

.mobheaderbtngroup {
    display: flex;
    gap: 0 17px;
    justify-content: center;
}
/*footer socia media*/
.socialicon-area .navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialicon-area {
    position: fixed;
    bottom: 7px;
    right: 0;
    left: 0;
    z-index: 1;
    display:none;
}

    .socialicon-area .menuToggle {
        position: relative;
        width: 94px;
        height: 94px;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 15px 25px rgb(0 0 0 / 45%);
        border: 1px solid #d3c0c0;
    }

        .socialicon-area .menuToggle.active ~ .menu img, .socialicon-area .menu img {
            width: 30px;
        }

    .socialicon-area .navigation span {
        border-radius: 50%;
        background: transparent;
        text-align: center;
        margin: 0 auto;
        padding: 5px 10px;
        font-size: 1.5rem
    }

        .socialicon-area .navigation span i {
            color: #e91e63;
            font-size: 35px;
        }

.menuToggle::before {
    content: '';
    position: absolute;
    font-size: 2.8em;
    font-weight: 550;
    color: #087fe0;
    transition: 1.5s;
}

.menuToggle.active::before {
    transform: rotate(315deg);
}

.socialicon-area .menu {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 16px;
    padding: auto 10px;
    z-index: -1;
    transition: transform 0.25s, width 0.33s, height 0.33s;
    transition-delay: 1s, 0.5s, 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.socialicon-area .menuToggle.active ~ .menu {
    width: 71%;
    height: 69px;
    z-index: 1;
    transform: translateY(-82px);
    transition-delay: 0s, 0.5s, 0.5s;
    box-shadow: 0 15px 25px rgb(0 0 0 / 32%);
    padding-top: 0px;
}

.socialicon-area .menu::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    left: calc(50% - 8px);
    bottom: 4px;
    transform: rotate(45deg);
    border-radius: 2px;
    transition: 0.5s;
}

.socialicon-area .menuToggle.active ~ .menu::before {
    transition-delay: 0.5s;
    bottom: -6px;
}

.socialicon-area .menu ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    gap: 15px;
    padding-right: 27px;
    padding-left: 30px;
    vertical-align: middle;
}

    .socialicon-area .menu ul li {
        list-style: none;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-30px);
        transition: 0.25s;
        transition-delay: calc(0s + var(--i));
    }

.socialicon-area .menuToggle.active ~ .menu ul li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: calc(.33s + var(--i));
}

.socialicon-area .navigation span i:hover {
    /*transform: scale(1.5) rotate(360deg);*/
    /* font-size: 45px;*/
}

.contact.float-container {
    position: fixed;
    right: -3px;
    top: 49%;
    display:none;
}

    .contact.float-container .icon-btn {
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        height: 75px;
        background: #e91e63;
        border-radius: 5px;
        box-shadow: 10px 10px 15px #a79494;
        font-size: 18px;
        color: #fff;
        padding: 0 8px;
        margin-bottom: 8px;
        transform: translateX(82%); /* hidden position */
        transition: transform 0.35s cubic-bezier(.4,0,.2,1);
        text-decoration: none;
    }

        .contact.float-container .icon-btn:nth-child(1) {
            transition-delay: 0s;
        }

        .contact.float-container .icon-btn:nth-child(2) {
            transition-delay: 0.08s;
        }

        .contact.float-container .icon-btn.active {
            transform: translateX(0); /* slide out */
        }

            .contact.float-container .icon-btn.active i {
                padding-right: 15px;
            }

        .contact.float-container .icon-btn i {
            color: #fff;
            font-size: 28px;
            padding-right: 54px;
            padding-left: 15px;
        }

/*desktop price table*/


table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    /* border: 1px solid #f1e1e1; */
}

    table tr th, table tr td {
        border: 1px solid #c9c8c8;
        padding: 18px 13px;
    }

.no-border td {
    border-top: 0;
    border-bottom: 0;
    padding: 12px 7px;
}

    .no-border td:first-of-type {
        border-left: 0;
    }

    .no-border td:last-of-type {
        border-right: 0;
    }

.no-padd {
    padding: 0;
}

table tr:nth-child(2) .no-padd {
    padding-top: 32px;
    border: 0;
}

table tr td.no-padd:nth-child(1) {
    border: 1px solid #d9d9d9;
}

table td i.fa-minus, td i.fa-plus {
    color: #727070;
    float: right;
    padding-top: 2px;
}

.fa-check {
    color: green;
}

.fa-close {
    color: red;
}

tr.accordion-toggle {
    background: #e5dede;
    cursor: pointer;
}
/* table tbody tr:first-child td {
position: sticky;
top: 0;  
background: #fff; 
z-index: 3;  
} */
th.module img {
    width: 197px;
    display: block;
    /* margin-top: 20px; */
    /* margin-left: 5px; */
    float: left;
}

th.module span {
    /* background: #fff; */
    width: 47px;
    margin: auto;
    border-radius: 50%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: #686363;
    font-size: 17px;
    white-space: nowrap;
    font-weight: 700;
    color: #fff;
}

.billing-toggle {
    text-align: center;
    padding: 10px 0;
}

.price-head th {
    text-align: center;
    position: sticky;
    top: -40px;
    z-index: 2;
    background: #fff;
    padding: 0;
    padding-bottom: 0px;
    border: 0;
}

    .price-head th:first-child {
        /* background: #1e68a9; */
        /* top: -27px; */
        border: 1px solid #e7e1e1;
        border-bottom: 0;
        background-image: linear-gradient(0deg, #522db8, #1c7ce0);
    }

    .price-head th h3 {
        font-size: 18px;
        line-height: 22px;
        width: 100%;
        margin: auto;
        position: relative;
        color: #fff;
    }

    .price-head th:not(:first-child) h3:before,
    .price-head th:not(:first-child) h3:after {
        /* position: absolute; */
        /* content: ''; */
    }

    .price-head th h3:before {
        width: 18px;
        height: 34px;
        background-color: #0b3452;
        top: 0px;
        left: -18px;
        clip-path: polygon(0 100%, 100% 0, 100% 100%);
    }

    .price-head th h3:after {
        width: 32px;
        height: 32px;
        background-color: #09385a;
        top: 2px;
        right: -25px;
        clip-path: polygon(0 83%, 100% 0, 103% 83%);
        transform: rotate(90deg);
    }

    .price-head th.bronze h3:before,
    .price-head th.bronze h3:after {
        background-color: #543309;
    }

    .price-head th.silver h3:before,
    .price-head th.silver h3:after {
        background-color: #817979;
    }

    .price-head th.gold h3:before,
    .price-head th.gold h3:after {
        background-color: transparent;
    }

    .price-head th.platinum h3:before,
    .price-head th.platinum h3:after {
        background-color: #717176;
    }

    .price-head th:not(:first-child) h3 {
        margin-top: -6px;
        padding: 6px 0;
        color: #fff;
        font-size: 18px;
        margin-bottom: 14px;
        font-weight: 700;
    }

    .price-head th.platinum h3 {
        margin-top: 1px;
    }

.price-head .trial h3 {
    background: #473cbf;
    box-shadow: 10px 40px 50px #4047c5 inset;
}

.price-head .bronze h3 {
    /* background: #d38523; */
    /* background-image: linear-gradient(45deg, #7e4c0d, #eda243); */
    box-shadow: 10px 40px 50px #984d02 inset;
    background: #000000;
}

.price-head .silver h3 { /* background-image: linear-gradient(252deg, #c9c4be, #68645b); */
    box-shadow: 10px 40px 50px #248863 inset;
    background: #000000;
}

.price-head .gold h3 {
    /* background-image: linear-gradient(252deg, #f1c95b, #b3860c); */
    box-shadow: 10px 40px 50px #d7b500 inset;
    background: #000000;
    margin-top: -2px !important;
}

.price-head .platinum h3 {
    /* background-image: linear-gradient(252deg, #b5b2b2, #4e4b4b); */
    box-shadow: 10px 40px 50px #612f7d inset;
    background: #000000;
}

.deskprice.price-table table tr td {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

table tr.accordion-toggle td {
    padding: 15px 9px;
}

    table tr.accordion-toggle td:first-child {
        text-transform: uppercase;
    }

table tr.accordion-toggle > td:not(:first-child) {
    text-align: center;
}

.collapse td, .collapse.in td {
    color: #1a5f9d;
    text-transform: capitalize;
}

.price-area {
    padding-top: 22px;
    padding-bottom: 55px;
}
/* .price-head th{
position: relative;
} */
.price-head th::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-top: 35px solid #512eb9;
    top: 100%;
}

.price-head th.module::after {
    border-top-color: #1e68a9;
    background: #1e68a9;
    display: none;
}

.price-head th.trial::after {
    border-top-color: #512db8;
}

.price-head th.bronze::after {
    border-top-color: rgb(245 136 26);
}

.price-head th.silver::after {
    border-top-color: #27b580;
}

.price-head th.gold::after {
    border-top-color: #c5a813;
}

.price-head th.platinum::after {
    border-top-color: #844aa5;
}

.price-head th.trial {
    /* background: rgb(34, 118, 181); */
    /*background: linear-gradient(180deg, #008300 25%, rgba(0, 176, 0, 1) 100%);*/
    background-image: linear-gradient(0deg, #522db8, #1c7ce0);
}

.price-head th.bronze {
    /* background: rgb(165 100 18); */
    background: linear-gradient(180deg, #cd6f11 25%, rgba(255, 130, 5, 1) 100%);
}

.price-head th.gold {
    background: #d7a721;
    background: linear-gradient(180deg, #af9302 25%, rgb(201 169 0) 100%);
}

.price-head th.silver {
    /* background: #959191; */
    background: linear-gradient(180deg, #279069 25%, rgba(50, 182, 133, 1) 100%);
}

.price-head th.platinum {
    /* background: #605e5e; */
    background: linear-gradient(180deg, #5b3770 25%, rgba(129, 78, 159, 1) 100%);
}

.price-head h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}

    .price-head h4 small a {
        color: #fff2f2;
        font-size: 12px;
        font-weight: 400;
        padding-top: 6px;
        font-style: italic;
    }

    .price-head h4 span {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }

.price-head span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 3px;
}

    .price-head span i {
        padding-right: 8px;
        font-size: 15px;
    }

.price-head th:not(:first-child) {
    text-align: center;
}

.price-head a.btn {
    color: #fff;
    padding: 4px 16px;
    border-radius: 15px;
    margin-top: 10px;
    font-weight: 700;
}

.deskprice price-table .inner-scroll {
    max-height: 164px; /* choose any height */
    overflow-y: auto;
    position: relative;
}
/* FIX ONLY the accordion-toggle row */
.inner-scroll table tr.accordion-toggle td {
    position: sticky;
    top: 0;
    background: #e5dede;
    z-index: 1;
}

.price-block {
    text-align: center;
    /*margin-bottom: 15px;*/
    /* border-bottom: 1px solid #f7eaea;*/
    min-height: 62px;
    height: 100%;
}
/*
    .price-block span {
        display: block;
    }*/

span.price {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.price-block a.btn {
    border: 1px solid #dfdbdb;
    padding: 3px 15px;
    border-radius: 22px;
    font-size: 12px;
    color: #d75723;
}

.price-block .fa.fa-rupee {
    padding-right: 4px;
}

span.employees {
    display: block;
    margin-bottom: 7px;
    color: #6c6666;
    font-size: 12px;
    font-weight: 500;
}

span.inr {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
}

.connect {
    text-align: center;
}

    .connect a {
        background: #12ad12;
        padding: 7px 29px;
        color: #fff;
        font-size: 15px;
        text-decoration: none;
    }

.deskprice.price-table .price-block {
    scroll-margin-top: 180px; /* change 120px to your table header height */
    background: transparent;
    padding-top: 20px;
}

td.pricetag {
    padding: 0;
}
/*.connect {
margin: 13px 14px;
}*/
:root:not(:target) .price-block:target {
    background: #fffec4 !important; /* no default highlight */
    padding-top: 15px;
}

.price-wrapper .price-block:last-child {
    border: 0;
}

.ribbon {
    position: relative;
}

.price-head th h3.ribbon:after {
    content: "popular";
    position: absolute;
    border: 25px solid #ff0000;
    top: -38px;
    height: 72px;
    z-index: 0;
    right: 0;
    border-bottom-color: transparent;
    clip-path: unset;
    transform: none;
    display: flex;
    font-size: 10px;
    justify-content: center;
    align-items: self-start;
    line-height: 0;
}

.price-head th h3.ribbon:before {
    content: "";
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 38px solid #8f0000;
    transform: rotate(360deg);
    top: -38px;
    height: -12px;
    z-index: 0;
    right: 33px;
    clip-path: unset;
    transform: none;
    left: unset;
}

@media only screen and (max-width:1024px) {
    .price-head th::after {
        border-right: 62px solid transparent;
    }
}

@media only screen and (max-width:901px) {
    .price-head th {
        width: 154px;
    }

    th.module img {
        width: 197px;
    }

    .price-head th:not(:first-child) h3 {
        margin-top: -74px;
        padding: 12px 0;
        color: #fff;
        font-size: 18px;
    }

    .price-head th::after {
        border-right: 75px solid transparent;
        border-left: 81px solid transparent;
    }

    .price-table {
        width: 100%;
        overflow: scroll;
    }

    .price-head a.btn {
        padding: 3px 13px;
        margin-top: 9px;
        font-size: 10px;
        margin-bottom: 11px;
    }

    .price-head th h3 {
        font-size: 15px;
        line-height: 18px;
    }

    .price-sec h2 {
        font-size: 20px;
    }

    .price-head span {
        font-size: 10px;
    }

    table tr td:last-child {
        border-bottom: 0;
    }

    .no-border td {
        padding: 5px 7px 0;
    }

    table.no-border {
        margin-bottom: 0px;
    }

    table tr th:first-child, table td:first-child {
        position: sticky;
        width: 157px;
        left: -2px;
        z-index: 10;
        background: #fff;
    }

    table tr th:first-child {
        z-index: 9999;
    }

    .price-head th {
        z-index: 2;
    }

    table tr th {
        position: sticky;
        top: 0;
        z-index: 9;
        background: #fff;
    }

    .connect a {
        font-size: 9px;
    }
}

.subscription-button.desk .switch-wrapper {
    margin: 0em auto 0;
    /*width: -webkit-max-content;
    width: -moz-max-content;*/
    width: max-content;
    bottom: -20px;
    text-align: center;
    position: relative;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;*/
    display: flex;
    padding: 4px;
    border-radius: 30px;
    border: 1px solid #000;
    background-color: #fff;
}

.switch-wrapper [type=radio] {
    position: absolute;
    left: -9999px;
}

input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}
/*.switch-wrapper [type=radio]:checked#monthly~label[for=monthly],.switch-wrapper [type=radio]:checked#quarterly~label[for=quarterly],
.switch-wrapper [type=radio]:checked#yearly~label[for=yearly] {
    color: #e7e7e7;
}
*/

#quarterly:checked ~ .highlighter {
    transform: translateX(100%);
}

#yearly:checked ~ .highlighter {
    transform: translateX(200%);
}

#monthly:checked ~ .highlighter {
    transform: translateX(0%);
}

.switch-wrapper .highlighter {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(34% - 4px);
    height: calc(100% - 9px);
    border-radius: 30px;
    background-color: #1077da;
    /*-webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;*/
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.tag1 {
    font-size: min(4.1666666667vw, 7.5vh);
    color: #4d7ab7;
    line-height: min(3.1944444444vw, 5.75vh);
    font-weight: 700;
    text-align: center;
    width: fit-content;
    z-index: 9;
    margin: 25px auto min(2.0833333333vw, 3.75vh);
    position: relative;
}


/* Small devices (phones, 0px and up) */
@media (min-width: 200px) and (max-width: 600px) {
    .pricing-table {
        flex-direction: column;
    }

    .pricing-table {
        margin-top: 8%;
    }

    .pricing-box:nth-child(2) {
        border-left: 1px solid #ccc;
    }

    .pricing-box:nth-child(3) {
        border-left: 1px solid #ccc;
    }

    .pricing-box:nth-child(4) {
        border-left: 1px solid #ccc;
    }

    .pricing-box:nth-child(5) {
        border-left: 1px solid #ccc;
    }

    .empty2 {
        height: 0%;
    }

    .empty3 {
        height: 0%;
    }

    .empty4 {
        height: 0%;
    }
}

/* Medium devices (tablets, 601px and up) */
@media (min-width: 601px) and (max-width: 900px) {
}

/* Large devices (desktops, 1025px and up) */
@media (min-width: 900px) and (max-width: 1020px) {
}

@media (min-width: 1021px) and (max-width:1199px) {

    .price-head .btn-light {
        width: 91%;
        font-size: 12px;
    }

    .trial p {
        font-size: 11px;
        margin-top: 48px;
    }

    .price-head span {
        font-size: 12px;
    }

    th.module span {
        font-size: 14px;
    }

    .connect a {
        padding: 7px 13px;
    }

    .price-head th::after {
        border-left: 78px solid transparent;
        border-right: 78px solid transparent;
    }

    .price-head th::after {
        top: 99%;
    }
}

.btn-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.price-head .btn-light {
    border-radius: 19px;
    margin-top: 5%;
    width: 86%;
    font-size: 13px;
}

.deskprice.price-table .trial p {
    color: #fff;
    font-size: 11px;
    font-style: italic;
    /* margin-bottom: 49px;*/
    margin-top: 15px;
}

/* Flash class and keyframe animation */
/*.flashit {
    color: #d01261;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1.2s infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

.pulseit {
    -webkit-animation: pulse linear .5s infinite;
    animation: pulse linear .5s infinite;
}

@-webkit-keyframes pulse {
    0% {
        width: 200px;
    }

    50% {
        width: 340px;
    }

    100% {
        width: 200px;
    }
}

@keyframes pulse {
    0% {
        width: 200px;
    }

    50% {
        width: 340px;
    }

    100% {
        width: 200px;
    }
}*/

/*.flash {
    animation-name: flash;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {
        color: #ff0000;
    }

    to {
        color: #0012ff;
    }
}

.flash1 {
    animation-name: flash1;
    animation-duration: .6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    font-size: 17px;
}

@keyframes flash1 {
    from {
        color: red;
    }

    to {
        color: blue;
    }
}*/
.deskprice.price-table .last_block_broonze {
    background: linear-gradient(180deg, #ad5701 25%, rgba(255, 130, 5, 1) 100%);
}

.deskprice.price-table .last_connect_broonze {
    background: linear-gradient(359deg, #e47404 25%, rgba(255, 130, 5, 1) 100%);
    /*  height: 33px;*/
}

.deskprice.price-table .last_block_broonze .employees {
    color: #fff;
}

.deskprice.price-table .last_block_silver {
    background: linear-gradient(180deg, #279069 25%, rgba(50, 182, 133, 1) 100%);
}

.deskprice.price-table .last_connect_silver {
    background: linear-gradient(346deg, #35bb89 25%, rgba(50, 182, 133, 1) 100%);
    /* height: 33px;*/
}

.deskprice.price-table .last_block_silver .employees {
    color: #fff;
}

.deskprice.price-table .last_block_gold {
    background: linear-gradient(180deg, #af9302 25%, rgb(201 169 0) 100%);
}

.deskprice.price-table .last_connect_gold {
    background: linear-gradient(257deg, #d3b412 25%, rgb(201 169 0) 100%);
    /*height: 33px;*/
}

.deskprice.price-table .last_block_gold .employees {
    color: #fff;
}

.deskprice.price-table .last_block_platinum {
    background: linear-gradient(180deg, #5b3770 25%, rgba(129, 78, 159, 1) 100%);
}

.deskprice.price-table .last_connect_platinum {
    background: linear-gradient(279deg, #7b5095 25%, rgba(129, 78, 159, 1) 100%);
    /* height: 33px;*/
}

.deskprice.price-table .connect {
    height: 45px;
}

.deskprice.price-table .last_block_platinum .employees {
    color: #fff;
}

.deskprice price-table .trial h3 {
    margin-top: -19% !important;
}

.trial .btn:link, .btn:visited {
    position: absolute;
}

.switch-wrapper:has(#quarterly:checked) label[for="quarterly"],
.switch-wrapper:has(#halfyearly:checked) label[for="halfyearly"],
.switch-wrapper:has(#annualy:checked) label[for="annualy"] {
    color: #1077da;
}

.subscribe {
    margin-top: 0% !important;
}

.deskprice.price-table .old-price {
    font-size: 14px;
    color: #888;
    margin-bottom: 4px;
    /*display: none;*/
}

.strike {
    text-decoration: line-through;
    /* color: red !important; */
    text-decoration-color: red;
    text-decoration-thickness: 1.2px;
}

.new-price span {
    font-size: 16px;
}

.deskprice price-table .old-price .old-price.strike {
    text-decoration: line-through;
    color: red;
}

.new-price {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.old-price, .new-price {
    transition: all 0.3s ease;
}

.subscription-button.desk .billing-btn {
    padding: 8px 20px;
    border-radius: 25px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .subscription-button.desk .billing-btn.active {
        background: #2563eb;
        color: #fff;
        border-color: #2563eb;
    }

.new-price .fa-rupee {
    margin-top: 3px;
}

.trial_span {
    margin-bottom: 16px;
}

.adjusted h3 {
    margin-top: -30% !important;
}

.flash {
    animation-name: flash;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {
        color: yellow;
    }

    to {
        color: orangered;
    }
}

.deskprice.price-table .flash1 {
    animation-name: flash1;
    animation-duration: .6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    font-size: 17px;
}

@keyframes flash1 {
    from {
        color: yellow;
    }

    to {
        color: orangered;
    }
}

.green-highlight-halfyearly {
    color: #006843;
    font-size: 18px;
    /* position: absolute;*/
    top: 110%;
    left: 80%;
    white-space: nowrap;
    font-weight: 700;
    font-family: Caveat;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* margin-left: 10%;*/
}

.green-highlight-annually {
    color: #006843;
    font-size: 18px;
    /* position: absolute;*/
    top: 110%;
    left: 80%;
    white-space: nowrap;
    font-weight: 700;
    font-family: Caveat;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* margin-left: 10%;*/
}

.subscription-button.desk .save-upto {
    width: 30px;
    height: 15px;
    display: inline-block;
}

.subscription-button.desk .savearrow {
    margin: auto;
    gap: 29px;
    text-align: center;
    margin-bottom: 30px;
}

.savearrow a {
    font-family: Caveat;
    font-size: 21px;
    font-weight: 600;
}

/*desktop price table*/
/*mobile price table*/

.billing-btn {
}

.mobilbtn .switch-wrapper {
    margin: auto;
    width: max-content;
    text-align: center;
    position: relative;
    display: flex;
    gap: 2px;
    padding: 8px 8px 1px;
    border-radius: 28px;
    background-color: #fff;
    margin-top: 18px;
    align-items: center;
    border: 1px solid #cdc5c5;
    box-shadow: 2px 1px 24px #00000038;
}

.mobilbtn .savearrow {
    /* display: flex; */
    justify-content: left;
    width: 100%;
    margin: auto;
    gap: 11px;
    /* padding-right: 55px; */
    text-align: center;
}

    .mobilbtn .savearrow .saveoffer {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        gap: 0 15px;
        /* padding-left: 117px; */
        position: relative;
        left: 13%;
        padding: 12px 0;
    }

.mobilbtn .saveoffer span.percent-text {
    gap: 0 1px;
    font-size: 16px;
}

.mobilbtn .saveoffer .percent-text img {
    width: 26px;
    align-items: center;
    height: auto;
}

.mobilbtn .green-highlight-halfyearly, .mobilbtn .green-highlight-annually {
    font-size: 14px;
}

.switch-wrapper [type=radio] {
    position: absolute;
    left: -9999px;
}

input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}

.switch-wrapper label {
    font-size: 12px;
    z-index: 1;
    min-width: 92px;
    /* line-height: 32px; */
    cursor: pointer;
    border-radius: 20px;
    /* -webkit-transition: color .25s ease-in-out; */
    transition: color .25s ease-in-out;
}

.switch-wrapper [type=radio]:checked#quarterly ~ label[for=quarterly], .switch-wrapper [type=radio]:checked#HalfYearly ~ label[for=HalfYearly],
.switch-wrapper [type=radio]:checked#Annually ~ label[for=Annually] {
    color: #e7e7e7;
}

#HalfYearly:checked ~ .highlighter {
    transform: translateX(100%);
}

#Annually:checked ~ .highlighter {
    transform: translateX(200%);
}

#quarterly:checked ~ .highlighter {
    transform: translateX(0%);
}

.switch-wrapper .highlighter {
    position: absolute;
    top: 3px;
    left: 2px;
    width: calc(34% - 4px);
    height: calc(99% - 9px);
    border-radius: 30px;
    background-color: #2563eb;
    border: 1px solid #2563eb !;
    /*-webkit-transition: -webkit-transform .25s ease-in-out;*/
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.save-upto {
    width: 30px;
    height: 15px;
}

.subscription-button.desk .green-highlight-halfyearly {
    color: #006843;
    font-size: 18px;
    white-space: nowrap;
    font-weight: 700;
    font-family: 'Caveat', cursive;
    transition: all .5s ease-in-out;
}

.subscription-button.desk .green-highlight-annually {
    color: #006843;
    font-size: 18px;
    white-space: nowrap;
    font-weight: 700;
    font-family: 'Caveat', cursive;
    transition: all .5s ease-in-out;
}

.price-table.mobscreen .trial {
    box-sizing: border-box;
    position: relative;
    background-image: linear-gradient(0deg, #522db8, #1c7ce0);
    text-align: center;
    border: 1px solid #0770be;
    /*border-radius: 14px;*/
    padding-bottom: 14px;
}

    .price-table.mobscreen .trial h3 {
        padding: 12px 0;
        font-size: 27px;
        font-weight: 700;
        background: #473cbf;
        box-shadow: 10px 40px 50px #4047c5 inset;
        width: 100%;
        margin: auto;
        border-radius: 0px 0px 28px 28px;
    }
        .price-table.mobscreen .trial h3 a{
            color:#fff;
            text-decoration:none;
        }
        .flash {
            color: #fff;
            font-weight: 700;
            animation-name: flash;
            animation-duration: 0.4s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            animation-direction: alternate;
            animation-play-state: running;
        }

.flash1 {
    color: #fff;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

    .flash1 span {
        font-style: italic;
        color: #fff;
        font-size: 18px;
    }

    .flash1 .fa.fa-rupee {
        padding-right: 5px;
        color: #fff;
        font-size: 22px;
    }

.price-table.mobscreen .trial_span {
    color: #fff;
    font-weight: 400;
    margin-top: 6px;
    font-size: 16px;
}

    .price-table.mobscreen .trial_span i {
        padding-right: 8px;
        font-size: 15px;
    }

.price-table.mobscreen .btn-light {
    border-radius: 26px;
    width: 59%;
    font-size: 18px !important;
    padding: 12px 0;
    color:#fff;
   
}
.price-table.mobscreen .bronze .btn-light {
  background: #dd701f;
}
.price-table.mobscreen .silver .btn-light {
 background: #0d754e;
}
.price-table.mobscreen .gold .btn-light {
    background: #c17806;
}
.price-table.mobscreen .platinum .btn-light {
    background: #632c83;
}
.price-table.mobscreen .btn:hover {
    color: grey;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.price-table.mobscreen .btn:focus {
    outline: 0px !important;
    outline-offset: 0px !important;
}

/*.panel-title > a:after {
font-family: FontAwesome;
content: "\f068";
}*/
.price-table.mobscreen .panel-title > a:before,
.price-table.mobscreen .panel-desc > a:before {
    float: right;
    font-family: FontAwesome;
    content: "\f067"; /* PLUS */
    padding-right: 5px;
    font-weight: 400;
    padding-top: 1px;
}
/* when panel is OPEN */
.price-table.mobscreen .panel-title > a:not(.collapsed):before,
.price-table.mobscreen .panel-desc > a:not(.collapsed):before {
    content: "\f068"; /* MINUS */
}

.price-table.mobscreen .panel-title a {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 15px;
}

.price-table.mobscreen .panel {
    background-color: transparent !important;
    margin-bottom: 0px !important;
    border-top: 1px solid #cbc6c6;
    box-shadow: none;
    border-radius: 0 !important;
}
/*.price-table.mobscreen .panel-title > a.collapsed:after {
content: "\f067";
}
*/
.price-table.mobscreen .panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.price-table.mobscreen .view {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.set {
    font-size: 16px;
    text-decoration: none !important;
    color: #000 !important;
}

.price-table.mobscreen .panel-default > .panel-heading {
    background-color: transparent !important;
    border-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-table.mobscreen .panel-body {
    padding: 0px !important;
    background-color: #fff;
    border-radius: 0;
    border-top-color: #0770be !important;
    margin: 0 10px;
    padding: 10px 4px;
}

.price-table.mobscreen .price-box .panel-default {
    margin-top: 4%;
    border-top: 1px solid #fff !important;
    padding-top: 8px;
    border-left: 0;
    border-right: 0;
}

.price-table.mobscreen:first-child .price-box.panel-default {
    border-bottom: 0 !important;
}

.price-table.mobscreen .panel-group .panel {
    margin-left: 5px;
    margin-right: 5px;
    padding: 14px 0;
    text-align: left;
}

.price-table.mobscreen .panel-collapse {
    margin-top: 3%;
}

.custom-field {
    display: flex;
    justify-content: space-between;
    padding: 2px;
}

    .custom-field p {
        font-size: 16px;
        color: #1a5f9d;
        font-weight: 600;
        text-align: left;
    }

.price-table.mobscreen .custom-field .fa-check {
    color: green;
    font-size: 16px;
}

.price-table.mobscreen .custom-field .fa-times {
    color: red;
    font-size: 16px;
}
/*
.price-table.mobscreen .panel-desc > a.collapsed:after {
content: "\f067";
}
*/
.price-table.mobscreen .bronze {
    margin-top: 5%;
    border: 1px solid #984d02;
   /* border-radius: 14px;*/
    background: linear-gradient(180deg, #ef7209a8 25%, rgb(181 94 6 / 52%) 100%);
}

    .price-table.mobscreen .bronze h3 {
        box-shadow: none;
        background: #c55f13;
    }

.month {
    font-style: italic;
}

.know {
    color: #fff;
    font-style: italic;
    font-size: 17px;
}

.price-table.mobscreen .price-block {
    margin-top: 2%;
    border: transparent;
}

.price-table.mobscreen .price {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px !important;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.employees {
    color: #fff;
    font-size: 17px;
}

.price-table.mobscreen .price-btn {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 12px;
    margin: 14px 10px 0;
}

    .price-table.mobscreen .price-btn p {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        margin-top: 0;
    }

.price-table.mobscreen .bronze-connect {
    background-color: #12ad12;
    width: 85%;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600;
}

.price-table.mobscreen .silver {
    margin-top: 5%;
    border: 1px solid #249066;
   /* border-radius: 14px;*/
    background: linear-gradient(180deg, #178b60bf 25%, rgb(31 169 118 / 88%) 100%);
}

    .price-table.mobscreen .silver h3 {
        box-shadow: none;
        background: #0d754e;
    }

.price-table.mobscreen .gold {
    margin-top: 5%;
    border: 1px solid #aba90e;
   /* border-radius: 14px;*/
    background: linear-gradient(180deg, #e48e09d1 25%, rgb(233 162 53 / 95%) 100%);
}

    .price-table.mobscreen .gold h3 {
        box-shadow: none;
        background: #d7870a;
    }

.price-table.mobscreen .platinum {
    margin-top: 5%;
    border: 1px solid #730eab;
   /* border-radius: 14px;*/
    background: linear-gradient(180deg, #71408de6 25%, rgb(125 69 159 / 91%) 100%);
}

    .price-table.mobscreen .platinum h3 {
        box-shadow: none;
        background: #632c83;
    }

.price-table.mobscreen .old-price h4 {
    font-size: 14px;
    color: #888;
    margin-bottom: 4px;
    display: none;
}

.price-table.mobscreen .new-price {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    /* display: inline-block; */
    justify-content: center;
    padding-bottom: 10px;
}

    .price-table.mobscreen .new-price span {
        font-style: italic;
        color: #fff;
        font-size: 21px;
        font-weight: 400;
    }

.price-table.mobscreen .flash1 {
    color: #fff;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: column;
}

.price-table.mobscreen .new-price.strike {
    padding-bottom: 8px;
}

.price-table.mobscreen .know {
    padding-top: 24px;
    font-size: 16px;
}

label.billing-btn.activemob {
    /* background: #000; */
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
    padding: 5px 0px;
}
/*price modal*/
/*save offer*/
.saveoffer {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 0 20px;
    /* padding-left: 117px; */
    position: relative;
    left: 8%;
    padding: 6px 0 16px;
}

.percent-text img {
    width: 29px;
    align-items: center;
    height: auto;
}

.saveoffer span.percent-text {
    display: flex;
    align-items: center;
    color: #006843;
    font-weight: 600;
    gap: 0 4px;
    font-size: 18px;
    font-family: 'Caveat';
    font-weight: 700;
}

/*footer*/

footer .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
}

.contact-icon {
    margin-bottom: 10px;
}

#contact-icon1 {
    text-decoration: none;
    color: #ffffff;
}

.contact-icon2 {
    background-color: #140A20;
    color: #ffffff;
    padding: 0;
}

.contact-icon3 {
    font-size: 12px;
    background-color: #140A20;
    color: #ffffff;
    padding-bottom: 20px;
}

.icon-box-1 {
    width: 100%;
    height: 40px;
    margin-top: 25px;
}

.icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    /*margin-left: 2px;*/
    margin-right: 2px;
    border-radius: 30px;
    overflow: hidden;
}

    .icon::before,
    .icon::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transition: all 0.25s ease;
        border-radius: 30px;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
    }

    .icon i {
        position: relative;
        color: #FFFFFF;
        font-size: 20px;
        margin-top: 10px;
        transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
    }

.icon-enter1::after {
    box-shadow: inset 0 0 0 1px #1877F2;
}

.icon-enter1::before {
    border-radius: 0;
    margin-left: -100%;
    box-shadow: inset 0 0 0 60px #1877F2;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}

.icon-enter1:hover::before {
    margin-left: 0;
}

.icon-enter2::after {
    box-shadow: inset 0 0 0 1px #FF0000;
}

.icon-enter2::before {
    border-radius: 0;
    margin-left: -100%;
    box-shadow: inset 0 0 0 60px #FF0000;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}

.icon-enter2:hover::before {
    margin-left: 0;
}

.icon-enter3::after {
    box-shadow: inset 0 0 0 1px #F7B24D;
}

.icon-enter3::before {
    border-radius: 0;
    margin-left: -100%;
    box-shadow: inset 0 0 0 60px #F7B24D;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}

.icon-enter3:hover::before {
    margin-left: 0;
}

.icon-enter4::after {
    box-shadow: inset 0 0 0 1px #0077B5;
}

.icon-enter4::before {
    border-radius: 0;
    margin-left: -100%;
    box-shadow: inset 0 0 0 60px #0077B5;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}

.icon-enter4:hover::before {
    margin-left: 0;
}

.icon-enter5::after {
    box-shadow: inset 0 0 0 1px #00A2F3;
}

.icon-enter5::before {
    border-radius: 0;
    margin-left: -100%;
    box-shadow: inset 0 0 0 60px #00A2F3;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}

.icon-enter5:hover::before {
    margin-left: 0;
}

/*footer*/

@media only screen and (max-width:768px) {
    .btnoverlaydv {
        top: 22%;
        width: 89%;
    }

    .tag1 {
        font-size: 22px;
    }

    .subscription-button.mobilbtn {
        padding-top: 60px;
    }
    .mobileheader {
        padding-bottom: 0;
    }
    .switch-wrapper label {
        font-size: 18px;
        min-width: 172px;
        border-radius: 20px;
    }
    label.billing-btn.activemob {
        padding: 12px 0px;
    }
    .mobilbtn .saveoffer span.percent-text {
        gap: 0 1px;
        font-size: 22px;
    }
    .footer4 {
       display:none;
    }
    .footer2 {
        padding: 27px;
        text-align: left;
    }
    .footer9 {
        padding: 0px 27px 10px;
        text-align: left;
    }
}
@media only screen and (min-width:412px) and (max-width:480px) {
    .btnoverlaydv {
        top: 14%;
    }

    .switch-wrapper label {
        font-size: 12px;
        min-width: 108px;
        border-radius: 20px;
    }

    .subscription-button.mobilbtn {
        padding-top: 58px;
    }

    .mobilbtn .saveoffer span.percent-text {
        font-size: 15px;
    }

    .icon-box-1 {
        width: 100% 235px;
        height: 40px;
        margin-top: 4px;
    }

    .footer .content {
        padding: 12px 7px 0px 4px;
    }

    .footer9 {
        padding: 0px 27px 10px;
        text-align: left;
    }

    .footer2 {
        padding: 27px;
        text-align: left;
    }

    .contact-icon3 {
        padding-bottom: 18px;
        padding-top: 18px;
    }

    #footer1 {
        padding-top: 0;
    }

    .footer3 {
        font-size: 18px;
    }
    #demoModal .modal-dialog.modal-lg {
        /* margin: 0; */
        width: 100%;
        max-width: 321px;
        margin: auto;
    }
    
}
@media only screen and (min-width:360px) and (max-width:400px) {
    .titletext h3 {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .btnoverlaydv {
        top: 18%;
        width: 86%;
        padding: 12px 16px;
    }

    .mobheaderbtngroup a img {
        width: 18px;
        margin-right: 4px;
    }

    /*.mobheaderbtngroup .btn-primary {
        width: 208px;
        font-size: 14px;
        height: 39px;
        background-color: #dbeba4;
        color: #e91e63;
        border: transparent;
    }*/

    .socialicon-area .menuToggle {
        width: 65px;
        height: 65px;
    }

    .socialicon-area .navigation span i {
        font-size: 25px;
    }

    .contact.float-container .icon-btn {
        height: 48px;
        font-size: 13px;
    }

        .contact.float-container .icon-btn i {
            font-size: 20px;
            padding-left: 7px;
        }

    .mobileheader {
        padding-bottom: 22px;
    }

    .footer4 {
        display: none;
    }

    .mobilbtn .saveoffer span.percent-text {
        font-size: 14px;
    }

    .mobilbtn .savearrow .saveoffer {
        gap: 0 9px;
        left: 7%;
    }

    .switch-wrapper label {
        font-size: 12px;
        min-width: 108px;
        border-radius: 20px;
    }

    .subscription-button.mobilbtn {
        padding-top: 36px;
    }

    .icon-box-1 {
        width: 100% 235px;
        height: 40px;
        margin-top: 4px;
    }

    .footer .content {
        padding: 12px 7px 0px 4px;
    }
    .footer9 {
        padding: 0px 27px 10px;
        text-align: left;
    }
    .footer2 {
        padding: 27px;
        text-align: left;
    }
    .contact-icon3 {
        padding-bottom: 18px;
        padding-top: 18px;
    }
    #footer1{
        padding-top:0;
    }
    .footer3 {
        font-size: 18px;
    }
    #demoModal .modal-dialog.modal-lg {
        /* margin: 0; */
        width: 100%;
        max-width: 315px;
        margin: auto;
    }
   
}
@media only screen and (min-width:360px) and (max-width:390px) {
    .btnoverlaydv {
        top: 16%;
    }
    #demoModal .modal-dialog.modal-lg {
        /* margin: 0; */
        width: 100%;
        max-width: 315px;
        margin: auto;
    }
   
}

.text-danger {
    color: #ff7f7c !important;
}
.payhrformdiv input{
    margin-bottom:3%;
}
.payhrformdiv select {
    margin-bottom: 3%;
}
.know{
    display:none;
}
@media only screen and (max-width: 344px) {
    .switch-wrapper label {
        font-size: 14px;
        min-width: 99px;
    }
    .mobilbtn .saveoffer span.percent-text {
        font-size: 15px;
    }
    .mobilbtn .savearrow .saveoffer {
        left: 2%;
    }
    .btnoverlaydv {
        top: 14%;
    }
    footer .content {
        padding: 12px 62px 0px 0px;
    }
}

@media only screen and (min-width:300px) and (max-width:340px) {
    .btnoverlaydv {
        top: 16%;
    }

    .titletext h3 {
        font-size: 10px;
    }

    .mobileheader {
        padding-bottom: 37px;
    }

    .mobilelogo {
        margin-top: 3%;
    }

    .switch-wrapper label {
        font-size: 10px;
        min-width: 75px;
    }

    .mobilbtn .saveoffer span.percent-text {
        font-size: 12px;
    }

    .subscription-button.mobilbtn {
        padding-top: 36px;
    }

    label.billing-btn.activemob {
        padding: 8px 0px;
    }

    .mobheaderbtngroup .btn-primary {
        width: 177px;
        font-size: 12px;
    }
}