/*===========================================================
 Custom Font CSS
============================================================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;600;700&display=swap');
/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-y: hidden;
}

* {
    box-sizing: border-box;

}

img {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}


li,
li:hover,
a:hover,
.btn,
.btn:hover {
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}



/*===========================================================
Preloader CSS
============================================================*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 99999999;
}

#preloader-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loading-msg {
    width: 100%;
    font-size: 0.75em;
    color: #555;
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #2489CE;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: spin 1s infinite ease;
    animation: spin 1s infinite ease;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#loading-msg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    text-align: center;
    color: #333;
    font-size: 0.8em;
}

/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}


/*===========================================================
Sidebar
============================================================*/
:root {
    --sidebarWidth: 340px;

}


.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 78px;
    background: #11101D;
    padding: 15px 0;
    z-index: 99;
    transition: all 0.5s ease;
}

.sidebar .logo-details {
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 20px;
}

.sidebar .logo-details .icon {
    opacity: 0;
    transition: all 0.5s ease;
}

.sidebar .logo-details .logo_name {
    font-size: 23px;
    line-height: 1.04;
    font-weight: 400;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease;
    margin-left: 7px;
}

.sidebar .logo-details #btn,
.sidebar .logo-details .closeBtn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 22px;
    transition: all 0.4s ease;
    font-size: 23px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}

.sidebar svg,
.sidebar img,
.sidebar i {
    color: #fff;
    height: auto;
    min-width: 30px;
    text-align: center;
    line-height: 60px;
}

.sidebar .nav-list {
    margin-top: 75px;
    height: 100%;
}

.nav-list h6 {
    font-size: 12px;
    line-height: 1.33;
    color: #d5d5d2;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 23px;
}

.sidebar li {
    position: relative;
    list-style: none;
}

.sidebar li .tooltip {
    position: absolute;
    top: -20px;
    left: calc(100% + 15px);
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    opacity: 0;
    pointer-events: none;
    transition: 0s;
}

.sidebar li:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar li a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #11101D;
    padding: 13px 0;
    padding-left: 23px;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #d5d5d2;
}

@media (min-width: 992px) {
  .sidebar li a:hover {
      opacity: 1;
      pointer-events: auto;
      background: #FFF !important;
  }

  .sidebar li a:hover .links_name {
      transition: all 0.5s ease;
      color: #e75a33 !important;
  }

  .sidebar li a:hover svg path {
      fill: #e75a33;
  }
}

.sidebar li a.activeMenu {
    opacity: 1;
    pointer-events: auto;
    background: #FFF !important;
}

.sidebar li a.activeMenu .links_name {
    transition: all 0.5s ease;
    color: #e75a33 !important;
}



.sidebar li a .links_name {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #d5d5d2;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}



.sidebar li .profile-details {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.sidebar li svg,
.sidebar li img {
    height: auto;
    width: 25px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 16px;
}

.sidebar li a.activeMenu svg path {
    fill: #e75a33;
}

.sidebar input {
    font-size: 15px;
    color: #FFF;
    font-weight: 400;
    outline: none;
    height: 50px;
    width: 100%;
    width: 50px;
    border: none;
    border-radius: 12px;
    transition: all 0.5s ease;
    background: #1d1b31;
}

.nav-list .avatar {
    margin-right: 15px;
}

.sidebar .bx-search {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 22px;
    background: #1d1b31;
    color: #FFF;
}

.sidebar .bx-search:hover {
    background: #FFF;
    color: #11101d;
}

.sidebar li {
    height: 56px;
}

.sidebar li.profile {
    position: fixed;
    height: 60px;
    width: 78px;
    left: 0;
    bottom: -8px;
    padding: 10px 14px;
    background: #1d1b31;
    transition: all 0.5s ease;
    overflow: hidden;
}

.sidebar li.profile .name {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
}

.sidebar li.profile .job {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    font-size: 12px;
}

.sidebar .profile #log_out {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #1d1b31;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    transition: all 0.5s ease;
}

.sidebar.open {
    width: var(--sidebarWidth);
}

.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name {
    opacity: 1;
}

.sidebar.open .logo-details #btn,
.sidebar.open .logo-details .closeBtn {
    text-align: right;
}

.sidebar.open li .tooltip {
    /*display: none;*/
}

.sidebar.open li a .links_name {
    opacity: 1;
    pointer-events: auto;

}

.sidebar.open input {
    padding: 0 20px 0 50px;
    width: 100%;
}

.sidebar.open .bx-search:hover {
    background: #1d1b31;
    color: #FFF;
}

.sidebar.open li.profile {
    width: var(--sidebarWidth);
}

.sidebar.open .profile #log_out {
    width: 50px;
    background: none;
}

.sidebar.open~.home-section {
    left: var(--sidebarWidth);
}

.home-section {
    position: relative;
    background: #E4E9F7;
    min-height: 100vh;
    top: 0;
    left: 78px;
    width: calc(100% - 78px);
    transition: all 0.5s ease;
    z-index: 2;
}

.home-section .home-top {
    display: inline-block;
    color: #11101d;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    width: 100%;
    background-color: #2e2e2e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 4px solid #e75a33;
}

.sidebar.open .logo-2 {
    opacity: 1;
}

.sidebar .logo-2 {
    opacity: 0;
    transition: .3s;
}

.pd-80 {
    padding: 80px 25px;
}

.home-top {
    padding: 20px 85px 20px 25px;
}

.nav-list .home-top-right {
    padding-left: 23px;
    transition: 1s;
}

.sidebar .home-top-right {
    opacity: 0;
    visibility: hidden;
    transform: .9s;
}

.sidebar.open .home-top-right {
    opacity: 1;
    visibility: visible;
}

.logo-details {

    padding-left: 23px;
}

.home-top-right a {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
}

.home-top h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #fff;
    display: flex;
    align-items: center;
}

.home-top-right {
    display: flex;
    align-items: center;
}

.home-avatar {
    margin-right: 48px;
    margin-left: 16px;
}

.intro-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.intro-text-mark {
    display: flex;
    align-items: center;
}

.intro-text-mark p {
    font-size: 14px;
    line-height: 1.71;
    color: #586782;
    margin-left: 5px;
}

.intro-text h6 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #586782;
}

.logout {
    line-height: 1;
}

.single-intro {
    max-width: 266px;
    width: 100%;
    margin-right: 16px;
}

.intro {
    margin-bottom: 26px;
}

.intro-video {
    border-radius: 5px;
    /* height: 150px; */
    height: auto;
    position: relative;
}

.swiper-slide::before,
.intro-video::before {
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .4);
    border-radius: 5px;
}

.intro-video .video-thumb {
    width: 100%;
    border-radius: 5px;
}

.play-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.intro-video iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.intro-inner {
    display: flex;

}

.intro-title h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    color: #2e2e2e;

}

.intro-title {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 6px;
}

.intro-title:before {
    position: absolute;
    content: '';
    width: 266px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #e75a33;
}

.gallery-slider {
    position: relative;
}

.gallery-slider iframe {
    height: 580px;
}

.swiper-slide {
    width: 100%;
}

/*===========Single=========*/
.right-sidebar {
    padding-bottom: 100px;
}

.dashboard-home {
    padding-right: 70px;
}

.bg-white {
    background: #fff;
}

.dashboard-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dashboard-right {
    max-width: 330px;
    width: 100%;
    background: #eef7f9;
    padding-top: 20px;
    padding-bottom: 10px;
}

.dashboard-left {
    max-width: calc(100% - 330px);
}

.dashboard-right .intro-inner {
    flex-direction: column;
}

.dashboard-right .intro {
    margin-bottom: 26px;
    width: 266px;
    margin: 0 auto;
}

.dashboard-right .single-intro {
    margin-right: 0;
    margin-bottom: 15px;
}

.configuration-text {
    padding: 30px 85px 0 35px;
}

.configuration-text p {
    font-size: 18px;
    line-height: 1.56;
    color: #586782;
    margin-bottom: 25px;
}

.configuration-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 20px;
    position: relative;
}

.configuration-title:before {
    position: absolute;
    content: '';
    width: 302px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #e75a33;
}

.configuration-title h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
    color: #2e2e2e;
}

.configuration-title a img {
    margin-left: 5px;
}

.configuration-title a {
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    color: #2e2e2e;
    border-radius: 50px;
    width: 191px;
    text-decoration: none;
    /* display: inline-block; */
    line-height: 40px;
    box-shadow: 0 2px 20px 0 rgba(88, 184, 203, 0.1);
    border: solid 1px #2e2e2e;
    text-align: center;
}

.home-top-1 {
    display: flex;
    align-items: center;
}

.home-top-1 h2 img {
    margin-right: 43px;
}

.home-top-1 h2 span strong {
    margin-right: 3px;
}

.home-top-1 h2 span {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.33;
    color: #fff;
    font-family: 'Roboto Mono', monospace;
}

.notes-top {
    margin-bottom: 15px;
}

.notes-top p {
    font-size: 14px;
    line-height: 1.71;
    color: #586782;
    margin-bottom: 8px;
}

.textarea {
    width: 266px;
    height: 128px;
    border-radius: 6px;
    background-color: #fff;
    padding: 8px 9px;
    margin-bottom: 15px;
}

.textarea textarea {
    width: 100%;
    resize: none;
    border-radius: 5px;
    border: 0;
    height: 100%;
}

.textarea ::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #2e2e2e;
    font-family: 'Roboto Mono', monospace;

}

.textarea ::-moz-placeholder {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #2e2e2e;
    font-family: 'Roboto Mono', monospace;

}

.textarea :-ms-input-placeholder {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #2e2e2e;
    font-family: 'Roboto Mono', monospace;

}

.textarea :-moz-placeholder {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #2e2e2e;
    font-family: 'Roboto Mono', monospace;

}

.notes-top button {
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 30px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #e75932 0%, #fd8765 100%);
    line-height: 44px;
    display: inline-block;

}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/left-arrow.svg);
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/right-arrow.svg);
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 67px;
    height: 60px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.notes-btn {
    text-align: right;
}

.notes-text {
    border-radius: 6px;
    box-shadow: 0 2px 20px 0 rgba(88, 184, 203, 0.1);
    background-color: #5cb8ca;
    padding: 10px;
}

.notes-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.notes-date h6 {
    font-size: 12px;
    line-height: 1.33;
    color: #fff;

}

.notes-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #2e2e2e;
}

.nav-pills .nav-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    color: #2e2e2e;
    width: 165px;
    line-height: 64px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    margin-bottom: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #586782;
    background-color: #fff;
}

.home-avatar {
    position: relative;
}

.setting-tab {
    position: absolute;
    right: -6px;
    top: 57px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.setting-tab.active {
    opacity: 1;
    visibility: visible;
}

.setting-tab a {
    font-size: 14px;
    line-height: 2.29;
    color: #2e2e2e;
    border-radius: 6px;
    box-shadow: 0 2px 20px 0 rgba(88, 184, 203, 0.1);
    background-color: #fff;
    width: 116px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.setting-tab a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    top: -5px;
    background: #fff;
    right: 18px;
}

/* Progress */
:root {
    --color-progress-circle-number: #fff;
    --color-progress-circle: #f0f0f0;
    --color-progress-idicator: #E75A33;
    --color-progress-number: #8b8b8b;
}

.progress-circle {
    position: relative;
    display: inline-block;
    margin: 0;
    width: 28px;
    height: 28px;
    border: solid 1px #d5d5d2;
    border-radius: 50%;
    background-color: --color-progress-circle;
}

.progress-circle:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: colorload 2s;
}

.progress-circle span {
    color: var(--color-progress-number);
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    text-align: center;
    border-radius: 50%;
    background: var(--color-progress-circle-number);
    z-index: 1;
}

.progress-circle span:after {
    content: "%";
    font-weight: 600;
    color: var(--color-progress-number);
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    width: 100%;
}

/*===========================================================
 Responsive
============================================================*/
iframe {
    width: 100%;
}

@media (min-width: 1501px) {
    .dashboard-area {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 1500px) {
    .dashboard-home {
        padding-right: 0;
    }
}

@media (max-width: 1399px) {
    .home-top-1 h2 img {
        margin-right: 10px;
    }

    .home-top {
        padding: 20px 20px;
    }

    .configuration-text {
        padding: 30px 20px;
    }

    .dashboard-left {
        max-width: calc(100% - 310px);
    }

    .nav-pills .nav-link {
        width: 155px;
    }

    .configuration-title h2 {
        font-size: 30px;
    }

    .dashboard-right {
        max-width: 310px;
    }

    .gallery-slider iframe {
        height: 450px;
    }
}

@media (max-width: 1199px) {
    .dashboard-right {
        max-width: 100%;
    }

    .dashboard-left {
        max-width: 100%;
    }

    .home-top {
        padding: 20px 10px;
    }

    .home-avatar {
        margin-right: 10px;
        margin-left: 10px;
    }

    .home-top-1 h2 span {
        font-size: 20px;
    }

    .dashboard-right .intro {
        margin-bottom: 26px;
        width: 266px;
        margin: 0;
        margin-left: 30px;
    }

    .intro-inner {
        display: flex;
        flex-wrap: wrap;
    }

    .dashboard-right .intro-inner {
        flex-direction: unset;
        justify-content: space-between;
    }

    .dashboard-right .single-intro {
        margin-right: 0;
        max-width: 50%;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .dashboard-right .intro-inner {
        margin: 0 -10px;
    }

    .dashboard-right .intro-video {
        /* height: 200px; */
    }

    .dashboard-right .intro-area {
        padding: 0 25px;
    }

    .dashboard-right .intro {
        margin-bottom: 26px;
        width: 100%;
        margin: 0;
        margin-left: 0;
    }

    .notes-area {
        padding: 0 25px;
        width: 316px !important;
    }



}

@media (max-width: 767px) {
    .home-top-1 h2 span {
        letter-spacing: -1.5px;
    }

    .home-top h2 {
        font-size: 20px;
    }

    /* .home-section .home-top {
        flex-direction: column;
        align-items: flex-end;
    } */
    .home-top-1 h2 span {
        font-size: 14px;
    }

    .home-top h2 {
        /* margin-bottom: 20px; */
    }

    .nav-list h6 {
        margin-left: 12px;
    }

    .nav-list .account h6 {
        margin-left: 3px;
    }

    .home-top .home-top-right>a {
        display: none;
    }

    .nav-pills .nav-link {
        width: 135px;
    }

    .configuration-title h2 {
        font-size: 25px;
    }

    .configuration-title a {
        width: 175px;
    }

    .configuration-text p {
        font-size: 17px;
    }

    .dashboard-right .intro-inner {
        flex-direction: column;
    }

    .dashboard-right .single-intro {
        margin-right: 0;
        max-width: 266px;
        padding: 0;
        margin-bottom: 15px;
    }

    .dashboard-right .intro-inner {
        margin: 0;
    }

    .dashboard-right .intro-video {
        /* height: 180px; */
    }

    .dashboard-right .intro-area {
        padding: 0 25px;
    }

    .nav-list h6 {
        margin-top: 30px;
    }

    .pd-80 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 575px) {

    .single-intro {
        margin-right: 0;
    }

    .intro-title:before {
        width: 100%;
    }

    .pd-80 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dashboard-right .single-intro,
    .single-intro {
        max-width: 100%;
    }

    .dashboard-right .intro-video,
    .intro-video {
        /* height: 250px; */
    }

    .configuration-title {
        flex-direction: column;
    }

    .configuration-title h2 {
        margin-bottom: 20px;
    }

    .configuration-title:before {
        width: 100%;
    }


}

@media (max-width: 380px) {

    .dashboard-right .intro-video,
    .intro-video {
        /* height: 180px; */
    }

    .home-top .home-top-right>a {
        display: none;
    }
}
