/* carousel button left and right css */
.carousel-control-prev
{
left:-60px;
}

.carousel-control-next
{
right:-60px;
}

.carousel-control-prev-icon
{
width:40px;
height:40px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 40px;
  width: 40px;
  background-size: 100%, 100%;
  border-radius: 50%;
  /*background-color:#000;*/
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: "\276F";
  font-size: 45px;
	font-weight: bold;
  color: #fe0000;
}

.carousel-control-prev-icon:after {
  content: "\276E";
  font-size: 45px;
font-weight: bold;
  color: #fe0000;
}

/* carousel button left and right css */


/*calendar modal box */

.modal-lg
{
max-width:1024px;
}

/*calendar modal box */

/* .descText {
  font-size: 18px;
  color: #333;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 5px;
  font-family: "PT-serif";
} */


.pull-left span
{
  margin-right: 5px;
    float: left;
}
.pull-left {
    float: left!important;

}

.text-center {
    text-align: center;
}




/* footer red line */


