body {
  color: #ffffff !important;
  background-color: #1676c2 !important;
  font-size: 13px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  text-align: center;
  margin: 0 !important;
}
body #nav {
  max-width: 600px;
  border-bottom: 1px #156aae solid;
  margin: 0 auto 30px auto;
  padding: 5px 0;
}
body #nav a,
#footer a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 5%;
}

body #content {
  max-width: 600px;
  margin: 0 auto;
}
body #content #logo {
  border: none;
  margin: 0 auto 60px auto;
}
.blocked_error {
  border: 1px solid #ebccd1;
  border-radius: 6px;
  text-align: center;
  padding: 10px;
  background: #f2dede;
  max-width: 80%;
  margin: 20px auto 0;
  color: #a94442;
}

.blocked_error p {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
#spin_loader {
  filter: invert(1);
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 50px;
}
ul {
  padding-left: 15px;
}
li {
  margin: 10px 0;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#content form {
  background-color: #ffffff;
  width: 100%;
  height: 42px;
  border-radius: 2px;
  margin: 0 auto 5px auto;
  position: relative;
}
form #keyword {
  color: #2c2c2c;
  background-color: transparent;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  float: left;
  width: 85.66666666666667%;
  height: 42px;
  border: none;
  padding: 0 3%;
}

#search_form button#form_submit {
  color: #2c2c2c;
  background-color: transparent;
  font-size: 21px;
  /* float: left; */
  width: 8.333333333333333%;
  height: 42px;
  border: none;
  padding: 7px;
  cursor: pointer;
}

#search_form button#form_submit img {
  width: fit-content;
  height: -webkit-fill-available;
}

form #keyword:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

/* form #form_submit {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #fff;
  background-color: #156aae;
  font-size: 13px;
  font-weight: 600;
  width: 10%;
  height: 30px;
  border-radius: 2px;
  padding: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  border: none;
} */
#form_text {
  font-size: 11px;
}
#form_text a:link,
#form_text a:visited {
  color: #ffffff;
}
.response.error {
  color: #9e0d0d;
  margin-top: 20px;
  font-size: 20px;
}
#footer {
  max-width: 600px;
  border-top: 1px #156aae solid;
  margin: 30px auto 0 auto;
  padding: 5px 0;
}
.result {
  background-color: #156aae;
  text-align: center;
  width: 96.66666666666667%;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 1.666666666666667%;
}
.result .y_title {
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.result .y_description {
  font-size: 11px;
  width: 100%;
  margin: 0 auto 15px auto;
}
.result .options a {
  color: #2c2c2c;
  background-color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2px;
  margin-right: 0.8333333333333333%;
  padding: 5px 1.666666666666667%;
  display: inline-block;
  cursor: pointer;
}
input:focus-visible {
  outline: none !important;
}
#text {
  text-align: justify;
  width: 100%;
  margin-top: 0px;
}
#text h1 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 5px 0;
}
#text p {
  width: 100%;
  line-height: 23px;
}
.link {
  color: #fff;
}
.result-heading {
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}
.search_data {
  margin-top: 60px;
}
#suggesstion-box ul#result_box {
  background: #fff;
  color: #000;
  text-align: left;
  padding: 0;
  padding-bottom: 0px;
  line-height: normal;
  list-style: none;
  position: absolute;
  width: 100%;
  top: 100%;
  margin: 0;
  padding-bottom: 5px;
}
ul#result_box li.search_result {
  padding: 3px 15px;
  cursor: pointer;
}
li.selected {
  background-color: #f0f0f0;
  font-weight: 600;
}
.copyright_footer {
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
.y_title {
  margin: 10px auto;
}
.see_video {
  background-color: #fff;
  width: 96.66666666666667%;
  border-radius: 2px;
  padding: 1.666666666666667%;
  margin-bottom: 0;
  overflow: hidden;
  order: 2;
}
.download_ID {
  order: 1;
  background-color: #fff;
  width: 96.66666666666667%;
  border-radius: 2px;
  text-align: center;
  color: #000;
  padding: 1.666666666666667%;
}
.download_ID a {
  color: #fff;
  background-color: #2c2c2c;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2px;
  margin-right: 0.8333333333333333%;
  padding: 5px 1.666666666666667%;
  display: inline-block;
}
.dwn_progress {
  color: #0087cf;
  font-size: 15px;
  font-weight: 400;
  background-color: #fefefe;
  line-height: 42px;
  width: 99.64285714285714%;
  height: 42px;
  border: 1px #0087cf solid;
  border-radius: 3px;
  font-weight: 800;
}
img#speen {
  animation: spin 1s linear infinite;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 10px;
}
.da_div {
  width: 100%;
  background: white;
  padding: 10px 0 16px 0;
  margin-bottom: 15px;
  order: 3;
}
.details_sec {
  display: grid;
}
.da_div a {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 42.73504273504274%;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
}
.da_div .da_text {
  font-size: 12px;
  font-weight: 300;
  color: #7b7c7b;
  text-align: right;
  margin: 3px 0;
  padding: 0;
}
.frame {
  width: 78%;
  height: 46px;
  margin: 0 auto;
}
.inner_da {
  margin: 0 auto;
  max-width: 468px;
}
.da_div a:first-of-type {
  color: #fff;
  background-color: #00a80c;
}
.da_div a:last-of-type {
  color: #fff;
  background-color: #c3291a;
  margin-left: 13.52991452991453%;
}
.videoInfo {
  margin: 0 auto 15px;
}
.see_video iframe {
  height: 420px;
  border: 0;
}

/* share icon */

.social_share_icon {
  position: fixed;
  left: 0;
  display: block;
  opacity: 1;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  z-index: 94034;
}

.shareButtons {
  display: block;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 24px;
  font-size: 0;
}

.st-total {
  background: #fff;
  color: #555;
  display: inline-block;
  line-height: 18px;
  margin-right: 0;
  min-height: 40px;
  max-width: 80px;
  opacity: 1;
  padding: 4px 0;
  text-align: center;
  width: 48px;
}

.st-total > p {
  display: block;
  font-size: 18px;
  line-height: 21px;
  padding: 0;
  margin: 0;
}

.st-total > p.st-shares {
  font-size: 11px;
  line-height: 11px;
}

.social_share_icon > div {
  clear: left;
  float: left;
}

.shareButtons a img {
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}

.shareButtons a span {
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.shareButtons[data-network="facebook"] {
  background-color: #4267b2;
}

.shareButtons[data-network="twitter"] {
  background-color: #000000;
}

.shareButtons[data-network="whatsapp"] {
  background-color: #25d366;
}

.shareButtons[data-network="messenger"] {
  background-color: #448aff;
}

.shareButtons[data-network="telegram"] {
  background-color: #0088cc;
}

.shareButtons[data-network="line"] {
  background-color: #00c300;
}

.shareButtons[data-network="pinterest"] {
  background-color: #cb2027;
}

.shareButtons a span {
  color: #fff;
}

@media (min-width: 600px) {
  .shareButtons:hover {
    width: 80px;
  }

  .shareButtons:hover a > span {
    opacity: 1;
    display: inline-block;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  body .see_video iframe {
    height: 300px;
  }
}

@media only screen and (max-width: 600px) {
  .da_div a {
    font-size: 14px;
  }
  .frame {
    width: 96%;
  }
  body #content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .social_share_icon {
    display: flex;
    text-align: left;
    top: 100%;
    transform: translateY(-100%);
    width: 100%;
  }

  .shareButtons a span {
    display: none;
  }

  .social_share_icon > div {
    width: 100%;
    text-align: center;
  }

  .shareButtons:hover {
    width: 100%;
  }
}
@media only screen and (max-width: 426px) {
  form #keyword {
    width: 80%;
  }
  #search_form button#button {
    width: 12.333333%;
  }
  form #form_submit {
    width: 20%;
  }
  .search_data {
    margin-top: 40px;
  }
  .shareButtons[data-network="messenger"],
  .shareButtons[data-network="line"] {
    display: none !important;
  }
}
@media only screen and (max-width: 375px) {
  body .see_video iframe {
    height: 250px;
  }
  .shareButtons[data-network="telegram"] {
    display: none;
  }
}
@media only screen and (max-width: 325px) {
  .da_div a {
    font-size: 12px;
  }
  form #keyword {
    width: 75%;
  }
}