@media (min-width: 458px) {

  .background-doccom .banner-icon img {
    display: block;
    width: 130px;
    padding-left: 10px;
    margin-bottom: 17px;
  }

  .background-doccom{
    color: var(--color-white);
  }
  .header-doccom img{
    padding-top: 16px;
    padding-left: 16px;
    width: 265px;
    padding-bottom: 14px;
  }
  #libs{
    margin-bottom: -50px;
  }
  .banner-bg{
    background-position: right, top;
  }
  .btn-nav-test {
    margin: 60px auto 60px auto;
  }
}

@media (min-width: 576px) {
  .background-doccom p {
    width: 80%;
    display: block;
  }
  .background-doccom h1{
    width: 70%;
    padding: 15px 0px;
  }

  .background-doccom .banner-icon img {
    display: block;
    width: 130px;
    padding-left: 10px;
    margin-bottom: 17px;
  }

  .background-doccom{
    color: var(--color-white);
  }
  .header-doccom img{
    padding-top: 16px;
    padding-left: 16px;
    width: 265px;
    padding-bottom: 14px;
  }
  #libs{
    margin-bottom: -145px;
  }
  .br-test .breadcrumb-item a {
    color: var(--color-dark-blue);
  }
  .br-test .breadcrumb-item+.breadcrumb-item::before {
    color: var(--color-dark-blue);
  }
  .br-test .breadcrumb-item.active {
    color: var(--color-blk);
  }
  .test h1{
    margin-top: 20px;
  }
  .breadcrumbs{
    margin-bottom: -70px;
    position: relative;
    z-index: 1000;
    border-top: none;
  }
  .breadcrumbs a{
    color: var(--color-white);
  }
  .breadcrumb-item.active{
    color: var(--color-white);
  }
  .breadcrumb-item+.breadcrumb-item::before {
    color: var(--color-white);
  }

  .video-bread{
    margin-bottom: 0px;
    position: none;
    z-index: 1000;
    border-top: 2px solid var(--light-blue);
    color: var(--color-blk);
  }

  .video-bread a{
    color: var(--color-dark-blue);
  }
  .video-bread .breadcrumb-item.active{
    color: var(--color-blk);
  }
  .video-bread .breadcrumb-item+.breadcrumb-item::before {
    color: var(--color-blk);
  }


  .background-endo .banner-icon img {
    width: 125px;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .background-hip .banner-icon img {
    width: 115px;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .background-infertility .banner-icon img {
    width: 75px;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .background-repro .banner-icon img {
    width: 105px;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: auto;
  } 
  .background-bleeding .banner-icon img {
    width: 85px;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: auto;
  } 
  .bannder-article h3 {
    width: 90%;
  }

  .header img {
    width: 277px;
  }

  .banner-icon img {
    width: 85px;
    padding-top: 0px;
    margin-left: auto;
  }

  .main-banner h1{
    width: 70%;
  }

  .main-banner p{
    width: 70%;
  }

  .header .navbar-collapse {
    padding: 20px 20px 40px 20px;
    margin-top: 6px;
  }

  .main-banner {
    margin-top: 100px;
  }

  .header img {
    padding-bottom: 12px;
  }

  .banner-info {
    padding: 20px 20px 20px 20px;
  }

  .header .navbar-toggler {
    margin-right: 10px;
    margin-top: 15px;
  }

  .header .navbar-toggler-icon {
    width: 2.5em;
    height: 2.5em;
  }

  .container,
  .container-sm {
    max-width: 100%;
  }

  .video-icon img {
    width: 230px;
  }

  .video-title {
    padding: 10px 10px;
    width: 230px;
  }

  .breadcrumbs {
    padding: 20px 20px;
    font-size: 14px;
  }

  .breadcrumbs a {
    font-size: 14px;
  }

  .menu-article a {
    margin-right: 0px;
  }

  .article {
    padding: 32px 20px;
  }
}

@media (min-width: 768px) {

  .background-doccom .banner-icon img {
    display: block;
    width: 130px;
    padding-left: 10px;
    margin-bottom: 17px;
  }

  .background-doccom{
    color: var(--color-white);
  }

  .header-doccom img{
    padding-top: 16px;
    padding-left: 16px;
    width: 265px;
    padding-bottom: 14px;
  }
  .m-l-10{
    margin-left: -60px;
  }
  .btn-log {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/*desctop*/
@media (min-width: 992px) {
  .header-doccom .link-root{
    width: 270px;
    height: 70px;
    margin-right: auto;
    display: block;
    position: absolute;
    left: -17px;
    top: 12px;
  }
  .background-doccom p {
    text-align: left;
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .background-doccom h1 {
    text-align: left;
    font-family: Gotham Pro;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
  }

  .background-doccom .banner-icon img {
    display: block;
    width: 130px;
    padding-left: 10px;
    margin-bottom: 17px;
  }

  .background-doccom{
    color: var(--color-white);
  }
  .header-doccom .main-header-doccom {
    display: block;
  }
  .header-doccom img{
    padding-top: 16px;
    padding-left: 6px;
    width: 265px;
    padding-bottom: 0px;
  }
  .top-doccom {
    margin: 0px 20px;
    width: 192px;
  }

  .line-doccom{
    border-top: 2px solid var(--light-blue);
    top: 95px;
    position: absolute;
    width: 100%;
  }

  .header-doccom .nav-doccom li a.nav-link {
    color: var(--color-dark-blue);
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
  }

  .header-doccom .nav-doccom li a.active{
    font-weight: bold;
  }

  .header-doccom .nav-doccom li a.nav-link:active {
    text-decoration: underline;
    color: var(--light-blue) !important;
  }

  .header-doccom .nav-doccom li a.nav-link:hover {
    text-decoration: underline;
    color: var(--color-orange);
  }
  .direction-doccom{
    margin: 20px 0px;
  }

  .header-doccom .navbar{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-doccom{
    margin-top: -70px;
  }
  .direction-doccom{
    flex-direction: row!important;
  }
  .top-header{
    align-items: center;
  }

  .directory h3{
    font-size: 20px;
  }
  .video-bread{
    margin-top: 40px;
    padding-bottom: 0px;
  }
  a.btn-video{
    padding: 20px;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid var(--color-blue);
    background: var(--color-white);
    color: var(--color-dark-blue);
    text-align: center;
    font-family: Gotham Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  a.btn-video:active {
    background: var(--color-dark-blue) !important;
    color: var(--light-blue) !important;
  }

  a.btn-video:hover {
    background: var(--color-orange);
    color: var(--color-white);
  }
  #libs{
    margin-bottom: -40px;
  }
  .bannder-article {
    padding: 0px;
  }
  .bannder-article h3 {
    width: 60%;
  }
  .banner-gr{
    height: 400px;
  }
  .header .main-header{
    display: block;
  }

  .lg-none{
    display: none;
  }

  .lg-block{
    display: block;
  }

  .header img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .header .navbar-collapse {
    background-color: var(--color-white);
    padding-top: 20px;
    margin-top: 0px;
    padding-bottom: 20px;
    display: block;
  }

  .header .navbar-nav li a.nav-link {
    color: var(--color-dark-blue);
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }

  .header .navbar-nav li a.nav-link:active {
    text-decoration: underline;
    color: var(--color-dark-blue) !important;
  }

  .header img {
    padding: 20px 0px 0px 0px;
    margin-top: 0px;
  }

  .header input {
    padding: 20px 68px 20px 40px !important;
    margin-bottom: 0px;
  }

  .header ul{
    display: flex;
    align-items: center;
    justify-content: space-between!important;
    width: 100%;
  }

  .header ul li {
    display: flex;
  }

  .header .navbar-nav li a.nav-link {
    font-size: 18px;
  }

  .header img {
    width: 480px;
  }

  .line{
    border-top: 2px solid var(--light-blue);
    top: 143px;
    position: absolute;
    width: 100%;
  }
  .header .navbar-collapse {
    padding: 20px 12px;
  }
  .btn-login{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--color-blue);
    background: var(--color-white);
    text-decoration: none;
    color: var(--color-dark-blue);
    text-align: center;
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
  }

  .btn-login:active {
    background: var(--color-dark-blue) !important;
    color: var(--light-blue) !important;
  }

  .btn-login:hover {
    background: var(--color-orange);
    color: var(--color-white);
  }

  .header ul span {
    display: block;
  }

  /*.main-space {
  display: block !important;
  }*/

  .main-banner {
    margin-top: 236px;
  }

  .header .search {
    width: 215px;
    min-width: 215px;
  }

  .btn-blue {
    border-radius: 10px;
    background: var(--color-blue);
    padding: 20px 15px;
  }

  .header .bi-search {
    position: absolute;
    left: 20px;
    top: 22px;
  }

  .btn-search {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 7px;
    border: 1px solid var(--color-blue);
    background: var(--color-white);
    padding: 8px 10px;
  }

  .container,
  .container-sm {
    max-width: 100%;
  }

  .main-banner .banner-img {
    display: block;
    padding: 20px 20px 20px 0px;
  }

  .banner-info {
    padding: 20px 0px 20px 10px;
  }

  .main-banner h1 {
    text-align: left;
    font-family: Gotham Pro;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
  }

  .main-banner p {
    text-align: left;
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .main-banner .banner-img img {
    width: 400px;
  }

  .btn-white {
    margin-left: 0px;
  }

  .sections .sections-content {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
  }

  .sections .section-element {
    flex-shrink: 0;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
  }

  .section-img {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .sections a {
    font-size: 15px;
  }

  .sections {
    padding: 50px 16px 50px 16px;
  }

  .s-search{
    padding: 20px 16px 0px 16px;
  }

  .sections .search {
    display: block !important;
  }

  .sections form {
    position: relative;
    left: 0px;
    top: 0px;
  }

  .sections input {
    display: flex;
    padding: 20px 90px 20px 40px !important;
    align-items: flex-start;
    gap: 10px;
    color: var(--color-blue);
    text-align: center;
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid var(--color-blue);
    background: var(--color-white);
    box-sizing: border-box;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: transparent;
  }

  .sections .search {
    width: 100%;
    min-width: 295px;
  }

  .sections input::placeholder {
    padding-left: 0px;
    border-radius: 10px;
    color: 1px solid var(--color-blue);
    background: var(--color-white);
  }

  .sections .bi-search {
    position: absolute;
    left: 20px;
    top: 18px;
    color: var(--color-blue);
    font-size: 14px;
  }

  .section-img img {
    width: 88px;
  }

  .video-block {
    display: block;
  }

  .videos .all-videos a {
    font-size: 16px;
  }

  .footer .copyright {
    margin-top: 0px;
  }

  .footer p {
    padding-top: 0px;
  }

  .bannder-article h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .bannder-article img {
    width: 345px;
  }

  .go-to-main {
    display: none;
  }

  .article {
    padding: 70px 20px;
  }

  .article h1 {
    font-size: 25px;
    padding-bottom: 20px;
  }

  .article h2.title {
    font-size: 22px;
    padding-bottom: 40px;
    padding-top: 70px;
    display: block;
    text-align: center;
  }

  .menu-article a {
    font-size: 20px;
  }

  .accordion .accordion-button {
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .article p {
    font-size: 16px;
    line-height: 25px;
  }

  .top-s {
    display: none;
  }

  .top-b {
    display: block;
    font-size: 18px;
    font-weight: 400;
  }

  .btn-nav {
    margin-top: 90px;
  }
  .btn-nav{
    width: auto;
    margin-bottom: 0px;
  }

  .accordion .accordion-button {
    font-size: 20px;
  }

  .test .btn-info {
    margin: 40px 20px 20px 0px;
  }
  .form-check-label img{
    width: 50px;
  }
  .img-check .form-check{
    display: inline-block;
  }

  .form-check-label img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .video-bread{
    border-top: none;
  }
  .btn-video-active{
    padding: 20px;
    font-size: 20px;
    border-radius: 10px;
  }
  .header-doccom .navbar-collapse {
    background-color: transparent;
    padding: 0px;
    margin-top: 0px;
  }

  .header-doccom .navbar{
    padding-bottom: 0px;
  }
  .top-doccom{
    margin: 0px 20px;
  }
}

@media (min-width: 1120px) {
  .top-doccom {
    margin: 0px 20px;
    width: 220px;
  }
  .background-doccom p {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 36px;
    width: 60%;
  }
  .background-doccom h1 {
    width: 50%;
  }

  .background-doccom .banner-icon img {
    display: block;
    width: 130px;
    padding-left: 10px;
    margin-bottom: 17px;
  }

  .background-doccom{
    color: var(--color-white);
  }
  
  .header-doccom img{
    padding-top: 16px;
    padding-left: 6px;
    width: 265px;
    padding-bottom: 0px;
  }

  .line-doccom{
    border-top: 2px solid var(--light-blue);
    top: 95px;
    position: absolute;
    width: 100%;
  }

  .header-doccom .nav-doccom li a.nav-link {
    color: var(--color-dark-blue);
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
  }

  .header-doccom .nav-doccom li a.active{
    font-weight: bold;
  }

  .header-doccom .nav-doccom li a.nav-link:active {
    text-decoration: underline;
    color: var(--light-blue) !important;
  }

  .header-doccom .nav-doccom li a.nav-link:hover {
    text-decoration: underline;
    color: var(--color-orange);
  }
  .direction-doccom{
    margin: 20px 0px;
  }

  .login-img{
    margin: 0px 0px 100px 100px;
    max-height: 400px;
  }
  .banner-icon img {
    width: 110px;
  }
  .main-banner h1 {
    width: 50%;
  }
  .main-banner p {
    width: 50%;
  }
  .banner-gr{
    height: 500px;
  }
  .btn-blue {
    margin-left: 20px;
  }

  .header .navbar-nav li {
    margin-right: 1.5em;
  }

  .header .search {
    width: 250px;
    min-width: 215px;
  }

  .footer .title-alt2 {
    font-size: 18px;
    padding-top: 20px;
  }

}

@media (min-width: 1446px) {
  .top-doccom {
    margin: 0px 20px;
    width: auto;
  }
  .background-doccom .banner-img img {
    width: 450px;
  }

  .background-doccom .banner-img {
    padding: 60px 20px 60px 0px;
  }
  .background-doccom p {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 36px;
  }
  .background-doccom h1 {
    font-size: 36px;
  }

  .background-doccom .banner-icon img {
    display: block;
    width: 130px;
    padding-left: 10px;
    margin-bottom: 17px;
  }

  .background-doccom{
    color: var(--color-white);
  }
  .line-doccom{
    border-top: 2px solid var(--light-blue);
    top: 105px;
    position: absolute;
    width: 100%;
  }
  .header-doccom img{
    padding-top: 16px;
    padding-left: 6px;
    width: 300px;
    padding-bottom: 0px;
  }
  .header-doccom .nav-doccom li a.nav-link {
    color: var(--color-dark-blue);
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
  }

  .header-doccom .nav-doccom li a.active{
    font-weight: bold;
  }

  .header-doccom .nav-doccom li a.nav-link:active {
    text-decoration: underline;
    color: var(--light-blue) !important;
  }

  .header-doccom .nav-doccom li a.nav-link:hover {
    text-decoration: underline;
    color: var(--color-orange);
  }
  .direction-doccom{
    margin: 20px 0px;
  }

  .background-endo .banner-icon img {
    width: 156px;
  }
  .background-hip .banner-icon img {
    width: 166px;
  }
  .background-infertility .banner-icon img {
    width: 128px;
  }
  .background-repro .banner-icon img {
    width: 105px;
  } 
  .background-bleeding .banner-icon img {
    width: 115px;
  } 

  .banner-icon img {
    width: 130px;
  }
  .header img {
    width: 573px;
  }
  .line{
    top: 163px;
  }
  .main-banner {
    margin-top: 250px;
  }

  .header .navbar-nav li a.nav-link {
    color: var(--color-dark-blue);
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }

  .header input {
    padding: 22px 68px 22px 40px !important;
  }

  .btn-blue {
    padding: 20px;
    text-align: center;
    font-size: 20px;
  }

  .btn-white {
    margin-top: 50px;
  }

  .header .search {
    width: 300px;
  }

  .container,
  .container-sm {
    max-width: 1446px;
  }

  .main-banner {
    max-width: 100%;
    margin-top: 250px;
  }

  .main-banner .row, .login .row {
    max-width: 1446px;
    margin-left: auto;
    margin-right: auto;
  }

  .login {
    max-width: 100%;
  }

  .main-banner h1 {
    font-size: 36px;
  }

  .main-banner p {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 36px;
  }

  .main-banner .banner-img img {
    width: 450px;
  }

  .main-banner .banner-img {
    padding: 60px 20px 60px 0px;
  }

  .banner-info {
    padding: 60px 0px 60px 20px;
  }

  .header {
    max-width: 100%;
    background: var(--color-white);
  }

  .header nav {
    max-width: 1446px;
    margin-left: auto;
    margin-right: auto;
  }

  .videos {
    max-width: 100%;
  }

  .videos .videos-wrapper {
    max-width: 1446px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    max-width: 100%;
  }

  .footer-wrapper {
    max-width: 1446px;
    margin-left: auto;
    margin-right: auto;
  }

  .sections h2 {
    color: var(--color-dark-blue);
    text-align: center;
    font-family: Gotham Pro;
    font-size: 36px;
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
  }

  .sections {
    padding: 70px 16px 70px 16px;
  }

  .s-search{
    padding: 20px 16px 0px 16px;
    margin-bottom: -30px;
  }

  .sections .sections-content {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-img img {
    width: 155px;
  }

  .videos {
    padding: 40px 200px;
  }

  .videos h2 {
    color: var(--color-dark-blue);
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .video-title {
    color: var(--color-blk);
    text-align: left;
    font-family: Gotham Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    width: 245px;
  }

  .video-icon img {
    width: 245px;
    border-radius: 4px 4px 0px 0px;
  }

  .video-icon::after {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    top: 40px;
    left: 105px;
  }

  .breadcrumbs {
    max-width: 100%;
    padding: 20px 20px 20px 36px;
  }

  .breadcrumbs .row {
    max-width: 1446px;
    margin-left: auto;
    margin-right: auto;
  }

  .bannder-article {
    max-width: 100%;
  }

  .bannder-article .row {
    max-width: 1446px;
    margin-left: auto;
    margin-right: auto;
  }

  .bannder-article h3 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: normal;
  }

  .bannder-article button.btn-white {
    padding: 25px;
    margin-top: 0px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .article {
    padding: 70px;
  }

  .article h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .test {
    max-width: 100%;
  }

  .test .row {
    max-width: 1446px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
  }

  .ml-20 {
    margin-left: -20px !important;
  }
  .banner-gr{
    background: linear-gradient(80deg, #029DAF 34.14%, rgba(90, 191, 203, 0.65) 51.59%, rgba(255, 255, 255, 0.00) 93.39%);
  }
  .video-tab{
    padding: 0px 0px 40px 0px;
  }
  .video-bread{
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}