* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: rgb(236, 103, 69);
}

.pclr {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff !important;
}


.text-clr {
    color: var(--primary-color) !important;
}


.navbar {
    position: fixed !important;
    width: 100%;
    top: 0px;
}

.wb-color {
    background-color: #fff;
}

.navbar-brand img {
    width: 120px !important;
}

.nav-link {
    color: #fff !important;
    margin: 0px 10px !important;
}

.sn-up {
    border: 1px solid #eee !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
}

.cb-form-box {
    text-align: center;
}

.cb-form-box h1{
    text-align: center;
    color: #000;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}


.cb-form-box input {
    letter-spacing: inherit;
    border: 0px;
    box-sizing: content-box;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    padding: 15px 12px;
    background-color: #ddd;
    border-radius: 3px;
}

.cb-form-box select {
    letter-spacing: inherit;
    border: 0px;
    box-sizing: content-box;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    padding: 15px 12px;
    background-color: #ddd;
    border-radius: 3px;
}

.form-check {
    padding-left: 0px !important;
    display: inline-block;
}

.form-check input {
    margin-right: 3px;
    margin-bottom: 0px !important;
    width: unset;
    display: inline-block;
    margin-top: 15px;
}

.form-check label {
    font-size: 16px;
    position: relative;
    top: -1px;
}

.log-form-btn {
    /* float: right; */
    width: 60%;
    text-align: center;
    padding: 8px 0px !important;
}

.btm-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin: 0px 10px;
    font-weight: 600;
}


#error-msg {
    color: red;
}
  
#valid-msg {
    color: #00c900;
}
  
input.error {
    border: 1px solid #ff7c7c;
}
  
.hide {
    display: none;
}

.phone-input {
    margin-bottom: 5px;
    padding: 8px 10px;
    width: 85% !important;
}


.iti {
    width: 100%;
}

.iti__search-input {
    padding: 8px;
}

input {
    outline: none;
}

#ver-form {
    display: none;
}

.ver-form h4 {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.ver-form p {
    color: #000;
    font-weight: 600;
}

.back-btn img {
    width: 25px;
    margin-bottom: 10px;
    position: relative;
    left: -5px;
}