/*@import url("https://fonts.googleapis.com/css2?family=Faster+One&family=Permanent+Marker&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Aclonica&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
body {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
a,
a:hover {
    color: #e41d24;
}
a {
    color: #0d6efd;
}
a,
a:hover {
    text-decoration: none;
}
.opacity-25{
    opacity: 0.8;
}
#cssmenu ul ul.mega li {
	float: left;
	width: auto;
	height: auto;
	margin-right: 11px;
}
.socialvertical .ftrIcon a:hover {
	color: white !important;
	transition: 0.2s all ease-in;
	box-shadow: 0px 0px 8px 1px white;
}
.socialvertical ul li {
	list-style: none;
}
.socialvertical ul li a {
	display: block;
	text-align: center;
	padding: 5px;
	transition: all 0.3s ease;
	font-size: 20px;
}
.socialvertical {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
ul.pagination li a {
    border: 1px solid #d9dbdc;
    margin: 2px;
    padding: 0px 9px;
    color: #e41d24;
    font-size: 20px;
}
.embed-responsive {
	max-height: 503px;
	overflow: hidden;
}
.embed-responsive-item{
    width: 100% !important;
}
.fs-13{
    font-size: 13px;
}
h1, h2, h3, h4, h5, h6, a, li{
    font-family: 'Poppins', sans-serif;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #273550 !important;
	border-color: #dee2e6 #dee2e6 #fff;
}
.topbar {
	background: rgba(0, 0, 0, 0) linear-gradient(120deg, #55959b 73%, #ed0009 28%) repeat scroll 0 0;
}
.icon-bg {
	border-radius: 109px;
	padding: 4px 10px;
}
.fb-clr{
    background: #2579c4;
}
.inst-clr{
    background: #8a3ab9 ;
}
.twit-clr{
    background: #00acee;
}
.linkedin-clr{
    background: #0e76a8;
}
.icon-bg:hover {
	background: white;
	transition: 0.2s all ease-in-out;
}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
.text-justify{
    text-align: justify;
}
.wrapper {
    width: 100%;
}
/*.font-permanentMaker {*/
/*    font-family: "Permanent Marker", cursive;*/
/*}*/
/*.font-Aclonica {*/
/*    font-family: "Aclonica", sans-serif;*/
/*}*/
.font-poppins {
    font-family: 'Poppins', sans-serif;
}
.hoverRed:hover {
    color: red;
    transition: 0.2s all ease-in;
}
.ftrIcon a:hover {
    color: red !important;
    transition: 0.2s all ease-in;
}
.bg-darkBlue {
    background: #55959b;
}
.text-red {
    color: #e41d24;
}
.text-darkBlue {
    color: #55959b;
}
.bg-lightGray{
    background: #cacaca24;
}
.bg-red{
    background: #e41d24;
}

.container {
    max-width: 1440px;
}
.container-md {
	max-width: 1140px;
}
.circle {
	background: #55959b;
	border-radius: 70%;
	height: 300px;
	margin: 0 auto;
	text-align: center;
	width: 300px;
}
.circle_text {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 29px;
	margin: 0 auto;
	padding: 70px 0;
	width: 80%;
}
.circle_text span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}
.contact_inner strong {
	font-size: 30px;
	margin: 10px 0 5px;
	display: block;
	font-weight: 400;
}
.contact_inner a {
	color: #333;
}
.form_heading {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 25px;
}
.form-group p{
	margin-bottom: 4px;
}
.cont {
	background: #f5f5f7;
	padding: 45px 0 50px;
}
.owl-nav {
    text-align: center;
}
.owl-nav span {
    background: #55959b;
    padding: 0px 36px 7px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    border-bottom: ;
    border-radius: 6px;
    margin: 2px;
    margin-top: -30px;
    padding-top: 0;
    height: 12px;
}
#searchList {
    padding: 0;
    text-align: left;
    list-style: none;
    max-height: 270px;
    overflow: auto;
    //border: 1px solid #ddd;
    //background: #f4f4f4;
    position: absolute;
    left: 0;
    right: 0;
    top: 41px;
    z-index: 1000;
}
#searchList li a {
    display: block;
    padding: 8px 15px;
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
    color: #222;
    transition: all 0.4s ease 0s;
}
#searchList li a::last-child {
    border-bottom: 0;
}
#searchList li a:hover {
    background: #55959b;
    color: #fff;
}
.cat a:hover {
	color: red !important;
	text-decoration: underline;
	transition: 0.1s all ease;
}
.cat a{
    color: black;
    font-size: 18px;
}
.sub-cat a:hover {
	color: red !important;
	text-decoration: underline;
	transition: 0.1s all ease;
}
.sub-cat a{
    color: black;
    font-size: 15px;
}
.icon li svg {
	font-size: 14px;
}
.cnIcon{
	font-size: 41px;
}
.footer_menu strong a{
	color: #666547;
	font-size: 16px;
}
.footer_menu a {
	color: #666547;
	font-size: 15px;
}
.footer_menu strong a:hover {
	color: red !important;
	text-decoration: underline;
	transition: 0.1s all ease;
}
.border-5 {
	border-width: 10px !important;
}
span.txt span {
	display: block;
	font-size: 12px;
	text-transform: capitalize;
}
.common img {
	width: 100%;
	transition: all 0.3s linear;
	vertical-align: middle;
	width: auto;
	height: 250px;
	object-fit: fill;
	border: 1px solid #e6e6e6;
}
.hm-prolist img {
	transition: all 0.3s linear;
}
.hm-prolist {
    position: relative;
    overflow: hidden;
}
.hm-prolist img:hover {
    transition: all 0.3s linear;
    transform: scale(1.035) rotate(0.05deg);
}
.hm-prolist a {
	color: white;
}
.margin-bottom {
    margin-bottom: 3%;
}
.extra-heading {
    text-align: center;
    position: relative;
}
.extra-heading h2 {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    color: #d9d9d9;
}
.extra-heading::before {
    position: absolute;
    content: "";
    top: 39px;
    left: 38%;
    right: 0;
    bottom: 0;
    background: #d9d9d9;
    height: 2px;
    width: 185px;
}
.extra-heading::after {
    position: absolute;
    content: "";
    top: 46px;
    left: 47%;
    right: 0;
    bottom: 0;
    background: #55959b;
    height: 2px;
    width: 185px;
}
.extra-heading span {
    color: #55959b;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
}
.extra-paragraph {
    margin-top: 30px;
}
.extra-paragraph p {
    font-size: 17px;
    line-height: 34px;
    text-align: justify;
    color: #d9d9d9;
    margin-bottom: 75px;
}
.top-left p {
    margin: 0;
    color: #fff;
}
.prdslider img {
    height: 259px;
    object-fit: contain;
}
header {
    //padding: 37px 0 0;
    position: relative;
}
header::after {
    background: #232f3e;
    background: -moz-linear-gradient(top, #232f3e 0%, #29343b 100%);
    background: -webkit-linear-gradient(top, #232f3e 0%, #29343b 100%);
    background: linear-gradient(to bottom, #232f3e 0%, #29343b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232f3e', endColorstr='#29343b',GradientType=0 );
    content: "";
    height: 36px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.srch-form form {
    position: relative;
    width: 100%;
}
.srch-form a {
    margin: 0px;
    display: inline-block;
}
.srch-form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c7c7c7;
    /* border-radius: 28px; */
    height: 34px;
    padding: 0 68px 0 10px;
    width: 100%;
    border-radius: 4px;
}
.srch-form button {
    background: #55959b none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 33px;
    padding: 0 17px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 4px 4px 0;
}
.srch-form button:hover {
    background: #232f3e none repeat scroll 0 0;
    transition: all 0.4s ease 0s;
}

.top-links a:last-child {
    margin-right: 0;
}
header {
    //height: 200px;
    z-index: 99;
}
.header-banner {
    width: 100%;
}
.help {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0px 0;
    width: 28%;
    margin-top: 26px;
}
.help h5 {
    margin-top: 0;
    margin-bottom: 0px;
}
.help h3 {
    color: #232f3e;
    font-size: 17px;
    font-weight: 600;
    margin-top: 16px;
    margin: 0;
    text-transform: uppercase;
}
.help h3 span {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}
.help a {
    color: #094462;
    font-weight: 700;
    line-height: 38px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.pdng0 {
    padding-left: 0px;
}
.help a:hover {
    color: #55959b;
}
.cart {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    line-height: 42px;
    padding: 0 6px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.srch-form a {
    margin-top: 5px;
}
.cart img {
    width: 13%;
}
.cart a {
    color: #55959b;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.cart a:hover {
    color: #094462;
}
.ftur-pro {
    border: 2px solid #d9d9d9;
    padding: 27px 27px 0;
}
.ftur-pro h4 {
    background: #fff none repeat scroll 0 0;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
}
.ftur-pro h4 span {
    color: #55959b;
}
.pro-subcat {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
    opacity: 0;
    transition: all 0.8s ease 0s;
    z-index: 4;
}

.pro-subcat a {
    border-right: 1px solid #fff;
    color: #fff;
    padding: 0 16px;
    text-decoration: none;
}

.ltst-productcrl .top-nav-box .util-navigation {
    position: absolute;
    right: 10px;
    top: 49%;
    width: 100%;
}

.ltst-productcrl .top-nav-box .util-navigation .util-prev {
    left: -30px;
    position: absolute;
    top: 0;
}
.ltst-productcrl .top-nav-box .util-navigation .util-next {
    position: absolute;
    right: -45px;
    top: 0;
}
.ltst-productcrl .top-nav-box .util-navigation .util-prev,
.ltst-productcrl .top-nav-box .util-navigation .util-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #666;
    margin-right: 0;
    padding: 0;
}
.ltst-productcrl .util-navigation i {
    background: #232f3e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 35px;
}
.ltst-product {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 180px;
    position: relative;
    background: white;
    border: 4px double #ddd;
}
.top-nav-box .ltst-product a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.ltst-product:hover {
    border: 4px double #4abee7;
}
.title {
    /*! text-align: center; */
}

.title h2 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
}

.title h2::after {
    background: #094462 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
}
.title h2::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 16px;
    z-index: 2;
}
.title h2 span {
    color: #55959b;
}
.footer {
    background-image: url(../images/footer.jpg);
    background-size: cover;
}
/*inner-pages*/
.pro-breadcrumb-b {
    border-bottom: 1px dashed #ddd;
    background: #fff;
    background-image: url(../images/about-usbg.jpg);
    background-size: cover;
}

.b-title h1 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin: 37px 0;
    text-transform: uppercase;
}
.pg-title h1 {
    color: #232f3e;
    font-family: "Raleway", sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 30px;
    position: relative;
    text-transform: uppercase;
}
.pg-title h1::after {
    background: #eee none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 65px;
}
.about-pg p {
    color: #777;
    letter-spacing: 0.25px;
    line-height: 24px;
    word-spacing: 0.25px;
}
.c-icon {
    float: left;
    width: 10%;
}
.c-box {
    border-bottom: 1px dashed #ddd;
    float: left;
    margin-bottom: 35px;
    padding-bottom: 14px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
}
.c-icon i {
    background: #fff none repeat scroll 0 0;
    border: 1px dashed #ccc;
    color: #55959b;
    font-size: 18px;
    height: 40px;
    line-height: 37px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 7;
}
.map iframe {
    border: 3px solid #55959b;
    height: 400px;
    padding: 4px;
    width: 100%;
}


.contct .form-control {
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 4%;
}

.contct .form-control:focus {
    border-color: #55959b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.submit-btn {
    text-align: right;
}
.submit-btn button {
    background: #232f3e none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 3px 0 0 #273035;
    color: #fff;
    padding: 8px 25px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.submit-btn button:hover {
    background: #55959b;
    box-shadow: 0 3px 0 0 #02547b;
}
/* Product Category Side Bar */
.cat-two-list {
	z-index: 0;
}
.cat-two-list ul li {
    border-bottom: 1px dashed #ddd;
    /*transition: all 0.4s ease 0s;*/
}
.cat-two-list ul li:hover {
    color: #4abee7;
}
/*product-detail*/
.price-quanty {
    float: left;
    margin: 30px 0;
    width: 100%;
    font-family: "Open Sans", sans-serif;
}
.price {
    float: left;
    width: 30%;
}
.price-new {
    color: #55959b;
    font-size: 20px;
    font-weight: 600;
}
.price-old {
    color: #888;
    text-decoration: line-through;
}
.quantity button {
    background: #232f3e none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 3px 0 0 #273035;
    color: #fff;
    padding: 6px 25px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.quantity button:hover {
    background: #55959b none repeat scroll 0 0;
    box-shadow: 0 3px 0 0 #02547b;
}
.quantity input {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 37px;
    /* margin: 0px 25px 0 0; */
    text-align: center;
    width: 67px;
}
.prdct-crt-btns {
    margin-top: 20px;
}
.share-btns {
    margin-top: 20px;
}
.reviews {
    font-family: "Open Sans", sans-serif;
}
.reviews h2 {
    font-size: 21px;
    margin: 21px 0;
}
.rewview-prt {
    border-bottom: 1px dashed #ddd;
    float: left;
    margin: 0 0 40px;
    padding-bottom: 26px;
    width: 100%;
}
.usr-img {
    float: left;
    width: 8%;
}
.usr-img img {
    border: 2px solid #ddd;
    border-radius: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    height: 70px;
    width: 70px;
}
.usr-dtl {
    float: left;
    width: 75%;
}
.usr-dtl h4 {
    margin: 0 0 9px;
    color: #777;
    font-size: 13px;
}

.usr-dtl h4 span:first-child {
    color: #55959b;
}

.ussr-rating {
    margin: 0 0 7px;
}
.ussr-rating i {
    color: gold;
    font-size: 17px;
}
.review-form .form-horizontal .control-label {
    text-align: left;
}
.review-form .form-horizontal .form-control {
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.review-form .btn {
    background: #333;
    color: #fff;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 7px 23px;
    box-shadow: 0 2px 0 0 #111;
    transition: all 0.4s ease 0s;
    margin: 20px 0 0 0;
}
.review-form .radio-inline input[type="radio"] {
    position: inherit;
    margin-top: 4px\9;
    margin-left: -20px;
    width: 40px;
}
.review-form .radio-inline {
    padding-left: 0;
}
.review-form .radio-inline span {
    margin: 0 18px 0 0;
}
.review-form .btn:hover {
    background: #55959b;
}
.pro-description {
    margin: 21px 0 0;
}
.pro-description .table thead tr th {
    background: #232f3e none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 600;
}
.pro-description .table tbody tr:nth-child(2n) {
    background: #ececec none repeat scroll 0 0;
}
.pro-description .table tbody tr td {
    border: medium none;
}
selectorSavingError {
    background: #fff none repeat scroll 0 0;
}
.pro-description .table tbody tr:nth-child(2n + 1) {
    background: #f5f5f5 none repeat scroll 0 0;
}
.content {
    //border: 1px solid #ddd;
    overflow: hidden;
    padding: 15px 0px;
    margin-bottom: 18px;
    transition: all ease 0.5s;
    float: left;
    width: 100%;
}
.content:hover {
    -webkit-box-shadow: 1px 1px 11px -2px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 1px 1px 11px -2px rgba(0, 0, 0, 0.33);
    box-shadow: 1px 1px 11px -2px rgba(0, 0, 0, 0.33);
}
.content p {
    text-align: justify;
}
.content h1 {
    font-size: 24px;
    padding-top: 0px;
    margin-top: 0px;
    color: #094462;
}

.content h1 span {
    color: #55959b;
}
.content a {
    float: right;
    margin-top: 20px;
    background: #232f3e none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 3px 0 0 #111923;
    color: #fff;
    padding: 6px 25px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.sort {
    float: right;
}

.content a:hover {
    background: #55959b none repeat scroll 0 0;
    box-shadow: 0 3px 0 0 #02547b;
}
.contents {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 15px 0px;
    margin-bottom: 18px;
    transition: all ease 0.5s;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
}
.contents:hover {
    -webkit-box-shadow: 1px 1px 11px -2px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 1px 1px 11px -2px rgba(0, 0, 0, 0.33);
    box-shadow: none;
}
.contents p {
    text-align: justify;
}
.contents h1 {
    font-size: 24px;
    padding-top: 0px;
    margin-top: 0px;
    color: #094462;
}
.contents a {
    color: #55959b;
}
.contents h1 span {
    color: #55959b;
}

/*-----faq-csss---------*/
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #ddd;
}
.panel-group,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-heading a,
.panel-group .panel-title,
.panel-group .panel-title a,
.panel-group .panel-body,
.panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-radius: 2px;
    border: 0;
}
.panel-group .panel-heading {
    padding: 0;
}
.panel-group .panel-heading a {
    display: block;
    background: #55959b;
    color: #ffffff;
    padding: 15px;
    text-decoration: none;
    position: relative;
}
.panel-group .panel-heading a.collapsed {
    background: #eeeeee;
    color: inherit;
}
.panel-group .panel-heading a:after {
    content: "-";
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 30px;
}
.panel-group .panel-heading a.collapsed:after {
    content: "+";
}
.panel-group .panel-collapse {
    margin-top: 5px !important;
}
.panel-group .panel-body {
    background: #ffffff;
    padding: 15px;
}
.panel-group .panel {
    background-color: transparent;
}
.panel-group .panel-body p:last-child,
.panel-group .panel-body ul:last-child,
.panel-group .panel-body ol:last-child {
    margin-bottom: 0;
}
.howorder {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 15px;
    float: left;
    height: 100%;
}
.howorder p {
    padding-top: 10px;
}
.howorder .fa {
    margin-top: 44px;
    color: #cecece;
    font-size: 70px;
}
/*######################## LOGIN/SIGNUP PAGE START ##################################*/
.at-login-form .btn-fb {
    display: inline-block;
    padding: 18px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #4568b2;
    width: 100%;
    margin-top: 10px;
    color: #fff;
}

.at-login-form .btn-gp {
    display: inline-block;
    padding: 18px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0px;
    background-color: #d34836;
    width: 100%;
    margin-top: 10px;
    color: #fff;
}

.at-login-form .btn-lgin {
    display: inline-block;
    padding: 18px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0px;
    background-color: #55959b;
    width: 100%;
    margin-top: 10px;
    color: #fff;
}
.at-login-form .signup-or-separator {
    background: none;
    height: 34px;
    position: relative;
    text-align: center;
}
.at-login-form .signup-or-separator--text {
    background-color: #fff;
    display: inline-block;
    padding: 8px;
}

.at-login-form .h6 {
    font-size: 14px;
    font-weight: bold;
    color: #757575;
    line-height: 1.1;
    text-rendering: optimizelegibility;
}

.at-login-form .signup-or-separator hr {
    margin: -25px auto 10px;
    width: 100%;
}

.at-login-form .form-control-form {
    display: block;
    width: 100%;
    height: 45px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-top: 3px;
}

.at-login-form .frgt-pswd {
    margin: 5px 0 10px;
    color: red;
    cursor: pointer;
}

.at-login-form .btn-gst {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0px;
    background-color: transparent;
}

.at-login-form .ta-l {
    text-align: left;
    margin-top: 5px;
}

.at-login-form .modal-dialog {
    width: 500px;
    margin: 30px auto;
}

.at-login-form .modal-content {
    padding: 0px 0px;
}

.at-login-form .modal-header {
    padding: 16px 20px;
    border-bottom: 0px solid #e5e5e5;
    background: #55959b;
    color: #fff;
}

.at-login-form .modal-header h5 {
    font-size: 20px;
    padding: 0px;
    margin: 0;
}

.at-login-form .close {
    font-size: 26px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
}

.blue-bg-nav {
    background-color: #1db9ec;
}
/*######################## LOGIN/SIGNUP PAGE  END ##################################*/

/*########------CART-----PAGE----------#########*/
.prdct-tbl .table-bordered {
    border: 1px solid #ddd;
}
.prdct-tbl .table-bordered th {
    background: #232f3e none repeat scroll 0 0;
    border-color: #ddd;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}
.prdct-tbl .table > tbody > tr > td,
.prdct-tbl .table > tbody > tr > th,
.prdct-tbl .table > tfoot > tr > td,
.prdct-tbl .table > tfoot > tr > th,
.prdct-tbl .table > thead > tr > td,
.prdct-tbl .table > thead > tr > th {
    padding: 10px;
    vertical-align: middle;
}
.prdct-tbl .table-bordered td {
    border-color: #ddd;
}
.enquiry-form .detail-button {
    font-size: 16px;
    width: 150px;
}
.qnty > input {
    border: 1px solid #dddddd;
    height: 26px;
    width: 45px;
}
.prdct-tbl .detail-button,
.prdct-tbl .cart-btn {
    font-size: 16px;
    width: 150px;
}
.cart-btns {
    float: right;
}
.btn-common {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #2c3e50;
    padding: 9px 20px;
    margin: 0 5px;
}
.btn-update {
    background: #55959b none repeat scroll 0 0;
    border-color: #00669c;
    color: #fff !important;
}
.btn-add {
    background: #232f3e none repeat scroll 0 0;
    border-color: #27343b;
    color: #fff !important;
}
.btn-nxt {
    background: #99000e none repeat scroll 0 0;
    border-color: #6e000c;
    color: #fff !important;
}
.btn-common i {
    margin: 0 0 0 5px;
}
.cart-btns .btn-common {
    display: inline-block;
    opacity: 0.9;
    transition: all 0.4s ease 0s;
}
.cart-btns .btn-common:last-child {
    margin-right: 0;
}
.cart-btns .btn-common:hover {
    opacity: 1;
}

/*########------CART-----PAGE-------END---#########*/

/********---------SEARCH---PAGINATION-------***/

.search-pgntn .pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 11px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #55959b;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
}

.search-pgntn .pagination > li > a:hover {
    background: #55959b;
    color: #fff;
}

.search-pgntn .pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #55959b;
    color: #fff;
}

/********---------SEARCH---PAGINATION------END----***/

.content h4 {
    color: #994300;
}

.submit-btn {
    display: inline-block;
    margin-top: 0px;
    background:#55959b none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 3px 0 0 #55959b;
    color: #fff;
    padding: 6px 25px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    margin-bottom: 12px;
    margin-top: 10px;
}
.contct h4 {
    margin-bottom: 20px;
}


.customerInfoForm {
}

.customerInfoForm input {
    border-radius: 0px;
    height: 45px;
}

.customerInfoForm select {
    border-radius: 0px;
    height: 45px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #55959b;
    background-color: #f3f3f3;
    border-color: #c3c3c3;
}

.mini-menu ul li {
    float: left;
    list-style: none;
    margin-right: 10px;
}
.mini-menu ul li a span {
    color: black;
}
.mini-menu ul li a {
    color: #55959b;
    text-decoration: none;
    font-size: 15px;
}

.supply-sidebar {
    padding: 20px;
    background: #f7f7f7;
}
.suplies-page {
    margin-top: 30px;
}
.supply-sidebar a {
    color: #55959b;
    font-size: 16px;
    text-decoration: none;
}
.supply-grid {
    border: 1px solid #ddd;
    padding: 10px;
}
.supply-sidebar h4 {
    font-size: 16px;
}

.supply-grid ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding: 7px 0;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}
.cat-name {
    background: #55959b;
    padding: 8px 15px;
}
.cat-name a {
    color: #fff;
    text-decoration: none;
}
.supply-grid ul li {
    list-style: none;
}
.supply-content {
    padding-right: 20px;
}
.supply-cat h3 {
    color: #55959b;
    font-size: 24px;
    font-weight: 600;
}
.page-content {
    margin-top: 10px;
}

.item-qty {
    margin-top: 25px;
    margin-bottom: 15px;
}
.xactive {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
    box-shadow: none;
    border: none;
}
.contact-form h5 {
    font-size: 17px;
    margin-bottom: 20px;
}
.fa-clock::before {
    content: "\f017";
}
.customer-service h5 {
    font-size: 17px;
    font-weight: 600;
}
.customer-service h6 {
    font-size: 16px;
    font-weight: 600;
}
.form-group #contact_msg {
    height: 80px;
}

.supply-content ul {
    padding-left: 0px;
}
.catmaindiscripton {
    margin-bottom: 15px;
}
.btnmain:hover {
    transition: all ease 0.1s;
    border-right: 5px solid #4abee7;
}
.mainhdngblk p {
    /* width: 70%; */
    display: inline-block;
    padding-top: 5px;
    line-height: 26px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
}
.iconlist {
    background: #fff;
    text-align: center;
    color: #1e263c;
    /* padding: 10px; */
    width: 100px;
    height: 100px;
    font-size: 46px;
    margin: 0 auto;
    /* border-radius: 50%; */
    line-height: 86px;
    margin-top: 70px;
    position: relative;
    top: -42px;
    border: 5px solid #1e263c;
    left: 3px;
    transition: all ease 0.5s;
    border-radius: 50px;
}
.iconlist:hover {
    font-size: 50px;
    color: #fff;
    background: #13c4f8;
    width: 102px;
    height: 102px;
    border-radius: 50px;
    border-color: #fff;
    color: #fff;
}

.srvmainctnnt {
    text-align: center;
    position: relative;
    top: -30px;
}

.srvmainctnnt h2 {
    margin: 4px 4px 10px 0px;
    color: #55959b;
    border-bottom: 2px dashed #efefef;
    padding-bottom: 6px;
}

/*.certificateblkmain img {*/
/*    max-width: 100%;*/
/*    height: 470px;*/
    /* border: 1px solid #ddd; */
/*    padding: 6px;*/
    /* box-shadow: 0 8px 12px 4px rgba(0,0,0,.1); */
/*}*/

/*.certificateblkmain {*/
/*    margin-bottom: 30px;*/
/*    border: 1px solid #efefef;*/
/*    padding: 10px;*/
/*    box-shadow: 0 8px 12px 4px rgba(0, 0, 0, 0.1);*/
/*}*/
#gb-widget-7624{
    right: 23px!important;
}
.callus{
    color: #fff;
    text-align: center;
    display: table;
    font-size: 14px;
    font-weight: 600;
    background: #55959b;
    margin: 0 auto;
    padding: 7px 14px;
    border-radius: 4px;
}
.follow{
    color: #55959b;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
}