@font-face {
  font-family: 'Raleway-Regular';
  src: url(../fonts/Raleway-Regular.eot);
  src: url(../fonts/Raleway-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Raleway-Regular.otf) format('otf'),
       url(../fonts/Raleway-Regular.svg#Raleway-Regular) format('svg'),
       url(../fonts/Raleway-Regular.woff) format('woff'),
       url(../fonts/Raleway-Regular.ttf) format('truetype'),
       url(../fonts/Raleway-Regular.woff2) format('woff2');
}

:root {
  --theme-color: #1c8ee6;
  --hover-color: #067dd8;
}
/* body.t-v1{ */
body{
    font-family: 'Raleway-Regular';
    letter-spacing: 1px;
    color: #333;
}

img{
	/*max-width: 100%;*/
}
.icon-images-brand{
    max-width: 100%;
}
.single-product-img{
    max-width: 100%;
}
.image-maxwidth{
    max-width: 100%;
}
ul, ol{
	margin: 0;
    padding: 0;
}
a, .a{
	color: var(--theme-color);
	transition: 0.2s;
    cursor: pointer;
}
a:hover, .a:hover{
	color: var(--hover-color);
	text-decoration: none;
	transition: 0.2s;
}
.btn i{
	margin-left: 10px; 
}
.btn-primary{
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	flex-flow: row;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-primary:hover{
	background-color: var(--hover-color);
	border-color: var(--hover-color);
}
.main-header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition-duration: .3s;
    z-index: 99;
}

.mh .mh-wrapper, .mh-bottom-wrapper{
    /* background-color: #131921; */
    background: linear-gradient(to right, #e6e9ed, #ced4df);
    padding: 5px 10px;
}
.mh-bottom-wrapper{
    background: linear-gradient(to right, #c4c8cc, #ced4df)
    /* linear-gradient(to right, #c4c8cc, #ced4df) */
}
.theme-2{
    background: linear-gradient(to right, #f1dfd4, #e3c2af);
}
.closepopup {
    position: absolute;
    color: #fff;
    top: -19px;
    right: -17px;
}
.closepopup:hover{
    color: #fff;
}
.closebtnpopup {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff!important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    right: -16px;
    top: -19px;

  }

.stickyHeader {
    background: #fff;
    transition-duration: .3s;
    box-shadow: 1px 2px 5px #cecece;
}
.top-banner {
    padding-bottom: 120px;
}
.top-banner-mainpage {
    background: url(../images/slider-bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 106px;
}
.top-section-banner {
	background: url(../images/slider-bg.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 72px;
	background-position: 0px -70px;
}

.nav-left {
	width: 195px;
}

.nav-left .logo{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.mh .nav-fill {
	margin-left: 20px;
}
.mh .two_items {
	width: calc(100% - 320px);
}
.mh .three_items {
	width: calc(100% - 368px);
}
.nav-right {
    width: auto;
}
/* .main-link {
    width: calc(100% - 195px);
    float: right;
    height: 62px;
    flex-flow: row;
    display: flex;
    align-items: center;
    justify-content: flex-end;
} */
.right-menu {
    width: 100%;
}
.main-header .nav-menu {
    /* float: left; */
    
}

/* .nav-search .form-nav-left{}
.nav-search .form-nav-fill{}
.nav-search .form-nav-right{} */

.nav-search .form-control {
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin: auto;
}

.main-header .nav-menu ul {
list-style: none;
    
}
.main-header .nav-menu ul li {
	display: inline-block;
	border: none;
    width: auto;
}

.main-header .nav-menu ul li a{
	color: #000000;
	margin: 0 15px;
	display: inline-block;
}

.main-header .nav-menu ul li a:hover,.main-header .nav-menu ul li.active a{
	color: var(--theme-color) !important;
	text-decoration: none;
    /* font-weight: bold; */
}

.right-menu ul { list-style: none; min-width: auto; }
.right-menu ul li{
	display: inline-block;
}

.right-menu ul li a {
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.img-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    border: 0;
}
._active:hover,._active:focus{
    border-color:#bebebe;
}
.mh .nav-fill .input-group-text:hover, .mh .nav-fill .input-group-text:focus{
    border-color: #ced4da;
    background-color: #ced4da;
    cursor: pointer;
}
.mh .nav-fill #basic-addon2:hover,
.mh .nav-fill #basic-addon2:hover .search-icon,
.mh .nav-fill #basic-addon2:focus,
.mh .nav-fill #basic-addon2:focus .search-icon{
    border-color: #febd69;
    background-color: #febd69;
    cursor: pointer;
}

.search-icon{
		background-image: url(../images/search-icon.png);

}
.user-icon{
		background-image: url(../images/user-icon.png);
}
.cart-icon{
		background-image: url(../images/cart-icon.png);
}
.headphone-icon{
		background-image: url(../images/headphone-icon.png);

}

.menu-icon {
    background-image: url(../images/menu.png);
    cursor:pointer;
   
}


.top-section-banner .top-section {
    max-width: 250px;
    padding: 15px 0 0;
    margin: 0 auto;
    overflow: hidden;
}

.top-section {
    max-width: 250px;
    padding: 90px 0 0;
    margin: 0 auto;
    overflow: hidden;
}
.top-section .link {
    font-weight: bold;
    color: #fff;
    display: block;
    padding-top: 40px;
}


.section-heading {
    text-align: center;
    padding: 30px 0;
}

.section-heading p {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
}

.section-heading h2 {
    text-transform: uppercase;
    color: var(--theme-color);
    margin: 0;
    font-weight: 600;
}
.feature {
    /*background: #f7f7f7;*/
    padding-bottom: 50px;
}

.category-slider {
    /*max-width: 900px;*/
    margin: 0 auto;
}

.category-slider ul {
    list-style: none;
    display: flex;
    width: 100%;
}
.category-slider ul li {
    background: linear-gradient(to right, #f1dfd4, #e3c2af);
    box-shadow: 0px 1px 10px #a9a9a9;
    float: left;
    flex: 0 0 50%;
    margin: 10px;
}

.category-slider ul li .text {
    width: 60%;
    padding: 23px;
    float: left;
}
.category-slider ul li .img {
    width: 40%;
    text-align: right;
     float: left;
}

.category-slider ul li .text h3 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
}

.category-slider ul li .text p {
    font-size: 13px;
    color: #000;
}
.category-slider ul li .text .link{
    font-size: 13px;
    display: block;
    font-weight: bold;
}

.category-slider ul li .text .btn {
    min-width: 130px;
    margin-top: 10px;
}


.owl-dots,
.owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-nav {
    margin-top: 10px;
}
.owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #a5acbb;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: var(--theme-color);
}
.owl-carousel button.owl-dot{
	outline: 0 !important ;
}

.tab-section {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.tab-section ul {
    list-style: none;
}
.tab-section ul li {
    display: inline-block;
}
.tab-section ul li a {
    color: #000;
    padding: 4px 8px;
    position: relative;
    border-radius: 4px;
    margin: 0 5px;
    transition: 0.2s;
    font-weight: bold;
}
.tab-section ul li a:before {
    content: '';
    transform: translate(0, -50%);
    position: absolute;
    right: -8px;
    top: 50%;
    height: 16px;
    width: 1px;
    background: #000;
}
.tab-section ul li:last-child a:before{
	display: none;
}
.tab-section ul li.active a,
.tab-section ul li a:hover {
    background: var(--theme-color);
    color: #fff;
    transition: 0.2s;
}
.tab-section .see-all {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-weight: bold;
}

.tab-section .see-all:hover{
    color: var(--theme-color);
}

.product-container ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -15px;
}
.product-container ul li {
    flex: 0 0 33.33%;
    padding:0 15px;
    margin-bottom: 50px; 
}

.product-container ul li .img {
    width: 100%;
    height: 350px;
}

.product-container ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.product-container ul li .text{


}*/

.product-container ul li .text h4 {
    font-weight: bold;
}
.product-container ul li .text p {
    font-size: 13px;
    color: #000;
}

.bottomstrip {
    width: 100%;
    overflow: hidden;
}
.bottomstrip .price {
    float: left;
    font-weight: bold;
}
.bottomstrip .btn {
    float: right;
}

.see-all-product a{
	color: #000;
    font-weight: bold;
}

.see-all-product a:hover{
	color: var(--theme-color);
}

.safety-section{
	padding: 40px 0;
	background: #d3fdf7;
}

.safety-section h2 {
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 0;
}

.safety-section p {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.safety-section a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.safety-section a:hover{
    color: var(--theme-color);
}

.aboutus-section{
	background: #f5f7f7;
    padding-bottom: 50px;
}

.aboutus-section h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 50px 0 20px;
}
.aboutus-section h3 span{
	color: var(--theme-color);
}

.footer-section{
	background: #232935;
	padding: 40px 0;
}

.copyright-section{
background: #1c212c;
	padding: 30px 0;

}

.footer-section p{
	color: #b0b0b0;
}

.footer-option h4 {
    color: #fff;
    margin-top: 0;

}

.footer-option {
    list-style: none;
    display: flex;
    width: 100%;
    margin: 0 -15px;
}
.footer-option > li {
    flex: 0 0 33.33%;
    padding: 0 15px;
}
/*.footer-link ul{ }*/
.footer-link ul li {
    border-bottom: 1px solid #494949;
    padding: 10px 0;
}
.footer-link ul li a {
    color: #b0b0b0;
    text-transform: capitalize;
}
.footer-link ul li a:hover{
	color: #fff;
}
/*.address-bar{}*/
.footer-link.address-bar p {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.footer-link.address-bar p i {
    float: left;
    color: var(--theme-color);
    width: 20px;
    margin-right: 5px;
    margin-top: 3px;
}
.footer-link.address-bar p .text {
    float: left;
    width: calc(100% - 25px);
}
.footer-link.address-bar p a{
color: #b0b0b0;
}

.footer-link.address-bar p a:hover{
color: #fff;
}

.social-link {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.social-link a {
    color: #b0b0b0;
    margin-right: 20px;
}

.social-link a:hover{
    color: #fff;
}

.copyright-section p {
    margin: 0;
    color: #878787;
    flex-flow: row;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.copyright-section p i{
    margin:0 5px;
    
}
.menu-overlay{
	    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(00,00,00,0.5);
    top: 0;
    z-index: 9	;
    display: none;
}
.owl-nav {
   
    display: none;
}

.content-box{
    font-family: 'Raleway-Regular';
    font-size: 12px;
    color: #fff;
    position: absolute;
    background-color: rgba(24,83,169,0.7);
    right: 10px;
    top: 0;
    max-width: 500px;
    height:auto;
    border-radius: 6px;
    padding: 20px 20px 20px 30px;
    text-align: left;
    
    margin-left: 85px;
    margin-top: -80px; 
    margin-right: 8px;

    /* overflow-x: auto;
    overflow-y: auto; */
    line-height: 1.4 !important;
}
.organsTipsLeft{
    
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    /* z-index: 99; */
    background-color: rgb(255 255 255 / 0%);
	color:#000000;
	width:40%;
	text-align:right;
    border-radius: 6px;
    padding: 20px 20px 20px 30px;
    left: 21px !important;
    top:250px !important;
    }   
.closeBtn{
    display: none;
}
.organsTips {
    color: #fff;
    position: absolute;
    background-color: rgba(24,83,169,0.7);
    right: 10px;
    top: 0;
    max-width: 500px;
    height:auto;
    border-radius: 6px;
    padding: 20px 20px 20px 30px;
    text-align: left;
    
    margin-left: 85px;
    margin-top: -80px; 
    margin-right: 8px;

    /* overflow-x: auto;
    overflow-y: auto; */
    line-height: 1;
   
}

.organsTips:before {
    content: '';
    width: 130px;
    left: -93px;
    background-image: url(../images/line-bg.png);
    position: absolute;
    top: 50%;
    background-size: contain;
    height: 40px;
    background-repeat: no-repeat;
    margin-top: -20px;
}
.organsTips::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../images/curve-shape.png);
    width: 15px;
    height: 15px;
}
.organsTips b {
    font-size: 20px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}
.organsTips b .see-all {
    color: #fff;
    font-size: 11px;
    float: right;
    margin-top: 11px;
    font-weight: normal;
}
.organsTips b u {
    font-style: normal;
    text-decoration: none;
    font-size: 14px;
}
ul.product-list {
    list-style: none;
}
ul.product-list li {
    float: left;
    width: 33.33%;
    padding: 0 15px 10px 0;
}
ul.product-list li a{
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    /* line-height: 2px !important; */
}
ul.product-list li a:hover{
    text-decoration: underline;
}

.aj-btn{
	display: none;
}
.mobile-screen{ display: none !important;}
@media (max-width: 768px) {
	
    .top-banner {
        padding-bottom: 100px;
    }
	.aj-btn{
	position: absolute;
    top: 32%;
    right: 10%;
    z-index: 999;
	display: block;
}

.closeBtn{
    float: right;
    margin-right: -8px;
    font-size: 20px;
    color: #fff;
    position: relative;
    display: flex;
    margin-top: -45px;
}
.h4, h4 {
    font-size: 18px;
    text-align:center;
}
ul.product-list{
    max-height: 98px;
    overflow: scroll;
}

.organsTipsLeft{
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    /* z-index: 99; */
    background-color: rgba(24,83,169,0.4);
    border-radius: 6px;
    width: 89%;
    height: 15%;
    padding: 14px;
    left: 21px !important;
    top: 25% !important;
    color:#fff;
    display:none;
/*	border: 1px solid #333;*/
    }    
.organsTips{
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    z-index: auto;
    background-color: rgba(24,83,169,0.7);
    width: 89%;
    height: auto;
    border-radius: 6px;
    padding: 14px;
    left: 21px !important;
    top: 300px !important;
}
	
/*
	#organs-tip	{
		height: 13% !important;
	}
*/
.organsTips:before{
    display: none;
}
.closepopup{
    top: -25px;
    right: -21px;
}
ul.product-list li{
    width: 100%;
}

/* .main-header{
	padding: 10px 0;
} */
.mh .two_items {
    width: calc(100% - 236px);
}
.mh .three_items {
	width: calc(100% - 288px);
}

	    .nav-left {
    width: 115px;
    
}
/* .main-link{
	    width: calc(100% - 115px);
	    height: 37px;
} */
/* .nav-menu {
    visibility: hidden;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 99;
    bottom: 0;
    right: -100%;
    opacity: 0;
} */

.nav-menu ul li {
   
    width: 100%;
}
.nav-menu ul li a {
    
    margin: 15px;
    
    border-bottom: 1px solid #cecece;
}

.right-menu ul li a {
    margin:0 0px 0 12px;
    
}
.tab-section .see-all{
	display: none;
}
.product-container ul{
	margin: 0 -10px;
}
.product-container ul li {
    flex: 0 0 100%;
    padding: 0 10px;
    margin-bottom: 25px;
}
.aboutus-section .text-right, .safety-section .text-right{
	text-align: center;
}
.footer-option{
	display: block;
}
.footer-option > li {
    flex: 0 0 100%;
    padding: 0 15px;
    margin-bottom: 25px;
    width: 100%;
    float: left;
}

.safety-section h2{
	    font-size: 30px;
}
.copyright-section p{
    display: block;
}
}

@media (max-width: 575px) {
    .mh .nav-fill{ width: 100%;
        display: block !important;
        margin: 5px 0;}
.mh-bottom-wrapper{ display: none;}
.desktop-screen{ display: none !important;}
.mobile-screen{ display: inline-block !important; width: calc(100% - 125px);
    text-align: right;}
}


/*.organsTipsLeft .closeBtn, */
#organs-tip  .closepopup{
	display: none;
} 

/* CSS  added by bharat */

#justify-center {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	align-items: center;
	justify-content: space-around;
	display: flex;
	float: none;
}

.redefining_rehabilitation .active{
    border: 0;
}
.redefining_rehabilitation .nav-tabs .nav-link.active {
	color: #0e04aa !important;
	box-shadow: 0px 3px 5px 1px #e6e6e6;
	border-bottom: 2px solid;
}
.redefining_rehabilitation .nav-tabs .nav-link{
    background-color: white;
}

#siteHeader .nav-menu ul li a,
#siteHeader .navbar-nav .nav-item .nav-link {
	/* font-family: 'Raleway-Regular';
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	padding: 0;
	text-transform: initial;
    margin: 0 8px; */
    font-family: 'Raleway-Regular';
    letter-spacing: 1px;
    font-size: 16px;
    text-align: left;
    color: black;
    margin: 0 2px;
}
.auth-page .card-body{
padding: 1.25rem;
}
.more {display: none;}

.product-review .fas { color: #ffc300; font-size: 50px; padding: 0 4px 0 4px; cursor: pointer; }
.product-review .far::before {
	color: #ffc300;
	font-size: 50px;
	padding: 0 4px 0 4px;
	cursor: pointer;
}

.a-update-cart-bag{ position: relative; }
#update-cart-bag { position: absolute; top: -10px; right: -10px; width: 18px; height: 18px; background-color: #DA4B38; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; font-size: 10px; text-align: center; font-style: normal; font-weight: bold; line-height: 16px; color: white }

.mrp_price {
	text-decoration: line-through;
	margin-left: 6px;
	color: #b0a4a4;
}
.error {
	color: #c42b0a;
}
.you-save{
    font-size: 16px;
    display: block;
}
.search-icon-active {
	background-image: url(../images/search-icon-active.png);
}
.user-icon-active {
	background-image: url(../images/user-icon-active.png);
}
.cart-icon-active {
	background-image: url(../images/cart-icon-active.png);
}
.headphone-icon-active {
	background-image: url(../images/headphone-icon-active.png);
}
.section_hide {
	display: none;
}
section .content ._product_features ul {
	margin: 0px;
	padding: 16px 0;
	list-style: none;
	display: block;
	color: #000;
}
section .content ._product_features ul li {
	float: none;
	padding: 0;
	/*margin-bottom: 8px;*/
	margin-bottom: 5px;
	line-height: 19px;
}
._alert-container{
    position: fixed;
    left: 2%;
    width: 50%;
    margin: 0 25% 0 25%;
    z-index: 9;
}
._alert-container .alert{
	text-align: center;
	margin: 0 25% 0 25%;
	height: 50px;
	font-size: 14px;
}
._alert-container .alert-dismissible .close {
	float: right;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	padding: 0 1.25rem;
}
._alert-container .alert-success{
    background-color: rgba(195, 230, 203, 0.7);
}
._alert-container .alert-info{
    background-color: rgba(190, 229, 235, 0.7);
}
._alert-container .alert-warning{
    background-color: rgba(255, 238, 186, 0.7);
}
._alert-container .alert-danger{
    background-color: rgba(245, 198, 203, 0.7);
}
._input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.form-box .white-bg ._input-group input[type="text"]._input-group-in{
    padding: 0;
    margin:0;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    text-align: center;

}
._input-group-append{

}
._input-group .btn-outline-success {
	color: #fff !important;
	background-color: #1c8ee6 !important;
	border-color: #067dd8 !important;
}
._input-group .btn-outline-success i{
    margin: 0;
}
.plane-btn {
	border: 0;
	background: transparent;
	width: auto;
	padding: 0;
	margin: 0;
}
.search-layout {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.droppanel-set {
	position: absolute;
	width: 100%;
	z-index: 9;
	top: 31px;
}

.droppanel-set .card {
	position: relative;
	border-radius: 0px;
	border: 1px solid rgba(0,0,0,.125);
	background-color: #fff;
}
.droppanel-set .card .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: .375rem .75rem;
}
.droppanel-set .card .card-body ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	min-width: 10em;
}

.droppanel-set .card .card-body ul li.selectedlist {
	cursor: pointer;
    margin-bottom: 3px;
}
.droppanel-set .card .card-body ul li.selectedlist a{
    color: #6c757d !important
}
/* CSS  added by bharat */

/*added by Jaeeme*/
.h1seotags {
    font-size: 14px;padding-top: 3px;
}
.h1seoproduct {
    font-size: 1.5rem;
}

/* End*/
