/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 i.fa.fa-star {
    color: #c23b27;
}
i.fa.fa-star.cn_star_o {
    color: #f0a69a;
}
.thumbnail_url img {
    width: 100%;
}
 .cn_box_shadow {
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgb(51 51 51 / 23%);
        margin-bottom: 15px;
}

.cn_title{
	font-weight: bold;
}
.all_programs .cn_title{
    margin-top: 20px;
}
.cn_card-header {
    text-align: center;
    background: #000!important;
    color: #fff;
    border-radius: 10px 10px 0 0 !important;
}
.cn_programs {
   text-transform: uppercase;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 73%;
    text-align: center;
    color: #fff;
    padding: 6px;
    border-radius: 6px;
    background: #5ca031;
    font-size: 14px;
}
ul.str_rateit {
    font-size: 14px;
    font-weight: 400;
}
select.cn-form-control {
    border-radius: 50px;
}

.cn_body{
    line-height: 0;
}
.cn_card-body {
    padding: 0px !important;
}
.Plus_icon {
    position: absolute;
    right: 10px;
    top: 35%;
    width: 55px;
    height: 55px;
    background: url(https://iexp360.com/wp-content/plugins/horizons/public/img/Add.svg);
    background-size: contain;
}

.Plus_icon:hover{
    background: url(https://iexp360.com/wp-content/plugins/horizons/public/img/Add-hover.svg);
    background-size: contain;
}

.cn_card-footer {
    position: relative;
    padding: 10px;
}
.cn_card-footer {
    padding: 5px 10px 10px 10px;
}
ul.str_rateit {
    margin: 0;
    padding-inline-start: 0px!important
}
ul.str_rateit li {
    list-style: none !important;
    margin-bottom: 6px;
}
.rateit {
    margin-left: 12px;
}
.text-center{
    text-align: center;
}
.cn_stitle{

}



/*///*/
/* cn_tooltip container */
.cn_tooltip {
      margin-right: 5px;
  position: relative;
  display: inline-block;
}

/* cn_tooltip text */
.cn_tooltip .cn_tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

/* Show the cn_tooltip text when you mouse over the cn_tooltip container */
.cn_tooltip:hover .cn_tooltiptext {
  visibility: visible;
}
.cn_tooltip {
    float: left;
    margin-top: 2px
}



select.cn-form-control {
     -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/Dropdown.svg) no-repeat right;
}
.cn_icon{
     width: 20px;
     height: 20px;
     background: url(../img/Info.svg) no-repeat right;
     background-size: contain;
}


.cn_icon:hover{
    background: url(../img/Info-hover.svg) no-repeat right;
    background-size: contain;
}
@media only screen and (max-width: 600px) {
 .cn_stitle {
    font-size: 11px;
    }
    .cn_icon  {
        width: 18px !important;
    }
}
.thumbnail_url {
    /*line-height: 0;*/
}


.cn_b_title {
    /*position: absolute;
    z-index: 999999;*/
    padding: 20px 15px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px #030400;
}
.cn_plus{
  position: absolute;
    color: #fff;
    bottom: 5px;
    right: 7px;
    font-size: 35px;
}


/*the container must be positioned relative:*/
.select-selected {
    background: url(../img/Dropdown.png);
    background-position: right;
    background-repeat: no-repeat;
}
.select-selected:hover {
    background: url(../img/Dropdown-hover.png);
    background-position: right;
    background-repeat: no-repeat;
}
.select-items div:first-child {
    border-top: none;
    background: transparent !important;
    padding-top: 30px;
}
.select-items div:first-child:hover {
    /*background-color: #053D3D!important;*/
    color: #053D3D!important;
}
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: transparent !important;
    border-radius: 50px !important;
    border-color: #053D3D !important;
    color: #053D3D;
    font-family: "Futura Std Book", Sans-serif;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    height: 45px;
    font-size: 14px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  /*position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;*/
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  /*border-color: transparent transparent #fff transparent;
  top: 14px;*/
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #053D3D;
  padding: 12px 23px;
  border: 1px solid transparent;
  border-color: #053D3D;
  cursor: pointer;
  user-select: none;
  font-family: "Futura Std Book", Sans-serif;
  
}
.select-items div {
    background: #f8eed7;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: transparent;
  top: 96%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: -15px;
  padding-top: 0px;
  border-radius: 0px 0px 5px 5px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #053D3D;
  color: white;
}