.wpsm_panel-body ul{
    list-style: none;
    margin: 0;
}
.margin_bottom_0{
    margin-bottom: 0px;
}
.search_block{
    background: #FFF;
    padding: 10px 25px 5px 25px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px 0 #e4e4e4;
    border-radius: 10px;
}
.search_result_ul{
    list-style: none;
    padding: 0px;
}
.search_result_ul h5{margin-bottom: 5px;}
.search_result_ul p{
    color: #000000;
}
.table_structure{
    border-radius: 8px !important;
    background: #fafafa !important;
    padding: 30px 20px 30px 20px !important;
    border: 1px solid #ececec !important;
    box-shadow: 0px 0px 5px 0px #e4e4e4 !important;
}
.search_text_box{
    min-height: 30px !important;
    height: 30px !important;
}
.search_btn{
    font-size: 10px !important;
}
.w-tabs-section:nth-child(even) {
    background-color: #ffe0e4;
}
.w-tabs-section-content{
    background-color: #FFF !important;
}
.ac_title_class{
    font-size: 14px !important;
    line-height: 16px !important;
}
.wpsm_panel-body a{
    font-size: 14px !important;
}
.search_by_css{
    font-size: 14px !important;
}
.white-popup{
    position:relative;
    background:#fff;
    padding:25px;
    width:auto;
    max-width: 500px;
    margin:0 auto;
    border-radius: 8px;
}
.white-popup h2{
    color: #ed1c24;
    font-size: 30px;
    text-align: left;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.white-popup .text-align-center{
    text-align: center;
    margin-top: 20px;
}
.white-popup .type_email{
    border-bottom: 3px solid #ed1c24;
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}
.type_email:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.spin_block_form{
    text-align: center;
    color: #ed1c24;
}
.errorMsgStr{
    color: #ed1c24;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0px;
    background: #f6f6f6;
    padding: 20px 0px;
}
#how_it_works_popup{
    max-width: 800px !important;
}
a:hover{
    color: #ee252d !important
}
#call_taxo_prime_time_popup{
    max-width: 800px !important;
}
/*.w-menu.us_menu_1 {
    text-align: center !important;
    font-size: 1.2rem !important;
    position: sticky !important;
    padding: 10px !important;
}*/

.bg-green-success{
    padding: 20px;
    text-align: center;
    background: #d1e7dd;
    color: #0f5132;
    border: 1px solid #0f5132;
    font-weight: 500;
    border-radius: 10px;
}
.bg-white-block{
    background-color: #FFF;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px 0 #e4e4e4;
    border-radius: 5px;
    padding: 24px 20px;
}
.mt-10{margin-top: 10px !important;}
.mt-20{margin-top: 20px !important;}
.mt-30{margin-top: 30px !important;}
.mt-40{margin-top: 40px !important;}
.mt-50{margin-top: 50px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-20{margin-bottom: 20px !important;}
.mb-30{margin-bottom: 30px !important;}
.mb-40{margin-bottom: 40px !important;}
.mb-50{margin-bottom: 50px !important;}
.text-red{
    color: #ee252d;
}
.text-center{text-align: center;}
.text-justify{text-align: justify;}
.font-weight-bold{font-weight: 700;}
.pr-0{padding-right: 0px !important;}
.pl-10{padding-left: 10px}
.pr-10{right: 10px}
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}
@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.maxHeight{
    max-height: 1200px;
    overflow-y: scroll;
}