html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: SweetLeaf;
    src: url('webfonts/SweetLeaf.html');
    src: url('webfonts/SweetLeafd41d.html?#iefix') format('embedded-opentype'), url('webfonts/SweetLeaf-2.html') format('woff2'), url('webfonts/SweetLeaf-3.html') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.fixedmenu, .side-menu {
    z-index: 999999!important;
}
.wpforms-field-container {
    display: block!important;
}
.wpforms-field-container input {
    max-width: 100%}
.wpforms-field-container label.wpforms-field-label {
    text-align: left;
}
.side-nav .collapse:not(.show) {
    display: block!important;
}
.error, .error2 {
    color: red!important;
}
header {
    overflow: hidden;
}
.hero-text h2 {
    margin-bottom: 50px;
}
.hero-text .hero {
    position: relative;
}
.hero-text .hero .hero-slide a:hover span {
    color: #033a71;
}
.hero .hero-slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top center;
}
.hero .hero-slide .header-content {
    top: 0;
    margin: 0 auto;
    width: 100%;
    padding: 2rem;
    right: 0;
    left: 0;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 9;
}
.slide-content {
    padding: 10px 20px 10px 0;
}
.slide-content .h1 {
    font-size: 62px;
}
.btn-primary {
    background-color: #5302fe;
    border: #111;
    border-radius: 0;
}
@-webkit-keyframes fadeInUpSD {
    0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInUpSD {
    0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
}
.slick-active .slide-content {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
    opacity: 1;
    width: 100%;
    padding: 10px 20px 30px 0;
}
.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    width: auto;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    outline: 0;
}
.slick-dots li button::before {
    font-size: 18px;
    color: #fff;
    opacity: 1;
}
.slick-active button {
    background: #d60e96;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: 0 0;
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    z-index: 99;
}
.slick-next.slick-arrow {
    right: 33px;
}
.slick-prev.slick-arrow {
    left: 33px;
}
.hero-slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
}
.work_images li {
    width: 100%}
.footer-bottom ul li {
    display: inline-block;
    margin-right: 40px;
}
.footer-bottom ul li:last-child {
    margin-right: 0;
}
.footer-bottom ul li a {
    color: #fff;
}
.footer-bottom ul li a:hover {
    color: #24cdd5!important;
}
.footer-bottom ul li a:before {
    display: none;
}
#our-process .app-image>img {
    display: none;
}
#our-process #app-slider1 {
    position: initial;
    margin: 0 auto;
}
#our-process #app-slider1 .item {
    height: 450px!important;
}
#our-process #app-slider1 .owl-nav button {
    bottom: -20px;
}
@media (max-width:768px) {
    .hero-text .hero .hero-slide a {
    padding-top: .8rem;
}
.hero-text .hero .hero-slide a span {
    font-size: 20px;
    margin-top: .5rem;
}
}.ssloading {
    position: fixed;
    z-index: 9999999999999999!important;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.ssloading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.ssloading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.ssloading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    -webkit-animation: spinner 1.5s infinite linear;
    -moz-animation: spinner 1.5s infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1.5s infinite linear;
    animation: spinner 1.5s infinite linear;
    border-radius: .5em;
    -webkit-box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .5) -1.5em 0 0 0, rgba(0, 0, 0, .5) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .75) -1.5em 0 0 0, rgba(0, 0, 0, .75) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
    0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-moz-keyframes spinner {
    0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-o-keyframes spinner {
    0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes spinner {
    0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}.pricing-item .button p {
    margin: 0;
    line-height: 1;
    color: #fff;
}
.pricing-item .button a {
    color: #fff;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    font-size: 15px;
    padding: .8rem 2.25rem;
}
.button.setmore-custom-button {
    padding: 0;
}
.button.setmore-custom-2 a#Setmore_button_iframe {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: .8rem 2.25rem;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-image: linear-gradient(to right, #5192e1 0, #23ced5 51%, #5192e1 100%);
    color: #fff;
}
.navbar-brand {
    display: none!important;
}
header#header .navbar {
    background: #26313c;
}
.home header#header .navbar {
    background: 0 0!important;
}
.home header#header .navbar.fixedmenu, header#header .navbar.fixedmenu {
    background: #26313c!important;
}
.fixedmenu .navbar-nav .nav-link {
    color: #fff!important;
}
body .fixedmenu .sidemenu_btn>span:not(.gradient-bg) {
    background: #fff!important;
}
header.entry-header {
    display: none;
}
.main-container {
    width: 100%;
    max-width: 800px;
    margin: 150px auto 100px;
    overflow: hidden;
}
.main-container>h4, .main-container>p {
    color: #384141;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-size: 200%, 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.prc-form {
    width: 100%;
    padding: 30px;
    box-shadow: 0 0 10px 0 #00000026;
    border: 1px solid #24cdd5;
    overflow: hidden;
}
.form-field {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.form-field label span, form#payment-form label span {
    color: red;
    font-size: 26px;
}
.form-field label, form#payment-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #384141;
    min-height: 37px;
    display: inline-flex;
    align-items: center;
}
.form-field input:focus {
    border-color: #24cdd5;
}
.form-field input[type=file] {
    height: 50px;
}
.form-field input, .form-field select, .form-field textarea, form#payment-form iframe, form#payment-form input {
    width: 100%;
    padding: 12px 20px;
    color: #384141;
    border-radius: 5px;
    border: 1px solid #3841419e;
    outline: 0;
    box-shadow: none;
    font-size: 15px;
}
.demo-form form input, .demo-form form select, .demo-form form textarea {
    border: 1px solid #3841419e!important;
}
.form-field input::-webkit-inner-spin-button, .form-field input::-webkit-outer-spin-button, form#payment-form input::-webkit-inner-spin-button, form#payment-form input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-field input[type=checkbox], .form-field input[type=radio] {
    width: auto;
    transform: scale(1.3);
    margin-right: 12px;
    margin-left: 15px;
}
.currency-code {
    top: 12px!important;
}
.single-line {
    width: 100%}
.radio-input {
    display: inline-block!important;
    padding-right: 20px;
    margin-top: 15px;
    padding-left: 0;
    text-transform: uppercase;
}
#submit_doctorfrm, .btn-link, form button, input#submit-btn {
    background-size: 200% auto!important;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1))!important;
    background-image: -webkit-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%)!important;
    background-image: -moz-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%)!important;
    background-image: -o-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%)!important;
    background-image: linear-gradient(to right, #5192e1 0, #23ced5 51%, #5192e1 100%)!important;
    color: #fff!important;
    opacity: 1!important;
    border: 0!important;
    padding: 11px 30px!important;
    border-radius: 30px!important;
    font-size: 15px!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    cursor: pointer!important;
    margin-top: 15px!important;
    text-decoration: none!important;
    display: inline-block!important;
}
#submit_doctorfrm:hover, .btn-link:hover, form button:hover, input#submit-btn:hover {
    background-position: right center;
}
.cls-thankyousrtcode .btn-link {
    margin-top: 30px!important;
    margin-right: 10px;
}
.cls-thankyousrtcode .btn-link:last-child {
    margin-right: 0;
}
.form-field label.error {
    position: absolute;
    bottom: -28px;
    font-size: 13px;
    min-height: auto;
    left: 15px;
    margin-bottom: 0;
}
.form-field label.radio-input label.error {
    bottom: -2px;
}
#services-slider .item {
    height: 410px!important;
    transition: ease-in-out .5s;
    transition-delay: 0.1s;
}
#services-slider .owl-item.active.center .item {
    height: 460px!important;
    transition-delay: 0.2s;
}
.service-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%}
div#app-slider .owl-nav.disabled, div#app-slider1 .owl-nav.disabled, div#services-slider .owl-nav.disabled {
    display: block;
}
div#app-slider .owl-nav button, div#app-slider1 .owl-nav button, div#services-slider .owl-nav button {
    border-radius: 100%!important;
    display: block!important;
    bottom: -12px;
    padding: 0;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1))!important;
    background-image: -webkit-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%)!important;
    background-image: -moz-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%)!important;
    background-image: -o-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%)!important;
    background-image: linear-gradient(to right, #5192e1 0, #23ced5 51%, #5192e1 100%)!important;
}
div#app-slider .owl-nav button span, div#app-slider1 .owl-nav button span, div#services-slider .owl-nav button span {
    color: #fff!important;
}
div#app-slider .owl-nav button:before, div#app-slider1 .owl-nav button:before, div#services-slider .owl-nav button:before {
    display: none;
}
div#app-slider .owl-prev, div#app-slider1 .owl-prev {
    left: -50px;
    right: 0;
    margin: 0 auto;
}
div#app-slider .owl-next, div#app-slider1 .owl-next {
    right: -50px;
    left: 0;
    margin: 0 auto;
}
div#app-slider .owl-nav button, div#app-slider1 .owl-nav button {
    bottom: -83px;
}
#app-feature .app-image {
    overflow: initial;
}
#our-process .app-image {
    overflow: initial;
    max-width: 352px;
}
div#app-slider .item, div#app-slider1 .item {
    overflow: hidden;
    height: 505px;
}
footer#site-footer {
    color: #fff!important;
    padding: 80px 0 0!important;
}
footer#site-footer .row {
    align-items: flex-start;
}
footer#site-footer p a {
    color: #fff!important;
}
.widget-title {
    font-size: 22.5px!important;
    margin-bottom: 25px!important;
}
footer#site-footer #menu-main-menu li {
    display: block;
}
footer#site-footer #menu-main-menu li a {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
footer#site-footer #menu-main-menu li a:hover, footer#site-footer p a:hover {
    color: #24cdd5;
}
footer#site-footer li a::before {
    color: #475869;
    margin-right: 5px;
    content: "\f0da";
    vertical-align: baseline;
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
}
#pricing .owl-stage-outer {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#services-slider .owl-nav button {
    bottom: initial;
    top: 50%}
div#services-slider .owl-nav button:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
}
div#services-slider .owl-nav .owl-prev {
    left: -35px;
}
div#services-slider .owl-nav .owl-prev:after {
    content: "â€¹"!important;
}
div#services-slider .owl-nav .owl-next {
    right: -35px;
}
div#services-slider .owl-nav .owl-next:after {
    content: "â€º"!important;
}
.work_images {
    display: inline-flex;
    flex-wrap: wrap;
}
.work_images li {
    margin-right: 20px;
    margin-bottom: 20px;
}
.Footer-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
    margin-bottom: 0;
}
.Footer-video .wp-block-embed__wrapper {
    height: 100%}
.Footer-video iframe {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    left: 0;
    top: 0;
}
.features_title {
    padding: 0 0 30px;
    text-align: center;
}
body .price-toggle-wrapper .button {
    margin: 0!important;
}
.button {
    margin-top: 25px;
}
.features_title h2 a, .heading-title h2 {
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    font-size: 39px;
    background-size: 200%, 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.features_title h2 a:hover {
    background-position: right center;
}
section#our-apps {
    background: #26313c;
}
#our-feature .features_title h2 {
    font-size: 30px;
}
span.copy-cc-info {
    position: relative;
    padding-right: 20px;
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 15px;
    color: #384141;
}
span.copy-cc-info:before {
    content: "";
    position: absolute;
    right: 0;
    width: 22px;
    height: 22px;
    background: 0 0;
    border: 2px solid #384141;
}
span.copy-cc-info.active:before {
    background: #4bced5;
    border-color: #4bced5;
}
span.copy-cc-info:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid #384141;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
span.copy-cc-info.active:after {
    display: block;
    border-color: #fff;
}
.section-head {
    display: block!important;
    margin-bottom: 20px!important;
}
.section-head p {
    margin-bottom: 5px;
    font-size: 18px;
    color: #384141;
}
.section-head.card-info {
    padding-top: 10px;
}
.progressbar {
    counter-reset: step;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.progressbar.sticky {
    top: 65px;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0!important;
    padding: 0;
    z-index: 1002;
    background: #fff;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
}
.progressbar li {
    list-style: none;
    display: inline-block;
    width: 30.33%;
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #000;
}
.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 15px;
    left: -50%;
    z-index: 1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: #24cdd5;
}
.progressbar li.active:before {
    border-color: #24cdd5;
    background-color: #24cdd5;
    color: #fff;
}
.progressbar li.active+li:after {
    background-color: #24cdd5;
}
form#payment-form input {
    margin-bottom: 20px;
}
.main-pay-box {
    display: flex;
    justify-content: space-between;
}
.stripe-element-exp {
    width: 48%}
form#payment-form #card-cvc, form#payment-form #card-expiry, form#payment-form #card-number {
    width: 100%;
    padding: 5px 20px;
    color: #384141;
    border-radius: 5px;
    border: 1px solid #ececec;
    outline: 0;
    box-shadow: none;
    font-size: 15px;
    margin-bottom: 15px;
}
.card, .card-body {
    padding: 0!important;
    border: 0!important;
}
.cls-thankyousrtcode {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 100px;
    overflow: hidden;
    padding: 30px;
}
.cls-thankyousrtcode h4 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.cls-thankyousrtcode h6 {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cls-thankyousrtcode .status {
    margin-bottom: 15px;
}
.cls-thankyousrtcode .pn-img {
    width: 100%;
    text-align: center;
    margin: 20px auto 50px;
}
.cls-thankyousrtcode .pn-img img {
    width: 200px;
    margin-bottom: 20px;
}
.cls-thankyousrtcode p {
    color: #000;
    font-family: 'Dancing Script', cursive;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
}
.payment_sucess {
    color: green;
}
.feature-item .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.main-frm {
    align-items: flex-start!important;
}
.main-frm .left-card {
    float: left;
    width: 48%}
.main-frm .right-card {
    float: right;
    width: 48%}
.pane-when .clock {
    width: 100%;
    margin: 0 auto;
    margin-top: -20px;
    position: relative;
}
.pane-when .clock .elem-center {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    top: 0;
    bottom: 0;
}
.pane-when .clock .elem-center .digit {
    position: relative;
    font-size: 240px;
    letter-spacing: -.02em;
    line-height: 1;
    font-family: Opensans;
    font-weight: 500;
    color: #fff;
    display: block;
    width: auto;
}
.pane-when .clock .elem-bottom span, .pane-when .clock .elem-center .digit .days, .pane-when .clock .elem-center .txt {
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-size: 200%, 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pane-when .clock .elem-center .txt {
    position: absolute;
    right: auto;
    letter-spacing: 0;
    top: 1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    width: auto;
}
.pane-when .clock .elem-bottom {
    position: relative;
    width: 100%;
    font-family: Opensans;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.pane-when .clock .elem-bottom:after, .pane-when .clock .elem-bottom:before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #fff;
    height: 1px;
    bottom: 17px;
}
.pane-when .clock .elem-bottom:before {
    right: 0;
    left: 75%}
.pane-when .clock .elem-bottom:after {
    left: 0;
    right: 75%}
.pane-when .clock .elem-bottom .deco:after, .pane-when .clock .elem-bottom .deco:before {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    width: 20px;
    height: 120px;
    bottom: 17px;
}
.pane-when .clock .elem-bottom .deco:before {
    left: 0;
    right: auto;
    border-right: none;
    border-bottom: none;
}
.pane-when .clock .elem-bottom .deco:after {
    right: 0;
    left: auto;
    border-left: none;
    border-bottom: none;
}
.pane-when .clock .elem-bottom .thin {
    font-weight: 100;
}
.pane-when footer {
    margin-top: 32px;
    text-align: center;
}
.pane-when .clock .elem-bottom span {
    font-size: 18px;
}
section#pricing .pricing-item .button {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0, #23ced5 51%, #5192e1 100%);
    color: #fff;
}
section#pricing .pricing-item .button:hover {
    background-position: right center;
}
.footer_logo {
    width: 110px!important;
}
.footer-bottom {
    background: #262c32;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #ffffff47;
} 
footer#site-footer p a.cpoy_right_link {
    color: #24cdd5 !important;
}
.footer-bottom p {
    margin-bottom: 0;
    font-size: 12px;
}
.footer-bottom p a:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-size: 200%, 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.thank-you-msg p {
    line-height: normal;
    margin-bottom: 8px;
    font-weight: 500;
}
.thank-quote-writer {
    font-size: 15px!important;
    font-weight: 400!important;
    margin-top: 15px;
}
.Contact-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 33.6516px;
}
.Contact-banner .page-titles {
    padding: 7.5rem 0;
    text-align: center;
    width: 100%;
    color: #fff;
}
.page-titles h2 {
    line-height: 1.2;
}
.page-titles h3 {
    padding: 15px 0;
}
.title-wrap {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0, #23ced5 51%, #5192e1 100%);
    padding: 1.125rem 1.5rem;
    line-height: 1;
    z-index: 2;
}
.title-wrap-inr {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.title-wrap-inr ul.breadcrumb li a {
    color: #fff;
}
.Contact-page-form-sec {
    padding: 80px 0;
    background: #f6f7f8;
}
.Contact-page-form-inr {
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
.contact-form-wrap .row {
    justify-content: center;
    align-items: flex-start;
}
.Contact-page-form-inr form input, .Contact-page-form-inr form select, .Contact-page-form-inr form textarea, .bannerform form input, .contact-form-box form input, .contact-form-box form select, .contact-form-box form textarea {
    width: 100%!important;
    padding: 12px 20px!important;
    color: #384141!important;
    border-radius: 5px!important;
    border: 1px solid #ececec!important;
    outline: 0!important;
    box-shadow: none!important;
    font-size: 15px!important;
    max-width: 100%!important;
    height: auto!important;
}
.contact-meta .heading-title {
    margin-bottom: 15px;
}
.contact-meta .heading-title h2 {
    line-height: normal;
    font-size: 28px;
    margin-bottom: 5px!important;
}
.Contact-page-form-inr form #send_message {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0, #23ced5 51%, #5192e1 100%);
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: .8rem 2.25rem;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    z-index: 1;
    border: 1px solid transparent!important;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    cursor: pointer;
}
.wpcf7-response-output {
    width: 100%;
    float: left;
    text-align: center;
}
.wpcf7-response-output {
    position: absolute;
    top: 17%;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: auto;
    background: #fff;
    box-shadow: 0 0 10px 0 #0000006b;
    border: 1px solid #24cdd5!important;
    padding: 20px!important;
    margin: 0!important;
}
.wpcf7-response-output .cf7-close {
    background: #663399;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0, #23ced5 51%, #5192e1 100%);
    color: #fff!important;
    opacity: 1;
    border: 0;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none!important;
    display: inline-block;
    margin-top: 30px;
}
.form-submit {
    float: left;
    width: 100%}
.form-submit span.wpcf7-spinner {
    display: none;
}
.form-submit button:hover, .form-submit input:hover {
    background-position: right center;
    border: 1px solid transparent!important;
}
body.admin-bar .Contact-page {
    margin-top: 45px;
}
.Contact-page {
    margin-top: 75px;
}
.form-submit span.wpcf7-spinner {
    display: none;
}
#app-feature .feature-item:hover {
    cursor: auto!important;
}
.feature-item .text h3 span {
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card-img {
    text-align: center;
    margin-top: 50px;
}
.home .card-img img {
    max-width: 250px;
}
#main {
    padding: 150px 0 100px;
}
#main h2 {
    color: #000;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
}
#main p {
    font-family: Montserrat, sans-serif;
}
.prc-form .card-img {
    margin-top: 0;
    margin-bottom: 30px;
}
.prc-form .panel.right-card {
    font-size: 0;
}
.prc-form div.wpforms-container-full .wpforms-form select {
    padding-left: 10px;
    padding-right: 12px;
}
.prc-form .panel.right-card form>div div {
    min-width: 100px;
    font-size: 15px;
}
.prc-form div.wpforms-container-full .wpforms-form .wpforms-field-authorize_net-expiration {
    min-width: 240px;
}
.prc-form .section-head p {
    font-size: 24px;
    color: grey;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.prc-form .panel.right-card .cc-email-id {
    display: none;
}
.wpforms-error-container {
    font-size: 12px!important;
}
.heading-title h2 {
    line-height: normal;
}
section#brand, section#home, section#influencers, section#merchants, section#mmj-doctors {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
    border-bottom: 5px solid #000;
}
section#contact {
    padding: 80px 0;
}
.contact-body {
    float: left;
    width: 100%}
.form-control.half_sec {
    float: left!important;
    width: 50%!important;
    clear: initial!important;
    padding-left: 15px!important;
}
.form-control {
    padding-left: 15px!important;
}
.contact-body .form-control input, .contact-body .form-control textarea {
    background: 0 0!important;
    border-color: #fff!important;
    color: #fff!important;
    padding: 1rem .75rem!important;
    border-radius: 30px!important;
    box-shadow: 0 0!important;
    outline: 0!important;
    display: block!important;
    width: 100%!important;
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    border: 1px solid #ced4da!important;
    height: auto!important;
    max-width: 100%!important;
}
.contact-body .form-control input:focus, .contact-body .form-control textarea:focus {
    background: 0 0!important;
    border-color: #fff!important;
}
.contact-body form .wpforms-submit-container {
    text-align: center;
}
.form-control .iti__flag-container {
    display: none;
}
body form .form-control .iti.iti--allow-dropdown input.wpforms-smart-phone-field {
    padding-left: .75rem!important;
}
body {
    padding-top: 77px;
}
body.admin-bar {
    padding-top: 45px;
}
body.home {
    padding-top: 0;
}
.home .bannerform {
    max-width: 500px;
}
.bannerform {
    margin: 0 auto;
    max-width: 100%}
.bannerform form {
    position: relative;
}
.bannerform form .wpforms-submit-container {
    position: absolute!important;
    right: 0!important;
    top: 0!important;
    padding: 0!important;
    height: 100%!important;
}
.bannerform form .wpforms-field-container .wpforms-field {
    padding: 0!important;
}
.bannerform form .wpforms-submit-container button {
    margin: 0!important;
    height: 45px!important;
    border-radius: 0 5px 5px 0!important;
}
.bannerform form input {
    padding-right: 148px!important;
    height: 45px!important;
    border: 0!important;
    box-shadow: 0 0 10px 0 #0000004d!important;
}
.bannerform form .wpforms-submit-spinner {
    position: absolute!important;
    right: 40px;
    top: 9px;
}
.bannerform .wpforms-confirmation-container-full {
    background: #000;
    border-color: #000;
    color: #fff;
}
.contact-form-box form div#wpforms-1583-field_3-container {
    overflow: initial;
}
.join-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #00000080;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out .5s;
}
body.active {
    overflow-y: hidden;
}
body.active .join-form {
    visibility: visible;
    opacity: 1;
}
body.active .join-form1{
    visibility: hidden;
    opacity: 0;
}
.join-form-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}
.join-form-inner::-webkit-scrollbar {
    width: 0;
    border-radius: 10px;
}
.join-form-body {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    height: 510px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}
.close_btn-cls ,.invite_close_btn-cls{
    position: absolute;
    right: 0;
    top: 0;
}
.close_btn-cls button ,.invite_close_btn-cls button {
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    font-weight: 700;
    line-height: 23px;
    border: 2px solid #fff;
    box-shadow: 0 0 10px 0 #00000073;
    cursor: pointer;
}
.hand-img {
    width: 100%}
.hand-img img {
    width: 100%;
    height: 95px;
    object-fit: contain;
}
.content-box {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.content-box h3 {
    font-size: 40px;
    color: #000;
    font-family: Montserrat;
    margin-bottom: 10px;
    margin-top: 10px;
}
.content-box h6 {
    font-size: 20px;
    line-height: normal;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.content-box p {
    color: #000;
    margin-bottom: 10px;
    line-height: normal;
}
.content-box small {
    font-size: 80%}
.form-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.form-box form {
    width: 100%}
.check-boxes label {
    position: relative;
    margin-right: 4px;
    margin-bottom: 6px;
    cursor: pointer;
}
.check-boxes label input[type=checkbox] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.check-boxes span {
    font-size: 13px;
    position: relative;
    padding-left: 37px!important;
    display: block;
    background: #e4e4ea;
    padding: 7px 15px;
    color: #000;
    border-radius: 100px;
}
.check-boxes span:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 9px;
    width: 17px;
    height: 17px;
    background: url(../../../../../greenlync.com/wp-content/uploads/2022/04/marijuana-1.html);
    background-position: center!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    transition: initial!important;
}
.check-boxes label input[type=checkbox]:checked~span:before {
    background: url(../../../../../greenlync.com/wp-content/uploads/2022/04/marijuana-2.html);
}
.check-boxes label input[type=checkbox]:checked~span {
    background: #64646d;
    color: #fff;
}
.check-terms {
    float: left;
    width: 100%;
    display: flex;
    margin: 15px 0;
}
.form-box form .check-terms input[type=checkbox] {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 0;
    transform: scale(1.2);
    cursor: pointer;
}
.form-box form .check-terms label {
    margin: 0;
    color: #000;
}
.form-box form input {
    width: 100%;
    margin: 15px 0;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid;
    font-size: 14px;
    font-family: Montserrat;
}
.form-box .footer_form {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    z-index: 1;
    border: 0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 180px;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0, #23ced5 51%, #5192e1 100%);
    color: #fff;
    cursor: pointer;
    padding: 16px 10px;
    font-family: Montserrat;
}
.form-box .footer_form:hover {
    background-position: right center;
}
.float-btn {
    position: fixed;
    right: 5px;
    top: 77%;
    transform: translate(0, -77%);
    z-index: 99999;
}
.float-btn {
    background: 0 0;
}
.float-btn img {
    width: 100px;
}
.thankyou-popup {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    height: 510px;
    background: #32a7de;
    border-radius: 30px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}
.thankyou-popup::-webkit-scrollbar {
    width: 0;
}
.thankyou-popup-inner {
    padding: 20px;
}
.top-heading h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 5px;
}
.thankyou-popup-inner p {
    color: #fff;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    line-height: normal;
}
.thank-image img {
    width: 100%;
    display: block;
}
.invite-thankyou-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffffa3;
}
.invite-thankyou-popup div#invite_thank_pop {
    height: auto;
    overflow: visible;
    max-width: 500px;
    width: 90%;
    background: #fff !important;
    border: 2px solid #00d063 !important;
    border-radius: 20px;
}
.invite-thankyou-popup .invite_close_btn-cls {
    right: -10px;
    top: -10px;
}
.invite-thankyou-popup .hand-img {
    margin-bottom: 15px;
}
.invite-thankyou-popup .thankyou-popup-inner p {
    margin-bottom: 15px;
    color: #000;
}
.invite-thankyou-popup .thankyou-popup-inner p:last-child {
    margin-bottom: 0px;
}
.invite-thankyou-popup .thankyou-popup-inner p.tagline {
    font-size: 14px;
    font-weight: 700;
}



.top-heading, .unique-link {
    padding-left: 30px;
}
.unique-link form input {
    width: 100%;
    padding: 8px 18px;
    border-radius: 30px;
    border: 0;
    font-size: 16px;
    color: #000;
}
.unique-link h4 {
    text-align: center;
    margin-bottom: 13px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.social-links {
    margin-top: 20px;
}
.social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links ul li {
    width: 100%;
    margin-right: 14px;
}
.social-links ul li:last-child {
    margin-right: 0;
}
.social-links ul li img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}
.swal-modal {
    max-width: 478px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    position: static;
    margin: 20px auto;
    display: inline-block;
    vertical-align: middle;
}
.swal-footer {
    text-align: right;
    padding-top: 13px;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.swal-button-container {
    margin: 5px;
    display: inline-block;
    position: relative;
}
.swal-button {
    background-color: #7cd1f9;
    color: #fff!important;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}
.swal-title {
    color: rgba(0, 0, 0, .65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}
.swal-text {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0, 0, 0, .64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}
sup.star {
    font-size: initial;
    top: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-size: 200%, 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
}
.font_monstrat {
    font-family: Montserrat, sans-serif;
}
.join-form.visible {
    opacity: 1;
    position: initial;
    background: 0 0;
}
.join-form.visible .join-form-inner {
    height: 100%}
.join-form.visible .join-form-body {
    height: 100%;
    overflow: initial;
    max-width: 850px;
    font-family: Montserrat;
}
.join-form.visible .hand-img {
    width: 100%;
    padding-top: 20px;
}
.full-sec {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.half-sec {
    float: left;
    width: 48%}
.contant-contain {
    padding: 60px 0;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-attachment: fixed!important;
    background-size: cover!important;
}
.custom-setmore-button {
    display: inline-block;
    margin-left: 10px;
}
.custom-setmore-button p {
    margin: 0;
    line-height: normal;
}
.custom-setmore-button p a {
    margin-left: 0!important;
}
div#wpforms-confirmation-1657 {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background: #000000b0;
    z-index: 99999999;
}
.join-waitlist {
    width: 100%;
    z-index: 1;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    font-family: Montserrat;
}
.join-waitlist-logo {
    margin-bottom: 30px;
}
.join-waitlist-logo img {
    display: block;
    max-width: 130px;
    margin: 0 auto;
}
.join-waitlist-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.join-waitlist .left-col {
    width: 50%;
    padding: 0 15px;
}
.join-waitlist .right-col {
    width: 50%;
    padding: 0 15px;
}
.join-waitlist .left-col-content {
    text-align: center;
}
.join-waitlist h2 {
    font-size: 70px;
    color: #26313c;
    margin-bottom: 35px;
    text-align: left;
}
.join-waitlist p.strong {
    font-size: 34px;
    color: #26313c;
    margin-bottom: 0;
}
.join-waitlist p {
    color: #26313c;
    font-size: 20px;
}
.join-waitlist .form-wrap {
    display: flex;
}
.join-waitlist input.join-link {
    width: 100%;
    border-radius: 65px;
    padding: 18px 20px;
    border: 2px solid #45a2de;
}
.join-waitlist .form-wrap button.submit {
    margin-top: 0!important;
    margin-left: 10px;
    padding: 11px 20px!important;
    width: auto;
}
.join-waitlist .form-wrap button.submit i {
    font-size: 22px;
}
.join-waitlist form {
    padding: 0 25px;
    margin-bottom: 25px;
}
.join-waitlist .social-wrap {
    padding: 0 30px;
    margin-bottom: 40px;
}
.join-waitlist .social {
    display: flex;
    justify-content: center;
    align-items: center;
}
.join-waitlist .social-icon:first-child {
    padding-left: 0;
}
.join-waitlist .social-icon {
    padding-left: 20px;
}
.join-waitlist a.circle-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #312b2b;
    border-radius: 60%;
    width: 55px;
    height: 55px;
}
.join-waitlist a.circle-border i {
    font-size: 22px;
    color: #fff;
}
.join-waitlist a.facebook {
    background: #3e5cd3;
}
.join-waitlist a.twitter {
    background-color: #44a2dd;
}
.join-waitlist a.instagram i {
    font-size: 55px;
    color: #222;
}
.join-waitlist .waitlist-left-content {
    text-align: center;
}
.join-waitlist .waitlist-left-content p {
    font-size: 18px;
    color: #26313c;
    margin-bottom: 0;
}
.join-waitlist .waitlist-left-content span {
    font-size: 55px;
    color: #26313c;
    line-height: normal;
}
.waitlist-image img {
    width: 100%}
.prc-form .row {
    margin: 0;
}
.prc-form .label-cls {
    width: 100%}
.prc-form .label-cls label {
    font-weight: 600;
    font-size: 14px;
}
#post-1486 .main-container>h4 {
    color: red!important;
    background-image: none;
    -webkit-text-fill-color: red;
}
@media screen and (max-width:960px) {
    .join-waitlist-row {
    flex-direction: column;
    align-items: center;
}
.join-waitlist .left-col, .join-waitlist .right-col {
    max-width: 520px;
    width: 100%}
.join-waitlist h2 {
    font-size: 48px;
    text-align: center;
}
.join-waitlist .waitlist-left-content p, .join-waitlist p {
    font-size: 18px;
}
.join-waitlist p.strong {
    font-size: 28px;
}
.join-waitlist form {
    padding: 0;
}
.join-waitlist .social-wrap {
    padding: 0;
}
.join-waitlist .waitlist-left-content span {
    font-size: 48px;
}
.waitlist-image {
    margin-top: 40px;
}
}@media screen and (max-width:480px) {
    .join-waitlist h2 {
    font-size: 36px!important;
}
.join-waitlist h2 br {
    display: none;
}
}.footer-emb-video {
    float: left;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    position: relative;
}
.footer-emb-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

/*sept 5 2022 css popup*/
.join-form.thank_pop_opened {
    opacity: 1;
    visibility: visible;
}
.join-form .thankyou-popup {
    border: 4px solid #32a7de;
    background: #ffffff;
    color: #000;
    text-align: center;
    height: auto;
    max-width: 450px;
    overflow: visible;
}
.join-form .thankyou-popup .unique-link p, .join-form .thankyou-popup .unique-link h4 {
    color: #000;
}
.join-form .thankyou-popup .hand-img {
    margin-bottom: 25px;
}
.join-form .thankyou-popup .unique-link {
    padding-left: 0;
}
.join-form .thankyou-popup .hand-img img {
    height: 70px;
}
.join-form .thankyou-popup .close_btn-cls {
    top: -8px;
    right: -8px;
}
.join-form .thankyou-popup .close_btn-cls button {
    background: red;
    border: none;
}

@media(min-width:1200px) {
    .footer-col-right {
    padding-left: 10px!important;
}
section#brand, section#home, section#influencers, section#merchants, section#mmj-doctors {
    padding: 132px 0;
    border-bottom: 5px solid #000;
}
section#influencers {
    min-height: 80vh;
}
section#mmj-doctors {
    min-height: 80vh;
}
}@media(min-width:1400px) {
    section#our-apps, section#our-feature, section#our-process {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
}@media(max-width:1300px) {
    ul#primary-menu {
    width: 100%;
    justify-content: center;
}
}@media(max-width:1199px) {
    div#services-slider .owl-nav .owl-prev {
    left: -8px;
}
div#services-slider .owl-nav .owl-next {
    right: -8px;
}
body.admin-bar .Contact-page {
    margin-top: 42px;
}
.Contact-page {
    margin-top: 72px;
}
}@media(max-width:992px) {
    .page-template-contact-template .transparent-bg: not(.fixedmenu) {
    padding: 15px 0;
}
.footer-emb-video {
    height: 240px;
}
}@media(max-width:991px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    justify-content: flex-start!important;
}
header#header .navbar {
    padding: 15px 0;
}
.navbar-brand {
    display: none!important;
}
body #app-slider, body #app-slider1 {
    width: 78%!important;
    left: 0!important;
    height: 514px;
    right: 0;
    margin: 0 auto;
}
#app-feature .app-image img, #our-process .app-image1 img {
    max-width: 100%!important;
    height: 400px!important;
    width: auto!important;
}
div#app-slider .item, div#app-slider1 .item {
    height: 380px;
}
div#app-slider .item img, div#app-slider1 .item img {
    height: 100%!important;
    width: 175px!important;
}
div#app-slider .owl-nav button, div#app-slider1 .owl-nav button {
    bottom: 40px;
}
.prc-form div.wpforms-container-full .wpforms-form .wpforms-field-authorize_net-expiration {
    width: 100%}
.prc-form div.wpforms-container-full .wpforms-form .wpforms-field-authorize_net-code {
    width: 100%;
    position: static;
    float: left;
    margin-top: 10px;
}
}@media(max-width:800px) {
    #app-feature .app-image img, #our-process .app-image img {
    width: 202px!important;
}
div#app-slider .item img, div#app-slider1 .item img {
    width: 240px!important;
}
#our-process #app-slider1 .item img {
    margin: 0 auto;
}
}@media(min-width:768px) {
    .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.col-sm-6 {
    width: 48%}
.col-sm-4 {
    width: 31%}
.hero.banner-slider .hero-slide .header-content {
    left: 0!important;
    -webkit-transform: initial!important;
    transform: initial!important;
}
}@media(max-width:767px) {
    header#header .navbar {
    padding: 8px 0;
}
.footer-bottom p {
    font-size: 12px;
    margin-bottom: 15px;
}
.col-xs-12 {
    width: 100%}
.form-field .col-xs-12 {
    margin-bottom: 15px;
}
.form-field .col-xs-12:last-child {
    margin-bottom: 0;
}
.prc-form {
    margin: 20px auto 20px;
    padding: 25px;
}
.form-field label {
    color: #384141;
    min-height: auto;
}
#app-feature .app-image {
    width: auto;
}
#app-feature .app-image img {
    height: 350px!important;
    width: 245px!important;
}
div#app-slider .item, div#app-slider1 .item {
    height: 332px;
}
div#app-slider .owl-nav button, div#app-slider1 .owl-nav button {
    bottom: 5px;
}
body #app-slider {
    height: 390px;
    width: 88%!important;
}
.title-wrap-inr {
    flex-wrap: wrap;
}
.title-wrap-inr>* {
    width: 100%}
body.admin-bar .Contact-page {
    margin-top: 25px;
}
.Contact-page {
    margin-top: 57px;
}
#our-process .app-image {
    max-width: 100%;
    width: 300px;
}
section#contact {
    padding: 100px 0 50PX;
}
.form-control.half_sec {
    width: 100%!important;
    padding-left: 0!important;
}
.form-control {
    padding-left: 0!important;
}
body {
    padding-top: 60px;
}
.site-content ul {
    padding-left: 16px;
}
.site-content ul li {
    margin-bottom: 10px;
}
.site-content ul li:last-child {
    margin-bottom: 0;
}
.Contact-page-form-sec {
    padding: 60px 0;
}
.footer-emb-video {
    height: 240px;
    margin-bottom: 0;
}
}@media(max-width:600px) {
    .join-form-body {
    width: 90%;
    height: 566px;
}
}@media(max-width:575px) {
    .Footer-video {
    margin-bottom: 60px;
}
.main-frm {
    flex-direction: column-reverse!important;
    display: flex;
}
.main-frm .left-card {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.main-frm .right-card {
    float: right;
    width: 100%}
.progressbar {
    display: flex;
    justify-content: space-between;
}
.progressbar li h4 {
    font-size: 13px;
}
.progressbar li p {
    font-size: 11px;
    margin-bottom: 0;
    line-height: normal;
    min-height: 35px;
}
.work_images li {
    margin-right: 5px;
    margin-bottom: 20px;
    display: inline-block;
}
.prc-form div.wpforms-container-full .wpforms-form .wpforms-field-authorize_net-expiration {
    width: 100%}
.prc-form div.wpforms-container-full .wpforms-form .wpforms-field-authorize_net-code {
    width: 100%;
    position: static;
    float: left;
    margin-top: 10px;
}
}@media(max-width:480px) {
    .custom-logo {
    height: 45px!important;
}
.banner-slider .slick-arrow {
    width: 35px;
    height: 35px;
    font-size: 28px;
}
.banner-slider .slick-prev.slick-arrow {
    left: -3px;
}
.banner-slider .slick-next.slick-arrow {
    right: -3px;
}
.hero .hero-slide img {
    height: 400px;
}
.button.gradient-btn {
    margin-top: 30px;
    margin-bottom: 30px!important;
}
.features_title h2 a, .heading-title h2 {
    font-size: 30px;
}
#our-feature {
    padding-bottom: 0;
}
#pricing .owl-stage-outer .owl-item {
    margin-right: 0!important;
}
.banner-slider .slick-arrow {
    top: 60%!important;
}
div#services-slider .owl-nav .owl-prev {
    left: -13px;
}
div#services-slider .owl-nav .owl-next {
    right: -13px;
}
.main-pay-box {
    flex-direction: column;
}
.stripe-element-exp {
    width: 100%}
.main-container {
    margin: 120px auto 50px;
}
.cls-thankyousrtcode {
    margin: 50px auto 20px;
    padding: 25px;
}
.cls-thankyousrtcode .container {
    width: 100%!important;
    padding: 0!important;
}
.cls-thankyousrtcode .pn-img {
    margin: 0 auto 0;
}
#submit_doctorfrm, .btn-link, form button {
    font-size: 12px;
    width: 100%;
    padding: 15px 23px;
}
#our-feature .features_title h2 {
    font-size: 25px;
}
.pane-when .clock .elem-center .digit {
    font-size: 160px;
}
.padding {
    padding: 4rem 0!important;
}
.cls-thankyousrtcode h4, .cls-thankyousrtcode p {
    font-size: 18px;
    line-height: 26px;
}
.cls-thankyousrtcode .pn-img img {
    width: 180px;
}
.cls-thankyousrtcode h6 {
    font-size: 16px;
}
.entry-content .container {
    max-width: 100%!important;
    padding: 0;
}
.footer-col-left {
    text-align: center;
}
.form-field label, form#payment-form label {
    font-size: 14px;
}
.form-field input[type=checkbox], .form-field input[type=radio] {
    transform: scale(1.2);
    margin-right: 11px;
    margin-left: 6px;
}
section#brand, section#home, section#influencers, section#merchants, section#mmj-doctors {
    min-height: auto;
    padding: 100px 0!important;
}
h2 {
    font-size: 2.2rem!important;
}
footer#site-footer {
    color: #fff!important;
    padding: 60px 0 0!important;
}
footer#site-footer iframe {
    height: 180px!important;
}
.bannerform form .wpforms-submit-container {
    position: initial!important;
    margin-top: 20px!important;
}
.bannerform form .wpforms-submit-container button {
    border-radius: 30px;
}
.title-heading {
    font-size: 18px !important;
    margin-top: 30px;
}
}


.panel.right-card span.field {
    display: flex;
    width: 100%;
    margin: 0;
    align-items: center;
}
.panel.right-card span.field label {
    min-width: 100px;
    margin: 0;
}
.panel.right-card span.field input {
    width: 100%;
    padding: 5px;
    border: 1px solid #555;
}
.panel.right-card form>div {
    display: flex;
    align-items: center;
    margin: 0 0 13px 0;
}
.panel.right-card form>div div {
    min-width: 60px;
    text-align: center;
}
.panel.right-card span.field label[for=cvc] {
    min-width: 40px;
    margin: 0 0 0 20px;
}
p.video-info-footer {
    font-size: 16px;
    padding: 10px;
}
section.demo-form {
    width: 100%;
    padding: 60px 0;
}
.demo-form form {
    margin: 0 auto;
    max-width: 800px;
}
.demo-form form input, .demo-form form select, .demo-form form textarea {
    max-width: 100%!important;
    width: 100%!important;
}
.form-separator {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 20px;
    background: #f5f5f57d;
    margin-bottom: 15px;
}
img {
    max-width: 100%}
.hidden {
    display: none;
}
.thankyou-template #main {
    padding: 0!important;
}
.thankyou-template .main-container {
    margin: 40px auto 0!important;
}
.waitlist-text {
    font-size: 22px;
    text-align: center;
}
.waitlist-counter {
    font-size: 32px;
}
.widget-waitlist span {
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-size: 200%, 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.widget-waitlist .elem-bottom::before {
    left: 85%!important;
}
.widget-waitlist .elem-bottom::after {
    right: 85%!important;
}
.widget-waitlist .digit {
    font-size: 120px!important;
    padding-top: 17%}
#visitors_widget-2 .visitor_widget.widget_type_5 {
    margin: 30px auto 30px;
}
p.tagline {
    color: #00d063 !important;
    font-weight: 600;
}