body{
    font-family: "Montserrat", sans-serif;
}
#header.header-scrolled {
    background: #fff;
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
}
.dropdown-menu{
    border-radius: 0 !important;
}
.cart_img{
    margin-top: 45px;
}
.pr_h{
    margin-top: 33px;
}
.dropdown-menu li{
    border-left: 2px solid #363883;
}  
.dropdown-menu li:hover{
    border-left: 2px solid #995440;
}  
.htag{
    margin-bottom: 20px;
}
#proquantity_error{
        font-size: 11px;
    vertical-align: 15px;
    line-height: 0;
    
}
#header {
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: #fff;
    box-shadow: 5px 0px 15px #c3c3c3;
}
#header #logo h2 {
    font-size: 27px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
}
#header #logo h2 a, #header #logo h2 a:hover {
    color: #000;
    padding-left: 10px;
    border-left: 4px solid #327294;
}
#nav-menu-container {
    float: right;
    margin: 0;
}
.nav-menu > li {
    margin-left: 10px;
}
.nav-menu > li {
    float: left;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dropdown-menu{
    top:4px !important;
}
.header-scrolled .nav-menu li:hover > a, .header-scrolled .nav-menu > .menu-active > a {
    color: #363883;
}
.header-scrolled .nav-menu a {
    color: #363883;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #904530;
}
.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #363883;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
}
#mobile-nav-toggle {
    display: inline;
}
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
   
    display: none;
}
body.mobile-nav-active #mobile-nav {
    left: 0;
}
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav ul li {
    position: relative;
}
#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #18d26e;
}
#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}
#mobile-nav ul .menu-item-active {
    color: #18d26e;
}
#mobile-nav ul li li {
    padding-left: 30px;
}

.menu-has-children ul
{display: none;}


@media (max-width: 768px){
#nav-menu-container {
    display: none;
}

#mobile-nav-toggle {
    display: inline;
}
}
.pd{
    padding: 5px 10px;
    background: #363883 !important;
}
.brown{
    color: #363883 !important;

}
.brown:hover{
    color: #363883 !important;
    text-decoration: none !important;

}
.mt{
    margin-top: 93px !important;
}
.details-card {
    background: #ecf0f1;
    padding-top:30px;
    padding-bottom: 50px;
}



.title {
    font-family: sans-serif;
    font-size: 3rem;
    font-weight: 700;
}
.containers {
    position:relative;
    width:100%;
    height:auto;
    display:inline-block;
}
.image {
    display:block;
    width:200px;
    height:200px;
}
.overlay {
    position:absolute;
    transition:all .3s ease;
    opacity:0;
    transition:0.9s;
    background: #00b1bab8;
}
.containers:hover .overlay {
    opacity:1;
}
.text {
    color:white;
    font-family: sans-serif;
    position:absolute;
    top:45%;
    left:45%;
    transform:translate(-50%,-50%);
    font-size: 20px;
}
.overlayleft {
    height:100%;
    width:0;
    top:0;
    left:0;
    background: #00b1bab8;
}
.overlayRight {
    height:100%;
    width:0;
    top:0;
    right:-15px;
    background: #00b1bab8;
}
.containers:hover .overlayleft, .container:hover .overlayRight {
    width:100%;
}
.overlayTop {
    width:100%;
    height:0;
    top:0;
    left:15px;
    background: #00b1bab8;
}
.overlayBottom {
    width:100%;
    height:0;
    bottom:0;
    left:15px;
    background: #00b1bab8;
}
.containers:hover .overlayTop, .container:hover .overlayBottom {
    height:100%;
}
.overlayCross {
    width:0;
    height:0;
    top:0;
    left:0;
    background: #36388380;
}
.containers:hover .overlayCross {
    height:100%;
    width:100%;
}
.overlayFade {
    height:100%;
    width:100%;
    top:0;
    left:15px;
    background: #00b1bab8;
}


.card-content{
    margin-bottom: 20px;
}
.newsletter {
    padding: 80px 0;
    background: #19beda;
    }
    .brd{

    }
    .mo{
        margin-bottom: 0;
    }
    .m5{
        margin-top: 5px;
    }
    .newsletter  {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; }
    .newsletter  h2 {
    color: #243c4f;
    margin-bottom: 40px; }
    .newsletter  .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius:0;
    }
    .newsletter t.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
    }
    .nbtn{
        background: #3f4561;
        border-radius: 0;
        color: #fff;
    }
    .newsletter  .btn {
    min-height: 50px; 
    border-radius:0;
    background: red;
    color: #fff;
    font-weight:600;
    }
section {
    padding: 60px 0;
}
.white{
    color: #fff;
}
section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #000 !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}















.blue{
    text-transform: uppercase;
    color: #363883;
}
.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
	width: 100%;
	height: 195px;
    display: block;
    padding:15px;
}
.white{
    color: #fff !important;
}
.white:hover{
    color: #fff !important;
}
.card-img span {
	position: absolute;
    top: 15%;
    left: 12%;
    background: #904530;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}

.card-desc h3 {
	color: #000000;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    height: 50px;
overflow: hidden;
}
.blue_text{
    font-size: 19px;
    font-weight: bold;
}
.card-desc p {
	color: #747373;
    font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
.btn-card{
	background-color: #363883;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .71rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: #363883;
}
.mbtb{
    margin-top: 25px;
    margin-bottom:25px;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}

.rd-ln {
    border: solid 2px #363883;
}
.rd-ln {
    width: 82px;
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
}

  .pn{
    padding-left: 12px;
    padding-right: 12px;
  }
  .nav-tabs{
      border-bottom:0;
  }
  .tab-content>.tab-pane {
      border:1px solid #ccc;
  }
  .nav-item a{
    color: #956b0c;
    font-weight: bold;
  }
  .user-rating {
    direction: rtl;
    font-size: 20px;
    unicode-bidi: bidi-override;
    padding: 10px 30px;
    display: inline-block;
}
.user-rating input {
    opacity: 0;
    position: relative;
    left: -15px;
    z-index: 2;
    cursor: pointer;
}
.user-rating span.star:before {
    color: #777777;
    content:"ï€†";
    
}
.user-rating span.star {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: relative;
    z-index: 1;
}
.user-rating span {
    margin-left: -15px;
}
.user-rating span.star:before {
    color: #777777;
    content:"\f006";
    
}
.user-rating input:hover + span.star:before, .user-rating input:hover + span.star ~ span.star:before, .user-rating input:checked + span.star:before, .user-rating input:checked + span.star ~ span.star:before {
    color: #ffd100;
    content:"\f005";
}
a{
    color: #363883;
}
.mth{
    margin-top: 15px;
}
.cart_img{
    width: 80px;
    height: 50px;
}
.selected-rating{
    color: #ffd100;
    font-weight: bold;
    font-size: 3em;
}
.shopping-cart{
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
}

.shopping-cart.dark{
	background-color: #f6f6f6;
}

.shopping-cart .content{
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: white;
}

.shopping-cart .block-heading{
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.shopping-cart .block-heading p{
	text-align: center;
	max-width: 420px;
	margin: auto;
	opacity:0.7;
}

.shopping-cart .dark .block-heading p{
	opacity:0.8;
}

.shopping-cart .block-heading h1,
.shopping-cart .block-heading h2,
.shopping-cart .block-heading h3 {
	margin-bottom:1.2rem;
	color: #363883;
}

.shopping-cart .items{
	margin: auto;
}

.shopping-cart .items .product{
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.shopping-cart .items .product .info{
	padding-top: 0px;
	text-align: center;
}

.shopping-cart .items .product .info .product-name{
	font-weight: 600;
}

.shopping-cart .items .product .info .product-name .product-info{
	font-size: 14px;
	margin-top: 15px;
}

.shopping-cart .items .product .info .product-name .product-info .value{
	font-weight: 400;
}

.shopping-cart .items .product .info .quantity .quantity-input{
    margin: auto;
    width: 80px;
}

.shopping-cart .items .product .info .price{
	margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
 }

.shopping-cart .summary{
	border-top: 2px solid #363883;
    background-color: #f7fbff;
    height: 100%;
    padding: 30px;
}

.shopping-cart .summary h3{
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
}

.shopping-cart .summary .summary-item:not(:last-of-type){
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-cart .summary .text1{
	font-size: 1em;
    font-weight: 600;
    color: #000;
}
.blue_cl{
    color: #363883 !important;
}
.shopping-cart .summary .price{
	font-size: 1em;
	float: right;
}

.shopping-cart .summary button{
	margin-top: 20px;
}

@media (min-width: 768px) {
	.shopping-cart .items .product .info {
		padding-top: 25px;
		text-align: left; 
	}

	.shopping-cart .items .product .info .price {
		font-weight: bold;
		font-size: 22px;
		top: 17px; 
	}

	.shopping-cart .items .product .info .quantity {
		text-align: center; 
	}
	.shopping-cart .items .product .info .quantity .quantity-input {
		padding: 4px 10px;
		text-align: center; 
	}
}
.payment-form{
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
}

.payment-form.dark{
	background-color: #f6f6f6;
}

.payment-form .content{
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: white;
}

.payment-form .block-heading{
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.payment-form .block-heading p{
	text-align: center;
	max-width: 420px;
	margin: auto;
	opacity:0.7;
}

.payment-form.dark .block-heading p{
	opacity:0.8;
}

.payment-form .block-heading h1,
.payment-form .block-heading h2,
.payment-form .block-heading h3 {
	margin-bottom:1.2rem;
	color: #3b99e0;
}

.payment-form form{
	border-top: 2px solid #5ea4f3;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: #ffffff;
	padding: 0;
	max-width: 600px;
	margin: auto;
}

.payment-form .title{
	font-size: 1em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 0.8em;
	font-weight: 600;
	padding-bottom: 8px;
}

.payment-form .products{
	background-color: #f7fbff;
    padding: 25px;
}

.payment-form .products .item{
	margin-bottom:1em;
}

.payment-form .products .item-name{
	font-weight:600;
	font-size: 0.9em;
}

.payment-form .products .item-description{
	font-size:0.8em;
	opacity:0.6;
}

.payment-form .products .item p{
	margin-bottom:0.2em;
}

.payment-form .products .price{
	float: right;
	font-weight: 600;
	font-size: 0.9em;
}

.payment-form .products .total{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	padding-top: 19px;
	font-weight: 600;
	line-height: 1;
}

.payment-form .card-details{
	padding: 25px 25px 15px;
}

.crd_mb{
        margin-bottom: 15px;
}
.btn-card:hover{
    color: #fff !important;
}
.m_h{
    height: 500px;
    overflow: auto;
}
.payment-form .card-details button{
	margin-top: 0.6em;
	padding:12px 0;
	font-weight: 600;
}

.payment-form .date-separator{
 	margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

@media (min-width: 576px) {
	.payment-form .title {
		font-size: 1.2em; 
	}

	.payment-form .products {
		padding: 40px; 
  	}

	.payment-form .products .item-name {
		font-size: 1em; 
	}

	.payment-form .products .price {
    	font-size: 1em; 
	}

  	.payment-form .card-details {
    	padding: 40px 40px 30px; 
    }

  	.payment-form .card-details button {
    	margin-top: 2em; 
    } 
}

.track_tbl td.track_dot {
    width: 50px;
    position: relative;
    padding: 0;
    text-align: center;
}
.track_tbl td.track_dot:after {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    margin-left: -5px;
    top: 11px;
}
.track_tbl td.track_dot span.track_line {
    background: #000;
    width: 3px;
    min-height: 50px;
    position: absolute;
    height: 101%;
}
.track_tbl tbody tr:first-child td.track_dot span.track_line {
    top: 30px;
    min-height: 25px;
}
.track_tbl tbody tr:last-child td.track_dot span.track_line {
    top: 0;
    min-height: 25px;
    height: 10%;
}
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
  
}
.tbm{
    margin-top: 30px;
    margin-bottom: 30px;
}
.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}
.bl_bg{
    background: #363883 !important;
}
.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}
@media(max-width: 768px) {
   

    .container.gallery-container {
        border-radius: 0;
    }
}
.tt{
    margin-top: 20px !important;
}


.flash-error {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
     display: none; 
    cursor: default;
    position: fixed;
    line-height: 30px;
    
}
#fixed_error {
   position: fixed;
    font-size: 18px;
    padding: 20px;
    color: #FBFFFF;
    top: 35%;
    left: 25%;
    width: 50%;
    z-index: 20;
    background: #348b43;
    text-align: center;
}

.error {
    color: red;
}

.alert-message {
    position:fixed;
    z-index:999999;
    top:130px;
    right:0;
    left:0;
}
.alert_message {
    background:#F4B39C;
}
.alert_success {
    color:#AE3910;
    border-color:rgba(214,233,198,0);
}
.success_alert {
    margin-top: 10px;
}
@media (max-width: 480px) {
.carousel{
margin-top: 91px;
}
.mob_h{
    font-size: 23px !important;
    letter-spacing: 0 !important;
}
#mobile-nav-toggle{
    margin-top: 27px;
}
.dropdown-menu {
    top: 0px !important;
    background: #8a8a93f7;
    color: #fff;
}
#mobile-nav ul li a{
    cursor: pointer;
}
.head_prd{
    font-size: 27px;
}
.mar_foot{
    margin-bottom:20px;
}
}
@media (max-width: 320px) {
.carousel{
margin-top: 91px;
}
.mob_h{
    font-size: 20px !important;
    letter-spacing: 0 !important;
}
#mobile-nav-toggle{
    margin-top: 29px;
}
.dropdown-menu {
    top: 0px !important;
    background: #8a8a93f7;
    color: #fff;
}
#mobile-nav ul li a{
    cursor: pointer;
}
.head_prd{
    font-size: 27px;
}
.mar_foot{
    margin-bottom:20px;
}
}
.imgdif img{
    height:auto !important;
}
.uts li{
    width:200px;
}
.uts li a{
    font-weight:normal !important;
    padding:12px;
     font-size:14px;
    text-transform:none !important;
        width: -webkit-fill-available;
    text-transform: none !important;
    border-bottom: 1px solid #ccc;

}
.uts1 li{
    width:auto;
}
.uts1 li a{
    font-weight:normal !important;
        width: -webkit-fill-available;
    text-transform: none !important;
    border-bottom: 1px solid #ccc;

    padding:12px;
    font-size:14px;
    text-transform:none !important;
}
.breadcrumb{
    background: none !important;
    margin-top:110px;
}
.mbo{
    margin-bottom: 0px;
}
.imgk{
    width:147px;
    height: auto;
}
.colorgraph {
    height: 5px;
 
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4);
    background-image: -moz-linear-gradient(left,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4);
    background-image: -o-linear-gradient(left,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4);
    background-image: linear-gradient(to right,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4);
}

