﻿.icro-form1 {
    outline: none;
    background: transparent;
    border: none;
    padding: 0;
    width: 100%;
    border: 1px solid #000;
    padding: 0 5px;
    border-radius: 5px;
}

    .icro-form1:focus {
        background: #fff;
        border: 1px solid #000;
    }

.icro-border {
    border: 1px solid #362976;
}

.secure-box {
    background-color: #FAFAFA;
    margin: 50px 0 50px 0;
    padding: 20px 30px;
    border-radius: 15px;
}

.box-title {
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    font-size: 25px;
    padding: 5px;
    text-align: center;
    margin-bottom: 40px;
}

.price-box {
    padding: 15px 25px;
    color: #000;
    background: #fff;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #E3E5E8;
}

.donate-btn {
    padding: 15px 25px;
    color: #fff;
    background-color: darkgoldenrod;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
}

.d-none {
    display: none;
}

.payment-logo {
    background-color: #fff;
    height: 50px;
    padding: 15px;
    border-radius: 5px;
    margin: 15px;
}

.custom-text {
    color: #362976;
    font-weight: bold;
    font-size: 15px;
}

.btnMenu {
    border: 1px solid #362976;
    color: #362976;
    font-weight: bold;
    padding: 10px;
    margin: 18px 0;
    background: #fff;
    transition: all .3s ease-in;
    display: block;
}

    .btnMenu:hover {
        background-color: #362976;
        color: #fff;
    }
.btnMenu2 {
    border: 1px solid #E4E941;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    margin: 18px 0;
    background: #aaad3466;
    transition: all .3s ease-in;
    display: block;
}

    .btnMenu2:hover {
        background-color: #E4E941;
        color: #fff;
    }

.icro-alert {
    background-color: green;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    border: 1px dashed #fff;
    text-align: center;
}

.mb-15px {
    margin-bottom: 15px;
}

.h-54px {
    height: 54px;
}

.custom-input1 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    padding: 7px 15px;
    outline: none;
    border: none;
    box-shadow: 0 0.145rem 0.55rem rgb(0 0 0 / 8%) !important;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #aaad3466
}
    .custom-input1:focus {
        border: 2px solid #F8BB00
    }
    .required::after{
        content:" *";
        color:red;
        font-size:10px;
    }

.mv-750px {
    max-width: 750px;
}

.p-rig-lef-350px {
    padding: 0 350px;
}
.mobile-hide{
    display:block;
}
.mobile-show{
    display:none;
}
@media screen and (max-width: 600px) {
    .p-rig-lef-350px {
        padding:0;
    }
    .mobile-hide{
        display:none;
    }
    .mobile-show {
        display: block;
    }
}

.mtb-15px {
    margin: 15px 0;
}

.mtb-5px {
    margin: 5px 0;
}

.custom-label-1 {
    color: #E9EE42;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
ul.ks-cboxtags {
    list-style: none;
    padding:0;
}
ul.ks-cboxtags li {
    display: inline;
}
ul.ks-cboxtags li label {
    display: inline-block;
    background-color: #ffffff7e;
    border: 1px solid #fff;
    color: #fcffa0;
    border-radius: 5px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}
ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #E9EE42;
    background-color: #e9ee4266;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
    border: 2px solid #e9a1ff;
}


.custom-radio {
    position: relative;
    overflow: hidden;
    padding:3px;
    border-radius: 5px;
}
.custom-radio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    .custom-radio [type=radio] + img {
        cursor: pointer;
        width: 100%;
        outline: 15px solid #e9ee4289;
    }
.custom-radio [type=radio]:checked + img {
   outline: 15px solid #ffd800;
}
.custom-radio span{
    position:absolute;
    bottom:0;
    cursor:pointer;
    user-select:none;
    text-align:center;
    left:0;
    background-color:#E9EE42;
    padding:1px 5px;
    color:#000;
    border-radius:0 5px 0 0;
}
.custom-radio-2{
    position:relative;
}
.custom-radio-2 [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
    .custom-radio-2 [type=radio] + label {
        cursor: pointer;
        width: 100%;
        background-color: #fff;
        border: 3px solid #aaad3466;
        box-shadow: 0 0.145rem 0.55rem rgb(0 0 0 / 8%) !important;
        text-align: center;
        padding: 5px 15px;
        border-radius: 10px;
        transition: all .3s ease-in-out;
    }
    .custom-radio-2 [type=radio]:checked + label {
        border-color: #b5b938;
        background-color: #e8ed51ff;
    }
.classic-bg {
    background: url(/theme-two/images/bg-pattrens/header-img.jpg) no-repeat fixed;
    background-size: cover;
}
.custom-box-1 {
    width: 100%;
    border-radius: 10px;
    color: #000;
    border: 1px solid #E9EE42;
    background-color: #aaad3466;
    padding:5px 15px;
}
.custom-box-1 .left{
    text-align:left;
}
.custom-box-1 .right {
    float: right;
    font-weight: bold;
}
.custom-btn-1 {
    width: 100%;
    padding: 8px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    background-color: #FFC000;
    border: none;
    font-weight:bold;
    box-shadow: 0 0.145rem 0.55rem rgb(0 0 0 / 8%) !important;
}
.custom-btn-1-disable {
    width: 100%;
    padding: 8px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    background-color: #aaad3466;
    border: none;
    font-weight:bold;
    box-shadow: 0 0.145rem 0.55rem rgb(0 0 0 / 8%) !important;
}
.custom-list {
    list-style: none;
    padding: 0;
    background-color: #fff;
    border-radius: 5px;
}
.custom-list li{
    padding:5px 10px;
}
.custom-list li p{
    font-weight:bold;
    color:#000;
    margin:0;
}
.border-b-362976 {
    border-bottom: 2px solid #362976
}
.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.f-bold{
    font-weight:bold;
}
.f-right{
    float:right;
}
.f-left{
    float:left;
}
.plr-15px{
    padding:0 15px;
}

.margin-custom {
    margin-left: 195px;
}
@media screen and (max-width:568px) {
    margin-custom {
        margin-left: 0;
        padding-top: 15px;
    }
    .alo-153 .description .title {
        margin: 0;
    }
    .alo-153 .description .text {
        margin: 0;
    }
    .cc-color-override--1254661338.cc-window {
        bottom: 200px;
        top: auto;
        right: 30px;
        left: auto;
    }
}