﻿input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
form[type=number] {
    -moz-appearance: textfield;
}

.file_upload {
    width: 58.6% !important;
    line-height: 25px !important;
    height: 0 !important;
    padding-bottom: 33px !important;
}

.radio_margin {
    margin-left: 6px !important;
}

#birth {
    transform: translateX(10%);
    z-index: 99;
}

.calender-addon {
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #e15856;
}

.marginR-4 {
    margin-right: 4px;
}

#DOB {
    border-radius: 4px;
}

.dFlex{
    display:flex;
}

.tAlign{
    text-align: right;
}
  

@media only screen and (min-width:342px) and (max-width: 658px) {
    .wisamNavMob {
        margin-right: 60%;
    }

    .wisamBrandImg {
        position: relative;
        top: -2px;
    }
}

@media only screen and (min-width: 328px) {
    .wisamNavMob {
        margin-right: 40%;
    }

    .wisamBrandImg {
        position: relative;
        top: -2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wisamNavMob {
        margin-right: 98px;
    }

    .wisamBrandImg {
        position: relative;
        top: -6px;
        margin-left: 64% !important;
    }

    .navbar-collapse {
        padding-left: 40%;
    }

}

@media only screen and (width: 767px) {
    .wisamNavMob {
        margin-right: 44px;
    }

    .wisamBrandImg {
        position: relative;
        top: -6px;
        margin-left: 64% !important;
    }

    
}
