


.logo img {

    width:15% !important;
    margin-top:-30px !important;
}

@media only screen and (max-width: 520px){
    .logo img {
        width: 15% !important;
        margin-top: -80px !important;
    }

    .hideMobile{

        display:none;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: -15px;
        margin-top: -40px;
    }
}

.text-white{

    color:white !important;
}

.item .rating img {
    width: 100px !important;
    height: 100px !important;
    padding: 0px !important;
    display: block;
    border-radius: 75%;
 
    min-width: initial !important;
    max-width: initial !important;
    
    object-position: top;
    text-align:center;
    margin-left:auto;
    margin-right:auto;

}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background-color: #F0C540 !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 420px;
        margin: 30px auto;
    }

    .modal-full-width {
        max-width: 1200px !important;
        width: 1200px !important;
    }
   
}


    .modal-header .close {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: 1;
        text-align: right;
        margin-left: auto;
    }

    .modal-header h4{

        color:white !important;
    }

.color-primary {
    color: #FFF !important;
}
#btnLoginModel:hover{

    cursor:pointer
}

.centered{
    text-align:center !important;
}

.dropdown-toggle {
    position: relative;
    vertical-align: middle;
    margin: 5px;
    margin-top: 10px;
    padding: 0px !important;
    padding-left: 15px  !important;
    padding-right: 15px  !important;
    background-color: transparent;
    border: 1px dashed white;
}

    .dropdown-toggle:hover {
        background-color: #e80a0a !important
    }

    .btn-group:hover .dropdown-menu {
        display: block;
    }

.dropdown-item{
    width:100% !important;
    color:black !important;
  
    
}

    .dropdown-item:hover {
      color: #e80a0a !important;
    }

.float-right{

    float:right;
}

.badge.badge-pill {
    border-radius: 10rem;
}

.badge {
    border-radius: 0;
    font-size: 12px;
    line-height: 1;
    padding: .375rem .5625rem;
    font-weight: normal;
}

.badge-success {
    color: #fff;
    background-color: #71c016;
}

.badge-warning {
    color: #fff;
    background-color: #db8c0a;
}

.badge-danger {
    color: #fff;
    background-color: #F0C540;
}

.card .post-header {
    margin-bottom: 15px;
    background: #333;
    padding: 25px;
}

.post-header .date {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 10px;
}

.post-header h4 a {
    font-size: 24px;
    color: #e80a0a ;
    font-weight: 600;
}

    .post-header h4 a:hover {
        
        color: #fff;
    }
.postmeta {
    margin: 10px 0;
    font-size: 14px;
}

.postmeta {
    margin: 10px 0 0 0;
    line-height: 24px;
    color: #999;
}
    .postmeta span, .postmeta a {
        color: #fff;
        display: inline-block;
        margin-right: 10px;
    }

.readmore {
    display: inline-block;
    margin-top: 25px;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    background: #e80a0a;
}
.itemblog{

    height:624px !important;
}


.invalid-feedback {
    display: none;
}

.invalid-feedback2 {
    display: block;
    width: 100%;
   
    font-size: 80%;
    color: #dc3545;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #e3e3e3;
}

.card-header-custom {
    background-color: #F0C540 !important;
    color: white;
}

.col-flex-data .service-thumb {
    height: 331px !important;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.stripe-button-payment {
    font-size: 30px !important;
    border-radius:20px !important;
    background-color:white !important;

}

    .stripe-button-payment:hover {
      
        background-color: lightgray !important;
    }


.searchTerm {
    width: 100%;
    border: 3px solid #F0C540 !important;
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
    outline: none;
    color: #9DBFAF;
}

footer {
    background-color: #F7F7F7 !important;
}

    footer .footer-branding p {
        color: black !important;
    }
    .footer-branding i {
        color: black !important;
    }

footer .footer-container div ul li a {
    color: white !important;
}

footer .footer-contact-us li span {
    font-size: 1.7rem;
    color: white !important;
    
}

footer .footer-contact-us i {
    font-size: 3rem;
    color:black !important;
}

footer .copywrite p{

    color:white !important;
}

                                         