@font-face {
    font-family: GloberRegular;
    src: url("../fonts/Glober-Regular.otf");
}
@font-face {
    font-family: GloberSemiBold;
    src: url("../fonts/Glober SemiBold Free.otf");
    font-weight: bold;
}
@font-face {
    font-family: GloberBold;
    src: url("../fonts/Glober-Bold.otf");
    font-weight: bold;
}
@font-face {
    font-family: GloberExtraBold;
    src: url("../fonts/Glober-ExtraBold.otf");
}
body {
    font-family: GloberRegular;
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1001; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: rgba(0, 0, 0, .95); /* Black*/
    background: #013E77;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sidenavInner {}
/* The navigation menu links demo */
.sidenav a {
    text-decoration: none;
    font-size: 32px;
    color: #818181;
    color: #f1f1f1;
    transition: 0.3s;
    text-align: center;
    display: block;
    padding: 10px;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
    color: #fff;
    background: #0065B1;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}
.hamburgerMenu {
    top: 40px;
    left: 40px;
}
/*Best Matches page*/
a.hamburgerMenu:hover {
    cursor: pointer;
}
.footerWrap {
    height: 100px;
    padding: 20px 0;
}
.middleRow {
    background-image: linear-gradient(to right, rgba(0, 101, 177, .2), rgba(0, 101, 177, .2), rgba(0, 101, 177, 0));
}
/*Card BG activities*/
a.CardWrap {
    width: 164px;
    height: 152px;
    margin: 10px;
    border-radius: 7px;
    background: white;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.16);
    position: relative;
    cursor: pointer;
    text-decoration: none !important;
    padding: 0px;
    padding-top: 8px;
    display: inline-block;
}
a.CardWrap:hover {
    width: 164px;
    height: 152px;
    border-radius: 7px;
    background: #0065B1;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.16);
    position: relative;
    cursor: pointer;
}
.CardWrap.Selected {
    width: 164px;
    height: 152px;
    border-radius: 7px;
    background: #0065B1;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.16);
}
/*Card Icon Activities*/
a.CardWrap:hover .icon {
    animation: zoomIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: .3s; /* don't forget to set a duration! */
    margin-top: 8px;
}
a.CardWrap.Selected:hover .icon {
    animation: none;
    margin-top: 8px;
}
.CardWrap .icon {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
a.CardWrap:hover .title {
    color: white;
}
/*Card Title Activities*/
a.CardWrap .title {
    font-family: GloberSemiBold !important;
    color: #5E6C84;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 0px;
}
a.CardWrap.Selected .title {
    font-family: GloberSemiBold !important;
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
}
/*Card TickMark Activities*/
.CardWrap .tickMark {
    display: none;
    position: absolute;
    top: -18px;
    right: -18px;
}
a.CardWrap:active .tickMark {
    display: inline-block;
    position: absolute;
    top: -18px;
    right: -18px;
}
a.CardWrap.Selected .tickMark {
    display: inline-block;
    position: absolute;
    top: -18px;
    right: -18px;
}
/*Card ICons price*/
#price {
    background: url("../Images/facilityIcons.svg") 800px 0;
}
a.CardWrap:hover #price {
    background: url("../Images/facilityIcons.svg") 800px 100px;
}
a.CardWrap.Selected #price {
    background: url("../Images/facilityIcons.svg") 800px 100px;
}
/*Card ICons Feel*/
#Feel {
    background: url("../Images/facilityIcons.svg") 700px 0;
}
a.CardWrap:hover #Feel {
    background: url("../Images/facilityIcons.svg") 700px 100px;
}
a.CardWrap.Selected #Feel {
    background: url("../Images/facilityIcons.svg") 700px 100px;
}
/*Card ICons Efficacy*/
#Efficacy {
    background: url("../Images/facilityIcons.svg") 600px 0;
}
a.CardWrap:hover #Efficacy {
    background: url("../Images/facilityIcons.svg") 600px 100px;
}
a.CardWrap.Selected #Efficacy {
    background: url("../Images/facilityIcons.svg") 600px 100px;
}
/*Card ICons Low Maintenance*/
#LowMaintenance {
    background: url("../Images/facilityIcons.svg") 500px 0;
}
a.CardWrap:hover #LowMaintenance {
    background: url("../Images/facilityIcons.svg") 500px 100px;
}
a.CardWrap.Selected #LowMaintenance {
    background: url("../Images/facilityIcons.svg") 500px 100px;
}
/*Card ICons Low TouchFree*/
#TouchFree {
    background: url("../Images/facilityIcons.svg") 400px 0;
}
a.CardWrap:hover #TouchFree {
    background: url("../Images/facilityIcons.svg") 400px 100px;
}
a.CardWrap.Selected #TouchFree {
    background: url("../Images/facilityIcons.svg") 400px 100px;
}
/*Card ICons Low Intelligent*/
#Intelligent {
    background: url("../Images/facilityIcons.svg") 300px 0;
}
a.CardWrap:hover #Intelligent {
    background: url("../Images/facilityIcons.svg") 300px 100px;
}
a.CardWrap.Selected #Intelligent {
    background: url("../Images/facilityIcons.svg") 300px 100px;
}
/*Card ICons Low Antibacterial*/
#Antibacterial {
    background: url("../Images/facilityIcons.svg") 200px 0;
}
a.CardWrap:hover #Antibacterial {
    background: url("../Images/facilityIcons.svg") 200px 100px;
}
a.CardWrap.Selected #Antibacterial {
    background: url("../Images/facilityIcons.svg") 200px 100px;
}
/*Card ICons Low NonAntibacterial*/
#NonAntibacterial {
    background: url("../Images/facilityIcons.svg") 100px 0;
}
a.CardWrap:hover #NonAntibacterial {
    background: url("../Images/facilityIcons.svg") 100px 100px;
}
a.CardWrap.Selected #NonAntibacterial {
    background: url("../Images/facilityIcons.svg") 100px 100px;
}
.orderWrap {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #045c9f;
    Font-family: GloberBold;
    margin-right: 20px;
    font-size: 24px;
    color: white;
}
.factorTxtWrap p {
    margin-bottom: 0px !important;
}
.factorTxtWrap {
    Font-family: GloberBold;
    font-size: 24px;
    color: white;
}
/*recommended products Starts*/
/*Card ICons Price Selected*/
.qstoneWrap {}
.qstoneWrap p {}
.anzSelected {}
.anzSelected .selIcon {
    width: 30px;
    height: 30px;
    display: inline-block;
}
.anzSelected .selFactor {}
.anzSelected .selTickMark {
    width: 30px;
    height: 30px;
    display: inline-block;
}
.selIcon.PriceSel {
    background: url("../Images/facilityIconsSelected.svg") 0px 0px;
}
/*Card ICons Feel Selected*/
.selIcon.FeelSel {
    background: url("../Images/facilityIconsSelected.svg") -30px 0px;
}
/*Card ICons Efficacy Selected*/
.selIcon.EfficacySel {
    background: url("../Images/facilityIconsSelected.svg") -60px 0px;
}
/*Card ICons Low Maintenance Selected*/
.selIcon.LowMaintenanceSel {
    background: url("../Images/facilityIconsSelected.svg") -90px 0px;
}
/*Card ICons  TouchFree Selected*/
.selIcon.TouchFreeSel {
    background: url("../Images/facilityIconsSelected.svg") -120px 0px;
}
/*Card ICons Low Intelligent Selected*/
.selIcon.IntelligentSel {
    background: url("../Images/facilityIconsSelected.svg") -150px 0px;
}
/*Card ICons Low Antibacterial Selected*/
.selIcon.AntibacterialSel {
    background: url("../Images/facilityIconsSelected.svg") -180px 0px;
}
/*Card ICons Low NonAntibacterial Selected*/
.selIcon.NonAntibacterialSel {
    background: url("../Images/facilityIconsSelected.svg") -210px 0px;
}
.prodDocuWrap ul {
    margin: 0px;
    padding: 0px;
}
.prodDocuWrap {
    border-bottom: 4px solid #EBECEF;
    padding-bottom: 10px;
}
.prodDocuWrap ul li a {
    position: relative;
}
.prodDocuWrap ul li a::before {
    content: url("../Images/pdfIcon.svg");
    position: absolute;
    left: -30px;
}
.prodDocuWrap .SDSWrap ul li a::before {
    content: url("../Images/LinkIcon.svg");
    position: absolute;
    left: -30px;
}
.leftPanelOff {
    display: block !important;
}
/*.leftPanelOn{display:block;}*/
h2 {
    font-family: GloberBold;
    color: #0755b8;
    margin: 30px 40px 20px 40px;
}
.leftPanelWrap {
    padding: 0px;
    margin-top: 8px;
}
.selFactor {
    font-family: GloberSemiBold;
    font-size: 20px;
    margin: 0px 20px;
    color: #091e42;
}
.qstoneWrap p {
    font-family: GloberSemiBold;
    font-size: 18px;
    color: #5e6c84;
}
.hDivider {
    background: white;
    height: 2px;
}
.btn-outline-secondary img {
    margin-right: 10px;
}
.leftPanelWrap .row {
    margin: 0px 40px;
    padding: 0px;
}
.leftPanelWrap .row .col-12 {
    padding: 0px;
}

.DescList {
    min-height: 126px;
    padding-bottom: 20px
}
.DescList ul li {
    font-family: GloberRegular;
    font-size: 16px;
    color: #2b2b2b;
}
.prodDocuWrap p a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.prodDocuColla .card {
    background: #f7f7f8;
    border: 0px;
}
.prodDocuColla .card {
    position: relative;
}
.prodDocuColla .card .closeBtnCir {
    position: absolute;
    top: -30px;
    right: 0px;
    border: 0px;
    background: none;
}
.prodDocuColla .card ul li {
    margin-bottom: 10px;
}
.prodDocuColla .card ul li a {
    font-family: GloberRegular;
    font-weight: normal;
    text-decoration: underline;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #0755b8;
}
.footerWrap .btn {
    font-family: GloberSemiBold;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 310px;
    height: 60px;
    border-radius: 9px;
    background: #0065b1;
    border: 1px solid #0065b1;
    box-shadow: 4px 8px 20px rgba(31, 31, 31, 0.1);
}
/*Home Page*/
#bgVideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.shadeLayer {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background-image: url("../Images/DottedPattern.png");
    /*    background-repeat: repeat;*/
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: .2;
    z-index: 0;
}
#SpFacility {
    margin-top: 100vh;
}
.homeInnerWrap {
    width: 100%;
    max-width: 810px;
    background: none;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.SocialMediaWrap a {
    opacity: .5;
    display: inline-block;
    margin-right: 4px;
}
.SocialMediaWrap a:hover {
    opacity: 1;
}
.logoOuterWrap {
    text-align: center;
    padding: 80px 0px;
}
.SocialMediaWrap {
    margin-top: 140px;
}
.logoWrap img {
    margin-bottom: 8px;
    width: 100%
}
.carousel-item {
    font-family: GloberRegular;
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    color: #B7BDC0;
}
/*Home Menu*/
.menuWrap {
    border-top: 10px solid #00B1E1;
    position: relative;
    box-shadow: 4px 1px 1px rgba(0, 0, 0, 0.16);
}
.menuWrap a {
    display: block;
    text-decoration: none;
    float: left;
    margin-right: 4px;
    padding-top: 30px;
}
.menuWrap a:last-child {
    margin-right: 0px;
}
a.CardWrapHome {
    width: 282px;
    height: 200px;
    border-radius: 0px 0px 10px 10px;
    background: #0065B1;
    /*    background: linear-gradient(#04b2e2 0%, #0066b3 100%);*/
    box-shadow: 4px 1px 1px rgba(0, 0, 0, 0.16);
}
a.CardWrapHome:hover {
    background: #0065B1;
}
a.CardWrapHomeTwo {
    width: 172px;
    height: 200px;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    box-shadow: 4px 1px 1px rgba(0, 0, 0, 0.16);
}
a.CardWrapHomeTwo:hover {
    background: #0065B1;
}
.CardWrapHome .icon, .CardWrapHomeTwo .icon {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
}
.CardWrapHome:hover .icon, .CardWrapHomeTwo:hover .icon {
    animation: zoomIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: .3s; /* don't forget to set a duration! */
}
.CardWrapHome .menuTitle, .CardWrapHome:hover .menuTitle, .CardWrapHomeTwo:hover .menuTitle {
    color: white;
}
.menuTitle {
    font-family: GloberSemiBold;
    font-size: 18px;
    text-align: center;
    color: #5e6c84;
    line-height: 22px;
    text-decoration: none !important;
    padding: 20px;
    display: block;
}
/* Product Selector */
#ProductSelector {
    background: url("../Images/HomePageIcons.svg") 280px 0;
}
a.CardWrapHome:hover #ProductSelector {
    background: url("../Images/HomePageIcons.svg") 280px 70px;
}
a.CardWrapHome.Selected #ProductSelector {
    background: url("../Images/HomePageIcons.svg") 280px 70px;
}
/* Education */
#Education {
    background: url("../Images/HomePageIcons.svg") 210px 0;
}
a.CardWrapHomeTwo:hover #Education {
    background: url("../Images/HomePageIcons.svg") 210px 70px;
}
a.CardWrapHomeTwo.Selected #Education {
    background: url("../Images/HomePageIcons.svg") 210px 70px;
}
/* Installation */
a.CardWrapHomeTwo #Installation {
    background: url("../Images/HomePageIcons.svg") 140px 0;
}
a.CardWrapHomeTwo:hover #Installation {
    background: url("../Images/HomePageIcons.svg") 140px 70px;
}
a.CardWrapHomeTwo.Selected #Installation {
    background: url("../Images/HomePageIcons.svg") 140px 70px;
}
/* Electronic Monitoring */
#EMonitoring {
    background: url("../Images/HomePageIcons.svg") 70px 0;
}
a.CardWrapHomeTwo:hover #EMonitoring {
    background: url("../Images/HomePageIcons.svg") 70px 70px;
}
a.CardWrapHomeTwo.Selected #EMonitoring {
    background: url("../Images/HomePageIcons.svg") 70px 70px;
}
.downArrowWrap {
    position: relative;
}
.downArrowWrap img {
    position: absolute;
    left: 50%;
    /*  transform: translate(-50%, -30%);*/
    animation: Vshake 1s;
    animation-iteration-count: infinite;
}
@keyframes Vshake {
    0% {
        transform: translate(-50%, -30px);
    }
    25% {
        transform: translate(-50%, -28px);
    }
    50% {
        transform: translate(-50%, -26px);
    }
    75% {
        transform: translate(-50%, -28px);
    }
    100% {
        transform: translate(-50%, -30px);
    }
}
/*pdf Style*/
/*Timer Starts*/
.TimeLeftWrap {
    width: 100px;
    float: left;
}
.InstallationWrap h3 {
    color: white;
    margin: 100px 0px 40px;
}
.videoWrap {
    background: white;
    padding: 10px;
    display: inline-block;
    border-radious: 4px;
}
#marketingCaptions .carousel-item {
    /*  height: 253px;*/
    font-family: GloberRegular;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #0065b1;
}
.carousel-indicators > li {
    border-radius: 50%;
}
.carousel-indicators [data-bs-target] {
    background-color: #5E6C84 !important;
    border-radius: 50%;
    width: 7px;
    height: 7px;
}
/*
#carouselExampleCaptions {
  background-color: red !important;
}
*/
.countWrapLft {
    padding: 10% 5%;
}
.LaunchTitle {
    font-family: GloberRegular;
    font-size: 24px;
}
.txtBold {
    font-family: GloberExtraBold;
}
.txtSemiBold {
    font-family: GloberSemiBold;
}
.BottomWrap {
    background: #005DA6;
    border-radius: 0px 0px 10px 0px;
}
.dotWrap {
    font-family: GloberSemiBold;
    font-size: 32px;
    height: 72px;
    opacity: .2;
}
/*Education Statrs*/
.nav-tabs .nav-link {
    margin-right: 16px;
    /*  margin-bottom: 16px;*/
    width: 180px;
    border-radius: 10px;
    background: #f7f7f8;
    box-shadow: 4px -1px 1px rgba(0, 0, 0, 0.16);
}
.nav-tabs .nav-link.active {
    width: 180px;
    border-radius: 10px 10px 0px 0px;
    background: #ffffff;
    box-shadow: 4px -1px 1px rgba(0, 0, 0, 0.16);
}
.nav-link .imgWrap {
    margin: 15px auto;
}
#ProductsTab .imgWrap {
    width: 80px;
    height: 80px;
    background: url("../Images/educationIcons.svg") 0px 0px;
}
#ProductsTab.active .imgWrap {
    width: 80px;
    height: 80px;
    background: url("../Images/educationIcons.svg") 0px 80px;
}
#DispenserTab .imgWrap {
    width: 80px;
    height: 80px;
    background: url("../Images/educationIcons.svg") -80px 0px;
}
#DispenserTab.active .imgWrap {
    width: 80px;
    height: 80px;
    background: url("../Images/educationIcons.svg") -80px -80px;
}
#InstallationTab .imgWrap {
    width: 80px;
    height: 80px;
    background: url("../Images/educationIcons.svg") -160px 0px;
}
#InstallationTab.active .imgWrap {
    width: 80px;
    height: 80px;
    background: url("../Images/educationIcons.svg") -160px -80px;
}
.nav-link .navIconWrap {
    width: 40px;
    height: 40px;
    background: url("../Images/NavDownArow.svg") 0px 0px;
    margin: 10px auto 0px;
}
.nav-link.active .navIconWrap {
    width: 40px;
    height: 40px;
    background: url("../Images/NavUpArow.svg")0px 0px;
}
.nav.nav-tabs {
    margin: 0 auto;
    border: none;
}
.nav.nav-tabs .nav-link {
    padding: 0px;
    margin-bottom: 12px;
}
.NavTitleWrap {
    font-family: GloberSemiBold;
    font-size: 18px;
    color: #013e77;
}
.tab-content {
    background: white;
    border-radius: 10px;
    padding: 40px;
}
.tab-content h3 {
    font-family: GloberSemiBold;
    font-size: 18px;
    color: #393b3e;
    padding: 0px 0px 20px;
    /*    border-bottom: 1px solid #E0E3E8;*/
    margin-bottom: 10px;
}
.tab-content a {
    position: relative;
    margin-left: 40px;
}
.tab-content table {
    margin-bottom: 0px;
}
.tab-content table tr td {
    height: 60px;
    vertical-align: middle;
}
.tab-content a::before {
    content: url("../Images/pdfIcon.svg");
    position: absolute;
    left: -30px;
}
/* youtube Icon */
#nav-profile tr:nth-child(3) a::before{
    content: url("../Images/youtube.svg")!important;
    position: absolute!important;
    left: -33px!important;
    top: 1px!important;
}
#nav-profile tr:nth-child(4) a::before{
    content: url("../Images/youtube.svg")!important;
    position: absolute!important;
    left: -33px!important;
    top: 1px!important;
}
#nav-contact tr:nth-child(2) a::before{
    content: url("../Images/youtube.svg")!important;
    position: absolute!important;
    left: -33px!important;
    top: 1px!important;
}
/* youtube Icon */
.spaceAdj {
    position: relative;
    height: 20px;
    width: 100%
}
.spaceAdjInner {
    position: absolute;
    height: 21px;
    width: 180px;
    box-shadow: linear-gradient(to bottom right, rgb(0, 255, 81), rgb(255, 213, 0));
    /*    box-shadow: 4px 0px 0px rgba(0, 0, 0, 0.16);*/
    display: none;
}
.nav-link.active .spaceAdjInner {
    background: white;
    top: 21px;
    left: -1px;
    display: block;
}
.butWrap {
    display: inline-block;
    text-align: center;
}
.butWrap button {
    float: left;
}
.prodItemOuterWrap {
    /*background: #F2F2F2;*/
}
.prodItemWrap {
    background: white;
}
.toast {
    border-radious: 100px !important;
    width: 430px;
}
.revertButWrap .btn {
    font-weight: 800;
    text-decoration: none;
}
.subtitlewrap {
    font-size: 22px;
    font-family: GloberSemiBold;
    color: #5E6C84;
}
.disclaimerwrap {
    font-size: 12px;
    color: #5E6C84;
    padding: 20px 0px 32px 0px;
    text-align: justify;
}
.logoWrap h5 {
    color: #5E6C84;
    font-family: GloberSemiBold;
}
.bottomInnerWrap {
    max-width: 300px;
}
.RecProdTtitle {
    font-family: GloberRegular;
    color: #0755b8;
}
.titleHeader {
    height: 120px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 1;
    left: 0px;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ActionFooter {
    height: 120px;
    background: #F7F7F7;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.horiDvide {
    height: 10px;
    background: #5E6C84;
    width: 100%;
    padding: 0px;
}
.EmptyFooter {
    height: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#NoproductAvailable {
    font-size: 18px;
    text-color: slategray;
    padding: 40px;
}
#SpEducation .tab-content {
    min-height: 400px;
}
/*Confitte Animation Statrs*/
#canvas {
    position: absolute;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    left: 0px;
    margin: 0;
    z-index: 1000;
}
/*fade_out*/
.jfo {
    -webkit-animation: fade_out .3s linear forwards;
    animation: fade_out .3s linear forwards;
}
@-webkit-keyframes fade_out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade_out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*Just fade In*/
.jfi {
    -webkit-animation: fade_in .3s linear forwards;
    animation: fade_in .3s linear forwards;
}
@-webkit-keyframes fade_in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade_in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.jfiS {
    -webkit-animation: fade_in 2s linear forwards;
    animation: fade_in 2s linear forwards;
}
@-webkit-keyframes fade_in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade_in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.docOpen span {
    background: url("../Images/CollapseButton.svg") 0px 0;
    /*    background: url("../Images/butClose.svg") 700px 0;*/
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 6px;
}
.docOpen.andi span {
    background: url("../Images/CollapseButton.svg") -12px 0;
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 6px;
}
.innerCntWrap {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
    background-image: linear-gradient(to right, #0065B1, #00B1E1);
}
#SpEducation .innerCntWrap {
    justify-content: flex-start !important;
}
#SpFacility form {
    padding: 0px;
}
.uploadWrap {
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 3px 86px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    max-width: 90%;
}
.uploadWrap p {
    font-size: 14px;
    color: #5E6C84;
    margin-bottom: 0px
}
.uploadWrap h4 {
    color: #58595B;
    margin-bottom: 0px;
    font-family: GloberSemiBold !important;
}
.uploadWrapHeader {
    background: #F7F7F7;
    border-radius: 10px 10px 0px
}
/*
************************************************
Button Styles
************************************************
*/
.btnPrimary {
    background: #0057cc;
    border: 1px solid #fff;
    padding: 12px 30px 8px 30px;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 60px;
}
.btnPrimary:hover {
    background: #fff;
    border: 1px solid #0057cc;
    padding: 12px 30px 8px 30px;
    color: #0057cc;
    font-size: 14px;
    border-radius: 60px;
}
.btnSecondaryx {}
.btnOutline {
    background: #fff;
    border: 1px solid #0057cc;
    padding: 12px 30px 8px 30px;
    color: #0057cc;
    font-size: 14px;
    border-radius: 60px;
}
.btnOutline:hover {
    background: #0057cc;
    border: 1px solid #fff;
    padding: 12px 30px 8px 30px;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 60px;
}
.btn-secondary {
    height: 48px;
    border-radius: 4px;
    background: #fff;
    border: 0.5px solid rgba(188, 188, 188, 0.75);
    box-shadow: 0px 8px 16px rgba(31, 31, 31, 0.10);
    font-family: GloberSemiBold;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #5e6c84;
    padding: 0px 40px;
}
.btn-primary {
    height: 48px;
    background: #00b1e1;
    padding: 0px 40px;
    border: 1px solid #01A0CB;
    box-shadow: 0px 8px 16px rgba(31, 31, 31, 0.18);
    font-family: GloberSemiBold;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.btn-primary:hover {
    height: 48px;
    background: #00b1e1;
    padding: 0px 40px;
    border: 1px solid #01A0CB;
    box-shadow: 0px 8px 16px rgba(31, 31, 31, 0.18);
    font-family: GloberSemiBold;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.btn-outline-primary {
    /*     margin: 40px 0px;*/
    width: 100%;
    height: 60px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #0065B1;
    /*    font-family: GloberSemiBold;*/
    font-family: GloberRegular;
    font-size: 19px;
    text-align: center;
    color: #013e77;
}
.btn-outline-primary:hover {
    background: #0065B1;
    border: 1px solid #FFF;
    color: #ffffff;
}
.uploadWrapFooter .btn-outline-secondary {
    max-width: 200px;
}
.btn-outline-secondary {
    width: 100%;
    height: 60px;
    border-radius: 50px;
    background: #013E77;
    font-family: GloberRegular;
    font-size: 19px;
    text-align: center;
    color: white;
    margin-bottom: 40px;
}
.btn-outline-secondary:hover {
    background: #0065B1;
    border: 1px solid #0065B1;
    color: #fff;
}
.ActionFooter .btn {
    border-radius: 50px;
    background: #013e77;
    border: 1px solid #013e77;
}
.ActionFooter .btn:hover {
    border-radius: 50px;
    background: #0065B1;
    border: 1px solid #013e77;
    color: #fff;
}
/*
************************************************
Social Media Icons Styles
************************************************
*/
/*.SocialMediaWrap a:nth-child(1) {border:12px solid red;}*/
.SocialMediaWrap a {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.SocialMediaWrap a:nth-child(1) {
    background: url("../Images/LinkedIn.svg") 0px 0px;
}
.SocialMediaWrap a:nth-child(1):hover {
    background: url("../Images/LinkedIn.svg") 0px -30px;
}
.SocialMediaWrap a:nth-child(2) {
    background: url("../Images/Twitter.svg") 0px 0px;
}
.SocialMediaWrap a:nth-child(2):hover {
    background: url("../Images/Twitter.svg") 0px -30px;
}
.SocialMediaWrap a:nth-child(3) {
    background: url("../Images/FaceBook.svg") 0px 0px;
}
.SocialMediaWrap a:nth-child(3):hover {
    background: url("../Images/FaceBook.svg") 0px -30px;
}
.prodImg {
    background-image: url("../Images/noImage.svg");
    background-repeat: no-repeat;
/*   background:red;*/
    background-position: center;
   margin: 0 auto;


    width: 172px;
  /*  height: 172px;*/
}
.heroWrap {
    background-image: url("../Images/homeBg.png"); 
    height: 400px; /* You must set a specified height */
          background-position: bottom right;

    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    border-radius: 10px 10px 0px 0px;
    box-shadow: 4px 1px 1px rgba(0, 0, 0, 0.16);
    
}
  .productTitle {
    font-family: GloberRegular;
    color: #013e77;
}

.CategoryDelete{
    cursor:pointer;
}