
.btn-primary
{
	background-color: #e37682;
}

/******* study programe *************/


 
.box{
	border: none;
	border-radius: 0;
	box-shadow: 2px 6px 8px 0 rgba(22,22,26,0.18)	;
}
.carousel-inner{
	padding: 1em;
}
.carousel-control-prev ,.carousel-control-next{
	background-color: #e1e1e1;
	width: 6vh;
	height: 6vh;
	border-radius: 50%;
	top: 50%;
	transform: translateY( -50%);}
.card-wrapper
{
	display: flex;
	padding: 25px;
}
.image_wrapper img
{
	max-height: 100%;
	max-width: 100%;
	align-items: center;
	justify-content: center;
}




.card-item
{
	padding: 5px;
}
.card-title{
	font-weight: bolder;
}
.plan-benefits
{
	list-style: none;

}

/* about us page */
.ul-aboutus h3
{
	list-style: none;
	font-weight: bold;
	
	
}
.ul-aboutus
{
	
	list-style: none
	
}
.column {
float: left;
width: 33%;
padding-right: 20px;
font-weight: bolder;
}

	.column i.style1  {
		color: #efa8b0;
	}

	.column i.style2 {
		color: #c79cc8;
	}

	.column i.style3 {
		color: #e37682;
	}

	.column  i.style4 {
		color: #f9a170;
	}

	.column  i.style5 {
		color: #ebd863;
	}
	.column  i.style6 {
		color: brown;
	}
	
	.ul-aboutus li i.style1  {
		color: #efa8b0;
	}

	.ul-aboutus li i.style2 {
		color: #c79cc8;
	}

	.ul-aboutus li i.style3 {
		color: #e37682;
	}

	.ul-aboutus li  i.style4 {
		color: #f9a170;
	}

	.ul-aboutus li  i.style5 {
		color: #ebd863;
	}
 
/* about us page */


/* PLan ul */
.ul-subject-plan li .h4
{
	color:pink;
	
}
#content h4
{

	color:pink;
}

#content .ul-subject-plan
{
	list-style: none;
	text-align:left;
}

/* Rtaing CSS*/


/* style.css */



	
	.card-rating {
		
	max-width: 33rem;	
	margin: 0 1rem;	
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
	width: 100%;
	
	}
	
	.star {
	font-size: 6vh;
	cursor: pointer;
	}
	.star-warning
	{
		color: rgb(228, 161, 27);
	}
	@media screen and (max-width: 1680px) {

		.star {
			font-size: 7vh;
			cursor: pointer;
			}

	}

	@media screen and (max-width: 1280px) {

		.star {
			font-size: 6vh;
			cursor: pointer;
			}

	}

	@media screen and (max-width: 736px) {
		.star {
			font-size: 5vh;
			cursor: pointer;
			}
	}
	/* Extra small devices (phones, 600px and down) */
	@media only screen and (max-width: 600px) {
		.star {
			font-size: 3vh;
			cursor: pointer;
			}
		}
		@media only screen and (max-width: 480px) {
			.star {
				font-size: 3vh;
				cursor: pointer;
				}
			}
		
	.one {
	color: rgb(255, 0, 0);
	}
	
	.two {
	color: rgb(255, 106, 0);
	}
	
	.three {
	color: rgb(251, 255, 120);
	}
	
	.four {
	color: rgb(255, 255, 0);
	}
	
	.five {
	color: rgb(24, 159, 14);
	}


	#main label.error {
		/* background: url(../images/unchecked.gif) no-repeat 0px 0px; */
			
			
			font-weight: bold;
			font-style: italic;
			color: #EA5200;
		}
		#main input[type="radio"] label.error
		{float:right;padding-left:10px;
		font-style: italic;}

		.rdcontact-error {float:right;padding-left:10px;}
		.loader
		{
			position: fixed;
			width: 100%;
			height: 100%;
			background:transparent url('../images/loading.gif') ;			
			z-index: 99999;
		}

		.loader-div {
			display: none;
			position: fixed;
			margin: 0px;
			padding: 0px;
			right: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			background-color: #fff;
			z-index: 30001;
			opacity: 0.8;
		}
		.loader-img {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
		}

		/**************feedback list********************/
		
#fh5co-testimonial,
#fh5co-agents {
  background: #fff;
  /*padding: 2em 0;*/
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial,
  #fh5co-agents {
    padding: 3em 0;
  }
}
#fh5co-testimonial .item-block,
#fh5co-agents .item-block {
  margin-bottom: 30px;
}
#fh5co-testimonial .item-block blockquote
 {
	

  margin-bottom: 70px;
  position: relative;
  border-left: none;
  padding: 20px 20px 20px 20px;
  background: #fff;
  float: left;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
}
#fh5co-testimonial .item-block blockquote p,
#fh5co-agents .item-block blockquote p {
  
	margin-top: 20px;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 10px;
}
#fh5co-testimonial .item-block blockquote p:last-child,
#fh5co-agents .item-block blockquote p:last-child {
  margin-bottom: 0;
}
#fh5co-testimonial .item-block blockquote .fh5co-author,
#fh5co-agents .item-block blockquote .fh5co-author {
  color: #b3b3b3;
  font-size: 16px;
}
#fh5co-testimonial .item-block blockquote .fh5co-author cite,
#fh5co-agents .item-block blockquote .fh5co-author cite {
  font-style: normal;
}
#fh5co-testimonial .item-block .icon,
#fh5co-agents .item-block .icon {
  margin-top: 7px;
}



		/*****************end *************/
		/* .testimonial-card {
            background: linear-gradient(145deg, #f3f4f6, #ffffff);
            border-radius: 20px;
            box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
            transition: transform 0.3s ease;
        }

       
        .quote-icon {
            font-size: 4rem;
            color: #6366f1;
            opacity: 0.2;
        }

        .avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid #ffffff;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
	
		input[type="button"].carousel-control-prev:hover,
		button:hover,
		.button:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}
        .carousel-control-prev,
        .carousel-control-next {
            width: 40px;
            height: 40px;
            background-color: #6366f1;
            border-radius: 50%;
            top: 0%;
            transform: translateY(-50%);
        }

        .carousel-control-prev {
            left: -20px;
        }

        .carousel-control-next {
            right: -20px;
        }

        .carousel-indicators {
            bottom: -50px;
        }

        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #6366f1;
            opacity: 0.5;
        }

        .carousel-indicators .active {
            opacity: 1;
        } */
