@charset "UTF-8";
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*font-family: 'Poppins', sans-serif;*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    padding-top: 99px;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

p {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

abbr[title],
abbr[data-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #56423E;
    text-decoration: none;
    background-color: transparent;
}

p a {
    color: #0056b3;
}

a:hover {
    color: #7eb559;
    text-decoration: none;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: none;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

input:focus {
    box-shadow: none;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}

h1,
.h1 {
    font-size: 50px;
    text-align: center;
}

h2,
.h2 {
    font-size: 40px;
    font-weight: 400;
    color: #7eb559;
}

h3,
.h3 {
    font-size: 28px;
    font-weight: 400;
    color: #7eb559;
}


.button {
    border: 1px solid #003b65;
    background: #003b65;
    color: #fff;
    padding: 15px 45px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.4;
    border-radius: 15px;
}

.button:hover {
    background: #7eb559;
    color: #fff;
    border-color: #7eb559;
}

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

header ul li {
    padding: 0 20px;
}

header ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

header ul li a:hover,
header ul li a:focus,
header ul li a:active {
    color: #ffffff90;
}

header .navbar .navbar-brand img {
    max-width: 145px;
    height: auto;
}

.navbar-expand-md.fixed-header {
    background: #003b65 !important;
}

.navbar-expand-md.fixed-header ul li a {
    color: #fff !important;
}

header .navbar-expand-md.fixed-header ul li a.button {
    background: #7eb559 !important;
}

.main-screen .footer-section {
    background: none;
}

footer {
    padding: 20px 0;
    background: #ffffff;
    z-index: 9;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

footer ul li {
    list-style: none;
    color: #003b65;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
    padding: 0 12px;
}

footer ul li a {
    color: #003b65;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {
    color: #7eb559;
}

footer .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.form-section {
    padding: 80px 0;
    flex: 1
}

.container-fluid {
    padding-right: 55px;
    padding-left: 55px;
}

form .form-control {
    padding: 10px 15px;
    border: 1px solid #56423E;
    margin-bottom: 20px;
    height: auto;
}

.outer-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.outer-flex .form-check-input {
    margin-top: 0.5rem;
}

.outer-flex .form-check {
    margin-right: 25px;
}

.outer-flex .form-check:last-child {
    margin-right: 0;
}

.form-label {
    line-height: 1.1;
    padding: 0 5px;
}

.outer-div {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    min-width: 980px;
}

.smallcircle-box {
    width: 440px;
    height: 440px;
    border-radius: 100%;
    border: 2px solid #404040;
    display: flex;
    margin: auto 0 0 auto;
    position: absolute;
    top: 250px;
    /*left: 55px;*/
    /*right: 160px;*/
}

.smallcircle-box .desc {
    width: 280px;
    margin: auto;
    color: #7eb559;
    text-align: justify;
    background: #fff;
    padding: 20px;
}

.smallcircle-box .desc .txt {
    margin-top: 15px;
}

.smallcircle-box .desc .link {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #003b65;
    text-decoration: underline;
}

.smallcircle-box .desc .link:hover {
    color: #7eb559;
}

.smallcircle-box .desc input {
    display: none;
}

.smallcircle-box .desc label {
    margin-bottom: 0;
}

.smallcircle-box .desc img {
    width: 100%;
    display: none;
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto 15px;
    border: 2px solid #404040;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}

.bigbtn-box {
    border: 10px solid #b2b2b2;
    width: 800px;
    height: 800px;
    border-radius: 100%;
    display: flex;
    position: absolute;
    top: -280px;
    left: -120px;
}

.bigbtn-box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 104px 40px;
    border-color: transparent transparent #7eb559 transparent;
    position: absolute;
    bottom: 0;
    left: 102px;
    transform: rotate(30deg);
}

.bigbtn-box:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 124px 50px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    left: 98px;
    transform: rotate(30deg);
}

.bigbtn-box .desc {
    width: 530px;
    margin: auto;
    color: #7eb559;
    text-align: justify;
    background: #fff;
}

.bigbtn-box .desc .button {
    font-size: 22px;
    width: 100%;
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 15px;
}

.bigbtn-box .desc .txt {
    max-width: 260px;
}

.form-check {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

.form-check input[type='radio'] {
    display: none;
}


.form-check label:before {
    content: " ";
    left: auto;
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #7eb559;
    background-color: transparent;
}

.form-check input[type=radio]:checked+label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #7eb559;
}

.form-check-box {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
    width: 100%;
}

.form-check-box input[type='checkbox'] {
    display: none;
}

.form-check-box label:before {
    content: " ";
    left: auto;
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #7eb559;
    background-color: transparent;
}

.form-check-box input[type=checkbox]:checked+label:after {
    position: absolute;
    top: 7px;
    left: 12px;
    content: " ";
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border-bottom: 3px solid #7eb559;
    border-right: 3px solid #7eb559;
}

.button.big-btn {
    font-size: 22px;
    width: 100%;
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 15px;
}

.faq-form .outer-flex .form-check {
    width: 100%;
}

.faq-form .form-label {
    font-weight: 600;
}

/*.faq-form select,*/
/*.faq-form button{ margin-left:5px;}*/
.inline {
    background: #f4f4f4;
    padding: 10px;
}

.inline .outer-flex .form-check {
    width: auto;
}

form hr {
    display: block;
    height: 1px;
    width: calc(100% - 30px);
    background: #f4f4f4;
    margin: 20px 0 20px 15px;
}

#other {
    margin-left: 5px;
    display: none;
}

button.multiselect {
    padding: 10px 15px;
    border: 1px solid #56423E;
    margin-bottom: 20px;
    height: auto;
}

ul.multiselect-container {
    width: 100%;
}

#otherfood {
    margin-left: 5px;
    display: none;
}

.profile-section {
    overflow-x: clip
}

.outer-div.second-circle {
    min-width: inherit;
}

.second-circle .bigbtn-box {
    left: auto;
    right: -310px;
    border: 5px solid #5e7faa;
    z-index: 1;
}

.second-circle .bigbtn-box .desc {
    width: 450px;
    margin: auto 0 auto 120px;
}

.second-circle .bigbtn-box .desc .txt {
    max-width: none;
    margin-bottom: 30px;
}

.second-circle .blue-txt {
    color: #5e7faa;
}

.second-circle .bigbtn-box:after {
    bottom: auto;
    left: -38px;
    transform: rotate(110deg);
    top: 230px;
    border-width: 0 50px 104px 50px;
}

.second-circle .bigbtn-box:before {
    bottom: auto;
    left: -38px;
    transform: rotate(110deg);
    top: 233px;
    border-width: 0 60px 104px 60px;
}

.pricing-card {
    background: #003b65;
    border-radius: 30px;
    padding: 20px;
    color: #fff;
}

.pp-page.getstartagain-section {
    background-size: 30% 100%;
    background-image: url("../img/left-bg-new.png");
}

.covid-outer {
    padding-bottom: 60%;
}

.covid-outer .smallcircle-box {
    bottom: 0;
}

.output-img {
    width: 100%;
    height: 250px;
    background: #f4f4f4;
    margin-bottom: 20px;
    position: relative;
}

.output-img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 190px;
}

.output-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.covid-outer .bigbtn-box .desc .txt {
    max-width: 440px;
}

.covid-outer .smallcircle-box .desc label {
    padding: 15px;
    text-align: center;
    line-height: 1.2;
}

.covid-outer .smallcircle-box .desc label small {
    margin-top: 0;
}

.covid-outer .smallcircle-box .desc small {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.custom-row {
    margin-top: 40px;
}

.custom-row .col-md-2 {
    max-width: 200px;
    margin-bottom: 20px;
}

.heading {
    padding: 0 15px;
}

.heading h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
    color: #7eb559;
}

.home {
    padding-top: 0;
    overflow-x: hidden;
}

.home .navbar-expand-md {
    background: transparent;
}

.main-screen {
    background: url(../img/hero.jpg)0 0 no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center center;
}

.main-screen div {
    height: 100%;
}

.main-screen .col-md-12 {
    height: auto;
    margin: auto 0;
}

.main-screen .home-btn {
    max-width: 280px;
}

.main-screen .home-btn .button {
    margin-bottom: 30px;
    background-color: #6a87b3;
    border: 1px solid #6a87b3;
    max-width: 250px;
    width: 100%;
    padding: 15px 25px !important;
    text-align: center;
}

.main-screen .home-btn .button:hover {
    background-color: #7eb559 !important;
    border: solid 1px #7eb559 !important;
}

.match-screen {
    padding: 80px 0;
    flex: 1
}

.match-screen .video {
    padding-top: 60%;
    position: relative;
}

.match-screen .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.match-screen .desc {
    max-width: 420px;
    width: 100%;
}

.match-screen .desc h4 {
    margin-bottom: 30px;
}

.match-screen .desc span {
    display: block;
}

.match-screen .desc .light-green {
    color: #92d050;
}

.blue {
    color: #003b65;
}

.match-screen .desc .blue {
    color: #003b65;
}

.match-screen hr {
    margin: 60px 0;
}

.match-screen .col-md-3 {
    margin-top: auto;
    margin-bottom: 30px;
}

.match-screen .txt {
    max-width: 400px;
}

.match-screen .txt h2 {
    margin-bottom: 15px;
}

.match-screen .txt h4 {
    margin-bottom: 0;
    line-height: 1.4;
}

.match-screen img {
    width: 100%;
}

.getstart-section {
    padding: 80px 0;
    flex: 1;
    overflow-x: clip;
}

.getstart-section h4 {
    margin-bottom: 30px;
}

.getstart-section .desc .big-btn {
    max-width: 450px;
}

.getstart-section .circle-img {
    background: url(../img/circle-bg.png)0 0 no-repeat;
    background-size: 100% 100%;
    width: 650px;
    height: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.getstart-section .circle-img .buttons {
    max-width: 300px;
    margin: auto;
    width: 100%;
}

.getstart-section .circle-img .buttons a {
    width: 100%;
    margin: 15px 0;
    text-align: center;
    display: block;
    padding: 30px 15px;
    font-size: 16px;
}

.getstart-section .circle-img .buttons a.link {
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
    text-decoration: underline;
}

.getstart-page {
    padding-top: 0;
}

.getstart-page .navbar-expand-md {
    background: transparent;
}

.getstart-page header ul li a {
    color: #003b65;
}

.getstart-page header ul li.tab {
    width: 220px;
}

.getstart-page header ul li.tab:first-of-type {
    width: 315px;
}

.getstart-page header ul li a.button {
    text-align: center;
    color: #fff;
    display: block;
    line-height: 1.1;
}

.getstartagain-section {
    flex: 1;
    padding: 80px 0;
    background-color: #fff;
    background-image: url(../img/left-bg.jpg);
    background-repeat: no-repeat;
    background-size: 50% 100%;
}

.getstartagain-section .desc {
    padding-top: 150px;
}

.getstartagain-section-p {
    flex: 1;
    padding: 80px 0;
    background-color: #fff;
    background-image: url(../img/left-bg.jpg);
    background-repeat: no-repeat;
    background-size: 40% 100%;
}

.getstartagain-section-p .desc {
    padding-top: 74px;
    text-align: right;
    padding-right: 60px;
}

.getstartagain-section .desc h2 {
    color: #fff;
    font-size: 50px;
}

.getstartagain-section .custom-form {
    padding: 80px 50px 0 0;
}

.getstartagain-section .custom-form #Referral {
    margin-bottom: 10px;
}

.getstartagain-section .custom-form small {
    margin-bottom: 20px;
    display: block;
}

.getstartagain-section .custom-form small a {
    text-decoration: underline;
    color: #7eb559;
}

.faq-form .inline-btn {
    display: inline-block;
    margin-bottom: 15px;
    max-width: 280px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.reffral-section {
    padding: 80px 0 200px;
    flex: 1
}

.reffral-section h1 {
    color: #7eb559;
}

.reffral-section p {
    font-size: 20px;
    margin-bottom: 40px;
}

.reffral-section p span {
    color: #003b65;
}

.custom-bg {
    background: url(../img/bg-img.jpg)0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.custom-bg-arrow {
    background: url(../img/circle.jpg)0 0 no-repeat;
    background-size: contain;
}

.custom-bg-rev {
    background: url(../img/bg-img-rev.jpg)0 0 no-repeat;
    background-size: cover;
}

.reffral-card {
    position: relative;
}

.reffral-section .fixed-arrow-g {
    position: fixed;
    opacity: 0.8;
    transform: rotate(313deg);
    bottom: 90px;
    left: 210px;
    background: #fff;
    height: 100px;
}

.reffral-card .re-left {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: 200px;
}

.reffral-card .re-right {
    position: absolute;
    right: 20px;
    top: 30px;
}

.diposit-section {
    padding: 30px 0 50px;
    flex: 1
}

.diposit-section .container.container_custom {
    max-width: 720px;
}

.diposit-section .h-captcha iframe {
    width: 303px !important;
}

.diposit-section .round-section-outer {
    min-width: 330px;
    width: 330px;
    height: 330px;
    border: none;
    margin-bottom: 10px;
}

.diposit-section .round-section-outer .round-section {
    margin-top: auto;
    width: 360px;
    margin-bottom: 20px;
}

.diposit-section .round-section-outer .round-section a:hover {
    text-decoration: underline;
}

.diposit-section .round-section-outer:before {
    right: -8px;
    left: unset;
    transform: rotate(239deg);
    top: 13px
}

@media (max-width: 768px) {
    .diposit-section .round-section-outer {
        margin: 0;
        min-width: 250px;
        width: 100%;
        border: 5px solid #003b65;
        border-radius: 5px;
        height: auto;
        position: relative;
    }
}

.diposit-section .round-section-outer:after {
    left: unset;
    right: -20px;
    transform: rotate(229deg);
    top: 120px;
}

.diposit-section .container {
    max-width: 600px;
}

.diposit-section .captcha {
    text-align: center;
    margin-bottom: 15px;
}

.diposit-section .buttons {
    text-align: center;
}

.diposit-section .buttons .button {
    max-width: 303px;
    width: 100%;
    display: inline-block;
    padding: 20px;
    margin: 0 0 15px 0;
}

.blue-txt {
    color: #003b65 !important;
}

.green-txt {
    color: #7eb559 !important;
}

.green-dot {
    color: #7eb559 !important;
    height: 20px;
    width: 20px;
    background-color: #7eb559;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-top;
}

.black-txt {
    color: #000000 !important;
    padding-left: 5px;
    display: inline-block;
}

.payment-section {
    padding: 80px 0;
    flex: 1
}

.payment-section h1 {
    line-height: 1.1;
}

.payment-section .col-md-6 {
    text-align: center;
}

.payment-section .col-md-6 img {
    margin-bottom: 30px;
    display: inline-block;
}

.payment-section .button {
    display: inline-block;
}

.coder-section {
    padding: 200px 0;
    flex: 1
}

.coder-section .desc {
    display: inline-block;
    /*width: calc(100% - 360px);*/
    vertical-align: top;
}

.coder-section .desc h4 {
    margin-bottom: 8px;
    font-size: 38px;
    color: #003b65;
    line-height: 1;
}

.coder-section .desc a {
    text-decoration: underline;
}

.coder-section .form {
    display: inline-block;
    width: 320px;
    vertical-align: top;
}

.coder-section .form input {
    margin-bottom: 15px;
    background: #cedce4;
}

.coder-input {
    margin-bottom: 15px;
    background: #cedce4;
}

.coder-section .form img {
    width: 52px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}

.coder-img {
    width: 52px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}

.coder-section .form a {
    width: calc(100% - 67px);
    display: inline-block;
    line-height: 1.2;
    text-decoration: underline;
}

.coder-link {
    width: calc(100% - 67px);
    display: inline-block;
    line-height: 1.2;
    text-decoration: underline;
}

.coder-section .col-md-12 {
    margin-bottom: 60px;
}

.messaging-section {
    padding: 80px 0;
    flex: 1
}

.circle-img.messaging {
    background: url(../img/Messaging.jpg)0 0 no-repeat;
    background-size: 100% 100%;
    width: 550px;
    height: 550px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.circle-img.messaging .desc h2 {
    text-align: left;
    max-width: 220px;
}

.circle-img.left-arrow {
    background: url(../img/left.png)0 0 no-repeat;
    background-size: 100% 100%;
    width: 550px;
    height: 550px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.circle-img.left-arrow .desc h2 {
    text-align: left;
    max-width: 220px;
}

.outer-div.second-circle.center-box {
    right: 0;
    top: auto;
    left: 0;
}

.outer-div.second-circle.center-box .bigbtn-box {
    left: auto;
    right: 0;
    width: 650px;
    height: 650px;
    top: 50%;
    transform: translateY(-50%);
}

.outer-div.second-circle.btm-box {
    right: 0;
    top: auto;
    left: 0;
}

.outer-div.second-circle.btm-box .bigbtn-box {
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 650px;
    height: 650px;
}

.outer-div.second-circle.top-box .bigbtn-box:before {
    bottom: auto;
    right: 190px;
    transform: rotate(220deg);
    top: -20px;
    border-width: 0 60px 104px 60px;
    left: auto;
}

.outer-div.second-circle.top-box .bigbtn-box:after {
    bottom: auto;
    right: 186px;
    transform: rotate(220deg);
    top: -30px;
    border-width: 0 50px 104px 50px;
    left: auto;
}

.outer-div.second-circle.btm-box .bigbtn-box:before,
.outer-div.second-circle.center-box .bigbtn-box:before {
    left: -35px;
    transform: rotate(48deg);
    top: 378px;
}

.outer-div.second-circle.btm-box .bigbtn-box:after,
.outer-div.second-circle.center-box .bigbtn-box:after {
    left: -28px;
    transform: rotate(50deg);
    top: 383px;
}

.outer-div.second-circle.btm-box .bigbtn-box .desc,
.outer-div.second-circle.center-box .bigbtn-box .desc {
    margin: auto;
}

.outer-div.second-circle.center-box .small-btn {
    max-width: 220px;
    padding: 10px 20px;
    font-size: 16px;
}

.outer-div.second-circle.center-box.arrow-right .bigbtn-box:before {
    left: auto;
    transform: rotate(228deg);
    top: 70px;
    right: 30px;
}

.outer-div.second-circle.center-box.arrow-right .bigbtn-box:after {
    left: auto;
    transform: rotate(226deg);
    top: 58px;
    right: 27px;
}


/* New css slide 21 */

.image-upload-box {
    height: 440px;
    margin: 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4e4e4;
    border: 1px solid #000;
    font-size: 24px;
}

.bottom-alert-mp {
    background: #3684e678;
    border: 1px solid #000;
    margin-top: 100px;
}

.bottom-alert-mp p {
    font-size: 16px;
}

.green-btn-mp {
    background: #7eb559;
    color: #fff;
    border-color: #7eb559;
}

.green-btn-mp:hover {
    border: 1px solid #003b65;
    background: #003b65;
    color: #fff;
}

.new-box-mp {
    display: inline-block;
    margin-top: 10px;
}

.new-updated-box .bigbtn-box {
    top: 40px;
}

.new-updated-box .form-check {
    width: 100%;
}

.new-check-mp {
    margin-left: 210px;
    padding-top: 140px;
}

.new-updated-box .bigbtn-box:before {
    left: 678px;
    transform: rotate(-65deg);
    bottom: 142px;
}

.new-updated-box .bigbtn-box:after {
    left: 690px;
    transform: rotate(-65deg);
    bottom: 150px;
}

.text-green {
    color: #7eb559 !important;
}

.mockup-page .round-section {
    width: 280px;
}

.text-blue {
    color: #11578a;
}

.mt-100 {
    margin-top: 50px;
}

.new-updated-box h3 {
    font-size: 18px;
    font-weight: bold;
}

.new-button-mp {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


/* New style end */

.con-btn {
    display: flex;
    margin: 0;
    position: absolute;
    bottom: -32px;
}

.con-btn p {
    font-size: 13px;
}

/*.smallcircle-box.gath {*/
/*    bottom: 160px;*/
/*}*/

.div-btn {
    padding-left: 0 !important;
    text-align: left;
}

.blue-circle .bigbtn-box,
.b-circle .bigbtn-box,
.bl-c .bigbtn-box {
    border-color: #11578a;
}

.blue-circle .bigbtn-box::after {
    left: 608px !important;
    background: #fff;
}

.b-circle .bigbtn-box {
    width: 600px;
    height: 600px;
    top: -174px;
    left: 58px;
    padding: 0 72px;
}

.bl-c.new-updated-box .bigbtn-box:after {
    left: 600px;
    background: #Fff;
}

.login-btn a {
    background-color: #7eb559;
    color: white;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 8px;
}

section.slide-13 {
    padding: 100px;
    flex: 1;
}

section.slide-13 .rigt-sec-slide::after {
    display: none;
}

.rigt-sec-slide .btn {
    background-color: #7eb559;
    padding: 10px 30px;
    color: white;
    border-radius: 8px;
    border: 0;
}

.ques-sec h4 {
    font-size: 17px;
}

.submit-button {
    margin: 10px 0 10px 195px;
}

.mem-id label {
    margin-top: 10px;
}

.rigt-sec-slide {
    position: relative;
}

.rigt-sec-slide:after {
    position: absolute;
    content: "";
    background-image: url(../img/picture1.png);
    width: 100px;
    height: 100px;
    right: -100px;
    bottom: 10px;
    background-size: cover;
}

.contact-us:before {
    position: absolute;
    content: "";
    background: #eaeaea;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
}

.contact-us {
    position: relative;
    flex: 1;
    padding: 40px 0;
}

.contact-us form {
    margin: 58px 0 0 20px;
    background-color: white;
    padding: 40px;
}

.contact-us form .form-control {
    border: none;
    background: #eaeaea;
}

.contact-us label.form-check-label {
    display: flex;
}

.contact-us .contact-left {
    padding: 58px 0;
}

.contact-us .form-check input[type=radio]:checked+label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    content: " ";
    display: block;
    background: #7eb559;
    left: auto;
}

.contact-us .form-check label:before {
    content: " ";
    right: -29px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #7eb559;
    background-color: transparent;
}

.contact-us label.form-check-label p {
    background-color: #003b65;
    color: white;
    padding: 10px;
    margin-left: 10px;
    border-radius: 8px;
    width: 250px;
    text-align: center;
    margin-bottom: 0;
}

.event-section .contact-us label.form-check-label p {
    margin-left: 0;
}

.bg-gray {
    position: relative;
}

.bg-gray:after {
    position: absolute;
    content: "";
    background-image: url(../img/picture1.png);
    width: 100px;
    height: 100px;
    right: -50px;
    bottom: 150px;
    background-size: cover;
}

.contact-us-right {
    border-right: 1px solid #adb5bd;
}

.bg-gray a.btn {
    background-color: #7eb559;
    color: white;
    padding: 10px 30px;
    border-radius: 8px;
}

/****************************/
.main-screen {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(../img/hero-11001.jpg)0 0 no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center center;
}

.rigt-sec-slide input#fname {
    padding: 5px;
    border: 2px solid #7eb559;
    max-width: 100%;
    width: 100%;
}

.Register a {
    font-weight: 600;
    text-decoration: underline;
}

header ul li {
    padding: 0 10px !important;
    /*max-width: 185px;*/
}

header ul li a {
    font-size: 17px !important;
    font-weight: 400;
    color: #fff;
}


/***************21-07-2021******************/
.dark-btn {
    background-color: #003b65 !important;
}

.screen21 .bigbtn-box,
.screen21 .smallcircle-box {
    margin: 10px auto;
}

.screen21 .outer-div {
    height: auto;
    min-height: 840px;
}

/******************22-07-2021***********************/
.blue-btn-mp {
    padding: 15px 22px !important;
}

.navbar-nav a.nav-link img {
    width: 25px;
}

.dropdown-item {
    text-transform: capitalize;
}

.col-md-6.third {
    position: absolute;
    right: 180px;
    top: 1940px;
}

.col-md-6.forth {
    bottom: 1300px;
    right: -600px;
}

/*form .form-control {
    max-width: 308px;
    border: 2px solid #7eb559 !important;
}*/

form .form-control-full-width {
    max-width: none;
}

.rigt-sec-slide input#fname {
    max-width: 100%;
}


/*error form*/
.error-form form .form-control {
    margin-bottom: 0;
}

.error-form .error {
    color: red;
    white-space: nowrap;
    margin-bottom: -13px;
}

.error {
    color: red;
}

.error-form .error.yellow {
    color: yellow;
}

.error-form .error.green {
    color: green;
}

/*mock-up-page*/

.container__main {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    padding-right: 55px;
    padding-left: 55px;
}

.container__left {
    width: 405px;
    min-width: 405px;
    padding: 1rem;
    border-right: 1px solid #adb5bd;
}

.container__middle {
    flex-grow: 1;

    padding: 1rem;
}

.container__middle__detail {
    display: flex;
}

.mr-40 {
    margin-right: 40px;
}

.normal__btn {
    height: 48px;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #003b65;
    background: #003b65;
    padding: 15px 45px;
    font-size: 18px;
    line-height: 1.4;
    border-radius: 15px;
}

.normal__btn:hover {
    text-decoration: none;
    color: #fff;
    background: #7eb559;
    border-color: #7eb559;
}

.primary__btn {
    background-color: #003b65;
}

.secondary__btn {
    background-color: #7eb559;
    border-color: #7eb559;
}

input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 10px;

}

.container__left .primary__btn:not(:last-child) {
    margin-bottom: 20px;
}

.green-text {
    color: #7eb559;
}

.round-section-outer {
    min-width: 500px;
    width: 500px;
    border: 5px solid #003b65;
    border-radius: 50%;
    height: 500px;
    position: relative;
}

.round-section {
    width: 320px;
    margin: auto;
    color: #003b65;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.round-section-outer:before {
    bottom: auto;
    left: -41px;
    transform: rotate(55deg);
    top: 229px;
    border-width: 0 60px 104px 60px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
}

.round-section-outer:after {
    bottom: auto;
    left: -38px;
    transform: rotate(54deg);
    top: 233px;
    border-width: 0 50px 104px 50px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #7eb559 transparent;
    position: absolute;
}

.round-section-outer.bg-custom {
    width: 380px;
    height: 380px;
    margin-right: 50px;
    margin-left: -80px;
    min-width: auto;
    background: #dee2e6;
    margin-top: 50px;
    font-size: 11px;
    padding: 65px 50px;
}

.round-section-outer.bg-custom .round-section {
    width: auto;
}

.bg-custom.round-section-outer:before {
    display: none;
}

.bg-custom.round-section-outer:after {
    left: unset;
    right: -10px;
    transform: scale(0.7) rotate(220deg);
    top: 0;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.about-img {
    width: 640px;
}

.flex-grow-auto {
    flex: 1;
}

.list-heading__main {
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.1;
    padding: 0 5px;
    display: inline-block;
}

.list-heading__sub {
    font-size: 16px;
    text-transform: capitalize;
}

.list-custom {
    padding-left: 10px;
}

.list-custom li {
    margin-bottom: 10px;
}

.heading {
    font-size: 18px;
}

/*page 8*/
.pg8-wrap .container__left {
    overflow: unset;
    border: none;
}

.radio-label {
    width: 150px;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh
}

.suggest-event {
    padding: 20px;
    background: #f3f4f5;
    border-radius: 20px;
}

.login-form {
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
}

.login-form .login-header {
    font-size: 42px;
    font-weight: bold;
    color: #003b65;
}

.login-form .form-control {
    padding: 10px 15px;
    border: 1px solid #56423E;
    height: auto;
}

.w-custom {
    width: 373px;
}

.outer-div.second-custom-circle {
    top: 60px;
    margin: 280px 0 0;
    height: 90%;
}

.outer-div.second-circle.first-circle,
.first-circle .bigbtn-box {
    position: unset;
    margin-left: 20px;
}

.first-circle.second-circle .bigbtn-box:before {
    top: 733px;
    left: 41px;
}

.first-circle.second-circle .bigbtn-box:after {
    top: 727px;
    left: 30px;
}

.first-circle.second-circle .bigbtn-box .desc {
    margin: auto 0 auto 40px;
    width: 390px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #003b65;
    background-color: #003b65;
}

/*mock-up-page*/

.container__main {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    padding-right: 55px;
    padding-left: 55px;
}

.container__left {
    width: 405px;
    min-width: 405px;
    padding: 1rem;
    border-right: 1px solid #adb5bd;
}

.container__middle {
    flex-grow: 1;

    padding: 1rem;
}

.container__middle__detail {
    display: flex;
}

.mr-40 {
    margin-right: 40px;
}

.normal__btn {
    height: 48px;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #003b65;
    background: #003b65;
    padding: 15px 45px;
    font-size: 18px;
    line-height: 1.4;
    border-radius: 15px;
}

.normal__btn:hover {
    text-decoration: none;
    color: #fff;
    background: #7eb559;
    border-color: #7eb559;
}

.primary__btn {
    background-color: #003b65;
}

.secondary__btn {
    background-color: #7eb559;
    border-color: #7eb559;
}

input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 10px;

}

.container__left .primary__btn:not(:last-child) {
    margin-bottom: 20px;
}

.green-text {
    color: #7eb559;
}

.round-section-outer {
    min-width: 500px;
    width: 500px;
    border: 5px solid #003b65;
    border-radius: 50%;
    height: 500px;
    position: relative;
}

.round-section {
    width: 320px;
    margin: auto;
    color: #003b65;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.round-section-outer:before {
    bottom: auto;
    left: -41px;
    transform: rotate(55deg);
    top: 229px;
    border-width: 0 60px 104px 60px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
}

.round-section-outer:after {
    bottom: auto;
    left: -38px;
    transform: rotate(54deg);
    top: 233px;
    border-width: 0 50px 104px 50px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #7eb559 transparent;
    position: absolute;
}

.flex-grow-auto {
    flex: 1;
}

.list-heading__main {
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.1;
    padding: 0 5px;
    display: inline-block;
}

.list-heading__sub {
    font-size: 16px;
    text-transform: capitalize;
}

.list-custom {
    padding-left: 10px;
}

.list-custom li {
    margin-bottom: 10px;
}

.heading {
    font-size: 18px;
}

/*page 8*/
.pg8-wrap .container__left {
    overflow: unset;
    border: none;
}

.radio-label {
    width: 150px;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh
}

.suggest-event {
    padding: 20px;
    background: #f3f4f5;
    border-radius: 20px;
}

.login-form {
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
}

.login-form .login-header {
    font-size: 42px;
    font-weight: bold;
    color: #003b65;
}

.login-form .form-control {
    padding: 10px 15px;
    border: 1px solid #56423E;
    height: auto;
}

.w-custom {
    width: 373px;
}

.venue-btn {
    width: 390px;
}

.influencer-section.second-circle .bigbtn-box .desc .txt {
    font-size: 22px;
}

.event-section .dropdown .dropdown-toggle {
    width: 320px;
    display: flex;
    align-items: center;
}

.event-section .dropdown .dropdown-toggle span {
    display: flex;
    flex: 1;
}

.event-section .dropdown .dropdown-menu {
    width: 320px;
}

.btn-small {
    width: 230px;
}

.highlight-text {
    color: #fff;
    background: #003b65;
    padding: 2px 8px;
    border-radius: 3px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #003b65;
    background-color: #003b65;
}

.event-section .contact-us:before {
    display: none;
}

.event-section .contact-us label.form-check-label p {
    width: 290px;
}

.event-section .contact-us .form-check {
    width: 80%;
    padding-left: 0;
}

.event-section .contact-us label.form-check-label p {
    width: 100%;
    height: 50px;
    line-height: 31px;
}

.social-label {
    font-size: 20px;
}

.dropdown-menu {
    max-height: 400px;
    overflow: auto;
}

.dropdown-label {
    font-size: 18px;
}

.red-text {
    color: red;
}

.payment-card {
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.pay-button {
    background: #ffc107;
    border: none;
    width: 100%;
    height: 48px;
    border-radius: 5px;
}

.payment-card .pc-label {
    width: 80px;
    color: #8a8b97;
    display: block;
}

.drop-border {
    border: 1px solid #dedede;
    border-radius: 3px;
}

.screen24-25 .bigbtn-box {
    width: 700px;
    height: 700px;
}

.custom-button {
    width: 350px;
    text-align: center;
}

.fixed-bottom-d {
    position: absolute;
    right: 20px;
    bottom: 50px;
}

.custom-dropdown {
    width: 16rem;
}

/***********responsive***************/
@media (min-width: 1280px) {
    body {
        overflow-x: hidden;
    }

    .outer-div.second-circle {
        position: absolute;
        right: 0;
        top: 60px;
    }

}

@media (min-width: 768px) {
    .navbar-expand-md {
        padding: 15px 40px;
        background: #003b65;
    }
}

@media (min-width: 1280px) {
    .smallcircle-box {
        left: 55px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .rigt-sec-slide:after {
        position: absolute;
        content: "";
        background-image: url(../img/picture1.png);
        width: 100px;
        height: 100px;
        right: 0;
        bottom: 10px;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bg-gray:after {
        right: -20px;
    }

    .submit-button {
        margin: 10px 0 10px 0;
    }

    .slide-13 {
        padding: 40px !important;
    }

    .Register a {
        display: block;
    }

}

@media (max-width:1570px) {
    .outer-div {
        min-width: 830px;
    }

    .bigbtn-box {
        width: 700px;
        height: 700px;
        top: -240px;
        left: -119px;
    }

    .second-circle .bigbtn-box {
        right: -230px;
    }

    .outer-div.second-circle.center-box,
    .outer-div.second-circle.btm-box {
        right: -20%;
    }

    .form-section {
        overflow-x: clip;
    }
}

@media (max-width:1279px) {
    .bigbtn-box {
        width: 500px;
        height: 500px;
        top: -170px;
    }

    .bigbtn-box .desc {
        width: 310px;
    }

    .smallcircle-box {
        top: 320px;
        right: 200px;
    }

    .second-circle .bigbtn-box {
        width: 550px;
        height: 550px;
        top: -165px;
    }

    .second-circle .bigbtn-box .desc {
        width: 320px;
        margin: auto 0 auto 100px;
    }

    .outer-div.second-circle.btm-box .bigbtn-box,
    .outer-div.second-circle.center-box .bigbtn-box {
        width: 550px;
        height: 550px;
    }

    .screen24-25 .bigbtn-box {
        width: 700px;
        height: 700px;
    }
}

@media (max-width: 1199px) {
    .bigbtn-box {
        width: 290px;
        height: 290px;
        border-width: 2px;
    }

    .bigbtn-box .desc .button {
        font-size: 15px;
        padding: 14px 10px;
    }

    .bigbtn-box .desc {
        width: 200px;
    }

    .bigbtn-box .desc .txt {
        font-size: 14px;
    }

    .bigbtn-box:after {
        border-width: 0 30px 62px 30px;
        left: 12px;
    }

    .bigbtn-box:before {
        left: 12px;
        border-width: 0 36px 77px 32px;
    }

    .smallcircle-box {
        width: 290px;
        height: 290px;
        border-width: 2px;
    }

    .smallcircle-box .desc {
        width: 200px;
        padding: 0;
        margin-top: 50px;
        background: transparent;
    }

    .smallcircle-box .desc label {
        padding: 12px 15px;
        font-size: 16px;
        display: block;
        text-align: center;
    }

    .smallcircle-box .desc .txt {
        font-size: 13px;
    }

    .smallcircle-box .desc img {
        max-width: 120px;
        max-height: 120px;
        object-fit: cover;
        object-position: center;
    }

    .second-circle .bigbtn-box {
        width: 100%;
        height: auto;
        border-width: 2px;
        border-radius: 50px;
        padding: 30px;
    }

    .second-circle .bigbtn-box .desc {
        width: 100%;
    }

    .second-circle .bigbtn-box:after,
    .second-circle .bigbtn-box:before {
        display: none;
    }

    .col-md-6.third,
    .col-md-6.forth {
        position: unset;
    }

    .navbar-expand-md {
        padding: 15px;
    }

    .form-section [class*='col-'] {
        flex: unset;
        width: 100%;
        max-width: none;
    }

    .bigbtn-box {
        position: inherit;
        margin: auto auto 30px;
        left: auto;
        top: auto;
    }

    .smallcircle-box {
        position: inherit;
        top: auto;
        right: auto;
        margin: auto;
    }

    .form-section .col-md-7 {
        margin-bottom: 50px;
    }

    .form-section {
        padding: 60px 0;
    }

    .outer-div {
        min-width: inherit;
    }

    .outer-div.second-circle {
        display: block;
        padding: 0 15px;
    }

    .second-circle .bigbtn-box {
        width: 100%;
        height: auto;
        top: auto;
        position: inherit;
        left: auto;
        right: auto;
        display: flex;
        margin-top: 40px;
    }

    .second-circle .bigbtn-box .desc {
        margin: auto;
    }

    .circle-img {
        width: 500px;
        height: 500px;
    }

    .getstartagain-section .custom-form {
        padding-right: 0;
    }

    .payment-section .col-md-6 img {
        width: 100%;
        max-height: 264px;
        margin: 30px 0;
    }

    .coder-section .desc {
        width: 100%;
    }

    .coder-section .form {
        width: 100%;
        margin-bottom: 50px;
    }

    .coder-section {
        padding: 100px 0 0;
    }

    .messaging-section [class*='col-'] {
        flex: unset;
        width: 100%;
        max-width: none;
    }

    .messaging-section .circle-img {
        margin-bottom: 30px !important;
    }

    .outer-div.second-circle.top-box .bigbtn-box:after {
        right: 197px;
        transform: rotate(200deg);
        top: -40px;
        border-width: 0 40px 84px 40px;
    }

    .outer-div.second-circle.top-box .bigbtn-box:before {
        right: 194px;
        transform: rotate(200deg);
        top: -20px;
        border-width: 0 50px 84px 50px;
    }

    .blue-circle .bigbtn-box,
    .b-circle .bigbtn-box,
    .bl-c .bigbtn-box {
        top: 0;
        margin-bottom: 114px;
    }

    .bl-outr .button-field-mp {
        padding-bottom: 50px;
        text-align: center;
    }

    .blue-circle.new-check-mp {
        margin: 0;
        padding: 84px 83px 0;
    }

    .new-updated-box .form-check {
        margin: 0;
    }

    .blue-circle .bigbtn-box::after {
        left: 442px !important;
    }

    .secnd-box.inner-form-box.mt-100 {
        margin: 0;
    }

    .bl-c.new-updated-box .bigbtn-box:after {
        left: 429px;
    }

    .b-circle .bigbtn-box {
        left: 0;
        right: 0;
        margin: auto;
    }

    .blue-circle .new-check-mp {
        margin: 0;
        padding: 85px 100px;
    }

    .screen21 .outer-div {
        min-height: 430px;
    }

    .event-section .bigbtn-box:before {
        display: none;
    }

    .event-section .txt-new {
        font-size: 12px;
    }

    .event-section .contact-us label.form-check-label p {
        width: 100%;
    }

    .event-section .contact-us .form-check {
        width: 90%;
    }

    .outer-div.second-custom-circle {
        top: unset;
        margin: 0;
    }

    .screen24-25 .bigbtn-box {
        width: 500px;
        height: 500px;
    }

    .contact-us-right {
        border-right: 0;
        border-bottom: 1px solid #adb5bd;
    }
}

@media (max-width: 991px) {
    header ul li {
        padding: 0 !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 30px;
    }

    h2 {
        font-size: 36px
    }

    header ul li a {
        font-size: 12px;
    }

    header .navbar .navbar-brand img {
        max-width: 105px;
    }

    .getstart-section {
        padding: 60px 0;
    }

    .coder-section {
        padding: 60px 0 20px;
    }

    .coder-section .desc h4 {
        font-size: 34px;
    }

    .getstart-section [class*='col-'] {
        flex: unset;
        width: 100%;
        max-width: none;
        text-align: center;
    }

    .getstart-section .circle-img,
    .messaging-section .circle-img {
        margin: 20px auto 0;
    }

    .getstartagain-section [class*='col-'] {
        flex: unset;
        width: 100%;
        max-width: none;
    }

    .getstartagain-section .custom-form {
        padding: 0;
    }

    .getstartagain-section {
        background-size: cover;
        padding-bottom: 50px;
    }

    .getstartagain-section .desc {
        padding-top: 50px;
    }

    .getstartagain-section-p {
        background-size: cover;
        padding-bottom: 50px;
        background-image: none
    }

    .getstartagain-section-p .desc {
        padding-top: 50px;
        text-align: left;
        color: black
    }

    .getstartagain-section-p .desc h2 {
        color: black
    }

    .getstartagain-section .custom-form .form-label {
        color: #fff;
    }

    .getstartagain-section .custom-form small {
        color: #fff;
    }

    .getstart-page .navbar-expand-md .navbar-nav .nav-link {
        color: #fff;
        font-size: 18px;
    }

    .coder-section .col-md-12 {
        margin-bottom: 0;
    }

    .circle-img.messaging .desc h2 {
        width: 160px;
    }

    .container__main {
        flex-direction: column;
        padding: 0 15px;
    }

    .container__left {
        width: 100%;
        margin-right: 0;
        overflow: unset;
        margin-bottom: 24px;
        border-right: none;
    }

    .w-custom {
        width: 100%;
    }

    .container__middle__detail {
        flex-direction: column;
    }

    .container__middle {
        border-left: none;
        border-top: 1px solid #adb5bd;
        overflow: unset;
    }

    .payment-card-page header.fixed-top {
        background: #003b65;
        padding: 15px 0;
    }

    .outer-div.second-circle.first-circle,
    .first-circle .bigbtn-box {
        margin: 20px 0;
    }

    .about-img {
        width: 100%;
    }

    .round-section-outer.bg-custom {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 16px;
        border-radius: 5px;
        padding: 24px;
        width: auto;
        height: auto;
    }

    .pp-page.getstartagain-section {
        background-image: none;
    }

    .screen24-25 .bigbtn-box {
        width: auto;
        height: auto;
    }

    .screen24-25 .blue-circle .bigbtn-box {
        margin: 30px 0 20px;
    }

    .fixed-bottom-d {
        position: unset;
    }
}

@media (max-width: 768px) {

    .logo-sidescreen {
        width: 300px;
    }

    .container-sidescreen {
        width: auto !important;
    }

    footer {
        position: relative
    }

    .container__main {
        padding: 0 15px;
    }

    .container__left {
        min-width: 280px;
    }

    .normal__btn {
        padding: 15px 0;
        font-size: 16px;
    }

    .round-section-outer {
        min-width: 250px;
        width: 100%;
        border: 5px solid #003b65;
        border-radius: 5px;
        height: auto;
        position: relative;
        margin: 1rem;
    }

    .round-section-outer:before,
    .round-section-outer:after {
        display: none;
    }

    .round-section {
        width: 80%;
        margin: 30px auto;
        color: #003b65;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .first-circle.second-circle .bigbtn-box .desc {
        margin: 0;
    }

    .contact-us .form-check {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .contact-us label.form-check-label p {
        width: 100%;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h2 br {
        display: none;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    .navbar-toggler {
        padding: 0;
    }

    .navbar-toggler .fa {
        color: #cf9c43;
    }

    .navbar-collapse {
        background: #003b65;
    }

    .navbar-collapse li a {
        padding: 5px 10px !important;
        font-size: 16px;
    }

    header .phone-number {
        padding: 0 10px;
    }

    header .phone-number a {
        font-size: 20px;
        height: auto;
        margin-top: 10px;
    }

    header.fixed-top {
        background: #003b65;
        padding: 15px 0;
    }

    header .fa-angle-down {
        float: right;
    }

    .navbar-expand-md {
        padding: 10px 15px;
    }

    header .fa-bars:before {
        color: #fff;
    }

    footer ul {
        justify-content: center;
        text-align: center;
    }

    footer ul li {
        margin-bottom: 10px;
    }

    .match-screen hr {
        margin: 40px 0;
    }

    .mb0 {
        margin-bottom: 0 !important;
    }

    .getstart-page .navbar-expand-md .navbar-nav .nav-link {
        padding: 8px 0 8px !important;
        text-align: left;
    }

    .reffral-section {
        padding: 50px 0;
    }

    .reffral-section p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .diposit-section {
        padding: 60px 0;
    }

    .payment-section {
        padding: 60px 0;
    }

    .messaging-section {
        padding: 60px 0;
    }

    /* New */
    .blue-circle .new-check-mp {
        padding: 0;
    }

    .blue-circle .bigbtn-box {
        margin: 90px 0;
        border: none;
    }

    .new-updated-box .bigbtn-box:before,
    .new-updated-box .bigbtn-box:after {
        display: none;
    }

    .new-button-mp {
        text-align: center;
    }

    .new-button-mp .green-btn-mp {
        padding: 10px;
    }

    .b-circle .bigbtn-box {
        height: 400px;
    }

    section.slide-13 {
        padding: 50px 70px;
    }

    .contact-us:before {
        position: absolute;
        content: "";
        background: #eaeaea;
        width: 100%;
    }

    .contact-us form {
        margin: 0 0 30px 0;
        padding: 16px;
    }

    .contact-us .contact-left {
        padding: 30px 0;
    }

    .bg-gray:after {
        position: absolute;
        content: "";
        background-image: url(../img/picture1.png);
        right: 0;
        top: 0 !important;
    }

    .login-btn {
        margin-bottom: 10px;
    }

    .submit-button {
        margin: 10px 0 10px 0;
    }

    section.slide-13 {
        padding: 50px 40px;
    }

    .rigt-sec-slide:after {
        right: 0;
    }

    .reffral-card .re-left,
    .reffral-card .re-right {
        /* display: none; */
        padding-top: 20px;
        width: inherit;
        left: inherit;
        bottom: inherit;
        position: inherit;
    }

    .txt-new {
        font-size: 12px;
    }

    .con-btn {
        flex-direction: column;
        position: unset;
    }

    .screen21 .bigbtn-box,
    .screen21 .smallcircle-box {
        margin: 0;
    }

    .screen21 .con-p-content {
        margin-top: 10px;
    }

    .padding-bottom {
        padding-bottom: 1rem;
    }

    .margin-bottom {
        margin-bottom: 3rem;
    }
}

@media (max-width:640px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .button.big-btn {
        padding: 15px 10px;
        font-size: 16px;
    }

    .covid-outer .smallcircle-box .desc label {
        font-size: 15px;
    }

    .covid-outer .bigbtn-box .desc .txt {
        text-align: center;
    }

    .covid-outer .smallcircle-box .desc {
        margin: auto;
    }

    .covid-outer {
        padding-bottom: 0;
    }

    .getstart-section .circle-img .buttons a {
        padding: 15px;
    }

    .getstart-section .circle-img,
    .messaging-section .circle-img {
        width: 340px;
        height: 340px;
    }

    .getstart-section .circle-img .buttons {
        max-width: 220px;
    }

    .outer-div.second-circle.btm-box .bigbtn-box,
    .outer-div.second-circle.center-box .bigbtn-box {
        width: 100%;
        height: auto;
    }

    .outer-div.second-circle.btm-box .bigbtn-box .txt,
    .outer-div.second-circle.center-box .bigbtn-box .txt {
        font-size: 16px;
    }

    .outer-div.second-circle.center-box .bigbtn-box {
        top: auto;
        transform: inherit;
    }

    .container__main {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-small {
        width: 100%;
    }

    .venue-btn {
        width: 100%;
    }
}

@media (max-width: 415px) {
    section.slide-13 {
        padding: 50px 30px;
    }

    .rigt-sec-slide:after {
        right: -40px;
    }

    .ques-sec h4 {
        margin-top: 10px;
    }

    .custom-dropdown-menu {
        width: 256px;
    }

}

@media (max-width:374px) {

    .getstart-section .circle-img,
    .messaging-section .circle-img {
        width: 290px;
        height: 290px;
    }

    .getstart-section .circle-img .buttons {
        max-width: 200px;
    }
}

.navbar.scrolled {
    background-color: #003b65;
}

.about-us .main-text {
    font-weight: 300;
    text-align: center;
}

.email .main-text {
    font-weight: 200;
    text-align: center;
}

.email h1 {
    word-break: break-word;
}

.about-us {
    padding: 0rem 0;
}

.email .form-control {
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    /* border-color: transparent; */
    border-color: #003b65;

    border-radius: 20px 0 0 20px;
}

.email .form-control:focus {
    box-shadow: none;
    border-color: #003b65;
}

.email .btn {
    min-height: 50px;
    border-radius: 0 20px 20px 0;
    background: #003b65;
    color: #fff;
}

.btn-secondary {
    background-color: #003b65;
}

.secondary {
    background-color: #7eb559 !important;
}

.light-blue {
    background-color: #28477E !important;
}

.center-btn .button:hover {
    background-color: #7eb559 !important;
    border: solid 1px #7eb559 !important;
}

.center-btn {
    display: flex;
    justify-content: center;
}



.faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

.faq-nav .nav-link {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 16px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #616161;
    transition: background-color 0.2s ease;
}

.faq-nav .nav-link:hover {
    background-color: #f6f6f6;
}

.faq-nav .nav-link.active {
    background-color: #f6f6f6;
    font-weight: 700;
    color: rgba(0, 0, 0, .87);
}

.faq-nav .nav-link:last-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 0;
}

.faq-nav .nav-link i.mdi {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
}

.tab-content {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

.tab-content .card {
    border-radius: 0;
}

.tab-content .card-header {
    padding: 15px 16px;
    border-radius: 0;
    background-color: #f6f6f6;
}

.tab-content .card-header h5 {
    margin: 0;
}

.tab-content .card-header h5 button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    font-weight: 700;
    color: rgba(0, 0, 0, .87);
    text-align: left;
    white-space: normal;
}

.tab-content .card-header h5 button:hover,
.tab-content .card-header h5 button:focus,
.tab-content .card-header h5 button:active,
.tab-content .card-header h5 button:hover:active {
    text-decoration: none;
}

.tab-content .card-body p {
    color: #616161;
}

.tab-content .card-body p:last-of-type {
    margin: 0;
}

.accordion>.card:not(:first-child) {
    border-top: 0;
}

.collapse.show .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

.chat-app .people-list {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 7
}

.chat-app .chat {
    margin-left: 280px;
    border-left: 1px solid #eaeaea
}

.people-list {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.people-list .chat-list li {
    padding: 10px 15px;
    list-style: none;
    border-radius: 3px
}

.people-list .chat-list li:hover {
    background: #efefef;
    cursor: pointer
}

.people-list .chat-list li.active {
    background: #efefef
}

.people-list .chat-list li .name {
    font-size: 15px
}

.people-list .chat-list img {
    width: 45px;
    border-radius: 50%
}

.people-list img {
    float: left;
    border-radius: 50%
}

.people-list .about {
    float: left;
    padding-left: 8px
}

.people-list .status {
    color: #999;
    font-size: 13px
}

.chat .chat-header {
    padding: 15px 20px;
    border-bottom: 2px solid #f4f7f6
}

.chat .chat-header img {
    float: left;
    border-radius: 40px;
    width: 40px
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px
}

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #fff
}

.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px
}

.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px
}

.chat .chat-history .message {
    color: #444;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative;
    max-width: 330px;
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .my-message {
    background: #efefef
}

.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #efefef;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .other-message {
    background: #e8f1f3;
    text-align: right
}

.chat .chat-history .other-message:after {
    border-bottom-color: #e8f1f3;
    left: 80%
}

.chat .chat-message {
    padding: 20px
}

.online,
.offline,
.me {
    margin-right: 2px;
    font-size: 8px;
    vertical-align: middle
}

.online {
    color: #86c541
}

.offline {
    color: #e47297
}

.me {
    color: #1d8ecd
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.custom-tooltip {
    position: relative;
    display: inline-block;
}

.custom-tooltip .custom-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.custom-tooltip:hover .custom-tooltiptext {
    visibility: visible;
}

.custom-tooltip .custom-tooltiptext {
    width: 340px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.field-icon {
    position: absolute;
    right: 16px;
    top: 36%;
    transform: translateY(-50%);
    font-size: larger;
}

.alert {
    z-index: 10;
}

.notification:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: red;
    top: -5px;
    right: -5px;
    border-radius: 50%;
}

.text-transform-none {
    text-transform: none;
}

#terms-error {
    display: block;
}

.disable-hover:hover {
    border: 1px solid #003b65;
    background: #003b65;
    color: #fff;
    cursor: unset;
}

.disable-hover-green:hover {
    background: #7eb559;
    color: #fff;
    border-color: #7eb559;
    cursor: unset;
}

.disable-shadow {
    box-shadow: unset;
}

.iti__selected-flag {
    max-height: 40px;
}

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

.font-22 {
    font-size: 22px;
}


.font-36 {
    font-size: 36px;
}

.link-color {
    color: #7eb559;
}

.link-color:hover {
    color: #003b65;
}

.about-us-link-price {
    color: #7eb559;
    text-decoration: underline;
}

.about-us-link-price:hover {
    color: #003b65;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .chat-app .people-list {
        height: 465px;
        width: 100%;
        overflow-x: auto;
        background: #fff;
        left: -400px;
        display: none
    }

    .chat-app .people-list.open {
        left: 0
    }

    .chat-app .chat {
        margin: 0
    }

    .chat-app .chat .chat-header {
        border-radius: 0.55rem 0.55rem 0 0
    }

    .chat-app .chat-history {
        height: 300px;
        overflow-x: auto
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .chat-app .chat-list {
        height: 650px;
        overflow-x: auto
    }

    .chat-app .chat-history {
        height: 600px;
        overflow-x: auto
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .chat-app .chat-list {
        height: 480px;
        overflow-x: auto
    }

    .chat-app .chat-history {
        height: calc(100vh - 350px);
        overflow-x: auto
    }
}

.dropdown-menu>a {
    padding: 25px 35px;
}

#pricing-referral-rewards-nav {
    position: relative;
    font-size: 17px !important;
    background: green;
}

.form-horizontal .form-group label {
    min-width: 130px;
    max-width: 500px;
    font-size: 17px;
}

.form-horizontal .form-group .cus_label {
    min-width: 100px !important;
    max-width: 100px !important;
}

.ref-wrap {
    color: #7eb559;
    /* min-width: 230px;
    max-width: 230px; */
}

#Referral {
    border-color: #7eb559;
}

.btn-wrap {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-wrap button {
    margin: 0 auto;
    width: 320px;
}

.btn-wrap small {
    color: #003b65;
    line-height: normal;
    margin-bottom: 6px;
}

.form-horizontal input.form-control,
.form-horizontal select.form-control {
    height: 32px;
    font-size: 14px;
}

.form-horizontal input.form-control::placeholder,
.form-horizontal select.form-control {
    font-size: 14px;
}

.form-horizontal select.form-control {
    padding: 0 16px;
}

@media only screen and (min-width: 300px) and (max-width: 992px) {
    .form-section .col-md-7 {
        margin-bottom: 110px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 460px) {
    .form-section .col-md-7 {
        margin-bottom: 180px;
    }
}


.h-captcha iframe {
    width: 100% !important;
}

.discount-image {
    z-index: 9;
    margin-bottom: -50px;
    position: relative;
    "

}

.discount-image-size {
    min-height: 400px;
    max-height: 500px;
    width: 100%;
}



@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .responsive-text {
        margin-bottom: 85px;
    }
}

@media only screen and (min-width: 310px) and (max-width: 330px) {
    .responsive-text {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}