/*custom css by mukesh*/


@media only screen and (max-width: 1200px) and (min-width: 992px) {
  
  #sp-header .container{
    
        max-width: 95%;
  }
  
  
  
}


.com-sppagebuilder #sp-main-body {
    padding: 0 !important;
}


div#fancybox-title {
    display: none!important;
}

/*Table custom csss*/

.table-responsive-lg .table{
      text-align: center !important;
}

.table-responsive-lg .table .table-primary{
  
     --bs-table-bg: #2969b0;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #2969b0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #fff;
    border-color: #bacbe6;
}

.table-responsive-lg .table.table-hover {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #2969b0;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #000;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color:#fff;
    --bs-table-hover-bg: #2969b0;
    width: 100%;
    margin-bottom: 1rem;
   text-align: center !important;
   }


[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
    font-size: 0.90rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: 100%;
}


/*Custom header css*/




#sp-header {
    background: transparent;
    height: 90px;
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 99;
    box-shadow: none;
    color: #fff;
}


#sp-top-bar {
    
    background: transparent;
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
}



#sp-header.menu-fixed {
    background: #2969b0;
    position: fixed;
    z-index: 9999;
    top: 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  
}


.sp-megamenu-parent >li >a{
    font-size: 15px;
    font-weight: 500;

}


.sp-dropdown-inner .sp-module-content p{
    font-size: 15px;
    font-weight: 400;
}


.icon-top-wrapper {
    color: #fff;
}


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 18px;
    border-radius: 5px;
}



.mega-sub-menu .sp-dropdown-inner .sp-module-title , .mega-sub-menu .sp-dropdown-inner h3.sppb-addon-title{color: #3f51b5;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;}


 .sp-menu-item .sp-dropdown-inner .sp-module:before {content: none !important;}  



.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
    color: #3f51b5 !important;
    border: none;
}    

.mega-sub-menu .sp-dropdown-inner a{
    color: #000 !important; 
    font-size: 14px !important;     
    font-weight: 400;

 

}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a{

       border-top: none !important;
    border-bottom: 1px solid #ededed;
}


.mega-sub-menu .sp-dropdown-inner  a:hover, .sp-dropdown-inner li.current.active a{ 
 color:#3f51b5 !important; 
}



div.mod-languages ul li.lang-active{background-color: transparent;}


div.mod-languages ul li a{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
}

div.mod-languages ul li.lang-active a{
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    border-bottom: 1px solid #183489;
    color: #fff;
}








#sp-title .breadcrumb{ justify-content:center; margin-top: 3rem;}

#sp-title .breadcrumb-item+.breadcrumb-item::before{ color:#fff; }


#sp-title .breadcrumb-item.active {
    color: #ffff;
}



#home-feature-box .bannermenu li{ width: 20%;
    background: #1D7ED4;
    border: 1px solid;
    padding: 43px 10px;
    text-align: center;
    border-top: 0;
    border-bottom: 0;
}

#home-feature-box .bannermenu li:hover{background: #183489}


#home-feature-box .bannermenu li a{ font-size:18px; text-transform:uppercase; }

#home-feature-box .bannermenu li a img{margin: 0 auto 15px;}



/*custom css for reg form */


.view-user .reg-login-form-wrap {
     background: #fff;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 59%);
    position: relative;
    padding: 85px 45px 77px;
    margin: 95px 0px;
    border-radius: 5px;
}


.view-user .reg-login-form-wrap div.login-logo {
    width: 210px;
    margin: 0 auto;
    left: 0;
    position: absolute;
    right: 0;
    top: -20px;
}



.com-users .reg-login-form-wrap .reg-login-title h2 {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}


.reg-login-form-wrap table.adminForm.user-details  tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


.reg-login-form-wrap fieldset table.adminForm.user-details  tr:last-child{
    display: block;
    padding: 13px;
}


.reg-login-form-wrap table.adminForm.user-details  tr td {width: 100%;}

.reg-login-form-wrap .adminForm.user-details tr td input
{
    background-color:#e4edf5;
    border: 1px solid #e4edf5;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;}


.reg-login-form-wrap .adminForm.user-details tr td input#checkbox_field {
    margin-top: 15px;
    width: 20px;
}


.reg-login-form-wrap table.adminForm.user-details  tr  td.key {
    padding: 13px 0 0;
}





.reg-login-form-wrap table.adminForm.user-details  .chosen-container-single .chosen-single{

    background: #e4edf5;
    height: 40px;
    padding: 8px;
    border-color: #e4edf5;
}



.reg-login-form-wrap table.adminForm.user-details .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../en/templates/shaper_educon/css/chosen-sprite.html) no-repeat 0px 11px;
}



.reg-login-form-wrap table.adminForm.user-details label.invalid {
    color: red;
}


.reg-login-form-wrap table.adminForm.user-details input.invalid ,.reg-login-form-wrap table.adminForm.user-details checkbox.invalid {
    background: #e8e8e8 !important;
    border: solid red 1px !important;
    border-radius: 4px;
    color: #777;
    margin-bottom: 2px;
    padding: 5px 5px 4px;
}





.reg-login-form-wrap table.adminForm.user-details ,.reg-login-form-wrap tbody {
    width: 100%;
}

.reg-login-form-wrap .adminForm.user-details tr {
    position: relative;
}



.reg-login-form-wrap fieldset {
    border-top: 1px solid #f3f3f3;
}


legend.userfields_info {
    font-weight: 600;
    font-size: 18px;
    padding-top: 11px;
    border-bottom: 1px solid #f3f3f3;
}



.view-login #sp-main-body {
    background: #fff;
}


.view-login .login .input-group {
    position: relative;
    display: flex;
    flex-wrap: inherit;
    align-items: stretch;
    width: 100%;
}


.com-users .reg-login-form-wrap div.login-logo {
    width: 201px;
    margin: 0 auto;
    left: 0;
    position: absolute;
    right: 0;
    top: -26px;
}


/*end custom css reg */


.Homepage   #sp-page-title{display:none;}

#sp-header .fixedlogo {Display:none;}

#sp-header.menu-fixed .fixedlogo {Display:block;     margin-top: 20px;}
#sp-header.menu-fixed .logo{Display:none;}

.custom-icon-feature .sppb-addon-single-image-container img{filter: brightness(48%) saturate(89%);}
.home-top-feature:hover .custom-icon-feature .sppb-addon-single-image-container img{filter: brightness(0) saturate(100%) invert(38%) sepia(82%) saturate(5698%) hue-rotate(204deg) brightness(101%) contrast(92%);}



body.view-search #sp-page-title{display:block;}
#offcanvas-toggler >i {
    color: #FFF;
}
body{background-color:#fff;}

#home-feature-silder .prod-box {
    text-align: center;
}

.btn:not([class*="btn-"]) {
    color: #fff !important;
    background-color: #2969b0;
    border-color: #2969b0;
    padding: 16px 30px;
    margin-top: 22px;
}

.btn:not([class*="btn-"]):hover {
    color: #fff;
    background-color: #0773f8;
    border-color: #0773f8;
}

#home-feature-silder .vm-product-media-container {
    max-width: 300px;
    margin: 0px auto 24px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1180px) { 
  .vm-product-media-container a img{
     height: 200px;
       width: auto;
      margin: 0 auto;
  } 
.main-category-view .category-view .category .spacer a img {
  height: 180px;
    width: auto;
      margin: 0 auto;
  }

}


.vm-product-horizon .vm3pr .product-price {
    display: none;
}






/*.vm-product-media-container a img {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
   
    margin: 0 auto;
}
.vm-product-media-container a img:hover  {
    transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);

}*/


.width33  {
    width: 33.333%;
}

strong {
    color: #088dfd;
}


.sp-menu-full figure.item_img.img-intro {
    float: left;
    margin-right: 5px;
    width: 58px;
    margin-bottom: 0;
}


.sp-menu-full figure.item_img.img-intro a img{
width:100%;
}


.sp-menu-full article.item {
    box-shadow: none;
    margin-bottom: 0;
     padding: 6px 15px;
    border-bottom: 1px solid #ededed;
}

h6.item_title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;

}

/*product category layout css*/

.main-category-view .category-view {
    padding: 12px 0;
    border-top: 1px solid #f3f3f3;
    margin-top: 25px;
}

.main-category-view .category-view .category .spacer  , .related-products .vmgroup.related-product .spacer a { 
   overflow: hidden;
}


/*.main-category-view .category-view .category .spacer a img {
    height: 180px;
    width: auto;
    display: block;
    margin: 0 auto;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


.main-category-view .category-view .category .spacer a img:hover {
    transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);

}
*/

.main-category-view .category-view .row{
    border-bottom: 1px solid #f3f3f3;
    padding: 30px 0;

}

.main-category-view .category-view .row .category h3 {
    font-size: 21px;
    text-align: center;
    padding-bottom: 25px;
}
.main-category-view .prod-box{
    text-align: center;
   /* border: 1px solid #f3f3f3;*/
    padding: 20px;
    margin: 9px 0;
    box-shadow: -3px 8px 11px 10px #f3f3f31f;
}

.related-products .spacer {
    text-align: center;
   /* border: 1px solid #f3f3f3;*/
    padding: 8px;
    margin: 9px 0;
    box-shadow: -2px 5px 2px -5px #f3f3f352;
}


.vmgroup.related-product img {
    height: 160px;
    width: auto;
    margin: 0 auto;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.vmgroup.related-product a {
    font-size: 18px;
    line-height: 20px;
    color: #088dfd;
    font-weight: 400;
    margin-top: 10px;
    display: block;
  padding-bottom:10px;
}




.main-category-view .prod-box h5.item_name.product_title , .related-products .spacer h5.product_title{
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
    line-height: 24px;
}

/*product details page custom css*/


.product-description{padding: 34px 4px;}
#sp-main-body {
    padding: 30px 0;
}

.back-to-category {
    margin-top: -20px;
    padding-bottom: 22px;
}

.vm-product .vm-product-title h2 {
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
}

.product-short-description {
    padding-bottom: 26px;
}

.spacer-buy-area, .recommend_link {
    line-height: 39px;
    font-size: 17px;
}


.product-related-products .owl-carousel .owl-controls {
    left: 0;
    position: absolute;
    top: 84px;
    width: 100%;
    display: none;
}
.related-products .sp-module-title{
    font-size: 21px;
    padding: 17px 0;
    font-weight: 600;
    border-top: 1px solid #f3f3f3;
   margin-top: 31px;
}

.vm-product-media-container {
    overflow: hidden;
}




#sp-left li.parent {
    position: relative;
}
#sp-left .inner-menu {
    display: none;
}

#sp-left li.parent:hover>.inner-menu {
    display: block;
    position: absolute;
    left: 100%;
    background: white;
    z-index: 999;
    width: 330px;
    top: 0;
padding:0 15px

}


#sp-bottom .sp-module .sp-module-content .nav.menu li a:hover, #sp-bottom .sp-module .sp-module-content .nav.menu li a:focus {
    background-color: transparent;
    color: #183489;
}


#sp-left .mod-custom .jd_right.dowload-btn {
    display: none;
}



div.pagination-wraper ul.pagination li a {
    display: block !important;
}


.view-article article.item{box-shadow: none; float: none;}




ul.VMmenu>li.current>a, ul.VMmenu>li>a:hover {
    background: #2969b0;
    border-color: #2969b0;
    color: white;
}

div#sp-left ul.VMmenu>li>a{padding: 8px 13px;}

div#sp-left .sp-module{
      padding: 30px 9px;
}



.layout-blog #sp-main-body{padding: 15px 0 50px 0 !important;
  z-index: 0;
  position: relative;
}




#sp-header .logo{height: 80px !important;}
.slide-top-menu .offcanvas-menu {
  background-color: darkblue;
}
.additional-images .floatleft{
    width: 20%;
    float: left;
margin: 12px;
}

.ccf_copyright_wrapper {
    display: none;
}
.powered_by.powered_by_1 {
    display: none !important;
}

.search .page-title, .view-category .page-header {
    padding: 10px 0 10px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 5px;
    background: transparent !important;
}

.vm-details-button a.product-details.btn:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle;
    font-weight: 900;
}

.jd_categories_title.jd_left a {
    text-transform: uppercase;
    font-size: 17px;
}

.jd_footer {
    display: none;
}

.vm-product-media-img.col-md-6 {
    display: flex;
    flex-wrap: wrap;
}
.vm-product-media-img .main-image{
    width: 80%;
    order: 2;
}

.vm-product-media-img .additional-images {
    width: 20%;
    order: 1;
}

.vm-product-media-img  .additional-images .floatleft {
    width: auto;
    float: none !important;
    margin: 12px;
}
















/*custom css for media contact form */

.table-responsive-lg table.crm-form-Webform{
    text-align: left !important;
}

@media only screen and (max-width: 990px){

table.crm-form-Webform tr {
  display: flex;
  flex-wrap: wrap;

}
table.crm-form-Webform td {
width: 100%;
text-align: left:;
}


}



@media only screen and (max-width: 767px){


.sp-slider .sp-item .sp-background{

  background-repeat: no-repeat;
  background-position: left;
  background-attachment: fixed;
}


#sp-slider-item-ryLCOmrnBk--jo6QYfDpY-num-0-key .sp-background{

    background-position: center!important;
}




.vm-product-media-img .main-image{
    width: 100%;
    order: 1;
}

.vm-product-media-img .additional-images {
    width: 100%;
    order: 2;
}

.vm-product-media-img  .additional-images .floatleft {
    width: 20%;
    float: left!important;
    margin: 6px;
}







/*custom css for Profile pages */


.com-users-profile.profile {
    max-width: 700px;
    margin: 17px auto;
    box-shadow: -1px -1px 4px #c3c3c3;
    padding: 32px;
}


.com-users-profile.profile .dl-horizontal dt{

        text-align: left !important;
}

.com-users-profile.profile .dl-horizontal  dd {
    padding: 10px;

  }
