/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
body {font-family: 'Source Sans Pro', sans-serif;}*/
.top-conant
{
    background-color: #d3eaf9;
    width: 100%;
    max-width: 1600px;
    position: fixed;
    top: 0;
    z-index: 9999;
}
.top-conant h2
{
    text-align: center;
    font-size: 18px;
    padding: 10px 0px;
    margin: 0 auto;
}
.f18{font-size:18px;}
.f17{font-size:17px !important;}
.text-custom{color:#136acd !important;}
.navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: sticky;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 36px;
    box-shadow: 0px 6px 7px #999;
}


input, textarea, select:focus
{
    outline: none !important;
}


input[type=number] {
  -moz-appearance: textfield;
}

.signup-form hr {
    border-top: 1px solid rgba(255, 255, 255, 0.4) !important
}

.signup-form .hr-text {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: .75rem
}

.signup-form .hr-text:before,
.signup-form .hr-text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 45%;
    right: 100%;
    border-top: 1px solid #fff
}

.signup-form .hr-text:after {
    left: auto;
    right: 0
}

.signup-form .hr-text span {
    color: #fff
}

.signup-form small a {
    text-decoration: underline
}

.signup-form small a:hover {
    text-decoration: none
}

.signup-form p:last-child {
    margin-bottom: 0
}

.blog-nav {
    background: white;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1
}
.slider-button-click {
    padding: 18px 31px;
    background-color: #85c525;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 20px;
}
.slider-button-click:hover
{
    color: #fff;
}
.blog-nav .navbar-brand--blog {
    font-family: "Averta", Arial, sans-serif;
    font-size: 1.25rem;
    border-left: 1px solid #212529;
    color: #212529;
    line-height: normal
}

.blog-nav .navbar-brand--blog:hover {
    color: #212529
}

.blog-nav__navbar-brand {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    flex: 0;
    transition: all 0.3s ease-in
}

.blog-category-nav {
    position: relative;
    transition: all 0.3s ease-in
}

.blog-category-nav__search {
    position: absolute;
    text-align: right;
    right: 10px
}

.blog-category-nav__search__input {
    width: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out
}

.blog-category-nav__search__submit {
    display: none
}

.blog-category-nav__search .svg-icon--search {
    display: block
}

.blog-category-nav__search .svg-icon--cancel {
    display: none
}

.country-content {
    display: none
}

.country-switcher {
    display: inline-block;
    position: relative
}

.country-switcher__toggle {
    cursor: pointer;
    display: flex;
    align-items: center
}

.country-switcher__toggle__flag {
    display: inline-block;
    width: 28px;
    height: 21px;
    vertical-align: top;
  /*  background: url("/assets/img/country-switcher/png/us.png") center center/contain no-repeat;*/
    margin-right: 1rem
}

[data-geoip="US"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/us.svg")
}

[data-geoip="CA"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/ca.svg")
}

[data-geoip="GB"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/gb.svg")
}

[data-geoip="IE"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/ie.svg")
}

[data-geoip="FR"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/fr.svg")
}

[data-geoip="DE"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/de.svg")
}

[data-geoip="ES"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/es.svg")
}

[data-geoip="BE"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/be.svg")
}

[data-geoip="FI"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/fi.svg")
}

[data-geoip="LU"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/lu.svg")
}

[data-geoip="NL"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/nl.svg")
}

[data-geoip="AT"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/at.svg")
}

[data-geoip="IT"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/it.svg")
}

[data-geoip="DK"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/dk.svg")
}

[data-geoip="SE"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/se.svg")
}

[data-geoip="NO"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/no.svg")
}

[data-geoip="AU"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/au.svg")
}

[data-geoip="JP"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/jp.svg")
}

[data-geoip="PT"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/pt.svg")
}

[data-geoip="HK"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/hk.svg")
}

[data-geoip="SG"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/sg.svg")
}

[data-geoip="NZ"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/nz.svg")
}

[data-geoip="CH"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/ch.svg")
}

[data-geoip="REST"] .country-switcher__toggle__flag {
    background-image: url("/assets/img/country-switcher/rest.svg")
}

.country-switcher__menu {
    visibility: hidden;
    position: absolute;
    left: auto;
    right: 0;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: left;
    display: block;
    top: 100%;
    z-index: 1000;
    padding: 8px 0;
    border-radius: 4px;
    border: 1px solid #c6cbcd;
    color: #1c252b;
    background-color: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    min-width: 100%;
    max-width: 460px;
    max-height: 300px;
    overflow-y: auto
}

.country-switcher__menu__item {
    width: 200px
}

.country-switcher__menu__link {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    display: none;
    align-items: center;
    padding: 4px 16px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    outline: none;
    color: inherit
}

.skip-to-content-nav {
    display: none
}

@media (min-width: 992px) {
    .skip-to-content-nav {
        display: block;
        position: absolute;
        top: -100px;
        background-color: #136acd
    }
    .skip-to-content-nav ul {
        list-style: none
    }
    .skip-to-content-nav ul li {
        display: inline
    }
    .skip-to-content-nav a:focus,
    .skip-to-content-nav a:active {
        outline-color: #fff
    }
}

.dropdown-toggle:not(.form-dropdown-toggle):after {
    position: absolute;
    border: none;
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cpath d='M16.187 6.187a1.15 1.15 0 0 1 1.626 1.626l-7 7a1.15 1.15 0 0 1-1.626 0l-7-7a1.15 1.15 0 0 1 1.626-1.626L10 12.374l6.187-6.187z'%3E%3C/path%3E%3C/svg%3E");
    width: 10px;
    height: 10px;
    margin-left: 5px;
    vertical-align: initial
}

@media (max-width: 991.98px) {
    .dropdown-toggle:not(.form-dropdown-toggle):after {
        width: 15px;
        height: 15px;
        right: 0
    }
}

@media (max-width: 991.98px) {
    .dropdown-toggle[aria-expanded*="true"]:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media (max-width: 991.98px) {
    .topnav .navbar-nav {
        width: 350px;
        margin: 0 auto
    }
}

@media (max-width: 767.98px) {
    .topnav .navbar-nav {
        width: 100%
    }
}

.topnav .navbar-nav .nav-item {
    position: relative;
    align-items: center
}

.topnav .navbar-nav .nav-item a {
    font-weight: 600;
    white-space: initial;
    font-size: 1.1rem
}

.topnav .navbar-nav .nav-item--buttons {
    justify-content: center
}

@media (max-width: 991.98px) {
    .topnav .navbar-nav .nav-item--buttons {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #E4E6E9
    }
    .topnav .navbar-nav .nav-item--buttons a {
        width: 50%
    }
}

@media (max-width: 991.98px) {
    .topnav .navbar-nav .nav-item:not(.dropdown) {
        order: 99
    }
}

.mobile-nav-toggle-btn {
    width: 16px;
    height: 16px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    margin-left: auto;
    cursor: pointer
}

@media (min-width: 992px) {
    .mobile-nav-toggle-btn {
        display: none
    }
}

.mobile-nav-toggle-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.mobile-nav-toggle-btn span:nth-child(1) {
    top: 0px
}

.mobile-nav-toggle-btn span:nth-child(2),
.mobile-nav-toggle-btn span:nth-child(3) {
    top: 5px
}

.mobile-nav-toggle-btn span:nth-child(4) {
    top: 10px
}

.mobile-nav-toggle-btn.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

.mobile-nav-toggle-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-nav-toggle-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-nav-toggle-btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

@media (min-width: 992px) {
    .product-dropdown {
        display: flex;
        flex-direction: column;
        width: 100%
    }
}

.product-dropdown--onewave {
    background: #E7EFFF;
    padding: 2rem;
    order: 1;
    word-wrap: break-word;
    display: none
}

.product-dropdown--onewave p {
    width: 100%
}

.product-dropdown--products {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 991.98px) {
    .product-dropdown--products {
        flex-direction: column
    }
    .product-dropdown--products__description {
        display: none
    }
    .product-dropdown--products__link {
        padding-left: 0;
        padding-right: 0
    }
    .product-dropdown--products__link:hover,
    .product-dropdown--products__link:focus {
        background: transparent
    }
}

@media (min-width: 992px) {
    .product-dropdown {
        flex-direction: row
    }
    .product-dropdown--onewave {
        width: 45%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        order: 0
    }
    .product-dropdown--products {
        background: white;
        width: 55%;
        padding: .8rem;
        position: relative;
        justify-content: center;
        display: flex;
        flex-direction: column
    }
    .product-dropdown--products__description {
        font-family: "Rubik", Arial, sans-serif;
        font-weight: normal;
        color: #2F414A
    }
}

@media (max-width: 991.98px) {
    .dropdown-menu .dropdown-item {
        padding-left: 0 !important
    }
}

@media (min-width: 992px) {
    .dropdown-menu.fade {
        display: block;
        opacity: 0;
        pointer-events: none
    }
    .show>.dropdown-menu.fade {
        pointer-events: auto;
        opacity: 1
    }
    .topnav .nav-item--buttons a {
        width: auto
    }
    .topnav .dropdown-menu {
        position: relative;
        margin-top: 1rem;
        box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.5)
    }
    .topnav .dropdown-menu:before,
    .topnav .dropdown-menu:after {
        content: "";
        position: absolute;
        left: 0;
        top: -9px;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #FFF;
        font-size: 0;
        line-height: 0
    }
    .topnav .dropdown-menu:after {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid transparent;
        z-index: -1;
        top: -12px
    }
    .more-dropdown {
        width: 240px;
        left: -90px
    }
    .product-dropdown.fade,
    .product-dropdown.show {
        display: flex;
        flex-direction: row;
        padding: 0;
        width: 900px;
        left: -200px
    }
    .product-dropdown.fade:before,
    .product-dropdown.show:before {
        opacity: 0
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .product-dropdown.fade,
    .product-dropdown.show {
        left: -400px
    }
    .product-dropdown.fade:before,
    .product-dropdown.show:before {
        opacity: 1
    }
}

@media (min-width: 992px) {
    .product-dropdown--onewave {
        width: 50%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        order: 0
    }
    .product-dropdown--products {
        background: white;
        width: 50%;
        padding-top: .8rem;
        padding-bottom: .8rem;
        position: relative
    }
}

.page-subnavigation .nav .nav-item {
    display: none
}

.page-subnavigation .nav .nav-item:last-child {
    display: inline
}

@media (min-width: 768px) {
    .page-subnavigation .nav .nav-item {
        display: inline
    }
}

.jumbotron {
    border-radius: 0;
    position: relative;
    margin: 0;
    min-height: 460px;
    background: #5E3791;
    background-image: url("../img/header-main-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 767.98px) {
    .jumbotron {
        min-height: 360px
    }
}

@media (min-width: 992px) {
    .jumbotron--min-height-tall {
        min-height: 600px
    }
}

.jumbotron--white-bg {
    border-radius: 0;
    position: relative;
    margin: 0;
    min-height: 460px
}

@media (max-width: 767.98px) {
    .jumbotron--white-bg {
        min-height: 360px
    }
}

.jumbotron--plain {
    background-image: url("../img/header-main-bg-no-icons.jpg")
}

@media (max-width: 991.98px) {
    .jumbotron__image {
        display: none !important
    }
}

@media (min-width: 992px) {
    .jumbotron--imaged {
        background-image: none
    }
    .jumbotron__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: opacity 0.5s ease-in
    }
}

.jumbotron__inner-container {
    position: relative;
    z-index: 3
}

.jumbotron__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    width: 100%;
    margin: 0 auto;
    z-index: 2
}

.jumbotron__eyebrow {
    font-family: "Averta", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

.jumbotron__eyebrow.text-body-color {
    color: #212529
}

.jumbotron__eyebrow--link {
    text-transform: none;
    font-weight: 300
}

.jumbotron__eyebrow--link:hover,
.jumbotron__eyebrow--link:focus,
.jumbotron__eyebrow--link:active {
    color: white
}

.jumbotron__eyebrow--link.text-body-color:hover,
.jumbotron__eyebrow--link.text-body-color:focus,
.jumbotron__eyebrow--link.text-body-color:active {
    color: #212529
}

.jumbotron:not(.jumbotron--no-fade):before {
    content: "";
    opacity: 0.9;
    background: linear-gradient(to right, #084f99 0%, rgba(88, 41, 148, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: 2
}

@media (max-width: 991.98px) {
    .jumbotron.jumbotron--no-fade:before {
        content: "";
        opacity: 0.9;
        background: linear-gradient(to right, #084f99 0%, rgba(88, 41, 148, 0) 100%);
        position: absolute;
        left: 0;
        top: 0;
        width: 60%;
        height: 100%;
        z-index: 2
    }
}

.jumbotron--hero-animation {
    background: linear-gradient(252.67deg, #78C3FC 0%, #308DF8 24.09%, #7F309C 100%);
    margin-bottom: 200px;
    height: 700px
}

@media (min-width: 768px) {
    .jumbotron--hero-animation {
        margin-bottom: 300px
    }
}

.jumbotron--hero-animation__container {
    position: relative;
    height: 400px
}

.jumbotron--hero-animation__gif {
    position: absolute
}

.jumbotron--hero-animation__gif:after {
    content: '';
    position: absolute;
    width: 85%;
    height: 85%;
    z-index: -1;
    box-shadow: 1px 1px 25px;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.jumbotron--hero-animation__gif:nth-of-type(1) {
    z-index: 3
}

.jumbotron--hero-animation__gif:nth-of-type(2) {
    left: 0;
    top: 100px;
    z-index: 1
}

.jumbotron--hero-animation__gif:nth-of-type(3) {
    right: 0;
    top: 100px;
    z-index: 1
}

.jumbotron--hero-animation__gif:nth-of-type(4) {
    left: 20%;
    bottom: 0;
    z-index: 4
}

.jumbotron--hero-animation__gif:nth-of-type(5) {
    left: 65%;
    bottom: -100px;
    z-index: 2
}

.hero__image-blowout {
    margin-bottom: 32vw
}

@media (min-width: 992px) {
    .hero__image-blowout {
        margin-bottom: 430px
    }
}

.hero__image-blowout__image {
    margin-bottom: -45vw
}

@media (min-width: 992px) {
    .hero__image-blowout__image {
        margin-bottom: -354px
    }
}

.module {
    padding-top: 5rem;
    padding-bottom: 2rem
}

@media (max-width: 767.98px) {
    .module {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

.module__header {
    margin-bottom: 2.5rem;
    padding-top: 45px;
}

.module__header>p {
    margin-bottom: 0rem
}

.narrow .module {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
}

@media (max-width: 767.98px) {
    .narrow .module {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }
}

.experiment {
    display: none
}

@-webkit-keyframes WaveFade {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes WaveFade {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0)
    }
}

.wave-card .bg-light {
    background-color: #DFE6F1 !important
}

.wave-card__hero:before {
    display: none
}

@media (min-width: 992px) {
    .wave-card__hero__image {
        margin-bottom: -100px
    }
}

.experiment .jumbotron {
    min-height: 375px
}

/*custome css*/

.banner-outer- {
    background-color: #eff8fe;
    height: 500px;
}





.my-dropdown-custome .dropdown-item {
    padding: 0.5rem 0.8rem !important;
}
.topnav .navbar-nav .nav-item a P {
    color: #000;
    font-size: 13px;
    font-weight: 400;
	margin: 0px;
}
.home-form {
    font-size: 28px;
}
 .embellishment-image img{border-radius: 50%;}
 h1.my-2 {
    font-size: 36px;
}

.owl-dots{display: none !important;}

.modal-content {
    background-color: #fff;
}


.account-main {
    width: 100%;
    margin-top: 50px;
    text-align: left;
}

.plan-head h3 {
    color: #0d83dd;
    font-size: 30px;
}
.ribbon-img {
    text-align: right;
    padding: 0px 20px;
}
.plan-descript {
    padding: 0px 20px;
    width: 70%;
    margin: auto;
    font-size: 15px;
}
.plan-outer {
    border: 1px solid #c2c0c0;
    border-radius: 10px;
    height: auto;
}
.plan-head {
    margin-bottom: 35px;
    min-height: 130px;
}
.with-cents {
    margin-left: -10px;
    font-size: 16px;
    color: #726f6f;
    font-weight: 100;
    vertical-align: baseline;
}
.plan-body .plan-cost sup,sub {
    color: #0d83dd;
    font-size: 30px;
    vertical-align: super;
}
.plan-body .plan-cost{
          color: #0d83dd;
          font-size: 5rem;
          margin: 0px;
}
.plan-body {
    text-align: center;
    background-color: #eff8fe;
    padding-top: 30px;
}
.strikethrough {
    text-decoration: line-through;
    color: #b6aeae;
}
.plan-buy {
    border: 1.4px solid #bab6b6;
    padding: 10px 10px;
    display: block;
    width: 45%;
    margin: auto;
    border-radius: 5px;
    outline: none;
    color: #000;
    text-decoration: none !important;
}
.plan-clients {
    margin: 0px;
    color: #000;
}
.try-free a {
    font-size: 15px;
    text-decoration: none;
}
.try-free {
    padding: 20px 0px;
   /* display: flex;*/
}
.basic-plan li {
    list-style: none;
    font-size: 13px;
    padding: 5px 0px;
    font-size: 18px;
}
.basic-plan li span i {
    color: #19bc06;
    margin: 0px 5px 0px 0px;
    font-size: 15px;
}

 .popular {
    text-align: center;
   
}
.basic-plan {
    min-height: 600px;
}
.box-differnt {
    box-shadow: 0px 0px 15px -8px;
}
.box-differnt .plan-buy {
    background-color: #85c525;
    border: 1px solid #85c525;
    color: #fff;
}

section.Features {
    padding: 60px 0px 90px 0px;
}

.featuers-left-part li span img {
    width: 4%;
    margin-right: 10px;
}
.featuers-left-part ul li {
    list-style: none;
    padding: 8px 0px;
}
.text-center.power-features-heading {
    padding: 10px 0px 10px 0px;
}
.award-inner img {
    width: 45%;
}
.award-inner{text-align: center;}
.Award-winning {
    padding: 60px 0px;
}
.Award-inner-heading {
    font-size: 22px;
    color: #0d83dd;
    margin: 0px;
    padding: 16px 0px;
}
.Award-text {
    width: 90%;
    margin: auto;
    font-size: 16px;
    line-height: 30px;
    color: #4b4b4b;
    font-weight: 100px;
}
.panel.panel-default {
    border-bottom: 1px solid #a5a2a2;
    padding: 20px 0px;
}
.panel-title a {
    color: #0d83dd;
    font-size: 21px;
    font-weight: 100;
    padding-left: 15px;
    text-decoration: none !important;
}
.panel-title a::before {
	content: "";
	background-color: #41d50b;
	height: 10px;
	display: block;
	position: absolute;
	width: 10px;
	border-radius: 50%;
	margin-top: 7px;
}
.panel-heading h4{
    margin: 0 auto;
    padding: 0px;
}
.panel-body {
    padding: 30px 15px;
    color: #303030;
    border-left: 2px solid #41d50b;
    margin-left: 4px;
    margin-top: -7px;
}
.accordion-heading h2 {
    color: #0d83dd;
    font-weight: 100;
    padding: 0px 0px 5px 0px;
    border-bottom: 4px solid #00a7ef;
    display: table;
    margin-bottom: 20px !important;
    margin: 0 auto;
}
.free-today-main {
    background-color: #0d83dd;
    padding: 60px;
}
.try-free-btn a {
    background-color: #85c525;
    padding: 15px 30px;
    font-size: 20px;
    line-height: 53px;
    border-radius: 5px;
}
.support-p
{
    padding: 10px 150px;
    text-align: center;
}
.try-free-btn{display: flex;}
.try-free-btn p {
    padding: 8px 8px 8px 20px;
    margin: 0px;
    font-size: 15px;
}
.free-today-main h1 {
    font-size: 34px;
    font-weight: 400;
    font-family: Franklin-Gothic-URW-Book,Helvetica,Arial,sans-serif;
}
.plan-outer.scrolling.box-differnt span img {
    position: absolute;
    top: -45px;
    left: 30%;
}
.module-type-testimonial
{
    overflow: hidden;
}
.accordion-heading p
{
    padding: 0px 150px;
    text-align: center;
}
div#accordion {
    padding: 0px 50px;
}
.partner-info ul li {
    display: inline-block;
    list-style: none;
    padding: 10px 40px;
}
.partner-info {
    border-top: 1px solid #a9a7a7;
    border-bottom: 1px solid #a9a7a7;
    margin: 40px 0px 50px;
}
.join-left-part {
    padding: 25px 0px;
}
span.off-img img {
    width: 20%;
    position: absolute;
    right: 104px;
    top: 53px;
}
.buy-now-btn .popover {
    font-size: 12px !important;
    padding: 4px !important;
}
.pricing-banner {
    position: relative;
}

/*.panel-title a::after
{
    content: "+";
    display: block;
    float: right;
    right: 20px;
}*/


.top-space
{
    margin-top: 100px;
}

.module-button
{
    background-color: transparent;
    border: 1px solid #1058aa;
    border-radius: 25px;
    color:#1058aa;
}
.module-button:hover{
    background-color: #1058aa;
    color: #fff;
}
.main-banner
{
    float: left;
}
.main-banner h3{
    font-size: 24px;
    color: #fff;
    padding-left: 5px;
}
.module-type-signup .col-md-6
{
    padding: 0px;
    margin: 0 auto;
}
.module-type-signup .col-md-2
{
    padding: 0px;
    margin: 0 auto;
}
.pricing-banner {
    background-color: #2672b9;
    padding: 50px 30px;
}
.tablet-mode {
    padding-top: 0px;
}

.text-white {color: #fff;}
.money-off {
   margin: 20px 0 30px;
    font-size: 27px;
    letter-spacing: 1px;
    font-family: Franklin-Gothic-URW-Med,Helvetica,Arial,sans-serif;
    line-height: 32px;
    font-size: 28px;
    font-weight: 600;
}
.pricing-banner-content {
    padding: 20px 15px;
}

.buy-now__wrapper {
    display: flex;
}
.buy-now-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.primary-cta {display: inline-block;
    padding: 15px 25px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 5px;
    background-color: #85c525;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
font-family: Franklin-Gothic-URW-Med,Helvetica,Arial,sans-serif;
width: 200px;
text-decoration: none !important;
}
.see-offer{
cursor: pointer;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: underline;
}
.offer-img {
    padding: 5px 30px;
}
.pricing-banner-content h1 {
    font-size: 60px;
}
.pricing-banner {
    background-color: #2672b9;
    padding: 50px 30px;
    background-image: url(../images/confetti-bg-desktop.svg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
    background-size: contain;
}
.pricing-main-heading h2 {
   padding: 80px 0 10px;
}


/*switch toggle start*/
.switch {
  position: relative;
    display: inline-block;
    width: 65px;
    height: 27px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*switch toggle end*/


span.save-10 img {
    margin-top: -45px;
}
.tog-content {
    padding: 60px 0px 50px 0px;
}

/*pricing page css end*/

/*login page css start*/
 .login-main {
    width: 35%;
    margin: auto;
    background-color: #fff;
    padding: 1.25rem;
    border-radius: 8px;
}
.option-btn button {
    border-radius: 5px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 100;
    width: 55px;
}

.login-section {
    background-color: #23394a;
    padding: 80px 50px 0px 50px;

}

.submit-btn button {
    border-radius: 5px;
    width: 100%;
    padding: 8px;
}
.user-role.text-center select {
    padding: 7px 20px;
    box-shadow: 0px 0px 5px -3px;
    border: none;
    font-size: 13px;
}
.form-heading.text-center h1 {
    font-size: 30px;
    font-weight: 500;
    font-family: sans-serif;
}
.form-heading p {
    font-size: 13px;
    color: #a3a3a3;
    margin: 20px 0px;
}
.login-main form input {
    background-color: #fff;
    box-shadow: 0px 0px 5px -3px;
    padding: 10px 15px;
    height: 45px;
}

.option-btn {
    padding-top: 8px;
}
.form-img {
    text-align: center;
    margin-top: -50px;
}

/*login pagge css end*/



.heading-font-family
{
    border-bottom: 2px solid #000;
    display: table;
}
/*slider-css*/
ul.list-unstyled li {
    padding: 2px 0px;
    position: relative;
}
.main-slider-content {
    position: absolute;
    top: 30%;
    justify-content: center;
    width: 100%;
    color: #0d83dd;
	/*text-align: right;*/
	left: 5%;
}
.main-slider-button
{
    text-align: left;
}

.second-slider {
    padding: 60px 0px;
}


/*custome */

.are-saying{padding-top: 50px;}
.module-type-testimonial .owl-carousel {
    background-color: #f1f1ff;
}
.our-customers h3{
    border-bottom: 4px solid #00a7ef;
    padding-bottom: 5px;
    display: table;
    margin: 10px auto;
}
.f-logo {
    margin-bottom: 35px;
}
.account-main .signup-form button {
    background-color: #85c525;
    border: 1px solid #85c525;
    color: #fff;
	font-size: 22px;
}
.main-slider-content h1 {
    font-size: 28px;
    font-family: "Averta",Arial,sans-serif;
    text-align: left;
}
.slider-r-part .my-2 {
    width: 90%;
    text-align: right;
}
.slider-r-part .account-main {
    width: 90%;
    margin-top: 50px;
    text-align:right;
}
.slider-r-part .mx-3 {
    width: 45% !important;
}


.ft-icon ul li {
    list-style: none;
    display: inline-block;
}
.ft-icon ul li i {
    font-size: 30px;
    color: #1fc6d7;
	padding-top: 15px
}
.ft-icon.container ul {
    margin-left: auto;
}
.my-custome-st .my-2 {
    font-size: 24px !important;
}
.ft-ico-img
{
    float: right;
}
.trems-condition small a {
    font-size: 12px;
    color: #0d83dd;
    font-weight: 800;
	border-bottom: 1px solid;
	text-decoration: none !important;
}
.trems-condition small {
    color: #0d83dd;
}
.space-top
{
    margin-top: -10%;
}
.space-top1
{
    margin-top: -15%;
}
.space-top2
{
    margin-top: 0%;
}

#myBtns
{
    background-color: transparent;
    border: none;
    padding: 10px 0px;
}
#myBtnpro
{
    background-color: transparent;
    border: none;
    padding: 10px 0px;
}
#myBtnen
{
    background-color: transparent;
    border: none;
    padding: 10px 0px;
}

 /*contact page css start*/

 .contact-page
 {
     padding: 50px 0px;
 }
 .form-section
 {
     padding: 50px 50px;
     background-color: #fff;
     box-shadow: 2px 2px 10px #ddd;
 }
 .form-section input, textarea {
	padding: 12px 10px;
	border: 1px solid #ddd;
	width: 100%;
    margin: 10px 0px;
    color: #746f6f;;
}
.form-button
{
	padding: 15px 10px;
	border: 1px solid #ddd;
	width: 20%;
    margin: 10px 0px;
    color: #fff !important;
    background-color: #232323;
}


.address-section
{
    background-color: #232323;
    padding: 50px 50px;
}
.address-section h3
{
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    padding: 5px 0px 20px 0px
}
.address-section h4
{
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    padding: 5px 0px 20px 0px
}
.address-section h4:after
{
    background-color: #00a7ef;
    content: "";
    height: 4px;
    width: 70px;
    display: block;
    margin: 10px 0px;
}
.address-section p {
	color: #cac8c8;
	line-height: 30px;
	font-size: 14px;
}
.left-cont
{
    width: 20%;
    float: left;
}
.right-cont
{
    width: 80%;
    float: left;
}



 /*contact page css end*/
  .business-div{
    padding-top: 20px;padding-bottom: 20px;
 }
 .heading{border-bottom: 4px solid #00a7ef;
    display: table;
    margin: 0 auto;
    padding: 10px 0px}
  .tech-div{
    padding-top: 20px;padding-bottom: 20px;
 }
  .reports-div{
    padding-top: 20px;padding-bottom: 20px; 
 }
 /*su
 /*support page start*/

.support-banner-mian {
    background-image: url(../images/spport.jpg);
    height: 400px;
    text-align: center;
    padding: 50px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.support-banner-mian p{
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding-top: 10px;
}
.support-banner-mian h3{
    color: #fff;
    font-size: 26px;
    padding-top: 120px;
}
.support-banner-mian h3:after
{
    background-color: #fff;
    height: 2px;
    width: 150px;
    display: block;
    content: "";
    margin: 10px auto;
}
.support-banner-mian h2{
    color: #fff;
    font-size: 36px;
}
.text-center.support-form input {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    border: 1.5px solid #e5e1e1;
}
.text-center.support-form{
     width: 50%;
    position: relative;
    margin: auto;
}
.search-btn {
    position: absolute;
    right: 20px;
    background-color: un!important;
    border: none;
    background-color: unset;
    top: 20px;
    outline: none;
}
.support-categories ul li {
    display: inline-block;
}
.support-categories ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 5px -1px;
    padding: 20px 8px;
    margin: 10px;
    border-radius: 5px;
    transition: 0.8s;
}
.support-categories ul li:hover
{
    background-color: #d2f9ff;
    transition: 0.8s;
}


.support-1
{
    position: relative;
}
.box-overlary {
    position: absolute;
    top: -266px !important;
    left: 25px;
    width: 50% !important;
    background-color: #d2f9ff;
    border-radius: 50% !important;
    height: 150px !important;
    width: 150px !important;
}




.support-left-img
{
    height: 250px;
    margin-top: 60px;
}







.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  height: 330px;
  overflow: scroll;
  border-left: 5px solid #0d83dd;
}



.trems-condition br
{
    display: none;
}



















.c-head {
    font-size: 20px;
    padding-top: 11px;
    margin-bottom: 8px;
}
.c-contnt {
    font-size: 12px;
    padding: 0px 5px;
}
.support-categories ul li img {
    width: 60px;
}

.more-categories {
	padding: 50px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: linear-gradient(-90deg, #2fa1e1, #30c3cb);
}
.more-cat-inner ul li {
	color: #fff;
	padding: 6px 0px;
}
.Categories-heading h2 {
    padding-top: 30px;
}
.more-cat-inner.support-details p {
    margin: 0;
    font-size: 14px;
}
.more-cat-inner.support-details {
    background-color: #3dd5dc;
    padding: 35px 30px;
    text-align: center;
    border-bottom-left-radius: 75px;
    border-top-right-radius: 70px;
    border: 3px solid #fff;
    margin-top: -42px;
}
.more-cat-inner ul{
    padding: 0px 15px;
    margin: 0 auto;
}
.Categories-heading h4 {
	font-size: 28px;
	padding-bottom: 10px;
	color: #fff;
	border-bottom: 2px solid #fff;
	display: table;
}
.more-cat-inner.support-details h6 {
    font-size: 16px;
}
.more-cat-inner.support-details small {
    font-size: 12px;
}
.support-img {
    text-align: center;
    padding-top: 40px;
}

.support-img img {
    width: 230px;
}
.contact-banner-main {
    width: 50%;
}

.contact-banner-main p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 100;
}


.modal-dialog {
	max-width:50%;
	margin: 1.75rem auto;
}




.past-sytem h3{
    padding-top: 50px;
}

























/*support page css end*/

.join-people img{
    float: right;
}


.privacy-page
{
    padding: 20px 0px;
}

.flot-logo
{
    float: left;
}
.ft-icon ul
{
    margin: 0 auto;
    padding:0px;
}



.serviesSection {
    width: 100%;
    padding: 40px 0 40px;
    text-align: center;
}
.serviesSection h3{
    color: #000;
    font-size: 20px;
}
.serviesSection p
{
    padding: 0px 200px;
}
.backoffice-features .title {
    border-bottom: 4px solid #00a7ef;
    display: table;
    margin: 10px auto;
    padding-bottom: 5px;
}
.title span {
    color: #3266cc;
}
.backoffice-features li.col-lg-2 {
    padding: 0px 22px;
    display: inline-block;
}

.backoffice-features .serviceIcon {
    margin-bottom: 23px;
    margin-top: 20px;
}
.headerBanner .bannerLink a, .serviceBox .serviceIcon figure, .serviceBox .serviceIcon figure span, .btn, .pricing_main ul.pricing_plans li.enterprise, .headerWrap .nav>li>a, .navbar-brand>img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
.serviceBox .serviceIcon figure {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    background: #fff;
    box-shadow: 6px 6px 11px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 6px 6px 11px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 6px 6px 11px 1px rgba(0,0,0,0.15);
    -ms-box-shadow: 6px 6px 11px 1px rgba(0,0,0,0.15);
    -o-box-shadow: 6px 6px 11px 1px rgba(0,0,0,0.15);
}
.serviceBox .serviceIcon figure:hover{
    background-color: #3266cc;
    text-decoration: none !important;
}
.serviceBox .serviceIcon figure:hover, a{
    text-decoration: none !important;
}

.backoffice-features .serviceBox .serviceIcon figure span {
    background: url(../images/backoffice-features.png) no-repeat 7px 4px;
}

.serviceBox .serviceIcon figure span {
    background-image: url(../images/services_sprit.png);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    display: inline-block;
}

.backoffice-features li.active .serviceBox .serviceIcon figure, .paymentProcess li.active .serviceBox .serviceIcon figure {
    background: #3266cc;
}


.backoffice-features .serviceBox:hover .serviceIcon figure span.multistore, .backoffice-features li.active .serviceBox .serviceIcon figure span.multistore {
    background-position: -13px -87px;
}
.backoffice-features .serviceBox .serviceIcon figure span.multistore {
	background-position: -13px 4px;
}

.backoffice-features .serviceBox:hover .serviceIcon figure span.lotto, .backoffice-features li.active .serviceBox .serviceIcon figure span.lotto {
    background-position: -105px -87px;
}
.backoffice-features .serviceBox .serviceIcon figure span.lotto {
    background-position: -105px 4px;
}

.backoffice-features .serviceBox:hover .serviceIcon figure span.fuel, .backoffice-features li.active .serviceBox .serviceIcon figure span.fuel {
    background-position: -210px -87px;
}
.backoffice-features .serviceBox .serviceIcon figure span.fuel {
    background-position: -210px 4px;
}

.backoffice-features .serviceBox:hover .serviceIcon figure span.beverage, .backoffice-features li.active .serviceBox .serviceIcon figure span.beverage {
    background-position: -315px -87px;
}
.backoffice-features .serviceBox .serviceIcon figure span.beverage {
    background-position: -315px 4px;
}

.backoffice-features .serviceBox:hover .serviceIcon figure span.live-sales, .backoffice-features li.active .serviceBox .serviceIcon figure span.live-sales {
    background-position: -425px -87px;
}

.backoffice-features .serviceBox:hover .serviceIcon figure span.inventory, .backoffice-features li.active .serviceBox .serviceIcon figure span.inventory {
    background-position: -545px -87px;
}
.backoffice-features .serviceBox .serviceIcon figure span.inventory {
    background-position: -545px 4px;
}

.backoffice-features .serviceBox:hover .serviceIcon figure span.Payments, .backoffice-features li.active .serviceBox .serviceIcon figure span.Payments {
    background-position: -660px -87px;
}
.backoffice-features .serviceBox .serviceIcon figure span.Payments {
    background-position: -660px 4px;
}

.backoffice-features .serviceBox:hover .serviceIcon figure span.pricebooks, .backoffice-features li.active .serviceBox .serviceIcon figure span.pricebooks {
    background-position: -782px -87px;
}
.backoffice-features .serviceBox .serviceIcon figure span.pricebooks {
    background-position: -782px 4px;
}

.backoffice-features .serviceBox:hover .serviceIcon figure span.settlements, .backoffice-features li.active .serviceBox .serviceIcon figure span.settlements {
    background-position: -1143px -87px;
}
.backoffice-features .serviceBox .serviceIcon figure span.settlements {
    background-position: -1143px 4px;
}

.backoffice-features .serviceBox:hover .serviceIcon figure span.drops, .backoffice-features li.active .serviceBox .serviceIcon figure span.drops {
    background-position: -915px -87px;
}
.backoffice-features .serviceBox .serviceIcon figure span.drops {
    background-position: -915px 4px;
}

.backoffice-features .serviceBox:hover .serviceIcon figure span.Deposits, .backoffice-features li.active .serviceBox .serviceIcon figure span.Deposits {
    background-position: -1040px -87px;
}
.backoffice-features .serviceBox .serviceIcon figure span.Deposits {
    background-position: -1040px 4px;
}




/*************************************************************sign up page css start****************************************************************************/
.sign-top-background
{
    background-image: url(../images/sign-background.jpg);
    padding: 100px 50px;
    color: #fff;
    background-size: cover;
}
.create-account
{
    padding: 50px 0px;
}
.create-box
{
    padding: 20px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #a4a2a2;
}
.business-details {
    padding: 9px 20px 50px 20px;
    background-color: #0f3f6f;
    color: #fff;
    box-shadow: 0px 0px 10px #edecec;
    position: relative;
    left: -133px;
    width: 400px;
}
.sign-container
{
    max-width: 1000px !important;
}
.contact-detalil h3
{
    color: #123e6b;
}
.business-details input, textarea {
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: transparent;
    padding: 12px 0px;
    margin: 10px 0px;
    color: #fff !important;
}
.business-first
{
    width: 49% !important;
}

.contact-detalil input, textarea, select {
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: transparent;
    padding: 12px 0px;
    margin: 10px 0px;
}
.cont-com
{
    color: #7c7a7a !important;
    border:1px solid #ddd;
    padding: 20px 10px;
}
.cont-comt
{
    color: #7c7a7a !important;
    border:1px solid #7c7a7a;
    padding: 13px 10px;
}
.sign-up-button
{
    background-color: #70e4f5;
    padding: 12px 40px;
    border: none;
    float: right;
    color: #fff;
    right: 0px;
    position: absolute;
    font-size: 25px;
}
.cont-det
{
    color: #fff !important;
}
.tab-pane h2
{
    font-size: 18px;
    margin: 5px 0px;
}
.support-categories h3 {
    font-size: 22px;
    text-align: center;
    background-color: #00a7ef;
    padding: 13px 20px;
    color: #fff;
    display: table;
    margin: 50px auto;
}
/*************************************************************sign up page css end****************************************************************************/
.system-status-backgroud
{
    background-image: url(../images/system-status-backgroud.jfif);
    padding: 150px 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.sign-background-up
{
    display: none;
}
.system-status-backgroud h2
{
    font-size: 40px;
    color: #fff;
}
.system-status-backgroud::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.45);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.system-status
{
    padding: 50px 0px;
}
.system-p
{
    font-size: 16px !important;
    font-weight: 100 !important;
    border: none !important;
    padding: 0px !important;
    text-align: center !important;
}
.coma
{
    margin-top: 25px;
    float: right;
}
.coma h4{
    font-size: 14px;
    padding-right: 10px;
    float: left;
}
.hi {
	background-color: #28a745;
	padding: 0px 8px;
	border-radius: 50%;
	margin: 0px 10px 0px 0px;
}
.hii {
	background-color: #ff9b00;
}
.hiii {
	background-color: #f13206;
}
.hiiii {
    background-color: #737475;
}


.system-status h6
{
    background-color: #136acd;
    border-radius: 5px;
    padding: 13px 13px;
    display: block;
    color: #fff;
    width: 100%;
    font-size: 20px;
}
.system-status h6 span
{
    font-weight: 100;
    margin-left: 20%;
}
.border-system
{
    border: 1px solid #dcdada;
    border-radius: 5px;
    margin-top: 30px;
}
.border-system .col-sm-12
{
    padding: 0px;
    margin: 0 auto;
}
.system-status p {
    padding: 12px 10px;
    color: #666;
    font-size: 18px;
    border-bottom: 1px solid #dcdada;
    font-weight: 600;
    margin: 0 auto;
}
.last-child-p {
	border-bottom: none !important;
    position: relative;
}
.system-status p span
{
    font-size: 14px;
    float: right;
    color: #136acd;
}
.system-status p span::before {
    content: "";
    background-color: #28a745;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: block;
    position: absolute;
    margin-left: -15px;
    margin-top:2px;
    float: right;
    right: 9%;
}
.system-status strong {
    font-size: 16px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
}

.past-sytem
{
    padding: 20px 0px;
}
.past-sytem p{
    color: #000;
    font-size: 16px;
    padding: 10px 0px;
}
.past-sytem span
{
    float: left;
    color: #666;
    padding: 0px !important;
    margin:0 auto !important; 
}
.past-space
{
    margin-top: 20px;
}
.image-space {
    margin-bottom: 20px;
    padding-top: 30px;
}

.button1{
    text-decoration: underline !important;
}

.system-footersection
{
     background-image: linear-gradient(-90deg, #2fa1e1, #30c3cb);
     padding: 50px 0px;
     text-align: center;
     color: #fff;
     margin: 30px 0px;

}
{

}
.system-footersection p
{
    font-size: 18px;
    padding: 30px 0px;
}
.like-button {
	background-color: #fff;
	padding: 15px 20px;
	margin: 0px 5px;
    color: #00c3ff !important;
    border: 2px solid #fff;
}
.like-button:hover{
    background-color: transparent;
    color: #fff;
}

.like1-button {
    background-color: transparent;
    padding: 15px 20px;
    margin: 0px 5px;
    color: #fff ;
    border: 2px solid #fff;
}
.like1-button:hover{
    background-color: #fff;
    color: #00c3ff;
}
 .n_letter {
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 7px 7px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size: 15px;
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.n_letter:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon .n_letter {
  padding-left: 33px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
    position: absolute;
    right: 3px;
    top: 11px;
    padding: 7px 17px;
    color: #fff;
    transition: 0.3s;
    display: none;
    background-color: #136acd;
    font-size: 20px;
}

.inputWithIcon .n_letter:focus + i {
  color: dodgerBlue;
}
.send_btn{position: absolute;top:11.38px;right: 3px;padding: 3px 6px;}
.send_btn:focus{outline: 0 !important;}
  .panel-heading {cursor: pointer;}
     .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family:'FontAwesome';
    content:"\002D";
    float: right;
    color: inherit;
    font-weight:bold;
    font-size: 24px;
  }
  .panel-heading.collapsed .accordion-toggle:after {
      /* symbol for "collapsed" panels */
      content:"\002B";
      font-weight:bold;
      font-size: 24px;
  }
.like-border
{
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}
.like-border:hover{
    color: #00c3ff;
    background-color: #ffff;
}


.n_letter{
    position: relative;
}
.inputWithIcon .n_letter:focus{padding-left: 10px; transition: .5s;}
.send_btn::after {
    content: "\f0e0";
    position: absolute;
    z-index: 9999;
    display: block;
    font-family: "FontAwesome";
    top: -1px;
    left: -190px;
    color: #267ad3;
    font-size: 21px;
}
.inputWithIcon .n_letter:focus + .send_btn::after{display: none;}



.email-icons i {
    top: 18px;
    position: absolute;
    z-index: 999;
    left: 10px;
    display: none;
    font-size: 21px;
    color: #267ad3;
}







.box {
	border: 2px solid #cbcbcb;
	padding: 50px 0px 15px 0px;
	margin: 40px 0px;
	position: relative;
}
.requir-pass
{
    text-decoration: underline !important;
    float: right;
    margin: 20px 0px;
}
.dropdown-icon {
	background-image: url(../images/dropdown-icon.png);
	background-repeat: no-repeat;
	background-position: 305px 22px;
}
.contact-detalil .dropdown-icon {
    background-image: url(../images/dropdown-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    color: #7f7e7e !important;
    padding: .375rem .75rem;
}
.sign-middil
{
    text-align: center;
    color: #000;
    padding: 20px 0px;
    font-size:18px;
}
.activeho
{
    background-color: #136acd !important;
    color: #fff !important;
}






/***********************************************************************************************************************************/

.demo-schedule-back {
    background-image: url(../images/schedule-back.jpg);
    padding: 150px 0px;
    background-size: contain;
    background-repeat: repeat-x;
}
.demo-schedule-back h2
{
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.demo-schudule-middil
{
    padding: 20px 0px;
}
.demo-schudule-box
{
    background-color: #00a5c9;
    padding: 125px 30px;
}
.demo-schudule-box h2
{
    color: #fff;
    font-size: 36px;
    line-height: 53px;
    margin-bottom: 40px;
    text-align: center;
}
.demo-schudule-box p
{
    color: #fff;
    text-align: center;
}
.form-demo
{
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 20px 30px;
}
.form-demo input, select{
    width: 100%;
    padding: 12px 10px;
    margin: 5px 0px;
}
.form-demo-icon {
    background-image: url(../images/dropdown-icon.png);
    background-repeat: no-repeat;
    background-position: 450px 22px;
    color: #7f7e7e;
}
.form-demo label
{
    margin-bottom: 0px !important;
    margin-top: 8px !important;
}
.check-bemo
{
    float: left;
    width: auto !important;
}
.form-demo p
{
    padding: 0px 15px;
}


.submit-demo
{
    background-color: #00a5c9;
    padding: 15px 0px;
    text-align: center;
    display: block;
    width: 100%;
    border: none;
    color: #fff;
    margin: 20px 0px;
}



.space-top h2
{
    border-bottom: 4px solid #00a7ef;
    display: table;
}
.space-top1 h2
{
    border-bottom: 4px solid #00a7ef;
    display: table;
    padding-bottom: 5px;
}
.space-top2 h2
{
    border-bottom: 4px solid #00a7ef;
    display: table;
}


.module__header h2 {
    border-bottom: 4px solid #00a7ef;
    display: table;
    margin: 15px auto;
    padding-bottom: 10px;
}

.business-details h3
{
    border-bottom: 4px solid #00a7ef;
    padding-bottom: 5px;
    display: table;
}
.contact-detalil h3
{
    border-bottom: 4px solid #00a7ef;
    padding-bottom: 5px;
    display: table;
}
.contact-form-bootm
{
    padding-top: 50px;
}



























#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index:9999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    box-shadow: 0px 0px 10px #ddd;
}
.tab-left-support {
    height: 344px;
    overflow: auto;
    margin-top: 30px;
    padding: 0px 20px;
}
.puls-point span {
    float: right;
    margin-top: 11px;
    color: #0d83dd;
    margin-right: 5px;
}
.tab-left-support .card-body {
    padding: 0px 20px 15px 20px !important;
    border-left: 3px solid #41d50b;
    margin-left: -12px;
    margin-bottom: 10px;
    margin-top: -4px;
}
.tab-right{
    border-left: 5px solid transparent;
}
.tab-left-support .card-header {
    margin-bottom: 0;
    background-color: transparent !important;
    border-bottom: 1px solid transparent;
}
.country-content.country-content--LOGGED-IN-CONTENT {
          display: none;
        }
        .country-content.country-content--LOGGED-OUT-CONTENT {
            display: block;
          }
          
.support-categories ul li a {
    display: inline-block;
    width: 90%;
    text-align: center;
    box-shadow: 0px 0px 5px -1px;
    padding: 20px 8px;
    margin: 10px;
    border-radius: 5px;
    transition: 0.8s;
}
.support-icon
{
    margin-top: 26px;
    margin-left: 50px;
}
.support-icon .col-sm-6 {
    margin: 0 auto;
    padding: 5px 5px;
}
.support-categories ul li {margin:0px;box-shadow:none;}
.support-categories ul li:hover {
    background:none;
    transition: 0;
}

.support-categories ul li a:hover {
    background-color: #d2f9ff;
    transition: 0.8s;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
background:#d2f9ff;
}
.support-icon .nav-tabs {
    border-bottom: 1px solid #E4E6E9;
    width: 90% !important;
}
.support-icon .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.0) !important; 
    border-radius: .25rem;
}
.card-header {
    padding:0px !important;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125);
    margin-left: 20px;
}
.card-header .btn {
    padding: 5px 0px 0px 0px !important;
}
.card-header .btn-link:hover {
    color: #136acd;
    text-decoration: none;
}
.card-header .btn-link:focus {
    color: #136acd;
    text-decoration: none;
}
.card-header .btn::after {
    content: "";
    background-color: #41d50b;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 28px;
}



.left-tongel {
    padding: 20px 20px !important;
    border-bottom: 1px solid #9fa1a1 !important;
    border-top: 1px solid #9fa1a1 !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-radius: 0px !important;
}



.support-icon .nav-tabs {
    border-bottom: 1px solid transparent !important;
}


.Categories-heading h2
{
    border-bottom: 4px solid #00a7ef;
    display: table;
    margin:0 auto;
    padding: 10px 0px;
}
.pricing-main-heading h2
{
    border-bottom: 4px solid #00a7ef;
    display: table;
    margin:30px auto;
    padding: 10px 0px;
}


.power-features h3
{
    border-bottom: 4px solid #00a7ef;
    display: table;
    margin:10px auto;
    padding: 0px 0px;
}








@media screen and (max-width: 1200px) and (min-width: 992px)
{
    .support-banner-mian h3 {
    padding-top: 60px;
}

.moblie-beverage {
    width: 90% !important;
}
.justify-content-between h3.text-white.text-right {
    font-size: 18px;
}
.main-banner h3 {
    font-size: 18px;
}
.home-form {
    font-size: 22px;
}
.gradient-navy-purple
{
    padding: 50px auto !important;
    margin: 20px 0px;
}

span.off-img img {
    width: 15%;
    position: absolute;
    right: 104px;
    top: 43px;
}


.c-head {
    font-size: 14px;
}
.demo-schedule-back {
    padding: 100px 0px 50px 0px;
}
.send_btn::after {
    left: -149px;
}
}


@media(max-width:992px){
	.c-head {
    font-size: 15px;
}

span.off-img img {
    width: 100px;
    right: 0;
    top: 47px;
    width: 20%;
}

.account-main {
    width: 48%;
    margin-top: 0px !important;
}
.main-banner h3 {
    font-size: 16px;
}

.justify-content-between h3.text-white.text-right {
    font-size: 16px;
} 




}





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

    html,body
{
    overflow-x: hidden;
}
.send_btn::after {
    left: -148px;
}
.support-banner-mian {
    background-size: cover;

}

.sign-top-background {
    background-position: right bottom;
    background-color: #0066ae;
    background-size: 76%;
    padding-top: 10%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
.store-top-background
{
    background-image: url(../images/flownia-banner1.png);
    padding: 100px 50px;
    color: #fff;
    background-size: cover;
    height: 480px;
}
.lotto-top-background
{
    background-image: url(../images/flownia-banner5.png);
    padding: 100px 50px;
    color: #fff;
    background-size: cover;
    height: 480px;
}
.fuel-top-background
{
    background-image: url(../images/flownia-banner4.png);
    padding: 100px 50px;
    color: #fff;
    background-size: cover;
    height: 480px;
}
.bevarage-top-background
{
    background-image: url(../images/flownia-banner2.png);
    padding: 100px 50px;
    color: #fff;
    background-size: cover;
    height: 480px;
}
.fhome-top-background
{
    background-image: url(../images/flownia-banner3.png);
    padding: 100px 50px;
    color: #fff;
    background-size: cover;
    height: 480px;
}
.featuers-left-part ul li {
    padding: 4px 0px;
}
.module-type-resources .module {
    padding: 0px;
}
.module-type-signup .module
{
    padding: 0px 0px;
}
.system-status-backgroud {
    padding: 90px 0px;
}
.support-categories ul li a {
    height: 100%;
}
.serviesSection p {
    padding: 0px 50px;
}
.business-details {
    width: 340px;
}
.topnav .navbar-nav {
    width: 100%;
}
.main-slider-content h1 {
    font-size: 18px;
}
.slider-button-click {
    padding: 12px 30px;
    font-size: 16px;
}
.backoffice-features .offset-sm-1 {
    margin-left: 0%;
}

.moblie-beverage {
    width: 80% !important;
}
.accordion-heading h2 {
    padding: 0px 0px 5px 0px;
}
.panel-title a {
    font-size: 18px;
}
.footer-registration .form-control {
    width: 70%;
    margin: 0 auto;
}

.footer-registration .signup-form .btn {
    width: 70%;
    margin: 0 auto;
}
.box-overlary {
    top: -222px !important;
    left: 28px;
    height: 130px !important;
    width: 130px !important;
}
.plan-body .plan-cost {
    font-size: 65px;
}
.plan-buy {
    width: 76%;
}
.teablet-m {
    top: -259px !important;
}
.home-form {
    font-size: 28px;
    text-align: center;
}
.gradient-navy-purple
{
    padding: 20px auto !important;
    margin: 20px 0px;
}
.navbar {
    padding: 0px 0px;
}
.pt-md-8, .py-md-8 {
    padding-top: 0rem !important;
}
.pt-md-8, .py-md-8 {
    padding-top: 3.5rem !important;
}
.slider-button-click {
    margin-bottom: 0px;
}
.main-slider-content {
    top: 15%;
}

.system-status p {
    font-size: 14px;
    font-weight: 100;
}
.system-status p span::before {
    right: 12%;
}
.image-space img{
    margin-top: 30px;
}
.past-sytem h3 {
    padding-top: 0px;
}


.support-banner-mian {
    height: auto;
    padding-bottom: 0px;
}
.support-banner-mian h3 {
   padding-top: 0px;
   text-align: left;
}
.support-banner-mian h2 {
    text-align: left;
}
.support-banner-mian h3::after {
    margin: 10px 0px;
}
.card-header .btn {
    text-align: left;
}

.support-icon .col-sm-6:last-child {
    width: 150px;
    height: 150px;
    padding: 0;
    left: 40%;
    margin-left: -75px;
    top: 15%;
    margin-top: -75px;
}

.plan-outer {    
    height: 100%;
}
.try-free-btn a {
    padding: 9px 13px;
    font-size: 14px;
    line-height: 59px;
}
.free-today-main {
    margin: 10px 0px;
}
.pricing-banner-content h1 {
    font-size: 35px;
}
.form-button {
    width: 30%;
}

span.off-img img {
    width: 17%;
    top: 25%;
    right: 5%;
}

.demo-schedule-back {
    padding: 100px 0px 50px 0px;
}

.featuers-left-part li span img {
    margin-right: -17px;
    margin-left: -22px;
}

.demo-schudule-box h2 {
    font-size: 26px;
    line-height: 40px;
}


.footer-registration {
    padding-top: 30px;
    padding-bottom: 30px;
}




}














@media(max-width:767px){
    body,html
    {
        overflow-x: hidden !important;
    }
.top-conant {}
.home-form {
    text-align: center;
}
.backoffice-features .offset-sm-1 {
    margin-left: 0px !important;
}
.navbar-collapse {
    position: fixed;
    display: block;
    background: #fff;
    left: -250px;
    width: 250px;
    top: 125px;
    height: 100%;
    padding: 25px;
    transition: ease 0.5s;
    margin: 0;
}
.support-banner-mian h3 {
   text-align: left;
}
.support-banner-mian h2 {
    text-align: left;
}
.support-banner-mian h3::after {
    margin: 10px 0px;
}
.topnav .navbar-nav .nav-item:not(.dropdown) a.btn.btn-outline-primary.btn-sm.mr-1 {
    width: 100%;
}

.navbar-collapse.show {
    left: 0;
}

.mobile-nav-toggle-btn {
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 1px solid #136acd;
    line-height: 2px;
    color: #ccc;
}

.mobile-nav-toggle-btn span {
    position: static;
    display: inline-block;
    margin: 0;
    top: auto!important;
    height: 1px;
    transform: none;
    width: 100%;
}

.navbar-nav .dropdown-menu {
    height: 450px;
    overflow-y: auto;
    position: absolute;
    left: -15px;
    top: 40px;
    bottom: 0;
}

.mobile-nav-toggle-btn.order-3.show {}

.mobile-nav-toggle-btn.order-3.show span {}

.top-conant h2 {}

.main-slider-content h1 {
    font-size: 18px;
    padding: 0 25px;
}

.main-slider-content h1 br {
    display: none;
}

.serviesSection p {
    padding: 0;
}

ul.row {
    margin: 0;
    padding: 0;
}

.row.align-items-center.top-space {
    margin: 50px 0;
}

.mb-5.image-container {
    margin: 0!important;
}

.col-md-6.px-lg-5.space-top {
    margin: 0;
    padding: 0;
}

.col-md-6.px-lg-5.space-top1 {
    margin: 0;
}

.col-md-6.px-lg-5.space-top h2 {
    font-size: 18px;
}

.col-md-6.px-lg-5.space-top p {
    font-size: 14px;
}

.col-md-6.px-lg-5.space-top a.btn.module-button {
    font-size: 14px;
}

.col-md-6.px-lg-5.space-top1 h2 {
    font-size: 18px;
}

.col-md-6.px-lg-5.space-top1 p {
    font-size: 14px;
}

.col-md-6.px-lg-5.space-top1 a.btn.module-button {
    font-size: 14px;
}

.space-top2 h2 {
    font-size: 18px;
}

.space-top2 p {
    font-size: 14px;
}

.space-top2 a.btn.module-button {
    font-size: 14px;
}

.row.align-items-center.justify-content-between {}

.row.align-items-center.justify-content-between h3.text-white.text-right {
    font-size: 15px;
    text-align: center!important;
    margin: 0!important;
}

.row.align-items-center.justify-content-between h3 {
    text-align: center;
    padding: 0;
    margin: 0 0 25px 0!important;
}

.row.align-items-center.justify-content-between a.btn.btn-block.btn-warning {
    font-size: 14px;
}

.our-customers.text-center.are-saying {
    padding: 0 25px;
}

.row.text-center.text-lg-left.justify-content-center.align-items-center p.h3 {
    font-size: 18px;
}

.col-lg-10.offset-lg-1.text-center.module__header {
    margin: 0;
    padding: 0;
}

.col-lg-10.offset-lg-1.text-center.module__header h2 {
    font-size: 18px;
}

.col-lg-10.offset-lg-1.text-center.module__header p {
    font-size: 14px;
    padding: 0 25px;
    margin: 0 0 15px 0;
}

.content-card__gradient-container h4.content-card__headline {
    font-size: 18px;
}

a.content-card__link {
    position: static;
}

a.content-card__link span.sr-only {
    position: static;
}

.accordion-heading h2 {
    padding: 0;
    font-size: 28px;
}

.accordion-heading p {
    padding: 0;
    font-size: 14px;
}

div#accordion {
    padding: 0 25px;
}

.panel-heading h4 {
    font-size: 14px;
}

.panel-heading h4 a {
    font-size: 18px;
    padding: 0 25px;
}

.d-md-none.d-lg-block.col-sm-12.col-md.pb-4.text-center {
    margin: 25px 0 0;
    padding: 0 !important;
}

.d-md-none.d-lg-block.col-sm-12.col-md.pb-4.text-center a.navbar-brand.flot-logo {
    text-align: center;
    float: none;
    margin: 0;
}

div#footer-navigation {}

div#footer-navigation .col-6.col-md.text-left {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

ul.list-unstyled {}

ul.list-unstyled li {
    text-align: center;
}

ul.list-unstyled li p.text-uppercase.text-uppercase-body.heading-font-family.pt-4 {
    text-align: center;
    display: inline-block;
    width: auto;
    font-size: 18px;
    margin: 0;
}

.ft-icon.container {
    text-align: center;
    margin: 0 0 15px 0;
}

.container.border-top.py-3.text-center.text-md-left {
    margin: 15px 0 0 0;
}

.container.border-top.py-3.text-center.text-md-left .col-12.col-md-4.d-flex.justify-content-center.justify-content-md-end.mt-3.mt-md-0 {
    margin: 0!important;
}

.slider-box {
    padding: 50px 0px 0px 0px;
}

.main-slider-content {top: 25%;left: 0;width: 100%;}

.main-slider-content h1.my-2 {
    width: 100%;
    text-align: left;
    font-size: 18px!important;
    text-shadow: 2px 2px 2px #d2d2d2;
}

.main-slider-content .account-main {
    width: 100%;
    margin: 0;
    padding: 0 25px;
    text-align: center;
}

.main-slider-content .account-main a.slider-button-click {
    font-size: 14px;
    padding: 5px 18px;
    font-weight: normal;
    margin: 15px 0 0 0;
    display: table;
}
.trems-condition small {
    display: table;
}
.main-slider-button {
    text-align: left;
}

section.sepport-section {
    margin: 41px 0 0;
}

.support-banner-mian {
    padding: 25px;
    background-size: cover;
    height: 180px;
}

.support-banner-mian p {
    text-align: left;
}

.support-banner-mian h3 {
    padding: 0;
    font-size: 18px;
}

.support-banner-mian h2 {
    font-size: 25px;
}

.Categories-heading h2 {
    font-size: 25px;
}

p.support-p {
    padding: 25px 0;
    margin: 0;
}

.support-icon .col-sm-6 {
    padding: 0;
    width: 45%;
}

.support-icon {
    margin: 0;
}

.support-icon .nav-tabs {
    width: 100%!important;
}

.support-icon .col-sm-6 p.c-head {
    font-size: 14px;
}

.support-icon .col-sm-6 img {}

.tab-left-support {
    height: auto;
    margin: 25px 0;
}

.support-categories h3 {
    margin: 25px 0;
    font-size: 18px;
}

.more-categories {
    padding: 25px;
}

.more-cat-inner.support-details {
    margin-top: 5px;
}

.pricing-banner-main {
    margin: 41px 0;
}

.pricing-banner-content {
    padding: 18px 15px;
}

.pricing-banner-content h1 {
    font-size: 35px;
}

p.text-white.money-off {
    font-size: 14px;
}

.pricing-main-heading h2 {
    margin: 0;
    font-size: 25px;
}

.pricing-main-heading p.support-p {
    font-size: 18px;
}

.text-center.tog-content {
    padding: 25px 0 25px;
}

.plan-head {
    min-height: 94px;
}
.flip-images
{
     -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.plan-body .plan-cost {
    /* font-size: 48px; */
}

.plan-body .plan-cost sup, sub {
    font-size: 25px;
}

.basic-plan li {
    font-size: 14px;
}

.basic-plan {
    min-height: auto;
}

.plan-outer {
    height: auto;
    margin: 0 0 100px 0;
}

.plan-outer.scrolling.box-differnt span img {
    left: 35%;
}

section.Features {
    padding: 0;
    margin: 0 0 50px;
}

section.Features h3.text-center.power-features-heading {
    font-size: 25px;
    padding: 0;
    margin: 0;
}
.featuers-left-part ul {
    padding: 0;
}

.award-inner {
    margin: 0 0 28px 0;
}

.free-today-main {
    padding: 25px;
}

.join-left-part {
    padding: 15px 0;
}

.join-left-part h1.text-white {
    font-size: 28px;
}

.try-free-btn a {
    font-size: 15px;
    padding: 14px;
}

.try-free-btn p.text-white {
    font-size: 14px;
}

.panel-heading h4 a {
    padding: 0 28px;
}

.main-slider-content h1.my-2 {
    height: auto;
    text-align: left;
}

.owl-carousel.owl-theme.main-home-banner.owl-loaded.owl-drag .slider-box img {
    max-width: fit-content;
    width: 100%;
}

.owl-carousel.owl-theme.main-home-banner.owl-loaded.owl-drag {
    margin-top: -10px;
}

hr.mx-3 {
    display: none;
}

.backoffice-features li.col-lg-2 {
    flex: 0 0 50%;
}

.serviesSection h3 {
    font-size: 14px;
}

.backoffice-features .title {
    font-size: 25px;
}

.top-conant {
    left: 0;
    right: 0;
}

.top-conant h2 {
    font-size: 14px;
	    margin: 0;
}

.col-md-6.px-lg-5.space-top2.ti {
    z-index: 9;
    position: relative;
}

.col-md-6.px-lg-5.space-top2.ti + .col-md-6.px-lg-5.order-first.text-center {
    margin-bottom: -90px;
}

.panel-heading h4 {
    padding: 0 25px;
}

.panel-heading h4 a {
    padding: 0 0px;
    position: relative;
    line-height: 18px;
}

.panel-title a::before {
    left: -40px;
}

.panel-title a::after {
    right: 0;
    margin-right: -40px;
}

.top-conant .container {
    width: auto;
    padding: 0;
    margin: 0;
}

.top-conant .container .row {
    margin: 0;
    width: auto;
    flex-wrap: inherit;
}

.system-status-backgroud {
    padding: 90px 0;
    margin: 41px 0 0;
}

img {}

.image-space .col-sm-8
{
    padding: 0px;
    margin: 0 auto;
}

.system-status h6 {
    font-size: 18px;
}

.system-status p {
    font-size: 14px;
    font-weight: 500;
}

.system-status strong {
    font-size: 14px;
    font-weight: normal;
}

.system-status p span::before {
    right: 14%;
}

.system-footersection {
    padding: 25px;
}

.system-footersection h2 {
    font-size: 25px;
    margin: 0;
}

.system-footersection p {
    margin:15px 0;
    padding: 0;
}

.past-sytem h3 {
    font-size: 25px;
}

.row.past-space {
    margin-top: 25px;
}

.demo-schedule-back {
    padding: 94px 0 50px;
    background-size: cover;
}

.demo-schudule-box {
    padding: 25px;
}

.demo-schudule-box h2 {
    font-size: 28px;
    line-height: normal;
}

.demo-schudule-box p {
    font-size: 18px;
}

.form-demo {
    margin: 25px 0;
    padding: 25px;
}

.gradient-navy-purple.text-white.footer-registration {
    padding: 25px;
}

.gradient-navy-purple.text-white.footer-registration .h1.pb-3 {
    font-size: 24px!important;
}

.gradient-navy-purple.text-white.footer-registration .h1.pb-3 p.home-form {
    font-size: 25px;
    margin: 0;
}

p.mt-3.text-center.order-last {
    margin: 0!important;
}

.gradient-navy-purple.text-white.footer-registration input.form-control {
    margin: 0 0 15px 0;
}

.pricing-banner {
    padding: 25px;
}

.pricing-banner-content.contact-banner-main {
    width: 100%;
    margin: 0;
}



.contact-page {
    padding: 25px 0;
}

.form-section {
    padding: 25px;
}

.form-section button.form-button {
    width: auto;
    font-size: 15px;
    padding: 10px 18px;
    margin: 0;
    border: navajowhite;
}

.address-section {
	padding:25px;
}

.support-icon .col-sm-6:last-child {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15% 0;
}

.support-icon .nav-tabs {
    position: relative;
}

.support-categories ul li a.box-overlary {
    position: static;
}

.Award-winning {
    padding: 60px 0 25px;
}

.panel-title a::before {
    display: inline-block;
    position: absolute;
    left: -18px;
    margin: 2px 0 0;
    padding: 0;
}

.panel-heading h4 {
    padding: 0 18px;
}

.panel-title a::after {
    top: 0;
    position: absolute;
    margin-right: -18px;
}

.panel-heading h4 a {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.module-type-resources {
    padding: 0px 10px;
}
.puls-point span {
    position: absolute;
    right: 0;
    top: 15px;
}
.support-categories ul li a.box-overlary {
    margin: 0;
}

.support-icon .col-sm-6:last-child {
    position: absolute;
    width: 150px;
    height: 150px;
    padding: 0;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -75px;
}

.business-details {
    left: auto;
    width: 100%;
    padding: 15px;
}

.contact-detalil {
    margin: 28px 0 0;
}

.contact-form-bootm {
    padding: 25px 0 0 0;
}
.sign-top-background {
    background-position: right bottom;
    background-color: #0066ae;
    background-size: 78%;
    padding-top: 10%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
.sign-middil {
    padding: 20px 25px;
}

.create-account {
    padding: 25px 0;
}





.ft-ico-img {
    float: initial;
    text-align: center;
}


.moblie-beverage {
    width: 90% !important;
}



.system-status .col-sm-8.offset-2 {
    width: 0px;
    padding: 0px;
    margin: 0 auto;
}

.image-space img {
    margin-top: 50px;
}
.image-space .col-sm-4
{
    padding:0px;
    margin:0 auto;
}


.past-sytem h3 {
    padding-top: 0px;
}


.serviesSection{
    padding: 20px 0 40px;
}


.support-left-img {
    height: 136px;
    margin-top: 15px;
}
.send_btn::after {
    display: none;
}

.email-icons i
{
    display: block;
}
.inputWithIcon .n_letter:focus{padding-left: 33px; transition: .5s;}

}




@media screen and (max-width: 768px) and (min-width: 575px)
{

.main-slider-content h1.my-2 {
    width: 50%;
}

    .image-space img {
    margin-top: 27px;
}

.support-categories ul li a {
    height: 100%;
}

.system-status .col-sm-8.offset-2 {
    width: 0px;
    padding: 0px;
    margin: 0 auto;
}

.create-account .col-sm-2
{
    display: none;
}
.create-account .col-sm-10
{
    flex: 100%;
    max-width: 100%;
}
.business-first {
    width: 100% !important;
}
.contact-form-bootm {
    padding: 50px 0px 50px 0px;
}

.demo-schudule-middil .col-sm-6 {
    flex: 100%;
    max-width: 100%;
}


}






@media(max-width:575px){

.system-status .col-sm-8.offset-2 {
    width: 100%;
    padding: 0px;
    margin: 0 50px;
}
.image-space img {
    width: 38%;
    margin: 8px auto;
    text-align: center;
    display: block;
}
.coma {
    margin-top: 25px;
    float: left;
}
.coma h4 {
    font-size: 14px;
    padding-right: 10px;
     float: initial;
}

.sign-top-background {
    background-position: right bottom;
    background-size: 63%;
}
.support-left-img {
    height: 85px;
    margin-top: 0px;
    position: absolute;
    position: absolute;
    float: right;
    right: 38px;
}

.support-banner-mian {
    background-position: right bottom;
    background-color: #2572b8;
    background-size: 82%;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}


.reverce
{
    flex-direction: column-reverse !important;
display: flex;
}

.flip-images
{
     -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}



.slider-box {
    background-color: #d3eaf9;
    min-height: 257px;
}
.slider-box img {
    width: 76% !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

}











@media screen and (max-width: 480px) and (min-width: 320px)
{

html,body
{
    overflow-x: hidden;
}
.moblie-beverage {
    width: 70% !important;
}
.system-status h6 {
    font-size: 14px;
}

.border-system {
    margin-top: 0px; 
}
.system-status p {
    font-size: 10px;
    font-weight: 100;
}
.system-status strong {
    font-size: 10px;
    margin-left: 15%;
}


.primary-cta {
    padding: 5px 4px;
    font-size: 10px;
    font-weight: 700;
    width: initial;
}

.try-free-btn a {
    font-size: 13px;
    padding: 7px;
}
.try-free-btn {
    display: inherit;
}

.business-first {
    width: 100% !important;
}

.sign-up-button {
    bottom: -60px;
    right: -10px;
    padding: 12px 20px;
}

.main-slider-content .account-main a.slider-button-click {
    font-size: 12px;
    padding: 5px 10px;
    margin: 1px 0 0 0;
}
.owl-carousel.owl-theme.main-home-banner.owl-loaded.owl-drag .slider-box img {
    max-width: fit-content;
    width: 100%;
    height: 160px;
}
.pricing-banner-content h1 {
    font-size: 26px;
}


span.off-img img {
    width: 30%;
    position: inherit;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.pricing-banner-content {
    padding: 0px 15px;
}
.money-off {
    margin: 0px 0 10px;
}



.sign-top-background {
    background-position: inherit;
    background-color: #0066ae;
    background-size: inherit;
    padding-top: 60px;
    background-repeat: initial;
    padding-bottom: 0px;
    font-size: 14px;
}

.sign-top-background p
{
    padding: 5px 0px;
    margin: 0 auto;
}
.sign-background-up {
    display: block;
}

.image-space img {
    width: 50%;
    margin-left: 50px;
}
.featuers-left-part {
    padding: 5px 0 0;
}


.support-banner-mian p {
    text-align: left;
}
.support-banner-mian h3::after {
    display: table;
    margin: 10px 0px;
}
.support-banner-mian h2 {
    text-align: left;
}
.support-banner-mian h3 {
    text-align: left;
}

.accordion-heading h2 {
    font-size: 18px;
    font-weight: 800;
    padding: 5px 0px;
}
.system-status p span::before {
    right: 16%;
}
.demo-schudule-box h2 {
    font-size: 22px;
}
.demo-schedule-back h2 {
    font-size: 34px;
}

.featuers-left-part li span img {
    margin-left: -22px;
}


.pricing-banner {
    background-color: #2672b9;
    padding: 50px 30px;
    background-image: none;
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
    background-size: contain;
}
.buy-now-btn {
    width: 70%;
}

.card-header .btn {
    text-align: left;
}
.trems-condition br {
    display: block;
}




.system-status .table-bordered {
    border: 1px solid #E4E6E9;
    margin-left: -45px;
}
.system-status .ope-table tr th, .system-status .ope-table tr td {
    text-align: center;
     font-weight: 100;
    font-size: 14px;
}







}





