
@font-face { 
    font-family: Tejwal; 
    src: url(../../assets/fonts/Tajawal/Tajawal-Regular.ttf);
  }
@font-face {
    font-family: arib-en;
    src: url(../../assets/fonts/arib-en/arib-en.otf);
}
body {
    font-family: 'Tejwal';
    direction: rtl;
    padding-top: 100px;
}
section .container{
    overflow: hidden;
}
.txt-loading,
.txt-loading span {
    font-family: 'arib-en';
}
a:hover,
button:hover {
    opacity: 0.8;
}
  .font-12 {
    font-size: 12px;
    line-height: 22px;
  }
  .font-13 {
    font-size: 13px;
    line-height: 22px;
  }
  .d-flex-style {
      display: flex;
      gap: 10px;
      align-items: center;
  }
  .fa-chevron-right:before {
    content: "\f053";
}
  .color-theme {
    color: #4AC7CF;
  }
  .color-dark {
    color: #181818;
  }
  .bold {
    font-weight: 600;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
  }
  .dropdown-item {
    text-align: start;
  }
.why-us-div,
.faq-section,
.why-us-section {
    padding: 50px 0;
}
  .me-auto {
    margin-left: auto !important;
    margin-right: unset !important;
}
  .read-more {
    text-decoration: none;
    color: #304966;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
  }
  .read-more i {
    font-size: 12px;
    color: #000;
  }
.header-top .navbar {
    padding: 20px 0;
}
.header-top .left-section > li > a.Language-text {
    font-weight: 600;
    box-shadow: 0 0 5px #0000001c;
    border-radius: 5px;
    background-color: #F5F7FA;
    padding: 11px;
}
.header-top .left-section {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 15px;
}
.language-btn img {
    width: 24px;
}
 .language-btn {
    text-decoration: none;
    gap: 10px;
    display: flex;
    background: #F5F7FA;
    border-radius: 10px;
    align-items: center;
    padding: 10px 15px;
    min-width: 125px;
}
 .language-btn i {
     line-height: 0;
 }
.navbar-nav .nav-link {
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link {
    color: #181818;
}
    .navbar-light .navbar-nav .nav-link.active, 
    .navbar-light .navbar-nav .show > .nav-link {
        color: #4AC7CF
    }
    .nav-link.btn-theme {
        background: #4AC7CF;
        border: 1px solid #4AC7CF;
        color: #fff;
        height: 46px;
        border-radius: 25px;
        min-width: 140px;
        line-height: 28px;
        text-align: center;
    }
.navbar-notifications-button {
    font-size: 20px;
    color: #A92228 !important;
}


.navbar-notifications-button span{
    width: 15px;
    height: 15px;
    display: block;
    background: #FFB3B3;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: -5px;
    font-size: .6em;
}
.nav-item.nav-language-dropdown .language-dropdown-menu {
    width: 250px;
}
.navbar-brand img {
    height: 38px;
}
.Language-dropdown {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-inline-start: 10px;
}
.Language-dropdown a  {
    text-decoration: none;
    color: #000;
    font-weight: 600
}
    .Language-dropdown a img {
        width: 24px;
    }
.header-top {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    background-color: #fff;
    top: 0;
}
.header-top .left-section > li > a.Language-text > img {
    height: 18px;
}
    .header-top .right-section > li > a > i,
     .header-top .left-section > li > a > i {
        padding: 0 3px;
        font-size: 13px;
    }
    .nav-item.nav-language-dropdown .dropdown-menu {
        width: 200px;
        border-radius: 10px;
        box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.105);
        border: 0;
    }
    
    .nav-task-header {
        font-size: 15px;
        padding: 15px 10px;
        color: #404040;
    }
    .nav-task-header.language {
        border-bottom: 1px solid #F0F0F0;
    }
     .nav-task-header.language {
        text-align: right;
    }
    .nav-task-body {
        display: flex;
        align-items: center;
        position: relative;
        padding: 0;
        cursor: pointer;
    }
        .nav-task-body .nav-task-body-name {
            padding: 10px;
            display: block;
            text-decoration: none;
            width: 100%;
            text-align: start
        }
        .nav-task-body.read {
            background: #F9F7F7;
        }
    .nav-task-body:hover {
        background: #dde0e4;
    }
    .nav-task-body-name {
        color: #4D565C;
        font-size: 14px;
        font-family: 'Tejwal';
    }
    .nav-task-body-name img {
        margin-inline-end: 10px;
        border-radius: 7px;
        width: 39px;
    }
    .nav-task-body-name.english {
        /* font-family: MontserratSemiBold; */
    }
    img.arrow {
        width: 18px;
    }
    .dropdown-toggle::after {
        content: none;
    }
    .banner-section .box-section{
        background-color: #EBEEF1;
        padding: 20px;
        border-radius: 25px;
        margin-top: 40px;
    }
        .banner-section .box-section h4 {
            font-size: 20px
        }
        .actions-btn {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 10px;
            padding-top: 20px;
            border-radius: 25px;
        }
    .play-btn {
        display: block;
        width: 45px;
        height: 45px;
        line-height: 48px;
        background-color: #000;
        text-align: center;
        border-radius: 50%;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }
.play-btn i{
    line-height: 44px;
}
.banner-section .text-part h1 {
    font-size: 90px;
    margin-bottom: 30px;
    line-height: 104px;
    font-weight: 600;
}
.banner-section .text-part p {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 0;
    width: calc(100% - 40px);
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.banner-section .banner-slider .text-part p {
    max-height: 140px;
}
    .text-part b {
        display: inline-block;
        margin: 2px;
    }
    .text-part ul {
        padding: 0;
    }
    .text-part li {
        list-style: none;
        position: relative;
        padding: 5px 20px;
        font-size: 15px !important;
    }
    .text-part li::before {
      content: '\f192';
      font-weight: 400;
      font-family: "Font Awesome 6 Free";
      position: absolute;
      right: 0;
      font-size: 12px;
      top: 10px;
      color: #48c0c6;
    }
    .tag-container {
        background-color: #EBEEF1;
        border-radius: 20px;
        padding: 15px 25px;
    }
    .tag-container .text-part li::before {
        color: #000;
    }
    .tag-container .text-part ul {
       margin-bottom: 0;
    }
    .tag-container .text-part ul li {
        padding: 8px 20px;
        border-bottom: 1px solid #ccc;
        color: #626060;
    }
    .tag-container .text-part ul li:last-child {
        border-bottom: none;
    }
.banner-partner {
    background-color: #e3f2f4;
    margin: 50px -20px 20px;
}

    .banner-partner .col-md-8 {
        border-right: 4px solid #fff;
        height: 120px
    }

    .banner-partner .item {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 120px;
        text-align: center;
        width: 100%;
        font-size: 18px;
    }

        .banner-partner .item .img-banner {
            max-width: 230px;
            width: auto;
            min-width: 230px;
            margin-inline-start: 20px;
        }

    .banner-partner h4 {
        color: #0b3339;
        height: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        padding: 0
    }

.banner-section .img-banner {
    height: 566px;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    width: 100%;
}
    .img-banner-about img {
        max-width: 100% !important;
    }
    .products-item .img-container:before,
    .banner-section .img-banner:before {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        content: "";
        display: block;
        height: 100%;
        left: -75%;
        position: absolute;
        top: 0;
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
        width: 50%;
        z-index: 2;
        transition: all 1s;
    }
    .products-item .img-container:hover:before,
    .banner-section .img-banner:hover:before {
        transition: all 1s;
        left: 100%;
    }
    .img-banner {
        position: relative;
    }
        .img-banner img,
        .banner-section .img-banner img {
            position: absolute;
            transform: translate(-50%, -50%);
            height: 100%;
            width: auto;
            left: 50%;
            top: 50%;
            border-radius: 25px;
        }
    .img-banner .water-mark {
        position: absolute;
        z-index: 0;
        transform: translate(-50%, -50%);
        left: 50%;
        zoom: 0.7;
        top: 50%;
    }
.licensed-word-container {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 515px;
    max-width: 100%;
    justify-content: center;
    float: left;
}
    .licensed-word-container h2 {
        font-size: 32px;
        font-weight: 800;
    }
    .licensed-word-container img {
        height: 73px;
    }
.slider-container {
    display: flex;
    align-items: center;
    gap: 30px
}

    .slider-container .img-container {
        width: 515px;
        min-width: 515px;
    }
.title-section {
    text-align: center;
}
    .title-section.text-right {
        text-align: start;
    }
    .title-section .hint {
        border: 2px solid #626060;
        padding: 5px 10px;
        display: inline-block;
        margin-bottom: 11px;
        border-radius: 25px;
        min-width: 131px;
        font-weight: 600;
        text-align: center;
    }
    .title-section.title-col {
        text-align: start;
    }
    .title-section h1 {
     margin-bottom: 20px;
     font-size: 46px;
     font-weight: 600;
    }
.partners-section {
    position: relative;
    padding-top: 50px;
}

    .partners-section .partners-slider {
        padding: 20px 0
    }

 

        .partners-section .partners-slider .item {
            padding: 10px;
            position: relative;
            height: 100px;
            display: flex;
            align-items: center
        }

            .partners-section .partners-slider .item img {
                height: auto;
                max-height: 70px;
                min-height: 51px;
                width: auto;
                margin: auto;
                max-width: 96%;
                transform: scale(1);
                transition: .3s
            }
            .products-item {
                border: 1px solid #ccc;
                border-radius: 25px;
                padding: 20px;
                display: flex;
                align-items: center;
                gap: 20px;
                margin-bottom: 20px;
            }
                .products-item .products-details {
                    width: 100%;
                }
                .flex-column-style {
                    flex-direction: column;
                    align-items: flex-start;
                    padding: 15px;
                }
            .products-item .img-container{
                border-radius: 20px;
                overflow: hidden;
                height: 220px;
            }
.products-item.flex-column-style .nav-link.btn-theme {
    width: 100%;
}
.products-details-section .products-item .img-container {
    height: 266px;
    width: 100%;
}
.products-details-section .products-item .img-container img{
    width: 100%;
}
                .products-item .img-container img {
                    border-radius: 25px;
                    overflow: hidden;
                    width: 100%;
                }
            .products-item .products-details p {
                display: flex;
                gap: 10px;
                align-items: center;
            }
            .card-product {
                height: 300px;
                overflow: hidden;
                border-radius: 25px;
                margin-bottom: 20px;
            }
.card-setion-word {
    position: relative;
}

.products-item-container.absolute {
    z-index: 9;
    bottom: 0;
    width: 342px;
    position: absolute;
}
.products-item-container.sticky {
    position: fixed;
    z-index: 9;
    top: 87px;
    width: 342px;
    transform: translate(-50%, 0);
}
.card-product.large {
    height: 500px
}
                .card-product h6 {
                    position: absolute;
                    transform: translate(-50%, -50%);
                    left: 50%;
                    top: calc(50% - 36px);
                    z-index: 1;
                    color: #fff;
                    width: 100%;
                    padding: 0 10px;
                    line-height: 40px;
                    font-size: 21px;
                    font-weight: 600;
                    text-align: center;
                }
               /* .card-product.large {
                    height: 600px;
                }*/
            .card-product.xl-large {
                height: 700px;
            }
                .card-product .image-link {
                    position: relative;
                    display: inline-block;
                    width: 100%;
                    border-radius: 25px;
                    overflow: hidden;
                    height: 260px;
                }
                .card-product.large .image-link {
                    height: 475px
                }
                .card-product.xl-large .image-link {
                   height: 700px;
                }
                    .card-product.xl-large .image-link {
                        max-height: 700px;
                    }
                .card-product .image-link img {
                    position: absolute;
                    transform: translate(-50%, -50%);
                    left: 50%;
                    top: 50%;
                    height: unset;
                    width: 100%;
                }
                    .card-product .image-link img.play-img {
                        position: absolute;
                        transform: translate(-50%, -50%);
                        left: 50%;
                        top: calc(50% - -22px);
                        z-index: 1;
                        width: 60px;
                        height: 60px;
                        line-height: 64px;
                        font-size: 28px;
                        cursor: pointer;
                    }
                    .card-product .image-link img.play-img.large {
                        width: 100px;
                        height: 100px;
                    }
                .image-link .play-btn {
                    position: absolute;
                    transform: translate(-50%, -50%);
                    left: 50%;
                    top: 50%;
                    z-index: 1;
                    color: #0896aa;
                    background-color: #fff;
                    width: 60px;
                    height: 60px;
                    line-height: 64px;
                    font-size: 28px;
                }
.image-link .play-btn i {
    line-height: 64px;
}
            .card-product.dark-bg .image-link .play-btn  {
                color: #ffffff;
                background-color: #0896aa;
            }
.card-product .image-link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2a3e3fb5;
    opacity: 0.7;
}
            .card-product .image-link.image-low-tansparent:after {
                background-color: #000000;
                opacity: .18;
            }
            .card-product .image-link.image-no-tansparent:after {
               display: none
            }
.card-product.dark-bg .image-link:after {
    background-color: rgb(0 0 0 / 60%);
}

.why-us-div .container-why-us,
.why-us-section .container-why-us {
    background-color: #EBEEF1;
    border-radius: 25px;
    padding: 25px;
}

    .why-us-div .container-why-us .why-us-item,
    .why-us-section .container-why-us .why-us-item {
        margin-bottom: 20px;
    }

        .why-us-div .container-why-us .why-us-item img,
        .why-us-section .container-why-us .why-us-item img {
            width: 33px;
            margin-bottom: 10px;
        }

        .why-us-div .container-why-us .why-us-item p,
        .why-us-section .container-why-us .why-us-item p {
            font-size: 16px;
            line-height: 20px;
            color: #626060;
            width: 200px;
            max-width: 100%;
        }

            .faq-section {

            }
            .faq-section .faq-container {
                background-color: #EBEEF1;
                border-radius: 20px;
                padding: 25px;
            } 
            .faq-container .faq-item {
                padding-bottom: 5px;
                border-bottom: 1px solid #ccc;
                margin-bottom: 20px;
            }
            .faq-container .faq-item .faq-title{
           font-weight: 600;
           display: flex;
           justify-content: space-between;
           padding: 5px 0;
           cursor: pointer;
            }
            .faq-container .faq-item .faq-body {
                display: none;
            }
            .faq-container .faq-item.active .fa-chevron-down:before {
                content: "\f077";
            }
            .news-section .news-slider .owl-stage {
                /*right: 17%;*/
            }
            .news-slider {

            }
.container-news-slider {
    width: 1440px;
    margin: auto;
    max-width: 100%;
}
                .news-slider .item {
                    border: 1px solid #626060;
                    border-radius: 25px;
                    padding-bottom: 15px;
                    margin-bottom: 30px;
                }

                    .news-slider .item .img-container {
                        position: relative;
                        height: 200px;
                        overflow: hidden;
                        border-radius: 25px;
                        margin: 15px;
                    }
                    .news-slider .item .img-container .img-banner {
                        position: absolute;
                        transform: translate(-50%, -50%);
                        left: 50%;
                        top: 50%;
                        width: 100%;
                    }
             /*   .news-slider .item:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background-color: #000;
                    opacity: .5;
                }*/
            .news-slider .item img{
                
            }
                    .news-slider .item .item-part img {
                        width: 20px;
                        position: relative;
                        top: -2px;
                        margin-inline-start: 11px;
                    }
                    .news-slider .item .details-news {
                        padding: 10px 15px;
                        text-align: start;
                    }
                .news-slider .item .details-news h3 {
                    color: #000;
                    font-weight: 600;
                    margin-bottom: 20px;
                    line-height: 36px;
                    font-size: 22px;
                    max-height: 108px;
                    overflow: hidden;
                }
                .news-slider .item .details-news .btn {
                    width: 268px;
                    max-width: 100%;
                    margin: 0;
                    height: 50px;
                    line-height: 33px;
                    font-weight: 600;
                    font-size: 16px;
                }
            .footer-bottom {
                padding-top: 30px;
                background-color: #EBEEF1;
            }
            .footer-bottom h5{
               color: #4AC7CF;
               font-size: 16px;
               font-weight: 600;
               margin-bottom: 20px;
            }
            .footer-bottom a {
                color: #626060;
                text-decoration: none;
                display: block;
                padding: 5px 0;
            }
            .social-links {
                display: flex;
                flex-wrap: wrap;
            }
            .social-links a{
               width: 25%;
            }
            .payment-container {
                margin-top: 20px;
                padding: 20px 0;
                border-top: 1px solid #ccc;
            }
            .payment-container img {
                height: 19px;
            }
.page-title-section .row,
.justify-content-center .row {
    align-items: center;
}
    .row.flex-start {
        align-items: flex-start !important;
    }
.complain-img .img-banner,
.banner-section.page-title-section .img-banner {
    border-radius: 25px !important;
    height: 473px;
}
            .page-title-section h2{
               font-size: 50px;
              }

.products-details-section .content {
    margin-bottom: 30px;
    padding-inline-end: 50px;
}
              .products-details-section .content p{
                line-height: 30px !important;
                font-size: 18px !important;
              }
              .products-details-section .content h1{
                font-weight: 600 !important;
                font-size: 40px !important;
                line-height: 50px !important;
              }
              .products-details-section .content h2{
                font-weight: 600 !important;
                font-size: 35px !important;
                line-height: 40px !important;
              }
              .products-details-section .content h3{
                font-weight: 600 !important;
                font-size: 30px !important;
                line-height: 40px !important;
              }
              .products-details-section .content h4{
                font-weight: 600 !important;
                font-size: 25px !important;
                line-height: 30px !important;
              }
              .products-details-section .content h5{
                font-weight: 600 !important;
                font-size: 20px !important;
                line-height: 25px !important;
              }
              .products-details-section .content h6{
                font-weight: 600 !important;
                font-size: 18px !important;
                line-height: 22px !important;
              }
              .products-details-section .content img{
                max-width: 90% !important;
                display: block !important;
              }
.products-details-section .faq-container {
    padding-inline-end: 50px;
}
.news-section {
}
              .news-section .news-item{
                margin-bottom: 20px;
                height: 400px;
              }
              .news-section .news-item img{
                width: 100%;
                height: 100%;
              }
              .team-section {

              }
              .team-section .team-item {
                border: 1px solid #ccc;
                border-radius: 20px;
                overflow: hidden;
                box-shadow: 0 0 3px #ededed;
                margin-bottom: 20px;
            }
            .team-section .team-item .img-container{
               height: 290px;
             }
            .team-section .team-item img{
               width: 100%;
            }
            .team-section .team-item .text-contianer {
                 padding: 25px;
            }
            .team-section .team-item .text-contianer h5 {
                font-weight: 600;
                font-size: 18px;
            }
            .team-section .team-item .text-contianer h6 {
                font-size: 16px;
            }
            .team-section .team-item .text-contianer p {
                font-size: 14px;
                color: #5F6980;
            }
            .team-section .team-item .text-contianer  a {
                color: #4ac7cf;
                font-size: 25px;
            }
            .page-section {
              margin-bottom: 20px;  
            }
            .page-section .img-container {
               margin-bottom: 20px;
            }
            .page-section .img-container img {
                width: 100%;
                border-radius: 25px;
            }
            .page-content {
                color: #626060;
                font-size: 14px;
            }
            .control-image-upload {
                justify-content: space-between;
                width: 100%;
                padding: 11px 10px;
                top: 0px;
                background: rgb(242, 246, 255);
                border: 2px solid rgb(248, 250, 254);
                border-radius: 5px;
                height: 52px;
                width: max-content;
                min-width: 240px;
            }
            .control-image-upload-container {
                display: flex;
                width: 100%;
                justify-content: space-between;
            }
            .control-image-upload-container .information-img {
                display: flex;
                align-items: center;
                width: calc(100% - 15px);
                gap: 10px;
            }
            .file-name {
                width: calc(100% - 48px);
                font-size: 14px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: right;
            }
            .control-image-upload .actions {
                display: flex;
                align-items: center;
                gap: 10px;
                font-size: 16px;
            }
            .control-image-upload .actions a {
                color: rgb(0, 0, 0);
            }
            .control-image-upload-container .information-img img {
                width: 29px;
            }

            .item-blog {
                display: flex;
                align-items: center;
                gap: 15px;
                margin-bottom: 20px;
                border: 1px solid #ccc;
                border-radius: 25px;
                padding: 15px;
                text-decoration: none;
                color: #000;
            }
                .item-blog:hover {
                    color: #000;
                }
                .item-blog .img-container {
                    width: 220px;
                    border-radius: 25px;
                    overflow: hidden;
                }
            .item-blog .img-container img{
       width: 100%;
            }
   
            .item-blog .date-categories {
                display: flex;
                align-items: center;
                gap: 30px;
                margin-bottom: 20px;
            }
            .item-blog .date-categories .item-part {
                font-size: 13px;
            }
                .item-blog .date-categories .item-part img {
                    width: 12px;
                    position: relative;
                    top: -1px;
                } 
            .item-blog .text-container h4 {
                font-size: 24px;
                font-weight: 600;
            }
            .sidebar-blog .item-blog {
                border: none;
                border-radius: 0;
                padding: 0;
            }
            .sidebar-blog .item-blog .img-container {
                min-width: 100px;
                width: 100px;
    border-radius: 5px;
    overflow: hidden;
            }
            .sidebar-blog .item-blog .text-container h4  {
                font-size: 16px;
            }
            .sidebar-blog .item-blog .date-categories {
                margin-bottom: 5px;
            }
.details-blog {

}
    .details-blog .main-img {
        position: relative;
        /*height: 300px;*/
        overflow: hidden;
        border-radius: 25px;
        margin-bottom: 20px;
    }
        .details-blog .main-img.main-img-large {
            height: 400px;
        }
.details-blog .main-img img {
    width: 100%;
    position: relative;
}
    .details-blog .des {
        font-size: 19px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .contact-section {

    }
    .contact-section ul{
      padding: 0;
      margin-bottom: 15px;
    }
    .contact-section ul li{
       list-style: none;
       padding: 5px 0;
    }
    .contact-section ul li .img-container  {
   display: inline-block;
   width: 24px;
    text-align: center;
    }
    .contact-section ul li .img-container img {
        max-width: 16px;
    }
    .contact-section ul li  span {
       color: #626060;
    }
    .form-container {
        box-shadow: 0px 5px 16px 0px #080F340F;
        border-radius: 20px; 
        padding: 25px;
        margin-bottom: 20px;
    }
    .form-container .form-group {
        margin-bottom: 20px;
        position: relative;
    }
        .form-container .form-group.textarea-container {
            min-height: 100px;
        }
.form-container .input-container {
    border-radius: 25px;
    padding: 0px;
    position: relative;
    height: 50px;
}
        .form-container .input-container svg,
        .form-container .input-container img {
            position: absolute;
            right: 20px;
            max-height: 21px;
            top: 14px;
            width: 20px;
        }

        .form-container .input-container svg,
        .form-container .input-container img {
            left: 20px;
            right: unset;
        }

        .form-container .input-container textarea,
        .form-container .input-container select,
        .form-container .input-container input {
            border: none;
            outline: none;
            box-shadow: none;
            font-size: 14px;
            position: absolute;
            top: 0;
            left: 0;
            background-color: transparent;
            width: 100%;
            border-radius: 25px;
            padding: 0 15px;
            height: 50px;
            box-shadow: 0 0 10px #e1e1e1;
            border: 1px solid #EFF0F6;
            z-index: 9;
        }

        .form-container .input-container textarea {
            height: unset;
            padding-top: 10px;
        }
    .form-container .btn  {
        margin-top: 10px;
        background: #4AC7CF;
    border: 1px solid #4AC7CF;
    color: #fff;
    height: 55px;
    border-radius: 25px;
    width: 100%;
    line-height: 28px;
    text-align: center;
    }
.btn-call {
    color: #fff;
    line-height: 47px;
    position: fixed;
    bottom: 15px;
    font-size: 26px;
    align-items: center;
    text-decoration: none;
    width: 160px;
    background: #fff;
    border-radius: 25px;
    padding: 3px;
    box-shadow: 0 0 3px #9a9a9a;
    height: 48px;
    border: 0;
    z-index: 9;
    gap: 9px;
    display: flex;
    gap: 5px;
}

    .btn-call img {
        width: 43px
    }

    .btn-call span {
        font-size: 12px;
        line-height: 14px;
        color: #000;
        text-align: center
    }

        .btn-call span b {
            display: block
        }
.btn-call {
    right: 10px;
}
content_description > *,
content_description {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 25px;
}
    content_description > h1,
    content_description > h2,
    content_description > h3,
    content_description > h4,
    content_description > h5,
    content_description > h6 {
        font-weight: 600 !important;
        color: #000 !important;
        font-size: 17px !important;
    }
    content_description.content-contact-us > h1,
    content_description.content-contact-us > h2,
    content_description.content-contact-us > h3 {
        height: 46px;
        line-height: 60px;
    }
    content_description.content-contact-us.contact-us-header > h1,
    content_description.content-contact-us.contact-us-header > h2 {
        font-size: 32px !important;
    }
    .gallary-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(327px, 1fr));
        grid-auto-rows: 420px;
        grid-gap: 8px;
    }

    .gallary-row .img-popup {
        display: block;
        margin-bottom: 15px;
        position: relative;
    }

        .gallary-row .img-popup img {
            object-fit: cover;
            cursor: pointer;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.02);
            border-radius: 0px;
        }

        .gallary-row .img-popup::before {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -13px;
            margin-left: -13px;
            opacity: 0;
            color: #fff;
            font-size: 26px;
            font-family: 'fontAwesome';
            content: "\f00e";
            pointer-events: none;
            z-index: 9;
            transition: 0.4s;
        }

.form-switch .form-check-input {
    margin: 0 6px;
}
.custom-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

    .custom-switch .form-check-input[type=checkbox] {
        width: 70px !important;
        height: 43px !important;
        background-color: #F2F2F2 !important;
        border-color: #F2F2F2 !important;
        background-image: url("../images/btn-toggle.svg");
        background-position: left center;
        cursor: pointer;
    }

        .custom-switch .form-check-input[type=checkbox]:checked {
            background-color: #333333 !important;
            border-color: #333333 !important;
            background-image: url("../images/dark-toggle.svg");
            background-position: right center;
        }

        .custom-switch .form-check-input[type=checkbox]:focus {
            box-shadow: none;
        }
.modal-header .close {
    border: none;
    background-color: transparent;
    font-size: 36px;
    line-height: 15px;
    color: #7c7c7c;
}
/* Preloader */
.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background-color: #ffffffe6;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 18px;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  right: 15px;
  top: 15px;
  border-radius: 50%;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
    .handle-preloader .animation-preloader .fav {
        position: absolute;
        width: 65px;
        transform: translate(-50%, -50%);
        top: 74px;
        left: 50%;
        /*filter: brightness(0) invert(1);*/
    }

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 40px auto;
  width: 150px;
}

    .handle-preloader .animation-preloader .txt-loading {
        text-align: center;
        user-select: none;
        position: relative;
        left: 24px;
    }

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-weight: 500;
        letter-spacing: 15px;
        display: inline-block;
        position: relative;
        font-size: 70px;
        line-height: 70px;
        text-transform: uppercase;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #4AC7CF;
    }

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before { animation-delay: 1.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before { animation-delay: 1.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before { animation-delay: 2s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  
}

    .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
        color: #4AC7CF;
    }

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #4AC7CF;
    border-top-color: rgba(255, 255, 255, 0.5);
}

/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.menu-mobile {
    display: none;
}
.banner-section .owl-dots,
.partners-slider .owl-dots,
.news-section .owl-dots {
    text-align: center;
    padding-top: 15px;
}
    .how-section .owl-dots .owl-dot,
    .partners-slider .owl-dots .owl-dot,
    .banner-section .owl-dots .owl-dot,
    .news-section .owl-dots .owl-dot {
        width: 37px;
        height: 10px;
        background-color: #D9D9D9;
        margin: 0 5px;
        border-radius: 10px;
    }
        .how-section .owl-dots .owl-dot.active,
        .partners-slider .owl-dots .owl-dot.active,
        .banner-section .owl-dots .owl-dot.active,
        .news-section .owl-dots .owl-dot.active {
            background-color: #4AC7CF;
        }
.banner-section .owl-dots {
    width: 515px;
    position: absolute;
    left: 0;
    z-index: 9999;
    bottom: 7px;
}
    .partners-section-1 .owl-carousel .owl-stage {
        margin: auto;
    }
.partners-section.partners-section-1 .partners-slider .item {
    padding: 5px;
}
    .modal-content {
    background-color: transparent;
    padding: 0;
    border: none;
}
.modal-body {
    padding: 0rem;
}
.modal-header {
    padding: 3px;
    border: none;
}
.modal .modal-dialog {
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal-backdrop.show {
    opacity: .7;
}
.modal-header {
    flex-direction: row-reverse;
}
.modal-dialog {
    width: 660px;
    max-width: 100%;
}
.fav-gif {
    width:200px
}
.product-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

    .product-row a {
        font-size: 22px;
        text-decoration: unset;
        position: relative;
        cursor: pointer;
        color: #000;
    }

        .product-row a.active {
            color: #4AC7CF;
            font-weight: 600;
        }

        .product-row a::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: transparent;
            bottom: -19px;
        }

        .product-row a.active::before {
            background-color: #4AC7CF;
        }
main {
    padding: 0 10px;
}

.banner-section .text-part h1 {
    font-size: 80px;
    margin-bottom: 40px
}

.products-item .img-container {
    height: 226px;
    width: 209px;
    min-width: 209px;
    position:relative
}
    .products-item .img-container img {
        position: absolute;
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto;
        left: 50%;
        top: 50%;
    }

.products-item.flex-column-style .img-container {
    width: 100%;
}


.img-about-licence img {
    width: 100% !important;
    height: unset !important;
}

.handle-preloader .animation-preloader .spinner {
    height: 195px;
    margin: 0 auto 16px auto;
    width: 195px;
}

.handle-preloader .animation-preloader .txt-loading {
    left: 5px;
    top: -147px;
    position: relative;
}

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 60px;
        letter-spacing: 10px;
    }

.products-item .products-details h3 {
    font-size: 24px;
}

.products-item .products-details p {
    font-size: 12px;
}
.input-upload {

}
.input-upload .btn-upload {

}
.input-upload .upload-img {
    opacity: 0;
}
form label.error {
    color: #f00;
    position: absolute;
    bottom: -19px;
    padding: 0 15px;
    font-size: 14px;
}
form textarea ~ label.error {
    bottom: -66px;
}
::-webkit-file-upload-button {
    display: none;
}
::file-selector-button {
    display: none;
}
input[type=file]::file-selector-button {
    visibility: hidden;
}
.input-number {

}
/*    .input-number input {
        text-align: left;
        padding-left: 87px !important;
    }*/
    .input-number number {
        position: absolute;
        left: 50px;
        top: 14px;
        font-size: 15px;
    }
.products-item h4 {
    font-size: 20px;
}
@media screen and (min-width: 991px) {
    .how-section .owl-carousel {
        display: flex;
    }
}
@media screen and (max-width: 991px) {
    .products-item.flex-column-style .nav-link.btn-theme {
        width: 100%;
        position: fixed;
        z-index: 999;
        bottom: 0;
        height: 60px;
        left: 0;
        border-radius: 0;
        line-height: 43px;
        font-size: 22px;
    }
    .products-item-container,
    .products-item-container.sticky {
        position: static;
        transform: none;
        width: 100%;
    }
    .handle-preloader .animation-preloader .txt-loading {
        top: -124px;
    }
    .banner-partner h4 {
        height: auto;
        text-align: center;
        line-height: 25px;
        font-size: 15px;
        padding: 10px 15px;
    }
    main {
        padding: 0 2px;
    }
    .how-section .card-product {
        margin-inline-start: 20px;
    }
    .how-section .owl-carousel {
        display: block;
    }
    .card-product {
        height: unset;
    }
    .banner-section .row {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .banner-section .img-banner {
        height: unset;
    }
    .banner-section .text-part h1 {
        font-size: 36px !important;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .banner-section .text-part p {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 15px;
        color: #B0BEC5;
    }
    .slider-container .img-container {
        max-width: 100%;
        min-width: unset;
        width: 100%;
    }
    .partners-section {
        padding-top: 10px;
    }
    .products-item {
        flex-direction: column
    }
        .products-item .img-container {
            height: 200px;
            width: 100%;
            min-width: 100%;
        }
            .products-item .img-container img {
                position: absolute;
                transform: translate(-50%, -50%);
                left: 50%;
                top: 50%;
                height: unset;
                width: inherit;
            }
    .card-product.large {
        height: unset;
    }
    .card-product.large .image-link {
        height: unset;
    }  
    .card-product.large .image-link {
        position:relative;

    }
    .card-product .image-link img {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        height: 100%;
        width: unset;
    }
        .card-product .image-link img.play-img.large {
            width: 67px;
            height: 67px;
        }
/*    .title-section {
        text-align: start
    }*/
    .how-section .owl-dots {
        text-align: center ;
        margin-inline-start: 20px;
    }
    .how-section .owl-dots .owl-dot,
    .partners-slider .owl-dots .owl-dot, .banner-section .owl-dots .owl-dot, .news-section .owl-dots .owl-dot {
        width: 28px;
        height: 6px;
    }
        .why-us-div .container-why-us .why-us-item, .why-us-section .container-why-us .why-us-item {
        display: flex;
        align-items: center;
        gap: 20px;
    }
        .why-us-div .container-why-us .why-us-item p, .why-us-section .container-why-us .why-us-item p {
            width: unset;
        }
    .why-us-div, .faq-section, .why-us-section {
        padding: 25px 0;
    }
/*    .news-section .news-slider .owl-stage {
        right: unset !important;
        left: unset !important;
    }*/
    .news-section {
        padding: 0 15px;
    }
    .news-slider .item {
        height: unset;
    }
    .partners-section .partners-slider .item img {
        min-height: 30px;
    }
    .partners-section .owl-carousel .owl-stage {
        /*right: 11%;*/
    }
    .menu-mobile-container {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .menu-mobile {
        display: block;
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
    }
    .left-section .form-check {
        display: none;
    }
    .header-top .left-section {
        padding: 0;
    }
    .left-section .Language-dropdown {
        display: none;
    }
    .handle-preloader .animation-preloader .fav {
        width: 54px;
        top: 59px;
    }
    .handle-preloader .animation-preloader .spinner {
        margin: 0 auto 0px auto;
    }
    .navbar-nav {
        padding: 0 15px;
    }
    .card-product .image-link {
        /*height: unset;*/
    }
    .news-slider .item .details-news .btn {
        width: 100%;
    }
    .partners-section .partners-slider {
        padding: 0;
    }
    .partners-section {
        margin-bottom: 40px !important;
    }
    .title-section h1 {
        text-align: center;
    }
    .card-product.xl-large,
    .card-product.xl-large .image-link {
        height: unset !important;
    }

    .card-product.xl-large .image-link {
        max-height: unset !important;
    }
     .navbar-toggler {
        width: 47px;
        text-align: center;
    }
    .navbar-light .navbar-toggler-icon {
        display: block;
        text-align: center;
        width: 100%;
        background-image: none;
    }
        .navbar-light .navbar-toggler-icon i {
            font-size: 25px;
            padding: 3px 0;
        }
    .gallary-row {
        grid-auto-rows: unset;
    }
        .gallary-row .img-popup img {
            height: unset;
        }
    .product-row a {
        font-size: 15px;
    }

    .news-slider .item {
        /*height: 250px;*/
    }
    .slider-container {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .img-banner img, .banner-section .img-banner img {
        min-height: 100%;
        min-width: 100%;
        max-height: 120%;
        max-width: 120%;
        width: auto;
        height: auto;
    }
    }
@media screen and (max-width: 767px) {
    .licensed-word-container {
        gap: 7px;
    }
        .licensed-word-container h2 {
            font-size: 26px;
        }
        .licensed-word-container img {
            height: 51px;
        }
        .banner-section .owl-dots {
        width: 100%;
        position: static;
    }
    .banner-section .owl-dots, .partners-slider .owl-dots, .news-section .owl-dots {
        text-align: center;
        padding-top: 0px;
    }
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}
@media screen and (max-width: 500px) {
    .complain-img .img-banner,
    .banner-section.page-title-section .img-banner {
        height: 270px;
    }
    .products-details-section .content {
        padding-inline-end: 0;
    }
    .products-details-section .content img {
       height: unset !important
    }

    .handle-preloader .animation-preloader .spinner {
        height: 11em;
        width: 11em;
    }
    .partners-section-1 {
        margin-top: 50px;
    }
        .partners-section-1 .title-section h1 {
            margin-bottom: 0;
        }
    }

@media screen and (max-width: 400px) {
    .banner-partner .item {
        padding: 0 14px;
    }
}

