.imglogo{
    width:35%;
    display: block;
    margin: 0 auto;
    padding: 13px;
    max-width: 140px;
}

.newrightcheckbox {
    margin-right: 8px !important;
}

body {
    overflow: scroll !important;
}

.subtitletext{
    text-align: center;
    padding: 5px 30px;
    color: #8a6f47;
}

input:-webkit-autofill, select:-webkit-autofill{
    -webkit-box-shadow:0 0 0 50px white inset;
    -webkit-text-fill-color: #8a6f47;
}
input:-webkit-autofill:focus, select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #8a6f47;
}

.margin-45{
    margin-left: 42px !important;
    width: 90%;
    padding-left: 0 !important;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.noborder {
    border-bottom: none !important;
}

.row{
    margin-top: 30px;
}

.justifynew{
    width: 80%;
    text-align: justify;
}

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

.wrapper{
    margin-top:15px;
    max-width:500px;
    margin: 0 auto;
}

.mt-10{
    margin-top: 100px;
}

.platform-ios input[type=checkbox].switch::before {
    height: 20px !important;
    width: 20px !important;
}

.platform-ios input[type=checkbox].switch {
    height: 25px;
    width: 43px;
}


.d-none{
    display: none !important;
}

.text-primary{
    color: #8a6f47 !important;
}


input[type=checkbox].text-primary.switch::before, input[type=radio].text-primary::after {
    background-color: #8a6f47;
}

.back-primary{
    background-color: #8a6f47;
}

input[type=checkbox].back-primary.switch::before, input[type=radio].back-primary::after {
    background-color: #8a6f47;
}

.list{
    border: none;
}

.list .item {
    border-bottom: 1px solid #8a6f47;
    margin-bottom: 5px;
}

.iti{
    width:100%;
}

label.error{
    top: 18px;
    position: absolute;
    width: 100%;
    right: 0;
    font-size: 12px;
    color: red;
    width: 120px;
}


#phone-error {
    top: 2px;
    right: -14px;
}

.errormessage{
    padding-top:10px;
    padding-left:15px;
    color: red;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 22px !important;
    font-size: 14px !important;
    color: #8a6f47;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #ffffff !important;
}

.title{
    font-size:28px;
    padding: 10px 20px;
    font-weight: 600;
}

.header{
    height: initial;
}

#karmabeachorm{
    padding: 20px 30px;
}

.item.icon:before {
    top: 16px !important;
}

.iti__flag {
    width: 16px !important;
}

.item.icon input, .item.icon select {
    padding-left: 45px;
}

.sizefontnew{
    line-height: 1.3 !important;
    font-size: 13px !important;
}

.left-42{
    padding-left: 42px !important;
}

.left-10{
    padding-left:9px !important;
}

.pa-0{
    padding: 0 !important;
}

.btnnew{
    font-size: 22px;
    padding: 2px;
}

.solidbrown{
    border: 1px solid #8a6f47;
}

.btnbrown{
    font-weight: 700;
    font-size: 20px;
}

.w100link{
    width:100%;
    display:block;
    color:  #8a6f47;;
}

.mt-2{
    margin-top:20px;
}


.mt-4{
    margin-top: 20px;
}

::-webkit-input-placeholder { 
    color:    #8a6f47 !important;
}
:-moz-placeholder { 
   color:    #8a6f47 !important;
   opacity:  1;
}
::-moz-placeholder { 
   color:    #8a6f47 !important;
   opacity:  1;
}
:-ms-input-placeholder { 
   color:    #8a6f47 !important;
}
::-ms-input-placeholder { 
   color:    #8a6f47 !important;
}
::placeholder { 
   color:    #8a6f47 !important;
}

@media screen and (min-width: 765px) {
    .header{
        position: relative !important;
    }
    .mt-10 {
        margin-top: 20px;
    }
    .wrapper{
        border-radius: 1rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding-bottom: 40px;
    }
    .imglogo {
        width: 90%;
        padding: 15px;
        max-width: 180px;
    }
}