 /** ADD YOUR AWESOME CODES HERE **/

 .main-box {
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 30px;

 }

 .box {
     flex: 20%;
     min-height: 256px;
     padding: 14px;
     cursor: pointer;
     transition: 0.5s all;
 }

 .box:hover {
     background-color: #afe4f5;
 }

 .first {
     margin-bottom: 10px;
 }

 .first>img {
     width: 200px;
     height: 150px;
 }

 .last {
     text-align: center;
     width: 200px;
 }

 @media(max-width:610px) {
     .main-box {
         gap: 15px !important;
     }

     .box__card {
         flex-basis: 30% !important;
     }
 }

 @media(max-width:500px) {
     .box__card {
         flex-basis: 48% !important;
     }

     .main-box {
         gap: 5px !important;
     }

 }

 @media(max-width:380px) {
     .box__card {
         flex-basis: 95% !important;
     }

     .main-box {
         gap: 5px !important;
     }

 }

 /*BG-VIDEO*/
 #videoBG {
     width: 100%;
     position: absolute;
     z-index: -1;
 }

 /*************************                   Quantity                      ************************/
 .main-quantity {
     width: 100%;

 }

 .main-quantity h1 {
     padding-top: 70px;
     text-align: center;
     font-size: 42px;

 }

 .quantity {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-between;
 }

 .quantity_parts {
     width: 22%;
     min-width: 200px;
 }

 .quantity_parts p {
     text-align: center;
     border-bottom: 1px solid #00cb86;
     margin: 0;
     padding-bottom: 1rem;
 }

 .sm-x {
     font-size: 30px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .div {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-items: center;
 }

 .div {
     min-width: 200px;
 }

 .div div:nth-child(1) {
     font-size: 60px;
     width: 50%;
     text-align: center;
 }

 .div div:nth-child(2) {
     text-align: center;
 }

 .div div:nth-child(3) {
     width: 50%;
     text-align: center;
     font-size: 60px;
 }

 .data {
     width: 100%;
     display: flex;
     justify-content: center;
     padding: 1.5rem 0;
 }

 @media(max-width:760px) {
     .quantity {
         flex-direction: column;
     }

     .quantity_parts {
         width: 100%;
     }
 }

 @media(max-width:460px) {
     .quantity {
         align-items: center;
     }

     .quantity_parts {
         width: 70%;
         border: none;
     }

     .quantity_parts p {
         border-bottom: 1px solid #00cb86;
     }

     .div div:nth-child(1) {
         font-size: 50px;
     }

     .div div:nth-child(2) {
         font-size: 20px;
     }

     .div div:nth-child(1) {
         font-size: 50px;
     }

     .main-quantity h1 {
         font-size: 30px;
     }

     .quantity_place {
         height: 100px;
     }
 }

 /*                 NOTICE                */
 .contact-box>.main-box a {
     color: #666;
     width: 100%;
 }

 .notice_box {
     display: flex;
     padding: 10px 15px;
     align-items: center;
     transition: 0.5s;
     box-shadow: 0px 0px 10px #c5c5c5;
     border-radius: 8px;
     width: 100%;
     margin-bottom: 20px;
 }

 .contact-box>h1 {
     font-family: sans-serif;
     font-size: 40px;
     text-align: center;
 }

 .contact-box>p {
     font-family: sans-serif;
     font-size: 17.5px;
     color: #000 !important;
     text-align: justify;
 }

 .notice_box:hover {
     background-color: #b1cfee;
 }

 .box_part:first-child {
     width: 5%;
     display: flex;
     align-items: center;
 }

 .box_part:last-child {
     width: 95%;
 }

 .box_part i {
     font-size: 30px;
 }

 .notice_box:hover i {
     color: white;
 }

 /* /////////////////// */
 .br-3 {
     margin: 50px auto;
     border: 1px solid #12557f;
 }

 /*  BANNER  */

 .banner {
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     background: url(../images/gallery/donarchilar.png) no-repeat center /cover;
     padding: 200px 0;
 }

 .bg-price {
     background-image: url(../images/bg_price.jpg);
 }

 .bg-news {
     background-image: url(../images/bg_news.jpg);
 }

 .banner h2 {
     color: white !important;
     font-size: 45px;
     font-weight: 700;

 }

 .banner::before {
     content: '';
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     background-color: rgba(0, 0, 0, 0.5);
 }

 /* //////////////////// */

 .box__card {
     display: flex;
     flex: 0 1 22%;

     position: relative;
     flex-direction: column;
     overflow: hidden;
 }

 .box__card img {
     width: 100%;
     height: 200px;
     object-fit: cover;
 }

 .box__card-bottom {
     /*position: absolute;*/
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
     background-color: #0f9f9d;
     bottom: 0;
     transition: 0.5s;
     padding: 20px;
     transition: 0.5s;
 }

 .box__card-bottom:hover {
     filter: brightness(1.4);
 }

 .card-bottom__txt {
     font-size: 18px;
     font-weight: 500;
     text-align: center;
     color: white;
     padding: 0;
 }

 .card__box-card {
     opacity: 0;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #0f9f9d91;
     display: flex;
     justify-content: center;
     align-items: center;
     transition: 0.5s;
 }

 .card__bottom__link {
     color: brown;
     transition: 0.5s;
     font-size: 30px;
     text-align: center;
     display: inline-block;
     color: #fff;
 }

 .card__bottom__link:hover {
     color: #fff;
 }


 .box__card:hover .card__box-card {

     opacity: 1;
 }



 /* ACCORDION */
 .accordion-item {
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .accordion-button {
     border: 0;
     background-color: transparent;
     cursor: pointer;
     margin-top: 15px;
     color: #0f9f9d;
     transition: 0.5s;
 }

 .accordion-button:hover {
     filter: brightness(1.5);
 }

 .table th,
 .table td {
     border-color: #00cb86;
     color: #12557f;
     border: 1px solid #0f9f9d !important;

 }

 .table tr:hover {
     background-color: #e9ecef;
 }

 .ramka__box tr:hover {
     background-color: #c3e6cb !important;
 }

 /* END ACCORDION */


 /* BUYRUQ */
 .info-card {
     width: 31%;
     text-align: center;
     border: 1px solid white;
     background-color: white;
     transition: 500ms;
     border-radius: 5px;
     padding: 0 20px 10px;
 }

 .info-card:hover {
     box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
     ;
 }

 .info1 {
     width: 100%;
     font-size: 15px;
     font-weight: 400;
 }

 .info-card a {
     display: inline-block;
 }

 .info-card__date {
     display: flex;
     justify-content: space-between;
     align-self: flex-end;
 }

 .wrapper {
     display: flex;
     justify-content: space-evenly;
     flex-wrap: wrap;
 }


 .buyruq {
     background: url(../images/uzb-bg.jpg) no-repeat center / cover;
     height: 70vh;
 }

 .buyruq-nomer {
     margin: 0;
 }

 .download {
     color: #16567f;
 }

 .buyruq-nomer__card {
     border: 1px solid #12557f;
     background-color: #12557f;
     width: 50%;
     margin: 0 auto;
     transform: translateY(-50%);
 }

 .buyruq-nomer {
     font-size: 15px;
     font-weight: 400;
     color: white;
 }

 /* END BUYRUQ */


 /* HEADER TOP START */
 .wrapper {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .header-top {
     padding: 15px 0;
 }

 .header-link__icons {
     display: flex;
     gap: 40px;
 }

 .header-top__language {
     display: flex;
     gap: 20px;
 }

 .languages {
     display: inline-block;
 }

 .header-top__icons i {
     font-size: 18px;
     font-weight: 500;
     color: #0f9f9d;
     transition: 0.5s;
     cursor: pointer;
 }

 .header-top__icons i:hover {
     transform: scale(1.1);
 }

 .header-top__tel-numbers>a {
     font-size: 18px;
     font-weight: 500;
     color: #0f9f9d;
     transition: 0.5s;
     text-decoration: none;
 }

 .header-top__tel-numbers>a:hover {
     color: brown;
 }

 /* HEADER TOP END */

 /* HEADER CENTER START */
 .header-center__logo {
     width: 100px;

 }

 .header-center__logo>a>img {
     width: 100%;
     height: 100%;
 }

 .header-center__title {
     width: 80%;
     text-align: center;
 }

 .header-center__title>h1 {
     font-size: 35px;
     font-weight: 600;
     color: #0f9f9d;
 }

 .header-center__main {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 /* HEADER CENTER END */


 /* HEADER BOTTOM START */
 .header-bottom {
     background-color: #0f9f9d;
 }

 .navbar-nav>li>a {
     font-size: 18px;
     font-weight: 500;
     color: white;
     transition: 0.5s;
 }

 .navbar-nav>li>a:hover {
     color: brown;
 }

 .dropdown-menu>li>a {
     font-size: 18px;
     font-weight: 500;
 }

 .dropdown-menu>li>a:hover {
     background-color: #0f9f9d !important;
     color: brown;
 }

 /* HEADER BOTTOM END */


 /* HEADER CENTER MEDIA START */
 @media(max-width:1000px) {
     .header-center__title>h1 {
         font-size: 25px;
     }
 }

 @media(max-width:768px) {
     .header-center__title>h1 {
         font-size: 22px;
     }
 }

 @media(max-width:480px) {
     .header-center__main {
         flex-direction: column;
     }

     .header-center__title>h1 {
         font-size: 18px;
     }
 }

 /* HEADER CENTER MEDIA END */

 /* HEADER TOP MEDIA START */

 @media(max-width:470px) {
     .header-top__icons {
         display: none;
     }
 }

 /* HEADER TOP MEDIA END */


 /* ////////// */

 .banner .wrapper {
     justify-content: center;
 }


 /* KELAJAKTAGI ISHLAR START */
 .kelajak-ish1 {
     width: 100%;
     margin: 0 auto;
     border-bottom-left-radius: 15px;
     border-top-right-radius: 15px;
     padding: 15px;
     background-color: #0f9f9d98;

 }

 .kelajak-ish1 h3 {
     font-size: 25px;
     font-weight: 600;
     color: white;
 }

 .kelajak-rej__txt {
     font-size: 18px;
     font-weight: 400;
     color: white;
 }


 .kelajak-ish2 {
     display: flex;
     justify-content: space-between;
 }


 .kelajak-ish2 .kelajak-ish2__text {
     width: 55%;
 }


 .kelajak-ish2 .kelajak-ish2__img {
     width: 40%;
 }

 .kelajak-ish2 .kelajak-ish2__img img {
     width: 100%;
     height: 100%;
 }

 .kelajak-ish2__text {
     border-bottom-left-radius: 15px;
     border-top-right-radius: 15px;
     padding: 15px;
     background-color: #0f9f9d98;
 }

 /* KELAJAKTAGI ISHLAR END */

 /* KELAJAKDAGI ISHLAR MEDIA START */

 @media(max-width:760px) {
     .kelajak-ish1 h3 {
         font-size: 20px;
         text-align: center;
     }

     .kelajak-rej__txt {
         font-size: 15px;
     }
 }

 @media(max-width:560px) {
     .kelajak-ish1 h3 {
         font-size: 18px;
         text-align: center;
     }

     .kelajak-rej__txt {
         font-size: 13px;
     }
 }

 @media(max-width:460px) {
     .kelajak-ish1 h3 {
         font-size: 16px;
     }

     .kelajak-rej__txt {
         font-size: 11px;
     }
 }

 @media(max-width:991px) {
     .kelajak-ish2 {
         flex-direction: column;
         gap: 30px;
     }

     .kelajak-ish2 .kelajak-ish2__text {
         width: 100%;
     }

     .kelajak-ish2 .kelajak-ish2__img {
         width: 100%;
     }

     @media(max-width:400px) {
         .title-box h2 {
             font-size: 28px;
         }
     }
 }

 /* KELAJAKDAGI ISHLAR MEDIA END */

 /* VIDEO START */

 .video {
     display: flex;
     gap: 25px;
     justify-content: center;
     flex-wrap: wrap;
 }

 .video__item {
     width: 20%;
     height: 500px;
 }

 .video__item video {
     width: 100%;
     height: 100%;
 }

 /* VIDEO END */


 /* ABOUT  START*/
 .about-info {
     background-color: #F2F3F5;
 }


 .about-info-title {
     font-family: 'Catamaran';
     font-weight: 400;
     font-size: 24px;
     line-height: 130%;
     text-align: center;
     color: #1F1F1F;
     width: 690px;
     margin: 100px auto;
 }

 /* ABOUT END */

 /* ABOUT MAIN INFO START */

 .about-info__wrapper {
     display: flex;
     justify-content: space-evenly;
 }

 .main-info__left-photo,
 .main-info__right-photo {
     width: 45%;
 }



 .main-info__right-photo img,
 .main-info__left-photo img {
     width: 100%;
     height: 100%;
 }

 .main-info__title {
     font-family: 'Catamaran';
     font-style: normal;
     font-weight: 600;
     font-size: 42px;
     line-height: 130%;
     /* identical to box height, or 55px */

     text-align: center;

     /* Black */

     color: #1F1F1F;
 }

 .left-photo__text,
 .right-photo__text {
     font-family: 'Catamaran';
     font-style: normal;
     font-weight: 400;
     font-size: 24px;
     line-height: 130%;
     /* or 31px */

     display: flex;
     align-items: center;
     text-align: center;

     /* Black */

     color: #1F1F1F;

 }

 /* ABOUT MAIN INFO END */

 /* OLD HEMATOLOGY STRAT */
 .old-hema__info,
 .old-hema__img {
     width: 50%;
 }

 .old-hema__img {
     display: flex;
     gap: 5px;
 }

 .old-hema__img img {
     width: 200px;
     height: 200px;
     object-fit: cover;
 }





 .old-hema__list li {
     font-family: 'Catamaran';
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 130%;
     /* or 23px */
     /* Gray */

     color: #666666;
 }

 .old-hema__text {
     font-family: 'Catamaran';
     font-style: normal;
     font-weight: 600;
     font-size: 42px;
     line-height: 130%;
     /* identical to box height, or 55px */
     text-align: center;

     /* Black */

     color: #1F1F1F;
 }

 .old-hema {
     margin-top: 100px;
 }

 .old-hema__img img:nth-child(2) {
     transform: translateY(25%);
 }

 /* OLD HEMATOLOGY END */
 /* OLD LAB START */
 .lab-wrapper {
     display: flex;
     justify-content: space-around;
 }

 .old-hema-lab__or__new-lab-hema {
     width: 45%;
 }

 .lab__list {
     list-style: disc;
 }

 .lab__list li {
     margin-top: 5px;
     font-family: 'Catamaran';
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 130%;
     color: #0D8987;
 }

 .lab-title {
     font-family: 'Catamaran';
     font-style: normal;
     font-weight: 600;
     font-size: 42px;
     line-height: 130%;
     /* identical to box height, or 55px */


     /* Black */

     color: #1F1F1F;
 }

 .lab-txt {
     font-family: 'Catamaran';
     font-style: normal;
     font-weight: 400;
     font-size: 32px;
     line-height: 130%;
     /* identical to box height, or 42px */

     display: flex;
     align-items: center;

     /* Black */

     color: #1F1F1F;

 }

 .old-hema__and__new-hema {
     margin-top: 100px;
 }

 /* OLD LAB END */

 /* /////////////// */

 .old-lab__title {
     font-family: 'Catamaran';
     font-style: normal;
     font-weight: 600;
     font-size: 42px;
     line-height: 130%;
     /* identical to box height, or 55px */
     text-align: center;
     color: #000000;
 }

 .old-lab__wrapper img {
     width: 400px;
     display: block;
 }

 .old-lab__wrapper {
     display: flex;
     justify-content: space-between;
 }

 /* NEW LAB START */
 .old-lab {
     margin-top: 80px;
 }

 /* NEW LAB END */
 .new-hospital__title {
     font-family: 'Catamaran';
     font-style: normal;
     font-weight: 600;
     font-size: 42px;
     line-height: 130%;
    text-align: center;
     color: #1F1F1F;
 }


 .new-hospital__wrapper {
     display: flex;
     justify-content: space-between;
 }
 .new-hospital-img{
    margin: 100px 0;
 }