body{
    font-size:  14px;
    
}

.logo{
font-size: 20px;
}




* {
    margin: 0;
    padding: 0
}


#footer {
    background-color: #003366 !important;
    color: #f1f1f1;
    font-size: 14px;
    position: relative;
}
.featured-services .icon-box {
    padding: 20px;
    color: #f1f1f1;
    background: #003366 !important;
    border-radius: 4px;
    border: 1px solid #003366 !important;
    transition: 0.3s;
    height: 100%;
}
.result{
    background: #f3f3f3;
    padding: 40px;
}
.result-vendor{
    background: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
}
#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: bold
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    height: 90%;
  
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
   
   
}
.content_{
    margin-top: 110px !important;
}
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
   
}
.fixed-top {
    position:fixed;
    top: 0;
    right: 0;
    left: 0;
  
   
}
#msform {
    border-radius: 5px;
    text-align: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding:20px;
    background-color: #fff;
}
#smcard {
   border-radius: 5px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding:20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 5px;
    position: relative
}
.alert-success {
    color: #fff;
    background-color: #00ffbf;
    border-color: #00ffbf;
}
.btn-primary {
    color: #fff;
    background-color: #009b92;
    border-color: #009b92;
    box-shadow: none;
}
.btn-primary:hover {
    color: #000;
    background-color: #009b92	;
    border-color: #009b92	;
    box-shadow: none;
}

.bg-primary{
    background-color: #009b92 !important;
}
.bg-success {
    background-color:#00ffbf!important;
    color: #000;
}
.bg-warning{
    background-color: 	#ffff00!important;
    color: #000;
}
.btn-success {
    color: #fff;
    background-color: #00ffbf;

    border-color: #00ffbf;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #009b92;
    border-color: #009b92;
}
.sidebar-dark-red{
    background-color:#009b92
    !important;
    color: #000;
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .inputText,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #009b92;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #009b92;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #009b92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}









.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
   
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    
    outline: none;
    position: relative;
    z-index: 1000
}
.custom-control-label{
    font-size: 20px;
}
.option-input:checked::after {
    -webkit-animation: click-wave 0.25s;
    -moz-animation: click-wave 0.25s;
    animation: click-wave 0.25s;
    background:#00ffff;
    content: '';
    display: block;
    position: relative;
    z-index: 100
}

.getstarted:hover{
    background: #00ffff
}
