.nb.btn-danger {
    position: absolute;
    right: 0;
    top: -23px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.demo-img.discount::before {
    position: absolute;
    content: "-50%";
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    right: -13px;
    background: red;
    display: block;
    top: -40px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}


.dis-area {
    padding: 18px 0;
}
.discount-header h2,.discount-header h3,.discount-header h4 {
    margin: 13px 0;
    font-size: 28px;
}

.discount-header span {
    color: #fff;
    background: red;
    padding: 2px 10px;
    margin: 0 13px;
}

.sagt {
    font-size: 20px;
    margin-bottom: 24px;
}
.ght {background: #32c5d2;
color: #fff;
padding: 9px 0;
font-size: 31px;
width: 63%;
position: relative;
left: 160px;
}



.sagt {
	font-size: 20px;
	margin-bottom: 24px;
}
.ght {background: #32c5d2;
color: #fff;
padding: 9px 0;
font-size: 31px;
width: 63%;
position: relative;
left: 160px;
}
body {
    font-family: 'Cousine', sans-serif;
    color: #93989B;
    line-height: 1.5em;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
}
html,
body {
    height: 100%
}

a {
    color: #00b2ca;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #00b2ca;
}
/*START PRELOADER DESIGN*/

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.loadscreen,
.loadscreen-in {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
.loadscreen-in {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
.loadscreen-in h4 {
    color: #333;
    margin-top: 30px;
    text-transform: uppercase;
}
/*END PRELOADER DESIGN*/
.intro-text {
    margin-top: 110px;
    margin-bottom: 50px;
}
.intro-text p {
    color: #333;
    font-size: 25px;
}
.intro-text img {
	margin-bottom: 40px;
	padding-top: 50px;
}
.intro-text h1 {
	font-weight: 700;
	color: #333;
	margin: 0 0 20px;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 54px;
}
@media only screen and (max-width: 480px) {
    .intro-text h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
.demo {
    padding-top: 60px;
}
.demo-img {
	margin-bottom: 60px;
	border: 1px solid #ddd;
}
.demo-img h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 24px 0;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    letter-spacing: 2px;
}
.demo-img:hover h3 {
    color: #00b2ca;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}