body {
    font-family: "SF Pro Text", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.6em;
    padding: 0;
    background-color: #ffffff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

section {
    padding: 120px 0 120px 0;
    position: relative;

}

p{
font-size: 16px;
font-weight: 300;
margin: 0 !important;

}

.heading-title h1{
font-size: 56px;
color: #1a1a1a;
font-weight: 600;
}
.heading-title h2{
margin-top: 30px;
font-size: 42px;
color: #1a1a1a;
font-weight: 500;
}

.select-plan{
margin-top: 30px;
display: flex;
justify-content: space-between;
width: 432px;
height: 64px;
padding: 6px;
background-color: rgb(255, 255, 255);
border-radius: 6px;

}

.btn{
color: #1A1A1A;
padding:6px;
background-color: #ffffff;
width: 210px;
height: 52px;
border-radius: 6px;
}

.btn-active{
color: white;
background-color: #44B29D;
width: 210px;
height: 52px;
border-radius: 6px;
}

.btn-inactive{
color: #1A1A1A;
background-color: #ffffff;
width: 210px;
height: 52px;
border-radius: 6px;
        }
.subscription-card{
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vertical-center {
    min-height: 100%;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.plan-card{
    margin-top: 30px;
    width: 500px;
    height: auto;
    padding: 30px;
    color: #1a1a1a;
    background-color: #fff;
    border-radius: 12px;

}
.card-details p{
font-size: 16px;
font-weight: 500;
line-height: auto;
color: #181818;

}
.text{
display: flex;
justify-content: space-between;
align-items: center;
}

p.sub-text{
    font-size: 14px;
    line-height: auto;
    color: #606060;
    font-weight: 300;
}
.text.svg{
    color: #ff0000;
}
.custom-hr{
    border: 1px solid #44B29D;
    opacity: 40%;
    margin-top: 30px;
   margin-bottom: 30px;
}



.add-dept{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1.5px solid #44B29D;
    border-radius: 6px;
    width: 130px;
    height: 40px;

}
#seats-reduce-button{
    background: transparent;
    border: transparent;
    padding-left: 14px;
    padding-right: 14px;
}
#seats-increase-button{
    background: transparent;
    border: transparent;
    padding-left: 14px;
    padding-right: 14px;
}

.add-dept #dept-number{
    width: 50px;
    height: 40px;
    text-align: center;
    background: transparent;
    border: transparent;
    padding-left: 16px;
    padding-right: 16px;
}
.purchase-selected span{
    font-size: 32px;
    text-decoration: line-through;
}

.purchase-selected button{
    font-size: 16px;
    font-weight: 700;
    color: #336AEA;
    background-color: #E1E9FC;
    border-radius: 20px;
    border: none;
    padding: 6px 12px;
    margin-left: 12px;

}
.purchase-selected{
display: flex;
align-items: center;
}

.purchase-total{
display: flex;
align-items: center;
font-size: 36px;
font-weight: 600;
margin-top: 12px;
}

.TOS-privacy label{
font-size: 12px;
line-height: 1.5;
font-weight: 300;
text-align: left;
}

.TOS-privacy{
    margin-top: 12px;
    text-align: left;
}

.btn-active-lg{
    color: white;
    background-color: #44B29D;
    width: 100%;
    line-height: 1.5;
    /* height: 60px; */
    border-radius: 6px;
    }

    .btn-active-lg p{
        font-size: 22px;
        font-weight: 600;
        color: white;
        }

 .TOS-privacy {
    align-items: flex-start !important;
    display: flex;
    align-items: center;
}
.check-form{
    align-items: flex-start !important;
    display: flex;
}


.payment-billing{
    margin-top: 70px;

}

.btn-active-outline-active{
    width: 265px;
    border: 1px solid #44B29D;
    background-color: #fff;
    color: #44B29D;
    font-size: 24px;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    border-radius: 8px;
}

.btn-active-outline{
    width: 265px;
    border: 1px solid #6A6F73;
    color: #6A6F73;
    font-size: 24px;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    border-radius: 8px;
}



.add-pay-heading{
    margin-top: 16px;
    padding: 30px;
    border-radius: 6px;
    background-color: transparent;
    /* background-color: #fff; */
    background-image: none;
    border: 1px solid #6A6F73;
    border-radius: 8px;

}


.card-from-comtrol{
  display: block;
  width: 100%;
  height: 46px;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #6A6F73;
  background-color: #fff;
  background-image: none;
  border: 1px solid #DBDBDE;
  border-radius: 8px;
}


label{
display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400 !important;
}

.card-date .card-from-comtrol{
    width: 249px;
}

.card-date-2{
    margin-left: 10px;
}
.check-form-label{
    margin-left: 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 200 !important;
    color: #1A1A1A;
}
.payment-method h2{
    margin-top: 30px;
    margin-bottom: 0;
}
.person-details {
  margin-top: 16px;
  padding: 30px;
  border-radius: 6px;
  height: 140px;
  color: #fff;
  background-color: #44B29D;
  background-image: none;
  /* border: 1px solid #6A6F73; */
  border-radius: 8px 8px 0px 0px;

}
.user-details{
    padding: 30px;
    border-radius: 6px;
    background-color: #ffffff;
    background-image: none;
    /* border: 1px solid #6A6F73; */
    border-radius: 0px 0px 8px 8px;
}

/* Overrifht CSS Bootstrap */
hr{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
   border-top: 1px solid #eee;
}

.sign-up{
    align-items: center;
    height: 60px;
    width: auto;
    background-color: #EA5F45;
}
.free-trial{
   /* width: 0px;*/
    height: auto;
    padding: 30px;
    background-color: #f5f5f5;
    border-radius: 0px;
}

.login-form {
    width: 400px;
    height: auto;
    padding: 40px;
    background-color: #f5f5f5;
    border-radius: 0px;
}

    .login-form h1 {
        font-size: 34px;
        font-weight: 500;
        color: #1a1a1a;
        margin: 0;
        text-align: center;
        margin-bottom:34px;
    }

.email-verify-panel  {
    width: 600px;
    height: auto;
    padding: 50px;
    background-color: #f5f5f5;
    border-radius: 0px;
}

    .email-verify-panel h1 {
        font-size: 26px;
        font-weight: 500;
        color: #1a1a1a;
        margin: 0;
        text-align:center;
    }

    

.signup-form h1 {
    font-size: 26px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    padding-bottom: 12px;
}

.free-trial h1{
    font-size: 26px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    padding-bottom: 18px;
}
.free-trial h4{
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    padding-bottom: 18px;
}
.free-trial p{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 200;
    color: #181818;
    margin: 0;
}
.feature-details{
    padding-bottom: 12px;
}
.feature-details .feature{
    padding-bottom: 18px;
}
/* 
sign up page custom btn design */

.custom-btn-signup{
    font-size: 32px;
    font-weight: 500;
    padding: 26px 66px;
    background-color: #44B29D;
    color: #fff;
    border-radius: 6px;
    min-width: 120px;
}

button{
    font-size: 32px;
    font-weight: 500;
    padding: 26px 66px;
    background-color: #44B29D;
    color: #fff;
    border-radius: 6px;
    border: none;
}

.signup-btn {
    font-size: 22px;
    font-weight: 500;
    padding: 15px 66px;
    background-color: #EA5F45;
    color: #fff;
    border-radius: 6px;
    border: none;
}

.circle-back{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 76px !important;
    width: 76px !important;
    background-color: #F6F9FC;
    border-radius: 100px;
    border: none;
    padding: 0 !important;
    
}

.pb-custom-40{
    padding-bottom: 40px;
}

.pb-custom-16 {
    padding-bottom: 16px;
}

.signup-step {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
}

.input-button{
    display: block;
    width: 328px;
    height: 48px;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 300;
    border: none;
    border-radius: 6px;
    background-color: #eee;
}

.input-button-custom {
    display: block;
    width: 328px;
    height: 48px;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 600;    
    border-radius: 6px;
    background-color: #ea5f45;
    color:#fff;
    border:none;
}

label{
    font-size: 24px;
    font-weight: 400;
    color: #181818;
}

.back-next-button{
    display: flex;
    justify-content: space-between;
}

.email-verify p {    
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #4a4a4a;
    margin: 0;
    text-align: center;
}


.c-footer {
    background-color: #333333;
    color: #fff;
    font-weight: 300;
    padding-top: 60px;
    padding-bottom: 4px;
}

    .c-footer .copyright {
        margin-top: 50px;
    }

    .c-footer .footer-header {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .c-footer .footer-text {
        font-size: 12px;
        letter-spacing: 0.67px;
        line-height: 24px;
    }

        .c-footer .footer-text a {
            color: #fff;
        }

            .c-footer .footer-text a:hover {
                color: #4A4A4A;
                text-decoration: none;
            }

    .c-footer .social-icon {
        margin: 15px 0;
    }

        .c-footer .social-icon .no-side-padding {
            padding-left: 0px;
            padding-right: 0px;
        }

    .c-footer .social-text a {
        color: #fff;
    }

        .c-footer .social-text a:hover {
            color: #4A4A4A;
            text-decoration: none;
        }

.yellow-txt {
    color: #F8CA4C;
}

.signup-btn-step2 {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 16px;
    background-color: #EA5F45;
    color: #fff;
    border-radius: 6px;
    border: none;
}

.signup-btn-back {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 16px;
    background-color: #eee;
    color: #fff;
    border-radius: 42px;
    border: none;
}

.feature img{
    margin-top: 1px;
}

