/*custom css*/
.navbar-light{
	background: white !important;
}
.bg-mine{
	background: #c84449 !important;
	margin-bottom: 50px;
}
.fixed-top{
	/*padding-top: 20px !important;
  margin-top: 20px;*/
}
 .stv-radio-buttons-wrapper {
                                       //clear: both;
                                       display: flex;
                                       align-content: space-between;
                                       //justify-content: space-between;
                                       //flex-basis: content;
                                        flex-wrap: nowrap;
                                        align-items: stretch;
                                        justify-content: left;
                                        flex-grow: 1;


                                       
                                       }
                                     .stv-radio-button {
                                       position: absolute;
                                       left: -9999em;
                                       top: -9999em;
                                      // width: 33% !important;

                                    }
                                     .stv-radio-button + label {
                                       float: left;
                                       padding: 0.5em 1em;
                                       cursor: pointer;
                                       border: 1px solid #5C5C5C;
                                       margin-right: -1px;
                                       color: #fff;
                                       background-color: #5C5C5C;
                                    }
                                     .stv-radio-button + label:first-of-type {
                                       border-radius: 0.7em 0 0 0.7em;
                                    }
                                     .stv-radio-button + label:last-of-type {
                                       border-radius: 0 0.7em 0.7em 0;
                                    }
                                     .stv-radio-button:checked + label {
                                       background-color: #c84449;
                                       border-color: #c84449;
                                    }
  @media screen and (max-width: 1200px) {
     .stv-radio-button + label {
                                       
                                       padding: 0.3em 0.7em;

                                }

  
}

@media screen and (max-width: 368px) {
     .stv-radio-button + label {
                                       
                                       padding: 0.3em 0.4em;

                                }

  
}
@media screen and (max-width: 344px) {
     .stv-radio-button + label {
                                       
                                       padding: 0.3em 0.4em;
                                       font-size: 12px;

                                }

  
}

.header-top{
  top: 0px;
}
.junee{
  top: 30px !important;
}

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

    .header-top{
      display: none;
    }
    .junee{
       top: 0px !important;
    }


}