.white-color{
    color:white;
}

.fs-small{
    font-size: 0.8em;
}

.logo{
    width:85%;
}

.country-img{
    width:30px;
}

.btn-reg{
    border: 1px solid #0064d2;
    color: #0064d2;
    font-weight: 500;
}

.btn-reg:hover{
    border: 1px solid #0064d2 !important;
    color: white !important;
    background-color: #0064d2 !important;
}

.green-header{
    background-color: #d8242a;
}

.header-addon{
    font-weight:700;
}

.btn-search{
    color: white !important;
    background-color: #0064d2 !important;
}

.category-select{
    background-color: #DDDDDD;
    color: #555555;
    font-size: 0.8em;
    padding: 5px !important;
    border-radius: 4px;
    margin: 5px;
    margin-left: 0px;
    font-weight: 700;
}

.yellow-box-images{
    width:100%;
    /* max-width: 200px; */
}

.yellow-div{
    background-color: #e9cf47;
    border-radius:10px;
}

.nearby{
    color: #0064d2;
}

.w-30{
    width:100%;
}

.img-thumbnail{
    border: none !important;
}

.br-1{
    border-radius: 0.5em;
}

.mh-80px{
    min-height: 80px;
}

.alertPulse-css {
    animation: opacityPulse 3s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
    color: white;
    font-weight: 600;
}

.green-header a {
    color: white!important;
    font-weight: 600;
}

body, .input-group-text {
    color: #303030;
}

.default{
    width: 45%;
    border: 1px solid grey;
}

.default:hover,.default:focus,.default:active{
    border: 1px solid grey;
    background-color: #0064d2 !important;
    color:white !important;
}

.active{
    background-color: #0064d2 !important;
    color:white !important;
}


.city-preview{
    color: black;
    list-style: none;
    margin-top:5px;
    height: 1px;
    overflow-y: auto
}


.preview-holder{
    position: relative;
    height:1px;
    z-index: 9999;
}

li{
    padding-left:10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c9c8c8;
    background-color: white;
}

.w-45{
    width:45%;
}

.select{
    border: 1px solid grey;
}

.select:active,.select:hover,.select:focus{
    background-color: #0064d2 !important;
    color:white !important;
}

.auto-w{
    width:100%;
}

.auto-full, .auto-full-1{
    width:100%;
}

.small{
    font-size:small !important;
}

.female_animation{
    border-radius: 3px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: femalePulse 1s infinite;
}

input:focus, input:hover{
    outline: none !important;
    box-shadow: none !important;
}

a{
    color: unset !important;
    text-decoration: none !important;
}




@keyframes femalePulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 100, 210, 0.9);
    }

    50% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 100, 210, 0.5);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(244, 207, 1, 0);
    }
}



@media (min-width: 576px) {
    .w-30{
        width:30%;
    }
    .mh-80px {
        min-height: 95px;
    }
}


@media (min-width: 992px) {
    .w-30{
        width:30%;
    }
    .auto-w{
        width:auto;
    }
}


@media (min-width: 992px) {
    .w-30{
        width:30%;
    }
    .auto-w{
        width:auto;
    }
}

@media (min-width: 1200px) {
    .auto-full{
        width:auto;
    }
}

@media (min-width: 1500px) {
    .auto-full-1{
        width:auto;
    }
}

@media (min-width: 1820px) {
    .d-3xl-none{
        display: none !important;
    }
}

.border {
    border: none !important;
    width: 100%;
}

.border > .row {
    margin-bottom: 10px;
}

.border div#row3 {
    width: 100%;
}

#q6 .form-group button {
    width: 90%;
    font-weight: 600;
    font-size: 1rem;
}

#q6 .form-group button {
    width: 90%;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid grey;
}

.border div#row3 .form-group {
    width: calc(100% - 60px);
    padding: 0;
}

#q6 #row3 .form-group button {
    width: 80%;
}

button#q6button {
    background-color: #0064d2 !important;
    color: white !important;
}

#q6 .active {
    background-color: #0d6efd !important;
    color: white !important;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

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

.next-14 #staticBackdrop .modal-footer {
    display: none;
}

.font-size1 {
    font-size: 1.3rem;
}

span#myEmail {
    color: #d8242a;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 0.5rem;
}

.newWidthButton {
    font-weight: 600;
    border: 1px solid #0064d2;
    color: #0064d2;
    font-size: 0.9rem;
}

#q14 .fontsize1 {
    font-size: 0.8rem;
}

@media only screen and (max-width: 768px) {
    .newWidthButton {
        width: 205px;
    }
}