﻿.services.highlighted .owl-item:nth-child(3n+1) .service-box {
    background: #4097db !important;
}

.services.highlighted .owl-item:nth-child(3n+2) .service-box {
    background: #4097db !important;
}

.services.highlighted .owl-item:nth-child(3n+3) .service-box {
    background: #4097db !important;
}

#header .top-bar:after, #header .top-bar {
    background: #cc6600 !important;
}

    #header .top-bar:before, #header .top-bar p, #header .top-bar p:after {
        background: #d4781c !important;
    }

#header.header-two .main-nav {
    background: #4097db !important;
}

.smallHeader.active #header.header-two {
    background: #4097db !important;
}

.sign-up .form-control {
    border-radius: 0 !important;
    border: 1px solid #bdbdbd !important;
    padding: 0 10px;
    height: 45px !important;
}

.sign-up  label {  
    font-weight: 200 !important;
}


.payment-channel-modal-wrapper {
    background-color: rgba(14, 47, 90, 0.6);
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999 !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in;
}

    .payment-channel-modal-wrapper.show {
        opacity: 1;
        pointer-events: auto;
    }

.payment-modal-dialog {
    background: #fff;
    /* width:600px;*/
    max-width: 500px;
    padding: 15px 30px 15px 30px;
    box-shadow: rgb(0 0 0 / 70%) 0px 20px 30px;
    border-radius: 7px;
}




    .payment-modal-dialog .modal-head h2 {
        font-size: 16px !important;
        margin-bottom: 15px;
        font-weight: 700;
        color: #005CE4;
    }

    .payment-modal-dialog .modal-head {
        border-bottom: 2px solid #eee;
        margin-bottom: 20px;
    }

.modal-body label {
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    text-align:center;
}

.modals-footer {
    text-align: right;
}

    .modals-footer button {
        font-size: 14px;
        background-color: #df7738;
        color: #fff;
        padding: 5px 25px;
        margin-top: 10px;
        border-radius: 5px;
    }

.payment-modal-dialog .channel-item {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 3px;
    transition:box-shadow 0.3s ease; 
    cursor:pointer;
}


.payment-modal-dialog .channel-item:hover {
   box-shadow: 0px 4px 7px;
}

.image-and-text-box .bordered-thumb {
    margin: 0 3px 35px !important;
}

.home-open-accountbtn {
    background: #eb0028 !important;
    color: #fff !important;
}


