
.search-result{
    width:100%;
    min-height:400px;
    position: absolute;        
    z-index: 999;
    top: 100%;
    left: 0;
    overflow-y: scroll;
    max-height: 400px; background:#fff;
}

.search-result p{
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #CCCCCC;
    border-top: none;
    cursor: pointer;

}
.search-result p > a {
    color: #363636;
}
.search-result p a {
    margin: 0;
    padding: 5px 10px;
    border: 0px solid #CCCCCC;
    border-top: none;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    font-size: 15px;
}
.search-result p:hover{
    background: #f2f2f2;
}
section.about_emc.single-event .content_emc {
    height: auto;
}


@font-face {
/*font-family: Poppins-Light;*/
src: url(../fonts/Poppins-Light.otf);
}
@font-face {
/*font-family: Poppins-Medium;*/
src: url(../fonts/Poppins-Medium.otf);
}
@font-face {
/* font-family: Poppins-Bold;*/
src: url(../fonts/Poppins-Bold.otf);
}
@font-face {
/*font-family: Poppins-Regular;*/
src: url(../fonts/Poppins-Regular.otf);
}

*{
    text-decoration: none;
    outline: none;
}
p, a, ul, li, span{
/*font-family: Poppins-Light;*/
}
a, button{
    outline: none;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
/*font-family: Poppins-Medium;*/
margin:0;
/*text-shadow: 0px 0px 0px #000;*/
}
a:hover{
    text-decoration: none;
}
body{
    height: 100%;
    width: 100%;
}

.pd_all
{
    padding: 25px 0px;
}

.btn_public {
    background-color: #662E8F;
    padding: 11px 25px;
    text-align: center;
    color: #fff !important;
    transition: 0.7s ease-in-out;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.btn_public:hover
{
    background-color: #662f8f;

}

.pz
{
    padding: 0px;
}

.mz
{
    margin:0px;
}

.mar_top
{
    margin-top: 60px;
}
.mar_btm{
    margin-bottom: 40px;
}
.BkWhite{
    background: #fff;
}
/*==============Top Header Start================*/
header.sticky {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    z-index: 1050;
    padding: 0px 0px;
    animation: smoothScroll 1s forwards;
    border-bottom: 1px solid #ccc;
}

header.sticky header
{
    padding: 0px 0px;
}

header.sticky .top_header  
{
    padding: 6px 0px;
}


@keyframes smoothScroll 
{
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.top_header
{
    background-color: #662f8f;
    padding: 12px 0px;
}

.contact_detail
{
    color: #fefefe;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.login_rgst ul
{
    justify-content: center;
    padding-top: 10px;
}

.login_rgst li a
{
    color: #fefefe;
    padding:0px 5px;
}

.login_rgst li
{
    color: #fefefe;
    font-size: 16px;
}

.search_box
{
    position: relative;
}

.search_box form
{
    width: 100%
}

.search_box input
{
    border-radius: 0px;
    padding-left: 15px;
    outline: none;
    box-shadow: none;
    color: #c1c1c1;
/*font-family: Poppins-Light;*/
border: 3px solid #dadada;
}

.search_box input:placeholder
{
    color: #c1c1c1;
}

.search_box .search_btn
{
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

/*==============Top Header End================*/



/*==============header================*/


header nav {
    padding: 0 !important;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.navbar .main_menu li a {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.3px;
    transition: all 0.5s;
    padding: 15px;
    color: #000 !important;
    border-bottom: 2px solid transparent;
    position: relative;
    font-weight: 600;
    margin: 0px 5px;
}
.main_menu li a {
    color: #4a4a4a;
}

.main_menu li a.active, #vertical-menu li a.active
{
    color: #34c245 !important;
}

header {
    background: #fff;
    transition: all 0.5s;
}

/*.add_cart li a
{
color: #662f8f;
}*/

.add_cart li .fa-shopping-cart
{
    background-color: #3cb54a;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 100px;
    text-align: center;
}
/*==============header================*/

/*==============Slider Banner Start================*/
.slide_banner
{

    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    height: 82vh;
}

.banner_bg
{
    height: 657px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.banner_content
{
    background-color: #662f8f;
    padding: 30px;
    margin: 0 auto;
    max-width: 1000px;
}

.banner_content h1
{
    font-size: 80px;
    color: #f5e8ff;
}

.banner_content p
{
    font-size: 22px;
    margin-top: 10px;
    color: #f5e8ff;
    max-width: 710px;
    display: block;
    margin: 10px auto;
    line-height: 38px;
}

.banner_content a
{
    background-color: #34c245;
    padding: 3px 20px;
    text-align: center;
    margin-top: 10px;
    color: #f5e8ff;

}

.banner-slide .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    margin-top: 0px;
    color: #fff;
    left: 0px;
    font-size: 50px;
    padding: 4px 10px;
    background: rgba(58, 54, 54, 0.5);
}

.banner-slide .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    margin-top: 0px;
    color: #fff;
    right: 0px;
    font-size: 50px;
    padding: 4px 10px;
    background: rgba(58, 54, 54, 0.5);
}

.banner-slide .owl-nav .owl-prev:hover, .banner-slide .owl-nav .owl-next:hover
{
    background: rgba(58, 54, 54, 0.5);
}


.banner-slide .owl-dots
{
    display: none;
}

/*==============Slider Banner Start================*/


/*==============Our Services Start================*/
.heading 
{
    text-align: center;
}

.heading h2
{
    text-align: center;
    font-size: 36px;
    color: #662f8f;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
/*font-family: Poppins-Light;*/
}

.heading h2:before
{
    content: "";
    position: absolute;
    height: 1px;
    background-color:#34c245; 
    width: 70%;
    left: 15%;
    bottom: 0px;
}

.services_section
{
    margin-top: 60px;
}

.section_connect
{
    text-align: center;
}

.thumb_cir {
    overflow: hidden;
    border: 2px solid #662f8f;
    border-radius: 100px;
    height: 140px;
    width: 140px;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #dfd3e7;
    padding: 40px 0px;
}

.section_connect .thumb_cir img {
    transition: 0.7s ease-in-out;
    transform: scale(1);
    display: block;
    margin: 0px auto;
}
.box_content h3 {
    margin: 35px 0px 15px;
    color: #662f8f;
    font-size: 20px;
}
.box_content p 
{
    font-size: 16px;
    color: #535353;
    text-align: justify;
    max-width: 292px;
    display: block;
    margin: 0px auto 20px auto;
}
.box_content p {
    font-size: 16px;
    color: #535353;
    display: block;
    margin: 0px auto 20px auto;
    line-height: 28px;
}



.section_connect:hover .thumb_cir img 
{
    transform: scale(1.1);
}
/*==============Our Services End================*/


/*==============Offer End================*/
.offset_set
{
    position: relative;
}

.content_offer
{
    position: absolute;
    top: 60px;
    right:-15px;
}


.content_offer h3
{
/* font-family: Poppins-Bold;*/
font-size: 26px;
color: #fff;
}


.content_offer h4 .percent
{
    color: #fef500;
    font-size: 46px;
/* font-family: Poppins-Bold;*/
}


.content_offer h4 .off
{
    transform: rotate(-90deg);
    display: inline-block;
    color: #fff;
    position: relative;
    left: -8px;
    top: -5px;
/* font-family: Poppins-Bold;*/
}

.content_offer1
{
    position: absolute;
    top: 60px;
    left:15px;

}

.content_offer1 h3
{
/* font-family: Poppins-Bold;*/
font-size: 31px;
color: #fff;
max-width: 200px;
}

.content_offer1 h3 span
{
    color: #ff0000;
/* font-family: Poppins-Bold;*/

}
/*==============Offer End================*/

/*==============Product Start================*/
.product_content .content
{
    background-color: #34c245;
    padding: 15px 20px;
    color: #fff;
    min-height: 78px;
    text-align: center;
    transition: 0.7s ease-in-out;
}

.product_content:hover .content
{
    margin-top: -10px;
    z-index: 1;
    position: relative;
    background-color: #662f8f;
}

.product_content .content h3
{
    font-size: 36px;
    color: #662f8f;
}

.product_content .content p
{
    margin-bottom: 0px;

}
/*==============Product End================*/

/*==============EMC Section End================*/
.emx_box
{
    margin-bottom: 40px;
}
.content_emc h3
{
    font-size:26px;
    color: #662f8f;
    margin: 0px 0px 15px;
/*font-family: Poppins-Medium;*/
}

.content_emc p {
    font-size: 16px;
/* font-family: Poppins-Medium;*/
color: #535353;
line-height: 26px;
margin-bottom: 0;
}

.content_emc .btn_public {

    margin-top: 20px;
    display: inline-block;
}
/*==============EMC Section End================*/

/*==============Support Section End================*/
.get_support
{
    background-color: #662f8f;
    padding:36px 0px;
}

.get_support h3 {
    font-size: 30px;
    color: #fff;
/*font-family: 'Poppins-Medium';*/
padding-top: 7px;
}

.get_support .btn_public
{
    padding: 9px 30px;
    margin-top: 3px;
    border: 1px solid #34c245;
/*font-family: 'Poppins-Medium';*/
text-transform: uppercase;
}

.get_support .btn_public:hover
{
    border: 1px solid #fff;
}
/*==============Support Section End================*/

/*==============Services Section End================*/
.service_content
{
    border: 1px solid #d4d4d4;
    text-align: center;
    padding:30px 15px 30px 15px;
    display: table;
    height: 100%;
}

.service_content img
{
    transition: 0.7s ease-in-out;
    transform: scale(1);
}

.service_content:hover img
{
    transform: scale(1.1);
}
.service_content h3 {
    color: #222;
    margin: 25px 0px 10px;
    font-size: 16px;
}
.service_content p {
    font-size: 15px;
color: #535353;
text-align: justify;
margin-bottom: 0px;
line-height: 25px;
}

.my_services
{
    padding:0px 8px;
}
/*==============Services Section End================*/

/* ======================footer start=============== */
.log-brand p {
    margin-top: 30px;
    font-size: 15px;
    color: #535353;
    text-align: justify;
    margin-bottom: 0px;
    line-height: 26px;
}

.my_account {
    padding-left: 20%;
    padding-top: 2.7rem;
}

.my_account h3 {
    padding-left: 0;
    color: #363636;
    font-size: 22px;
/* font-family: Poppins-Bold;*/
}

.nav_footer li {
    list-style-type: none;
    margin: 5px 0px;
    display: inline-block;
    width: 100%;
}

.nav_footer li>a {
    color: #363636cc;
/*font-family: Poppins-Regular;*/
position: relative;
font-size: 15px;
}
.nav_footer
{
    list-style-type: none;
    padding: 0px;
    margin-top: 10px;
}

.addresses_list li
{
    list-style-type: none;
    padding: 2px 0px 2px 30px;
    color: #363636cc;
/*font-family: Poppins-Regular;*/
position: relative;
font-size: 15px;
}

.addresses_list .fa {
    font-size: 18px;
    color: #34c245;
    position: absolute;
    left: 0;
    top: 3px;
}

.addresses_list h3 {
    padding-left: 0;
    color: #363636;
    font-size: 22px;
/* font-family: Poppins-Bold;*/
}

.addresses_list
{
    position: relative;
    padding-top: 2.7rem;
}

.addresses_list:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #ccc;
    left: -30px;
    top: 25px;
}
.social_set li>a
{
    padding:0px 5px;
    font-size: 28px;
    color: #dbc6ff;
}

.get_footer .copy_r
{
    font-size: 14px;
    color: #dbc6ff;
    margin-bottom: 0px;
    margin-top: 15px;
}

.get_footer 
{
    background-color: #662f8f;
    padding: 5px 0px;
}

.my_account li>a:before, .navbar-nav.main_menu li a:before
{
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -2px;
    opacity: 0;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #662f8f;
    z-index: -1;
}

.my_account li>a:hover:before
{
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.main_menu li a:hover:before
{
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 1;
}
/* ======================footer End=============== */

/*today 21/11_2018*/
/* ======================Banner Start=============== */


.banner-top 
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
        background-position: 0% 100%;

}
.banner-top .wave-img-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    height: 100px;
    width: 100%;
}
/*.banner-top .link_section {
    height: 160px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    background: rgb(255, 255, 255, 0.2);
    width: auto;
    align-items: center;
    padding: 0px 100px;
}*/

.banner-top .link_section h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.4px;
    line-height: 37px;
}


/* ======================Banner End=============== */

/* ======================Contact Start=============== */

section.main_contact
{
    padding: 40px 0px 20px 0px;
}

.frm_section {
    background-color: #662e8f;
    margin-top: 4rem;
    padding: 50px 25px 25px 25px;
}

.frm_section input 
{
    border:none;
    height: 45px;
    border-radius:0px;
    box-shadow: none;
    outline: none;
}

.frm_section input:focus 
{
    box-shadow: none;
    outline: none;
}

.frm_section textarea 
{
    border:none;
    border-radius:0px;
}

.frm_section .form-group
{
    padding: 0px 5px;    
}

.frm_section .btn_sub {
    background-color: #34c245;
    border: #34c245;
    padding: 8px 50px;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    border: 1px solid #34c245;
    transition: 0.7s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.frm_section .btn_sub:hover 
{
    border: 1px solid #fff;
    background-color: #662f8f;
}

p.contact_head {
    max-width: 550px;
    display: block;
    text-align: center;
    margin: 20px auto 20px auto;
    font-size: 24px;
    color: #2b2b2b;
    font-weight: 600;
    line-height: 30px;
}


.main_form iframe
{
    border: 0;
    height: 700px;
    width: 100%;
}
/* ======================Contact End=============== */
.products_detail
{
    padding:0px 8px;
}

.search_box input:focus
{
    outline: none;
    box-shadow: none;
    border: 3px solid #dadada;
}

.product_shope .all_search_item {

    border-radius: 2px;
    padding: 0px 10px 15px 10px;
}

.product-sidebar-wrap 
{
    border-radius: 3px;
    position: relative;
    margin-bottom: 50px;
}

.shop-sidebar-title {
    color: #2b2b2b;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 0 0 15px;
/* font-family: Poppins-Bold;*/
letter-spacing: 0.6px;
}

.stamp_product 
{
    margin-bottom: 20px;
    padding: 15px 10px;
    border: 1px solid #d4d4d4;

}
.stamp_product p {
    font-size: 15px;
    margin-bottom: 1px;
}
.stamp_product .post_thumb 
{
    height: 210px;
/*margin-bottom: 10px;*/
overflow: hidden;
border-bottom: 1px solid #3636362e;
}
#vertical-menu h3 a {
    color: #363636;
    letter-spacing: 0.5px;
}
.stamp_product .zoom img 
{
    transition: 0.7s ease-in-out;
    transform: scale(1);
    overflow: hidden;
    margin: 0 auto;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;

    padding-bottom: 15px;
}

.zoom img 
{
    transition: 0.7s ease-in-out;
    transform: scale(1);
}

.zoom img:hover
{
    transform: scale(1.045);
}

.stamp_product:hover .zoom img
{
    transform: scale(1.1);
}

.stamp_product h3 
{
    font-size: 14px;
    padding: 8px 0px 2px 0px;
    text-align: center;
    color: #525252;
    display: inline-block;
/*font-family: Poppins-Light;*/
letter-spacing: 0.6px;
line-height: 24px;
}

.stamp_product h4 
{
    color: #662f8f;
    font-size: 22px;
/*font-family: Poppins-Light;*/
padding: 6px 6px 4px 6px;
text-align: center;
letter-spacing: 0.5px;
}

.stamp_product a.add_cart 
{
    color: #fff;
    background-color: #34c245;
    padding: 3px 30px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    transition: 0.7s ease-in-out;
    border: 1px solid #34c245;
/*font-family: Poppins-Light;*/
}
.stamp_product .add_cart {
    color: #fff;
    background-color: #34c245;
    padding: 9px 28px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    transition: 0.7s ease-in-out;
    border: 1px solid #34c245;
    /* font-family: Poppins-Light; */
    cursor: pointer;
    font-weight: 600;
}

.post_content > p a {
    color: #222;
    text-decoration: underline;
    font-weight: 500;
}

.stamp_product:hover a.add_cart
{
    background-color: #662f8f;
    border-color: #662f8f;
}

.post_content {
    text-align: center;
}

.my_pagination .page-link
{
    border-radius: 0px !important;
}

.my_pagination li a
{
    background-color: #662f8f;
    color: #fff;
}

.my_pagination li a.active
{
    background-color: #34c245;
    color: #fff;
}

.my_pagination li a:hover
{
    background-color: #34c245;
    color: #fff;
}

.popular-tags ul.nav li 
{
    width: 100%;
}


.popular-tags ul.nav li>a
{
    padding:6px 0px;
    color: #2b2b2b;
    display: inline-block;
}


/*list item*/
#vertical-menu 
{
    color: #2b2b2b;
}

/*heading styles*/
#vertical-menu h3 
{
    line-height: 32px;
/*font-family: Poppins-Light;*/
font-size: 15px;
cursor: pointer;
border-bottom: 1px solid #d4d4d4;
margin-bottom: 10px;
padding-bottom: 10px;
}

div#vertical-menu li>a {
    color: #2b2b2b;
}

#vertical-menu h3 span {
    font-size: 20px;
    margin-right: 10px;
    float: right;
    border: 1px solid #222222bf;
    height: 28px;
    width: 28px;
    text-shadow: 0 0 black;
    border-radius: 100px;
    line-height: 26px;
    text-align: center;
    transition: 0.3s ease-in-out;
    margin-top: 5px;
}

#vertical-menu h3 span:hover, #vertical-menu h3 span:focus
{
    background-color: #662f8f;
    color: #fff;
}

#vertical-menu li 
{
    list-style-type: none;
}
/*links*/
#vertical-menu ul ul li a {
    color: #2b2b2b;
    text-decoration: none;
    font-size: 14px;
    line-height: 27px;
    display: block;
    padding: 0 15px;
    transition: all 0.15s;
/*font-family: Poppins-Light;*/
}
/*hover effect on links*/

/*Lets hide the non active LIs by default*/
#vertical-menu ul ul {
    display: none;
}

#vertical-menu li.active ul {
    display: block;
}

div#vertical-menu ul 
{
    padding: 0;
}


/*=============About us Start=================*/
.about_detail
{
    background-color: #662f8f;
    color: #fff;
}

section.about {
    margin-top: 20px;
}

.img_about img
{
    transform: scale(1);
    transition: 0.7s ease-in-out;
    position: absolute;
    bottom: 0;
}

.img_about img:hover
{
    transform: scale(1.1);
}

.img_about
{
    border: 6px solid #662f8f;
    overflow: hidden;
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

.about_detail 
{
    background-color: #662f8f;
    color: #fff;
    padding: 15px 25px 15px 25px;
    display: table;
    height: 100%;
}

.about_detail h3 
{
    font-size: 22px;
/* font-family: Poppins-Bold;*/
margin-bottom: 20px;
}

.about_detail p
{
    font-size: 16px;
/*font-family: Poppins-Regular;*/
}

.about_emc .content_emc p {
    letter-spacing: 0.5px;
    padding-right: 0;
    color: #646464;
    font-size: 16px;
    line-height: 26px;
}

.about_service
{
    background-color: #dadada;
    margin-top: 15px;
}

.about_detail .btn_public 
{
    border: 1px solid #34c245;
}

.about_detail .btn_public:hover 
{
    border: 1px solid #fff;
}
/*=============About us End=================*/

.preview-pic .img_thumb1 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    object-fit: contain;
    height: 350px;
}
.single-product ul>li img 
{
    border: 1px solid #d9d9d9;
    margin-bottom: 14px;
    min-height: 101px;
    width: 100px;
    margin-right: 15px;
    object-fit: cover;
    background: #ccc;
}

.single-product ul>li img.active
{
    border: 5px solid #d9d9d9;
}

.preview-pic 
{
    border: 1px solid #d4d4d4;
    padding: 30px 0px;
    position: relative;
}

.single-product
{
    margin-top: 20px;
}

.details h3 {
    color: #222;
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 30px;
    margin-top: 5px;
    font-weight: 600;
}
.share_link 
{
    position: relative;
    margin-top: 20px;
}

.share_link .link_here ul>li>a
{
    color: #999999;
    padding: 0px 7px;
    display: inline-block;
    font-size: 18px;
}

.sher_text {
    position: absolute;
    left: 0;
}

.link_here
{
    padding-left: 80px; 
}

.conditon {
    margin-top: 10px;
}

.conditon span
{
    color: #999999;
    padding-left: 8px;
}

.list_detail
{
    margin-top: 20px;
}

.list_detail ul
{
    padding-left: 20px;
}

.list_detail ul>li
{
    padding: 5px 0px;
    color: #030303;
    font-size: 16px;
    list-style-type: disc;
}

.price_with_text .rent p
{
    color: #222;
    margin-bottom: 5px;
    font-weight: 500;
}

.price_with_text .price_set p
{
    color: #662f8f;
    margin-bottom: 5px;
    font-size: 26px;
}

.price_with_text a.btn_public {
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 10px 30px;
    display: inline-block;
}

.view_larg
{
    background-color: #9a9a9a;
    padding:5px 15px;
    color: #fff;
    transition: 0.7s ease-in-out
}

.view_larg:hover
{
    color: #fff;
    background-color: #662f8f;
}

.view_larg 
{
    position: absolute;
    left: 37%;
    bottom: 5%;
}


.product_all_detaill .panel-default>.panel-heading {
    color: #222;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    /* font-family: Poppins-Regular; */
    font-size: 18px;
    font-weight: 600;
}
.descrip_detail ul li {
    line-height: 30px;
}
.descrip_detail p strong {
    color: #222;
    font-size: 20px;
    padding-bottom: 15px;
    display: inherit;
}
.product_all_detaill .panel-heading {
    padding: 10px 25px;
}
.right_side_data h4.shop-sidebar-title {
    width: 100%;
    margin-bottom: 1rem;
}


.product_all_detaill .panel-default {
    border-color: #ddd;
}
.product_all_detaill .panel {
    margin-bottom: 10px;
}

.product_all_detaill .panel-body {
    padding: 30px;
}

.product_all_detaill
{
    margin-top: 5px;
}

.product_all_detaill .row
{
    margin:0px -30px; 
}

.product_all_detaill p
{
    margin-bottom: 5px;
    color: #525252;
/*font-family: Poppins-Regular;*/
}
/*single product page start*/

/*Services page start*/

.flex-wrapper {
    margin-top: 40px;
}

p.text_view {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    color: #525252;
}

.single-chart {
    justify-content: space-around ;
    margin-bottom: 20px;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 60%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #ff9f00;
}

.circular-chart.green .circle {
    stroke: #4CC790;
}

.circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

.dropdown-toggle::after
{
    content: none;
}

.main_menu .dropdown:hover .dropdown-menu
{
    display: block
}


.navbar-expand-lg .navbar-nav.main_menu .dropdown-menu a
{
    padding: 8px 15px !important;
    margin: 0;
}

.main_menu .dropdown .fa {
    position: absolute;
    top: 17px;
    right: 0;
    cursor: pointer;
    color: #3bb54a;
}
/*.main_menu .dropdown:hover .dropdown-menu
{
animation: smoothScroll-nav 1s forwards;

}*/

.main_menu .dropdown-item.active, .main_menu .dropdown-item:active
{
    background: none;
}

@keyframes smoothScroll-nav 
{
    0% {
        transform: translateY(-50px);
        /*transform: scale(0);*/
    }
    100% {
        transform: translateY(0px);
/*  transform: scale(1);*/
}
}


#myModal button.close
{
    position: absolute;
    right: -25px;
    top: -34px;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
}

#myModal .modal-dialog 
{
    margin: 125px auto;
    max-width: 800px;
}

#myModal .modal-dialog .pop_pup
{
    height: 475px;
}

#myModal .pop_pup img 
{
    display: block;
    margin: 0 auto;
    min-height: 100%;
    max-height: 100%;
}

#myModal .modal-content
{
    border-radius: 0;
}

.price_with_text
{
    padding-left: 3px;
}
/*Services product page start*/

/*Login Section start here*/
/*==========================signin/sigup===============*/
section.sign_ups {
    padding: 65px 0;
    position: relative;
    display: block;
    width: 100%;
}

.my_sinlog .form-group {
    padding: 0px 5px;
}

.my_sinlog .groupNotBts {
    padding: 0px 5px;
}

.log_fade 
{
    height: 528px;
}
.my_sinlog {
    padding: 30px 45px 30px 45px;
    display: inline-block;
    width: 100%;
}
.my_sinlog .tab-content.card {
    box-shadow: none;
}
.my_sinlog ul.nav.classic-tabs.tabs-cyan li a {
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.4px;
    padding-right: 19px;
    position: relative;
    color: #353535;
}
.my_sinlog ul.nav.classic-tabs.tabs-cyan li a::after {
    content: "/";
    position: absolute;
    right: 6px;
    color: #d8d8d8;
}
.my_sinlog ul.nav.classic-tabs.tabs-cyan li:last-child a::after{
    display: none;
}
.my_sinlog a.nav-link.waves-light.active.waves-effect.waves-light {
    color: #6db650;
}
.loginfrms {
    margin-top: 25px;
}
.loginfrms input, .loginfrms input:focus, .loginfrms select, .loginfrms select:focus
{
    margin: 0;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}
.loginfrms label {
    font-size: 14px;
    margin-bottom: 5px;
}
.myloginsignp23 {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 0px #ccc;
}
.groupNotBts button.custom-btn {
    padding: 10px 34px;
    cursor: pointer;
    border: none;
    margin-top: 0px;
}

ul.nav.classic-tabs.tabs-cyan
{
    margin: 0px -10px;
}

.linksbtms 
{
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #34c245;
    width: 145px;
    text-align: right;
    position: relative;
    top: 6px;
}

.linksbtms:hover
{
    text-decoration: underline;
    color: #34c245;
}
.form-group.btnsrem input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.md-form.btnsrem {
    display: inline-block;
    width: 100%;
}
.md-form.btnsrem label {
    position: relative;
    width: 207px;
    top: -6px;
    margin: 0;
    font-size: 12px;
    color: gray;
    letter-spacing: 0.1px;
}
.md-form.btnsrem label input {
    height: 17px !important;
    width: 16px;
    position: relative;
    top: 5px;
    margin: 0 !important;
    outline: none;
    box-shadow: none;
}
.bottom_fbsh a {
    display: inline-block;
    border-radius: 0px !important;
    transition: all 0.5s;
    margin: 5px 0;
    width: 49%;
}
.bottom_fbsh {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
}
.text-center.btnsubs.mb-3 {
    display: inline-block;
    width: 100%;
}
.log_fade h2 {
    font-size: 27px;
    color: #fff;
}
.sign_ups .tab-content.card {
    border: none;
}
.my_sinlog ul.nav.classic-tabs.tabs-cyan li a.active {
    color: #34c245;
}
/*==========================signin/sigup===============*/
/*Login section End here*/

/*forget password start*/
.modal_public .modal-header
{
    background: #662f8f;
    color: #fff;
    text-align: left;
    border-radius: 0;
/*font-family: Poppins-Light;*/
}

.modal_public .modal-content {
    border-radius: 0;
    margin-top: 100px;
}

.modal_public .modal-title 
{
    font-size: 20px;
/*font-family: Poppins-Light;*/
padding-left: 16px;
}

.modal_public .modal-header .close 
{
    opacity: 1;
    text-shadow: none;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
    outline: none;
}

.modal_public input#defaultForm-email 
{
    border-radius: 0px;
    height: 42px;
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

.modal_public .btn_public
{
    border-radius: 0px;
    padding: 10px 50px;
    cursor: pointer;
}
/*forget password End*/

/*=============Add To Cart  Start=============*/
.add_to_cart table, .add_to_cart th, .add_to_cart td 
{
    border: 1px solid #e6e6e6;
    vertical-align: middle;
    color: #525252;

}

.add_to_cart th:nth-child(3), .add_to_cart th:nth-child(4), .add_to_cart td:nth-child(3), .add_to_cart td:nth-child(4)
{
    text-align: center;
}

/*.add_to_cart th:nth-child(5), .add_to_cart td:nth-child(5)
{
    text-align: right;
}*/

.add_to_cart th:nth-child(6), .add_to_cart td:nth-child(6)
{
    text-align: center;
}


.add_to_cart .table-bordered thead td, .add_to_cart .table-bordered thead th {
    border-bottom-width: 1px;
}

.add_to_cart a.remove, .compare-list a.remove {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 2.5rem;
    padding: 0;
    top: -0.9375rem;
    left: 0;
    margin: 0 auto;
    color: #525252;
    font-size: 36px;
}


.add_to_cart .item_numb
{
    max-width: 80px;
    display: block;
    margin: 0 auto;
    border-radius: 0px;
}

.bfn, .bfn:focus
{
    outline: none;
    box-shadow: none;
    border:1px solid #d4d4d4;

}

.page-header
{
    text-align: center;
    padding: 2.1875rem 0 2.1875rem;
}

.img_cart
{
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto;
}

.img_cart img
{
    min-height: 80%;
    max-height: 80%;
}

.coupon_cord td
{
    border-right: 0px;
    border-left: 0;
}

.coupon_cord input, .coupon_cord button
{
    border-radius: 100px;
    height: 42px;
    text-align: center;
}

.coupon_cord button
{
    border:none;
    margin-top: 0px;
    width: 100%;
    cursor: pointer;

}

.update_cart
{
    border-radius: 100px;
    text-align: center;
    padding: 13px 40px;
    border:none;
    margin-top: 0px;
    cursor: pointer;
    text-align: center;
}

.totoal_price
{
    margin-top: 30px;
}

.totoal_price h4
{
    margin: 30px 0px;
    font-size: 18px;
    color: #525252;
/*font-family: Poppins-Regular;*/
letter-spacing: 0.5px;
}
/*==============Add To Cart End============*/

/*==============Checkout Start============*/
.check_section
{
    background-color: #f7f7f7;
    padding-bottom: 40px;
}

.have_code
{
    margin-bottom: 25px;
}

.coupon_cord_clik 
{
    text-align: center;
    font-size: 18px;
}

.coupon_cord_clik  a
{
    color: #525252;
    font-weight: 600;
}

.coupon_cord_clik img
{
    padding-right:10px;
    margin-top:-8px;
}

.pay_ment_mode 
{
    border: 1px solid #e6e6e6;
    padding: 25px 30px 29px 15px;

}

.pay_ment_mode img
{
    display: block;
    margin: 0 auto;
}

.payment_method_paypal
{
    margin-top: 20px;
}

.payment_method_paypal p:before
{
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    border-color: transparent transparent #f1f1f1 transparent;
    border-width: 10px;
    border-style: solid;
    top: -19px;
}

.pay_ment_mode .update_cart
{
    border-radius: 0px;
    width: 100%;
}

.pay_ment_mode p
{
    background-color: #f1f1f1;
    padding: 15px;
    text-align: left;
    position: relative;
    margin-top: 10px;
}

.pay_ment_mode span>a
{
    color: #525252;
}

.billing_detail, .order_detail
{
    padding:15px 30px;
    background-color: #fff;
}

.check_section h3
{
    font-size: 24px;
}

.billing_detail h3:before, .order_detail h3:before  
{
    content: "";
    position: absolute;
    height: 33px;
    width: 4px;
    background: #3cb54a;
    left: 15px;
}

.check_section .loginfrms label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.check_section .select2-container--default .select2-selection--single 
{
    border: 1px solid #e2e2e2;
    height: 42px;
    border-radius: 0px;
}

.check_section .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.check_section .select2-container--default .select2-selection--single .select2-selection__arrow b
{
    top: 75%;
}
/*==============Checkout End============*/

/*==============partners Start============*/
/*.partmer_section
{
background-color: #f7f7f7;
}
*/

.partners{
    display: block;
    margin: 0 auto;
    padding: 2px 0px;
}

.partners .log_brand {
    height: 98px;
    overflow: hidden;
    font-size: 15px;
    color: #535353;
    display: block;
    line-height: 28px;
}
.partners .row {
    margin-bottom: 20px;
}
.log_brand-icon {
     border: 1px solid #52525230;
}
.log_brand img
{
    width: 100%;
    padding: 10px !important;
    min-height: 100%;
    object-fit: contain;
    background-color: #fff;
    height: 100%;
}
.pdbtm60px {
    padding-bottom: 120px;
    padding-top: 0;
}
/*==============partners End============*/

/*==============Markets Start============*/
.market_section
{
    background-color: #f7f7f7;
}

.market_section .post_title
{
    margin-bottom: 10px; 
}


.market_section .post_contant p
{
    font-size: 16px;
/*font-family: Poppins-Medium;*/
color: #535353;
text-align: justify;
line-height: 26px;
}

.post_contant {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
/*==============partners End============*/


/*=============INFORMATION PAGE START============*/
.mar_bottom20
{
    margin-bottom: 20px;
}
section.news-section {
/* background: #f1f1f1;*/
background: #fff;
}
.left-news-main {
    border-radius: 8px;
    background: #fff;
    margin-bottom: 20px;
    display: grid;
    min-height: 100%;
    background: #f8f9fa;
}
.inner-news2 {
    padding: 30px;
}
.lft-in-img {
    height: 250px;
}
.lft-in-img img {
    border-radius: 7px;
    box-shadow: 0px 0px 4px 0px #ccc;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.lft-in-content {
    padding: 0px 16px 14px 30px;
}
.lft-in-content p {
    margin-bottom: 2px;
}
span.Categories-artc i {
    color: #34c245;
    font-weight: bold;
    padding-right: 10px;
}
.lft-in-content a {
    color: #7b7b7b;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.lft-in-content a:hover {
    color: #000;
}
.lft-in-content h2 {
    line-height: 22px;
    margin-top: 5px;
    font-size: 22px;
}
.lft-in-content h2 a {
    color: #7b7b7b;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.5s;
    letter-spacing: 1.5px;
}
.subheadline-date {
    margin-top: 18px;
}
.subheadline-date a i {
    padding-right: 8px;
    font-size: 18px;
    padding-left: 9px;
}
.blog-social-box {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.blog-social-box a i {
    background: #ccc;
/* padding: 9px; */
border-radius: 100px;
display: inline-block;
height: 28px;
width: 100%;
max-width: 28px;
text-align: center;
line-height: 26px;
margin-right: 10px;
transition: all 0.5s;
border: 2px solid #ccc;
}
.blog-social-box a:hover {
    color: #662f8f;
}
.cnred{
    padding: 8px;
    float: right;
}
/*=============INFORMATION PAGE End============*/
/*=============SINGAL PATNER PAGE End============*/
.SinglPtnrBox {
    background: #fff;
    margin-bottom: 40px;
}
.CntPara {
    padding: 10px 30px;
}

#ProRelted .owl-nav {
    display: block;
    color: #fff;
}
#ProRelted .owl-prev {
    position: absolute;
    top: 40%;
    left: -70px;
    font-size: 30px;
    background: #662f8f;
    height: 50px;
    width: 50px;
    display: inherit;
}
#ProRelted .owl-next {
    position: absolute;
    top: 40%;
    right: -70px;
    font-size: 30px;
    background: none;
    background: #662f8f;
    height: 50px;
    width: 50px;
    display: inherit;
}

ul.EmcUL {
    padding: 0px;
}
ul.EmcUL li {
    list-style-type: none;
}
ul.EmcUL li p {
    margin-bottom: 7px;
    position: relative;
    padding-left: 160px;
}
ul.EmcUL li p a {
    color: #3cb54a;
    position: absolute;
    left: 0;
}
.content_emc.CntPara h3 {
    font-size: 24px;
    line-height: 34px;
}
.content_emc.CntPara p a {
    color: #34c245;
    font-weight: bold;
    letter-spacing: 0.3px;
}

/*=============SINGAL PATNER PAGE End============*/

/*=============INDUSTRIAL  PAGE End============*/
.COLPDEQ{
    padding: 0px;
}
.RwMR30{
    margin-bottom: 30px;: 
}
section.IndusSection {
    background: #f6f6f6;
}
.IndustrialBox {
    margin-top: 40px;
    position: relative;
/* border-bottom: 1px solid #ccc; */
/* padding-bottom: 25px; */
/* background: rgba(204, 204, 204, 0.2); */
/* padding: 6px; */
}
/*.IndusImg{
min-height: 200px;
}*/
.IndusImg img{
    width: 100%;
}
.IndusPara {
/* position: relative; */
/* right: 101px; */
background: rgba(255, 255, 255, 0.8);
padding: 20px;
width: 100%;
/* margin: 15px 4px 0px 0px; */
/* box-shadow: 0px 0px 1px 0px; */
/* border-radius: 10px; */
/* top: 20px; */
height: 262px;
display: flex;
flex-direction: column;
justify-content: center;
border: 1px solid #eae8e8;
}
.IndusPara:before {
    top: 73%;
    left: -41px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #662597;
    border-width: 20px;
    margin-top: -88px;
}
.COLPDEQ:nth-child(odd) .IndusPara:before 
{
    right: -42px;
    left: unset;
    z-index: 9;
    border-left-color: #662597;
    border-right-color: transparent;
}
/*=============INDUSTRIAL  PAGE End============*/
div#pslider .owl-nav {
    display: none;
}
div#pslider .owl-dots {
    display: none;
}
section.about_emc {
    margin-top: 50px;
}

/*=============MAIN MARKET  PAGE End============*/
.MarktRow .my_services{
    margin-bottom: 50px;
}
.marketPara p {
    padding-top: 20px;
    color: #535353;
}
.content.MrketIndu p {
    min-height: 180px;
}
.SinIndus {
    height: 310px;
    padding: 15px;
}

.preview-pic .img_thumb1.SinIndus img {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
}
.single-product.Induper li {
    width: 100%;
    max-width: 109px;
    margin: 6px;
}
.single-product.Induper li a {
    height: 121px;
    display: inline-block;
    width: 100%;
}
.single-product.Induper ul>li img {
    border: 1px solid #d9d9d9;
    margin-bottom: 14px;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    margin-right: 15px;
    object-fit: unset;
    background: #fff;
}
.single-product.Induper ul>li img.active {
    border: 5px solid #d9d9d9;
}
/*=============MAIN MARKET  PAGE End============*/

/*=============home service Start============*/
.opening_section
{
    background-color: #f7f7f7;
}

.opening_pic a
{
    text-align: center;
    color: #000;
    padding: 20px;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: #ffffff;
    box-shadow: 0px 60px 60px rgba(0,0,0,0.1);
    width: 100%;
    display: inline-block;
    transform: translateY(0);
    font-size: 16px;
    text-transform: uppercase;
/*font-family: Poppins-Medium;*/
}

.opening_pic a:hover {
    background-color: #662f8f;
    color: #fff;
    transform: translateY(-5px);
}

.opn_width
{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
/*=============home service End============*/

/*=============Links start End============*/
ul.links_view {
    padding: 0;
    margin-top:20px;
}

ul.links_view li {
    text-align: left;
    padding: 5px 4px;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
    width: 100%;
    transform: translateY(0);
    font-size: 15px;
    text-transform: uppercase;
/*font-family: Poppins-Medium;*/
list-style-type: none;
padding-left: 20px;
}

ul.links_view li a
{
    color: #662f8f !important
}

ul.links_view li:hover {
    padding-left: 30px;
}

ul.links_view li:before {
    content: "";
    height: 8px;
    width: 8px;
    background: #662f8f;
    position: absolute;
    left: 0;
    top: 12px;
}

.product_detail
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin: 0px 0px 20px 0px;
}

.right_side_data
{
    padding-left:30px;
}

.plz
{
    padding-left:0px;
}

.listProductItemLink {
    text-align: right;
}
.listProductItemLink a {
    color: #662f8f;
    text-align: right;
    font-weight: 600;
    transition: 0.7s ease-in-out;
}

.listProductItemLink a:hover
{
    text-decoration:underline;
}

.descrip_detail
{
    min-height:71px;
}
/*=============Links start End============*/



/*=============Consulting============*/
section.consulting-services {
    background: #f9f9f9;
    padding: 60px 0 46px;
}
.img-cnslt img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px #ccc;
}
.img-cnts h3 {
    margin-bottom: 10px;
}
.img-cnts {
    padding: 24px 20px;
}
section.repaircab-services {
    padding: 45px 0 35px 0;
}
.repaircab-img h3 {
    margin-bottom: 10px;
    font-size: 25px;
    color: #363636;
}
/*=============Consulting============*/

.information-maint{
    text-align: center;
}
.information-maint a{
    display: inline-block;
    color: #222;
}
.information-maint h3 {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 0.6px;
}
.information-maint {
/* background: #fff; */
padding: 25px;
}
.information-maint img {
    transition: all 0.5s;
}
.information-maint:hover img {
    transform: translateY(-8px);
}
.Information-newcreate{
    padding-top: 58px;
}
section.create-rma {
    padding: 50px 0;
}
.create-rma input.btn_public {
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
}
.quality-mmetion-cnts h4 {
    margin-bottom: 12px;
}
section.quality-st {
    padding: 60px 0;
}
.quality-mmetion-cnts {
    padding-top: 50px;
    padding-right: 35px;
}
.img-cnts-ul > ul {
    padding-left: 18px;
}
section.consulting-services h3 {
    margin-bottom: 15px;
}
section.consulting-services .container > p {
    margin-bottom: 30px;
    color: #363636;
    letter-spacing: 0.2px;
}
.repaircab-img {
    box-shadow: 0px 0px 2px 0px #ccc;
    padding: 30px;
    min-height: 100%;
    border-radius: 10px;
}
.navbar-expand-lg .navbar-nav.main_menu ul.dropdown-menu.MultiDrop {
    position: absolute;
    top: 0;
    //left: 211px;
    left: 100%;
    display: none;
    transition: all 0.5s;
}
.navbar-expand-lg .navbar-nav.main_menu .dropdown-menu li{
    position: relative;
}

.navbar-expand-lg .navbar-nav.main_menu .dropdown-menu li:hover ul.dropdown-menu.MultiDrop{
    display: block;
}
.input_error_msg{
    display: none;
    color:#900;
}

/*======SINGAL BLOG SECTION END===*/
.main-blog-img {
    position: relative;
}
.blog-black {
    position: absolute;
    background: #7a499d;
    height: 85px;
    width: 85px;
    color: #fff;
    padding: 23px 0px;
    top: 58%;
    left: 34px;
    text-align: center;
}
.blog-black h4 {
    font-size: 31px;
    margin: 0;
    padding: 0;
    line-height: 21px;
}
span.sty_ch {
    font-size: 14px;
    color: #c8c8c9;
    text-transform: uppercase;
}

.blog-heading {
    padding: 68px 26px 17px 20px;
    background: #f5f5f5;
}
.blog-heading h2 {
    font-size: 22px;
}

.calander {
    padding-top: 10px;
}
.blog-heading p {
    padding-top: 14px;
    letter-spacing: 0.5px !important;
    color: #676767;
    line-height: 21px;
    margin-bottom: 14px;
    margin-top: 8px;
}
a.rdmores {
    font-size: 14px;
    color: #a0a0a0;
    letter-spacing: 0.4px;
    font-weight: bold;
    padding: 6px 6px;
    text-align: center;
    border-radius: 6px;
    transition: all 0.5s;
}
a.rdmores:hover {
    color: #662f8f;
}
.productList {
    margin-top: 12px;
    min-height: 85px;
}

/*======SINGAL BLOG SECTION END===*/

/*preeti css*/
.region.region-content {
    width: 72rem;
}

.center{
    text-align: center;
}

/*shubham-cals-css*/
.partmercalculater {
    overflow: hidden;
    padding: 40px  0;
}
.partmercalculater .siderbar a {
    color: #662f8f;
    font-size: 14px;
    letter-spacing: 0.6px;
    padding:7px 10px;
    display: inline-block;
    transition: all 0.5s;
    font-weight: 600;
    background: #cccccc5c;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.partmercalculater .siderbar a:hover{
    color: #37bd47;
    background: #662f8f;
}
.partmercalculater .siderbar h6 {
    padding-bottom: 15px;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding-top: 5px;
    font-weight: bold;
}
.tex2jax.nodecalswdth h4 {
    padding-bottom: 10px;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding-top: 5px;
    font-weight: bold;
}
.equation.clearfix {
    font-weight: 600;
}
.calsubmit-btn {
    background: #662f8f;
    color: #fff;
    border: none;
    padding: 6px 20px !important;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
}
.toolColumnRow.clearfix {
    font-size: 13px;
}
.result.clearfix{
    font-weight: 600;
}
.result.clearfix >p {
    display: inline-block;
    text-align: left;
    max-width: 55px; 
    width: 100%;
    padding-left: 5px;
    margin-bottom: 0;
}
.nodecalswdth .result.clearfix {
    width: 21%;
    text-align: left;
}
.nodecalwidth-unset .result.clearfix {
    width: 50%;
}
.nodecalswdth .result.clearfix > span {
    font-size: 22px;
    position: relative;
    top: 4px;
    padding-left: 10px;
    font-weight: normal;  
}
.nodecalwidth-unset .equation.clearfix {
    width: 0%;
}
.pl_5em{
    padding-left: 6em;
}
.event-immmg img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border: 1px solid #cccccc40;
    padding: 0px;
    margin: 0px;
    outline: 0;
}
.content_emc.event-name h2 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}
.content_emc.event-date label {
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 3px;
}
.content_emc.event-address label {
    font-weight: 600;
    padding-bottom: 10px;
}
.content_emc span {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #4c4c4c;
}
.event-ctnn .content_emc.event-address label {
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
    width: 50%;
    float: left;
    padding-bottom: 0px;
}
.event-ctnn .content_emc span {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #4c4c4c;
    display: inline-block;
    width: 70%;
}
.event-wraper .event-wraper-inner:nth-child(even) {
    direction: rtl;
}
.event-wraper .event-wraper-inner:nth-child(even) .event-ctnn {
    direction: ltr;
    right: unset;
    left: -4em;
}
.event-ctnn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border: 1px solid #ccc; */
    vertical-align: middle;
    position: relative;
    right: -4em;
    z-index: 5;
    background: #fff;
    padding: 20px 25px;
    top: 2em;
    box-shadow: 0px 3px 10px 2px #ccc;
}
.content_emc.event-readmore a {
    color: #662f8f;
    text-align: left;
}
.single-ctnn h2 {
    padding-bottom: 15px;
}
.article-wraper .inner-news2,.lft-in-content {
    padding: 0px;
} 
.left-news-main.article-wraper {
    padding: 15px;
    padding-bottom: 0;
    position: relative;
    border: 1px solid rgb(0 0 0 / 10%);
}
/*.article-wraper .lft-in-content h2 a{
word-break: break-all;
}*/
.article-wraper .lft-in-content h2 {
    height: 160px;
    overflow: hidden;
}
.article-wraper .subheadline-date {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 13px;
}
.left-news-main.article-wraper .lft-in-content h2 a {
    font-weight: normal;
    line-height: 19px;
    padding-top: 10px;
}
a.Categories-artc-link {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
.article-wraper span.Categories-artc {
    position: relative;
}
.article-wraper span.Categories-artc > i {
    position: absolute;
    left: -15px;
    top: 4px;
}

ul.market-list > li a {
    color: #000000c9 !important;
    font-size: 15px;
}
ul.market-list > li {
    display: inline-block;
    padding-right: 10px;
}
ul.market-list {
    padding: 0;
    margin: 0;
}
p.standard-title {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
}
.listing-prnt {
    position: relative;
    padding-top: 10px;
}
ul.market-list li:first-child {
    padding-left: 102px;
}
.listing-prnt.standard li:first-child {
    padding-left: 160px;
}




/*preeti css*/

#vertical-menu li {
    position: relative;
}

#vertical-menu li span {
    position: absolute;
    right: -5px;
    top: 0;
}
.result.clearfix input {
    text-align: right;
    padding-right: 6px;
    font-weight: 700;
}
ul.siderbar-menu .active {
    color: #37bd47;
    background: #662f8f;
}
ul.siderbar-menucals .active {
/*  background: #662f8f;
color: #37bd47;*/
}
ul.siderbar-menucals li:first-child {
    background: #662f8f;

}
ul.siderbar-menucals li:first-child a{
    color: #37bd47;
    background: #662f8f;

}
ul.siderbar-menu{
    margin: 0px;
    padding: 0;
    list-style-type: none;
}
ul.siderbar-menucals {
    margin: 0px;
    padding: 0;
    list-style-type: none;
}
ul.link-ulli {
    position: relative;
    list-style-type: none;
    padding-left: 0;
    padding-top: 6px;
}
ul.link-ulli li{
    position: absolute;
    top: 22px;
}
ul.link-ulli li a {
    color: #4c4c4c;
    font-weight: normal;
}
.link-icon img {
    width: 60px !important;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.link-icon {
    position: relative;
    top: -5px;
}
.partner_img {
    text-align: center;
    margin: 10px;
}
.head_equation{
    width: 15% !important;
}

.eventpage-box img {;
    border: 1px solid #dddddd5c;
    height: 300px;
    width: 35%;
}
.eventpage-box{
    text-align: center;
    height: auto;
}
.eventpage-box a h4 {
    padding-top: 20px;
    padding-bottom: 10px;
}
.eventpage-box a {
    color: #000;
}
.eventpage-box h1 {
    font-size: 25px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.event-details ul li {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
}
.event-details ul {
    padding: 0;
    margin: 0;
}
.event-details {
    background: rgb(0 0 0 / .81);
    padding: 5px 5px;
    position: relative;
    top: -58px;
    margin: 0px 30%;
}
section.eventpage.pd_all {
    padding-bottom: 0;
}
.event-details ul li span {
    color: #34c245;
    font-weight: 600;
}
.pd_service{
    padding: 0px 0px 40px 0px;
}
.right{
    text-align: right;
}
.conversions-inner ul li {
/*font-family: Poppins-Light;*/
font-weight: 600;
padding-bottom: 7px;
letter-spacing: 0.3px;
white-space: nowrap;
font-size: 14px;
}
.conversions-inner >p ,.conversions-inner >p.span {
    font-size: 20px;
    font-weight: 700;
    color: #9400d3;
/* font-family: Poppins-Bold;*/
padding-bottom: 10px;
margin: 0;
}
.conversions-inner ul {
    padding: 0;
    list-style-type: none;
}
.prefix-table h1 {
    text-align: center;
    font-size: 23px;
    padding-bottom: 10px;
    color: darkviolet;
}

.prefix-table .table td, .table th {
    padding: 3px 10px;
    color: #343a40;
/*font-family: Poppins-Light;*/
font-size: 14px;
letter-spacing: 0.5px;
}
.readonly input {
    background: #f8f8f8;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
}
p.cross-icon::after {
    position: absolute;
    left: 5px;
    top: 10px;
    content: "";
    background: #662f8f;
    height: 2px;
    width: 72%;
    transform: rotateZ(12deg);
}
p.cross-icon::before {
    position: absolute;
    left: 5px;
    top: 10px;
    content: "";
    background: #662f8f;
    height: 2px;
    width: 72%;
    transform: rotateZ(-12deg);
    z-index: 9;
}
p.cross-icon{
    position: relative;
}
p.cross-icon input {
    border-radius: 0;
}
.multiconvetr .cross-icon::before {
    top: 11px;
    width: 73%;
}
.multiconvetr .cross-icon::after {
    top: 11px;
    width: 73%;
}
.tex2jax {
    font-size: 16px;
    font-weight: 600;
}
p.antent-maintitle {
    font-weight: 600;
    margin-bottom: 3px;
}
.antanaprnt .nodecalwidth-unset .equation.clearfix {
    width: 3%;
}
.antanaprnt .head_equation {
    width: 11.5% !important;
}
.result.clearfix.head_equation p {
    max-width: unset;
    padding-bottom: 4px;
    padding-left: 0;
    padding-top: 6px;
    letter-spacing: 0.5px;
    color: #4c4c4c;
}
/*.antanaprnt .nodecalswdth .result.clearfix {
width: 30%;
text-align: left;
}*/
.antanaprnt .result.clearfix >p {
    max-width: 110px;
}
.antanaprnt .nodecalwidth-unset input {
    font-weight: 600;
}
.antanaprnt .result.clearfix.head_equation > p {
    max-width: unset;
    font-weight: 500;
}
.antanaprnt {
    padding-top: 20px;
}
.antanaprnt .nodecalswdth .result.clearfix > span {
    font-size: 15px;
    font-weight: 500;
    position: unset;
    padding-left: 0;
}
.antanaprnt .nodecalswdth .result.clearfix > span > small {
    max-width: 75px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    padding-right: 5px;
}
.antanaprnt .result.clearfix.head_equation > .pl_75 {
    padding-left: 117px;
}
.antanaprnt .nodecalwidth-unset .result.clearfix.head_equation:last-child {
    width: 26% !important;
}
.antanaprnt .nodecalswdth > .result.clearfix {
    width: 30%;
    text-align: left;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

div#linkshow .link-ulli > p {
    letter-spacing: 0.6px;
    margin: 0;
    padding-top: 0;
}
div#linkshow .link-ulli > p > a {
    color: #000;
    font-size: 15px;
    letter-spacing: 0.5px;
}


.left-open-cart{
    background: #9400D3;
    color: white;
}
.left-open-cart:hover{
    color: white;
}
.right-dismis-btn{
    background: #3cb54a;
    color: white;
}
div#proAddedCart  .modal-footer {
    justify-content: space-between;
}
div#proAddedCart .modal-content {
    padding: 25px 0;
    text-align: center;
}
/*--------------- neha-css------------------*/

.mar-gin{
    margin-left:160px;
}
.aside-block {
    background: #f7f7f7;
    padding: 10px 15px;
}
.aside-block h3{
    padding: 10px 0px;
    font-size: 20px;
}
.add-post {
    background: #fff;
    text-align: center;
    margin: 10px 0px;
    padding: 10px 0;
    display: block;
    border-radius: 5px;
}
.add-img {
    margin-bottom: 10px;
}
.add-img img{
    width: 130px;
    height: auto;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.add-post-text {
    padding: 0px 15px;
}
.add-post-text h5 {
    font-size: 10px;
    color: #662f8f;
/*font-family: Poppins-Light;*/
}
.add-post-text p {
    font-size: 12px;
    color: #000;
/*font-family: Poppins-Medium;*/
margin-bottom: 0;
}

/*------------------field-strength-section-table-css----------------*/
.field-strength-section {
    padding-top: 80px;
}
.field-strength-section .calculator.field-strength {
    box-shadow: 0 0 36px -12px rgb(176 174 176);
    margin: 0 auto;
    padding: 40px;
    width: auto;
    text-align: center;
}
.field-strength-section .convert{
    width: 100%; 
    border-collapse: initial;
}
.field-strength-section tr, th, td {
    padding: 0px 5px;
}
.field-strength-section table.convert th, table.convert td {
    padding: .3em;
}
.field-strength-section table.convert th, table.convert td {
    text-align: left;
    border: 0 none;
    padding:.3em;
    background: #fff;
}
.field-strength-section table.convert th, table.convert td {
    color: #662f8f;
}
.field-strength-section table.convert input.input, table.convert input.result, table.convert input.resultL {
    font-size: 15px;
    padding: 5px 10px;
    display: inline-block;
    height: 40px;
    border: 1px solid #e0e0e0;
    width: 80px;
    background-color: #fff;
}
.input {
    display: flex;
}
.field-strength-section table.convert input.btn {
    background-color: #161112;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 14px;
    margin: 0px 5px;

}
/*----------tap-pill-css-grid-and-list--------------------*/
.taps-block ul.nav.nav-pills {
    display: flex;
    justify-content: center;
    align-items: center;
/*padding-top: 30px;*/
}
.taps-block ul.nav.nav-pills li .nav-link {
 
}
.taps-block ul.nav.nav-pills li .nav-link:hover {
    background: #34c245;
    border-color: #34c245;
}

.add-btn {
    text-align: right;
}

.add-button {
    color: #fff;
    background-color: #34c245;
    border-color: #34c245;
    padding: 5px 35px;
    border-radius: 0;
    cursor: pointer;
}
.product_shope .vertical-menu {
    width: 300px;
}
.prodcut-page-wraper .vertical-menu{
        width: 100%;
    padding-right: 3rem;
}
/*------------calculation-css---------------------*/
.nodecalwidth-unset.new-set {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 80%;
}
.input-box {
    padding-right: 40px;
}
.input-box p {
    padding-bottom: 8px;
    font-size: 12px;
}
.input-box input {
    height: 25px;
/* width: 76%; */
}
.blocks {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.toolrow{
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 12px;
}
.toolrow .result.clearfix{
    width: 25%;
}
.row-width .result.clearfix {
    width: 40%;
}

/*===== shubham-css =====*/

.pd_service {
    padding-top: 45px;
}
div#ypembedcontainer {
    font-size: 16px;
    color: #535353;
/*font-family: Poppins-Light;*/
line-height: 26px;
}
.content_emc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.content_emc .btn_public {
    margin-top: 0;
    display: inline-block;
    width: auto;
}
.content_emc_btn_div {
    margin-top: 1rem;
}
.social_set li a i {
    font-size: 20px;
}
.social_set li {
    margin: 0px 5px;
}
.headingpb .heading {
    margin-bottom: 1.5rem;
}
section.consulting-services table tbody tr td p {
    margin-bottom: 30px;
    color: #222222;
    letter-spacing: 0.2px;
    font-size: 20px;
    font-weight: 600;
}
section.consulting-services table tbody tr td ul li {
    margin: 8px 0px;
    color: #363636;
    letter-spacing: 0.2px;
    font-size: 15px;
}
.repaircab-img p {
    color: #363636;
    letter-spacing: 0.2px;
    line-height: 26px;
}
.service_content .img_thumb img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
#vertical-menu ul li ul li {
    margin: 7px 0;
}
.post_content > p {
    padding-bottom: 10px;
}
.descrip_detail p {
    font-size: 15px;
    color: #535353;
    line-height: 26px;
    margin-bottom: 0;
}
.descrip_detail p span {
    font-size: 15px !important;
    font-family: Poppins-Light !important;
    padding-left: 0 !important;
}
.list_detail p {
    font-size: 16px;
    color: #535353;
    display: block;
    margin: 0px auto 20px auto;
    line-height: 28px;
}
.list_detail ul>li {
    padding: 5px 0px;
    color: #030303;
    list-style-type: disc;
    font-size: 16px;
    display: block;
    margin: 0px auto 0px auto;
    line-height: 26px;
}
div#ProRelted .stamp_product .add_cart {
    color: #fff;
    background-color: #34c245;
    padding: 8px 15px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    transition: 0.7s ease-in-out;
    border: 1px solid #34c245;
/*font-family: Poppins-Light;*/
cursor: pointer;
}
section.product_shope .stamp_product h3 {
    font-size: 14px;
    padding: 8px 0px 10px 0px;
    letter-spacing: 0.2px;
    line-height: 20px;
    font-weight: 600;
    color: #222222;
}
.product_shope .shop-sidebar-title {
    color: #2b2b2b;
    display: inline-block;
    font-size: 25px;
    margin: 0;
    padding: 0 0 15px;
/* font-family: Poppins-Bold;*/
letter-spacing: 0.6px;
}
.share_link p {
    font-size: 14px;
    color: #535353;
    display: block;
    margin: 0px auto 20px auto;
    line-height: 26px;
}
.share_link h1, .share_link h2 {
    color: #363636 !important;
    font-size: 22px !important;
    line-height: 30px !important;
}
.share_link h1 span, .share_link h2 span {
    color: #363636 !important;
    font-size: 22px !important;
    line-height: 30px !important;
}
.price_set button {
    box-shadow: none;
    outline: none;
    border: none;
    cursor: pointer;
}
.price_set button {
    margin-bottom: 15px;
}
.marketingmain .stamp_product .post_thumb {
    height: 245px;
    overflow: hidden;
    border-bottom: none;
}
.downloadmain {
    padding-top: 90px;
}
.downloadmain .partners .log_brand {
    overflow: visible;
    height: 110px;
}
.downloadmain .log_brand p {
    color: #535353;
    padding-top: 10px;
}
.downloadmain  .log_brand img {
    border: 1px solid #52525285;
    padding: 15px;
}
.documnetmain {
    padding-top: 90px;
}
section.about_emc.single-event {
    margin-bottom: 100px;
}
div#checkoutResponse {
    padding: 35px 30px;
}
.form-group input.btn.btn-info.btn-block {
    width: auto;
    text-align: right;
    margin: 0 auto;
    margin-right: 0;
    padding: 10px 35px;
    font-weight: 600;
    cursor: pointer;
}
.blog-heading h1 {
    font-size: 30px;
    padding-top: 15px;
}
.banner-top {
    padding: 0;
    text-align: center;
    height: 430px;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
}
.banner-top .link_section {
    padding-top: 130px;
}

.eventpage  aside.aside-block .add-post {
    background: #fff;
    text-align: center;
    margin: 10px 0px;
    padding: 15px 0;
    display: inline-block;
    border-radius: 5px;
    width: 31%;
    margin-right: 15px;
}
.eventpage  .aside-block {
    background: #f7f7f7;
    padding: 10px 15px;
    margin-bottom: 1.5rem;
}

.eventpage  .add-post-text h5 {
    font-size: 10px;
    color: #662f8f;
/*font-family: Poppins-Light;*/
height: 30px;
}
h3.title-one-article {
    font-size: 22px;
    margin-bottom: 10px;
}
.conatct-pagedic {
    width: 475px;
}
.conatct-pagedic p {
    color: red;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.5px;
    padding-top: 10px;
}
.dropdown-menu li a {
    margin: 0 !important;
}
.navbar-expand-lg .navbar-nav.main_menu ul.dropdown-menu.MultiDrop{
    top: -4px;
    border: 1px solid #36363626;
}
.top_header_searchbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchbar_form form {
    position: relative;
}
.searchbar_form input {
    width: 600px;
    height: 42px;
}
.searchbar_form button.search_btn{
     height: 42px;
}
.content_emc_imgs img {
    width: 100%;
    height: 325px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px #ccc;
}
.quality-mmetion-cnts p {
    letter-spacing: 0.5px;
    padding-right: 0;
    color: #646464;
    font-size: 16px;
    line-height: 26px;
}
.quality-mmetion-cnts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
section.boispage {
    background: #eeeeee6e;
}
section.consulting-services table tbody ul {
    padding-left: 15px;
}
.repaircab-img h3 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
/*p.MsoNormal strong {
    display: none;
}*/
h4.shop-sidebar-title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
section.main_contact .contact_head {
    padding-bottom: 1.5rem;
}
div#linkshow .jcc-dv .row {
    align-items: center;
}
.jcc-dv {
    border: 1px solid rgb(0 0 0 / 11%);
    align-items: center;
    margin: 15px 0px;
    transition: all 0.5s;
}
.jcc-dv:hover {
    box-shadow: 5px 5px 20px #00000021;
}
.partners .log_brand a {
    color: #222;
    font-weight: 600;
    text-decoration: underline;
}
.row.jcc-pdv {
    margin: 22px 0px;
    border-bottom: 1px solid rgb(102 46 143 / 32%);
    align-items: center;
    justify-content: center;
    padding-bottom: 1.5rem;
}
section.product_shope {
    padding: 70px 0px 30px;
}

.post_contentheading-h {
    display: grid;
    height: 80px;
}
.pagination-div {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}
.products-cetegory-wraper .taps-block ul.nav.nav-pills {
    justify-content: end;
}


.price_with_text .price_set {
    margin-top: 1rem;
}
table.MsoTableGrid table tbody tr td {
    padding: 10px !important;
}
.products-cetegory-listing > ul {
    justify-content: flex-end !important;
}
.loginfrms .form-group input {
    height: 47px;
}
.form-group.btnsrem input[type="checkbox"]{
    height: auto;
}
section.news-section .artical-imgs img {
    margin: 0;
}
section.news-section .artical-box {
    padding: 0px 0px;
    margin-bottom: 1.7rem;
    transition: all 0.5s;
}
section.news-section .artical-content {
    object-fit: cover;
    width: 100%;
    border: 1px solid #0000001a;
    padding: 15px;
    height: 100%;
    border-top: 0;
}
section.news-section  .subheadline-date {
    margin-top: 15px;
    border-top: 1px solid rgb(0 0 0 / 20%);
    padding-top: 10px;
}
section.news-section .artical-box:hover {
    box-shadow: 2px 2px 15px #00000021;
}
section.news-section {
    padding: 80px 0;
}
.log_brand-imgs {
    width: 150px;
    height: 150px;
    border: 1px solid #52525285;
    margin: 5px auto;
    border-radius: 100%;
    padding: 25px;
    transition: all 0.5s;
}
.log_brand-imgs:hover {
    box-shadow: 1px 1px 10px #0000002b;
    border-color: #3cb54a;
}
.log_brand-imgs {
    text-align: center;
}
.log_brand_main p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.log_brand img{
    border: none !important;
}
section.partmer_section.downloadmain {
    padding-bottom: 135px;
}
.content_emc.event-address label {
    margin-bottom: 0;
    padding-top: 5px;
}
.content_emc.event-readmore a h6 {
    font-weight: bold;
    text-decoration: underline;
    font-size: 13px;
    line-height: 25px;
    text-align: unset;
    color: #212529;
    text-transform: uppercase;
}
.event-ctnn > div {
    padding: 5px 0px;
}
.event-wraper .pd_all {
    padding: 50px 0px;
}
.heading h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
section.RelatedSection {
    padding: 50px 0px;
}

.products-cetegory-listing ul li a i {
    font-size: 18px;
    line-height: 24px;
}



.prodcut-page-wraper .vertical-menu {
    width: 100%;
    padding-right: 3rem;
}
.products-globel-box .stamp_product {
    margin-bottom: 0;
    padding: 25px 10px;
    border: 1px solid #d4d4d4;
    border-right: 0;
    border-bottom: 0;
}
.products_detail {
       padding: 0 8px;
}
.products-globel-box .products_detail {
    padding: 0px;
}
.itemnth-3 .products_detail:nth-last-child(-n+2) .stamp_product {
    border-right: 1px solid #d4d4d4;
}
.itemnth-3 .products_detail:nth-child(3n+0) .stamp_product {
   border-right: 1px solid #d4d4d4;
}
.products-cetegory-listing ul li a i {
    color: #363636;
}
.products-cetegory-listing ul li a {
    color: #222;
    border: 1px solid #d4d4d4;
    margin-left: 5px;
}
.products-cetegory-listing ul li a.active i {
    color: #fff;
}
.products-cetegory-listing ul li a.active {
    background-color: #34c245 !important;
}
.prodcut-page-wraper .container-fluid {
    padding: 0px 10px;
    overflow: hidden;
}
div#proAddedCart .modal-content {
    padding: 20px;
    text-align: center;
}
div#proAddedCart .modal-header {
    justify-content: center;
}
div#proAddedCart .modal-content p {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.5px;
}
div#proAddedCart .modal-footer .btn {
    border-radius: 0px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 16px;
    padding: 10px 20px;
}
.pagination li a {
    display: inline-block;
    width: 40px;
    border: none !important;
    height: 40px;
    line-height: 25px;
    text-align: center;
    color: #fff !important;
}
.pagination li a i {
    color: #fff !important;
}
.stamp_product .post_thumb img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.itemnth-3 .products_detail:nth-last-child(-n+4) .stamp_product {
    border-bottom: 1px solid #d4d4d4;
}
.doc-divition img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.doc-divition p {
    font-size: 12px;
    font-weight: 500;
    color: #222;
}
.doc-divition {
    text-align: center;
}
.product_all_detaill.specifications-wraper h2 span.subheading-category {
    text-align: left;
    font-weight: 600;
    padding-bottom: 20px;
    display: inherit;
}

table#scheda tr td {
    border: 1px solid rgb(0 0 0 / 30%);
}
table.MsoNormalTable tbody tr td {
   border: 1px solid rgb(0 0 0 / 30%);
 }



















@media screen and (min-width: 1367px) {
.flexitem-2 .col-sm-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.flexitem-2 .col-sm-8 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.itemnth-3 .col-md-4  {
        -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;

}
.itemnth-3 .products_detail:nth-child(4n+0) .stamp_product {
   border-right: 1px solid #d4d4d4;
}
.itemnth-3 .products_detail:nth-last-child(-n+5) .stamp_product {
    border-bottom: 1px solid #d4d4d4;
}

}


.row.itemnth-3.m-0 {
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-sm-8.right_side_data > .row.m-0 {
    width: 100%;
    display: inline-block;
}
table.MsoTableGrid {
    width: 100% !important;
}
.wave-img-bottom img{
    left: 0;
}

#tap-artical2 .artical-imgs img {
    object-fit: contain;
    height: 200px;
    padding: 0px 10px;
}
/* =======================04122024============================= */
.unit-boxss {
    margin-top: 66px !important;
}
.unit-boxss p {
    padding: 3.5px 0px !important;
    height: 23.84px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
/* .unit-boxss p {
    padding: 2px 0px;
    height: 22.83px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.mo {
    font-size: 13px;
}