.navbar {
    min-height: 147px;
    position: fixed;
    z-index: 2;
    background-color: white;
    width: 100%;
    -webkit-box-shadow: 0px 1px 10px -5px #000000;
    box-shadow: 0px 1px 10px -5px #000000;
}

/* .navbar-brand {
    max-width: calc(100vw - 50%);
} */

.navbar-brand img {
    width: 260px;
    height: 48px;
}

.nav-link {
    color: #acacac !important;
    padding: 10px;
    margin: 0 5px;
    border-bottom: 3px solid transparent !important;
    white-space: nowrap;
}

.nav-link:hover {
    animation: drawBorder 0.75s ease forwards;
    color: #252f38 !important;
    border-bottom: 3px solid #c9001d !important;
}

@keyframes drawBorder {
    from {
        max-width: 0%;
    }
    to {
        max-width: 100%;
    }
}

.active-navbar {
    color: #252f38 !important;
    border-bottom: 3px solid #c9001d;
}

.main-content {
    padding-top: 147px;
}

.dropdown-menu {
    background-color: #ff0000;
}

.dashboard-nav {
    background-color: #c9001d;
    border-radius: 10px !important;
    text-align: right;
    min-width: 176px;
    display: flex;
    max-height: 45px;
    align-items: center;
    cursor: pointer;
    margin-left: 20px;
}



.dashboard-nav .dashboard-button {
    color: #ffffff;
    width: 100%;
    text-align: center;
}


.video-player {
    position: relative;
}

#myVideo {
    object-fit: cover;
    height: 944px;
    width: 100%;
}

.video-player-desc-area {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    bottom: 25%;
    /* left: 10%; */
}

.video-player-title {
    text-align: left;
    font-size: 88px;
    color: #ffffff;
    max-width: 360px;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: 0.2rem;
    line-height: 5.2rem;
}

.video-player-desc {
    text-align: left;
    font-size: 23px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    max-width: calc(100vw - 46%);
    margin-bottom: 50px;
}

.video-player-btn {
    border: 3px solid #c9001d;
    border-radius: 40px;
    width: 300px;
    color: white;
    min-height: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-player-btn:hover {
    background-color: #c9001d;
}

.right-arrow-white {
    /* margin-top: 5px; */
    padding-left: 10px;
    transition: margin-left 500ms ease-in-out;
}

.video-player-btn:hover .right-arrow-white {
    margin-left: 40px;
}

/* about */

.about-main {
    padding-top: 300px;
    background-color: #ffffff;
}

.about-title {
    font-size: 42px;
    color: #252f38;
    font-weight: bold;
    margin-bottom: 40px;
}

.about-desc {
    font-size: 22px;
    color: #252f38;
    margin-bottom: 20px;
}

.about-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: center;
}

.about-item {
    border: 1px solid #ececec;
    border-radius: 10px;
    width: 310px;
    height: 350px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.about-item-desc {
    margin-top: 40px;
    color: #2d2d2d;
    font-size: 19px;
    font-weight: bold;
}

.about-item:hover .about-item-desc {
    color: white;
}

.about-item-1:hover {
    background-color: #4d18e0;
}

.about-item-1:hover .icon-audience {
    background: url(../assets/icons/audience-ic-w.png) no-repeat center center;
}

.about-item-2:hover {
    background-color: #00d17d;
}

.about-item-2:hover .icon-monitor {
    background: url(../assets/icons/monitor-ic-w.png) no-repeat center center;
}

.about-item-3:hover {
    background-color: #fe6d25;
}

.about-item-3:hover .icon-peak-hours {
    background: url(../assets/icons/peak_hours-ic-w.png) no-repeat center center;
}

.about-item-4:hover {
    background-color: #8669fc;
}

.about-item-4:hover .icon-data {
    background: url(../assets/icons/data-ic-w.png) no-repeat center center;
}

.about-item-5:hover {
    background-color: #03cbad;
}

.about-item-5:hover .icon-covide {
    background: url(../assets/icons/covide-ic-w.png) no-repeat center center;
}

.about-item-6:hover {
    background-color: #08ccfc;
}

.about-item-6:hover .icon-customer {
    background: url(../assets/icons/customer-ic-w.png) no-repeat center center;
}

.about-item-7:hover {
    background-color: #160ec3;
}

.about-item-7:hover .icon-visitor {
    background: url(../assets/icons/visitor-ic-w.png) no-repeat center center;
}

.about-item-8:hover {
    background-color: #00e69c;
}

.about-item-8:hover .icon-media {
    background: url(../assets/icons/media-ic-w.png) no-repeat center center;
}

/* services */

.services-main {
    margin-top: 50px;
    padding-top: 300px;
    background-color: #fafafa;
}

.service-title {
    font-size: 42px;
    color: #252f38;
    font-weight: bold;
    margin-bottom: 40px;
}

.service-item {
    margin-top: 60px;
    padding-bottom: 60px;
}

.service-item-icon {
    margin-top: 100px;
}

.service-item-title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
}

.service-1 {
    color: #160ec3;
}

.service-2 {
    color: #fe6d25;
}

.service-3 {
    color: #8669fc;
}

.service-4 {
    color: #03cbad;
}

.service-5 {
    color: #ffd800;
}

.service-item-desc {
    margin-bottom: 30px;
    font-size: 22px;
    color: #525252;
    margin-top: 15px;
}

.service-item-button-group {
    display: flex;
    flex-direction: row;
}

.service-item-button {
    width: 176px;
    height: 48px;
    border-radius: 40px;
    margin-right: 15px;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 16px;
}

.service-item-button-1 {
    background: #160ec3 0% 0% no-repeat padding-box;
    border: 3px solid #160ec3;
    cursor: pointer;
}

.service-item-button-1:hover {
    background-color: white !important;
    color: #160ec3;
}

.service-item-button-1-svg svg {
    margin-bottom: 4px;
}

.service-item-button-1:hover .service-item-button-1-svg svg path {
    fill: #160ec3 !important;
}

.service-item-button-2 {
    background: #fe6d25 0% 0% no-repeat padding-box;
    border: 3px solid #fe6d25;
    cursor: pointer;
}

.service-item-button-2:hover {
    background-color: white !important;
    color: #fe6d25;
}

.service-item-button-2-svg svg {
    margin-bottom: 4px;
}

.service-item-button-2:hover .service-item-button-2-svg svg path {
    fill: #fe6d25 !important;
}

.service-item-button-3 {
    background: #8669fc 0% 0% no-repeat padding-box;
    border: 3px solid #8669fc;
    cursor: pointer;
}

.service-item-button-3:hover {
    background-color: white !important;
    color: #8669fc;
}

.service-item-button-3-svg svg {
    margin-bottom: 4px;
}

.service-item-button-3:hover .service-item-button-3-svg svg path {
    fill: #8669fc !important;
}

.service-item-button-4 {
    background: #03cbad 0% 0% no-repeat padding-box;
    border: 3px solid #03cbad;
    cursor: pointer;
}

.service-item-button-4:hover {
    background-color: white !important;
    color: #03cbad;
}

.service-item-button-4-svg svg {
    margin-bottom: 4px;
}

.service-item-button-4:hover .service-item-button-4-svg svg path {
    fill: #03cbad !important;
}

.service-item-button-5 {
    background: #ffd800 0% 0% no-repeat padding-box;
    border: 3px solid #ffd800;
    cursor: pointer;
}

.service-item-button-5:hover {
    background-color: white !important;
    color: #ffd800;
}

.service-item-button-5-svg svg {
    margin-bottom: 4px;
}

.service-item-button-5:hover .service-item-button-5-svg svg path {
    fill: #ffd800 !important;
}

/* demo */

.demo-main {
    background-color: #252f38;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url("../assets/img/header-img.png");
}

.demo-title {
    text-align: center;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.demo-desc {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    max-width: calc(100vw - 50%);
    font-weight: bold;
    margin-bottom: 20px;
}

.demo-btn {
    width: 324px;
    height: 80px;
    border: 4px solid #c9001d;
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.demo-btn:hover {
    background-color: #c9001d;
}

/* features */

.features-main {
    padding-top: 200px;
    min-height: 600px;
    margin-bottom: 200px;
}

.features-title {
    font-size: 42px;
    color: #252f38;
    font-weight: bold;
    margin-bottom: 40px;
}

.feature-filter-area {
    border-bottom: 2px solid #252f38;
    margin-bottom: 60px;
}

/* .feature-filter-area:before {
        content: "";
        position: absolute;
        width: 13px;
        height: 13px;
        border-top: 1px solid;
        border-left: 1px solid;
        background: #ffffff;
        transform: rotate(45deg);
        margin-top: 40px;
        margin-left: 13px;
    } */

.feature-filter-items {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    overflow: auto;
}

.feature-filter-item {
    margin-right: 10px;
    cursor: pointer;
    padding: 10px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
}

.feature-filter-item:hover {
    background: #f7f7f7 0% 0% no-repeat padding-box;
    border-radius: 27px;
}

.feature-filter-item-active {
    background: #252f38 0% 0% no-repeat padding-box !important;
    border-radius: 27px;
}

.feature-filter-item-active .filter-item-name {
    color: white !important;
}

.feature-filter-item-active:hover .filter-item-name {
    color: #222221;
}

.filter-item-name {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #222221;
    opacity: 1;
}

.filtered-item-text {
    font-size: 16px;
    font-weight: 600;
    background-color: white;
    height: 90px;
    letter-spacing: 0px;
    color: #2d2d2d;
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.filtered-item {
    border-radius: 10px 10px 0px 0px;
    display: flex;
    flex-direction: column;
    margin: 0px 5px 10px 5px;
    min-height: 390px;
    min-width: 310px;
    border: 3px solid #ececec;
    justify-content: space-between;
    background: #f7f7f7 0% 0% no-repeat padding-box;
    padding-top: 30px;
    cursor: pointer;
    /* border: 3px solid #ffffff; */
    border-radius: 10px;
}

.filtered-item:hover {
    border: 3px solid #cddae4;
}

.filtered-items {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

@media (max-width: 1300px) {
    .filtered-items {
        justify-content: center;
    }
}

.filter-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* get-in-touch */

.get-in-touch-main {
    background-color: #fafafa;
    min-height: 500px;
    padding-top: 200px;
    padding-bottom: 200px;
}

.get-in-touch-title {
    font-size: 42px;
    color: #252f38;
    font-weight: bold;
    margin-bottom: 40px;
}

.get-in-touch-desc {
    color: #525252;
    font-size: 32px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 100px;
}

.get-in-touch-inner-desc {
    letter-spacing: 0px;
    color: #252f38;
    font-size: 21px;
    font-weight: 600;
}

.get-in-touch-inner-desc a {
    letter-spacing: 0px;
    color: #252f38;
    font-size: 21px;
    font-weight: 600;
    text-decoration: none;
}

.get-in-touch-inner-desc a:hover {
    text-decoration: underline;
}

.get-in-touch-inner-area {
    align-items: center;
    display: flex;
    /* justify-content: left; */
}

.get-in-touch-phone-list {
    display: flex;
    flex-direction: column;
}

.get-in-touch-inner-title {
    color: #c9001d;
    font-size: 20px;
    font-weight: 600;
}

.message-form {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #ececec;
    border-radius: 10px;
    min-height: 500px;
    padding: 40px;
}

.form-group {
    color: #252f38;
    font-size: 20px;
    font-weight: bold;
}

.form-group input {
    height: 50px;
    /* UI Properties */
    background: #00000000 0% 0% no-repeat padding-box;
    border: 1px solid #ececec;
    border-radius: 10px;
    opacity: 1;
}

label {
    margin-bottom: 15px;
}

.form-group {
    margin: 10px;
}

.btn-send {
    float: right;
    margin-top: 20px;
    background: #c9001d 0% 0% no-repeat padding-box;
    border-radius: 35px;
    border: 3px solid #c9001d;
    font-size: 20px;
    padding: 10px 40px;
}

.btn-send:hover {
    color: #c9001d;
    background: white 0% 0% no-repeat padding-box;
    border: 3px solid #c9001d;
}

.footer {
    min-height: 130px;
    align-items: center;
}

.footer-text {
    font-size: 12px;
    color: #252f38;
    font-weight: bold;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-logo {
    max-width: 130px;
}

@media (max-width: 991px) {
    .mobile-hide {
        display: none;
    }
}

.sub-page-container {
    padding-top: 150px;
}

.sub-page-main {
    background-image: url("../assets/img/header-img.png");
    min-height: 450px;
    align-items: center;
    display: flex;
}

.sub-page-header-title {
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 72px;
    font-weight: bold;
}

.purple-text {
    color: #8669fc !important;
}

.green-text {
    color: #03cbad !important;
}

.orange-text {
    color: #fe6d25 !important;
}

.blue-text {
    color: #160ec3 !important;
}

.light-green-text {
    color: #00d17d !important;
}

.yellow-text {
    color: #ffd800 !important;
}

.item-category {
    font-size: 16px;
    letter-spacing: 2.08px;
}

.item-name {
    font-size: 38px;
    color: #252f38;
    margin-bottom: 20px;
    font-family: "Mont-Bold" !important;
}

.item-desc {
    font-size: 24px;
    color: #525252;
    font-weight: bold;
}

.item-feature {
    font-size: 16px;
    font-weight: bold;
    color: #525252;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.item-feature-list {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
}

.page-item-list {
    margin-top: 150px;
}

.page-item {
    padding-top: 150px !important;
    padding-bottom: 150px !important;

    padding: 30px;
}

.item-feature-sub {
    color: #acacac;
    font-size: 12px;
}

.video-overlay {
    background-image: url(../assets/img/Red_Overlay.svg);
    position: absolute;
    top: 0;
    width: 100%;
    height: 944px;
}

.footer-social-media {
    cursor: pointer;
    margin-left: 10px;
}

.footer-social-media:hover path {
    fill: red;
}

.footer-social-media:hover ellipse {
    fill: red;
}

.in-page-text-area {
    padding-top: 200px;
}

.in-page-sub-list-desc {
    color: #525252;
    font-size: 28px;
    margin-bottom: 40px;
}

.in-page-sub-list-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.in-page-sub-item {
    margin-top: 70px;
    display: flex;
    flex-direction: row;
}

.in-page-sub-item-meta {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.in-page-sub-list-substances-title {
    color: #2d2d2d;
    font-size: 24px;
}

.our-clients-main {
    padding-top: 200px;
}

.news-room-title {
    font-size: 45px;
    letter-spacing: 0px;
    color: #252f38;
    margin-bottom: 80px;
}

.review-card {
    min-width: 380px;
    height: 280px;
    border: 3px solid #ececec;
    border-radius: 10px;
    padding: 30px;
    margin-right: 20px;
    cursor: pointer;
}

.review-card:hover {
    background: #ffffff 0% 0% no-repeat padding-box;
}

.reviewer-name {
    text-align: left;
    letter-spacing: 0px;
    color: #2d2d2d;
    opacity: 1;
}

.reviewer-job {
    text-align: left;
    letter-spacing: 0px;
    color: #acacac;
    opacity: 1;
}

.review-text {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0px;
    color: #252f38;
}

.customer-slider-main {
    background: #fafafa 0% 0% no-repeat padding-box;
    padding-top: 200px;
    padding-bottom: 100px;
}

.icon-next,
.icon-prev {
    cursor: pointer;
    width: 57px;
    height: 57px;
    border-radius: 50px;
    margin-bottom: 15px;
}

/* .icon-next:hover {
    -webkit-box-shadow: 3px 0px 22px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 0px 22px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 0px 22px -1px rgba(0, 0, 0, 0.75);
}

.icon-prev:hover {
    -webkit-box-shadow: 3px 0px 22px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 0px 22px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 0px 22px -1px rgba(0, 0, 0, 0.75);
} */

.modal-header-title {
    /* text-align: left; */
    font-size: 34px;
    letter-spacing: 0px;
    color: #252f38;
}

.modal-body-images {
    display: flex;
}
.modal-body-images-2 {
    display: flex;
}
.modal-image-text {
    text-align: center;
    font-size: 16px;
    color: #252f38;
    max-width: 219px;
    position: absolute;
    bottom: -65px;
    height: 55px;
}

.modal-header {
    border: none !important;
}

.modal-title {
    /* text-align: left; */
    opacity: 1;
}

.modal-desc {
    font-size: 22px;
    color: #252f38;
    opacity: 1;
}

.modal-card {
    width: 300px;
    /* height: 370px; */
    /* UI Properties */
    border: 1px solid #ececec;
    border-radius: 10px;
    opacity: 1;
    padding: 30px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
}

.modal-card-desc {
    font-size: 16px;
    color: #acacac;
}

.modal-card-title {
    margin-top: 20px;
    font-size: 20px;
    color: #acacac;
}

.modal-prnt-text {
    font-size: 14px;
    letter-spacing: 0px;
    color: #252f38;
}

.modal-sub-text {
    font-size: 12px;
    letter-spacing: 0px;
    color: #252f38;
}

.privacy-policy-text {
    font-size: 28px;
    letter-spacing: 0px;
    color: #acacac;
    margin-bottom: 75px;
}

.privacy-policy-title {
    font-size: 32px;
    letter-spacing: 0px;
    color: #252f38;
}

.privacy-policy-main {
    padding-top: 200px;
    padding-bottom: 200px;
}

.login-main {
    height: 100%;
    width: 100%;
    background-image: url("../assets/img/header-img@2x.png");
    display: flex;
    width: calc(100vw);
    height: calc(100vh);
}

.login-form-card {
    /* UI Properties */
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #ececec;
    border-radius: 10px;
    opacity: 1;
    padding: 95px 55px 95px 55px;
    min-width: calc(100vw- 60%);
}

.login-form-title {
    font-size: 40px;
    letter-spacing: 0px;
    color: #252f38;
    opacity: 1;
}

.login-form-sub-header {
    font-size: 24px;
    letter-spacing: 0px;
    color: #252f38;
    opacity: 1;
}

.form-control {
    border: 1px solid #ececec;
    border-radius: 10px;
}

.login-button {
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 100%;
}

.login-logo {
    display: flex;
    align-items: center;
}

.hover-bttn {
    width: 176px;
    height: 48px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.desktop-hide {
    display: none !important;
}
.mobile-hide-logo {
    display: block;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a7aab2 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a7aab2 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a7aab2 !important;
}

.navbar-toggler {
    border: none !important;
}

.feature-drop {
    border-radius: 28px;
    border: solid 3px #00263e;
    margin-bottom: 10px;
}

.select-option {
    color: #252f38 !important;
    background-color: white !important;
}

/* mobile */

.d-flex-mobile {
    display: none !important;
}

.modal-dots {
    width: 147px;
    height: 1px;
    margin: 0 10px 0 10px;
}

.mobile-hide-flex {
    display: flex;
}

.modal-header {
    padding: 30px;
}

.modal-sub-title {
    font-size: 24px !important;
}

.mobile-modal-margin {
    margin-top: 100px;
    margin-bottom: 20px;
}

.login-logo svg {
    width: 455px;
    height: 81.6865px;
}

@media (max-width: 991px) {
    .mobile-reverse {
        flex-direction: column-reverse !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .login-logo svg {
        width: 390px !important;
        height: 70.017px !important;
    }

    .mobie-tablet-margin-top {
        margin-top: 100px !important;
    }

    .in-page-sub-list-substances .sub-list {
        margin-bottom: 55px;
        padding-bottom: 50px;
    }

    .form-group {
        width: 100%;
    }

    .review-cards {
        width: 75% !important;
    }

    .login-main .container .row {
        display: flex;
        flex-direction: column;
    }

    .login-main .container .row .col {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .login-form-card {
        width: 574px;
        height: 598px;
        padding: 104px 64px 64px 56px;
    }

    .modal-body-images-2 .modal-dots {
        width: 100px !important;
        height: 2px !important;
        margin: 0 10px 0 10px !important;
    }

    .feature-drop {
        border-radius: 28px;
        border: solid 3px #00263e;
        height: 56px;
        font-size: 22px;
    }

    .navbar .container {
        padding-left: 75px !important;
        max-width: unset !important;
        padding-right: 75px !important;
    }

    .container {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

    .mobil-menu-link-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 120px !important;
    }

    .navbar-nav {
        align-items: center;
    }

    .tablet-hide {
        display: none !important;
    }

    .navbar-collapse {
        background-color: #252f3877 !important;
    }

    .close-button {
        padding-right: 40px !important;
    }

    .tablet-fade {
        padding: 20px 40px 40px 40px !important;
        width: 400px;
        float: right;
        background-color: #c9001d;
        height: 100%;
    }

    /* .navbar {
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
    } */

    .full-width-menu {
        width: calc(100vw) !important;
        height: 100% !important;
        position: fixed !important;
        right: 1px !important;
        top: 1px !important;
        left: unset !important;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column !important;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }

    .demo-main {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .mobile-hide-flex {
        display: none;
    }

    .privacy-policy-text,
    .privacy-policy-title {
        font-size: 18px;
    }

    .login-form-title {
        font-size: 40px;
    }

    .login-form-group label {
        font-size: 16px !important;
    }

    .login-form-sub-header {
        font-size: 24px;
    }

    .login-logo {
        margin-bottom: 50px;
        align-items: center;
        justify-content: center;
    }

    .modal-card-list {
        display: flex;
        /* flex-direction: column !important; */
        flex-wrap: wrap;
    }

    .modal-card-title {
        font-size: 18px;
    }

    .modal-card-desc {
        font-size: 16px;
    }

    .modal-prnt-text {
        font-size: 14px;
    }

    .modal-card {
        min-width: 323px;
        max-width: 323px;

        /* height: 354px; */
        margin-bottom: 20px;
    }

    .modal-card img {
        width: 155.8px;
    }

    .modal-desc {
        font-size: 16px;
    }

    .modal-body {
        padding-top: 0 !important;
    }

    .modal-title {
        font-size: 20px !important;
        max-width: 80%;
    }

    .modal-body-images,
    .modal-body-images-2 {
        /* flex-direction: column !important; */
        align-items: center;
    }
    .modal-body-images div {
        align-items: center;
    }
    .modal-body-images-2 div {
        align-items: center;
    }

    .modal-dots {
        max-width: 75px !important;
    }
    .modal-image-text {
        font-size: 12px;
        min-width: 130px !important;
        width: 130px !important;
        height: 65px;
    }

    /* .modal-dots {
        height: 50px !important;
        width: 1px !important;
        margin-bottom: 5px;
        margin-top: 5px;
    } */

    .mobile-modal img {
        min-width: 100px !important;
        width: 100px !important;
        min-height: 130px !important;
    }

    .get-in-touch-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .modal-sub-title {
        font-size: 14px !important;
    }

    .in-page-sub-list-substances-title {
        font-size: 14px;
    }

    .in-page-sub-list-title {
        font-size: 22px;
    }

    .in-page-sub-list-desc {
        font-size: 16px;
    }

    .in-page-sub-item {
        display: flex;
        flex-direction: column;
    }

    .in-page-sub-item-meta {
        margin-left: 0 !important;
    }

    .in-page-sub-item i {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .item-img img {
        max-width: unset !important;
        width: 100% !important;
    }

    .sub-page-header-title,
    .news-room-title {
        font-size: 24px;
    }
    .sub-page-main {
        min-height: 147px;
    }

    .page-item-list {
        margin-top: 30px;
    }

    .sub-page-main .container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .page-item .container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .item-category {
        font-size: 14px;
    }

    .item-meta .item-name {
        font-size: 22px;
    }

    .item-name {
        font-size: 30px;
        font-family: "Mont-Bold" !important;
    }
    .item-desc {
        font-size: 16px;
    }

    .p-5 {
        padding: 2rem !important;
    }

    .news-room-title {
        font-size: 30px !important;
    }

    .item-feature {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 21px;
    }

    .d-flex-mobile {
        display: flex !important;
    }

    .navbar {
        background-color: #c9001d;
    }
    .nav-link {
        color: white !important;
    }
    .active-navbar {
        font-family: "Mont-Bold" !important;
    }
    .navbar-brand img {
        height: 24px;
    }
    .desktop-hide {
        display: block !important;
    }

    .mobile-hide-logo {
        display: none !important;
    }

    .tablet-hidden {
        visibility: hidden !important;
    }

    .tablet-show {
        display: unset !important;
    }

    .navbar {
        max-height: 100px !important;
        min-height: 100px !important;
    }

    .main-content,
    .sub-page-container {
        padding-top: 100px;
    }

    video,
    .video-overlay {
        height: 557px !important;
    }

    .video-player-desc-area {
        bottom: 20%;
    }

    /* .video-player-desc-area{
        position: relative;
        padding-bottom: 100px;
    } */

    .video-player-title {
        font-size: 48px;
        line-height: 3.2rem;
        position: absolute;
        top: -170px;
    }

    .video-player-desc {
        /* color:#252f38; */
        font-size: 18px;
        margin-top: 30px;
    }

    /* .video-player-btn{
        color:#252f38;
    } */

    .about-main {
        background-color: #fff;
        padding-top: 250px !important  ;
        padding-bottom: 50px !important  ;
        margin: unset !important;
        margin: 0 !important;
        padding-left: 20px;
        padding-right: 20px;
        max-width: unset !important;
    }

    .features-main {
        padding-top: 150px !important;
        margin-bottom: 200px;
    }

    .about-title,
    .features-title {
        font-size: 40px;
    }

    .about-desc {
        font-size: 20px;
    }
    .about-item-desc {
        font-size: 19px;
    }

    .services-main {
        padding-top: 250px !important;
        margin: unset !important;
    }

    .services-title {
        font-size: 40px;
    }

    .service-item-title {
        font-size: 40px;
    }

    .service-item {
        display: flex;
        flex-direction: column;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .service-item .col-lg-6 {
        width: 100% !important;
    }

    .service-item-desc {
        font-size: 24px;
    }

    /* .mobile-reverse {
        flex-direction: column-reverse;
    } */

    .tablet-reverse {
        flex-direction: column-reverse;
    }

    .demo-title {
        font-size: 32px;
    }

    .demo-desc {
        font-size: 20px;
    }

    /* .get-in-touch-container div img{
        margin-bottom: -61px !important;

    } */

    .demo-btn {
        width: 204px;
        height: 48px;
        font-size: 16px;
    }

    .video-player-btn {
        width: 204px;
        height: 48px !important;
        font-size: 16px;
    }

    .tablet-inline {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .service-item div img {
        margin-top: 20px;
    }

    .feature-filter-area {
        border-bottom: unset !important;
        margin-bottom: 30px;
    }

    /* .mobile-flex-row {
        flex-direction: row-reverse !important;
    } */

    .filtered-item {
        border: solid 1px #ececec;
    }

    .get-in-touch-container {
        flex-direction: column !important;
    }

    .get-in-touch-container .col-lg-6 {
        width: 100% !important;
    }

    .get-in-touch-title {
        font-size: 32px;
    }
    .get-in-touch-desc {
        font-size: 18px;
    }

    .tablet-margin-bottom {
        margin-bottom: 100px;
    }
    .get-in-touch-inner-desc {
        font-size: 21px !important;
    }

    .mobile-get-in-touch-text {
        font-size: 16px !important;
    }

    .mobile-get-in-touch-adress-logo {
        margin-bottom: 20px !important;
    }

    .form-group input {
        border-radius: 25px !important;
        border: solid 3px #e5e9eb !important;
    }

    .active-navbar {
        font-family: "Mont-Bold" !important;
    }

    .nav-link {
        font-size: 20px !important;
    }

    .dashboard-nav {
        background-color: #c9001d;
        border-radius: 24px;
        border: solid 3px #fff;
        max-width: 285px;
        height: 48px;
        margin-left: 0px;
    }

    .login-form-group input {
        border-radius: 10px !important;
        border: solid 1px #ececec !important;
        background-color: rgba(0, 0, 0, 0) !important;
        width: 100% !important;
    }

    .modal-body-images-2 .mobile-modal img {
        height: 100px !important;
    }

    .mobile-modal-margin {
        margin-top: 50px !important;
        margin-bottom: 10px !important;
    }
    .modal-header {
        padding: 1rem 1rem !important;
        position: relative;
    }

    .mobile-pad {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .our-clients-main {
        padding-top: 40px !important;
    }

    .review-buttons {
        margin-top: 30px;
    }
    .icon-prev {
        margin-right: 10px;
    }
    /* .modal-header-title {
        letter-spacing: 1px;
    } */

    .case-study1,
    .case-study2 {
        margin-bottom: 40px;
    }

    #case-study2-close,
    #case-study1-close {
        position: absolute;
        right: 22px;
        top: 22px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

@media (max-width: 768px) {


    .navbar-nav .dropdown-menu {
        position: absolute;
    }


    .case-study1,
    .case-study2 {
        margin-bottom: 40px;
    }

    .mobile-pad {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .modal-header {
        padding: 1rem 1rem !important;
        position: relative;
    }

    #case-study2-close,
    #case-study1-close {
        position: absolute;
        right: 22px;
        top: 22px;
    }

    .login-logo svg {
        width: 260px !important;
        height: 46.678px !important;
    }

    .mobile-modal-margin {
        margin-top: 50px !important;
        margin-bottom: 10px !important;
    }

    .modal-body-images-2 .mobile-modal img {
        height: 100px !important;
    }

    .service-item-button-group {
        margin-bottom: 30px;
    }

    .btn-centered {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-centered .btn-send {
        padding: unset !important;
        float: unset !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        height: 48px;
        width: 100%;
    }

    .mobie-tablet-margin-top {
        margin-top: 100px !important;
    }

    .in-page-sub-list-substances .sub-list {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .snd-rqst {
        width: 200px;
        font-size: 14px;
    }

    .filtered-item {
        border: 3px solid #ececec !important;
    }

    video,
    .video-overlay {
        height: 557px !important;
    }

    .video-player-desc-area {
        bottom: 10% !important;
        max-width: calc(100vw - 33%);
    }

    .services-main {
        padding-top: 300px !important;
    }

    .review-card {
        padding: 30px !important;
        min-width: 300px !important;
        height: unset !important;
    }

    .review-cards {
        width: unset !important;
        padding: 0 !important;
    }

    .full-width-menu {
        width: calc(100vw) !important;
        height: 100%;
        position: fixed;
        top: 1px;
        left: 1px;
    }

    .demo-main {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .container {
        padding: 0 20px 0 20px !important;
    }

    .mobile-hide-flex {
        display: none;
    }

    .privacy-policy-text,
    .privacy-policy-title {
        font-size: 18px;
    }

    .login-form-title {
        font-size: 28px;
    }

    .login-form-group label {
        font-size: 16px !important;
    }

    .login-form-card {
        padding: 20px;
    }

    .login-form-sub-header {
        font-size: 16px;
    }

    .login-logo {
        margin-bottom: 50px;
        align-items: center;
        justify-content: center;
    }

    .modal-card-list {
        display: flex;
        /* flex-direction: column !important; */
        flex-wrap: wrap;
    }

    .modal-prnt-text {
        font-size: 14px;
    }

    .modal-card {
        max-width: 233px;
        /* height: 360px; */
        margin-bottom: 20px;
    }

    .modal-card img {
        width: 155.8px;
    }

    .modal-desc {
        font-size: 16px;
    }

    .modal-body {
        padding-top: 0 !important;
    }

    .modal-title {
        font-size: 20px !important;
        max-width: 80%;
    }

    .modal-body-images,
    .modal-body-images-2 {
        flex-direction: column !important;
        align-items: center;
    }
    .modal-body-images div {
        align-items: center;
    }
    .modal-body-images-2 div {
        align-items: center;
    }
    .modal-dots {
        max-width: 75px !important;
    }

    .modal-image-text {
        text-align: center;
        font-size: 16px;
        color: #252f38;
        max-width: unset !important;
        position: unset !important;
        bottom: unnset !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .modal-dots {
        height: 50px !important;
        width: 1px !important;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    /* .mobile-modal img  {
        min-width: 100px !important;
        width: 100px !important;
        min-height: 130px !important;

    } */
    .get-in-touch-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .modal-sub-title {
        font-size: 14px !important;
    }

    .in-page-sub-list-title {
        font-size: 20px;
    }

    .in-page-sub-list-desc {
        font-size: 18px;
    }

    .in-page-sub-item {
        display: flex;
        flex-direction: column;
    }

    .in-page-sub-item-meta {
        margin-left: 0 !important;
    }

    .in-page-sub-item i {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .sub-page-header-title,
    .news-room-title {
        font-size: 24px;
    }
    .sub-page-main {
        min-height: 147px;
    }

    .page-item-list {
        margin-top: 30px;
    }

    .item-category {
        font-size: 12px;
    }

    .item-name {
        font-size: 24px;
    }
    .item-desc {
        font-size: 18px;
    }

    .item-feature {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .d-flex-mobile {
        display: flex !important;
    }

    .navbar {
        background-color: #c9001d;
    }
    .nav-link {
        color: white !important;
    }
    .active-navbar {
        font-family: "Mont-Bold" !important;
    }
    .navbar-brand img {
        height: 24px;
    }
    .desktop-hide {
        display: block !important;
    }
    .mobile-hide-logo {
        display: none !important;
    }
    .navbar {
        max-height: 100px !important;
        min-height: 100px !important;
    }

    .main-content,
    .sub-page-container {
        padding-top: 100px;
    }

    /* .video-player-desc-area{
        position: relative;
        padding-bottom: 100px;
    } */

    .video-player-title {
        font-size: 27px;
        line-height: 2.2rem;
        position: absolute;
        top: -140px;
    }

    .video-player-desc {
        /* color:#252f38; */
        font-size: 16px;
        margin-top: 30px;
    }

    /* .video-player-btn{
        color:#252f38;
    } */

    .about-main {
        padding-top: 300px !important;
    }

    .features-main {
        padding-top: 200px !important;
        margin-bottom: 200px;
    }

    .about-title,
    .features-title {
        font-size: 24px;
    }

    .about-desc {
        font-size: 18px;
    }
    .about-item-desc {
        font-size: 18px;
    }

    .services-title {
        font-size: 24px;
    }

    .service-item-title {
        font-size: 22px;
    }

    .service-item {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .service-item-desc {
        font-size: 16px;
    }

    .mobile-reverse {
        flex-direction: column-reverse;
    }

    .demo-title {
        font-size: 28px;
    }

    .demo-desc {
        font-size: 18px;
        max-width: calc(100vw - 4%) !important;
    }

    /* .get-in-touch-container div img{
        margin-bottom: -33px !important;

    } */

    .demo-btn {
        width: 204px;
        height: 48px;
        font-size: 16px;
    }

    .video-player-btn {
        width: 204px;
        height: 48px !important;
        font-size: 16px;
    }

    .service-item div img {
        margin-top: 20px;
    }

    .feature-filter-area {
        border-bottom: unset !important;
        margin-bottom: 30px;
    }

    .mobile-flex-row {
        flex-direction: row-reverse !important;
    }

    .get-in-touch-title {
        font-size: 24px;
    }
    .get-in-touch-desc {
        font-size: 18px;
    }
    .get-in-touch-inner-desc {
        font-size: 21px !important;
    }

    .mobile-get-in-touch-text {
        font-size: 16px !important;
    }

    .mobile-get-in-touch-adress-logo {
        margin-bottom: 20px !important;
    }

    .form-group input {
        border-radius: 25px !important;
        border: solid 3px #e5e9eb !important;
    }

    .active-navbar {
        font-family: "Mont-Bold" !important;
    }

    .nav-link {
        font-size: 20px !important;
    }

    .dashboard-nav {
        background-color: #c9001d;
        border-radius: 24px;
        border: solid 3px #fff;
        max-width: 285px;
        height: 48px;
        margin-left: 0px;
    }

    .login-form-group input {
        border-radius: 10px !important;
        border: solid 1px #ececec !important;
        background-color: rgba(0, 0, 0, 0) !important;
        width: 100% !important;
    }

    .our-clients-main {
        padding-top: 40px !important;
    }

    .review-buttons {
        margin-top: 30px;
    }
    .icon-prev {
        margin-right: 10px;
    }

    /* .modal-header-title {
        letter-spacing: 1px;
    } */

    .item-img {
        margin-top: 60px;
    }
}

.navbar-footer-text {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #fff !important;
}

.navbar-collapse {
    background-color: #c9001d;
}

.close-button {
    float: right;
    padding-top: 15px;
    padding-right: 10px;
}

.close-button img {
    cursor: pointer;
}

.mobil-menu-link-list {
    padding-top: 60px;
}

.nav-footer-copy {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 645px) {
    .modal-card-list {
        display: flex;
        flex-direction: column !important;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

.modal-content {
    border-radius: 10px !important;
}

.arabic {
    direction: rtl !important;
}

.dropdown-dire {
    width: 100%;
    text-align: center;
}


