.usersubmenu ul {
  list-style-type: none;
  display: flex;
  padding: 20px 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost";
}
.usersubmenu-section {
  border-bottom: 1px solid #bdbcbc;
}
.form-section .usersubmenu {
  margin: 0 0 0 2rem;
}
.blog-backbtn {
  border-radius: 5px;
  margin-bottom: 2rem;
  cursor: pointer;
}
.blog-backbtn a {
  color: #f57c00;
  width: 100px;
  text-decoration: none;
}
.blog-backbtn img {
  margin-bottom: 0.2rem;
}
.blogdetails-section {
  margin: 1rem auto auto;
}
.blogdetails-section .container {
  position: relative;
  padding: 2rem 1.5rem 4rem;
}
.blogdetails-section h1 {
  font-family: "Roboto";
  font-size: 48px;
  text-transform: uppercase;
  color: #f57c00;
  margin: 1rem 0 0;
}
.blogdetails-section h4 {
  font-family: "Roboto";
  font-size: 24px;
  color: #f57c00;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.blogdetails-section h4 .author-name {
  font-size: 36px;
  color: #f57c00;
  font-weight: 600;
  margin-bottom: 2rem;
}
.blogdetails-section .published-date {
  font-weight: 500;
  margin-bottom: 1rem;
}
.blogdetails-section .youtube-thumbnail {
  width: 100%;
  object-fit: cover;
  margin-bottom: 2rem;
  height: 450px;
  cursor: pointer;
}

.blogdetails-section .youtube-play-btn {
  position: absolute;
  background-image: url(../images/blogs/playbtn.svg);
  height: 72px;
  width: 72px;
  left: 48%;
  top: 40%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.blogdetails-section iframe {
  width: 100%;
  height: 450px;
  margin-bottom: 2rem;
}

.blogdetails-section .blog-bannerimg {
  height: 450px;
  object-fit: contain;
  margin-bottom: 3rem;
  object-position: top;
  background-color: #000;
}
.blogdetails-section .blog-header {
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.blogdetails-section .blog-description {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.blogdetails-section .blog-content-section {
  margin-bottom: 1rem;
}
.blogdetails-section .blog-info {
  margin-bottom: 2rem;
}
.blogdetails-section .blog-info label {
  font-weight: bold;
  padding-right: 0.5rem;
}
.blogdetails-section .blog-direction-info {
  margin-bottom: 2rem;
}
.blogdetails-section .blog-direction-info label {
  font-weight: bold;
  padding-right: 0.5rem;
}
.blogdetails-section .blog-direction-info .web {
  color: #f57c00;
  font-weight: 500;
}

/* Higher resolution styles start */

@media (min-width: 1367px) {
}

/* Higher resolution styles start */

/* Higher resolution styles end */

/* tablet styles start */

@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
  /* .blogdetails-section{
    padding: 1rem 2rem;
  } */
  .blogdetails-section .container {
    max-width: 96%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .blogdetails-section .container {
    max-width: 100%;
    padding: 1rem 7rem 4rem;
  }
  .blogdetails-section .blog-bannerimg {
    height: auto;
  }
  .blogdetails-section .youtube-thumbnail {
    height: 300px;
  }
  .blogdetails-section iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 2rem;
  }
  .blogdetails-section .youtube-play-btn {
    left: 47%;
    top: 36%;
  }
}
/* tablet styles end */

/* mobile styles start */

@media only screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
  .blogdetails-section .container {
    max-width: 100%;
    padding: 1rem 7rem 4rem;
  }
  .blogdetails-section .blog-bannerimg {
    height: auto;
  }
  .blogdetails-section h1 {
    font-size: 2.5rem;
    margin-top: 2rem;
  }
  .blogdetails-section h4 .author-name {
    font-size: 1.75rem;
  }
  .blogdetails-section .youtube-thumbnail {
    height: 300px;
  }
  .blogdetails-section iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 2rem;
  }
  .blogdetails-section .youtube-play-btn {
    left: 47%;
    top: 36%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .blogdetails-section .blog-bannerimg {
    height: auto;
  }
  .blogdetails-section .container {
    max-width: 100%;
    padding: 1rem 1.5rem 4rem;
  }
  .blogdetails-section h1 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .blogdetails-section h4 .author-name {
    font-size: 1.75rem;
  }
  .blogdetails-section .youtube-thumbnail {
    height: 300px;
  }
  .blogdetails-section iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 2rem;
  }
  .blogdetails-section .youtube-play-btn {
    left: 40%;
    top: 40%;
  }
}

/* mobile styles end */
