.time{
	color: red;
}
.green_lines{
	    position: absolute;
    top: -200px;
   left:-200px;
    z-index: -1;
 
    width: 500px;
}
.green_circle{

}

.text-green {
    color: #7baf2f;
    font-weight: 600;
        padding-left: 40px;
}
header ul li {
    background-image: url(images/yes_mark.svg);
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 30px;
    background-position-y: 4px;
    list-style: none;	
    list-style-type: none;
}
header .mis_box {
    position: relative;
    z-index: 1;
    left: -225px;
    display: block;
}
header .gray_bubble {
    padding: 20px 15px;
    background-color: #fafafa;
    border-radius: 30px;
    position: relative;
    left: 0px;
}
.oldPrice {
    position: relative;
    top: 0.3em;
    margin-left: 10px;
}
.price-heading{
	padding-left: 40px;
}
.d-inline-block {
    display: inline-block!important;
}
header .oldPrice:after {
    content: '';
    position: absolute;
    width: 110%;
    transform: rotateZ(7deg);
    height: 1px;
    background-color: red;
    top: .6em;
    left: -5%;
}
header .intego_btn {
    color: #fff;
    background: #09A5E9;
    transition: all .2s ease-in-out;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 30px;
    text-decoration: none;
    min-width: 300px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 8px 0 #306367;
    font-weight: 600;
}
.first_payment {
    
    font-size: 0.7rem;
   padding-top: 15px;
    color: #a1a1a1;
    text-align: center;
}
#catalina{
	position: relative;
}
#catalina .catalina_badge {
    display: inline-block;
    width: 70px;
    margin-right: 5px;
}
#catalina p {
    color: #262626;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.green_text {
    color: #84B83A;
    font-size: 55px;
    font-weight: bold;
    line-height: 80px;
}
.intego_logo {
    width: 30%;
}
.bar{
	display: flex;
	justify-content: space-between;
}
.bar img{
	width: 100%;
}

/*.bar.intego_bar {
    background-image: linear-gradient(to right, #84b83b 70%, #fff 120%);
    margin: 0px 25px;
}*/