@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

@font-face {
font-family: 'regina_blacksolid';
src: url('../fonts/reginablack-solid-webfont.woff2') format('woff2'),
url('../fonts/reginablack-solid-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
background: #ffffff;
line-height: 26px;
font-size: 16px;
font-family: "Instrument Sans", serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
color: #000000;
padding:0px !important;
}
body.modal-open {
padding-right: 0px !important;
}
body, html{
overflow-x:hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
nav ul {
list-style: none;
}
html * {
outline: none !important;
}
ol, ul, li {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
a {
color:#43B3AE;
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none;
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
a:hover, a:focus {
cursor: pointer !important;
text-decoration: none;
color:#000000 ;
}
img {
display: block;
max-width: 100%;
height: auto;
}
strong {
font-weight: 700;
}
em, i {
font-style: italic;
}
small {
font-size: 12px;
line-height: 16px;
}
ul {
margin: 0;
padding: 0 0 20px 0;
list-style-type: none;
}
ul li {
background: url(../images/list-icon.png) no-repeat 0 8px;
padding: 0 0 12px 25px;
}
h1,h2{
font-family: "Instrument Sans", serif;
font-weight:400;
}
h3, h4, h5, h6 {
font-family: "Instrument Sans", serif;
font-weight:400;
}
p {
padding: 0;
}
p:empty {
display: none !important;
}
/* change colours to suit your needs */
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
/* change colours to suit your needs */
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}
outline {
border: 0;
}
textarea {
outline: none;
resize: none;
}
input[type="submit"], input[type="button"], input[type="reset"] {
cursor: pointer;
outline: none;
font-family: "Instrument Sans", serif;
transition:all 400ms linear;
}
button[disabled], input[disabled], submit[disabled] {
cursor: default;
}
.clear {
clear: both;
line-height: 0;
font-size: 0;
}
.wrapper {
margin: 0 auto;
}
.parallax {
background-attachment: fixed;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
.container{
max-width:1400px;
margin-right: auto !important;
margin-left: auto !important;
}
.form-control:focus, .form-select:focus {
border-color: #F38A01;
outline: 0;
box-shadow: none;
}
.form-control:disabled {
background-color: #E9E9E9 !important;
opacity: 1;
border-color:#BDBDBD !important;
color:#4E4E4E !important;
}
/*************general*******************/
.btn{
display:inline-block;
padding:16px;
margin:0;
border-radius: 20px;
border:none;
font-family: "Instrument Sans", serif;
font-size: 16px;
line-height:20px;
font-weight:600;
white-space: nowrap;
text-align: center;
text-transform: capitalize;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
width:100%;
box-shadow:none;
max-width: 230px;
}
.btn-sm{
font-size: 13px;
}
.btn-primary{
color: #ffffff;
background: #43B3AE;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:checked+.btn, .btn-primary.active, .btn-primary.show, 
.btn-primary:first-child:active, :not(.btn-btn-primary)+.btn:active {
background: #088984;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
color: #ffffff;
}
.createAccount{
padding:18px;
}
/* .lftImg, .lftImgOTP{ */
/* overflow:hidden; */
/* } */
.lftImg img {
object-fit: cover;
object-position: center;
border-radius:20px;
}
.lftImgOTP img {
object-fit: cover;
object-position: top;
border-radius:20px;
}
.formHdr h1{
color:#090119;
font-size: 40px;
font-weight: 600;
line-height: 45px;
}
.formHdr h6{
color: #676767;
font-size: 24px;
font-weight: 400;
line-height: 28px;
}
.form-label{
color: #676767;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 25px;
/* text-transform: capitalize; */
}
.form-check-label {
color: #9C9C9C;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px;
text-transform: capitalize;
}
.form-control, .form-select{
padding:0 20px;
height:50px;
border-radius: 8px;
background: rgba(67, 179, 174, 0.10);
border:none;
color: #414141;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px;
transition: background 0.10s;
appearance: none;
-webkit-appearance: none;
}
form textarea.form-control {
height: 120px;
padding: 20px;
}
.form-control:focus {
color: #000000;
background: rgba(67, 179, 174, 0.11);
outline: 0;
box-shadow:none;
}
.form-control::placeholder {
  color: #414141;
}
.password_box {
position: relative;
}
span.passEye {
position: absolute;
right: 15px;
top: 13px;
cursor:pointer;
}
.OTPtime, .OTPtxt{
color: #9C9C9C;
}
.wrap-price {
background: rgba(32, 33, 36, .1);
padding: 20px;
border-radius: 8px;
border:1px solid;
}
.wrap-price.lite_box{
border-color:#43B3AE;
background: linear-gradient(318deg, rgba(67, 179, 174, 0.20) 2.43%, rgba(245, 255, 255, 0.20) 98.9%);
}
.wrap-price.pro_box{
border-color:#FFCD04;
background: linear-gradient(282deg, rgba(192, 126, 34, 0.10) 0%, rgba(255, 205, 4, 0.10) 98.95%);
}
.detail-pricing {
border-bottom: 1px solid;

}
.price-innerdetail h5{
color:#43B3AE;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 44px;
text-transform: capitalize;
margin-bottom:0px;
}
.price-innerdetail h5 span{
font-size: 30px;
}
.wrap-price.lite_box .price-innerdetail h5{
color:#43B3AE;
}
.wrap-price.pro_box .price-innerdetail h5{
background: var(--gold, linear-gradient(282deg, #FFCD04 0%, #C07E22 98.95%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.price-innerdetail p.prices{
color: #676767;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 14px;
}
.price-innerdetail ul{
font-size: 16px;
line-height:20px;
color: #515151;
font-weight:400;
min-height: 170px;
}
.price-innerdetail ul li {
background: url(../images/mdi_sparkles.svg) no-repeat top left;
text-align: left;
padding: 0 0 10px 38px;
}
.wrap-price.pro_box .price-innerdetail ul li {
background: url(../images/mdi_sparkles-gold.svg) no-repeat top left;
}
.detail-pricing {
border: 1px dashed #8A8599;

border-radius: 8px;
margin-bottom: 20px;
}
.detail-pricing span {
color: #43B3AE;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 34px;
text-transform: lowercase;
display: flex;
align-items: center;
justify-content: center;
}
.wrap-price.pro_box .detail-pricing span{
background: var(--gold, linear-gradient(282deg, #FFCD04 0%, #C07E22 98.95%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.detail-pricing span sup {
font-size: 20px;
font-weight: 700;
top: 1px;
line-height: 24px;
margin-right: 8px;
}
.wrap-price.pro_box .detail-pricing span sup {
background: var(--gold, linear-gradient(282deg, #FFCD04 0%, #C07E22 98.95%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;	
}
.detail-pricing span em {
font-size: 20px;
color: #515151;
font-style: normal;
line-height: 24px;
vertical-align: middle;
display: inline-block;
font-weight: 500;
margin-left: 3px;
text-align: left;
-webkit-text-fill-color: #515151;
}
.detail-pricing span sub {
bottom: 0;
display: block;
font-size: 12px;
color: #8F8F8F;
line-height: 17px;
text-align: left;
-webkit-text-fill-color: #8F8F8F;
}
.rgtContentPlan h4.label{
color: #676767;
font-size: 20px;
font-weight: 500;
line-height: 24px;
}
.custom-file-upload input[type="file"] {
display: none;
}

.custom-file-upload {
border-radius: 8px;
border: 2px dashed #BCBCBC;
background: rgba(185, 185, 185, 0.15);
cursor: pointer;
display: flex;
width: 140px;
height: 140px;
justify-content: center;
align-items: center;
}
.quote-imgs-thumbs {
display: flex;
flex-wrap: wrap;
}
.quote-imgs-thumbs--hidden {
display: none;
}
.preview-item {
  position: relative;
  display: inline-block;
  
}
.img-preview-thumb {
border-radius: 8px;
border: 2px dashed #BCBCBC;
background: rgba(185, 185, 185, 0.15);
display: flex;
width: 140px;
height: 140px;
justify-content: center;
align-items: center;
margin: 5px;
padding: 10px;
object-fit: cover;
}
.upload_multiple_imgs .custom-file-upload{
margin:5px;
}

.preview-item .text-truncate {
margin: 10px 5px 5px auto;
text-align: center;
width: 130px;

font-size: 12px;
line-height: 13px;
min-height: 30px;
}
.form-switch .form-check-input {
width: 2.4em;
height: 1.3em;
}
.form-check-input:checked {
background-color: #43B3AE;
border-color: #43B3AE;
}
.form-check-input:focus {
border-color: rgba(0,0,0,.25);
outline: 0;
box-shadow: none;
}
.modal-header {
align-items: flex-start;
}
.modal-header h6{
color: #9F9F9F;
text-align: left;
font-size: 12px;
font-weight: 400;
line-height: 16px;
}
.modal-header h1{
color: #494949;
text-align: left;
font-size: 30px;
font-weight: 700;
line-height: 34px;
}
.modal-header h5{
color: #7C7C7C;
text-align: left;
font-size: 12px;
font-weight: 600;
line-height: 16px;
}
.modal-body h6{
color: #494949;
font-size: 16px;
font-weight: 700;
line-height: 20px;
}
.modal-body p{
color: #494949;
font-size: 12px;
font-weight: 400;
line-height: 18px;
}
button.btn-close {
position: absolute;
right: 20px;
top: 20px;
color: #3b1c81;
background: url(../images/close_btn.svg) no-repeat top left;
width: 36px;
height: 36px;
opacity: 1;
padding: 0 !important;
}
.btn-close:focus {
outline: 0;
box-shadow: none;
opacity: 1;
}
.modal-footer{
border:none;
}
.ms-dd .ms-dd-header {
border: none;
}
.ms-dd{
width:100%;
background: transparent;
}
.ms-dd .ms-list-option.option-selected {
background: #eaf8f7;
border: none;
border-radius: 8px;
font-size: 14px;
line-height: 50px;
font-weight: 400;
padding: 0 20px;
height: 50px;
color: #9BB2B1;
}
.ms-dd ul .ms-list-option.option-selected {
color: #757575;
padding: 5px 10px;
font-size: 18px;
line-height: 28px;
background: #f2f2f2;
height: auto;
border-radius: 0;
border-bottom: 1px solid #ddd;
}
.ms-dd .ms-list-option:hover, .ms-dd .ms-optgroup ul .ms-list-option:hover {
background: #f2f2f2;
color: #757575;
}
.ms-dd .ms-options {
background: #fff;
border: none;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.27);
padding: 10px;
border-radius: 12px;
}
.ms-dd .ms-list-option, .ms-dd .ms-optgroup ul .ms-list-option {
border-bottom: 1px solid #ddd;
color: #757575;
padding: 5px 10px;
font-size: 18px;
line-height: 28px;
}
.ms-dd .ms-dd-option-image{
margin-right: 12px;
width: 31px;
vertical-align: middle;
}
.ms-dd .ms-dd-arrow.ms-dd-pointer-down {
border: 8px solid transparent;
border-top-color: #787878;
border-radius: 5px;
}
.custom-tooltip {
background: transparent;
}
.custom-tooltip .tooltip-inner{
background: #ffffff;
padding:17px;
font-size: 12px;
font-weight: 400;
line-height: 16px;
letter-spacing: -0.12px;
text-transform: capitalize;
color:#090119;
text-align:left;
border-radius: 16px;
box-shadow:0px 0px 8px rgba(0, 0, 0, 0.25);
max-width: 300px;
}
.custom-tooltip .tooltip-inner h6{
color: #43B3AE;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px;
letter-spacing: -0.12px;
text-transform: capitalize;
margin-bottom:5px;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before{
border-top-color:#fff;
}
.tooltip.show {
opacity: 1;
}
.upload_files .custom-file-upload {
width: 100%;
flex-direction: column;
}
.upload_files {
color: #9BB2B1;
font-size: 12px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0.12px;
}
.upload_files strong{
font-size: 15px;
font-weight: 600;
line-height: 16px;
letter-spacing: 0.15px;
}
.appModal .modal-body{
background: url(../images/bee_bck.svg) no-repeat top left;
padding: 40px;
color: #797979;
font-size: 20px;
font-weight: 500;
line-height: 27px;
}
.appModal h2{
color:#303030;
font-size: 40px;
font-weight: 700;
line-height: 50px;
}
.appModal .modal-dialog{
max-width:620px;
}
a.btn.btn-gold{
border-radius: 20px;
background:linear-gradient(282deg, #FFCD04 0%, #C07E22 98.95%);
padding: 15px 17px;
color:#FFF;
font-size: 19px;
font-weight: 700;
line-height: 24px;
text-transform: capitalize;
}
.appModal a{
color: #8A8599;
}
#range-slider {
background: linear-gradient(to right, #43B3AE 0%, #43B3AE 50%, #F1F5F9 50%, #F1F5F9 100%);
border: none;
border-radius: 8px;
height: 7px;
width: 100%;
outline: none;
transition: background 450ms ease-in;
-webkit-appearance: none;
}
input[type='range']::-webkit-slider-thumb {
-webkit-appearance: none;
background: #43B3AE;
width:20px;
height:20px;
border-radius:50%;
border:5px solid #ffffff;
outline:2px solid #43B3AE;
cursor:pointer;
}

.radioContainer {
  display: block;
  position: relative;
  padding: 12px 12px 12px 12px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radioCheckmark {
    position: absolute;
    top: 50%;
    left: 10px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid #AAAAAA;
    transform: translateY(-50%);
}

.radioCheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */


/* Style the indicator (dot/circle) */
.radioContainer .radioCheckmark:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 12px;
    width: 12px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.radioContainer input:checked ~ .radioCheckmark {
    border: 3px solid #43B3AE;
}
.radioContainer input:checked ~ .radioCheckmark:after {
  background: #43B3AE;
}
.onboardBuisnessModal .modal-content{
background: linear-gradient(180deg, #43B3AE -18.77%, rgba(80, 67, 179, 0.54) 195.56%), #FFF;
border-radius: 20px;	
}

.onboardBuisnessModal .modal-body {
background: url(../images/modalbck.svg) no-repeat top left;
padding: 30px;
color: #797979;
font-size: 20px;
font-weight: 500;
line-height: 27px;
border-radius: 20px;
overflow:hidden;
}
.onboardBuisnessModal h2{
color:#FFF;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom:20px;
}
.onboardBuisnessModal .modal-body p{
color:#FFFFFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.onboardBuisnessModal .modal-body strong {
color:#FFFFFF;
font-size: 16px;
line-height: 24px;
}
.onboardBuisnessModal .btn-primary{
border-radius: 20px;
background: #FFFFFF;
color:#43B3AE;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 28px;
text-transform: capitalize;
}
.onboardBuisnessModal img.beeImg {
margin-left: 25px;
display: block;
margin-top: 50px;
transform: scale(1.2);
}
.phone-input {
display: flex;
align-items: center;
overflow: hidden;
}

.country-code {
padding:0 20px 0 12px;
height: 50px;
border-radius: 8px;
background-color: rgba(67, 179, 174, 0.10);
border: none;
color: #414141;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px;
transition: background 0.10s;
appearance: none;
-webkit-appearance: none;
outline: none;
margin-right: 12px;
appearance: none;
-webkit-appearance: none;
background-image: url(../images/select_arrow.svg);
background-repeat: no-repeat;
background-position: right 12px center;
cursor: pointer;
}

.phone-number {
border: none;
padding: 10px 12px;
flex: 1;
font-size: 14px;
outline: none;
}



/******************Responsive****************/
@media screen and (max-width:1300px){

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

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

}
@media screen and (max-width: 1050px){
.col-md-6.lftPlan{
display: none;
}
.col-md-6.rgtPlan {
width: 100%;
}
.rgtPlan button.btn.btn-primary {
margin:15px auto 0 auto;
}
}
@media screen and (max-width: 960px){
.modal-dialog{
max-width:95%;
}

}
@media screen and (max-width: 850px){
.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, 
.vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, 
.vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, 
.vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, 
.vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, 
.vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, 
.vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, 
.vc_col-xs-8, .vc_col-xs-9{
width:100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
.createAccount .col-6 {
width: 100%;
}
.createAccount > .container-fluid > .row {
flex-direction: column-reverse;
}
.rgtContent.px-5 {
padding: 0 !important;
margin-bottom: 40px;
}
.wrap-price.lite_box{
margin-bottom: 20px;
}
}
@media screen and (max-width: 767px){


img.alignleft{
float:none;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
margin-top:20px;
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
margin-top:20px;
margin-bottom:20px;
}
img.alignright{
float:none;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
margin-top:20px;
}
.ps-4.sm-ps-0 {
padding-left: 15px !important;
padding-right:15px !important;
}
.onboardBuisnessModal img.beeImg {
margin-left: 0;
display: block;
margin-top: 0;
transform: scale(1);
margin-top: 20px;
}
.lftImg.resize_imgbnr,  .resize_imgbnr, .profileImg{
display: none;
}
.form-label {
font-size: 16px;
line-height: 23px;
}
.formHdr h1 {
font-size: 30px;
line-height: 35px;
}
.formHdr h6 {
font-size: 18px;
line-height: 22px;
}
.formHdr .lftLogo {
width: 50px;
display: inline-block;
}
.formHdr .rgtHdng {
width: calc(100% - 50px);
display: inline-block;
}
.rgtContent.p-5.rgtContentPlan {
padding: 20px !important;
}
}
@media screen and (max-width: 600px){
.onboardBuisnessModal h2 {
font-size: 24px;
text-align: center;
}
.formHdr h1 {
font-size: 22px;
line-height: 24px;
}
}
@media only screen and (max-device-width: 568px) and (orientation : landscape) {

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


}