body {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 14px;
}

@font-face {
    font-family: Helvetica, Arial, sans-serif;
	src: url(Helvetica.ttf);
	font-weight: 500;
}

@font-face {
    font-family: Helvetica, Arial, sans-serif;
	src: url(sansation_bold.woff);
	font-weight: bold;
}

@font-face {
    font-family: "linea-arrows-10";
    src: url("../fonts/linea-arrows-10.eot");
    src: url("../fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-arrows-10.woff") format("woff"), url("../fonts/linea-arrows-10.ttf") format("truetype"), url("../fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.container-fluid {
    padding: 0px 45px;
}

.bredcrum-tab {
    padding: 5px;
}

.bredcrum-tab .bredcrum-title {
    text-align: left;
    font-size: 1.3rem;
    font-weight: 700;
}

.bredcrum-tab .bredcrum-links {
    text-align: right;
    align-items: right;
}

.x-top-navbar {
    background-color: #e12d25;
    display: flex;
    justify-content: center;
    transition: background-color 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    padding: 5px 0px;
}

.x-top-navbar p {
    font-size: 0.75rem;
    letter-spacing: 0.0625rem;
    font-weight: 700;
    color: rgb(22, 22, 22);
    margin: 0px;
    padding: 0.25rem;
    text-align: center;
    line-height: 1;
    animation: 0.8s ease 0s 1 normal none running lbWRkT;
}

.x-logo {
    margin-top: 15px;
}

.x-map-text {
    color: #0041c2;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: 0px 10px;
}

.x-angle-arrow i {
    width: 1rem;
    height: 1rem;
    color: #0041c2;
    font-size: 16px;
    font-weight: 600;
}

.x-location {
    padding-top: 6%;
}

.x-location i {
    font-size: 16px;
}

.x-open {
    color: #000;
}

.x-small-nav ul {
    padding-top: 6%;
    padding-left: 0;
    text-align: right;
}

.x-small-nav ul li {
    display: inline-block;
    padding-right: 20px;
}

.x-small-nav ul li:last-child {
    padding-right: 0px;
}

.x-small-nav ul li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #0041c2;
    text-decoration: none;
}

.x-small-nav ul li a:hover {
    color: #2e3047;
}

.navbar {
    background-color: #e12d25;
    padding: 10px 0px;
}

.navbar-nav {
    margin-top: 6px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #ffffff !important;
    line-height: 1.25rem;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #2e3047 !important;
}

.navbar-nav .nav-item {
    padding-right: 5px;
}

.navbar .row {
    width: 100%;
}

.x-nav-search {
    margin-top: 5px;
}

.x-nav-search form.example input[type=text] {
    padding: 9px;
    font-size: 14px;
    border: 1px solid #dfdfdf;
    float: left;
    width: 90%;
    background: #fff;
    outline: none;
}

.x-nav-search form.example button {
	/*width: 20%;*/
    padding: 10px;
    background: #fff;
    color: white;
    font-size: 13px;
    border: 1px solid #dfdfdf;
    border-left: none;
    cursor: pointer;
    position: relative;
    top: 0px;
    left: -2px;
    outline: none;
}

.x-nav-search form.example button i {
    color: #919191;
    font-size: 16px;
}

.x-nav-search form.example::after {
    content: "";
    clear: both;
    display: table;
}

.x-nav-search form.example button:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.align-right.right-no-padding {
    padding-right: 0px;
    text-align: right;
}

.x-card-sec ul li {
    display: inline-block;
    padding: 0px 7px;
}

.x-card-sec ul {
    padding-left: 0px;
    margin: 5px 0px;
}

.x-card-sec ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

.x-card-sec ul li a:hover {
    color: #2e3047;
}

.x-card-sec ul li a i {
    font-size: 20px;
}

#color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.9;
    border-radius: 6px;
}

.x-home-img {
    position: relative;
    height: 96%;
	/*height: 430px;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 6px;
}

.x-home-img img {
    border-radius: 6px;
}

.x-home-img img:before {
    background-color: #000;
}

.x-home-text {
    position: relative;
    /* position: absolute;
    top: 35%;
    left: 5%; */
}

.x-home-text h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.x-home-text span {
    background: #e12d25;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    font-size: 14px;
    margin: 20px 0px;
    cursor: pointer;
}

.x-home-text span:hover {
    color: #2e3047;
}

.x-home-text p {
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    font-size: 16px;
    margin: 30px 0px;
    border: 2px solid #fff;
    display: inline-block;
    cursor: pointer;
}

.x-home-text p:hover {
    background: #e12d25;
    border: 2px solid #e12d25;
}

#x-home-top {
    margin-top: 20px;
}

.x-top-selling h6 {
    font-weight: 700;
    margin-bottom: 12px;
}



/*footer start here*/
#footer_sub {
    background-color: #02112b;
    padding: 30px 0px;
    border-bottom: 1px solid #111f37;
    margin-top: 50px;
}

.x-first-footer span {
    color: #fff;
    font-size: 20px;
}

.x-f-letter,
.x-social-links {
    margin-top: 10px;
}

.x-social-links ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #e12d25;
    border-radius: 18px;
    margin: 0px 5px;
}

.x-social-links ul li i {
    color: #ffffff;
}

.x-social-links ul li:hover i {
    color: #122269;
}

.x-social-links ul li a {
	/*background-color: #ffd200;*/
    color: #000;
    position: relative;
}

.x-social-links ul li a i {
    display: flex;
	/* align-items: center; */
    justify-content: space-around;
    font-size: 15px;
    margin-top: 8px;
}

#footer_sub form.example input[type=text] {
    padding: 10px;
    font-size: 14px;
    border: none;
    float: left;
    width: 80%;
    background: #f1f1f1;
    border-radius: 25px 0px 0px 25px;
    outline: none;
}

#footer_sub form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #e12d25;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-left: none;
    cursor: pointer;
    border-radius: 0px 25px 25px 0px;
    outline: none;
}

#footer_sub form.example button:hover {
    background: #0b7dda;
}

#footer_sub form.example::after {
    content: "";
    clear: both;
    display: table;
}

#footer {
    background-color: #02112b;
    padding: 30px 0px;
    font-size: 14px;
    border-bottom: 1px solid #111f37;
}

#footer .x-address {
    display: flex;
    align-items: center;
}

#footer .x-address i {
    color: #e12d25;
    font-size: 20px;
    margin-right: 10px;
}

#footer .x-address p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 700;
}

#footer .x-address span {
    color: #fff;
    font-size: 14px;
}

#footer-center {
    background-color: #02112b;
    padding: 30px 0px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #111f37;
}

#footer-center .x-center-footer {
    color: #fff;
}

#footer-center .x-center-footer h6 {
    padding-left: 10px;
    border-left: 2px solid #e12d25;
    margin-bottom: 20px;
}

#footer-center .x-center-footer .read-more {
    margin-top: 40px;
}

#footer-center .x-center-footer .x-read-more {
    color: #fff;
    background-color: #e12d25;
    font-size: 14px;
    padding: 10px;
    font-weight: 600;
}

#footer-center .x-center-footer .x-read-more:hover {
    color: #122269;
}

#footer-center ul {
    padding-left: 2px;
}

#footer-center ul li {
    display: block;
    line-height: 2;
}

#footer-center ul li a {
    color: #fff;
}

#footer-center ul li a:before {
    font-family: FontAwesome;
    content: "\f061";
    margin-right: 10px;
    color: #ffd200;
}

#footer-bottom {
    background-color: #02112b;
    padding-top: 10px;
}

.right-border {
    border-right: 1px solid #111f37;
}

#footer-bottom .x-copy {
    padding-top: 15px;
}

#footer-bottom .x-copy span {
    color: #000;
    font-weight: 600;
    text-align: center;
}

.x-fbottom {
    background-color: #fff;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #e12d25;
    color: white;
    cursor: pointer;
    padding: 5px 13px;
    border-radius: 20px;
}

#myBtn:hover {
    background-color: #e12d25;
}

.cards-img {
    height: 40px;
}

/*footer ends here*/


.x-first-scroll.carousel-control-next,
.x-first-scroll .carousel-control-prev {
    opacity: 1;
}

.x-first-scroll .multi-carousel {
    opacity: 1;
	/*padding: 0 25px;*/
}

.x-first-scroll .multi-carousel .carousel-control-next,
.x-first-scroll .multi-carousel .carousel-control-prev {
    width: 25px;
    padding: 10px;
    background: #e12d25;
    height: 10%;
    top: 50%;
    border-radius: 4px;
    padding: 13px 9px;
}

.x-first-scroll .nbs-flexisel-item img {
    margin-top: 0px;
    margin-bottom: 0px;
}

.x-first-scroll .nbs-flexisel-inner {
    background: transparent;
    border: none;
}

.x-first-scroll .nbs-flexisel-nav-left,
.x-first-scroll .nbs-flexisel-nav-right {
    background: transparent;
}

.x-first-scroll .nbs-flexisel-nav-left {
    left: -10px;
}

.x-first-scroll .nbs-flexisel-nav-right {
    right: 0px;
}

.x-first-scroll .nbs-flexisel-nav-left::before {
    font-family: FontAwesome;
    content: "\f177";
    background: #e12d25;
    padding: 6px 12px;
}

.x-first-scroll .nbs-flexisel-nav-right::before {
    font-family: FontAwesome;
    content: "\f178";
    background: #e12d25;
    padding: 6px 12px;
}

.x-first-scroll .x-scroll-content {
    background-color: #f5f5f5;
    padding: 10px;
    text-align: center;
}

.x-first-scroll .x-scroll-content p {
    margin-bottom: 0px;
    line-height: 2;
}

.x-first-scroll .x-scroll-content span {
    color: #e12d25;
    font-weight: 700;
    line-height: 2;
}

.x-img-border {
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 4px;
}

/*department starts here*/
.x-home-title h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

#x-departments {
    margin: 60px 0px;
    border-radius: 8px;
}

.x-department-img img {
	/*margin-bottom: 20px;*/
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 0px;
}

.x-department-img {
    text-align: center;
	/*box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 13%);*/
    margin-bottom: 50px;
    padding: 10px 10px 1px 10px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #bbbbbb21;
}

.x-department-img:hover {
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
    background-color: #f6f6f6;
}

.x-department-img p {
    font-size: 16px;
    padding-top: 20px;
}

/*departments ends here*/

/*home service strats here*/

.x-things {
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    padding: 10px;
    cursor: pointer;
}

.img-caption {
    position: relative;
}

.img-caption img {
	/*opacity: 1;*/
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(0 140 186 / 60%);
    border-radius: 10%;
    margin: 0 auto;
}

.caption p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.img-caption:hover .caption {
    opacity: .8;
}

.x-view-all {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.x-view-all a {
    color: #ffffff;
    border: 1px solid #2e3047;
    background-color: #2e3047;
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: 700;
}

.x-view-all a:hover {
    border: 1px solid #e12d25;
    background-color: #e12d25;
}

/*home server end here*/

/*Biggest Sale starts*/
#x-biggest-sale {
    padding: 60px 0px 50px 0px;
    -webkit-box-shadow: 0px -6px 10px rgb(233 233 233 / 60%);
    -moz-box-shadow: 0px -6px 10px rgb(233 233 233 / 60%);
    box-shadow: 0px -6px 10px rgb(233 233 233 / 60%);
}

.x-circle-btn a {
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    background-color: #2e3047;
    font-weight: 700;
}

.x-circle-btn a:hover {
    background-color: #e12d25;
}

.x-flex-item {
	/*display: flex;
	justify-content: space-between;*/
    margin-bottom: 30px;
}

.x-flex-item img {
    object-fit: contain;
	/*height: 280px;*/
}

#x-sec-margin {
    margin: 50px 0px;
}

.x-lastad img {
    height: 506px;
}

/*Biggest Sale ends*/


.x-sale-img {
    cursor: pointer;
}

.x-sale-img:hover {
    border-radius: 4px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
    transform: translateY(-2px);
}

.center {
    text-align: center;
}

.deal-button {
    margin: 0 auto;
    margin-top: 60px;
}

#learnmore {
    margin: 50px 0px;
}

.x-learn-more {
    background-color: #efefef;
    padding: 15px;
}

.x-center-text {
    text-align: center;
    padding-top: 10px;
}

.x-center-text p {
    margin-bottom: 0px;
}

.x-center-text h2 {
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-weight: 600;
}

.x-learn-btn {
    margin-top: 30px;
    text-align: right;
}

.x-orange {
    color: #e12d25;
    font-weight: 700;
}

.x-logo-learn img {
    margin-bottom: 5px;
}

.x-logo-learn span {
    font-size: 16px;
}

.x-learn-btn a {
    color: #122269;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #122269;
    border-radius: 3px;
}

.x-learn-btn a:hover {
    background: #122269;
    color: #ffffff;
}

/*second Gallery css starts here*/

.x-second-gallery {
    margin-top: 3px;
}

.x-second-gallery .nbs-flexisel-inner {
    height: 150px;
}

.x-second-gallery .nbs-flexisel-item img {
    height: 132px;
}

.x-dallery-inner-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.x-items-one {
    font-size: 12px;
    margin-bottom: 20px;
}

.x-product-items {
    font-weight: 700;
    margin-bottom: 25px;
}

.x-price-list {
    color: #e12d25;
    font-weight: 700;
}

/*second Gallery css ends here*/


#x-season {
    margin-top: 30px;
}

.x-home-title-two {
    display: flex;
	/*align-items: center;*/
    justify-content: center;
}

.sub-title-parent {
    margin-bottom: 10px;
}

.sub-title {
    /* margin-bottom: 30px; */
    text-align: center;
}

.sub-title h3 {
    color: #012169;
    font-size: 32px !important;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.sub-title h3:after {
    content: '\f04e';
    font-family: 'FontAwesome';
    color: #e12d25;
    position: relative;
    top: 2px;
    right: -10px;
}

.sub-title .buttons {
    margin: 0px !important;
}

p.buttons a {
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
    background-color: #2e3047;
}

p.buttons a:hover {
    background-color: #e12d25;
}

.x-home-title-two h3 {
    color: #012169;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
	/*color: rgba(0, 0, 0, 0.87);*/
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.blue-title {
    color: #e12d25;
}

.x-home-title-two h3 i {
    color: #ef9b00;
    margin-right: 10px;
}

.x-home-title-two h3 span {
    color: #e12d25;
}

.x-home-title-two p {
    font-size: 14px;
    margin-top: 6px;
    margin-left: 40px;
    font-weight: 700;
    color: #0041c2;
    margin-bottom: 0px;
}

#x-fourth-gallery {
    margin: 10px 0px 40px 0px;
}

#x-fourth-gallery .x-main-img img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-in-out;
}

#x-fourth-gallery .nbs-flexisel-inner {
    background: transparent;
    border: none;
}

#x-fourth-gallery .x-price {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
}

#x-fourth-gallery .x-main-img {
    background: #fafafa;
    border-radius: 4px;
}

#x-fourth-gallery .x-main-img img {
    height: 150px;
    padding-bottom: 10px;
    border-radius: 3px;
}

.x-rate-img img {
    height: 15px;
}

.x-item-text {
    text-align: left;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
}

.x-gitems {
	/*padding: 20px;*/
}

.x-gitems {
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
}

#flexiselDemo3 .nbs-flexisel-item {
    padding: 15px;
}

.x-line-through {
    text-decoration: line-through;
}

.x-green-text {
    color: #e12d25;
    font-weight: 700;
}

.x-blue-text {
    font-size: 14px;
    color: #0544c0;
}

.x-strong-text {
    line-height: 1.5;
    font-size: 13px;
}

.x-cartbtn {
    margin: 30px 0px;
}

.x-cartbtn a {
    color: #e12d25;
    font-weight: 600;
    padding: 10px 10px;
    font-size: 14px;
    border: 1px solid #e12d25;
    border-radius: 5px;
}

.x-cartbtn a:hover {
    background-color: #e12d25;
    color: #ffffff;
}

/*#x-fourth-gallery .nbs-flexisel-nav-left{
	display: none;
}*/


#x-fourth-gallery .nbs-flexisel-nav-right,
#x-fourth-gallery .nbs-flexisel-nav-left {
    background: #012169;
    padding: 5px 8px;
}

#x-fourth-gallery .nbs-flexisel-nav-left {
    left: 0px !important;
}

#x-fourth-gallery .nbs-flexisel-nav-left::before {
    font-family: FontAwesome;
    content: "\f177";
}

#x-fourth-gallery .nbs-flexisel-nav-right::before {
    font-family: FontAwesome;
    content: "\f178";
}

.x-box-item-last {
	/*border: 1px solid #ccc;*/
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
    height: auto;
    min-height: 240px;
}

.x-box-item-last .x-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    position: relative;
}

.x-item-img i {
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    font-size: 60px;
    color: #122269;
}

.x-box-item-last:hover i {
    color: #e12d25;
}

.x-box-item-last:hover {
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
}

section.four-column-section {
    margin: 80px 0px 40px 0px;
}

.x-ctext {
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
    text-align: center;
}

.x-ctext p {
    margin-bottom: px;
    font-size: 16px;
}

#x-blog {
    margin: 40px 30px 100px 30px;
}

.x-small-blog {
    color: #e12d25;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

#x-blog .nbs-flexisel-inner {
    background: transparent;
    border: none;
}

#x-blog .nbs-flexisel-item {
    padding-right: 10px;
}

#x-blog .x-last-gallery {
    background: #fff;
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
    border-bottom: 2px solid #e12d25;
    border-radius: 4px;
    margin: 0px 2px;
    cursor: pointer;
}

#x-blog .x-last-gallery:hover img {
    -webkit-transform: scale(1.01, 1.01);
    -webkit-transition: all 0.4s ease-out;
}

.x-last-img img {
    position: relative;
	/*height: 250px;*/
}

.x-date {
    position: absolute;
    right: 30px;
    top: 10px;
    background-color: #e12d25;
    /* display: inline-block; */
    display: none;
    width: 15%;
    text-align: center;
}

.x-date span {
    line-height: 1;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-btm-text {
    text-align: left;
    padding-left: 10px;
}

.x-btm-text p:first-child {
    margin-top: 15px;
    margin-bottom: 8px;
}

.x-btm-text p span {
    color: #777;
    margin-right: 10px;
    font-size: 12px;
}

.x-btm-text p span i {
    padding-right: 5px;
    color: #e12d25;
}

.x-btm-text .x-lineone {
    line-height: 20px;
}

#x-blog .nbs-flexisel-nav-left,
#x-blog .nbs-flexisel-nav-right {
    background: #e12d25;
}

#x-season .nbs-flexisel-item {
    line-height: 3;
}

#x-season .nbs-flexisel-inner {
    background: transparent;
    border: none;
}

#x-season .nbs-flexisel-nav-left {
    background: #012169;
    left: 0;
    display: none;
}

#x-season .nbs-flexisel-nav-left::before {
    font-family: FontAwesome;
    content: "\f177";
}

#x-season .nbs-flexisel-nav-right {
    background: #012169;
}

#x-season .nbs-flexisel-nav-right::before {
    font-family: FontAwesome;
    content: "\f178";
}

#x-season .nbs-flexisel-nav-right,
#x-season .nbs-flexisel-nav-left {
    padding: 4px 8px;
}

#x-season .nbs-flexisel-item div span {
    border: 1px solid #012169;
	/*padding: 4px -7px;*/
    border-radius: 36px;
    padding: 5px 20px;
    margin-right: 10px;
}

.x-footer-map {
    padding: 0px;
}

.x-first-scroll.carousel-control-prev-icon {
    font-family: FontAwesome;
    content: "\f061";
}

.x-sec-text {
    margin-left: 15px;
    text-align: left;
}

.x-second-gallery .nbs-flexisel-nav-left::before {
    font-family: FontAwesome;
    content: "\f177";
    background: #e12d25;
    padding: 6px 10px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: -10px;
}

.x-second-gallery .nbs-flexisel-nav-left {
    background: transparent !important;
}

.x-second-gallery .nbs-flexisel-nav-right {
    background: #012169;
}

.x-second-gallery .nbs-flexisel-nav-right {
    background: transparent !important;
}

.x-second-gallery .nbs-flexisel-nav-right::before {
    font-family: FontAwesome;
    content: "\f178";
    background: #e12d25;
    padding: 6px 10px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: -10px;
}

.x-second-gallery .nbs-flexisel-nav-left {
    left: 95% !important;
    right: 5px;
}

.x-second-gallery .nbs-flexisel-nav-left {
    top: 35% !important;
}

.x-second-gallery .nbs-flexisel-nav-right {
    top: 62% !important;
}

#x-season .nbs-flexisel-item div span:hover {
    background-color: #0041c2;
    color: #fff;
}

.x-best-title {
    color: #0041c2;
    text-align: center;
    font-size: 700;
}

#x-blog .carousel-control-prev {
    left: -45px;
}

#x-blog .carousel-control-next {
    right: -45px;
    opacity: 1;
}

.shopbtn {
    position: relative;
}

.x-shop-btn {
    position: absolute;
    top: 20%;
    right: 5%;
    text-align: right;
}

.x-shop-btn a {
	/*background: #e12d25;*/
    color: #122269;
    font-weight: 600;
    padding: 10px;
    font-size: 14px;
    margin: 20px 0px;
    border: 1px solid #122269;
    border-radius: 3px;
}

.x-shop-btn a:hover {
    background-color: #e12d25;
    color: #ffffff;
    border: 1px solid #e12d25;
}

.shop-banner-title {
    line-height: 1.5em;
    margin-bottom: 20px;
    color: #122269;
    font-weight: 600;
    font-size: 18px;
}

section.best-selling {
    margin: 50px 0px !important;
}

.best-selling-img {
    width: 100%;
    height: 280px;
    background-size: cover !important;
    background-position: center !important;
    cursor: pointer;
    filter: gray;
    -webkit-filter: grayscale(1);
}

.best-selling-img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.best-selling img {
    cursor: pointer;
    filter: gray;
    -webkit-filter: grayscale(1);
}

.best-selling img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.best-selling-right-img {
    width: 100%;
    height: 520px;
    background-size: 100% 100% !important;
    background-position: center !important;
    cursor: pointer;
    filter: gray;
    -webkit-filter: grayscale(1);
}

.best-selling-right-img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.best-selling-third-img {
    width: 100%;
    height: 210px;
    background-size: 100% 100% !important;
    background-position: center !important;
    filter: gray;
    -webkit-filter: grayscale(1);
    cursor: pointer;
}

.best-selling-third-img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.x-product-item-list .slider-wrap {
    position: relative;
    margin-bottom: 30px !important;
	/*margin: 50px 0px;*/
    width: 80% !important;
	/*margin: 0 auto;*/
}

.x-product-item-list .slider {
    position: relative;
	/*width: 450px;*/
	/*margin: auto;*/
    width: 96% !important;
}

.x-product-item-list .slider-wrap ul {
    margin: 0;
    padding: 0;
}

.x-product-item-list .slider-wrap ul li {
    list-style: none;
    text-align: center;
	/*width: auto !important;*/
}

.x-product-item-list .slider-wrap ul li span {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.x-product-item-list .slider-arrow {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
    background: black;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.sa-left {
    left: 10px;
    display: none;
}

.sa-right {
    right: 0px;
    background: #012169;
}

.sa-right i {
    padding-top: 7px;
    color: #fff;
}

#x-season .slider-wrap ul li span {
    border: 1px solid #012169;
	/*padding: 4px -7px;*/
    border-radius: 36px;
    padding: 0px 30px;
	/*margin-right: 10px;*/
}

#x-season .slider-wrap ul li span:hover {
    background-color: #0041c2;
    color: #fff;
}

#x-third-gallery {
    padding-bottom: 90px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
	/*background-color: rgb(0,0,0);*/
	/*background-color: rgba(0,0,0, 0.9);*/
    background-color: rgb(244, 244, 244);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 0;
    width: 100%;
	/*text-align: center;*/
    margin-top: 0;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay-content a {
    color: rgb(0, 65, 194) !important;
    font-weight: 600;
    padding: 10px;
}

.overlay-content a i {
    margin-right: 10px;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    z-index: 9999;
    padding: 0px;
}

.img-fluid {
    border-radius: 4px;
}

#footer-center ul li {
    line-height: 2.5em !important;
}

#footer-center ul li a:before {
    color: #e12d25 !important;
}

#footer-center ul li a:hover {
    color: #e12d25;
}

p.footer-desc {
    padding-right: 45px;
}

.category-name {
    border: 1px solid #00000070;
    border-radius: 8rem;
    padding: 10px 15px;
    margin: 0px 6px;
    cursor: pointer;
}

.slick-dots {
    display: none !important;
}

.slick-next:before {
    font-family: FontAwesome !important;
    content: "\f178" !important;
    color: #ffffff !important;
    background-color: #122269;
    opacity: .999999 !important;
    border-radius: 20px;
    padding: 7px 7px;
    font-size: 16px !important;
}

.slick-prev:before {
    font-family: FontAwesome !important;
    content: "\f177" !important;
    color: #ffffff !important;
    background-color: #122269;
    opacity: .999999 !important;
    border-radius: 20px;
    padding: 7px 7px;
    font-size: 16px !important;
}

.slick-disabled {
    display: none !important;
}

.active-category {
    background-color: #122269;
    color: #ffffff;
    border-color: #122269;
}

.category-name:hover {
    background-color: #122269;
    color: #ffffff;
    border-color: #122269;
}

.x-third-gallery {
    margin: 40px 0px 0px 0px;
}

/*category css starts here*/
#category-list {
    padding: 15px 0px;
    background-color: rgb(245, 245, 245);
}

.x-inner-title {
    margin-bottom: 20px;
}

.x-inner-title h1 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.42;
}

.Card-list {
    display: flex;
    align-items: center;
    padding: 8px;
    transition: opacity .2s cubic-bezier(.22, .61, .36, 1);
	/*justify-content: space-between;*/
    height: 72px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    margin: 0px 8px 15px 0px;
	/*width: 315px;*/
}

/*.Category-itembox{
	    height: auto;
    width: calc(25% - 16px);
   
}*/
.Category-itembox img {
    width: 65px;
    height: 65px;
}

.Category-itembox p {
    font-size: 16px;
    color: #211e22;
    font-weight: 500;
}

.x-category-name {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.Card-list:hover {
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
    border: 1px solid #777279;
    border-radius: 8px;
}

#brandwelove {
    padding: 50px 0px;
}

.x-brand-scroll .nbs-flexisel-inner {
    background: transparent;
    border: none;
}

.x-brand-scroll .nbs-flexisel-item img {
    height: 50px;
}

.x-brand-scroll .nbs-flexisel-nav-right,
.x-brand-scroll .nbs-flexisel-nav-left {
    background: #012169;
    padding: 5px 13px;
}

.x-brand-scroll .nbs-flexisel-nav-left::before {
    font-family: FontAwesome;
    content: "\f104";
}

.x-brand-scroll .nbs-flexisel-nav-right::before {
    font-family: FontAwesome;
    content: "\f105";
}

.barndfilter {
    overflow-x: auto;
    display: flex;
    padding-bottom: 20px;
}

.barndfilter a {
    white-space: nowrap;
    border: 1px solid #777279;
    border-radius: 24px;
    display: flex;
    position: relative;
	/*pointer-events: none;*/
    align-items: center;
    justify-content: center;
    padding: 3px 16px;
    height: 32px;
    color: #211e22;
    transition: border-color 1ms cubic-bezier(.22, .61, .36, 1), background-color 1ms cubic-bezier(.22, .61, .36, 1);
    margin-right: 10px;
}

.barndfilter a.active {
    background-color: #7f187f;
    color: #fff;
    border-color: #7f187f;
}

.barndfilter a:hover {
    background-color: #f5f5f5;
    color: #211e22;
    border-color: #7f187f;
}

.x-Filter-box {
    padding: 8px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px !important;
    margin: 30px 8px 15px 0px;
    transition: transform .2s cubic-bezier(.22, .61, .36, 1);
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
}

.x-Filter-box:hover {
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
    border: 1px solid rgb(118 115 120 / 20%);
    border-radius: 8px !important;
	/*margin-bottom: 5px;*/
}

.x-Filter-box .x-item-text {
    text-align: left;
}

.x-Filter-box .x-item-text h6 {
    font-weight: 600;
}

.x-Filter-box .x-price {
    font-weight: 700;
    font-size: 20px;
}

.x-Filter-box .x-strong-text {
    line-height: 2;
    font-size: 14px;
}

.x-breadcrumbs ul,
.x-backlink-item ul {
    padding-left: 0px;
}

.x-breadcrumbs {
    margin-bottom: 20px;
}

.x-breadcrumbs ul li {
    display: inline-block;
    color: #777;
    margin-right: 10px;
}

.x-breadcrumbs ul li a span {
    text-decoration: underline;
}

.x-breadcrumbs ul li a span {
    display: inline-block;
    color: #777;
    margin-right: 0px;
}

.x-breadcrumbs ul li.active {
    color: #000;
}

.x-backlink-item {
    margin-bottom: 20px;
}

.x-backlink-item i {
    margin-right: 5px;
    font-size: 18px;
}

.x-backlink-item ul li {
    display: inline-block;
}

.x-backlink-item ul li a {
    color: #000;
}

/*category css ends here*/
#products-list {
    margin-top: 50px;
}

#products-list .x-product-img {
    background-color: #f6f9ff;
    border-radius: 8px 8px 0px 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-price-offer {
    text-decoration: line-through;
    margin-left: 10px;
}

#products-list .x-Filter-box .x-price {
    font-size: 16px !important;
}

#products-list .x-item-text {
    margin-top: 0 !important;
    padding: 20px 0px;
}

#products-list .x-item-text p {
    margin-bottom: 5px !important;
}

#products-list .x-Filter-box {
    padding: 0 !important;
    transition: all .5s ease 0s;
}

.x-product-img {
    position: relative;
}

.product-icon-list {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.product-icon-list ul li {
    display: block;
    float: left;
}

.img-box {
    position: relative;
}

.x-product-img img {
}

.product-icon-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}

.product-icon-list ul li {
    margin: 0px 10px;
}

.product-icon-list ul li a {
    background: #e12d25;
    color: #fff;
    text-align: center;
    padding: 10px 7px;
}

.product-icon-list ul li a:hover {
    background: #012169;
}

.product-icon-list ul li a i {
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.product-icon-list {
    opacity: 0;
    transition: all .5s ease 0s;
}

#products-list .x-Filter-box:hover .product-icon-list {
    opacity: 1;
    transition: all .5s ease 0s;
	/*-webkit-transform: translateY(80px);*/
}

#products-list .x-Filter-box:hover .x-product-img img {
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-in-out;
}

#exzoom {
    width: 92%;
    height: 400px;
}

.hidden {
    display: none;
}

#products-detail {
    margin-top: 50px;
}

.product-random-weight-price {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-title h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.product-random-weight-price sub {
    font-size: 12px;
    color: #666666;
    padding-left: 10px;
}

.h-text-black {
    color: rgb(51, 51, 51) !important;
}

.x-size-product a {
    color: rgb(51, 51, 51);
}

.x-size-product a:first-child {
    font-size: 16px;
    margin-right: 10px;
}

.x-size-product a:nth-child(2) {
    text-decoration: underline;
}

#products-detail .category-name {
    border-radius: 8px !important;
}

.x-count-number {
    padding-left: 0px;
    margin-top: 20px;
}

.x-count-number li {
    font-size: 16px;
    border: 1px solid #888888;
    border-radius: 4px;
    padding: 10px 15px;
    display: block;
    margin-right: 10px;
    float: left;
    height: 43px;
}

.x-count-number li:hover,
.x-count-number li.active {
    box-shadow: #122269 0px 0px 0px 2px;
    background-color: rgb(247, 247, 247);
}

.x-product-status {
    margin-top: 40px;
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.x-product-status li {
    display: block;
    border-radius: 8px;
    float: left;
    padding: 10px 20px;
    background-color: rgb(247, 247, 247);
    min-width: 125px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.x-product-status li.active,
.x-product-status li:hover {
    display: block;
	/*border: 2px solid #122269;*/
    box-shadow: #122269 0px 0px 0px 2px;
    border-radius: 8px;
    float: left;
}

.x-product-status li h6 {
    font-size: 16px !important;
    font-weight: bold !important;
}

.x-product-status li.active i {
    font-size: 25px;
    color: #122269;
    margin-bottom: 20px;
}

.x-product-status li i {
    font-size: 25px;
    color: #a9a9a9;
    margin-bottom: 20px;
}

.x-pickup {
    font-weight: bold;
    font-size: 20px;
}

.x-checkstores {
    text-decoration: underline;
}

.x-qtybtn {
    display: flex;
	/*align-items: center;*/
    /* justify-content: space-between; */
}

.x-qtybtn .x-qtybtn-select {
    /* width: 20%; */
    width: 80px;
}

.x-qtybtn .x-qtybtn-button {
    /* width: 70%; */
    width: auto;
}

.x-qtybtn button {
    /* width: 70%; */
    width: auto;
    background-color: #122269;
    border: 1px solid #122269;
    color: rgb(255, 255, 255);
}

.x-product-signup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px;
    font-size: 16px;
}

#x-rent-form form {
    padding: 10px 20px;
    border: 1px solid #ccc;
    width: 70%;
}

#x-rent-form form .x-login-btn {
    display: flex;
    justify-content: space-around;
}

#x-rent-form form .x-login-btn button {
    width: 40%;
}

.x-product-signup i {
    font-size: 30px;
    color: red;
    margin-right: 10px;
}

.x-product-signup .btn {
    background: transparent;
	/*border: 1px solid #ccc;*/
    box-shadow: #ccc 0px 0px 0px 1px;
}

.font-size-12 {
    font-size: 12px !important;
}

.x-product-signup .btn:hover {
    background-color: #e12d25;
    box-shadow: #e12d25 0px 0px 0px 2px;
    color: #fff;
}

.btn:hover {
    color: #000;
}

/*side open css starts here*/
.overlay1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
}

.overlay-content1 {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay1 a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay1 a:hover,
.overlay1 a:focus {
    color: #f1f1f1;
}

.overlay1 .closebtn1 {
    position: absolute;
    font-size: 25px;
    top: 0;
    right: 8px;
}

/*side open css ends here*/

.x-top-overlay {
    display: flex;
    padding: 10px 0px 10px 20px;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.x-top-overlay h2 {
    font-size: 20px;
}

.x-top-overlay i {
    font-size: 14px;
    margin-right: 15px;
    color: #e12d25;
    font-weight: normal;
}

.order-pickup {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.order-pickup i {
    font-size: 40px;
    color: #122269;
}

.order-pickup h6 {
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.order-pickup div:nth-child(2) {
    text-align: left;
    margin-left: 20px;
}

.order-pickup h5 {
    font-weight: 600;
    font-size: 16px;
}

.order-pickup img {
    height: 110px;
    width: 200px;
    object-fit: contain;
}

.x-cshopping {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0px 20px;
    padding-top: 20px;
}

.x-cshopping button {
    width: 100%;
    margin-bottom: 20px;
}

.x-cshopping .btn-blue {
    background-color: #122269;
    border: 1px solid #122269;
    color: rgb(255, 255, 255);
    padding: 8px 0px;
}

.x-cshopping .btn-white {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #000;
    padding: 8px 0px;
}

.x-cart-item {
    border-radius: 8px;
    border: 1px solid rgb(214, 214, 214);
    box-shadow: rgb(0 0 0 / 4%) 0px 6px 12px 4px, rgb(0 0 0 / 4%) 0px 4px 10px 2px, rgb(0 0 0 / 6%) 0px 2px 8px, rgb(0 0 0 / 4%) 0px 2px 4px;
    background-color: white !important;
    padding: 20px;
    margin: 20px 0px;
    margin-right: 20px;
}

.order-pickup-box img {
    height: 110px;
	/*width: 200px;*/
    object-fit: contain;
    margin-right: 20px;
}

.order-pickup-box {
    display: flex;
	/*align-items: center;*/
    padding: 10px;
	/*border-bottom: 1px solid #ccc;*/
}

.x-bottom-item {
    display: flex;
	/*align-items: center;*/
    justify-content: space-between;
    padding-top: 20px;
}

.x-green {
    color: #e12d25;
}

.order-pickup-box {
    padding: 0px;
}

.order-pickup-box a {
    color: #777;
    text-decoration: underline;
    padding-bottom: 10px;
}

.order-pickup-box .x-qtybtn {
    justify-content: flex-start;
    margin-top: 20px;
}

.order-pickup-box .x-qtybtn select {
    width: 30%;
    margin-right: 20px;
    font-size: 12px;
}

.order-pickup-box .x-qtybtn select.form-control {
    height: 30px;
}

.order-pickup-box .x-qtybtn button {
    /* width: 40%; */
    width: auto;
    background-color: transparent;
    border: 1px solid #ccc;
    color: #000;
    font-size: 12px;
}

.x-gift-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    font-size: 16px;
    padding-bottom: 20px;
}

.x-gift-message p {
    margin-bottom: 0px;
}

.x-gift-message .fa-gift {
    font-size: 35px;
    margin-right: 20px;
    color: #122269;
}

.x-gift-message .fa-exclamation-circle {
    display: flex;
    justify-content: flex-end;
}

.x-code-red {
    color: red;
    border: 1px dashed red;
    padding: 3px;
    font-size: 10px;
    margin-right: 10px;
}

.x-gift-message p span {
    font-size: 15px;
}

.x-promo-code {
    display: flex;
	/*align-items: center;*/
    justify-content: space-between;
	/*border-bottom: 1px solid #ccc;*/
    margin-bottom: 10px;
    font-size: 16px;
}

.x-promo-code a {
    color: #000;
    text-decoration: underline;
}

.x-promo-code p {
    margin-bottom: 0px;
}

.x-subitem {
    margin-top: 20px;
}

.x-promo-code i {
    font-size: 20px;
    color: #122269;
}

.x-total-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 15px;
}

.x-qtybtn1 button {
    width: 100%;
    background-color: #122269;
    border: 1px solid #122269;
    color: rgb(255, 255, 255);
    padding: 10px;
    margin-top: 30px;
}

.x-gift-message .fa-exclamation-circle {
    font-size: 16px;
    color: #777;
}

.x-delivery form {
	/*width: 80%;*/
}

.x-card-option img {
    height: 30px;
    margin: 10px 0px;
}

.x-card-option {
    padding: 10px;
    margin-bottom: 20px;
}

.card-box {
	/*padding: 10px;*/
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.x-card-box-list {
    border: 1px solid #ccc;
    padding: 10px;
}

.x-card-option .form-select {
    width: 30%;
}

#products-detail .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #e12d25;
}

#products-detail .nav-tabs .nav-link {
    color: #000;
}

.x-login-screen,
.x-sign-up {
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
    padding: 20px 30px;
    min-height: 342px;
}

.x-login-screen:hover,
.x-sign-up:hover {
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
}

.x-login-screen .form-control {
    font-size: 14px;
    line-height: 1.6;
}

.x-login-screen form a {
    font-size: 13px;
    color: #ed0202;
}

.x-login-btn .btn {
    background-color: #122269;
    border: 1px solid #122269;
    color: rgb(255, 255, 255);
    padding: 7px 20px;
    margin-top: 5px;
    font-size: 14px;
}

.x-login-btn .btn:hover {
    color: #fff;
}

.x-login-screen h6 {
    margin-bottom: 20px;
    font-size: 20px;
}

.x-sign-up h6 {
    margin-bottom: 20px;
    font-size: 20px;
}

.x-sign-up ul {
    padding-left: 10px;
}

#login {
    padding: 50px 0px;
}

.x-pass-text {
    font-size: 14px;
}

#login form {
    padding-left: 20px;
}

#login form label {
    font-size: 14px;
}

#login {
    padding: 50px 0px;
}

.btn.btn-cancel {
    background-color: transparent;
    border: 2px solid #122269;
    color: #122269;
    padding: 7px 20px;
    margin-top: 5px;
    font-size: 14px;
    margin-left: 10px;
}

.x-login-btn .btn.btn-cancel:hover {
    color: #122269;
}

.x-needhelp {
	/*text-align: right;*/
}

.x-needhelp h3,
.x-needhelp h4 {
    color: #e12d25;
}

.x-login-screen .nav {
    display: flex;
    flex-direction: column;
}

.x-login-screen .nav-tabs {
    border: 0;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
}

.x-login-screen .nav-tabs .nav-item.show .nav-link,
.x-login-screen .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border: 0;
}

.nav-tabs .nav-link {
    color: #000;
}

.x-login-screen .nav-tabs .nav-item .nav-link {
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    font-size: 14px;
}

.x-login-screen .nav-tabs .nav-link.active {
    background-color: #012169;
    color: #fff;
}

.x-login-screen .nav-tabs .nav-item {
    margin-bottom: 0;
}

.x-login-screen .nav-tabs .nav-link:hover {
    background-color: #f1f1f1;
    color: #000;
}

.dashboard-img {
    position: relative;
    margin-bottom: 30px;
}

.dashboard-img .img-content {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e12d25;
    color: #fff;
    padding: 10px 20px;
}

.x-dash-box {
    display: flex;
    flex-wrap: wrap;
}

.x-dash-box a {
    background-color: #f7f7f7;
    color: black;
    display: block;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    width: 31%;
    margin-right: 15px;
    text-decoration: none;
}

.x-dash-box .x-dash-item i {
    height: 30px;
    padding: 0;
    width: 30px;
    font-size: 30px;
    color: #e12d25;
    margin-bottom: 10px;
}

/* product tab css starts here */
.x-product-tab {
    background-color: rgb(247, 247, 247);
    padding: 20px;
    margin-top: 30px;
}

.x-product-tab h3 {
    text-align: center;
    margin-bottom: 10px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.25;
    font-size: 23px;
}

.x-product-tab .nav-tabs {
    justify-content: left;
}

#products-detail .nav-tabs .nav-link.active {
    background-color: transparent;
    border: 0;
    box-shadow: 0px 2px 0px 0px rgb(204 0 0);
    color: rgb(51, 51, 51);
    font-weight: bold;
}

#products-detail .nav-tabs .nav-link {
    border: 0;
}

.x-tab-content .x-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 20px;
}

.x-tab-content .x-list li {
    width: 25%;
    padding-right: 30px;
    list-style-type: disc;
    list-style-position: outside;
}

.x-tab-content h4 {
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 15px;
}

.x-tab-content {
    background-color: white !important;
    padding: 20px;
    margin: 20px 0px;
}

#products-detail .tab-pane {
    margin: 10px 0px;
}

.x-tab-content .x-list-one {
    padding-left: 5px;
}

.x-tab-content .x-list-one li {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.x-tab-content table {
    text-align: center;
}

.x-tab-content table thead {
    background: #767676;
    color: #fff;
}

.x-product-question h6 {
    letter-spacing: 0px;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: baseline;
    white-space: normal;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.25;
    font-size: 16px;
    margin: 0px 0px 8px;
}

.x-product-question span {
    color: rgb(102, 102, 102) !important;
    font-size: 12px !important;
}

.x-product-question {
    margin: 20px 0px;
    border-bottom: 1px solid rgb(214, 214, 214);
}

.x-product-question .answer {
    display: block;
}

.x-product-question .bkrpMm {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-flow: row wrap;
}

.x-product-question .bkrpMm button {
    border: 0;
    background: transparent;
    font-size: 12px;
    padding: 0;
    margin-left: 12px !important;
    color: rgb(102, 102, 102) !important;
}

.x-product-question .AtGJH {
    margin-top: 4px;
    color: rgb(204, 0, 0);
    font-size: 12px;
}

#answerit {
    display: none;
    margin-top: 20px;
}

#answerit h5 {
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.25;
    font-size: 19px;
    margin: 0px 0px 8px;
}

.VBXLQ:hover {
    background-color: rgb(247, 247, 247);
    border: 1px solid rgb(51, 51, 51);
    color: rgb(51, 51, 51);
}

.VBXLQ {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(136, 136, 136);
    color: rgb(51, 51, 51);
    height: 32px;
    padding: 0px 8px;
    margin-top: 10px;
}

.btn-group-answer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-group-answer button {
    width: 49%;
}

.x-answerbtn {
    margin: 10px 0px;
}

.btn-group-answer .btn-cancel {
    background-color: transparent;
    border: 2px solid #122269;
    color: #122269;
    padding: 7px 20px;
    margin-top: 5px;
    font-size: 14px;
    margin-left: 0px;
    border-radius: 4px;
}

.btn-group-answer .btn-save {
    background-color: rgb(204, 0, 0);
    border: 2px solid rgb(204, 0, 0);
    color: rgb(255, 255, 255);
    font-weight: bold;
    border-radius: 4px;
}

.x-size-title {
    color: #c00;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.x-cart-scroll {
    padding-left: 35px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.x-cart-scroll .cart-slider-item img {
    height: 110px;
    width: 200px;
    object-fit: contain;
}

.x-cart-scroll h5 {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}

.cart-slider-item {
    max-width: 145px;
}

.cart-slider-item p {
    margin-bottom: 0px;
}

.cart-slider-item a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    color: #010101 !important;
}

.x-cart-scroll .slick-prev:before {
    font-family: FontAwesome !important;
    content: "\f104" !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    opacity: .999999 !important;
    border-radius: 20px;
    padding: 2px 7px;
    font-size: 16px !important;
    border: 1px solid #000;
}

.x-cart-scroll .slick-next:before {
    font-family: FontAwesome !important;
    content: "\f105" !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    opacity: .999999 !important;
    border-radius: 32px;
    padding: 2px 7px;
    font-size: 16px !important;
    border: 1px solid #000;
}

.x-cart-scroll .slider-wrap {
    width: 90% !important;
}

#x-product-home {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 550px;
}

.x-wayfair-content {
    background-color: rgb(255, 198, 0);
    padding: 7% 10% 0 10%;
    width: 50%;
    height: 550px;
}

.x-wayfair-content h1 {
    font-size: 48px;
    font-weight: bolder;
    line-height: 52px;
    margin-bottom: 20px;
}

.x-wayfair-content h5 {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.x-wayfair-content .btn {
    background-color: rgb(102, 37, 106);
    border-radius: 20px;
    color: rgb(255, 255, 255);
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    white-space: nowrap;
}

.x-wayfair-img {
    width: 50%;
    height: 550px;
}

.x-wayfair-img img {
    height: 550px;
}

.x-wayfair-img .img-fluid {
    border-radius: 0px;
}

#x-listproduct {
    text-align: center;
    background-color: rgb(241, 233, 214);
    color: black;
    padding: 40px 10%;
}

#x-listproduct img {
    height: 70px;
}

#x-listproduct h5 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px;
}

#x-listproduct p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#x-productsignup {
    background-image: url(../images/Easy_to_Get_Started_Background.jpg);
    background-position: center;
    background-size: cover;
    padding: 40px 0px;
}

#x-productsignup h2 {
    font-size: 40px;
    margin-bottom: 16px;
    font-weight: bold;
    text-align: center;
}

#x-productsignup h6 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
    text-align: center;
}

.x-pdusignup {
    background-color: rgb(241, 233, 214);
    border-radius: 8px;
    margin-top: 20px;
    min-height: 492px;
}

.x-number-absolute h3 {
    color: #fff;
    background-color: #a77ad7;
    border-radius: 50%;
    font-size: 30px;
    padding: 10px 20px;
    font-weight: bold;
}

.x-pdusignup .x-pduimg {
    position: relative;
}

.x-pdusignup .x-number-absolute {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-pdutext {
    padding: 32px 16px;
    text-align: center;
}

.x-pdutext h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}

.x-pdutext p {
    font-size: 18px;
    font-weight: bold;
}

#x-Scale {
    background-color: rgb(43, 31, 63);
    color: white;
    padding: 40px 8px;
    text-align: center;
}

#x-Scale img {
    height: 70px;
    margin-top: 20px;
}

#x-Scale h5 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px;
}

#x-Scale p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#x-videosec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 475px;
}

.x-video-cls {
    width: 50%;
}

.x-video-content {
    width: 50%;
    text-align: center;
    padding: 0% 10%;
}

.x-video-content h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
}

.x-video-content img {
    display: inline-block;
    margin-bottom: 16px;
    margin-top: 16px;
    width: 150px;
    height: 25px
}

.x-video-content p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#x-Partner {
    background-image: url(../images/banner1.png);
    background-position: center;
    background-size: cover;
    padding: 40px 0px;
    text-align: center;
}

#x-Partner .btn {
    background-color: rgb(102, 37, 106);
    border-radius: 20px;
    color: rgb(255, 255, 255);
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    white-space: nowrap;
}

#x-Partner h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
}

#x-Frequently {
    background-color: #ffffff;
    padding: 40px 0;
}

#x-Frequently h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
}

#x-Frequently h6 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
}

/* accordtion css starts here */
#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 15px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #ffffff;
    color: #222;
    padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: ffffff;
    color: #222;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: ffffff;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: ffffff;
    line-height: 30px;
    color: #222;
}

/* accordtion css ends here */
#x-Wayfair-slider {
    padding: 60px 0px;
}

.x-wayfair-form {
    display: flex;
    width: 100%;
}

.x-formlabel {
    width: 50%;
    background-color: rgb(244, 244, 245);
    padding: 5%;
    position: sticky;
    top: 0;
    z-index: 1;
}

.x-formcontent {
    width: 50%;
    padding: 5%;
}

.x-formcontent h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

.jBiNRJ {
    flex-direction: column;
    -webkit-box-align: start;
    align-items: start;
    margin-top: 1em;
}

.erHqbH {
    margin-top: 0em;
    margin-right: 1em;
    display: flex;
}

.bxnVSi {
    flex-direction: column;
}

.iBPzbt {
    width: 3.8em;
    height: 3.8em;
    border-radius: 2em;
    border-color: rgb(217, 217, 217);
    background-color: rgb(1, 118, 139);
    border: 0;
}

.svBLp {
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    font-family: proxima, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: calc(14 / var(--root-font-size) * 1rem);
    line-height: 1.4;
    font-weight: bold;
}

.haXobb {
    background-color: rgb(217, 217, 217);
	/* display: none; */
    height: 7em;
    margin-left: 1.9em;
    width: 1px;
}

.bLeHRd {
	/* display: none; */
    margin-left: 2em;
    width: 70%;
}

.hcGfzV {
    margin-bottom: 0px;
    color: rgb(33, 33, 33);
    font-size: 20px;
    line-height: 1.33333;
    font-weight: bold;
}

.hiShMF {
    margin-bottom: 0px;
    color: rgb(33, 33, 33);
    font-size: 14px;
    line-height: 1.4;
}

.fkhAkS {
    width: 3.8em;
    height: 3.8em;
    border-radius: 2em;
    border-color: rgb(217, 217, 217);
    background-color: rgb(255, 255, 255);
    border: 0;
}

.fkhAkS a {
    color: #000;
    font-weight: 600;
}

.x-threeno {
    position: relative;
    top: 8px;
}

#oneform,
#twoform,
#threeform {
	/* height: 600px; */
    /* margin-bottom: 40px; */
    margin-bottom: 5px;
}

.form-btn {
    text-align: center;
    font-weight: bold;
    padding: 12px 20px;
    background: rgb(1, 118, 139);
    font-size: 14px;
    width: 100%;
    color: #ffffff;
}

.x-formlabel h3 {
    margin-bottom: 24px;
    line-height: 1.55556;
    font-weight: normal;
    font-size: 35px;
}

.x-small-text {
    font-size: 14px;
    padding: 20px 20px 0px 20px;
}

.disable {
    pointer-events: none;
    opacity: 0.4;
}

.div-clear {
    padding: 5px;
}

.icon-img {
    width: 40px;
    height: 40px;
    padding: 5px;
}

.text-white {
    background-color: #fff!important;
}

.right-align {
    text-align: end;
}

/* Custom CSS */
.no-data-found {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.sb_product__rating {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.sb_product__rating ul {
    display: flex;
    flex-wrap: wrap;
}

.sb_product__rating ul li {
    margin-right: 3px;
    color: #fbca02;
}

.sb_product__rating span {
    color: #848484;
}

.sb_product__rating .jRatingColor {
    background-color: #fbca02;
}

.sb_product__rating .jRatingAverage {
    background-color: #035442;
}

.top-selling-product {
    width: 142px;
    height: 142px;
    position: relative;
    margin: 0 auto;
}

.top-selling-product img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.feature-item {
    width: 132px;
    height: 132px;
    position: relative;
}

.feature-item img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.home-product {
    width: 169px;
    height: 130px;
    position: relative;
    margin: 0 auto;
    top: 15px;
}

.home-product img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.home-category-img {
	  /* width: 163px; */
    height: 163px;
    position: relative;
    margin: 0 auto;
}

.home-category-img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.home-service-img {
    width: 140px;
    height: 164px;
    position: relative;
    margin: 0 auto;
}

.home-service-img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.home-biggest-sale-img {
    /* width: 185px; */
    width: auto;
    height: 185px;
    position: relative;
    margin: 0 auto;
}

.home-biggest-sale-img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.home-blog-img {
    /* width: 269px; */
    width: auto;
    height: 179px;
    position: relative;
    margin: 0 auto;
}

.home-blog-img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.sub-category-img {
    width: 65px;
    height: 65px;
    position: relative;
}

.sub-category-img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.product-img {
    width: 180px;
    height: 180px;
    position: relative;
}

.service-img img {
    width: 400px;
}

.product-img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.out-of-stock {
    color: red;
    font-weight: bold;
}

.rent-title {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.divider_line {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 1px;
    width: 100%;
    background-color: #d2d2d2;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.order-pickup-box .x-qtybtn input {
    width: 50%;
    margin-right: 20px;
    font-size: 12px;
}

.width-100 {
    width: 100% !important;
}

.remove-icon {
    cursor: pointer;
}

.x-qtybtn button {
    /* width: 40% !important; */
    width: auto;
}

.hide_class {
    display: none;
}

label.error {
    color: #0041c2;
}

.divider_line {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 1px;
    width: 100%;
    background-color: #d2d2d2;
}

.sg_product_rating_inner {
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.sg_product_total_rating {
    max-width: 25%;
    flex: 0 0 25%;
}

.sg_product_progress_rating {
    max-width: 70%;
    flex: 0 0 70%;
}

.sg_product_total_rating h2 {
    font-size: 40px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.sg_product_total_rating h2 i {
    font-size: 25px;
    margin-left: 10px;
}

.sg_product_total_rating label {
    color: #909090;
    font-weight: 600;
}

.sg_product_total_rating .sg_product_add_rating {
    width: 100%;
}

.sg_product_total_rating .sg_product_add_rating a {
    border: 2px solid #122269;
    font-weight: 600;
    padding: 6px 10px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.sg_product_add_rating a {
    color: #122269 !important;
}

.sg_product_progress_rating ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sg_product_progress_rating ul li label {
    max-width: 10%;
    flex: 0 0 10%;
}

.sg_product_progress_rating ul li label i {
    font-size: 11px;
}

.sg_product_progress_rating ul li span {
    max-width: 20%;
    flex: 0 0 20%;
    display: block;
    text-align: left;
    padding-left: 10px;
}

.progress {
    width: 100%;
    background-color: #ccc;
    height: 10px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.progress .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #e12d25;
}

.sg_product_progress_rating ul li .progress {
    max-width: 66%;
}

.sg_product_progress_rating ul li:not(:first-child) {
    margin-top: 6px;
}

.sg_add_product_rating {
    display: none;
}

.sg_add_product_title p {
    margin-top: 10px;
}

.sg_add_product_rating {
    width: 100%;
    padding: 20px 15px;
    box-shadow: 0 0 15px #0003;
    margin-top: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.sg_add_product_starts ul {
    display: flex;
    justify-content: center;
    margin: 20px 0 20px;
}

.sg_add_product_starts ul li:not(:first-child) {
    margin-left: 10px;
}

.sg_add_product_starts ul li a {
    font-size: 30px;
    color: #b9b9b9;
}

.sg_add_product_starts ul li a:hover {
    color: #e12d25;
}

.sg_add_product_btn {
    text-align: right;
}

.sg_add_product_btn a {
    color: #ffffff;
    background-color: #e12d25;
}

.sg_add_product_starts .my-rating .jRatingColor {
    background-color: gray;
}

.sg_add_product_starts .my-rating .jRatingAverage {
    background-color: #e12d25;
}

.modal-header {
    background-color: #e12d25;
    color: #fff;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.modal-footer {
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-img-zoom {
    position: absolute;
    top: -17.1353px;
    left: -228.22px;
    opacity: 0;
    width: 700px;
    height: 700px;
    border: none;
    max-width: none;
    max-height: none;
}

.city-list-div {
    display: flex;
}

.city-a {
    border: 2px solid #122269;
    background-color: #fff;
    color: #122269;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
}

.city-a:hover {
    border: 2px solid #122269;
    background-color: #122269;
    color: #fff;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
}

.city-a-active {
    border: 2px solid #122269 !important;
    background-color: #122269 !important;
    color: #fff !important;
    padding: 5px !important;
    margin-right: 10px !important;
    font-weight: bold !important;
}

.display-flex {
    display: flex !important;
}

.store-list {
    background-color: #fff;
    border: 1px solid #122269;
}

.biz_list_card_wrp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 40px -10px;
}

.biz_list_card_wrp .card {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
}

.card {
    padding: 20px;
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 5px 10px 32px rgb(0 0 0 / 10%);
}

.biz_list_card {
    display: flex;
    flex-wrap: wrap;
}

.biz_list_card .img_sec {
    width: 130px;
    height: 130px;
    border: 2px solid #e6e7e8;
    text-align: center;
    border-radius: 0.25rem;
}

.biz_list_card .dtl_wrp {
    width: calc(100% - 130px);
    padding-left: 20px;
}

.store-title {
    font-size: 18px;
    font-weight: bold;
    color: #122269 !important;
}

.store-product-btn {
    margin-bottom: 19% !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.store-img {
    width: 130px;
    height: 130px;
    position: relative;
}

.store-img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.no-data-p {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}

.brand-logo {
    /* width: 240px; */
    width: auto;
    height: 195px;
    position: relative;
    transition: transform .2s;
}

.brand-logo img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.blog-list-img {
    width: 130px;
    height: 130px;
    position: relative;
}

.blog-list-img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.brand-logo:hover {
    -ms-transform: scale(1.1);
 /* IE 9 */
    -webkit-transform: scale(1.1);
 /* Safari 3-8 */
    transform: scale(1.1);
}

.service-cat-name {
    text-align: center;
    color: #000;
    font-weight: bold;
}

#page-padding-top {
    padding: 20px 0;
}

.sb_sub_category_title {
    font-size: 16px;
    font-weight: 600;
    color: #0041c2;
    position: relative;
    margin-bottom: 0;
    padding: 10px 0;
    cursor: pointer;
}

.truncate {
    overflow: hidden;
    position: relative;
    max-height: 15.6em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
}

.sb_filter_list_wrap {
    padding-top: 10px;
    list-style: none;
}

.range-slider .number-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.range-slider .range-group {
    position: relative;
    height: 40px;
}

.range-slider .range-group .range-input {
    position: absolute;
    left: 0;
    top: 50%;
    margin-bottom: 0;
    -webkit-appearance: none;
    width: 100%;
    border-bottom: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.service_detail_info {
    padding: 90px 0;
}

.service_detail_img {
    max-width: 390px;
    height: 460px;
    position: relative;
    z-index: 9;
}

.service_detail_img::before,
.service_detail_img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #ccc;
    z-index: -9;
    left: 20px;
    top: 20px;
    border-radius: 46px 0 46px 0;
    -webkit-border-radius: 46px 0 46px 0;
    -moz-border-radius: 46px 0 46px 0;
    -ms-border-radius: 46px 0 46px 0;
    -o-border-radius: 46px 0 46px 0;
}

.service_detail_img::after {
    left: 10px;
    top: 10px;
    border-radius: 40px 0 40px 0;
    -webkit-border-radius: 40px 0 40px 0;
    -moz-border-radius: 40px 0 40px 0;
    -ms-border-radius: 40px 0 40px 0;
    -o-border-radius: 40px 0 40px 0;
}

.service_detail_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    border-radius: 36px 0 36px 0;
}

.service_detail_content h2 {
    line-height: normal;
}

.service_detail_content p,
.service_detail_content li {
    font-size: 15px;
    margin-bottom: 13px;
    line-height: 24px;
    color: #666;
}

.service_detail_content ul li {
    padding-left: 20px;
    position: relative;
}

.service_detail_content ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    top: 10px;
    background-color: #e12d25;
    transform: rotate(45deg);
}

.service_detail_content ul {
    padding-top: 10px;
}

.find_service_sec {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.find_service_sec .sidebar {
    height: 100%;
}

.find_service_item:not(:first-child) {
    margin-top: 20px;
}

.find_service_item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    /* padding-right: 200px; */
}

.find_service_item .find_service_seller_info {
    max-width: 30%;
    width: 100%;
    position: relative;
}

.find_service_seller_info .btn-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.find_service_seller_info .btn-price .find_service_seller_name {
    max-width: 45%;
    text-align: left;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
}

.find_service_seller_info .btn-price .view_profile.btn {
    max-width: 50%;
    width: 100%;
    text-align: right;
}

.find_service_item .find_service_seller_info_content {
    max-width: 68%;
    width: 100%;
    margin-left: auto;
    padding-right: 0;
    position: relative;
    padding-left: 10px;
}

.find_service_item .find_service_seller_info_content::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #3c3f5821;
    left: -6px;
}

.find_service_seller_img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.find_service_seller_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.find_service_seller_info .view_profile a {
    width: auto;
    font-size: 14px;
    text-align: center;
    padding: 7px 15px;
    border: 2px solid #122269;
}

.find_service_seller_info .view_profile a:hover {
    background-color: #fff;
    color: #122269;
}

.find_service_seller_desc:not(:first-child) {
    margin-top: 15px;
}

.find_service_seller_desc .service-title {
    font-size: 18px;
    line-height: normal;
}

.find_service_seller_desc h4 span {
    font-weight: 400;
}

.find_service_seller_desc h5 {
    font-size: 14px;
    margin-bottom: 4px;
    color: #333;
}

.find_service_seller_desc p {
    font-size: 14px;
    color: #666;
}

.find_service_seller_addresses ul li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    word-break: break-all;
}

.find_service_seller_addresses ul li i {
    position: absolute;
    left: 0;
    top: 6px;
    color: #e12d25;
}

.find_service_seller_info > label {
    display: block;
    font-weight: 600;
    background-color: #2045ca;
    color: #ffffff;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: -30px;
    border-radius: 0 5px 5px 0;
    width: auto;
    padding: 4px 10px;
}

.find_service_seller_info > label::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 11px solid #206253;
    border-left: 11px solid transparent;
    left: 0px;
    top: -11px;
}

.booking-title {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    line-height: normal;
}

.max-width-80 {
    max-width: 80% !important;
}

.box-shadow {
    box-shadow: 10px 10px 5px rgb(68 255 7 / 10%) !important;
    border: 2px solid #e12d25;
}

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.font-color-black {
    color: #000 !important;
}

.single_blog_images {
    height: 400px;
}

.single_blog_date_info {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

.single_blog_date_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

.single_blog_date_info ul li, .single_blog_date_info ul li a {
    font-size: 15px;
    color: #666;
    font-weight: 600;
}

.single_blog_date_info ul li i {
    color: #e12d25;
    margin-right: 6px;
}

.single_blog_title h1 {
    margin: 0;
    font-size: 36px;
    margin-bottom: 20px;
}

.single_blog_content {
    text-align: justify !important;
}

.blog_sb_input_wrap {
    position: relative;
    margin-bottom: 30px;
}

.blog_sb_input_wrap i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    color: #e12d25;
    font-size: 19px;
}

.blog_sb_input_wrap input {
    padding-left: 38px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.blog_sb_step:not(:first-child) {
    margin-top: 30px;
}

.blog_sb_title {
    padding-bottom: 10px;
    margin-bottom: 13px;
    border-bottom: 1px solid #cdcdcd;
}

.blog_sb_title h3 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: bold;
}

.blog_sb_post_list ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog_sb_post_list ul li a {
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    padding-left: 10px;
    color: #000 !important;
}

.blog_sb_post_list ul li {
    margin-bottom: 6px !important
}

.padding-left-0 {
    padding-left: 0px !important;
}

.container-fluid.no-padding {
    padding: 0px 15px !important;
}

.padding-10 {
    padding: 10px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.card_title {
    padding-bottom: 15px;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
}

.card_title h2 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: normal;
}

.active-div {
    background-color: #e12d25;
    color: #fff;
    padding-top: 10px;
    border-radius: 5px;
}

.account-div {
    cursor: pointer;
}

.required {
    color: #ff0000;
    font-weight: bold;
}

.user_profile_img_wrap {
    position: relative;
}

.profile_image_thumb {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.user_upload__button {
    position: relative;
}

.user_upload__button p {
    margin: 0;
    background-color: #848484;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.user_upload__button input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99;
    left: 0;
    right: 0;
}

.upload {
    position: absolute;
    top: 50%;
    left: 180px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.user_upload__button p i {
    margin-right: 10px;
    cursor: pointer;
}

.margin-top-28 {
    margin-top: 28px;
}

.my-account-title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e12d25;
}

.my-account-hr {
    border: 2px solid #e12d25;
}

.wishlist-item {
    width: 90px;
    height: 90px;
    position: relative;
}

.wishlist-item img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.order-detail-title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}

.backgroung-green {
    background-color: #e12d25;
    color: #fff !important;
}

.product-title-a {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.product-detail-ul {
    list-style: none;
    padding: 0;
}

.active-tab {
    background-color: #e12d25;
    padding: 10px;
    color: #fff !important;
    font-weight: bold;
}

.margin-bottom-4 {
    margin-bottom: 4px !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.a-btn {
    width: 100%;
    background-color: #122269;
    border: 1px solid #122269;
    color: rgb(255, 255, 255);
    padding: 10px;
    margin-top: 30px;
    color: #fff !important;
}

.partner-div {
    margin-left: 4%;
    margin-right: 9%;
}

.partner-name {
    font-size: 16px;
    font-weight: bold;
}

.success-fa {
    background-color: #e12d25;
    color: #fff;
    font-weight: bold;
    padding: 14px;
    font-size: 20px;
    border-radius: 25px;
}

.profile-profile-title {
    font-weight: 600;
    border-bottom: 1px solid #e12d25;
}

.x-product-status li {
    cursor: pointer;
}

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -3px;
}

.ribbon-wrapper .ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: #e12d25;
    color: #fff;
}

.ribbon-wrapper-1 {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 38px;
    left: 15px;
}

.ribbon-wrapper-1 .ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: #e12d25;
    color: #fff;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    /* padding: 0 5px; */
    vertical-align: top;
    /* margin-left: -10px;  */
}

.about_img_wrap {
    z-index: 9;
    position: relative;
    max-width: 350px;
    height: 350px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.about_img_wrap img {
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 9px 5px 19px rgb(0 0 0 / 35%);
}

.about_img_wrap::before, .about_img_wrap::after {
    position: absolute;
    content: "";
    left: -40px;
    bottom: -40px;
    background-color: transparent;
    width: 50%;
    height: 50%;
    border: 15px solid #e12d25;
    z-index: -9;
}

.about_img_wrap::after {
    left: unset !important;
    right: -40px;
    bottom: unset;
    top: -40px;
}

.about_img_wrap::after {
    position: absolute;
    content: "";
    left: 93% !important;
    bottom: -40px;
    background-color: transparent;
    width: 50%;
    height: 50%;
    border: 15px solid #e12d25;
    z-index: -9;
}

.web-page-title {
    color: #e12d25;
    font-size: 35px;
    font-weight: bold;
}

.contact_us_sec .row {
    margin-left: 0px;
    margin-right: 0px;
}

.contact_details_step ul li h4 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 6px;
}

.contact_details_step ul li h4 i {
    font-size: 16px;
    color: #e12d25;
    width: 18px;
}

.contact_details_step ul li p, .contact_details_step ul li p a {
    color: #000;
    font-weight: 600;
}

.contact_details_step:not(:first-child) {
    padding-top: 20px;
}

.contact-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact_map_sec {
    width: 100%;
    height: 450px;
}

.faq-title {
    color: #e12d25;
    font-size: 25px;
    font-weight: bold;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.faq_category_item a.active, .faq_category_item a:hover {
    background-color: #e12d25;
    color: #ffffff;
}

.faq_category_item a {
    display: block;
    padding: 11px 10px 11px 43px;
    color: #333;
    font-size: 15px;
    position: relative;
    border: 2px solid #e12d25;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.address-title {
    font-size: 20px;
    font-weight: bold;
}

.address-hr {
    border-bottom: 1px solid #e12d25;
}

.address-element {
    background-color: #002566;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

.user-address {
    background-color: #0076dd;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
}

.user-address-active {
    background-color: #e72c27;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

.success-order {
    background-color: #e12d25;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
}

.order-total-div {
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.logo_image_thumb {
    width: 120px;
    height: 120px;
}

.previewLogo {
    width: 120px;
    height: 120px;
}

.text-black {
    color: #000;
}
/* Progress Bar */
.orders-section p {
    font-size: 14px;
    margin-bottom: 7px;
}

.orders-section .cursor-pointer {
    cursor: pointer;
}

.orders-section a {
    text-decoration: none!important;
}

.orders-section .bold {
    font-weight: 600;
}

.orders-section .small {
    font-size: 12px!important;
    letter-spacing: .5px!important;
}

.orders-section .Today {
    color: #535353;
}

.orders-section .btn-outline-primary {
    background-color: #fff!important;
    border: 1.3px solid #4bb8a9;
    border-radius: .4em!important;
    color: #4bb8a9!important;
    font-size: 12px;
}

.orders-section .btn-outline-primary:hover {
    background-color: #4bb8a9!important;
    border: 1.3px solid #4bb8a9;
    color: #fff!important;
}

.orders-section .btn-outline-primary:active, .orders-section .btn-outline-primary:focus {
    border-color: #42a5f5!important;
    box-shadow: none!important;
    outline: none!important;
}

.orders-section #progressbar {
    color: #455a64;
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
    padding-left: 0;
}

.orders-section #progressbar li {
    color: #455a64!important;
    float: left;
    font-size: 13px;
    font-weight: 400;
    list-style-type: none;
    position: relative;
    width: 20%
}

.orders-section #progressbar li p {
    font-size: .7rem;
}

.orders-section #progressbar #step1:before {
    color: #fff;
    content: "1";
    margin-left: 15px!important;
    text-align: center;
    width: 29px;
}

.orders-section #progressbar #step2:before {
    color: #fff;
    content: "2";
    text-align: center;
    width: 29px;
}

.orders-section #progressbar #step3:before {
    color: #fff;
    content: "3";
    text-align: center;
    width: 29px;
}

.orders-section #progressbar #step4:before {
    color: #fff;
    content: "4";
    margin-right: 15px!important;
    text-align: center;
    width: 29px;
}

.orders-section #progressbar #step5:before {
    color: #fff;
    content: "5";
    margin-right: 15px!important;
    text-align: center;
    width: 29px;
}

.orders-section #progressbar li:before {
    background: #bcbcbc;
    border-radius: 50%;
    display: block;
    font-size: 12px;
    line-height: 29px;
    margin: auto;
}

.orders-section #progressbar li:after {
    background: #bcbcbc;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 15px;
    width: 130%;
    z-index: -1;
}

.orders-section #progressbar li:nth-child(2):after {
    left: 55%
}

.orders-section #progressbar li:first-child:after {
    left: 15%;
    width: 130%
}

.orders-section #progressbar li:nth-child(3):after {
    left: 25%!important;
}

.orders-section #progressbar li:nth-child(4):after, .orders-section #progressbar li:nth-child(5):after {
    left: -6%!important;
    width: 91%!important;
}

.orders-section #progressbar li.active:after, .orders-section #progressbar li.active:before {
    background: #0e7dd1;
}

.orders-section .card {
    background-color: #fff;
    z-index: 0;
}

.orders-section small {
    font-size: 12px!important;
}

.orders-section .a {
    justify-content: space-between!important;
}

.orders-section .border-line {
    border-right: 1px solid #e2cee2;
}

.orders-section .card-footer img {
    opacity: .3;
}

.orders-section .card-footer h5 {
    color: #8c9eff;
    cursor: pointer;
    font-size: 1.1em;
}

.commission-amount {
    background-color: #373c4d;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 8px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

/* Special CSS*/
.servicetitle {
    font-size: 25px;
    font-weight: bold;
    color: #000;
}

.servicesection p {
    font-size: 13px;
    color: #4e4e4e;
}

.servicetime {
    border: 2px solid #000;
    border-radius: 4px;
    padding: 10px 15px;
    position: relative;
    min-height: 400px;
}

.servicetime .sertitle {
    font-weight: bold;
    font-size: 16px;
}

.servicetime p {
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    word-break: break-all;
}

.servicetime p .fa {
    color: #e12d25;
    font-size: 15px;
}

.servicetime1 {
    min-height: unset !important;
}

.btn-outline-dark {
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 700;
    box-shadow: none !important;
    border: 2px solid #122269;
    color: #122269 !important;
    background: #fff !important;
}

.btn-primary {
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 600;
    box-shadow: none !important;
    background: #122269 !important;
    border: 2px solid #122269 !important;
}

.modal-header {
    background: red;
}

.modal-header * {
    color: #fff;
}

.imfit img, figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-product .img-wrap {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 160px;
    text-align: center;
}

.card-product .img-wrap img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.card-product .info-wrap {
    overflow: hidden;
    padding: 15px;
    border-top: 1px solid #eee;
}

.card-product .info-wrap p {
    font-size: 13px;
}

.card-product .bottom-wrap {
    /* padding: 15px; */
    border-top: 1px solid #eee;
    height: 80px;
}

.price-new {
    font-size: 15px;
    font-weight: bold;
}

#google_translate_element {
    margin: 0 auto;
    text-align: center;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    height: 35px !important;
}

.goog-te-combo option {
    background: transparent;
    color: #000;
}

.goog-te-gadget .goog-te-combo {
    position: relative;
    top: 15px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

#glassAnimals .modal-content {
    padding: 20px;
    text-align: center;
}

#glassAnimals .modal-content .modal-header {
    background: #ffff;
    border-bottom: none;
}

#glassAnimals .modal-content .modal-body .custom-field {
    border-radius: 20px;
    border: 1px solid;
}

.location-class {
    color: #000;
    text-decoration: underline;
    font-size: 15px;
}

.font-weight-600 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.x-second-gallery .nbs-flexisel-nav-left {
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: #31a258;
    color: #fff;
}

.x-second-gallery .nbs-flexisel-nav-right {
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: #31a258;
    color: #fff;
}

#x-fourth-gallery .nbs-flexisel-nav-lef {
    left: 0px !important;
}

.clearout {
    height: 20px;
    clear: both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background: #fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%);
 /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee));
 /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%);
 /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%);
 /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%);
 /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%);
 /* W3C */
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

.glass-case * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
    border: 0;
}

.glass-case *:before, .glass-case *:after {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.glass-case {
    position: relative;
}

/*********************DISPLAY***************************/
.gc-display-area {
    position: absolute;
    overflow: hidden;
    border: 2px solid #F5F5F5;
    padding: 2px;
    background-color: #fff;
}

.gc-display-container {
    position: relative;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.gc-display-display {
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    cursor: crosshair;
    opacity: 1;
}

/*********************LENS***************************/
.gc-lens {
    position: absolute;
    overflow: hidden;
    z-index: 1000;
    cursor: crosshair;
    background: #CECECE;
    opacity: .5 !important;
 /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 /* IE 5-7 */
    filter: alpha(opacity=50) !important;
 /* Netscape */
    -moz-opacity: 0.5;
 /* Safari 1.x */
    -khtml-opacity: 0.5;
}
/*********************ZOOM***************************/
.gc-zoom {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 1040 !important;
    border: 2px solid #f5f5f5;
    padding: 2px;
    background-color: #fff;
}

.gc-zoom-inner {
    cursor: crosshair;
    border: 0 !important;
    left: -2px !important;
    top: -2px !important;
    margin: 0 !important;
    z-index: 1010 !important;
}

.gc-zoom-container {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.gc-zoom-container img {
    position: relative;
    max-width: none !important;
}
/*********************CAPTION**********************/
.gc-caption-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 2px;
    z-index: 1050 !important;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #333;
    font-size: 0.9em;
}

.gc-caption-container div {
    position: relative;
    padding: 0 12px 0 12px;
}

.gc-caption-intop {
    left: 0;
    top: 0;
}

.gc-caption-inbottom {
    left: 0;
    bottom: 0;
}

.gc-caption-outtop, .gc-caption-outbottom {
    width: 100%;
    width: calc(100% + 4px);
    border: 2px solid #f5f5f5;
    background: #fff;
}

.gc-caption-outtop {
    top: 0;
    left: -2px;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.gc-caption-outbottom {
    bottom: 0;
    left: -2px;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.gc-alignment-center {
    text-align: center;
}

.gc-alignment-left {
    text-align: left;
}

.gc-alignment-right {
    text-align: right;
}

/*********************UL***************************/
.gc-thumbs-area {
    position: absolute;
    overflow: hidden;
    background-color: transparent;
}

.gc-thumbs-area-prev, .gc-thumbs-area-next {
    position: absolute;
    z-index: 1010;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev, .gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 5%;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev, .gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 5%;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
    left: 0;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    right: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
    top: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    bottom: 0;
}

.gc-thumbs-area-prev:hover, .gc-thumbs-area-next:hover {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
}

.gc-thumbs-area-prev .gc-disabled, .gc-thumbs-area-next .gc-disabled, .gc-thumbs-area-prev .gc-disabled:hover, .gc-thumbs-area-next .gc-disabled:hover {
    opacity: .3;
 /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
 /* IE 5-7 */
    filter: alpha(opacity=30);
 /* Netscape */
    -moz-opacity: 0.3;
 /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

.glass-case ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

.glass-case ul li {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 2px solid #f5f5f5;
    padding: 2px;
    background-color: #fff;
}

.gc-thumbs-area.gc-hz li {
    display: inline;
    float: left;
    max-width: 100%;
    max-height: 100%;
    margin-right: 5px;
}

.gc-thumbs-area.gc-vt li {
    margin-bottom: 5px;
}

.glass-case ul li .gc-li-display-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.glass-case ul li:hover {
    border-color: #4f4f4f;
    cursor: pointer;
    cursor: hand;
}

.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover {
    border-color: #669966;
    cursor: default;
}

.glass-case ul li .gc-li-display-container img {
    position: relative;
    top: 50%;
    left: 50%;
}
/*********************OVERLAY***************************/
.gc-overlay-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647 !important;
    background-color: rgb(204, 204, 204);
 /*the falback for ie7, ie8*/
    background-color: rgba(51, 51, 51, 0.95);
}

.gc-overlay-gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container-display {
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-ocd-top {
    top: 0;
}

.gc-ocd-bottom {
    bottom: 0;
}

.gc-overlay-fit {
    padding: 4em 5.5em 1em 5.5em;
    overflow: hidden;
}

.gc-overlay-display {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    cursor: crosshair;
}

.gc-overlay-display-center {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gc-overlay-display-vcenter {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gc-overlay-display-hcenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gc-overlay-top-icons {
    position: absolute;
    top: 0;
    padding: 1em 1.5em 1em 0;
    width: 100%;
    height: 4em;
}

.gc-overlay-left-icons {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 1em 0 1.5em;
    height: 100%;
    width: 5.5em;
}

.gc-overlay-right-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1.5em 0 1em;
    height: 100%;
    width: 5.5em;
}
/*********************ICONS***************************/
/* @charset "UTF-8"; */

.gc-icon:before {
    line-height: 1;
}

.gc-icon {
    font-family: "linea-arrows-10" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1020;
    cursor: pointer;
    cursor: hand;
    color: #fff;
    opacity: .7;
 /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
 /* IE 5-7 */
    filter: alpha(opacity=70);
 /* Netscape */
    -moz-opacity: 0.7;
 /* Safari 1.x */
    -khtml-opacity: 0.7;
    height: 1em;
    width: 1em;
    line-height: 0;
    background: rgb(204, 204, 204);
    background: rgba(204, 204, 204, 0.5);
    border: 2px solid #F5F5F5;
}

.gc-icon:hover {
    opacity: 1;
 /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 /* IE 5-7 */
    filter: alpha(opacity=100);
 /* Netscape */
    -moz-opacity: 1;
 /* Safari 1.x */
    -khtml-opacity: 1;
}

.gc-disabled .gc-icon:hover, .gc-disabled .gc-icon:hover, .gc-disabled .gc-icon, .gc-disabled .gc-icon {
    opacity: .3;
 /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
 /* IE 5-7 */
    filter: alpha(opacity=30);
 /* Netscape */
    -moz-opacity: 0.3;
 /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

/* *** ICON NEXT *** */
.gc-icon-next {
    top: 50%;
    right: -2px;
}

.gc-icon-next:before {
    position: absolute;
    top: -2px;
    right: -2px;
    content: "\e04b";
}

.gc-icon-next-vt {
    bottom: 0;
    left: 50%;
}

.gc-icon-next-vt:before {
    position: absolute;
    top: -2px;
    left: -2px;
    content: "\e019";
}

.gc-display-area .gc-icon-next {
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next {
    right: 0;
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-next {
    position: relative;
    right: 0;
    font-size: 3em;
}
/* *** ICON PREV *** */
.gc-icon-prev {
    top: 50%;
    left: -2px;
}

.gc-icon-prev:before {
    position: absolute;
    top: -2px;
    left: -2px;
    content: "\e03f";
}

.gc-icon-prev-vt {
    top: 0;
    left: 50%;
}

.gc-icon-prev-vt:before {
    position: absolute;
    top: -2px;
    left: -2px;
    content: "\e083";
}

.gc-display-area .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-prev {
    position: relative;
    left: 0;
    font-size: 3em;
}
/* *** ICON DOWNLOAD *** */
.gc-icon-download {
    right: -2px;
    bottom: 0;
    font-size: 2em;
    overflow: hidden;
}

.gc-icon-download:before {
    position: absolute;
    top: -4px;
    left: -2px;
    content: "\e064";
}
/* *** ICON CLOSE *** */
.gc-icon-close {
    position: relative;
    font-size: 2em;
    float: right;
}

.gc-icon-close:before {
    position: absolute;
    content: "\e04a";
    top: -2px;
    right: -2px;
}

.gc-icon-enlarge {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

.gc-icon-enlarge:before {
    position: absolute;
    content: '\e017';
    top: -2px;
    right: -2px;
}

.gc-icon-compress {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

.gc-icon-compress:before {
    position: absolute;
    content: '\e053';
    top: -2px;
    right: -2px;
}
/*********************LOADING***************************/
.gc-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    margin-left: -15px;
    margin-top: -15px;
    background-image: url(../images/loader.gif);
}

.gc-loading3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 0.25em;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(102, 153, 102, 0.2);
    border-right: 1.1em solid rgba(102, 153, 102, 0.2);
    border-bottom: 1.1em solid rgba(102, 153, 102, 0.2);
    border-left: 1.1em solid #669966;
    -webkit-animation: loadGC 1.1s infinite linear;
    animation: loadGC 1.1s infinite linear;
}

.gc-loading3,
    .gc-loading3:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

/*********************GENERAL***************************/
.gc-hide {
    display: none;
    z-index: 0;
    opacity: 0;
 /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 5-7 */
    filter: alpha(opacity=0);
 /* Netscape */
    -moz-opacity: 0;
 /* Safari 1.x */
    -khtml-opacity: 0;
}

.gc-noscroll {
    overflow: hidden;
}

.gc-start {
    display: none;
    z-index: 0;
    opacity: 0;
 /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 5-7 */
    filter: alpha(opacity=0);
 /* Netscape */
    -moz-opacity: 0;
 /* Safari 1.x */
    -khtml-opacity: 0;
}

.btn {
    padding: .75rem 1.875rem;
}

.btn--primary {
    background-color: #7367f0;
}

.btn--primary:hover {
    background-color: #5e50ee;
}

.btn--secondary {
    background-color: #868e96;
}

.btn--secondary:hover {
    background-color: #78818a;
}

.btn--success {
    background-color: #28c76f;
}

.btn--success:hover {
    background-color: #24b263;
}

.btn--danger {
    background-color: #ea5455;
}

.btn--danger:hover {
    background-color: #e73d3e;
}

.btn--warning {
    background-color: #ff9f43;
}

.btn--warning:hover {
    background-color: #ff922a;
}

.btn--info {
    background-color: #1e9ff2;
}

.btn--info:hover {
    background-color: #0d93e9;
}

.btn--light {
    background-color: #bcc7da;
}

.btn--light:hover {
    background-color: #acb9d1;
}

.btn--dark {
    background-color: #10163A;
    color: #fff;
}

.btn--dark:hover {
    background-color: #0a0e26;
    color: #fff;
}

.btn--link {
    color: #7367f0;
}

.btn--base {
    background-color: #F77C5A;
    color: #fff;
}

.btn--base:hover {
    background-color: #f66942;
    color: #fff;
}

.btn--base.btn--custom {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: -6px;
}

.btn--base.btn--custom:hover {
    outline-offset: 0;
    outline: 2px solid rgba(255, 255, 255, 0);
}

.text--btn {
    color: #F77C5A;
}

.btn-outline--primary {
    color: #7367f0;
    border-color: #7367f0;
}

.btn-outline--primary:hover {
    background-color: #7367f0;
    color: #ffffff;
}

.btn-outline--secondary {
    color: #868e96;
    border-color: #868e96;
}

.btn-outline--secondary:hover {
    background-color: #868e96;
    color: #ffffff;
}

.btn-outline--success {
    color: #28c76f;
    border-color: #28c76f;
}

.btn-outline--success:hover {
    background-color: #28c76f;
    color: #ffffff;
}

.btn-outline--danger {
    color: #ea5455;
    border-color: #ea5455;
}

.btn-outline--danger:hover {
    background-color: #ea5455;
    color: #ffffff;
}

.btn-outline--warning {
    color: #ff9f43;
    border-color: #ff9f43;
}

.btn-outline--warning:hover {
    background-color: #ff9f43;
    color: #ffffff;
}

.btn-outline--info {
    color: #1e9ff2;
    border-color: #1e9ff2;
}

.btn-outline--info:hover {
    background-color: #1e9ff2;
    color: #ffffff;
}

.btn-outline--light {
    color: #bcc7da;
    border-color: #bcc7da;
}

.btn-outline--light:hover {
    background-color: #bcc7da;
    color: #ffffff;
}

.btn-outline--dark {
    color: #10163A;
    border-color: #10163A;
}

.btn-outline--dark:hover {
    background-color: #10163A;
    color: #ffffff;
}

.btn-outline--base {
    color: #F77C5A;
    border: 1px solid #F77C5A;
}

.btn-outline--base:hover {
    background-color: #F77C5A;
    color: #fff;
}

.btn-shadow--primary {
    box-shadow: 0 0 6px 1px rgba(115, 103, 240, 0.35);
}

.btn-shadow--secondary {
    box-shadow: 0 0 6px 1px rgba(134, 142, 150, 0.35);
}

.btn-shadow--success {
    box-shadow: 0 0 6px 1px rgba(40, 199, 111, 0.35);
}

.btn-shadow--danger {
    box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.35);
}

.btn-shadow--warning {
    box-shadow: 0 0 6px 1px rgba(255, 159, 67, 0.35);
}

.btn-shadow--info {
    box-shadow: 0 0 6px 1px rgba(30, 159, 242, 0.35);
}

.btn-shadow--light {
    box-shadow: 0 0 6px 1px rgba(188, 199, 218, 0.35);
}

.btn-shadow--dark {
    box-shadow: 0 0 6px 1px rgba(16, 22, 58, 0.35);
}

.btn-shadow--base {
    box-shadow: 0 0 6px 1px rgba(247, 124, 90, 0.35);
}

.btn--capsule {
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.icon-btn {
    width: 1.5625rem;
    height: 1.5625rem;
    background-color: #F77C5A;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.icon-btn:hover {
    color: #fff;
}

.btn--group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -.625rem;
    margin-right: -.625rem;
}

.btn--group *[class*="btn"] {
    margin: .3125rem .625rem;
    align-items: center;
}

.btn--group *[class*="btn"].d-flex {
    padding: .5rem 2.1875rem;
}

.btn--group.style--two {
    margin-left: -.3125rem;
    margin-right: -.3125rem;
}

.btn--group.style--two *[class*="btn"] {
    margin: .1875rem .3125rem;
}

[class*="btn"].btn-md {
    padding: .625rem 1.25rem;
    margin: .25rem;
}

[class*="btn"].btn-sm {
    padding: .375rem .625rem;
}

.badge--primary {
    background-color: rgba(115, 103, 240, 0.15);
    border: 1px solid #7367f0;
    color: #7367f0;
}

.badge--secondary {
    background-color: rgba(134, 142, 150, 0.15);
    border: 1px solid #868e96;
    color: #868e96;
}

.badge--success {
    background-color: rgba(40, 199, 111, 0.15);
    border: 1px solid #28c76f;
    color: #28c76f;
}

.badge--danger {
    background-color: rgba(234, 84, 85, 0.15);
    border: 1px solid #ea5455;
    color: #ea5455;
}

.badge--warning {
    background-color: rgba(255, 159, 67, 0.15);
    border: 1px solid #ff9f43;
    color: #ff9f43;
}

.badge--info {
    background-color: rgba(30, 159, 242, 0.15);
    border: 1px solid #1e9ff2;
    color: #1e9ff2;
}

.badge--light {
    background-color: rgba(188, 199, 218, 0.15);
    border: 1px solid #bcc7da;
    color: #bcc7da;
}

.badge--dark {
    background-color: rgba(16, 22, 58, 0.15);
    border: 1px solid #10163A;
    color: #10163A;
}

.badge--base {
    background-color: rgba(247, 124, 90, 0.15);
    border: 1px solid #F77C5A;
    color: #F77C5A;
}

.custom--table {
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.custom--table.white-space-nowrap th {
    white-space: nowrap;
}

.custom--table thead {
    background-color: #071e3e;
}

.custom--table thead th {
    border-top: none;
    padding: .625rem 1.25rem;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: .8125rem;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.custom--table thead th:first-child {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    text-align: left;
}

.custom--table thead th:last-child {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    text-align: right;
}

.custom--table tbody td {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: .9375rem 1.25rem;
    color: #464646;
    vertical-align: middle;
    font-size: .9375rem;
    text-align: center;
}

.custom--table tbody td:first-child {
    text-align: left;
}

.custom--table tbody td:last-child {
    text-align: start;
    /* text-align: right; */
}

.custom--table tbody tr:nth-child(even) {
    background-color: #afb1b50d;
}

.custom--table tbody tr:last-child td {
    border-bottom: none;
}

.table-tour-single {
    align-items: center;
}

.table-tour-single .thumb {
    width: 65px;
    height: 45px;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #c0cad5;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.table-tour-single .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.table-tour-single .content {
    padding-left: .9375rem;
}

[data-label] {
    position: relative;
}

[data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 700;
    color: #000000;
    top: 0;
    left: 0;
    padding: .8125rem .9375rem;
    display: none;
    font-size: .75rem;
}

.ul-icon {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
  
.ul-icon-li {
	float: left;
}

.home-category-icon {
	display: none;
}

.x-sale-img p {
    color: #000;
}

.blog-image {
    height: 510px;
}

.category-ul {
    padding-left: .1rem;
}

.category-ul li span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.category-ul .sub-cat-ul {
    padding-left: 1rem;
}

.category-ul .sub-cat-ul li a {
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.5;
}

.category-ul li a, .category-ul li a:hover,
.category-ul .sub-cat-ul li a, .category-ul .sub-cat-ul li a:hover {
    color: #000;
}

.sign-in-form {
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
}

.login-btn {
    text-align: end;
    padding-top: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.card {
    /* padding: 20px; */
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
    padding: 10px 15px;
}

.text-right {
    text-align: right;
}

.service-title {
    font-size: 1rem;
    font-weight: 500;
    text-align: justify;
}

.service-Card-list {
    background-color: #cecece6b;
}

.signin-main-div, .signup-main-div, .partner-main-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-signup-main-div {
    display: grid;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh;
    background: #000; */
}

.section {
  /* position: absolute; */
  position: static;
  width: 100vw;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  overflow: hidden;
}

.section-up {
    /* position: absolute; */
    position: static;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
    overflow: hidden;
}

.registration-up {
    /* position: absolute; */
    position: static;
    width: 500vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
    overflow: hidden;
}

.partner-section-up {
    /* position: absolute; */
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,9);
}
.partner-section-up .partner-signup {
    position: relative;
    width: 100%;
    background: #e12d25;  
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(0,0,0,9);
}
.section .signin, 
.section-up .signup {
  position: absolute;
  width: 400px;
  background: #e12d25;  
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(0,0,0,9);
}
.registration-up .connect {
    position: absolute;
    width: 700px;
    background: #e12d25;  
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(0,0,0,9);
  }
.section .signin .content, 
.section-up .signup .content, 
.partner-section-up .partner-signup .content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.registration-up .connect .content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    gap: 40px;
  }
.section .signin .content h2, 
.section-up .signup .content h2, 
.partner-section-up .partner-signup .content h2 {
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
}
.section .signin .content .form, 
.section-up .signup .content .form, 
.partner-section-up .partner-signup .content form,
.registration-up .connect .content form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.section .signin .content .form .inputBox, 
.section-up .signup .content .form .inputBox, 
.partner-section-up .partner-signup .content .form .inputBox,
.registration-up .connect .content .form .inputBox {
  position: relative;
  width: 100%;
}
.section .signin .content .form .inputBox input, 
.section-up .signup .content .form .inputBox input, 
.partner-section-up .partner-signup .content .form .inputBox input,
.registration-up .connect .content .form .inputBox input {
  position: relative;
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  padding: 15px 10px 7.5px;
  border-radius: 4px;
  color: #000;
  font-weight: 500;
  font-size: 1em;
}
.section .signin .content .form .inputBox i, 
.section-up .signup .content .form .inputBox i, 
.partner-section-up .partner-signup .content .form .inputBox i {
  position: absolute;
  left: 0;
  padding: 15px 10px;
  font-style: normal;
  color: #e12d25;
  transition: 0.5s;
  pointer-events: none;
}
.signin .content .form .inputBox input:focus ~ i,
.signin .content .form .inputBox input:valid ~ i,
.signup .content .form .inputBox input:focus ~ i,
.signup .content .form .inputBox input:valid ~ i,
.partner-signup .content .form .inputBox input:focus ~ i,
.partner-signup .content .form .inputBox input:valid ~ i {
  transform: translateY(-7.5px);
  font-size: 0.8em;
  color: #fff;
}
.signin .content .form .links, 
.signup .content .form .links, 
.partner-signup .content .form .links {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.signin .content .form .links a, 
.signup .content .form .links a, 
.partner-signup .content .form .links a {
  color: #fff;
  text-decoration: none;
}
.signin .content .form .links a:nth-child(2), 
.signup .content .form .links a:nth-child(2), 
.partner-signup .content .form .links a:nth-child(2) {
  color: #fff;
  font-weight: 600;
}
.signin .content .form .inputBox input[type="submit"], 
.signup .content .form .inputBox input[type="submit"], 
.partner-signup .content .form .inputBox input[type="submit"] {
  padding: 10px;
  background: #fff;
  color: #e12d25;
  font-weight: 600;
  font-size: 1.35em;
  letter-spacing: 0.05em;
  cursor: pointer;
}
input[type="submit"]:active
{
  opacity: 0.6;
}

.term-service, .term-service:hover {
    color: #012169;
}
.label-agree-term {
    color: #fff;
}

.text-center {
    text-align: center;
}

.cst-btn {
    background-color: DodgerBlue;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
}
  
.cst-btn:hover {
    color: RoyalBlue;
}

.cst-card {
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 3px 6px rgb(33 30 34 / 50%);
    padding: 15px 20px; 
    border-bottom: 1px solid #ccc;
}

.order-title {
    margin-bottom: 0;
}

.form-control {
    appearance: auto;
}

.carousel-slider-img {
    height: 520px;
}

.carousel-caption {
    text-align: left;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.float-right {
    float: right !important;
}

.list-img {
    width: 50px;
    height: 50px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    cursor: pointer!important;
}
.custom--checkbox {
    padding-left: 1.5625rem;
}

.rent-form {
    width: 600px;
    margin-top: 10px;
}
.pdt-title {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}