@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root{
    --main-color:#515151;
    --grey:#727272;
    --heading-font:"Red Hat Display", sans-serif;
    --basic-font:"Poppins", sans-serif;
    --red:#f15b28;
}
.navbar{
	margin-top:15px;
	margin-bottom: 15px;
}
.grayGradient{
	background-image: linear-gradient(to bottom, #ececec, #fff);
	border-radius: 25px;
}
.yellowGradient{
	background-image: linear-gradient(to bottom, #fdeaba, #fff);
	border-radius: 25px;
}
/* Modal styles */
.couponmodal {
    display: none; /* Hidden by default */
    position: fixed; 
    z-index: 1000; /* Sits on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fefefe !important;
    padding: 20px;
    border-radius: 10px !important;
    width: 90%; /* Responsive width */
    max-width: 400px;
    
}
.modal-content h3{
    text-align: center;
    font-size: 1.5rem;
    font-family: "Lato", Helvetica, Arial, sans-serif ;
    line-height: 20px;
    color: #515151;
}
.modal-content p{
    font-family: "Lato", Helvetica, Arial, sans-serif ;
    font-size: 16px;
    font-weight: 400;
    text-align: center;

}
.clickhere{
    font-family: "Lato", Helvetica, Arial, sans-serif ;
    font-weight: 500 !important;
    color: #515151 !important;
}
.close-btn {
    float: left;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
    color: #f15b28;
}
#roarBeMore{
	width:80%;
	margin: 1% auto 0 auto;
}
#roarBeMore ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#roarBeMore ul li{
	display: inline-block;
	width:48%;
	margin-right: 15px;
}
#roarBeMore ul li img{
	width:100%;
	height: auto;
}
@media screen and (max-width: 768px) {
    .modal-content {
        width: 95%;
    }
}

h2{font-family: var(--heading-font);}
h3,h4,h5,h6,p,span,a{font-family: var(--basic-font);}

.container-fluid{
    width: 90% !important;
    margin: auto !important;
    /* border:2px solid red; */
}
.red{
    color: var(--red);
}
.container{
    width:90% !important;
    margin: auto;
}
.logo{
    width: 17%;
    height: auto;
	padding-top:30px;
}
.logo img{
    width: 100%;
}
.callAction{
    padding: 10px;
    background: var(--main-color) ;
    border-radius: 30px;
}
.callAction span{color: #fff;}
.callAction span a{
    font-weight: 500;
    text-decoration: none;
    color: #fff !important;
}
.fa-phone-volume{color: #fff !important; margin: 0 10px;}
.heading-txt .info{
    display: flex;
    margin: 8% 0;
    flex-direction: column;
    align-self: center !important;
	
}
.info h2 span{
    font-size: 2.5rem;
    font-family: var(--heading-font);
    font-weight: 900;

}
.info .red{
    color: var(--red);
}
.info .green{
    color: var(--main-color);
}


.banner-section{
	/*background: #E8E8F0;*/
background: url("../assets/images/bgBanner.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.middle-img{width: 80%; height: auto;}
.middle-img img{width: 100%;}
.info .list-group.list-group-horizontal {
    display: flex ;
    font-family: var(--basic-font) !important;
    flex-wrap: wrap  !important;
}
.info p{
    color: #858589;
    font-weight: 500;
}
.info .list-group .list-group-item{
    color: var(--main-color);
    font-size: 1.2rem;
    font-weight: 600 !important;
}
.wcu-box .list-group-item,
.list-group-item{background: none !important;}
.wcu-box .list-group-item{
    list-style: none; 
    position: relative; 
    padding-left:50px !important; 
    color: #fff;
    font-family:var(--basic-font) !important;
    font-size: 1.1rem;
    font-weight: 400;
}
.list-group-item {
    list-style: none; 
    position: relative; 
    padding-left: 30px !important; 
}
.wcu-box .list-group-item::before{
    content: ''; 
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px; 
    height: 50px; 
    background-image: url('images/why-iLifeline-bullet.png'); 
    background-size: contain;
    background-repeat: no-repeat;
}
.list-group-item::before {
    content: ''; 
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px; 
    height: 30px; 
    background-image: url('images/syringe-bullet.png'); 
    background-size: contain;
    background-repeat: no-repeat;
}
.form-box{
    background-color: #fff !important;
    padding: 20px;
    border-radius: 10px;
    margin: 10% 0;
}
form p{
    font-weight: 500;
    color: var(--main-color);
}
.form-control::placeholder {
    font-family: var(--basic-font) !important;}
.btn-red{
    font-family: var(--basic-font) !important;
    width: 100% !important;
	margin: 0px auto;
    background: var(--red) !important;
    color: #fff !important;
}   
.btn-package{
    font-family: var(--basic-font) !important;
    width: 70% !important;
	
	margin: 0px auto;
	padding: 10px 0px!important;
    background: var(--red) !important;
    color: #fff !important;
	
}  
.btn-package:hover{
	background-color: #515151!important;
	
}
.icon-holder{width: 17%;}
.icon-holder img{
    width: 100%;
}
.usp-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	vertical-align: top;
}
.usp-content .heading{
    text-wrap: wrap;
    color: var(--red);
    font-size: 1.4rem;
	font-weight: 900;
}
.usp-content .heading .green{
    color: var(--main-color) ;
    font-family: var(--heading-font);
}
.usp-content ul li{
	vertical-align: top;
}
.whyChosse{
    background: linear-gradient(90deg, #f16024 , #f6aa00);

    padding: 2% 0;
}
.wcu-inner{
    padding: 2% 0;
}
.wcu-inner .heading{
    color: #fff;
}

.wcu-icon{
    width: 14%;
    height: auto;
}
.content{
    width: max-content ;
}
.content p{
    margin: auto;
    text-wrap: wrap;
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
}
.wcu-icon img{
    width: 100%;
}
footer{
    background: var(--main-color);
    color: #fff;
}
.green{
    color: var(--main-color);
    font-family: var(--basic-font);
}
.courses {
    background:#ffffff !important;
    border-radius: 8px 8px 0px 0px;
    margin: 10px;
    font-family: var(--basic-font);
    height: 330px;
    position: relative;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 5px;
}
.course-img-sec {
    height: 150px !important;
    width: auto;
    display: flex; 
    justify-content: center;
  }
.course-content h4{
    font-size: 1.4rem;
    text-overflow: ellipsis;
    text-wrap: wrap;
    font-weight: 600;
}
.course-content h2{
	font-weight: 900;
}

 .course-img-sec img{
	width:auto !important;
    height: 100%;
 } 
 .price{
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--main-color);
    margin: 0;
 }
 .price del{
    color: var(--red);
    font-size: 1rem;
 }
 .test ul{
    list-style: none;
 }
 .test ul li {
    color: #858587;
 }
 .viewmore{
    text-decoration: underline;
    cursor: pointer;
 }
 .pkg-head span{
    font-size: 2.5rem;
    font-family: var(--heading-font);
    font-weight: 900;
 }
 .test-val li{
    font-size: 14px;
}

 .test ul li b{color: #666666;}

.testimonials{
    background: #E8E8F0;
}
.owl-dot.active span{
    background: var(--main-color)!important  ;
}

.heading-col p{
    font-weight: 500;
    color: #686869;
} 
.fa-quote-left{
    color: #EFEFF1 !important;
    font-size: 50px !important;
 }
 .profile h2{
    font-size: 1.2rem;
    font-weight: 600;
 }
 .profile h2 span{
    font-size: .8rem;
 }
 .testimonial-content p{
    color: #727272;
    font-weight: 400;
 }
 .accordion-button:focus{box-shadow: none !important;}
.accordion-button:not(.collapsed) {
  background: none !important;
}
 .accordion-button:not(.collapsed){
    background-color: none !important;
  }
  .accordion-header .accordion-button{
    font-weight: 500 !important;
     font-family: var(--basic-font) !important;
      color: var(--grey)!important;
    }
  .accordion-body{text-align:left!important;
	  font-family: var(--basic-font) !important;
	  color: var(--grey)!important;
    }
  .accordion-button:focus{outline: none !important;
    }
   .faq-img-holder{
    width: 70%;
    height: auto;
    margin: auto;
   } 
   .faq-img-holder img{
    width: 100%;
   }
@media only screen and (orientation: landscape) {}
@media only screen and (max-width: 575px) {
    .wcu-inner{
        padding: 10% 0;
    }
    .wcu-inner .heading,
    .pkg-head span{
        font-size: 1.8rem
    }
    .ps-sm{
        padding: 0 2%;
    }
    .info h2{
        font-size: 1.5rem;
    }
    .container-fluid{
        width: 95% !important;
    }
    .logo{
        width: 40%;
    }
    .h-sm{display: none;}
    .callAction{padding: 10px;}
    .callAction span > a{font-size: .8rem;}
}
@media only screen and (min-width: 575px) and (max-width: 767px){
    .wcu-inner{
        padding: 10% 0;
    }
    .wcu-inner .heading,
    .pkg-head span{
        font-size: 1.8rem
    }
    .ps-sm{
        padding: 0 2%;
    }
    .info h2{
        font-size: 1.5rem;
    }
    .container-fluid{
        width: 95% !important;
    }
    .logo{
        width: 40%;
    }
    .h-sm{display: none;}
    .callAction{padding: 10px;}
    .callAction span > a{font-size: .8rem;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .wcu-inner{
        padding: 10% 0;
    }
    .wcu-inner .heading,
    .pkg-head span{
        font-size: 1.8rem
    }
    .ps-sm{
        padding: 0 2%;
    }
    .info h2{
        font-size: 1.5rem;
    }
    .container-fluid{
        width: 95% !important;
    }
    .logo{
        width: 40%;
    }
    .h-sm{display: none;}
    .callAction{padding: 10px;}
    .callAction span > a{font-size: .8rem;}
}
@media only screen and (min-width: 992px) and (max-width: 1080px) {}
@media only screen and (min-width: 1080px)  and (max-width: 1200px){}