@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');

html {
    image-rendering:-moz-crisp-edges;          /* Firefox        */
    image-rendering:-o-crisp-edges;            /* Opera          */
    image-rendering:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    /* font-family: Noto Sans TC !important; */
    color: #3C3C3C;
}
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) {
    .footer-row {
        display: flex;
        flex-direction: column;
    }

    .md-center {
        align-items: center;
        justify-content: center !important;
    }

    .footer-title {
        text-align:center;
    }

    .md-pd-0 {
        padding: 0 0 0 0 !important;
    }

    .decoration_desktop {
        display: none;
    }

    .decoration_pad_portrait {
        display: block;
    }

    .decoration_pad {
        display: none;
    }

    .decoration_mobile {
        display: block;
    }
}

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

#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;
}
.flex {
    display: flex;
}
.justify-end {
    justify-content: flex-end;
}
.justify-start {
    justify-content: flex-start;
}
.justify-between {
    justify-content: space-between;
}
.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: #F8F9FA;
    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;
}

.pinboard-section-content {
    padding-top: 20px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .pinboard-section-content {
        padding-bottom: 20px;
    }
}
