 .text-content{
  width: 100%;
  background-color: #fff;
  color: black; 
  border-radius: 5px; 
  padding: 15px 10px 15px 15px;
  text-align: justify; 
  margin-bottom: 10px;
 } 
 .head_title{
  font-weight: 600;
  font-size: 25px;
  color: #912931;   
 }
 .detail {    
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;      
}
.detail img {
    width: 100%;
    height: auto;
    padding: 15px;    
}
.detail-box {
    margin-left: 10px;     
}
.detail-box h4 {
    font-family: 'Bree Serif', serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #21416d;
    padding-top: 10px;
    margin-bottom: 10px;    
}

.detail-box p{
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    margin-right: 10px;
}

.detail-box p a{
  border-bottom: 1px dotted #529cec;
  text-decoration: none;
  color: #529cec;
}
.detail-box p a:hover{
    color: #27c74c;
    border-bottom: 1px dotted #27c74c;
}
.detail-box p i.fas{
  color: #27c74c;
}

.detail-box ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
.detail-box ul li{
      list-style-type: none;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    border: 1px solid #21416d;
    padding: 2px 6px;
    border-radius: 2px;
}
.detail-box ul li:hover{
  background-color: #21416d;
  border: 2px solid #21416d;
  color: #fff;
}
.detail-box h6{
    font-size: 14px;
    line-height: 18px;
}
.detail-box h6 i.fa{
  color: #27c74c;
}
.detail-box h6 span{
  float: right;
  font-family: 'Bree Serif', serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #27c74c;  
  margin-right: 10px;
}
.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.4);
}

.detail-body{
  padding: 40px 0;
}

.title{
  padding-bottom: 30px;
}
.offer {
    background:#198754;
    max-width: 150px;    
    font-size: 12px;
    line-height: 24px;
    font-weight:500;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 15px; 
    padding-left: 10px; 
    padding-right: 5px;
}
.offer-text {
    color: white;
    padding: 15px;
    font-weight: 700;
}
.offer-text-2 {
    color: white;
    font-weight: 700;
    margin-left: 25px;
}
.eligibal{
    padding: 20px;
    border: 1px solid #eee;
    background-color: rgba(239, 238, 238, 0.19);
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fcfcfc;
    margin-top: -31px;
    position: absolute;
    right: 50px;
    z-index: 9999;
}

.eligibal p{
  font-size: 13px;
  line-height: 20px;
}

.ribbon {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 94px;
    height: 94px;
    text-align: center;
}

.ribbon span {
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    line-height: 25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 145px;
    display: block;
    background: #f94141;
    background: linear-gradient(#912931 0,#912931 100%);
    text-shadow: 1px 1px 2px rgba(0,0,0,.25);
    position: absolute;
    top: 25px;
    left: -34px;
}

.detail .discount-holder {
    color: #fff;
    background: #27c74c;
    top: 5px;
    right: -5px;
    position: relative;
    border-radius: 0 5px 0 0;
    float: right;
    font-size: 12px;
}

.detail .discount-holder span {
    display: block;
    position: relative;
    padding: 2px 12px 2px 8px;
}

.detail .discount-holder span:before {
    width: 0;
    height: 0;
    border-top: 17px solid #27c74c;
    border-left: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -15px;
    content: '';
}

.detail .discount-holder span:after {
    width: 0;
    height: 0;
    border-bottom: 17px solid #27c74c;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: 0;
    left: -15px;
    content: '';
}

.detail .discount-holder:after {
    background: #38bb56;
    border-bottom-right-radius: 4px;
    bottom: -6px;
    content: "";
    height: 6px;
    right: 0;
    position: absolute;
    width: 5px;
}
.alinkde{
text-decoration: none;
color: #000;
}

.sdropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 110px;
  background: #27c74c;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.sdropdown:before, .sdropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none;
}

.sdropdown:before {
  border-bottom-style: solid;
  border-top: none;
}

.sdropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.sdropdown-select {
  position: relative;
  width: 110px;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #ffff;  
  background: #006699; /* Fallback for IE 8 */
  background: rgba(0, 0, 0, 0) !important; /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 3px;
  -webkit-appearance: none;
}

.sdropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #ffff;  
  
}

.sdropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #006699;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */

.lt-ie9 .sdropdown {
  z-index: 1;
}

.lt-ie9 .sdropdown-select {
  z-index: -1;
}

.lt-ie9 .sdropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */

@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}


.sshowbutton {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 160px;  
  border-radius: 3px; 
}

.showresult{
    border:1px solid #26c24a; border-radius: 5px 5px 5px 5px !important;
    height: 28px;
    background: #27c74c;
    color: #fff;
    font-size: 13px;
}


 @media screen and (min-width: 600px) {
.headmobile {
color: #fff !important;
padding-bottom: 5px; padding-top: 5px; font-weight:500;
font-size: 18px;
}
.heightdesk{
    max-height: 150px;
    min-height: 150px;
}

} 
@media screen and (min-device-width: 0px) and (max-device-width : 480px) {

.headdesk {
color: #fff !important;
padding-bottom: 5px; padding-top: 5px; font-weight:500;
text-align: center !important;
font-size: 18px;
}
}   
