body{
	background-color: #fef4db;

}


/*MAIN BANNER*/



.main_banner{
	position: relative;
	padding-top: 170px;
}

.bg_red{
	width: 100%;
	height: 400px;
	background-color: #ca2034;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}


.sub_header_box{
    background-color: #7c287a;
    padding: 30px 0px;
    width: 70%;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
}
.sub_header_box h3{
	text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

.sub_title{
	background-color: #fff;
	text-transform: uppercase;	
}



.sub_title p{
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 0px;
	color: #414042;
	font-size: 20px;
}

.sub_header_box::before{
	content: '';
    width: 600px;
    height: 49px;
    background-image: url(../../images/left_shadow.png);
    position: absolute;
    bottom: -49px;
    left: 0px;
}
.sub_header_box::after{
	content: '';
    width: 600px;
    height: 49px;
    background-image: url(../../images/right_shadow.png);
    position: absolute;
    bottom: -49px;
    right: 0px;
}


/*MAIN BANNER*/

.title{
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Anek Latin', sans-serif;
	color: #ca2034;
	display: inline-block;
	border-bottom: 1px solid;
	border-width: 3px;
	padding-bottom: 5px;
}

.form-group{
	margin-top: 20px;
}
/*FAQ SECTION*/

.faq .accordion-item{
	background-color: #fef4db !important;
    box-shadow: none !important;
    font-size: 18px !important;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
}
.faq .accordion-button{
	background-color: #fef4db!important;
	box-shadow: none!important;
	font-size: 17px!important;
}


.accordion-body p{
	padding-left: 45px;
	position: relative;
	font-size: 16px;
}

.accordion-body p::before{
	content: '';
	width: 33px;
	height: 17px;
	background-image: url('../../images/faq_arrow.png');
	position: absolute;
	left: 0px;
	top: 0xp;
}



/*FAQ SECTION*/



.btn_primary{
	background-color: #ca2034;
	color: #fff;
	margin-top: 50px;
	padding: 7px 30px;
	border-radius: 20px;
	outline: none;
	box-shadow: none;
	border:none;
}
.btn_primary:hover{
	color: #fff;
	border:none;
	background-color: #900c0c!important;
	
}
.btn_primary:active{
	color: #fff;
	border:none;
	
}
.btn_primary:focus{
	color: #fff;
	border:none;
	
}

.form_details{
	padding-top: 150px;
}

.form_details label{
	color: #414042!important;
	font-weight: normal;
	padding-left: 30px;
	font-family: 'Anek Latin', sans-serif!important;
	position: relative;
	font-size: 15px;
}

.name::before{
	content: '';
	width: 21px;
	height: 22px;
	background-image: url('../../images/name_icon.png');
	position: absolute;
	left: 0px;
	top: 0px;
}
.contact_num::before{
	content: '';
	width: 21px;
	height: 22px;
	background-image: url('../../images/mob_icon.png');
	position: absolute;
	left: 0px;
	top: 0px;
}
.email::before{
	content: '';
	width: 21px;
	height: 22px;
	background-image: url('../../images/email_icon.png');
	position: absolute;
	left: 0px;
	top: 0px;
}
.book_appointment::before{
	content: '';
	width: 21px;
	height: 22px;
	background-image: url('../../images/date_icon.png');
	position: absolute;
	left: 0px;
	top: 0px;
}

.carousel img{
	cursor: pointer;
}
.modal-header{
	background-color: #ca2034;
}
.modal-header h5{
	color: #ffff;
}

.modal-header buttton{
	color: #fff;
}

.modal-body{
	background-color: #E5DCC6;
}

	
.slide_box{
	position: relative;
}
.carousel{
/*	border: 1px solid;*/
	width: 80%;
	margin: auto;
}
.carousel div {
	margin: 0px 20px;
}
.carousel div img{
	margin:auto;
}
/* Additional CSS styles can be added here */
.custom-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 50px; /* Adjust as needed */
  height: 50px; /* Adjust as needed */
  background-repeat: no-repeat;
  background-position: center;
}
.prev {
  	left: 80px;
   background-image: url('../../images/left_arrow.png'); /* Add the path to your left arrow icon */
}
.next {
  	right: 80px;;
   	background-image: url('../../images/right_arrow.png'); /* Add the path to your right arrow icon */
}
.carousel div img{
  margin: auto;
}

.carousel p{
	padding: 20px;
}



.section_gap{
	padding: 50px 0px;
}



@media screen and (max-width: 1200px){
	.sub_title p {
	    font-size: 16px;
	}

	.carousel {
	    width: 95%;
	    margin: auto;
	}
	.next {
	    right: 0px;
	}
	.prev {
	    left: 0px;
	}

	.sub_header_box{
	   	bottom: -96px;
	}

}

@media screen and (max-width: 991px) {
  	.sub_title p {
	  font-size: 15px;
	}
	.sub_header_box h3 {
	    text-transform: uppercase;
	    font-weight: bold;
	    color: #fff;
	    font-size: 30px;
	    line-height: 37px;
	    margin-bottom: 27px;
	}

}

@media screen and (max-width: 767px){
	.sub_header_box::before{
		display: none;
	}
	.sub_header_box::after{
		display: none;
	}
	.bg_red {
	    height: 250px;
	}

	.sub_header_box h3 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 25px;
    }

    .sub_title p {
        font-size: 13px;
    }

    .sub_header_box {
    	position: relative;
	    padding: 15px 0px;
	    left: 0%;
    	bottom: 0px;
    	transform: translateX(0%);
    	        margin-top: 25px;
	}

	.main_banner {
	    position: relative;
	    padding-top: 120px;
	}
	.form_details {
    	padding-top: 10px;
	}
	.title {
	    font-size: 20px;
	    text-align: center;
	}

	.sub_header_box {
	    padding: 30px 20px;
	    width: 97%;
	}
}