
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

input:focus {
    outline: none !important;
}
button:focus {outline:0 !important;}
.section-form-size-16 .highlight.highlight-large{
    font-size: 16px;
    font-weight: 600 !important;
    margin: 0;
}
.section-form-size-16 #contact-form .m-b-30{
    margin-bottom: 24px !important;
}
select{
    background-image: url(../images/down-arrow.png) !important;
    background-position: right 10px center !important;
    background-size: 15px;
    cursor: pointer;
}
#error-email-validate{
    position: absolute;
    bottom: -27px;
    left: 0px;
    color: #ff4d4f;
    font-size: 14px;
    margin: 0;
}
@media (min-width: 1025px) {
    
    .decoration_desktop {
        display: block;        
    }
    
    .decoration_pad_portrait {
        display: none;                
    }
    
    .decoration_pad {
        display: none;        
    }
    
    .decoration_mobile {
        display: none;        
    }
}

@media (min-width: 769px) and (max-width:1024px) {
    
    .decoration_desktop {
        display: none;        
    }
    
    .decoration_pad_portrait {
        display: none;                
    }
    
    .decoration_pad {
        display: block;     
    }
    
    .decoration_mobile {
        display: none;        
    }
}

@media (max-width: 768px) {

    .decoration_desktop {
        display: none;        
    }
    
    .decoration_pad_portrait {
        display: block;                
    }    

    .decoration_pad {
        display: none;        
    }

    .decoration_mobile {
        display: block;        
    }    
}

.text-theme { color: #02b13f !important; }

@media (max-width: 991px) {
    #header #logo {
        top: 11px;
        width: 100px;
    }    
}

#logo_green {
    display: none;
}

#logo_white {
    display: block !important;
}

.header-sticky #logo a.logo_white_link, .header-sticky #logo a.logo_white_link img {
    display: none !important;
}

.header-sticky #logo a.logo_green_link, .header-sticky #logo a.logo_green_link img {
    display: block !important;
}

.mainMenu-open #logo a.logo_white_link, .mainMenu-open #logo a.logo_white_link #logo_white {
    display: none !important;
}

.mainMenu-open #logo a.logo_green_link, .mainMenu-open #logo a.logo_green_link #logo_green {
    /* margin-top: 6px;
    margin-left: -5px; */
    display: block !important;
}

.white_border_color {
    border-color: #fff !important;
}

.caption_title h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 0;
}

.caption_title h4 {
    font-size: 18px;	
    font-weight: 400; 
    line-height: 1.4;
    letter-spacing: 0;    
}

.small-letter-space {
    letter-spacing: 1px !important;
}

.content-info__item {
    box-sizing: border-box;
    width: 330px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 17.5px;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0px 10px 16px -8px rgba(0,0,0,0.2);
}

.theme_color {
    background-color:#a0a2a1;    
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.accountInput {
    margin-top: 30px;
    background-color: #fff;
    width: 295px;
    height: 120px;
    border-radius: 4px;
}

.btn-green:hover {
    border: 2px solid #58b792 !important;
    color: white !important;
    background-color: #58b792 !important;
    font-size: 14px !important;
}

.btn-green {
    border: 2px solid #02B13F !important;
    color: white !important;
    background-color: #02B13F !important;
    font-size: 14px !important;    
}

a.reset_password {
    text-decoration: underline;
    color: gray;    
}

a.reset_password:hover {
    text-decoration: none;
    color: gray !important;
}

a.link_style1 {
    text-decoration: underline;
    color: #02B13F !important;
}

a.link_style1:hover {
    text-decoration: none;
    color: #02B13F !important;
}


.form-check-input {
    position: absolute;
    margin-top: 6px;
    margin-left: -1.25rem;
}

.button_style1 {
	padding: 13px 20px;
	background-color: #1abc9c;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	line-height: 100%;
	text-align: center;
	font-family: "Noto Sans TC", "Open Sans", -apple-system, "Microsoft JhengHei", '微軟正黑體', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	display: inline-block;
	cursor: pointer;
}

button.button_style1 {
	padding: 13px 20px;
	background-color: #1abc9c;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	line-height: 100%;
	text-align: center;
	font-family:  "Noto Sans TC", "Open Sans", -apple-system, "Microsoft JhengHei", '微軟正黑體', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	display: inline-block;
	cursor: pointer;
}

.button_style1:visited {
	background-color: #3bbaa1;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
}

.button_style1:hover {
	background-color: #029e81 !important;
	border-color: #029e81 !important;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff !important;
	-webkit-transition: 0.5s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
	
button.button_style1:hover {
	background-color: #029e81 !important;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff !important;
	-webkit-transition: 0.5s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
	
	
.button_style1:active {
	background-color: #17a98c;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
}

.button_style1:disabled {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff !important;
    color: #898e99 !important;
    border: 1px solid #eee !important;
}
.button_style1:hover:disabled {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fcf9fc !important;
    color: #898e99 !important;
}

.button_apple_login {
    background-color: black !important;
    color: white !important;
    margin-left: 0 !important;
    text-transform: initial !important;
    margin-top: 10px !important;
    display: none !important;
}

.card_style1 {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2), 0 2px 4px 0 rgba(0,0,0,.1);
    border-radius: 6px;
    overflow: hidden;
    padding: 20px;
    min-height: 345px;
}


@media (max-width: 767px) {
    .card_style1 .inner_text {
        font-size: 16px;
    }
}

.title_style1 {
    font-size: 20px; 
    font-weight: 700;
    color: #3bbaa1;
    text-align: left;
}

.title_style2 {
    font-size: 18px; 
    font-weight: normal;
    color: #3bbaa1;
    text-align: left;
}

.title_style3 {
    font-size: 16px; 
    font-weight: normal;
    color: #959796;
    text-align: left;
}

.title_style4 {
    font-size: 18px; 
    font-weight: normal;
    color: #959796;
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

.intro_pic_style1 {
    width: 60px;
    height: 60px;
}

.intro_pic_style2 {
    width: 72px;
    height: 60px;
}

.section_title {
    font-size: 53px !important;
    font-weight: bold !important;
}
.section_title_medium {
    font-size: 40px !important;
    font-weight: bold !important;
}
.section_title_medium_large {
    font-size: 48px !important;
    font-weight: bold !important;
}

.section_subtitle {
    font-size: 14px !important;
    font-weight: normal !important;    
}

a.link_type_1 {
    font-weight: bold;
    text-decoration: none;
}

a.link_type_1:hover {
    text-decoration: underline !important;
}

.style1 {
    letter-spacing: 0 !important;
    font-weight: bold !important;
}

.grecaptcha-badge {
    display: none !important;
}

.form-message.error {
    color: #9e0202;
}


.lds-ring {
    top: -18px;
    transform: scale(0.35);
    display: inline-block;
    position: relative;
    width: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

#info-btn a {
    text-transform: none !important;
}

#mainMenu nav > ul > li > a { 
    text-transform: none !important;   
	font-size: 14px;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.text-green {
	color: #2ecc87 !important;
}

.text-dark {
	color: #333;
}

.text-light-#3C3C3C {
	color: #666;
}

a.button_green {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #2ecc87;
	border: solid 1px #2ecc87;
	padding: 16px 30px;
	border-radius: 6px;
	letter-spacing: 1px;
}

a.button_green:hover {
	color: #fff !important;
	background-color: #009a5a;
	border: solid 1px #009a5a;
}

.lead {
	font-size: 18px;
    line-height: 33px;
}

.btn-main-theme {
    color: #fff;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 12px;
    text-transform: none !important;
}

.btn-outline-main-theme {
    color: #02b13f !important;
    background-color: #fff !important;
    border-color: #02b13f !important;
    border-radius: 12px !important;
    padding: 12 16px !important;
    font-size: 12px;
    text-transform: none !important;
}

.how_it_works_pic {
	width: 100%;
	text-align: center;
}

.how_it_works_text {
    font-size: 18px;
}

.solution_pic {
	width: 100%;
	text-align: center;
}

.solution_title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;    
    color: #000;    
}

.solution_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: gray;
}

.select-lang-btn {
	font-size: 14px !important;
}

.qrcode-btn {
    height: 69px;
    border-radius: 5px;
    border: solid 5px #fff;
    background-color: #03b240;
    padding: 5px 14px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}

.qrcode-btn:hover {
    color: #fff !important;
}

@media (min-width: 1025px){
	.big_title {
		color: #3C3C3C;
		font-weight: bold;
	    letter-spacing: 0px;
	    line-height: normal;
		font-size: 65px;
		margin-top: 125px;
	}
}

@media (min-width: 769px) and (max-width:1024px) {
    .big_title {
		color: #3C3C3C;
		font-weight: bold;
	    line-height: 1.1;
	    letter-spacing: 0px;
	    
        font-size: 32px;
		margin-top: 110px;
    }    
}

@media (max-width: 768px) {    
    .big_title {
		color: #3C3C3C;
		font-weight: bold;
	    line-height: 1.1;
	    letter-spacing: 0px;
	    
		text-align: center;
		font-size: 26px;
		margin-top: 30px !important;
		margin-bottom: 10px !important;
    }
}

.home_header_img {
	width: 100%;
}

h3.lead {
	letter-spacing: 0px;
}

.start-btn {
	text-align: left;
}

.box-how-it-works {
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 15px;    
    background: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    height: 100%;
}

@media (min-width:769px) and (max-width:1024px) {
    /* height: 330px;	 */
}

@media (max-width:768px) {	
    /* height: 330px;	 */
}

.home_header_img {
	margin-top: 10px;
	width: 100%;
}

@media (max-width: 768px) {	
	h3.lead {
		font-size: 15px;
		text-align: center;
		letter-spacing: 0px;
	}

	.home_header_img {
		margin-top: 50px;
		width: 100%;
	}
	
	.start-btn {
		text-align: center;
	}
}

.language_icon {
	width: 18px;
	display: inline-block;
    margin-top: -3px;	
    margin-right: -10px;
}

@media (max-width: 768px) {
	.language_icon {	
		display: none;	
	}
}

.spotlight-section {
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}

.spotlight-box {
	display: inline-block;
	font-size: 20px;
	margin-left: 20px;
	font-weight: bold;
}

.spotlight-box img {
	width: 22px;
}

@media (max-width: 768px) {	
	.spotlight-section {
		text-align: left;
	}	

	.spotlight-box {
		text-align: left;
		margin-bottom: 20px;
	}		
}

h2.title-text {
	letter-spacing: 0;
	font-weight: bold;
}

.column-reverse {
    direction: rtl;
}

@media (max-width: 768px) {	
	.column-reverse {
	    direction: ltr;
	}
}

.column-forward {
	direction: ltr;
}

.btn-start {
	padding: 16px !important;
	font-size: 16px !important;
}

h1.section-title {
	letter-spacing: 0px;
	font-size: 40px;
	font-weight: bold;
}

.code-input-content {
    display: flex;
    flex-direction: column;
    justify-self: start;
    align-items: start;
}

.code-input-div {
    border-radius: 15px;
    border: solid 5px #03b240;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding: 5px 15px 10px 15px;
}

.code-input-text {
    font-weight: 900;
    color: #03b240;
    font-size: 51px;
    margin-bottom: 0px !important;
}

#pinchat-code {
    font-weight: 900;
    color: #03b240;
    font-size: 51px;
    border: 0px;
    width: 100%;
    padding: 0;
    line-height: 70px;
}
#pinchat-code::placeholder {
    color: rgba(0, 0, 0, 0.1);
}
#pinchat-code:focus {
    outline: none !important;
}

.open-chat-room {
    border-radius: 15px;
    border: solid 5px #03b240;
    background-color: #0bb203;
    color: #ffffff;
    font-size: 30px;
    padding: 15px 33px;
    font-weight: 500;
}

.open-chat-room:hover {
    color: #ffffff !important;
}
.open-chat-room:active {
    color: #ffffff !important;
}

.chat-code-button-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
}

.check-login-message {
    font-size: 20px;
    color: #ffffff;
}

.check-login-message a {
    display:inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    color: #fff;
}

.check-login-message a:hover {
    color: #fff;
}

.check-login-message a {
    display:inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    color: #fff;
}

.check-login-message a:hover {
    color: #fff;
}
.check-login-message a:active {
    color: #fff !important;
}

.create-room a {
    font-size: 20px;
    display:inline-block;
    color: #fff;
    position: absolute;
    right: 100px;
    bottom: -200px;
}
.check-login-message a:hover {
    color: #fff;
}
.check-login-message a:active {
    color: #fff !important;
}

@media (min-width: 0px) and (max-width: 615px) {
    .code-input-text {
        font-weight: 900;
        color: #03b240;
        font-size: 21px;
        margin-bottom: 0px !important;
    }
    
    #pinchat-code {
        font-weight: 900;
        color: #03b240;
        font-size: 21px;
        border: 0px;
        width: 100%;
        padding: 0;
    }

    .open-chat-room {
        font-size: 20px;
    }
    #start-content {
        max-width: unset;
        margin: 0 auto;
    }
    .start-code {
        flex-direction: column;
    }
    .qrcode-btn {
        font-size: 25px;
    }
}
@media (min-width: 616px) and (max-width: 768px) {
    .code-input-text {
        font-weight: 900;
        color: #03b240;
        font-size: 30px;
        margin-bottom: 0px !important;
    }
    
    #pinchat-code {
        font-weight: 900;
        color: #03b240;
        font-size: 30px;
        border: 0px;
        width: 100%;
        padding: 0;
    }
    .open-chat-room {
        font-size: 25px;
    }
    .start-code {
        flex-direction: column;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1200px) {
}

#start-content {
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 10px;    
    flex-direction: column;
    max-width: 300px;
}

#start-content h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    margin-bottom: 0px;
}

#start-content p {
    font-size: 16px;
    text-align: center;
    color: #000000;
}

#start-content .start-input {
    display: flex;
    align-content: center;
    justify-content: start;
    flex-direction: row;
    border: solid 3px #03b240;
    border-radius: 10px;
    padding: 5px 10px 5px 15px;
}

#start-content .start-input p {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #03b240;
	margin-top: 0px;
    margin-bottom: 0px;
}

#start-content p.title {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #03b240;
    margin-bottom: 5px;
}

#start-content p.action-text {
    font-size: 14px;
    text-align: left;
    color: #000000;
    margin-top: 10px;
}

#start-content p.action-text a {
    color: #000000;
    text-decoration: underline;
}

#start-content .start-input input {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #03b240;

    border: 0px;
    width: 100%;

    background-color: rgba(255,255,255,0);    
    line-height: normal;
}

#start-content .start-input input::placeholder {
    color: #3C3C3C;
}

#start-content .start-input #input-code:focus {
    outline: none !important;
}

.section-bg-gray {
	background-color:#f2f4f5;
}

.open-start-btn {
	margin-bottom: 0px !important;
	margin-right: -5px;
}

.section-desc-wording {
	padding-top: 160px;
}

@media (max-width: 768px) {	
	.section-desc-wording {
		padding-top: 50px;
	}
}

.green_background {
	background-color: #01b33c;
}

.start-code-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.start-code {
    border-radius: 10px;
    border: solid 4px #03b240;
    display: flex;
    flex-direction: row;
    padding: 23px 23px;
}

.start-code-slogan {
    text-align: center;
    color: #000000;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
}

.start-code-action-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.start-token-btn {
    font-size: 24px !important;
    margin-top: 20px;
    width: 80%;
}

.start-code-input-content {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.start-code-input-content .input-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 2px;
}

.start-code-input-content .input-content label{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 2px;
}

.start-code-input-content .input-content input{
    border-radius: 10px;
    border: solid 3px #03b240;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    width: 300px;
    padding: 0px 10px;
}

.start-code-input-content .input-content input:focus {
    outline: none !important;
}

@media (min-width: 0px) and (max-width: 615px) {
    .start-code {
        flex-direction: column;
        width: 80%;
    }
    .start-code-input-content {
        margin-left: 0px;
    }
    .start-code-input-content .input-content input{
        width: 100%;
    }
}
@media (min-width: 616px) and (max-width: 768px) {
    .start-code {
        flex-direction: column;
        width: 60%;
    }
    .start-code-input-content {
        margin-left: 0px;
    }
    .start-code-input-content .input-content input{
        width: 100%;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1200px) {
}

#page-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cbd5e0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 999;
    top: 0
    /* inset-0
    fixed
    h-screen
    w-screen
    bg-gray-400
    opacity-50
    flex
    justify-center
    items-center */
}

.round-btn {
    border-radius: 20px !important;
    padding: 12px 20px !important;
}

.pinchat-modal .modal-header {
    padding-bottom: 0px;
}

.pinchat-modal .modal-content {
    padding: 20px;
    border-radius: 1rem;
    max-width: 460px;
    margin: 4rem auto 0;
}

.pinchat-modal .modal-footer .btn-secondary {
    font-size: 18px;
    font-weight: 500 !important;
}

.pinchat-modal .modal-footer .btn-green {
    background-color: #2ecc87 !important;
    border: 0px !important;;
    font-size: 18px;
    font-weight: 500 !important;
}

.pinchat-modal .modal-footer .btn-dark-green {
    background-color: #00B33D !important;
    border: 0px !important;
    font-size: 18px;
    font-weight: 500 !important;
}

.pinchat-modal .modal-header .modal-title {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #02B13F;
}

.pinchat-modal .modal-content .modal-body {
    font-size: 16px !important;
    color: #000000;
}

.success-resend {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    opacity: 0;
    z-index: -1;
    max-width: 435px;
    padding: 3rem;
    margin: auto;
    border-radius: 5px;
    transition: .3s;
    background-color: #ffffff;
}

.success-resend > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#resend-content.resend::before {
    content: "";
    position: absolute;
    background: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#resend-content.resend + .success-resend {
    top: 250px;
    opacity: 1;
    z-index: 1;
}

#confirm-loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* new web */
.container a {
    color: #3C3C3C;
}
.container a:hover {
    color: #3C3C3C;
}
#mainMenu nav {
    float: none;
}
#mainMenu a {
    font-size: 14px;
}
#mainMenu .nav-btn-wrapper {
    float:right;
}
.home_customer_logo_wrapper {
    display: flex;
    justify-content: space-between;
}
.home_customer_logo_img {
    width: 11%;
    height: intrinsic;
}
h3.section-text {
    font-weight: 400 !important;
}
.section-text {
    font-size: 18px;
    line-height: normal;
    /* line-height: 30px; */
    color: #3C3C3C;
}
.section-subtitle {
    font-size: 28px;
}
.text-large {
    font-size: 22px;
}
.text-larger {
    font-size: 24px;
}
.text-base {
    font-size: 18px;
}
.text-m {
    font-size: 16px;
}
.font-semi-bold {
    font-weight: 500 !important;
}
.font-bold {
    font-weight: 600 !important;
}
.font-black {
    font-weight: 900 !important;
}
.icon-small {
    width: 24px;
    height: 24px;
}
#featureline {
    margin-left: 150px;
    margin-top: 50px;
}
#featureline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 180px;
    bottom: 0px;
    width: 2px;
    height: 800px;
    z-index: -999;
    background: white;
}
.feature-number {
    font-size: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    color: white;
    padding-top: 18px;
    margin-right: 20px;
}
.feature-step-img {
    padding: 20px 0 50px 140px;
}
.bg-theme-1 {
    background-color: #02b13f !important;
    border-color: #02b13f !important;
}
.bg-theme-light {
    background-color: #F9FBFF;
}
.bg-theme-peach {
    background-color: #dd008b !important;
    border-color: #dd008b !important;
}
.text-theme-1 {
    color: #02B13F !important;
}
.text-theme-peach {
    color: #dd008b !important;
}
.d-flex {
    display: flex;
}
.justify-end {
    justify-content: flex-end;
}
.justify-start {
    justify-content: flex-start;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.w-80 {
    width: 80%;
}
img.w-80 {
    height: intrinsic;
}
img.w-70 {
    height: intrinsic;
}
img.w-60 {
    height: intrinsic;
}
img.w-50 {
    height: intrinsic;
}
.w-70 {
    width: 70%;
}
.w-60 {
    width: 60%;
}
.w-50 {
    width: 50%;
}
.w-full {
    width: 100%;
}
.h-300 {
    height: 300px;
}
.p-r-45 {
    padding-right: 45px;
}
.section-eclipse-bg {
    background-color: #f2fbf5;
    border-top-left-radius: 60em 8em;
    border-top-right-radius: 60em 8em;
    border-bottom-left-radius: 60em 8em;
    border-bottom-right-radius: 60em 8em;
}
#footer {
    background-color: white;
    color: #3C3C3C !important;
}
#footer.bg-theme-1 {
    background-color: #02B13F;
    color: white !important;
}
#footer a {
    color: #3C3C3C !important;
}
#footer.bg-theme-1 a {
    color: white !important;
}
#footer p {
    color: #3C3C3C !important;
    display: inline-block;
    margin-bottom: 0;
}
#footer.bg-theme-1 p {
    color: white !important;
}
#footer img {
    width: 165px;
}
#footer .widget .widget-title {
    font-size: 18px;
    letter-spacing: normal;
    text-transform: initial;
}
#footer .row:first-child:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 120px;
    width: 100%;
    height: 1px;
    opacity: 0.1;
    /* background: #4e4e4e; */
}
#footer.bg-theme-1 .row:first-child:after {
    background: white;
}
#footer .list li {
    line-height: 36px;
}
.down-arrow-icon {
    width: 18px;
    display: inline-block;
    margin-top: -3px;	
    margin-left: 3px;
}
.p-dropdown {
    float: none;
}
.p-dropdown-content li a:hover {
    color:#02B13F !important;
}
.customer-badge {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 16px;
    border-radius: 14px;
    border: 1px solid #3C3C3C;
}
.customer-logo-card {
    border: 2px solid #d6d6d6;
    border-radius: 15px;
    height: 250px;
    justify-content: center ;
    margin: 15px 0;
}
.customer-card-logo {
    width: 80%;
}
.customer-contact-wrapper {
    background: url('../images/blue_wave_bg.png') center no-repeat;
    background-size: cover;
    border-radius: 15px;
}
.customer-contact-wrapper input {
    height: 52px;
    width: 250px;
    font-size: 18px !important;
    border:none;
    margin-bottom: 45px;
}
.couple-round-input-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.couple-round-input-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: bold;
}
.customer-contact-wrapper .couple-round-input-right {
    width: 120px;
    height: 52px;
    background-color: #0c1c7b;
    font-size: 18px;
    color: white;
    padding: 12px;
    border: none;
}
.customer-contact-input {
    height: 52px;
    width: 250px;
    font-size: 18px !important;
    border: 1px solid #02B13F;
    margin-bottom: 45px;
}
.customer-contact-button {
    width: 120px;
    height: 52px;
    background-color: #02B13F;
    font-size: 18px;
    color: white;
    padding: 12px;
    border: none;
}
.customer-hero-badge {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 16px;
    color: white;
}
.customer-hero-badge.bg-theme-1 {
    background-color: #02B13F;
}
.customer-hero-badge.bg-theme-orange {
    background-color: #ffa358;
}
.customer_hero_logo {
    width: 400px;
}
.hero_section:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    opacity: 0.1;
    background: #4e4e4e;
}
.customer-about-wrapper {
    background-color: #fef2f9;
    padding: 40px;
    border-radius: 20px;
    height: fit-content;
}
.custom-stats-card > div {
    border-bottom: 2px solid #3C3C3C;
}
.custom-stats-card h1 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 800;
    margin-bottom: 0;
}
.custom-stats-card p {
    font-size: 16px;
    color: #3C3C3C;
}
.feature-landing-gif {
    position: absolute;
    left: 27px;
    top: 16px;
    width: 633px;
    /* height: 380px; */
    z-index: -999;
}
.input-lg {
    height: 50px;
    width: 250px;
    font-size: 18px !important;
    border: 1px solid #02b13f !important;
    border-radius: 12px !important;
}
.input-xlg {
    height: 50px;
    width: 315px;
    font-size: 18px !important;
    border: 1px solid #02b13f !important;
    border-radius: 12px !important;
}
.feature-icon-box {
    width: 100px;
    padding: 20px;
    border-radius: 15px;
}
.feature-text {
    line-height: normal;
    /* line-height: 28px; */
    color: #3C3C3C;
}
.feature-btn {
    border-radius: 12px !important;
    padding: 16px !important;
    text-transform: none !important;
    width: 200px;
    font-size: 18px !important;
}
.feature-outline-btn {
    border-radius: 12px !important;
    padding: 16px !important;
    text-transform: none !important;
    width: 200px;
    font-size: 18px !important;
    color: #02b13f !important;
    background-color: #fff !important;
    border-color: #02b13f !important;
    border:2px solid !important;
}
.more-arrow-icon {
    width: 24px;
    height: 24px;
    /* margin-top: 3px; */
}
.customer-contact-wrapper img {
    image-orientation: none;
}
.dropdown-icon-style {
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.feature-dropdown ul {
    flex: 1;
}
.feature-dropdown li {
    padding: 6px 12px;
}
.feature-dropdown li a {
    padding: 0;
    line-height: 24px;
}
.m-t-12 {
    margin-top: 12px !important;
}
.flex-1 {
    flex: 1;
}
.flex-2 {
    flex: 2;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}
.usage-carousel > div {
    text-align: center;
    flex: 1 0 25%;
    min-width: 250px;
}

@media (max-width:1024px) {
    .usage-carousel > div {
        flex: 1 0 50%;
    }
}

@media (max-width: 768px) {
    .usage-carousel > div {
        flex: 1 0 100%;
    }
}

.usage-carousel__btn {
    cursor: pointer;
    white-space: nowrap;
}
.usage-carousel__btn.btn_pricing{
    margin-bottom: 0 !important;
}
.usage-carousel__btn .usage-carousel__btn--default {
    display: flex;
}

.usage-carousel__btn .usage-carousel__btn--hover {
    display: none;
}

.usage-carousel__btn:hover .usage-carousel__btn--default {
    display: none;
}

.usage-carousel__btn:hover .usage-carousel__btn--hover {
    display: flex;
}

.form__field {
    border: 1px solid #e5e5e5;
}
.form__field.error {
    border-color: red;
}
.tab-button:checked + label {
    background-color: #02b13f;
    color: #ffffff;
}

.pricing-board {
    display: flex;
}

@media (max-width: 991px) {
    .pricing-board {
        flex-direction: column;
        align-items: center;
    }
}

.collabsible label > img {
    transform: rotate(0deg);
    transition: transform .25s ease-in-out;
}

.collabsible input:checked + label > img {
    transform: rotate(180deg);
}

.collabsible input:checked + label + .collabsible__content {
    max-height: 2000px;
}

.collabsible__item {
    max-width: 250px;
    flex: 1;
}

.collabsible__title {
    flex: 1 0 0;
    min-width: 300px;
}

.collabsible__content{
    background-color: #f2fbf5;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

#contact-form select:focus,
#contact-form textarea:focus,
#contact-form input:focus {
    outline: none;
    border-color: transparent!important;
    box-shadow: 0 0 0 2px #02b13f;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #dadada;
}
#contact-form .form__field{
    color: #3c3c3c;
}


.pricing-table {
    margin-bottom: 30px;
}

.pricing-table.colored .plan-header {
    background-color: #fff !important;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
  border: solid 3px #e3f2a5;
}


.pricing-table .plan-header .plan-price {
    font-size: 50px !important;
    padding: 20px 0;
}


.pricing-table .plan-header .plan-price sup {
	font-size: 18px !important;
}

.pricing-list-item {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pricing-table .pricing-list-item li {
    list-style-type: none;
    color: #000;
    display: flex;
    flex-direction: row;
}

#function-list .heading-text h4 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 20px;
    color: #000 !important;
}
#function-list .heading-text svg {
    max-width: 1600px;
    display: none;
}
#function-list .container {
    margin-top: unset;
}

@media (min-width: 768px) {
    #function-list .heading-text .text {
        position: absolute;
        width: 100%;
        top: 10px;
    }
    #function-list .heading-text h4 {
        font-size: 36px;
        color: #fff !important;
    }
    #function-list .heading-text svg {
        display: unset;
    }
}

@media (min-width: 992px) {
    .col-lg-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    #pricing .container {
        max-width: 1600px !important;
    }
    #function-list .container {
        max-width: 1600px !important;
    }
    
    #function-list .heading-text .text {
        top: 30px;
    }
}


#pricing .plan-list-btn {
    width: 25%;
    font-size: 24px !important;
    font-weight: normal !important;
    line-height: 26px;
}

@media (max-width: 991px) {
    #pricing .plan-list-btn {
        width: 50%
    }
}

.pricing-table.colored .plan-header {
    background-color: #fff !important;
    padding: 40px 22px 0px 22px;
    height: 100%;
}

.pricing-table .plan-list {
    background-color: #fff !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 20px 0 10px;
    /* max-height: 247.5px; */
    min-height: 330px;
}


.plan-header h3 {
    color: #03b240 !important;
    font-size: 32px !important;
    font-weight: bold;
    text-align: center;
}

.pricing-table .plan-header .plan-price {
    padding: 0;
    color: #03b240;
    font-size: 24px !important;
    font-weight: bold;
    line-height: 47px;
}

.pricing-table .plan-header .plan-price--full {
    line-height: 30px;
    text-align: center;
    height: 90px;
    display: flex;
    align-items: center;
}

.pricing-table .plan-header .plan-og-price {
    padding: 20px 0 0;
    color: #939393;
    line-height: 20px;
    font-size: 16px;
    position: relative;
}
.pricing-table .plan-header .plan-price span {
    font-size: 32px;
    color: #02b13f!important;
}
.pricing-table .plan-header .plan-og-price:before {
    content: '';
    width: 100%;
    position: absolute;
    border: 1px solid #02b13f;
    top: 75%;
    transform: translate(0, -50%);
}

.plan-list li i {
    color: #03b240;
    margin-top: 5px;
}

.pricing-table .plan-list ul {
    padding: 0 20px;
}

.pricing-table .plan-list ul li {
    line-height: unset;
    border-bottom: 0px;
    padding-bottom: 10px;
    font-size: 1rem;
    color: #000;
}

.pricing-table .plan-desc {
    padding-top: 30px;
    color: #6d7278;
    font-size: 14px;
    text-align: center;
    min-height: 100px;
}

.pricing-table .plan-desc.en {
    min-height: 155px;
}

.select-plan-btn {
    width: 90%;
    border-radius: 20px !important;
    padding: 8px !important;
    font-weight: unset !important;
    margin-top: 20px !important;
}

.plan-function-head {
    color: #00b33d;
    font-size: 1.25rem;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e3f2a5;
}

.plan-function-table .head {
    padding-bottom: 10px;
    font-size: 1.25rem;
    color: #00b33d;
}

.plan-function-item i {
    color: #03b240;
}

.plan-function-item div {
    padding-top: 2px;
    padding-bottom: 2px;
}
.section_title.font-size-lang-en,.section_title.font-size-lang-fr{
    font-size: 40px !important;
}
.bg-green{
    background: #02b13f;
}
.bg-green a.color-white:hover{
    color: #fff;
}
.color-white{
    color: #fff;
}
.wrap-text-free-mesen .flex.items-center,.wrap-text-free-mesfr .flex.items-center{
    max-width: 300px !important;
}
.img-responsive{
    max-width: 100%;
}
.section-pricing-need-more{
    padding: 40px;
    border-radius: 26px;
    background: #fff;
}
.section_title.size-28{
    font-size: 28px !important;
}
.height-45{
    height: 45px !important;
    font-size: 16px;
}
.bg-opacity-green{
    background: rgba(2, 177, 63, 0.1);
    color: #02b13f !important;
}
.link-full-w>a{
    width: 100%;
    text-align: center;
    font-size: 16px !important;
}
.link-full-w>a.bg-theme-1{
    background: rgba(2, 177, 63, 0.1) !important;
    color: #02b13f !important;
}
.label-success-popular{
    background: #21713d;
    color: #fff;
    border-radius: 30px;
    padding: 0 16px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 900;
    margin-bottom: 20px;
}
.section_title .size-28{
    font-size: 28px;
    color: #2d3748;
}
.wrap-border-pricing .text-base.size-20{
    font-size: 20px !important;
    font-weight: 900;
    color: #2d3748;
}
.wrap-border-pricing .text-base.size-36{
    font-size: 36px !important;
    font-weight: 900;
    color: #2d3748;
}
.wrap-border-pricing .text-base.size-16{
    font-size: 16px !important;
    color: #939393;
    font-weight: 500;
    vertical-align: 3px;
}
.wrap-border-pricing .text-white .text-base.size-20,
.wrap-border-pricing .text-white .text-base.size-36,
.wrap-border-pricing .text-white .text-base.size-16{
    color: #fff;
}
.section_title.size-40{
    font-size: 40px;
    color: #2d3748;
}
@media(max-width: 991px){
    .m-t-a-50{
        margin-top: 0 !important;
    }
    .border-bottom-left-30{
        border-bottom-left-radius: 30px;
    }
    .min-height-auto{
        min-height: inherit !important;
        margin-bottom: 40px !important;
    }
}
.min-height-63{
    min-height: 83px;
}
.section_title.size-28.font-fr{
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 217px;
    white-space: nowrap;
}
.title_style3{
    line-height: 20px;
}




.row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px){
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}


@media (min-width: 1025px) {

    .decoration_desktop {
        display: block;
    }

    .decoration_pad_portrait {
        display: none;
    }

    .decoration_pad {
        display: none;
    }

    .decoration_mobile {
        display: none;
    }
}

@media (min-width: 769px) and (max-width:1024px) {

    .decoration_desktop {
        display: none;
    }

    .decoration_pad_portrait {
        display: none;
    }

    .decoration_pad {
        display: block;
    }

    .decoration_mobile {
        display: none;
    }
}

@media (max-width: 768px) {

    .decoration_desktop {
        display: none;
    }

    .decoration_pad_portrait {
        display: block;
    }

    .decoration_pad {
        display: none;
    }

    .decoration_mobile {
        display: block;
    }
}

.text-theme {
    color: #02b13f !important;
}

.dark #mainMenu nav>ul>li.hover-active>a,
.dark #mainMenu nav>ul>li.hover-active>span,
.dark #mainMenu nav>ul>li.current>a,
.dark #mainMenu nav>ul>li.current>span,
.dark #mainMenu nav>ul>li:hover>a,
.dark #mainMenu nav>ul>li:hover>span,
.dark #mainMenu nav>ul>li:focus>a,
.dark #mainMenu nav>ul>li:focus>span,
#mainMenu.dark nav>ul>li.hover-active>a,
#mainMenu.dark nav>ul>li.hover-active>span,
#mainMenu.dark nav>ul>li.current>a,
#mainMenu.dark nav>ul>li.current>span,
#mainMenu.dark nav>ul>li:hover>a,
#mainMenu.dark nav>ul>li:hover>span,
#mainMenu.dark nav>ul>li:focus>a,
#mainMenu.dark nav>ul>li:focus>span {
    color: black;
}

#mainMenu nav>ul>li.hover-active>a,
#mainMenu nav>ul>li.hover-active>span,
#mainMenu nav>ul>li.current>a,
#mainMenu nav>ul>li.current>span,
#mainMenu nav>ul>li:hover>a,
#mainMenu nav>ul>li:hover>span,
#mainMenu nav>ul>li:focus>a,
#mainMenu nav>ul>li:focus>span {
    color: #02B13F;
}
#mainMenu nav>ul>li:hover>a>span{
    color: #02B13F !important;
}

#plan-modal
h1,
#plan-modal h2,
#plan-modal h3,
#plan-modal h4,
#plan-modal h5,
#plan-modal h6,
#plan-modal .h1,
#plan-modal .h2,
#plan-modal .h3,
#plan-modal .h4,
#plan-modal .h5,
#plan-modal .h6,
#plan-modal label,
#plan-modal span,
#plan-modal p,
#plan-modal a {
    font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
}

#mainMenu nav>ul>li>a {
    font-size: 14px;
    color: #808080;
    text-transform: none !important;
    letter-spacing: .5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#mainMenu nav>ul>li>a>span{
    color: #808080 !important;
}

#mainMenu nav>ul>li.current>a {
    color: #02B13F;
}

#mainMenu nav>ul>li .dropdown-menu>li:hover>a {
    color: #02B13F;
}

#header #logo img {
    width: 160px !important;
    height: auto !important;
    margin-top: 8px;
}

#header .header-inner #logo,
#header #header-wrap #logo {
    padding-top: 10px;
}

@media (max-width: 991px) {
    #header #logo {
        top: 11px;
        width: 100px;
    }
}

#logo_green {
    display: none;
}

#logo_white {
    display: block !important;
}

.header-sticky #logo a.logo_white_link,
.header-sticky #logo a.logo_white_link img {
    display: none !important;
}

.header-sticky #logo a.logo_green_link,
.header-sticky #logo a.logo_green_link img {
    display: block !important;
}

.mainMenu-open #logo a.logo_white_link,
.mainMenu-open #logo a.logo_white_link #logo_white {
    display: none !important;
}

.mainMenu-open #logo a.logo_green_link,
.mainMenu-open #logo a.logo_green_link #logo_green {
    /* margin-top: 6px;
    margin-left: -5px; */
    display: block !important;
}

.white_border_color {
    border-color: #fff !important;
}

.caption_title h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 0;
}

.caption_title h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.small-letter-space {
    letter-spacing: 1px !important;
}

.content-info__item {
    box-sizing: border-box;
    width: 330px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 17.5px;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0px 10px 16px -8px rgba(0, 0, 0, 0.2);
}

.theme_color {
    background-color: #a0a2a1;
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.accountInput {
    margin-top: 30px;
    background-color: #fff;
    width: 295px;
    height: 120px;
    border-radius: 4px;
}

.btn-green:hover {
    border: 2px solid #58b792 !important;
    color: white !important;
    background-color: #58b792 !important;
    font-size: 14px !important;
}

.btn-green {
    border: 2px solid #02B13F !important;
    color: white !important;
    background-color: #02B13F !important;
    font-size: 14px !important;
}

a.reset_password {
    text-decoration: underline;
    color: gray;
}

a.reset_password:hover {
    text-decoration: none;
    color: gray !important;
}

a.link_style1 {
    text-decoration: underline;
    color: #02B13F !important;
}

a.link_style1:hover {
    text-decoration: none;
    color: #02B13F !important;
}


.form-check-input {
    position: absolute;
    margin-top: 6px;
    margin-left: -1.25rem;
}

.button_style1 {
    padding: 13px 20px;
    background-color: #1abc9c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    line-height: 100%;
    text-align: center;
    font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
}

button.button_style1 {
    padding: 13px 20px;
    background-color: #1abc9c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    line-height: 100%;
    text-align: center;
    font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
}

.button_style1:visited {
    background-color: #3bbaa1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
}

.button_style1:hover {
    background-color: #029e81 !important;
    border-color: #029e81 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

button.button_style1:hover {
    background-color: #029e81 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}


.button_style1:active {
    background-color: #17a98c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.button_style1:disabled {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff !important;
    color: #898e99 !important;
    border: 1px solid #eee !important;
}

.button_style1:hover:disabled {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fcf9fc !important;
    color: #898e99 !important;
}

.button_apple_login {
    background-color: #fff !important;
    color: #000 !important;
    margin-left: 0 !important;
    text-transform: initial !important;
    margin-top: 10px !important;
    display: none !important;
    border: 1px solid #000 !important;
}

.button_google_login {
    background-color: #fff !important;
    color: #000 !important;
    margin-left: 0 !important;
    text-transform: initial !important;
    margin-top: 10px !important;
    display: block !important;
    border: 1px solid #000 !important;
}

.button_facebook_login {
    background-color: #fff !important;
    color: #000 !important;
    margin-left: 0 !important;
    text-transform: initial !important;
    margin-top: 10px !important;
    display: block !important;
    border: 1px solid #000 !important;
}

.button_email_login {
    background-color: #fff !important;
    color: #000 !important;
    margin-left: 0 !important;
    text-transform: initial !important;
    margin-top: 10px !important;
    display: block !important;
    border: 1px solid #000 !important;
}

.button_phone_login {
    background-color: #fff !important;
    color: #000 !important;
    margin-left: 0 !important;
    text-transform: initial !important;
    margin-top: 10px !important;
    display: block !important;
    border: 1px solid #000 !important;
}

.icon_login {
    position: absolute;
    top: 8px;
    left: 10px;
}

.card_style1 {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2), 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 6px;
    overflow: hidden;
    padding: 20px;
    min-height: 345px;
}


@media (max-width: 767px) {
    .card_style1 .inner_text {
        font-size: 16px;
    }
}

.title_style1 {
    font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    color: #3bbaa1;
    text-align: left;
}

.title_style2 {
    font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    color: #3bbaa1;
    text-align: left;
}

.title_style3 {
    font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    color: #959796;
    text-align: left;
}

.title_style4 {
    font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    color: #959796;
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

.intro_pic_style1 {
    width: 60px;
    height: 60px;
}

.intro_pic_style2 {
    width: 72px;
    height: 60px;
}

.section_title {
    font-size: 30px !important;
    font-weight: bold !important;
}

.section_subtitle {
    font-size: 14px !important;
    font-weight: normal !important;
}

a.link_type_1 {
    font-weight: bold;
    text-decoration: none;
}

a.link_type_1:hover {
    text-decoration: underline !important;
}

.style1 {
    font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
    letter-spacing: 0 !important;
    font-weight: bold !important;
}

.grecaptcha-badge {
    display: none !important;
}

.form-message.error {
    color: #9e0202;
}


.lds-ring {
    top: -18px;
    transform: scale(0.35);
    display: inline-block;
    position: relative;
    width: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#info-btn a {
    text-transform: none !important;
}

#mainMenu nav>ul>li .dropdown-menu>li>a,
#mainMenu nav>ul>li .dropdown-menu>li>span,
#mainMenu nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a {
    font-size: 14px !important;
    color: #808080 !important;
}

.text-green {
    color: #2ecc87 !important;
}

.text-dark {
    color: #333;
}

.text-light-black {
    color: #666;
}

a.button_green {
    font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #2ecc87;
    border: solid 1px #2ecc87;
    padding: 16px 30px;
    border-radius: 6px;
    letter-spacing: 1px;
}

a.button_green:hover {
    color: #fff !important;
    background-color: #009a5a;
    border: solid 1px #009a5a;
}

.lead {
    font-size: 1.2rem;
}

.btn-main-theme {
    font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
    color: #fff;
    background-color: #02b13f !important;
    border-color: #02b13f !important;
    border-radius: 6px !important;
    padding: 14px !important;
    font-size: 12px !important;
    text-transform: none !important;
}

.btn-outline-main-theme {
    font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
    color: #02b13f !important;
    background-color: #fff !important;
    border-color: #02b13f !important;
    border-radius: 6px !important;
    padding: 14px !important;
    font-size: 12px !important;
    text-transform: none !important;
}

.how_it_works_pic {
    width: 100%;
    text-align: center;
}

.how_it_works_text {
    font-size: 18px;
    font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
}

.solution_pic {
    width: 100%;
    text-align: center;
}

.solution_title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    color: #000;
}

.solution_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: gray;
    font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
}

.select-lang-btn {
    font-size: 14px !important;
}

.qrcode-btn {
    height: 69px;
    border-radius: 5px;
    border: solid 5px #fff;
    background-color: #03b240;
    padding: 5px 14px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}

.qrcode-btn:hover {
    color: #fff !important;
}

@media (min-width: 1025px) {
    .big_title {
        color: #323d47;
        font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: 0px;

        font-size: 40px;
        margin-top: 125px;
    }
}

@media (min-width: 769px) and (max-width:1024px) {
    .big_title {
        color: #323d47;
        font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: 0px;

        font-size: 32px;
        margin-top: 110px;
    }
}

@media (max-width: 768px) {
    .big_title {
        color: #323d47;
        font-family: "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: 0px;

        text-align: center;
        font-size: 26px;
        margin-top: 30px !important;
        margin-bottom: 10px !important;
    }
}

.home_header_img {
    width: 100%;
}

h3.lead {
    letter-spacing: 0px;
}

.start-btn {
    text-align: left;
}

.box-how-it-works {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 15px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    height: 100%;
}

@media (min-width:769px) and (max-width:1024px) {
    height: 330px;
}

@media (max-width:768px) {
    height: 330px;
}

.home_header_img {
    width: 100%;
}

@media (max-width: 768px) {
    h3.lead {
        font-size: 15px;
        text-align: center;
        letter-spacing: 0px;
    }

    .home_header_img {
        margin-top: 50px;
        width: 100%;
    }

    .start-btn {
        text-align: center;
    }
}

.language_icon {
    width: 14px;
    display: inline-block;
    margin-top: -4px;
    margin-right: -12px;
}

@media (max-width: 768px) {
    .language_icon {
        display: none;
    }
}

.spotlight-section {
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.spotlight-box {
    display: inline-block;
    font-size: 20px;
    margin-left: 20px;
    font-weight: bold;
}

.spotlight-box img {
    width: 22px;
}

@media (max-width: 768px) {
    .spotlight-section {
        text-align: left;
    }

    .spotlight-box {
        text-align: left;
        margin-bottom: 20px;
    }
}

h2.title-text {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 30px;
}

.column-reverse {
    direction: rtl;
}

@media (max-width: 768px) {
    .column-reverse {
        direction: ltr;
    }
}

.column-forward {
    direction: ltr;
}

.btn-start {
    padding: 18px 25px !important;
    font-size: 16px !important;
}

h1.section-title {
    letter-spacing: 0px;
    font-size: 40px;
    font-weight: bold;
}

.code-input-content {
    display: flex;
    flex-direction: column;
    justify-self: start;
    align-items: start;
}

.code-input-div {
    border-radius: 15px;
    border: solid 5px #03b240;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding: 5px 15px 10px 15px;
}

.code-input-text {
    font-family: Open Sans !important;
    font-weight: 900;
    color: #03b240;
    font-size: 51px;
    margin-bottom: 0px !important;
}

#pinchat-code {
    font-family: Open Sans !important;
    font-weight: 900;
    color: #03b240;
    font-size: 51px;
    border: 0px;
    width: 100%;
    padding: 0;
    line-height: 70px;
}

#pinchat-code::placeholder {
    color: rgba(0, 0, 0, 0.1);
}

#pinchat-code:focus {
    outline: none !important;
}

.open-chat-room {
    font-family: Open Sans !important;
    border-radius: 15px;
    border: solid 5px #03b240;
    background-color: #0bb203;
    color: #ffffff;
    font-size: 30px;
    padding: 15px 33px;
    font-weight: 500;
}

.open-chat-room:hover {
    color: #ffffff !important;
}

.open-chat-room:active {
    color: #ffffff !important;
}

.chat-code-button-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
}

.check-login-message {
    font-size: 20px;
    color: #ffffff;
}

.check-login-message a {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    color: #fff;
}

.check-login-message a:hover {
    color: #fff;
}

.check-login-message a {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    color: #fff;
}

.check-login-message a:hover {
    color: #fff;
}

.check-login-message a:active {
    color: #fff !important;
}

.create-room a {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 100px;
    bottom: -200px;
}

.check-login-message a:hover {
    color: #fff;
}

.check-login-message a:active {
    color: #fff !important;
}

@media (min-width: 0px) and (max-width: 615px) {
    .code-input-text {
        font-family: Open Sans !important;
        font-weight: 900;
        color: #03b240;
        font-size: 21px;
        margin-bottom: 0px !important;
    }

    #pinchat-code {
        font-family: Open Sans !important;
        font-weight: 900;
        color: #03b240;
        font-size: 21px;
        border: 0px;
        width: 100%;
        padding: 0;
    }

    .open-chat-room {
        font-size: 20px;
    }

    #start-content {
        max-width: unset;
        margin: 0 auto;
    }

    .start-code {
        flex-direction: column;
    }

    .qrcode-btn {
        font-size: 25px;
    }
}

@media (min-width: 616px) and (max-width: 768px) {
    .code-input-text {
        font-family: Open Sans !important;
        font-weight: 900;
        color: #03b240;
        font-size: 30px;
        margin-bottom: 0px !important;
    }

    #pinchat-code {
        font-family: Open Sans !important;
        font-weight: 900;
        color: #03b240;
        font-size: 30px;
        border: 0px;
        width: 100%;
        padding: 0;
    }

    .open-chat-room {
        font-size: 25px;
    }

    .start-code {
        flex-direction: column;
    }
}

@media (min-width: 769px) and (max-width: 992px) {}

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

#start-content {
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 10px;
    flex-direction: column;
    max-width: 300px;
}

#start-content h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    margin-bottom: 0px;
}

#start-content p {
    font-size: 16px;
    text-align: center;
    color: #000000;
}

#start-content .start-input {
    display: flex;
    align-content: center;
    justify-content: start;
    flex-direction: row;
    border: solid 3px #03b240;
    border-radius: 10px;
    padding: 5px 10px 5px 15px;
}

#start-content .start-input p {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #03b240;
    margin-top: 0px;
    margin-bottom: 0px;
}

#start-content p.title {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #03b240;
    margin-bottom: 5px;
}

#start-content p.action-text {
    font-size: 14px;
    text-align: left;
    color: #000000;
    margin-top: 10px;
}

#start-content p.action-text a {
    color: #000000;
    text-decoration: underline;
}

#start-content .start-input input {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #03b240;

    border: 0px;
    width: 100%;

    background-color: rgba(255, 255, 255, 0);
    line-height: normal;
}

#start-content .start-input input::placeholder {
    color: black;
}

#start-content .start-input #input-code:focus {
    outline: none !important;
}

.section-bg-gray {
    background-color: #f2f4f5;
}

.open-start-btn {
    margin-bottom: 0px !important;
    margin-right: -5px;
}

.section-desc-wording {
    padding-top: 160px;
}

@media (max-width: 768px) {
    .section-desc-wording {
        padding-top: 50px;
    }
}

.green_background {
    background-color: #01b33c;
}

.gray_background {
    background-color: #f8f9fc;
}


.start-code-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.start-code {
    border-radius: 10px;
    border: solid 4px #03b240;
    display: flex;
    flex-direction: row;
    padding: 23px 23px;
}

.start-code-slogan {
    text-align: center;
    color: #000000;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
}

.start-code-action-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.start-token-btn {
    font-size: 24px !important;
    margin-top: 20px;
    width: 80%;
}

.start-code-input-content {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.start-code-input-content .input-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 2px;
}

.start-code-input-content .input-content label {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 2px;
}

.start-code-input-content .input-content input {
    border-radius: 10px;
    border: solid 3px #03b240;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    width: 300px;
    padding: 0px 10px;
}

.start-code-input-content .input-content input:focus {
    outline: none !important;
}

@media (min-width: 0px) and (max-width: 615px) {
    .start-code {
        flex-direction: column;
        width: 80%;
    }

    .start-code-input-content {
        margin-left: 0px;
    }

    .start-code-input-content .input-content input {
        width: 100%;
    }
}

@media (min-width: 616px) and (max-width: 768px) {
    .start-code {
        flex-direction: column;
        width: 60%;
    }

    .start-code-input-content {
        margin-left: 0px;
    }

    .start-code-input-content .input-content input {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {}

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

#page-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cbd5e0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 999;
    top: 0
        /* inset-0
    fixed
    h-screen
    w-screen
    bg-gray-400
    opacity-50
    flex
    justify-center
    items-center */
}

.round-btn {
    border-radius: 20px !important;
    padding: 12px 20px !important;
}

.pinchat-modal .modal-header {
    padding-bottom: 0px;
}

.pinchat-modal .modal-content {
    padding: 10px;
}

.pinchat-modal .modal-footer .btn-secondary {
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: none;
}

.pinchat-modal .modal-footer .btn-green {
    background-color: #2ecc87 !important;
    border: 0px !important;
    ;
    font-size: 18px;
    font-weight: 500 !important;
}

.pinchat-modal .modal-footer .btn-dark-green {
    background-color: #00B33D !important;
    border: 0px !important;
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: none !important;
}

.pinchat-modal .modal-header .modal-title {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #02B13F;
}

.pinchat-modal .modal-content .modal-body {
    font-size: 16px !important;
    color: #000000;
}

.success-resend {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    opacity: 0;
    z-index: -1;
    max-width: 435px;
    padding: 3rem;
    margin: auto;
    border-radius: 5px;
    transition: .3s;
    background-color: #ffffff;
}

.success-resend>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#resend-content.resend::before {
    content: "";
    position: absolute;
    background: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#resend-content.resend+.success-resend {
    top: 250px;
    opacity: 1;
    z-index: 1;
}

#confirm-loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden-input-for-copy {
    position: absolute;
    opacity: .01;
    height: 0;
    overflow: hidden;
}

.signup-agree-text {
    margin: 0 !important;
}

@media (max-width: 480px) {
    .signup-agree-text {
        margin: 0 0 0 2px !important;
    }
}

.btn-14px {
    font-size: 14px !important;
}

.seperator-120px {
    margin-top: 120px;
}

.menu-btn {
    float: right;
    line-height: 68px;
    margin-top: 10px;
}

.btn-login {
    border: 2px solid #fff !important;
    text-transform: none !important;
    background-color: #fff !important;
    color: #808080 !important;
    font-size: 14px !important;
}

.btn-signup {
    border: 2px solid #02b13e !important;
    background-color: #02b13e !important;
    text-transform: none !important;
    color: #fff !important;
    font-size: 14px !important;
}

.btn-admin {
    border: 2px solid #02b13e !important;
    background-color: #02b13e !important;
    text-transform: none !important;
    color: #fff !important;
    font-size: 14px !important;
}

@media (max-width: 480px) {
    .menu-btn {
        float: right;
        line-height: 68px;
        width: 100%;
    }

    .btn-login {
        border: 2px solid #808080 !important;
        text-transform: none !important;
        background-color: #fff !important;
        color: #808080 !important;
        font-size: 14px !important;
    }
}

.company-intro-text {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 1px;
    color: #666;
}

.company-profile-title {
    font-size: 34px !important;
    font-weight: 350;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #3c4858;
}

.header-title {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 10px !important;
}

.header-sub-title {
    font-size: 22px;
    line-height: 1.1;
    color: #7C7C7C;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
}

.producthunt-text {
    text-align: left;
}

@media (max-width: 480px) {
    .producthunt-text {
        text-align: center;
    }
}
#welcome-button-list .welcome-button.btn.btn-green.btn-block{
    height: 47.99px;
    line-height: 1.5;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.text-white {
    color: #fff!important;
}
.bg-opacity-green {
    background: rgba(2, 177, 63, 0.1);
    color: #02b13f !important;
}
.plan-modal-close{
    position: absolute;
    top: 15px;
    right: 15px;
}
.items-star{
    align-items: flex-start;
}
#plan-modal .pricing-board{
    gap: 30px;
}
#plan-modal .pricing-board>div{
    border-radius: 26px !important;
}
.title_style3{
    font-size: 15px !important;
}

#plan-modal .background-theme{background-color:#2250fc!important}#plan-modal .align-items-bottom{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important;height:100%}#plan-modal .rounded{overflow:hidden}#plan-modal .hidden{display:none}#plan-modal .visible{opacity:1}#plan-modal .text-center{text-align:center}#plan-modal .text-left.nav-tabs .nav-item{text-align:left!important}#plan-modal .text-right.nav-tabs .nav-item{text-align:right!important}#plan-modal .left{float:left!important}#plan-modal .right{float:right!important}#plan-modal .center{float:none!important;margin:0 auto}#plan-modal .block{display:block}#plan-modal .align-center{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:center}#plan-modal .vcenter{display:inline-block;vertical-align:middle;float:none}#plan-modal .vertical-align{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#plan-modal .text-bottom{display:table-cell;vertical-align:bottom;margin:auto;z-index:3;position:relative}#plan-modal .bg-light{background-color:#f8f9fa}#plan-modal .text-background-light{background-color:#fff;padding:0 4px}#plan-modal .text-background-dark{background-color:#444;padding:0 4px}#plan-modal .text-shadow-light{text-shadow:1px 1px 1px rgba(255,255,255,0.53)}#plan-modal .text-shadow-dark{text-shadow:1px 1px 1px rgba(0,0,0,0.53)}#plan-modal .background-primary{background-color:#2250fc!important}#plan-modal .background-secondary{background-color:#5A6268!important}#plan-modal .background-success{background-color:#81c868!important}#plan-modal .background-info{background-color:#53b0f8!important}#plan-modal .background-warning{background-color:#ffb20e!important}#plan-modal .background-danger{background-color:#CE041C!important}#plan-modal .background-white{background-color:#fff!important}#plan-modal .background-light{background-color:#f8f9fa!important}#plan-modal .background-grey{background-color:#F7F9FB!important}#plan-modal .background-dark{background-color:#181818!important}#plan-modal .background-black{background-color:#000!important}#plan-modal .background-pattern{background-image:url(/images/overlay-pattern/gplay.png)}#plan-modal .background-pattern-1{background-image:url(/images/overlay-pattern/3px-tile.png)}#plan-modal .background-pattern-2{background-image:url(/images/overlay-pattern/asfalt-dark.png)}#plan-modal .background-pattern-3{background-image:url(/images/overlay-pattern/axiom-pattern.png)}#plan-modal .shadow{-webkit-box-shadow:0 4px 16px #e2e2e2;box-shadow:0 4px 16px #e2e2e2}#plan-modal .post-shadow{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.05);box-shadow:0 5px 15px rgba(0,0,0,0.05)}#plan-modal .shadow-bottom{-webkit-box-shadow:0 1px 15px rgba(0,0,0,0.1);box-shadow:0 1px 15px rgba(0,0,0,0.1)}#plan-modal .shadow-inside{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.1);box-shadow:inset 0 0 3px rgba(0,0,0,0.1)}#plan-modal .shadow-inside-top{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.08);box-shadow:inset 0 1px 2px rgba(0,0,0,0.08)}#plan-modal .shadow-inside-bottom{-webkit-box-shadow:inset 0 -1px 2px rgba(0,0,0,0.08);box-shadow:inset 0 -1px 2px rgba(0,0,0,0.08)}#plan-modal .text-xs,#plan-modal .text-xs span{font-size:30px;line-height:30px}#plan-modal .text-medium-light{font-size:50px!important;font-weight:100;line-height:1.1}#plan-modal .text-medium{font-size:50px!important;font-weight:800;line-height:1.1;margin-bottom:20px}#plan-modal .text-md,#plan-modal .text-md span,#plan-modal .text-md span span{font-size:74px!important;line-height:86px!important}#plan-modal .text-lg-light,#plan-modal .text-lg-light span,#plan-modal .text-lg-light span span{font-size:90px!important;line-height:100px!important;font-weight:120!important}#plan-modal .text-lg,#plan-modal .text-lg span,#plan-modal .text-lg span span{font-size:90px;line-height:100px;letter-spacing:-0.02em;font-weight:700}#plan-modal .text-lg-x2,#plan-modal .text-lg-x2 span{color:#ffffff;font-size:120px;line-height:140px;margin-bottom:10px}#plan-modal .text-lg-x3,#plan-modal .text-lg-x3 span{color:#ffffff;font-size:200px;line-height:220px}#plan-modal .text-xl,#plan-modal .text-xl span{font-size:100px;line-height:110px}#plan-modal .text-small{font-size:16px;font-weight:800;line-height:1.1}#plan-modal .text-light,#plan-modal .text-light .lead,#plan-modal .text-light a:not(.btn),#plan-modal .text-light a:not(.btn):hover:not(.btn-light),#plan-modal .text-light div:not(.alert),#plan-modal .text-light h1,#plan-modal .text-light h2,#plan-modal .text-light h3,#plan-modal .text-light h4,#plan-modal .text-light h5,#plan-modal .text-light h6,#plan-modal .text-light i,#plan-modal .text-light label,#plan-modal .text-light li,#plan-modal .text-light p,#plan-modal .text-light span:not(.btn-label){color:#fff!important}#plan-modal .text-dark,#plan-modal .text-dark .lead,#plan-modal .text-dark a:not(.btn),#plan-modal .text-dark a:not(.btn):hover:not(.btn-light),#plan-modal .text-dark a:not(.btn-danger),#plan-modal .text-dark div:not(.alert),#plan-modal .text-dark h1,#plan-modal .text-dark h2,#plan-modal .text-dark h3,#plan-modal .text-dark h4,#plan-modal .text-dark h5,#plan-modal .text-dark h6,#plan-modal .text-dark i,#plan-modal .text-dark label,#plan-modal .text-dark li,#plan-modal .text-dark p,#plan-modal .text-dark span:not(.btn-label){color:#111!important}#plan-modal .text-grey,#plan-modal .text-grey .lead,#plan-modal .text-grey a:not(.btn-light):hover,#plan-modal .text-grey a:not(.button),#plan-modal .text-grey div:not(.alert),#plan-modal .text-grey h1,#plan-modal .text-grey h2,#plan-modal .text-grey h3,#plan-modal .text-grey h4,#plan-modal .text-grey h5,#plan-modal .text-grey h6,#plan-modal .text-grey i,#plan-modal .text-grey label,#plan-modal .text-grey li,#plan-modal .text-grey p,#plan-modal .text-grey span:not(.btn-label){color:#ccc}#plan-modal .text-white a,#plan-modal .text-white h1,#plan-modal .text-white h2,#plan-modal .text-white h3,#plan-modal .text-white h4,#plan-modal .text-white h5,#plan-modal .text-white h6,#plan-modal .text-white i,#plan-modal .text-white p{color:#fff!important}#plan-modal .with-errors li{color:#981a1a!important}#plan-modal .text-bold{font-weight:bold!important}#plan-modal .text-azure{color:#0095C8!important}#plan-modal .text-orange{color:#FF6600!important}#plan-modal .text-theme{color:#2250fc!important}#plan-modal .text-blue{color:#5F8295!important}#plan-modal .text-pink{color:#DD5A82!important}#plan-modal .text-purple{color:#DD5A82!important}#plan-modal .text-bricky{color:#894550!important}#plan-modal .text-yellow{color:#FFB848!important}#plan-modal .text-red{color:#CA0027!important}#plan-modal .font-weight-100{font-weight:100!important}#plan-modal .font-weight-300{font-weight:300!important}#plan-modal .font-weight-400{font-weight:400!important}#plan-modal .font-weight-500{font-weight:500!important}#plan-modal .font-weight-600{font-weight:600!important}#plan-modal .font-weight-700{font-weight:700!important}#plan-modal .font-weight-800{font-weight:800!important}#plan-modal .border-box{border:1px solid #eee;border-radius:2px;padding:30px}#plan-modal .border-left{border-left:1px solid #eee}#plan-modal .border-top{border-top:1px solid #eee}#plan-modal .border-right{border-width:0 1px 0 0;border-color:#eee;border-style:solid}#plan-modal .border-bottom{border-bottom:1px solid #eee}#plan-modal .border-dotted{border-style:dotted}#plan-modal .slider-size-half{max-height:560px}#plan-modal .no-margin{margin:0px!important}#plan-modal .m-b-0{margin-bottom:0px!important}#plan-modal .m-b-5{margin-bottom:5px!important}#plan-modal .m-b-10{margin-bottom:10px!important}#plan-modal .m-b-15{margin-bottom:15px!important}#plan-modal .m-b-20{margin-bottom:20px!important}#plan-modal .m-b-25{margin-bottom:25px!important}#plan-modal .m-b-30{margin-bottom:30px!important}#plan-modal .m-b-35{margin-bottom:35px!important}#plan-modal .m-b-40{margin-bottom:40px!important}#plan-modal .m-b-50{margin-bottom:50px!important}#plan-modal .m-b-60{margin-bottom:60px!important}#plan-modal .m-b-70{margin-bottom:70px!important}#plan-modal .m-b-80{margin-bottom:80px!important}#plan-modal .m-b-90{margin-bottom:90px!important}#plan-modal .m-b-100{margin-bottom:100px!important}#plan-modal .m-b-150{margin-bottom:150px!important}#plan-modal .m-b-200{margin-bottom:200px!important}#plan-modal .m-t-0{margin-top:0px!important}#plan-modal .m-t-5{margin-top:5px!important}#plan-modal .m-t-10{margin-top:10px!important}#plan-modal .m-t-15{margin-top:15px!important}#plan-modal .m-t-20{margin-top:20px!important}#plan-modal .m-t-25{margin-top:25px!important}#plan-modal .m-t-30{margin-top:30px!important}#plan-modal .m-t-35{margin-top:35px!important}#plan-modal .m-t-40{margin-top:40px!important}#plan-modal .m-t-50{margin-top:50px!important}#plan-modal .m-t-60{margin-top:60px!important}#plan-modal .m-t-70{margin-top:70px!important}#plan-modal .m-t-80{margin-top:80px!important}#plan-modal .m-t-90{margin-top:90px!important}#plan-modal .m-t-100{margin-top:100px!important}#plan-modal .m-l-0{margin-left:0px!important}#plan-modal .m-l-5{margin-left:5px!important}#plan-modal .m-l-10{margin-left:10px!important}#plan-modal .m-l-15{margin-left:15px!important}#plan-modal .m-l-20{margin-left:20px!important}#plan-modal .m-l-25{margin-left:25px!important}#plan-modal .m-l-30{margin-left:30px!important}#plan-modal .m-l-35{margin-left:35px!important}#plan-modal .m-l-40{margin-left:40px!important}#plan-modal .m-l-50{margin-left:50px!important}#plan-modal .m-l-60{margin-left:60px!important}#plan-modal .m-l-70{margin-left:70px!important}#plan-modal .m-l-80{margin-left:80px!important}#plan-modal .m-l-90{margin-left:90px!important}#plan-modal .m-l-100{margin-left:100px!important}#plan-modal .m-r-0{margin-right:0px!important}#plan-modal .m-r-5{margin-right:5px!important}#plan-modal .m-r-10{margin-right:10px!important}#plan-modal .m-r-15{margin-right:15px!important}#plan-modal .m-r-20{margin-right:20px!important}#plan-modal .m-r-25{margin-right:25px!important}#plan-modal .m-r-30{margin-right:30px!important}#plan-modal .m-r-35{margin-right:35px!important}#plan-modal .m-r-40{margin-right:40px!important}#plan-modal .m-r-50{margin-right:50px!important}#plan-modal .m-r-60{margin-right:60px!important}#plan-modal .m-r-70{margin-right:70px!important}#plan-modal .m-r-80{margin-right:80px!important}#plan-modal .m-r-90{margin-right:90px!important}#plan-modal .m-r-100{margin-right:100px!important}#plan-modal .m-0{margin:0px!important}#plan-modal .m-5{margin:5px!important}#plan-modal .m-10{margin:10px!important}#plan-modal .m-15{margin:15px!important}#plan-modal .m-20{margin:20px!important}#plan-modal .m-25{margin:25px!important}#plan-modal .m-30{margin:30px!important}#plan-modal .m-35{margin:35px!important}#plan-modal .m-40{margin:40px!important}#plan-modal .m-50{margin:50px!important}#plan-modal .m-60{margin:60px!important}#plan-modal .m-70{margin:70px!important}#plan-modal .m-80{margin:80px!important}#plan-modal .m-90{margin:90px!important}#plan-modal .m-100{margin:100px!important}#plan-modal .col-no-margin{padding:0!important}#plan-modal .col-no-margin [class^=col-]{margin:0!important;padding:0!important}#plan-modal .row.col-no-margin{margin:0!important;padding:0!important}#plan-modal .row.col-mdall-margins [class^=col-]{margin:0 0 20px 0!important}#plan-modal .no-padding-top{padding-top:0!important}#plan-modal .no-padding-bottom{padding-bottom:0!important}#plan-modal .no-padding{padding:0!important}#plan-modal .p-0{padding:0px!important}#plan-modal .p-5{padding:5px!important}#plan-modal .p-10{padding:10px!important}#plan-modal .p-15{padding:15px!important}#plan-modal .p-20{padding:20px!important}#plan-modal .p-25{padding:25px!important}#plan-modal .p-30{padding:30px!important}#plan-modal .p-35{padding:35px!important}#plan-modal .p-40{padding:40px!important}#plan-modal .p-50{padding:50px!important}#plan-modal .p-60{padding:60px!important}#plan-modal .p-70{padding:70px!important}#plan-modal .p-80{padding:80px!important}#plan-modal .p-90{padding:90px!important}#plan-modal .p-100{padding:100px!important}#plan-modal .p-150{padding:150px!important}#plan-modal .p-200{padding:200px!important}#plan-modal .p-b-0{padding-bottom:0px!important}#plan-modal .p-b-5{padding-bottom:5px!important}#plan-modal .p-b-10{padding-bottom:10px!important}#plan-modal .p-b-15{padding-bottom:15px!important}#plan-modal .p-b-20{padding-bottom:20px!important}#plan-modal .p-b-25{padding-bottom:25px!important}#plan-modal .p-b-30{padding-bottom:30px!important}#plan-modal .p-b-35{padding-bottom:35px!important}#plan-modal .p-b-40{padding-bottom:40px!important}#plan-modal .p-b-50{padding-bottom:50px!important}#plan-modal .p-b-60{padding-bottom:60px!important}#plan-modal .p-b-70{padding-bottom:70px!important}#plan-modal .p-b-80{padding-bottom:80px!important}#plan-modal .p-b-90{padding-bottom:90px!important}#plan-modal .p-b-100{padding-bottom:100px!important}#plan-modal .p-b-110{padding-bottom:110px!important}#plan-modal .p-b-120{padding-bottom:120px!important}#plan-modal .p-b-130{padding-bottom:130px!important}#plan-modal .p-b-140{padding-bottom:140px!important}#plan-modal .p-b-150{padding-bottom:150px!important}#plan-modal .p-b-200{padding-bottom:200px!important}#plan-modal .p-t-0{padding-top:0px!important}#plan-modal .p-t-5{padding-top:5px!important}#plan-modal .p-t-10{padding-top:10px!important}#plan-modal .p-t-15{padding-top:15px!important}#plan-modal .p-t-20{padding-top:20px!important}#plan-modal .p-t-25{padding-top:25px!important}#plan-modal .p-t-30{padding-top:30px!important}#plan-modal .p-t-35{padding-top:35px!important}#plan-modal .p-t-40{padding-top:40px!important}#plan-modal .p-t-50{padding-top:50px!important}#plan-modal .p-t-60{padding-top:60px!important}#plan-modal .p-t-70{padding-top:70px!important}#plan-modal .p-t-80{padding-top:80px!important}#plan-modal .p-t-90{padding-top:90px!important}#plan-modal .p-t-100{padding-top:100px!important}#plan-modal .p-t-110{padding-top:110px!important}#plan-modal .p-t-120{padding-top:120px!important}#plan-modal .p-t-130{padding-top:130px!important}#plan-modal .p-t-140{padding-top:140px!important}#plan-modal .p-t-150{padding-top:150px!important}#plan-modal .p-t-200{padding-top:200px!important}#plan-modal .p-r-0{padding-right:0px!important}#plan-modal .p-r-5{padding-right:5px!important}#plan-modal .p-r-10{padding-right:10px!important}#plan-modal .p-r-15{padding-right:15px!important}#plan-modal .p-r-20{padding-right:20px!important}#plan-modal .p-r-25{padding-right:25px!important}#plan-modal .p-r-30{padding-right:30px!important}#plan-modal .p-r-35{padding-right:35px!important}#plan-modal .p-r-40{padding-right:40px!important}#plan-modal .p-r-50{padding-right:50px!important}#plan-modal .p-r-60{padding-right:60px!important}#plan-modal .p-r-70{padding-right:70px!important}#plan-modal .p-r-80{padding-right:80px!important}#plan-modal .p-r-90{padding-right:90px!important}#plan-modal .p-r-100{padding-right:100px!important}#plan-modal .p-l-0{padding-left:0px!important}#plan-modal .p-l-5{padding-left:5px!important}#plan-modal .p-l-10{padding-left:10px!important}#plan-modal .p-l-15{padding-left:15px!important}#plan-modal .p-l-20{padding-left:20px!important}#plan-modal .p-l-25{padding-left:25px!important}#plan-modal .p-l-30{padding-left:30px!important}#plan-modal .p-l-35{padding-left:35px!important}#plan-modal .p-l-40{padding-left:40px!important}#plan-modal .p-l-50{padding-left:50px!important}#plan-modal .p-l-60{padding-left:60px!important}#plan-modal .p-l-70{padding-left:70px!important}#plan-modal .p-l-80{padding-left:80px!important}#plan-modal .p-l-90{padding-left:90px!important}#plan-modal .p-l-100{padding-left:100px!important}#plan-modal .b-r-2{border-radius:2px!important}#plan-modal .b-r-3{border-radius:3px!important}#plan-modal .b-r-4{border-radius:4px!important}#plan-modal .b-r-5{border-radius:5px!important}#plan-modal .b-r-6{border-radius:6px!important}#plan-modal .b-r-7{border-radius:7px!important}#plan-modal .b-r-8{border-radius:8px!important}#plan-modal .b-r-9{border-radius:9px!important}#plan-modal .b-r-10{border-radius:10px!important}#plan-modal .b-radius{border-radius:50%!important}#plan-modal .float-right{float:right!important}#plan-modal .float-left{float:left!important}#plan-modal .float-none{float:none!important}#plan-modal .fullwidth{width:100%!important}

@media(max-width: 1200px){
    #plan-modal .modal__content{
        width: calc(100% - 40px) !important;   
        padding-top: 40px !important;
    }
    .plan-modal-close{
        top: 10px;
    }
}

@media (min-width: 992px){
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media(max-width: 992px){
    .section-pricing-need-more{
        max-width: 330px;
        margin: 0 auto;
    }
    .section-pricing-need-more .col-lg-4.col-md-6{
        margin-bottom: 10px;
    }
    .section-pricing-need-more .col-lg-4.col-md-6:last-child{
        margin-bottom: 0;
    }
    #plan-modal .flex-a-full>a{
         width: 100%;
         justify-content: center;
         padding: 0 20px !important;
    }
}
.col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {    
    padding-right: 15px;
    padding-left: 15px;
}
@media(max-width: 360px){
    #plan-modal .modal__content{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}