body,
html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body {
  background: rgba(246, 246, 246, 0.97) !important;
}

.list-group-item {
  background-color: rgba(246, 246, 246, 0.97) !important;
}

/* Popup box BEGIN */

.hover_bkgr_fricc {
  cursor: pointer;
  display: none;
  height: 70%;
  position: fixed;
  text-align: center;
  top: 5%;
  width: 100%;
  z-index: 10000;
}

.hover_bkgr_fricc_share,
.hover_bkgr_fricc_menu {
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.hover_bkgr_fricc .helper,
.hover_bkgr_fricc_share .helper_share,
.hover_bkgr_fricc_menu .helper_menu {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.hover_bkgr_fricc > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 500px;
  min-height: 100px;
  vertical-align: middle;
  width: 90%;
  position: relative;
  border-radius: 8px;
  padding: 15px 0% 15px 1%;
  top: 5%;
  height: 80%;
}

.hover_bkgr_fricc_share > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 700px;
  min-height: 100px;
  vertical-align: middle;
  width: 90%;
  position: relative;
  border-radius: 8px;
  padding: 15px 5%;
  margin-left: 5%;
}

.hover_bkgr_fricc_menu > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 500px;
  min-height: 100px;
  vertical-align: middle;
  width: 90%;
  position: relative;
  border-radius: 8px;
  padding: 15px 0%;
  margin-left: -5%;
}

.popupCloseButton,
.popupCloseButton_share,
.popupCloseButton_menu {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 25px;
  line-height: 27px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.popupCloseButton:hover,
.popupCloseButton_share:hover,
.popupCloseButton_menu:hover {
  background-color: #ccc;
}

.trigger_popup_fricc,
.trigger_popup_fricc_share,
.trigger_popup_fricc_menu {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10%;
  color: #a9a9a9;
  background: #ffffff00;
  font-weight: bold;
  border-color: #a9a9a9;
  border-style: solid;
  text-align: center;
  height: 30px;
  border-radius: 25px;
  width: 80px;
}

.trigger_popup_fricc img,
.trigger_popup_fricc_share img {
  height: 19px;
}

.trigger_popup_fricc img {
  margin: 0 0 1px 2px;
}

.trigger_popup_fricc_share img {
  position: relative;
  right: 2px;
}

.share_popup .fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.share_popup .fa:hover {
  opacity: 0.7;
}

.share_popup .fa-facebook {
  background: #3b5998;
  color: white;
}

.share_popup .fa-whatsapp {
  background: green;
  color: white;
}

.share_popup .fa-twitter {
  background: #55acee;
  color: white;
}

.share_popup .fa-skype {
  background: #00aff0;
  color: white;
}

.share_popup .fa-envelope {
  background: red;
  color: white;
}

.share_popup {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

/* Popup box BEGIN */

/*scrollbar */

.about {
  scrollbar-width: thin;
  scrollbar-color: #babac0 #ffffff00;
}

.about::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

/* background of the scrollbar except button or resizer */

.about::-webkit-scrollbar-track {
  background-color: #fff;
}

/* scrollbar itself */

.about::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */

.about::-webkit-scrollbar-button {
  display: none;
}

.about {
  display: grid;
  grid-template-columns: 30% 70%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 90%;
}

.about .jumbotron,
.share_popup .jumbotron {
  background: #ffffff;
  text-align: left;
  margin-left: 2%;
  padding-top: 0;
  margin-right: 2%;
}

.about-main-page h5 {
  margin-top: 14%;
}

.about-main-page-content .jumbotron {
  background: #ffffff00;
  text-align: left;
  padding-top: 0;
  max-width: 500px;
}

.jumbotron p {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.about-image {
  overflow: hidden;
  width: 100%;
  max-width: 180px;
  margin-top: 0px;
}

.small_screen_buttons {
  margin-left: 10%;
  margin-top: 2%;
  width: 80%;
  /*display:grid; 
	grid-template-rows:1fr 1fr; 
	justify-content:center; */
  display: block;
}

/*dropup*/

.dropup {
  position: relative;
  display: inline-block;
}

.repeat,
.shuffle {
  display: none;
}

@media only screen and (max-width: 460px) {
  .repeat,
  .shuffle {
    display: block;
  }
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  bottom: 50px;
  z-index: 999;
  margin-bottom: 2%;
}

.dropup-content a {
  color: #ff2d00;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropup-content a:hover {
  color: #ff2d00;
}

/*dropup*/

.repeat a {
  margin: 0 10px 10px 10px;
}

.shuffle a {
  margin: 0 10px 0 10px;
}

.streaming_quality a {
  margin: 0 5px 0 5px;
  text-decoration: none;
}

.repeat a,
.shuffle a,
.streaming_quality a {
  color: #8d9293;
}

.repeat,
.shuffle,
.streaming_quality {
  margin-bottom: 20px;
}

img {
  font-size: 0;
}

.center-cropped img {
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
}

.list-group hr {
  border-color: #e3e3e3;
}

.more,
.more:hover,
.more:visited {
  margin-top: 4%;
  margin-bottom: 4%;
  background: none;
  color: #0E6667;
  display: inline-block;
  padding: 6px 0;
}

.search_heading {
  display: grid;
  grid-template-columns: 70% 30%;
}

.search-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.over {
  position: relative;
  left: 200px;
  top: 7rem;
  z-index: -1;
  max-height: 100%;
  max-width: 100%;
  width: 20rem;
  height: 20rem;
  overflow: hidden;
  border-radius: 4px;
}

.under {
  position: absolute;
  left: 0;
  z-index: -1;
  height: 20%;
  width: 100%;
  filter: blur(160px);
}

.wrapper {
  display: flex;
}

.images {
  height: 20rem;
  flex: 0 0 45%;
}

.details-text h1 {
  color: #000000;
}

.details-text h3,
.details-text h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Write the number of 
                              lines you want to be 
                              displayed */
  -webkit-box-orient: vertical;
}

.details-text {
  margin-right: 10%;
}

.details {
  display: grid;
  grid-template-columns: 80% 20%;
  margin-top: 7rem;
  width: 100%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}

.over_sd {
  position: relative;
  top: 3rem;
  z-index: -1;
  max-height: 100%;
  max-width: 100%;
  width: 16rem;
  height: 16rem;
  overflow: hidden;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.under_sd {
  position: absolute;
  left: 0;
  z-index: -1;
  height: 32rem;
  width: 100%;
  overflow: hidden;
  filter: blur(120px);
}

.wrapper_sd {
  display: none;
}

.wrapper_sd .trigger_popup_fricc {
  margin-right: 2%;
}

.wrapper_sd .trigger_popup_fricc_share {
  margin-left: 2%;
}

.images_sd {
  height: 20rem;
  margin-right: -20px;
}

.details_sd {
  margin-right: -20px;
  margin-top: -5px;
}

.play_all_sd {
  background-color: #ff2d00;
  color: #ffffff;
  height: 35px;
  font-size: 13px;
  border-style: solid;
  text-align: center;
  border-color: #ff2d00;
  border-radius: 25px;
  width: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
}

label {
  color: #a9a9a9;
  margin-top: 5px;
  font-size: 12px;
}

.row .list-group {
  margin-left: -8vh;
  margin-bottom: 4px;
  margin-left: 5%;
  /*width:max-content;*/
}

h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Write the number of 
                              lines you want to be 
                              displayed */
  -webkit-box-orient: vertical;
}

input[type="submit"] {
  background-color: transparent;
  color: #ff2d00;
  height: 40px;
  border-color: transparent;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.center-cropped {
  height: 150px;
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
}

h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Write the number of 
                              lines you want to be 
                              displayed */
  -webkit-box-orient: vertical;
  max-width: 250px;
}

.wall_image_title h6 {
  font-weight: 600;
}

.see_all,
.see_all:hover,
.see_all:visited {
  background-color: transparent;
  color: #0E6667;
  height: 40px;
  border-style: solid;
  text-align: center;
  border-color: #0E6667;
  border-radius: 14px;
  margin-left: 40%;
  width: 20%;
  margin-bottom: 20px;
  display: inline-block;
  padding: 6px 0;
  border-width: 3px;
  margin-top: 4%;
}

.play_all {
  background-color: #0E6667;
  color: #ffffff;
  height: 40px;
  border-style: solid;
  text-align: center;
  border-color: #0E6667;
  border-radius: 25px;
  width: 25%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.dualpart {
  display: grid;
  grid-template-columns: 80% 20%;
}

.dualpart_second {
  display: grid;
  grid-template-columns: 100%;
}

.sidepart_second {
  margin-top: 7rem;
}

.left_margin {
  margin-left: 14rem;
  margin-top: 5rem;
}

.sidepart img {
  width: 100%;
}

.ads img {
  width: 70%;
  margin-bottom: 40px;
  margin-top: 15px;
}

.ads_songlist img {
  width: 60%;
  margin-top: 8rem;
}

/*	.recommended_songs{
	margin-top:10%;}*/

#left_space {
  margin-left: 7%;
}

.bottom-section {
  display: grid;
  justify-content: center;
}

.bottom-section h3,
.season-section h3 {
  font-weight: 600;
  margin-left: -2%;
  margin-top: 10%;
}

.bottom-section-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 3%;
}

.season-heading {
  color: #000000;
  font-weight: 600;
  margin-bottom: 3%;
  text-align: left;
  margin-top: 12rem;
  margin-left: 4rem;
}

.season {
  margin-bottom: 10rem;
}

.bottom-section-content a,
.season-section a {
  width: 170px;
}

.prev.gone,
.next.gone {
  width: 1px;
  overflow: hidden;
}

.bottom-section-content h6,
.season-section h6 {
  width: 150px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Write the number of 
                              lines you want to be 
                              displayed */
  -webkit-box-orient: vertical;
  color: #8d9293;
  font-weight: bold;
}

.bottom-section-content img,
.season-section img {
  width: 150px;
  height: 150px;
  max-height: 100%;
  max-width: 100%;
  border-radius: 10px;
}

.season {
  display: grid;
  grid-template-columns: 3% 94% 3%;
  align-items: center;
}

.top_pos {
  margin-top: 5rem;
}

@media only screen and (max-width: 1400px) {
  .over {
    position: relative;
    left: 175px;
    top: 7rem;
    z-index: -1;
    max-height: 100%;
    max-width: 100%;
    width: 19rem;
    height: 19rem;
    overflow: hidden;
    border-radius: 4px;
  }
  .left_margin {
    margin-left: 11rem;
  }
}

@media only screen and (max-width: 1359px) {
  .see_all {
    margin-left: 35%;
  }
}

@media only screen and (max-width: 1309px) {
  .over {
    position: relative;
    left: 150px;
    top: 7rem;
    z-index: -1;
    max-height: 100%;
    max-width: 100%;
    width: 19rem;
    height: 19rem;
    overflow: hidden;
    border-radius: 4px;
  }
  .left_margin {
    margin-left: 12rem;
  }
}

@media only screen and (max-width: 1250px) {
  .left_margin {
    margin-left: 11rem;
  }
  .over {
    position: relative;
    left: 135px;
    top: 7rem;
    z-index: -1;
    max-height: 100%;
    max-width: 100%;
    width: 18rem;
    height: 18rem;
    overflow: hidden;
    border-radius: 4px;
  }
  .see_all {
    margin-left: 40%;
  }
  .search-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 1171px) {
  .bottom-section-content a {
    width: 150px;
  }
  .bottom-section-content h6 {
    width: 135px;
  }
  .bottom-section-content img {
    width: 135px;
    height: 135px;
  }
}

@media only screen and (max-width: 1100px) {
  .left_margin {
    margin-left: 10rem;
  }
  .over {
    position: relative;
    left: 120px;
    top: 7rem;
    z-index: -1;
    max-height: 100%;
    max-width: 100%;
    width: 17rem;
    height: 17rem;
    overflow: hidden;
    border-radius: 4px;
  }
  .see_all {
    margin-left: 30%;
  }
}

@media only screen and (max-width: 1010px) {
  .dualpart {
    grid-template-columns: 100%;
  }
  .see_all {
    margin-left: 40%;
  }
  .sidepart {
    display: none;
  }
  .left_margin {
    margin-left: 1rem;
  }
  .over {
    position: relative;
    left: 110px;
    top: 7rem;
    z-index: -1;
    max-height: 100%;
    max-width: 100%;
    width: 18rem;
    height: 18rem;
    overflow: hidden;
    border-radius: 4px;
  }
  .bottom-section-content a {
    width: 130px;
  }
  .bottom-section-content h6 {
    width: 120px;
  }
  .bottom-section-content img {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (max-width: 915px) {
  .over {
    left: 100px;
    top: 7rem;
    width: 17rem;
    height: 17rem;
  }
  .images {
    height: 18rem;
    flex: 0 0 45%;
  }
  .details {
    flex: 1;
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 865px) {
  .over {
    left: 100px;
    top: 7rem;
    width: 16rem;
    height: 16rem;
  }
  .images {
    height: 17rem;
    flex: 0 0 43%;
  }
  .details {
    flex: 1;
    margin-top: 6rem;
  }
  .left_margin {
    margin-left: 0rem;
  }
  .bottom-section-content a {
    width: 120px;
  }
  .bottom-section-content h6 {
    width: 110px;
  }
  .bottom-section-content img {
    width: 110px;
    height: 110px;
  }
}

@media only screen and (max-width: 810px) {
  .bottom-section-content a {
    width: 130px;
    margin-bottom: 20px;
  }
  .bottom-section-content h6 {
    width: 115px;
  }
  .bottom-section-content img {
    width: 115px;
    height: 115px;
  }
  .bottom-section-content {
    grid-template-columns: repeat(5, 1fr);
    height: 160px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 740px) {
  .ads img {
    width: 90%;
    margin-bottom: 40px;
    margin-top: 15px;
  }
  .ads_songlist img {
    width: 80%;
  }
}

@media only screen and (max-width: 710px) {
  .left_margin {
    margin-left: 6rem;
  }
  .list-group hr {
    border-color: #e2e2e2;
  }
  .over {
    left: 95px;
    top: 5rem;
    width: 15rem;
    height: 15rem;
  }
  .images {
    height: 16rem;
    flex: 0 0 42%;
  }
  .details {
    flex: 1;
    margin-top: 5rem;
  }
  .hover_bkgr_fricc > div,
  .hover_bkgr_fricc_menu > div {
    left: 3%;
  }
  .about-main-page-content .jumbotron {
    max-width: 400px;
  }
}

@media only screen and (max-width: 693px) {
  .search-list {
    grid-template-columns: 1fr;
  }
  .bottom-section-content a {
    width: 140px;
    margin-bottom: 30px;
  }
  .bottom-section-content h6 {
    width: 125px;
  }
  .bottom-section-content img {
    width: 125px;
    height: 125px;
  }
  .bottom-section-content {
    grid-template-columns: repeat(4, 1fr);
    height: 180px;
    overflow: hidden;
  }
  .bottom-section h3 {
    margin-top: 16%;
  }
  .left_margin {
    margin-left: 5rem;
  }
}

@media only screen and (max-width: 655px) {
  .over {
    left: 80px;
  }
  .left_margin {
    margin-left: 4rem;
  }
}

@media only screen and (max-width: 610px) {
  .wrapper {
    display: none;
  }
  .wrapper_sd {
    display: initial;
  }
  .left_margin {
    margin-top: 0;
    margin-left: 7rem;
  }
  .top_pos {
    margin-top: 2rem;
  }
  .trigger_popup_fricc {
    color: #ffffff;
    background: #0E6667;
    border: #0E6667 solid 1px;
    height: 50px;
    border-radius: 50%;
    width: 50px;
  }
  .trigger_popup_fricc_share {
    border: #a9a9a9 solid 0.8px;
    height: 50px;
    border-radius: 50%;
    width: 50px;
  }
  .trigger_popup_fricc_menu {
    height: 50px;
    border-radius: 50%;
    width: 50px;
  }
  .bottom-section-content a {
    width: 120px;
    margin-bottom: 40px;
  }
  .bottom-section h3 {
    font-size: 19px;
    margin-left: 0%;
  }
  .bottom-section-content h6 {
    width: 105px;
  }
  .bottom-section-content img {
    width: 105px;
    height: 105px;
  }
  .bottom-section-content {
    grid-template-columns: repeat(4, 1fr);
    height: 170px;
    overflow: hidden;
  }
  .about-main-page-content .jumbotron {
    max-width: 350px;
  }
}

@media only screen and (max-width: 570px) {
  .row .list-group {
    margin-left: 3%;
  }
}

@media only screen and (max-width: 552px) {
  .left_margin {
    margin-left: 4rem;
  }
  .row .list-group {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 550px) {
  .row .list-group {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 530px) {
  .row .list-group {
    margin-left: 4%;
  }
  .bottom-section-content a {
    width: 110px;
    margin-bottom: 40px;
  }
  .bottom-section-content h6 {
    width: 95px;
  }
  .bottom-section-content img {
    width: 95px;
    height: 95px;
  }
  .bottom-section-content {
    grid-template-columns: repeat(4, 1fr);
    height: 160px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 495px) {
  .row .list-group {
    margin-left: 2%;
  }
  .about-main-page-content .jumbotron {
    max-width: 300px;
  }
}

@media only screen and (max-width: 475px) {
  .see_all {
    margin-left: 40%;
  }
  #left_space {
    margin-left: 10%;
  }
  .share_popup .fa {
    padding: 15px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
  .hover_bkgr_fricc > div {
    left: 3%;
  }
  .hover_bkgr_fricc_menu > div {
    left: 1%;
  }
  .ads img {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 15px;
  }
  .ads_songlist img {
    width: 90%;
  }
  .bottom-section-content a {
    width: 93px;
    margin-bottom: 50px;
  }
  .bottom-section-content h6 {
    width: 80px;
  }
  .bottom-section-content img {
    width: 80px;
    height: 80px;
  }
  .bottom-section-content {
    grid-template-columns: repeat(4, 1fr);
    height: 160px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 470px) {
  .row .list-group {
    margin-left: 1%;
  }
}

@media only screen and (max-width: 465px) {
  .left_margin {
    margin-left: 3rem;
  }
}

@media only screen and (max-width: 450px) {
  .total_plays,
  .total_plays.small-details h6 {
    display: none;
  }
  .hover_bkgr_fricc_share > div {
    left: 1%;
  }
  .row .list-group {
    margin-left: 6%;
  }
}

@media only screen and (max-width: 430px) {
  .row .list-group {
    margin-left: 4%;
  }
}

@media only screen and (max-width: 410px) {
  .row .list-group {
    margin-left: 2%;
  }
  .bottom-section-content a {
    width: 85px;
    margin-bottom: 60px;
  }
  .bottom-section-content h6 {
    width: 70px;
  }
  .bottom-section-content img {
    width: 70px;
    height: 70px;
  }
  .bottom-section-content {
    grid-template-columns: repeat(4, 1fr);
    height: 150px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 390px) {
  .left_margin {
    margin-left: 2rem;
  }
  .hover_bkgr_fricc > div {
    left: 4%;
  }
}

@media only screen and (max-width: 365px) {
  .row .list-group {
    margin-left: 4%;
  }
  .bottom-section-content a {
    width: 80px;
  }
  .about-main-page-content .jumbotron {
    max-width: 270px;
  }
}

@media only screen and (max-width: 345px) {
  .row .list-group {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 340px) {
  .share_popup .fa {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
  .hover_bkgr_fricc_share > div {
    left: 2%;
  }
  .hover_bkgr_fricc > div {
    left: 5%;
  }
}

@media only screen and (max-width: 312px) {
  .left_margin {
    margin-left: 1rem;
  }
  .row .list-group {
    margin-left: 4%;
  }
}

@media only screen and (max-width: 285px) {
  .row .list-group {
    margin-left: 3%;
  }
}

/*-------------- recommended.php ---------------*/

.details-big {
  display: grid;
  grid-template-columns: 40% 40% 15% 5%;
  width: 800px;
}

.list-view-item h6 {
  font-weight: bold;
}

.list-view-item {
  display: flex;
  width: 95%;
  cursor: pointer;
  align-items: center;
  margin-top: 1.5rem;
}

.song_number {
  margin-right: 2rem;
}

.total_plays.small-details {
  display: flex;
  align-items: center;
  float: right;
}

.total_plays.small-details i {
  margin: 0 0 0 2rem;
  font-size: 34px;
}

.details-small h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Write the number of 
                              lines you want to be 
                              displayed */
  -webkit-box-orient: vertical;
}

.details-small {
  display: none;
}

.image_title h6 {
  font-weight: 600;
}

.group_artist {
  margin-right: 20px;
}

.image_title {
  /*min-width:340px;*/
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 3px;
  margin-right: 20px;
  margin-bottom: 0px;
  color: #000000;
}

@media only screen and (max-width: 1400px) {
  .image_title {
    min-width: 300px;
  }
}

@media only screen and (max-width: 1300px) {
  .image_title {
    min-width: 270px;
  }
}

@media only screen and (max-width: 1160px) {
  .image_title {
    min-width: 240px;
  }
}

@media only screen and (max-width: 1060px) {
  .image_title {
    min-width: 220px;
  }
}

@media only screen and (max-width: 1010px) {
  .image_title {
    min-width: 240px;
  }
}

@media only screen and (max-width: 950px) {
  .image_title {
    min-width: 220px;
  }
}

@media only screen and (max-width: 800px) {
  .image_title {
    min-width: 200px;
  }
}

@media only screen and (max-width: 710px) {
  .image_title {
    min-width: 350px;
  }
  .details-big,
  .song_number {
    display: none;
  }
  .details-small {
    display: flex;
  }
  .recommended_songs,
  .list-group,
  .list-view-item {
    width: max-content;
  }
}

@media only screen and (max-width: 610px) {
  .image_title {
    min-width: 250px;
  }
}

@media only screen and (max-width: 480px) {
  .image_title {
    min-width: 230px;
  }
}

@media only screen and (max-width: 450px) {
  .total_plays.small-details i {
    margin: 0px;
  }
}

@media only screen and (max-width: 365px) {
  .image_title {
    min-width: 210px;
  }
}

@media only screen and (max-width: 345px) {
  .image_title {
    min-width: 180px;
  }
}

/*----home big image height------*/

.col-lg-2,
.col-sm-3,
.col-md-4,
.col-xs-6 {
  max-width: 16rem;
  min-width: 16rem;
}

@media only screen and (max-width: 1400px) {
  .col-lg-2,
  .col-sm-3,
  .col-md-4,
  .col-xs-6 {
    max-width: 17rem;
    min-width: 16rem;
  }
}

@media only screen and (max-width: 1250px) {
  .col-lg-2,
  .col-sm-3,
  .col-md-4,
  .col-xs-6 {
    max-width: 16rem;
    min-width: 16rem;
  }
}

@media only screen and (max-width: 1171px) {
  .col-lg-2,
  .col-sm-3,
  .col-md-4,
  .col-xs-6 {
    max-width: 15rem;
    min-width: 15rem;
  }
  .center-cropped {
    height: 135px;
  }
}

@media only screen and (max-width: 1100px) {
  .col-lg-2,
  .col-sm-3,
  .col-md-4,
  .col-xs-6 {
    max-width: 16rem;
    min-width: 15rem;
  }
  .center-cropped {
    height: 145px;
  }
}

@media only screen and (max-width: 1010px) {
  .col-lg-2,
  .col-sm-3,
  .col-md-4,
  .col-xs-6 {
    max-width: 15rem;
    min-width: 15rem;
  }
  .center-cropped {
    height: 135px;
  }
}

@media only screen and (max-width: 915px) {
  .col-lg-2,
  .col-sm-3,
  .col-md-4,
  .col-xs-6 {
    max-width: 15rem;
    min-width: 14rem;
  }
}

@media only screen and (max-width: 865px) {
  .col-lg-2,
  .col-sm-3,
  .col-md-4,
  .col-xs-6 {
    max-width: 16rem;
    min-width: 15rem;
  }
  .center-cropped {
    height: 140px;
  }
}

@media only screen and (max-width: 760px) {
  .col-lg-2,
  .col-sm-3,
  .col-md-4,
  .col-xs-6 {
    max-width: 15rem;
    min-width: 14rem;
  }
}

@media only screen and (max-width: 710px) {
  .col-lg-2,
  .col-sm-3,
  .col-md-4,
  .col-xs-6 {
    max-width: 14rem;
    min-width: 13rem;
  }
  .center-cropped {
    height: 130px;
  }
}

@media only screen and (max-width: 665px) {
  .col-lg-2,
  .col-sm-3,
  .col-md-4,
  .col-xs-6 {
    max-width: 13rem;
    min-width: 13rem;
  }
  .center-cropped {
    height: 120px;
  }
}

@media only screen and (max-width: 620px) {
  .col-lg-2,
  .col-sm-3,
  .col-md-4,
  .col-xs-6 {
    max-width: 15rem;
    min-width: 14rem;
  }
  .center-cropped {
    height: 140px;
  }
}

@media only screen and (max-width: 550px) {
  .col-lg-2,
  .col-sm-3,
  .col-md-4,
  .col-xs-6 {
    max-width: 14rem;
    min-width: 13rem;
  }
  .center-cropped {
    height: 130px;
  }
}

@media only screen and (max-width: 517px) {
  .col-lg-2,
  .col-sm-3,
  .col-md-4,
  .col-xs-6 {
    max-width: 13rem;
    min-width: 12rem;
  }
  .center-cropped {
    height: 120px;
  }
}

@media only screen and (max-width: 475px) {
  .col-lg-2,
  .col-sm-3,
  .col-md-4,
  .col-xs-6 {
    max-width: 17rem;
    min-width: 2rem;
  }
  .center-cropped {
    height: 153px;
  }
}

@media only screen and (max-width: 389px) {
  .center-cropped {
    height: 150px;
  }
}

@media only screen and (max-width: 380px) {
  .center-cropped {
    height: 145px;
  }
}

@media only screen and (max-width: 360px) {
  .center-cropped {
    height: 140px;
  }
}

@media only screen and (max-width: 346px) {
  .center-cropped {
    height: 130px;
  }
}

/*-------------season margin-----------*/

@media only screen and (max-width: 1280px) {
  .season {
    grid-template-columns: 5% 93% 2%;
  }
}

@media only screen and (max-width: 1050px) {
  season-section a {
    width: 150px;
  }
  .season-section h6 {
    width: 140px;
  }
  .season-section img {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 1010px) {
  .season {
    margin-left: 3rem;
    grid-template-columns: 4% 94% 2%;
  }
  .season-heading {
    margin-left: 8rem;
  }
  .season-section a {
    width: 160px;
  }
  .season-section h6 {
    width: 150px;
  }
  .season-section img {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 950px) {
  .season {
    margin-left: 4rem;
  }
  .season-section a {
    width: 150px;
  }
  .season-section h6 {
    width: 140px;
  }
  .season-section img {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 910px) {
  .season-section a {
    width: 140px;
  }
  .season-section h6 {
    width: 130px;
  }
  .season-section img {
    width: 130px;
    height: 130px;
  }
}

@media only screen and (max-width: 882px) {
  .season {
    margin-left: 4rem;
    grid-template-columns: 5% 90% 5%;
  }
  .season-section a {
    width: 170px;
  }
  .season-section h6 {
    width: 150px;
  }
  .season-section img {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 800px) {
  .season {
    margin-left: 4rem;
  }
  .season-section a {
    width: 150px;
  }
  .season-section h6 {
    width: 140px;
  }
  .season-section img {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 750px) {
  .season {
    margin-left: 5rem;
    grid-template-columns: 7% 85% 8%;
  }
  .season-section a {
    width: 170px;
  }
  .season-section h6 {
    width: 150px;
  }
  .season-section img {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 710px) {
  .season {
    margin-left: 0rem;
    grid-template-columns: 7% 85% 8%;
  }
  .season-heading {
    margin-left: 4rem;
  }
}

@media only screen and (max-width: 670px) {
  .season-section a {
    width: 150px;
  }
  .season-section h6 {
    width: 140px;
  }
  .season-section img {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 630px) {
  .season {
    margin-left: 0rem;
    grid-template-columns: 5% 90% 5%;
  }
}

@media only screen and (max-width: 610px) {
  .season {
    margin-left: 0rem;
    display: block;
  }
  .season-heading {
    margin-top: 0;
  }
  .season-section a {
    width: 145px;
  }
  .season-section h6 {
    width: 130px;
  }
  .season-section img {
    width: 130px;
    height: 130px;
  }
  .next,
  .prev {
    display: none;
  }
  .season-heading {
    margin-left: 0rem;
  }
}

@media only screen and (max-width: 510px) {
  .season {
    margin-left: 0rem;
  }
  .season-section a {
    width: 130px;
  }
  .season-section h6 {
    width: 125px;
  }
  .season-section img {
    width: 125px;
    height: 125px;
  }
  .next,
  .prev {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .season {
    margin-left: 2rem;
  }
  .season-section a {
    width: 180px;
  }
  .season-section h6 {
    width: 165px;
  }
  .season-section img {
    width: 165px;
    height: 100px;
    object-fit: cover;
  }
  .next,
  .prev {
    display: none;
  }
}

@media only screen and (max-width: 412px) {
  .season {
    margin-left: 1rem;
  }
  .season-section a {
    width: 170px;
  }
  .season-section h6 {
    width: 160px;
  }
  .season-section img {
    width: 160px;
    height: 95px;
  }
  .next,
  .prev {
    display: none;
  }
}

@media only screen and (max-width: 382px) {
  .season-section a {
    width: 160px;
  }
  .season-section h6 {
    width: 150px;
  }
  .season-section img {
    width: 150px;
    height: 90px;
  }
  .next,
  .prev {
    display: none;
  }
}

@media only screen and (max-width: 362px) {
  .season-section a {
    width: 150px;
  }
  .season-section h6 {
    width: 145px;
  }
  .season-section img {
    width: 145px;
    height: 87px;
  }
  .next,
  .prev {
    display: none;
  }
}

@media only screen and (max-width: 332px) {
  .season-section a {
    width: 145px;
  }
  .season-section h6 {
    width: 135px;
  }
  .season-section img {
    width: 135px;
    height: 85px;
  }
  .next,
  .prev {
    display: none;
  }
}

/*player height*/

#player_view {
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 999;
  position: fixed;
  bottom: 0;
  background-color: #ffffff;
  width: 100%;
  height: 7rem;
}

.footer-end {
  color: #8d9293;
  margin-bottom: 7%;
}

@media only screen and (max-width: 1000px) {
  .footer-end {
    margin-bottom: 9%;
  }
}

@media only screen and (max-width: 800px) {
  .footer-end {
    margin-bottom: 11%;
  }
}

@media only screen and (max-width: 650px) {
  .footer-end {
    margin-bottom: 13%;
  }
}

@media only screen and (max-width: 550px) {
  .footer-end {
    margin-bottom: 15%;
  }
}

@media only screen and (max-width: 480px) {
  .footer-end {
    margin-bottom: 17%;
  }
}

@media only screen and (max-width: 400px) {
  .footer-end {
    margin-bottom: 21%;
  }
  .streaming_quality a {
    margin: 0 3px 0 3px;
  }
}

@media only screen and (max-width: 340px) {
  .footer-end {
    margin-bottom: 25%;
  }
  .streaming_quality a {
    margin: 0 1px 0 1px;
  }
}

@media only screen and (max-height: 450px) {
  .about {
    height: 85%;
  }
}

@media only screen and (max-height: 300px) {
  .about {
    height: 80%;
  }
}

@media only screen and (max-height: 250px) {
  .about {
    height: 75%;
  }
}

.footer-copyright a,
.footer-copyright a:hover,
.footer-copyright a:visited {
  color: #8d9293;
  font-family: "Poppins" !important;
}

.app-footer h5 {
  color: #000000;
  font-weight: 600;
  text-align: left;
  font-family: "Poppins" !important;
}

.app-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.app-footer li {
  margin-right: 25px;
  text-align: left;
  cursor: pointer;
}

.app-footer .col-xs-12 {
  grid-template-columns: repeat(3, 1fr);
  margin-left: 3rem !important;
  display: grid !important;
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 1205px) {
  .app-footer .col-xs-12 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (max-width: 1035px) {
  .app-footer .col-xs-12 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .app-footer .col-xs-12 {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 1rem !important;
  }
}

@media only screen and (max-width: 350px) {
  .app-footer .col-xs-12 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*loader*/

@keyframes ldio-1s1ilzj068z {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ldio-1s1ilzj068z div {
  position: absolute;
  animation: ldio-1s1ilzj068z linear 1s infinite;
  background: #fe718d;
  width: 7px;
  height: 14px;
  border-radius: 7px / 5px;
  transform-origin: 10px 35px;
}

.ldio-1s1ilzj068z div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.99s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(2) {
  transform: rotate(3.6deg);
  animation-delay: -0.98s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(3) {
  transform: rotate(7.2deg);
  animation-delay: -0.97s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(4) {
  transform: rotate(10.8deg);
  animation-delay: -0.96s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(5) {
  transform: rotate(14.4deg);
  animation-delay: -0.95s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(6) {
  transform: rotate(18deg);
  animation-delay: -0.94s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(7) {
  transform: rotate(21.6deg);
  animation-delay: -0.93s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(8) {
  transform: rotate(25.2deg);
  animation-delay: -0.92s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(9) {
  transform: rotate(28.8deg);
  animation-delay: -0.91s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(10) {
  transform: rotate(32.4deg);
  animation-delay: -0.9s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(11) {
  transform: rotate(36deg);
  animation-delay: -0.89s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(12) {
  transform: rotate(39.6deg);
  animation-delay: -0.88s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(13) {
  transform: rotate(43.2deg);
  animation-delay: -0.87s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(14) {
  transform: rotate(46.8deg);
  animation-delay: -0.86s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(15) {
  transform: rotate(50.4deg);
  animation-delay: -0.85s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(16) {
  transform: rotate(54deg);
  animation-delay: -0.84s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(17) {
  transform: rotate(57.6deg);
  animation-delay: -0.83s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(18) {
  transform: rotate(61.2deg);
  animation-delay: -0.82s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(19) {
  transform: rotate(64.8deg);
  animation-delay: -0.81s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(20) {
  transform: rotate(68.4deg);
  animation-delay: -0.8s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(21) {
  transform: rotate(72deg);
  animation-delay: -0.79s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(22) {
  transform: rotate(75.6deg);
  animation-delay: -0.78s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(23) {
  transform: rotate(79.2deg);
  animation-delay: -0.77s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(24) {
  transform: rotate(82.8deg);
  animation-delay: -0.76s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(25) {
  transform: rotate(86.4deg);
  animation-delay: -0.75s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(26) {
  transform: rotate(90deg);
  animation-delay: -0.74s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(27) {
  transform: rotate(93.6deg);
  animation-delay: -0.73s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(28) {
  transform: rotate(97.2deg);
  animation-delay: -0.72s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(29) {
  transform: rotate(100.8deg);
  animation-delay: -0.71s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(30) {
  transform: rotate(104.4deg);
  animation-delay: -0.7s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(31) {
  transform: rotate(108deg);
  animation-delay: -0.69s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(32) {
  transform: rotate(111.6deg);
  animation-delay: -0.68s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(33) {
  transform: rotate(115.2deg);
  animation-delay: -0.67s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(34) {
  transform: rotate(118.8deg);
  animation-delay: -0.66s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(35) {
  transform: rotate(122.4deg);
  animation-delay: -0.65s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(36) {
  transform: rotate(126deg);
  animation-delay: -0.64s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(37) {
  transform: rotate(129.6deg);
  animation-delay: -0.63s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(38) {
  transform: rotate(133.2deg);
  animation-delay: -0.62s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(39) {
  transform: rotate(136.8deg);
  animation-delay: -0.61s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(40) {
  transform: rotate(140.4deg);
  animation-delay: -0.6s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(41) {
  transform: rotate(144deg);
  animation-delay: -0.59s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(42) {
  transform: rotate(147.6deg);
  animation-delay: -0.58s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(43) {
  transform: rotate(151.2deg);
  animation-delay: -0.57s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(44) {
  transform: rotate(154.8deg);
  animation-delay: -0.56s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(45) {
  transform: rotate(158.4deg);
  animation-delay: -0.55s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(46) {
  transform: rotate(162deg);
  animation-delay: -0.54s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(47) {
  transform: rotate(165.6deg);
  animation-delay: -0.53s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(48) {
  transform: rotate(169.2deg);
  animation-delay: -0.52s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(49) {
  transform: rotate(172.8deg);
  animation-delay: -0.51s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(50) {
  transform: rotate(176.4deg);
  animation-delay: -0.5s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(51) {
  transform: rotate(180deg);
  animation-delay: -0.49s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(52) {
  transform: rotate(183.6deg);
  animation-delay: -0.48s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(53) {
  transform: rotate(187.2deg);
  animation-delay: -0.47s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(54) {
  transform: rotate(190.8deg);
  animation-delay: -0.46s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(55) {
  transform: rotate(194.4deg);
  animation-delay: -0.45s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(56) {
  transform: rotate(198deg);
  animation-delay: -0.44s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(57) {
  transform: rotate(201.6deg);
  animation-delay: -0.43s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(58) {
  transform: rotate(205.2deg);
  animation-delay: -0.42s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(59) {
  transform: rotate(208.8deg);
  animation-delay: -0.41s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(60) {
  transform: rotate(212.4deg);
  animation-delay: -0.4s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(61) {
  transform: rotate(216deg);
  animation-delay: -0.39s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(62) {
  transform: rotate(219.6deg);
  animation-delay: -0.38s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(63) {
  transform: rotate(223.2deg);
  animation-delay: -0.37s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(64) {
  transform: rotate(226.8deg);
  animation-delay: -0.36s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(65) {
  transform: rotate(230.4deg);
  animation-delay: -0.35s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(66) {
  transform: rotate(234deg);
  animation-delay: -0.34s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(67) {
  transform: rotate(237.6deg);
  animation-delay: -0.33s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(68) {
  transform: rotate(241.2deg);
  animation-delay: -0.32s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(69) {
  transform: rotate(244.8deg);
  animation-delay: -0.31s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(70) {
  transform: rotate(248.4deg);
  animation-delay: -0.3s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(71) {
  transform: rotate(252deg);
  animation-delay: -0.29s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(72) {
  transform: rotate(255.6deg);
  animation-delay: -0.28s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(73) {
  transform: rotate(259.2deg);
  animation-delay: -0.27s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(74) {
  transform: rotate(262.8deg);
  animation-delay: -0.26s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(75) {
  transform: rotate(266.4deg);
  animation-delay: -0.25s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(76) {
  transform: rotate(270deg);
  animation-delay: -0.24s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(77) {
  transform: rotate(273.6deg);
  animation-delay: -0.23s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(78) {
  transform: rotate(277.2deg);
  animation-delay: -0.22s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(79) {
  transform: rotate(280.8deg);
  animation-delay: -0.21s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(80) {
  transform: rotate(284.4deg);
  animation-delay: -0.2s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(81) {
  transform: rotate(288deg);
  animation-delay: -0.19s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(82) {
  transform: rotate(291.6deg);
  animation-delay: -0.18s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(83) {
  transform: rotate(295.2deg);
  animation-delay: -0.17s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(84) {
  transform: rotate(298.8deg);
  animation-delay: -0.16s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(85) {
  transform: rotate(302.4deg);
  animation-delay: -0.15s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(86) {
  transform: rotate(306deg);
  animation-delay: -0.14s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(87) {
  transform: rotate(309.6deg);
  animation-delay: -0.13s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(88) {
  transform: rotate(313.2deg);
  animation-delay: -0.12s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(89) {
  transform: rotate(316.8deg);
  animation-delay: -0.11s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(90) {
  transform: rotate(320.4deg);
  animation-delay: -0.1s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(91) {
  transform: rotate(324deg);
  animation-delay: -0.09s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(92) {
  transform: rotate(327.6deg);
  animation-delay: -0.08s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(93) {
  transform: rotate(331.2deg);
  animation-delay: -0.07s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(94) {
  transform: rotate(334.8deg);
  animation-delay: -0.06s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(95) {
  transform: rotate(338.4deg);
  animation-delay: -0.05s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(96) {
  transform: rotate(342deg);
  animation-delay: -0.04s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(97) {
  transform: rotate(345.6deg);
  animation-delay: -0.03s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(98) {
  transform: rotate(349.2deg);
  animation-delay: -0.02s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(99) {
  transform: rotate(352.8deg);
  animation-delay: -0.01s;
  background: #fe718d;
}

.ldio-1s1ilzj068z div:nth-child(100) {
  transform: rotate(356.4deg);
  animation-delay: 0s;
  background: #fe718d;
}

#loader {
  width: 100%;
  height: 80px;
  overflow: hidden;
  background: transparent;
  margin-top: 15%;
  display: none;
  position: absolute;
  z-index: 99999;
}

.ldio-1s1ilzj068z {
  margin-left: 38%;
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-1s1ilzj068z div {
  box-sizing: content-box;
}

/* header style */

.back {
  background: rgba(246, 246, 246, 0.97);
}

.topnav {
  overflow: hidden;
}

.back input[type="text"],
.back textarea {
  box-shadow: 0 0 5px #0E6667;
  border: 1px solid #0E6667;
}

.topnav a {
  float: right;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  color: #4caf50;
}

.back .fa {
  font-size: 25px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.back .search_bar {
  display: grid;
  grid-template-columns: 70% 4% 26%;
}

.back .form-control {
  width: 95%;
  margin-left: 5%;
  margin-top: 1%;
}

.suprise_me,
.suprise_me:hover,
.suprise_me:visited {
  background-color: #e3e3e3;
  color: #ff2d00;
  height: 49px;
  border-style: solid;
  text-align: center;
  border-color: #e3e3e3;
  border-radius: 25px;
  margin-top: 4%;
  margin-left: 10%;
  width: 85%;
  display: inline-block;
  padding: 11px 0;
}

.download_app {
  background-color: #0E6667;
  color: #ffffff;
  height: 48px;
  width: 95%;
  border-style: solid;
  text-align: center;
  border-color: #0E6667;
  border-radius: 25px;
  margin-top: 2%;
}

.download_app_small {
  background-color: #d5dbdb;
  color: #1f618d;
  float: right;
  border-style: solid;
  text-align: center;
  border-color: #d5dbdb;
  border-radius: 25px;
  margin-top: 1%;
}

.header_download_app_small {
  background-color: #0E6667;
  display: none;
  margin-top: 1%;
  margin-bottom: 0;
  text-align: center;
}

.back h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Write the number of 
                               lines you want to be 
                               displayed */
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1220px) {
  .back .form-control {
    max-height: 48px;
  }
  .suprise_me {
    height: 48px;
    margin-top: 3%;
  }
  .download_app {
    height: 45px;
    margin-top: 2%;
  }
  .back .search_bar {
    display: grid;
    grid-template-columns: 66% 6% 28%;
  }
}

@media screen and (max-width: 1050px) {
  .back .search_bar {
    display: grid;
    grid-template-columns: 65% 5% 30%;
  }
  .back .form-control {
    max-height: 44px;
  }
  .suprise_me {
    height: 44px;
    margin-top: 4%;
  }
  .download_app {
    height: 42px;
  }
}

@media screen and (max-width: 950px) {
  .back .form-control {
    max-height: 46px;
  }
  .back .search_bar {
    display: grid;
    grid-template-columns: 64% 4% 32%;
  }
}

@media screen and (max-width: 900px) {
  .back .search_bar {
    display: grid;
    grid-template-columns: 70% 30%;
  }
  .back .form-control {
    max-height: 46px;
  }
  .download_app {
    display: none;
  }
  .header_download_app_small {
    display: grid;
    grid-template-columns: 60% 40%;
  }
  .suprise_me {
    height: 46px;
    margin-top: 2%;
    width: 85%;
  }
}

@media screen and (max-width: 650px) {
  .back .search_bar {
    display: grid;
    grid-template-columns: 70% 30%;
  }
  .back .form-control {
    max-height: 45px;
    width: 95%;
  }
  .suprise_me {
    height: 45px;
    margin-top: 1%;
    width: 85%;
  }
  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.back .img1 {
  max-height: 46px;
  max-width: 46px;
  margin-left: 7%;
}

.back .img2 {
  max-height: 100px;
  max-width: 70px;
}

@media screen and (max-width: 600px) {
  .back .form-control {
    max-height: 40px;
    width: 95%;
  }
  .back .img1 {
    max-height: 40px;
    max-width: 40px;
    margin-left: 8%;
  }
  .back .img2 {
    max-height: 90px;
    max-width: 65px;
  }
}

@media screen and (max-width: 585px) {
  .back .search_bar {
    display: grid;
    grid-template-columns: 100%;
  }
  .header_suprise {
    display: none;
  }
  .back .form-control {
    max-height: 40px;
    width: 90%;
  }
}