
/* about page */

.about-text-span {
	line-height: normal !important;
	text-transform: none !important;
	font-size: 22px !important;
}

/* cta */

.cta-section {
	background-image: url("../img/bg/cta-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 200px;
}
.cta-section1 {
	background-image: url("../img/bg/cta-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	/*padding-top: 80px;*/
	/*padding-bottom: 200px;*/
}

/* ordered list */

@media screen and (max-width:769px) {
    .ordered-list li{
        list-style: decimal ;
    }
}

li {
	color: var(--Paragraph-Color, rgba(8, 17, 13, 0.60));
}

/* accordian */

.accordion-button {
    align-items: start;
}


/* whatsapp floating button */
.float{
    position:fixed;
    width:55px;
    height:55px;
/*    bottom:20px;*/
    bottom: 170px;
    right:30px;
    /*background-color:#25d366;
    color:#FFF;*/
    border-radius:50px;
    text-align:center;
    font-size:30px;
    /*box-shadow: 1px 1px 7px #999;*/
    z-index:100;
}
.my-float{
    margin-top: 15px;
}


/* get in touch floating button */
.float2 {
    position:fixed;
    width:55px;
    height:55px;
/*    bottom:20px;*/
    bottom: 100px;
    right:30px;
    /*background-color:#25d366;
    color:#FFF;*/
    border-radius:50px;
    text-align:center;
    font-size:30px;
    /*box-shadow: 1px 1px 7px #999;*/
    z-index:100;
}


/* whatsapp get in touch */
.get-in-touch img {
    max-height: 50px !important;
}



/* popup */
.popup-outer {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-container {
    display: flex;
    align-items: center;
    justify-content: center;
/*    position:fixed;*/
    /*bottom: 100px;
    right:30px;*/
    /*background-color:#25d366;
    color:#FFF;*/
    box-shadow: 1px 1px 7px #999;
    z-index:1000;
}
.center-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}