body{font-family: 'Montserrat', sans-serif;padding: 0;margin:0;font-size: 14px;color: #3a3a3c; }
.about_sec_con p, .footer_top_con p, .offer_sec_con p, .team_description, .faq_sec p, .term_use_sec, .ask_question_con, .product_detail_description p {
	text-align: justify;
}
html{scroll-behavior: smooth;}
a {
    color: #3a3a3c;
}
a:hover, a.active {
    color: #ed1c24;text-decoration: none;
}
a:focus, button:focus{outline: none !important;}
section{display: inline-block;
width: 100%;}
.chat_sec {
    position: fixed;
    z-index: 2;
    right: 10px;
    bottom: 20px;
    display: none;
}
.dropdown-item {
    font-size: 14px;
}
.dropdown-menu {
    margin: 0;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #3a3a3c;
}
/*start header css*/
.dropdown:hover>.dropdown-menu {
  display: block;
}
.product_detail_description p {
    word-break: break-word;
}

.header_sec .navbar .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 0;
    margin: 0 20px;position: relative;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
/*.header_sec {box-shadow: 0 0 10px #e1e1e1;}*/
/*.header_sec .navbar .nav-link.active::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 2px;
    height: 32px;
    background: #ed1c24;
    top: 100%;
    margin: auto;
}
.header_sec .navbar .nav-link.active::after {
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    background: #ed1c24;
    height: 12px;
    width: 12px;
    position: absolute;
    border-radius: 50%;
}*/
.header_sec .navbar .login_btn .nav-link {
    background: #3a3a3c;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 5px 10px;
    font-size: 12px;
    font-weight: bold;
}
.header_sec .navbar .login_btn .nav-link::before, .header_sec .navbar .login_btn .nav-link::after, 
.header_sec .navbar .regiser_btn .nav-link::before, .header_sec .navbar .regiser_btn .nav-link::after{display: none;}
.header_sec .navbar .login_btn .nav-link:hover{background: #ed1c24;}
.header_sec .navbar .regiser_btn .nav-link {
    background: #ed1c24;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 5px 10px;
    font-size: 12px;
    font-weight: bold;
}
.header_sec .navbar .regiser_btn .nav-link:hover{background: #3a3a3c;}
.user_btn span {
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 500;
}
.user_btn .dropdown-toggle img {
    width: 51px;
    height: 51px;
    border-radius: 50%;
}
.header_sec .cart_ic .nav-link {
    padding: 8px 0;
}
.header_sec .cart_ic .nav-link.active::before, .header_sec .cart_ic .nav-link:hover::before, .header_sec .cart_ic .nav-link.active::after, .header_sec .cart_ic .nav-link:hover::after {
    display: none;
}
.header_sec .cart_ic .nav-link img{width: 35px;}
/*end header css*/
/*start slider_sec css*/
.slider_sec .item {
    background-size: cover !important;
    height: 330px;
}
.slick-next {
    right: 15px;
}
.slick-prev {
    left: 5px;z-index: 1;
}
.slick-prev::before, .slick-next::before {
    font-size: 30px;
}
.slider_sec_con h3 {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    line-height: 50px;
}
.slider_sec_con {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-bottom: 40px;
}
.btn_type_1 {
    border: 1px solid #fff;
    border-radius: 30px;
    min-width: 250px;
    height: 52px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 52px;
    padding: 0;
    margin-top: 30px;
}
.btn_type_1:hover{background: #fff;color: #ed1c24;}
/*end slider_sec css*/
/*start search_box css*/
.search_box_items {
    background: #fff;
    box-shadow: 1px 0 51px rgba(0,0,0,.23);
    padding: 15px 5px 20px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    align-items: flex-end;
}
.search_box_item {
    width: 100%;
    padding: 0 6px;
}
.search_box_item label {
    color: #3a3a3c;
    text-transform: uppercase;
    font-weight: 500;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/down.png) no-repeat 100%;
    padding-right: 24px;
}
.form-control {
    border-radius: 5px;
    height: 45px;
    border: 1px solid #787878;
    font-size: 14px;
}
.search_box_items .form-control {
    font-size: 12px;
}
.btn.btn_search {
    background: #3a3a3c;
    width: 115px;
    color: #fff;
    height: 45px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn.btn_search:hover {background: #ed1c24;}
.search_box_item:last-child{width: 173px;}
/*end search_box css*/
/*start feature_list css*/
.feature_list {
    margin: 60px 0;
}
.heading_sec {
    text-align: center;
    margin-bottom: 20px;
}
.heading_sec {
    text-align: center;
    margin-bottom: 20px;
}
.heading_sec h3{
    font-size: 40px;
    font-weight: bold;
    color: #3a3a3c;
}
.price_sec {
    background: rgba(237,28,36,.8);
    position: absolute;
    top: 10px;
    color: #fff;
    padding: 5px;
    left: -10px;
}
.feature_list_item {
    position: relative;
    display: flex;
    box-shadow: 0px 0 59px rgba(0,0,0,.11);
    margin: 15px 0;
}

.feature_list_con {
    padding: 15px;
}
.feature_list_con a {
    font-size: 18px;
    font-weight: 600;
    color: #eb1c24;
}
.feature_list_con span {
    display: block;
    color: #111111;font-weight: 500;
}
.feature_list_item span.price_sec {
    background: rgba(237,28,36,.8);
    position: absolute;
    top: 10px;
    color: #fff;
    padding: 5px;
    left: -10px;
}
.feature_list_description {
    margin-top: 12px;
}
.feature_list_mata p {
    margin: 0;
    display: inline-block;
}
.feature_list_mata p:last-child{margin-left: auto;}
.feature_list_mata {
display: flex;
margin-bottom: 4px;
}
.feature_list_mata.ind_type p {
margin-left: initial;
}
.size_sec {
    margin-bottom: 5px;
}
.feature_list_description {
    margin-top: 12px;
    line-height: 16px;
    display: none;
}
.feature_abs::before {
    content: "";
    left: -15px;
    height: 1px;
    width: 16px;
    position: absolute;
    background: #ed1c24;
    top: 4px;
}
.feature_abs {
    position: relative;
    height: 20px;
    margin-top: 12px;
}
.feature_abs::after {
    background: #ed1c24;
    width: 14px;
    height: 14px;
    position: absolute;
    background: #ed1c24;
    left: 0;
    top: -3px;
    content: "";
    border-radius: 50%;
}
.feature_list_mata p:last-child i {
    font-size: 18px;
}
.title_type2{display: none;}
.feature_list_con a.title_type3 {
    color: transparent;
    text-shadow: 0 0 8px #eb1c24;
}
.feature_list_img {
    position: relative;
    flex: 0 0 50%;height: 100%;overflow: hidden;
}
.feature_list_img img{width: 100%;}
.btn.btn_type2 {
    width: 160px;
    height: 45px;
    background: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    color: #eb1c24;
    padding: 0;
    line-height: 45px;
}
.btn.btn_type2:hover, .btn.btn_type3:hover{background: #eb1c24;color: #fff;}
.feature_list_btn {
    position: absolute;
    display: flex;
    top: 100%;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.feature_list_item:hover .feature_list_btn {
        top: 0;
    background: rgba(0,0,0,.7);
}
.btn.btn_type3 {
    background: #3a3a3c;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    height: 67px;
    padding: 0;
    line-height: 67px;
    min-width: 310px;
}
.load_more {
    text-align: center;
    margin-top: 40px;
}
section.feature_list + .load_more {
    margin: -30px 0 50px;
}
/*end feature_list css*/
/*start news_sec css*/
.news_sec {
    background: url(../img/ban3.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}
.news_sec_inner {
    background: rgba(0,0,0,.5);
    padding: 60px 60px 60px 0;
    position: relative;
}
.news_sec_banner {
    background: #fff;
}
.news_sec_head h3 {
    font-size: 22px;
    margin: 0;
}
.news_sec_head {
    background: #f2f2f2;
    padding: 15px;
}
.news_sec_items .item {
    background: #f2f2f2;
    padding: 10px;margin:10px 0;
}
.news_sec_items .item:first-child{margin-top: 0;}
.news_sec_items .item:last-child{margin-bottom: 0;}
.news_sec_items {
    padding: 15px;
}
.news_sec_items.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.news_sec .row{margin:0;}
.news_sec .row [class*="col"]{padding: 0;}
.news_sec_inner::before {
    content: "";
    background: ;
    background: rgba(0,0,0,.5);
    right: 100%;
    top: 0;
    height: 1000px;
    width: 100%;
    position: absolute;
}
.news_sec_items .item p{margin:0;}
.news_sec_inner .slick-prev.slick-arrow {
    top: -28px;
    left: auto;
    right: 60px;
}
.news_sec_inner .slick-next.slick-arrow {
    top: -28px;
    left: auto;
    right: 15px;
}
.news_sec_inner .slick-next.slick-arrow::before, .news_sec_inner .slick-prev.slick-arrow::before{display: none;}
.news_sec_inner .slick-next.slick-arrow{background: #3a3a3c url(../img/bottom.png) no-repeat 50%;width: 34px;height: 34px;}
.news_sec_inner .slick-prev.slick-arrow{background:#3a3a3c url(../img/top.png) no-repeat 50%;width: 34px;height: 34px;}
/*end news_sec css*/
/*start footer_top css*/
.footer_top {
    background: #f2f2f2;
    padding: 60px 0;
    z-index: 1;
    position: relative;
}
.footer_top_con p {
    margin: 20px 0;
}
.footer_top_con {
    padding-right: 60px;
}
.footer_top_con ul.footer_link_item {
    list-style: none;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.footer_top_con ul.footer_link_item li {
    width: 25%;
    float: left;
}
.footer_top_con ul.footer_link_item li a {
    font-weight: 500;
    margin: 3px 0;
    display: inline-block;
}
.social_sec h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
}
.social_sec ul{list-style: none;margin:0;padding: 0;}
.social_sec ul li {
    display: inline-block;
    margin-right: 5px;
}
.social_sec li a {
    background: #fff;
    border: 1px solid #b2b2b2;
    width: 56px;
    height: 56px;
    display: inline-block;
    line-height: 56px;
    text-align: center;
}
.social_sec li a i{font-size: 22px;}
.footer_form h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer_form .form-control {
    border-radius: 5px;
    height: 38px;
    border: 1px solid #b2b2b2;
    font-size: 14px;
}
.footer_form textarea.form-control {
    height: 80px;
}
.btn.btn_submit {
    background: #3a3a3c;
    color: #fff;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    line-height: 40px;
    width: 170px;
    font-weight: 500;
}
.btn.btn_submit:hover {
    background: #eb1c24;
    color: #fff;
}
.footer_bottom {
    background: #3a3a3c;
    padding: 15px 0;
    color: #fff;
    font-weight: 500;
}
.footer_bottom a {
    color: #fff;
}
.footer_bottom p{margin: 0;}
/*end footer_top css*/
/*inner_slider css*/
.inner_slider {
    background-size: cover !important;
    height: 200px;color: #fff;display: flex;align-items: center;justify-content: center;
    display: none;
}
.inner_slider_heading h3 { 
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    position: relative;
}
.inner_slider_heading h3::before {
    content: "";
    height: 50px;
    width: 2px;
    position: absolute;
    bottom: -60px;
    background: #fff;
    margin: auto;
    left: 0;
    right: 0;
}
.inner_slider_heading h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background: #fff;
    bottom: -62px;
    border-radius: 50%;
}
/*end inner_slider css*/
/*category_listing css*/
.category_listing_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.category_listing {
    box-shadow: 0 0 10px rgba(0,0,0,.11);
    border: 1px solid #ededed;
    padding: 5px 0;background: #fff;
}
.category_listing_link {
    border: 1px solid #d9d5d5;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px;
    border-radius: 5px;
}
.search_box.inner_page .search_box_items{margin:60px 0 0;}
/*end category_listing css*/
/*satisfied_sec css*/
.satisfied_sec {
    text-align: center;
    margin-bottom: 60px;
}
.satisfied_sec h4 {
    font-size: 26px;
    font-weight: 300;
}
.satisfied_sec a {
    border: 1px solid #b2b2b2;
    width: 88px;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 10px;
    margin: 15px 5px 0;
}
.with_sidebar .satisfied_sec {
    display: none;
}
/*end satisfied_sec css*/
/*recommended_sec css*/
.feature_list.recommended_sec {
    margin-top: 0;
    margin-bottom: 0;
}
.recommended_sec{display: none;}
.with_sidebar .recommended_sec {
    display: inline-block;
}
/*end recommended_sec css*/
/*ask_question_sec css*/
.ask_question_sec {
    margin-top: 60px;
}
.ask_question_con h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ask_question_con p {
    font-size: 16px;
}
.ask_question_con p span{color: #ed1c24;}
.ask_question_btns {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.btn.btn_ask_question {
    background: #ed1c24;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    height: 44px;
    padding: 0;
    line-height: 44px;
    min-width: 140px;
    margin: 0 5px;
}
.btn.btn_ask_question:hover{
    background: #3a3a3c;
}
.btn.btn_ask_question:nth-child(2){
    background: #3a3a3c;
}
.btn.btn_ask_question:nth-child(2):hover{
    background: #ed1c24;
}
.ask_question_sec{display: none;}
.with_sidebar .ask_question_sec{display: inline-block;}
/*end ask_question_sec css*/


/*with side bar css*/
.with_sidebar .wrapper_sec .container {
    max-width: 100%;
    padding: 0 25px;
}
.wrapper_sec {
    display: flex;
    width: 100%;
    min-height: 90vh;
    background: #f5f7fa;
}
.sidebar {
    flex: 0 0 255px;
    background: #fff;
    max-width: 255px;
    box-shadow: 0 0 10px rgba(0,0,0,.11);
}
.sidebar_proile_user {
    background: none;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 15px;
    display: flex;
    color: #3a3a3c;
}
.sidebar_proile_user_img img {
    width: 71px;
    height: 71px;
    border-radius: 50%;
}
.sidebar_proile_user_con {
    display: flex;
    align-items: center;
	width: 100%;
}
.sidebar_proile_user_con ul {
    padding: 0;
    margin: 0;
    list-style: none;
    word-wrap: anywhere;
}
.sidebar_proile_user_con li a {
    font-size: 15px;
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: bold;
}
.sidebar_proile_user_con ul li {
    font-size: 13px;
    margin-bottom: 3px;
}
.sidebar_proile {
    display: inline-block;
    width: 100%;
}
.sidebar_links {
    padding: 15px;
}
.link_items {
    list-style: none;
    margin: 0;
    padding: 0;
}
.link_items li a {
    display: flex;
}
.without_hover {
    display: none;
}
.link_items li a span {
    margin-left: 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
}
.link_items li a img {
    flex: 0 0 22px;
    height: 22px;
}
.sidebar_extand{display: none;}
.sidebar{display: none;}
.with_sidebar .sidebar{display: block;}
.submenu_sec {
    padding-left: 32px;
    margin: 0;
}
.link_items li .submenu_sec li a {
    margin: 0 0 5px;font-size: 15px;
}
.link_items li .submenu_sec a span {
    padding-bottom: 10px;
    margin-bottom: 4px;
    margin-left: 0;
}
.link_items li .submenu_sec li:last-child a span{margin-bottom: 20px;}
.sidebar_proile_user {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sidebar_proile_user_con_bottom ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}
.sidebar_proile_user_con_bottom {
    width: 100%;
} 
.wrapper_sec_main {
    background: #fff;
    padding: 20px;
    margin: 25px 0;
}
.wrapper_sec_main .search_box.inner_page .search_box_items {
    margin: 0;
    align-items: center;
}
/*end with side bar css*/
/*product_detail css*/
.product_contact_heading h4  {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.product_detail {
    padding: 40px 0 60px;
}
.header_sec {
    border-bottom: 6px solid #3a3a3c;
}
.product_contact_form {
    padding: 15px;
    border: 1px solid #ededed;
    position: -webkit-sticky;
    
    margin-top: 65px;
}
.product_detail_right_sec.sticky {
    position: sticky;
    top: 122px;
	z-index: 9;
}
.product_detail_right_sec .product_detail_items {
    width: 100%;
}
.product_name h3 {
    font-size: 25px;
    font-weight: bold;
}   
.product_mata {
    border-top: 1px solid #e6e6e6;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}
.product_mata_item {
    display: inline-block;
    font-weight: 500;
    color: #3a3a3c;
}
.product_mata_item i {
    width: 34px;
    height: 34px;
    background: #ff694c;
    color: #fff;
    font-size: 20px;
    font-weight: ;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
}
.product_mata_item:nth-child(2) {
    margin-left: 20px;
}
.product_mata_item:nth-child(2) i{
    background: #1e1e1e;
}
.product_detail_sec {
    padding: 15px;
    border: 1px solid #ededed;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.product_detail_sec_heading h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.product_detail_right_sec .product_detail_sec_heading h4{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.product_detail_items {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 50%;
    float: left;
}
.product_detail_description {
    width: 100%;
    display: inline-block;
}
.product_detail_description h4 {
    font-size: 17px;
    margin-top: 15px;
    font-weight: 600;
}
.product_detail_items li {
    width: 95%;
    float: left;
    margin: 5px 0;
    display: flex;
    word-wrap: anywhere;
}
.product_detail_items li span {
    flex: 0 0 50%;
    display: inline-block;
    padding-right: 15px;
}
.product_detail_items li span:first-child {
    font-weight: 600;
}
.similar_list_item {
    background: #fff;
    box-shadow: 0 0 59px rgba(0,0,0,.11);
}
.similar_list_item_img img {
    width: 100%;
}
.similar_list_item {
    background: #fff;
    box-shadow: 0 0 59px rgba(0,0,0,.11);
    text-align: center;
    margin-top: 10px;
}
.product_detail_content {
    text-align: left;
}
.similar_list_con {
    padding: 10px;
	word-break: break-word;
}
.similar_list_con a {
    color: #eb1c24;
    font-weight: 500;margin-bottom: 5px;
}
.similar_list_con p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
}
.product_slider_items {
    width: 100%;
}
.product_slider {
    margin-top: 20px;
    display: flex;
}
.product_slider_img img {
    width: 100%;
    background: #ededed;
    padding: 6px;
}
.product_slider_img {
    width: 100%;
}
.product_slider_thumbnail {
    padding: 10px;
    flex: 0 0 150px;
    max-width: 150px;
}
.product_slider_thumbnail .product_slider_thumbnail_img:first-child {
    padding-top: 0;
    margin-top: -5px;
}
.product_slider_thumbnail_img {
    flex: 0 0 100%;
    padding: 10px;
}
.product_slider_thumbnail_img img{width: 100%;}
/*product_detail css*/
/*about_sec css*/
.about_sec {
    margin: 60px 0;
}
.about_sec_img img {
    width: 100%;
}
.about_sec .heading_sec {
    text-align: left;
}
.about_sec_con ul {
    list-style-type: circle;
    padding-left: 20px;
    line-height: 30px;
}
.heading_sec span {
    display: block;
    text-transform: uppercase;
    color: #ed1c24;
}
.about_more {
    margin-bottom: 60px;
}
.about_more_item {
    text-align: center;
    box-shadow: 0 0 60px #ddd;
    padding: 30px;
    margin: 15px 0;
}
.about_icon {
    margin: 30px 0px;
}
.about_more_item p {
    margin-bottom: 0;
}
.contact_sec_item {
    text-align: center;
    box-shadow: 0 0 60px #ddd;
    padding: 30px;
    margin: 15px 0;
}
.contact_sec {
    margin: 60px 0;
}
.contact_sec_item img {
    display: block;
    margin: 40px auto 0;
    max-width: 80px;
}
.contact_sec_item h4 {
    margin-bottom: 15px;
}
.contact_sec_item p {
    font-size: 17px;
    margin-bottom: 0;
}
.contact_sec_item a {
    font-size: 17px;
    text-decoration: underline;
    display: inline-block;
}
.map_sec_inner iframe {
    width: 100%;
    height: 300px;
    border: 2px solid #111 !important;
}
.map_sec {
    margin-bottom: 60px;
}
.map_sec_form {
    padding-left: 50px;
}
.map_sec .heading_sec {
    margin-bottom: 40px;
}
.contact_sec_item a, .contact_sec_item p{word-wrap: anywhere;}
.company_name.contact_item {
    font-size: 18px;
    font-weight: bold;
}
.contact_item {
    display: flex;
    font-size: 16px;
}
.contact_item i {
    width: 35px;
    font-size: 22px;
}
/*career page css*/
.fill_form{
	
}
.fill_form_inner {
    margin: auto;
}
.faq_sec .panel-title {
    margin: 0;
}
/*end career page css*/
/*team_sec css*/
.team_sec {
    margin: 60px 0;
}
.team_sec_img img {
    width: 100%;
}
.team_sec_item {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px #ddd;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}
.team_sec_img {
    position: relative;
    overflow: hidden;
}

.team_info p {
    margin: 0;
}
.team_info {
    position: absolute;
    padding: 15px;
    background: rgba(0,0,0,.5);
    color: #fff;
    top: -100%;
    transition: all .5s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.team_sec_item:hover .team_info {
    top: 0;
}
/*end team_sec css*/
/*faq css*/
.faq_sec .panel-heading [data-toggle="collapse"]:after {
    font-family: 'fontawesome';
    content: "\f054"; /* "play" icon */
    float: right;
    color: #ed1c24;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);transition: all .5s;
}

.faq_sec .panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}
.faq_sec {
    margin: 60px 0;
}
.faq_sec .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.faq_sec .panel-default {
    border-color: #ddd;
}
/*.faq_sec .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}*/
.faq_sec .panel-group .panel {
    margin: 10px 0;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    display: inline-block;
    width: 100%;
}
.faq_sec .panel-default > .panel-heading .accordion-toggle {
    font-size: 18px;
    padding: 15px;
    display: inline-block;
    width: 100%;color: #ed1c24;
}

.faq_sec .panel-default > .panel-heading .accordion-toggle.collapsed {
    color: #333;
}
.faq_sec .panel-body {
    padding: 15px;
}

/*end faq css*/
/*term_use_sec css*/
.term_use_sec {
    margin: 60px 0;
}
.term_use_item {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}
.term_use_sec .heading_sec {
    text-align: left;
}
.term_use_sec ul {
    list-style-type: circle;
    padding-left: 20px;
    line-height: 30px;
}
.term_use_item h4 {
    font-weight: 600;
}
.term_use_item h5 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
/*end term_use_sec css*/
/*emodal css*/
.modal-header .heading_sec h3 {
    font-size: 26px;
    margin: 0;
}
.modal-header .heading_sec {
    margin-bottom: 0;
}
.modal-header .close {
    font-size: 50px;
    font-weight: normal;
    padding: 0;
    right: 0;
    margin: 0;
    line-height: 30px;
}
.team_moadal .team_sec_item {
    padding: 0;
    box-shadow: unset;
    margin: 0;
}
.team_content {
    margin-top: 20px;
}
.team_content h4 {
    font-weight: bold;
    font-size: 18px;
}
.team_content ul {
    list-style: none;
    padding: 0;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.team_info .btn.btn_type2 {
    margin-top: 15px;
}
/*end tmodal css*/



/*login_registration_Sec css*/
.login_registration_Sec {
    margin: 60px 0;
}
.login_registration_Sec .heading_sec {
    text-align: left;
}
.login_registration_saprator {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}
.login_registration_saprator::before {
    content: "";
    background: #ddd;
    height: 100%;
    width: 1px;
}
.login_sec, .registration_sec {
    box-shadow: 0 0 10px #ddd;
    padding: 30px;
    height: 100%;
}
.register_divider {
    display: inline-block;
    width: 100%;
    text-align: center;border-bottom: 1px solid #c4c2c2;
position: relative;
}
.register_divider span {
    background: #fff;
    top: -19px;
    position: absolute;
    border: 1px solid #c4c2c2;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    font-weight: bold;
    border-radius: 50%;
}
.login_registration_Sec ul li i {
    width: 30px;
    height: 30px;
    border: 1px solid #787878;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}
.login_registration_Sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.login_registration_Sec ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}
.login_registration_Sec .form-control {
    height: 38px;
}
.form-group .required::after {
    content: "*";
    color: red;
}
.form_custom_check .custom-checkbox {
    display: inline-block;
    margin-right: 25px;
}
.form_custom_check .custom-checkbox:last-child{margin-right: 0;}
.edit_form a {
    text-decoration: underline;color: #ed1c24;
}
/*end login_registration_Sec css*/
/*profile_sec css*/
.profile_sec {
    margin: 60px 0;
}
.profile_sec_image {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    border: 8px solid #ddd;
}
.profile_sec_image img{width: 100%;height: 100%;}
.profile_sec_items li {
    margin: 10px 0;
}
.profile_sec_items li:first-child{margin-top: 0;}
.profile_sec_top {
    width: 340px;
    padding: 20px;
    box-shadow: 0 0 50px #ddd;
    background: #fff;
}
.profile_sec_top h4 {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    display: inline-block;
    float: left;
}
.profile_sec_edit_label {
    float: right;
}
.profile_sec_edit_bt {
    background: #ed1c24;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    display: inline-block;
	vertical-align: middle;
}
.profile_sec_name {
    margin: 20px 0;
    background: #ececec;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.profile_sec_top p {
    margin: 0 0 5px;
    font-size: 15px;
}
.profile_sec_top p i {
    font-size: 16px;
    margin-right: 5px;
}
.profile_sec_top p:last-child{margin-bottom: 0;}
.profile_sec_inner {
    display: flex;
}
.profile_sec_items {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.profile_sec_bottom {
    margin-left: 50px;
    padding: 40px;
    box-shadow: 0 0 50px #ddd;
    width: 100%;
    background: #fff;
}
.edit_form_item_img {
    width: 340px;
    padding: 20px;
    box-shadow: 0 0 50px #ddd;
    text-align: center;
    position: relative;
}
.edit_fileuploaer {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ed1c24;
    border-radius: 50%;
    color: #fff;
    border: 0;
    position: absolute;
    right: 10px;
    top: 40%;
}
.edit_fileuploaer input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
}
.edit_form_item:last-child {
    margin-left: 50px;
    padding: 40px;
    box-shadow: 0 0 50px #ddd;
}   
.edit_form_items {
    display: flex;
}
.edit_form form {
    padding: 40px;
    box-shadow: 0 0 50px #ddd;
}
/*end profile_sec css*/
/*offer_sec css*/
.offer_sec {
    margin: 60px 0;
}
.slider_sec1 img{width: 100%;}
.offer_sec_con .heading_sec {
    text-align: left;
}
.heading_sec h4 {
    font-size: 26px;
    font-weight: bold;
}
.offer_sec_item .offer_sec_img {
    margin: 15px 0;
}
.offer_sec_con ul {
    list-style-type: circle;
    padding-left: 20px;
    line-height: 30px;
}
.service_sec {
    margin-bottom: 60px;
}
.offer_sec_con ul {
    list-style-type: circle;
    line-height: 30px;
}
.service_sec_item {
    text-align: center;
    box-shadow: 0 0 60px #ddd;
    padding: 30px;
    margin: 15px 0;
}
.service_sec_item h4 {
    margin-bottom: 20px;
}
.service_sec_item p {
    margin: 0;
}
.service_sec_item i {
    font-size: 60px;
    margin-bottom: 20px;
}
.service_sec_item:hover i {
    color: #ed1c24;
}
.service_sec_item:hover h4 {
    color: #ed1c24;
}

.service-price {
    font-size: 30px;
    margin: 0 0 10px;
}

.edit_form {
    margin-bottom: 60px;
}
.without_hover_shop {
    width: 80px;
    margin-bottom: 20px;
}
.with_hover_shop {
    display: none;
    width: 80px;margin-bottom: 20px;
}
.service_sec_item:hover .without_hover_shop{display: none;}
.service_sec_item:hover .with_hover_shop{display: inline-block;}
.offer_sec_item {
    margin: 40px 0;
    display: inline-block;
    width: 100%;
}
.offer_sec_img img {
    width: 100%;
}
.service_image img {
    width: 100%;
}
.service_image{margin-top: 60px;}
/*end offer_sec css*/
/*create_requirement_sec css*/
.wrapper_sec_container {
    width: 100%;
}
/*end create_requirement_sec css*/
/*create_list_sec css*/
.form_heading {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #595959;
    margin-bottom: 20px;
    margin-top: 15px;
}
.file_upload_bt .btn.btn_submit {
    position: relative;
}
.file_upload_bt input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.file_upload_bt .btn.btn_submit i {
    margin-right: 8px;
}
.file_upload_bt {
    display: flex;
    align-items: center;
}
.file_upload_bt .file_image_view {
    width: 95px;
    height: 95px;
    overflow: hidden;
    margin-right: 20px;
}
.file_upload_bt .file_image_view img{width: 100%;height: 100%;}
.custom-control.custom-checkbox {
    margin-right: 20px;
    display: inline-block;
}
.file_upload_bt .imageuploadify.well {
    margin: 10px 0;
}
.control-label {
    width: 100%;
}
.custom-control {
    display: inline-block;
    margin-right: 20px;
}
.table td, .table th {
    padding: .75rem 5px;
}
/*end create_list_sec css*/
/*view_list_sec css*/
.btn.btn_edit {
    background: #3a3a3c;
    color: #fff;
    height: 34px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    line-height: 32px;
    width: 70px;
    font-weight: 500;
    margin-top: 15px;
}
.btn.btn_edit:hover {
    background: #eb1c24;
    color: #fff;
}
.edit_modal .modal-dialog {
    max-width: 800px;
}
/*end view_list_sec css*/
.mask-blur {
    filter: blur(3px);
}
.tbl-requirement-links {
    min-width: 200px;
}

/*tabel css*/
.venture_table.table-wrapper {
    background: #fff;
    padding: 20px;
    margin: 30px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.venture_table.table-title {
    padding-bottom: 10px;
    margin: 0 0 10px;
}
.venture_table .table-title h2 {
    margin: 0 0 10px;
    font-size: 22px;
}
.venture_table .search-box {
    position: relative;
    float: right;
    margin-bottom: 10px;
}
.venture_table .search-box input {
    height: 34px;
    border-radius: 20px;
    padding-left: 35px;
    border-color: #ddd;
    box-shadow: none;
}
.venture_table .search-box input:focus {
    border-color: #3FBAE4;
}
.venture_table .search-box i {
    color: #a0a5b1;
    position: absolute;
    font-size: 19px;
    top: 8px;
    left: 10px;
}
.venture_table table.table tr th, table.table tr td {
    border-color: #e9e9e9;
}
.venture_table table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}
.venture_table table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}
.venture_table table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}
.venture_table table.table td:last-child {
   min-width: 130px;
}
.venture_table table.table td a {
    color: #a0a5b1;
    display: inline-block;
    margin: 0 5px;
}
.venture_table table.table td a.view {
    color: #ed1c24;
}
.venture_table table.table td a.edit {
    color: #FFC107;
}
.venture_table table.table td a.delete {
    color: #E34724;
}
.venture_table table.table td i {
    font-size: 19px;
}    
.venture_table .pagination {
    float: right;
    margin: 0 0 5px;
}
.venture_table .pagination li a {
    border: none;
    font-size: 95%;
    width: 30px;
    height: 30px;
    color: #999;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 30px !important;
    text-align: center;
    padding: 0;
}
.venture_table .pagination li a:hover {
    color: #666;
}   
.venture_table .pagination .page-item.active .page-link {
    background: #3a3a3c;
    border-color: #3a3a3c;
}
.venture_table .pagination li.active a:hover {        
    background: #0397d6;
}
.venture_table .pagination li.disabled i {
    color: #ccc;
}
.venture_table .pagination li i {
    font-size: 16px;
    padding-top: 6px
}
.venture_table .material-icons i {
    font-size: 16px;
}
.venture_table .hint-text {
    float: left;
}
.btn.btn_reject {
    background: #3a3a3c;
    color: #fff;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    line-height: 40px;
    width: 80px;
    font-weight: 500;
}
.btn.btn_reject:hover, .btn_color:hover {
    background: #3a3a3c;
    color: #fff;
}
.btn_color{background: #eb1c24;
    color: #fff;
    height: 100%;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 5px;
    line-height: 40px;
    width: auto;
    font-weight: 500;}
/*end tabel css*/
/*message_inbox_sec css*/
.faq_sec.message_inbox_sec {
    margin: 0;
}
.faq_sec.message_inbox_sec .accordion-toggle.collapsed {
    background: #3a3a3c;
    color: #fff !important;
}
.faq_sec.message_inbox_sec [aria-expanded="true"].accordion-toggle {
    background: #ed1c24;
    color: #fff !important;
}
.faq_sec.message_inbox_sec .panel-heading [data-toggle="collapse"]::after {
    color: #fff;
}
.faq_sec.message_inbox_sec .panel-group .panel {border: 1px solid #3a3a3c;}
.message_inbox_title {
    display: flex;
}
.message_inbox_heading h2 {
    margin: 0 0 10px;
    font-size: 22px;
}
.message_inbox_title .search-box {
    position: relative;
    float: right;
    margin-right: 10px;
}
.message_count_counting {
    position: relative;
    top: -10px;
    font-weight: bold;
    padding-left: 3px;
}
.message_count_counting.unread {
    color: #ed1c24;
}
.message_count a i {
    font-size: 20px;
}
.message_count {
    margin-left: 20px;
    position: relative;
}
.message_inbox_right_bar {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.message_inbox_title .material-icons {
    position: absolute;
    top: 6px;
    left: 10px;
}
.message_inbox_title .material-icons i {
    font-size: 16px;
}
.message_inbox_title .search-box input {
    height: 34px;
    border-radius: 20px;
    padding-left: 35px;
    border-color: #ddd;
    box-shadow: none;width: 200px;
}
.message_inbox_sec .panel-default > .panel-heading .accordion-toggle {
    display: flex;
}
.message_inbox_sec .panel-heading [data-toggle="collapse"]::after {
    display: none;
}
.message_date {
    margin-left: auto;
    font-weight: bold;
    font-size: 14px;padding-left: 15px;
}
/*end message_inbox_sec css*/
/*myaccount_seccss*/
.myaccount_sec_inner .nav-link {
    display: block;
    padding: .5rem 1rem;
    background: #3a3a3c;
    color: #fff;
    border: 0 !important;font-weight: 500;text-transform: uppercase;
}

.myaccount_sec_inner .nav-tabs .nav-item.show .nav-link, .myaccount_sec_inner .nav-tabs .nav-link.active, .myaccount_sec_inner .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #ed1c24;
}
.myaccount_sec_inner .nav-tabs {
    border-bottom: 5px solid #ed1c24;
}
.myaccount_sec_inner .tab-content {
    padding: 20px;
    border: 1px solid #ed1c24;
}
.myaccount_sec_inner_item {
    box-shadow: 0px 0 59px rgba(0,0,0,.11);
    margin: 15px 0;
    padding: 20px;
}
.myaccount_sec_inner_item:hover {
	color: #ec2124;
	cursor: pointer;
}
.myaccount_sec_inner_item h4 {
    font-size: 20px;
}
.myaccount_sec_inner_item ul {
    padding: 0 0 0px 20px;
    margin: 0;
}
.myaccount_sec_inner_item ul li {
    margin: 5px 0;
}
.myaccount_sec_inner_item ul li:last-child {
    margin: 5px 0 0;
}
.count_myaccount_sec_inner_item {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    display: flex;
    height: calc(100% - 20px);
    align-items: center;
    justify-content: center;
}
.myaccount_sec_inner .table-wrapper.venture_table {
    margin: 0;
    box-shadow: unset;
    padding: 0;
}
/*end myaccount_sec css*/
/*cart css*/
.checkout-button.btn.btn_submit {
    width: auto;
    padding: 0 10px;
}
.cart_sec {
    padding: 60px 0;
}
table.cart thead th {
    font-size: 1em;
    line-height: 1.714em;
    color: #747474;
    border-bottom: 1px solid #ddd;
    border-top: none;text-transform: uppercase;
    font-weight: 600;padding: .75rem;
}
table.cart .product-remove a {
    color: #a7a7a7;
    font-size: 3em;
}table.cart .product-remove a:hover {
    color: #ed1c24;
}
table.cart .product-thumbnail img {
    width: 100px;
    height: 100px;
    border: 3px solid #ddd;
    padding: 2px;
}
table.cart .product-thumbnail {
   text-align: left;
}
table.cart tbody tr.cart_item td {
    padding: 1.5em;
    font-size: 15px;
    font-weight: bold;
}
table.cart {
    width: 100%;
}
div.quantity > label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
}
.quantity input.minus, .quantity input.plus {
    width: 20px;
    padding: 4px 0 4px;
    border-radius: 0;
    border: 1px solid #999;
    font-weight: bold;
}

div.quantity > input {
    display: inline-block;
    float: left;
    width: auto;
}
table.cart td.product-quantity .qty {
    width: 30px;
    padding: 0.3180469716em 0.41575em;
    margin: 0 3px;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
    border: 1px solid #999;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.quantity input[type="number"] {
    -moz-appearance: textfield;
}
table.cart .action_tr td {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.action_tr .total_grand {
    font-size: 20px;
    font-weight: bold;
}
table.cart .action_tr td {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
table.cart .product-remove {
    text-align: right;
}
.action_tr .actions{text-align: right;}
.checkout_form_heading {
    font-weight: bold;
    margin-bottom: 20px;
}
.checkout_sec {
    background: #f5f5f5;
}
.checkout_sec table.cart .action_tr td {
    border-top: 1px solid #ddd;
    padding: 20px;
    width: 100%;
}
/*end cart css*/

.lobibox-notify-wrapper.right {
    right: 90px !important;
}


/*-------------------------------------------------------------*/
header.header_sec .container {
    width: 100%;
    max-width: none;
}
.header_sec .navbar .login_btn .nav-link, .header_sec .navbar .regiser_btn .nav-link {
    min-width: 95px;
    text-align: center;
}

.yes_no_upercase li{
    text-transform: capitalize;
}

main.login-main-section {
    width: 100%;
}

.error { 
	color:  red;
    display: block;
    margin-bottom: 5px;
}

a.click_here {
    color: #ed2c24;
}
.no_record_found {
    font-size: 30px;
    text-align: center;
    margin: -20px 0 0;
}
.about_sec p {
    font-size: 15.6px;
    margin: 30px 0;
}
.product_mata_item .dropdown-menu {
    padding: 15px;
}
.dataTables_wrapper {
    overflow: auto;
}
.dataTables_paginate span a {
    cursor: pointer;	
}
.dataTables_paginate span a {
    padding: 4px 10px;
    background: #eee;
    display: inline-block;
    margin: 0 3px;
    text-align: center;
    line-height: 20px;
	border-radius: 3px;
}
.dataTables_paginate span a.paginate_button.current {
    background: #ed1c24;
    color: #fff;
}
.similar_list_items .no_record_found {
    padding: 10px 15px 0;
    font-size: 18px;
}
.upl-label {
	display: block;
	width: 100%;
}
.div_img_upl {
    display: inline-block;
}
.sold_out_cl .feature_list_item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
	z-index: 9;
}
.sold_out_cl .feature_list_item:after {
    content: "Sold Out";
    position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 30px;
	z-index: 10;
    font-weight: bold;
}
.sold_out_cl .feature_list_item span.price_sec {
	left: 10px;
}
.feature_list_img .edit_listing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;font-size: 15px;
}
.dataTables_length {
    float: left;
}
div.dataTables_info {
	float: left;
}
.dataTables_filter input {
    border: 1px solid #333;
}
.feature_list_item:hover .feature_list_img .edit_listing {
	opacity: 1;
	visibility: visible;
}
.sold_out_detail, .inactive_list_detail {
    text-align: center;
    margin: 50px;
    font-weight: bold;
    font-size: 30px;
    color: #ed1c24;
}
.product_detail_description_reason h6 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 15px;
}
input[type=number] {
    -moz-appearance:textfield;
}

p.list_id {
    position: absolute;
    right: 50%;
    background: #ddd;
    padding: 1px 5px;
    top: 5px;
    margin-right: 5px;
}
@media screen and (min-width: 1200px) {
    section.slider_sec {
        margin-bottom: -30px;
    }
    .feature_list {
        margin-top: 30px;
    }
	main.login-main-section {
		width: calc(100% - 255px);
	}
}
@media screen and (min-width: 1340px) {
    .container {
        max-width: 1280px;
    }
}
@media screen and (max-width: 1199px) {
	.feature_list_mata {
		display: block;
	}
    .feature_list_mata p {
		display: block;
	}
    .feature_list_mata p:last-child {
		margin-top: 5px;
	}
	section.search_box.inner_page.bank-auction .search_box_item button.btn.btn_search, section.search_box.inner_page.bank-auction .search_box_item a {
    font-size: 12px;
    padding: 5px 0px;
}
	
}
@media screen and (max-width: 767px) {
	
	section.search_box.inner_page.bank-auction .search_box_item {
    flex: 0 0 50%;
    margin: 10px 5px;
    max-width: calc(50% - 10px)!important;
}
	.footer_bottom {
		text-align: center;
	}
	.footer_bottom .text-right {
		text-align: inherit !important;
		margin: 5px 0 0;
	}
}
#ErrorModal{
    z-index: 9999 !important;
}
.offer_sec_item:nth-child(2n+2) .row{flex-direction: row-reverse;}
main.login-main-section {
    width: calc(100% - 255px);
}
.dataTables_wrapper {
    overflow-x: auto;
    width: 100%;
}
.mark_as_sold button {
    padding: 0;
    border: none;
    font-weight: bold;
    font-size: 12px;
    color: #e94148;
    background: no-repeat;
}
.select2-container {
	width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
}
.select2-container .select2-selection--single {
    height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
}
.sb-msg-inbox .message_count_counting.unread {
    background: red;
    color: #fff;
    min-width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 20px;
    position: static;
    margin-left: 5px;
}
.service_view_md img {
	max-width: 100%;
}
.service_view_md .img_how h2 {
    font-size: 22px;
	font-weight: bold;
}
.service_view_md h5 {
    font-size: 24px;
    font-weight: bold;
}

.cont-sell-btn {
    position: fixed;
    left: 0;
    top: 397px;
    transform: rotate(-90deg);
    transform-origin: left;
    margin: 0 0 0 20px;
}

	header.header_sec {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 999;
	}
	body {
		padding-top: 115px;
	}

/**====by-RK===**/
.white-color {
    background-color: #fff;
    margin: 0!important;
    padding: 1px 0;
    font-family: 'Roboto', sans-serif!important;
}

.white-color .heading_sec {
    margin: 0;
    padding: 36px 0 0 0;
}

section.bank_acution_sec.white-color {
    padding: 20px 0 0;
}

.wrapper_sec_container.white-color .wrapper_sec_main {
    margin-top: 0;
}

.white-color .heading_sec h3 {
    font-size: 30px;
    align-items: center;
    margin-top: -20px;
}

.search_box_items.bank-auction-form {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

figure.right-pic {
    text-align: right;
}

 

.wrapper_sec_container.white-color .wrapper_sec_main {
    padding-top: 0;
}

figure.right-pic img {
    max-width: 200px;
}

 

section.search_box.inner_page.bank-auction .search_box_item {
    width: auto;
    min-width: 200px;
}
 
}
 section.search_box.inner_page.bank-auction .row {
    display: flex;
    align-items: center;
    margin-top: -20px;
}

.search_box_items.bank-auction-form {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

figure.right-pic {
    text-align: right;
}

 

.wrapper_sec_container.white-color .wrapper_sec_main {
    padding-top: 0;
}

figure.right-pic img {
    max-width: 200px;
}

 

section.search_box.inner_page.bank-auction .search_box_item {
    width: auto;
    min-width: 200px;
    display: flex;
    align-items: center;
}
 
section.search_box.inner_page.bank-auction .row {
    display: flex;
    align-items: center;
    margin-top: -30px;
}

.search_box_items.bank-auction-form {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

figure.right-pic {
    text-align: right;
}
.get-in-touch-form .modal-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

 
.get-in-touch-form .modal-body {
    padding: 15px 30px;
}
 

.get-in-touch-form .modal-header {
    padding: 20px;
}

.get-in-touch-form input.form-control {
    height: 40px;
}
 

.wrapper_sec_container.white-color .wrapper_sec_main {
    padding-top: 0;
}

figure.right-pic img {
    max-width: 232px;
}
 

section.search_box.inner_page.bank-auction .search_box_item {
    width: auto;
    min-width: 200px;
}
 

.btn.get-in-touch {
 	padding: 8px 15px;
 	background: #de3b30;
 	color: #fff;
 	text-transform: uppercase;
 	font-size: 14px;
 	font-weight: 500;
 	transform: rotate(-90deg);
 	/* position: fixed!important; */
 	top: 466px;
 	left: -68px;
 	margin-top: -64px;
 	width: 170px;
 	height: 40px;
 	border-radius: 5px;
}

.wrapper_sec_container.white-color .feature_list {
    margin-top: 0;
    position: relative;
}

.pagination li.active span {
    background-color: #363636!important;
    border-color: #363636!important;
    padding: 5px 10px;
    border-radius: 4px;
}
 
.pagination li a {
    color: #333;
    border-radius: 4px;
    padding: 4px 10px;
    color: #000;
}

.pagination li {
    margin: 2px;
}

.pagination li span {
    padding: 5px 10px;
    border-radius: 4px;
}

 .get-in-touch-form .modal-dialog {
    margin-top: 6%!important;
}
 .wrapper_sec_container.white-color table.table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.wrapper_sec_container.white-color table.table tr td {
    border: 1px solid #b2b2b3;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #3a3a3c;
    padding: 10px;
}

.wrapper_sec_container.white-color table.table tr th {
    border: 1px solid #fff;
    background-color: #363636;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: normal;
}

.wrapper_sec_container.white-color table.table tr td.summary {
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    font-weight: 500;
}

.wrapper_sec_container.white-color table.table tr td:first-child {
    border-left: none;
}

.wrapper_sec_container.white-color table.table tr td:last-child {border-right: none;}

.wrapper_sec_container.white-color table.table tr:last-child td {
    border-bottom: none;
}
.search_box.inner_page.bank-auction .form-control {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    height: 36px;
    border: 3px solid #e1e1e1;
    padding: 5px 15px;
    border-radius: 2px;
}

section.search_box.inner_page.bank-auction {
    font-family: 'Montserrat', sans-serif!important;
}

.search_box.inner_page.bank-auction .form-control::placeholder {
    color: #000;
}
 

.bank-auction .search_box_item .select2.select2-container .select2-selection__rendered {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    height: 36px;
    border: 3px solid #e1e1e1;
    padding: 8px 15px;
    line-height: 1!important;
    border-radius: 2px;
}
section.search_box.inner_page.bank-auction .search_box_item .btn.btn_search {
    padding: 5px 10px;
    height: 36px;
    font-size: 14px;
}
.bank-auction .select2-container--default .select2-selection--single {
    height: 36px!important;
    border: none;
}

.bank-auction .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 16px;
    border-width: 8px;
    border-color: #383838 transparent transparent transparent;
    left: 0;
}
 ul.pagination {
    padding: 5px 0;
}
.get-in-touch-form .modal-body .form-group.col-md-6 {
    padding: 0 6px;
}

.get-in-touch-form .modal-body .col-md-12 {
    padding: 0 6px;
}


@media screen and (min-device-width: 992px) and (max-device-width: 1199px) { 

section.search_box.inner_page.bank-auction .search_box_item {
    min-width: 150px;
}

}

 


@media screen and (max-width: 991px) {
.btn.get-in-touch {
    padding: 8px 15px;
    background: #de3b30;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    transform: rotate(-90deg);
    /* position: fixed!important; */
    top: 436px;
    left: -72px;
    margin-top: -64px;
    width: 170px;
    height: 40px;
    border-radius: 5px;
}
	.wrapper_sec_container.white-color .feature_list {
    margin-top: 0;
    position: relative;
}
	
	body {
		padding-top: 85px;
	}
	
	.wrapper_sec_container.white-color .container {
    max-width: 100%;
    width: 100%;
}
	section.search_box.inner_page.bank-auction .search_box_item .btn.btn_search {
    padding: 5px 10px;
    height: 36px;
    font-size: 14px;
    width: 100%;
}
	
	
}


@media screen and (max-width: 767px) {
figure.right-pic {
    text-align: right;
    display: none;
}
.wrapper_sec_container.white-color section.feature_list .row {
    margin: 0 0px;
}

section.search_box.inner_page.bank-auction .search_box_item {
    padding: 0;
}
	.wrapper_sec_container.white-color section.feature_list table.table {
    width: 664px;
    max-width: 100%;
}

.wrapper_sec_container.white-color section.feature_list .row {
    overflow-x: scroll;
}
.btn.get-in-touch {
    padding: 8px 15px;
    /* background: #252525; */
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    position: fixed;
    height: 30px;
    border-radius: 5px;
    z-index: 999;
    width: 140px;
    left: -58px;
    top: 408px;
}
	section.search_box.inner_page.bank-auction .row {
    display: flex;
    align-items: center;
    margin-top: 0;
}
	.wrapper_sec_container.white-color .feature_list {
    margin-top: 0;
    padding: 0 5px;
}

}

.product_detail_right_sec img {
	max-width: 100%;
}

section.search_box.inner_page.bank-auction .search_box_item button.btn.btn_search,section.search_box.inner_page.bank-auction .search_box_item a {
    flex: 0 0 50%;
    width: calc(50% - 8px);
    float: left;
    margin: 0 2px;
}

section.search_box.inner_page.bank-auction .search_box_item a  button.btn.btn_search {
    width: 100%!important;
}