﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    color: #444;
}


/*HELP START*/

.btn-theme {
    width: 250px;
    height: 50px;
    background: #2092E1;
    box-shadow: 0px 0px 20px rgba(32, 146, 225, 0.15);
    border-radius: 4px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s ease-in;
    z-index: 1;
    position: relative;
    overflow: hidden;border: 0;
}

.btn-theme2 {
    width: 100%;
    height: 45px;
    background-color: #2092E2 !important;
    border-radius: 4px;
    font-size: 17px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s ease-in;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.btn-theme2.heightauto {
    height: auto;
}

.btn-theme .circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    background-image: radial-gradient(circle closest-side, #34A6F4, #168CDD);
    width: 1px;
    height: 1px;
    z-index: 3;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.btn-theme:hover {
    color: #fff;
}

.table-view .table-responsive h6 {
    font-size: 13px;
}

.table-view .table-responsive h6 .comments {
    font-size: 17px;
    margin-left: 3px;
    color: #1f92e0;
}

.table-view .table-responsive h6 .comments:hover {
    color: #F66E0A;
}

.display .pb {
    color: #1f92e0;
    font-weight: bolder;
}

@-webkit-keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }

    75% {
        transform: scale(450, 450);
        opacity: 0.75;
    }

    100% {
        transform: scale(700, 700);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }

    75% {
        transform: scale(450, 450);
        opacity: 0.75;
    }

    100% {
        transform: scale(700, 700);
        opacity: 0;
    }
}

.form-group::-webkit-input-placeholder {
    /* Edge */
    color: #bdbdbd;
}

.form-group:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bdbdbd;
}

.form-group::placeholder {
    color: #bdbdbd;
}

.form-group {
    margin-bottom: 15px;
}

.moreicon.mobile,
.project-type.mobile {
    display: none;
}

.registration .form-group .form-control {
    height: 50px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #A7CCE7;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgb(32 146 225 / 10%);
    border-radius: 4px;
    margin: 5px 0px;
    font-size: 15px;
}

.form-group textarea.form-control {
    height: auto;
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 5px 0px;
    font-size: 15px;
    resize: none;
}

.form-group textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-group label {
    font-size: 16px;
    color: #444444;
    min-height: 24px;
}

.form-group p {
    font-size: 15px;
    color: #707070;
    margin-bottom: 0;
}

.form-group label i {
    color: #FF5E5E;
}

.form-group .voice-texts {
    font-size: 15px;
    color: #707070;
    margin-top: 15px;
}

.dashboard-inner .btn-theme2.skilll {
    margin-top: 10px;
}

.form-group .voice-texts h5 {
    font-size: 15px;
}

.form-group .voice-texts ul {
    padding: 0;
}

.form-group .voice-texts ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
}

.form-group .voice-texts ul li:after {
    content: '';
    display: inline-block;
    height: 5px;
    width: 5px;
    background-color: #707070;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}

.form-group .voice-texts ul li a {}

.btn:focus,
.btn:active,
.btn-secondary:active:focus {
    box-shadow: none;
    outline: 0;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.client-timesheet .btn-theme2.highlight {
    background-color: #F66E0A !important;
}

.client-timesheet .form-control.highlight {
    background-color: #ffeee1;
}


/*HELP END*/


/*===================================
    ENTRY PAGE START
=====================================*/

main {
    background-color: #DCEFFD;
    position: relative;
    overflow: hidden;
}

main .top-right {
    width: 800px;
    height: 800px;
    right: -300px;
    top: -300px;
    position: absolute;
    background: #C5E3FA;
    border-radius: 100%;
}

main .bottom-left {
    position: absolute;
    left: -180px;
    bottom: -180px;
    width: 300px;
    height: 300px;
    background: #2092E1;
    border-radius: 100%;
}

.card-vector {
    background-color: #2092E1;
}

.card-vector .intro-vector {}

.card-vector .intro-vector img {
    max-height: 350px;
}

.login-card {
    border-radius: 50px;
    overflow: hidden;
    border: 0;
    box-shadow: 0px 0px 30px rgba(32, 146, 225, 0.1);
}

.login-card .login-logo {
    padding: 40px;
}

.login-card .login-logo img {
    width: 230px;
}

.login-card .login-logo p {
    color: #DCEFFD;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    margin-top: 15px;
}

.login-card .login-right {
    background-color: #F2F9FE;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.login-card .form-title {
    margin-bottom: 20px;
}

.login-card .btn-theme {
    width: 100%;
}

.login-card h2.login-card-description {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2092E1;
}

.login-card .form-title p {
    font-weight: 300;
    padding-right: 50px;
    color: #444;
}

.login-card .login-right .login-box input {
    height: 50px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #A7CCE7;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgba(32, 146, 225, 0.1);
    border-radius: 4px;
    margin: 15px 0px;
    padding-left: 50px;
    font-size: 15px;
}

.login-card .login-right .fgt-pwd {
    justify-content: space-between;
    display: flex;
    margin-top: 20px;
    color: #444444;
    font-size: 15px;
}

.login-card .login-right .fgt-pwd span a {
    color: #2092E1;
    text-decoration: none;
}

.login-card .login-right .fgt-pwd span a:hover {
    text-decoration: underline;
}

.login-card .login-right .login-box .or {
    border-bottom: solid 1px #CCE7FC;
    text-align: center;
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
}

.login-card .login-right .login-box .or span {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -10px;
    text-align: center;
    left: 0;
}

.login-card .login-right .login-box .or span i {
    display: inline-block;
    width: 50px;
    height: 25px;
    background-color: #F2F9FE;
    text-decoration: none;
    color: #CCE7FC;
}

.login-card .login-right .login-box .form-group {
    position: relative;
}

.login-card .login-right .login-box .google-login {
    height: 50px;
    width: 100%;
    background: #FFFFFF;
    color: #444;
    border: 1px solid #A7CCE7;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgb(32 146 225 / 10%);
    border-radius: 4px;
    margin: 15px 0px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.login-card .login-right .login-box .google-login img {
    margin-right: 5px;
    height: 18px;
}

.login-card .login-right .login-box .form-group i {
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.login-card .login-right .login-box .form-group i.showpwd {
    right: 15px;
    left: auto;
    color: #A7CCE7;
    font-size: 20px;
}

.login-card .login-right .login-box .form-group i img {
    height: 19px;
}

.login-card .login-right .login-box .form-dec {
    font-size: 15px;
    color: #93bad6;
}

.login-card .login-right .login-box .form-dec {
    margin-top: 15px;
}

.login-card .login-right .login-box .form-dec ul {
    padding: 0;
    font-size: 15px;
}

.login-card .login-right .login-box .form-dec ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
}

.login-card .login-right .login-box .form-dec ul li:after {
    content: '';
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: #93bad6;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}

.entry-form .copyright {
    text-align: right;
    margin-top: 20px;
    font-size: 15px;
    color: #444;
}

.entry-form .copyright a {
    color: #2092E1;
    text-decoration: none;
}

.entry-form .copyright a:hover {
    text-decoration: underline;
}


/*===================================
    ENTRY PAGE END
=====================================*/


/********REFER ERAN START*********/

.referearn {
    padding: 30PX;
    color: #fff;
}

.referearn .refer-text {
    padding-top: 20px;
}

.referearn .btn-block {
    padding-top: 15px;
}

.referearn .refer-text p a {
    text-decoration: underline;
}

.referearn .btn-border {
    border: solid 1px #fff;
    padding: 10px 15px;
    border-radius: 3px;
    margin-right: 20px;
    display: inline-block;
}

.refernbox .back {
    text-transform: uppercase;
    color: #2092E1;
    display: flex;
    align-items: center;
}

.refernbox .back i {}

.refernbox .dont-ac {
    text-align: center;
    margin-top: 50px;
}

.refernbox .dont-ac a {
    font-weight: 700;
    color: #2092E1;
    text-decoration: underline;
}

@media(max-width:1280px) {
    .referearn>img {
        width: 170px;
    }

    .referearn .refer-text h3 {
        font-size: 25px;
    }

    .referearn .refer-text p {
        font-size: 14px;
    }

    .referearn .btn-block {
        font-size: 14px;
    }

    .login-card .login-logo img {
        width: 200px;
    }
}


/*===================================
    REGISTRATION PAGE START
====================================*/

.main-bg {
    background-color: #DCEFFD;
}

.registration {
    margin-top: 50px;
}

.registration .heading {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2092E1;
    margin-bottom: 50px;
    text-align: center;
}

.address-type {
    display: flex;
}

.address-type .form-check {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #A7CCE7;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgba(31, 146, 224, 0.1);
    border-radius: 50px;
    height: 50px;
    margin: 5px;
}

.address-type .form-check .select-box {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.address-type .form-check-input {
    margin-top: 0;
    margin-right: 5px;
    border: solid 2px #1F92E0;
}


/**/

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.profile-photo #img-upload {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 7%);
    border: solid 1px #fff;
    content: "\f4da";
    font-family: bootstrap-icons !important;
    position: relative;
    background-color: #fff;
    object-fit: cover;
}

.profile-photo {
    text-align: center;
    margin-top: -100px;
}

.profile-photo #img-upload.user-pic {
    z-index: 2;
}

.profile-photo .upload-photo {
    display: inline-block;
    position: relative;
}

.profile-photo .user-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: #AFDAF9;
}

.profile-photo .form-group {
    display: inline-block;
    position: relative;
}

.profile-photo .input-group {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-table;
}

.profile-photo .input-group .btn {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    overflow: hidden;
}


/*step2*/

.download-sample {}

.download-sample .download-file {
    color: #1F92E0;
    text-decoration: none;
    display: inline-block;
    background-color: #fff;
    padding: 5px 15px;
    border: dashed 2px;
    border-radius: 5px;
}

.download-file i.file-icon {
    color: #2092E1;
}

.download-file i.down-arrow {
    color: #2092E1;
}

.cv-upload .input-group {
    height: 130px;
    background-color: #fff;
    border: dotted 2px #A7CCE7;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #1F92E0;
}

.cv-upload .input-group i {
    font-size: 30px;
    color: #1F92E0;
}

.cv-upload .custom-file-input.selected:lang(en)::after {
    content: "" !important;
}

.cv-upload .custom-file {
    overflow: hidden;
}

.cv-upload .custom-file-input {
    white-space: nowrap;
    display: none;
}

.policy-switch {
    display: flex;
    justify-content: space-between;
    margin-block: 10px;
}

.policy .policy-switch h5 {
    margin: 0;
    color: #444;
}

.policy-switch .form-switch .form-check-input {
    width: 45px;
    margin: 0;
    height: 25px;
}

.registration .card {
    background: none;
    border: 0;
    padding-top: 50px;
    padding-bottom: 30px;
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    padding: 30px;
    background: #F2F9FE;
    box-shadow: 0px 0px 30px rgb(32 146 225 / 10%);
    border-radius: 25px;
    margin-top: 70px;
}

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #1F92E0;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
}

#progressbar .active {
    color: #1f92e0;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #444444;
    text-transform: uppercase;
    text-align: center;
}

#progressbar #account:before {
    font-family: "bootstrap-icons";
    content: "\f4da";
}

#progressbar #personal:before {
    font-family: "bootstrap-icons";
    content: "\f473";
}

#progressbar #payment:before {
    font-family: "bootstrap-icons";
    content: "\f531";
}

#progressbar #confirm:before {
    font-family: "bootstrap-icons";
    content: "\f62f";
}

#progressbar li:before {
    width: 80px;
    height: 80px;
    line-height: 57px;
    display: block;
    font-size: 26px;
    color: #1f92e0;
    background: white;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    border: solid 10px #AFDAF9;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 8px;
    background: #AFDAF9;
    position: absolute;
    left: 0;
    top: 38px;
    z-index: -1;
}

#progressbar li.first:after {
    border-radius: 20px 0px 0px 20px;
}

#progressbar li.last:after {
    border-radius: 0px 20px 20px 0px;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #1F92E0;
    color: #fff;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}


/*===================================
    REGISTRATION PAGE END
=====================================*/


/*===================================
     HEADER  PAGE START
=====================================*/

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

header .user-menu {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #0B588C 0%, #1F8FDD 100%);
    padding-right: 25px;
    border-radius: 40px 0px 0px 40px;
}

header .user-menu .btn-user {
    display: flex;
    align-items: center;
    color: #fff;
}

header .user-menu .btn-user span {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    height: 50px;
    width: 50px;
    margin-right: 5px;
    border: solid 3px #fff;
}

header .user-menu .btn-user span img {
    height: 50px;
    width: 100%;
    object-fit: cover;
}

header .user-menu .btn-user i {
    text-decoration: none;
    font-style: inherit;
    text-decoration: none;
    font-style: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
    color: #333;
    font-size: 16px;
}

header .navbar-nav {
    padding-right: 50px;
}

header .navbar .navbar-brand {
    padding-left: 15px;
}

header .dropdown-menu {
    padding: 0;
    border: 0;
    box-shadow: 0px 0px 30px rgb(31 146 224 / 22%);
    overflow: hidden;
    background-color: rgb(255 255 255 / 80%);
}

header .dropdown-item:focus,
header .dropdown-item:hover {
    color: #ffffff;
    background-color: #1f92e0;
}

header .dropdown-item {}

header .navbar-expand-lg .navbar-nav .dropdown-menu,
header .dropdown-menu {
    position: absolute;
    left: auto;
    right: 0;
}


/*===================================
    HEADER PAGE END
=====================================*/


/*===================================
    LANDING PAGE START
=====================================*/

.landing-main {
    height: 100vh;
    background-color: #D9F0FF;
    padding: 0 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.landing-main .top-left {
    height: 290px;
    width: 290px;
    background-color: #ACDBFB;
    display: inline-block;
    position: absolute;
    top: -100px;
    left: -135px;
    border-radius: 100%;
}

.landing-main .landing-text {
    position: relative;
    z-index: 1;
}

.landing-main .landing-text .dots {
    position: absolute;
    left: -30px;
    top: 0;
}

.landing-main .landing-text .title-text {
    margin-bottom: 20px;
    position: relative;
}

.landing-main .landing-text .title-text h4 {
    color: #1E91E0;
    font-weight: 900;
    font-size: 45px;
    line-height: 1.5;
    background: linear-gradient(to right, #0097FF, #656ACC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.landing-main .landing-text .title-text h4 span {
    display: inline-block;
    background-image: linear-gradient(to right, #0097FF, #656ACC);
    color: #fff;
    padding: 0px 10px;
    -webkit-text-fill-color: initial;
}

.landing-main .landing-text .sub-text {
    margin-bottom: 20px;
}

.landing-main .landing-text .sub-text h5 {
    font-size: 22px;
    color: #555;
    font-weight: 400;
}

.landing-main .landing-text .sub-text p {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 300;
}

.landing-main .landing-text .btn-call {
    background-color: #069745;
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #069745;
    box-shadow: 4px 19px 62px rgb(0 93 40 / 35%);
    font-weight: 500;
    font-size: 20px;
    text-shadow: 3px 0px 0px rgb(0 0 0 / 20%);
    transition: 0.3s ease-in-out;
}

.landing-main .landing-text .btn-call:hover {
    background: radial-gradient(103.44% 292.28% at 22.47% 93.12%, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #069745;
    box-shadow: 4px 19px 62px rgba(0, 0, 0, 0.34);
}

.landing-main .landing-text .btn-call i {
    margin-left: 5px;
}

.landing-main .landing-text .os {
    position: relative;
}

.landing-main .landing-text .os p {
    margin: 0;
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: 500;
    color: #444;
}

.landing-main .landing-text .os .os-icon {
    display: flex;
}

.landing-main .landing-text .os a {
    background: #F0F9FF;
    box-shadow: 0px 0px 15px rgb(47 146 203 / 30%);
    justify-content: center;
    align-items: center;
    display: flex;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    margin-right: 12px;
}

.landing-main .landing-text .os a img {}

.landing-main .landing-img {
    text-align: end;
    position: relative;
    z-index: 1;
}

.landing-main .landing-img img {
    height: 540px;
}

.landing-main .landing-vector {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}


/*======== TIMELINE PAGE START ==========*/

.cd-container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
  
    padding: 0 10%;
    border-radius: 2px;
  }
  
  .cd-container::after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* -------------------------------- 
  
  Main components 
  
  -------------------------------- */
 .contract-created{
    background-color: #1F92E0;
    padding: 10px 15px;
    max-width: 250px;
    border-radius: 5px;
  }
.contract-created p{
    font-size: 15px;
    color: #fff;
    margin: 0;
  }
  #cd-timeline {
    position: relative;
    padding: 2em 0;
  
    margin-bottom: 2em;
  }
  
  #cd-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 4px;
    background: #f3f3f3;
  }
  
  .cd-timeline-content .timeline-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ECF5FA;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
  }

.cd-timeline-content .timeline-header h2 {
    color: #5B86A5;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 15px;
    margin: 0;
  }

  .cd-timeline-content .timeline-header p {
    font-size: 12px;
    margin: 0;
  }
  .cd-timeline-content .timeline-content-info {

    padding: 10px;
  }
  .cd-timeline-content .timeline-content-info .hours-repot{
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  .cd-timeline-content .timeline-content-info .hours-repot span{
    font-size: 15px;
    color: #666;
    font-weight: 600;
    display: flex;
  }
  .cd-timeline-content .timeline-content-info .hours-repot span p{
    font-size: 15px;
    color: #555;
    font-weight: 400;
    padding-left: 3px;
    margin: 0;
  }
  .cd-timeline-content .timeline-content-info .remark{
    margin-top: 5px;
  }

  .cd-timeline-content .timeline-content-info .remark p{
    font-size: 15px;
    color: #555;
    font-weight: 400;
    margin: 0;
  }
  .cd-timeline-content .timeline-content-info .remark p b{
    font-size: 15px;
    color: #666;
    font-weight: 600;
    
  }




  @media only screen and (min-width: 1170px) {
   
  
    #cd-timeline::before {
      left: 50%;
      margin-left: -2px;
    }
  }
  .cd-timeline-block {
    position: relative;
    margin: 2em 0;
  }
  
  .cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
  
  @media only screen and (min-width: 1170px) {
    .cd-timeline-block {
      margin: 15px 0;
    }
  
    .cd-timeline-block:first-child {
      margin-top: 0;
    }
  
    .cd-timeline-block:last-child {
      margin-bottom: 0;
    }
  }
  .cd-timeline-img {
    position: absolute;
    top: 1px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #1f92e0, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
  
  .cd-timeline-img {
    background: #ffffff;
  }
  
  @media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 7px;
        height: 7px;
        left: 50%;
        margin-left: -3px;
      margin-top: 15px;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
    }
  }
  .cd-timeline-content {
    position: relative;
    margin-left: 60px;
    margin-right: 30px;
    border: 1px solid #CBE0EE;

    border-radius: 10px;
 
  }

  .cd-timeline-content .timeline-content-info i {
    margin-right: 5px;
  }
  .cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
  }
  @media (max-width: 500px) {
    .cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
      display: block;
      width: 100%;
    }
  }
  .cd-timeline-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cd-timeline-content .content-skills li {
    background: #40484D;
    border-radius: 2px;
    display: inline-block;
    padding: 2px 10px;
    color: rgba(255, 255, 255, 0.7);
    margin: 3px 2px;
    text-align: center;
    flex-grow: 1;
  }
  
  .cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
  }
  

  .cd-timeline-content p, .cd-timeline-content .cd-date {
    color: #5B86A5;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  
  .cd-timeline-content .cd-date {
    display: inline-block;
  }
  
  .cd-timeline-content p {

    line-height: 1.6;
  }
  
  .cd-timeline-content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #cbe0ee;
  }
  
  @media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
      font-size: 20px;
      font-size: 1.25rem;
    }
  
    .cd-timeline-content p {
      font-size: 16px;
      font-size: 1rem;
    }
  
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
      font-size: 14px;
      font-size: 0.875rem;
    }
  }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-content {
      color: white;
      margin-left: 0;
    
      width: 36%;
      margin: 0 5%;
    }
  
    .cd-timeline-content::before {
        top: 14px;

      left: 100%;
      border-color: transparent;
      border-left-color: #cbe0ee;
    }
  
    .cd-timeline-content .cd-date {
      position: absolute;
      width: 100%;
      left: 122%;
      top: 6px;
      font-size: 16px;
      font-size: 1rem;
    }
  
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
      float: right;
    }
  
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 14px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #cbe0ee;
    }
  
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
      float: right;
    }
  
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
      left: auto;
      right: 122%;
      text-align: right;
    }
  }
  @media(max-width: 1169px) {
    .cd-timeline-img {
        position: absolute;
        top: 21px;
        left: 23px;
        width: 7px;
        height: 7px;
    }
  }


/*======== TIMELINE PAGE END ==========*/


/*======== Business Growth Start ==========*/

.business-growth {
    text-align: center;
    padding: 0px 0px 26px 0px;
}

.business-growth .title-text {}

.business-growth .title-text h4 {
    font-size: 23px;
    text-align: left;
    font-weight: 700;
    line-height: 34px;
    color: #444444;
}

.business-growth .body-text {}

.business-growth .body-text p {
    font-size: 20px;
    text-align: left;
    font-weight: 300;
    color: #444444;
    line-height: 34px;
    margin: 0;
    padding-top: 10px;
}

.business-growth .body-text p span {
    color: #F16E22;
    font-weight: 400;
}

.business-growth .business-image {
    position: relative;
}

.business-growth .business-image .msg-3d {
    position: absolute;
    left: 130px;
    top: 60px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.spark-3d {
    position: absolute;
    right: 50px;
    bottom: 220px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.business-growth .business-image img {}

.business-growth a {}

.business-growth .btn-call {
    color: #fff;
    padding: 23px 70px;
    border-radius: 25px;
    margin-bottom: 20px;
    background: radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #069745;
    box-shadow: 4px 19px 62px rgb(0 93 40 / 35%);
    font-weight: 500;
    font-size: 24px;
    text-shadow: 3px 0px 0px rgb(0 0 0 / 20%);
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.business-growth .btn-call i {
    margin-left: 5px;
}

.business-growth .btn-call:hover {
    background: radial-gradient(103.44% 292.28% at 22.47% 93.12%, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #069745;
    box-shadow: 4px 19px 62px rgba(0, 0, 0, 0.34);
    border-radius: 25px;
}


/*======== Business Growth End ==========*/


/*======== Our Client Start ==========*/

.our-client {
    background: url(../images/clients.png) center no-repeat #ffffff;
    background-size: cover;
    padding: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0px 0px 15px rgb(0 0 0 / 4%);
}

.our-client .client-title {
    position: relative;
    z-index: 2;
}

.our-client::after {
    content: '';
    bottom: 0;
    display: inline-block;
    right: 20px;
    height: 500px;
    width: 100%;
    background-color: #ABD5F2;
    border-radius: 100%;
    filter: blur(152px);
    position: absolute;
}

.our-client .client-title {}

.our-client .client-title h4 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.our-client .star {
    margin: 23px 0 67px 0;
    pointer-events: revert;
    position: relative;
    z-index: 2;
}

.our-client .star img {}

.our-client .client-text {
    margin-bottom: 35px;
}

.our-client .client-text p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    padding: 0 136px;
    line-height: 33px;
    color: #000;
}

.our-client .client-details {}

.our-client .client-details .client-photo {
    margin-bottom: 11px;
}

.our-client .client-details .client-photo img {
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #fff;
    display: inline-block;
}

.our-client .client-details .client-name {}

.our-client .client-details .client-name h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.our-client .client-details .client-name p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.our-client .slick-dots li button:before {
    background: #EAF6FF;
    border: 2px solid #2092E1;
    box-shadow: 0px 0px 15px rgb(32 146 225 / 40%);
    border-radius: 100%;
    color: #fff;
    height: 16px;
    width: 16px;
    content: '';
    opacity: 9;
}

.our-client .slick-dots li.slick-active button:before {
    color: #2092E1;
    background-color: #2092E1;
    opacity: 100;
    height: 16px;
    width: 16px;
}

.our-client .slick-dotted.slick-slider {
    position: relative;
    z-index: 2;
}

.our-client .slick-slider .slick-list,
.slick-slider .slick-track {
    position: relative;
    z-index: 1;
}

.our-client .slick-dots {
    position: relative;
}


/*======== Our Client End ==========*/


/*===================================
    LANDING PAGE END
=====================================*/


/*===================================
   Daily Timesheet PAGE start
=====================================*/

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}


/*===================================
   Daily Timesheet PAGE END
=====================================*/


/*===================================
   inquiry PAGE start
=====================================*/

.inquiry {
    background-color: #ACDBFB;
    color: #263238;
    padding-top: 50px;
    box-shadow: 0px 0px 45px rgb(28 76 108 / 27%);
    position: relative;
}

.inquiry .inquiry-texts {
    padding-left: 100px;
}

.inquiry .contact-info .inq-vector img {}

.inquiry .contact-info .country-list {
    margin-top: 15px;
}

.inquiry .contact-info h4 {
    font-size: 35px;
    font-weight: 600;
    color: #333;
}

.inquiry .contact-info .online {
    margin-top: 10px;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}

.inquiry .contact-info .online span {
    width: 16px;
    height: 16px;
    background-color: #0DA91C;
    border-radius: 100%;
}

.inquiry .contact-info .online p {
    font-size: 25px;
    padding-left: 11px;
    color: #444;
    margin: 0;
    font-weight: 300;
}

.inquiry .timimg {
    margin-top: 20px;
}

.inquiry .timimg h2 {
    font-size: 25px;
    color: #444444;
}

.inquiry .timimg p {
    font-size: 18px;
    color: #444;
    margin-top: 20px;
}

.inquiry .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.inquiry .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 300px;
    height: 50px;
}

.inquiry .select-styled {
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #16629c;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: flex;
    align-items: center;
    height: 100%;
}

.inquiry .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 23px;
    right: 10px;
}

.inquiry .select-styled:hover {
    background-color: #115d94;
}

.inquiry .select-styled:active,
.inquiry .select-styled.active {
    background-color: #115d94;
}

.inquiry .select-styled:active:after,
.inquiry .select-styled.active:after {
    top: 14px;
    border-color: transparent transparent #fff transparent;
}

.inquiry .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    max-height: 250px;
    overflow-y: scroll;
}

.inquiry .select-options li {
    margin: 0;
    padding: 5px 0;
    text-indent: 15px;
    border-top: 1px solid #e1e1e1;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    font-size: 14px;
    color: #444;
}

.inquiry .select-options li:hover {
    color: #115d94;
    background: #fff;
}

.inquiry .select-options li[rel="hide"] {
    display: none;
}

.inquiry .calander-block {
    position: relative;
}

.inquiry .calander-block {
    position: relative;
}

.inquiry .calander-block .schedule {
    position: absolute;
    left: 170px;
    top: 170px;
}

.inquiry .calander-block .va-intererview {
    position: absolute;
    right: 50px;
    top: 170px;
    animation-delay: 1s;
}

.inquiry .calander-block .sale-request {
    position: absolute;
    right: 10px;
    top: 420px;
    animation-delay: 1.5s;
}

.inquiry .mobile-cal {
    display: none;
}


/*===================================
   inquiry PAGE END
=====================================*/


/*===================================
   ADD user DETAILS start
=====================================*/

.dashboard-inner.user-details {}

.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.profile-pic input {
    display: none;
}

.profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 165px;
    height: 165px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
    border-radius: 100px;
    z-index: 0;
}

.profile-pic .-label {
    cursor: pointer;
    height: 165px;
    width: 165px;
    border-radius: 100px;
    min-width: auto !important;
}

.profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 100px;
}

.profile-pic span {
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f8f8f8;
}

.dashboard-inner.user-details .form-card .form-group input.adds {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    margin-right: 11px;
}

.dashboard-inner.user-details .form-check1 {
    display: block;
    min-height: 1.5rem;
    margin-bottom: 0.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-inner.user-details .form-card label {
    margin-bottom: 0;
}

.dashboard-inner.u-requirement .image-upload-wrap {
    padding: 29px 0;
}


/*===================================
   ADD user DETAILS END
=====================================*/


/*===================================
   ADD user REVIEW START
=====================================*/

.dashboard-inner.expeinc.review .form-card .form-group {
    display: block;
    position: relative;
}

.dashboard-inner.expeinc.review .form-card .form-group input {
    margin-top: 10px;
}

.dashboard-inner.expeinc.review .form-card .form-group p {
    font-size: 16px;
    color: #ababab;
    margin-bottom: 0;
    font-weight: 300;
}

.dashboard-inner.expeinc.review .form-card .form-group i.bi.bi-star-fill {
    padding-left: 15px;
    color: #FBBF3B;
}

.dashboard-inner.expeinc.review .form-card .form-group i.bi.bi-star {
    padding-left: 15px;
    color: #FBBF3B;
}

.dashboard-inner.expeinc.review .reviwe {
    position: absolute;
    top: 45px;
}

.dashboard-inner.expeinc.review .r-bg {
    background-color: #F8F8F8;
    padding: 30px;
    border-radius: 15px;
}

.dashboard-inner.expeinc.review .reviews {
    margin-top: 0;
}

.dashboard-inner.expeinc.review .work-detail {
    margin-top: 35px;
}

.work-header {
    margin-bottom: 15px;
}


/*===================================
   ADD user REVIEW END
=====================================*/


/*===================================
   user Tickets start
=====================================*/


/*===================================
   user Tickets start
=====================================*/

.table-view .table-box tbody td .my-tag {
    padding: 4px 10px;
    background-color: #2092E2;
    color: #fff;
    border-radius: 6px;
    margin-left: 10px;
    font-size: 12px;
}


/*===================================
   user Tickets end
=====================================*/


/*===================================
   Ticket Summary start
=====================================*/

.table-view table tr th {
    border: 1px solid #dee2e6;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #e9ecef;
    margin: 50px 0px 50px;
    color: #495057;
}

.table-view table tr td {
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    padding: 10px 20px;
    font-size: 16px;
}

.table-view .table-view1 .table-heading h3 {
    color: #212529;
    font-size: 30px;
}


/*===================================
   Ticket Summary END
=====================================*/


/*===================================
   create-ticket start
=====================================*/

.dashboard-inner .form-group-title label {
    font-size: 26px;
    font-weight: 600;
}

.form-group-msg textarea.form-control {
    border: 1px solid #dbdbdb;
    box-shadow: none;
}

.form-group-msg p {
    font-size: 14px;
    color: #999;
    margin: 0;
    padding-top: 3px;
}

.file-share {
    padding-top: 10px;
}

.file-share p {
    margin: 0;
    font-size: 16px;
    color: #333333;
    padding-bottom: 7px;
}

.file-share .btn-share {
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: none;
    outline: 0;
    width: 235px;
    height: 76%;
}

.file-share .btn-share:hover {
    color: #212529;
}

.file-share .btn-share:focus {
    box-shadow: none;
}

.file-share .input-group-file-share {
    display: block;
}


/*===================================
   create-ticket END
=====================================*/

/*===================================
   Calendar Start
=====================================*/
.calendar {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(7, minmax(120px, 1fr));
    grid-template-rows: 50px;
    grid-auto-rows: 220px;
    overflow: auto;
    font-family: 'Roboto', sans-serif;
}

.calendar-container {
    width: 100%;
    margin: 40px 0;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
}

.calendar-header {
    text-align: start;
    padding: 20px 30px;
    background: linear-gradient(to bottom, #fafbfd 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 1px solid rgba(166, 168, 179, 0.12);
    display: flex;
    align-items: center;
}

.calendar-header h1 {
    margin: 0;
    font-size: 18px;
}

.calendar-header p {
    margin: 5px 0 0 0;
    font-size: 13px;
    font-weight: 600;
    color: rgba(81, 86, 93, 0.4);
}

.calendar-header button {
    background: 0;
    border: 0;
    padding: 0;
    color: rgba(81, 86, 93, 0.7);
    cursor: pointer;
    outline: 0;
}

.calendar-header .log-details {
    margin-left: 34px;
    display: flex;
    align-items: center;
}

.calendar-header .log-details .log-select {
    display: flex;
    align-items: center;
    margin-right: 22px;
}

.calendar-header .log-details .log-select .log-logo {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
}
.status-info .pending-dot, .status-info .approved-dot, .status-info .rejected-dot {
    margin-left: 5px;
    margin-right: 5px;
}
.table-view .pending-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    background-color: #444444;
}
.table-view .approved-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    background-color: #069745;
}
.table-view .rejected-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    background-color: #F66E0A;
}

.calendar-header .log-details .log-select .log-logo.mllog {
    background-color: #1E91E0;
}

.calendar-header .log-details .log-select .log-logo.pva {
    background-color: #3A9226;
}

.calendar-header .log-details .log-select .log-logo.lpen {
    background-color: #AAB1B5;
}

.calendar-header .log-details .log-select .log-logo.ava {
    background-color: #DF6F6F;
}

.calendar-header .log-details .log-select .log-logo p {
    color: #fff;

    font-size: 10px;

}

.calendar-header .log-details .log-select .log-name {}

.calendar-header .log-details .log-select .log-name p {
    margin-left: 10px;
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
    margin-top: 0;
}

.day {
    border-bottom: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    text-align: right;
    padding: 14px 20px;
    letter-spacing: 1px;
    font-size: 12px;
    box-sizing: border-box;
    color: #98a0a6;
    position: relative;
    /* pointer-events: none; */
    z-index: 1;
    font-size: 15px;
    color: #444444;
}

.day.present {
    background-color: #E1F6DC;
}

.day.adsent {
    background-color: #F6DFDC;
}

.day span.user-photo {
    width: 38px;
    height: 38px;

    position: relative;
}

.day img {
    width: 100%;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #fff;
    object-fit: cover;
}

.day .client-details {
    display: flex;

    align-items: center;
}

.day .client-details .photo-main {
    display: flex;
    justify-content: start;
    margin-top: 22px;
    position: relative;
    margin-right: 10px;
}

.day .client-details .photo-main::after {
    content: url(../../media/warning.svg);


}

.day .client-details .photo-title {
    font-size: 7px;
    font-weight: 700;
    color: #fff;
    width: 19px;
    height: 19px;
    background-color: #1E91E0;
    border: solid 1px #fff;
    position: absolute;
    left: 9px;
    bottom: -7px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 22;
    border-radius: 100%;
}

.day .client-details .photo-title.ml {
    background-color: #1E91E0;
}

.day .client-details .photo-title.p {
    background-color: #3A9226;
}

.day .client-details .photo-title.a {
    background-color: #DF6F6F;
}

.day .day-value {
    background-color: #63B052;
    color: #fff;
    padding: 4px 11px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-size: 12px;
}

.day .day-value.abs {
    background-color: #DF6F6F;
}

.day .day-date {
    font-size: 15px;
    color: #444444;
}


.day:nth-of-type(7n + 7) {
    border-right: 0;
}

.day:nth-of-type(n + 1):nth-of-type(-n + 7) {
    grid-row: 2;
}

.day:nth-of-type(n + 8):nth-of-type(-n + 14) {
    grid-row: 3;
}

.day:nth-of-type(n + 15):nth-of-type(-n + 21) {
    grid-row: 4;
}

.day:nth-of-type(n + 22):nth-of-type(-n + 28) {
    grid-row: 5;
}

.day:nth-of-type(n + 29):nth-of-type(-n + 35) {
    grid-row: 6;
}

.day:nth-of-type(7n + 1) {
    grid-column: 1/1;
}

.day:nth-of-type(7n + 2) {
    grid-column: 2/2;
}

.day:nth-of-type(7n + 3) {
    grid-column: 3/3;
}

.day:nth-of-type(7n + 4) {
    grid-column: 4/4;
}

.day:nth-of-type(7n + 5) {
    grid-column: 5/5;
}

.day:nth-of-type(7n + 6) {
    grid-column: 6/6;
}

.day:nth-of-type(7n + 7) {
    grid-column: 7/7;
}

.day-name {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid rgba(166, 168, 179, 0.12);
    line-height: 50px;
    font-weight: 400;
    background-color: #565656;
}

.day--disabled {
    color: rgba(152, 160, 166, 0.6);
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    cursor: not-allowed;
}

.task {
    border-left-width: 3px;
    padding: 8px 12px;
    margin: 10px;
    border-left-style: solid;
    font-size: 14px;
    position: relative;
}

.task--warning {
    border-left-color: #fdb44d;
    grid-column: 4/span 3;
    grid-row: 3;
    background: #fef0db;
    align-self: center;
    color: #fc9b10;
    margin-top: -5px;
}

.task--danger {
    border-left-color: #fa607e;
    grid-column: 2/span 3;
    grid-row: 3;
    margin-top: 15px;
    background: rgba(253, 197, 208, 0.7);
    align-self: end;
    color: #f8254e;
}

.task--info {
    border-left-color: #4786ff;
    grid-column: 6/span 2;
    grid-row: 5;
    margin-top: 15px;
    background: rgba(218, 231, 255, 0.7);
    align-self: end;
    color: #0a5eff;
}

.task--primary {
    background: #4786ff;
    border: 0;
    border-radius: 4px;
    grid-column: 3/span 3;
    grid-row: 4;
    align-self: end;
    color: #fff;
    box-shadow: 0 10px 14px rgba(71, 134, 255, 0.4);
}

.task__detail {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    background: #fff;
    border: 1px solid rgba(166, 168, 179, 0.2);
    color: #000;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.task__detail:after,
.task__detail:before {
    bottom: 100%;
    left: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.task__detail:before {
    border-bottom-color: rgba(166, 168, 179, 0.2);
    border-width: 8px;
    margin-left: -8px;
}

.task__detail:after {
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.task__detail h2 {
    font-size: 15px;
    margin: 0;
    color: #51565d;
}

.task__detail p {
    margin-top: 4px;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
    color: rgba(81, 86, 93, 0.7);
}

td.attendance-details.dtr-control.sorting_1 {
    background-color: #f9f9f9 !important;
}

.attendance-details .pcheck {
    color: #3A9226;
    margin-right: 6px;
}

.attendance-details .acheck {
    color: #DF6F6F;
    margin-right: 6px;
}

.day .day-details .login-details {
    border: 1px solid #63B052;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
    margin-top: 10px;
    background-color: #fff;
}
.day .day-details .login-details p {
    margin-bottom: 0;
    font-size: 12px;
    color: #333;
    margin-left: 7px;
    letter-spacing: 0;
}
.pcheck{
    color: #63B052;
}
.acheck{
 color: #DF6F6F;
}
.table-view table .share {
    color: #1F92E0;
}
.btn-theme2.heightauto.signo {
    height: 37px;
    width: 37px;
    margin-right: 5px;
}
.btn-theme2.heightauto.signo.files {
    background-color: #333333 !important;
}
/*===================================
   Calendar END
=====================================*/


/*===================================
   View-ticket Start
=====================================*/

.table-btn .btn-theme3 {
    background-color: #1F92E0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 30px;
    width: 220px;
}

.table-box .subject {
    padding: 22px 0px;
    border-bottom: solid 1px #ddd;
    padding-left: 30px;
}

.table-box .subject .ticket-btn {
    text-align: right;
    padding-right: 30px;
}

.table-box .create-tickt,
.table-box .tickit-subject {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.table-box .create-tickt,
.table-box .tickit-subject h4 {
    padding: 0 10px 0 0;
    font-weight: 400;
}

.table-box .tickit-subject .user-icon {
    display: flex;
    align-items: center;
    color: #1F92E0;
    padding: 0 10px 0 0;
    font-size: 15px;
}

.table-box .create-tickt,
.table-box .tickit-subject .project-type.sub {
    background: #E4ECFF;
}

.table-box .create-tickt,
.table-box .tickit-subject .project-type.sub h4 {
    color: #1252FC;
}

.table-box .create-tickt,
.table-box .tickit-subject .project-type.bundle {
    background: #FFCCF7;
}

.table-box .create-tickt,
.table-box .tickit-subject .project-type.bundle h4 {
    color: #C500A6;
}

.table-box .tickit-subject .user-icon svg,
.table-box .tickit-subject .user-icon i {
    margin-right: 5px;
}

.table-box .tickit-subject h4 {
    margin: 0;
    color: #333;
    font-size: 16px;
}

.table-box .tickit-subject .pending h4,
.table-box .tickit-subject .high h4,
.table-box .tickit-subject .medium h4,
.table-box .tickit-subject .low h4 {
    background-color: #E3F3FD;
    color: #1F92E0;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    font-weight: 600;
}

.table-box .tickit-subject .high h4 {
    background-color: #CEEFDF;
    color: #09AE5F;
}

.table-box .tickit-subject .low h4 {
    background-color: #FFD6D6;
    color: #E71D1D;
}

.table-box .will-here h1 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
}

.table-box .will-here p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.table-box .ticket-btn .btntheme {
    background-color: #1F92E0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    width: 150px;
}

.table-btn .search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-btn .search-bar .form-bar {
    background-color: #FFF;
    border-radius: 50px;
    height: 60px;
    width: 300px;
    color: #707070;
    font-size: 17px;
    padding: 0 30px 0;
    display: flex;
    align-items: center;
}

.table-box .tickit-subject .medium h4 {
    background-color: #FFE8D2;
    color: #EA7B11;
}

.table-btn .search-bar .date-value .search-bar1 {
    display: flex;
    justify-content: end;
    align-items: center;
}

.table-btn .search-bar .date-value .search-bar1 i {
    position: absolute;
    padding-right: 26px;
}

.table-box .tickit-box {
    border-left: solid 4px #1F92E0;
    padding-left: 20px;
}


/*calander arrow*/

.datetimepicker th span.glyphicon.glyphicon-arrow-left {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #333;
    border-bottom: 5px solid transparent;
}

.datetimepicker th span.glyphicon.glyphicon-arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #333;
    border-bottom: 5px solid transparent;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
    padding-left: 40px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    left: 10px;
}

.status-point .loaderimg img {
    width: 40px;
}

.table-heading .status-point {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*View full page ticket Start*/

.full-tickit {}

.full-tickit .table-top {}

.full-tickit .table-top .tickit-id {
    font-size: 22px;
    font-weight: 700;
}

.full-tickit .table-top .tickit-search .form-group {
    position: relative;
    margin: 0;
}

.full-tickit .table-top .tickit-search .form-group .search {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 20px;
    color: #444444;
}

.full-tickit .table-top .tickit-search .form-group input {
    height: 55px;
    width: 100%;
    border: solid 1px #DBDBDB;
    border-radius: 50px;
    padding: 0px 20px;
}

.full-tickit .table-top .tickit-search .form-group input:focus {
    outline: 0;
}

.full-tickit .tickit-block {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
    background-color: #fff;
}

.full-tickit .tickit-block .tickit-header {
    background-color: #EFF9FF;
}

.full-tickit .tickit-block .tickit-header .right-part {
    display: flex;
}

.full-tickit .tickit-block .tickit-header .right-part.right-end {
    background-color: #DEF2FF;
    justify-content: center;
    padding: 0px 20px;
}

.full-tickit .tickit-block .tickit-header .right-part .tickit-top {
    min-width: 160px;
    display: flex;
    justify-content: center;
    height: 130px;
    align-items: center;
    border-right: solid 1px #D6EDFC;
    justify-content: flex-start;
    padding: 0px 20px;
}

.full-tickit .tickit-block .tickit-header .right-part .tickit-top:hover {
    background-color: #DEF2FF;
}

.full-tickit .tickit-block .tickit-header .right-part .tickit-top:last-child {
    border-right: 0;
}

.full-tickit .tickit-block .tickit-header .right-part .tickit-top p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.full-tickit .tickit-block .tickit-header .right-part .tickit-top h6 {
    font-size: 20px;
    margin: 0;
}

.full-tickit .tickit-block .tickit-header .right-part .tickit-top .nameid strong {
    color: #1E91E0;
    margin-left: 15px;
}

.table-view .dataTable.collapsed .table-total {
    display: none;
}

.full-tickit .tickit-block .tickit-header .right-part .tickit-top .nameid a {
    font-size: 15px;
    color: #777777;
}

.full-tickit .full-subject {
    padding: 30px;
    background-color: #FBF9F9;
}

.full-tickit .full-subject h4 {
    font-size: 22px;
}

.full-tickit .full-subject p {
    font-size: 14px;
    margin: 0;
}

.tickit-block .action-part {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    background-color: #ededed;
    flex-flow: wrap;
}

.tickit-block .action-part p {
    margin: 0;
}

.tickit-block .action-part .assign {
    display: flex;
}

.tickit-block .action-part .assign .btn-asign {
    height: 60px;
    background-color: #1F92E0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    width: 150px;
    color: #fff;
    font-size: 18px;
}

.tickit-block .action-part .assign .btn-asign:hover {
    background-color: #127ec6;
}

.tickit-block .action-part .assign .btn-asign.btn-accept {
    background-color: #55CB60;
}

.tickit-block .action-part .assign .btn-asign.btn-accept:hover {
    background-color: #43b64e;
}

.tickit-block .action-part .assign .btn-action {
    display: flex;
}

.tickit-block .action-part .actionmode {
    display: flex;
    align-items: center;
}

.tickit-block .action-part .actionmode p {
    font-size: 16px;
    margin-right: 10px;
}

.tickit-block .action-part .aticket .btn-accept {
    font-size: 16px;
    width: 110px;
    height: 42px;
    background-color: #55CB60;
    color: #fff;
}

.tickit-block .action-part .aticket .btn-accept:hover {
    background-color: #43b64e;
}

.tickit-block .action-part .aticket .btn-accept.btn-reject {
    background-color: #FE7575;
}

.tickit-block .action-part .aticket .btn-accept.btn-reject:hover {
    background-color: #ea6464;
}

.tickit-block .action-part .status span {
    color: #FE7575;
    display: inline-block;
}

.tickit-block .action-part .status {
    border: solid 1px #FE7575;
    height: 40px;
    padding: 0px 20px;
    margin-right: 15px;
    border-radius: 3px;
    background-color: #fff;
}

.tickit-block .action-part .status select {
    border: 0;
    margin-left: 5px;
    background-color: #fff;
}

.tickit-block .action-part .status select:focus {
    outline: 0;
}

.full-tickit .tickit-block .doc-download {
    text-align: right;
}

.full-tickit .tickit-block .doc-download .docslist {
    height: 65px;
    width: 65px;
    background-color: #F66E0A;
    display: inline-block;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.full-tickit .tickit-block .doc-download .docslist:hover {
    background-color: #1F92E0;
}

.full-tickit .tickit-block .doc-download .docslist i {
    font-size: 25px;
    color: #fff;
}

.comment-box {
    padding: 30px;
}

.comment-box .comment-part {
    padding: 15px 0px;
    padding-right: 15px;
    margin: 10px 0px;
}

.comment-box .comment-part.owner {
    background-color: #ECFFF0;
}

.comment-box .comment-part .user-front {
    display: flex;
    align-items: center;
}

.comment-box .comment-part .user-front {
    display: flex;
    align-items: center;
}

.comment-box .comment-part .action-icon .tick span {
    height: 22px;
    width: 22px;
    background-color: #DCDCDC;
    display: inline-block;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-box .comment-part .action-icon .tick span i {
    font-size: 15px;
    font-weight: 700;
}

.comment-box .comment-part .action-icon .tick.green span {
    background-color: #069745;
}

.comment-box .comment-part .action-icon .tick.green span i {
    color: #fff;
}

.comment-box .comment-part .action-icon .dd-action {
    cursor: pointer;
}

.comment-box .comment-part .user-front .u-pic {}

.comment-box .comment-part .user-front .u-pic span {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    overflow: hidden;
}

.comment-box .comment-part .user-front .u-pic span img {
    height: 60px;
    width: 100%;
    object-fit: cover;
}

.comment-box .comment-part .user-front .u-name {
    margin-left: 15px;
}

.comment-box .comment-part .user-front .u-name h4 {
    margin: 0;
    font-size: 20px;
}

.comment-box .comment-part .user-front .u-name span {
    font-size: 14px;
    color: #999999;
}

.comment-box .comment-part .view-comment {
    color: #777777;
}

.comment-box .comment-part .view-comment .attach-dox {
    display: flex;
    margin-bottom: 10px;
}

.comment-box .comment-part .view-comment .attach-dox .a-file {
    background: none;
    padding: 10px;
    border: 1px solid #ced4da;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 3px;
}

.comment-box .comment-part .comment-action {}

.comment-box .comment-part .comment-action button {
    background: none;
    border: 0;
    font-size: 16px;
    padding: 0;
    padding-right: 15px;
}

.comment-box .comment-part .comment-action button:focus {
    outline: 0;
    box-shadow: none;
}

.comment-box .comment-part .comment-action button i {
    font-size: 22px;
    font-weight: 700;
}

.comment-box .comment-part .comment-action .btn-like i {
    color: #069745;
}

.comment-box .comment-part .comment-action .btn-reply i {
    color: #1F92E0;
}

.comment-box .comment-part .comment-action .btn-dlike i {
    color: #F66E0A;
}

.comment-box .comment-part .comment-action button i {
    color: #bcbcbc;
}

.comment-box .comment-part .comment-action .btn-send {
    background-color: #1f92e0;
    padding: 5px 15px;
    color: #fff;
    margin-top: 10px;
}

.comment-box .comment-part .comment-action .btn-send:hover {
    background-color: #127ec6;
}

.comment-box .first-nested {
    border-left: solid 1px #ECF2F6;
}

.comment-box .dropdown-item.active,
.comment-box .dropdown-item:active {
    background-color: #1E91E0;
}

.comment-box .dropdown-item,
.comment-box .dropdown-item {
    font-size: 14px;
}

.second-nested {
    border-left: solid 1px #ECF2F6;
    padding-left: 30px;
    margin-left: 30px;
}

.comment-box .comment-part.nested1 {
    padding-left: 30px;
}

.comment-box .comment-part.nested2 {
    border-bottom: solid 1px #ECF2F6;
}

.download-modal .modal-body {}

.download-modal .modal-body ul {
    padding: 0;
    text-align: left;
    margin: 0;
}

.download-modal .modal-body ul li {
    list-style: none;
    border-bottom: solid 1px #f2f2f2;
    padding: 6px 0px;
    font-size: 14px;
}

.download-modal .modal-body ul li:last-child {
    border-bottom: 0;
}

.download-modal .modal-body ul li a {}

.download-modal .modal-body ul li a i {
    color: #1F92E0;
    margin-right: 10px;
}


/*my css start*/

.popup .popup-btn {
    background-color: #F66E0A;
    color: #fff;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    font-size: 30px;
}

.popup .popup-btn:hover {
    color: #fff;
    border: none;
}

.popup .modal-dialog .modal-content .modal-body .document h1 {
    font-size: 16px;
    color: #888;
    font-weight: 400;
    margin: 0;
}

.popup .modal-dialog .modal-content .modal-body .document h1 .times {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-left: 30px;
}

.popup .modal-dialog .modal-content .files {
    box-shadow: 5px 10px 18px #666;
}

.popup .modal-dialog .modal-content .modal-footer .popup-btn1,
.popup .modal-dialog .modal-content .modal-footer .popup-btn2 {
    background-color: #6c757d;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.popup .modal-dialog .modal-content .modal-footer .popup-btn2 {
    background-color: #0d6efd;
}


/*my css end*/

.manage-team .dropdown-menu .dropdown-item .ddicon {
    width: 18px;
}


/*View full page ticket End*/


/*==================================
    CHANGELOG START
====================================*/

.timeline {
    list-style: none;
    padding: 0;
    margin: 2em 0;
    text-align: center;
    border-left: solid 1px #1F92E0;
}

.timeline::after {
    display: block;
    clear: both;
    content: ""
}

.timeline-marker {
    clear: both;
    background: #fff
}

.timeline-marker h1,
.timeline-marker h2,
.timeline-marker h3,
.timeline-marker h4,
.timeline-marker h5 {
    margin: 0 0 5px
}

.timeline-marker:after,
.timeline-marker:before {
    width: 12px;
    height: 12px;
    background: #1b1b1b;
    margin: 0 auto;
    border-radius: 100%;
    display: block;
    content: ' '
}

.timeline-marker:before {
    display: none
}

.timeline-marker.timeline-marker-bottom h1,
.timeline-marker.timeline-marker-bottom h2,
.timeline-marker.timeline-marker-bottom h3,
.timeline-marker.timeline-marker-bottom h4,
.timeline-marker.timeline-marker-bottom h5 {
    margin: 5px 0 0
}

.timeline-marker.timeline-marker-bottom:before {
    display: block
}

.timeline-marker.timeline-marker-bottom:after {
    display: none
}

.timeline-marker.timeline-marker-middle {
    margin-top: 20px;
    margin-bottom: 20px
}

.timeline-breaker {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #2092E1;
    border-radius: 2px;
    margin: 0 auto;
    padding: .6em;
    display: block;
    width: 100%;
    max-width: 15em;
    clear: both;
    background: #F7FBFF;
}

.timeline-breaker::after {
    display: block;
    clear: both;
    content: ""
}

.timeline-breaker a {
    color: #fff
}

.timeline-breaker a:hover {
    color: #eee
}

.timeline-breaker:after,
.timeline-breaker:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 1px;
    width: 0;
    position: absolute;
    pointer-events: none
}

.timeline-breaker:after {
    border-top-color: #1b1b1b;
    border-width: 10px;
    left: 50%;
    display: none;
    margin-left: -10px
}

.timeline-breaker:before {
    border-top-color: rgba(0, 0, 0, .01);
    border-width: 11px;
    left: 50%;
    margin-left: -11px;
    display: none;
}

.timeline-breaker.timeline-breaker-bottom,
.timeline-breaker.timeline-breaker-middle {
    margin-top: 40px;
    margin-bottom: 20px;
    clear: both !important
}

.timeline-breaker.timeline-breaker-bottom {
    margin-bottom: 0
}

.timeline-breaker.timeline-breaker-bottom:after,
.timeline-breaker.timeline-breaker-bottom:before {
    top: -10px;
    border-top: none
}

.timeline-breaker.timeline-breaker-bottom:after {
    border-bottom-color: #1b1b1b
}

.timeline-breaker.timeline-breaker-bottom:before {
    border-bottom-color: rgba(0, 0, 0, .01)
}

.timeline-item.timeline-item-first {
    margin-top: 20px !important
}

.timeline-item.timeline-item-last {
    margin-bottom: 20px !important
}

.timeline-item {
    float: none;
    left: auto;
    right: auto;
    width: 100%;
    padding: 15px;
    margin: 60px auto 0;
    position: relative;
    text-align: right;
}

.timeline-item p {
    font-weight: 400;
    font-size: 14px;
    color: #76767B;
    margin-bottom: 8px;
}

.timeline-item p span {
    display: block;
    background-color: #1F92E0;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    border: solid 9px #CCEAFF;
    top: 4px;
    left: -41px;
    position: absolute;
}

.timeline-item .app-update {}

.timeline-item .app-update h3 {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    margin-bottom: 3px;
}

.timeline-item .app-update ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline-item .app-update ul li {
    font-weight: 400;
    font-size: 18px;
    color: #7A7A7A;
    line-height: 162.19%;
}

.timeline-item .app-update .inner-box {
    background: #F1F1F1;
    border-radius: 7px;
    margin-top: 13px;
    width: 800px;
}

.timeline-item .app-update .inner-box ul {
    padding: 25px;
}

.timeline-item .app-update .inner-box ul li {
    color: #4D4D4D;
    font-weight: 400;
    font-size: 16px
}

.timeline-item::after {
    display: block;
    clear: both;
    content: ""
}

.timeline-item.highlight:after,
.timeline-item.marker-highlight:after,
.timeline-item.tag-featured:after {
    color: #65b1a5
}

.timeline-item.overlap-push-large {
    margin-top: 120px
}

.timeline-item.overlap-push-medium {
    margin-top: 60px
}

.timeline-item.overlap-push-small {
    margin-top: 30px
}

.timeline-stacked-down .timeline-item:first-child {
    margin-top: 40px
}

.timeline-stacked-down .timeline-item:last-child {
    margin-bottom: 60px
}

.timeline-item-date {
    font-weight: 600;
    color: #666
}

.timeline-item-title {
    margin-top: 0
}


/* OUTSOURCING TO A 20FOUR7VA TAB */

.main-tab {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 0px 0px 30px 30px;
    border-top: 0;
}

.my-nav {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
    width: 100%;
    display: flex;
    border-radius: 30px 30px 0 0;
    height: 100%;
}

.my-nav li.nav-item {
    width: 33.33%;
    display: flex;
    justify-content: center;
}

.my-nav .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: none;
    width: 100%; 
    height: 100%;
    padding: 16px 0;
}

.my-nav .nav-link:focus,
.nav-tabs .nav-link:hover,
.my-nav .nav-link:focus {
    border: none;
    isolation: auto;
}

ul:first-child {
    border-top-left-radius: 30px;
}

.my-nav .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.app-data {
    padding: 30px 0px;
}

.app-data h4 {
    text-align: center;
    font-size: 20px;
}

.app-data .discovery-call {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    margin: 30px 0px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    background: #f2f2f2;
}

.app-data .discovery-call .ds-logo {
    margin-right: 50px;
}

.app-data .discovery-call .ds-logo .roundlogo {
    height: 200px;
    width: 200px;
    border-radius: 100%;
    background-color: #fff;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}

.app-data .discovery-call .ds-text {}

.app-data .discovery-call .ds-text h5 {
    color: #2092E1;
    font-weight: 700;
    font-size: 20px;
}

.app-data .discovery-call .ds-text P {
    font-size: 16px;
}

.app-data .time-zone select {
    height: 60px;
    border-radius: 20px;
}

.app-data .btn-timezone {
    padding: 10px 30px;
    height: 60px;
    border-radius: 10px;
    display: inline-block;
    background-color: #F66E0A;
    color: #fff;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    font-weight: 700;
}

.your-info {
    padding: 45px 45px 13px 45px;
}

.your-info .appointment {}

.your-info .appointment .de-call {
    background: #177FC1;
    border-radius: 14px;
    height: 100%;
    padding: 20px 0px 20px 25px;
}

.your-info .appointment .de-call h3 {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 4px;
}

.your-info .appointment .de-call p {
    font-size: 16px;
    color: #FFF;
    margin: 0;
}

.your-info .de-form {
    padding-top: 32px;
}

.your-info .de-form .form-label span {
    color: red;
}

.your-info .de-form h3 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    margin-top: 24px;
}

.your-info .form-control {
    height: 48px;
}

.your-info .btn.btn-primary  {
    margin-top: 10px;
    padding: 10px 30px;
    height: 60px;
    border-radius: 10px;
    display: inline-block;
    background-color: #F66E0A;
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    border: 0;
}

.your-info .btn-primary:active:focus {
    box-shadow: none;
}

.confirm {
    padding: 45px 45px 13px 45px;
    background-color: #fff;
}

.confirm h6 {
    color: #888;
    font-size: 15px;
    font-weight: 400;
}

.confirm h1 {
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 3px;
    color: #333;
}

.confirm a {
    color: #0a58ca;
    margin: 5px 0px;
}

.confirm h5 {
    font-size: 15px;
    color: #aaa;
    font-weight: 400;
    margin: 5px 0px;
}

.confirm .f-button {
    margin: 16px 0;
}

.confirm .f-button button {
    background: #177FC1;
}

.confirm .add-btn .btn-border {
    background: none;
    border: solid 2px #177FC1;
    color: #177FC1;
}

.confirm .add-btn .btn-border:hover {
    background: #177FC1;
    color: #fff;
}

.discovery-tab .my-nav .nav-link {
    color: #333;
}


/*Page not found start*/

.notfound {
    width: 1300px;
    height: 800px;
    box-shadow: 0px 0px 30px rgb(32 146 225 / 10%);
    border-radius: 50px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(66.5deg, #003A61 31.55%, #136CAB 100.41%);
}

.notfound .imgs {
    background-image: url(../images/bg-img.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 125px;
}

.notfound .notfound-img {}

.notfound .notfound-img img {}

.notfound .notfound-text {}

.notfound .notfound-text h5 {
    font-weight: 700;
    font-size: 33px;
    line-height: 42px;
    color: #F2F9FD;
    margin-top: 25px;
    margin-bottom: 0;
}

.notfound .notfound-text p {
    font-weight: 400;
    font-size: 16px;
    color: #F2F9FD;
    margin-top: 7px;
}

.notfound .notfound-btn {
    margin-top: 28px;
}

.notfound .notfound-btn .btn-theme.hp {
    background: #F16E22;
    border-radius: 55px;
    color: #FFFFFF;
    width: auto;
    padding: 0px 32px;
    margin: 0px 14px;
}

.notfound .notfound-btn .btn-theme.db {
    background: #F2F9FD;
    border-radius: 55px;
    color: #2192E0;
    width: auto;
    padding: 0px 32px;
    margin: 0px 14px;
}


/*Page not found End*/


/*Manage Screenshot Start*/

.manage-ss {
    overflow: hidden;
    height: 470px;
}

.manage-ss h5 {
    margin-bottom: 35px;
    font-size: 18px;
    color: #333;
}

.manage-ss main {
    padding: 35px 50px;
    background-color: #fff;
}

.folder .moreicon {
    position: absolute;
    right: 10px;
    color: #000;
    top: 10px;
    width: auto;
}

.folder .moreicon i {
    width: auto;
}

.folder .moreicon .dropdown-menu {
    text-align: left;
    padding: 0;
    font-size: 12px;
    border-radius: 10px;
    overflow: hidden;
    min-width: 115px;
}

.folder .moreicon .dropdown-item {
    text-align: left;
}

.folder .moreicon .dropdown-item i {
    position: absolute;
    right: 15px;
    color: #2092E1;
    font-size: 13px;
}

.folder .moreicon .dropdown-menu li {
    width: 100%;
    border-bottom: solid 1px #f5f5f5;
}

.dropdown-item {}

.folder * {
    width: 100px;
}


/*.folder:after {
    content: "\f5d3";
    position: absolute;
    opacity: 0;
    top: 14px;
    right: -20px;
    transition: 0.5s;
    color: #555;
    font-family: bootstrap-icons !important;
}

  
  .folder:hover{
 
  }
  
  .folder:hover:after {
    opacity: 1;
    right: 10px;
  }*/

.folder.btn-secondary {
    color: #fff;
    background-color: #FFF;
    border-color: #E8E8E8;
}

.folder.btn-secondary:hover {
    border: 1px solid #7fbee9;
    background: #E9F3FA;
    box-shadow: 0px 0px 15px 0px rgba(222, 223, 224, 0.10);
}

.folder {
    float: left;
    border-radius: 14px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(222, 223, 224, 0.10);
    width: 142px;
    height: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-right: 35px;
    margin-bottom: 35px;
}


/* .folder:hover h1 {
    display: none;
  }
  .folder:hover p.cooltip {
    opacity: 1;
    top: 0;
  }
   */

.folder * {
    text-align: center;
}

.folder i {}

.folder img {
    height: 60px;
}

.folder h1 {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    margin-top: 12px;
    margin-bottom: 0;
}

div.properties {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 300px;
    background-color: white;
}

div.properties img {
    position: relative;
    top: -1px;
    left: -1px;
    width: 110%;
    height: 200px;
    filter: blur(2px);
}

div.properties h1 {
    position: relative;
    width: 100%;
    text-align: left;
    margin-left: 20px;
    color: white;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #2196f3;
    color: white;
    display: flex;
    align-items: center;
}

header h1 {
    font-weight: 400;
}

header span {
    flex: 1;
}

header i {
    margin: 0 10px;
    cursor: pointer;
}

header i:nth-child(1) {
    margin: 0 20px;
}


/*Manage Screenshot End*/

.va-ss {
    height: auto;
}

.va-fd .folder h1 {
    font-size: 14px;
}


/*mq start*/

@media(max-width:768px) {
    .my-nav li.nav-item {
        width: 100% !important;
    }

    .app-data .discovery-call {
        display: block;
        margin: 0 auto;
    }

    .app-data .discovery-call .ds-logo .roundlogo {
        margin: 0 auto;
        margin-bottom: 15px;
        padding: 20px;
    }

    .app-data .time-zone {
        padding: 15px;
    }

    .app-data .btn-time {
        display: block;
        padding: 15px;
    }

    .app-data .btn-timezone {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.my-nav li.nav-item {
    width: 33.33%;
    display: flex;
    justify-content: center;
}

@media (min-width:576px) {

    .timeline-breaker.timeline-breaker-bottom,
    .timeline-breaker.timeline-breaker-middle {
        top: 40px
    }

    .timeline-item {
        float: left;
        width: 48%;
        padding: 15px;
        margin-top: 40px;
        right: 30px;
        margin-left: 2%;
        clear: left
    }

    .timeline-item.even,
    .timeline-item.right {
        float: right;
        clear: right;
        left: 30px;
        right: 0;
        margin-right: 2%;
        margin-left: 0;
        margin-top: 100px
    }

    .timeline-item.even:after,
    .timeline-item.even:before,
    .timeline-item.right:after,
    .timeline-item.right:before {
        left: -20px;
        top: 10%
    }

    .timeline-item.even:before,
    .timeline-item.right:before {
        content: "\F0D9"
    }

    .timeline-item.even:after,
    .timeline-item.right:after {
        left: -46px
    }

    .timeline-item.overlap-off {
        margin-top: 0
    }

    .timeline-item.overlap-pull-large {
        margin-top: -120px
    }

    .timeline-item.overlap-pull-small {
        margin-top: -30px
    }

    .timeline-stacked,
    .timeline.timeline-stacked {
        padding-left: 0;
        padding-right: 0
    }

    .timeline-stacked .timeline-item,
    .timeline-stacked .timeline-item.even,
    .timeline-stacked .timeline-item.right,
    .timeline.timeline-stacked .timeline-item,
    .timeline.timeline-stacked .timeline-item.even,
    .timeline.timeline-stacked .timeline-item.right {
        float: none;
        left: auto;
        right: auto;
        width: 100%;
        padding: 15px;
        margin: 80px auto 0;
        background: #f6f6f6;
        border-radius: 2px;
        position: relative;
        border: 1px solid #f2f2f2;
        border-bottom: 3px solid #55A79A;
        text-align: left
    }

    .timeline-stacked .timeline-item.even::after,
    .timeline-stacked .timeline-item.right::after,
    .timeline-stacked .timeline-item::after,
    .timeline.timeline-stacked .timeline-item.even::after,
    .timeline.timeline-stacked .timeline-item.right::after,
    .timeline.timeline-stacked .timeline-item::after {
        display: block;
        clear: both;
        content: ""
    }

    .timeline-stacked .timeline-item.even.highlight:after,
    .timeline-stacked .timeline-item.even.marker-highlight:after,
    .timeline-stacked .timeline-item.even.tag-featured:after,
    .timeline-stacked .timeline-item.highlight:after,
    .timeline-stacked .timeline-item.marker-highlight:after,
    .timeline-stacked .timeline-item.right.highlight:after,
    .timeline-stacked .timeline-item.right.marker-highlight:after,
    .timeline-stacked .timeline-item.right.tag-featured:after,
    .timeline-stacked .timeline-item.tag-featured:after,
    .timeline.timeline-stacked .timeline-item.even.highlight:after,
    .timeline.timeline-stacked .timeline-item.even.marker-highlight:after,
    .timeline.timeline-stacked .timeline-item.even.tag-featured:after,
    .timeline.timeline-stacked .timeline-item.highlight:after,
    .timeline.timeline-stacked .timeline-item.marker-highlight:after,
    .timeline.timeline-stacked .timeline-item.right.highlight:after,
    .timeline.timeline-stacked .timeline-item.right.marker-highlight:after,
    .timeline.timeline-stacked .timeline-item.right.tag-featured:after,
    .timeline.timeline-stacked .timeline-item.tag-featured:after {
        color: #65b1a5
    }

    .timeline-stacked .timeline-item.even.overlap-push-large,
    .timeline-stacked .timeline-item.overlap-push-large,
    .timeline-stacked .timeline-item.right.overlap-push-large,
    .timeline.timeline-stacked .timeline-item.even.overlap-push-large,
    .timeline.timeline-stacked .timeline-item.overlap-push-large,
    .timeline.timeline-stacked .timeline-item.right.overlap-push-large {
        margin-top: 120px
    }

    .timeline-stacked .timeline-item.even.overlap-push-medium,
    .timeline-stacked .timeline-item.overlap-push-medium,
    .timeline-stacked .timeline-item.right.overlap-push-medium,
    .timeline.timeline-stacked .timeline-item.even.overlap-push-medium,
    .timeline.timeline-stacked .timeline-item.overlap-push-medium,
    .timeline.timeline-stacked .timeline-item.right.overlap-push-medium {
        margin-top: 60px
    }

    .timeline-stacked .timeline-item.even.overlap-push-small,
    .timeline-stacked .timeline-item.overlap-push-small,
    .timeline-stacked .timeline-item.right.overlap-push-small,
    .timeline.timeline-stacked .timeline-item.even.overlap-push-small,
    .timeline.timeline-stacked .timeline-item.overlap-push-small,
    .timeline.timeline-stacked .timeline-item.right.overlap-push-small {
        margin-top: 30px
    }

    .timeline-stacked.timeline-stacked-down .timeline-item:first-child,
    .timeline.timeline-stacked.timeline-stacked-down .timeline-item:first-child {
        margin-top: 40px
    }

    .timeline-stacked.timeline-stacked-down .timeline-item:last-child,
    .timeline.timeline-stacked.timeline-stacked-down .timeline-item:last-child {
        margin-bottom: 60px
    }

    .timeline-stacked.timeline-stacked-down .timeline-item.even.last,
    .timeline-stacked.timeline-stacked-down .timeline-item.last,
    .timeline-stacked.timeline-stacked-down .timeline-item.right.last,
    .timeline.timeline-stacked.timeline-stacked-down .timeline-item.even.last,
    .timeline.timeline-stacked.timeline-stacked-down .timeline-item.last,
    .timeline.timeline-stacked.timeline-stacked-down .timeline-item.right.last {
        margin-bottom: 40px
    }

    .timeline-stacked .timeline-breaker.timeline-breaker-bottom,
    .timeline-stacked .timeline-breaker.timeline-breaker-middle,
    .timeline.timeline-stacked .timeline-breaker.timeline-breaker-bottom,
    .timeline.timeline-stacked .timeline-breaker.timeline-breaker-middle {
        top: auto
    }
}

.timeline-left,
.timeline.timeline-left {
    background-position: left top;
    margin-left: 20px;
    padding-bottom: 0;
    text-align: left
}

.timeline-left .timeline-marker,
.timeline.timeline-left .timeline-marker {
    margin-left: -5px;
    margin-right: 0
}

.timeline-left .timeline-marker:after,
.timeline-left .timeline-marker:before,
.timeline.timeline-left .timeline-marker:after,
.timeline.timeline-left .timeline-marker:before {
    margin-left: 0
}

.timeline-left .timeline-breaker,
.timeline.timeline-left .timeline-breaker {
    margin-left: -20px
}

.timeline-left .timeline-breaker:after,
.timeline-left .timeline-breaker:before,
.timeline.timeline-left .timeline-breaker:after,
.timeline.timeline-left .timeline-breaker:before {
    left: 20px
}

.timeline-left .timeline-item,
.timeline-left .timeline-item.even,
.timeline-left .timeline-item.right,
.timeline.timeline-left .timeline-item,
.timeline.timeline-left .timeline-item.even,
.timeline.timeline-left .timeline-item.right {
    float: none;
    clear: both;
    width: 92%;
    margin-left: 25px;
    margin-right: 0;
    margin-top: 40px;
    left: auto;
    right: auto
}

.timeline-left .pagination,
.timeline.timeline-left .pagination {
    background: 0 0;
    padding-left: 1em;
    padding-right: 1em
}

.timeline-left .timeline-breaker.timeline-breaker-bottom,
.timeline-left .timeline-breaker.timeline-breaker-middle,
.timeline.timeline-left .timeline-breaker.timeline-breaker-bottom,
.timeline.timeline-left .timeline-breaker.timeline-breaker-middle {
    top: auto;
    margin-bottom: 0
}

.timeline-right,
.timeline.timeline-right {
    background-position: right top;
    margin-right: 20px;
    text-align: right
}

.timeline-right .timeline-marker,
.timeline.timeline-right .timeline-marker {
    margin-left: 0;
    margin-right: -5px;
    float: right
}

.timeline-right .timeline-breaker,
.timeline.timeline-right .timeline-breaker {
    margin-left: 0;
    margin-right: -20px;
    float: right
}

.timeline-right .timeline-breaker:after,
.timeline-right .timeline-breaker:before,
.timeline.timeline-right .timeline-breaker:after,
.timeline.timeline-right .timeline-breaker:before {
    right: 12px;
    left: auto
}

.timeline-right .timeline-item,
.timeline-right .timeline-item.even,
.timeline-right .timeline-item.right,
.timeline.timeline-right .timeline-item,
.timeline.timeline-right .timeline-item.even,
.timeline.timeline-right .timeline-item.right {
    float: right;
    clear: both;
    width: 92%;
    margin-left: 0;
    margin-right: 25px;
    margin-top: 40px;
    left: auto;
    right: 0
}

.timeline-right .pagination,
.timeline.timeline-right .pagination {
    background: 0 0;
    padding-left: 1em;
    padding-right: 1em
}

.timeline-right .timeline-breaker.timeline-breaker-bottom,
.timeline-right .timeline-breaker.timeline-breaker-middle,
.timeline.timeline-right .timeline-breaker.timeline-breaker-bottom,
.timeline.timeline-right .timeline-breaker.timeline-breaker-middle {
    top: auto;
    margin-bottom: 0
}

.timeline-mini .timeline-item {
    padding: .5em !important;
    margin-top: 50px !important
}

@media (min-width:576px) {

    .timeline.timeline-left .timeline-item,
    .timeline.timeline-left .timeline-item.even,
    .timeline.timeline-left .timeline-item.right,
    .timeline.timeline-right .timeline-item,
    .timeline.timeline-right .timeline-item.even,
    .timeline.timeline-right .timeline-item.right {
        width: 96%
    }
}

.carousel-timeline-nav .owl-nav div {
    margin-top: -2px
}

.carousel-timeline-nav .owl-stage-outer {
    padding-bottom: 27px;
    padding-top: 15px;
    margin-bottom: 10px;
    position: relative
}

.carousel-timeline-nav .owl-stage-outer:after {
    height: 2px;
    width: 500%;
    background: #292b2c;
    left: -200%;
    right: 0;
    top: auto;
    bottom: 12px;
    position: absolute;
    content: '';
    z-index: -1
}

.carousel-timeline-nav.owl-nav-over .owl-stage-outer {
    margin-left: 30px;
    margin-right: 30px
}

.carousel-timeline-nav.owl-nav-over-lg .owl-stage-outer {
    margin-left: 60px;
    margin-right: 60px
}

.carousel-timeline-nav.owl-nav-over-lg .owl-nav div {
    margin-top: -20px !important
}

.carousel-timeline-nav .owl-item {
    text-align: center
}

.carousel-timeline-nav .owl-thumb {
    position: relative;
    display: block;
    opacity: .9;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.carousel-timeline-nav .owl-thumb.active {
    opacity: 1
}

.carousel-timeline-nav .owl-thumb:before {
    background: #fff;
    left: 0;
    right: 0;
    top: auto;
    position: absolute;
    content: '';
    margin-left: auto;
    margin-right: auto;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    bottom: -20px;
    border: 2px solid #292b2c;
    z-index: 2;
    opacity: 1
}

.carousel-timeline-nav .active.owl-thumb:before {
    background: #292b2c
}

.list-timeline {
    margin: 0;
    padding: 5px 0;
    position: relative
}

.list-timeline:before {
    width: 1px;
    background: #ccc;
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    height: 100%;
    content: ''
}

.list-timeline .list-timeline-item {
    margin: 0;
    padding: 0;
    padding-left: 24px !important;
    position: relative
}

.list-timeline .list-timeline-item[data-toggle=collapse] {
    cursor: pointer
}


/*==================================
    CHANGELOG End
====================================*/


/*==================================
   MY PROFILE START
====================================*/

.my-profile {
    background: #F8F8F8;
    box-shadow: 0px 0px 30px rgb(123 123 123 / 10%);
    border-radius: 15px;
    height: 100%;
    margin: 40px;
}

.my-profile .profile-details1 {
    margin: 50px 40px;
    display: flex;
}

.my-profile .profile-details1 .p-detail {
    height: 100%;
}

.my-profile .profile-details1 .p-detail .peronal-detail {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.my-profile .profile-details1 .peronal-detail {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 29px;
    position: relative;
    padding: 20px 0 20px 0;
    text-align: -webkit-center;
    height: 100%;
    border-radius: 17px;
}

.my-profile .profile-details1 .peronal-detail.vasdata {
    background: #F8F8F8;
}

.my-profile .profile-details1 .peronal-detail.vasdata:hover {
    box-shadow: 0px 3px 6.7px 0px rgba(0, 0, 0, 0.13);
    background: #fff;
    border-color: #fff;
}

.my-profile .profile-details1 .peronal-detail.client {
    padding: 25px 30px 25px 30px;
}

.peronal-detail .like {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;

}

.peronal-detail .like.edit {
    right: 70px;
    height: 30px;
    width: 30px;
    display: flex;
    top: 21px;
}

.peronal-detail .edit-bookmark {
    width: 121px;
    height: 65px;
    background-color: #EAF5FD;
    border-radius: 32.5406px 0px 0px 32.5406px;
    position: absolute;
    right: 0;
    top: 22px;
}

.peronal-detail .like i {
    color: #fff;
}

.peronal-detail .p-photo {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #000;
    position: relative;
}

.peronal-detail .p-photo img {
    object-fit: cover;
    width: 100%;
    height: 150px;
    border-radius: 100%;
}

.peronal-detail .p-photo .active-status {
    width: 18px;
    height: 18px;
    background: #069745;
    border: 2px solid #F8F8F8;
    border-radius: 100%;
    position: absolute;
    bottom: 24px;
    right: 0px;
    z-index: 99;
}

.peronal-detail .user-detail {}

.peronal-detail .user-detail h3 {
    font-weight: 700;
    font-size: 18px;
    color: #555555;
    margin-top: 10px;
}

.peronal-detail .user-detail p {
    font-weight: 300;
    font-size: 15px;
    color: #444444;
    margin-bottom: 2px
}

.peronal-detail .p-buton {
    margin: 10px 10px;
    display: flex;
    align-items: center;
}

.peronal-detail .btn-theme2 {
    margin: 0 10px;
}

.peronal-detail .work-detail {
    text-align: start;
}

.peronal-detail .work-detail .w-hours {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 47px;
    row-gap: 12px;
}

.peronal-detail .work-detail .experince h3 {
    font-weight: 400;
    font-size: 17px;
    color: #888888;
}

.peronal-detail .work-detail .experince p {
    font-weight: 600;
    font-size: 16px;
    color: #555555;
    margin: 0;
}

.peronal-detail .work-detail .experince.about {}

.peronal-detail .work-detail .experince.about h3 {
    margin-top: 20px;
}

.peronal-detail .work-detail .experince.about h6 {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    margin-bottom: 4px;
}

.peronal-detail .client-icon {
    display: flex;
    align-items: center;
}

.peronal-detail .client-icon.top-icn {
    margin-left: -25px;
}

.peronal-detail .client-icon.top-icn img {
    margin-right: 10px;
}

.peronal-detail .client-icon .graph {
    margin-left: 4px;
}

.peronal-detail .work-detail .work-header {
    text-align: start;
    margin-top: 0;
}

.peronal-detail .work-detail .work-header h5 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #2092E1;
    margin: 8px 0;
}

.peronal-detail .work-detail .work-header hr {
    background-color: #2092E1;
    border-radius: 10px;
    width: 91px;
    height: 2px;
    margin: 10px 0;
    opacity: inherit;
}

.peronal-detail.require .work-detail .work-header hr {
    width: 129px;
}

.peronal-detail.require .like.edit {
    right: 33px;
    top: 31px;
}

.peronal-detail.require .work-detail .work-header {
    margin-top: 0px;
}

.peronal-detail.require .work-detail .experince {
    margin-top: 30px;
}

.peronal-detail.require .work-detail.skills .experince {
    margin-top: 20px;
}

.peronal-detail.require .work-detail .experince h3 {
    margin-bottom: 4px;
}

.my-profile .profile-details1 .peronal-detail.require {
    /* padding: 25px 0 24px 32px; */
    padding: 25px;
}

.my-profile.client .profile-details1 .va-details .btn-view {
    background: #E1E9EE;
    width: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-radius: 4px;
    font-weight: 500;
    color: #555555;
}

.peronal-detail.require .pdf-r .btn-resume {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    width: 215px;
    height: 49px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
}

.peronal-detail.require .pdf-r .pf {
    color: #2092E1;
    margin-right: 13px;
}

.peronal-detail.require .pdf-r .downld {
    color: #555555;
    margin-left: 16px;
}

.peronal-detail.require .pdf-r {
    margin-top: 12px;
}

.peronal-detail.require .progress {
    width: 165px;
    height: 5px;
    margin-top: 10px;
    background: #d4ecfd;
}

.peronal-detail.require .progress-bar {
    background: #2092E1;
}

.peronal-detail.require .seem {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #888888;
    text-align: end;
    margin: 10px 0;
    padding-right: 50px;
}

.peronal-detail.require .work-detail .work-header hr.skil {
    width: 100px;
}

.peronal-detail.require .work-detail .work-header hr.reviw {
    width: 111px;
}

.peronal-detail.require .like.review {
    top: 285px;
}

.user-image img {
    border: 3px solid #2092E1;
    padding: 2px
}

.reviews {
    margin-top: 20px;
}

.reviews .user-image {}

.reviews .user-image img {}

.reviews .user-about {
    margin-left: 16px;
}

.reviews .user-about span {
    font-weight: 500;
    font-size: 17px;
    color: #333333;
}

.reviews .user-about i {
    color: #FBBF3B;
    padding: 0 2px;
}

.reviews p {
    font-weight: 400;
    font-size: 15px;
    color: #888888;
    margin: 0;
    margin-top: 10px;
}

.peronal-detail.exprnce .work-detail .work-header hr {
    width: 96px;
}

.peronal-detail.exprnce .experince p {
    font-weight: 700;
    font-size: 17px;
    color: #444444;
    text-transform: uppercase;
}

.peronal-detail.exprnce .experince h4 {
    font-weight: 500;
    font-size: 16px;
    color: #777777;
}

.peronal-detail.exprnce .experince h3 {
    font-weight: 400;
    font-size: 15px;
    color: #999999;
}

.peronal-detail.exprnce .experince h6 {
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 1.5;
    margin-top: 6px;
}

.peronal-detail.exprnce .work-detail .experince {
    margin-top: 19px;
}

.peronal-detail.protfoli .portfolio {
    position: relative;
    margin-top: 16px;
}

.peronal-detail.protfoli .portfolio img {
    width: 100%;
}

.peronal-detail.protfoli .portfolio::after {
    content: "";
    background: linear-gradient(0deg, #001829 0%, rgba(0, 0, 0, 0) 77.43%);
    border-radius: 9px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.my-profile .profile-details1 .peronal-detail.protfoli {
    padding: 25px 25px 25px 25px;
}

.peronal-detail.protfoli .like.review {
    top: 29px;
}

.peronal-detail.protfoli .portfolio .portfolio-text {
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 22;
}

.peronal-detail.protfoli .portfolio .portfolio-text h3 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.peronal-detail.protfoli .portfolio .portfolio-text p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}

.reviews .user-image img {
    width: 75px;
}


/*==================================
   MY PROFILE End
====================================*/



/*==================================
   CLIENT PROFILE START
====================================*/

.my-profile.client .peronal-detail .like.left {
    background: transparent;
    left: 20px;
}

.my-profile.client .peronal-detail .p-photo {
    width: 125px;
    height: 125px;
}

.my-profile.client .peronal-detail .p-photo img {
    height: 124px;
}

.my-profile.client .peronal-detail .p-photo .active-status {
    bottom: 15px;
    right: 2px;
}

.my-profile.client .peronal-detail .work-detail .w-hours {
    margin-bottom: 20px;
    justify-content: start;
    column-gap: 130px;
}

.my-profile.client .peronal-detail .like.edit {
    right: 11px;
    top: 14px;
    padding: 0;
}

.my-profile.client .peronal-detail .edit-bookmark {
    width: 65px;
    top: 27px;
    height: 56px;
}

.my-profile.client .profile-details1 .va-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    border-bottom: 2px solid transparent;
    padding: 0 15px;
    background: #fafafa;
    border-radius: 4px;
    font-weight: 600;
}

.my-profile.client .peronal-detail.tabs-custom .va-detail h5 {
    color: #666666;
    font-size: 14px;
}

.my-profile.client .profile-details1 .va-detail.active {
    border-bottom: 2px solid #2092E1;
    background: transparent;
    border-radius: 0;
    font-weight: 700;
    padding: 0;
}

.my-profile.client .profile-details1 .va-detail.active h5 {
    color: #2092E1;
    font-size: 16px;
}

.my-profile.client .profile-details1 .va-detail a {
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    padding: 0px;
    width: 79px;
    height: 35px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.my-profile.client .profile-details1 p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #666;
}

.user-detail p {
    font-weight: 400;
}

.my-profile.client .profile-details1 h6 {
    font-size: 14px;
    font-weight: 700;
    color: #2092E1;
    margin: 0;
    margin-left: 10px;
}

.my-profile.client .peronal-detail.require .work-detail .work-header {
    margin-top: 0px;
    display: flex;
    align-items: start;
    column-gap: 25px;
}

.peronal-detail.require .work-detail .work-header .main-h hr {
    width: 89px;
}

.my-profile.client .peronal-detail.vasdata .p-photo img {
    height: 89px;
}

.my-profile.client .peronal-detail.vasdata .p-photo {
    width: 89px;
    height: 89px;
}

.my-profile.client .peronal-detail.vasdata .p-photo .active-status {
    bottom: 7px;
    right: 2px;
    width: 14px;
    height: 14px;
}

.my-profile.client .peronal-detail.vasdata .user-detail h3 {
    margin-top: 10px;
    color: #555;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.my-profile.client .peronal-detail.vasdata .user-detail p {
    color: #444;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

.my-profile .profile-details1 .p-detail .peronal-detail.vasdata {
    width: 100%;
}

.table-view.billed table tr th {
    border: 0;
}

.table-view.billed table tr td {
    border: 0;
}

.table-view.billed table tbody tr {
    border-bottom: 1px solid #d9d9d9;
}

.table.billed>:not(:first-child),
.dataTable-table>:not(:first-child) {
    border-top: 0;
}

.table-view.billed .table-box {
    border: 0;
}

.table-view.billed table tr th {
    background-color: #F6F6F6;
}

.table-view.billed table tbody {
    border: 0;
}

.table-view.billed table .btn-pay {
    border-radius: 4px;
    background: #2092E1;
    color: #fff;
    width: auto;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
}

.my-profile.client .profile-details1 .va-details .btn-view {
    background: #E1E9EE;
    padding: 10px 20px;
    width: auto;
    height: 38px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.peronal-detail .like {
    display: flex;
    width: 39px;
    height: 39px;
    border-radius: 100%;
    background: #2092E1;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 20px;
}

.peronal-detail .more {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px 10px;
}

.my-profile.client .peronal-detail.vasdata .left i {
    color: #333;
}

.my-profile.client .peronal-detail.vasdata .left.more .flag {
    width: 24px;
}

.my-profile .profile-details1 .p-detail .peronal-detail .profile-flag {
    position: absolute;
    top: 17px;
    left: 18px;
}

.my-profile .profile-details1 .p-detail .peronal-detail .profile-flag .flag1 {
    width: 24px;
}

/*==================================
   CLIENT PROFILE End
====================================*/


/*==================================
    Add bank details page start
====================================*/

.add-bank-details {
    margin: 0;
}

.add-bank-details h4 {
    font-size: 22px;
    color: #444;
    margin: 0;
}

.add-bank-details .btn-theme2 {
    width: 200px;
}

.bank-inner {
    padding: 40px;
    background-color: #f8f8f8;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 30px 0px rgba(123, 123, 123, 0.10);
}

.bank-inner .edit-delete {
    margin-right: 45px;
}

.bank-inner .edit-delete .e-btn {
    border-radius: 34px;
    background: #1F92E0;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bank-inner .edit-delete .e-btn span {}

.bank-inner .edit-delete .e-btn span i {
    color: #fff;
    font-size: 14px;
}

.table-view .add-bank-box {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    margin-top: 10px;
}

.add-bank-box .bank-box {
    padding-left: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 25px;
}

.add-bank-box .bank-details {
    margin-left: 20px;
}

.add-bank-box .bank-details h6 {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.add-bank-box .bank-details p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.add-bank-box .bank-details b {
    color: #888;
    font-size: 14px;
    font-weight: 200;
    margin: 0;
}

.add-bank-box .user-photo img {
    height: 70px;
    width: 70px;
    overflow: hidden;
    border-radius: 100%;
    border: solid 1px #DBDBDB;
    color: FFFFFF;
}

.add-bank-box .ticket-btn .btntheme {
    background-color: #1F92E0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    width: 150px;
}


/*==================================
   Add bank details page  End
====================================*/
/*==================================
Add Client Manager Start
====================================*/
.form-check.sub {

    min-width: 210px;
}

.btn-theme2.clintm {
    margin-top: 28px;
    width: 307px;
    margin-left: 20px;
}

.form-check {
    min-width: none;
}

.form-check-inline {
    margin-top: 10px;
}

/*==================================
   ADD SKILL START
====================================*/

.skill-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    HEIGHT: 100PX;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 0px 15px rgb(222 223 224 / 10%);
    border-radius: 4px;
}

.wrap {
    width: 100%;
    padding: 30px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.range {
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.range::-ms-tooltip {
    display: none;
}

.track {
    width: 100%;
    height: 4px;
    background: #BDDFF6;
    transform: translateY(-50%);
    pointer-events: none;
}

.track-inner {
    width: 0;
    height: 100%;
    background: #2092E1;
}

.thumb {
    width: 16px;
    height: 16px;
    background: #2092E1;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 3px 5px rgb(0 40 68 / 22%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    pointer-events: none;
}

.skill-slider .slider-text {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    margin-top: 63px;
    color: #999999;
}

.skill-slider .slider-text p {
    color: #999999;
    font-weight: 300;
    font-size: 17px;
    color: #999999;
}

.peronal-detail.require .work-detail.y-skil .experince {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 0px 15px rgb(222 223 224 / 10%);
    border-radius: 14px;
    padding: 18px 32px;
}

.peronal-detail.require .work-detail.y-skil .progress {
    width: 100%;
    margin-top: 20px;
}

.peronal-detail.require .work-detail.y-skil .experince .skill-detil {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.work-detail.y-skil .experince .skill-detil .edit-del {
    display: flex;
    justify-content: center;
    align-items: center;
}

.work-detail.y-skil .experince .skill-detil .edit-del .edit {
    width: 36px;
    height: 36px;
    background: #2092E1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
}

.work-detail.y-skil .experince .skill-detil .edit-del .edit i {
    color: #fff;
}

.work-detail.y-skil .experince .skill-detil .edit-del .edit.delt {
    background: #E34848;
}

.peronal-detail .work-detail.y-skil {
    text-align: start;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 17px;
    padding: 25px 40px;
    margin-top: 25px;
}

.dashboard-inner .btn-theme2.skillls {
    margin: 15px 0;
}

.dashboard-inner .dropdown .btn-secondary {
    background: #ffffff;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgb(222 223 224 / 10%);
    border-radius: 4px;
    height: 45px;
    width: 100%;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-inner .dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: #555;
}

.dashboard-inner .dropdown .dropdown-menu .dropdown-item .dropdown-header {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #555555;
}

.dashboard-inner .dropdown .dropdown-menu .dropdown-item p {
    font-size: 15px;
    color: #707070;
    margin-bottom: 0;
    padding-left: 15px;
    white-space: pre-wrap;
}

.dashboard-inner .dropdown .dropdown-menu .dropdown-item {
    margin: 12px 0;
}

.dashboard-inner .dropdown .dropdown-menu .dropdown-item .other-skil {
    display: flex;
    align-items: center;
    border-top: 1px solid #DBDBDB;
    padding-left: 16px;
    margin-top: 14px;
    padding-top: 21px;
}

.dashboard-inner .dropdown .dropdown-menu .dropdown-item .other-skil i {
    color: #888888;
}

.dashboard-inner .dropdown .dropdown-menu .dropdown-item .other-skil p {
    margin: 0;
    font-weight: 600;
    font-size: 17px;
    color: #888888;
}

.dashboard-inner .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e9ecef;
}


/*==================================
   ADD SKILL End
====================================*/


/*==================================
   ADD Experince START
====================================*/

.dashboard-inner.expeinc .form-card h5 {
    font-weight: 700;
    font-size: 22px;
    color: #333333;
    margin-bottom: 26px;
}

.dashboard-inner.expeinc .form-card label {
    min-width: 300px;
}

.dashboard-inner.expeinc .form-card .form-group {
    display: flex;
    justify-content: start;
    align-items: center;
}

.dashboard-inner.expeinc .form-card .form-group input {
    font-weight: 600;
    font-size: 16px;
    color: #666666;
}

.dashboard-inner.expeinc .form-card .form-group input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 300;
    font-size: 16px;
    color: #999999;
    opacity: 1;
    /* Firefox */
}

.dashboard-inner.expeinc .form-card .form-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 300;
    font-size: 16px;
    color: #999999;
}

.dashboard-inner.expeinc .form-card .form-group input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-weight: 300;
    font-size: 16px;
    color: #999999;
}

.dashboard-inner.expeinc .amsify-suggestags-area {
    width: 100%;
}

.dashboard-inner.expeinc input.amsify-suggestags-input {
    border: none !important;
    box-shadow: none;
}

.dashboard-inner.expeinc input:focus-visible {
    outline: none;
}

.dashboard-inner.expeinc span.amsify-select-tag.col-bg {
    animation-name: none;
    background-color: #DBDBDB;
    color: #666666;
    padding: 8px 16px;
    border-radius: 20px;
    margin-top: 8px;
    margin-right: 8px;
}

.dashboard-inner.expeinc svg:not(:root).svg-inline--fa {
    margin-left: 3px;
}

.dashboard-inner.expeinc .exp-date {
    text-align: end;
    padding-right: 35px;
    margin: 0 !important;
}

.dashboard-inner.expeinc .select-date {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-inner.expeinc .form-group.date-select {
    flex-direction: column;
}

.dashboard-inner.expeinc .form-check {
    margin-top: 12px;
}

.dashboard-inner.expeinc input#flexCheckChecked1 {
    height: 18px;
    width: 18px;
    margin-left: 148px;
    margin-right: 9px;
}

.dashboard-inner.expeinc .amsify-suggestags-list {
    width: auto !important;
}

.dashboard-inner.expeinc .save-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-inner.expeinc .save-button .save {
    margin: 10px;
    width: 208px;
}

.dashboard-inner.expeinc .save-button .save.back {
    background: #D8E9F5 !important;
    border-radius: 4px;
    color: #2092E1 !important;
}

.dashboard-inner.expeinc .peronal-detail.exprnce {
    background: #FFFFFF;
    border-radius: 29px;
    padding: 30px 0 20px 35px;
    text-align: -webkit-center;
    height: 100%;
    background: #F8F8F8;
    box-shadow: 0px 0px 30px rgb(123 123 123 / 10%);
    border-radius: 15px;
    margin-top: 40px;
}

.dashboard-inner.expeinc .peronal-detail .work-detail .work-header h5 {
    text-transform: uppercase;
    color: #2092E1;
    margin: 8px 0;
    font-weight: 700;
    font-size: 20px;
    color: #333333;
}


/*==================================
   ADD Experince End
====================================*/


/*==================================
   ADD Project STart
====================================*/

.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 0px 15px rgba(222, 223, 224, 0.1);
    border-radius: 4px;
    width: 100%;
    height: 100%;
}

.image-upload-wrap:hover {
    background: #FFFFFF !important;
    border: 1px solid #DBDBDB !important;
}

.image-dropping,
.image-upload-wrap:hover {
    border: 4px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text img {
    margin-bottom: 16px;
}

.drag-text p {
    font-weight: 300;
    font-size: 14px;
    color: #888888;
}

.drag-text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.drag-text h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    color: #999999;
}

.drag-text h3 span {
    font-weight: 600;
    font-size: 17px;
    color: #2092E1;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.dashboard-inner.expeinc .peronal-detail.protfoli {
    background: #FFFFFF;
    border-radius: 29px;
    padding: 30px 30px 20px 35px;
    text-align: -webkit-center;
    height: 100%;
    background: #F8F8F8;
    box-shadow: 0px 0px 30px rgb(123 123 123 / 10%);
    border-radius: 15px;
    margin-top: 40px;
}

.portfolio img {
    width: 283px;
}


/*==================================
   ADD Project End
====================================*/
/*==================================
   PAYROLL START
====================================*/
.client-box {
    border-left: 1px solid #ddd;
    padding-left: 30px;
    color: #ddd;
    margin-right: 33px;
}

.client-box .client-detail {
    display: flex;
    justify-content: start;
    align-items: baseline;

}

.client-box .client-detail h3 {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.client-box .client-detail p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    padding-left: 3px;
}

.form-group .btn-primary.add {
    background-color: #4990e3 !important;
    padding: 0 30px;
}

.project-details {
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 22px
}

.project-details .project-amount {
    display: flex;
    justify-content: start;
    align-items: baseline;

}

.project-details .project-amount h3 {
    color: #333;
    font-size: 15px;
    font-weight: 500;

}

.project-details .project-amount p {
    color: #555;
    font-size: 15px;
    font-weight: 400;
    padding-left: 4px;

}

.btn-theme2.clintm.saves {
    margin-top: 28px;
    width: 307px;
    margin-left: 0;
}

.dashboard-inner .btn-addcon {
    color: #1F92E0;
    background-color: #f8f8f8;
    border-color: #1F92E0;
    border: 1px dashed #1F92E0;
    stroke-width: 6;
    margin: 20px 0;
    height: 185px;
    width: 185px;
}

.modal-content .btn-save-contract {
    color: #fff;
    background-color: #1F92E0;
    width: 100%;
    height: 50px;
}

.modal-content .btn:focus {
    outline: none;
    box-shadow: none;
}

.modal-content .btn:hover {
    color: #fff;
}

.modal-footer {
    border-top: none;
}

.project-est {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 10px;
    margin: 20px 0;
}

.project-est .project-title {
    background-color: #1F92E0;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: 10px 10px 0px 0px;
}

.project-est .project-title h4 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.project-est .project-title i {
    color: #fff;
}

.project-est .project-body {
    padding: 20px 12px;
}

.project-est .project-body .project-hrs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.project-est .project-body .project-hrs .pro-title {
    display: flex;
    align-items: baseline;
}

.project-est .project-body .project-hrs .pro-title h4 {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
}

.project-est .project-body .project-hrs .pro-title p {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    margin-left: 4px;
    margin-bottom: 0;
}

.project-est .project-body .pro-title {
    display: flex;
    align-items: baseline;

}

.project-est .project-body .pro-title h4 {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    margin-left: 4px;

}

.project-est .project-body .pro-title p {}

.project-est .project-body .project-hrs .pro-title b {
    font-size: 12px;
    font-weight: 400;
    color: #9F9F9F;
}

.project-est .project-body {}

.pto {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 24px;
    border-radius: 10px;
}

.pto .pho-lable {}

.pto .pto-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.pto .pto-text p {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    margin: 0;
}

.pto .select-number {
    margin-left: 14px;
}


/*==================================
   PAYROLL End
====================================*/
/*==================================
   VIEW CONTRACT START
====================================*/
.view-contact {
    padding: 22px 0px;
    border-bottom: solid 1px #ddd;
    padding-left: 30px;
}

.view-contact .project-type {
    background: #FFE8CC;
}

.view-contact .project-type.sub {
    background: #E4ECFF;
}

.view-contact .project-type.bundle {
    background: #FFCCF7;
}

.view-contact .project-type.sub h4 {
    color: #1252FC;
}

.view-contact .project-type.bundle h4 {
    color: #C500A6;
}

.view-contact .project-type h4 {
    color: #C16A00;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 7px 12px;
}

.view-contact .working-details {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.view-contact .working-details .work-text {
    display: flex;
    align-items: center;
    align-items: baseline;
    margin-right: 18px;

}

.view-contact .working-details .work-text h4 {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.view-contact .working-details .work-text p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    margin-left: 3px;
    margin-bottom: 0 !important;
}

.view-contact .working-time {
    display: flex;
    align-items: center;
}

.view-contact .working-time .work-date {
    display: flex;
    align-items: center;
    align-items: baseline;
    margin-right: 18px;
}

.view-contact .working-time .work-date h4 {
    color: #111;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}

.view-contact .working-time .work-date p {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    margin-left: 3px;
    margin-bottom: 0px;
}

.view-contact .moreicon {
    margin-right: 50px;
}

/*==================================
   VIEW CONTRACT  End
====================================*/
/*===================================
   View-pages END
=====================================*/


/*===================================
   Footer Start
=====================================*/

footer {}

footer .top-footer {
    background-color: #333333;
    color: #fff;
    min-height: 112px;
    display: flex;
    align-items: center;
}

footer .top-footer .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .top-footer .top-bar .soical-media {
    display: flex;
}

footer .top-footer .top-bar .soical-media a {
    display: inline-block;
    height: 36px;
    width: 36px;
    border: solid 1px #F4F7FA;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

footer .top-footer .top-bar .soical-media a:hover {
    background-color: #2092E1;
}

footer .top-footer .top-bar .signup-box {}

footer .top-footer .top-bar .signup-box h5 {
    margin: 0;
    font-size: 15px;
    margin-bottom: 10px;
}

footer .top-footer .top-bar .signup-box .form-group {
    position: relative;
    margin: 0;
}

footer .top-footer .top-bar .signup-box .form-group input {
    width: 430px;
    height: 50px;
    border-radius: 10px;
    border: 0;
    padding: 15px;
}

footer .top-footer .top-bar .signup-box .btn-subscribe {
    position: absolute;
    right: 0;
    height: 100%;
    background-color: #1f92e0;
    border-radius: 0;
    color: #fff;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    top: 0;
    border-radius: 0px 9px 9px 0px;
    text-transform: uppercase;
}

footer .top-footer .top-bar .signup-box .btn-subscribe:hover {
    background-color: #16629c;
}

footer .footer-middle {
    padding-top: 30px;
    background-color: #444444;
    color: #fff;
}

footer .footer-middle .footer-menu {}

footer .footer-middle .footer-menu ul {
    padding: 0;
    padding: 0;
    margin: 15px 0px;
    font-size: 14px;
}

footer .footer-middle .footer-text {
    padding: 15px;
    border: solid 1px #666666;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
}

footer .footer-middle .footer-menu ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
    line-height: 1.8;
}

footer .footer-middle .footer-menu ul li a:after {
    content: '';
    display: inline-block;
    height: 5px;
    width: 5px;
    background-color: rgb(255 255 255 / 54%);
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 9px;
}

footer .footer-middle .footer-menu ul li.head {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-left: 0;
    padding-bottom: 8px;
}

footer .footer-middle .footer-menu ul li.head:after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 51%);
}

footer .top-footer .soical-media {
    background-color: #333333;
    color: #fff;
}

footer .footer-bottom {
    background-color: #333333;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 10px 0px;
    font-size: 12px;
}

footer .footer-bottom p {
    margin: 0;
    font-size: 14px;
}



/*===================================
   Footer End
=====================================*/

.eod-tost {
    background-color: #C7DEEE !important;
    color: #0362A4;
    border: 0 !important;
    box-shadow: none !important;
}

.status-point .form-select option.live {
    position: relative;
}

.status-point .form-select option.live:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    height: 10px;
    width: 10px;
    background-color: #000;
}

.noti-menu {
    width: 300px;
    padding: 10px !important;
}

.noti-menu li {
    padding: 5px 0px;
    border-bottom: solid 1px #ddd;
}

.noti-menu li:last-child {
    border: none;
}

.noti-menu .noti-list {}

.noti-menu .noti-list p {
    margin: 0;
    padding-bottom: 5px;
    font-size: 13px;
}

.menu-title {
    display: flex;
    justify-content: space-between;
}

.menu-title h3 {
    font-size: 16px;
    margin-bottom: 3px;
}

.read {
    color: #069745;
}

.menu-title span {
    font-size: 12px;
    color: #777;
}

.menu-title span {}


/*SIGNOF START*/

.signof .display small {
    display: block;
    color: #555555;
    font-size: 11px;
}

.signof table tr td {
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    padding: 5px 15px;
    font-size: 14px;
}

.signof table tr td .form-control.utot {
    width: 50px;
    font-size: 13px;
    padding: 2px 5px;
    display: inline-block;
}

.signof button {
    background: none;
    border: 0;
    background-color: #fff !important;
    margin: 0;
    padding: 5px 10px;
    border-radius: 1px;
    color: #000 !important;
    position: relative;
    font-size: 10px;
}

.signof .btn-tkt {
    padding: 0;
}

.signof .btn-tkt button {}

.signof .btn-tkt button:hover {
    background-color: #F66E0A !important;
}

.signof .odd,
.signof .odd td {
    background-color: #f1f1f1 !important;
}

.signof .odd,
.signof .even td {
    background-color: #fff !important;
}

.dashboard-inner {}

.download-files {
    text-align: right;
    display: flex;
    justify-content: end;
}

.download-files a {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-left: 5px;
    background-color: #555;
}

.btnbox button {
    margin-left: 2px;
    color: #1f92e0;
    background: none;
    border: 0;
    padding: 1px 5px;
    font-size: 12px;
}

.signof .display small i {
    font-size: 9px;
}

.editable-input .form-control {
    padding: 3px 5px;
    font-size: 12px;
    max-width: 80px;
}

.editable-buttons button {
    padding: 2px 3px !important;
}

.signof .editable-unsaved .bi-arrow-counterclockwise {
    display: block;
}


/*SIGNOF END*/


/*Login 2 start*/

.logging-aria {}

.logging-aria .ariadata {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 13px rgb(2 57 95 / 1%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 15px;
    margin: 20px 0px;
}

.logging-aria .ariadata i {
    width: 90px;
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
    justify-items: center;
    margin-right: 20px;
}

.logging-aria .ariadata i img {
    margin: 0 auto;
}

.logging-aria .ariadata span {
    font-size: 20px;
    font-weight: 400;
}

.logging-aria .ariadata span b {
    text-transform: uppercase;
}

.logging-aria .ariadata .ic11,
.logging-aria .ariadata .ic22 {
    display: none;
}

.logging-aria .ariadata:hover .ic11,
.logging-aria .ariadata:hover .ic22 {
    display: block;
}

.logging-aria .ariadata:hover .ic1,
.logging-aria .ariadata:hover .ic2 {
    display: none;
}

.logging-aria .ariadata:hover {
    border: 1px solid #1E8EDB;
    color: #1F92E0;
    cursor: pointer;
}

.signup-option {
    text-align: center;
}

.signup-option a {
    font-weight: 700;
    color: #1F92E0;
    text-decoration: underline;
}

.login-box .form-title2 {}

.login-box .form-title2 h2.login-card-description {
    font-weight: 700;
    font-size: 25px;
    color: #333;
    text-transform: inherit;
}



/*Login 2 end*/
/* Timeline Start */


.timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
  }
  
  .timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: " ";
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgb(80, 80, 80);
    background: -moz-linear-gradient(
      top,
      rgba(80, 80, 80, 0) 0%,
      rgb(80, 80, 80) 8%,
      rgb(80, 80, 80) 92%,
      rgba(80, 80, 80, 0) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(30, 87, 153, 1)),
      color-stop(100%, rgba(125, 185, 232, 1))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(80, 80, 80, 0) 0%,
      rgb(80, 80, 80) 8%,
      rgb(80, 80, 80) 92%,
      rgba(80, 80, 80, 0) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(80, 80, 80, 0) 0%,
      rgb(80, 80, 80) 8%,
      rgb(80, 80, 80) 92%,
      rgba(80, 80, 80, 0) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(80, 80, 80, 0) 0%,
      rgb(80, 80, 80) 8%,
      rgb(80, 80, 80) 92%,
      rgba(80, 80, 80, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(80, 80, 80, 0) 0%,
      rgb(80, 80, 80) 8%,
      rgb(80, 80, 80) 92%,
      rgba(80, 80, 80, 0) 100%
    );
  
    z-index: 5;
  }
  
  .timeline li {
    padding: 1em 0;
  }
  
  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right;
  }
  
  .direction-r {
    position: relative;
    width: 300px;
    float: right;
  }
  
  .flag-wrapper {
    position: relative;
    display: inline-block;
  
    text-align: center;
  }
  
  .flag {
    position: relative;
    display: inline;
    background: rgb(248, 248, 248);
    padding: 6px 10px;
    border-radius: 5px;
  
    font-weight: 600;
    text-align: left;
  }
  
  .direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15),
      0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  }
  
  .direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15),
      0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  }
  
  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255, 80, 80);
    z-index: 10;
  }
  
  .direction-r .flag:before {
    left: -40px;
  }
  
  .direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
  }
  
  .direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
  }
  
  .time-wrapper {
    display: inline;
  
    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250, 80, 80);
    vertical-align: middle;
  }
  
  .direction-l .time-wrapper {
    float: left;
  }
  
  .direction-r .time-wrapper {
    float: right;
  }
  
  .time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248, 248, 248);
  }
  
  .desc {
    margin: 1em 0.75em 0 0;
  
    font-size: 0.77777em;
    font-style: italic;
    line-height: 1.5em;
  }
  
  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
  
  /* ================ Timeline Media Queries ================ */
  
  @media screen and (max-width: 660px) {
    .timeline {
      width: 100%;
      padding: 4em 0 1em 0;
    }
  
    .timeline li {
      padding: 2em 0;
    }
  
    .direction-l,
    .direction-r {
      float: none;
      width: 100%;
  
      text-align: center;
    }
  
    .flag-wrapper {
      text-align: center;
    }
  
    .flag {
      background: rgb(255, 255, 255);
      z-index: 15;
    }
  
    .direction-l .flag:before,
    .direction-r .flag:before {
      position: absolute;
      top: -30px;
      left: 50%;
      content: " ";
      display: block;
      width: 12px;
      height: 12px;
      margin-left: -9px;
      background: #fff;
      border-radius: 10px;
      border: 4px solid rgb(255, 80, 80);
      z-index: 10;
    }
  
    .direction-l .flag:after,
    .direction-r .flag:after {
      content: "";
      position: absolute;
      left: 50%;
      top: -8px;
      height: 0;
      width: 0;
      margin-left: -8px;
      border: solid transparent;
      border-bottom-color: rgb(255, 255, 255);
      border-width: 8px;
      pointer-events: none;
    }
  
    .time-wrapper {
      display: block;
      position: relative;
      margin: 4px 0 0 0;
      z-index: 14;
    }
  
    .direction-l .time-wrapper {
      float: none;
    }
  
    .direction-r .time-wrapper {
      float: none;
    }
  
    .desc {
      position: relative;
      margin: 1em 0 0 0;
      padding: 1em;
      background: rgb(245, 245, 245);
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  
      z-index: 15;
    }
  
    .direction-l .desc,
    .direction-r .desc {
      position: relative;
      margin: 1em 1em 0 1em;
      padding: 1em;
  
      z-index: 15;
    }
  }
  
  @media screen and (min-width: 400px ?? max-width: 660px) {
    .direction-l .desc,
    .direction-r .desc {
      margin: 1em 4em 0 4em;
    }
  }
  
  /* Timeline END */

/*==================================
    MEDIA QUERY START
====================================*/

@media(max-width:1600px) {
    .landing-main .landing-text .title-text h4 {
        font-size: 35px;
    }

    .landing-main .landing-text .sub-text h5 {
        font-size: 22px;
    }

    .landing-main .landing-text .sub-text p,
    .landing-main .landing-text .btn-call {
        font-size: 17px;
    }

    .landing-main .landing-text .os a {
        height: 60px;
        width: 60px;
    }

    .landing-main .landing-text .os a img {
        height: 30px;
    }

    header .navbar .navbar-brand img {
        height: 65px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .timeline-box .welcome-demo img {
        max-width: 860px;
    }

    .inquiry .contact-info h4,
    .timeline-main .top-right {
        font-size: 35px;
    }

    .inquiry .timimg h2 {
        font-size: 30px;
    }

    .inquiry .timimg p {
        font-size: 18px;
    }

    .inquiry .calander-block .schedule {
        width: 320px;
    }

    .inquiry .calander-block .va-intererview {
        width: 300px;
    }

    .inquiry .calander-block .sale-request {
        width: 300px;
    }

    .peronal-detail .p-photo {
        width: 100px;
        height: 100px;
    }

    .peronal-detail .p-photo img {
        height: 100px;
    }

    .peronal-detail .p-photo .active-status {
        width: 14px;
        height: 14px;
        bottom: 14px;
    }

    .peronal-detail .user-detail h3 {
        font-size: 19px;
        margin-bottom: 3px;
    }

    .peronal-detail .user-detail p {
        font-size: 15px;
    }

    .p-buton .btn-theme2 {
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        margin: 0 4px;
    }

    .peronal-detail .like {
        width: 33px;
        height: 33px;
    }

    .peronal-detail .like i {
        font-size: 14px;
    }

    .peronal-detail .work-detail .experince p {
        font-size: 14px;
    }

    .peronal-detail .work-detail .experince h3 {
        font-size: 15px;
    }

    .peronal-detail .work-detail .work-header hr {
        margin: -2px 0;
        margin-bottom: 5px;
        width: 84px;
    }

    .peronal-detail .like.edit {
        top: 17px;
    }

    .peronal-detail .edit-bookmark {
        width: 104px;
        height: 61px;
        top: 17px;
    }

    .peronal-detail .work-detail .experince.about h6 {
        font-size: 15px;
    }

    .peronal-detail .work-detail .experince.about h3 {
        margin-top: 13px;
    }

    .peronal-detail .work-detail .work-header {
        margin-top: 13px;
    }

    .my-profile .profile-details1 {
        margin: 39px 40px;
    }

    .peronal-detail .work-detail .work-header h5 {
        font-size: 15px;
    }

    .peronal-detail.require .work-detail .experince {
        margin-top: 23px;
    }

    .peronal-detail.require .work-detail .work-header hr {
        width: 121px;
    }

    .peronal-detail.require .work-detail.skills .experince {
        margin-top: 9px;
        margin-bottom: 10px;
    }

    .peronal-detail.require .work-detail .work-header hr.skil {
        width: 87px;
    }

    .peronal-detail.require .seem {
        margin: 7px 0;
        padding-right: 24px;
        font-size: 14px;
    }

    .peronal-detail.require .like.review {
        top: 28px;
    }

    .reviews .user-image img {
        width: 65px;
    }

    .reviews .user-about span {
        font-size: 16px;
    }

    .reviews .user-about i {
        font-size: 15px;
    }

    .reviews p {
        font-size: 14px;
        margin-top: 7px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 16px;
        max-height: 18px;
    }

    .my-profile .profile-details1 .peronal-detail.require {
        padding: 25px 24px 24px 32px;
    }

    .peronal-detail.require .work-detail .work-header hr.reviw {
        width: 97px;
    }

    .peronal-detail.exprnce .experince h4 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .peronal-detail.exprnce .work-detail .work-header hr {
        width: 84px;
    }

    .peronal-detail .like {
        right: 13px;
    }

    .peronal-detail .like.edit {
        right: 56px;
    }

    .peronal-detail.protfoli .portfolio .portfolio-text p {
        font-size: 14px;
    }

    .peronal-detail.protfoli .portfolio .portfolio-text h3 {
        font-size: 17px;
    }

    .add-bank-box .bank-details h6 {
        font-size: 16px;
    }

    .add-bank-box .bank-details p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .add-bank-box .bank-details b {
        font-size: 13px;
    }

    .my-profile .peronal-detail .like.left {
        width: 21px;
        height: 33px;
    }

    .my-profile.client .peronal-detail .p-photo img {
        height: 95px;
    }

    .my-profile.client .peronal-detail .p-photo {
        width: 95px;
        height: 95px;
    }

    .my-profile.client .peronal-detail .p-photo .active-status {
        bottom: 12px;
        right: 2px;
        width: 12px;
        height: 12px;
    }

    .my-profile.client .profile-details1 p {
        font-size: 13px;
    }

    .my-profile.client .peronal-detail .user-detail h3 {
        font-size: 16px;
    }

    .my-profile.client .p-buton .btn-theme2 {
        padding: 10px;
    }

    .dashboard-inner .btn-addcon {

        height: 150px;
        width: 150px;
    }

    .form-group label {
        font-size: 15px;
    }

    .dashboard-inner .form-card .form-group input {
        font-size: 15px;
    }


}

@media(max-width:1440px) {
    .landing-main .landing-text .title-text h4 {
        font-size: 30px;
    }

    .landing-main .landing-text .sub-text h5 {
        font-size: 20px;
    }

    .landing-main .landing-text .sub-text p,
    .landing-main .landing-text .btn-call {
        font-size: 16px;
    }

    .landing-main .landing-text .os a {
        height: 60px;
        width: 60px;
    }

    .landing-main .landing-text .os a img {
        height: 30px;
    }

    header .navbar .navbar-brand img {
        height: 65px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .timeline {
        padding: 6rem 2rem;
    }

    .timeline-row .timline-block .timeline-text h5 {
        font-size: 22px;
    }

    .timeline-row .timline-block .timeline-text p {
        font-size: 16px;
        margin: 0;
    }

    header .dropdown-item {
        font-size: 14px;
    }

    header .user-menu .btn-user span {
        height: 40px;
        width: 40px;
    }

    header .user-menu .btn-user span img {
        height: 40px;
    }

    header .user-menu .btn-user {
        font-size: 14px;
    }

    .timeline-row .timeline-content .tineline-title h4 {
        font-size: 22px;
    }

    .timeline-row .timeline-content .tineline-title span img {
        height: 35px;
    }

    .timeline-row .timeline-content .tineline-title span {
        height: 70px;
        width: 70px;
    }

    .timeline-box .welcome-demo img {
        max-width: 700px;
    }

    .inquiry .contact-info .online p {
        font-size: 20px;
    }

    .inquiry .contact-info h4,
    .timeline-main .top-right,
    .inquiry .timimg h2 {
        font-size: 25px;
    }

    .inquiry .timimg p {
        font-size: 16px;
    }

    .inquiry .calander-block .schedule {
        width: 300px;
    }

    .inquiry .calander-block .va-intererview {
        width: 280px;
    }

    .inquiry .calander-block .sale-request {
        width: 280px;
    }

    .peronal-detail.exprnce .experince h6 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 16px;
        max-height: 19px;
    }

    .peronal-detail .p-buton {
        margin: 0;
        display: grid;
    }

    .p-buton .btn-theme2 {
        margin: 9px 0;

    }

    .project-est .project-body .pro-title h4 {
        font-size: 14px;
    }

    .project-est .project-body .project-hrs .pro-title p {
        font-size: 14px;
    }

    .project-est .project-body .project-hrs .pro-title h4 {
        font-size: 14px;
    }
}

@media(max-width:1366px) {
    .peronal-detail.require .pdf-r .btn-resume {
        width: 195px;
    }

    .peronal-detail.protfoli .portfolio .portfolio-text h3 {
        font-size: 15px;
    }

    .skill-slider .slider-text p {
        font-size: 16px;
        margin-top: 9px;
    }

    .dashboard-inner.expeinc .form-card label {
        min-width: 199px;
    }

    .dashboard-inner.expeinc .form-card h5 {
        font-size: 19px;
        margin-bottom: 22px;
    }

    .dashboard-inner.expeinc .peronal-detail .work-detail .work-header h5 {
        font-size: 17px;
    }

    .notfound .imgs {
        padding: 90px;
    }

    .notfound .notfound-img img {
        height: 315px;
    }

    .notfound .notfound-btn {
        margin-top: 19px;
    }

    .notfound .notfound-text p {
        font-size: 16px;
        margin-top: 2px;
    }

    .notfound .notfound-text h5 {
        font-size: 30px;
        margin-top: 22px;
    }

    .notfound .notfound-btn .btn-theme.hp,
    .notfound .notfound-btn .btn-theme.db {
        margin: 0px 8px;
    }

    .my-profile.client .peronal-detail .user-detail h3 {
        font-size: 14px;
    }

    .my-profile.client .profile-details1 p {
        font-size: 11px;
    }

    .p-buton .btn-theme2 {
        font-size: 13px;
    }

    .client-box .client-detail h3 {
        font-size: 14px;
    }

    .client-box .client-detail p {
        font-size: 14px;
    }
}

@media(max-width:1200px) {
    .drag-text h3 {
        font-size: 15px;
    }

    .drag-text h3 span {
        font-size: 15px;
    }

    .drag-text p {
        font-size: 14px;
    }

    .peronal-detail.protfoli .portfolio .portfolio-text h3 {
        font-size: 14px;
    }

    .peronal-detail.protfoli .portfolio .portfolio-text p {
        font-size: 13px;
    }

    .landing-main .landing-text .title-text h4 {
        font-size: 27px;
    }

    .landing-main .landing-text .sub-text h5 {
        font-size: 18px;
    }

    .landing-main .landing-text .sub-text p,
    .landing-main .landing-text .btn-call,
    .business-growth .btn-call {
        font-size: 14px;
        margin: 0;
    }

    .landing-main .landing-text .os {
        position: relative;
        margin-top: 15px;
    }

    .inquiry .contact-info h4,
    .timeline-main .top-right {
        font-size: 30px;
    }

    .timeline-row .timeline-content .tineline-title h4 {
        font-size: 20px;
    }

    .timeline-row .timeline-content p {
        margin-top: 17px;
        color: #115E95;
    }

    .timeline-row .timeline-content {
        padding: 20px;
    }

    .business-growth .title-text h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .business-growth .body-text p {
        font-size: 16px;
        line-height: 28px;
    }

    .business-growth .btn-call {
        font-size: 14px;
        margin: 0;
    }

    .our-client .client-title h4 {
        font-size: 20px;
    }

    .our-client .client-text p {
        font-size: 16px;
        padding: 0 50px;
        line-height: 28px;
    }

    .our-client .client-details .client-photo img {
        height: 80px;
        width: 80px;
    }

    .our-client .client-details .client-name h5 {
        font-size: 19px;
    }

    .inquiry .contact-info h4,
    .timeline-main .top-right,
    .inquiry .contact-info .online p,
    .inquiry .timimg h2 {
        font-size: 25px;
    }

    .inquiry .timimg p {
        font-size: 16px;
    }

    .our-client .star {
        margin: 13px 0 37px 0;
    }

    .landing-main .landing-text .title-text h4 {
        font-size: 22px;
    }

    .inquiry .calander-block .schedule {
        width: 230px;
        left: 50px;
        top: 119px;
    }

    .inquiry .calander-block .va-intererview {
        width: 250px;
        width: 250px;
        top: 120px;
    }

    .inquiry .calander-block .sale-request {
        width: 250px;
        width: 250px;
        top: 300px;
    }

    .graph-panel .graph-box .graph-timer {
        font-size: 20px;
    }

    .dashboard-inner .graph-panel .graph-box {
        padding-bottom: 35px;
    }

    footer .top-footer .top-bar .signup-box .form-group input {
        font-size: 14px;
    }

    footer .top-footer .top-bar .signup-box .btn-subscribe {
        font-size: 14px;
    }

    .peronal-detail .user-detail h3 {
        font-size: 17px;
    }

    .peronal-detail .work-detail .experince h3 {
        margin-bottom: 4px;
    }

    .peronal-detail .work-detail .work-header h5 {
        margin: 10px 0;
    }

    .peronal-detail.require .pdf-r .btn-resume {
        width: 133px;
    }

    .full-tickit .tickit-block .tickit-header .right-part .tickit-top {
        min-width: auto;
    }

    .tickit-block .action-part .actionmode {
        width: 100%;
    }

    .tickit-block .action-part .assign .btn-asign {
        width: 100%;
    }

    .tickit-block .action-part .aticket {
        margin: 10px 0px;
    }

    .tickit-block .action-part .status {
        margin-right: 0;
        justify-content: center;
    }

    .my-profile .profile-details1 .peronal-detail.require {
        padding: 19px 18px 13px 19px;
    }

    .reviews .user-image img {
        width: 60px;
    }

    .reviews .user-about {
        margin-left: 14px;
    }

    .reviews {
        margin-top: 13px;
    }

    .p-buton .btn-theme2 {
        margin: 5px 0;
    }

    .peronal-detail.exprnce .work-detail .experince {
        margin-top: 14px;
    }

    .peronal-detail .work-detail .w-hours {
        column-gap: 77px;
    }

    .peronal-detail .like {
        width: 29px;
        height: 29px;
    }

    .peronal-detail .like i {
        font-size: 13px;
    }

    .peronal-detail .like.edit {
        right: 50px;
        height: 26px;
        width: 26px;
    }

    .peronal-detail .edit-bookmark {
        width: 92px;
        height: 56px;
        top: 15px;
    }

    .dashboard-inner.expeinc .form-card label {
        min-width: 162px;
    }

    .dashboard-inner.expeinc .exp-date {
        text-align: start;
    }

    .dashboard-inner.expeinc input#flexCheckChecked1 {
        height: 16px;
        width: 16px;
        margin-left: 126px;
        margin-right: 8px;
    }

    .form-group.date-select label {
        font-size: 14px;
        min-height: 24px;
    }

    .dashboard-inner.expeinc .peronal-detail .work-detail .work-header h5 {
        font-size: 15px;
    }

    .notfound .imgs {
        padding: 80px;
    }

    .notfound .notfound-img img {
        height: 295px;
    }

    .client-box {
        border: 0;
        border: 1px solid #d2d2d2;
        padding-left: 20px;
        padding-top: 20px;
        margin: 20px 0px;
    }

    .project-est .project-body .project-hrs {
        display: inline;

    }

    .project-est .project-body .project-hrs .pro-title {
        margin-bottom: 8px;
    }

    .project-est .project-body .project-hrs .pro-title b {
        margin-left: 4px;
    }
}

@media(max-width: 1030px) {
    .table-btn .requester h5 {
        font-size: 12px;
    }

    .table-btn .requester .name .name-id h3 {
        font-size: 13px;
    }

    .table-btn .requester h1 {
        font-size: 22px;
    }

    .table-btn .requester .admin {
        height: 103px;
    }

    .accept .assign .btntheme,
    .accept .assign .btntheme1 {
        width: 105px;
        height: 52px;
        font-size: 16px;
    }

    .accept .ticet-to h3 {
        font-size: 13px;
    }

    .dashboard-inner .modal-title {
        font-size: 18px !important;
    }
}

@media(max-width:1024px) {
    .login-card .login-right .login-box input {
        height: 45px;
    }

    .btn-theme {
        height: 45px;
    }

    .login-card .login-right .login-box .google-login {
        height: 45px;
    }

    main .bottom-left {
        left: -191px;
        bottom: -171px;
        width: 286px;
        height: 286px;
    }

    main .top-right {
        width: 650px;
        height: 650px;
        right: -320px;
        top: -322px;
    }

    .login-card .login-right .login-box .or {
        margin-top: 36px;
        margin-bottom: 18px;
    }

    .login-card .login-right .login-box .form-dec ul,
    .login-card .login-right .login-box input,
    .entry-form .copyright,
    .landing-main .landing-text .os p,
    .login-card .login-right .login-box .form-dec {
        font-size: 14px;
    }

    .login-card .login-logo img {
        width: 140px;
    }

    .login-card .login-logo p {
        font-size: 13px;
    }

    .login-card .form-title p {
        font-weight: 300;
        padding-right: 0;
        color: #444;
    }

    .login-card h2.login-card-description {
        font-size: 20px;
    }

    .registration .heading {
        font-size: 22px;
    }

    .timeline-box .welcome-demo img {
        max-width: 500px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        font-size: 12px;
    }

    x header .navbar-nav {
        padding-right: 20px;
    }

    header .user-menu {
        padding-right: 0;
    }

    header .user-menu .btn-user {
        font-size: 12px;
    }

    header .navbar .navbar-brand img {
        height: 55px;
    }

    .inquiry .calander-block .schedule {
        width: 220px;
    }

    .inquiry .calander-block .va-intererview {
        width: 200px;
    }

    .inquiry .calander-block .sale-request {
        width: 200px;
        top: 250px;
    }

    .table-box .ticket-btn .btntheme {
        padding: 10px 10px;
        margin: 10px 0 0;
    }

    .table-btn .btn-theme3 {
        font-size: 16px;
        padding: 14px 30px;
    }

    .comment-box .comment-part .view-comment {
        font-size: 14px;
    }

    .peronal-detail .work-detail .w-hours {
        column-gap: 95px;
    }

    .p-buton .btn-theme2 {

        font-size: 13px;
    }

    .referearn>img {
        width: 150px;
    }

    .referearn .refer-text h3 {
        font-size: 22px;
    }

    .referearn .refer-text p {
        font-size: 13px;
    }

    .login-card .login-logo {
        padding: 20px 30px;
    }

    .refernbox .dont-ac {
        font-size: 14px;
    }

    .add-bank-box .bank-details h6 {
        font-size: 15px;
    }

    .add-bank-box .bank-details p {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .add-bank-box .bank-details b {
        font-size: 12px;
    }

    .form-group label {
        font-size: 14px;
    }

    .dashboard-inner .form-card .form-group input {
        font-size: 14px;
    }

    .dashboard-inner .form-card .form-select {
        font-size: 14px !important;
    }

    .form-group textarea.form-control {
        font-size: 14px;
    }

    .dashboard-inner .form-card .form-group .form-select {
        font-size: 14px !important;
    }

    .dashboard-inner .form-card label {
        margin-bottom: 5px;
        font-size: 15px;
    }

    .pto .pto-text p {
        font-size: 14px;
    }

    .modal-content .btn-save-contract {
        font-size: 15px;
    }
}

@media(max-width:996px) {
    .notfound .notfound-img img {
        height: 276px;
    }

    .notfound .imgs {
        padding: 68px;
    }

    .notfound .notfound-btn {
        margin-top: 17px;
    }

    .notfound .notfound-text p {
        font-size: 15px;
        margin-top: 1px;
    }

    .notfound .notfound-text h5 {
        font-size: 29px;
        margin-top: 18px;
    }

    .notfound .notfound-btn .btn-theme.hp,
    .notfound .notfound-btn .btn-theme.db {
        font-size: 16px;
    }

    .project-est .project-title h4 {
        font-size: 14px;
    }

    .dashboard-inner .modal-title {
        font-size: 17px !important;
    }
}

@media(max-width:991px) {
    header .navbar-brand {
        padding-left: 20px;
    }

    .timeline {
        padding: 15px;
    }

    .timeline:after {
        border: 0;
    }

    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }

    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }

    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .landing-main .landing-text {
        margin-top: 350px;
    }

    .business-growth {
        text-align: center;
        padding: 0px 0px 26px 0px;
    }

    header .navbar-collapse {
        background: #0B588C;
        background: linear-gradient(90deg, #0B588C 0%, #1F8FDD 100%);
    }

    header .navbar-expand-lg .navbar-nav .dropdown-menu,
    header .navbar-expand-lg .dropdown-menu {
        position: inherit;
        left: auto;
        right: auto;
        border-radius: 0;
    }

    header .navbar-nav {
        padding-right: 0;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        display: flex;
        align-items: center;
        color: #fff;
        border-bottom: solid 1px rgb(255 255 255 / 12%);
    }

    header .navbar-expand-lg .dropdown-toggle::after {
        position: absolute;
        right: 10px;
    }

    header .navbar {
        padding-top: 0;
    }

    header .user-menu .btn-user i {
        display: none;
    }

    header .user-menu {
        display: initial;
        align-items: center;
        background: none;
        padding-right: 0;
        border-radius: 0;
        position: absolute;
        right: 50px;
        top: 5px;
    }

    header .user-menu .btn-user span {
        height: 45px;
        width: 45px;
        box-shadow: 0px 0px 15px rgb(0 0 0 / 24%);
    }

    header .user-menu .btn-user span img {
        height: 45px;
    }

    header .navbar-expand-lg .user-menu .dropdown-menu {
        position: absolute;
        right: 0;
    }

    header .user-menu .btn-user span {
        border: solid 2px #fff;
    }

    header .navbar-toggler {
        padding: 0;
        margin-right: 15px;
        color: #19649f;
        font-size: 32px;
    }

    .timeline-main .top-right {
        display: none;
    }

    .timeline-box .welcome-demo {
        display: none;
    }

    .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }

    .business-growth {
        padding: 50px 0;
    }

    .inquiry .inquiry-texts {
        padding-left: 50px;
    }

    footer .top-footer .top-bar {}

    footer .top-footer .top-bar {
        flex-direction: column;
        text-align: center;
        padding: 20px 0px;
    }

    footer .top-footer .top-bar .signup-box {
        padding-top: 15px;
    }

    .inquiry .mobile-cal {
        display: block;
    }

    .inquiry .desktop-cal {
        display: none;
    }

    .table-btn .requester .category,
    .table-btn .requester .name {
        text-align: center;
        padding: 10px 0;
    }

    .table-btn .requester .category,
    .table-btn .requester .name {
        border-bottom: 1px solid #D6EDFC;
    }

    .table-btn .requester .admin {
        text-align: center;
    }

    .peronal-detail .p-buton {
        display: flex;
    }

    .p-buton .btn-theme2 {
        margin: 5px 7px;
    }

    .peronal-detail .p-photo img {
        height: 75px;
    }

    .peronal-detail .p-photo {
        width: 75px;
        height: 75px;
    }

    .peronal-detail .p-photo .active-status {
        bottom: 9px;
    }

    .peronal-detail .user-detail h3 {
        font-size: 16px;
    }

    .peronal-detail .user-detail p {
        font-size: 14px;
    }

}

@media(max-width:991px) {
    .project-est .project-body .project-hrs {
        display: flex;
        margin-bottom: 0;
    }
}

@media(max-width:768px) {
    .registration .heading {
        font-size: 20px;
    }

    .registration .heading {
        margin-bottom: 30px;
    }

    #progressbar li:before {
        width: 70px;
        height: 70px;
        line-height: 47px;
        font-size: 22px;
    }

    .btn-theme {
        width: 100%;
    }

    .form-group p {
        font-size: 14px;
    }

    #msform fieldset {
        padding: 15px;
    }

    .policy-switch h5 {
        margin: 0;
    }

    .policy .policy-switch h5 {
        font-size: 20px;
    }

    .policy p {
        font-size: 14px;
        color: #444;
    }

    .login-card .login-right .login-box .or {
        margin-top: 50px;
    }

    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

    .landing-main .landing-text {
        margin-top: 100px;
    }

    .landing-main {
        height: auto;
    }

    .landing-main {
        padding: 0;
    }

    .landing-main .landing-vector {
        display: none;
    }

    .landing-main .landing-img img {
        height: auto;
    }

    .landing-main .landing-img {
        padding: 30px 0px;
    }

    .timeline-row:nth-child(even) .timeline-content {
        margin-left: 0;
    }

    .timeline-row .timline-block .timeline-text {
        padding-right: 20px;
    }

    .timeline-row .timline-block .timeline-text.right-side {
        padding-left: 20px;
    }

    .timeline .timeline-row:nth-child(even) {
        padding: 0;
        margin-bottom: 5px;
    }

    .timeline-box .bottom-left img {
        width: 150px;
    }

    .timeline-box .bottom-left {
        left: -10px;
        bottom: -60px;
    }

    .timeline {
        padding-top: 40px;
    }

    .our-client {
        padding: 50px 15px;
    }

    .our-client .client-text p {
        padding: 0;
    }

    .inquiry .inquiry-texts {
        padding-left: 0;
        padding: 0px 15px;
        text-align: center;
    }

    .inquiry .contact-info .online {
        justify-content: center;
    }

    .business-growth .business-image .msg-3d {
        position: absolute;
        left: 50px;
        top: 60px;
        height: 50px;
    }

    .business-growth .business-image .spark-3d {
        height: 50px;
    }

    footer .top-footer .top-bar .signup-box .btn-subscribe {
        font-size: 14px;
    }

    .full-tickit .tickit-block .tickit-header .right-part.right-end {
        background-color: #DEF2FF;
        justify-content: start;
        padding: 0px 20px;
    }

    .tickit-block .action-part .assign .btn-asign {
        height: 50px;
    }

    .ticket-here .subject p {
        font-size: 13px;
    }

    .table-btn .search-bar .form-bar {
        width: 250px
    }

    .table-box .will-here p {
        font-size: 14px;
    }

    .table-box .ticket-btn .btntheme {
        font-size: 16px;
        padding: 10px 30px;
        margin: 10px 0 0;
    }

    .full-tickit .tickit-block .tickit-header .right-part .tickit-top {
        padding: 0px 15px;
    }

    .full-tickit .tickit-block .tickit-header .right-part .tickit-top h6 {
        font-size: 17px;
    }

    .full-tickit .tickit-block .tickit-header .right-part .tickit-top {
        height: 100px;
    }

    .full-tickit .full-subject {
        padding: 20px;
    }

    .comment-box {
        padding: 20px;
    }

    .comment-box .comment-part .comment-action button {
        font-size: 14px;
    }

    .comment-box .comment-part .user-front .u-name h4 {
        font-size: 17px;
    }

    .comment-box .comment-part .user-front .u-pic span {
        height: 50px;
        width: 50px;
    }

    .comment-box .comment-part .user-front .u-pic span img {
        height: 50px;
    }

    .comment-box .comment-part .user-front .u-name h4 {
        font-size: 15px;
    }

    .comment-box .comment-part .user-front .u-name span {
        font-size: 12px;
    }

    .popup .popup-btn {
        height: 60px;
        width: 60px;
    }

    .skill-slider .slider-text p {
        font-size: 14px;
    }

    .notfound .notfound-img img {
        height: 189px;
    }

    .notfound .imgs {
        padding: 64px;
    }

    .notfound .notfound-btn {
        margin-top: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .notfound .notfound-text p {
        font-size: 14px;
        margin-top: 1px;
    }

    .notfound .notfound-text h5 {
        font-size: 25px;
        margin-top: 9px;
    }

    .notfound .notfound-btn .btn-theme.hp,
    .notfound .notfound-btn .btn-theme.db {
        font-size: 15px;
        width: 274px;
        margin: 10px;
    }

    .dashboard-inner .form-card label {
        font-size: 14px;
    }
}

@media(max-width:512px) {
    #progressbar li {
        font-size: 12px;
    }

    #progressbar li:after {
        top: 30px;
    }

    .form-group label {
        font-size: 15px;
    }

    .table-view .table-heading .loaderimg img {
        width: 24px;
        margin-bottom: -59px;
        margin-left: -32px;
    }

    header .user-menu .btn-user span i {
        text-decoration: none;
        font-style: inherit;
        font-size: 30px;
    }

    .noti-menu {
        left: -130px !important;
    }

    .sb-nav-fixed .sb-topnav .navbar-brand img {
        height: 35px;
    }

    .header-right .nav-link i {
        font-size: 17px;
    }

    .table-view {
        font-size: 14px;
    }

    .table-view table tr th {
        font-size: 16px;
    }

    .table-view table tr td {
        font-size: 14px;
    }

    .peronal-detail .p-photo img {
        height: 60px;
    }

    .peronal-detail .p-photo {
        width: 60px;
        height: 60px;
    }

    .peronal-detail .p-photo .active-status {
        bottom: 3px;
    }

    .peronal-detail .user-detail h3 {
        font-size: 15px;
    }

    .peronal-detail .user-detail p {
        font-size: 13px;
    }

    .my-profile .profile-details1 .peronal-detail {
        padding: 18px 0 18px 0;
    }

    .peronal-detail .work-detail .experince h3 {
        margin-bottom: 2px;
        font-size: 13px;
    }

    .peronal-detail .work-detail .experince p {
        font-size: 13px;
    }

    .peronal-detail .work-detail .experince.about h6 {
        font-size: 14px;
    }

    .peronal-detail .work-detail .work-header h5 {
        margin: 8px 0;
        font-size: 14px;
    }

    .peronal-detail .work-detail .work-header hr {
        margin: 0px 0;
        margin-bottom: 8px;
        width: 76px;
    }

    .peronal-detail.require .work-detail .experince {
        margin-top: 14px;
    }

    .peronal-detail.require .work-detail .work-header hr {
        width: 112px;
    }

    .peronal-detail.require .pdf-r .btn-resume {
        width: 183px;
        font-size: 13px;
    }

    .peronal-detail.require .work-detail .work-header hr.skil {
        width: 84px;
    }

    .peronal-detail.require .work-detail .work-header hr.reviw {
        width: 93px;
    }

    .reviews .user-about span {
        font-size: 14px;
    }

    .reviews .user-about i {
        font-size: 13px;
    }

    .reviews .user-image img {
        width: 52px;
    }

    .reviews .user-about {
        margin-left: 10px;
    }

    .reviews p {
        font-size: 13px;
    }

    .peronal-detail.require .seem {
        font-size: 12px;
    }

    .peronal-detail.exprnce .experince h6 {
        font-size: 14px;
    }

    .peronal-detail.protfoli .portfolio .portfolio-text p,
    h3 {
        font-size: 13px;
    }

    .peronal-detail.protfoli .portfolio .portfolio-text h3 {
        font-size: 13px;
    }

    .peronal-detail.exprnce .work-detail .work-header hr {
        width: 85px;
    }

    .notfound .notfound-img img {
        height: 155px;
    }

    .notfound .imgs {
        padding: 50px;
    }

    .notfound .notfound-text p {
        font-size: 13px;
        margin-top: 1px;
        margin-bottom: 5px;
    }

    .notfound .notfound-btn {
        margin-top: 0;
    }

    .notfound .notfound-btn .btn-theme.hp,
    .notfound .notfound-btn .btn-theme.db {
        font-size: 14px;
        width: 260px;
        margin: 7px;
    }
}


/*Media Query for download Client/User Report txtbox*/

@media only screen and (max-width: 786px) {
    .downloadreport .col-xs-8 {
        width: 70% !important;
    }
}

.downloadreport .reporttitle h2 {
    text-align: center;
}


/*User Privilege*/

.dashboard-inner .prvtable {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #DBDBDB;
    -webkit-column-break-inside: avoid;
    transition: all .2s ease;
    border-radius: 10px;
}

.dashboard-inner .prvtable .ptitle {
    border-bottom: 2px solid #e6e9ed;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}

.dashboard-inner .prvtable .ptitle h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 22px;
}

.dashboard-inner .prvtable .ptitle ul.icons {
    float: right;
    min-width: 70px;
    margin-right: 0;
    margin-top: 10px;
}

.dashboard-inner .prvtable .ptitle ul li {
    list-style: none;
    cursor: pointer;
    font-weight: 100;
}

.dashboard-inner .prvtable .contenttbl {
    padding: 0 3px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

.dashboard-inner .prvtable .ptitle ul li a {
    padding: 5px;
    font-size: 14px;
}

.prvtable .ptitle .nav-right .dropdown .nav-link {
    color: #A8A5A5;
}

.prvtable .ptitle .nav-right .dropdown .nav-link:hover {
    color: #0a58ca;
}


/*.nav-item .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }*/


/*Media Query for Save Button in User Quote Page*/

@media only screen and (max-width: 786px) {
    .contenttbl .col-xs-9 {
        width: 40% !important;
    }
}

.iconrotate[aria-expanded="true"] .fa-chevron-up {
    transform: rotate(180deg);
}


/*User Privilege End*/


/*view Screenshots Images*/

.form-card ul li {
    list-style: none;
}

.form-card ul li a img .imgcover {
    width: 100%;
    cursor: pointer;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.form-card ul li a image .imgcover:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.form-card .viewscreenshots .image-data {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-card .viewscreenshots .image-data a i {
    color: red;
}

.screenshots-block .pagination a {
    color: #333;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    text-align: center;
    margin: 0px 5px;
}

.screenshots-block .pagination a.pstart,
.screenshots-block .pagination a.pend {
    height: auto;
    width: auto;
    border-radius: inherit;
    background: none;
    border: 0;
}

.screenshots-block .pagination a.pstart:focus,
.screenshots-block .pagination a.pend:focus {
    outline: 0;
    box-shadow: none;
}


/*view Screenshots Images End*/


/*Time Tracker Download */

.dashboard-inner .downloadTT .iconclr {
    color: dodgerblue;
}

.dashboard-inner .downloadTT ol {
    margin-left: 30px;
}

.dashboard-inner .downloadTT .macpad {
    padding: 10px;
}

.dashboard-inner .downloadTT .macpad p a {
    color: #0d6efd;
    text-decoration: solid;
}

.dashboard-inner .downloadTT .macpad .sudogreen {
    color: green;
}

.dashboard-inner .downloadTT .dbutton {
    padding-left: 6px;
}


/*Time Tracker Download End*/


/*Speed Test*/

.dashboard-inner iframe .design {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 360px;
    border: none;
    overflow: hidden !important;
}


/*Speed Test End*/


/*Update Profile*/

.dashboard-inner .form-card .updateprofile label span {
    color: #707070;
}


/*Update Profile End*/

footer .top-footer .top-bar .signup-box .form-group input {
    width: 320px;
}

footer .top-footer .top-bar .signup-box .btn-subscribe {
    padding: 0px 18px;
}


/**/


/* Works on Firefox */

.sb-sidenav {
    scrollbar-width: thin;
    scrollbar-color: transparent;
}


/* Works on Chrome, Edge, and Safari */

.sb-sidenav ::-webkit-scrollbar {
    width: 10px;
}

.sb-sidenav ::-webkit-scrollbar-track {
    background: transparent;
}

.sb-sidenav ::-webkit-scrollbar-thumb {
    background-color: #565656;
    border-radius: 20px;
}


/*full notification*/

.noti-full {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.noti-full ul {
    width: 100%;
}

.noti-full ul li {
    list-style: none;
}

.noti-full .menu-title {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    flex-direction: column-reverse;
}

@media (min-width: 1024px) {
    .col-lg-custom {
        flex: 0 0 auto;
        width: 14.28% !important;
    }
}

@media (max-width: 992px) {
    .col-lg-custom {
        flex: 0 0 auto;
        width: 25% !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .col-lg-custom {
        flex: 0 0 auto;
        width: 33.333% !important;
    }

    .my-profile,
    .my-profile .profile-details1 {
        margin: 20px;
    }
}

@media (max-width:575px) {
    .col-lg-custom {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .my-profile.client .profile-details1 .va-detail {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .my-profile.client .profile-details1 .va-details {
        width: 100%;
    }

    .my-profile.client .profile-details1 .va-details .btn-view {
        width: 100%;
    }

    .view-contact .working-details,
    .view-contact .working-time {
        justify-content: space-between;
    }

    .view-contact .working-time .work-date h4,
    .view-contact .working-time .work-date p,
    .view-contact .working-details .work-text h4,
    .view-contact .working-details .work-text p {
        font-size: 12px;
    }

    .table-btn .btn-theme3,
    .table-btn .search-bar .form-bar {
        width: 100%;
    }

    a.btn.btn-theme3.heightauto {
        margin-bottom: 10px;
    }

    .table-btn .search-bar {
        display: block;
    }

    .mobile-top {
        justify-content: space-between !important;
    }

    .view-contact .moreicon {
        margin-right: 10px;
    }

    .project-type,
    .moreicon {
        display: none;
    }

    .moreicon.mobile,
    .project-type.mobile {
        display: block;
    }

    .mobile-top {
        margin-bottom: 10px;
    }

    .table-box .tickit-box {
        padding: 0;
        border: none;
    }

    .table-box .subject {
        padding: 15px;
    }

    .tickit-subject {
        justify-content: space-between;
    }

}

.ico-btn {
    height: 30px;
    width: 30px;
    border-radius: 30px !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.ico-btn img {
    width: 18px;
}

.btn-accept {
    background: #069745 !important;
}

.btn-cancel {
    background: #DE4B2B !important;
}

.btn-currency {
    background: #2092E1 !important;
}

.client-details .row .p-x-0 {
    padding: 0px;
}

@media only screen and (max-width:600px) {
    .day .day-value {
        padding: 2px 5px;
        margin: 4px;
        font-weight: 400;
        font-size: 10px;
    }
    footer .top-footer .top-bar .signup-box .form-group input{
        width: 250px;
    }
    .calendar-header{
        display: block;
        text-align: justify;

    }
    .calendar-header .log-details{
        margin-left: 0px;   
    }
    footer .top-footer .top-bar .signup-box .form-group input{
        font-size: 10px;
    }
}