@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap');
html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Poppins', sans-serif;
	}
/*header*/
.schedule-cta a{
	    display: block;
    text-align: center;
    border: 2px solid #8DC63F;
    border-radius: 20px;
    font-size: 16px;
    color: #8DC63F;
    padding: 5px 0;
    width: 200px;
	transition:all 0.4s ease-in-out;
    float: right;
	}
.schedule-cta a:hover{
	text-decoration:none;
	border: 2px solid #505050;
	color: #505050;
	transition:all 0.4s ease-in-out;
	}	
	
/*banner*/
.banner{
	margin-top: 7rem;
	}
.banner-text h1{
	font-weight: 600;
    color: #363636;
    font-size: 36px;
    margin-bottom: 25px;
	}
.banner-text h1 span{
	color: #8DC63F;
	}
.banner-text p{	
    color: #505050;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 25px;	
}
.banner-text a{
    display: inline-block;
    text-align: center;
    border: 2px solid #505050;
    border-radius: 20px;
    font-size: 16px;
    color: #505050;
    padding: 5px 25px;
	transition:all 0.4s ease-in-out;
}
.banner-text a:hover{
	text-decoration:none;
	border: 2px solid #8DC63F;
	color: #8DC63F;
	transition:all 0.4s ease-in-out;
	}
	
	
/*slider*/
.slider-text h1{
	font-weight: 700;
    color: #8DC63F;
    font-size: 36px;
    margin-bottom: 25px;
	}
.slider-text p{	
    font-size: 24px;
    color: #505050;	
}
.iphone-screen img{
	position: relative;
	}
.ip-content{
	position: absolute;
    top: 8rem;
        width: 70%;
    left: 4.5rem;
	}
.ip-sec{	
	border: 2px solid #8DC63F;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
}
.ip-sec h2{
	color: #363636;
    font-size: 15px;
	}	
.ip-sec h2 > span{
	background: #FBFB07;
    font-weight: 600;
    padding: 0 5px;
	}
.ip-sec p{	
	font-size: 13px;
    color: #363636;	
}
.ip-sec > span{
    text-align: center;
    border: 2px solid #8DC63F;
    border-radius: 20px;
    display: inline-block;
    padding: 2px 10px;
    font-size: 13px;
    margin-right: 10px;
}
.ip-sec small{
    font-size: 9px;
    color: #363636;
    display: block;
    padding-top: 7px;
}
.green-text{
	background:none !important;
	font-weight: 400 !important;
    padding:0 !important;
	color:#8DC63F;
	}
.zoom-box{
	    transform: scale(1.3,1.3);
		position: relative;
		z-index:1;
	}
 	
.fade-hide{
	opacity:0.3;
	}
.bg-green{
	background:#8DC63F;
}
.mt-box{	
	margin-top:4.5rem;
	}
	
/*cortix*/	
.section{
	padding: 100px 0;
	}
.cortix img{
	    width: 550px;
	}
.cortix p{
	    color: #505050;
    font-size: 22px;
	padding-top: 30px;
	}
/*award*/
.award img{
	width: 400px;
	}
.award p{
	font-size: 13px;
	color:#363636;
    padding-top: 40px;	
}
/*launch*/
.launch h1{
	    font-size: 64px;
    font-weight: 700;
	color:#363636;
	}

/*form*/
.form-box h2{
	    color: #444444;
    font-size: 25px;
	    padding-bottom: 35px;
	}
.form-group input {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    padding: 0;
    color: #8DC63F;
    font-size: 16px;
	border-bottom: 4px solid #363636;
}
.form-control:focus {
    color: #8DC63F;
    background-color: #fff;
    border-color: #8DC63F;
    outline: 0;
    box-shadow: none;
    transition: 0.3s;
}
.form-group {
    margin-bottom: 3rem;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: red;
  font-weight:600;
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
color: #000000;
font-weight:600;
}
:-ms-input-placeholder { /* IE 10+ */
color: #000000;
font-weight:600;
}
:-moz-placeholder { /* Firefox 18- */
color: #000000;
font-weight:600;
}
.form-check-inline{
	    color: #8c8c8c;
	}
.form-check-inline a{
	color:#8DC63F;
	text-decoration:underline;
	}
.sub-btn button{	
    display: block;
    text-align: center;
    border: none;
    /* padding: 15px; */
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    background: #8DC63F;
    padding: 5px 20px;
    /* width: 200px; */
    transition: all 0.4s ease-in-out;
}
	
/*footer*/
footer p{
	    font-size: 13px;
    color: #363636;
	font-weight: 600;
	}
	
/*Slider*/


.carousel-inner,.carousel,.carousel-item,.container,.fill {
    height:100%;
   /* min-height:400px;*/
    width:100%;
    background-position:center center;
    background-size:cover;
}
.slide-wrapper{display:inline;}
.slide-wrapper .container{padding:0;}


/*------------------------------ vertical bootstrap slider----------------------------*/

.carousel-inner> .carousel-item.carousel-item-next ,
.carousel-inner > .carousel-item.active.carousel-item-right{ 
    transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0);  top: 0;
    
}
.carousel-inner > .carousel-item.carousel-item-prev ,
.carousel-inner > .carousel-item.active.carousel-item-left{ 
    transform: translate3d(0,-100%, 0); -webkit-transform: translate3d(0,-100%, 0);  -moz-transform: translate3d(0,-100%, 0);-ms-transform: translate3d(0,-100%, 0); -o-transform: translate3d(0,-100%, 0); top: 0;
    
}
.carousel-inner > .carousel-item.next.carousel-item-left ,
.carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right ,
.carousel-inner > .carousel-item.active{
    transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);; -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); top:0;
    
}

/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators{
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 35px;
    right: -10rem;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.carousel-indicators li{
    display:block; margin-bottom:5px;     
	border-radius: 50%;
    width: 20px;
	opacity:1;
	margin-right: 15px;
    height: 0px;
	    background: #f0f0f0;
    
}
.carousel-indicators li.active{
    margin-bottom:5px;    background: #8DC63F;
    
}	