/*


 * Template Name: Unify - Responsive Bootstrap Template

 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.

 * Version: 1.9.2

 * Author: @htmlstream

 * Website: http://htmlstream.com

*/

/*Import Global Compulsory CSS Files

@import url(./app.css?v=1);

@import url(./blocks.css?v=1);

*/



* {

    border-radius: 0;

}



body {

    color: #333;

    font-size: 13px;

    line-height: 1.6;

}



body.header-fixed-space {

    padding-top: 94px;

}



body.header-fixed-space-v2 {

    padding-top: 135px;

}



@media (max-width: 991px) {

    body.header-fixed-space,

    body.header-fixed-space-v2 {

        padding-top: 0;

    }

}



p,

li,

li a,

label {

    color: #232323;

}



a {

    color: #72c02c;

    text-decoration: none;

}



a,

a:focus,

a:hover,

a:active,

button,

button:hover {

    outline: 0 !important;

}



a:focus {

    text-decoration: none;

}



a:hover {

    color: #72c02c;

    text-decoration: underline;

}



/*Hiding arrows for select field in IE*/

select::-ms-expand {

    display: none;

}





/* MY-CSS */
.btn-danger {
    padding: 5px 10px !important;
    border-radius: 50px !important;
}

.payment-method {
    transition: 500ms all;
    height: 190px;
}

.payment-method:hover {
    border-color: #0000ff;
}

.Sidemenu {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #4444445c;
    font-size: 22px;
    transition: 500ms all;
    cursor: pointer;
}

.Sidemenu:hover {
    color: #000;
}

.menuMain li {
    list-style: none;
    padding: 5px 12px;
    transition: 500ms all;
    cursor: pointer;
    color: #606060;
    font-size: 14px;
    padding: 6px 15px;
}

.menuMain {
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    top: 40px;
    right: 18px;
    text-align: left;
    background-color: #fff;
    z-index: 99;
    border: 1px solid #4444;
    display: none;
    box-shadow: 0 0 15px 1px #4444;
}

.menuMain li:hover {
    background: #eee;
    color: #606060;
}

.menuMain.active {
    display: block;
}

.subs_modal {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 10%;
    transform: translatex(-50%);
    background: #fff;
    padding: 40px 20px 20px;
    border-radius: 5px;
    border: 1px solid #000;
}

.subs_modal p {
    font-size: 12px;
    color: #444;
    font-weight: 600;
}

.subs_list {
    padding-left: 20px;
    margin: 0 !important;
}

.subs_list li {
    font-size: 12px;
    color: #444;
    margin: 8px 0;
}

.subs_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    padding: 0 !important;
    margin: 20px 0 0;
}

.subs_btn li {
    list-style: none !important;
}

.subs_btn li a {
    padding: 4px 30px;
    border-radius: 20px;
    text-transform: capitalize;
    background: transparent;
    color: #7e7e7e;
    border: 1px solid;
    text-decoration: none !important;
}

.subs_btn li:nth-child(2) a {
    color: blue;
}

.cross_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #4446;
    cursor: pointer;
}

.cross_btn:hover {
    color: #000;
}

.subs_btn li:nth-child(2) a:hover {
    color: #fff;
}

.subs_modal {
    transform: translate(-50%, -100%);
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
}

.subs_modal.active {
    transform: translate(-50%, 0%);
    opacity: 1;
    visibility: visible;
}

.menuMain li:nth-child(1) {
    border-bottom: 1px solid #4444;
}

.card-body {
    gap: 10px;
}


