
.sersTlt {padding: 10px 10px;
    font-size: 1.5rem;
    text-align: center;
    }
	
hr.tline {width: 15%;
    border-top: 3px solid #f58634;
    margin-top: 0%;}

/* Hafele product page */

.hafele-banner {
    padding: 23px 0px;
    width: 100%;
    position: relative;
    margin-top: 2rem;
}

.banner-head h2 {
	font-size: 35px;
    padding: 0px 0px 0px;
    max-width: 420px;
    text-align: center;
    color: #f58634;
    font-family: 'Playball';
    letter-spacing: 3px;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0 auto;
    position: relative;
}
.banner-head h5{
    color: black;
    font-weight: 600;

}
.fade:not(.show) {
    opacity: 1;
}
.hafele-section {
	padding: 87px 0px;
    position: relative;
    background: rgb(251 251 251) none repeat scroll 0% 0%;
}
.tabs-section {
	position: relative;
}

.prodD {text-align: center; padding-bottom: 25px;}

.caption {padding: 18px 0px;}


.hafele-section .nav-center {
	padding: 1rem 0rem 1rem;
    position: relative;
}
.hafele-section .nav-center .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.hafele-section .nav-center .nav-tabs li {
    margin-right: 1rem;
	padding: 10px 10px 10px;
    line-height: 25px;
    font-size: 1.2rem;
    list-style: none;
    text-align: center;
    background: #183d64;
    text-transform: capitalize;
    font-weight: 600;
    transition: all .5s ease;
}
.hafele-section .nav-center .nav-tabs li:hover, .hafele-section .nav-center .nav-tabs li.active {
    background: #f58634;
}
.hafele-section .nav-center .nav-tabs li a {
	display: block;
    color: #ffffff;
    text-decoration: none;
}
.hafele-section .tab-content {
	padding: 20px 0px 20px;
}
.hafele-section .tab-pane {
    position: relative;
}
.hafele-section .tab-pane .hafele-wrap-box {
	padding: 20px 0px 20px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}
.hafele-section .tab-pane .hafele-box {
	width: 30%;
    height: auto;
    /*text-align: center;*/
    box-sizing: border-box;
    margin: 19px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.40);
}
.hafele-box img {
    width: 100%;
    height: auto;
    position: relative;
    /* border-radius: 5px; */
    top: 0;
    left: 0;
    object-fit: cover;
    /* padding: 5px; */
    background-color: #fbfbfb;
}
.hafele-box .hafele-info {
    padding: 0px 0px 0px;
    height: auto;
    /* border-top: 1px solid #f58634; */
    /* background: #f7f7f7; */
    transition: all 500ms ease-out;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.hafele-box .hafele-data {font-size: 17px;
    padding: 13px 0px;}


.hafele-box .hafele-info h4 {
    font-size: 22px;
    padding: 20px 0px 20px;
    color: #183d64;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    transition: all 400ms ease-out;
}
.hafele-box .hafele-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #183d64;
    transition: all 0.7s ease;
}
.hafele-box:hover .hafele-hover {
    height: 100%;
	width: 100%;
    opacity: 1;
}
.hafele-box .hafele-hover .hafele-data {
    position: absolute;
    width: 100%;
    padding: 30px 20px 30px;
	text-align: center;
}
.hafele-box .hafele-hover .hafele-data ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}
.hafele-box .hafele-hover .hafele-data ul li {
	padding: 5px 10px;
    font-size: 14px;
    text-align: justify;
    color: #fff;
}
.hafele-box .hafele-hover .hafele-data ul li:before {
    content: '\f06d';
    font-family: fontAwesome;
    font-size: 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);
}
.hafele-box .hafele-hover .hafele-data a {
    font-size: 0.9rem;
    padding: 5px 10px;
    margin-top: 30px;
    text-align: center;
    background: #fff;
    color: #183d64;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 10px;
	display: inline-block;
    text-decoration: none;
    transition: all .5s ease;
}
.hafele-box .hafele-hover .hafele-data a:hover {
    background: #f58634;
    color: #fff;
}

.hafele-list {
	padding: 1rem 0rem 1rem;
	position: relative;
}
.hafele-list ul {
	margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.hafele-list ul li {
	padding: 10px 30px 10px;
    line-height: 25px;
    margin-right: 1rem;
    font-size: 1.2rem;
    list-style: none;
    text-align: center;
    background: #183d64;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s ease;
}
.hafele-list ul li:hover, .hafele-list ul li.active {
	background: #f58634;
}

@media (max-width: 768px) {
.hafele-section {
    padding: 2rem 0rem 2rem;
    position: relative;
}
.hafele-section .container {
    padding: 0rem 1rem 0rem;
}
.tabs-section {
    position: relative;
}
.hafele-section .nav-center {
    padding: 0rem 0rem 0rem;
    position: relative;
}
.hafele-section .nav-center .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    overflow: visible;
}
.hafele-section .nav-center .nav-tabs li {
    margin-right: 0.09rem;
    padding: 5px 5px 5px;
    line-height: 10px;
    font-size: 12px;
	margin-bottom: 0.9rem;
    letter-spacing: 0;
}
.hafele-section .tab-content {
    padding: 10px 0px 10px;
}
.hafele-section .tab-pane {
    position: relative;
}
.hafele-section .tab-pane .hafele-wrap-box {
    padding: 10px 0px 10px;
}
.hafele-section .tab-pane .hafele-box {
    width: 99%; 
    margin: 6px;
}
.hafele-box img {
    height: auto;
}
.hafele-box .hafele-info {
    padding: 0px 0px 0px;
}
.hafele-box .hafele-info h4 {
    font-size: 16px;
    padding: 6px 0px 5px;
}
.hafele-box .hafele-hover {
    position: absolute;
}
.hafele-box .hafele-hover .hafele-data {
    padding: 10px 5px 10px;
	text-align: center;
}
.hafele-box .hafele-hover .hafele-data ul {
}
.hafele-box .hafele-hover .hafele-data ul li {
    padding: 2px 5px;
    font-size: 5px;
}
.hafele-box .hafele-hover .hafele-data ul li:before {
    font-size: 5px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.hafele-box .hafele-hover .hafele-data a {
    font-size: 0.5rem;
    padding: 5px 5px;
    margin-top: 10px;
    letter-spacing: 0;
}
	
}

/* Panasonic page styles */

.panasonic-banner {
    padding: 23px 0px;
    width: 100%;
    position: relative;
    margin-top: 2rem;
}

.panasonic-section {
	padding: 87px 0px;
    position: relative;
    background: rgb(251 251 251) none repeat scroll 0% 0%;
}
.tabs-section {
	position: relative;
}

.prodD {text-align: center; padding-bottom: 25px;}

.caption {padding: 18px 0px;}


.panasonic-section .nav-center {
	padding: 1rem 0rem 1rem;
    position: relative;
}
.panasonic-section .nav-center .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.panasonic-section .nav-center .nav-tabs li {
    margin-right: 1rem;
	padding: 10px 30px 10px;
    line-height: 25px;
    font-size: 1.2rem;
    list-style: none;
    text-align: center;
    background: #183d64;
    text-transform: capitalize;
    font-weight: 600;
    transition: all .5s ease;
}
.panasonic-section .nav-center .nav-tabs li:hover, .panasonic-section .nav-center .nav-tabs li.active {
    background: #f58634;
}
.panasonic-section .nav-center .nav-tabs li a {
	display: block;
    color: #ffffff;
    text-decoration: none;
}
.panasonic-section .tab-content {
	padding: 20px 0px 20px;
}
.panasonic-section .tab-pane {
    position: relative;
}
.panasonic-section .tab-pane .panasonic-wrap-box {
	padding: 20px 0px 20px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}
.panasonic-section .tab-pane .panasonic-box {
	width: 30%;
    height: auto;
    /*text-align: center;*/
    box-sizing: border-box;
    margin: 19px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.40);
}
.panasonic-box img {
    width: 100%;
    height: auto;
    position: relative;
    /* border-radius: 5px; */
    top: 0;
    left: 0;
    object-fit: cover;
    /* padding: 5px; */
    background-color: #fbfbfb;
}
.panasonic-box .panasonic-info {
    padding: 0px 0px 0px;
    height: auto;
    /* border-top: 1px solid #f58634; */
    /* background: #f7f7f7; */
    transition: all 500ms ease-out;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.panasonic-box .panasonic-data {font-size: 17px;
    padding: 13px 0px;}


.panasonic-box .panasonic-info h4 {
    font-size: 22px;
    padding: 20px 0px 20px;
    color: #183d64;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    transition: all 400ms ease-out;
}
.panasonic-box .panasonic-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #183d64;
    transition: all 0.7s ease;
}
.panasonic-box:hover .panasonic-hover {
    height: 100%;
	width: 100%;
    opacity: 1;
}
.panasonic-box .panasonic-hover .panasonic-data {
    position: absolute;
    width: 100%;
    padding: 30px 20px 30px;
	text-align: center;
}
.panasonic-box .panasonic-hover .panasonic-data ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}
.panasonic-box .panasonic-hover .panasonic-data ul li {
	padding: 5px 10px;
    font-size: 14px;
    text-align: justify;
    color: #fff;
}
.panasonic-box .panasonic-hover .panasonic-data ul li:before {
    content: '\f06d';
    font-family: fontAwesome;
    font-size: 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);
}
.panasonic-box .panasonic-hover .panasonic-data a {
    font-size: 0.9rem;
    padding: 5px 10px;
    margin-top: 30px;
    text-align: center;
    background: #fff;
    color: #183d64;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 10px;
	display: inline-block;
    text-decoration: none;
    transition: all .5s ease;
}
.panasonic-box .panasonic-hover .panasonic-data a:hover {
    background: #f58634;
    color: #fff;
}

.panasonic-list {
	padding: 1rem 0rem 1rem;
	position: relative;
}
.panasonic-list ul {
	margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.panasonic-list ul li {
	padding: 10px 30px 10px;
    line-height: 25px;
    margin-right: 1rem;
    font-size: 1.2rem;
    list-style: none;
    text-align: center;
    background: #183d64;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s ease;
}
.panasonic-list ul li:hover, .panasonic-list ul li.active {
	background: #f58634;
}

@media (max-width: 768px) {
.pansonic-section {
    padding: 2rem 0rem 2rem;
    position: relative;
}
.panasonic-section .container {
    padding: 0rem 1rem 0rem;
}
.tabs-section {
    position: relative;
}
.panasonic-section .nav-center {
    padding: 0rem 0rem 0rem;
    position: relative;
}
.panasonic-section .nav-center .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    overflow: visible;
}
.panasonic-section .nav-center .nav-tabs li {
    margin-right: 0.09rem;
    padding: 5px 5px 5px;
    line-height: 10px;
    font-size: 12px;
	margin-bottom: 0.05rem;
    letter-spacing: 0;
}
.panasonic-section .tab-content {
    padding: 10px 0px 10px;
}
.panasonic-section .tab-pane {
    position: relative;
}
.panasonic-section .tab-pane .panasonic-wrap-box {
    padding: 10px 0px 10px;
}
.panasonic-section .tab-pane .panasonic-box {
    width: 99%; 
    margin: 6px;
}
.panasonic-box img {
    height: auto;
}
.panasonic-box .panasonic-info {
    padding: 0px 0px 0px;
}
.panasonic-box .panasonic-info h4 {
    font-size: 16px;
    padding: 6px 0px 5px;
}
.panasonic-box .panasonic-hover {
    position: absolute;
}
.panasonic-box .panasonic-hover .panasonic-data {
    padding: 10px 5px 10px;
	text-align: center;
}
.panasonic-box .panasonic-hover .panasonic-data ul {
}
.panasonic-box .panasonic-hover .panasonic-data ul li {
    padding: 2px 5px;
    font-size: 5px;
}
.panasonic-box .panasonic-hover .panasonic-data ul li:before {
    font-size: 5px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.panasonic-box .panasonic-hover .panasonic-data a {
    font-size: 0.5rem;
    padding: 5px 5px;
    margin-top: 10px;
    letter-spacing: 0;
}
	
}

/* end of panasonic page css */


/* homelife page css */

.homelife-banner {
    padding: 23px 0px;
    width: 100%;
    position: relative;
    margin-top: 2rem;
}

.homelife-section {
	padding: 87px 0px;
    position: relative;
    background: rgb(251 251 251) none repeat scroll 0% 0%;
}
.tabs-section {
	position: relative;
}

.prodD {text-align: center; padding-bottom: 25px;}

.caption {padding: 18px 0px;}


.homelife-section .nav-center {
	padding: 1rem 0rem 1rem;
    position: relative;
}
.homelife-section .nav-center .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.homelife-section .nav-center .nav-tabs li {
    margin-right: 1rem;
	padding: 10px 30px 10px;
    line-height: 25px;
    font-size: 1.2rem;
    list-style: none;
    text-align: center;
    background: #183d64;
    text-transform: capitalize;
    font-weight: 600;
    transition: all .5s ease;
}
.homelife-section .nav-center .nav-tabs li:hover, .homelife-section .nav-center .nav-tabs li.active {
    background: #f58634;
}
.homelife-section .nav-center .nav-tabs li a {
	display: block;
    color: #ffffff;
    text-decoration: none;
}
.homelife-section .tab-content {
	padding: 20px 0px 20px;
}
.homelife-section .tab-pane {
    position: relative;
}
.homelife-section .tab-pane .homelife-wrap-box {
	padding: 20px 0px 20px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}
.homelife-section .tab-pane .homelife-box {
	width: 30%;
    height: auto;
    /*text-align: center;*/
    box-sizing: border-box;
    margin: 19px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.40);
}
.homelife-box img {
    width: 100%;
    height: auto;
    position: relative;
    /* border-radius: 5px; */
    top: 0;
    left: 0;
    object-fit: cover;
    /* padding: 5px; */
    background-color: #fbfbfb;
}
.homelife-box .homelife-info {
    padding: 0px 0px 0px;
    height: auto;
    /* border-top: 1px solid #f58634; */
    /* background: #f7f7f7; */
    transition: all 500ms ease-out;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.homelife-box .homelife-data {font-size: 17px;
    padding: 13px 0px;}


.homelife-box .homelife-info h4 {
    font-size: 22px;
    padding: 20px 0px 20px;
    color: #183d64;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    transition: all 400ms ease-out;
}
.homelife-box .homelife-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #183d64;
    transition: all 0.7s ease;
}
.homelife-box:hover .homelife-hover {
    height: 100%;
	width: 100%;
    opacity: 1;
}
.homelife-box .homelife-hover .homelife-data {
    position: absolute;
    width: 100%;
    padding: 30px 20px 30px;
	text-align: center;
}
.homelife-box .homelife-hover .homelife-data ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}
.homelife-box .homelife-hover .homelife-data ul li {
	padding: 5px 10px;
    font-size: 14px;
    text-align: justify;
    color: #fff;
}
.homelife-box .homelife-hover .homelife-data ul li:before {
    content: '\f06d';
    font-family: fontAwesome;
    font-size: 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);
}
.homelife-box .homelife-hover .homelife-data a {
    font-size: 0.9rem;
    padding: 5px 10px;
    margin-top: 30px;
    text-align: center;
    background: #fff;
    color: #183d64;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 10px;
	display: inline-block;
    text-decoration: none;
    transition: all .5s ease;
}
.homelife-box .homelife-hover .homelife-data a:hover {
    background: #f58634;
    color: #fff;
}

.homelife-list {
	padding: 1rem 0rem 1rem;
	position: relative;
}
.homelife-list ul {
	margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.homelife-list ul li {
	padding: 10px 30px 10px;
    line-height: 25px;
    margin-right: 1rem;
    font-size: 1.2rem;
    list-style: none;
    text-align: center;
    background: #183d64;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s ease;
}
.homelife-list ul li:hover, .homelife-list ul li.active {
	background: #f58634;
}

@media (max-width: 768px) {
.homelife-section {
    /* padding: 2rem 0rem 2rem; */
    position: relative;
   
}
.homelife-section .container {
    padding: 0rem 1rem 0rem;
}
.tabs-section {
    position: relative;
}
.homelife-section .nav-center {
    padding: 0rem 0rem 0rem;
    position: relative;
}
.homelife-section .nav-center .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    overflow: visible;
}
.homelife-section .nav-center .nav-tabs li {
    margin-right: 0.09rem;
    padding: 5px 5px 5px;
    line-height: 10px;
    font-size: 12px;
	margin-bottom: 0.05rem;
    letter-spacing: 0;
}
.homelife-section .tab-content {
    padding: 10px 0px 10px;
}
.homelife-section .tab-pane {
    position: relative;
}
.homelife-section .tab-pane .homelife-wrap-box {
    padding: 10px 0px 10px;
}
.homelife-section .tab-pane .homelife-box {
    width: 99%; 
    margin: 6px;
}
.homelife-box img {
    height: auto;
}
.homelife-box .homelife-info {
    padding: 0px 0px 0px;
}
.homelife-box .homelife-info h4 {
    font-size: 16px;
    padding: 6px 0px 5px;
}
.homelife-box .homelife-hover {
    position: absolute;
}
.homelife-box .homelife-hover .homelife-data {
    padding: 10px 5px 10px;
	text-align: center;
}
.homelife-box .homelife-hover .homelife-data ul {
}
.homelife-box .homelife-hover .homelife-data ul li {
    padding: 2px 5px;
    font-size: 5px;
}
.homelife-box .homelife-hover .homelife-data ul li:before {
    font-size: 5px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.homelife-box .homelife-hover .homelife-data a {
    font-size: 0.5rem;
    padding: 5px 5px;
    margin-top: 10px;
    letter-spacing: 0;
}
	
}

/* end of homelife page css */


/* spotzero page css */

.spotzero-banner {
    padding: 23px 0px;
    width: 100%;
    position: relative;
    margin-top: 2rem;
}

.spotzero-section {
	padding: 87px 0px;
    position: relative;
    background: rgb(251 251 251) none repeat scroll 0% 0%;
}
.tabs-section {
	position: relative;
}

.prodD {text-align: center; padding-bottom: 25px;}

.caption {padding: 18px 0px;}


.spotzero-section .nav-center {
	padding: 1rem 0rem 1rem;
    position: relative;
}
.spotzero-section .nav-center .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.spotzero-section .nav-center .nav-tabs li {
    margin-right: 1rem;
	padding: 10px 30px 10px;
    line-height: 25px;
    font-size: 1.2rem;
    list-style: none;
    text-align: center;
    background: #183d64;
    text-transform: capitalize;
    font-weight: 600;
    transition: all .5s ease;
}
.spotzero-section .nav-center .nav-tabs li:hover, .spotzero-section .nav-center .nav-tabs li.active {
    background: #f58634;
}
.spotzero-section .nav-center .nav-tabs li a {
	display: block;
    color: #ffffff;
    text-decoration: none;
}
.spotzero-section .tab-content {
	padding: 20px 0px 20px;
}
.spotzero-section .tab-pane {
    position: relative;
}
.spotzero-section .tab-pane .spotzero-wrap-box {
	padding: 20px 0px 20px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}
.spotzero-section .tab-pane .spotzero-box {
	width: 30%;
    height: auto;
    /*text-align: center;*/
    box-sizing: border-box;
    margin: 19px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.40);
}
.spotzero-box img {
    width: 100%;
    height: auto;
    position: relative;
    /* border-radius: 5px; */
    top: 0;
    left: 0;
    object-fit: cover;
    /* padding: 5px; */
    background-color: #fbfbfb;
}
.spotzero-box .spotzero-info {
    padding: 0px 0px 0px;
    height: auto;
    /* border-top: 1px solid #f58634; */
    /* background: #f7f7f7; */
    transition: all 500ms ease-out;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.spotzero-box .spotzero-data {font-size: 17px;
    padding: 13px 0px;}


.spotzero-box .spotzero-info h4 {
    font-size: 22px;
    padding: 20px 0px 20px;
    color: #183d64;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    transition: all 400ms ease-out;
}
.spotzero-box .spotzero-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #183d64;
    transition: all 0.7s ease;
}
.spotzero-box:hover .spotzero-hover {
    height: 100%;
	width: 100%;
    opacity: 1;
}
.spotzero-box .spotzero-hover .spotzero-data {
    position: absolute;
    width: 100%;
    padding: 30px 20px 30px;
	text-align: center;
}
.spotzero-box .spotzero-hover .spotzero-data ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}
.spotzero-box .spotzero-hover .spotzero-data ul li {
	padding: 5px 10px;
    font-size: 14px;
    text-align: justify;
    color: #fff;
}
.spotzero-box .spotzero-hover .spotzero-data ul li:before {
    content: '\f06d';
    font-family: fontAwesome;
    font-size: 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);
}
.spotzero-box .spotzero-hover .spotzero-data a {
    font-size: 0.9rem;
    padding: 5px 10px;
    margin-top: 30px;
    text-align: center;
    background: #fff;
    color: #183d64;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 10px;
	display: inline-block;
    text-decoration: none;
    transition: all .5s ease;
}
.spotzero-box .spotzero-hover .spotzero-data a:hover {
    background: #f58634;
    color: #fff;
}

.spotzero-list {
	padding: 1rem 0rem 1rem;
	position: relative;
}
.spotzero-list ul {
	margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.spotzero-list ul li {
	padding: 10px 30px 10px;
    line-height: 25px;
    margin-right: 1rem;
    font-size: 1.2rem;
    list-style: none;
    text-align: center;
    background: #183d64;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s ease;
}
.spotzero-list ul li:hover, .spotzero-list ul li.active {
	background: #f58634;
}

@media (max-width: 768px) {
.spotzero-section {
    padding: 2rem 0rem 2rem;
    position: relative;
}
.spotzero-section .container {
    padding: 0rem 1rem 0rem;
}
.tabs-section {
    position: relative;
}
.spotzero-section .nav-center {
    padding: 0rem 0rem 0rem;
    position: relative;
}
.spotzero-section .nav-center .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    overflow: visible;
}
.spotzero-section .nav-center .nav-tabs li {
    margin-right: 0.09rem;
    padding: 5px 5px 5px;
    line-height: 10px;
    font-size: 12px;
	margin-bottom: 0.05rem;
    letter-spacing: 0;
}
.spotzero-section .tab-content {
    padding: 10px 0px 10px;
}
.spotzero-section .tab-pane {
    position: relative;
}
.spotzero-section .tab-pane .spotzero-wrap-box {
    padding: 10px 0px 10px;
}
.spotzero-section .tab-pane .spotzero-box {
    width: 99%; 
    margin: 6px;
}
.spotzero-box img {
    height: auto;
}
.spotzero-box .spotzero-info {
    padding: 0px 0px 0px;
}
.spotzero-box .spotzero-info h4 {
    font-size: 16px;
    padding: 6px 0px 5px;
}
.spotzero-box .spotzero-hover {
    position: absolute;
}
.spotzero-box .spotzero-hover .spotzero-data {
    padding: 10px 5px 10px;
	text-align: center;
}
.spotzero-box .spotzero-hover .spotzero-data ul {
}
.spotzero-box .spotzero-hover .spotzero-data ul li {
    padding: 2px 5px;
    font-size: 5px;
}
.spotzero-box .spotzero-hover .spotzero-data ul li:before {
    font-size: 5px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.spotzero-box .spotzero-hover .spotzero-data a {
    font-size: 0.5rem;
    padding: 5px 5px;
    margin-top: 10px;
    letter-spacing: 0;
}
	
}

/* end of spotzero page css */



































/* tata-swatch */

.product-block-t {
	width: 30%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    margin: 20px;
    overflow: hidden;
	position: relative;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.40);
}
.product-block-t .img-arrow {
	position: relative;
	animation-iteration-count: infinite;
}
.product-block-t .img-arrow:before {
	content: '\f063';
    font-family: fontAwesome;
    position: absolute;
    left: 50%;
    top: 5px;
    font-size: 14px;
    color: #183d64;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);
}
.product-block-t img {
	position: relative;
    border-radius: 5px;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    object-fit: cover;
    border: 1px solid #f5f5f5;
}
.product-block-t .product-info {
	padding: 0px 0px 0px;
	height: 105px;
    border-top: 1px solid #f58634;
	background: #f7f7f7;
	transition: all 500ms ease-out;
}
.product-block-t .product-info .name {
	font-size: 22px;
    padding: 10px 0px 5px;
    color: #183d64;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    transition: all 400ms ease-out;
}
.product-block-t .product-info .info {
	font-size: 16px;
    line-height: 25px;
    padding: 0px 20px 20px;
	color: #313131;
    text-align: center;
	text-transform: capitalize;
	transition: all 400ms ease-out;
}
.product-block-t:hover .product-info .name, .product-block-t:hover .product-info .info {
	transform: translate(0px, 10px);
	transition: all 400ms ease-out;
}
.product-block-t .hovr {
    position: absolute;
    padding: 30px 10px 20px;
    color: #FFF;
    text-align: center;
    top: -748px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #183d644d;
    transition: all 400ms ease-out;
}
.product-block-t:hover .hovr {
    top: 0px;
	background-color: #183d64;
}
.tata-feature {
	margin: 0;
    padding: 0;
	list-style-type: none;
}
.tata-feature li {
	padding: 5px 10px;
    font-size: 18px;
    text-align: justify;
    color: #fff;
}
.tata-feature li:before {
    content: '\f030';
    font-family: fontAwesome;
    font-size: 10px;
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);
}
.product-block-t .hovr a {
	font-size: 0.9rem;
    padding: 5px 10px;
    margin-top: 30px;
    list-style: none;
    text-align: center;
    background: #fff;
    color: #183d64;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .5s ease;
}
.product-block-t .hovr a:hover {
	background: #f58634;
	color: #fff;
}


