@font-face {
    font-family: "tajawal";
    src: url("../fonts/Tajawal-Medium.ttf");
}
@font-face {
    font-family: "tajawal-bold";
    src: url("../fonts/Tajawal-Bold.ttf");
}
@font-face {
    font-family: "tajawal-black";
    src: url("../fonts/Tajawal-Black.ttf");
}
@font-face {
    font-family: "cairo";
    src: url("../fonts/Cairo-Medium.ttf");
}
@font-face {
    font-family: "cairo-bold";
    src: url("../fonts/Cairo-Bold.ttf");
}
@font-face {
    font-family: "cairo-black";
    src: url("../fonts/Cairo-Black.ttf");
}
:root  {
    --primary-color: rgba(221,244,76,1);
    --primary-hover-color:rgba(197,222,57,1);
    --secondary-color: rgb(22, 39, 34);
    --background-primary-color:#2b3b35;
    --white:rgba(255,255,255,1);
    --border-color:rgba(214,220,233,1);
}
body{
    direction: rtl;
    font-family: 'tajawal','sans-serif';
    text-align: right;
}
h1{
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: var(--secondary-color);
}
h2{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: var(--primary-color);
}
.wp_head{

}
.wp_head .top_txt{
    background: var(--background-primary-color);
    color: #fff;
    padding: 15px 5px;
    text-align: center;
}
.wp_head .top_txt i{
    color: var(--primary-color);
}
.wp_head .top_txt p{
    margin: 0;
    color: var(--white);
    font-size: 17px;
}
.wp_head .navbar{
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.wp_head .navbar .navbar-brand{

}
.wp_head .navbar .navbar-brand img{
    width: 110px;
}
.wp_head .navbar .cart_nav{
    background: no-repeat;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.wp_head .navbar .cart_nav span{
    color: #fff;
    background: var(--primary-color);
    height: 20px;
    display: inline-block;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    right: -5px;
    top: -5px;
    font-size: 13px;
}
.wp_head .navbar .cart_nav.mob{
    position: absolute;
    left: 60px;
    top: 25px;
}
.wp_head .navbar .navbar-toggler{
    outline: 0;
    border: 0;
}
.wp_head .navbar .navbar-toggler i{
    color: rgba(22,39,34,1);
}
.wp_head .navbar .nav-link{
    color: rgba(22,39,34,1);
    transition: .3s ease-in-out;
    font-size: 16px;
}
.wp_head .navbar .nav-link:hover{
    opacity: .8;
}
.wp_intro{
    height: calc(100vh - 115px);
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.wp_intro .frame{
    background: rgba(43,59,53,.7);
    height: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}
.wp_intro .block{
    width: 800px;
    margin: 0px auto;
}
.wp_intro .block h1{
    font-family: tajawal-black;
    font-size: 45px;
    line-height: 1.5;
    color: #fff;
}
.wp_intro .block p{
    font-size: 20px;
    opacity: .9;
    line-height: 1.6;
    margin: 30px 0;
}
.wp_btn{
    background: var(--primary-color);
    color: var(--secondary-color) !important;
    text-decoration: none !important;
    font-size: 21px;
    padding:10px 50px;
    border-radius: 10px;
    transition: .3s ease-in-out;
    outline: 0 !important;
    border: 0 !important;
    cursor: pointer;
}
.wp_btn:hover{
    background: var(--primary-hover-color) !important;
}
/******/
.wp_rest{
    background: rgba(221,244,76,0.1);
    padding: 50px 0;
}
.wp_rest .block{
    text-align: center;
}
.wp_rest .block img{
    width: 40px;
}
.wp_rest .block h3{
    margin: 15px 0;
    font-size: 20px;
    color: rgb(22, 39, 34);
    font-weight: 700;
}
.wp_rest .block p{
    margin: 0;
    color: rgb(43, 59, 53);
    font-size: 15px;
    line-height: 1.6;
}
/******/
.wp_question{
    padding: 50px 0;
    background: #fcfeed;
}
.wp_question .data{
    text-align: center;
    margin-bottom: 15px;
}
.wp_question .data .sub_title{

}
.wp_question .data .title{

}
.wp_question .data .another{
    color: rgba(43,59,53,1);
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
}
.wp_question .accordion{

}
.wp_question .accordion .card{
    margin-bottom: 15px;
    border: 1px solid var(--secondary-color);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow-x: hidden;
    box-shadow: -6px 6px 0px 0px var(--primary-color);
}
.wp_question .accordion .card .card-header{
    padding: 0;
    background: none;
}
.wp_question .accordion .card .card-header button{
    text-decoration: none;
    text-align: right;
    padding: 20px 10px;
    font-weight: bold;
    background: #fff;
    transition: .3s ease-in-out;
}
.wp_question .accordion .card .card-header button::after{
    content: '›';
    color: var(--secondary-color);
    font-weight: bold;
    float: left;
}
.wp_question .accordion .card .card-header button:hover{
    background: #fcfeed;
}
.wp_question .accordion .card .card-header button img{
    width: 25px;
    margin-left: 5px;
}
.wp_question .accordion .card .card-header button span{
    color: var(--secondary-color);
    font-size: 15px;
}
.wp_question .accordion .card .card-body{
    padding: 15px 10px;
    font-size: 16px;
    color: rgba(43,59,53,1);
    line-height: 1.6;
}
/*********/
.wp_feature{
    padding: 15px 0;
    border-top: 1px solid rgba(212,222,204,1);
}
.wp_feature .block{
    text-align: center;
    margin: 15px 0;
}
.wp_feature .block img{
    width: 30px;
    margin-left: 5px;
}
.wp_feature .block span{
    font-size: 15px;
}
/*****/
.wp_footer{
    background: var(--background-primary-color);
    color: #fff;
    padding: 30px 0;
}
.wp_footer ul{

}
.wp_footer .pages,
.wp_footer .social{
    text-align: center;
    margin-bottom: 30px;
}
.wp_footer .pages li,
.wp_footer .social li{
    display: inline-block;
    margin: 0 5px;
}
.wp_footer .pages li a,
.wp_footer .social li a{
    color: #fff;
    opacity: .7;
    text-decoration: underline;
    font-size: 15px;
    transition: .3s ease-in-out;
}
.wp_footer .pages li a:hover,
.wp_footer .social li a:hover{
    opacity: 1;
}
.wp_footer .social{
    margin-bottom: 20px;
}
.wp_footer .social li a{
    font-size: 27px;
}
.wp_footer .img-payment{
    text-align: right;
}
.wp_footer .img-payment img{
    width: 250px;
    background: #fff;
    padding: 0px 10px;
    border-radius: 5px;
}
.wp_footer .copy{
    text-align: left;
    color: #fff;
    opacity: .7;
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
    margin-top: 12px;
}
.wp_footer .copy a{
    color: var(--primary-color);
    text-decoration: underline;
    opacity: 1;
}
/*******/
.wp_offer{
    margin-top: 50px;
}
.wp_offer .content{
    background: var(--background-primary-color);
    color: #fff;
    padding: 20px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 10px solid var(--primary-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin: 15px 0;
}
.wp_offer .img-box{
    height: 400px;
    overflow: hidden;
    text-align: center;
}
.wp_offer .img-box img{
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.wp_offer .details{
    text-align: center;
}
.wp_offer .details .offer{
    color: var(--primary-color);
}
.wp_offer .details .offer img{
    width: 15px;
    margin-left: 5px;
}
.wp_offer .details h1{
    margin-bottom: 0;
    color: #fff;
    font-family: 'tajawal-black';
    font-size: 40px;
}
.wp_offer .details .product_name{
    opacity: .9;
    font-size: 35px;
}
.wp_offer .details .description{
    font-size: 17px;
    opacity: .8;
    margin: 20px 0;
    line-height: 1.6;
}
.wp_offer .details .a{

}
.count_down_timer{
    text-align: center;
    width: 260px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.count_down_timer .col{
    padding: 0;
    margin: 0;
}
.count_down_timer .key{
    display: block;
    color: var(--primary-color);
}
.count_down_timer .value{
    color: var(--primary-color);
    font-size: 16px;
}
.count_down_timer .output{
    border: 2px solid #787878;
    height: 60px;
    width: 60px;
    padding: 10px 5px;
    border-radius: 50%;
    font-size: 10px;
    margin: 0 auto;
}
/*********/
.wp_product_home{
    padding: 50px 0;
}
.wp_product_home .title{
    text-align: center;
}
.wp_product_home .sub_title{
    text-align: center;
}
.wp_product_home .block{
    display: block;
    width: 100%;
    transition: .3s ease-in-out;
    text-decoration: none;
    margin-top: 20px;
}
.wp_product_home .block:hover{
    box-shadow: 0px 5px 0px 0px rgba(221,244,76,1);
}
.wp_product_home .block .img-box{
    background: #f3f3f3;
    height: 250px;
    overflow:hidden;
    text-align: center;
}
.wp_product_home .block .img-box img{
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    transition: .5s ease-in-out;
    
}
.wp_product_home .block:hover img{
    transform: scale(1.2);
}
.wp_product_home .block .data{
    border: 1px solid #f3f3f3;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    padding-bottom: 10px;
}
.wp_product_home .block .name{
    color: #000;
    font-weight: bold;
    font-size: 14px;
    background: #ffffff;
    text-align: center;
    line-height: 1.6;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.wp_product_home .block .price{
    padding: 0 10px;
    margin: 0;
    color: var(--secondary-color);
    font-size: 16px;
    text-align: center;
    font-family: "cairo-black";
}
.wp_product_home .block .price .offer{
    font-size: 23px;
    font-weight: bold;
}
.wp_product_home .block .price .normal{

}
.wp_product_home .block .find_offer{
    margin-left: 5px;
    text-decoration: line-through;
    opacity: .7;
}
.wp_product_home .block .price sub{
    bottom: 0;
    opacity: .9;
    font-size: 14px;
}
.addToCart{
    padding: 0 !important;
    width: 100%;
    display: block;
    border-radius: 0;
    border: 0;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    font-family: "cairo-black";
}
/***/
.wp_product_details{
    padding: 50px 0;
}
.wp_product_details .gallery{

}
.wp_product_details .gallery .fotorama{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp_product_details .gallery .fotorama img{

}
.wp_product_details .data{
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,1), 6px 6px 0px 0px rgba(221,244,76,1);
    padding: 10px;
    border: 1px solid var(--border-color);
}
.wp_product_details .data .rate{
    margin-bottom: 15px;
}
.wp_product_details .data .rate i{
    color: var(--primary-color);
    font-size: 15px;
}
.wp_product_details .data .rate span{
    color: rgba(43,59,53,1);
    font-weight: bold;
    font-size: 13px;
}
.wp_product_details .data .product_name{
    font-size: 30px;
    font-family: 'tajawal-black';
    margin-bottom: 15px;
    color: var(--background-primary-color);
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 25px;
}
.wp_product_details .data .price{
    font-family: 'cairo-black';
    font-size: 35px;
    color: #000;
    margin-bottom: 15px;
}
.wp_product_details .data .price strong{
    font-size: 20px;
}
.wp_product_details .data .price .offer{

}
.wp_product_details .data .price .normal{
    margin-right: 20px;
    font-size: 26px;
    color: #9b9b9b;
    text-decoration: line-through;
}
.wp_product_details .data .wp_rest{
    padding: 10px 0 !important;
}
.wp_product_details .data .wp_rest .block p{
    font-size: 11px;
}
.wp_product_details .data .wp_rest .block img{
    width: 25px;
    margin-bottom: 10px;
}
.wp_product_details .data .offer_title{
    color: #333;
    margin-top: 20px;
    text-align: center;
}
.wp_product_details .data .offers_list{

}
.wp_product_details .data .offer_block{
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 15px 5px;
    width: 100%;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 15px;
    transition: .3s ease-in-out;
    position: relative;
}
.wp_product_details .data .offer_block .best_price{
    position: absolute;
    left: -1px;
    width: 55px;
    top: -2px;
    z-index: 100;
}
.wp_product_details .about_product{
    border: 1px solid var(--border-color);
    margin: 15px 0;
    background: #f3f3f3;
}
.wp_product_details .about_product .description{
    padding: 10px;
}
.wp_product_details .about_product .description div,
.wp_product_details .about_product .description p,
.wp_product_details .about_product .description span{
    font-family: 'tajawal','sans-serif' !important;
    line-height: 1.5;
}
.wp_product_details .about_product h3{
    background: #2b3b35;
    text-align: center;
    padding: 12px 0;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
}
.wp_product_details .bio{
    text-align: center;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 15px;
    color: #000;
}
.wp_product_details .data .offer_block:hover,
.wp_product_details .data .offer_block.active{
    background-color: rgba(221,244,76,0.1);
    border-color: rgba(197,222,57,1);
}
.wp_product_details .data .offer_block input{
    display: none;
}
.wp_product_details .data .offer_block .offer_image{
    width: 50px;
    height: 30px;
    object-fit: contain;
    margin: 0 auto;
}
.wp_product_details .data .offer_block .offer_name{
    font-size: 15px;
    color: var(--secondary-color);
    margin-right: 1px;
}
.wp_product_details .data .offer_block .offer_price{
    font-family: 'cairo-black';
    font-size: 15px;
    color: #000;
    margin: 0px;
    margin-left: 15px;
}
.wp_product_details .data .offer_block .offer_price strong{
    font-size:12px;
}
.wp_product_details .data .offer_block .offer_price .offer{

}
.wp_product_details .data .offer_block .offer_price .find_offer{
    color: #9b9b9b;
    text-decoration: line-through;
    font-size: 12px;
}
.wp_product_details .wp_btn{
    margin-top: 15px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 0 !important;
    font-family: 'cairo-black';
    font-size: 16px;
    height: 50px;
}
.wp_product_details .pay_now{
    background: var(--background-primary-color);
    color: #fff !important;
}
.wp_product_details .pay_now:hover{
    background: var(--background-primary-color) !important;
    color: #fff !important;
}
/**********/
.cart_side_sec {
    height: 100%; /* 100% Full-height */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the cart_side_sec */
    width: 400px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: none;
}
.cart_side_sec h1{
    text-align: center;
    font-size: 25px;
    background: #2b3b35;
    color: #fff;
    padding: 9px 0;
    margin: 0;
}
.cart_side_sec .closebtn {
    position: absolute;
    top:7px;
    left: 0;
    margin-left: 0;
    border: 0 !important;
    background: no-repeat;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    outline: 0 !important;
}
.cart_product_block{
    margin-top: 15px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
    position: relative;
}
.cart_product_block:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.cart_product_block .img-box{
    background: rgba(41,84,69,0.05);
    height: 80px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.cart_product_block .img-box .product_img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.cart_product_block .name{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
    line-height: 1.5;
    opacity: .7;
}.cart_product_block .name .offer_name{
     font-weight: normal;
     font-size: 10px;
     color: #333;
 }
.cart_product_block .offer_cart{
    background: #e70808;
    color: #fff;
    border-radius: 15px;
    font-weight: bold;
    display: inline-block;
    padding: 3px 7px;
    font-size: 11px;
    position: absolute;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }
.cart_product_block .price{
    font-family: 'cairo-black';
    font-size: 15px;
    margin-bottom: 5px;
    color: #2b3b35;
}
.cart_product_block .input-group{
    width: 35%;
}
.cart_product_block .input-group .btn-minus,
.cart_product_block .input-group .btn-plus{
    min-width: unset !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    background: #e6e6e6;
    border: 0;
    color: #000;
    font-size: 15px;
    border-radius: 0;
    box-shadow: none;
}
.cart_product_block .input-group input[type='text']{
    height: 25px;
    box-shadow: none;
    padding: 0;
    border-color: #e6e6e6;
}
.cart_product_block input[type='number']{

}
.cart_product_block .removeFromCart{
    float: left;
    font-size: 11px;
    background: no-repeat;
    outline: 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    transition: .2s ease-in-out;
}
.cart_product_block .removeFromCart:hover i{
    color: #ff0000;
}
.cart_product_block .removeFromCart i{
    transition: .5s ease-in-out;
}
.cart_side_sec .total_sec{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(248,248,248,1);
    color: #000;
    text-align: center;
    padding: 10px;
    border-top:1px solid var(--border-color);
}
.cart_side_sec .total_sec .key{
    font-size: 17px;
    margin: 0;
}
.cart_side_sec .total_sec .value{
    font-size: 15px;
    margin: 0;
    font-family: 'cairo-black';
}
.cart_side_sec .total_sec hr{
    border:1px solid var(--border-color);
    width: 100%;
    margin: 15px 0;
    padding: 0;
}
.cart_side_sec .total_sec .wp_btn{
    display: block;
    width: 100%;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 5px;
    font-family: 'tajawal-black';
}
/***********/
.wp_checkout{
    padding: 50px 0;
}
.wp_checkout .head{
    background: rgba(221,244,76,0.1);
    margin-bottom: 15px;
    padding: 10px 5px;
    border: 1px solid rgb(235 235 235);
    border-radius: 10px;
}
.wp_checkout .head img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-left: 7px;
}
.wp_checkout .head span{
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 15px;
}
.wp_checkout .orders{

}
.wp_checkout .summary .total{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(43 59 53);
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    overflow: hidden;
    border-radius: 10px;
}
.wp_checkout .summary .total .key{
    font-size: 17px;
    margin: 0;
}
.wp_checkout .summary .total .value{
    font-size: 15px;
    margin: 0;
    font-family: 'cairo-black';
}
.wp_checkout .summary .total hr{
    border:1px solid var(--border-color);
    width: 100%;
    margin: 15px 0;
    padding: 0;
}
.wp_checkout .summary .total .wp_btn{
    display: block;
    width: 100%;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 5px;
    font-family: 'tajawal-black';
    border: 0;
    cursor: pointer;
    margin-top: 30px;
    outline: 0;
}
.wp_checkout .summary .total .wp_btn:focus,
.wp_checkout .summary .total .wp_btn:active{
    border:0 !important;
}
.wp_checkout .summary .total .wp_btn:disabled{
    background: rgb(195 211 108) !important;
    cursor: not-allowed;
}
/*******/
.checkout_form{

}
.checkout_form .form-control{
    box-shadow: none !important;
    height: 50px;
    border-radius: 0;
    border-color: var(--border-color);
}
.checkout_form .form-control:focus,
.checkout_form .form-control:active{
    border-color: var(--primary-color);
}
.iti{
    width: 100%;
    direction: ltr;
}
.checkout_form textarea{
    height: 80px !important;
}
.checkout_form .payment_way_sec{

}
.checkout_form .payment_way_sec label{
    width: 100%;
    margin-top: 5px;
    cursor: pointer;
    padding: 15px 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.checkout_form .payment_way_sec input{

}
.checkout_form .payment_way_sec span{
    color: var(--secondary-color);
}
.checkout_form .payment_way_sec img{
    width: 20px;
    float: left;
}
.stripe_sec .loading_form{
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(52, 52, 52, 0.8);
    color: #fff;
    top: 0;
    bottom: 0;
    margin: 0 15px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: bold;
    z-index: 10;
}
form .result_input{
    font-size: 13px;
    margin-top: 5px;
    display: block;
    margin-bottom: 0;
    font-weight: bold;
}
form .valid_result{
    color: #1cad02;
}
form .invalid_result{
    color: #ff1f1f;
}
.iframe_checkout_update{
    background-color: rgba(0,0,0,.8);
    color: #fff;
    height: 100%;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
}
.iframe_checkout_update i{
    top: 45%;
    position: relative;
    right: 45%;
    font-size: 40px;
}
.cart_empty{
    text-align: center;
    padding: 20px 0;
}
.cart_empty img{
    width: 150px;
    margin: 20px auto;
    display: block;
}
.cart_empty h3{
    font-weight: bold;
    color: var(--background-primary-color);
    font-family: 'cairo-black';
    font-size: 21px;
}
.cart_side_sec .cart_empty a{
    display: none;
}
.cart_empty img:hover{

}
/*******/
.contact_sec{
    padding: 50px 0;
}
.contact_sec form{

}
.contact_sec .form-control{
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    border-color: #ddd !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    text-align: right;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle{
   border-color: #ddd !important;
    outline: 0 !important;
}
.contact_sec form .dropdown-menu{
    padding: 0;
}
.contact_sec .bootstrap-select>.dropdown-toggle{
    background: #fff;
    height: 45px;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 45px;
    border: 1px solid #ddd;
    outline: 0 !important;
}
.contact_sec textarea{
    height: 100px !important;
}
.invalid-feedback{
    display: block;
}
/***********/
.blogs_sec{

}
.blogs_sec .block{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    overflow: hidden;
    margin: 20px 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    border: 1px solid #f7f7f7;
}
.blogs_sec .block:hover img{
    transform: scale(1.2);
}
.blogs_sec .block .img-box{
    overflow: hidden;
}
.blogs_sec .block .img-box img{
    transition: .5s ease-in-out;
}
.blogs_sec .block .title{
    margin-bottom: 15px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 13px 5px;
    border-bottom: 1px solid #ddd;
    background: #fbfbfb;
}
.blogs_sec .block .foot{
    margin: 0;
    color: #555;
    font-size: 15px;
}
.blogs_sec .block .foot i{
    opacity: .6;
    font-size: 12px;
}
.blogs_sec .block .data{
    padding: 10px;
    padding-top: 0;
}
.blogs_sec .block  .pref{
    color: #3a3a3a;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 15px;
}
/*****/
.blog_show_sec{
    padding: 20px 0;
}
.blog_show_sec .block{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    color: #000;
    border: 1px solid #f7f7f7;
}
.blog_show_sec .block .img-box{
    overflow: hidden;
}
.blogs_sec .block .img-box img{

}
.blog_show_sec .block .title{
    margin-bottom: 15px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 13px 5px;
    border-bottom: 1px solid #ddd;
    background: #fbfbfb;
}
.blog_show_sec .block .foot{
    margin: 0;
    color: #555;
    font-size: 15px;
    margin-bottom: 15px;
}
.blog_show_sec .block .foot i{
    opacity: .6;
    font-size: 12px;
}
.blog_show_sec .block .data{
    padding: 20px;
    padding-top: 0;
}
.blog_show_sec .block .content{
    color: #3a3a3a;
    line-height: 1.5;
    font-size: 16px;
}
.blog_show_sec .block .content img,
.blog_show_sec .block .content iframe,
.blog_show_sec .block .content video,
.blog_show_sec .block .content div,
.blog_show_sec .block .content p{
    max-width: 100%;
}
/********/
.fx_page_sec{
    padding: 20px 0;
}
.fx_page_sec .title{
    font-size: 30px;
    text-align: center;
}
.fx_page_sec .content{
    white-space: pre-line;
    word-wrap: break-word;
}
/*******/
.not_found{
    padding: 50px 0;
}
.not_found h1{
    font-size: 150px;
}
.not_found h2{
    color: #3a3a3a;
    font-size: 25px;
}
/*********/
.no_item{
    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 35px;
}
p[data-f-id="pbf"] {
  display:none !important;
}