@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@font-face {
    font-family: "AvenirNext-Medium";
    font-weight: "normal";
    font-style: "normal";
    font-display: swap;
    src: url("../fonts/AvenirNext-Medium.eot");
    src: url("../fonts/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Medium.woff") format("woff"), url("../fonts/AvenirNext-Medium.ttf") format("truetype"), url("../fonts/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg")
}

@font-face {
    font-family: "AvenirNext-Regular";
    font-weight: "normal";
    font-style: "normal";
    font-display: swap;
    src: url("../fonts/AvenirNext-Regular.eot");
    src: url("../fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Regular.woff") format("woff"), url("../fonts/AvenirNext-Regular.ttf") format("truetype"), url("../fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg")
}

@font-face {
    font-family: "AvenirNext-Bold";
    font-weight: "normal";
    font-style: "normal";
    font-display: swap;
    src: url("../fonts/AvenirNext-Bold.eot");
    src: url("../fonts/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Bold.woff") format("woff"), url("../fonts/AvenirNext-Bold.ttf") format("truetype"), url("../fonts/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg")
}

@font-face {
    font-family: "AvenirNext-DemiBold";
    font-weight: "normal";
    font-style: "normal";
    font-display: swap;
    src: url("../fonts/AvenirNext-DemiBold.eot");
    src: url("../fonts/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-DemiBold.woff") format("woff"), url("../fonts/AvenirNext-DemiBold.ttf") format("truetype"), url("../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg")
}

@font-face {
    font-family: "AdobeHebrew-Bold";
    font-weight: "normal";
    font-style: "normal";
    font-display: swap;
    src: url("../fonts/AdobeHebrew-Bold.eot");
    src: url("../fonts/AdobeHebrew-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeHebrew-Bold.woff") format("woff"), url("../fonts/AdobeHebrew-Bold.ttf") format("truetype"), url("../fonts/AdobeHebrew-Bold.svg#AdobeHebrew-Bold") format("svg")
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4)
    }

    100% {
        -webkit-transform: scale(40);
        -ms-transform: scale(40);
        -o-transform: scale(40);
        transform: scale(40);
        opacity: 0
    }
}

@-moz-keyframes ripple {
    0% {
        -webkit-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4)
    }

    100% {
        -webkit-transform: scale(40);
        -ms-transform: scale(40);
        -o-transform: scale(40);
        transform: scale(40);
        opacity: 0
    }
}

@-ms-keyframes ripple {
    0% {
        -webkit-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4)
    }

    100% {
        -webkit-transform: scale(40);
        -ms-transform: scale(40);
        -o-transform: scale(40);
        transform: scale(40);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4)
    }

    100% {
        -webkit-transform: scale(40);
        -ms-transform: scale(40);
        -o-transform: scale(40);
        transform: scale(40);
        opacity: 0
    }
}

@keyframes radius-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(102, 103, 107, 0.4)
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 0.9;
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 0.9;
        transform: translateY(0)
    }
}

.dashboard-main-wrap {
    margin-left: 280px;
    padding-top: 75px;
    transition: margin-left 0.5s ease 0s
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .dashboard-main-wrap {
        margin-left: 240px
    }
}

@media (max-width: 1199.98px) {
    .dashboard-main-wrap {
        margin-left: 0;
        padding-top: 65px
    }
}

@media (max-width: 767.98px) {
    .dashboard-main-wrap {
        padding-top: 55px
    }
}

.dashboard-main-wrap .common-detail-section {
    padding: 40px 60px
}

@media (min-width: 1200px) and (max-width: 1750px) {
    .dashboard-main-wrap .common-detail-section {
        padding: 30px 20px
    }
}

@media (min-width: 2100px) {
    .dashboard-main-wrap .common-detail-section {
        padding: 30px 0px
    }
}

@media (max-width: 1199.98px) {
    .dashboard-main-wrap .common-detail-section {
        padding: 25px 0
    }
}

.dashboard-main-wrap .container-fluid {
    max-width: 1650px
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .dashboard-main-wrap .page-title {
        margin: 25px 0px;
        font-size: 20px
    }
}

@media (max-width: 1199.98px) {
    .dashboard-main-wrap .page-title {
        margin: 22px 0px;
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .dashboard-main-wrap .page-title {
        margin: 20px 0px;
        font-size: 15px
    }
}

.dashboard-main-wrap .page-header {
    margin-bottom: 35px
}

.dashboard-main-wrap .page-header .page-heading h1 {
    font-size: 28px;
    margin-bottom: 0
}

.dashboard-main-wrap .page-header .page-heading p {
    font-size: 18px;
    color: #989898
}

.dashboard-main-wrap .page-header .page-heading p a {
    color: #F6C723
}

.dashboard-main-wrap .page-header .page-heading p a:hover {
    color: #f5c10b
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .dashboard-main-wrap .page-header {
        margin-bottom: 25px
    }

    .dashboard-main-wrap .page-header .page-heading h1 {
        font-size: 25px
    }

    .dashboard-main-wrap .page-header .page-heading p {
        font-size: 16px
    }
}

@media (max-width: 1199.98px) {
    .dashboard-main-wrap .page-header {
        margin-bottom: 20px
    }

    .dashboard-main-wrap .page-header .page-heading h1 {
        font-size: 22px
    }

    .dashboard-main-wrap .page-header .page-heading p {
        font-size: 16px
    }
}

@media (max-width: 991.98px) {
    .dashboard-main-wrap .page-header .page-heading h1 {
        font-size: 20px
    }

    .dashboard-main-wrap .page-header .page-heading p {
        font-size: 15px
    }
}

@media (max-width: 767.98px) {
    .dashboard-main-wrap .page-header {
        margin-bottom: 15px
    }

    .dashboard-main-wrap .page-header .page-heading h1 {
        font-size: 18px
    }
}

.dashboard-main-wrap .badge {
    padding: 5px 10px;
    font-size: 12px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    margin-left: 10px;
    font-weight: normal
}

.dashboard-main-wrap .badge.badge-danger {
    background-color: #ffe6e6;
    color: #ea5252
}

.dashboard-main-wrap .badge.badge-success {
    background-color: transparent;
    color: #F6C723;
    border: 1px solid #F6C723
}

.dashboard-main-wrap .badge.badge-warning {
    background-color: #ffe7c2;
    color: #FFAC29
}

@media (max-width: 1366px) {
    .dashboard-main-wrap .badge {
        padding: 5px 10px
    }
}

.dashboard-main-wrap .form-group {
    margin-bottom: 20px
}

.dashboard-main-wrap .form-group .control-label {
    font-size: 16px;
    color: #333;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.dashboard-main-wrap .form-group.upload-image .form-control:disabled {
    background: #fff
}

.dashboard-main-wrap .form-group.job-apply .custom-control {
    display: inline-block;
    width: 105px;
    vertical-align: middle
}

@media (max-width: 767.98px) {
    .dashboard-main-wrap .form-group .control-label {
        font-size: 14px
    }
}

.dashboard-main-wrap .tagtacular_basic .tagtacular_tag_tray .tagtacular_tag {
    font-size: 13px;
    color: #F6C723;
    border: 1px solid #F6C723;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: rgba(246, 199, 35, 0.1);
    padding: 3px 10px 6px;
    display: inline-block;
    margin-right: 15px
}

.dashboard-main-wrap .tagtacular_basic .tagtacular_tag_tray .tagtacular_tag .tagtacular_delete {
    color: #7C7E8A;
    margin-left: 10px
}

.dashboard-main-wrap .tagtacular_basic .tagtacular_edit_tray {
    position: relative;
    margin-bottom: 10px
}

.dashboard-main-wrap .tagtacular_basic .tagtacular_edit_tray input {
    padding-right: 95px
}

.dashboard-main-wrap .tagtacular_basic .tagtacular_edit_tray .tagtacular_switch_button {
    display: none
}

.dashboard-main-wrap .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_input {
    width: 100%
}

.dashboard-main-wrap .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 44px;
    background-color: #F5F5F5;
    color: #BEBEBE;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    width: 90px;
    transition: all 0.5s;
    border-radius: 0 3px 3px 0
}

.dashboard-main-wrap .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button:hover,
.dashboard-main-wrap .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button:focus,
.dashboard-main-wrap .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button:active:focus,
.dashboard-main-wrap .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button:active,
.dashboard-main-wrap .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button:active:hover {
    background-color: #e8e8e8
}

.dashboard-main-wrap .tagtacular_basic .tagtacular_edit_tray .tagtacular_flash,
.dashboard-main-wrap .tagtacular_basic .tagtacular_edit_tray .tagtacular_failure {
    color: red
}

@media (max-width: 991.98px) {
    .dashboard-main-wrap .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button {
        font-size: 15px;
        height: 43px;
        width: 67px
    }
}

.dashboard-main-wrap .graphs__tab .nav .nav-item .nav-link {
    border: 1px solid #E4E4E4;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #44515A;
    background-color: #fff;
    padding: 11px 1rem
}

.dashboard-main-wrap .graphs__tab .nav .nav-item .nav-link.active {
    background-color: #4FBD9D;
    border-color: #4FBD9D;
    color: #fff
}

.dashboard-main-wrap .graphs__tab .nav .nav-item:first-child .nav-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.dashboard-main-wrap .graphs__tab .nav .nav-item:nth-child(2) .nav-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

@media (max-width: 767.98px) {
    .dashboard-main-wrap .graphs__tab .nav .nav-item .nav-link {
        padding: 8px 1rem
    }
}

.dashboard-main-wrap .fun-fact {
    margin-bottom: 10px
}

.dashboard-main-wrap .fun-fact .box-row {
    margin: 0 -10px
}

.dashboard-main-wrap .fun-fact .box-row .col-lg-3,
.dashboard-main-wrap .fun-fact .box-row .col-lg-6 {
    padding: 0 10px
}

.dashboard-main-wrap .fun-fact .wrap {
    background-color: #fff;
    box-shadow: 0 0px 59px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px
}

.dashboard-main-wrap .fun-fact .wrap .text {
    color: #44515A
}

.dashboard-main-wrap .fun-fact .wrap .text p {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.dashboard-main-wrap .fun-fact .wrap .text h2 {
    font-size: 25px;
    line-height: 20px;
    margin-top: 10px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
}

.dashboard-main-wrap .fun-fact .wrap .icon {
    height: 60px;
    min-width: 60px;
    text-align: center;
    border-radius: 2px
}

.dashboard-main-wrap .fun-fact .wrap .icon i {
    font-size: 33px
}

.dashboard-main-wrap .fun-fact .wrap .icon.bg-green {
    background-color: rgba(26, 205, 104, 0.2);
    color: #1ACD68
}

.dashboard-main-wrap .fun-fact .wrap .icon.bg-lightblue {
    background-color: rgba(67, 171, 255, 0.2);
    color: #43ABFF
}

.dashboard-main-wrap .fun-fact .wrap .icon.bg-pink {
    background-color: #fff1dc;
    color: #FFAC29
}

.dashboard-main-wrap .fun-fact .wrap .icon.bg-yello {
    background-color: rgba(242, 192, 192, 0.4);
    color: #ff4d4d
}

.dashboard-main-wrap .fun-fact .wrap .icon.bg-blue {
    background-color: #fff;
    color: #F6C723
}

.dashboard-main-wrap .fun-fact .wrap .icon img {
    width: 35px
}

.dashboard-main-wrap .fun-fact .wrap .icon img.close-icon {
    width: 35px
}

.dashboard-main-wrap .fun-fact .wrap .icon .profileIcon {
    width: 31px
}

.dashboard-main-wrap .fun-fact .wrap.active .text {
    color: #fff
}

.dashboard-main-wrap .fun-fact .wrap.view-profile.active {
    background: rgba(246, 199, 35, 0.7)
}

.dashboard-main-wrap .fun-fact .wrap.view-video.active {
    background: rgba(255, 77, 77, 0.7)
}

.dashboard-main-wrap .fun-fact .wrap.yellow.active {
    background: rgba(255, 172, 41, 0.7)
}

.dashboard-main-wrap .fun-fact .clumnFive {
    margin: 0 -7px 10px
}

.dashboard-main-wrap .fun-fact .clumnFive .countBox {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0 7px
}

@media (max-width: 1680px) {
    .dashboard-main-wrap .fun-fact .wrap .text h2 {
        margin-top: 0px
    }

    .dashboard-main-wrap .fun-fact .clumnFive .countBox .wrap .text h2 {
        font-size: 20px
    }

    .dashboard-main-wrap .fun-fact .clumnFive .countBox .wrap .text p {
        font-size: 12px
    }

    .dashboard-main-wrap .fun-fact .clumnFive .countBox .wrap .icon {
        height: 55px;
        min-width: 55px
    }

    .dashboard-main-wrap .fun-fact .clumnFive .countBox .wrap .icon img {
        width: 30px
    }

    .dashboard-main-wrap .fun-fact .clumnFive .countBox .wrap .icon i {
        font-size: 28px
    }

    .dashboard-main-wrap .fun-fact .clumnFive .countBox .wrap .icon .profileIcon {
        width: 26px
    }
}

@media (min-width: 1600px) and (max-width: 1680px) {
    .dashboard-main-wrap .fun-fact .wrap .text p {
        margin: 5px 0px
    }

    .dashboard-main-wrap .fun-fact .clumnFive .countBox .wrap {
        padding: 15px 10px
    }

    .dashboard-main-wrap .fun-fact .clumnFive .countBox .wrap .icon {
        height: 50px;
        min-width: 50px
    }
}

@media (max-width: 1599px) {
    .dashboard-main-wrap .fun-fact .wrap {
        padding: 15px
    }

    .dashboard-main-wrap .fun-fact .clumnFive .countBox {
        max-width: 33.3%;
        flex: 0 0 33.3%
    }

    .dashboard-main-wrap .fun-fact .clumnFive .countBox .wrap {
        margin-bottom: 15px
    }
}

@media (max-width: 991.98px) {
    .dashboard-main-wrap .fun-fact .wrap {
        margin-bottom: 20px;
        min-height: auto
    }
}

@media (max-width: 767.98px) {
    .dashboard-main-wrap .fun-fact {
        margin-bottom: 0
    }

    .dashboard-main-wrap .fun-fact .clumnFive {
        margin-bottom: 0
    }

    .dashboard-main-wrap .fun-fact .clumnFive .countBox {
        max-width: 50%;
        flex: 0 0 50%
    }

    .dashboard-main-wrap .fun-fact .wrap {
        margin-bottom: 15px
    }

    .dashboard-main-wrap .fun-fact .wrap .text h2 {
        font-size: 20px;
        line-height: 15px
    }

    .dashboard-main-wrap .fun-fact .wrap .icon {
        min-width: 60px;
        height: 60px
    }

    .dashboard-main-wrap .fun-fact .wrap .icon i {
        font-size: 32px
    }

    .dashboard-main-wrap .fun-fact .wrap .icon img {
        width: 28px
    }

    .dashboard-main-wrap .fun-fact .wrap .icon img.close-icon {
        width: 23px
    }
}

@media (max-width: 575.98px) {
    .dashboard-main-wrap .fun-fact .clumnFive .countBox {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.dashboard-main-wrap .card.common-card {
    border: 0px;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.01);
    border-radius: 5px;
    margin-top: 25px
}

.dashboard-main-wrap .card.common-card .card-header {
    border-color: rgba(228, 228, 228, 0.3);
    background-color: #fff;
    padding: 10px 20px
}

@media (max-width: 359px) {
    .dashboard-main-wrap .card.common-card .card-header.userpageHeader {
        display: block !important
    }

    .dashboard-main-wrap .card.common-card .card-header.userpageHeader ul {
        margin-top: 10px
    }
}

.dashboard-main-wrap .card.common-card .card-header h3 {
    font-size: 18px;
    color: #44515A
}

.dashboard-main-wrap .card.common-card .card-header h3 small {
    color: #c3c3c3;
    font-size: 14px
}

.dashboard-main-wrap .card.common-card .card-header ul.list-inline li .btncsv {
    font-size: 13px;
    padding: 8px 15px
}

@media (max-width: 767.98px) {
    .dashboard-main-wrap .card.common-card .card-header ul.list-inline li .btncsv {
        font-size: 12px;
        padding: 7px 10px
    }
}

.dashboard-main-wrap .card.common-card .card-header ul.list-inline li .nav-link {
    color: #F6C723;
    font-size: 18px;
    border: 1px solid #F6C723;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 0
}

.dashboard-main-wrap .card.common-card .card-header ul.list-inline li .nav-link i {
    line-height: 30px
}

.dashboard-main-wrap .card.common-card .card-header ul.list-inline li .nav-link[aria-expanded="true"] {
    background-color: #F6C723;
    color: #000
}

.dashboard-main-wrap .card.common-card .card-header .see_all {
    font-size: 15px;
    color: #F6C723;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
}

.dashboard-main-wrap .card.common-card .card-header .see_all:hover {
    color: #FFAC29
}

.dashboard-main-wrap .card.common-card .card-header .sort {
    min-width: 295px
}

.dashboard-main-wrap .card.common-card .card-header .sort .row {
    margin: 0 -5px
}

.dashboard-main-wrap .card.common-card .card-header .sort .row [class*="col"] {
    padding: 0 5px
}

.dashboard-main-wrap .card.common-card .card-header .sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 145px
}

.dashboard-main-wrap .card.common-card .card-body {
    padding: 25px 30px
}

.dashboard-main-wrap .card.common-card .card-body.email-body {
    overflow-x: auto
}

.dashboard-main-wrap .card.common-card .card-body .top-heading {
    font-size: 22px;
    margin-bottom: 25px
}

.dashboard-main-wrap .card.common-card .card-body .filter_section form {
    padding: 15px 20px
}

.dashboard-main-wrap .card.common-card .card-body .filter_section .bootstrap-select {
    width: 100%
}

.dashboard-main-wrap .card.common-card .card-body .job_box {
    -webkit-box-shadow: 0px 0px 20px rgba(120, 119, 119, 0.09);
    box-shadow: 0px 0px 20px rgba(120, 119, 119, 0.09);
    padding: 1px;
    margin-bottom: 20px
}

.dashboard-main-wrap .card.common-card .card-body .job_box .job_header {
    background-color: #EEFFF6;
    min-height: 82px;
    position: relative
}

.dashboard-main-wrap .card.common-card .card-body .job_box .job_header:after {
    content: '';
    height: 89px;
    width: 89px;
    background-color: #EEFFF6;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    bottom: -53%
}

.dashboard-main-wrap .card.common-card .card-body .job_box .job_header .job_img {
    height: 85px;
    width: 85px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50%;
    transform: translateY(0%);
    border-radius: 50%;
    overflow: hidden
}

.dashboard-main-wrap .card.common-card .card-body .job_box .job_body {
    padding: 60px 25px 25px;
    text-align: center
}

.dashboard-main-wrap .card.common-card .card-body .job_box .job_body h3 {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-size: 18px;
    color: #44515A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dashboard-main-wrap .card.common-card .card-body .job_box .job_footer {
    padding: 15px 20px 20px;
    text-align: center;
    border-top: 1px solid rgba(112, 112, 112, 0.06)
}

.dashboard-main-wrap .card.common-card .card-body .job_box .job_footer a {
    font-size: 15px;
    color: #F6C723
}

@media (max-width: 1366px) {
    .dashboard-main-wrap .card.common-card .card-body {
        padding: 20px
    }
}

@media (max-width: 1199.98px) {
    .dashboard-main-wrap .card.common-card .card-header {
        padding: 15px
    }

    .dashboard-main-wrap .card.common-card .card-body {
        padding: 15px
    }

    .dashboard-main-wrap .card.common-card .card-body .top-heading {
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .dashboard-main-wrap .card.common-card {
        margin-top: 20px
    }

    .dashboard-main-wrap .card.common-card .card-header h3 {
        font-size: 16px
    }

    .dashboard-main-wrap .card.common-card .card-body .top-heading {
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .dashboard-main-wrap .card.common-card {
        margin-top: 15px
    }

    .dashboard-main-wrap .card.common-card .card-body .top-heading {
        font-size: 16px
    }

    .dashboard-main-wrap .card.common-card .card-body .job_box .job_header {
        min-height: 72px
    }

    .dashboard-main-wrap .card.common-card .card-body .job_box .job_header .job_img {
        height: 65px;
        width: 65px;
        padding: 10px
    }

    .dashboard-main-wrap .card.common-card .card-body .job_box .job_header .job_img img {
        max-height: 30px
    }

    .dashboard-main-wrap .card.common-card .card-body .job_box .job_body {
        padding-top: 50px
    }

    .dashboard-main-wrap .card.common-card .card-body .job_box .job_footer {
        padding: 10px 15px 15px
    }

    .dashboard-main-wrap .card.common-card .card-body .job_box .job_footer a {
        font-size: 13px
    }
}

@media (max-width: 575.98px) {
    .dashboard-main-wrap .card.common-card .card-header .sort {
        margin-top: 10px;
        min-width: initial
    }
}

.dashboard-main-wrap .top_section {
    display: flex
}

.dashboard-main-wrap .top_section .invoice_btn {
    padding: 9px 20px;
    font-size: 15px
}

.dashboard-main-wrap .top_section .nav-breadcrumb {
    margin-left: auto;
    align-items: start
}

@media (max-width: 991.98px) {
    .dashboard-main-wrap .top_section .invoice_btn {
        padding: 6px 15px;
        font-size: 13px
    }
}

@media (max-width: 360px) {
    .dashboard-main-wrap .top_section {
        display: block;
        text-align: right
    }

    .dashboard-main-wrap .top_section .invoice_btn {
        margin-bottom: 10px
    }
}

.dashboard-main-wrap .common-table.table tr.border-bottom {
    border-bottom: 0 !important
}

.dashboard-main-wrap .common-table.table tr.border-bottom:after {
    position: absolute;
    content: '';
    height: 1px;
    background-color: rgba(228, 228, 228, 0.4);
    width: 100%;
    left: 0
}

.dashboard-main-wrap .common-table.table tr td,
.dashboard-main-wrap .common-table.table tr th {
    border-color: rgba(228, 228, 228, 0.4);
    padding: 15px 20px;
    font-size: 15px;
    vertical-align: middle
}

.dashboard-main-wrap .common-table.table tr td.nowrap,
.dashboard-main-wrap .common-table.table tr th.nowrap {
    white-space: nowrap
}

.dashboard-main-wrap .common-table.table tr td .btn,
.dashboard-main-wrap .common-table.table tr th .btn {
    white-space: nowrap
}

.dashboard-main-wrap .common-table.table tr th {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #44515A;
    border: 0px;
    white-space: nowrap;
    text-transform: uppercase
}

.dashboard-main-wrap .common-table.table tr th .custom-radio .custom-control-label,
.dashboard-main-wrap .common-table.table tr th .custom-checkbox .custom-control-label {
    font-size: 14px
}

.dashboard-main-wrap .common-table.table tr td {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #7C7E8A
}

.dashboard-main-wrap .common-table.table tr td span {
    color: #44515A
}

.dashboard-main-wrap .common-table.table tr td>ul li:not(:last-child) {
    margin-right: 10px
}

.dashboard-main-wrap .common-table.table tr td>ul li a {
    color: #7C7E8A;
    font-size: 16px
}

.dashboard-main-wrap .common-table.table tr td>ul li a:hover {
    color: #F6C723
}

.dashboard-main-wrap .common-table.table tr td .action_dropdown a i {
    color: #F6C723;
    font-size: 16px
}

.dashboard-main-wrap .common-table.table.rating-table tbody tr th {
    border-bottom: 1px solid rgba(228, 228, 228, 0.4);
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    background: #F6C723;
    color: #fff;
    text-transform: inherit;
    width: auto;
    white-space: nowrap
}

.dashboard-main-wrap .common-table.table.rating-table tbody tr td {
    white-space: nowrap
}

.dashboard-main-wrap .common-table.table.rating-table tbody tr td ul {
    margin-bottom: 0
}

.dashboard-main-wrap .common-table.table.rating-table tbody tr td i {
    color: #F6C723
}

@media (max-width: 1199.98px) {

    .dashboard-main-wrap .common-table.table tr td,
    .dashboard-main-wrap .common-table.table tr th {
        padding: 15px
    }
}

@media (max-width: 767.98px) {

    .dashboard-main-wrap .common-table.table tr td,
    .dashboard-main-wrap .common-table.table tr th {
        font-size: 12px
    }
}

.dashboard-main-wrap .common-table.green-head {
    border: 1px solid #dee2e6;
    margin-top: 10px
}

.dashboard-main-wrap .common-table.green-head thead tr th {
    background-color: #F6C723;
    color: #000
}

.linkdisabled {
    pointer-events: none;
    opacity: 0.5
}

.menu-toggle .dashboard-main-wrap {
    margin-left: 80px
}

@media (max-width: 1199.98px) {
    .menu-toggle {
        overflow: hidden
    }

    .menu-toggle .dashboard-main-wrap {
        margin-left: 0
    }
}

.charteHeight {
    height: 300px
}

@media (max-width: 1199.98px) {
    .charteHeight {
        height: 180px
    }
}

.error_page {
    background-color: #fff
}

.error_page #notfound {
    position: relative;
    height: 100vh
}

.error_page #notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.error_page .notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center
}

.error_page .notfound .notfound-404 {
    position: relative;
    height: 200px;
    margin: 0px auto 20px;
    z-index: -1
}

.error_page .notfound .notfound-404 h1 {
    font-size: 236px;
    font-weight: 200;
    margin: 0px;
    color: #211b19;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.error_page .notfound .notfound-404 h2 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #211b19;
    background: #fff;
    padding: 10px 5px;
    margin: auto;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0
}

@media (max-width: 1199.98px) {
    .error_page .notfound .notfound-404 h1 {
        font-size: 210px
    }
}

@media (max-width: 991.98px) {
    .error_page .notfound .notfound-404 h1 {
        font-size: 148px
    }
}

@media (max-width: 575.98px) {
    .error_page .notfound .notfound-404 {
        height: 148px;
        margin: 0px auto 10px
    }

    .error_page .notfound .notfound-404 h1 {
        font-size: 86px
    }

    .error_page .notfound .notfound-404 h2 {
        font-size: 16px
    }

    .error_page .notfound a {
        padding: 7px 15px;
        font-size: 14px
    }
}

.invoice-page .print_btn {
    margin: 40px 0
}

.invoice-page .print_btn .btn-success {
    font-size: 16px
}

.invoice-page .content-body {
    background-color: #fff;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto 40px
}

.invoice-page .content-body .top-info .logo img {
    height: 50px
}

.invoice-page .content-body .top-info .logo span {
    font-size: 25px
}

.invoice-page .content-body .top-info .right_info .label-text label {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.invoice-page .content-body .middle-info {
    margin: 50px 0
}

.invoice-page .content-body .middle-info h1 {
    font-size: 40px
}

.invoice-page .content-body .middle-info .info {
    margin: 50px 0
}

.invoice-page .content-body .middle-info .info h4 {
    font-size: 18px
}

.invoice-page .content-body .middle-info .info p {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
}

.invoice-page .content-body .middle-info .common-table tr td:last-child,
.invoice-page .content-body .middle-info .common-table tr th:last-child {
    text-align: right;
    padding-right: 0px
}

.invoice-page .content-body .middle-info .common-table tr td:first-child,
.invoice-page .content-body .middle-info .common-table tr th:first-child {
    padding-left: 0px
}

.invoice-page .content-body .middle-info .common-table tr th span {
    position: relative
}

.invoice-page .content-body .middle-info .common-table tr th span:after {
    content: "";
    border-bottom: 1px solid #F6C723;
    position: absolute;
    bottom: -16px;
    right: 0px;
    width: 100%
}

.invoice-page .content-body .middle-info .plan-feature {
    margin-top: 20px
}

.invoice-page .content-body .middle-info .plan-feature h2 {
    font-size: 20px
}

.invoice-page .content-body .middle-info .plan-feature ul li {
    font-size: 15px;
    background-image: url(../images/right_check.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left top 3px;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 12px
}

.invoice-page .content-body .footer_info {
    padding-top: 12px;
    border-top: 1px solid rgba(228, 228, 228, 0.4)
}

.invoice-page .content-body .footer_info ul li {
    position: relative;
    margin-right: 20px;
    min-height: 19px
}

.invoice-page .content-body .footer_info ul li:last-child {
    margin-right: 0px
}

.invoice-page .content-body .footer_info ul li:last-child:after {
    display: none
}

.invoice-page .content-body .footer_info ul li:after {
    content: "";
    height: 10px;
    width: 1px;
    background: #aaa;
    position: absolute;
    right: -12px;
    top: 10px
}

.invoice-page .content-body .footer_info ul li a {
    color: #44515A
}

.invoice-page .content-body .footer_info ul li a:hover {
    color: #FFAC29
}

@media (max-width: 1199.98px) {
    .invoice-page .content-body {
        max-width: 800px
    }

    .invoice-page .content-body .middle-info {
        margin: 40px 0
    }

    .invoice-page .content-body .middle-info .info {
        margin: 40px 0
    }

    .invoice-page .content-body .middle-info h1 {
        font-size: 30px
    }
}

@media (max-width: 991.98px) {
    .invoice-page .content-body {
        max-width: 100%
    }
}

@media (max-width: 767.98px) {
    .invoice-page .print_btn {
        margin: 20px 0
    }

    .invoice-page .print_btn .btn {
        font-size: 13px
    }

    .invoice-page .content-body {
        padding: 15px
    }

    .invoice-page .content-body .top-info .logo span {
        font-size: 20px
    }

    .invoice-page .content-body .middle-info {
        margin: 25px 0
    }

    .invoice-page .content-body .middle-info h1 {
        font-size: 25px
    }

    .invoice-page .content-body .middle-info .info {
        margin: 15px 0
    }

    .invoice-page .content-body .middle-info .plan-feature {
        margin-top: 10px
    }

    .invoice-page .content-body .middle-info .plan-feature h2 {
        font-size: 18px
    }

    .invoice-page .content-body .middle-info .plan-feature ul li {
        font-size: 14px;
        background-size: 16px;
        background-position: left top 7px;
        padding-left: 25px
    }

    .invoice-page .content-body .footer_info {
        padding-top: 10px
    }

    .invoice-page .content-body .footer_info ul li {
        margin-right: 8px
    }

    .invoice-page .content-body .footer_info ul li:after {
        top: 8px;
        right: -6px
    }
}

@media (max-width: 575.98px) {
    .invoice-page .content-body {
        padding: 12px
    }

    .invoice-page .content-body .top-info .logo img {
        height: 40px
    }

    .invoice-page .content-body .top-info .logo span {
        font-size: 18px
    }
}

@media (min-width: 1400px) {
    .home-page-header header .container-fluid {
        padding: 0 100px
    }
}

.home-page-header header.after_login .navbar {
    background: transparent;
    box-shadow: none
}

.home-page-header header.after_login .navbar .navbar-brand {
    background: transparent;
    width: auto;
    position: initial;
    padding: 0px
}

.home-page-header header.after_login .navbar .navbar-brand .toglle {
    display: none
}

@media (min-width: 768px) {

    .home-page-header header.after_login .navbar .right-utility li a,
    .home-page-header header.after_login .navbar .right-utility li .dropdown-toggle,
    .home-page-header header.after_login .navbar .right-utility li a.bell {
        color: #fff
    }

    .home-page-header header.after_login .navbar .right-utility li a .username,
    .home-page-header header.after_login .navbar .right-utility li .dropdown-toggle .username,
    .home-page-header header.after_login .navbar .right-utility li a.bell .username {
        color: #fff
    }

    .home-page-header header.after_login .navbar .right-utility li .dropdown-menu a {
        color: #44515A
    }
}

@media (min-width: 1200px) {
    .home-page-header header.after_login .navbar {
        height: auto
    }

    .home-page-header header.after_login.fixed .navbar {
        height: 75px
    }
}

.home-page-header header.after_login.fixed .navbar .right-utility li a,
.home-page-header header.after_login.fixed .navbar .right-utility li .dropdown-toggle,
.home-page-header header.after_login.fixed .navbar .right-utility li a.bell {
    color: #44515A
}

.home-page-header header.after_login.fixed .navbar .right-utility li a .username,
.home-page-header header.after_login.fixed .navbar .right-utility li .dropdown-toggle .username,
.home-page-header header.after_login.fixed .navbar .right-utility li a.bell .username {
    color: #44515A
}

.home-page-header header.after_login.fixed .navbar .right-utility li a.executive {
    color: #FFAC29
}

header.header {
    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0;
    background-color: transparent;
    box-shadow: none
}

header.header.fixed {
    background-color: #fff;
    position: fixed;
    top: 0;
    animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.06)
}

header.header.fixed .navbar {
    padding: 5px 0px
}

header.header.fixed .navbar .navbar-brand img {
    width: 60px
}

header.header.fixed .navbar .navbar-nav .nav-item .nav-link.btn-outline-light {
    color: #44515A;
    background-color: #fff;
    border-color: #44515A
}

header.header.fixed .navbar .navbar-nav .nav-item .nav-link.btn-outline-light:hover {
    border-color: #F6C723
}

header.header .navbar {
    padding: 15px 0px
}

header.header .navbar .navbar-brand img {
    width: 80px;
    height: auto;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

header.header .navbar .navbar-brand img.logo_black {
    display: none
}

header.header .navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 15px
}

header.header .navbar .navbar-nav .nav-item .nav-link {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

header.header .navbar .navbar-nav .nav-item .nav-link.btn {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-size: 14px;
    padding: 11px 14px
}

header.header .navbar .navbar-nav .nav-item .nav-link.btn.btn-success {
    border: 1px solid #F6C723
}

header.header .navbar .navbar-nav .nav-item .nav-link.btn.btn-outline-light:hover {
    color: #F6C723;
    background-color: #fff
}

@media (max-width: 1399px) {
    header.header.fixed .navbar .navbar-brand img {
        width: 55px
    }

    header.header .navbar {
        padding: 10px 0px
    }

    header.header .navbar .navbar-brand img {
        width: 55px
    }

    header.header .navbar .navbar-nav .nav-item .nav-link.btn {
        padding: 8px 15px;
        font-size: 12px
    }
}

@media (max-width: 1199.98px) {
    header.header .navbar .navbar-nav .nav-item .nav-link.btn {
        padding: 0px 15px;
        line-height: 34px;
        height: 32px
    }
}

@media (max-width: 991.98px) {
    header.header.fixed .navbar .navbar-brand img {
        width: 45px
    }

    header.header .navbar .navbar-brand img {
        width: 45px
    }
}

@media (max-width: 767.98px) {
    header.header {
        position: relative
    }

    header.header .navbar {
        padding: 7px 0px
    }

    header.header .navbar .navbar-brand {
        padding: 0px
    }

    header.header .navbar .navbar-toggler {
        padding: 4px 8px;
        font-size: 16px;
        border-radius: 0px;
        border-color: #FFAC29;
        background-color: #FFAC29
    }

    header.header .navbar .navbar-toggler .navbar-toggler-icon {
        width: auto;
        height: auto
    }

    header.header .navbar .navbar-toggler i {
        color: #fff;
        font-size: 18px
    }

    header.header .navbar .navbar-toggler:hover,
    header.header .navbar .navbar-toggler:focus {
        border-color: #FFAC29;
        background-color: transparent
    }

    header.header .navbar .navbar-toggler:hover i,
    header.header .navbar .navbar-toggler:focus i {
        color: #FFAC29
    }

    header.header .navbar .navbar-nav .navbar-brand img {
        width: 38px
    }

    header.header .navbar .navbar-nav .nav-item {
        display: inline-block
    }

    header.header .navbar .navbar-nav .nav-item:not(:last-child) {
        margin-right: 5px
    }

    header.header .navbar .navbar-nav .nav-item .nav-link.btn {
        color: #44515A;
        margin: 0;
        font-size: 11px;
        padding: 0px 12px;
        font-size: 11px
    }

    header.header .navbar .navbar-nav .nav-item .nav-link.btn:hover {
        color: #F6C723
    }

    header.header .navbar .navbar-nav .nav-item .nav-link.btn.btn-success {
        color: #fff
    }

    header.header .navbar .navbar-nav .nav-item .nav-link.btn.btn-outline-light {
        background-color: transparent;
        border-color: #44515A
    }

    header.header .navbar .navbar-nav .nav-item .nav-link.btn.btn-outline-light:hover {
        border-color: #F6C723
    }
}

@media (max-width: 375px) {
    .header .navbar .navbar-nav .nav-item:not(:last-child) {
        margin-right: 2px
    }

    .header .navbar .navbar-nav .nav-item .nav-link.btn {
        padding: 6px;
        font-size: 9px;
        line-height: 18px
    }
}

.inner-page header.header {
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.06)
}

.inner-page header.header.fixed {
    position: fixed
}

.inner-page header.header .navbar {
    padding: 10px 0
}

.inner-page header.header .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.inner-page header.header .navbar .navbar-brand img {
    width: 60px
}

@media (max-width: 991.98px) {
    .inner-page header.header .navbar .navbar-brand img {
        width: 30px
    }
}

.inner-page header.header .navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 30px
}

.inner-page header.header .navbar .navbar-nav .nav-item.active .nav-link {
    color: #F6C723 !important
}

.inner-page header.header .navbar .navbar-nav .nav-item .nav-link.btn-outline-light {
    color: #44515A;
    background-color: #fff;
    border-color: #44515A
}

.inner-page header.header .navbar .navbar-nav .nav-item .nav-link.btn-outline-light:hover {
    border-color: #F6C723
}

.inner-page header.header .navbar .navbar-nav .nav-item .nav-link.btn {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #44515A;
    margin: 0
}

.inner-page header.header .navbar .navbar-nav .nav-item .nav-link.btn:hover {
    color: #F6C723
}

@media (max-width: 1366px) {
    .inner-page header.header .navbar .navbar-brand img {
        width: 45px
    }
}

@media (max-width: 767.98px) {
    .inner-page header.header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 12px
    }

    .inner-page header.header .navbar .navbar-nav .nav-item:not(:last-child) {
        margin-right: 12px
    }
}

.landing footer.common-footer {
    padding-top: 85px
}

@media (max-width: 1366px) {
    .landing footer.common-footer {
        padding-top: 60px
    }
}

footer.common-footer {
    background-color: #020531;
    color: #fff;
    padding: 125px 0 0;
    background-image: url("../images/footer-left-shape.png"), url("../images/footer-right-shape.png");
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-size: contain, auto
}

footer.common-footer .ftr-logo {
    display: table
}

footer.common-footer .ftr-logo img {
    width: 200px;
    display: block;
    margin-bottom: 30px
}

footer.common-footer .ftr-logo p {
    font-size: 18px;
    color: #fff;
    line-height: 29px
}

footer.common-footer .ftr-logo a {
    color: #fff;
    transition: all 0.5s
}

footer.common-footer .ftr-links {
    padding-left: 50px
}

footer.common-footer .ftr-links h3 {
    font-size: 22px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    margin-bottom: 15px
}

footer.common-footer .ftr-links img {
    width: 22px;
    margin-bottom: 22px
}

footer.common-footer .ftr-links ul li a {
    color: #969DA7;
    transition: all 0.3s;
    font-size: 18px
}

footer.common-footer .ftr-links ul li a span {
    font-family: sans-serif
}

footer.common-footer .ftr-links ul li a:hover {
    padding-left: 3px;
    color: #F6C723
}

footer.common-footer .ftr-links ul li:not(:last-child) {
    margin-bottom: 17px
}

footer.common-footer .copyright {
    padding: 25px 0;
    margin-top: 45px;
    position: relative;
    display: flex
}

footer.common-footer .copyright:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.08);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

footer.common-footer .copyright p {
    font-size: 16px;
    color: #969DA7
}

footer.common-footer .copyright .storeBtn a {
    display: inline-block
}

footer.common-footer .copyright .storeBtn a img {
    height: 50px
}

footer.common-footer .copyright .storeBtn a:not(:last-child) {
    margin-right: 8px
}

@media (max-width: 1599px) {
    footer.common-footer {
        padding-top: 70px;
        background-size: contain, 285px
    }

    footer.common-footer .ftr-logo img {
        width: 150px;
        margin-bottom: 15px
    }

    footer.common-footer .ftr-logo p {
        line-height: 26px;
        font-size: 17px
    }

    footer.common-footer .ftr-links h3 {
        font-size: 18px
    }

    footer.common-footer .copyright {
        padding: 18px 0;
        margin-top: 30px
    }
}

@media (max-width: 1199.98px) {
    footer.common-footer {
        padding-top: 40px
    }

    footer.common-footer .ftr-logo img {
        width: 100px
    }

    footer.common-footer p {
        font-size: 15px
    }

    footer.common-footer .ftr-links {
        padding-left: 20px
    }

    footer.common-footer .ftr-links h3 {
        margin-bottom: 15px;
        font-size: 16px
    }

    footer.common-footer .ftr-links ul li {
        font-size: 14px
    }

    footer.common-footer .ftr-links ul li:not(:last-child) {
        margin-bottom: 15px
    }
}

@media (max-width: 991.98px) {
    footer.common-footer .ftr-links ul li a {
        font-size: 16px
    }

    footer.common-footer .copyright p {
        font-size: 14px
    }

    footer.common-footer .copyright .storeBtn a img {
        height: 40px
    }

    footer.common-footer .copyright .storeBtn a:not(:last-child) {
        margin-right: 5px
    }
}

@media (max-width: 767.98px) {
    footer.common-footer {
        padding: 20px 0 0
    }

    footer.common-footer .ftr-logo {
        margin-bottom: 20px
    }

    footer.common-footer .ftr-logo p {
        line-height: 23px;
        font-size: 15px
    }

    footer.common-footer .ftr-links {
        padding-left: 0px
    }

    footer.common-footer .ftr-links h3 {
        font-size: 16px;
        margin-bottom: 8px
    }

    footer.common-footer .ftr-links ul li {
        position: relative
    }

    footer.common-footer .ftr-links ul li a:hover {
        padding-left: 3px
    }
}

@media (max-width: 575.98px) {
    footer.common-footer {
        padding: 20px 0 0
    }

    footer.common-footer .ftr-logo img {
        margin: 0px 0 15px 0
    }

    footer.common-footer .ftr-links {
        padding-left: 0px
    }

    footer.common-footer .ftr-links ul li {
        display: inline-block;
        line-height: 22px
    }

    footer.common-footer .ftr-links ul li:not(:last-child) {
        margin-right: 13px
    }

    footer.common-footer .ftr-links ul li:not(:last-child):after {
        content: '';
        position: absolute;
        width: 2px;
        right: -10px;
        height: 12px;
        top: 50%;
        background-color: #969DA7;
        transform: translateY(-50%)
    }
}

@media (max-width: 480px) {
    footer.common-footer .copyright {
        display: block;
        text-align: center
    }

    footer.common-footer .copyright .storeBtn {
        margin-top: 12px
    }

    footer.common-footer .copyright .storeBtn a img {
        height: 35px
    }

    footer.common-footer .copyright .storeBtn a:not(:last-child) {
        margin-right: 0
    }
}

.side_menu {
    height: calc(100vh - 75px);
    position: fixed;
    width: 280px;
    left: 0;
    top: 75px;
    z-index: 9;
    transition: all 0.5s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #020531
}

.side_menu .logo {
    padding: 10px 20px
}

.side_menu .menu {
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #F6C723 #222
}

.side_menu .menu::-webkit-scrollbar {
    width: 4px
}

.side_menu .menu li a {
    padding: 16px 25px;
    color: #fff;
    display: flex;
    font-size: 16px;
    transition: all 0.4s;
    border-bottom: 1px solid #2a334f;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    position: relative
}

.side_menu .menu li a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    height: 100%;
    width: 5px
}

.side_menu .menu li a:hover {
    color: #43ABFF
}

.side_menu .menu li a .ti-angle-down {
    font-size: 14px;
    margin-top: 5px
}

.side_menu .menu li a i {
    font-size: 23px;
    margin-right: 10px;
    width: 25px
}

.side_menu .menu li a span {
    white-space: nowrap
}

.side_menu .menu li.active>a {
    color: #43ABFF
}

.side_menu .menu li.active>a:before {
    background: #43ABFF
}

.side_menu .menu li p {
    padding-left: 35px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #989898
}

.side_menu .menu li.sub-menu span {
    padding-top: 6px
}

.side_menu .menu li.sub-menu>a[aria-expanded="false"] .dropdown-icon:after,
.side_menu .menu li.sub-menu>a[aria-expanded="true"] .dropdown-icon:after,
.side_menu .menu li.sub-menu>a .minus .dropdown-icon:after {
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-family: 'FontAwesome';
    top: 50%;
    transform: translateY(-50%)
}

.side_menu .menu li.sub-menu>a[aria-expanded="false"] .dropdown-icon:after {
    content: "\f067"
}

.side_menu .menu li.sub-menu>a[aria-expanded="true"] .dropdown-icon:after {
    content: "\f068";
    color: #FFAC29
}

.side_menu .menu li.sub-menu>a .minus:after {
    content: "\f068";
    color: #FFAC29
}

.side_menu .menu li.sub-menu ul {
    background-color: #020531;
    padding: 0
}

@supports (-ms-ime-align: auto) {
    .side_menu .menu li.sub-menu ul li {
        display: block
    }
}

.side_menu .menu li.sub-menu ul li a {
    padding: 12px 35px
}

.side_menu .menu li.sub-menu ul li a:before {
    display: none
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .side_menu {
        width: 240px
    }

    .side_menu .menu li a {
        padding: 16px 18px;
        font-size: 15px
    }

    .side_menu .menu li.sub-menu ul li a {
        padding: 16px 35px
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .side_menu {
        top: 65px;
        height: calc(100vh - 65px);
        left: -280px
    }

    .side_menu .menu li a {
        font-size: 16px;
        padding: 12px 15px
    }

    .side_menu .menu li.sub-menu ul li a {
        padding: 12px 25px
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .side_menu {
        padding-bottom: 25px
    }

    .side_menu .menu {
        max-height: calc(100vh - 65px)
    }
}

@media (max-width: 767.98px) {
    .side_menu {
        width: 230px;
        top: 55px;
        left: -230px;
        height: calc(100vh - 55px)
    }

    .side_menu .menu {
        max-height: calc(100vh - 56px)
    }

    .side_menu .menu li a {
        padding: 12px 15px;
        font-size: 14px
    }

    .side_menu .menu li.sub-menu ul li a {
        padding: 12px 25px
    }
}

.menu-toggle {
    transition: all 0.3s ease-in-out 0s
}

.menu-toggle .side_menu {
    width: 80px
}

.menu-toggle .side_menu .menu li a span {
    display: none;
    white-space: nowrap
}

.menu-toggle .footer-bg {
    padding-left: 0
}

.menu-toggle .dashboard-footer {
    padding-left: 80px
}

.menu-toggle .overlay-screen {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: block;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.6);
    display: none
}

.menu-toggle header .navbar .navbar-brand {
    left: 230px;
    transition: all 0.3s ease-in-out 0s
}

.menu-toggle .main-content {
    padding-left: 0px
}

@media (max-width: 1199.98px) {
    .menu-toggle .overlay-screen {
        display: block
    }

    .menu-toggle .side_menu {
        width: 230px;
        left: 0
    }

    .menu-toggle .side_menu .menu li a span {
        display: inline-block
    }

    .menu-toggle header .navbar .navbar-brand {
        left: 0
    }
}

.mCSB_inside>.mCSB_container {
    margin-right: 0px
}

.mCSB_scrollTools {
    width: 4px
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #F6C723 !important;
    width: 4px
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(246, 199, 35, 0.5) !important
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #F6C723 !important
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #F6C723
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:focus {
    background-color: #F6C723
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #F6C723
}

.dashboard-header {
    background-color: #020531;
    z-index: 99;
    border-bottom: 1px solid #2a334f
}

.dashboard-header.after_login .navbar .navbar-brand .toggle {
    display: none
}

@media (min-width: 1400px) {
    .dashboard-header .container-fluid {
        padding: 0 25px
    }
}

.dashboard-header .navbar {
    padding: 0;
    height: 75px
}

.dashboard-header .navbar .navbar-brand {
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: #020531;
    margin-right: 0px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dashboard-header .navbar .navbar-brand .logo {
    text-align: left;
    position: relative
}

@media (min-width: 1441px) {
    .dashboard-header .navbar .navbar-brand .logo {
        left: 50%
    }
}

@media (min-width: 1280px) {
    .dashboard-header .navbar .navbar-brand .logo {
        position: absolute;
        top: 10px;
        transform: translateX(-50%)
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .dashboard-header .navbar .navbar-brand .logo {
        left: 44%
    }
}

.dashboard-header .navbar .navbar-brand .logo img {
    width: 100px
}

.dashboard-header .navbar .navbar-brand .toglle {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.dashboard-header .navbar .navbar-brand .toglle .toggle-icon {
    color: #fff;
    cursor: pointer
}

.dashboard-header .navbar .navbar-brand .pages_edit_btns {
    position: absolute;
    left: 200px;
    top: 50%;
    transform: translateY(-50%)
}

.dashboard-header .navbar .right-utility {
    margin: 0;
    padding: 0;
    position: relative
}

.dashboard-header .navbar .right-utility.seeker_header:after {
    display: none
}

.dashboard-header .navbar .right-utility.seeker_header li.user-avtar .dropdown-toggle:after {
    display: inline-block;
    top: 3px;
    position: relative;
    font-size: 18px;
    border-top-color: #fff
}

.dashboard-header .navbar .right-utility.seeker_header li:not(:last-child) {
    margin-left: 0px;
    margin-right: 35px
}

.dashboard-header .navbar .right-utility.seeker_header li a {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-size: 14px;
    color: #44515A
}

.dashboard-header .navbar .right-utility.seeker_header li a.bell {
    color: #fff;
    font-size: 18px
}

.dashboard-header .navbar .right-utility.seeker_header li a.bell:hover {
    color: #F6C723
}

.dashboard-header .navbar .right-utility.seeker_header li a.executive {
    font-size: 16px
}

.dashboard-header .navbar .right-utility.seeker_header li.user-avtar {
    padding-left: 0px
}

.dashboard-header .navbar .right-utility.seeker_header li.user-avtar:after {
    display: none
}

.dashboard-header .navbar .right-utility.seeker_header li.user-avtar .dropdown-toggle img {
    border: none
}

.dashboard-header .navbar .right-utility.seeker_header li.active a {
    color: #F6C723
}

.dashboard-header .navbar .right-utility:after {
    width: 1px;
    height: 75px;
    content: '';
    position: absolute;
    background-color: #e0e0e0;
    left: 0;
    top: -17px
}

.dashboard-header .navbar .right-utility li {
    position: relative;
    display: inline-flex;
    align-items: center
}

.dashboard-header .navbar .right-utility li:not(:last-child) {
    margin-left: 25px;
    margin-right: 25px
}

.dashboard-header .navbar .right-utility li .dropdown-toggle:after {
    display: none
}

.dashboard-header .navbar .right-utility li .dropdown-menu {
    left: auto;
    right: 0px;
    padding: 0px;
    top: 65px;
    border: 0px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    transform: scale(0.85);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    display: initial
}

.dashboard-header .navbar .right-utility li .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.dashboard-header .navbar .right-utility li .dropdown-menu.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.dashboard-header .navbar .right-utility li a {
    color: #fff;
    font-size: 20px;
    transition: all 500ms;
    padding: 0px
}

.dashboard-header .navbar .right-utility li a:hover {
    color: #4FBD9D
}

.dashboard-header .navbar .right-utility li a.active i {
    color: #F6C723
}

.dashboard-header .navbar .right-utility li.notification a .count {
    display: inline-block;
    top: -12px;
    margin-left: -12px;
    font-weight: 700;
    height: 19px;
    width: 19px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #dc3139;
    border-radius: 50%;
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    font-weight: 100
}

.dashboard-header .navbar .right-utility li.notification .dropdown-menu {
    min-width: 360px
}

.dashboard-header .navbar .right-utility li.notification .dropdown-menu .headline {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #E4E4E4
}

.dashboard-header .navbar .right-utility li.notification .dropdown-menu .headline h3 {
    font-size: 18px
}

.dashboard-header .navbar .right-utility li.notification .dropdown-menu ul .scroll_notification {
    height: 220px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #F6C723 #222
}

.dashboard-header .navbar .right-utility li.notification .dropdown-menu ul li {
    padding: 20px;
    display: flex;
    margin-left: 0px;
    border-top: 1px solid #e4e4e4;
    align-items: center
}

.dashboard-header .navbar .right-utility li.notification .dropdown-menu ul li:not(:last-child) {
    margin-right: 0px
}

.dashboard-header .navbar .right-utility li.notification .dropdown-menu ul li .notification-icon {
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    border-radius: 50%;
    text-align: center;
    color: #a0a0a0;
    overflow: hidden
}

.dashboard-header .navbar .right-utility li.notification .dropdown-menu ul li .notification-icon img {
    width: 100%
}

.dashboard-header .navbar .right-utility li.notification .dropdown-menu ul li .notification-text {
    padding-left: 20px;
    line-height: 23px;
    font-size: 15px
}

.dashboard-header .navbar .right-utility li.notification .dropdown-menu ul li .notification-text strong {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.dashboard-header .navbar .right-utility li.notification .dropdown-menu ul li a {
    font-size: 15px;
    color: #F6C723
}

.dashboard-header .navbar .right-utility li.notification .dropdown-menu ul li.view-all {
    padding: 10px
}

.dashboard-header .navbar .right-utility li.user-avtar {
    padding-left: 25px
}

.dashboard-header .navbar .right-utility li.user-avtar:after {
    width: 1px;
    height: 75px;
    content: '';
    position: absolute;
    background-color: #e0e0e0;
    left: 0;
    top: -17px
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-toggle:after {
    display: none
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-toggle img {
    width: 40px;
    height: 40px;
    border: 2px solid #EFF8F3;
    padding: 0
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-toggle .username {
    color: #fff;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin-left: 8px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-toggle .status {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #F6C723;
    border: 2px solid #fff;
    display: block;
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.2);
    bottom: 0;
    right: 0;
    position: absolute
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu {
    width: 250px
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .user-details {
    padding: 10px 25px;
    border-bottom: 1px solid #E4E4E4
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .user-details .user-avatar {
    margin-right: 10px
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .user-details .user-avatar img {
    height: 40px;
    width: 40px;
    border-radius: 50%
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .user-details .user-name {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .user-details .user-name span {
    display: block;
    color: #989898;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    font-size: 14px
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .user-details .complete-profile {
    font-size: 13px;
    margin-top: 5px
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .user-details .complete-profile .progress {
    height: 13px;
    border-radius: 25px
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .user-details .complete-profile .progress .progress-bar {
    background-color: #F6C723;
    border-radius: 25px;
    font-size: 12px;
    padding: 0 5px
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .user-details .complete-profile span {
    color: #F6C723
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .user-details .profile-status {
    padding: 10px 0
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .user-details .profile-status label {
    font-size: 14px
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    padding: 12px 25px
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .dropdown-item.active {
    background-color: transparent;
    color: #4FBD9D
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #E4E4E4
}

.dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .dropdown-item:active {
    background: #fff
}

.dashboard-header .navbar .right-utility li.show .dropdown-menu.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .dashboard-header .navbar .navbar-brand .pages_edit_btns {
        left: 150px
    }

    .dashboard-header .navbar .navbar-brand .pages_edit_btns .btn {
        height: 30px;
        width: 30px;
        font-size: 14px
    }

    .dashboard-header .navbar .right-utility li:not(:last-child) {
        margin-right: 18px
    }

    .dashboard-header .navbar .right-utility li.user-avtar {
        padding-left: 18px
    }

    .dashboard-header .navbar .right-utility li.user-avtar .dropdown-toggle .username {
        max-width: 105px
    }
}

@media (max-width: 1199.98px) {
    .dashboard-header .navbar {
        height: 65px
    }

    .dashboard-header .navbar .navbar-brand {
        max-width: 90px
    }

    .dashboard-header .navbar .navbar-brand .logo img {
        width: 84px
    }

    .dashboard-header .navbar .navbar-brand .pages_edit_btns {
        left: 110px
    }

    .dashboard-header .navbar .navbar-brand .pages_edit_btns .btn {
        height: 30px;
        width: 30px;
        font-size: 13px
    }

    .dashboard-header .navbar .right-utility li.user-avtar .dropdown-toggle .username {
        max-width: 130px
    }

    .dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .dropdown-item {
        padding: 10px 25px
    }

    .dashboard-header .navbar .right-utility.seeker_header li:not(:last-child) {
        margin-right: 20px
    }
}

@media (max-width: 767.98px) {
    .dashboard-header .navbar {
        height: 55px
    }

    .dashboard-header .navbar .navbar-brand {
        padding: 9px 0;
        min-width: inherit
    }

    .dashboard-header .navbar .navbar-brand .logo img {
        width: 70px;
        margin-right: 10px
    }

    .dashboard-header .navbar .navbar-brand .pages_edit_btns {
        display: none
    }

    .dashboard-header .navbar .right-utility li.user-avtar {
        padding-left: 18px
    }

    .dashboard-header .navbar .right-utility li.user-avtar .dropdown-toggle img {
        height: 30px;
        width: 30px
    }

    .dashboard-header .navbar .right-utility li.user-avtar .dropdown-toggle .username {
        font-size: 12px;
        width: 65px;
        display: none
    }

    .dashboard-header .navbar .right-utility li.user-avtar .dropdown-menu .user-details .complete-profile .progress .progress-bar {
        padding-top: 5px
    }

    .dashboard-header .navbar .right-utility li.notification .dropdown-menu .headline {
        padding: 12px 20px
    }

    .dashboard-header .navbar .right-utility li.notification .dropdown-menu .headline h3 {
        font-size: 15px
    }

    .dashboard-header .navbar .right-utility.seeker_header li:not(:last-child) {
        margin-right: 15px
    }

    .dashboard-header .navbar .right-utility.seeker_header li .dropdown-menu {
        top: 52px;
        max-height: calc(100vh - 80px);
        overflow-x: auto
    }

    .dashboard-header .navbar .right-utility.seeker_header li.notification .dropdown-menu {
        right: -63px;
        width: 290px;
        min-width: 100%
    }

    .dashboard-header .navbar .right-utility.seeker_header li.notification .dropdown-menu:before {
        left: 110px;
        right: auto
    }

    .dashboard-header .navbar .right-utility.seeker_header li.notification .dropdown-menu ul .scroll_notification {
        height: 160px
    }

    .dashboard-header .navbar .right-utility.seeker_header li.notification .dropdown-menu ul li {
        padding: 8px 15px
    }

    .dashboard-header .navbar .right-utility.seeker_header li.notification .dropdown-menu ul li .notification-text {
        font-size: 14px;
        padding-left: 15px
    }

    .dashboard-header .navbar .right-utility.seeker_header li.notification .dropdown-menu ul li.view-all {
        padding: 8px 15px
    }
}

.dashboard-footer {
    padding-left: 280px;
    background-color: #020531;
    border-top: 1px solid #fff;
    color: #969DA7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.dashboard-footer .container-fluid {
    max-width: 1650px
}

.dashboard-footer .footer-in {
    padding: 10px 60px
}

@media (min-width: 1200px) and (max-width: 1750px) {
    .dashboard-footer .footer-in {
        padding: 15px 20px
    }
}

@media (min-width: 2100px) {
    .dashboard-footer .footer-in {
        padding: 10px 0px
    }
}

@media (max-width: 1199.98px) {
    .dashboard-footer .footer-in {
        padding: 10px 0
    }
}

.dashboard-footer .footer-in .copyright-text {
    font-size: 15px
}

.dashboard-footer .footer-in .ftr-links .nav {
    margin-right: 25px
}

.dashboard-footer .footer-in .ftr-links .nav li:not(:last-child) {
    margin-right: 15px
}

.dashboard-footer .footer-in .ftr-links .nav li a {
    color: #969DA7;
    font-size: 14px
}

.dashboard-footer .footer-in .ftr-links .nav li a:hover {
    color: #F6C723
}

.dashboard-footer .footer-in .footer-social-link li a {
    font-size: 17px;
    color: #969DA7
}

.dashboard-footer .footer-in .footer-social-link li a:hover {
    color: #F6C723
}

.dashboard-footer .footer-in .footer-social-link.support {
    margin-right: 50px
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .dashboard-footer {
        padding-left: 240px
    }

    .dashboard-footer .footer-in .footer-social-link.support {
        margin-right: 153px
    }
}

@media (max-width: 1199.98px) {
    .dashboard-footer {
        padding-left: 0px
    }

    .dashboard-footer .footer-in .footer-social-link.support {
        margin-right: 153px
    }
}

@media (max-width: 991.98px) {
    .dashboard-footer .footer-in {
        text-align: center
    }

    .dashboard-footer .footer-in .ftr-links .nav {
        margin: 10px 0 !important;
        justify-content: center
    }

    .dashboard-footer .footer-in .ftr-links .nav li:not(:last-child) {
        margin-right: 8px
    }

    .dashboard-footer .footer-in .footer-social-link li a {
        font-size: 14px
    }

    .dashboard-footer .footer-in .footer-social-link.support {
        margin-right: 0
    }
}

@media (max-width: 575.98px) {
    .dashboard-footer .footer-in .copyright-text {
        font-size: 14px
    }

    .dashboard-footer .footer-in .footer-social-link li a {
        font-size: 16px
    }

    .dashboard-footer .footer-in .footer-social-link.support {
        margin-right: 0px
    }
}

.innerPage .mainHeader .header-wrap {
    background-color: #020531
}

.mainHeader .header-wrap {
    background-color: rgba(34, 34, 34, 0.2);
    padding: 0 30px;
    height: 90px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10
}

.mainHeader .header-wrap .left-logo img {
    height: 75px
}

.mainHeader .header-wrap .right-button ul li {
    position: relative
}

.mainHeader .header-wrap .right-button ul li a {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #fff
}

.mainHeader .header-wrap .right-button ul li a i {
    margin-right: 10px
}

.mainHeader .header-wrap .right-button ul li a:hover {
    color: #F6C723
}

.mainHeader .header-wrap .right-button ul li.active a {
    color: #F6C723
}

.mainHeader .header-wrap .right-button ul li.loginLink {
    margin-right: 30px
}

.mainHeader .header-wrap .right-button ul li.loginLink:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    right: -18px;
    top: 0
}

.mainHeader .header-wrap .right-button ul li.registerLink {
    margin-right: 42px
}

.mainHeader.small {
    font-size: inherit
}

.mainHeader.small .header-wrap {
    background-color: #020531
}

@media (max-width: 1599px) {
    .mainHeader .header-wrap {
        height: 80px
    }

    .mainHeader .header-wrap .left-logo img {
        height: 65px
    }
}

@media (max-width: 1199.98px) {
    .mainHeader .header-wrap {
        height: 70px;
        padding: 0 20px
    }

    .mainHeader .header-wrap .left-logo img {
        height: 55px
    }
}

@media (max-width: 767.98px) {
    .mainHeader .header-wrap {
        height: 60px;
        padding: 0 15px
    }

    .mainHeader .header-wrap .left-logo img {
        height: 48px
    }

    .mainHeader .header-wrap .right-button ul li a {
        font-size: 14px
    }

    .mainHeader .header-wrap .right-button ul li.loginLink {
        margin-right: 20px
    }

    .mainHeader .header-wrap .right-button ul li.loginLink:after {
        right: -13px;
        height: 16px;
        top: 1px
    }

    .mainHeader .header-wrap .right-button ul li.registerLink {
        margin-right: 30px
    }
}

@media (max-width: 575.98px) {
    .mainHeader .header-wrap {
        height: 55px
    }

    .mainHeader .header-wrap .left-logo img {
        height: 40px
    }

    .mainHeader .header-wrap .right-button ul li a {
        font-size: 13px
    }

    .mainHeader .header-wrap .right-button ul li a i {
        margin-right: 6px
    }

    .mainHeader .header-wrap .right-button ul li.loginLink {
        margin-right: 15px
    }

    .mainHeader .header-wrap .right-button ul li.loginLink:after {
        right: -10px
    }

    .mainHeader .header-wrap .right-button ul li.registerLink {
        margin-right: 12px
    }
}

.frontendSidebarMenu {
    position: fixed;
    height: 100%;
    width: 410px;
    padding: 80px 30px 120px 50px;
    right: -560px;
    background-color: #222;
    z-index: 11;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.frontendSidebarMenu .topHead {
    position: absolute;
    top: 30px;
    right: 30px
}

.frontendSidebarMenu .topHead ul li {
    position: relative
}

.frontendSidebarMenu .topHead ul li a {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #fff
}

.frontendSidebarMenu .topHead ul li a i {
    margin-right: 10px
}

.frontendSidebarMenu .topHead ul li a:hover {
    color: #F6C723
}

.frontendSidebarMenu .topHead ul li.loginLink {
    margin-right: 30px
}

.frontendSidebarMenu .topHead ul li.loginLink:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    right: -18px;
    top: 0
}

.frontendSidebarMenu .topHead ul li.registerLink {
    margin-right: 42px
}

.frontendSidebarMenu .linkScroll {
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #F6C723 #222
}

.frontendSidebarMenu .linkScroll::-webkit-scrollbar {
    width: 4px
}

.frontendSidebarMenu .menuList li a {
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #fff
}

.frontendSidebarMenu .menuList li a:hover {
    color: #F6C723
}

.frontendSidebarMenu .menuList li.active a {
    color: #F6C723
}

.frontendSidebarMenu .menuList li:not(:last-child) {
    margin-bottom: 40px
}

.frontendSidebarMenu .menuList li.storeBtn a {
    display: inline-block
}

.frontendSidebarMenu .menuList li.storeBtn a img {
    height: 45px
}

.frontendSidebarMenu .menuList li.storeBtn a:not(:last-child) {
    margin-right: 5px
}

.frontendSidebarMenu .socialLink {
    position: absolute;
    right: 30px;
    bottom: 25px
}

.frontendSidebarMenu .socialLink li a {
    font-size: 20px;
    color: #fff
}

.frontendSidebarMenu .socialLink li a:hover {
    color: #F6C723
}

.frontendSidebarMenu .socialLink li:not(:last-child) {
    margin-right: 30px
}

.frontendSidebarMenu .bgLogo {
    position: absolute;
    left: 50px;
    bottom: 25px;
    width: 140px
}

@media (max-width: 1680px) {
    .frontendSidebarMenu .menuList li a {
        font-size: 19px
    }

    .frontendSidebarMenu .menuList li:not(:last-child) {
        margin-bottom: 25px
    }
}

@media (max-width: 1599px) {
    .frontendSidebarMenu {
        padding: 65px 30px 120px 35px
    }

    .frontendSidebarMenu .topHead {
        top: 25px
    }

    .frontendSidebarMenu .menuList li a {
        font-size: 18px
    }

    .frontendSidebarMenu .bgLogo {
        left: 35px
    }

    .frontendSidebarMenu .socialLink {
        right: 30px
    }
}

@media (max-width: 1399px) {
    .frontendSidebarMenu {
        padding: 55px 30px 89px 35px;
        width: 340px
    }

    .frontendSidebarMenu .topHead {
        top: 20px
    }

    .frontendSidebarMenu .topHead ul li a {
        font-size: 14px
    }

    .frontendSidebarMenu .menuList li a {
        font-size: 16px
    }

    .frontendSidebarMenu .menuList li:not(:last-child) {
        margin-bottom: 20px
    }

    .frontendSidebarMenu .bgLogo {
        bottom: 20px;
        width: 110px
    }
}

@media (max-width: 1199.98px) {
    .frontendSidebarMenu {
        padding: 55px 25px 89px
    }

    .frontendSidebarMenu .topHead {
        top: 20px;
        right: 25px
    }

    .frontendSidebarMenu .topHead ul li.loginLink {
        margin-right: 20px
    }

    .frontendSidebarMenu .topHead ul li.loginLink:after {
        right: -13px;
        height: 16px;
        top: 1px
    }

    .frontendSidebarMenu .topHead ul li.registerLink {
        margin-right: 30px
    }

    .frontendSidebarMenu .menuList li:not(:last-child) {
        margin-bottom: 25px
    }

    .frontendSidebarMenu .bgLogo {
        left: 25px
    }

    .frontendSidebarMenu .socialLink {
        right: 25px;
        bottom: 20px
    }

    .frontendSidebarMenu .socialLink li:not(:last-child) {
        margin-right: 15px
    }
}

@media (max-width: 767.98px) {
    .frontendSidebarMenu {
        padding: 50px 20px 60px;
        width: 300px
    }

    .frontendSidebarMenu .linkScroll {
        max-height: calc(100vh - 142px);
        overflow-y: auto
    }

    .frontendSidebarMenu .menuList li a {
        font-size: 14px
    }

    .frontendSidebarMenu .menuList li:not(:last-child) {
        margin-bottom: 20px
    }

    .frontendSidebarMenu .menuList li.storeBtn a img {
        height: 40px
    }

    .frontendSidebarMenu .bgLogo {
        width: 90px;
        left: 20px;
        bottom: 15px
    }

    .frontendSidebarMenu .socialLink {
        right: 20px;
        bottom: 15px
    }

    .frontendSidebarMenu .socialLink li a {
        font-size: 18px
    }
}

@media (max-width: 575.98px) {
    .frontendSidebarMenu .topHead ul li a {
        font-size: 13px
    }

    .frontendSidebarMenu .topHead ul li a i {
        margin-right: 6px
    }

    .frontendSidebarMenu .topHead ul li.loginLink {
        margin-right: 15px
    }

    .frontendSidebarMenu .topHead ul li.loginLink:after {
        right: -10px
    }

    .frontendSidebarMenu .topHead ul li.registerLink {
        margin-right: 12px
    }
}

.openMenu .frontendSidebarMenu {
    right: 0
}

.inner-page .frontend-header {
    position: fixed;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999;
    width: 100%;
    top: 20px
}

.inner-page .frontend-header.small {
    padding: 15px 15px;
    width: 100%;
    top: 0
}

.inner-page .frontend-header.small .header-wrap .action-btn li .c-btn--menu {
    border: 0;
    margin-bottom: 1px;
    width: 45px;
    height: 40px
}

.inner-page .frontend-header.small .header-wrap .action-btn li .c-btn--menu:hover {
    border-color: #F6C723
}

@media (max-width: 1199.98px) {
    .inner-page .frontend-header .header-wrap .left-logo img {
        max-width: 40px
    }
}

@media (max-width: 991.98px) {
    .inner-page .frontend-header.small {
        padding: 10px 0px
    }
}

@media (max-width: 575.98px) {
    .inner-page .frontend-header {
        top: 10px
    }
}

.bootstrap-select {
    height: auto
}

.bootstrap-select>.dropdown-menu {
    min-width: 100% !important;
    max-width: 350px;
    padding: 0;
    border: 1px solid #F6C723
}

.bootstrap-select>.dropdown-menu .bs-searchbox .form-control {
    width: 100% !important;
    margin: 10px 0 5px;
    height: 40px
}

.bootstrap-select>.dropdown-menu .inner {
    scrollbar-width: thin;
    scrollbar-color: #F6C723 #ccc
}

.bootstrap-select>.dropdown-menu .inner::-webkit-scrollbar {
    width: 4px
}

.bootstrap-select>.dropdown-menu .inner>.dropdown-menu li.active a,
.bootstrap-select>.dropdown-menu .inner>.dropdown-menu li:active a {
    background-color: #F6C723
}

.bootstrap-select>.dropdown-menu .inner>.dropdown-menu li a {
    padding: 5px 12px
}

.bootstrap-select>.dropdown-menu .inner>.dropdown-menu li a:hover,
.bootstrap-select>.dropdown-menu .inner>.dropdown-menu li a:focus,
.bootstrap-select>.dropdown-menu .inner>.dropdown-menu li a.active {
    background-color: #F6C723;
    color: #fff
}

@media (min-width: 768px) {
    .bootstrap-select>.dropdown-menu .inner>.dropdown-menu li a {
        font-size: 15px
    }
}

.bootstrap-select>.dropdown-menu .inner>.dropdown-menu li a .text {
    word-break: break-word
}

.bootstrap-select.dropup.show .dropdown-toggle {
    border-bottom: 1px solid #F6C723 !important
}

.bootstrap-select .dropdown-toggle {
    font-size: 16px;
    border-radius: 3px;
    height: 50px;
    color: #333;
    border: 1px solid #e6e6e6;
    padding: 12px 20px;
    background-color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-weight: normal;
    text-transform: capitalize
}

.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active:focus,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:active:hover,
.bootstrap-select .dropdown-toggle:not(:disabled),
.bootstrap-select .dropdown-toggle:not(.disabled):active {
    background-color: #fff;
    outline: none !important;
    box-shadow: none !important;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-weight: normal
}

.bootstrap-select .dropdown-toggle.bs-placeholder {
    color: #b0b0b0
}

.bootstrap-select .dropdown-toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    border: none;
    position: relative
}

@media (min-width: 2000px) {
    .bootstrap-select .dropdown-toggle:after {
        margin-top: -5px
    }
}

.bootstrap-select .dropdown-toggle+.dropdown-menu {
    min-width: 100% !important;
    max-width: 350px
}

.bootstrap-select .dropdown-toggle+.dropdown-menu .bs-searchbox .form-control {
    width: 100% !important;
    margin: 10px 0 5px;
    height: 40px
}

.bootstrap-select .dropdown-toggle+.dropdown-menu .inner li.active a,
.bootstrap-select .dropdown-toggle+.dropdown-menu .inner li:active a {
    background-color: #F6C723
}

.bootstrap-select .dropdown-toggle+.dropdown-menu .inner li a {
    padding: 5px 12px
}

.bootstrap-select .dropdown-toggle+.dropdown-menu .inner li a:hover,
.bootstrap-select .dropdown-toggle+.dropdown-menu .inner li a:focus,
.bootstrap-select .dropdown-toggle+.dropdown-menu .inner li a.active {
    background-color: #F6C723;
    color: #000
}

@media (min-width: 768px) {
    .bootstrap-select .dropdown-toggle+.dropdown-menu .inner li a {
        font-size: 14px
    }
}

.bootstrap-select .dropdown-toggle+.dropdown-menu .inner li a .text {
    word-break: break-word
}

.bootstrap-select.show .dropdown-toggle {
    border-color: #F6C723
}

.bootstrap-select.show .dropdown-toggle+.dropdown-menu {
    margin-top: -2px;
    padding: 0;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    border-color: #F6C723
}

.bootstrap-select.dropup.show .dropdown-toggle {
    border-radius: 0 0 5px 5px !important;
    border-color: #F6C723
}

.bootstrap-select.dropup.show .dropdown-toggle+.dropdown-menu {
    padding: 0;
    border-top: 1px solid #F6C723;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    top: 2px !important
}

@media (max-width: 1199.98px) {
    .bootstrap-select .dropdown-toggle {
        font-size: 15px;
        padding: 10px 20px;
        height: 44px
    }

    .bootstrap-select .dropdown-toggle+.dropdown-menu {
        max-width: 100%
    }

    .bootstrap-select .dropdown-toggle+.dropdown-menu li .dropdown-item {
        white-space: normal
    }
}

@media (max-width: 991.98px) {
    .bootstrap-select .dropdown-toggle {
        font-size: 14px;
        padding-right: 15px;
        padding-left: 15px
    }
}

.breadcrumb {
    background-color: #333;
    padding: 9px 20px 12px
}

.breadcrumb .breadcrumb-item {
    color: #fff;
    font-size: 15px
}

.breadcrumb .breadcrumb-item a {
    color: #fff
}

.breadcrumb .breadcrumb-item a:hover {
    color: #F6C723
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 9px
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #aaa
}

.breadcrumb .breadcrumb-item.active {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

@media (max-width: 991.98px) {
    .breadcrumb {
        padding: 6px 15px 8px
    }

    .breadcrumb .breadcrumb-item {
        font-size: 13px
    }
}

.datepicker .table thead tr th {
    font-size: 14px
}

.datepicker .table tbody tr td {
    font-size: 14px
}

.datepicker .table tbody tr td:active,
.datepicker .table tbody tr td.active {
    background-color: #F6C723;
    color: #fff;
    border-radius: 0
}

.datepicker .table tbody tr td.today:before {
    border-bottom-color: #F6C723
}

.datepicker .table tbody tr td.active.today:before {
    border-bottom-color: #fff
}

.ui-widget.ui-widget-content {
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 9999
}

.ui-widget.ui-widget-content.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto
}

.ui-widget.ui-widget-content .ui-widget-header {
    background-color: transparent;
    border: none
}

.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-title select:not(:last-child) {
    margin-right: 10px
}

.ui-widget.ui-widget-content .ui-widget-header .ui-datepicker-title select:focus {
    outline: none
}

.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all:after {
    font-size: 18px;
    color: #7B7B7B;
    font-family: 'FontAwesome'
}

.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all .ui-icon {
    display: none
}

.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all.ui-state-hover {
    background-color: #fff;
    border: 0px
}

.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all.ui-datepicker-prev,
.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all.ui-datepicker-next {
    align-items: center;
    justify-content: center;
    display: flex
}

.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all.ui-datepicker-prev:after {
    content: "\f104"
}

.ui-widget.ui-widget-content .ui-widget-header .ui-corner-all.ui-datepicker-next:after {
    content: "\f105"
}

.ui-widget.ui-widget-content .ui-state-default,
.ui-widget.ui-widget-content .ui-widget-header .ui-state-default,
.ui-widget.ui-widget-content .ui-button,
.ui-widget.ui-widget-content html .ui-button.ui-state-disabled:hover,
.ui-widget.ui-widget-content html .ui-button.ui-state-disabled:active {
    background-color: #fff;
    border: none;
    text-align: center
}

.ui-widget.ui-widget-content .ui-state-active,
.ui-widget.ui-widget-content .ui-widget-header .ui-state-active,
.ui-widget.ui-widget-content a.ui-button:active,
.ui-widget.ui-widget-content .ui-button:active,
.ui-widget.ui-widget-content .ui-button.ui-state-active:hover {
    color: #fff;
    background-color: #F6C723;
    border-color: #F6C723
}

.ui-widget .ui-datepicker .ui-datepicker-prev,
.ui-widget .ui-datepicker .ui-datepicker-next {
    cursor: pointer
}

.form-group {
    margin-bottom: 20px
}

@media (max-width: 767.98px) {
    .form-group {
        margin-bottom: 15px
    }
}

.form-group .label_row {
    position: relative
}

.form-group .label_row label {
    padding-right: 33px
}

.form-group .label_row .add_btn {
    position: absolute;
    right: 0px;
    width: 26px;
    height: 26px;
    top: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important
}

.form-group .label_row .add_btn i {
    font-size: 14px
}

@media (max-width: 991.98px) {
    .form-group .label_row .add_btn {
        top: -4px
    }
}

.form-group .note {
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.form-group #skills-error {
    position: absolute;
    bottom: 0px
}

.form-group .bootstrap-select {
    position: relative
}

.form-group .bootstrap-select .error-help-block {
    position: absolute
}

.form-group.has-error .bootstrap-select {
    padding-bottom: 22px;
    height: auto
}

.form-group.has-error .bootstrap-select .error-help-block {
    bottom: 0px
}

.form-group.upload-image .input-group .form-control:disabled {
    background: #fff
}

.form-group.upload-image .input-group .input-group-prepend {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.form-group.upload-image .input-group .input-group-prepend .input-group-text {
    background: transparent;
    border-left: 0px;
    border-radius: 0 3px 3px 0;
    color: #7C7E8A;
    border-color: #E6E6E6;
    font-size: 19px
}

.form-group.upload-image .input-group .input-group-prepend .Upload-file {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.form-group .add-more {
    position: relative
}

.form-group .add-more .form-control {
    padding-right: 50px
}

.form-group .add-more .btn {
    border-radius: 50%;
    padding: 0;
    height: 35PX;
    width: 35px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 1199.98px) {
    .form-group .add-more .btn {
        padding-top: 0px !important
    }
}

.js-example-tags-container ul:after {
    display: block;
    clear: both;
    content: ''
}

.js-example-tags-container ul li {
    border-radius: 4px;
    float: left;
    cursor: default;
    margin-right: 5px;
    margin-top: 5px;
    height: 30px;
    display: flex;
    max-width: max-content;
    padding-right: 10px;
    align-items: center;
    font-size: 14px
}

.js-example-tags-container ul li .destroy-tag-selected {
    color: #FFAC29;
    font-weight: bold;
    margin-right: 5px;
    vertical-align: middle;
    background-color: #F6C723;
    height: 100%;
    position: relative;
    padding: 0 5px;
    font-size: 20px;
    line-height: 25px
}

.js-example-tags-container ul li .destroy-tag-selected:hover {
    background-color: #f5c10b
}

.iconFiled {
    position: relative
}

.iconFiled .form-control {
    padding-right: 50px
}

.iconFiled span {
    position: absolute;
    font-size: 20px;
    top: 12px;
    right: 15px;
    color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 991.98px) {
    .iconFiled .form-control {
        padding-right: 45px
    }

    .iconFiled span {
        font-size: 17px
    }
}

.form-control,
.tagtacular_add_input,
.select2-search__field {
    font-size: 16px;
    border-radius: 5px;
    margin-top: 0;
    height: 50px;
    color: #333;
    border: 1px solid #E6E6E6;
    padding: 12px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-weight: normal
}

.form-control:focus,
.tagtacular_add_input:focus,
.select2-search__field:focus {
    border-color: #F6C723;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form-control .dropdown-menu,
.tagtacular_add_input .dropdown-menu,
.select2-search__field .dropdown-menu {
    z-index: 9
}

.form-control::-moz-placeholder,
.tagtacular_add_input::-moz-placeholder,
.select2-search__field::-moz-placeholder {
    color: #676767;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.tagtacular_add_input:-ms-input-placeholder,
.select2-search__field:-ms-input-placeholder {
    color: #676767
}

.form-control::-webkit-input-placeholder,
.tagtacular_add_input::-webkit-input-placeholder,
.select2-search__field::-webkit-input-placeholder {
    color: #676767
}

@media (max-width: 1199.98px) {

    .form-control,
    .tagtacular_add_input,
    .select2-search__field {
        padding: 10px 20px;
        height: 44px;
        font-size: 15px
    }
}

@media (max-width: 991.98px) {

    .form-control,
    .tagtacular_add_input,
    .select2-search__field {
        font-size: 14px;
        padding-right: 15px;
        padding-left: 15px
    }
}

.form-control.icon,
.tagtacular_add_input.icon,
.select2-search__field.icon {
    padding-right: 20px
}

.form-control.icon~i,
.tagtacular_add_input.icon~i,
.select2-search__field.icon~i {
    position: absolute;
    color: #b3b2b2;
    font-size: 22px;
    top: 55%;
    transform: translateY(-50%);
    right: 25px;
    font-style: normal
}

.form-control::-moz-placeholder {
    color: #b0b0b0;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #b0b0b0
}

.form-control::-webkit-input-placeholder {
    color: #b0b0b0
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff
}

.uploadIcon {
    position: relative
}

.uploadIcon:after {
    position: absolute;
    right: 15px;
    top: 25px;
    transform: translateY(-50%);
    color: #767980;
    font-size: 22px;
    pointer-events: none;
    content: "\f0ee";
    font-family: 'FontAwesome' !important;
    color: #F6C723;
    font-weight: bold
}

.uploadIcon.icon-right {
    border: 1px solid #E6E6E6;
    border-radius: 3px
}

.uploadIcon.icon-right label {
    margin-right: 45px;
    margin-bottom: 0
}

.uploadIcon.icon-right label .form-control {
    border: none;
    padding-right: 45px
}

.uploadIcon.icon-right:after {
    right: 45px
}

.uploadIcon.icon-right .delete {
    right: 15px
}

.uploadIcon .form-control {
    padding-right: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.uploadIcon input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%
}

.uploadIcon .delete {
    position: absolute;
    right: 47px;
    top: 13px;
    font-size: 14px
}

.uploadIcon .delete a {
    height: 23px;
    width: 23px;
    background-color: #FFAC29;
    display: flex;
    line-height: 23px;
    color: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    align-items: center;
    justify-content: center
}

.uploadIcon .delete a:hover {
    background-color: #f59600
}

@media (max-width: 991.98px) {
    .uploadIcon.icon-right label .form-control {
        line-height: 31px
    }
}

@media (max-width: 767.98px) {
    .uploadIcon:after {
        top: 23px
    }
}

.error-help-block {
    width: 100%;
    margin-top: .25rem;
    color: #dc3545;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    text-align: left;
    display: block
}

.dateIcon {
    position: relative
}

.dateIcon .form-control {
    padding-right: 35px;
    background-image: url("../images/calender.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px
}

textarea.form-control {
    min-height: 145px;
    resize: none
}

.inviteTeam {
    position: relative;
    padding-right: 55px
}

.inviteTeam .add_field_button {
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    border-radius: 50%;
    margin: 0 0 15px 13px
}

.inviteTeam .btnCircle {
    height: 40px;
    width: 40px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 15px
}

.inviteTeam .add-more {
    position: static
}

@media (max-width: 767.98px) {
    .inviteTeam {
        padding-right: 0
    }

    .inviteTeam .add-more {
        position: relative;
        padding-right: 50px
    }

    .inviteTeam .add_field_button {
        height: 35px;
        width: 35px;
        font-size: 15px
    }
}

.form-group .select2-container--default .select2-selection--multiple,
.form-group .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #E6E6E6;
    min-height: 50px
}

@media (max-width: 1199.98px) {

    .form-group .select2-container--default .select2-selection--multiple,
    .form-group .select2-container--default.select2-container--focus .select2-selection--multiple {
        min-height: 44px
    }
}

.form-group .select2-container--default .select2-selection--multiple:focus,
.form-group .select2-container--default.select2-container--focus .select2-selection--multiple:focus {
    border: 1px solid #F6C723
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__clear,
.form-group .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 20px;
    font-weight: normal
}

.form-group .select2-container {
    width: 100% !important
}

.form-group.has-error .skillsInput {
    position: relative;
    padding-bottom: 22px;
    height: auto
}

.form-group.has-error .skillsInput .error-help-block {
    position: absolute;
    bottom: 0px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.js-example-tags-container ul li {
    background-color: rgba(246, 199, 35, 0.1);
    border: 1px solid #F6C723;
    font-size: 13px;
    padding: 5px 5px 5px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

@media (max-width: 1199.98px) {

    .select2-container--default .select2-selection--multiple .select2-selection__choice,
    .js-example-tags-container ul li {
        font-size: 12px
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    ::i-block-chrome,
    .js-example-tags-container ul li {
        padding: 3px 5px 5px
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000;
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 1px;
    margin-right: 4px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #000
}

.select2-container--default .select2-results__option {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-size: 16px;
    padding: 5px 12px
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F6C723 !important;
    color: #fff !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F6C723 !important;
    color: #fff !important
}

.select2-container .select2-search--inline .select2-search__field {
    height: auto;
    margin-top: 14px;
    padding-left: 20px;
    font-size: 16px
}

@media (max-width: 1199.98px) {
    .select2-container .select2-search--inline .select2-search__field {
        margin-top: 11px;
        padding-left: 18px;
        font-size: 15px
    }
}

@media (max-width: 991.98px) {
    .select2-container .select2-search--inline .select2-search__field {
        padding-left: 13px
    }
}

.ui-autocomplete {
    padding: 0;
    border: 1px solid #F6C723 !important;
    border-radius: 0 0 3px 3px
}

.ui-autocomplete .ui-menu-item-wrapper {
    padding: 5px 12px !important;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500; !important
}

.ui-autocomplete .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-menu-item-wrapper:focus,
.ui-autocomplete .ui-menu-item-wrapper.active {
    background-color: #F6C723;
    color: #16181b
}

@media (min-width: 768px) {
    .ui-autocomplete .ui-menu-item-wrapper {
        font-size: 15px
    }
}

.ui-autocomplete .ui-menu-item-wrapper .text {
    word-break: break-word
}

.load_more a {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    font-size: 12px;
    color: #C5C5C5;
    border: 1px solid #D4FFE5;
    border-radius: 3px;
    padding: 9px 18px;
    display: inline-block
}

.load_more a img {
    width: 18px;
    margin-right: 8px;
    float: left
}

.load_more a:hover {
    border-color: #F6C723;
    color: #F6C723
}

.loader {
    left: 0;
    z-index: 9990;
    pointer-events: none;
    text-align: center;
    transform-origin: right center
}

.loader .bg-green {
    background: #020531;
    z-index: 9992;
    transition-delay: .23s;
    left: 0;
    transform-origin: right center;
    transform: scaleX(1);
    transition: transform .6s
}

.loader .valign {
    height: 100vh;
    position: relative;
    z-index: 9993;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader .icon-logo {
    color: #fff;
    font-size: 55px;
    transition: opacity .2s linear .6s
}

.loader .icon-logo img {
    width: 200px
}

@media (max-width: 767.98px) {
    .loader .icon-logo img {
        width: 150px
    }
}

.loader,
.loader .bg-green {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0
}

.hide-loader .loader .bg-green {
    transform-origin: right center 0px;
    transform: scaleX(0);
    transition: transform .6s
}

.hide-loader .loader .icon-logo {
    opacity: 0;
    transition: opacity .2s linear 0s
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: transparent
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #59585A
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: transparent
}

.custom-radio .custom-control-label,
.custom-checkbox .custom-control-label {
    cursor: pointer
}

.custom-radio .custom-control-input:indeterminate~.custom-control-label:before,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: transparent;
    border-color: #d6d6d6
}

.custom-radio .custom-control-input:indeterminate~.custom-control-label:after,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: none
}

.custom-radio .custom-control-input:disabled~.custom-control-label,
.custom-checkbox .custom-control-input:disabled~.custom-control-label {
    pointer-events: none
}

.custom-radio.interactive-effect .custom-control-label:after,
.custom-checkbox.interactive-effect .custom-control-label:after {
    animation: radius-shadow 0.4s
}

.custom-radio,
.custom-checkbox {
    padding-left: 0
}

.custom-radio:not(:last-child),
.custom-checkbox:not(:last-child) {
    margin-right: 20px
}

.custom-radio .custom-control-input:focus~.custom-control-label:before,
.custom-checkbox .custom-control-input:focus~.custom-control-label:before {
    box-shadow: none;
    outline: none
}

.custom-radio .custom-control-input:active~.custom-control-label:before,
.custom-checkbox .custom-control-input:active~.custom-control-label:before {
    background-color: transparent
}

.custom-radio .custom-control-label,
.custom-checkbox .custom-control-label {
    width: 100%;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    color: #59585A;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    font-weight: 500;
    white-space: nowrap
}

.custom-radio .custom-control-label:focus,
.custom-checkbox .custom-control-label:focus {
    outline: none
}

.custom-radio .custom-control-label span,
.custom-checkbox .custom-control-label span {
    position: relative;
    top: 2px
}

.custom-radio .custom-control-label a,
.custom-checkbox .custom-control-label a {
    color: #F6C723
}

.custom-radio .custom-control-label a:hover,
.custom-radio .custom-control-label a:focus,
.custom-checkbox .custom-control-label a:hover,
.custom-checkbox .custom-control-label a:focus {
    color: #ddae09
}

.custom-radio .custom-control-label:before,
.custom-checkbox .custom-control-label:before {
    content: "";
    position: absolute;
    left: 0px;
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #D8D8D8;
    cursor: pointer;
    border-radius: 0;
    transform: translateY(-50%)
}

.custom-radio .custom-control-label:after,
.custom-checkbox .custom-control-label:after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #D6D6D6;
    left: 5px;
    transition: all 0.5s;
    cursor: pointer
}

.custom-radio .custom-control-label:before,
.custom-checkbox .custom-control-label:before {
    border-radius: 50%;
    top: 10px
}

.custom-radio .custom-control-label:after,
.custom-checkbox .custom-control-label:after {
    top: 5px
}

@media (max-width: 767.98px) {

    .custom-radio:not(:last-child),
    .custom-checkbox:not(:last-child) {
        margin-right: 10px
    }

    .custom-radio .custom-control-label,
    .custom-checkbox .custom-control-label {
        padding-left: 22px;
        font-size: 14px
    }

    .custom-radio .custom-control-label span,
    .custom-checkbox .custom-control-label span {
        top: 4px
    }

    .custom-radio .custom-control-label:after,
    .custom-checkbox .custom-control-label:after {
        top: 8px
    }
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background: #43ABFF
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    border-color: #43ABFF;
    background: #fff
}

.custom-radio .custom-control-label {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
}

.custom-radio .custom-control-label:before {
    height: 20px;
    width: 20px;
    border-radius: 0;
    top: 11px;
    border-radius: 50%
}

.custom-radio .custom-control-label:after {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: 6px
}

@media (max-width: 767.98px) {
    .custom-radio .custom-control-label {
        padding-left: 28px
    }

    .custom-radio .custom-control-label:before {
        height: 18px;
        width: 18px;
        top: 9px
    }

    .custom-radio .custom-control-label:after {
        height: 8px;
        width: 8px;
        top: 5px
    }
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background: #4FBD9D
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    border-color: #4FBD9D;
    background: #fff
}

.custom-checkbox .custom-control-label {
    padding-left: 30px
}

.custom-checkbox .custom-control-label:before {
    width: 20px;
    height: 20px
}

.custom-checkbox .custom-control-label:after {
    width: 10px;
    height: 10px
}

.custom-checkbox .custom-control-label:before,
.custom-checkbox .custom-control-label:after {
    border-radius: 0
}

@media (max-width: 767.98px) {
    .custom-checkbox .custom-control-label {
        padding-left: 25px;
        font-size: 14px
    }

    .custom-checkbox .custom-control-label:before {
        width: 18px;
        height: 18px
    }

    .custom-checkbox .custom-control-label:after {
        width: 8px;
        height: 8px
    }
}

.tags li {
    padding: 5px 22px;
    background: rgba(246, 199, 35, 0.1);
    border: 1px solid #F6C723;
    border-radius: 3px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-size: 14px;
    color: #020531;
    margin-bottom: 10px
}

.tags li label {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 13px !important
}

.tags li span {
    vertical-align: middle
}

.tags li a {
    display: block;
    font-size: 13px
}

.tags.document li {
    width: 80px
}

.tags.document li .icon img {
    height: 32px;
    width: 32px;
    object-fit: cover;
    object-position: center
}

@media (max-width: 1599px) {
    .tags li {
        padding: 5px 15px
    }
}

@media (max-width: 1199.98px) {
    .tags li span {
        height: 100%;
        display: inline-block
    }

    .tags.document li {
        height: auto
    }
}

@media (max-width: 767.98px) {
    .tags li {
        padding: 5px 10px
    }
}

@media (max-width: 480px) {
    .tags.document li {
        width: 73px
    }
}

.switch,
.switch * {
    -webkit-tap-highlight-color: transparent;
    user-select: none
}

.switch label {
    cursor: pointer;
    margin: 0px;
    font-size: 15px;
    color: #9d9d9d
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
    display: none
}

.switch label input[type=checkbox]+.lever:after {
    animation: switch-shadow 0.4s
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #F6C723
}

.switch label input[type=checkbox]:checked+.lever:before,
.switch label input[type=checkbox]:checked+.lever:after {
    left: 18px
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #fff;
    animation: switch-shadow-color 0.4s
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 35px;
    height: 20px;
    background-color: #DDD;
    border-radius: 15px;
    transition: background 0.3s ease;
    vertical-align: middle
}

.switch label .lever:before,
.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease
}

.switch label .lever:after {
    background-color: #fff;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)
}

input[type=checkbox]:checked:not(:disabled)~.lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever::before {
    background-color: #fff
}

input[type=checkbox]:not(:disabled)~.lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus~.lever::before {
    background-color: rgba(0, 0, 0, 0.08)
}

.switch input[type=checkbox][disabled]+.lever {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.12)
}

.switch label input[type=checkbox][disabled]+.lever:after,
.switch label input[type=checkbox][disabled]:checked+.lever:after {
    background-color: 1px solid #DDD
}

.rating_star li:not(:last-child) {
    margin-right: 0px
}

.rating_star li i {
    color: #ccc;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.rating_star li.selected i,
.rating_star li.hover i {
    color: #F6C723
}

.rating_star li.rating-disabled i:hover {
    color: #ccc
}

.status {
    max-width: 265px
}

.status .switcher {
    width: 100%;
    height: 35px
}

.status .switcher span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
    text-align: center;
    background-color: #f1f1f1;
    height: 100%;
    padding: 7px 8px;
    white-space: nowrap;
    line-height: 35px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.status .switcher span:not(:last-child) {
    border-right: 1px solid #ccc
}

.status .switcher span input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer
}

.status .switcher span.active {
    background-color: #020531;
    color: #fff !important
}

@media (max-width: 767.98px) {
    .status .switcher span {
        padding: 6px 8px
    }
}

.irs--round .irs-min,
.irs--round .irs-max,
.irs--round .irs-single {
    background-color: #F6C723;
    color: #fff
}

.irs--round .irs-single:before {
    border-top-color: #F6C723
}

.irs--round .irs-handle {
    border-color: #F6C723
}

.irs--round .irs-line,
.irs--round .irs-bar {
    height: 10px
}

.irs--round .irs-bar {
    background-color: #F6C723
}

.bannerSection {
    height: 575px;
    text-align: center;
    background-size: cover;
    background-position: center
}

.bannerSection__inner {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    color: #fff
}

.bannerSection__inner h1 {
    font-family: "AdobeHebrew-Bold";
    font-size: 60px;
    margin-bottom: 8px
}

.bannerSection__inner p {
    font-size: 30px
}

.bannerSection__txt {
    margin-top: 40px
}

@media (max-width: 1599px) {
    .bannerSection {
        height: 450px
    }

    .bannerSection__inner h1 {
        font-size: 45px
    }

    .bannerSection__inner p {
        font-size: 25px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .bannerSection {
        height: 400px
    }

    .bannerSection__inner h1 {
        font-size: 35px
    }

    .bannerSection__inner p {
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .bannerSection {
        height: 300px
    }

    .bannerSection__inner h1 {
        font-size: 30px
    }

    .bannerSection__inner p {
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .bannerSection {
        height: 280px
    }

    .bannerSection__inner h1 {
        font-size: 25px
    }

    .bannerSection__inner p {
        font-size: 16px
    }

    .bannerSection__txt {
        margin-top: 25px
    }
}

@media (max-width: 575.98px) {
    .bannerSection__inner h1 {
        font-size: 22px
    }

    .bannerSection__inner h1 br {
        display: none
    }

    .bannerSection__inner p {
        font-size: 15px
    }
}

.commonTopFilter {
    margin-top: -52px
}

.commonTopFilter__inner {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    padding: 18px 218px 18px 18px;
    position: relative
}

.commonTopFilter__inner .bootstrap-select.form-control {
    padding-left: 0 !important
}

.commonTopFilter__inner .bootstrap-select .dropdown-toggle {
    height: 68px;
    border-radius: 0;
    font-size: 18px;
    padding: 21px
}

.commonTopFilter__inner .bootstrap-select .dropdown-menu .form-control {
    border-radius: 5px
}

.commonTopFilter__inner .bootstrap-select.show .dropdown-toggle {
    border-left: 1px solid #F6C723
}

.commonTopFilter__inner .form-control {
    height: 68px;
    border-radius: 5px 0 0 5px;
    font-size: 18px
}

.commonTopFilter__inner .btn-success {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    padding: 21px 48px;
    border-radius: 0 5px 5px 0
}

.commonTopFilter__inner .iconGroup i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    font-size: 20px;
    color: #43ABFF;
    z-index: 3
}

.commonTopFilter__inner .iconGroup>.form-control,
.commonTopFilter__inner .iconGroup .bootstrap-select .dropdown-toggle {
    padding-left: 83px
}

@media (max-width: 1599px) {
    .commonTopFilter__inner {
        padding: 18px 180px 18px 18px
    }

    .commonTopFilter__inner .form-control {
        height: 60px;
        font-size: 16px
    }

    .commonTopFilter__inner .bootstrap-select .dropdown-toggle {
        height: 60px;
        padding: 17px;
        font-size: 16px
    }

    .commonTopFilter__inner .btn-success {
        padding: 17px 29px
    }

    .commonTopFilter__inner .iconGroup i {
        left: 19px;
        font-size: 18px
    }

    .commonTopFilter__inner .iconGroup>.form-control,
    .commonTopFilter__inner .iconGroup .bootstrap-select .dropdown-toggle {
        padding-left: 55px
    }
}

@media (max-width: 991.98px) {
    .commonTopFilter__inner {
        padding: 18px
    }

    .commonTopFilter__inner .form-group {
        margin-bottom: 15px !important
    }

    .commonTopFilter__inner .iconGroup i {
        top: 40%
    }

    .commonTopFilter__inner .btn-success {
        position: initial;
        transform: translate(0);
        border-radius: 5px;
        width: 100%
    }
}

.leftSidebarFilter {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 30px 0
}

.leftSidebarFilter__item .head {
    padding: 0 25px;
    position: relative
}

.leftSidebarFilter__item .head:before {
    content: "";
    height: 30px;
    width: 4px;
    left: 0;
    top: -3px;
    background-color: #F6C723;
    position: absolute
}

.leftSidebarFilter__item .head h3 {
    font-size: 20px;
    color: #020531
}

.leftSidebarFilter__item .head a {
    color: rgba(2, 5, 49, 0.5)
}

.leftSidebarFilter__item .head a[aria-expanded="true"] i:before {
    content: "\e917"
}

.leftSidebarFilter__item:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee
}

.leftSidebarFilter__item .itemBody {
    padding: 30px 25px 0
}

.leftSidebarFilter__item .itemBody .btnGo {
    font-size: 17px;
    color: #4FBD9D;
    display: inline-block;
    margin-top: 20px
}

.leftSidebarFilter__item .itemBody .mCSB_outside+.mCSB_scrollTools {
    right: -15px
}

.leftSidebarFilter__item .itemBody .mCSB_outside+.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #4FBD9D !important
}

.leftSidebarFilter__item .itemBody .mCSB_outside+.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f0f2f5 !important
}

.leftSidebarFilter__item .itemBody .custom-checkbox-filter {
    padding-left: 35px;
    position: relative
}

.leftSidebarFilter__item .itemBody .custom-checkbox-filter:not(:last-child) {
    margin-bottom: 20px
}

.leftSidebarFilter__item .itemBody .custom-checkbox-filter .custom-control-input {
    z-index: 1;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.leftSidebarFilter__item .itemBody .custom-checkbox-filter .custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.leftSidebarFilter__item .itemBody .custom-checkbox-filter .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #fff;
    border-color: #898989
}

.leftSidebarFilter__item .itemBody .custom-checkbox-filter .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #898989
}

.leftSidebarFilter__item .itemBody .custom-checkbox-filter .custom-control-input:checked~.custom-control-label:after {
    font-family: "icomoon";
    content: "\e916";
    font-size: 7px;
    font-weight: 900;
    background-image: none;
    color: #fff;
    top: 0;
    left: 5px
}

.leftSidebarFilter__item .itemBody .custom-checkbox-filter .custom-control-input:checked~.custom-control-label:before {
    border-color: #4FBD9D;
    border-radius: 3px;
    background: #4FBD9D
}

.leftSidebarFilter__item .itemBody .custom-checkbox-filter .custom-control-label {
    width: 100%;
    cursor: pointer;
    color: #000;
    position: static;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    line-height: 18px
}

.leftSidebarFilter__item .itemBody .custom-checkbox-filter .custom-control-label:before {
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    top: 0px;
    border: 1px solid #c0c2c4;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.leftSidebarFilter__item .itemBody .custom-checkbox-filter .custom-control-label:after {
    left: 3px;
    top: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.leftSidebarFilter__item .itemBody .custom-checkbox-filter span {
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: rgba(2, 5, 49, 0.5);
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width: 991.98px) {
    .leftSidebarFilter__item .itemBody .custom-checkbox-filter {
        padding-left: 24px
    }

    .leftSidebarFilter__item .itemBody .custom-checkbox-filter .custom-control-label {
        font-size: 15px;
        line-height: 19px
    }

    .leftSidebarFilter__item .itemBody .custom-checkbox-filter .custom-control-input:checked~.custom-control-label:after {
        font-size: 10px;
        top: 0px;
        left: 4px
    }
}

.leftSidebarFilter .btnRow {
    padding: 0 25px
}

@media (max-width: 1599px) {
    .leftSidebarFilter {
        padding: 25px 0
    }

    .leftSidebarFilter__item:not(:last-child) {
        margin-bottom: 25px;
        padding-bottom: 25px
    }

    .leftSidebarFilter__item .head {
        padding: 0 20px
    }

    .leftSidebarFilter__item .head h3 {
        font-size: 18px
    }

    .leftSidebarFilter__item .head a {
        font-size: 15px
    }

    .leftSidebarFilter__item .itemBody {
        padding: 25px 20px 0
    }

    .leftSidebarFilter__item .itemBody .custom-checkbox-filter {
        padding-left: 30px
    }

    .leftSidebarFilter__item .itemBody .custom-checkbox-filter .custom-control-label {
        font-size: 15px
    }

    .leftSidebarFilter .btnRow {
        padding: 0 20px
    }
}

@media (max-width: 1199.98px) {
    .leftSidebarFilter__item .head h3 {
        font-size: 15px
    }
}

@media (max-width: 991.98px) {
    .leftSidebarFilter {
        margin-bottom: 20px
    }
}

.step-form {
    background-color: #f7f7f7
}

.step-form .form-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.05)
}

.step-form .form-wrap .step-form-header {
    border-bottom: 1px solid #f0efef
}

.step-form .form-wrap .step-form-header ul li a {
    padding: 20px 25px;
    color: #7C7E8A;
    font-size: 15px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    display: inline-block
}

.step-form .form-wrap .step-form-header ul li+li {
    margin-left: 30px
}

.step-form .form-wrap .step-form-header ul li.pre-active a {
    color: #F6C723
}

.step-form .form-wrap .step-form-header ul li.active a {
    color: #F6C723;
    position: relative
}

.step-form .form-wrap .step-form-header ul li.active a:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #F6C723;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px
}

.step-form .form-wrap .step-form-header ul li.link-disabled a {
    pointer-events: none;
    color: #e0e0e0
}

@media (max-width: 1199.98px) {
    .step-form .form-wrap .step-form-header ul li a {
        padding: 16px 25px
    }
}

@media (max-width: 991.98px) {
    .step-form .form-wrap .step-form-header {
        text-align: center
    }

    .step-form .form-wrap .step-form-header ul {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100%;
        display: block !important
    }

    .step-form .form-wrap .step-form-header ul li {
        display: inline-block !important
    }

    .step-form .form-wrap .step-form-header ul li+li {
        margin-left: 10px
    }

    .step-form .form-wrap .step-form-header ul li a {
        padding: 13px 12px
    }
}

.step-form .form-wrap .step-form-body .common-form .inner-body {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    border-radius: 5px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__header {
    padding: 20px 30px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    flex-wrap: wrap
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__header .error-help-block {
    order: 12;
    width: 100%
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__column {
    width: 150px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__column:first-child {
    width: 120px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__column a {
    display: block;
    text-align: center
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__row {
    margin-bottom: 15px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__row h3 {
    font-size: 20px;
    width: 150px;
    border: 0;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    padding-top: 0
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__row h3:first-child {
    width: 120px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__row h3:last-child {
    text-align: center
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__row .timepickerdiv {
    position: relative;
    max-width: 150px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__row .timepickerdiv .timepicker {
    background-image: url("../images/clock.svg");
    background-repeat: no-repeat;
    background-position: 91% center;
    background-size: 20px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__row .timepickerdiv .timepicker:disabled {
    opacity: 0.5
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__row .ui-timepicker-wrapper {
    width: 100% !important
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__row .ui-timepicker-wrapper .ui-timepicker-list li {
    padding: 8px 15px !important
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__row .ui-timepicker-wrapper .ui-timepicker-list li:hover,
.step-form .form-wrap .step-form-body .common-form .availabiltyBox__row .ui-timepicker-wrapper .ui-timepicker-list li.ui-timepicker-selected {
    background-color: #F6C723 !important;
    color: #000 !important
}

@media (max-width: 767.98px) {
    .step-form .form-wrap .step-form-body .common-form .availabiltyBox__row h3 {
        font-size: 16px
    }
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body {
    padding: 20px 30px 10px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body h4 {
    margin-bottom: 25px
}

@media (max-width: 767.98px) {
    .step-form .form-wrap .step-form-body .common-form .availabiltyBox__body {
        overflow: hidden;
        overflow-x: auto
    }

    .step-form .form-wrap .step-form-body .common-form .availabiltyBox__body #visitingFaculty {
        width: 600px
    }
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table thead th {
    font-size: 20px;
    border: 0;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    padding-top: 0
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table thead th:first-child {
    padding-left: 0
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table thead th.w33 {
    width: 33%
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table tbody td {
    border: 0;
    vertical-align: middle;
    padding: 12px 15px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table tbody td:first-child {
    padding-left: 0
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table tbody td .form-group {
    margin-bottom: 0px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table tbody td .timepickerdiv {
    position: relative;
    max-width: 150px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table tbody td .timepickerdiv .timepicker {
    background-image: url("../images/clock.svg");
    background-repeat: no-repeat;
    background-position: 91% center;
    background-size: 20px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table tbody td .ui-timepicker-wrapper {
    width: 100% !important
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table tbody td .ui-timepicker-wrapper .ui-timepicker-list li {
    padding: 8px 15px !important
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table tbody td .ui-timepicker-wrapper .ui-timepicker-list li:hover,
.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table tbody td .ui-timepicker-wrapper .ui-timepicker-list li.ui-timepicker-selected {
    background-color: #F6C723 !important;
    color: #000 !important
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .inputGroup {
    display: flex;
    position: relative;
    margin-bottom: 0
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .inputGroup:after {
    content: ":";
    position: absolute;
    top: 0;
    left: 47px;
    font-size: 21px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .inputGroup input.form-control {
    width: 40px;
    height: 30px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .inputGroup input.form-control.w80 {
    width: 80px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .inputGroup input.form-control:first-child {
    margin-right: 20px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .inputGroup .bootstrap-select {
    margin-left: 10px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .inputGroup .bootstrap-select .dropdown-toggle {
    width: 50px;
    height: 30px;
    padding: 6px 5px;
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .inputGroup .bootstrap-select .dropdown-toggle+.dropdown-menu {
    max-width: 50px;
    min-width: 50px !important
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .inputGroup .bootstrap-select .dropdown-toggle+.dropdown-menu .inner li a {
    font-size: 13px;
    padding: 5px 10px
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .hourly .inputGroup:after {
    display: none
}

.step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .hourly .inputGroup input.form-control:first-child {
    margin-right: 0
}

@media (max-width: 991.98px) {
    .step-form .form-wrap .step-form-body .common-form .availabiltyBox__header {
        padding: 12px 20px
    }

    .step-form .form-wrap .step-form-body .common-form .availabiltyBox__body {
        padding: 12px 20px 0
    }

    .step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table thead th {
        font-size: 17px
    }
}

@media (max-width: 767.98px) {
    .step-form .form-wrap .step-form-body .common-form .availabiltyBox__header {
        padding: 10px 15px
    }

    .step-form .form-wrap .step-form-body .common-form .availabiltyBox__body {
        padding: 10px 15px 0
    }

    .step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .custom-checkbox .custom-control-label:before {
        top: 10px
    }

    .step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .custom-checkbox .custom-control-label:after {
        top: 6px
    }

    .step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table thead th {
        font-size: 16px
    }

    .step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table thead th.w33 {
        width: 50%
    }

    .step-form .form-wrap .step-form-body .common-form .availabiltyBox__body .table tbody tr td {
        padding: 10px 10px
    }
}

@media (max-width: 400px) {
    .step-form .form-wrap .step-form-body .common-form .availabiltyBox__header {
        padding: 10px 8px
    }
}

.step-form .form-wrap .step-form-body .common-form .addBtnrow {
    padding-top: 10px
}

.step-form .form-wrap .step-form-body .common-form .addBtnrow .addCirclebtn {
    height: 45px;
    width: 45px;
    text-align: center;
    background-color: #F6C723;
    color: #000;
    padding: 0px;
    border-radius: 50%;
    font-size: 20px;
    line-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center
}

.step-form .form-wrap .step-form-body .common-form .inner-body-full {
    padding: 30px
}

.step-form .form-wrap .step-form-body .common-form .inner-body-full .promo_video .btn-set .btn:not(:last-child) {
    margin-right: 10px
}

@media (max-width: 375px) {
    .step-form .form-wrap .step-form-body .common-form .inner-body-full .promo_video .btn-set .btn {
        width: 100%;
        display: block
    }

    .step-form .form-wrap .step-form-body .common-form .inner-body-full .promo_video .btn-set .btn:not(:last-child) {
        margin-bottom: 10px
    }

    .step-form .form-wrap .step-form-body .common-form .inner-body-full .promo_video .btn-set label {
        width: 100%
    }
}

.step-form .form-wrap .step-form-body .common-form .inner-body-full .promo_video video {
    object-fit: cover;
    width: 100%
}

.step-form .form-wrap .step-form-body .common-form .profile-wrap {
    margin-bottom: 30px
}

.step-form .form-wrap .step-form-body .common-form .profile-wrap .add-profile {
    position: relative;
    margin-top: 0;
    display: inline-block;
    cursor: pointer
}

.step-form .form-wrap .step-form-body .common-form .profile-wrap .add-profile .img-holder {
    overflow: hidden;
    width: 130px;
    height: 130px;
    border: 6px solid #F6C723;
    margin: 0 auto
}

.step-form .form-wrap .step-form-body .common-form .profile-wrap .add-profile .upload-btn {
    position: absolute;
    right: 0px;
    bottom: 8px;
    background-color: #fff;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 26px;
    border: 4px solid #F6C723;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.step-form .form-wrap .step-form-body .common-form .profile-wrap .add-profile .upload-btn i {
    color: #c5d4cc;
    font-size: 14px
}

.step-form .form-wrap .step-form-body .common-form .profile-wrap .add-profile .upload-btn:hover {
    color: #F6C723
}

.step-form .form-wrap .step-form-body .common-form .profile-wrap .details {
    margin-top: 15px;
    font-size: 16px
}

.step-form .form-wrap .step-form-body .common-form .profile-wrap .details .verifyBtn {
    background-color: #F6C723;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px
}

.step-form .form-wrap .step-form-body .common-form .skip-btn {
    margin-bottom: -25px;
    z-index: 1;
    position: relative
}

.step-form .form-wrap .step-form-body .common-form .experience_detail {
    position: relative
}

.step-form .form-wrap .step-form-body .common-form .experience_detail h5 {
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px
}

.step-form .form-wrap .step-form-body .common-form .experience_detail .add_btn {
    width: 30px;
    height: 30px;
    top: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center
}

.step-form .form-wrap .step-form-body .common-form .experience_detail .exp_bx {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.step-form .form-wrap .step-form-body .common-form .experience_detail .exp_bx .action-btn {
    position: absolute;
    right: 0px;
    z-index: 2
}

.step-form .form-wrap .step-form-body .common-form .experience_detail .exp_bx .action-btn .btn {
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    padding: 0 !important;
    text-align: center
}

.step-form .form-wrap .step-form-body .common-form .experience_detail .exp_bx label {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin-bottom: 0px;
    font-size: 20px;
    color: #F6C723
}

.step-form .form-wrap .step-form-body .common-form .experience_detail .exp_bx label.level {
    color: #000;
    font-size: 16px
}

.step-form .form-wrap .step-form-body .common-form .experience_detail .exp_bx p {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    margin-bottom: 8px
}

.step-form .form-wrap .step-form-body .common-form .experience_detail .exp_bx span {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
}

.step-form .form-wrap .step-form-body .common-form .experience_detail .btn-row {
    margin-top: 40px
}

.step-form .form-wrap .step-form-body .common-form .experience_detail .btn-row.custom_mt_0 {
    margin-top: 0px
}

@media (max-width: 767.98px) {
    .step-form .form-wrap .step-form-body .common-form .experience_detail {
        margin-top: 10px
    }

    .step-form .form-wrap .step-form-body .common-form .experience_detail h5 {
        font-size: 18px
    }

    .step-form .form-wrap .step-form-body .common-form .experience_detail .exp_bx:not(:last-child) {
        margin-bottom: 12px;
        padding-bottom: 12px
    }

    .step-form .form-wrap .step-form-body .common-form .experience_detail .exp_bx label {
        max-width: 180px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .step-form .form-wrap .step-form-body .common-form .experience_detail .btn-row {
        margin-top: 20px
    }
}

.step-form .form-wrap .step-form-body .common-form .field-heading {
    font-size: 18px;
    color: #44515A;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600;
}

.step-form .form-wrap .step-form-body .common-form h3.field-heading {
    font-size: 20px;
    margin-bottom: 20px
}

.step-form .form-wrap .step-form-body .common-form h3.field-heading.brd-top {
    border-top: 1px solid #E4E4E4;
    padding-top: 20px;
    margin-top: 20px
}

@media (max-width: 1199.98px) {
    .step-form .form-wrap .step-form-body .common-form h3.field-heading {
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .step-form .form-wrap .step-form-body .common-form h3.field-heading {
        font-size: 17px;
        margin-bottom: 15px
    }

    .step-form .form-wrap .step-form-body .common-form h3.field-heading.brd-top {
        padding-top: 15px;
        margin-top: 10px
    }
}

.step-form .form-wrap .step-form-body .common-form .form-group {
    margin-bottom: 20px
}

.step-form .form-wrap .step-form-body .common-form .upload-btn p {
    min-width: 200px
}

.step-form .form-wrap .step-form-body .common-form .upload-btn p img {
    margin-top: -7px;
    margin-right: 5px
}

.step-form .form-wrap .step-form-body .common-form .note p {
    font-size: 16px;
    color: #44515a
}

.step-form .form-wrap .step-form-body .common-form .note p+p {
    color: #44515a
}

.step-form .form-wrap .step-form-body .common-form .date {
    background-image: url("../images/calender-ic.png");
    padding-right: 40px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 17px
}

.step-form .form-wrap .step-form-body .common-form .link-group {
    position: relative
}

.step-form .form-wrap .step-form-body .common-form .link-group input {
    padding-right: 45px
}

.step-form .form-wrap .step-form-body .common-form .link-group .add-link {
    position: absolute;
    right: 10px;
    top: 9px
}

.step-form .form-wrap .step-form-body .common-form .currency-group {
    position: relative
}

.step-form .form-wrap .step-form-body .common-form .currency-group input {
    padding-right: 45px
}

.step-form .form-wrap .step-form-body .common-form .currency-group .currency {
    position: absolute;
    right: 10px;
    top: 14px
}

.step-form .form-wrap .step-form-body .common-form .btn-row .btn {
    min-width: 140px
}

.step-form .form-wrap .step-form-body .common-form .btn-row .btn.next-prev-btn {
    font-size: 30px !important;
    min-width: auto
}

.step-form .form-wrap .step-form-body .common-form .btn-row .btn.next-prev-btn:hover,
.step-form .form-wrap .step-form-body .common-form .btn-row .btn.next-prev-btn:focus,
.step-form .form-wrap .step-form-body .common-form .btn-row .btn.next-prev-btn:active,
.step-form .form-wrap .step-form-body .common-form .btn-row .btn.next-prev-btn:not(:disabled):not(.disabled):active {
    border-color: transparent;
    color: #020531;
    background: transparent
}

.step-form .form-wrap .step-form-body .common-form .delete-it {
    cursor: pointer;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #FFAC29;
    display: inline-block;
    transition: all 0.5s;
    position: absolute;
    right: 0px;
    z-index: 2
}

.step-form .form-wrap .step-form-body .common-form .delete-it.suces_btn {
    background-color: #F6C723;
    margin-right: 30px
}

.step-form .form-wrap .step-form-body .common-form .delete-it.suces_btn:hover {
    background-color: #F6C723
}

.step-form .form-wrap .step-form-body .common-form .delete-it:hover {
    background-color: #f59600
}

.step-form .form-wrap .step-form-body .common-form #deleteFirst {
    right: 15px;
    top: -28px
}

.step-form .form-wrap .step-form-body .common-form .rich-autocomplete .rich-autocomplete-list {
    position: relative;
    border: 1px solid #F6C723;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    margin-left: -1px;
    width: 100%;
    z-index: 1000;
    border-top: 0;
    top: -2px;
    left: 1px
}

.step-form .form-wrap .step-form-body .common-form .rich-autocomplete .rich-autocomplete-list .rich-autocomplete-list-item,
.step-form .form-wrap .step-form-body .common-form .rich-autocomplete .rich-autocomplete-list .rich-autocomplete-list-item-empty {
    padding: 5px 15px;
    cursor: pointer;
    color: #333
}

.step-form .form-wrap .step-form-body .common-form .rich-autocomplete .rich-autocomplete-list .rich-autocomplete-list-item p,
.step-form .form-wrap .step-form-body .common-form .rich-autocomplete .rich-autocomplete-list .rich-autocomplete-list-item-empty p {
    margin-bottom: 0
}

.step-form .form-wrap .step-form-body .common-form .rich-autocomplete .rich-autocomplete-list .rich-autocomplete-list-item.highlighted {
    background-color: #F6C723;
    color: #fff
}

.step-form .form-wrap .step-form-body .common-form .add-on {
    margin-bottom: 30px;
    position: relative;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px
}

@media (max-width: 767.98px) {
    .step-form .form-wrap .step-form-body .common-form .add-on {
        margin-bottom: 15px;
        padding-top: 15px
    }
}

.step-form .form-wrap .step-form-body .common-form .custom-checkbox span {
    font-size: 18px;
    color: #44515A
}

.step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_tag_tray .tagtacular_tag {
    font-size: 13px;
    color: #F6C723;
    border: 1px solid #F6C723;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: rgba(246, 199, 35, 0.1);
    padding: 3px 10px 6px;
    display: inline-block;
    margin-right: 15px
}

.step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_tag_tray .tagtacular_tag .tagtacular_delete {
    color: #7c7e8a;
    margin-left: 10px
}

.step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_edit_tray {
    position: relative
}

.step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_edit_tray input {
    padding-right: 95px
}

.step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_edit_tray .tagtacular_switch_button {
    display: none
}

.step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 44px;
    background-color: #f5f5f5;
    color: #bebebe;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    width: 90px;
    transition: all 0.5s;
    border-radius: 0 3px 3px 0
}

.step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button:hover,
.step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button:focus,
.step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button:active:focus,
.step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button:active,
.step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button:active:hover {
    background-color: #e8e8e8
}

.step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_edit_tray .tagtacular_flash,
.step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_edit_tray .tagtacular_failure {
    color: red
}

.step-form .form-wrap .step-form-body .common-form .left-wrap {
    position: relative;
    min-height: 530px
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .profileInfoText {
    margin-bottom: 30px
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .imagePreview {
    position: relative
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .imagePreview .removeBtn {
    position: absolute;
    right: -6px;
    top: -9px;
    height: 26px;
    width: 26px;
    border: 2px solid #F6C723;
    background-color: #fff;
    border-radius: 50%;
    font-size: 10px;
    color: #F6C723;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    padding: 6px 0;
    z-index: 1
}

@media (max-width: 767.98px) {
    .step-form .form-wrap .step-form-body .common-form .left-wrap .imagePreview .removeBtn {
        height: 23px;
        width: 23px;
        font-size: 9px;
        border-width: 1px
    }
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .imagePreview .uploadThumbImage {
    cursor: pointer
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .tabLink li a {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #000;
    position: relative
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .tabLink li a:after {
    content: " ";
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: transparent
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .tabLink li a.active {
    color: #F6C723
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .tabLink li a.active:after {
    background-color: #F6C723
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .tabLink li:not(:last-child) {
    margin-right: 20px
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 10px
}

@media (min-width: 1200px) {
    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .btn {
        height: 50px;
        display: inline-flex;
        align-items: center
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .btn+.btn {
        margin-left: 4px
    }
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set i {
    font-size: 24px;
    position: relative;
    top: 2px;
    left: -5px
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .video_url {
    margin-top: 20px;
    max-width: 587px
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .video_url .row {
    margin: 0 -6px
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .video_url .row [class^="col-"] {
    padding: 0 6px
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .video_url .uploadIcon .form-control {
    padding-right: 45px
}

@media (max-width: 1440px) {
    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .video_url {
        max-width: 90%
    }
}

@media (max-width: 1199.98px) {
    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .video_url {
        margin-top: 12px
    }
}

@media (max-width: 575.98px) {
    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .video_url {
        max-width: 100%
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .video_url .form-group {
        max-width: 100%;
        margin: 10px 0
    }
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .progress {
    margin-bottom: 10px
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .timer {
    margin-bottom: 10px;
    color: red
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .upload-screen {
    padding: 25px 0
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .upload-screen .btn-row {
    margin-bottom: 15px
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .upload-screen .btn-row .btn-warning.disabled {
    background-color: #f8f8f8;
    color: #d2d2d2;
    border-color: #f8f8f8
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .upload-screen input[type="file"] {
    opacity: 0;
    top: 0px;
    width: 150px
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .progress-wrap .progress {
    border-radius: 50px;
    height: 8px
}

.step-form .form-wrap .step-form-body .common-form .left-wrap .progress-wrap .progress .progress-bar {
    background-color: #F6C723
}

.step-form .form-wrap .step-form-body .common-form .left-wrap.promo-vdo {
    box-shadow: none
}

.step-form .form-wrap .step-form-body .common-form .left-wrap.promo-vdo .vdo {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04)
}

.step-form .form-wrap .step-form-body .common-form .left-wrap.promo-vdo .vdo video {
    width: 100%
}

.step-form .form-wrap .step-form-body .common-form .right-wrap {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
}

.step-form .form-wrap .step-form-body .common-form .right-wrap ul {
    padding-left: 15px
}

.step-form .form-wrap .step-form-body .common-form .right-wrap ul li {
    position: relative;
    margin-top: 15px
}

.step-form .form-wrap .step-form-body .common-form .right-wrap ul li:before {
    content: "";
    position: absolute;
    left: -12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #F6C723;
    top: 8px;
    display: block
}

.step-form .form-wrap .step-form-body .common-form .right-wrap a.link {
    color: #2d4ebb
}

.step-form .form-wrap .step-form-body .common-form .right-wrap a.link:hover {
    color: #F6C723
}

.step-form .form-wrap .step-form-body .common-form .right-wrap #showWithScreen03 .btn {
    min-width: 170px
}

.step-form .form-wrap .step-form-body .common-form .next-prev-btn {
    font-size: 30px !important;
    min-width: auto
}

.step-form .form-wrap .step-form-body .common-form .next-prev-btn:hover,
.step-form .form-wrap .step-form-body .common-form .next-prev-btn:focus,
.step-form .form-wrap .step-form-body .common-form .next-prev-btn:active,
.step-form .form-wrap .step-form-body .common-form .next-prev-btn:not(:disabled):not(.disabled):active {
    border-color: transparent;
    color: #020531;
    background: transparent
}

@media (min-width: 1200px) and (max-width: 1680px) {
    .step-form .form-wrap .step-form-body .common-form .inner-body {
        padding: 25px 20px
    }

    .step-form .form-wrap .step-form-body .common-form .btn-row .btn {
        font-size: 15px;
        min-width: 115px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap {
        min-height: 430px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .btn {
        font-size: 15px;
        margin-bottom: 15px;
        padding-left: 16px;
        padding-right: 16px;
        height: 47px
    }

    .step-form .form-wrap .step-form-body .common-form .right-wrap ul li {
        margin-top: 10px
    }

    .step-form .form-wrap .step-form-body .common-form .right-wrap #showWithScreen03 .btn {
        min-width: 120px
    }
}

@media (max-width: 1199.98px) {
    .step-form .form-wrap .step-form-body .common-form .inner-body {
        padding: 30px 20px
    }

    .step-form .form-wrap .step-form-body .common-form .inner-body .addBtnrow {
        padding-top: 15px
    }

    .step-form .form-wrap .step-form-body .common-form .inner-body .addBtnrow .addCirclebtn {
        height: 35px;
        width: 35px;
        font-size: 17px
    }

    .step-form .form-wrap .step-form-body .common-form .experience_detail .exp_bx .action-btn .btn {
        line-height: 25px
    }

    .step-form .form-wrap .step-form-body .common-form .field-heading {
        font-size: 16px
    }

    .step-form .form-wrap .step-form-body .common-form .upload-btn p {
        padding: 10px 20px;
        font-size: 15px
    }

    .step-form .form-wrap .step-form-body .common-form .upload-btn span {
        font-size: 15px
    }

    .step-form .form-wrap .step-form-body .common-form .btn-row .btn {
        padding: 10px 20px;
        font-size: 14px;
        min-width: 100px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap {
        min-height: 400px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .profileInfoText {
        margin-bottom: 20px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set i {
        font-size: 20px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .btn {
        padding: 10px 15px;
        font-size: 15px;
        margin-bottom: 10px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .btn+.btn {
        margin-left: 5px
    }

    .step-form .form-wrap .step-form-body .common-form .right-wrap ul li {
        margin-top: 10px
    }

    .step-form .form-wrap .step-form-body .common-form .right-wrap #showWithScreen03 .btn {
        min-width: 125px
    }
}

@media (max-width: 991.98px) {
    .step-form .form-wrap .step-form-body .common-form .left-wrap {
        min-height: 200px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap iframe {
        min-height: 280px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .upload-screen {
        padding: 15px 0 0
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap.promo-vdo,
    .step-form .form-wrap .step-form-body .common-form .left-wrap.upload-video {
        height: inherit
    }

    .step-form .form-wrap .step-form-body .common-form .right-wrap {
        margin-top: 15px
    }

    .step-form .form-wrap .step-form-body .common-form .form-group.link-group a img {
        width: 22px
    }

    .step-form .form-wrap .step-form-body .common-form .profile-wrap {
        margin-bottom: 20px
    }

    .step-form .form-wrap .step-form-body .common-form .profile-wrap .add-profile .img-holder {
        width: 110px;
        height: 110px;
        border-width: 3px
    }

    .step-form .form-wrap .step-form-body .common-form .profile-wrap .details {
        margin-top: 15px;
        font-size: 16px
    }

    .step-form .form-wrap .step-form-body .common-form .profile-wrap .details .verifyBtn {
        font-size: 8px 15px;
        font-size: 13px
    }

    .step-form .form-wrap .step-form-body .common-form .experience_detail .exp_bx label {
        font-size: 17px
    }

    .step-form .form-wrap .step-form-body .common-form .experience_detail .exp_bx label.level {
        font-size: 15px
    }

    .step-form .form-wrap .step-form-body .common-form .note p {
        font-size: 15px
    }

    .step-form .form-wrap .step-form-body .common-form .form-group {
        margin-bottom: 15px
    }

    .step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button {
        height: 43px;
        width: 90px;
        font-size: 15px
    }

    .step-form .form-wrap .step-form-body .common-form .inner-body {
        max-width: 100%;
        padding: 20px 20px
    }

    .step-form .form-wrap .step-form-body .common-form .field-heading {
        font-size: 15px
    }

    .step-form .form-wrap .step-form-body .common-form .custom-checkbox span {
        font-size: 16px
    }

    .step-form .form-wrap .step-form-body .common-form .btn-row .btn {
        padding: 10px 15px;
        font-size: 14px
    }
}

@media (max-width: 767.98px) {
    .step-form .form-wrap .step-form-body .common-form .left-wrap {
        -webkit-box-shadow: none;
        box-shadow: none;
        height: auto
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .profileInfoText {
        margin-bottom: 15px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 15px 0px;
        padding: 0px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set i {
        font-size: 18px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .btn {
        padding: 10px 15px;
        font-size: 14px;
        min-width: auto
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .btn+.btn {
        margin-left: 4px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .tabLink li a {
        font-size: 14px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .tabLink li:not(:last-child) {
        margin-right: 10px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-row {
        margin-bottom: 15px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-row .btn {
        min-width: auto
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-row .btn+.btn {
        margin-left: 0
    }

    .step-form .form-wrap .step-form-body .common-form .upload-btn p {
        padding: 10px 20px;
        font-size: 14px
    }

    .step-form .form-wrap .step-form-body .common-form .upload-btn span {
        font-size: 14px
    }

    .step-form .form-wrap .step-form-body .common-form .right-wrap {
        font-size: 14px;
        margin-top: 0
    }

    .step-form .form-wrap .step-form-body .common-form .right-wrap p {
        margin-bottom: 10px
    }

    .step-form .form-wrap .step-form-body .common-form .right-wrap ul {
        margin-bottom: 10px
    }

    .step-form .form-wrap .step-form-body .common-form .right-wrap ul li {
        margin-top: 10px
    }

    .step-form .form-wrap .step-form-body .common-form .inner-body-full {
        padding: 15px
    }

    .step-form .form-wrap .step-form-body .common-form .custom-checkbox span {
        font-size: 14px
    }

    .step-form .form-wrap .step-form-body .common-form .btn-row {
        margin-top: 20px
    }

    .step-form .form-wrap .step-form-body .common-form .btn-row .btn {
        padding: 10px 20px;
        min-width: 80px
    }

    .step-form .form-wrap .step-form-body .common-form .btn-row .btn+.btn {
        margin-left: 10px
    }
}

@media (max-width: 575.98px) {
    .step-form .form-wrap .step-form-body .common-form .inner-body {
        padding: 15px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap iframe {
        min-height: auto
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .btn {
        width: 100%;
        margin-left: 0px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .btn-set .btn+.btn {
        margin-top: 10px;
        margin-left: 0px
    }

    .step-form .form-wrap .step-form-body .common-form .left-wrap .tabLink li:not(:last-child) {
        margin-right: 5px
    }

    .step-form .form-wrap .step-form-body .common-form .right-wrap #showWithScreen03 .btn {
        min-width: 100%
    }

    .step-form .form-wrap .step-form-body .common-form .tagtacular_basic .tagtacular_edit_tray .tagtacular_add_button {
        width: 70px;
        font-size: 14px
    }

    .step-form .form-wrap .step-form-body .common-form .upload-btn {
        margin: 0 auto
    }

    .step-form .form-wrap .step-form-body .common-form .btn-row .btn {
        padding: 10px 20px;
        font-size: 13px;
        margin: 0 auto;
        margin-bottom: 10px
    }

    .step-form .form-wrap .step-form-body .common-form .btn-row .btn+.btn {
        margin-left: 0px
    }

    .step-form .form-wrap .step-form-body .common-form .btn-row .btn.next-prev-btn {
        padding: 0 9px;
        font-size: 25px !important
    }

    .step-form .form-wrap .step-form-body .common-form .next-prev-btn {
        font-size: 25px !important
    }

    .step-form .form-wrap .step-form-body .common-form .skip-btn {
        margin-bottom: 0
    }
}

@media (max-width: 575.98px) {
    .dropdown-menu .dropdown-item {
        white-space: inherit !important
    }
}

html {
    height: 100%;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #F6C723 #ddd
}

html body {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    line-height: normal;
    background-color: #F2F7FD;
    color: #020531
}

html body .main-wrapper {
    flex: 1 0 auto
}

@media (min-width: 1925px) {
    html body {
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 14px
    }
}

[data-theme="dark"] body {
    background-color: #020531;
    color: #fff
}

.innerPage .main-wrapper {
    padding: 140px 0px 65px
}

.innerPage .main-wrapper .page-heading {
    margin-bottom: 30px
}

.innerPage .main-wrapper .page-heading h1 {
    font-size: 50px
}

@media (max-width: 1599px) {
    .innerPage .main-wrapper {
        padding: 105px 0px 50px
    }

    .innerPage .main-wrapper .page-heading {
        margin-bottom: 20px
    }

    .innerPage .main-wrapper .page-heading h1 {
        font-size: 40px
    }
}

@media (max-width: 1199.98px) {
    .innerPage .main-wrapper {
        padding: 90px 0px 35px
    }

    .innerPage .main-wrapper .page-heading {
        margin-bottom: 15px
    }

    .innerPage .main-wrapper .page-heading h1 {
        font-size: 30px
    }
}

@media (max-width: 767.98px) {
    .innerPage .main-wrapper {
        padding: 80px 0px 25px
    }

    .innerPage .main-wrapper .page-heading {
        margin-bottom: 10px
    }

    .innerPage .main-wrapper .page-heading h1 {
        font-size: 22px
    }
}

#toast-container>div {
    opacity: 1 !important
}

::-moz-selection {
    color: #fff;
    background: #F6C723
}

::selection {
    color: #fff;
    background: #F6C723
}

.page-title {
    font-size: 22px;
    color: #445159;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin: 30px 0px
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .page-title {
        font-size: 20px;
        margin: 20px 0
    }
}

@media (max-width: 767.98px) {
    .page-title {
        font-size: 18px;
        margin: 15px 0
    }
}

.filter-btn ul li .nav-link {
    color: #F6C723;
    font-size: 18px;
    border: 1px solid #F6C723;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 0
}

.filter-btn ul li .nav-link i {
    line-height: 30px
}

.filter-btn ul li .nav-link[aria-expanded="true"] {
    background-color: #F6C723;
    color: #fff
}

.pages_edit_btns.position-absolute {
    right: 20px;
    top: 20px
}

.pages_edit_btns .btn {
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

@media (min-width: 2000px) {
    .pages_edit_btns .btn {
        padding: 6px 15px !important
    }
}

@media (max-width: 767.98px) {
    .pages_edit_btns .btn {
        height: 30px;
        width: 30px;
        font-size: 13px
    }
}

@media (max-width: 575.98px) {
    .pages_edit_btns {
        margin-left: 0px
    }
}

.invalid-feedback {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    box-shadow: none !important
}

*::-webkit-scrollbar {
    width: 8px;
    height: 3px
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

*::-webkit-scrollbar-thumb {
    background-color: #F6C723
}

*::-moz-scrollbar {
    width: 8px
}

*::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.dashboard-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.and-font {
    font-family: sans-serif;
    font-weight: bold
}

.list-pagination {
    margin-top: 25px;
    justify-content: center !important
}

@media (max-width: 991.98px) {
    .list-pagination {
        margin-top: 15px
    }
}

.list-pagination .page-item.disabled .page-link {
    background-color: #eee
}

.list-pagination .page-item .page-link {
    color: #44515A;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.list-pagination .page-item .page-link:hover,
.list-pagination .page-item .page-link:focus {
    background: #020531;
    color: #fff;
    box-shadow: none;
    border-color: #020531
}

@media (min-width: 2000px) {
    .list-pagination .page-item .page-link {
        padding: 7px .75rem 3px
    }
}

.list-pagination .page-item.active .page-link {
    background: #020531;
    color: #fff;
    border-color: #020531
}

.badge {
    padding: 5px 15px;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    margin-left: 10px;
    padding-top: 4px;
    font-weight: normal
}

.badge.badge-danger {
    background-color: #ffe6e6;
    color: #ea5252
}

.badge.badge-success {
    background-color: #fff;
    color: #F6C723
}

.badge.badge-warning {
    background-color: #ffe7c2;
    color: #FFAC29
}

@media (max-width: 767.98px) {
    .badge {
        font-size: 12px;
        padding: 5px 10px
    }
}

.progress-bar.progress-bar-striped {
    background-color: #F6C723
}

.payment-process-loader {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999
}

.payment-process-loader .loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.payment-process-loader .loader-wrap i {
    font-size: 45px;
    margin-bottom: 15px
}

.online-status {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #b3b3b3;
    position: absolute;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff
}

.online-status.active {
    background-color: #1ACD68
}

.theme-setting {
    position: fixed;
    right: 0;
    top: 150px;
    right: -170px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    min-width: 185px
}

.theme-setting .setting-btn {
    background-color: #F6C723;
    padding: 10px;
    border-radius: 4px 0 0 4px;
    height: 40px
}

.theme-setting .setting-btn a {
    color: #fff
}

.theme-setting .setting-btn a i {
    font-size: 22px
}

.theme-setting .theme-option {
    background-color: #F6C723;
    border-radius: 0 0 0 4px;
    overflow: hidden;
    box-shadow: 4px 0px 30px rgba(0, 0, 0, 0.3);
    min-height: 100px
}

.theme-setting .theme-option .switch_header {
    color: #fff
}

.theme-setting .theme-option .switch_header h5 {
    color: #fff1f1 !important;
    font-size: 14px;
    padding: 12px 25px;
    border-bottom: 1px solid rgba(112, 112, 122, 0.17);
    margin: 0
}

.theme-setting .theme-option .switch_footer {
    padding: 25px 0px
}

.theme-setting .theme-option .switch_footer .tone_radio {
    padding-left: 15px
}

.theme-setting .theme-option .switch_footer .tone_radio input[type=radio]:checked~label {
    border-color: #FFAC29
}

.theme-setting .theme-option .switch_footer .tone_radio .btn {
    padding: 4px;
    min-width: 65px;
    font-size: 12px;
    border-width: 0 0 3px;
    border-color: transparent;
    border-radius: 0
}

.theme-setting .theme-option .switch_footer .tone_radio .btn.btn_day {
    background-color: #fff;
    color: #000
}

.theme-setting .theme-option .switch_footer .tone_radio .btn.btn_night {
    background-color: #000;
    color: #fff
}

.theme-setting .theme-option .switch_footer .tone_radio .lever {
    margin: 0px 10px
}

.theme-setting.open {
    right: 0
}

.common-heading {
    font-size: 36px
}

@media (min-width: 2000px) {
    .common-heading {
        font-size: 50px
    }
}

@media (max-width: 1440px) {
    .common-heading {
        font-size: 30px
    }
}

@media (max-width: 1199.98px) {
    .common-heading {
        font-size: 28px
    }
}

@media (max-width: 991.98px) {
    .common-heading {
        font-size: 23px
    }
}

@media (max-width: 767.98px) {
    .common-heading {
        font-size: 20px
    }
}

.common-tabs.nav-tabs {
    display: block;
    white-space: nowrap;
    overflow-x: auto
}

.common-tabs.nav-tabs .nav-item {
    display: inline-block
}

.common-tabs.nav-tabs .nav-item .nav-link {
    padding: 13px 23px;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #000;
    text-align: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    border-radius: 5px
}

.common-tabs.nav-tabs .nav-item .nav-link:hover,
.common-tabs.nav-tabs .nav-item .nav-link:focus {
    border-color: transparent
}

.common-tabs.nav-tabs .nav-item .nav-link.active {
    border-color: #4FBD9D;
    background-color: #4FBD9D
}

.common-tabs.nav-tabs .nav-item:not(:last-child) {
    margin-right: 15px
}

@media (max-width: 1440px) {
    .common-tabs.nav-tabs .nav-item .nav-link {
        font-size: 15px;
        padding: 10px 20px
    }

    .common-tabs.nav-tabs .nav-item:not(:last-child) {
        margin-right: 5px
    }
}

@media (max-width: 1199.98px) {
    .common-tabs.nav-tabs {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        flex-wrap: inherit
    }

    .common-tabs.nav-tabs .nav-item .nav-link {
        font-size: 14px;
        padding: 8px 15px
    }
}

.user-common-tabs {
    margin-bottom: 20px
}

.user-common-tabs .nav-item .nav-link {
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    border: 0px;
    color: #44515A;
    border-bottom: 2px solid transparent;
    padding: 0;
    padding-bottom: 5px
}

.user-common-tabs .nav-item .nav-link.active {
    background-color: transparent;
    color: #4FBD9D;
    border-bottom-color: #4FBD9D
}

.user-common-tabs .nav-item:not(:last-child) {
    margin-right: 30px
}

@media (max-width: 1199.98px) {
    .user-common-tabs .nav-item .nav-link {
        font-size: 17px
    }
}

@media (max-width: 767.98px) {
    .user-common-tabs {
        margin-bottom: 15px
    }

    .user-common-tabs .nav-item .nav-link {
        font-size: 15px
    }

    .user-common-tabs .nav-item:not(:last-child) {
        margin-right: 20px
    }
}

.common-tab .nav-pills li:not(:last-child) {
    margin-right: 30px
}

.common-tab .nav-pills li a {
    color: #44515A;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    border-radius: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent
}

.common-tab .nav-pills li a.active {
    background-color: transparent;
    color: #F6C723;
    border-bottom: 1px solid #F6C723
}

@media (max-width: 1440px) {
    .common-tab .nav-pills {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: inherit
    }
}

@media (max-width: 767.98px) {
    .common-tab .nav-pills li:not(:last-child) {
        margin-right: 15px
    }

    .common-tab .nav-pills li a {
        font-size: 15px
    }
}

@media (max-width: 575.98px) {
    .g-recaptcha {
        transform: scale(0.79);
        -webkit-transform: scale(0.79);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

.suppoer-btn {
    position: fixed;
    right: 25px;
    z-index: 999;
    transition: all 0.5s;
    bottom: 166px;
    color: #000;
    height: 0px;
    width: 123px;
    font-size: 14px
}

@media (min-width: 2000px) {
    .suppoer-btn {
        bottom: 183px;
        width: 152px;
        right: 15px
    }
}

.suppoer-btn .btn {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-size: 25px;
    line-height: 25px;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
    padding: 0
}

.suppoer-btn .btn i {
    margin-left: 2px;
    transform: rotate(-45deg)
}

.suppoer-btn .content {
    text-align: center;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    right: 70px;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    transition: all 0.5s;
    transform: scaleX(0)
}

.suppoer-btn.open {
    height: 159px;
    bottom: 7px
}

@media (min-width: 2000px) {
    .suppoer-btn.open {
        bottom: 24px
    }
}

.suppoer-btn.open .content {
    transform: scaleX(1)
}

@media (max-width: 767.98px) {
    .suppoer-btn {
        right: 30px;
        bottom: 166px
    }

    .suppoer-btn.open {
        bottom: 7px
    }
}

.spaceReduceRow {
    margin: 0 -6px
}

.spaceReduceRow [class^="col-"] {
    padding: 0 6px
}

.tooltip {
    z-index: 99999
}

.btn:focus,
.btn.active,
input:focus,
input:hover,
button:focus,
button.focus,
button:hover,
button:active,
button.active,
.selectpicker:focus,
a:focus,
a:hover,
.btn:active:focus {
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -ms-outline: none;
    -o-outline: none;
    text-decoration: none
}

a,
.btn {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

a:hover,
a:focus,
.btn:hover,
.btn:focus {
    text-decoration: none !important;
    outline: none;
    box-shadow: none
}

@media (min-width: 1925px) {
    .container {
        max-width: 1920px
    }
}

@media (min-width: 1600px) {
    .container.container-1350 {
        max-width: 1380px
    }
}

@media (min-width: 1925px) {
    .container.container-1350 {
        max-width: 1920px
    }
}

@media (min-width: 1600px) {
    .container.container-1530 {
        max-width: 1530px
    }
}

@media (min-width: 1925px) {
    .container.container-1530 {
        max-width: 1920px
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .container.container-1530 {
        max-width: 1350px
    }
}

@media (max-width: 767px) {
    .container {
        max-width: inherit
    }
}

html {
    height: 100%
}

.bg-dark-theme {
    background-color: #020531
}

.bg-dark-box {
    background-color: #27293d
}

.bg-sec-dark {
    background-color: #28283e
}

.nicEdit-main {
    resize: vertical
}

.bg-bluegrey {
    background-color: #F3F8FE
}

.btn {
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    text-transform: uppercase
}

@media (min-width: 1925px) {
    .btn {
        font-size: 17px
    }
}

@media (max-width: 1199.98px) {
    .btn {
        padding: 10px 15px
    }
}

@media (max-width: 1199.98px) {
    .btn {
        padding: 8px 15px
    }
}

@media (max-width: 991.98px) {
    .btn {
        font-size: 14px
    }
}

.btn.btn-sm {
    padding: 9px 15px;
    font-size: 14px
}

@media (max-width: 1199.98px) {
    .btn.btn-sm {
        height: 36px;
        line-height: inherit;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }
}

@media (min-width: 2000px) {
    .btn.btn-sm {
        font-size: 17px
    }
}

.btn.btn-success {
    background: #F6C723;
    border-color: #F6C723;
    color: #000
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success:not(:disabled):not(.disabled).active,
.btn.btn-success:not(:disabled):not(.disabled):active {
    color: #000;
    background: #f5c10b;
    border-color: #f5c10b;
    outline: none;
    box-shadow: none
}

.btn.btn-outline-success {
    border-color: #F6C723;
    color: #F6C723
}

.btn.btn-outline-success:hover,
.btn.btn-outline-success:focus,
.btn.btn-outline-success:active,
.btn.btn-outline-success:not(:disabled):not(.disabled):active {
    border-color: #f5c10b;
    color: #000;
    outline: none;
    box-shadow: none;
    background: #F6C723
}

.btn.btn-outline-light {
    border-color: #fff;
    color: #fff
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light:not(:disabled):not(.disabled):active {
    border-color: #f5c10b;
    color: #f5c10b;
    outline: none;
    box-shadow: none;
    background: transparent
}

.btn.btn-outline-dark {
    border-color: #44515A;
    color: #44515A
}

.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark:not(:disabled):not(.disabled):active {
    border-color: #39444b;
    color: #39444b;
    outline: none;
    box-shadow: none;
    background: transparent
}

.btn.btn-warning {
    border-color: #020531;
    color: #fff;
    background-color: #020531
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning:not(:disabled):not(.disabled):active {
    border-color: #010319;
    outline: none;
    box-shadow: none;
    background: #010319;
    color: #fff
}

.btn.btn-outline-warning {
    border-color: #020531;
    color: #020531
}

.btn.btn-outline-warning:hover,
.btn.btn-outline-warning:focus,
.btn.btn-outline-warning:active,
.btn.btn-outline-warning:not(:disabled):not(.disabled):active {
    border-color: #010319;
    color: #fff;
    outline: none;
    box-shadow: none;
    background: #020531
}

.btn.btn-secondary {
    border-color: #eee;
    color: #7C7E8A;
    background-color: #eee
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary:not(:disabled):not(.disabled):active {
    border-color: #e1e1e1;
    outline: none;
    box-shadow: none;
    background: #e1e1e1;
    color: #7C7E8A
}

.h2 {
    font-size: 50px
}

@media (max-width: 1599px) {
    .h2 {
        font-size: 40px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .h2 {
        font-size: 30px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .h2 {
        font-size: 26px
    }
}

@media (max-width: 767.98px) {
    .h2 {
        font-size: 22px
    }
}

@media (max-width: 575.98px) {
    .h2 {
        font-size: 20px
    }
}

.img_wrapper {
    border-radius: 4px;
    overflow: hidden
}

@media not all and (min-resolution: 0.001dpcm) {
    .badge {
        padding-top: 10px
    }

    .bootstrap-select .dropdown-toggle {
        padding-top: 13px;
        padding-bottom: 6px
    }

    .form-control {
        padding-top: 14px
    }
}

.font-ahbd {
    font-family: "AdobeHebrew-Bold" !important
}

.font-md {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500; !important
}

.font-sm {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500; !important
}

.font-bold {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; !important
}

.font-xbold {
    font-family: "AdobeHebrew-Bold" !important
}

.font-demibd {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 600; !important
}

.font-rg {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400; !important
}

.color-green {
    color: #F6C723 !important
}

.color-gray {
    color: #7C7E8A !important
}

.color-yellow {
    color: #000 !important
}

.color-orange {
    color: #FFAC29 !important
}

.color-darkblue {
    color: #020531 !important
}

.color-black {
    color: #020531 !important
}

.commonBorderRadius {
    border-radius: 5px
}

.mt-35 {
    margin-top: 35px
}

@media (max-width: 991.98px) {
    .mt-35 {
        margin-top: 0
    }
}

.py-80 {
    padding: 80px 0px
}

@media (min-width: 1600px) and (max-width: 1680px) {
    .py-80 {
        padding: 60px 0
    }
}

@media (max-width: 1599px) {
    .py-80 {
        padding: 50px 0
    }
}

@media (max-width: 1199.98px) {
    .py-80 {
        padding: 40px 0
    }
}

@media (max-width: 991.98px) {
    .py-80 {
        padding: 30px 0
    }
}

@media (max-width: 991.98px) {
    .py-80 {
        padding: 25px 0
    }
}

.pera {
    font-size: 20px;
    margin-bottom: 45px;
    line-height: 30px
}

@media (max-width: 1599px) {
    .pera {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 28px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .pera {
        font-size: 17px;
        margin-bottom: 25px;
        line-height: 26px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .pera {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px
    }
}

@media (max-width: 767.98px) {
    .pera {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 22px
    }
}

.gray-bg {
    background-color: #fbfbfb !important
}

.white-bg {
    background-color: #fff !important
}

.no-cursor {
    cursor: default !important
}

a.color-green {
    color: #F6C723;
    transition: all 0.5s
}

a.color-green:hover {
    color: #ddae09 !important
}

a.color-yellow {
    color: #000;
    transition: all 0.5s
}

a.color-yellow:hover {
    color: #000 !important
}

.heading20 {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    font-size: 20px;
    background-image: url("../images/heading-icon.png");
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: center left
}

@media (max-width: 1599px) {
    .heading20 {
        font-size: 18px
    }
}

@media (max-width: 1199.98px) {
    .heading20 {
        font-size: 17px
    }
}

@media (max-width: 767.98px) {
    .heading20 {
        font-size: 16px
    }
}

.listloader {
    padding: 15px 0;
    display: block;
    width: 100%
}

.remaining-count {
    font-size: 14px
}

.alert {
    border-width: 0 0 0 3px;
    border-style: solid;
    padding: 10px 15px;
    border-radius: 0px;
    margin-bottom: 0;
    font-size: 15px;
    width: 100%
}

@media (max-width: 767px) {
    .alert {
        font-size: 14px
    }
}

.alert.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
    text-align: center
}

.alert.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #59935a
}

.alert.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #4c8baa
}

.alert.alert-warning {
    background-color: #f6f2dd;
    border-color: #af9260;
    color: #8a6d3b
}

.btnPagination {
    border: 1px solid #ECECEC;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 3px;
    display: inline-block
}

.btnPagination:hover {
    background-color: #F6C723;
    color: #000;
    border-color: #F6C723
}

.ripple-effect-dark,
.ripple-effect {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.ripple-effect-dark span.ripple-overlay,
.ripple-effect span.ripple-overlay {
    animation: ripple 0.9s;
    border-radius: 100%;
    background: #fff;
    height: 12px;
    position: absolute;
    width: 12px;
    line-height: 12px;
    opacity: 0.2;
    pointer-events: none;
    z-index: 0
}

.ripple-effect-dark span.ripple-overlay {
    background: #000;
    opacity: 0.07
}

.modal-xl {
    padding: 0;
    width: 100%;
    margin: 0;
    min-height: 100%;
    max-width: 100% !important
}

.modal-xl .modal-content,
.modal-xl .bg-dark-theme {
    width: 100%;
    min-height: 100%
}

@media (max-width: 767.98px) {
    .modal-xl {
        height: auto !important;
        width: auto;
        margin: 0 !important;
        padding: 0
    }
}

@media (min-width: 1200px) {

    #forgotmodal .modal-xl,
    #loginModal .modal-xl {
        height: 100%
    }

    #forgotmodal .modal-xl .modal-content,
    #loginModal .modal-xl .modal-content {
        height: 100%
    }
}

.bootbox .modal-dialog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

@media (min-width: 1200px) {
    .fancybox-navigation .fancybox-button {
        color: #F6C723;
        height: 130px !important;
        width: 130px !important
    }

    .fancybox-navigation .fancybox-button:hover {
        color: #f5c10b
    }

    .fancybox-navigation .fancybox-button[disabled] {
        color: #888
    }

    .fancybox-navigation .fancybox-button[disabled]:hover {
        color: #888
    }
}

.custom-radio .custom-control-label.noWrap,
.custom-checkbox .custom-control-label.noWrap {
    white-space: inherit
}

.modal {
    z-index: 9999
}

.modal .modal-dialog .modal-content {
    border: none
}

.modal .modal-dialog .modal-content .modal-header {
    background-color: transparent;
    border-bottom: 0;
    padding: 20px 0 10px
}

.modal .modal-dialog .modal-content .modal-header h5 {
    font-size: 30px;
    padding-left: 25px;
    font-family: "AdobeHebrew-Bold";
    color: #020531
}

.modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -12px;
    top: -12px;
    height: 35px;
    width: 35px;
    margin: 0;
    padding: 0;
    border: 2px solid #F6C723;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    z-index: 1
}

.modal .modal-dialog .modal-content .modal-header .close:hover {
    color: #F6C723
}

.modal .modal-dialog .modal-content .modal-header .close span,
.modal .modal-dialog .modal-content .modal-header .close i {
    font-weight: bold;
    margin-left: 2px
}

.modal .modal-dialog .modal-content .modal-header .close:focus {
    outline: none
}

.modal .modal-dialog .modal-content .modal-body {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #020531;
    padding: 20px 25px 30px
}

.modal .modal-dialog .modal-content .modal-body #password-form .show-password {
    position: absolute;
    right: 15px;
    top: 42px;
    color: #FFAC29
}

.modal .modal-dialog .modal-content .modal-body .borderBottom {
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 16px
}

.modal .modal-dialog .modal-content .modal-body h3.field-heading {
    font-size: 18px;
    margin: 15px 0 19px
}

.modal .modal-dialog .modal-content .modal-body.portfolio_page .link-group {
    position: relative
}

.modal .modal-dialog .modal-content .modal-body.portfolio_page .link-group input {
    padding-right: 45px
}

.modal .modal-dialog .modal-content .modal-body.portfolio_page .link-group .add-link {
    position: absolute;
    right: 10px;
    top: 39px
}

.modal .modal-dialog .modal-content .modal-body.portfolio_page .currency-group {
    position: relative
}

.modal .modal-dialog .modal-content .modal-body.portfolio_page .currency-group input {
    padding-right: 45px
}

.modal .modal-dialog .modal-content .modal-body.portfolio_page .currency-group .currency {
    position: absolute;
    right: 10px;
    top: 43px
}

.modal .modal-dialog .modal-content .modal-body.portfolio_page .add-on {
    margin-bottom: 15px;
    position: relative;
    border-top: 1px solid #E6E6E6;
    padding-top: 15px
}

.modal .modal-dialog .modal-content #addSkillForm .choose-skill {
    position: relative
}

.modal .modal-dialog .modal-content #addSkillForm .choose-skill.has-success {
    padding-bottom: 20px
}

.modal .modal-dialog .modal-content #addSkillForm .choose-skill.has-success #skill_type-error {
    position: absolute
}

.modal .modal-dialog .modal-content .modal-footer {
    padding: 15px 20px
}

.modal .modal-dialog .modal-content .modal-footer .btn {
    font-size: 15px;
    min-width: 110px;
    height: auto;
    padding: 11px 25px
}

@media (max-width: 991.98px) {
    .modal .modal-dialog .modal-content .modal-header h5 {
        font-size: 27px
    }

    .modal .modal-dialog .modal-content .modal-body.portfolio_page .link-group a img {
        width: 22px
    }

    .modal .modal-dialog .modal-content .modal-footer .btn {
        font-size: 13px
    }
}

@media (max-width: 767.98px) {
    .modal .modal-dialog .modal-content .modal-header {
        padding: 15px 0 10px
    }

    .modal .modal-dialog .modal-content .modal-header h5 {
        font-size: 24px;
        padding-left: 20px
    }

    .modal .modal-dialog .modal-content .modal-header .close {
        height: 28px;
        width: 28px;
        font-size: 10px;
        line-height: 26px
    }

    .modal .modal-dialog .modal-content .modal-body {
        padding: 10px 20px 20px
    }

    .modal .modal-dialog .modal-content .modal-footer .btn {
        padding: 10px 20px;
        min-width: 95px
    }
}

@media (max-width: 575.98px) {
    .modal .modal-dialog .modal-content .modal-header h5 {
        padding-left: 15px;
        font-size: 22px
    }

    .modal .modal-dialog .modal-content .modal-header .close {
        right: 10px;
        top: 10px
    }

    .modal .modal-dialog .modal-content .modal-body {
        padding: 10px 15px 15px
    }

    .modal .modal-dialog .modal-content .modal-footer {
        padding: 12px 15px
    }

    .modal .modal-dialog .modal-content .modal-footer .btn {
        padding: 9px 15px;
        min-width: 95px
    }
}

.modal.img-crop-modal .modal-content {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)
}

.idcopy-modal .modal-content .modal-body {
    padding: 35px 60px
}

.idcopy-modal .modal-content .modal-body .form-group .input-group .btn-success {
    font-size: 15px;
    padding: 12px 15px
}

@media (max-width: 480px) {
    .idcopy-modal .modal-content .modal-body {
        padding: 25px 20px
    }

    .idcopy-modal .modal-content .modal-body .form-group .input-group .btn-success {
        font-size: 12px
    }
}

@media (min-width: 768px) {
    .video-modal {
        max-width: 700px !important
    }
}

@media (min-width: 1200px) {
    .video-modal {
        max-width: 1024px !important
    }
}

.video-modal .modal-header {
    border: 0px
}

.video-modal .modal-body .video_box video {
    width: 100%;
    max-height: 500px;
    background-color: #000
}

.video-modal .modal-body .video_box .video-js {
    height: 377px;
    width: 100%
}

.video-modal .modal-body .video_box .action-btn {
    margin-top: 10px
}

.video-modal .modal-body .video_box .action-btn .btn {
    padding: 5px 13px
}

@media (max-width: 1199.98px) {
    .video-modal .modal-body .video_box .video-js {
        height: 376px
    }
}

@media (max-width: 767.98px) {
    .video-modal .modal-body .video_box .video-js {
        height: 187px
    }
}

@media (max-width: 359px) {
    .video-modal .modal-body .video_box .video-js {
        height: 156px
    }
}

.view-images-modal .modal-body {
    padding: 0px
}

.view-images-modal .modal-body #imgLoader {
    text-align: center
}

.view-images-modal .modal-body #imgLoader span {
    font-size: 25px
}

.view-images-modal .modal-body .image-slider .slick-list {
    padding: 0px !important
}

.view-images-modal .modal-body .image-slider .slick-list .slick-track {
    margin-left: 0px;
    margin-right: 0
}

.view-images-modal .modal-body .image-slider .slick-list .slick-track .content:focus {
    outline: 0px
}

.view-images-modal .modal-body .image-slider .arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    display: block;
    text-align: center;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: #fff;
    z-index: 1
}

.view-images-modal .modal-body .image-slider .arrow.arrow-prev {
    left: -10px
}

.view-images-modal .modal-body .image-slider .arrow.arrow-next {
    right: -10px
}

.view-images-modal .modal-body .image-slider .img-box img {
    margin: 0 auto
}

.view-images-modal .modal-body .image-slider .icon a {
    font-size: 25px;
    color: #F6C723;
    margin-top: 7px;
    display: inline-block
}

@media (max-width: 575.98px) {
    .view-images-modal .modal-body {
        padding: 15px
    }
}

.modal-loginwith .content {
    padding: 0px 20px
}

.modal-loginwith .content .option_buttons {
    margin-bottom: 10px
}

.modal-loginwith .content .option_buttons h5 {
    font-size: 18px;
    color: #44515A;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin-bottom: 25px
}

.modal-loginwith .content .option_buttons .list-box-label {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer
}

.modal-loginwith .content .option_buttons .list-box-label input[type="radio"] {
    position: absolute;
    opacity: 0
}

.modal-loginwith .content .option_buttons .list-box-label input[type="radio"]:checked~.inner .user_img {
    border: 2px solid #FFAC29;
    -webkit-box-shadow: 0px 0px 25px rgba(255, 172, 41, 0.33);
    box-shadow: 0px 0px 25px rgba(255, 172, 41, 0.33);
    filter: none;
    -webkit-filter: grayscale(0)
}

.modal-loginwith .content .option_buttons .list-box-label input[type="radio"]:checked~.inner h6 {
    color: #FFAC29
}

.modal-loginwith .content .option_buttons .list-box-label .inner .user_img {
    height: 65px;
    width: 65px;
    border: 1px solid #979797;
    border-radius: 50%;
    margin-bottom: 5px;
    filter: gray;
    -webkit-filter: grayscale(1)
}

.modal-loginwith .content .option_buttons .list-box-label .inner .user_img img {
    max-height: 35px;
    max-width: 35px
}

.modal-loginwith .content .option_buttons .list-box-label .inner h6 {
    font-size: 18px;
    color: #979797;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

@media (max-width: 575.98px) {
    .modal-loginwith .content {
        padding: 0
    }

    .modal-loginwith .content .option_buttons .list-box-label {
        margin: 0 5px
    }

    .modal-loginwith .content .option_buttons .list-box-label .inner .user_img {
        height: 50px;
        width: 50px
    }

    .modal-loginwith .content .option_buttons .list-box-label .inner .user_img img {
        max-height: 30px;
        max-width: 24px
    }

    .modal-loginwith .content .option_buttons .list-box-label .inner h6 {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .welcome_modal .modal-dialog {
        max-width: 780px
    }
}

.welcome_modal .modal-dialog .modal-content .modal-header .close {
    z-index: 2
}

@media (max-width: 767.98px) {
    .welcome_modal .modal-dialog .modal-content .modal-header .close {
        position: absolute
    }
}

.welcome_modal .modal-dialog .modal-content .modal-body {
    background-image: url("../images/welcome-bg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 515px;
    color: #fff;
    padding: 122px;
    position: relative;
    z-index: 1
}

.welcome_modal .modal-dialog .modal-content .modal-body:after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1
}

.welcome_modal .modal-dialog .modal-content .modal-body h2 {
    font-size: 40px;
    font-family: "AdobeHebrew-Bold"
}

.welcome_modal .modal-dialog .modal-content .modal-body p {
    font-size: 20px;
    margin: 15px 0 40px
}

.welcome_modal .modal-dialog .modal-content .modal-body .btn {
    border-radius: 18px;
    width: 290px;
    font-size: 22px;
    padding: 10px
}

.welcome_modal .modal-dialog .modal-content .modal-body .logo_welcome {
    position: absolute;
    right: 105px;
    bottom: 13px;
    width: 60px
}

@media (max-width: 1199.98px) {
    .welcome_modal .modal-dialog .modal-content .modal-body {
        padding: 65px;
        height: 400px
    }

    .welcome_modal .modal-dialog .modal-content .modal-body h2 {
        font-size: 30px
    }

    .welcome_modal .modal-dialog .modal-content .modal-body p {
        margin: 10px 0 25px
    }

    .welcome_modal .modal-dialog .modal-content .modal-body .btn {
        width: 210px;
        font-size: 18px
    }

    .welcome_modal .modal-dialog .modal-content .modal-body .logo_welcome {
        width: 50px
    }
}

@media (max-width: 767.98px) {
    .welcome_modal .modal-dialog .modal-content .modal-body {
        padding: 55px;
        height: 350px
    }

    .welcome_modal .modal-dialog .modal-content .modal-body .logo_welcome {
        width: 42px;
        right: 69px
    }
}

@media (max-width: 480px) {
    .welcome_modal .modal-dialog .modal-content .modal-body {
        padding: 20px;
        height: 250px
    }

    .welcome_modal .modal-dialog .modal-content .modal-body h2 {
        font-size: 25px
    }

    .welcome_modal .modal-dialog .modal-content .modal-body p {
        margin: 5px 0 15px;
        font-size: 15px
    }

    .welcome_modal .modal-dialog .modal-content .modal-body .btn {
        width: 180px;
        font-size: 16px;
        border-radius: 12px;
        padding: 7px 10px
    }

    .welcome_modal .modal-dialog .modal-content .modal-body .logo_welcome {
        right: 20px;
        width: 40px;
        bottom: 15px
    }
}

@media (max-width: 767.98px) {
    .bootbox .modal-dialog {
        margin: 0 auto
    }
}

.bootbox .modal-dialog .modal-content {
    padding: 30px 25px;
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.05)
}

.bootbox .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 0
}

.bootbox .modal-dialog .modal-content .modal-body .bootbox-body {
    font-size: 21px;
    margin-bottom: 30px
}

.bootbox .modal-dialog .modal-content .modal-body .close {
    display: none
}

.bootbox .modal-dialog .modal-content .modal-body .planCanelText span,
.bootbox .modal-dialog .modal-content .modal-body .planCanelText p {
    padding-left: 20px
}

.bootbox .modal-dialog .modal-content .modal-body .planCanelText ul li:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width: 480px) {

    .bootbox .modal-dialog .modal-content .modal-body .planCanelText span,
    .bootbox .modal-dialog .modal-content .modal-body .planCanelText p {
        padding-left: 0
    }

    .bootbox .modal-dialog .modal-content .modal-body .planCanelText ul {
        padding-left: 22px
    }
}

.bootbox .modal-dialog .modal-content .modal-footer {
    border-top: none;
    justify-content: center;
    padding: 0
}

.bootbox .modal-dialog .modal-content .modal-footer .btn {
    text-transform: uppercase;
    padding: 11px 15px;
    font-size: 14px
}

.bootbox .modal-dialog .modal-content .modal-footer .btn:hover,
.bootbox .modal-dialog .modal-content .modal-footer .btn:focus {
    outline: none
}

.bootbox .modal-dialog .modal-content .modal-footer .btn:active:focus {
    outline: none
}

.bootbox .modal-dialog .modal-content .modal-footer .btn.btn-default {
    background-color: #020531;
    border-color: #020531;
    color: #fff
}

.bootbox .modal-dialog .modal-content .modal-footer .btn.btn-default:hover {
    background-color: #010319
}

.bootbox .modal-dialog .modal-content .modal-footer .btn.btn-primary {
    background-color: #F6C723;
    border-color: #F6C723;
    color: #000
}

.bootbox .modal-dialog .modal-content .modal-footer .btn.btn-primary:hover {
    background-color: #f5c10b;
    border-color: #f5c10b
}

@media (max-width: 1199.98px) {
    .bootbox .modal-dialog .modal-content {
        padding: 25px 20px
    }

    .bootbox .modal-dialog .modal-content .modal-body .bootbox-body {
        font-size: 19px;
        margin-bottom: 25px
    }
}

@media (max-width: 767.98px) {
    .bootbox .modal-dialog {
        max-width: 400px
    }

    .bootbox .modal-dialog .modal-content {
        padding: 20px 15px
    }

    .bootbox .modal-dialog .modal-content .modal-body .bootbox-body {
        font-size: 17px;
        margin-bottom: 20px
    }

    .bootbox .modal-dialog .modal-content .modal-footer .btn {
        padding: 9px 15px;
        min-width: 85px;
        font-size: 13px
    }
}

@media (max-width: 479px) {
    .bootbox .modal-dialog {
        margin: 0 15px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .email-send-user-modal .modal-dialog {
        max-width: 700px
    }
}

.permisson-modal .modal-body {
    max-height: 600px;
    overflow-y: auto
}

.permisson-modal .modal-body .list-inline {
    padding-left: 30px
}

@media (min-width: 1200px) {
    .project-modal .modal-dialog {
        max-width: 1000px !important
    }
}

.project-modal .modal-body .project-detail .projectInfo {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap
}

.project-modal .modal-body .project-detail .projectInfo li {
    margin-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 5px;
    margin-bottom: 40px
}

.project-modal .modal-body .project-detail .projectInfo li p {
    padding-left: 15px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-size: 18px;
    margin-bottom: 0
}

.project-modal .modal-body .project-detail .projectInfo li.w50 {
    max-width: 50%;
    flex: 0 0 50%
}

.project-modal .modal-body .project-detail .desc {
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px
}

.project-modal .modal-body .project-detail .mb-40 {
    margin-bottom: 40px
}

.project-modal .modal-body .project-detail ul li {
    margin-bottom: 10px
}

.project-modal .modal-body .project-detail ul li img {
    height: 115px;
    width: 115px;
    object-fit: cover
}

.project-modal .modal-body .project-detail .documentList li img {
    width: 60px;
    height: auto
}

@media (max-width: 991.98px) {
    .project-modal .modal-body .project-detail .projectInfo li {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 25px
    }

    .project-modal .modal-body .project-detail .projectInfo li.w50 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .project-modal .modal-body .project-detail .projectInfo li p {
        font-size: 16px
    }

    .project-modal .modal-body .project-detail ul li img {
        height: 80px;
        width: 80px
    }

    .project-modal .modal-body .project-detail .mb-40 {
        margin-bottom: 25px
    }
}

@media (max-width: 767.98px) {
    .project-modal .modal-body .project-detail .projectInfo li {
        margin-bottom: 20px
    }

    .project-modal .modal-body .project-detail .projectInfo li p {
        font-size: 15px
    }

    .project-modal .modal-body .project-detail .desc {
        font-size: 15px;
        line-height: 24px
    }

    .project-modal .modal-body .project-detail .mb-40 {
        margin-bottom: 20px
    }
}

.project-modal .modal-body .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
    color: #fff
}

.project-modal .modal-body .slick-arrow:hover {
    background-color: #F6C723
}

.project-modal .modal-body .slick-arrow.slick-disabled {
    pointer-events: none
}

.project-modal .modal-body .slick-list+.slick-arrow {
    right: 0
}

.project-modal .modal-body .slick-slide:focus {
    outline: none
}

.modal .inviteModal .form-group .add-more .btn {
    right: 20px
}

@media (max-width: 767.98px) {
    .modal .inviteModal .form-group .add-more .btn {
        right: 0px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .modal .inviteModal {
        max-width: 690px
    }
}

.sendInvitationModal .modal-body .heading {
    margin-bottom: 20px;
    display: block
}

.sendInvitationModal .modal-body .jobList .custom-checkbox+.custom-checkbox {
    margin-top: 15px
}

.interviewDetailModal .modal-body {
    padding: 25px
}

.interviewDetailModal .modal-body .right-wrap {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
}

.interviewDetailModal .modal-body .right-wrap h2 {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin-bottom: 20px;
    font-size: 18px
}

.interviewDetailModal .modal-body .right-wrap ul li {
    color: rgba(68, 81, 90, 0.88);
    position: relative;
    padding-left: 20px;
    font-size: 16px
}

.interviewDetailModal .modal-body .right-wrap ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid rgba(0, 0, 0, 0.18);
    top: 4px
}

.interviewDetailModal .modal-body .right-wrap ul li:not(:last-child) {
    margin-bottom: 12px
}

.interviewDetailModal .modal-body .right-wrap h4 {
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #44515A
}

@media (max-width: 1199.98px) {
    .interviewDetailModal .modal-body {
        padding: 20px
    }
}

@media (max-width: 767.98px) {
    .interviewDetailModal .modal-body {
        padding: 15px
    }

    .interviewDetailModal .modal-body .right-wrap h2 {
        font-size: 17px
    }

    .interviewDetailModal .modal-body .right-wrap ul li {
        font-size: 15px;
        padding-left: 17px
    }

    .interviewDetailModal .modal-body .right-wrap ul li:not(:last-child) {
        margin-bottom: 8px
    }
}

.experienceModal .modal-body .inner_cnt h3 {
    font-size: 20px
}

.experienceModal .modal-body .inner_cnt h4 {
    font-size: 17px;
    margin: 10px 0;
    color: #000
}

@media (max-width: 767.98px) {
    .experienceModal .modal-body .inner_cnt h3 {
        font-size: 18px
    }

    .experienceModal .modal-body .inner_cnt h4 {
        font-size: 15px;
        margin: 8px 0
    }

    .experienceModal .modal-body .inner_cnt p {
        font-size: 15px;
        line-height: 24px
    }
}

.claim-profile-modal .auth-form .show-password {
    position: absolute;
    right: 15px;
    top: 14px
}

.claim-profile-modal .auth-form .passwordInput .form-control {
    padding-right: 45px
}

.login_page .login_left_content {
    position: relative;
    height: 100%
}

.login_page .login_left_content img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.login_page .login_left_content .content {
    position: absolute;
    left: 80px;
    bottom: 140px
}

@media (min-width: 1200px) {
    .login_page .login_left_content .content {
        max-width: 470px
    }
}

.login_page .login_left_content .content h1,
.login_page .login_left_content .content p {
    color: #fff
}

.login_page .login_left_content .content h1 {
    font-size: 52px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin-bottom: 0px
}

.login_page .login_left_content .content p {
    font-size: 24px;
    margin-bottom: 0px
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .login_page .login_left_content img {
        object-fit: cover
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .login_page .login_left_content .content {
        left: 65px;
        bottom: 80px
    }

    .login_page .login_left_content .content h1 {
        font-size: 42px
    }
}

@media (max-width: 1199.98px) {
    .login_page .login_left_content {
        text-align: center
    }

    .login_page .login_left_content img {
        height: 250px;
        object-fit: cover;
        width: 100%
    }

    .login_page .login_left_content.resetBanner img {
        height: 500px
    }

    .login_page .login_left_content .content {
        left: 0px;
        right: 0;
        bottom: 50%;
        transform: translateY(50%);
        padding: 0px 15px
    }

    .login_page .login_left_content .content h1 {
        font-size: 38px
    }
}

@media (max-width: 991.98px) {
    .login_page .login_left_content.setPasswordLeft img {
        height: 290px !important
    }

    .login_page .login_left_content img {
        height: 180px
    }

    .login_page .login_left_content.resetBanner img {
        height: 400px
    }

    .login_page .login_left_content .content h1 {
        font-size: 28px
    }
}

@media (max-width: 767.98px) {
    .login_page .login_left_content img {
        height: 150px
    }

    .login_page .login_left_content.resetBanner img {
        height: 300px
    }

    .login_page .login_left_content .content h1 {
        font-size: 22px;
        margin-top: 35px
    }
}

.login_page .login_right_content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center
}

.login_page .login_right_content .back_login {
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 20px;
    color: #7C7E8A;
    z-index: 1111
}

.login_page .login_right_content .form_content {
    position: relative;
    margin: 0px auto;
    text-align: center;
    min-width: 290px
}

.login_page .login_right_content .form_content .show-password {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #ffac29
}

.login_page .login_right_content .form_content .shield {
    height: 106px;
    width: 106px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 30px rgba(246, 199, 35, 0.16);
    box-shadow: 0px 0px 30px rgba(246, 199, 35, 0.16)
}

.login_page .login_right_content .form_content .shield img {
    width: 52px
}

.login_page .login_right_content .form_content .shield img.w_80 {
    width: 80px
}

.login_page .login_right_content .form_content .upload-image {
    margin-right: 20px
}

.login_page .login_right_content .form_content .upload-image .image-wrap {
    width: 110px;
    position: relative
}

.login_page .login_right_content .form_content .upload-image .image-wrap img {
    width: 100px
}

.login_page .login_right_content .form_content .upload-image .image-wrap label {
    font-size: 25px;
    color: #F6C723;
    cursor: pointer;
    margin-top: 5px;
    position: absolute;
    right: 15px;
    bottom: 0px;
    margin: 0
}

.login_page .login_right_content .form_content h2 {
    font-size: 22px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.login_page .login_right_content .form_content h2.mb-35 {
    margin-bottom: 35px
}

.login_page .login_right_content .form_content h4 {
    font-size: 26px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    margin-bottom: 15px
}

.login_page .login_right_content .form_content h4.mb-35 {
    margin-bottom: 35px
}

.login_page .login_right_content .form_content p {
    font-size: 20px;
    color: #F6C723;
    margin-bottom: 30px
}

.login_page .login_right_content .form_content .remebre_and_forgot {
    margin-bottom: 40px
}

.login_page .login_right_content .form_content .remebre_and_forgot a {
    color: #7C7E8A;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.login_page .login_right_content .form_content .remebre_and_forgot a:hover,
.login_page .login_right_content .form_content .remebre_and_forgot a:focus {
    color: #F6C723;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.login_page .login_right_content .form_content .btn {
    font-size: 15px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
    min-width: 200px;
    margin-top: 10px
}

.login_page .login_right_content .form_content .btn:hover i {
    right: -5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.login_page .login_right_content .form_content .btn:hover i.left {
    left: -5px
}

.login_page .login_right_content .form_content .btn i {
    font-size: 21px;
    margin-left: 3px;
    right: 0px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.login_page .login_right_content .form_content .btn i.left {
    margin-left: 0px;
    right: 0px;
    margin-right: 3px;
    left: 0px
}

.login_page .login_right_content .form_content .or {
    color: #7C7E8A;
    font-size: 20px;
    margin: 20px 0
}

.login_page .login_right_content .form_content .social_links .comon_links {
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.login_page .login_right_content .form_content .social_links .comon_links i {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    margin-right: 8px;
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.login_page .login_right_content .form_content .social_links .comon_links+.comon_links {
    margin-left: 20px
}

.login_page .login_right_content .form_content .social_links .linkedin {
    color: #0e76a8
}

.login_page .login_right_content .form_content .social_links .linkedin i {
    background-color: #0e76a8
}

.login_page .login_right_content .form_content .social_links .facebook {
    color: #3b5998
}

.login_page .login_right_content .form_content .social_links .facebook i {
    background-color: #3b5998
}

.login_page .login_right_content .form_content .dont_act {
    font-size: 18px;
    color: #7C7E8A;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin-top: 50px
}

.login_page .login_right_content .form_content .dont_act a {
    color: #FFAC29
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .login_page .login_right_content .form_content .btn {
        min-width: 180px
    }

    .login_page .login_right_content .form_content .dont_act {
        margin-top: 30px
    }
}

@media (max-width: 1199.98px) {
    .login_page .login_right_content .back_login {
        position: relative;
        left: 5px;
        top: 0px;
        font-size: 18px;
        margin-bottom: 10px;
        display: block
    }

    .login_page .login_right_content .back_login img {
        max-height: 55px
    }

    .login_page .login_right_content .form_content {
        top: 0;
        transform: none
    }

    .login_page .login_right_content .form_content .btn {
        margin-top: 0px
    }

    .login_page .login_right_content .form_content .dont_act {
        font-size: 17px;
        margin-top: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .login_page .login_right_content {
        padding: 35px 0px
    }

    .login_page .login_right_content .form_content .btn {
        min-width: 180px
    }
}

@media (max-width: 991.98px) {
    .login_page .login_right_content {
        padding: 25px 0px
    }

    .login_page .login_right_content .form_content .shield {
        height: 90px;
        width: 90px;
        margin-bottom: 20px
    }

    .login_page .login_right_content .form_content .shield img {
        width: 40px
    }

    .login_page .login_right_content .form_content .shield img.w_80 {
        width: 70px
    }

    .login_page .login_right_content .form_content h2 {
        font-size: 18px
    }

    .login_page .login_right_content .form_content h2.mb-35 {
        margin-bottom: 30px
    }

    .login_page .login_right_content .form_content h4 {
        margin-bottom: 10px
    }

    .login_page .login_right_content .form_content p {
        font-size: 18px;
        margin-bottom: 25px
    }

    .login_page .login_right_content .form_content .btn {
        min-width: 160px
    }

    .login_page .login_right_content .form_content .or {
        margin: 10px 0
    }

    .login_page .login_right_content .form_content .remebre_and_forgot {
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .login_page .login_right_content {
        padding: 20px 0px
    }

    .login_page .login_right_content .back_login {
        font-size: 16px
    }

    .login_page .login_right_content .back_login img {
        max-height: 50px
    }

    .login_page .login_right_content .form_content {
        max-width: 100%
    }

    .login_page .login_right_content .form_content .upload-image {
        margin-right: 8px
    }

    .login_page .login_right_content .form_content .shield {
        height: 76px;
        width: 76px
    }

    .login_page .login_right_content .form_content .shield img {
        width: 35px
    }

    .login_page .login_right_content .form_content .shield img.w_80 {
        width: 60px
    }

    .login_page .login_right_content .form_content h2 {
        font-size: 16px
    }

    .login_page .login_right_content .form_content h2.mb-35 {
        margin-bottom: 20px
    }

    .login_page .login_right_content .form_content h4 {
        font-size: 20px;
        margin-bottom: 5px
    }

    .login_page .login_right_content .form_content h4.mb-35 {
        margin-bottom: 15px
    }

    .login_page .login_right_content .form_content p {
        font-size: 15px;
        margin-bottom: 20px
    }

    .login_page .login_right_content .form_content .btn {
        font-size: 14px;
        min-width: 120px;
        min-height: 41px
    }

    .login_page .login_right_content .form_content .btn i {
        font-size: 17px
    }

    .login_page .login_right_content .form_content .btn+.btn {
        margin-left: 10px
    }

    .login_page .login_right_content .form_content .remebre_and_forgot {
        margin-bottom: 20px
    }

    .login_page .login_right_content .form_content .remebre_and_forgot a {
        font-size: 14px
    }

    .login_page .login_right_content .form_content .social_links .comon_links {
        font-size: 12px;
        text-align: left
    }

    .login_page .login_right_content .form_content .social_links .comon_links+.comon_links {
        margin-top: 10px;
        margin-left: 12px
    }

    .login_page .login_right_content .form_content .dont_act {
        font-size: 14px;
        margin-top: 20px
    }
}

@media (min-width: 415px) and (max-width: 736px) {
    .login_page .login_right_content .form_content .social_links .comon_links br {
        display: none !important
    }

    .login_page .login_right_content .form_content .social_links .comon_links+.comon_links {
        margin-left: 15px
    }
}

.login_page .availabiltyBox {
    padding: 50px 0
}

.login_page .availabiltyBox h3 {
    margin-bottom: 30px;
    font-size: 20px
}

.login_page .availabiltyBox .buttondiv .btn {
    min-width: 250px;
    padding: 15px 30px
}

.login_page .availabiltyBox__inner {
    max-width: 800px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    margin-bottom: 50px;
    border-radius: 5px
}

.login_page .availabiltyBox__header {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06)
}

.login_page .availabiltyBox__body {
    padding: 20px 30px 10px
}

.login_page .availabiltyBox__body h4 {
    margin-bottom: 25px
}

.login_page .availabiltyBox__body .table thead th {
    font-size: 20px;
    border: 0;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    padding-top: 0
}

.login_page .availabiltyBox__body .table thead th:first-child {
    padding-left: 0
}

.login_page .availabiltyBox__body .table thead th.w33 {
    width: 33%
}

.login_page .availabiltyBox__body .table tbody td {
    border: 0;
    vertical-align: middle;
    padding: 12px 15px
}

.login_page .availabiltyBox__body .table tbody td:first-child {
    padding-left: 0
}

.login_page .availabiltyBox__body .table tbody td .form-group {
    margin-bottom: 0px
}

.login_page .availabiltyBox__body .table tbody td .timepickerdiv {
    position: relative;
    max-width: 150px
}

.login_page .availabiltyBox__body .table tbody td .timepickerdiv .timepicker {
    background-image: url("../images/clock.svg");
    background-repeat: no-repeat;
    background-position: 91% center;
    background-size: 20px
}

.login_page .availabiltyBox__body .inputGroup {
    display: flex;
    position: relative;
    margin-bottom: 0
}

.login_page .availabiltyBox__body .inputGroup:after {
    content: ":";
    position: absolute;
    top: 0;
    left: 47px;
    font-size: 21px
}

.login_page .availabiltyBox__body .inputGroup input.form-control {
    width: 40px;
    height: 30px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.login_page .availabiltyBox__body .inputGroup input.form-control.w80 {
    width: 80px
}

.login_page .availabiltyBox__body .inputGroup input.form-control:first-child {
    margin-right: 20px
}

.login_page .availabiltyBox__body .inputGroup .bootstrap-select {
    margin-left: 10px
}

.login_page .availabiltyBox__body .inputGroup .bootstrap-select .dropdown-toggle {
    width: 50px;
    height: 30px;
    padding: 6px 5px;
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.login_page .availabiltyBox__body .inputGroup .bootstrap-select .dropdown-toggle+.dropdown-menu {
    max-width: 50px;
    min-width: 50px !important
}

.login_page .availabiltyBox__body .inputGroup .bootstrap-select .dropdown-toggle+.dropdown-menu .inner li a {
    font-size: 13px;
    padding: 5px 10px
}

.login_page .availabiltyBox__body .hourly .inputGroup:after {
    display: none
}

.login_page .availabiltyBox__body .hourly .inputGroup input.form-control:first-child {
    margin-right: 0
}

@media (max-width: 1399px) {
    .login_page .availabiltyBox__inner {
        margin-bottom: 40px
    }
}

@media (max-width: 1199.98px) {
    .login_page .availabiltyBox {
        padding: 40px 0
    }

    .login_page .availabiltyBox h3 {
        margin-bottom: 20px;
        font-size: 18px
    }

    .login_page .availabiltyBox__inner {
        margin-bottom: 25px
    }

    .login_page .availabiltyBox .buttondiv .btn {
        min-width: 200px;
        padding: 12px 30px
    }
}

@media (max-width: 991.98px) {
    .login_page .availabiltyBox {
        padding: 25px 0
    }

    .login_page .availabiltyBox__header {
        padding: 12px 20px
    }

    .login_page .availabiltyBox__body {
        padding: 12px 20px 0
    }

    .login_page .availabiltyBox__body .table thead th {
        font-size: 17px
    }
}

@media (max-width: 767.98px) {
    .login_page .availabiltyBox .buttondiv .btn {
        min-width: 160px
    }

    .login_page .availabiltyBox__header {
        padding: 10px 15px
    }

    .login_page .availabiltyBox__body {
        padding: 10px 15px 0
    }

    .login_page .availabiltyBox__body .custom-checkbox .custom-control-label:before {
        top: 10px
    }

    .login_page .availabiltyBox__body .custom-checkbox .custom-control-label:after {
        top: 6px
    }

    .login_page .availabiltyBox__body .table thead th {
        font-size: 16px
    }

    .login_page .availabiltyBox__body .table thead th.w33 {
        width: 50%
    }

    .login_page .availabiltyBox__body .table tbody tr td {
        padding: 10px 10px
    }
}

@media (max-width: 400px) {
    .login_page .availabiltyBox__header {
        padding: 10px 8px
    }
}

.subscriptionPage .bannerSection {
    height: 375px
}

@media (max-width: 1199.98px) {
    .subscriptionPage .bannerSection {
        height: 300px
    }
}

@media (max-width: 1199.98px) {
    .subscriptionPage .bannerSection {
        height: 250px
    }

    .subscriptionPage .bannerSection__txt {
        margin-top: 40px
    }
}

.signup_page .login_section .login_left_content.payment_lft_sec {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0 69px
}

.signup_page .login_section .login_left_content .payment_sec .row {
    height: 100%;
    margin: 0 -10px
}

.signup_page .login_section .login_left_content .payment_sec .row [class^="col-"] {
    padding: 0 10px
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
    margin-bottom: 50px;
    height: calc(100% - 50px)
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label input[type="radio"] {
    position: absolute;
    opacity: 0
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card {
    border: 1px solid transparent;
    border-radius: 5px;
    height: 100%;
    white-space: normal;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08)
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card:hover {
    transform: scale(1.2, 1.1);
    position: relative;
    z-index: 1
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-header {
    background-color: transparent;
    font-size: 22px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    border: 0;
    padding: 35px 30px;
    position: relative
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-header:after {
    content: "";
    width: 50%;
    height: 3px;
    background-color: #F6C723;
    position: absolute;
    bottom: 0;
    left: 0
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-header h3 {
    font-size: 30px;
    color: #020531
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-header p {
    font-size: 16px;
    color: #7E7E7E;
    line-height: 26px
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-header sup,
.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-header span {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-header sup {
    font-size: 14px;
    margin: 0px 5px
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-header span {
    font-size: 28px
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-header small {
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-header:first-child {
    border-radius: 0px
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-body {
    padding: 35px 30px 125px;
    min-height: 316px;
    position: relative
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-body .price {
    margin-bottom: 30px
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-body .price h2 {
    font-size: 40px;
    color: #43ABFF
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-body .price span {
    font-size: 14px;
    color: #020531;
    margin-bottom: 6px
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-body .btn-success {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    width: 225px
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label .card .card-body ul li {
    font-size: 15px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    line-height: 26px;
    color: #020531
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label.disable {
    pointer-events: none
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label.disable .checkmark {
    border: 1px solid #e9ecef;
    background-color: #e9ecef
}

.signup_page .login_section .login_left_content .payment_sec .list-box-label.disable .checkmark:after {
    border-color: #c6c8ca
}

@media (min-width: 1600px) and (max-width: 1680px) {
    .signup_page .login_section .login_left_content img.signupimg {
        height: 880px
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .signup_page .login_section .login_left_content.payment_lft_sec {
        padding: 60px 0 39px
    }

    .signup_page .login_section .login_left_content .payment_sec .row {
        margin: 0 -20px
    }

    .signup_page .login_section .login_left_content .payment_sec .row [class^="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 20px
    }

    .signup_page .login_section .login_left_content .payment_sec .list-box-label {
        margin-bottom: 40px;
        height: calc(100% - 40px)
    }

    .signup_page .login_section .login_left_content .payment_sec .list-box-label .card:hover {
        transform: scale(1.1, 1.05)
    }
}

@media (max-width: 1199.98px) {
    .signup_page .login_section .login_left_content img.signupimg {
        height: 410px
    }

    .signup_page .login_section .login_left_content.payment_lft_sec {
        padding: 30px 0 10px;
        text-align: left
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label {
        margin-bottom: 20px;
        height: calc(100% - 20px)
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card:hover {
        transform: scale(1)
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card .card-header {
        padding: 15px 20px
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card .card-header h3 {
        font-size: 25px
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card .card-header p {
        font-size: 15px;
        line-height: 22px
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card .card-body {
        padding: 15px 20px 80px
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card .card-body .price {
        margin-bottom: 15px
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card .card-body .price h2 {
        font-size: 35px
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card .card-body .btn-success {
        bottom: 22px;
        width: 170px
    }
}

@media (max-width: 575.98px) {
    .signup_page .login_section .login_left_content.payment_lft_sec {
        padding: 20px 0 5px;
        text-align: left
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label {
        margin-bottom: 15px;
        height: auto
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card .card-header {
        padding: 15px
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card .card-header h3 {
        font-size: 22px
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card .card-body {
        padding: 15px 15px 80px;
        min-height: auto
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card .card-body .price h2 {
        font-size: 30px
    }

    .signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card .card-body .btn-success {
        width: 150px
    }
}

.signup_page .login_section .login_right_content .form_content {
    top: 0;
    transform: none;
    padding: 40px 20px
}

.signup_page .login_section .login_right_content .form_content .sign_up_spce {
    margin-top: 90px
}

.signup_page .login_section .login_right_content .form_content .free_payment.free {
    pointer-events: none;
    opacity: 0.6
}

.signup_page .login_section .login_right_content .form_content .payment_successful h4 {
    font-size: 30px
}

.signup_page .login_section .login_right_content .form_content .payment_successful p {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    color: #393A40;
    margin-bottom: 30px
}

.signup_page .login_section .login_right_content .form_content p {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #393A40;
    margin-bottom: 40px
}

.signup_page .login_section .login_right_content .form_content .progress {
    height: 10px;
    border-radius: 25px
}

.signup_page .login_section .login_right_content .form_content .progress .progress-bar {
    background-color: #F6C723;
    border-radius: 25px
}

.signup_page .login_section .login_right_content .form_content .option_buttons {
    margin-bottom: 18px
}

.signup_page .login_section .login_right_content .form_content .option_buttons h4.mb-35 {
    margin-bottom: 30px
}

.signup_page .login_section .login_right_content .form_content .option_buttons h5 {
    font-size: 18px;
    color: #44515A;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin-bottom: 25px
}

.signup_page .login_section .login_right_content .form_content .option_buttons .user_type label {
    display: inline-block;
    margin-bottom: 0px
}

.signup_page .login_section .login_right_content .form_content .option_buttons .user_type label:not(:last-child) {
    margin-right: 15px
}

.signup_page .login_section .login_right_content .form_content .option_buttons .user_type label input[type="radio"] {
    display: none
}

.signup_page .login_section .login_right_content .form_content .option_buttons .user_type label span {
    padding: 9px 45px 13px;
    color: #7B7B7B;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    background-color: #F1F1F1;
    text-align: center;
    cursor: pointer;
    border-radius: 3px
}

.signup_page .login_section .login_right_content .form_content .option_buttons .user_type label input[type="radio"]:checked~span {
    background-color: #F6C723;
    color: #fff
}

.signup_page .login_section .login_right_content .form_content .option_buttons .list-box-label {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer
}

.signup_page .login_section .login_right_content .form_content .option_buttons .list-box-label input[type="radio"] {
    position: absolute;
    opacity: 0
}

.signup_page .login_section .login_right_content .form_content .option_buttons .list-box-label input[type="radio"]:checked~.inner .user_img {
    border: 2px solid #FFAC29;
    -webkit-box-shadow: 0px 0px 25px rgba(255, 172, 41, 0.33);
    box-shadow: 0px 0px 25px rgba(255, 172, 41, 0.33);
    filter: none;
    -webkit-filter: grayscale(0)
}

.signup_page .login_section .login_right_content .form_content .option_buttons .list-box-label input[type="radio"]:checked~.inner h6 {
    color: #FFAC29
}

.signup_page .login_section .login_right_content .form_content .option_buttons .list-box-label .inner .user_img {
    height: 76px;
    width: 76px;
    border: 1px solid #979797;
    border-radius: 50%;
    margin-bottom: 5px;
    filter: gray;
    -webkit-filter: grayscale(1)
}

.signup_page .login_section .login_right_content .form_content .option_buttons .list-box-label .inner h6 {
    font-size: 20px;
    color: #979797;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.signup_page .login_section .login_right_content .form_content .subscription_sec {
    margin-bottom: 20px
}

.signup_page .login_section .login_right_content .form_content .subscription_sec .heading {
    margin-bottom: 10px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    font-size: 16px
}

.signup_page .login_section .login_right_content .form_content .displayplan {
    min-height: 105px
}

.signup_page .login_section .login_right_content .form_content .displayplan .custom-checkbox .savelabel {
    width: auto;
    display: inline-block
}

.signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child:not(:last-child) {
    margin-right: 15px
}

.signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child label {
    cursor: pointer
}

.signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child .sub-child {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px rgba(232, 232, 232, 0.39);
    box-shadow: 0px 0px 25px rgba(232, 232, 232, 0.39);
    text-align: left;
    padding: 14px 20px;
    border-radius: 4px;
    min-width: 140px
}

.signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child .sub-child h2 {
    font-size: 24px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    margin-bottom: 10px
}

.signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child .sub-child h1 {
    font-size: 32px;
    color: #FFAC29;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin-bottom: 0px
}

.signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child .sub-child h1 sup {
    font-size: 14px;
    margin-right: 8px
}

.signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child .sub-child h1 small {
    font-size: 18px;
    color: #7C7E8A
}

.signup_page .login_section .login_right_content .form_content .display_subscription input[type="radio"]:checked~.sub-child {
    background-color: #F6C723
}

.signup_page .login_section .login_right_content .form_content .display_subscription input[type="radio"]:checked~.sub-child h2 {
    color: #fff
}

.signup_page .login_section .login_right_content .form_content .display_subscription input[type="radio"]:checked~.sub-child h1 small {
    color: #fff
}

.signup_page .login_section .login_right_content .form_content .breaker {
    position: absolute;
    left: 0px;
    color: #7C7E8A;
    font-size: 26px;
    right: 0
}

.signup_page .login_section .login_right_content .form_content .form_btn {
    margin-bottom: 20px
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .signup_page .login_section .login_right_content .form_content {
        padding: 30px 0
    }

    .signup_page .login_section .login_right_content .form_content .sign_up_spce {
        margin-top: 45px
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons {
        margin-bottom: 20px
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons .user_type label span {
        padding: 9px 40px 13px
    }

    .signup_page .login_section .login_right_content .form_content .payment_successful h4 {
        font-size: 26px
    }
}

@media (max-width: 1199.98px) {
    .signup_page .login_section .login_right_content .form_content {
        padding: 0px
    }

    .signup_page .login_section .login_right_content .form_content .payment_successful h4 {
        font-size: 26px
    }

    .signup_page .login_section .login_right_content .form_content .sign_up_spce {
        margin-top: 10px
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons {
        margin-bottom: 20px
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons h4.mb-35 {
        margin-bottom: 16px
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons .user_type label span {
        padding: 9px 37px 13px
    }

    .signup_page .login_section .login_right_content .form_content .displayplan {
        min-height: 90px
    }

    .signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child .sub-child h2 {
        font-size: 24px
    }

    .signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child .sub-child h1 {
        font-size: 22px
    }

    .signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child .sub-child h1 small {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .signup_page .login_section .login_right_content .form_content .option_buttons .user_type label span {
        padding: 9px 45px 13px
    }
}

@media (max-width: 767.98px) {
    .signup_page .login_section .login_right_content .form_content p {
        margin-bottom: 20px
    }

    .signup_page .login_section .login_right_content .form_content .payment_successful h4 {
        font-size: 20px
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons {
        margin-bottom: 10px
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons .user_type label {
        width: 31%
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons .user_type label span {
        padding: 9px 20px 13px
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons h5 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons .list-box-label {
        margin: 0 10px
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons .list-box-label .inner .user_img {
        height: 65px;
        width: 65px
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons .list-box-label .inner .user_img img {
        max-height: 32px
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons .list-box-label .inner h6 {
        font-size: 16px
    }

    .signup_page .login_section .login_right_content .form_content .displayplan {
        min-height: 75px
    }

    .signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child .sub-child h2 {
        font-size: 18px
    }

    .signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child .sub-child h1 {
        font-size: 20px
    }

    .signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child .sub-child h1 small {
        font-size: 16px
    }

    .signup_page .login_section .login_right_content .form_content .display_subscription .custom-checkbox .custom-control-label:before {
        top: 10px
    }

    .signup_page .login_section .login_right_content .form_content .display_subscription .custom-checkbox .custom-control-label:after {
        top: 6px
    }

    .signup_page .login_section .login_right_content .form_content .form_btn {
        margin-bottom: 0px
    }
}

@media (max-width: 575.98px) {
    .signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child {
        display: inline-block;
        width: 49%
    }

    .signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child:not(:last-child) {
        margin: 0
    }

    .signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child label {
        width: 100%
    }

    .signup_page .login_section .login_right_content .form_content .display_subscription .subscrition-child .sub-child {
        min-width: 100%
    }
}

@media (max-width: 480px) {
    .signup_page .login_section .login_right_content .form_content .option_buttons {
        margin-bottom: 10px
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons .user_type label:not(:last-child) {
        margin-right: 6px
    }

    .signup_page .login_section .login_right_content .form_content .option_buttons .user_type label span {
        padding: 10px 8px 12px
    }
}

.dashboard-main-wrap.signup_page .login_section .login_left_content.payment_lft_sec {
    padding: 70px 60px 20px
}

.dashboard-main-wrap.signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card:hover {
    transform: scale(1.1, 1.05)
}

@media (max-width: 1599px) {
    .dashboard-main-wrap.signup_page .login_section .login_left_content.payment_lft_sec {
        padding: 50px 20px 20px
    }
}

@media (max-width: 1199.98px) {
    .dashboard-main-wrap.signup_page .login_section .login_left_content.payment_lft_sec {
        padding: 35px 0 15px
    }

    .dashboard-main-wrap.signup_page .login_section .login_left_content.payment_lft_sec .list-box-label .card:hover {
        transform: scale(1)
    }
}

@media (max-width: 767.98px) {
    .dashboard-main-wrap.signup_page .login_section .login_left_content.payment_lft_sec {
        padding: 25px 0 10px
    }
}

.auth-wrap .bannerSection {
    height: 376px
}

.auth-wrap .bannerSection__inner {
    background-color: rgba(0, 0, 0, 0.67)
}

@media (max-width: 991.98px) {
    .auth-wrap .bannerSection {
        height: 280px
    }
}

.auth-wrap .logoImg {
    position: fixed;
    left: 30px;
    top: 20px;
    z-index: 1000
}

.auth-wrap .logoImg img {
    width: 200px
}

@media (max-width: 1599px) {
    .auth-wrap .logoImg {
        left: 20px;
        top: 15px
    }

    .auth-wrap .logoImg img {
        width: 150px
    }
}

@media (max-width: 991.98px) {
    .auth-wrap .logoImg {
        position: absolute
    }
}

.auth-wrap .row {
    height: 100%
}

.auth-wrap .modal-body {
    min-height: 100vh
}

@media (min-width: 2000px) {
    .auth-wrap .modal-body {
        height: 100%
    }
}

.auth-wrap .modal-dialog {
    margin: 0
}

.auth-wrap .auth-left {
    display: flex;
    height: 100%;
    align-items: flex-end;
    padding: 55px;
    position: relative;
    min-height: 100vh;
    color: #000;
    background-position: top center;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 50%;
    left: 0;
    top: 0
}

.auth-wrap .auth-left h1 {
    font-size: 90px;
    font-family: "AdobeHebrew-Bold"
}

.auth-wrap .auth-left h3 {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-size: 30px
}

.auth-wrap .auth-left .bottomLinks {
    position: absolute;
    bottom: 10px;
    left: 30px
}

.auth-wrap .auth-left .bottomLinks li a {
    color: #000;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.auth-wrap .auth-left .bottomLinks li a:hover {
    color: #F6C723
}

.auth-wrap .auth-left .bottomLinks li:not(:last-child) {
    margin-right: 20px
}

.auth-wrap .auth-left .auth-left-inner {
    padding: 0 90px
}

@media (max-width: 1680px) {
    .auth-wrap .auth-left h3 {
        font-size: 25px
    }

    .auth-wrap .auth-left h1 {
        font-size: 65px
    }
}

@media (max-width: 1599px) {
    .auth-wrap .auth-left {
        padding: 40px
    }

    .auth-wrap .auth-left h3 {
        font-size: 22px
    }

    .auth-wrap .auth-left h1 {
        font-size: 50px
    }

    .auth-wrap .auth-left .bottomLinks li a {
        font-size: 17px
    }
}

.auth-wrap #login-form {
    height: 100%
}

.auth-wrap .auth-right {
    padding: 40px 0;
    position: relative
}

.auth-wrap .auth-right .close-btn {
    display: flex;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 25px;
    left: 40px
}

.auth-wrap .auth-right .close-btn:hover {
    border-color: #F6C723;
    color: #F6C723
}

.auth-wrap .auth-right .phoneCoderow .row {
    margin: 0 -5px
}

.auth-wrap .auth-right .phoneCoderow .row [class^="col"] {
    padding: 0 5px
}

.auth-wrap .auth-right .phoneCoderow .colLeft {
    max-width: 95px;
    flex: 0 0 95px
}

.auth-wrap .auth-right .phoneCoderow .colLeft .bootstrap-select {
    padding-bottom: 0 !important
}

.auth-wrap .auth-right .phoneCoderow .colLeft .bootstrap-select .bs-searchbox .form-control {
    padding: 10px
}

.auth-wrap .auth-right .phoneCoderow .colLeft .bootstrap-select .dropdown-toggle {
    box-shadow: none;
    min-width: auto !important;
    width: 100%;
    padding: 12px 10px;
    margin-top: 0
}

.auth-wrap .auth-right .phoneCoderow .colRight {
    max-width: calc(100% - 95px);
    flex: 0 0 calc(100% - 95px)
}

.auth-wrap .auth-right .passwordInput .form-control {
    padding-right: 42px
}

.auth-wrap .auth-right .back {
    position: absolute;
    left: 20px;
    top: 20px
}

.auth-wrap .auth-right .back a {
    color: #FFAC29;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.auth-wrap .auth-right .back a:hover {
    color: #F6C723
}

.auth-wrap .auth-right .back a img {
    width: 35px;
    margin-right: 10px
}

@media (min-width: 1921px) {
    .auth-wrap .auth-right .back a {
        font-size: 20px
    }

    .auth-wrap .auth-right .back a img {
        width: 40px;
        margin-right: 10px
    }
}

.auth-wrap .auth-right .bottomText {
    font-size: 14px;
    color: #000;
    bottom: 30px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
}

.auth-wrap .auth-right .bottomText a {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #43ABFF
}

.auth-wrap .auth-right .bottomText a:hover {
    text-decoration: underline !important
}

.auth-wrap .auth-right .auth-form {
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
    width: 100%
}

.auth-wrap .auth-right .auth-form.loginForm {
    max-width: 500px
}

.auth-wrap .auth-right .auth-form.verifyForm {
    max-width: 450px
}

.auth-wrap .auth-right .auth-form.verifyForm p a {
    font-size: 14px;
    color: #F6C723
}

.auth-wrap .auth-right .auth-form.verifyForm .resendBtn {
    margin: 30px 0 20px
}

.auth-wrap .auth-right .auth-form.verifyForm .resendBtn a {
    font-size: 16px;
    color: #43ABFF
}

.auth-wrap .auth-right .auth-form .form-group {
    margin-bottom: 25px
}

.auth-wrap .auth-right .auth-form .passNotes {
    font-size: 15px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    padding-left: 28px;
    position: relative;
    display: block;
    color: #000
}

.auth-wrap .auth-right .auth-form .passNotes i {
    font-size: 19px;
    margin-right: 10px;
    position: absolute;
    top: 1px;
    left: 0px
}

.auth-wrap .auth-right .auth-form h2 {
    font-size: 22px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.auth-wrap .auth-right .auth-form h2.mb-35 {
    margin-bottom: 35px
}

.auth-wrap .auth-right .auth-form h3 {
    font-family: "AdobeHebrew-Bold";
    font-size: 50px;
    color: #000
}

.auth-wrap .auth-right .auth-form h4 {
    font-size: 26px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    margin-bottom: 15px
}

.auth-wrap .auth-right .auth-form h4 span {
    color: #FFAC29
}

.auth-wrap .auth-right .auth-form h4.mb-35 {
    margin-bottom: 20px
}

.auth-wrap .auth-right .auth-form h4 a {
    color: #000
}

.auth-wrap .auth-right .auth-form h4 a:hover {
    color: #ddae09
}

.auth-wrap .auth-right .auth-form p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #000
}

.auth-wrap .auth-right .auth-form .show-password {
    position: absolute;
    right: 15px;
    top: 14px;
    color: #b0b0b0
}

.auth-wrap .auth-right .auth-form .show-password:hover {
    color: #0d0d0d
}

.auth-wrap .auth-right .auth-form .forgot-icon {
    height: 106px;
    width: 106px;
    background-color: rgba(150, 157, 167, 0.08);
    border-radius: 50%;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center
}

.auth-wrap .auth-right .auth-form .forgot-icon img {
    width: 50px
}

.auth-wrap .auth-right .auth-form .custom-file .custom-file-label {
    border-color: #e6e6e6;
    border-radius: 3px;
    color: #b0b0b0
}

.auth-wrap .auth-right .auth-form .custom-file .custom-file-label:after {
    height: 100%;
    align-items: center;
    display: flex;
    background-color: rgba(150, 157, 167, 0.15)
}

.auth-wrap .auth-right .auth-form .custom-file .custom-file-input.valid~.custom-file-label {
    color: #000
}

.auth-wrap .auth-right .auth-form .option_buttons {
    margin-bottom: 40px
}

.auth-wrap .auth-right .auth-form .option_buttons h4.mb-35 {
    margin-bottom: 30px
}

.auth-wrap .auth-right .auth-form .option_buttons h5 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000
}

.auth-wrap .auth-right .auth-form .option_buttons .user_type label {
    display: inline-block;
    margin-bottom: 0px
}

.auth-wrap .auth-right .auth-form .option_buttons .user_type label:not(:last-child) {
    margin-right: 10px
}

.auth-wrap .auth-right .auth-form .option_buttons .user_type label input[type="radio"] {
    display: none
}

.auth-wrap .auth-right .auth-form .option_buttons .user_type label span {
    padding: 11px 45px;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    color: #43ABFF;
    border: 1px solid #43ABFF;
    font-size: 16px;
    text-transform: uppercase
}

.auth-wrap .auth-right .auth-form .option_buttons .user_type label input[type="radio"]:checked~span {
    background-color: #43ABFF;
    color: #fff
}

.auth-wrap .auth-right .auth-form .option_buttons .list-box-label {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer
}

.auth-wrap .auth-right .auth-form .option_buttons .list-box-label input[type="radio"] {
    position: absolute;
    opacity: 0
}

.auth-wrap .auth-right .auth-form .option_buttons .list-box-label input[type="radio"]:checked~.inner .user_img {
    border: 2px solid #FFAC29;
    -webkit-box-shadow: 0px 0px 25px rgba(255, 172, 41, 0.33);
    box-shadow: 0px 0px 25px rgba(255, 172, 41, 0.33);
    filter: none;
    -webkit-filter: grayscale(0)
}

.auth-wrap .auth-right .auth-form .option_buttons .list-box-label input[type="radio"]:checked~.inner h6 {
    color: #FFAC29
}

.auth-wrap .auth-right .auth-form .option_buttons .list-box-label .inner .user_img {
    height: 76px;
    width: 76px;
    border: 1px solid #979797;
    border-radius: 50%;
    margin-bottom: 5px;
    filter: gray;
    -webkit-filter: grayscale(1)
}

.auth-wrap .auth-right .auth-form .option_buttons .list-box-label .inner h6 {
    font-size: 20px;
    color: #979797;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.auth-wrap .auth-right .auth-form .remebre_and_forgot {
    margin-bottom: 30px
}

.auth-wrap .auth-right .auth-form .remebre_and_forgot a {
    color: #43ABFF;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.auth-wrap .auth-right .auth-form .remebre_and_forgot a:hover {
    text-decoration: underline !important
}

.auth-wrap .auth-right .auth-form .custom-checkbox .custom-control-label {
    white-space: normal;
    font-size: 14px;
    color: #000
}

.auth-wrap .auth-right .auth-form .custom-checkbox .custom-control-label a {
    color: #43ABFF
}

.auth-wrap .auth-right .auth-form .custom-checkbox .custom-control-label a:hover {
    text-decoration: underline !important
}

.auth-wrap .auth-right .auth-form .custom-checkbox .custom-control-label:before {
    top: 13px;
    background-color: transparent
}

.auth-wrap .auth-right .auth-form .custom-checkbox .custom-control-label:after {
    top: 8px
}

.auth-wrap .auth-right .auth-form .custom-checkbox .custom-control-label span {
    top: 4px
}

.auth-wrap .auth-right .auth-form .btn-primary {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
    min-width: 250px;
    padding: 15px 30px;
    margin-top: 10px
}

.auth-wrap .auth-right .auth-form .btn-primary:hover i {
    right: -5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.auth-wrap .auth-right .auth-form .btn-primary:hover i.left {
    left: -5px
}

.auth-wrap .auth-right .auth-form .btn-primary i {
    font-size: 21px;
    margin-left: 3px;
    right: 0px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.auth-wrap .auth-right .auth-form .btn-primary i.left {
    margin-left: 0px;
    right: 0px;
    margin-right: 3px;
    left: 0px
}

.auth-wrap .auth-right .auth-form .or {
    font-size: 20px;
    margin: 5px auto 30px;
    position: relative;
    padding: 0 164px;
    display: inline-block;
    max-width: max-content;
    color: #000
}

.auth-wrap .auth-right .auth-form .or:before,
.auth-wrap .auth-right .auth-form .or:after {
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    top: 50%;
    transform: translateY(-50%);
    content: ''
}

.auth-wrap .auth-right .auth-form .or:before {
    left: 0
}

.auth-wrap .auth-right .auth-form .or:after {
    right: 0
}

.auth-wrap .auth-right .auth-form .social_links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.auth-wrap .auth-right .auth-form .social_links ul {
    display: flex;
    justify-content: center;
    align-items: center
}

.auth-wrap .auth-right .auth-form .social_links .comon_links {
    font-size: 28px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    height: 55px;
    width: 87px;
    border-radius: 5px;
    color: #000;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    transition: all 0.5s;
    background-color: rgba(150, 157, 167, 0.15)
}

.auth-wrap .auth-right .auth-form .social_links .comon_links.facebook {
    color: #3C5A9A
}

.auth-wrap .auth-right .auth-form .social_links .comon_links.linkedin {
    color: #1C84BB
}

.auth-wrap .auth-right .auth-form .social_links .comon_links img {
    width: 26px
}

.auth-wrap .auth-right .auth-form .social_links li:not(:last-child) {
    margin-right: 20px
}

.auth-wrap .auth-right .auth-form .dont_act {
    font-size: 18px;
    color: #7C7E8A;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin-top: 30px
}

.auth-wrap .auth-right .auth-form .dont_act a {
    color: #FFAC29
}

@media (max-width: 1599px) {
    .auth-wrap .auth-right .back {
        left: 15px
    }

    .auth-wrap .auth-right .back a {
        color: #FFAC29;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }

    .auth-wrap .auth-right .back a:hover {
        color: #F6C723
    }

    .auth-wrap .auth-right .back a img {
        width: 35px;
        margin-right: 10px
    }

    .auth-wrap .auth-right .auth-form {
        max-width: 650px
    }

    .auth-wrap .auth-right .auth-form.verifyForm {
        max-width: 400px
    }

    .auth-wrap .auth-right .auth-form p {
        margin-bottom: 30px
    }

    .auth-wrap .auth-right .auth-form h3 {
        font-size: 45px
    }

    .auth-wrap .auth-right .auth-form h4.mb-35 {
        margin-bottom: 30px
    }

    .auth-wrap .auth-right .auth-form .option_buttons {
        margin-bottom: 35px
    }

    .auth-wrap .auth-right .auth-form .option_buttons .user_type label span {
        font-size: 15px;
        padding: 11px 35px
    }

    .auth-wrap .auth-right .auth-form .or {
        margin: 15px auto 40px
    }

    .auth-wrap .auth-right .auth-form .dont_act {
        margin-top: 25px
    }
}

@media (max-width: 1399px) {
    .auth-wrap .auth-right {
        padding: 35px 0
    }

    .auth-wrap .auth-right .close-btn {
        height: 40px;
        width: 40px
    }

    .auth-wrap .auth-right .auth-form h3 {
        font-size: 40px
    }

    .auth-wrap .auth-right .auth-form h4.mb-35 {
        margin-bottom: 15px
    }

    .auth-wrap .auth-right .auth-form p {
        font-size: 18px
    }

    .auth-wrap .auth-right .auth-form .forgot-icon {
        margin-bottom: 15px
    }

    .auth-wrap .auth-right .auth-form .remebre_and_forgot {
        margin-bottom: 20px
    }
}

@media (max-width: 1199.98px) {
    .auth-wrap .logoImg img {
        width: 130px
    }

    .auth-wrap .auth-left {
        padding: 25px
    }

    .auth-wrap .auth-left h3 {
        font-size: 20px
    }

    .auth-wrap .auth-left h1 {
        font-size: 35px
    }

    .auth-wrap .auth-left .auth-left-inner {
        padding: 0
    }

    .auth-wrap .auth-right {
        padding: 30px 0
    }

    .auth-wrap .auth-right .auth-form h3 {
        font-size: 35px
    }

    .auth-wrap .auth-right .auth-form p {
        font-size: 16px
    }

    .auth-wrap .auth-right .auth-form .or {
        margin: 5px auto 30px;
        padding: 0 150px;
        font-size: 18px
    }

    .auth-wrap .auth-right .auth-form .or:after,
    .auth-wrap .auth-right .auth-form .or:before {
        width: 130px
    }

    .auth-wrap .auth-right .auth-form .btn-primary {
        min-width: 200px;
        padding: 12px 30px
    }

    .auth-wrap .auth-right .auth-form .social_links .comon_links {
        height: 40px;
        width: 67px;
        font-size: 22px
    }

    .auth-wrap .auth-right .auth-form .social_links .comon_links img {
        width: 20px
    }

    .auth-wrap .auth-right .auth-form .social_links li:not(:last-child) {
        margin-right: 15px
    }

    .auth-wrap .auth-right .auth-form .option_buttons .user_type label span {
        font-size: 13px;
        padding: 11px 30px
    }

    .auth-wrap .auth-right .bottomText {
        width: 100%;
        text-align: center;
        padding: 0 15px
    }
}

@media (max-width: 991.98px) {
    .auth-wrap .logoImg {
        left: 15px
    }

    .auth-wrap .logoImg img {
        width: 100px
    }

    .auth-wrap .auth-right .close-btn {
        height: 35px;
        width: 35px;
        font-size: 12px;
        left: inherit;
        right: 15px;
        top: 15px
    }

    .auth-wrap .auth-right .auth-form .show-password {
        top: 11px
    }

    .auth-wrap .auth-right .auth-form h4 {
        font-size: 22px
    }

    .auth-wrap .auth-right .auth-form .forgot-icon {
        height: 80px;
        width: 80px
    }

    .auth-wrap .auth-right .auth-form .forgot-icon img {
        width: 40px
    }

    .auth-wrap .auth-right .auth-form .option_buttons .user_type label span {
        font-size: 14px;
        padding: 11px 30px
    }

    .auth-wrap .auth-right .bottomText {
        bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .auth-wrap .auth-right {
        padding: 20px 0
    }

    .auth-wrap .auth-right .auth-form h4 {
        font-size: 20px
    }

    .auth-wrap .auth-right .auth-form p {
        font-size: 15px
    }

    .auth-wrap .auth-right .auth-form .form-group {
        margin-bottom: 15px
    }

    .auth-wrap .auth-right .auth-form .custom-checkbox .custom-control-label:after {
        top: 9px
    }

    .auth-wrap .auth-right .auth-form .btn-primary {
        width: 160px
    }

    .auth-wrap .auth-right .auth-form .option_buttons {
        margin-bottom: 25px
    }

    .auth-wrap .auth-right .auth-form .option_buttons .user_type {
        white-space: nowrap;
        overflow-x: auto
    }

    .auth-wrap .auth-right .auth-form .or {
        margin: 0 auto 15px
    }

    .auth-wrap .auth-right .auth-form .social_links {
        margin-bottom: 15px
    }
}

@media (max-width: 575.98px) {
    .auth-wrap .logoImg {
        left: 8px;
        top: 8px
    }

    .auth-wrap .logoImg img {
        width: 90px
    }

    .auth-wrap .auth-right .auth-form h3 {
        font-size: 25px
    }

    .auth-wrap .auth-right .auth-form.loginForm {
        max-width: 100%
    }

    .auth-wrap .auth-right .auth-form .or {
        padding: 0
    }

    .auth-wrap .auth-right .auth-form .or:after,
    .auth-wrap .auth-right .auth-form .or:before {
        display: none
    }

    .auth-wrap .auth-right .auth-form .option_buttons h5 {
        font-size: 16px
    }

    .auth-wrap .auth-right .auth-form .option_buttons .user_type label span {
        font-size: 12px;
        padding: 9px 25px
    }
}

.home-page .banner-wrap {
    background-image: url("../images/home-banner.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative
}

.home-page .banner-wrap:before {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    content: ''
}

.home-page .banner-wrap .banner {
    height: 100vh
}

.home-page .banner-wrap .banner .banner-content {
    vertical-align: middle;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: ease-in-out 0.3s
}

.home-page .banner-wrap .banner .banner-content p {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    font-size: 55px;
    letter-spacing: 13px;
    margin-bottom: 0px;
    color: #F6C723
}

.home-page .banner-wrap .banner .banner-content h1 {
    font-size: 90px;
    font-family: "AdobeHebrew-Bold";
    margin-bottom: 20px
}

.home-page .banner-wrap .banner .banner-content h3 {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-size: 30px;
    margin-bottom: 30px
}

.home-page .banner-wrap .banner .banner-content .bannerSlider {
    padding: 0 200px
}

.home-page .banner-wrap .banner .banner-content .bannerSlider .arrow {
    height: 88px;
    width: 88px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.home-page .banner-wrap .banner .banner-content .bannerSlider .arrow:after {
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F6C723;
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1
}

.home-page .banner-wrap .banner .banner-content .bannerSlider .arrow i {
    font-size: 20px
}

.home-page .banner-wrap .banner .banner-content .bannerSlider .arrow.next {
    right: 0
}

.home-page .banner-wrap .banner .banner-content .bannerSlider .arrow.prev {
    left: 0
}

.home-page .banner-wrap .banner .banner-content .bannerSlider .arrow:hover {
    border-color: #F6C723
}

.home-page .banner-wrap .banner .banner-content .bannerSlider .arrow:hover:after {
    transform: scale(1)
}

.home-page .banner-wrap .banner .banner-content .bannerSlider .arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.7
}

.home-page .banner-wrap .banner .banner-content .bannerSlider .item {
    text-align: center;
    outline: 0
}

.home-page .banner-wrap .banner .banner-content .bannerSlider .item .btn-success {
    width: 270px;
    padding: 25px
}

.home-page .banner-wrap .homeBottom {
    position: fixed;
    bottom: 0;
    padding: 0 30px 30px;
    width: 100%
}

.home-page .banner-wrap .homeBottom a {
    color: #fff;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.home-page .banner-wrap .homeBottom a:hover {
    color: #F6C723
}

.home-page .banner-wrap .homeBottom ul li:not(:last-child) {
    margin-right: 20px
}

.home-page .banner-wrap .bg-video video {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center
}

.home-page .banner-wrap .bg-video:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4)
}

@media (max-width: 1680px) {
    .home-page .banner-wrap .banner .banner-content {
        left: 50px
    }

    .home-page .banner-wrap .banner .banner-content h1 {
        font-size: 70px
    }

    .home-page .banner-wrap .banner .banner-content p {
        font-size: 45px
    }
}

@media (max-width: 1599px) {
    .home-page .banner-wrap .banner .banner-content {
        left: 0;
        padding-left: 50px
    }

    .home-page .banner-wrap .banner .banner-content h1 {
        font-size: 50px;
        margin-bottom: 20px
    }

    .home-page .banner-wrap .banner .banner-content p {
        font-size: 25px;
        margin-bottom: 20px
    }

    .home-page .banner-wrap .banner .banner-content h3 {
        font-size: 25px;
        margin-bottom: 20px
    }

    .home-page .banner-wrap .banner .banner-content .bannerSlider .arrow {
        height: 65px;
        width: 65px
    }

    .home-page .banner-wrap .banner .banner-content .bannerSlider .item .btn-success {
        padding: 18px;
        width: 220px
    }

    .home-page .banner-wrap .homeBottom {
        padding: 0 20px 20px
    }
}

@media (max-width: 1199.98px) {
    .home-page .banner-wrap .banner .banner-content h1 {
        font-size: 35px
    }

    .home-page .banner-wrap .banner .banner-content h3 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .home-page .banner-wrap .banner .banner-content .bannerSlider {
        padding: 0 100px
    }

    .home-page .banner-wrap .banner .banner-content .bannerSlider .item .btn-success {
        padding: 16px
    }

    .home-page .banner-wrap .banner .banner-content .pages_edit_btns .btn {
        height: 30px;
        width: 30px;
        font-size: 14px
    }

    .home-page .banner-wrap .homeBottom a {
        font-size: 16px
    }
}

@media (max-width: 991.98px) {
    .home-page .banner-wrap {
        background-position: center center
    }

    .home-page .banner-wrap .banner .banner-content {
        padding-left: 0px;
        text-align: center
    }

    .home-page .banner-wrap .banner .banner-content p {
        font-size: 50px;
        margin-bottom: 5px
    }

    .home-page .banner-wrap .banner .banner-content h1 {
        font-size: 30px
    }

    .home-page .banner-wrap .banner .banner-content h3 {
        font-size: 20px
    }

    .home-page .banner-wrap .banner .banner-content .bannerSlider {
        padding: 15px 60px 0
    }

    .home-page .banner-wrap .banner .banner-content .bannerSlider .arrow {
        height: 50px;
        width: 50px
    }

    .home-page .banner-wrap .banner .banner-content .bannerSlider .arrow i {
        font-size: 16px
    }

    .home-page .banner-wrap .banner .banner-content .bannerSlider .item .btn-success {
        padding: 13px;
        width: 185px
    }
}

@media (max-width: 767.98px) {
    .home-page .banner-wrap .banner .banner-content {
        top: 50%;
        padding-left: 0;
        transform: translateY(-50%)
    }

    .home-page .banner-wrap .banner .banner-content h1 {
        font-size: 24px;
        margin-bottom: 10px
    }
}

@media (max-width: 575.98px) {
    .home-page .banner-wrap .banner .banner-content {
        top: 50%;
        padding-left: 0;
        transform: translateY(-50%)
    }

    .home-page .banner-wrap .banner .banner-content h3 {
        font-size: 15px
    }

    .home-page .banner-wrap .banner .banner-content .bannerSlider {
        padding: 15px 0 0
    }

    .home-page .banner-wrap .banner .banner-content .bannerSlider .arrow {
        height: 35px;
        width: 35px;
        transform: inherit;
        top: inherit;
        bottom: -60px
    }

    .home-page .banner-wrap .banner .banner-content .bannerSlider .arrow.next {
        right: calc(50% - 40px)
    }

    .home-page .banner-wrap .banner .banner-content .bannerSlider .arrow.prev {
        left: calc(50% - 40px)
    }

    .home-page .banner-wrap .banner .banner-content .bannerSlider .arrow i {
        font-size: 14px
    }

    .home-page .banner-wrap .banner .banner-content .bannerSlider .item .btn-success {
        padding: 10px 20px;
        width: auto
    }

    .home-page .banner-wrap .homeBottom {
        padding: 0 10px 10px
    }

    .home-page .banner-wrap .homeBottom a {
        font-size: 14px
    }

    .home-page .banner-wrap .homeBottom ul li:not(:last-child) {
        margin-right: 3px
    }
}

.subscription-plan-page.public .content-wrap {
    background-color: transparent
}

.subscription-plan-page.public .content-wrap .page-header {
    margin-bottom: 20px
}

.subscription-plan-page.public .content-wrap .page-header h1 {
    font-size: 24px
}

.subscription-plan-page.public .content-wrap .content-in {
    background-color: #fff;
    padding: 30px 25px
}

.subscription-plan-page.public .content-wrap .content-in .option_buttons {
    margin-bottom: 30px;
    text-align: center
}

.subscription-plan-page.public .content-wrap .content-in .option_buttons h5 {
    font-size: 20px;
    color: #44515A;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin-bottom: 25px
}

.subscription-plan-page.public .content-wrap .content-in .option_buttons .list-box-label {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer
}

.subscription-plan-page.public .content-wrap .content-in .option_buttons .list-box-label input[type="radio"] {
    position: absolute;
    opacity: 0
}

.subscription-plan-page.public .content-wrap .content-in .option_buttons .list-box-label input[type="radio"]:checked~.inner .user_img {
    border: 2px solid #FFAC29;
    -webkit-box-shadow: 0px 0px 25px rgba(255, 172, 41, 0.33);
    box-shadow: 0px 0px 25px rgba(255, 172, 41, 0.33);
    filter: none;
    -webkit-filter: grayscale(0)
}

.subscription-plan-page.public .content-wrap .content-in .option_buttons .list-box-label input[type="radio"]:checked~.inner h6 {
    color: #FFAC29
}

.subscription-plan-page.public .content-wrap .content-in .option_buttons .list-box-label .inner .user_img {
    height: 50px;
    width: 50px;
    border: 1px solid #979797;
    border-radius: 50%;
    margin-bottom: 5px;
    filter: gray;
    -webkit-filter: grayscale(1)
}

.subscription-plan-page.public .content-wrap .content-in .option_buttons .list-box-label .inner .user_img img {
    max-height: 30px
}

.subscription-plan-page.public .content-wrap .content-in .option_buttons .list-box-label .inner h6 {
    font-size: 16px;
    color: #979797;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.subscription-plan-page.public .content-wrap .content-in .column {
    margin-bottom: 25px
}

@media (max-width: 575.98px) {
    .subscription-plan-page.public .content-wrap .content-in {
        padding: 20px 15px
    }

    .subscription-plan-page.public .content-wrap .content-in .option_buttons .list-box-label {
        margin: 0 5px
    }
}

.company-page .bannerSection {
    height: 376px
}

@media (max-width: 767.98px) {
    .company-page .bannerSection {
        height: 234px
    }
}

.company-page .company_section {
    padding: 45px 0px 30px
}

.company-page .company_section .page-heading {
    margin-bottom: 20px
}

.company-page .company_section .page-heading h1 {
    font-size: 24px;
    margin-bottom: 0px
}

.company-page .company_section .content_sec .btn-clear {
    color: #020531
}

.company-page .company_section .content_sec .btn-clear:hover {
    color: #F6C723
}

.company-page .company_section .content_sec .row {
    margin: 0 -10px
}

.company-page .company_section .content_sec .row [class*="col-"] {
    padding: 0 10px
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .company-page .company_section .content_sec .col-custom-1200 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
}

.company-page .company_section .content_sec .job_box {
    -webkit-box-shadow: 0px 0px 20px rgba(120, 119, 119, 0.06);
    box-shadow: 0px 0px 20px rgba(120, 119, 119, 0.06);
    padding: 2px;
    margin: 40px 0 40px;
    border-radius: 4px
}

.company-page .company_section .content_sec .job_box .job_body {
    background-color: #fff;
    border-radius: 5px
}

.company-page .company_section .content_sec .job_box .job_body .time {
    position: absolute;
    font-size: 14px;
    color: rgba(2, 5, 49, 0.5);
    right: 25px;
    top: 25px
}

.company-page .company_section .content_sec .job_box .job_body .jobDtl {
    padding: 0 25px 20px;
    position: relative
}

.company-page .company_section .content_sec .job_box .job_body .job_img {
    height: 85px;
    width: 85px;
    margin-top: -40px;
    border-radius: 50%;
    background-color: #f2f7fd;
    border: 2px solid #fff
}

.company-page .company_section .content_sec .job_box .job_body .job_img img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.company-page .company_section .content_sec .job_box .job_body h3 {
    font-size: 22px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    color: #020531;
    line-height: 30px;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 62px
}

.company-page .company_section .content_sec .job_box .job_body h4 {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    color: rgba(2, 5, 49, 0.6);
    margin: 7px 0 15px
}

.company-page .company_section .content_sec .job_box .job_body h6 {
    min-height: 40px
}

.company-page .company_section .content_sec .job_box .job_body h6 span {
    font-size: 14px;
    color: rgba(2, 5, 49, 0.6);
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.company-page .company_section .content_sec .job_box .job_body h6 i {
    font-size: 18px;
    color: #43ABFF
}

.company-page .company_section .content_sec .job_box .job_body .jobType {
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: rgba(2, 5, 49, 0.6);
    border: 1px solid #4fbd9d;
    border-radius: 3px;
    padding: 7px 18px;
    text-transform: capitalize;
    display: inline-block
}

.company-page .company_section .content_sec .job_box .job_body .exText {
    font-size: 16px;
    color: #020531;
    margin: 30px 0 12px
}

.company-page .company_section .content_sec .job_box .job_body p {
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    color: rgba(68, 81, 90, 0.88);
    margin: 10px 0px 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.company-page .company_section .content_sec .job_box .job_body .row {
    margin: 0 -5px
}

.company-page .company_section .content_sec .job_box .job_body .row .col {
    padding: 0 5px
}

.company-page .company_section .content_sec .job_box .job_body .btn_req {
    margin-top: 25px
}

.company-page .company_section .content_sec .job_box .btnRow {
    padding: 20px 25px
}

.company-page .company_section .content_sec .job_box .btnRow .btn {
    padding: 12px 15px
}

.company-page .company_section .content_sec .job_box .btnRow .btn.btn-outline-success:hover,
.company-page .company_section .content_sec .job_box .btnRow .btn.btn-outline-success:focus,
.company-page .company_section .content_sec .job_box .btnRow .btn.btn-outline-success:active,
.company-page .company_section .content_sec .job_box .btnRow .btn.btn-outline-success:not(:disabled):not(.disabled):active {
    border-color: #f5c10b;
    color: #000;
    outline: none;
    box-shadow: none;
    background: #f5c10b
}

.company-page .company_section .content_sec .job_box .btnRow .btn.btn-outline-warning:hover,
.company-page .company_section .content_sec .job_box .btnRow .btn.btn-outline-warning:focus,
.company-page .company_section .content_sec .job_box .btnRow .btn.btn-outline-warning:active,
.company-page .company_section .content_sec .job_box .btnRow .btn.btn-outline-warning:not(:disabled):not(.disabled):active {
    border-color: #ffa210;
    color: #000;
    outline: none;
    box-shadow: none;
    background: #ffa210
}

.company-page .company_section .content_sec .job_box .job_footer {
    padding: 16px 20px;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 4px 4px
}

.company-page .company_section .content_sec .job_box .job_footer a {
    font-size: 17px;
    color: rgba(2, 5, 49, 0.6)
}

.company-page .company_section .content_sec .job_box .job_footer a:hover {
    color: #F6C723
}

@media (min-width: 2000px) {
    .company-page .company_section .content_sec .job_box .job_body h3 {
        font-size: 22px
    }

    .company-page .company_section .content_sec .job_box .job_body h6,
    .company-page .company_section .content_sec .job_box .job_body span,
    .company-page .company_section .content_sec .job_box .job_body p {
        font-size: 17px
    }

    .company-page .company_section .content_sec .job_box .job_footer a {
        font-size: 18px
    }
}

@media (max-width: 1599px) {
    .company-page .company_section .content_sec .job_box .job_body .jobDtl {
        padding: 0 20px 5px
    }

    .company-page .company_section .content_sec .job_box .job_body h3 {
        font-size: 17px;
        margin-top: 17px;
        min-height: 65px
    }

    .company-page .company_section .content_sec .job_box .job_body .jobType {
        padding: 4px 15px
    }

    .company-page .company_section .content_sec .job_box .job_body .exText {
        margin-top: 5px
    }

    .company-page .company_section .content_sec .job_box .btnRow {
        padding: 15px 20px
    }

    .company-page .company_section .content_sec .job_box .btnRow .btn {
        padding: 10px 15px
    }

    .company-page .company_section .content_sec .job_box .job_footer a {
        font-size: 16px
    }
}

@media (max-width: 1199.98px) {
    .company-page .company_section .content_sec {
        padding: 20px 20px
    }
}

@media (max-width: 767.98px) {
    .company-page .company_section .content_sec {
        padding: 15px 15px
    }

    .company-page .company_section .content_sec .job_box {
        margin-bottom: 25px
    }

    .company-page .company_section .content_sec .job_box .job_header {
        min-height: 72px
    }

    .company-page .company_section .content_sec .job_box .job_header:after {
        height: 69px;
        width: 69px
    }

    .company-page .company_section .content_sec .job_box .job_header .job_img {
        height: 65px;
        width: 65px
    }

    .company-page .company_section .content_sec .job_box .job_body h3 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .company-page .company_section .content_sec .job_box .job_body p {
        margin: 10px 0px 15px
    }

    .company-page .company_section .content_sec .job_box .job_body .btn_req {
        margin-top: 15px
    }
}

@media (max-width: 1680px) {
    .company-page .company_section {
        padding-top: 70px
    }
}

@media (max-width: 1199.98px) {
    .company-page .company_section {
        padding: 30px 0px;
        padding-top: 30px
    }

    .company-page .company_section .container {
        max-width: 100%
    }

    .company-page .company_section .page-heading h1 {
        font-size: 22px
    }
}

@media (max-width: 991.98px) {
    .company-page .company_section .page-heading h1 {
        font-size: 20px
    }
}

@media (max-width: 767.98px) {
    .company-page .company_section {
        padding: 20px 0px
    }

    .company-page .company_section .page-heading {
        margin-bottom: 15px
    }

    .company-page .company_section .page-heading h1 {
        font-size: 18px
    }

    .company-page .company_section .page-heading h1 br {
        display: none
    }

    .company-page .company_section .content_sec {
        padding: 0
    }
}

.jobdescription-page .description_section .content_sec {
    padding: 30px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03)
}

.jobdescription-page .description_section .content_sec .topInfo__imgWrap {
    min-width: 222px;
    max-width: 222px;
    height: 219px;
    padding: 16px;
    background-color: #F2F7FD
}

.jobdescription-page .description_section .content_sec .topInfo__info {
    margin-left: 30px
}

.jobdescription-page .description_section .content_sec .topInfo__info h3 {
    font-size: 30px;
    line-height: 41px
}

.jobdescription-page .description_section .content_sec .topInfo__info h6 {
    font-size: 16px;
    color: #4FBD9D;
    margin-bottom: 20px
}

.jobdescription-page .description_section .content_sec .topInfo__info p {
    font-size: 18px;
    line-height: 30px
}

.jobdescription-page .description_section .content_sec .topInfo__info .btnRow {
    margin: 25px 0
}

.jobdescription-page .description_section .content_sec .topInfo__info .btnRow .btn {
    padding: 12px 30px;
    font-size: 15px;
    display: inline-block;
    width: auto
}

.jobdescription-page .description_section .content_sec .topInfo__info .btnRow .btn:not(:last-child) {
    margin-right: 15px
}

.jobdescription-page .description_section .content_sec .jobInfoList {
    margin: 70px -10px 0
}

.jobdescription-page .description_section .content_sec .jobInfoList>li {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 10px;
    margin-bottom: 60px
}

.jobdescription-page .description_section .content_sec .jobInfoList>li p {
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 0
}

.jobdescription-page .description_section .content_sec .jobInfoList>li .tags {
    margin: 20px 0 0 15px
}

.jobdescription-page .description_section .content_sec .jobInfoList>li.w50 {
    max-width: 50%;
    flex: 0 0 50%
}

.jobdescription-page .description_section .content_sec .common_section {
    margin-bottom: 60px
}

.jobdescription-page .description_section .content_sec .common_section .para-text {
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    line-height: 30px;
    word-break: break-all;
    padding-left: 15px
}

.jobdescription-page .description_section .content_sec .common_section .map-box {
    margin-top: 40px
}

@media (max-width: 1599px) {
    .jobdescription-page .description_section .content_sec {
        padding: 25px
    }

    .jobdescription-page .description_section .content_sec .topInfo__imgWrap {
        height: 195px;
        min-width: 200px;
        max-width: 200px;
        padding: 12px
    }

    .jobdescription-page .description_section .content_sec .topInfo__info h3 {
        font-size: 25px;
        line-height: 35px
    }

    .jobdescription-page .description_section .content_sec .topInfo__info p {
        font-size: 17px;
        line-height: 26px
    }

    .jobdescription-page .description_section .content_sec .jobInfoList {
        margin-top: 55px
    }

    .jobdescription-page .description_section .content_sec .jobInfoList>li {
        margin-bottom: 45px
    }

    .jobdescription-page .description_section .content_sec .jobInfoList>li p {
        font-size: 17px
    }

    .jobdescription-page .description_section .content_sec .common_section {
        margin-bottom: 45px
    }

    .jobdescription-page .description_section .content_sec .common_section .para-text {
        font-size: 17px;
        line-height: 26px
    }

    .jobdescription-page .description_section .content_sec .common_section .map-box {
        margin-top: 30px
    }
}

@media (max-width: 1199.98px) {
    .jobdescription-page .description_section .content_sec {
        padding: 20px
    }

    .jobdescription-page .description_section .content_sec .topInfo__imgWrap {
        height: 155px;
        min-width: 160px;
        max-width: 160px;
        padding: 8px
    }

    .jobdescription-page .description_section .content_sec .topInfo__info {
        margin-left: 20px
    }

    .jobdescription-page .description_section .content_sec .topInfo__info h3 {
        font-size: 22px;
        line-height: 32px
    }

    .jobdescription-page .description_section .content_sec .topInfo__info .btnRow .btn {
        padding: 10px 25px;
        font-size: 13px
    }

    .jobdescription-page .description_section .content_sec .jobInfoList {
        margin-top: 35px
    }

    .jobdescription-page .description_section .content_sec .jobInfoList>li {
        margin-bottom: 35px
    }

    .jobdescription-page .description_section .content_sec .jobInfoList>li p {
        font-size: 16px
    }

    .jobdescription-page .description_section .content_sec .common_section {
        margin-bottom: 35px
    }

    .jobdescription-page .description_section .content_sec .common_section .para-text {
        font-size: 15px;
        line-height: 24px
    }

    .jobdescription-page .description_section .content_sec .common_section .para-text span {
        font-size: 15px !important;
        line-height: 24px !important
    }

    .jobdescription-page .description_section .content_sec .common_section .map-box {
        margin-top: 30px
    }
}

@media (max-width: 991.98px) {
    .jobdescription-page .description_section .content_sec .jobInfoList {
        margin-top: 25px
    }

    .jobdescription-page .description_section .content_sec .jobInfoList>li {
        max-width: 33.3%;
        flex: 0 0 33.3%;
        margin-bottom: 25px
    }

    .jobdescription-page .description_section .content_sec .jobInfoList>li.w50 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .jobdescription-page .description_section .content_sec .common_section {
        margin-bottom: 25px
    }

    .jobdescription-page .description_section .content_sec .common_section .map-box {
        margin-top: 20px
    }
}

@media (max-width: 767.98px) {
    .jobdescription-page .description_section .content_sec {
        padding: 15px
    }

    .jobdescription-page .description_section .content_sec .topInfo__imgWrap {
        height: 105px;
        min-width: 110px;
        max-width: 110px
    }

    .jobdescription-page .description_section .content_sec .topInfo__info {
        margin-left: 15px
    }

    .jobdescription-page .description_section .content_sec .topInfo__info h3 {
        font-size: 18px;
        line-height: 23px
    }

    .jobdescription-page .description_section .content_sec .topInfo__info h6 {
        font-size: 15px;
        margin-bottom: 10px
    }

    .jobdescription-page .description_section .content_sec .topInfo__info .btnRow {
        margin: 15px 0 0
    }

    .jobdescription-page .description_section .content_sec .topInfo__info .btnRow .btn {
        padding: 9px 20px
    }

    .jobdescription-page .description_section .content_sec .jobInfoList {
        margin-top: 25px
    }

    .jobdescription-page .description_section .content_sec .jobInfoList>li {
        margin-bottom: 20px;
        max-width: 50%;
        flex: 0 0 50%
    }

    .jobdescription-page .description_section .content_sec .jobInfoList>li p {
        font-size: 15px
    }

    .jobdescription-page .description_section .content_sec .common_section {
        margin-bottom: 20px
    }

    .jobdescription-page .description_section .content_sec .common_section .map-box {
        margin-top: 15px
    }
}

@media (max-width: 479px) {
    .jobdescription-page .description_section .content_sec .topInfo {
        display: block !important
    }

    .jobdescription-page .description_section .content_sec .topInfo__info {
        margin-left: 0;
        margin-top: 15px
    }

    .jobdescription-page .description_section .content_sec .topInfo__info .btnRow {
        margin: 15px 0 0
    }

    .jobdescription-page .description_section .content_sec .topInfo__info .btnRow .btn {
        margin-bottom: 10px
    }

    .jobdescription-page .description_section .content_sec .topInfo__info .btnRow .btn:not(:last-child) {
        margin-right: 8px
    }

    .jobdescription-page .description_section .content_sec .jobInfoList {
        margin-top: 10px
    }

    .jobdescription-page .description_section .content_sec .jobInfoList>li {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.search-talent-page .bannerSection {
    height: 376px
}

@media (max-width: 767.98px) {
    .search-talent-page .bannerSection {
        height: 234px
    }
}

.search-talent-page .talent_section {
    padding: 40px 0px 20px
}

.search-talent-page .talent_section .row {
    margin: 0 -10px
}

.search-talent-page .talent_section .row [class^="col-"] {
    padding: 0 10px
}

.search-talent-page .talent_section .cardBox {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(120, 119, 119, 0.06);
    box-shadow: 0px 0px 20px rgba(120, 119, 119, 0.06);
    border-radius: 5px;
    margin: 45px 0;
    position: relative;
    height: calc(100% - 90px)
}

.search-talent-page .talent_section .cardBox__body {
    padding: 45px 30px 15px;
    position: relative
}

.search-talent-page .talent_section .cardBox__imgWrap {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #F2F7FD;
    padding: 8px;
    border: 2px solid #fff;
    position: absolute;
    top: -45px
}

.search-talent-page .talent_section .cardBox__imgWrap img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover
}

.search-talent-page .talent_section .cardBox h3 {
    font-size: 22px;
    margin-top: 22px
}

.search-talent-page .talent_section .cardBox h3 a {
    color: #020531
}

.search-talent-page .talent_section .cardBox h3 a:hover {
    color: #F6C723
}

.search-talent-page .talent_section .cardBox__userType {
    font-size: 16px;
    color: #4FBD9D
}

.search-talent-page .talent_section .cardBox__userDtl__item {
    margin: 15px 0
}

.search-talent-page .talent_section .cardBox__userDtl__item label {
    font-size: 16px;
    color: #020531;
    font-weight: normal
}

.search-talent-page .talent_section .cardBox__userDtl__item span {
    font-size: 14px;
    display: block;
    color: #020531
}

.search-talent-page .talent_section .cardBox__userDtl__item span.rate {
    color: rgba(2, 5, 49, 0.6);
    font-size: 16px
}

.search-talent-page .talent_section .cardBox__userDtl__item span i {
    font-size: 16px;
    color: #43ABFF;
    margin-right: 8px
}

.search-talent-page .talent_section .cardBox__btnRow {
    padding: 22px 30px;
    border-top: 1px solid #eee;
    width: 100%
}

.search-talent-page .talent_section .cardBox__btnRow .btn {
    padding: 12px 15px;
    font-size: 14px;
    width: 200px
}

@media (max-width: 1599px) {
    .search-talent-page .talent_section {
        padding: 35px 0 30px
    }

    .search-talent-page .talent_section .cardBox {
        height: calc(100% - 80px);
        margin-bottom: 35px
    }

    .search-talent-page .talent_section .cardBox h3 {
        font-size: 19px;
        margin-top: 20px
    }

    .search-talent-page .talent_section .cardBox__body {
        padding: 45px 20px 15px
    }

    .search-talent-page .talent_section .cardBox__btnRow {
        padding: 20px
    }

    .search-talent-page .talent_section .cardBox__btnRow .btn {
        width: 170px
    }
}

.public_page {
    background-color: #fff
}

.public_page .bannerSection {
    height: 376px
}

.public_page .bannerSection__inner {
    background-color: rgba(0, 0, 0, 0.67)
}

.public_page .wrap-in {
    background-color: #fff
}

.public_page .wrap-in .page-head .center-heading h2 {
    font-size: 50px;
    margin-bottom: 20px;
    font-family: "AdobeHebrew-Bold";
    text-transform: capitalize
}

.public_page .wrap-in .content {
    padding: 0;
    font-size: 20px;
    line-height: 37px
}

.public_page .wrap-in .content h2,
.public_page .wrap-in .content span,
.public_page .wrap-in .content h3 {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    margin: 20px 0 10px;
    font-size: 22px
}

.public_page .wrap-in .content li {
    margin-bottom: 10px
}

.public_page .wrap-in .content p {
    font-size: 20px;
    line-height: 37px
}

.public_page .wrap-in .content strong {
    font-weight: normal;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.public_page .wrap-in .loadMorebtn {
    margin-top: 50px
}

@media (max-width: 1680px) {
    .public_page .wrap-in .page-head {
        padding: 15px 15px
    }

    .public_page .wrap-in .content {
        padding: 15px
    }
}

@media (max-width: 1199.98px) {
    .public_page .bannerSection {
        height: 340px
    }

    .public_page .container {
        max-width: 100%
    }

    .public_page .wrap-in .page-head {
        padding: 0 15px 15px
    }

    .public_page .wrap-in .page-head .center-heading h2 {
        font-size: 22px;
        margin: 0
    }

    .public_page .wrap-in .content h2,
    .public_page .wrap-in .content h3 {
        margin: 20px 0 10px;
        font-size: 20px
    }

    .public_page .wrap-in .content p,
    .public_page .wrap-in .content li {
        font-size: 17px;
        line-height: 28px
    }
}

@media (max-width: 767.98px) {
    .public_page .bannerSection {
        height: 270px
    }

    .public_page .bannerSection__txt {
        margin-top: 35px
    }

    .public_page .header {
        margin-bottom: 15px
    }

    .public_page .header .logo img {
        width: 60px
    }

    .public_page .wrap-in .page-head {
        padding: 0
    }

    .public_page .wrap-in .page-head .center-heading h2 {
        font-size: 20px
    }

    .public_page .wrap-in .content {
        padding: 15px 0 0
    }

    .public_page .wrap-in .content h2,
    .public_page .wrap-in .content h3 {
        font-size: 16px
    }

    .public_page .wrap-in .content p,
    .public_page .wrap-in .content li {
        font-size: 16px;
        line-height: 26px
    }
}

.about-page {
    background-color: #ffffff
}

.about-page .common-heading {
    color: #F6C723;
    margin-bottom: 20px
}

.about-page .content {
    color: #fff
}

.about-page .content p {
    line-height: 30px;
    color: #fff;
    font-size: 18px
}

@media (min-width: 2000px) {
    .about-page .content p {
        line-height: 36px;
        font-size: 25px
    }
}

.about-page .our-founder {
    padding: 170px 0;
    padding-top: 230px;
    background-image: url("../images/resoureces/resoureces-banner.jpg");
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    background-size: 100%;
    background-attachment: fixed
}

.about-page .our-founder:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%
}

.about-page .our-founder .content {
    z-index: 1;
    position: relative
}

.about-page .our-founder .content.bnr .common-heading {
    font-size: 70px
}

.about-page .our-founder .founder-img {
    padding-left: 100px;
    position: relative;
    z-index: 1
}

@media (min-width: 1200px) {
    .about-page .our-founder {
        height: 100vh
    }
}

.about-page .section-2 {
    padding: 220px 0 100px 0px;
    background-image: url("../images/about-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1
}

.about-page .section-2:after {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    top: 0;
    z-index: -1
}

.about-page .section-2 .content {
    padding-left: 100px
}

@media (min-width: 1200px) {
    .about-page .section-2 {
        height: 100vh
    }
}

.about-page .where-are-we {
    padding: 60px 0
}

.about-page .where-are-we .section-head {
    margin-bottom: 60px
}

@media (max-width: 1680px) {
    .about-page .our-founder {
        padding: 100px 0
    }

    .about-page .our-founder .content.bnr .common-heading {
        font-size: 60px
    }

    .about-page .section-2 {
        padding: 100px 0
    }
}

@media (max-width: 1440px) {
    .about-page .content p {
        font-size: 16px;
        line-height: 28px
    }

    .about-page .our-founder {
        padding-bottom: 60px
    }

    .about-page .our-founder .content.bnr .common-heading {
        font-size: 50px
    }

    .about-page .section-2 {
        padding: 60px 0
    }

    .about-page .where-are-we br {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .about-page .our-founder {
        padding-bottom: 40px
    }

    .about-page .our-founder .founder-img {
        padding-left: 0px
    }

    .about-page .our-founder .content.bnr .common-heading {
        font-size: 40px
    }

    .about-page .section-2 {
        padding: 40px 0;
        min-height: inherit;
        background-position: center top
    }

    .about-page .where-are-we {
        padding: 40px
    }

    .about-page .where-are-we .section-head {
        margin-bottom: 40px
    }
}

@media (max-width: 991.98px) {
    .about-page .common-heading {
        margin-bottom: 10px
    }

    .about-page .our-founder {
        padding-bottom: 20px
    }

    .about-page .section-2 {
        padding: 20px 0
    }

    .about-page .section-2 .content {
        padding-left: 0
    }

    .about-page .where-are-we {
        padding: 20px 0
    }

    .about-page .where-are-we .section-head {
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .about-page .content p {
        line-height: 22px;
        font-size: 15px
    }

    .about-page .our-founder .content.bnr .common-heading {
        font-size: 21px
    }
}

@media (max-width: 575.98px) {
    .about-page .our-founder {
        padding-top: 50px
    }

    .about-page .our-founder .founder-img {
        margin-bottom: 20px
    }

    .about-page .our-founder .founder-img img {
        width: 150px
    }

    .about-page .section-2 {
        background-size: cover
    }
}

.about-page .whatEduvacancy__left__img {
    z-index: 2;
    position: relative;
    padding-bottom: 102px
}

.about-page .whatEduvacancy__left:after {
    content: '';
    position: absolute;
    bottom: -277px;
    left: -177px;
    background-image: url("../images/aboutus/dots.png");
    height: 100%;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat
}

.about-page .whatEduvacancy__right__inner p {
    line-height: 37px;
    font-size: 20px;
    margin-bottom: 40px
}

@media (min-width: 1600px) and (max-width: 1680px) {
    .about-page .whatEduvacancy__left:after {
        bottom: -40px;
        left: -87px;
        height: 70%;
        width: 70%
    }
}

@media (min-width: 1281px) and (max-width: 1599px) {
    .about-page .whatEduvacancy__left:after {
        bottom: 0px;
        left: -90px;
        height: 60%;
        width: 80%
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .about-page .whatEduvacancy__left:after {
        bottom: 0px;
        left: -50px;
        height: 60%;
        width: 70%
    }
}

@media (max-width: 1199.98px) {
    .about-page .whatEduvacancy__left:after {
        display: none
    }

    .about-page .whatEduvacancy__left__img {
        padding-bottom: 0
    }

    .about-page .whatEduvacancy__right__inner p {
        line-height: 30px;
        font-size: 18px;
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .about-page .whatEduvacancy__right__inner p {
        line-height: 25px;
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media (max-width: 575.98px) {
    .about-page .whatEduvacancy__left {
        margin-bottom: 20px
    }
}

.about-page .gotOurStart {
    margin-bottom: 300px
}

.about-page .gotOurStart__inner {
    background-color: #F3F8FE;
    padding: 94px 114px;
    border-radius: 5px
}

.about-page .gotOurStart__inner h2 {
    margin-bottom: 19px
}

.about-page .gotOurStart__inner p {
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 37px
}

.about-page .gotOurStart__inner .img_wrapper {
    margin-bottom: -280px
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .about-page .gotOurStart__inner {
        padding: 74px 94px
    }
}

@media (max-width: 1199.98px) {
    .about-page .gotOurStart {
        padding: 0
    }

    .about-page .gotOurStart__inner {
        padding: 30px 30px 90px
    }

    .about-page .gotOurStart p {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 30px
    }
}

@media (max-width: 991.98px) {
    .about-page .gotOurStart {
        margin-bottom: 250px
    }
}

@media (max-width: 767.98px) {
    .about-page .gotOurStart__inner h2 {
        margin-bottom: 10px
    }

    .about-page .gotOurStart__inner p {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 25px
    }
}

@media (max-width: 575.98px) {
    .about-page .gotOurStart {
        padding: 0;
        margin-bottom: 30px
    }

    .about-page .gotOurStart__inner {
        padding: 15px
    }

    .about-page .gotOurStart__inner .img_wrapper {
        margin-bottom: 0
    }

    .about-page .gotOurStart__inner p {
        margin-bottom: 15px
    }
}

.about-page .futureEduvacancy {
    margin-bottom: 78px
}

.about-page .futureEduvacancy p {
    font-size: 20px;
    line-height: 37px;
    margin-bottom: 40px
}

.about-page .futureEduvacancy__right .left_side .img_wrapper {
    margin-top: 93px
}

@media (max-width: 1199.98px) {
    .about-page .futureEduvacancy p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px
    }

    .about-page .futureEduvacancy h1 {
        font-size: 30px
    }
}

@media (max-width: 991.98px) {
    .about-page .futureEduvacancy h1 {
        font-size: 26px
    }
}

@media (max-width: 767.98px) {
    .about-page .futureEduvacancy p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 25px
    }
}

@media (max-width: 575.98px) {
    .about-page .futureEduvacancy {
        margin-bottom: 20px
    }

    .about-page .futureEduvacancy h1 {
        font-size: 20px
    }

    .about-page .futureEduvacancy__right .left_side,
    .about-page .futureEduvacancy__right .right_side {
        display: none
    }
}

.home-page-new .arrowDown {
    text-align: center;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99
}

.home-page-new .arrowDown.bounce a img {
    height: 40px
}

.home-page-new .arrowDown.bounce .scrollTop {
    display: block;
    transform: rotate(-180deg);
    margin-bottom: 216px
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.home-page-new .section-head {
    margin-bottom: 50px
}

@media (max-width: 1599px) {
    .home-page-new .section-head {
        margin-bottom: 40px
    }
}

@media (max-width: 1199.98px) {
    .home-page-new .section-head {
        margin-bottom: 30px
    }
}

.home-page-new .common-section {
    padding: 80px 0
}

.home-page-new .common-section .section-head h1 {
    font-size: 42px;
    font-family: "AdobeHebrew-Bold"
}

.home-page-new .common-section .section-head p {
    font-size: 26px;
    color: #767676
}

.home-page-new .common-section .section-head p.pera {
    color: #222222;
    font-size: 20px;
    line-height: 27px
}

@media (min-width: 1600px) and (max-width: 1680px) {
    .home-page-new .common-section {
        padding: 60px 0
    }
}

@media (max-width: 1599px) {
    .home-page-new .common-section {
        padding: 50px 0
    }

    .home-page-new .common-section .section-head p {
        font-size: 22px
    }
}

@media (max-width: 1199.98px) {
    .home-page-new .common-section .section-head h1 {
        font-size: 28px
    }

    .home-page-new .common-section .section-head p {
        font-size: 16px
    }
}

@media (max-width: 991.98px) {
    .home-page-new .common-section {
        padding: 30px 0
    }

    .home-page-new .common-section .section-head h1 {
        font-size: 20px
    }
}

@media (max-width: 767.98px) {
    .home-page-new .common-section {
        padding: 20px 0
    }

    .home-page-new .common-section .section-head h1 {
        font-size: 18px;
        text-align: center;
        line-height: 26px
    }
}

.home-page-new .banner-wrap {
    background-image: url("../images/how-work-bnr.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden
}

.home-page-new .banner-wrap .banner .banner-content {
    color: #fff;
    height: 100%
}

.home-page-new .banner-wrap .banner .banner-content h1 {
    font-size: 70px
}

@media (max-width: 1199.98px) {
    .home-page-new .banner-wrap .banner {
        height: 400px
    }

    .home-page-new .banner-wrap .banner .banner-content h1 {
        font-size: 40px
    }
}

@media (max-width: 991.98px) {
    .home-page-new .banner-wrap .banner {
        height: 300px
    }

    .home-page-new .banner-wrap .banner .banner-content h1 {
        font-size: 35px
    }
}

@media (max-width: 767.98px) {
    .home-page-new .banner-wrap .banner {
        height: 250px
    }

    .home-page-new .banner-wrap .banner .banner-content h1 {
        font-size: 30px
    }
}

@media (max-width: 575.98px) {
    .home-page-new .banner-wrap .banner {
        height: 200px
    }

    .home-page-new .banner-wrap .banner .banner-content h1 {
        font-size: 25px
    }
}

.home-page-new .bnr-btm-sec {
    border-bottom: 1px solid #020531
}

.home-page-new .bnr-btm-sec .about {
    padding: 20px 0
}

.home-page-new .bnr-btm-sec .about.border-right {
    border-color: #020531 !important
}

.home-page-new .bnr-btm-sec .about img {
    width: 140px
}

.home-page-new .bnr-btm-sec .about .dtl {
    padding-left: 20px
}

.home-page-new .bnr-btm-sec .about .dtl h1 {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #fff;
    font-size: 36px
}

.home-page-new .bnr-btm-sec .about .dtl p {
    font-size: 20px;
    color: #F6C723
}

@media (max-width: 991.98px) {
    .home-page-new .bnr-btm-sec .about img {
        width: 95px
    }

    .home-page-new .bnr-btm-sec .about .dtl h1 {
        font-size: 20px
    }

    .home-page-new .bnr-btm-sec .about .dtl p {
        font-size: 15px
    }
}

@media (max-width: 767.98px) {
    .home-page-new .bnr-btm-sec {
        margin-bottom: 0
    }

    .home-page-new .bnr-btm-sec .row {
        margin: 0 -5px
    }

    .home-page-new .bnr-btm-sec .row .col-6 {
        padding: 0 5px
    }

    .home-page-new .bnr-btm-sec .about img {
        width: 70px
    }

    .home-page-new .bnr-btm-sec .about .dtl {
        padding-left: 15px
    }

    .home-page-new .bnr-btm-sec .about .dtl h1 {
        font-size: 18px
    }

    .home-page-new .bnr-btm-sec .about .dtl p {
        margin: 0;
        font-size: 12px
    }
}

@media (max-width: 479px) {
    .home-page-new .bnr-btm-sec .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .home-page-new .bnr-btm-sec .about {
        justify-content: left !important;
        -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
        padding: 10px 0
    }

    .home-page-new .bnr-btm-sec .about img {
        width: 45px
    }

    .home-page-new .bnr-btm-sec .about .dtl {
        padding-left: 10px
    }

    .home-page-new .bnr-btm-sec .about .dtl p {
        font-size: 10px
    }

    .home-page-new .bnr-btm-sec .about .dtl h1 {
        font-size: 15px;
        margin-bottom: 3px
    }
}

@media (max-width: 359px) {
    .home-page-new .bnr-btm-sec .about .dtl h1 {
        font-size: 16px
    }
}

.home-page-new .bannerSection__txt {
    margin-top: 45px
}

.home-page-new .services-sec {
    background-color: #f3f8fe;
    padding-bottom: 0
}

.home-page-new .services-sec .section-head {
    margin-bottom: 100px
}

.home-page-new .services-sec .services-content {
    overflow: hidden
}

.home-page-new .services-sec .services-content .content-wrap {
    text-align: left;
    margin-bottom: 79px;
    padding: 65px 44px 35px;
    background-color: #fff;
    position: relative;
    height: calc(100% - 79px);
    min-height: 225px
}

.home-page-new .services-sec .services-content .content-wrap .icon {
    position: absolute;
    top: -50px;
    left: 44px;
    text-align: center
}

.home-page-new .services-sec .services-content .content-wrap .icon img {
    width: 90px;
    margin: 0 auto;
    transition: all 0.5s
}

.home-page-new .services-sec .services-content .content-wrap .detail h3 {
    font-size: 22px;
    margin-bottom: 15px;
    transition: all 0.5s;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
}

.home-page-new .services-sec .services-content .content-wrap .detail p {
    font-size: 20px;
    color: #767676
}

.home-page-new .services-sec .services-content .content-wrap:hover .icon img {
    transform: scale(0.9)
}

@media (max-width: 1199.98px) {
    .home-page-new .services-sec .services-content .content-wrap {
        padding: 65px 20px 35px
    }

    .home-page-new .services-sec .services-content .content-wrap .detail h3 {
        font-size: 18px
    }

    .home-page-new .services-sec .services-content .content-wrap .detail p {
        font-size: 16px
    }
}

@media (max-width: 575.98px) {
    .home-page-new .services-sec .services-content .content-wrap {
        min-height: auto;
        text-align: center
    }

    .home-page-new .services-sec .services-content .content-wrap .icon {
        left: 0;
        right: 0
    }

    .home-page-new .services-sec .services-content .block-service-outer:last-child .content-wrap {
        margin-bottom: 20px;
        height: auto
    }
}

@media (min-width: 1681px) {
    .home-page-new .modernizing-process-sec {
        padding-bottom: 100px
    }
}

.home-page-new .modernizing-process-sec .progress-steps {
    margin-top: 40px;
    margin-bottom: 110px
}

.home-page-new .modernizing-process-sec .progress-steps .process-arrow {
    position: relative
}

.home-page-new .modernizing-process-sec .progress-steps .process-arrow:before {
    content: "";
    width: 100%;
    background-image: url("../images/p-arrow-down.png");
    background-repeat: no-repeat;
    position: absolute;
    height: 22px;
    top: 50px;
    right: -190px;
    transition: 0.5s
}

@media (min-width: 2000px) {
    .home-page-new .modernizing-process-sec .progress-steps .process-arrow:before {
        background-size: calc(100% - 150px);
        height: 435px
    }
}

.home-page-new .modernizing-process-sec .progress-steps .process-arrow.process-arrow-up:before {
    background-image: url("../images/p-arrow-up.png");
    top: 20px
}

.home-page-new .modernizing-process-sec .progress-steps .step {
    text-align: center
}

.home-page-new .modernizing-process-sec .progress-steps .step img {
    display: block;
    margin: 0 auto;
    transition: all 0.5s;
    margin-bottom: 27px
}

.home-page-new .modernizing-process-sec .progress-steps .step h3 {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
}

.home-page-new .modernizing-process-sec .progress-steps .step p {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    display: inline-block;
    text-align: center;
    margin-bottom: 0px;
    line-height: 22px;
    color: #767676
}

.home-page-new .modernizing-process-sec .progress-steps .step:hover img {
    transform: scale(0.9)
}

@media (max-width: 1199.98px) {
    .home-page-new .modernizing-process-sec .progress-steps .process-arrow:before {
        right: -165px
    }
}

@media (max-width: 991.98px) {
    .home-page-new .modernizing-process-sec .progress-steps .process-arrow:before {
        display: none
    }
}

@media (max-width: 575.98px) {
    .home-page-new .modernizing-process-sec .progress-steps .process-item {
        margin-bottom: 15px
    }

    .home-page-new .modernizing-process-sec .progress-steps .step img {
        margin-bottom: 15px
    }
}

.home-page-new .simpletransparent-sec {
    background-color: #f3f8fe;
    background-size: cover
}

.home-page-new .simpletransparent-sec .img-box {
    position: absolute;
    right: 0;
    top: 50%;
    padding-right: 9%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-page-new .simpletransparent-sec .img-box img {
    width: 780px
}

.home-page-new .simpletransparent-sec .section-head {
    margin-bottom: 15px;
    margin-top: 20px
}

.home-page-new .simpletransparent-sec .left p {
    line-height: 30px;
    font-size: 18px
}

.home-page-new .simpletransparent-sec .left ul {
    margin-top: 40px
}

.home-page-new .simpletransparent-sec .left ul li {
    text-align: center
}

.home-page-new .simpletransparent-sec .left ul li:not(:last-child) {
    padding-right: 60px
}

.home-page-new .simpletransparent-sec .left ul li img {
    width: 80px
}

.home-page-new .simpletransparent-sec .left ul li h5 {
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin-top: 12px
}

.home-page-new .choose-talent {
    background-color: #fff
}

@media (min-width: 1200px) {
    .home-page-new .choose-talent {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
}

.home-page-new .choose-talent .talent-wrap {
    padding-right: 85px
}

@media (min-width: 2000px) {
    .home-page-new .choose-talent .talent-wrap .left img {
        width: inherit
    }
}

.home-page-new .choose-talent .talent-wrap .content {
    height: 100%;
    display: table
}

.home-page-new .choose-talent .talent-wrap .content.pl-70 {
    padding-left: 70px
}

.home-page-new .choose-talent .talent-wrap .content .right-in {
    display: table-cell;
    vertical-align: middle
}

.home-page-new .choose-talent .talent-wrap .content .right-in .section-head {
    margin-bottom: 15px
}

.home-page-new .choose-talent .talent-wrap .content .right-in .section-head h1 {
    line-height: 73px
}

.home-page-new .choose-talent .talent-wrap .content .right-in .section-head p {
    line-height: 37px
}

.home-page-new .choose-talent .talent-wrap .content .right-in .btn-success {
    min-width: 200px;
    margin-top: 10px
}

@media (max-width: 1199.98px) {
    .home-page-new .choose-talent .section-head h2 {
        font-size: 26px
    }

    .home-page-new .choose-talent .section-head p.pera {
        font-size: 18px
    }
}

@media (max-width: 991.98px) {
    .home-page-new .choose-talent .talent-wrap .content.pl-70 {
        padding-left: 30px
    }
}

@media (max-width: 767.98px) {
    .home-page-new .choose-talent .section-head h2 {
        font-size: 20px
    }

    .home-page-new .choose-talent .section-head p.pera {
        font-size: 16px;
        line-height: 30px
    }

    .home-page-new .choose-talent .talent-wrap {
        padding-right: 0;
        text-align: center
    }

    .home-page-new .choose-talent .talent-wrap .left {
        display: none
    }

    .home-page-new .choose-talent .talent-wrap .content.pl-70 {
        padding-left: 0px
    }
}

@media (max-width: 575.98px) {
    .home-page-new .choose-talent .talent-wrap .content .right-in .section-head p {
        line-height: 27px
    }
}

.home-page-new .multipleCompanies {
    background-repeat: no-repeat;
    background-position: right 65px;
    padding-bottom: 140px
}

@media (min-width: 1600px) and (max-width: 1649px) {
    .home-page-new .multipleCompanies {
        background-size: auto 85%;
        background-position: right 160px
    }
}

@media (max-width: 1199.98px) {
    .home-page-new .multipleCompanies {
        padding-bottom: 60px
    }
}

@media (max-width: 575.98px) {
    .home-page-new .multipleCompanies {
        padding-bottom: 30px
    }
}

.home-page-new .worldHires {
    background-color: #fff
}

@media (min-width: 1681px) {
    .home-page-new .worldHires .section-head {
        margin-bottom: 80px
    }
}

.home-page-new .testimonial-sec .section-head {
    margin-bottom: 30px
}

.home-page-new .testimonial-sec .testi-content .slick-list {
    padding: 30px 0px 60px;
    max-width: 100%;
    margin: 0 auto
}

.home-page-new .testimonial-sec .testi-content .arrow {
    position: absolute;
    bottom: 8px;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #000;
    height: 22px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.home-page-new .testimonial-sec .testi-content .arrow i {
    font-size: 18px
}

.home-page-new .testimonial-sec .testi-content .arrow:after {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1
}

.home-page-new .testimonial-sec .testi-content .arrow.next {
    left: 150px;
    width: 120px
}

.home-page-new .testimonial-sec .testi-content .arrow.prev {
    left: -150px;
    width: 120px
}

.home-page-new .testimonial-sec .testi-content .arrow:hover {
    color: #4FBD9D
}

.home-page-new .testimonial-sec .testi-content .arrow:hover:after {
    transform: scale(1)
}

.home-page-new .testimonial-sec .testi-content .arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.7
}

.home-page-new .testimonial-sec .testi-content .item {
    margin: 0 15px;
    outline: 0px;
    border: 1px solid #eee;
    border-radius: 15px
}

.home-page-new .testimonial-sec .testi-content .item .item_cnt {
    padding: 60px 53px;
    margin: 0 auto;
    position: relative;
    text-align: center
}

.home-page-new .testimonial-sec .testi-content .item .author-pic {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 35px
}

.home-page-new .testimonial-sec .testi-content .item .author-pic .authorImg {
    width: 100%;
    height: 100%
}

.home-page-new .testimonial-sec .testi-content .item .author-pic .auth-icon {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.home-page-new .testimonial-sec .testi-content .item .author-pic .auth-icon>img {
    position: relative;
    right: -1px;
    top: 1px
}

.home-page-new .testimonial-sec .testi-content .item .author-pic .auth-icon.bg-blue {
    background-color: #F6C723
}

.home-page-new .testimonial-sec .testi-content .item.slick-current {
    border-color: transparent;
    -webkit-box-shadow: 0 0px 50px rgba(41, 176, 201, 0.06);
    box-shadow: 0 0px 50px rgba(41, 176, 201, 0.06)
}

.home-page-new .testimonial-sec .testi-content .item.slick-current .author-pic .auth-icon.bg-blue {
    background-color: #43ABFF
}

.home-page-new .testimonial-sec .testi-content .item .content p {
    line-height: 30px;
    font-size: 18px
}

.home-page-new .testimonial-sec .testi-content .item .content .auth-dtl {
    margin-top: 55px;
    padding-top: 25px;
    position: relative
}

.home-page-new .testimonial-sec .testi-content .item .content .auth-dtl:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 85px;
    height: 4px;
    background-color: #f1c94b;
    top: 0;
    border-radius: 20px
}

.home-page-new .testimonial-sec .testi-content .item .content .auth-dtl h6 {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    font-size: 22px;
    color: #000
}

.home-page-new .testimonial-sec .testi-content .item .content .auth-dtl span {
    font-size: 16px;
    color: #666f7b
}

.home-page-new .testimonial-sec .testi-content .slick-dots {
    text-align: center
}

.home-page-new .testimonial-sec .testi-content .slick-dots button {
    width: 8px;
    height: 8px
}

.home-page-new .testimonial-sec .testi-content .slick-dots button:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #accdba;
    display: inline-block;
    border-radius: 50%;
    opacity: 1
}

.home-page-new .testimonial-sec .testi-content .slick-dots li {
    margin: 0px
}

.home-page-new .testimonial-sec .testi-content .slick-dots li.slick-active button:before {
    background-color: #F6C723;
    opacity: 1
}

@media (max-width: 767.98px) {
    .home-page-new .testimonial-sec .testi-content .item .item_cnt {
        padding: 20px
    }

    .home-page-new .testimonial-sec .testi-content .item .content p {
        font-size: 16px
    }

    .home-page-new .testimonial-sec .testi-content .item .content .auth-dtl {
        margin-top: 30px;
        padding-top: 15px
    }

    .home-page-new .testimonial-sec .testi-content .item .content .auth-dtl h6 {
        font-size: 18px
    }

    .home-page-new .testimonial-sec .testi-content .slick-list {
        padding: 30px 0px 0
    }
}

@media (max-width: 575.98px) {
    .home-page-new .testimonial-sec .testi-content .item .item_cnt {
        padding: 15px
    }

    .home-page-new .testimonial-sec .testi-content .item .content p {
        line-height: 25px
    }
}

.contactPage {
    background-color: #fff
}

.contactPage .customGutter {
    margin-right: -10px;
    margin-left: -10px
}

.contactPage .customGutter>.col,
.contactPage .customGutter>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px
}

.contactPage .customGutter45 {
    margin-right: -45px;
    margin-left: -45px
}

.contactPage .customGutter45>.col,
.contactPage .customGutter45>[class*="col-"] {
    padding-right: 45px;
    padding-left: 45px
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .contactPage .customGutter45 {
        margin-right: -30px;
        margin-left: -30px
    }

    .contactPage .customGutter45>.col,
    .contactPage .customGutter45>[class*="col-"] {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width: 1199.98px) {
    .contactPage .customGutter45 {
        margin-right: -15px;
        margin-left: -15px
    }

    .contactPage .customGutter45>.col,
    .contactPage .customGutter45>[class*="col-"] {
        padding-right: 15px;
        padding-left: 15px
    }
}

.contactPage .bannerSection {
    height: 376px
}

.contactPage .bannerSection__inner {
    background-color: rgba(0, 0, 0, 0.67)
}

.contactPage .section-head {
    margin-bottom: 30px
}

.contactPage .phoneNumber~.error-help-block {
    position: absolute;
    bottom: 15px
}

.contactPage .phoneNumber .bootstrap-select {
    border-radius: 5px 0 0 5px !important
}

.contactPage .phoneNumber .bootstrap-select .bs-searchbox .form-control {
    padding: 7px
}

.contactPage .phoneNumber .bootstrap-select .dropdown-toggle {
    padding: 14px 10px;
    width: 85px
}

.contactPage .phoneNumber .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

@media (max-width: 1199.98px) {
    .contactPage .phoneNumber .form-control {
        height: 44px
    }
}

.contactPage .form-section .form-box textarea {
    min-height: 150px
}

.contactPage .form-section .form-box .btn-success {
    margin-top: 30px;
    min-width: 200px
}

.contactPage .findUs .mb-30:not(:last-child) {
    margin-bottom: 30px
}

.contactPage .findUs .emailText span,
.contactPage .findUs .emailText a {
    color: #213757;
    font-size: 18px
}

.contactPage .findUs .emailText a {
    margin-left: 6px
}

.contactPage .findUs .emailText a:hover {
    color: #F6C723
}

.contactPage .findUs .commonHeading {
    font-size: 20px;
    color: #000;
    margin-bottom: 12px
}

.contactPage .findUs address p {
    color: #213757
}

.contactPage .findUs address p:not(:last-child) {
    margin-bottom: 10px
}

.contactPage .socialLink li .link {
    width: 32px;
    height: 32px;
    color: #C4C9CC;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C4C9CC;
    border-radius: 50%
}

.contactPage .socialLink li .link:hover {
    color: #F6C723;
    border-color: #F6C723
}

.contactPage .mapSection .map {
    width: 100%;
    height: 600px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contactPage .bannerSection {
        height: 330px
    }

    .contactPage .mapSection .map {
        height: 400px
    }
}

@media (max-width: 1199.98px) {
    .contactPage .findUs .mb-30:not(:last-child) {
        margin-bottom: 15px
    }

    .contactPage .findUs .commonHeading {
        font-size: 18px;
        margin-bottom: 10px
    }

    .contactPage .form-section .form-box .btn-success {
        margin-top: 0
    }

    .contactPage .phoneNumber .bootstrap-select .dropdown-toggle {
        padding: 10px 10px
    }
}

@media (max-width: 991.98px) {
    .contactPage .bannerSection {
        height: 280px
    }

    .contactPage .mapSection .map {
        height: 320px
    }

    .contactPage .section-head {
        margin-bottom: 20px
    }

    .contactPage .bannerSection__inner {
        padding-top: 50px
    }

    .contactPage .findUs .emailText span,
    .contactPage .findUs .emailText a {
        font-size: 16px
    }
}

@media (max-width: 767.98px) {
    .contactPage .findUs {
        margin-top: 25px
    }

    .contactPage .section-head {
        margin-bottom: 15px
    }

    .contactPage .mapSection .map {
        height: 280px
    }
}

@media (max-width: 575.98px) {
    .contactPage .mmb-0 {
        margin-bottom: 0 !important
    }

    .contactPage .form-section .form-box textarea {
        min-height: 80px
    }
}

.employer-main-wrap .common-box {
    display: block;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    min-height: calc(100% - 25px);
    margin-top: 25px
}

.employer-main-wrap .common-box .headline {
    display: block;
    padding: 20px 30px;
    border-bottom: 1px solid #e4e4e4;
    position: relative
}

.employer-main-wrap .common-box .headline h3 {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 0px
}

.employer-main-wrap .common-box .headline h3 .jobIcon {
    width: 21px;
    margin-right: 10px
}

.employer-main-wrap .common-box .headline h3 i {
    color: #F6C723;
    font-size: 21px;
    line-height: 0;
    position: relative;
    top: 2px;
    margin-right: 4px
}

.employer-main-wrap .common-box .headline .verifyBtn {
    background-color: #F6C723;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px
}

.employer-main-wrap .common-box .headline .headRight {
    display: flex
}

.employer-main-wrap .common-box .headline .headRight .recount {
    margin-right: 15px;
    font-size: 17px;
    color: #555
}

.employer-main-wrap .common-box .headline .headRight .recount .countNumber {
    line-height: 0;
    margin-right: 5px;
    font-weight: 600
}

.employer-main-wrap .common-box .headline .headRight .recount i {
    font-size: 25px;
    color: #F6C723;
    margin-right: 8px
}

.employer-main-wrap .common-box .filter_section>form {
    padding: 22px 30px 0
}

.employer-main-wrap .common-box .filter_section .btn-success {
    margin-right: 8px
}

.employer-main-wrap .common-box .content .common-box-list>li {
    padding: 19px 30px;
    display: flex;
    align-items: center
}

.employer-main-wrap .common-box .content .common-box-list>li:not(:last-child) {
    border-bottom: 1px solid #e4e4e4
}

.employer-main-wrap .common-box .content .common-box-list>li .notification-icon {
    font-size: 24px;
    min-height: 45px;
    max-height: 45px;
    min-width: 45px;
    max-width: 45px;
    text-align: center;
    color: #a0a0a0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%
}

@media (min-width: 1600px) {
    .employer-main-wrap .common-box .content .common-box-list>li .notification-icon {
        min-height: 60px;
        min-width: 60px;
        max-width: 60px;
        max-height: 60px
    }
}

.employer-main-wrap .common-box .content .common-box-list>li .notification-icon img {
    max-width: 100%
}

.employer-main-wrap .common-box .content .common-box-list>li .notification-text {
    font-size: 17px;
    padding-left: 20px;
    line-height: 23px
}

.employer-main-wrap .common-box .content .common-box-list>li .notification-text a {
    color: #F6C723
}

.employer-main-wrap .common-box .content .common-box-list>li .notification-text strong {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

@media (min-width: 1600px) and (max-width: 1680px) {
    .employer-main-wrap .common-box .headline {
        padding: 15px 20px
    }

    .employer-main-wrap .common-box .filter_section>form {
        padding: 20px 20px 0
    }
}

@media (max-width: 1599px) {
    .employer-main-wrap .common-box {
        margin-top: 20px
    }

    .employer-main-wrap .common-box .headline {
        padding: 15px 15px
    }

    .employer-main-wrap .common-box .headline h3 {
        line-height: 22px;
        font-size: 16px
    }

    .employer-main-wrap .common-box .headline .filter-btn a {
        font-size: 14px
    }

    .employer-main-wrap .common-box .filter_section>form {
        padding: 15px 15px 0
    }
}

@media (max-width: 1199.98px) {
    .employer-main-wrap .common-box .content {
        min-height: 400px
    }

    .employer-main-wrap .common-box .content .common-box-list>li {
        padding: 18.2px 15px
    }

    .employer-main-wrap .common-box .headline .verifyBtn {
        padding: 8px 15px;
        font-size: 13px
    }
}

@media (max-width: 991.98px) {
    .employer-main-wrap .common-box .content .common-box-list>li {
        padding: 15px 15px
    }
}

@media (max-width: 767.98px) {
    .employer-main-wrap .common-box {
        margin-top: 5px
    }

    .employer-main-wrap .common-box .content {
        min-height: auto
    }

    .employer-main-wrap .common-box .content .common-box-list>li {
        padding: 12px 15px
    }

    .employer-main-wrap .common-box .content .common-box-list>li .notification-icon {
        font-size: 18px;
        min-height: 35px;
        min-width: 35px;
        max-width: 35px;
        max-height: 35px
    }

    .employer-main-wrap .common-box .content .common-box-list>li .notification-text {
        font-size: 14px;
        padding-left: 12px;
        line-height: 21px
    }

    .employer-main-wrap .common-box .headline h3 {
        font-size: 14px
    }

    .employer-main-wrap .common-box .headline h3 .jobIcon {
        width: 18px
    }

    .employer-main-wrap .common-box .headline .headRight .recount {
        font-size: 15px
    }

    .employer-main-wrap .common-box .headline .headRight .recount i {
        font-size: 22px
    }

    .employer-main-wrap .common-box .headline .filter-btn a {
        padding: 0 10px
    }

    .employer-main-wrap .common-box .headline .verifyBtn {
        font-size: 12px
    }

    .employer-main-wrap .common-box .filter_section .form-group {
        margin-bottom: 15px
    }
}

@media (max-width: 575.98px) {
    .employer-main-wrap .common-box {
        margin-top: 10px
    }

    .employer-main-wrap .common-box .headline {
        display: block
    }

    .employer-main-wrap .common-box .headline .headRight {
        margin-top: 15px;
        display: block
    }
}

@media (max-width: 379px) {
    .employer-main-wrap .common-box .headline .headRight {
        display: block
    }

    .employer-main-wrap .common-box .headline .headRight .btn {
        margin-top: 15px
    }
}

.employer-main-wrap .common-box #showQuestion {
    max-height: 400px;
    overflow: auto
}

.employer-main-wrap .common-box .question_section {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 25px
}

.employer-main-wrap .common-box .question_section p {
    line-height: 30px
}

.employer-main-wrap .common-box .question_section td {
    position: relative
}

.employer-main-wrap .common-box .question_section td .fa-question-circle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.employer-main-wrap .common-box .question_section .heading-row h3 {
    font-size: 22px
}

.employer-main-wrap .common-box .question_section .heading-row .custom-checkbox .custom-control-label:before,
.employer-main-wrap .common-box .question_section .heading-row .custom-checkbox .custom-control-label:after {
    top: 14px
}

.employer-main-wrap .common-box .question_section .heading-row .custom-checkbox .custom-control-label:after {
    transform: translateY(-50%)
}

.employer-main-wrap .common-box .question_section .heading-row .btn-success {
    font-size: 13px;
    padding: 8px 15px
}

.employer-main-wrap .common-box .question_section .remove-it {
    width: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #FFAC29;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 5px
}

.employer-main-wrap .common-box .question_section .remove-it i {
    line-height: 22px
}

.employer-main-wrap .common-box .question_section .nav-tabs .nav-item .nav-link {
    color: #44515A
}

.employer-main-wrap .common-box .question_section .nav-tabs .nav-item .nav-link:hover {
    color: #F6C723
}

.employer-main-wrap .common-box .question_section .nav-tabs .nav-item .nav-link.active {
    color: #F6C723
}

@media (max-width: 767.98px) {
    .employer-main-wrap .common-box .question_section .heading-row h3 {
        font-size: 18px
    }

    .employer-main-wrap .common-box .question_section .heading-row .btn-success {
        font-size: 12px;
        padding: 7px 13px
    }
}

@media (max-width: 575.98px) {
    .employer-main-wrap .common-box .question_section .heading-row h3 {
        font-size: 16px
    }

    .employer-main-wrap .common-box .question_section .heading-row .btn-success {
        font-size: 11px;
        padding: 6px 8px
    }
}

.employer-main-wrap .rich-autocomplete .rich-autocomplete-list {
    position: relative;
    border: 1px solid #F6C723;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    margin-left: -1px;
    width: 100%;
    z-index: 1000;
    border-top: 0;
    top: -2px;
    left: 1px
}

.employer-main-wrap .rich-autocomplete .rich-autocomplete-list .rich-autocomplete-list-item,
.employer-main-wrap .rich-autocomplete .rich-autocomplete-list .rich-autocomplete-list-item-empty {
    padding: 5px 15px;
    cursor: pointer;
    color: #333
}

.employer-main-wrap .rich-autocomplete .rich-autocomplete-list .rich-autocomplete-list-item p,
.employer-main-wrap .rich-autocomplete .rich-autocomplete-list .rich-autocomplete-list-item-empty p {
    margin-bottom: 0
}

.employer-main-wrap .rich-autocomplete .rich-autocomplete-list .rich-autocomplete-list-item.highlighted {
    background-color: #F6C723;
    color: #fff
}

.employer-footer {
    padding-left: 280px
}

.employer-footer .footer-in {
    padding: 10px 140px;
    border-top: 1px solid #E4E4E4
}

.employer-footer .footer-in .copyright-text {
    font-size: 15px
}

.employer-footer .footer-in .footer-social-link li a {
    font-size: 17px;
    color: #333;
    opacity: 0.5
}

.employer-footer .footer-in .footer-social-link li a:hover {
    opacity: 1
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .employer-footer {
        padding-left: 240px
    }

    .employer-footer .footer-in {
        padding: 10px 25px
    }
}

.dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li {
    padding: 23px 30px;
    position: relative
}

.dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .envoice_btn {
    padding: 5px 13px;
    font-size: 12px;
    margin-left: auto
}

.dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .invoice-list-item strong {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .invoice-list-item ul {
    margin-top: 5px
}

.dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .invoice-list-item ul li {
    font-size: 15px
}

.dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .invoice-list-item ul li:not(:last-child) {
    margin-right: 0px
}

.dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .invoice-list-item ul li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #e0e0e0;
    position: relative;
    margin: 0 10px
}

.dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .invoice-list-item ul li .badge {
    color: #fff;
    border-radius: 4px;
    line-height: 20px;
    padding: 4px 8px;
    font-size: 13px;
    position: relative;
    top: -1px
}

.dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .buttons-to-right {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s;
    box-shadow: 0px 0px 10px 15px #fff;
    background-color: #fff
}

.dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li:hover .buttons-to-right {
    opacity: 1
}

@media (max-width: 1399px) {
    .dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .envoice_btn {
        position: absolute;
        right: 30px;
        top: 15px
    }

    .dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .invoice-list-item ul li {
        font-size: 15px
    }
}

@media (max-width: 1199.98px) {
    .dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li {
        padding: 20px
    }

    .dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .envoice_btn {
        right: 20px;
        top: 18px
    }
}

@media (max-width: 991.98px) {
    .dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li {
        padding: 18.4px 15px
    }

    .dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .envoice_btn {
        right: 15px
    }

    .dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .invoice-list-item ul li {
        font-size: 14px
    }

    .dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .invoice-list-item ul li:not(:last-child):after {
        margin: 0 1px 0px 7px
    }
}

@media (max-width: 767.98px) {
    .dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li {
        padding: 13px 15px
    }

    .dasboard-employer .dashboard-list .common-box.ordrer-list .common-box-list>li .envoice_btn {
        font-size: 11px;
        top: 9px;
        padding: 4px 10px
    }
}

.joblisting-page .countText {
    font-size: 18px
}

@media (max-width: 991.98px) {
    .joblisting-page .countText {
        font-size: 16px
    }
}

.joblisting-page .common-box .content .common-box-list>li {
    justify-content: space-between
}

.joblisting-page .common-box .content .common-box-list>li .job-listing-description .job-listing-title {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-size: 18px
}

.joblisting-page .common-box .content .common-box-list>li .job-listing-description .job-listing-title a {
    color: #44515A
}

.joblisting-page .common-box .content .common-box-list>li .job-listing-description .job-listing-title a:hover {
    color: #F6C723
}

.joblisting-page .common-box .content .common-box-list>li .job-listing-description .job-listing-title .badge.badge-danger {
    background-color: #ffe6e6;
    color: #ea5252
}

.joblisting-page .common-box .content .common-box-list>li .job-listing-description .job-listing-footer ul li {
    margin-right: 15px;
    color: #989898
}

.joblisting-page .common-box .content .common-box-list>li .buttons-to-right {
    margin-top: 15px
}

.joblisting-page .common-box .content .common-box-list>li .buttons-to-right i {
    font-size: 18px;
    margin-right: 5px
}

.joblisting-page .common-box .content .common-box-list>li .buttons-to-right .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.joblisting-page .common-box .content .common-box-list>li .buttons-to-right .info {
    background: rgba(255, 255, 255, 0.25);
    color: #000;
    width: 19px;
    height: 19px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    margin-left: 5px
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .joblisting-page .common-box .content .common-box-list>li .buttons-to-right .info {
        line-height: 21px
    }
}

.joblisting-page .common-box .content .common-box-list>li .dropdown>a {
    color: #7C7E8A;
    font-size: 6px
}

@media (min-width: 2000px) {
    .joblisting-page .common-box .content .common-box-list>li .dropdown>a {
        font-size: 9px
    }
}

.joblisting-page .common-box .content .common-box-list>li .dropdown>a:hover {
    color: #F6C723
}

.joblisting-page .common-box .content .common-box-list>li .dropdown>a i {
    display: block;
    margin-bottom: 2px
}

.joblisting-page .common-box .content .common-box-list>li .dropdown .dropdown-menu {
    padding: 0;
    border: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1)
}

.joblisting-page .common-box .content .common-box-list>li .dropdown .dropdown-menu .dropdown-item {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    color: #7C7E8A;
    font-size: 14px;
    padding: 8px 20px;
    white-space: nowrap;
    font-weight: 100
}

.joblisting-page .common-box .content .common-box-list>li .dropdown .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #f1f1f1
}

.joblisting-page .common-box .content .common-box-list>li .dropdown .dropdown-menu .dropdown-item:hover,
.joblisting-page .common-box .content .common-box-list>li .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #f6c723;
    color: #000
}

@media (max-width: 1199.98px) {
    .joblisting-page .common-box .content .common-box-list>li .job-listing-description .job-listing-title {
        font-size: 15px
    }

    .joblisting-page .common-box .content .common-box-list>li .job-listing-description .job-listing-title .badge {
        padding: 6px 10px;
        font-size: 12px;
        margin-left: 4px
    }

    .joblisting-page .common-box .content .common-box-list>li .job-listing-description .job-listing-footer ul li {
        font-size: 15px
    }

    .joblisting-page .common-box .content .common-box-list>li .buttons-to-right .btn {
        min-height: 35px
    }

    .joblisting-page .common-box .content .common-box-list>li .dropdown .dorpdown-menu .dropdown-item {
        padding: 11px 15px 6px
    }
}

@media (max-width: 991.98px) {
    .joblisting-page .common-box .content .common-box-list>li .dropdown>a {
        font-size: 5px
    }
}

@media (max-width: 767.98px) {
    .joblisting-page .common-box .content .common-box-list>li .dropdown .dropdown-menu .dropdown-item {
        padding: 8px 14px
    }

    .joblisting-page .common-box .content .common-box-list>li .buttons-to-right {
        margin-top: 3px
    }

    .joblisting-page .common-box .content .common-box-list>li .buttons-to-right .btn-success {
        margin-top: 10px
    }
}

@media (max-width: 575.98px) {
    .joblisting-page .common-box .content .common-box-list>li {
        position: relative
    }

    .joblisting-page .common-box .content .common-box-list>li .job-listing-description .job-listing-title a,
    .joblisting-page .common-box .content .common-box-list>li .job-listing-description .job-listing-title .titleText {
        display: block
    }

    .joblisting-page .common-box .content .common-box-list>li .job-listing-description .job-listing-title .badge.badge-danger {
        margin: 12px 0 5px
    }

    .joblisting-page .common-box .content .common-box-list>li .job-listing-description .job-listing-footer ul li {
        margin-right: 0px;
        margin-top: 5px
    }

    .joblisting-page .common-box .content .common-box-list>li .job-listing-description .job-listing-footer ul li:not(:last-child) {
        margin-right: 8px;
        margin-bottom: 5px
    }

    .joblisting-page .common-box .content .common-box-list>li .dropdown {
        top: 15px;
        position: absolute;
        right: 15px
    }
}

.setupprofile-page .common-box .content {
    padding: 30px
}

.setupprofile-page .common-box .content .headline {
    border: 0;
    margin-bottom: 30px;
    text-transform: uppercase
}

.setupprofile-page .common-box .content .headline h3 {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.setupprofile-page .common-box .content .user-info {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4
}

.setupprofile-page .common-box .content .left-side {
    max-width: 180px
}

.setupprofile-page .common-box .content .left-side .profile-pic {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 6px;
    transition: all 0.3s
}

.setupprofile-page .common-box .content .left-side .profile-pic img {
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    width: 100%
}

.setupprofile-page .common-box .content .left-side .profile-pic .logo-upload {
    position: absolute;
    opacity: 0;
    width: 150px;
    height: 150px;
    top: 0px;
    left: 10px;
    cursor: pointer
}

.setupprofile-page .common-box .content .left-side .profile-pic:hover {
    transform: scale(1.05)
}

.setupprofile-page .common-box .content .left-side .noteText {
    font-size: 14px;
    margin-top: 10px
}

.setupprofile-page .common-box .content .right-side .upload-image .input-group .input-group-prepend {
    position: relative;
    overflow: hidden
}

.setupprofile-page .common-box .content .right-side .upload-image .input-group .input-group-prepend .input-group-text {
    background: transparent;
    border-left: 0px;
    border-radius: 0 3px 3px 0;
    color: #7C7E8A;
    border-color: #E6E6E6;
    font-size: 19px
}

.setupprofile-page .common-box .content .right-side .upload-image .input-group .input-group-prepend .Upload-file {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

@media (max-width: 1366px) {
    .setupprofile-page .common-box .content .headline {
        margin-bottom: 15px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .setupprofile-page .common-box .content {
        padding: 20px
    }
}

@media (max-width: 767.98px) {
    .setupprofile-page .common-box .content {
        padding: 15px
    }

    .setupprofile-page .common-box .content .user-info {
        margin-bottom: 15px;
        padding-bottom: 5px
    }

    .setupprofile-page .common-box .content .left-side .profile-pic {
        width: 120px;
        height: 120px
    }

    .setupprofile-page .common-box .content .left-side .profile-pic .logo-upload {
        width: 120px;
        height: 120px
    }

    .setupprofile-page .common-box .content .right-side {
        min-width: 100%;
        margin-top: 20px
    }
}

@media (max-width: 575.98px) {
    .setupprofile-page .common-box .content .left-side {
        max-width: 100%
    }

    .setupprofile-page .common-box .content .left-side .noteText {
        margin-bottom: 0
    }
}

.manage-candidates .candidates-list .filter_section .row {
    margin: 0 -5px
}

.manage-candidates .candidates-list .filter_section .row [class*="col-"] {
    padding: 0 5px
}

.manage-candidates .candidates-list .filter_section .select2-container--empty {
    display: none
}

.manage-candidates .candidates-list .filter_section .select2-container {
    width: 100% !important
}

.manage-candidates .candidates-list .filter_section .select2-container--default .select2-selection--custom {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    cursor: default;
    outline: 0 none
}

.manage-candidates .candidates-list .filter_section .select2-container--default .select2-selection--custom .select2-selection__rendered li {
    font-size: 13px;
    position: relative;
    padding: 4px 11px;
    padding-left: 33px;
    max-width: 143px;
    overflow: hidden;
    text-overflow: ellipsis
}

.manage-candidates .candidates-list .filter_section .select2-container--default .select2-selection--custom .select2-selection__rendered li .select2-selection__choice__remove {
    position: absolute;
    left: 0px;
    top: 0;
    background-color: #F6C723;
    padding: 5px 7px;
    height: 100%;
    font-size: 20px;
    line-height: 15px;
    font-weight: normal
}

.manage-candidates .candidates-list .nav-pills li:not(:last-child) {
    margin-right: 30px
}

.manage-candidates .candidates-list .nav-pills li a {
    color: #44515A;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    border-radius: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent
}

.manage-candidates .candidates-list .nav-pills li a.active {
    background-color: transparent;
    color: #F6C723;
    border-bottom: 1px solid #F6C723
}

.manage-candidates .candidates-list .nav-pills li a.disabled {
    color: #6c757d;
    pointer-events: none
}

@media (max-width: 767.98px) {
    .manage-candidates .candidates-list .nav-pills li:not(:last-child) {
        margin-right: 15px
    }

    .manage-candidates .candidates-list .nav-pills li a {
        font-size: 15px
    }
}

.manage-candidates .candidates-list .common-box {
    margin-top: 0
}

.manage-candidates .candidates-list .common-box .content.all-candidate {
    padding: 35px 30px 30px
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(120, 119, 119, 0.1);
    box-shadow: 0px 0px 20px rgba(120, 119, 119, 0.1);
    border-radius: 5px;
    margin: 45px 0;
    position: relative;
    height: calc(100% - 90px)
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__body {
    padding: 45px 30px 90px;
    position: relative
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__imgWrap {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #F2F7FD;
    padding: 8px;
    border: 2px solid #fff;
    position: absolute;
    top: -45px
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__imgWrap img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox h3 {
    font-size: 22px;
    margin-top: 22px
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox h3 a {
    color: #020531
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox h3 a:hover {
    color: #F6C723
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__userType {
    font-size: 16px;
    color: #4FBD9D
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__workProfile {
    color: rgba(2, 5, 49, 0.8);
    font-size: 18px;
    margin-bottom: 15px
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__userInfo span {
    color: rgba(2, 5, 49, 0.6);
    font-size: 16px
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__userInfo span a {
    color: rgba(2, 5, 49, 0.6)
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__userInfo span a:hover {
    color: #F6C723
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__userInfo span i {
    color: #43ABFF;
    margin-right: 6px
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__userInfo span:not(:last-child) {
    margin-bottom: 10px
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__userDtl__item {
    margin: 15px 0 20px
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__userDtl__item label {
    font-size: 16px;
    color: #020531;
    font-weight: normal
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__userDtl__item span {
    font-size: 14px;
    display: block;
    color: #020531
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__userDtl__item span.rate {
    color: rgba(2, 5, 49, 0.6);
    font-size: 16px
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__userDtl__item span i {
    font-size: 16px;
    color: #43ABFF;
    margin-right: 8px
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__btnRow {
    padding: 22px 30px;
    border-top: 1px solid #eee;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__btnRow .btn {
    padding: 12px 15px;
    font-size: 14px
}

@media (max-width: 1680px) {
    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__body {
        padding: 45px 20px 90px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__btnRow {
        padding: 20px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__btnRow .row {
        margin: 0 -8px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__btnRow .row [class^="col-"] {
        padding: 0 8px
    }
}

@media (max-width: 1599px) {
    .manage-candidates .candidates-list .common-box .content.all-candidate {
        padding: 30px 15px 30px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .row {
        margin: 0 -8px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .row [class^="col-"] {
        padding: 0 8px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox {
        height: calc(100% - 80px);
        margin-bottom: 35px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox h3 {
        font-size: 19px;
        margin-top: 20px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__body {
        padding: 45px 15px 90px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__workProfile {
        font-size: 16px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__userInfo span {
        font-size: 15px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__btnRow {
        padding: 20px 15px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__btnRow .btn {
        padding: 12px 10px;
        font-size: 12px
    }
}

@media (max-width: 1199.98px) {
    .manage-candidates .candidates-list .common-box .content.all-candidate {
        padding: 20px 15px
    }
}

@media (max-width: 767.98px) {
    .manage-candidates .candidates-list .common-box .content.all-candidate {
        padding-top: 30px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .row {
        margin: 0 -5px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .row [class^="col-"] {
        padding: 0 5px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox {
        height: calc(100% - 60px);
        margin: 25px 0
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__imgWrap {
        height: 70px;
        top: -35px;
        width: 70px;
        padding: 5px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox h3 {
        font-size: 17px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__userType {
        font-size: 15px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__body {
        padding: 30px 15px 70px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__workProfile {
        font-size: 15px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__userInfo span {
        font-size: 15px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__btnRow {
        padding: 15px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__btnRow .btn {
        padding: 12px 5px;
        font-size: 11px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__btnRow .row {
        margin: 0 -5px
    }

    .manage-candidates .candidates-list .common-box .content.all-candidate .cardBox__btnRow .row [class^="col-"] {
        padding: 0 5px
    }
}

.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-avatar {
    height: 70px;
    width: 70px;
    margin-right: 25px
}

.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-avatar a {
    display: block
}

.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail .rating_star {
    margin: 2px 0 7px
}

.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail .interviewBtn {
    margin: 4px 0 8px
}

.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail .interviewBtn .btn {
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    padding: 7px 15px
}

.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail h4 {
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail h4 .badge-success,
.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail h4 .badge-warning {
    background-color: transparent;
    color: #F6C723;
    border: 1px solid #F6C723
}

.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail h4 a {
    color: #44515A
}

.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail h4 a:hover {
    color: #F6C723
}

.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail .freelancer-detail-item {
    margin-bottom: 8px;
    color: #989898;
    white-space: nowrap;
    display: inline-block
}

.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail .freelancer-detail-item a {
    color: #989898;
    padding-right: 15px
}

.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail .freelancer-detail-item .fa-map-marker {
    margin-left: 15px
}

@media (max-width: 480px) {
    .manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail .freelancer-detail-item .fa-map-marker {
        margin-left: 10px
    }
}

.manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail .buttons-to-right {
    margin-top: 15px
}

@media (max-width: 767.98px) {
    .manage-candidates .candidates-list .common-box .content .common-box-list>li {
        display: block
    }

    .manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-avatar {
        height: 50px;
        width: 50px;
        margin-right: 15px;
        min-width: 50px;
        max-width: 50px
    }

    .manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail .interviewBtn {
        margin: 3px 0 6px
    }

    .manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail .interviewBtn .btn {
        font-size: 12px;
        padding: 6px 12px
    }

    .manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail .freelancer-detail-item {
        font-size: 14px
    }

    .manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail .freelancer-detail-item a {
        padding-right: 10px
    }

    .manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail .buttons-to-right {
        margin-top: 10px
    }

    .manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail .buttons-to-right .btn {
        font-size: 12px
    }

    .manage-candidates .candidates-list .common-box .content .common-box-list>li .buttons-to-right {
        margin: 10px 0 0 62px
    }

    .manage-candidates .candidates-list .common-box .content .common-box-list>li .buttons-to-right .btn {
        font-size: 12px;
        padding: 0 10px !important
    }
}

@media (max-width: 767.98px) {
    .manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail h4 a {
        display: block
    }

    .manage-candidates .candidates-list .common-box .content .common-box-list>li .manage-candidates .freelancer-detail h4 .badge {
        margin-top: 10px;
        margin-left: 6px;
        width: max-content
    }
}

.interview-page .common-detail-section .interview-wrap {
    padding: 30px
}

.interview-page .common-detail-section .interview-wrap .question {
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.05);
    height: 100%;
    padding: 10px 20px
}

.interview-page .common-detail-section .interview-wrap .question ul li {
    padding: 15px 0px;
    background-image: url("../images/video-camera.png");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left top 20px;
    padding-left: 35px
}

@media (max-width: 1440px) {
    .interview-page .common-detail-section .interview-wrap {
        padding: 15px
    }

    .interview-page .common-detail-section .interview-wrap .question {
        padding: 0 15px
    }

    .interview-page .common-detail-section .interview-wrap .question ul li {
        padding: 10px 0;
        padding-left: 35px
    }
}

@media (max-width: 991.98px) {
    .interview-page .common-detail-section .interview-wrap {
        padding: 20px 15px
    }

    .interview-page .common-detail-section .interview-wrap .question {
        padding: 0 15px
    }

    .interview-page .common-detail-section .interview-wrap .question ul li {
        padding: 5px 0;
        padding-left: 35px;
        background-position: left top 12px
    }
}

.manage-interview-page .manage-interview-sec .interview-video {
    padding: 30px 30px 10px
}

.manage-interview-page .manage-interview-sec .interview-video .embed-responsive {
    height: 400px
}

@media (min-width: 768px) {
    .manage-interview-page .manage-interview-sec .content .interviewList__right {
        margin-left: 30px
    }

    .manage-interview-page .manage-interview-sec .content .interviewList__left {
        min-width: 420px;
        max-width: 445px
    }
}

.manage-interview-page .manage-interview-sec .content .common-box-list>li {
    display: block
}

.manage-interview-page .manage-interview-sec .content .common-box-list>li .title {
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.manage-interview-page .manage-interview-sec .content .common-box-list>li .title a {
    color: #F6C723
}

.manage-interview-page .manage-interview-sec .content .common-box-list>li .title a:hover {
    color: #f5c10b
}

.manage-interview-page .manage-interview-sec .content .common-box-list>li ul {
    margin-bottom: 10px
}

.manage-interview-page .manage-interview-sec .content .common-box-list>li ul li {
    color: #989898;
    margin-right: 15px;
    margin-bottom: 10px
}

.manage-interview-page .manage-interview-sec .content .common-box-list>li ul li.page-item {
    margin: 0
}

.manage-interview-page .manage-interview-sec .content .common-box-list>li ul li i {
    margin-right: 6px
}

.manage-interview-page .manage-interview-sec .content .common-box-list>li .btn-success .info {
    background: rgba(255, 255, 255, 0.25);
    color: #000;
    width: 19px;
    height: 19px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    margin-left: 3px
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .manage-interview-page .manage-interview-sec .content .common-box-list>li .btn-success .info {
        line-height: 21px
    }
}

@media (max-width: 767.98px) {
    .manage-interview-page .manage-interview-sec .interviewList__right {
        margin-top: 15px
    }
}

@media (max-width: 575.98px) {
    .manage-interview-page .manage-interview-sec .content .common-box-list>li .title {
        font-size: 15px
    }

    .manage-interview-page .manage-interview-sec .content .common-box-list>li ul li {
        color: #989898;
        margin-right: 15px;
        font-size: 13px
    }

    .manage-interview-page .manage-interview-sec .content .common-box-list>li .btn.btn-sm {
        padding: 5px 10px;
        font-size: 12px
    }

    .manage-interview-page .manage-interview-sec .common-box {
        margin-top: 0px
    }
}

.view-interview-page .interview-detail-sec {
    background: #fff;
    padding: 20px
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-video .embed-responsive {
    height: 350px
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-video .embed-responsive video {
    object-fit: cover
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-content {
    margin-top: 50px
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-content .slider-heading {
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #000;
    margin-bottom: 10px
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-content p {
    color: #000
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-content .rating i {
    color: #F6C723;
    margin-right: 5px
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide {
    min-width: 100%
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:after,
.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 95%;
    background: #E4E4E4;
    left: 0;
    top: 335px;
    z-index: 1;
    display: none
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:after {
    right: 0;
    margin: 0 auto
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:before {
    left: 2.5%
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:before {
    width: 20%;
    background: #F6C723;
    z-index: 2
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:nth-child(2):before {
    width: 40%
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:nth-child(3):before {
    width: 60%
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:nth-child(4):before {
    width: 80%
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:nth-child(5):before {
    width: 95%
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap {
    bottom: auto;
    top: 326px;
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0 15px
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .progress {
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3)
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .progress .progress-bar {
    background-color: #F6C723
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .swiper-pagination {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    display: flex;
    align-items: center;
    width: 100%;
    top: -10px
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .swiper-pagination span {
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 1px solid #ffffff;
    background-color: white;
    opacity: 1
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #1ACD68;
    color: #fff;
    border-color: #1acd68
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-next,
.view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-prev {
    background-image: none;
    top: 383px;
    color: #000;
    height: auto;
    right: calc(50% - 45px);
    width: auto;
    outline: none !important
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-next:hover,
.view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-prev:hover {
    color: #F6C723
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-prev {
    right: auto;
    left: calc(50% - 45px)
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav {
    border: none;
    max-height: 560px
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .mCustomScrollBox {
    width: 100%
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .mCustomScrollBox .mCSB_container {
    padding-right: 5px
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item {
    position: relative;
    padding: 15px 120px 15px 75px;
    margin-bottom: 10px
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .avatar {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    left: 15px;
    top: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .avatar img {
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .nav-item-detail ul li {
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .btn-success {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 6px 10px;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%)
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .stretched-link {
    border: 0;
    padding: 0
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .stretched-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    border: 1px solid #E4E4E4
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .stretched-link.active:after,
.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .stretched-link:hover:after {
    border-color: #F6C723
}

@media (min-width: 1440px) and (max-width: 1680px) {
    .view-interview-page .interview-detail-sec .interview-detail-right .nav {
        max-height: 535px
    }
}

@media (max-width: 1366px) {
    .view-interview-page .interview-detail-sec {
        padding: 15px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video .embed-responsive {
        height: 300px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-content .status {
        margin-bottom: 10px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:after,
    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:before {
        top: 285px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap {
        bottom: auto;
        top: 276px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-next,
    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-prev {
        top: 333px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav {
        max-height: 530px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item {
        padding: 15px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .avatar {
        position: static;
        height: 45px;
        width: 45px;
        transform: none
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .btn-success {
        top: 35px
    }
}

@media (max-width: 991.98px) {
    .view-interview-page .interview-detail-sec {
        padding: 15px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video .embed-responsive {
        height: 250px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap {
        top: 226px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .swiper-pagination {
        padding: 0 50px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item {
        padding: 12px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .nav-item-detail ul {
        line-height: 16px;
        margin-top: 5px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .nav-item-detail ul li {
        font-size: 11px;
        margin-right: 2px
    }
}

@media (max-width: 767.98px) {
    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video .embed-responsive {
        height: 250px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-content .slider-heading {
        font-size: 16px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-content p {
        margin-bottom: 10px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-content .status {
        margin-bottom: 10px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-content .rating {
        margin-bottom: 10px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:after,
    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:before {
        top: 235px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap {
        padding: 0 5px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .swiper-pagination {
        padding: 0 15px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-next,
    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-prev {
        top: 285px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right {
        margin-bottom: 20px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav {
        max-height: 520px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .nav-item-detail ul {
        line-height: normal
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .nav-item-detail ul li {
        font-size: 13px;
        margin-right: 5px
    }
}

.interview-listing .common-box .content .common-box-list>li .interview-listing .position-name {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-size: 18px
}

.interview-listing .common-box .content .common-box-list>li .interview-listing .position-name a {
    color: #44515A
}

.interview-listing .common-box .content .common-box-list>li .interview-listing .position-name a:hover {
    color: #F6C723
}

.interview-listing .common-box .content .common-box-list>li .interview-listing ul li {
    margin-right: 15px;
    color: #989898;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
}

.interview-listing .common-box .content .common-box-list>li .interview-listing ul li .count {
    color: #333;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

@media (max-width: 1199.98px) {
    .interview-listing .common-box .content .common-box-list>li .interview-listing .position-name {
        font-size: 15px
    }

    .interview-listing .common-box .content .common-box-list>li .interview-listing ul li {
        font-size: 15px
    }
}

@media (max-width: 575.98px) {
    .interview-listing .common-box .content .common-box-list>li .interview-listing ul li {
        margin-right: 0px
    }
}

.purchase-invitation .display_subscription {
    padding: 40px 15px
}

.purchase-invitation .display_subscription .subscrition-child:not(:last-child) {
    margin-right: 15px
}

.purchase-invitation .display_subscription .subscrition-child label {
    cursor: pointer
}

.purchase-invitation .display_subscription .subscrition-child .sub-child {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 14px 20px;
    border-radius: 4px
}

@media (min-width: 992px) {
    .purchase-invitation .display_subscription .subscrition-child .sub-child {
        min-width: 170px
    }
}

.purchase-invitation .display_subscription .subscrition-child .sub-child p {
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #000;
    margin-bottom: 10px
}

.purchase-invitation .display_subscription .subscrition-child .sub-child h2 {
    font-size: 24px;
    color: #44515A;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    margin-bottom: 10px
}

.purchase-invitation .display_subscription .subscrition-child .sub-child h1 {
    font-size: 32px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin-bottom: 0px
}

.purchase-invitation .display_subscription .subscrition-child .sub-child h1 sup {
    font-size: 14px
}

.purchase-invitation .display_subscription .subscrition-child .sub-child h1 small {
    font-size: 18px;
    color: #7C7E8A
}

.purchase-invitation .display_subscription input[type="radio"]:checked~.sub-child {
    background-color: #4FBD9D;
    color: #000
}

.purchase-invitation .display_subscription .description {
    max-width: 815px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center
}

@media (max-width: 1440px) {
    .purchase-invitation .display_subscription .subscrition-child .sub-child h2 {
        font-size: 20px
    }

    .purchase-invitation .display_subscription .subscrition-child .sub-child h1 {
        font-size: 26px
    }
}

@media (max-width: 1199.98px) {
    .purchase-invitation .display_subscription .description {
        padding: 15px 0
    }
}

@media (max-width: 991.98px) {
    .purchase-invitation .display_subscription .subscrition-child .sub-child {
        padding: 15px
    }

    .purchase-invitation .display_subscription .subscrition-child .sub-child h2 {
        font-size: 18px
    }

    .purchase-invitation .display_subscription .subscrition-child .sub-child h1 {
        font-size: 24px
    }
}

@media (max-width: 767.98px) {
    .purchase-invitation .display_subscription {
        padding: 20px 15px
    }

    .purchase-invitation .display_subscription .description {
        padding: 0px 0;
        margin: 0 auto
    }

    .purchase-invitation .display_subscription .subscrition-child .sub-child h2 {
        font-size: 14px
    }

    .purchase-invitation .display_subscription .subscrition-child .sub-child h1 {
        font-size: 20px
    }
}

@media (max-width: 575.98px) {
    .purchase-invitation .display_subscription .subscrition-child {
        display: inline-block;
        width: 49%;
        min-width: initial
    }

    .purchase-invitation .display_subscription .subscrition-child:not(:last-child) {
        margin-right: 0
    }

    .purchase-invitation .display_subscription .subscrition-child label {
        width: 100%
    }

    .purchase-invitation .display_subscription .subscrition-child .sub-child {
        text-align: center;
        min-width: initial;
        padding: 15px 5px
    }
}

.purchase-invitation .contentPara {
    padding: 21px 30px 0
}

.purchase-invitation .contentPara span {
    display: block;
    margin-top: 6px
}

@media (max-width: 767.98px) {
    .purchase-invitation .contentPara {
        padding: 15px 15px 0;
        margin-bottom: 0px
    }
}

.rating-page .page-header {
    margin: 15px 0 20px
}

@media (max-width: 1440px) {
    .rating-page .page-header {
        margin: 10px 0
    }
}

@media (max-width: 1199.98px) {
    .rating-page .page-header {
        margin: 10px 0 8px
    }
}

@media (max-width: 767.98px) {
    .rating-page .page-header {
        margin: 5px 0 20px
    }
}

.rating-page .card.common-card .topHead {
    padding: 32px 40px
}

.rating-page .card.common-card .topHead__left img {
    height: 78px;
    width: 78px;
    margin-right: 15px
}

.rating-page .card.common-card .topHead__left__info span {
    font-size: 16px;
    color: #F6C723
}

.rating-page .card.common-card .topHead__left__info h4 {
    font-size: 20px
}

.rating-page .card.common-card .topHead__middle span {
    font-size: 18px;
    text-decoration: underline
}

.rating-page .card.common-card .topHead__middle h3 {
    font-size: 24px
}

.rating-page .card.common-card .topHead__right span {
    font-size: 18px
}

.rating-page .card.common-card .topHead__right h2 {
    font-size: 40px;
    margin: 0 17px
}

.rating-page .card.common-card .card-body {
    padding: 50px 40px
}

.rating-page .card.common-card .card-body .ratingList:not(:last-child) {
    border-bottom: 2px solid #F6C723;
    margin-bottom: 50px;
    padding-bottom: 50px
}

.rating-page .card.common-card .card-body .ratingList .head {
    display: flex
}

.rating-page .card.common-card .card-body .ratingList .head__left img {
    height: 60px;
    width: 60px;
    margin-right: 15px
}

.rating-page .card.common-card .card-body .ratingList .head__left__info span {
    font-size: 16px
}

.rating-page .card.common-card .card-body .ratingList .head__left__info h4 {
    font-size: 20px;
    margin-bottom: 3px
}

.rating-page .card.common-card .card-body .ratingList .head__right {
    text-align: right
}

.rating-page .card.common-card .card-body .ratingList .head__right h4 {
    font-size: 20px;
    line-height: 26px
}

.rating-page .card.common-card .card-body .ratingdtl {
    display: flex;
    margin-top: 30px
}

.rating-page .card.common-card .card-body .ratingdtl label {
    font-size: 18px;
    margin-bottom: 12px
}

.rating-page .card.common-card .card-body .ratingdtl .questionRating {
    margin-right: 80px
}

.rating-page .card.common-card .card-body .ratingdtl .questionRating__labelRow .ques {
    min-width: 146px;
    max-width: 146px
}

.rating-page .card.common-card .card-body .ratingdtl .questionRating__list h5 {
    font-size: 18px;
    min-width: 146px;
    max-width: 146px;
    margin-bottom: 13px
}

.rating-page .card.common-card .card-body .ratingdtl .questionRating__list .rating_star {
    min-width: 125px;
    max-width: 125px;
    margin-bottom: 0px
}

.rating-page .card.common-card .card-body .ratingdtl .questionRating__list .rating_star li i {
    font-size: 20px
}

.rating-page .card.common-card .card-body .ratingdtl .questionRating__list .rating_star li.selected i {
    color: #F6C723
}

.rating-page .card.common-card .card-body .ratingdtl .questionRating__list .rating_star li:not(:last-child) {
    margin-right: 4px
}

.rating-page .card.common-card .card-body .ratingdtl .ratingNotes p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0
}

@media (max-width: 1440px) {
    .rating-page .card.common-card .topHead {
        padding: 25px 30px
    }

    .rating-page .card.common-card .topHead__left img {
        height: 65px;
        width: 65px
    }

    .rating-page .card.common-card .topHead__middle span {
        font-size: 16px
    }

    .rating-page .card.common-card .topHead__middle h3 {
        font-size: 20px
    }

    .rating-page .card.common-card .topHead__right span {
        font-size: 16px
    }

    .rating-page .card.common-card .topHead__right h2 {
        font-size: 30px
    }

    .rating-page .card.common-card .card-body {
        padding: 35px 30px
    }

    .rating-page .card.common-card .card-body .ratingList:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .rating-page .card.common-card .card-body .ratingList .head__left img {
        height: 50px;
        width: 50px
    }

    .rating-page .card.common-card .card-body .ratingList .head__left__info h4 {
        font-size: 18px
    }

    .rating-page .card.common-card .card-body .ratingList .head__right h4 {
        font-size: 18px;
        line-height: 24px
    }

    .rating-page .card.common-card .card-body .ratingdtl {
        margin-top: 20px
    }
}

@media (max-width: 1199.98px) {
    .rating-page .card.common-card .topHead {
        padding: 15px 20px
    }

    .rating-page .card.common-card .topHead__left__info h4 {
        font-size: 18px
    }

    .rating-page .card.common-card .topHead__middle span {
        font-size: 16px
    }

    .rating-page .card.common-card .topHead__middle h3 {
        font-size: 18px
    }

    .rating-page .card.common-card .topHead__right span {
        font-size: 16px
    }

    .rating-page .card.common-card .topHead__right h2 {
        font-size: 25px
    }

    .rating-page .card.common-card .card-body {
        padding: 20px
    }

    .rating-page .card.common-card .card-body .ratingList .ratingdtl label {
        font-size: 16px
    }

    .rating-page .card.common-card .card-body .ratingList .ratingdtl .questionRating {
        margin-right: 45px
    }

    .rating-page .card.common-card .card-body .ratingList .ratingdtl .questionRating__labelRow .ques {
        min-width: 100px;
        max-width: 100px
    }

    .rating-page .card.common-card .card-body .ratingList .ratingdtl .questionRating__list h5 {
        min-width: 100px;
        max-width: 100px;
        font-size: 16px
    }

    .rating-page .card.common-card .card-body .ratingList .ratingdtl .questionRating__list .rating_star li i {
        font-size: 18px
    }

    .rating-page .card.common-card .card-body .ratingList .ratingdtl .ratingNotes p {
        line-height: 26px
    }
}

@media (max-width: 767.98px) {
    .rating-page .card.common-card .topHead {
        padding: 15px 15px
    }

    .rating-page .card.common-card .topHead.common-box {
        margin-top: 0
    }

    .rating-page .card.common-card .topHead__left img {
        width: 55px;
        height: 55px
    }

    .rating-page .card.common-card .topHead__left__info h4 {
        font-size: 16px
    }

    .rating-page .card.common-card .topHead__left__info span {
        font-size: 14px
    }

    .rating-page .card.common-card .topHead__middle span {
        font-size: 14px
    }

    .rating-page .card.common-card .topHead__middle h3 {
        font-size: 16px
    }

    .rating-page .card.common-card .topHead__right span {
        font-size: 14px
    }

    .rating-page .card.common-card .topHead__right h2 {
        font-size: 20px
    }

    .rating-page .card.common-card .card-body {
        padding: 15px
    }

    .rating-page .card.common-card .card-body.common-box {
        margin-top: 15px
    }

    .rating-page .card.common-card .card-body .ratingList:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .rating-page .card.common-card .card-body .ratingList .head__left img {
        height: 45px;
        width: 45px
    }

    .rating-page .card.common-card .card-body .ratingList .head__left__info h4 {
        font-size: 16px
    }

    .rating-page .card.common-card .card-body .ratingList .head__left__info span {
        font-size: 15px
    }

    .rating-page .card.common-card .card-body .ratingList .head__right h4 {
        font-size: 16px
    }

    .rating-page .card.common-card .card-body .ratingList .ratingdtl {
        display: block;
        margin-top: 10px
    }

    .rating-page .card.common-card .card-body .ratingList .ratingdtl label {
        margin-bottom: 8px
    }

    .rating-page .card.common-card .card-body .ratingList .ratingdtl .questionRating {
        margin-right: 0px
    }

    .rating-page .card.common-card .card-body .ratingList .ratingdtl .questionRating__list h5 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .rating-page .card.common-card .card-body .ratingList .ratingdtl .ratingNotes {
        margin-top: 5px
    }

    .rating-page .card.common-card .card-body .ratingList .ratingdtl .ratingNotes p {
        line-height: 23px
    }
}

@media (max-width: 575.98px) {
    .rating-page .card.common-card .topHead {
        display: block
    }

    .rating-page .card.common-card .topHead__middle {
        margin: 15px 0
    }

    .rating-page .card.common-card .topHead__right h2 {
        margin: 0
    }
}

@media (max-width: 479px) {
    .rating-page .card.common-card .card-body .ratingList .head {
        display: block
    }

    .rating-page .card.common-card .card-body .ratingList .head__right {
        text-align: left;
        margin-top: 12px
    }

    .rating-page .card.common-card .card-body .ratingList .head__right h4 {
        margin-bottom: 0
    }
}

.applied_job_page .list-pagination {
    margin-top: 0
}

.applied_job_page .list-pagination .pagination {
    margin-bottom: 10px
}

@media (max-width: 991.98px) {
    .applied_job_page .list-pagination .pagination {
        margin-bottom: 0
    }
}

@media (min-width: 1690px) {
    .applied_job_page .job_listing_filter {
        display: flex
    }
}

@media (min-width: 1200px) and (max-width: 1680px) {
    .applied_job_page .job_listing_filter .page-title {
        margin: 15px 0px
    }
}

.applied_job_page .filter_fields {
    width: 100%
}

.applied_job_page .filter_fields form {
    width: 100%
}

.applied_job_page .filter_fields .row {
    margin: 0 -5px
}

.applied_job_page .filter_fields .row [class*="col-"],
.applied_job_page .filter_fields .row .col {
    padding: 0 5px
}

.applied_job_page .filter_fields .form-group {
    margin-bottom: 10px
}

.applied_job_page .filter_fields .form-group .form-control.map_marker {
    background-image: url("../images/map_marker.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px;
    padding-right: 20px
}

.applied_job_page .filter_fields .form-group .select2-container--empty {
    display: none
}

.applied_job_page .filter_fields .form-group .select2-container {
    width: 100% !important
}

.applied_job_page .filter_fields .form-group .select2-container--default .select2-selection--custom {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    cursor: default;
    outline: 0 none
}

.applied_job_page .filter_fields .form-group .select2-container--default .select2-selection--custom .select2-selection__rendered li {
    font-size: 12px;
    position: relative;
    padding: 4px 11px;
    padding-left: 33px;
    max-width: 143px;
    overflow: hidden;
    text-overflow: ellipsis
}

.applied_job_page .filter_fields .form-group .select2-container--default .select2-selection--custom .select2-selection__rendered li .select2-selection__choice__remove {
    position: absolute;
    left: 0px;
    top: 0;
    background-color: #F6C723;
    padding: 5px 7px;
    height: 100%;
    font-size: 20px;
    font-weight: normal;
    display: flex;
    align-items: center
}

.applied_job_page .filter_fields .btn-success {
    margin-right: 10px
}

@media (max-width: 2000px) {
    .applied_job_page .filter_fields .row [class*="col-"] {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (max-width: 1199.98px) {
    .applied_job_page .filter_fields .row [class*="col-"] {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (max-width: 767.98px) {
    .applied_job_page .filter_fields .row [class*="col-"] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.applied_job_page .remainingJobs {
    display: flex;
    position: absolute;
    right: 0px;
    top: 11px
}

.applied_job_page .remainingJobs .recount {
    margin-right: 15px;
    font-size: 17px;
    white-space: nowrap;
    color: #555
}

.applied_job_page .remainingJobs .recount .countNumber {
    line-height: 0;
    margin-right: 2px;
    font-weight: 600
}

.applied_job_page .remainingJobs .recount i {
    font-size: 25px;
    color: #F6C723;
    margin-right: 5px
}

@media (max-width: 767.98px) {
    .applied_job_page .remainingJobs {
        top: 60px
    }

    .applied_job_page .remainingJobs .recount {
        font-size: 15px
    }

    .applied_job_page .remainingJobs .recount i {
        font-size: 22px
    }
}

@media (max-width: 479px) {
    .applied_job_page .remainingJobs {
        position: inherit;
        top: inherit;
        margin: 6px 0 20px
    }
}

.applied_job_page .card {
    box-shadow: none;
    background-color: transparent;
    border: 0
}

.applied_job_page .card .card-body {
    padding: 30px 0 0
}

@media (min-width: 1600px) {
    .applied_job_page .card .card-body .innerColumn {
        max-width: 25%;
        flex: 0 0 25%
    }
}

@media (max-width: 1680px) {
    .applied_job_page .card .card-body .row {
        margin: 0 -10px
    }

    .applied_job_page .card .card-body .row [class^="col-"] {
        padding: 0 10px
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .applied_job_page .card .card-body .col-custom-1200 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
}

.applied_job_page .card .card-body .job_box {
    -webkit-box-shadow: 0px 0px 20px rgba(120, 119, 119, 0.09);
    box-shadow: 0px 0px 20px rgba(120, 119, 119, 0.09);
    margin: 40px 0;
    background-color: #fff;
    border-radius: 4px
}

.applied_job_page .card .card-body .job_box .job_header {
    background-color: transparent;
    min-height: 82px;
    position: relative;
    border-radius: 4px 4px 0px 0px;
    position: relative
}

.applied_job_page .card .card-body .job_box .job_header:after {
    content: '';
    height: 89px;
    width: 89px;
    background-color: #EEFFF6;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    bottom: -53%
}

.applied_job_page .card .card-body .job_box .job_header .type-badge {
    position: absolute;
    right: 15px;
    top: 15px
}

.applied_job_page .card .card-body .job_box .job_header .mail-invitation {
    text-align: right;
    padding: 10px
}

.applied_job_page .card .card-body .job_box .job_header .mail-invitation img {
    max-width: 30px
}

.applied_job_page .card .card-body .job_box .job_header .job_img {
    height: 85px;
    width: 85px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50%;
    transform: translateY(0%);
    border-radius: 50%
}

.applied_job_page .card .card-body .job_box .job_header .job_img img {
    border-radius: 50%
}

.applied_job_page .card .card-body .job_box .job_body {
    padding: 50px 25px 25px;
    position: relative
}

.applied_job_page .card .card-body .job_box .job_body .job_img {
    height: 85px;
    width: 85px;
    z-index: 1;
    position: absolute;
    left: 25px;
    top: -42px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #F2F7FD;
    border: 2px solid #fff
}

.applied_job_page .card .card-body .job_box .job_body .job_img img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.applied_job_page .card .card-body .job_box .job_body .time {
    position: absolute;
    font-size: 14px;
    color: rgba(2, 5, 49, 0.5);
    right: 25px;
    top: 25px
}

.applied_job_page .card .card-body .job_box .job_body .type-badge {
    margin: 10px 0
}

.applied_job_page .card .card-body .job_box .job_body h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.applied_job_page .card .card-body .job_box .job_body h4 {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    color: rgba(2, 5, 49, 0.6);
    margin: 7px 0 15px
}

.applied_job_page .card .card-body .job_box .job_body h3 {
    font-size: 20px;
    color: #020531;
    line-height: 25px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    margin: 10px 0 15px
}

.applied_job_page .card .card-body .job_box .job_body h6 {
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: rgba(2, 5, 49, 0.6);
    padding-left: 20px;
    position: relative
}

.applied_job_page .card .card-body .job_box .job_body h6 i {
    color: #43ABFF;
    position: absolute;
    left: 0
}

.applied_job_page .card .card-body .job_box .job_body .exText {
    font-size: 16px;
    margin: 25px 0 12px
}

.applied_job_page .card .card-body .job_box .job_body .jobType {
    font-size: 14px;
    color: rgba(2, 5, 49, 0.6);
    border: 1px solid green;
    border-radius: 3px;
    padding: 7px 18px;
    text-transform: capitalize;
    display: inline-block
}

.applied_job_page .card .card-body .job_box .job_body .interviewBtn {
    font-size: 13px;
    padding: 7px 15px
}

.applied_job_page .card .card-body .job_box .job_body p {
    color: rgba(2, 5, 49, 0.88);
    margin: 15px 0px 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.applied_job_page .card .card-body .job_box .job_body .row {
    margin: 0 -5px
}

.applied_job_page .card .card-body .job_box .job_body .row .col {
    padding: 0 5px
}

.applied_job_page .card .card-body .job_box .job_body .btnRow {
    margin-top: 25px
}

@media (max-width: 575.98px) {
    .applied_job_page .card .card-body .job_box .job_body .btn.disabled {
        width: auto
    }
}

.applied_job_page .card .card-body .job_box .job_body .btn.btn-sm {
    padding: 10px 15px
}

.applied_job_page .card .card-body .job_box .job_body .btn.btn-outline-success:hover,
.applied_job_page .card .card-body .job_box .job_body .btn.btn-outline-success:focus,
.applied_job_page .card .card-body .job_box .job_body .btn.btn-outline-success:active,
.applied_job_page .card .card-body .job_box .job_body .btn.btn-outline-success:not(:disabled):not(.disabled):active {
    border-color: #f5c10b;
    color: #000;
    outline: none;
    box-shadow: none;
    background: #f5c10b
}

.applied_job_page .card .card-body .job_box .job_body .btn.disabled,
.applied_job_page .card .card-body .job_box .job_body .btn:disabled {
    pointer-events: none;
    border-color: #7B7B7B !important;
    color: #7B7B7B !important;
    background-color: #eae9e9 !important
}

.applied_job_page .card .card-body .job_box .job_body .btn_req {
    margin-top: 25px
}

.applied_job_page .card .card-body .job_box .job_footer {
    padding: 16px 25px;
    text-align: center;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 4px 4px
}

.applied_job_page .card .card-body .job_box .job_footer a {
    font-size: 15px;
    color: rgba(2, 5, 49, 0.6)
}

.applied_job_page .card .card-body .job_box .job_footer a:hover {
    color: #F6C723
}

@media (max-width: 1680px) {
    .applied_job_page .card .card-body .job_box .job_body {
        padding: 50px 20px 25px
    }

    .applied_job_page .card .card-body .job_box .job_body .jobType {
        padding: 7px 12px;
        font-size: 13px
    }

    .applied_job_page .card .card-body .job_box .job_body .interviewBtn {
        padding: 7px 11px
    }
}

@media (max-width: 1199.98px) {
    .applied_job_page .card .card-body {
        padding: 20px 0 0
    }

    .applied_job_page .card .card-body .job_box {
        margin-bottom: 30px
    }

    .applied_job_page .card .card-body .job_box .job_body .jobType {
        padding: 6px 12px;
        font-size: 13px
    }

    .applied_job_page .card .card-body .job_box .job_body .interviewBtn {
        font-size: 12px;
        padding: 6px 12px
    }
}

@media (max-width: 991.98px) {
    .applied_job_page .card .card-body .job_box {
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .applied_job_page .card .card-body {
        padding: 15px 0 0
    }

    .applied_job_page .card .card-body .job_box {
        margin: 25px 0
    }

    .applied_job_page .card .card-body .job_box .job_header {
        min-height: 72px
    }

    .applied_job_page .card .card-body .job_box .job_header:after {
        height: 69px;
        width: 69px
    }

    .applied_job_page .card .card-body .job_box .job_header .job_img {
        height: 65px;
        width: 65px
    }

    .applied_job_page .card .card-body .job_box .job_body {
        padding: 30px 15px 15px
    }

    .applied_job_page .card .card-body .job_box .job_body .job_img {
        height: 65px;
        width: 65px;
        top: -32px;
        left: 15px
    }

    .applied_job_page .card .card-body .job_box .job_body h3 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .applied_job_page .card .card-body .job_box .job_body h4 {
        font-size: 14px
    }

    .applied_job_page .card .card-body .job_box .job_body p {
        margin: 10px 0px 15px
    }

    .applied_job_page .card .card-body .job_box .job_body h6 {
        line-height: 19px
    }

    .applied_job_page .card .card-body .job_box .job_body h6 i {
        top: 2px
    }

    .applied_job_page .card .card-body .job_box .job_body .exText {
        font-size: 14px;
        margin-top: 15px
    }

    .applied_job_page .card .card-body .job_box .job_body .jobType {
        padding: 6px 14px;
        font-size: 13px
    }

    .applied_job_page .card .card-body .job_box .job_body .btn_req {
        margin-top: 15px
    }

    .applied_job_page .card .card-body .job_box .job_footer {
        padding: 15px
    }
}

@media (max-width: 575.98px) {
    .applied_job_page .card .card-body .job_box .job_body .row {
        margin: 0 -5px
    }

    .applied_job_page .card .card-body .job_box .job_body .row .col {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 5px
    }
}

.jobdescription-page .content-wrap {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03)
}

.jobdescription-page .content-wrap .topInfo__imgWrap {
    min-width: 222px;
    max-width: 222px;
    height: 219px;
    padding: 16px;
    background-color: #F2F7FD
}

.jobdescription-page .content-wrap .topInfo__info {
    margin-left: 30px
}

.jobdescription-page .content-wrap .topInfo__info h3 {
    font-size: 30px;
    line-height: 41px
}

.jobdescription-page .content-wrap .topInfo__info h6 {
    font-size: 16px;
    color: #4FBD9D;
    margin-bottom: 20px
}

.jobdescription-page .content-wrap .topInfo__info p {
    font-size: 18px;
    line-height: 30px
}

.jobdescription-page .content-wrap .topInfo__info .btnRow {
    margin: 25px 0
}

.jobdescription-page .content-wrap .topInfo__info .btnRow .btn {
    padding: 12px 30px;
    font-size: 15px;
    display: inline-block;
    width: auto;
    margin-top: 0 !important;
    margin-bottom: 8px
}

.jobdescription-page .content-wrap .topInfo__info .btnRow .btn:not(:last-child) {
    margin-right: 15px
}

.jobdescription-page .content-wrap .jobInfoList {
    margin: 70px -10px 0
}

.jobdescription-page .content-wrap .jobInfoList>li {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 10px;
    margin-bottom: 60px
}

.jobdescription-page .content-wrap .jobInfoList>li p {
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 0
}

.jobdescription-page .content-wrap .jobInfoList>li .tags {
    margin: 20px 0 0 15px
}

.jobdescription-page .content-wrap .jobInfoList>li.w50 {
    max-width: 50%;
    flex: 0 0 50%
}

.jobdescription-page .content-wrap .common_section {
    margin-bottom: 60px
}

.jobdescription-page .content-wrap .common_section .para-text {
    font-size: 17px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    line-height: 30px;
    word-break: break-all;
    padding-left: 15px
}

.jobdescription-page .content-wrap .common_section .para-text b {
    font-weight: normal
}

.jobdescription-page .content-wrap .common_section .para-text span {
    font-size: 17px !important;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500; !important;
    line-height: 26px !important;
    word-break: break-all !important
}

.jobdescription-page .content-wrap .common_section .map-box {
    margin-top: 40px
}

@media (max-width: 1599px) {
    .jobdescription-page .content-wrap {
        padding: 25px
    }

    .jobdescription-page .content-wrap .topInfo__imgWrap {
        height: 195px;
        min-width: 200px;
        max-width: 200px;
        padding: 12px
    }

    .jobdescription-page .content-wrap .topInfo__info h3 {
        font-size: 25px;
        line-height: 35px
    }

    .jobdescription-page .content-wrap .topInfo__info p {
        font-size: 17px;
        line-height: 26px
    }

    .jobdescription-page .content-wrap .jobInfoList {
        margin-top: 55px
    }

    .jobdescription-page .content-wrap .jobInfoList>li {
        margin-bottom: 45px
    }

    .jobdescription-page .content-wrap .jobInfoList>li p {
        font-size: 17px
    }

    .jobdescription-page .content-wrap .common_section {
        margin-bottom: 45px
    }

    .jobdescription-page .content-wrap .common_section .para-text {
        font-size: 16px;
        line-height: 26px
    }

    .jobdescription-page .content-wrap .common_section .para-text span {
        font-size: 16px !important;
        line-height: 26px !important
    }

    .jobdescription-page .content-wrap .common_section .map-box {
        margin-top: 30px
    }
}

@media (max-width: 1199.98px) {
    .jobdescription-page .content-wrap {
        padding: 20px
    }

    .jobdescription-page .content-wrap .topInfo__imgWrap {
        height: 155px;
        min-width: 160px;
        max-width: 160px;
        padding: 8px
    }

    .jobdescription-page .content-wrap .topInfo__info {
        margin-left: 20px
    }

    .jobdescription-page .content-wrap .topInfo__info h3 {
        font-size: 22px;
        line-height: 32px
    }

    .jobdescription-page .content-wrap .topInfo__info .btnRow .btn {
        padding: 10px 25px;
        font-size: 13px
    }

    .jobdescription-page .content-wrap .jobInfoList {
        margin-top: 35px
    }

    .jobdescription-page .content-wrap .jobInfoList>li {
        margin-bottom: 35px
    }

    .jobdescription-page .content-wrap .jobInfoList>li p {
        font-size: 16px
    }

    .jobdescription-page .content-wrap .common_section {
        margin-bottom: 35px
    }

    .jobdescription-page .content-wrap .common_section .para-text {
        font-size: 15px;
        line-height: 24px
    }

    .jobdescription-page .content-wrap .common_section .para-text span {
        font-size: 15px !important;
        line-height: 24px !important
    }

    .jobdescription-page .content-wrap .common_section .map-box {
        margin-top: 30px
    }
}

@media (max-width: 991.98px) {
    .jobdescription-page .content-wrap .jobInfoList {
        margin-top: 25px
    }

    .jobdescription-page .content-wrap .jobInfoList>li {
        max-width: 33.3%;
        flex: 0 0 33.3%;
        margin-bottom: 25px
    }

    .jobdescription-page .content-wrap .jobInfoList>li.w50 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .jobdescription-page .content-wrap .common_section {
        margin-bottom: 25px
    }

    .jobdescription-page .content-wrap .common_section .map-box {
        margin-top: 20px
    }
}

@media (max-width: 767.98px) {
    .jobdescription-page .content-wrap {
        padding: 15px
    }

    .jobdescription-page .content-wrap .topInfo__imgWrap {
        height: 105px;
        min-width: 110px;
        max-width: 110px
    }

    .jobdescription-page .content-wrap .topInfo__info {
        margin-left: 15px
    }

    .jobdescription-page .content-wrap .topInfo__info h3 {
        font-size: 18px;
        line-height: 23px
    }

    .jobdescription-page .content-wrap .topInfo__info h6 {
        font-size: 15px;
        margin-bottom: 10px
    }

    .jobdescription-page .content-wrap .topInfo__info .btnRow {
        margin: 15px 0 0
    }

    .jobdescription-page .content-wrap .topInfo__info .btnRow .btn {
        padding: 9px 20px
    }

    .jobdescription-page .content-wrap .jobInfoList {
        margin-top: 25px
    }

    .jobdescription-page .content-wrap .jobInfoList>li {
        margin-bottom: 20px;
        max-width: 50%;
        flex: 0 0 50%
    }

    .jobdescription-page .content-wrap .jobInfoList>li p {
        font-size: 15px
    }

    .jobdescription-page .content-wrap .common_section {
        margin-bottom: 20px
    }

    .jobdescription-page .content-wrap .common_section .map-box {
        margin-top: 15px
    }
}

@media (max-width: 479px) {
    .jobdescription-page .content-wrap .topInfo {
        display: block !important
    }

    .jobdescription-page .content-wrap .topInfo__info {
        margin-left: 0;
        margin-top: 15px
    }

    .jobdescription-page .content-wrap .topInfo__info .btnRow {
        margin: 15px 0 0
    }

    .jobdescription-page .content-wrap .topInfo__info .btnRow .btn {
        margin-bottom: 10px
    }

    .jobdescription-page .content-wrap .topInfo__info .btnRow .btn:not(:last-child) {
        margin-right: 8px
    }

    .jobdescription-page .content-wrap .jobInfoList {
        margin-top: 10px
    }

    .jobdescription-page .content-wrap .jobInfoList>li {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.notifications-page .card {
    -webkit-box-shadow: 0px 6px 15px rgba(26, 205, 104, 0.01);
    box-shadow: 0px 6px 15px rgba(26, 205, 104, 0.01);
    border-radius: 0px;
    border: none
}

.notifications-page .card .card-body .notification_list li {
    display: flex;
    align-items: center
}

.notifications-page .card .card-body .notification_list li:not(:last-child) {
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.notifications-page .card .card-body .notification_list li .notification-icon {
    min-height: 60px;
    min-width: 60px;
    max-width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #a0a0a0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.notifications-page .card .card-body .notification_list li .notification-icon img {
    width: 100%
}

.notifications-page .card .card-body .notification_list li .notification-text {
    padding-left: 20px;
    line-height: 23px
}

.notifications-page .card .card-body .notification_list li .notification-text a {
    color: #F6C723
}

.notifications-page .card .card-body .notification_list li .notification-text strong {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.notifications-page .card .card-body .notification_list li .date_tym,
.notifications-page .card .card-body .notification_list li .notification-text {
    color: #44515A;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    font-size: 17px
}

@media (max-width: 1399px) {
    .notifications-page .card .card-body {
        padding: 15px 18px
    }

    .notifications-page .card .card-body .notification_list li .notification-icon {
        min-height: 50px;
        min-width: 50px;
        max-width: 50px
    }

    .notifications-page .card .card-body .notification_list li .notification-text,
    .notifications-page .card .card-body .notification_list li .date_tym {
        font-size: 16px
    }

    .notifications-page .card .card-body .notification_list li:not(:last-child) {
        padding-bottom: 12px;
        margin-bottom: 12px
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .notifications-page .card .card-body .notification_list li .notification-icon {
        min-height: 45px;
        min-width: 45px;
        max-width: 45px
    }
}

@media (max-width: 767.98px) {
    .notifications-page .card .card-body {
        padding: 12px 15px
    }

    .notifications-page .card .card-body .notification_list li .notification-icon {
        font-size: 18px;
        min-height: 35px;
        min-width: 35px;
        max-width: 35px
    }

    .notifications-page .card .card-body .notification_list li .notification-text {
        padding-left: 12px
    }

    .notifications-page .card .card-body .notification_list li .date_tym {
        padding-left: 10px
    }

    .notifications-page .card .card-body .notification_list li .notification-text,
    .notifications-page .card .card-body .notification_list li .date_tym {
        font-size: 14px
    }

    .notifications-page .card .card-body .notification_list li:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 10px
    }
}

@media (max-width: 575.98px) {
    .notifications-page .card .card-body .notification_list li {
        display: flex
    }

    .notifications-page .card .card-body .notification_list li .notification-text {
        display: table-cell
    }

    .notifications-page .card .card-body .notification_list li .date_tym {
        padding-left: 42px;
        margin-top: 8px;
        display: block
    }
}

.subscription-plan-page .content-wrap {
    padding: 35px 35px 35px;
    background-color: #fff;
    border-radius: 5px
}

@media (min-width: 576px) and (max-width: 1440px) {
    .subscription-plan-page .content-wrap .row {
        margin: 0 -5px
    }

    .subscription-plan-page .content-wrap .row .col-lg-3 {
        padding: 0 5px
    }
}

.subscription-plan-page .headline .headRight {
    display: flex
}

.subscription-plan-page .headline .headRight .recount {
    margin-right: 15px;
    font-size: 17px;
    color: #555
}

.subscription-plan-page .headline .headRight .recount .countNumber {
    line-height: 0;
    margin-right: 2px;
    font-weight: 600
}

.subscription-plan-page .headline .headRight .recount i {
    font-size: 25px;
    color: #F6C723;
    margin-right: 5px
}

@media (max-width: 767.98px) {
    .subscription-plan-page .headline .headRight .recount {
        font-size: 15px
    }

    .subscription-plan-page .headline .headRight .recount i {
        font-size: 22px
    }
}

.subscription-plan-page .card {
    border-width: 1px;
    border-color: #E4E4E4;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    display: table;
    width: 100%
}

.subscription-plan-page .card .card-header {
    background-color: transparent;
    font-size: 22px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    border-color: rgba(230, 230, 230, 0.46);
    padding: 10px 15px
}

.subscription-plan-page .card .card-header sup,
.subscription-plan-page .card .card-header span {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.subscription-plan-page .card .card-header sup {
    font-size: 14px;
    margin: 0px 5px;
    color: #F6C723
}

.subscription-plan-page .card .card-header span {
    font-size: 28px;
    color: #000
}

.subscription-plan-page .card .card-header small {
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
}

.subscription-plan-page .card .card-header:first-child {
    border-radius: 0px
}

.subscription-plan-page .card .card-body {
    padding: 20px 13px 55px 25px
}

.subscription-plan-page .card .card-body ul li {
    font-size: 15px;
    text-align: center;
    color: #393A40
}

.subscription-plan-page .card .card-body ul li:not(:last-child) {
    margin-bottom: 18px
}

.subscription-plan-page .card .card-body .btn {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    padding: 9px 20px;
    font-size: 15px
}

.subscription-plan-page .card .card-body .btn.btn-expired {
    cursor: default
}

.subscription-plan-page .card:hover,
.subscription-plan-page .card.active {
    border-color: #F6C723;
    -webkit-box-shadow: 0 0 15px rgba(67, 171, 255, 0.08);
    box-shadow: 0 0 15px rgba(67, 171, 255, 0.08)
}

.subscription-plan-page .bowse-btn {
    margin-top: 30px
}

@media (min-width: 1441px) and (max-width: 1680px) {
    .subscription-plan-page .content-wrap {
        padding: 25px 25px 25px
    }

    .subscription-plan-page .card .card-body {
        padding-left: 15px
    }
}

@media (max-width: 1440px) {
    .subscription-plan-page .content-wrap {
        padding: 20px 20px 25px
    }

    .subscription-plan-page .card .card-header {
        font-size: 16px;
        padding: 10px
    }

    .subscription-plan-page .card .card-header span {
        font-size: 18px
    }

    .subscription-plan-page .card .card-body {
        padding: 10px 10px 50px
    }

    .subscription-plan-page .card .card-body ul li {
        font-size: 14px
    }
}

@media (max-width: 991.98px) {
    .subscription-plan-page .column {
        margin-bottom: 30px
    }

    .subscription-plan-page .card .card-body ul li:not(:last-child) {
        margin-bottom: 12px
    }

    .subscription-plan-page .bowse-btn {
        margin-top: 0px
    }
}

@media (max-width: 575.98px) {
    .subscription-plan-page .content-wrap {
        padding: 15px
    }

    .subscription-plan-page .card {
        min-height: auto
    }

    .subscription-plan-page .card .card-body {
        padding-bottom: 40px
    }

    .subscription-plan-page .card .card-body .btn {
        font-size: 14px;
        padding: 8px 20px
    }
}

.singleplanPage .content-wrap {
    padding: 100px 100px 35px
}

.singleplanPage .content-wrap .planList .column {
    max-width: 100%;
    flex: 0 0 100%
}

.singleplanPage .content-wrap .card {
    border-radius: 0
}

.singleplanPage .content-wrap .card .card-header {
    justify-content: space-between;
    display: flex;
    padding: 15px 25px;
    align-items: center;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-size: 19px;
    border-color: #F6C723 !important
}

.singleplanPage .content-wrap .card .card-header span {
    font-size: 24px
}

.singleplanPage .content-wrap .card .card-header .rightSide p {
    font-size: 15px;
    color: #F6C723
}

.singleplanPage .content-wrap .card .card-body {
    padding: 60px 20px 20px
}

.singleplanPage .content-wrap .card .card-body ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.singleplanPage .content-wrap .card .card-body ul li {
    max-width: 33.3%;
    flex: 0 0 33.3%;
    padding: 0 10px;
    text-align: left;
    margin-bottom: 60px;
    font-size: 16px
}

.singleplanPage .content-wrap .card .card-body ul li span {
    display: block;
    position: relative;
    position: relative;
    padding-left: 25px
}

.singleplanPage .content-wrap .card .card-body ul li span:before {
    content: "";
    height: 12px;
    width: 12px;
    background-color: #F6C723;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 5px
}

.singleplanPage .content-wrap .bowse-btn {
    margin-top: 70px
}

@media (max-width: 1599px) {
    .singleplanPage .content-wrap {
        padding: 60px 60px 30px
    }

    .singleplanPage .content-wrap .card .card-body ul li {
        font-size: 15px
    }
}

@media (max-width: 1199.98px) {
    .singleplanPage .content-wrap {
        padding: 30px
    }

    .singleplanPage .content-wrap .card .card-body {
        padding: 50px 20px 20px
    }

    .singleplanPage .content-wrap .card .card-body ul li {
        margin-bottom: 50px
    }

    .singleplanPage .content-wrap .bowse-btn {
        margin-top: 60px
    }
}

@media (max-width: 991.98px) {
    .singleplanPage .content-wrap {
        padding: 20px
    }

    .singleplanPage .content-wrap .card .card-header {
        padding: 10px 15px;
        font-size: 17px
    }

    .singleplanPage .content-wrap .card .card-header span {
        font-size: 20px
    }

    .singleplanPage .content-wrap .card .card-body {
        padding: 30px 15px 25px
    }

    .singleplanPage .content-wrap .card .card-body ul li {
        margin-bottom: 30px;
        max-width: 50%;
        flex: 0 0 50%
    }

    .singleplanPage .content-wrap .card .card-body ul li span {
        padding-left: 22px
    }

    .singleplanPage .content-wrap .bowse-btn {
        margin-top: 20px
    }
}

@media (max-width: 767.98px) {
    .singleplanPage .content-wrap {
        padding: 15px
    }

    .singleplanPage .content-wrap .card .card-header {
        display: block;
        font-size: 16px
    }

    .singleplanPage .content-wrap .card .card-header span {
        font-size: 18px
    }

    .singleplanPage .content-wrap .card .card-header .rightSide {
        margin-top: 6px
    }

    .singleplanPage .content-wrap .card .card-header .rightSide p {
        font-size: 14px
    }

    .singleplanPage .content-wrap .card .card-body {
        padding: 20px 15px
    }

    .singleplanPage .content-wrap .card .card-body ul li {
        margin-bottom: 20px
    }

    .singleplanPage .content-wrap .bowse-btn {
        margin-top: 15px
    }
}

@media (max-width: 480px) {
    .singleplanPage .content-wrap .card .card-body {
        padding: 15px 15px 20px
    }

    .singleplanPage .content-wrap .card .card-body ul li {
        margin-bottom: 15px;
        max-width: 100%;
        flex: 0 0 100%;
        font-size: 14px
    }

    .singleplanPage .content-wrap .card .card-body ul li span:before {
        height: 10px;
        width: 10px
    }
}

.video-interview-page .card {
    -webkit-box-shadow: 0px 6px 15px rgba(26, 205, 104, 0.01);
    box-shadow: 0px 6px 15px rgba(26, 205, 104, 0.01);
    border-radius: 0px;
    border: none
}

.video-interview-page .card .card-body .interview-question .head {
    margin-bottom: 10px
}

.video-interview-page .card .card-body .interview-question .head h1 {
    font-size: 22px;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; !important
}

.video-interview-page .card .card-body .interview-question .head p {
    margin: 0;
    font-size: 16px
}

.video-interview-page .card .card-body .interview-question .head .copy_btn {
    height: 40px;
    width: 40px;
    padding: 5px 4px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #F6C723;
    color: #000
}

.video-interview-page .card .card-body .interview-question .head .copy_btn.active {
    background-color: #F6C723;
    color: #fff
}

@media (max-width: 480px) {
    .video-interview-page .card .card-body .interview-question .head {
        flex-wrap: wrap
    }

    .video-interview-page .card .card-body .interview-question .head h1,
    .video-interview-page .card .card-body .interview-question .head p {
        width: 100%;
        margin-bottom: 8px
    }
}

.video-interview-page .card .card-body .interview-question .question-wrap .question {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(68, 81, 89, 0.08);
    margin-bottom: 30px
}

.video-interview-page .card .card-body .interview-question .question-wrap .question h3 {
    font-size: 20px
}

.video-interview-page .card .card-body .interview-question .question-wrap .btn {
    margin-bottom: 5px
}

.video-interview-page .card .card-body .interview-question .question-wrap .btn+.btn {
    margin-left: 5px
}

.video-interview-page .card .card-body .interview-question .question-wrap .interviewText {
    color: #333
}

.video-interview-page .card .card-body .interview-question .question-wrap .response-time {
    margin-bottom: 30px
}

.video-interview-page .card .card-body .interview-question .question-wrap .response-time label {
    color: #44515A
}

.video-interview-page .card .card-body .interview-question .question-wrap .response-time label.text-secondary {
    color: #AFAFAF !important
}

.video-interview-page .card .card-body .interview-question .question-wrap .response-time .progress {
    height: 5px;
    border-radius: 25px
}

.video-interview-page .card .card-body .interview-question .question-wrap .response-time .progress .progress-bar {
    background-color: #F6C723;
    border-radius: 25px
}

.video-interview-page .card .card-body .interview-question .question-wrap .type-answer .form-control {
    min-height: 375px;
    border-color: #F6C723
}

.video-interview-page .card .card-body .right-wrap .record-interview .microphone {
    position: relative;
    padding-left: 30px;
    margin-top: 20px
}

.video-interview-page .card .card-body .right-wrap .record-interview .microphone img {
    position: absolute;
    left: 0;
    top: 6px
}

.video-interview-page .card .card-body .right-wrap .record-interview .microphone .loading {
    margin-top: -8px
}

.video-interview-page .card .card-body .right-wrap .record-interview .microphone .loading span {
    height: 7px;
    width: 7px;
    background-color: #8F8F8F;
    margin-right: 6px;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.video-interview-page .card .card-body .right-wrap .record-interview .microphone .loading span.active {
    background-color: #F6C723
}

.video-interview-page .card .card-body .left-wrap {
    -webkit-box-shadow: 0px 0px 30px rgba(33, 184, 99, 0.11);
    box-shadow: 0px 0px 30px rgba(33, 184, 99, 0.11);
    height: 100%;
    position: relative
}

.video-interview-page .card .card-body .left-wrap h4 {
    font-size: 18px
}

.video-interview-page .card .card-body .left-wrap .btn-set {
    text-align: center;
    padding: 20px
}

.video-interview-page .card .card-body .left-wrap .btn-set .btn {
    font-size: 15px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.video-interview-page .card .card-body .left-wrap .btn-set img {
    margin: 25px 0;
    width: 80px
}

.video-interview-page .card .card-body .left-wrap .btn-set .question-timer {
    font-size: 30px;
    margin-bottom: 15px;
    color: red
}

.video-interview-page .card .card-body .left-wrap i {
    font-size: 90px;
    color: #DADADA;
    display: block;
    margin: 20px 0
}

.video-interview-page .card .card-body .left-wrap .create_interview {
    height: 100%;
    display: table;
    width: 100%
}

.video-interview-page .card .card-body .left-wrap .create_interview ul li {
    font-size: 20px
}

.video-interview-page .card .card-body .left-wrap .create_interview ul li:not(:last-child) {
    margin-bottom: 25px
}

.video-interview-page .card .card-body .left-wrap .create_interview .question {
    display: table-cell;
    vertical-align: middle
}

.video-interview-page .card .card-body .left-wrap .create_interview .question p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px
}

.video-interview-page .card .card-body .left-wrap .create_interview .question img {
    width: 80px
}

.video-interview-page .card .card-body .left-wrap .create_interview .question .btn {
    margin: 30px 0
}

.video-interview-page .card .card-body .right-wrap {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
}

.video-interview-page .card .card-body .right-wrap h2 {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    margin-bottom: 20px
}

.video-interview-page .card .card-body .right-wrap ul li {
    color: rgba(68, 81, 90, 0.88);
    position: relative;
    padding-left: 15px
}

.video-interview-page .card .card-body .right-wrap ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid rgba(0, 0, 0, 0.18);
    top: 50%;
    transform: translateY(-50%)
}

.video-interview-page .card .card-body .right-wrap ul li:not(:last-child) {
    margin-bottom: 12px
}

.video-interview-page .card .card-body .right-wrap h4 {
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #44515A
}

.video-interview-page .card .card-body .record-interview .record-scrn {
    position: relative;
    text-align: center
}

.video-interview-page .card .card-body .record-interview .record-scrn .readingCounterBox {
    background-color: #40424D;
    position: relative;
    height: calc(100vh - 258px);
    width: 100%;
    z-index: 1
}

.video-interview-page .card .card-body .record-interview .record-scrn video {
    width: 100%;
    height: 100%;
    background-color: #000
}

.video-interview-page .card .card-body .record-interview .record-scrn .questionReadingText {
    font-size: 18px;
    color: #FFAC29;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 2
}

.video-interview-page .card .card-body .record-interview .record-scrn .questionCount {
    font-size: 95px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    color: #F6C723;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #3B3D46;
    z-index: 2
}

.video-interview-page .card .card-body .record-interview .record-scrn .progress-section {
    max-width: 97%;
    margin-top: -20px;
    color: #fff
}

.video-interview-page .card .card-body .record-interview .record-scrn .action-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0)
}

.video-interview-page .card .card-body .record-interview .record-scrn .action-btn .btn {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 38px
}

.video-interview-page .card .card-body .record-interview .record-scrn .action-btn .btn .fa-play {
    margin-left: 7px
}

.video-interview-page .card .card-body .record-interview .record-scrn:hover .action-btn {
    transform: translate(-50%, -50%) scale(1)
}

.video-interview-page .card .card-body .record-interview .vdo-ftr {
    margin-top: 20px
}

.video-interview-page .card .card-body .progress-section {
    position: relative;
    padding-right: 48px;
    max-width: 230px;
    margin: 0 auto
}

.video-interview-page .card .card-body .progress-section .progress {
    height: 10px;
    border-radius: 25px
}

.video-interview-page .card .card-body .progress-section .progress .progress-bar {
    background-color: #F6C723;
    border-radius: 25px
}

.video-interview-page .card .card-body .progress-section .time-count {
    position: absolute;
    right: 0;
    top: -9px
}

.video-interview-page .card .card-body .common-video-heading {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.video-interview-page .card .card-body .interview-question:not(:first-of-type) {
    display: none
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .video-interview-page .card .card-body .left-wrap .btn-set {
        padding: 15px
    }

    .video-interview-page .card .card-body .left-wrap .btn-set img {
        max-height: 110px
    }

    .video-interview-page .card .card-body .right-wrap.create_interview ul li {
        font-size: 18px
    }

    .video-interview-page .card .card-body .right-wrap.create_interview ul li:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .video-interview-page .card .card-body .interview-question .head h1 {
        font-size: 20px
    }

    .video-interview-page .card .card-body .interview-question .question-wrap .question {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .video-interview-page .card .card-body .interview-question .question-wrap .question h3 {
        font-size: 18px
    }

    .video-interview-page .card .card-body .interview-question .question-wrap .response-time {
        margin-bottom: 15px
    }

    .video-interview-page .card .card-body .interview-question .question-wrap .type-answer .form-control {
        min-height: 275px
    }

    .video-interview-page .card .card-body .left-wrap .btn-set {
        padding: 15px
    }

    .video-interview-page .card .card-body .left-wrap .btn-set .btn {
        margin-bottom: 8px
    }

    .video-interview-page .card .card-body .left-wrap .btn-set img {
        max-height: 100px
    }

    .video-interview-page .card .card-body .right-wrap.create_interview ul li {
        font-size: 16px
    }

    .video-interview-page .card .card-body .right-wrap.create_interview ul li:not(:last-child) {
        margin-bottom: 15px
    }
}

@media (max-width: 1199.98px) {
    .video-interview-page .card .card-body {
        padding: 20px 20px
    }

    .video-interview-page .card .card-body .interview-question .head h1 {
        font-size: 20px
    }

    .video-interview-page .card .card-body .interview-question .question-wrap .question {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .video-interview-page .card .card-body .interview-question .question-wrap .question h3 {
        font-size: 18px
    }

    .video-interview-page .card .card-body .interview-question .question-wrap .response-time {
        margin-bottom: 15px
    }

    .video-interview-page .card .card-body .interview-question .question-wrap .type-answer .form-control {
        min-height: 275px
    }

    .video-interview-page .card .card-body .record-interview .record-scrn {
        min-height: auto
    }

    .video-interview-page .card .card-body .record-interview .record-scrn .readingCounterBox {
        height: calc(100vh - 222px)
    }

    .video-interview-page .card .card-body .record-interview .record-scrn .questionReadingText {
        font-size: 16px;
        top: 10px
    }

    .video-interview-page .card .card-body .record-interview .record-scrn .questionCount {
        font-size: 74px;
        height: 80px;
        width: 80px
    }

    .video-interview-page .card .card-body .record-interview .record-scrn .action-btn .btn {
        height: 60px;
        width: 60px;
        font-size: 26px
    }

    .video-interview-page .card .card-body .left-wrap {
        margin-bottom: 25px
    }

    .video-interview-page .card .card-body .left-wrap .btn-set .btn {
        font-size: 14px;
        margin-bottom: 10px
    }

    .video-interview-page .card .card-body .left-wrap .btn-set img {
        margin-bottom: 20px;
        max-height: 80px
    }

    .video-interview-page .card .card-body .left-wrap .btn-set .question-timer {
        font-size: 25px
    }

    .video-interview-page .card .card-body .right-wrap h2 {
        margin-bottom: 15px
    }

    .video-interview-page .card .card-body .right-wrap.create_interview ul li {
        font-size: 16px
    }

    .video-interview-page .card .card-body .right-wrap.create_interview ul li:not(:last-child) {
        margin-bottom: 15px
    }

    .video-interview-page .card .card-body .right-wrap ul li:before {
        top: 7px;
        transform: none
    }
}

@media (max-width: 991.98px) {
    .video-interview-page .card .card-body .record-interview .record-scrn video {
        height: 250px
    }

    .video-interview-page .card .interview-question .head h1 {
        font-size: 18px
    }

    .video-interview-page .card .interview-question .question-wrap .question h3 {
        font-size: 18px
    }

    .video-interview-page .card .interview-question .question-wrap .type-answer .form-control {
        min-height: 200px
    }
}

@media (max-width: 767.98px) {
    .video-interview-page .card .card-body {
        padding: 15px 15px
    }

    .video-interview-page .card .card-body .interview-question .head h1 {
        font-size: 16px
    }

    .video-interview-page .card .card-body .interview-question .head p {
        font-size: 14px
    }

    .video-interview-page .card .card-body .interview-question .question-wrap .question h3 {
        font-size: 16px
    }

    .video-interview-page .card .card-body .interview-question .question-wrap .type-answer .form-control {
        min-height: 130px
    }

    .video-interview-page .card .card-body .left-wrap {
        margin-bottom: 20px
    }

    .video-interview-page .card .card-body .left-wrap .btn-set .btn {
        font-size: 12px;
        margin-bottom: 10px
    }

    .video-interview-page .card .card-body .left-wrap .btn-set img {
        margin-bottom: 15px;
        max-height: 60px
    }

    .video-interview-page .card .card-body .left-wrap .btn-set .question-timer {
        font-size: 20px;
        margin-bottom: 10px
    }

    .video-interview-page .card .card-body .right-wrap {
        font-size: 16px
    }

    .video-interview-page .card .card-body .right-wrap.create_interview ul li {
        font-size: 15px
    }

    .video-interview-page .card .card-body .right-wrap.create_interview ul li:not(:last-child) {
        margin-bottom: 10px
    }

    .video-interview-page .card .card-body .right-wrap ul li {
        padding-left: 12px
    }

    .video-interview-page .card .card-body .right-wrap ul li:before {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid rgba(0, 0, 0, 0.18);
        top: 8px
    }

    .video-interview-page .card .card-body .right-wrap ul li:not(:last-child) {
        margin-bottom: 12px
    }

    .video-interview-page .card .card-body .record-interview .record-scrn .readingCounterBox {
        height: calc(100vh - 190px)
    }

    .video-interview-page .card .card-body .record-interview .record-scrn .questionReadingText {
        font-size: 16px
    }

    .video-interview-page .card .card-body .record-interview .record-scrn .questionCount {
        font-size: 54px;
        height: 60px;
        width: 60px
    }

    .video-interview-page .card .card-body .record-interview .record-scrn video {
        height: 195px
    }

    .video-interview-page .card .card-body .record-interview .record-scrn .action-btn .btn {
        height: 45px;
        width: 45px;
        font-size: 20px
    }

    .video-interview-page .card .card-body .record-interview .record-scrn .action-btn .btn .fa-play {
        margin-left: 4px
    }

    .video-interview-page .card .card-body .record-interview .vdo-ftr .btn {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 575.98px) {
    .video-interview-page .card .card-body .left-wrap {
        height: inherit
    }

    .video-interview-page .card .card-body .interview-question .question-wrap {
        margin-bottom: 15px
    }

    .video-interview-page .card .card-body .record-interview .record-scrn {
        min-height: auto
    }

    .video-interview-page .card .card-body .record-interview .record-scrn .readingCounterBox {
        height: 250px
    }

    .video-interview-page .card .card-body .record-interview .record-scrn .questionReadingText {
        font-size: 15px
    }

    .video-interview-page .card .card-body .record-interview .record-scrn .questionCount {
        font-size: 44px;
        height: 50px;
        width: 50px
    }
}

.view-profile-page .profileSidebarbtn {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #F6C723;
    border-radius: 0 3px 3px 0;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 6px;
    z-index: 13;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.view-profile-page .profileSidebarbtn img {
    width: 30px
}

.view-profile-page .innerProfile>.row {
    margin: 0 -10px
}

.view-profile-page .innerProfile>.row .col {
    padding: 0 10px
}

.view-profile-page .innerProfile>.row .colLeft {
    max-width: 342px;
    flex: 0 0 342px
}

.view-profile-page .innerProfile>.row .colRight {
    max-width: calc(100% - 342px);
    flex: 0 0 calc(100% - 342px)
}

.view-profile-page .innerProfile .commonBox {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06)
}

.view-profile-page .innerProfile .commonBox .heading20 {
    margin-bottom: 25px
}

.view-profile-page .innerProfile .commonBox p {
    color: #65687A;
    line-height: 24px
}

.view-profile-page .innerProfile .userInfo {
    padding: 30px 20px 30px
}

.view-profile-page .innerProfile .userInfo__imgWrap {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    position: relative
}

.view-profile-page .innerProfile .userInfo__imgWrap img {
    width: 100%;
    height: 100%
}

.view-profile-page .innerProfile .userInfo__imgWrap .online-status {
    right: 24px
}

.view-profile-page .innerProfile .userInfo__name {
    font-size: 24px;
    margin-top: 12px
}

.view-profile-page .innerProfile .userInfo__type {
    font-size: 16px;
    color: #4FBD9D
}

.view-profile-page .innerProfile .socialMedia li a {
    height: 35px;
    width: 35px;
    border: 2px solid;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px
}

.view-profile-page .innerProfile .socialMedia li a.facebook {
    border-color: #3B579D;
    color: #3B579D
}

.view-profile-page .innerProfile .socialMedia li a.facebook:hover {
    background: #3B579D;
    color: #fff
}

.view-profile-page .innerProfile .socialMedia li a.twitter {
    border-color: #2CAAE1;
    color: #2CAAE1
}

.view-profile-page .innerProfile .socialMedia li a.twitter:hover {
    background: #2CAAE1;
    color: #fff
}

.view-profile-page .innerProfile .socialMedia li a.linkedin {
    border-color: #007BB6;
    color: #007BB6
}

.view-profile-page .innerProfile .socialMedia li a.linkedin:hover {
    background: #007BB6;
    color: #fff
}

.view-profile-page .innerProfile .socialMedia li a.google {
    border-color: #F34A38;
    color: #F34A38
}

.view-profile-page .innerProfile .socialMedia li a.google:hover {
    background: #F34A38;
    color: #fff
}

.view-profile-page .innerProfile .socialMedia li a.skype {
    border-color: #00AFF0;
    color: #00AFF0
}

.view-profile-page .innerProfile .socialMedia li a.skype:hover {
    background: #00AFF0;
    color: #fff
}

.view-profile-page .innerProfile .otherInfo ul li {
    font-size: 16px
}

.view-profile-page .innerProfile .otherInfo ul li label {
    margin-bottom: 6px
}

.view-profile-page .innerProfile .otherInfo ul li .verifyText {
    font-size: 15px;
    color: #4FBD9D
}

.view-profile-page .innerProfile .otherInfo ul li span {
    color: #65687A;
    display: block
}

.view-profile-page .innerProfile .otherInfo ul li span a {
    color: #65687A
}

.view-profile-page .innerProfile .otherInfo ul li span a:hover {
    color: #4FBD9D
}

.view-profile-page .innerProfile .otherInfo ul li:not(:last-child) {
    margin-bottom: 25px
}

.view-profile-page .innerProfile .mb-40 {
    margin-bottom: 40px
}

.view-profile-page .innerProfile .mb-50 {
    margin-bottom: 50px
}

.view-profile-page .innerProfile .videoResume__videoBox {
    position: relative;
    text-align: center
}

.view-profile-page .innerProfile .videoResume__videoBox>img {
    max-height: 420px;
    margin: 0 auto;
    width: 100%;
    object-fit: cover
}

.view-profile-page .innerProfile .videoResume__videoBox:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

.view-profile-page .innerProfile .videoResume__videoBox:hover .playBtn img {
    transform: scale(1)
}

.view-profile-page .innerProfile .videoResume .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.view-profile-page .innerProfile .videoResume .playBtn img {
    width: 52px;
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.view-profile-page .innerProfile .educationCalumn h4 {
    font-size: 19px
}

.view-profile-page .innerProfile .educationCalumn h5 {
    font-size: 17px;
    margin: 12px 0
}

.view-profile-page .innerProfile .educationCalumn h6 {
    font-size: 15px;
    margin: 12px 0
}

.view-profile-page .innerProfile .educationCalumn p br {
    display: none
}

.view-profile-page .innerProfile .educationCalumn:not(:last-child) {
    margin-bottom: 35px
}

.view-profile-page .innerProfile .readMore__content span {
    display: none
}

.view-profile-page .innerProfile .readMore__link {
    display: inline-block;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: #4FBD9D;
    padding-left: 0 !important
}

@media (max-width: 767.98px) {
    .view-profile-page .innerProfile .readMore__link {
        font-size: 15px
    }
}

.view-profile-page .innerProfile .specializeBox__column h4 {
    font-size: 18px
}

.view-profile-page .innerProfile .specializeBox__column .progressBar {
    width: 50%
}

.view-profile-page .innerProfile .specializeBox__column .progressBar h6,
.view-profile-page .innerProfile .specializeBox__column .progressBar h4 {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-size: 16px;
    margin-bottom: 0
}

.view-profile-page .innerProfile .specializeBox__column .progressBar h4 {
    margin-right: 15px;
    line-height: 22px
}

.view-profile-page .innerProfile .specializeBox__column .progressBar .progress {
    height: 10px;
    padding: 0;
    border-radius: 30px;
    margin: 15px 0
}

.view-profile-page .innerProfile .specializeBox__column .progressBar .progress .progress-bar {
    background-color: #F6C723;
    border-radius: 30px
}

.view-profile-page .innerProfile .specializeBox__column:not(:last-child) {
    margin-bottom: 35px
}

.view-profile-page .innerProfile .otherSkills ul {
    margin: 0 -15px
}

.view-profile-page .innerProfile .otherSkills ul li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin-bottom: 30px
}

.view-profile-page .innerProfile .otherSkills ul li span {
    font-size: 16px
}

.view-profile-page .innerProfile .otherSkills ul li:not(:last-child) {
    margin-right: 0px
}

.view-profile-page .innerProfile .otherSkills ul li .progress {
    height: 10px;
    padding: 0;
    border-radius: 30px;
    margin-top: 10px
}

.view-profile-page .innerProfile .otherSkills ul li .progress .progress-bar {
    background-color: #F6C723;
    border-radius: 30px
}

.view-profile-page .innerProfile .setRate h4 {
    font-size: 18px
}

.view-profile-page .innerProfile .setRate span {
    font-size: 17px
}

.view-profile-page .innerProfile .myAvailability h4 {
    font-size: 19px;
    margin-bottom: 20px
}

.view-profile-page .innerProfile .myAvailability ul li {
    margin-bottom: 15px
}

.view-profile-page .innerProfile .myAvailability ul li h5 {
    font-size: 17px;
    margin-bottom: 0
}

.view-profile-page .innerProfile .myAvailability ul li span {
    background: rgba(246, 199, 35, 0.1);
    border: 1px solid #F6C723;
    display: inline-block;
    border-radius: 3px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-size: 14px;
    color: #020531;
    padding: 5px 10px;
    margin-left: 8px
}

.view-profile-page .innerProfile .myAvailability ul li:not(:last-child) {
    margin-right: 15px
}

.view-profile-page .innerProfile .experienceSliderBox {
    margin: 0 110px
}

.view-profile-page .innerProfile .experienceSliderBox__slider .slick-list {
    margin: 0 50px;
    padding: 0 !important
}

.view-profile-page .innerProfile .experienceSliderBox__slider .slick-track {
    min-width: 100%
}

.view-profile-page .innerProfile .experienceSliderBox__slider:before {
    content: "";
    width: calc(100% - 100px);
    height: 2px;
    background-color: #E8E8E8;
    position: absolute;
    top: 54px;
    left: 50px
}

.view-profile-page .innerProfile .experienceSliderBox__slider .item {
    height: auto;
    color: #65687A;
    outline: 0;
    position: relative;
    padding-top: 35px
}

.view-profile-page .innerProfile .experienceSliderBox__slider .item h6 {
    font-size: 15px;
    position: absolute;
    top: 0;
    width: 100%
}

.view-profile-page .innerProfile .experienceSliderBox__slider .item span {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #C2C2C2;
    display: block;
    margin: 12px auto 15px
}

.view-profile-page .innerProfile .experienceSliderBox__slider .item a {
    color: #F6C723
}

.view-profile-page .innerProfile .experienceSliderBox__slider .item p {
    font-size: 16px
}

.view-profile-page .innerProfile .experienceSliderBox__slider .item.slick-current h6,
.view-profile-page .innerProfile .experienceSliderBox__slider .item.slick-current p {
    color: #4FBD9D
}

.view-profile-page .innerProfile .experienceSliderBox__slider .item.slick-current span {
    background-color: #4FBD9D
}

.view-profile-page .innerProfile .experienceSliderBox__slider .arrow {
    position: absolute;
    color: #F6C723;
    top: 47px
}

.view-profile-page .innerProfile .experienceSliderBox__slider .arrow.prev {
    left: 0
}

.view-profile-page .innerProfile .experienceSliderBox__slider .arrow.next {
    right: 0
}

.view-profile-page .innerProfile .skillsBox .tags {
    margin-top: 25px
}

.view-profile-page .innerProfile .skillsBox .tags li {
    padding: 5px 11px
}

.view-profile-page .innerProfile .recentWork .tab-content .workListing {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -9px;
    flex-wrap: wrap
}

.view-profile-page .innerProfile .recentWork .tab-content .workListing .img-wrap {
    position: relative;
    max-width: 33.3%;
    flex: 0 0 33.3%;
    text-align: center;
    height: 200px;
    padding: 0 9px;
    margin-bottom: 15px
}

.view-profile-page .innerProfile .recentWork .tab-content .workListing .img-wrap img {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.view-profile-page .innerProfile .recentWork .tab-content .workListing .img-wrap .project-dtl {
    position: absolute;
    top: 0;
    left: 9px;
    transform: scaleY(0);
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: calc(100% - 18px);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px
}

.view-profile-page .innerProfile .recentWork .tab-content .workListing .img-wrap .project-dtl h3 {
    font-size: 18px;
    color: #fff
}

.view-profile-page .innerProfile .recentWork .tab-content .workListing .img-wrap .project-dtl a {
    font-size: 14px;
    background-color: #F6C723;
    color: #000;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 3px;
    display: inline-flex
}

.view-profile-page .innerProfile .recentWork .tab-content .workListing .img-wrap:hover .project-dtl {
    transform: scaleY(1)
}

.view-profile-page .innerProfile .downloadDocuments ul li {
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    position: relative
}

.view-profile-page .innerProfile .downloadDocuments ul li:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px
}

.view-profile-page .innerProfile .downloadDocuments ul li .documentIcon {
    width: 35px;
    margin-top: -2px
}

.view-profile-page .innerProfile .downloadDocuments ul li .downloadIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    height: 16px
}

.view-profile-page .innerProfile .downloadDocuments ul li .fileinfo p {
    font-size: 14px
}

.view-profile-page .innerProfile .downloadDocuments ul li .fileinfo span {
    font-size: 10px;
    color: rgba(2, 5, 49, 0.5)
}

@media (max-width: 1599px) {
    .view-profile-page .innerProfile .experienceSliderBox {
        margin: 0
    }
}

@media (max-width: 1199.98px) {
    .view-profile-page .innerProfile>.row .colLeft {
        max-width: 310px;
        flex: 0 0 310px
    }

    .view-profile-page .innerProfile>.row .colRight {
        max-width: calc(100% - 310px);
        flex: 0 0 calc(100% - 310px)
    }

    .view-profile-page .innerProfile .commonBox {
        padding: 20px
    }

    .view-profile-page .innerProfile .commonBox p {
        font-size: 15px
    }

    .view-profile-page .innerProfile .userInfo {
        padding: 20px 20px
    }

    .view-profile-page .innerProfile .userInfo__name {
        font-size: 22px
    }

    .view-profile-page .innerProfile .specializeBox__column h4 {
        font-size: 16px
    }

    .view-profile-page .innerProfile .specializeBox__column:not(:last-child) {
        margin-bottom: 25px
    }

    .view-profile-page .innerProfile .otherSkills ul li {
        margin-bottom: 20px
    }

    .view-profile-page .innerProfile .otherSkills ul li span {
        font-size: 14px
    }

    .view-profile-page .innerProfile .setRate h4 {
        font-size: 16px
    }

    .view-profile-page .innerProfile .setRate span {
        font-size: 16px
    }

    .view-profile-page .innerProfile .myAvailability h4 {
        font-size: 17px
    }

    .view-profile-page .innerProfile .myAvailability ul li h5 {
        font-size: 16px
    }

    .view-profile-page .innerProfile .experienceSliderBox h4 {
        font-size: 20px
    }

    .view-profile-page .innerProfile .experienceSliderBox__slider .item h6 {
        font-size: 14px
    }

    .view-profile-page .innerProfile .experienceSliderBox__slider .item p {
        font-size: 15px
    }

    .view-profile-page .innerProfile .mb-40 {
        margin-bottom: 25px
    }

    .view-profile-page .innerProfile .mb-50 {
        margin-bottom: 30px
    }

    .view-profile-page .innerProfile .educationCalumn:not(:last-child) {
        margin-bottom: 25px
    }

    .view-profile-page .innerProfile .educationCalumn h4 {
        font-size: 17px
    }

    .view-profile-page .innerProfile .educationCalumn h5 {
        font-size: 16px;
        margin: 10px 0
    }

    .view-profile-page .innerProfile .educationCalumn h6 {
        font-size: 14px;
        margin: 10px 0
    }
}

@media (max-width: 991.98px) {
    .view-profile-page .innerProfile>.row .colLeft {
        position: fixed;
        left: -320px;
        max-width: 300px;
        z-index: 12;
        flex: 0 0 300px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        padding: 15px;
        height: 100%;
        overflow-y: auto;
        top: 0;
        background-color: #F2F7FD;
        -webkit-box-shadow: 0, 0, 15px, rgba(0, 0, 0, 0.08);
        box-shadow: 0, 0, 15px, rgba(0, 0, 0, 0.08)
    }

    .view-profile-page .innerProfile>.row .colRight {
        max-width: 100%;
        flex: 0 0 100%
    }

    .view-profile-page .innerProfile .userInfo__imgWrap {
        height: 100px;
        width: 100px
    }

    .view-profile-page .innerProfile .commonBox .heading20 {
        font-size: 18px
    }

    .view-profile-page .innerProfile .otherInfo ul li .verifyText {
        font-size: 14px
    }
}

@media (max-width: 767.98px) {
    .view-profile-page .innerProfile .commonBox {
        padding: 15px;
        margin-bottom: 15px
    }

    .view-profile-page .innerProfile .commonBox .heading20 {
        margin-bottom: 15px
    }

    .view-profile-page .innerProfile .commonBox p {
        font-size: 14px
    }

    .view-profile-page .innerProfile .userInfo {
        padding: 15px
    }

    .view-profile-page .innerProfile .userInfo__name {
        font-size: 18px
    }

    .view-profile-page .innerProfile .videoResume__videoBox .playBtn img {
        height: 40px
    }

    .view-profile-page .innerProfile .specializeBox__column .progressBar {
        width: 100%
    }

    .view-profile-page .innerProfile .specializeBox__column .progressBar h4,
    .view-profile-page .innerProfile .specializeBox__column .progressBar h6 {
        font-size: 15px
    }

    .view-profile-page .innerProfile .specializeBox__column .progressBar .progress {
        margin: 10px 0
    }

    .view-profile-page .innerProfile .specializeBox__column:not(:last-child) {
        margin-bottom: 20px
    }

    .view-profile-page .innerProfile .otherInfo ul li {
        font-size: 15px
    }

    .view-profile-page .innerProfile .otherInfo ul li:not(:last-child) {
        margin-bottom: 15px
    }

    .view-profile-page .innerProfile .setRate .row {
        margin: 0 -2px
    }

    .view-profile-page .innerProfile .setRate .row [class^="col-"] {
        padding: 0 2px
    }

    .view-profile-page .innerProfile .setRate h4 {
        font-size: 15px
    }

    .view-profile-page .innerProfile .setRate span {
        font-size: 15px
    }

    .view-profile-page .innerProfile .myAvailability h4 {
        font-size: 16px;
        margin-bottom: 15px
    }

    .view-profile-page .innerProfile .myAvailability ul li {
        margin-bottom: 10px
    }

    .view-profile-page .innerProfile .myAvailability ul li h5 {
        font-size: 15px
    }

    .view-profile-page .innerProfile .myAvailability ul li span {
        font-size: 13px
    }

    .view-profile-page .innerProfile .myAvailability ul li:not(:last-child) {
        margin-right: 10px
    }

    .view-profile-page .innerProfile .downloadDocuments ul li {
        padding: 10px
    }

    .view-profile-page .innerProfile .downloadDocuments ul li .documentIcon {
        width: 27px
    }

    .view-profile-page .innerProfile .downloadDocuments ul li .fileinfo p {
        font-size: 13px;
        line-height: 20px
    }

    .view-profile-page .innerProfile .downloadDocuments ul li:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 10px
    }

    .view-profile-page .innerProfile .otherSkills ul li {
        margin-bottom: 15px;
        flex: 0 0 100%;
        max-width: 100%
    }

    .view-profile-page .innerProfile .otherSkills ul li span {
        font-size: 14px
    }

    .view-profile-page .innerProfile .recentWork .tab-content .workListing .img-wrap {
        height: 150px
    }

    .view-profile-page .innerProfile .recentWork .tab-content .workListing .img-wrap .project-dtl h3 {
        font-size: 16px
    }

    .view-profile-page .innerProfile .recentWork .tab-content .workListing .img-wrap .project-dtl a {
        font-size: 12px
    }

    .view-profile-page .innerProfile .experienceSliderBox h4 {
        font-size: 18px
    }

    .view-profile-page .innerProfile .experienceSliderBox__slider .item p {
        font-size: 14px
    }

    .view-profile-page .innerProfile .mb-40 {
        margin-bottom: 15px
    }

    .view-profile-page .innerProfile .mb-50 {
        margin-bottom: 20px
    }

    .view-profile-page .innerProfile .educationCalumn:not(:last-child) {
        margin-bottom: 15px
    }

    .view-profile-page .innerProfile .educationCalumn h4 {
        font-size: 16px
    }

    .view-profile-page .innerProfile .educationCalumn h5 {
        font-size: 15px;
        margin: 8px 0
    }

    .view-profile-page .innerProfile .educationCalumn h6 {
        margin: 8px 0
    }
}

@media (max-width: 480px) {
    .view-profile-page .innerProfile .recentWork .tab-content .workListing .img-wrap {
        height: 120px
    }
}

@media (max-width: 479px) {
    .view-profile-page .innerProfile .recentWork .tab-content .workListing .img-wrap {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 991.98px) {
    .openInfoBar {
        overflow: hidden
    }

    .openInfoBar:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11
    }

    .openInfoBar .view-profile-page {
        position: relative
    }

    .openInfoBar .view-profile-page .profileSidebarbtn {
        left: 300px
    }
}

@media (max-width: 991.98px) and (max-width: 380px) {
    .openInfoBar .view-profile-page .profileSidebarbtn {
        left: 280px
    }
}

@media (max-width: 991.98px) {
    .openInfoBar .view-profile-page .innerProfile>.row .colLeft {
        left: 0
    }
}

.user-showcase {
    padding: 0;
    position: relative
}

.user-showcase .action-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    left: 0;
    right: 0
}

.user-showcase .action-btn .btn {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.user-showcase .action-btn .btn .fa-play {
    margin-left: 7px;
    font-size: 30px
}

.user-showcase .action-btn .btn .fa-pause {
    font-size: 25px
}

.user-showcase:hover .action-btn {
    transform: translateY(-50%) scale(1)
}

.user-showcase .fancybox-button {
    height: 70px;
    width: 70px
}

.user-showcase .fancybox-button svg path {
    color: #fff
}

@media (max-width: 1199.98px) {
    .user-showcase .action-btn .btn {
        height: 50px;
        width: 50px
    }

    .user-showcase .action-btn .btn .fa-play {
        margin-left: 4px;
        font-size: 24px
    }

    .user-showcase .action-btn .btn .fa-pause {
        font-size: 19px
    }
}

@media (max-width: 767.98px) {
    .user-showcase .action-btn .btn {
        height: 40px;
        width: 40px
    }

    .user-showcase .action-btn .btn .fa-play {
        font-size: 18px
    }

    .user-showcase .action-btn .btn .fa-pause {
        font-size: 14px
    }

    .user-showcase .fancybox-button {
        height: 50px;
        width: 50px;
        padding: 5px
    }
}

.change_password_page .card {
    -webkit-box-shadow: 0px 6px 15px rgba(26, 205, 104, 0.01);
    box-shadow: 0px 6px 15px rgba(26, 205, 104, 0.01);
    border-radius: 0px;
    border: none
}

.change_password_page .card .card-body {
    padding: 50px 0px
}

.change_password_page .card .card-body .inner-body {
    max-width: 550px;
    margin: 0 auto;
    position: relative
}

.change_password_page .card .card-body .inner-body .show-password {
    position: absolute;
    right: 15px;
    top: 42px;
    color: #FFAC29
}

@media (min-width: 2000px) {
    .change_password_page .card .card-body .inner-body .show-password {
        top: 45px
    }
}

.change_password_page .card .card-body .inner-body .btn-warning {
    min-width: 200px
}

@media (max-width: 1199.98px) {
    .change_password_page .card .card-body {
        padding: 30px 0px
    }

    .change_password_page .card .card-body .inner-body {
        max-width: 400px
    }

    .change_password_page .card .card-body .inner-body .btn-warning {
        min-width: 120px
    }
}

@media (max-width: 767.98px) {
    .change_password_page .card .card-body {
        padding: 15px 15px
    }

    .change_password_page .card .card-body .inner-body {
        max-width: 350px
    }

    .change_password_page .card .card-body .inner-body .btn-warning {
        min-width: auto
    }
}

@media (max-width: 575.98px) {
    .change_password_page .card .card-body .inner-body {
        max-width: 100%
    }
}

.supprot-page .filter_fields form {
    display: flex;
    align-items: center;
    margin: 0 -8px
}

.supprot-page .filter_fields form .form-group {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 8px;
    margin-bottom: 10px
}

.supprot-page .filter_fields form .form-group:last-child {
    max-width: 50%;
    flex: 0 0 50%
}

@media (max-width: 767.98px) {
    .supprot-page .filter_fields form {
        flex-wrap: wrap
    }

    .supprot-page .filter_fields form .form-group {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (max-width: 479px) {
    .supprot-page .filter_fields form .form-group {
        max-width: 100%;
        flex: 0 0 100%
    }

    .supprot-page .filter_fields form .form-group:last-child {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.supprot-page .suppoer-btn {
    position: fixed;
    right: 45px;
    z-index: 1;
    transition: all 0.5s;
    bottom: 20px;
    color: #000
}

.supprot-page .suppoer-btn .btn {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-size: 25px;
    line-height: 25px;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3)
}

.supprot-page .suppoer-btn .btn i {
    margin-right: 5px;
    transform: rotate(-45deg)
}

.supprot-page .suppoer-btn .content {
    text-align: center;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    right: 70px;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    transition: all 0.5s;
    transform: scaleX(0)
}

.supprot-page .suppoer-btn.open .content {
    transform: scaleX(1)
}

@media (max-width: 767.98px) {
    .supprot-page .suppoer-btn {
        right: 60px
    }
}

.supprot-page .accordion.ethos-accordion {
    padding: 15px 30px
}

.supprot-page .accordion.ethos-accordion .card {
    -webkit-box-shadow: 0, 0, 10px, rgba(0, 0, 0, 0.06);
    box-shadow: 0, 0, 10px, rgba(0, 0, 0, 0.06);
    background-color: #fff;
    margin-bottom: 20px
}

.supprot-page .accordion.ethos-accordion .card .card-header {
    background-color: #fff;
    padding: 0;
    border: 0;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05)
}

.supprot-page .accordion.ethos-accordion .card .card-header button {
    color: #000;
    padding-right: 50px;
    padding: 15px;
    padding-right: 50px;
    border: 0;
    border-radius: 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid transparent;
    white-space: normal;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    font-size: 16px
}

.supprot-page .accordion.ethos-accordion .card .card-header button .indicator {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    right: 15px;
    border: none
}

.supprot-page .accordion.ethos-accordion .card .card-header button .indicator:after,
.supprot-page .accordion.ethos-accordion .card .card-header button .indicator:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #F6C723;
    transition: all 0.5s
}

.supprot-page .accordion.ethos-accordion .card .card-header button .indicator:after {
    width: 100%;
    height: 2px
}

.supprot-page .accordion.ethos-accordion .card .card-header button .indicator:before {
    width: 2px;
    height: 100%;
    top: -6px;
    left: 6px;
    transform: rotate(0deg)
}

.supprot-page .accordion.ethos-accordion .card .card-header button[aria-expanded="true"] .indicator:before {
    transform: rotate(-90deg)
}

.supprot-page .accordion.ethos-accordion .card .card-body {
    padding: 15px
}

.supprot-page .accordion.ethos-accordion .card .card-body .special-points {
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
}

.supprot-page .accordion.ethos-accordion .card .card-body .special-points ul {
    margin-bottom: 0
}

.supprot-page .accordion.ethos-accordion .card .card-body .special-points ul li:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width: 1199.98px) {
    .supprot-page .accordion.ethos-accordion {
        padding: 15px 15px
    }

    .supprot-page .accordion.ethos-accordion .card {
        margin-bottom: 15px
    }

    .supprot-page .accordion.ethos-accordion .card .card-header .btn.btn-link {
        padding: 12px 15px !important;
        padding-right: 40px !important;
        font-size: 14px;
        height: auto;
        line-height: normal
    }

    .supprot-page .accordion.ethos-accordion .card .card-header .btn.btn-link .indicator {
        width: 12px;
        height: 12px;
        right: 15px
    }

    .supprot-page .accordion.ethos-accordion .card .card-header .btn.btn-link .indicator:before {
        left: 5px;
        top: -5px
    }

    .supprot-page .accordion.ethos-accordion .card .card-body {
        padding: 15px
    }

    .supprot-page .accordion.ethos-accordion .card .card-body .special-points ul li {
        padding: 12px 0
    }
}

@media (max-width: 767.98px) {
    .supprot-page .accordion.ethos-accordion .card {
        margin-bottom: 15px
    }

    .supprot-page .accordion.ethos-accordion .card .card-header button {
        padding: 10px 15px !important;
        padding-right: 35px !important;
        font-size: 14px;
        height: auto
    }

    .supprot-page .accordion.ethos-accordion .card .card-header button:before {
        height: 3px;
        width: 30px
    }

    .supprot-page .accordion.ethos-accordion .card .card-header button .indicator {
        width: 10px;
        height: 10px;
        right: 15px
    }

    .supprot-page .accordion.ethos-accordion .card .card-header button .indicator:before {
        left: 4px;
        top: -4px
    }

    .supprot-page .accordion.ethos-accordion .card .card-body .special-points ul li {
        padding: 10px 0
    }
}

.resoureces-page {
    background-color: #fff
}

.resoureces-page .eduvacancyResource .cnt p,
.resoureces-page .eduvacancyResource .cnt div {
    font-size: 20px;
    line-height: 30px;
    color: #020531;
    margin-bottom: 45px
}

.resoureces-page .eduvacancyResource .cnt p:last-child,
.resoureces-page .eduvacancyResource .cnt div:last-child {
    margin-bottom: 0
}

@media (max-width: 1599px) {

    .resoureces-page .eduvacancyResource .cnt p,
    .resoureces-page .eduvacancyResource .cnt div {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .resoureces-page .eduvacancyResource .cnt p,
    .resoureces-page .eduvacancyResource .cnt div {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .resoureces-page .eduvacancyResource .cnt p,
    .resoureces-page .eduvacancyResource .cnt div {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {

    .resoureces-page .eduvacancyResource .cnt p,
    .resoureces-page .eduvacancyResource .cnt div {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px
    }
}

@media (min-width: 1200px) {
    .resoureces-page .videosSection {
        padding-bottom: 60px
    }
}

@media (min-width: 2000px) {
    .resoureces-page .videosSection {
        padding-top: 60px
    }
}

.resoureces-page .videosSection .nav-tabs {
    margin: 20px 0;
    margin-bottom: 40px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    flex-wrap: inherit
}

.resoureces-page .videosSection .videoList .slick-list {
    margin-right: -10px;
    margin-left: -10px
}

.resoureces-page .videosSection .videoList .slick-slide {
    padding-right: 10px;
    padding-left: 10px
}

.resoureces-page .videosSection .videoList .slick-slide:focus {
    outline: 0
}

.resoureces-page .videosSection .videoList .slick-slide img {
    width: 100%;
    object-fit: cover
}

.resoureces-page .videosSection .videoList .arrow {
    position: absolute;
    bottom: 8px;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #000;
    height: 22px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.resoureces-page .videosSection .videoList .arrow:after {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1
}

.resoureces-page .videosSection .videoList .arrow.next {
    left: 120px;
    width: 120px
}

.resoureces-page .videosSection .videoList .arrow.prev {
    left: -120px;
    width: 120px
}

.resoureces-page .videosSection .videoList .arrow:hover {
    color: #4FBD9D
}

.resoureces-page .videosSection .videoList .arrow:hover:after {
    transform: scale(1)
}

.resoureces-page .videosSection .videoList .arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.7
}

.resoureces-page .videosSection .video-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.resoureces-page .videosSection .video-box:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.resoureces-page .videosSection .video-box:hover .play-btn {
    opacity: 1
}

.resoureces-page .videosSection .video-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.resoureces-page .videosSection .video-box i {
    margin-left: 6px
}

.resoureces-page .videosSection .video-box p {
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    width: 100%;
    padding: 0px 40px 6px;
    bottom: 15px;
    text-align: left;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff
}

@media (min-width: 2000px) {
    .resoureces-page .videosSection .video-box p {
        font-size: 20px
    }
}

@media (max-width: 1440px) {
    .resoureces-page .videosSection .nav-tabs {
        margin-bottom: 30px
    }

    .resoureces-page .videosSection .video-box .play-btn {
        height: 40px;
        width: 40px;
        font-size: 20px
    }

    .resoureces-page .videosSection .video-box i {
        margin-left: 5px
    }
}

@media (max-width: 1199.98px) {
    .resoureces-page .videosSection .nav-tabs {
        margin-bottom: 20px
    }

    .resoureces-page .videosSection .video-box {
        margin-bottom: 15px;
        max-height: 260px
    }

    .resoureces-page .videosSection .video-box i {
        margin-left: 3px
    }

    .resoureces-page .videosSection .video-box p {
        font-size: 14px;
        line-height: 18px;
        bottom: 10px
    }

    .resoureces-page .videosSection .videoList .arrow {
        bottom: 0
    }

    .resoureces-page .videosSection .videoList .slick-slide {
        padding-bottom: 30px
    }

    .resoureces-page .videosSection .tab-content .row {
        margin: 0 -8px
    }

    .resoureces-page .videosSection .tab-content .row [class^="col-"] {
        padding: 0 8px
    }
}

@media (max-width: 767.98px) {
    .resoureces-page .videosSection {
        padding: 20px 0
    }

    .resoureces-page .videosSection .nav-tabs {
        margin-top: 0
    }

    .resoureces-page .videosSection .videoList .arrow {
        bottom: 0
    }

    .resoureces-page .videosSection .videoList .arrow.next {
        left: 100px;
        width: 100px
    }

    .resoureces-page .videosSection .videoList .arrow.prev {
        left: -100px;
        width: 100px
    }
}

@media (max-width: 420px) {
    .resoureces-page .videosSection .tab-content .row [class^="col-"] {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.modal-dialog .modal-content .modal-header .modal-title {
    color: #000
}

.company-profile-page .profileSidebarbtn {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #F6C723;
    border-radius: 0 3px 3px 0;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 6px;
    z-index: 13;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.company-profile-page .profileSidebarbtn img {
    width: 30px
}

.company-profile-page .innerCompanyProfile {
    padding: 40px 0
}

.company-profile-page .innerCompanyProfile>.row {
    margin: 0 -10px
}

.company-profile-page .innerCompanyProfile>.row .col {
    padding: 0 10px
}

.company-profile-page .innerCompanyProfile>.row .colLeft {
    max-width: 342px;
    flex: 0 0 342px
}

.company-profile-page .innerCompanyProfile>.row .colRight {
    max-width: calc(100% - 342px);
    flex: 0 0 calc(100% - 342px)
}

.company-profile-page .innerCompanyProfile .commonBox {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06)
}

.company-profile-page .innerCompanyProfile .commonBox .heading20 {
    margin-bottom: 25px
}

.company-profile-page .innerCompanyProfile .commonBox p {
    color: #65687A;
    line-height: 24px
}

.company-profile-page .innerCompanyProfile .commonBox .paraText span,
.company-profile-page .innerCompanyProfile .commonBox .paraText b {
    color: #65687A !important;
    line-height: 24px !important;
    font-size: 16px !important;
    font-weight: normal !important
}

.company-profile-page .innerCompanyProfile .employeeStr h2 {
    font-size: 40px;
    color: #4FBD9D;
    margin-top: 30px
}

.company-profile-page .innerCompanyProfile .userInfo {
    padding: 30px 30px 50px
}

.company-profile-page .innerCompanyProfile .userInfo__imgWrap {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06)
}

.company-profile-page .innerCompanyProfile .userInfo__imgWrap img {
    width: 100%;
    height: 100%
}

.company-profile-page .innerCompanyProfile .userInfo__imgWrap .online-status {
    right: 24px
}

.company-profile-page .innerCompanyProfile .userInfo__name {
    font-size: 24px;
    margin-top: 12px
}

.company-profile-page .innerCompanyProfile .userInfo__type {
    font-size: 16px;
    color: #4FBD9D
}

.company-profile-page .innerCompanyProfile .otherInfo ul li {
    font-size: 16px
}

.company-profile-page .innerCompanyProfile .otherInfo ul li label {
    margin-bottom: 6px
}

.company-profile-page .innerCompanyProfile .otherInfo ul li span {
    color: #65687A;
    display: block
}

.company-profile-page .innerCompanyProfile .otherInfo ul li span a {
    color: #65687A
}

.company-profile-page .innerCompanyProfile .otherInfo ul li span a:hover {
    color: #43ABFF
}

.company-profile-page .innerCompanyProfile .otherInfo ul li:not(:last-child) {
    margin-bottom: 25px
}

.company-profile-page .innerCompanyProfile .videoResume__videoBox {
    position: relative;
    text-align: center
}

.company-profile-page .innerCompanyProfile .videoResume__videoBox>img {
    max-height: 420px;
    margin: 0 auto;
    width: 100%;
    object-fit: cover
}

.company-profile-page .innerCompanyProfile .videoResume__videoBox:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

.company-profile-page .innerCompanyProfile .videoResume__videoBox:hover .playBtn img {
    transform: scale(1)
}

.company-profile-page .innerCompanyProfile .videoResume .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.company-profile-page .innerCompanyProfile .videoResume .playBtn img {
    width: 52px;
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.company-profile-page .innerCompanyProfile .companyInfo__imgWrap {
    max-width: 170px;
    min-width: 170px;
    height: 170px;
    background-color: #F2F7FD;
    padding: 12px;
    border-radius: 5px
}

.company-profile-page .innerCompanyProfile .companyInfo__info {
    margin-left: 20px
}

.company-profile-page .innerCompanyProfile .companyInfo__info h3 {
    font-size: 22px
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist {
    margin: 20px -10px 0;
    display: flex
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist>li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist>li label {
    font-size: 16px
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist>li span {
    font-size: 16px;
    display: block;
    color: #65687A
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist .socialMedia li a {
    height: 35px;
    width: 35px;
    border: 2px solid;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist .socialMedia li a.facebook {
    border-color: #3B579D;
    color: #3B579D
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist .socialMedia li a.facebook:hover {
    background: #3B579D;
    color: #fff
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist .socialMedia li a.twitter {
    border-color: #2CAAE1;
    color: #2CAAE1
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist .socialMedia li a.twitter:hover {
    background: #2CAAE1;
    color: #fff
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist .socialMedia li a.linkedin {
    border-color: #007BB6;
    color: #007BB6
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist .socialMedia li a.linkedin:hover {
    background: #007BB6;
    color: #fff
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist .socialMedia li a.google {
    border-color: #F34A38;
    color: #F34A38
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist .socialMedia li a.google:hover {
    background: #F34A38;
    color: #fff
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist .socialMedia li a.skype {
    border-color: #00AFF0;
    color: #00AFF0
}

.company-profile-page .innerCompanyProfile .companyInfo__info .otherlist .socialMedia li a.skype:hover {
    background: #00AFF0;
    color: #fff
}

.company-profile-page .innerCompanyProfile .companyInfo__info .input-group {
    max-width: 500px;
    margin-top: 20px
}

.company-profile-page .innerCompanyProfile .companyInfo__info .input-group .btn-success {
    padding: 10px 20px
}

@media (max-width: 1199.98px) {
    .company-profile-page .innerCompanyProfile {
        padding: 25px 0
    }

    .company-profile-page .innerCompanyProfile>.row .colLeft {
        max-width: 310px;
        flex: 0 0 310px
    }

    .company-profile-page .innerCompanyProfile>.row .colRight {
        max-width: calc(100% - 310px);
        flex: 0 0 calc(100% - 310px)
    }

    .company-profile-page .innerCompanyProfile .commonBox {
        padding: 20px
    }

    .company-profile-page .innerCompanyProfile .employeeStr h2 {
        margin-top: 20px
    }

    .company-profile-page .innerCompanyProfile .otherInfo ul li {
        font-size: 14px
    }

    .company-profile-page .innerCompanyProfile .otherInfo ul li:not(:last-child) {
        margin-bottom: 15px
    }

    .company-profile-page .innerCompanyProfile .userInfo__imgWrap {
        height: 120px;
        width: 120px
    }

    .company-profile-page .innerCompanyProfile .userInfo__name {
        font-size: 22px
    }

    .company-profile-page .innerCompanyProfile .userInfo__type {
        font-size: 15px
    }

    .company-profile-page .innerCompanyProfile .companyInfo__imgWrap {
        height: 130px;
        min-width: 130px;
        max-width: 130px;
        padding: 8px
    }

    .company-profile-page .innerCompanyProfile .companyInfo__info h3 {
        font-size: 20px
    }

    .company-profile-page .innerCompanyProfile .companyInfo__info .otherlist {
        margin-top: 12px
    }

    .company-profile-page .innerCompanyProfile .companyInfo__info .otherlist>li {
        max-width: 100%;
        flex: 0 0 100%
    }

    .company-profile-page .innerCompanyProfile .companyInfo__info .otherlist>li label {
        margin-bottom: 4px
    }

    .company-profile-page .innerCompanyProfile .companyInfo__info .otherlist>li:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (max-width: 991.98px) {
    .company-profile-page .innerCompanyProfile>.row .colLeft {
        position: fixed;
        left: -320px;
        max-width: 300px;
        z-index: 12;
        flex: 0 0 300px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        padding: 15px;
        height: 100%;
        overflow-y: auto;
        top: 0;
        background-color: #F2F7FD;
        -webkit-box-shadow: 0, 0, 15px, rgba(0, 0, 0, 0.08);
        box-shadow: 0, 0, 15px, rgba(0, 0, 0, 0.08)
    }

    .company-profile-page .innerCompanyProfile>.row .colRight {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (max-width: 767.98px) {
    .company-profile-page .innerCompanyProfile {
        padding: 20px 0
    }

    .company-profile-page .innerCompanyProfile .commonBox {
        padding: 15px;
        margin-bottom: 15px
    }

    .company-profile-page .innerCompanyProfile .commonBox .heading20 {
        margin-bottom: 15px
    }

    .company-profile-page .innerCompanyProfile .commonBox p {
        font-size: 14px
    }

    .company-profile-page .innerCompanyProfile .employeeStr h2 {
        margin-top: 15px;
        font-size: 30px
    }

    .company-profile-page .innerCompanyProfile .userInfo__name {
        font-size: 18px
    }

    .company-profile-page .innerCompanyProfile .companyInfo__info h3 {
        font-size: 18px
    }

    .company-profile-page .innerCompanyProfile .companyInfo__info .input-group .btn-success {
        padding: 10px 15px
    }
}

@media (max-width: 480px) {
    .company-profile-page .innerCompanyProfile .companyInfo {
        display: block !important
    }

    .company-profile-page .innerCompanyProfile .companyInfo__info {
        margin-top: 15px;
        margin-left: 0
    }
}

.company-profile-page .innerCompanyProfile .joblist .row {
    margin: 0 -10px
}

.company-profile-page .innerCompanyProfile .joblist .row [class^="col-"] {
    padding: 0 10px
}

@media (max-width: 1599px) {
    .company-profile-page .innerCompanyProfile .joblist .row [class^="col-"] {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (max-width: 575.98px) {
    .company-profile-page .innerCompanyProfile .joblist .row [class^="col-"] {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.company-profile-page .innerCompanyProfile .job_box {
    -webkit-box-shadow: 0px 0px 20px rgba(120, 119, 119, 0.06);
    box-shadow: 0px 0px 20px rgba(120, 119, 119, 0.06);
    padding: 2px;
    margin: 40px 0 40px;
    border-radius: 4px
}

.company-profile-page .innerCompanyProfile .job_box .job_body {
    background-color: #fff;
    border-radius: 5px
}

.company-profile-page .innerCompanyProfile .job_box .job_body .time {
    position: absolute;
    font-size: 14px;
    color: rgba(2, 5, 49, 0.5);
    right: 25px;
    top: 25px
}

.company-profile-page .innerCompanyProfile .job_box .job_body .jobDtl {
    padding: 0 25px 20px;
    position: relative
}

.company-profile-page .innerCompanyProfile .job_box .job_body .job_img {
    height: 85px;
    width: 85px;
    margin-top: -40px;
    border-radius: 50%;
    background-color: #F2F7FD;
    border: 2px solid #fff
}

.company-profile-page .innerCompanyProfile .job_box .job_body .job_img img {
    border-radius: 50%
}

.company-profile-page .innerCompanyProfile .job_box .job_body h3 {
    font-size: 22px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    color: #020531;
    line-height: 30px;
    margin-top: 25px
}

.company-profile-page .innerCompanyProfile .job_box .job_body h4 {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    color: rgba(2, 5, 49, 0.6);
    margin: 7px 0 15px
}

.company-profile-page .innerCompanyProfile .job_box .job_body h6 span {
    font-size: 14px;
    color: rgba(2, 5, 49, 0.6);
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.company-profile-page .innerCompanyProfile .job_box .job_body h6 i {
    font-size: 18px;
    color: #43ABFF
}

.company-profile-page .innerCompanyProfile .job_box .job_body .jobType {
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    color: rgba(2, 5, 49, 0.6);
    border: 1px solid #4FBD9D;
    border-radius: 3px;
    padding: 7px 18px;
    text-transform: capitalize;
    display: inline-block
}

.company-profile-page .innerCompanyProfile .job_box .job_body .exText {
    font-size: 16px;
    color: #020531;
    margin: 30px 0 12px
}

.company-profile-page .innerCompanyProfile .job_box .job_body p {
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    color: rgba(68, 81, 90, 0.88);
    margin: 10px 0px 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.company-profile-page .innerCompanyProfile .job_box .job_body .row {
    margin: 0 -5px
}

.company-profile-page .innerCompanyProfile .job_box .job_body .row .col {
    padding: 0 5px
}

.company-profile-page .innerCompanyProfile .job_box .job_body .btn_req {
    margin-top: 25px
}

.company-profile-page .innerCompanyProfile .job_box .btnRow {
    padding: 20px 25px;
    border-top: 1px solid #eee
}

.company-profile-page .innerCompanyProfile .job_box .btnRow .btn {
    padding: 12px 15px
}

.company-profile-page .innerCompanyProfile .job_box .job_footer {
    padding: 16px 20px;
    text-align: center;
    border-top: 1px solid rgba(112, 112, 112, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 4px 4px
}

.company-profile-page .innerCompanyProfile .job_box .job_footer a {
    font-size: 15px;
    color: #F6C723
}

@media (min-width: 2000px) {
    .company-profile-page .innerCompanyProfile .job_box .job_body h3 {
        font-size: 22px
    }

    .company-profile-page .innerCompanyProfile .job_box .job_body h6,
    .company-profile-page .innerCompanyProfile .job_box .job_body span,
    .company-profile-page .innerCompanyProfile .job_box .job_body p {
        font-size: 17px
    }

    .company-profile-page .innerCompanyProfile .job_box .job_footer a {
        font-size: 18px
    }
}

@media (max-width: 1599px) {
    .company-profile-page .innerCompanyProfile .job_box .job_body .jobDtl {
        padding: 0 20px 20px
    }

    .company-profile-page .innerCompanyProfile .job_box .job_body h3 {
        font-size: 17px;
        margin-top: 17px
    }

    .company-profile-page .innerCompanyProfile .job_box .job_body .exText {
        margin-top: 25px
    }

    .company-profile-page .innerCompanyProfile .job_box .btnRow {
        padding: 20px
    }

    .company-profile-page .innerCompanyProfile .job_box .btnRow .btn {
        padding: 10px 15px
    }
}

@media (max-width: 767.98px) {
    .company-profile-page .innerCompanyProfile .job_box {
        margin: 30px 0 20px
    }

    .company-profile-page .innerCompanyProfile .job_box .job_body .jobDtl {
        padding: 0 15px 15px
    }

    .company-profile-page .innerCompanyProfile .job_box .job_body .job_img {
        height: 65px;
        width: 65px;
        margin-top: -30px
    }

    .company-profile-page .innerCompanyProfile .job_box .job_body h3 {
        font-size: 16px;
        margin-top: 12px;
        line-height: 24px
    }

    .company-profile-page .innerCompanyProfile .job_box .job_body .exText {
        font-size: 15px;
        margin-top: 20px
    }

    .company-profile-page .innerCompanyProfile .job_box .job_body .jobType {
        padding: 6px 15px
    }

    .company-profile-page .innerCompanyProfile .job_box .btnRow {
        padding: 15px
    }

    .company-profile-page .innerCompanyProfile .job_box .btnRow .btn {
        padding: 10px 15px
    }
}

@media (max-width: 991.98px) {
    .openInfoBar {
        overflow: hidden
    }

    .openInfoBar:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11
    }

    .openInfoBar .company-profile-page {
        position: relative
    }

    .openInfoBar .company-profile-page .profileSidebarbtn {
        left: 300px
    }
}

@media (max-width: 991.98px) and (max-width: 380px) {
    .openInfoBar .company-profile-page .profileSidebarbtn {
        left: 280px
    }
}

@media (max-width: 991.98px) {
    .openInfoBar .company-profile-page .innerCompanyProfile>.row .colLeft {
        left: 0
    }
}

.feedback-page .common-detail-section .content-box {
    background-color: #fff
}

.feedback-page .common-detail-section .content-box header {
    padding: 20px 30px;
    border-bottom: 1px solid #E4E4E4
}

.feedback-page .common-detail-section .content-box header h2 {
    font-size: 18px
}

.feedback-page .common-detail-section .content-box header h2 i {
    font-size: 21px
}

.feedback-page .common-detail-section .content-box .rating_section {
    padding: 30px
}

.feedback-page .common-detail-section .content-box .rating_section .rating_heading h3 {
    font-size: 22px
}

.feedback-page .common-detail-section .content-box .rating_section .feedback_list {
    padding-left: 0px
}

.feedback-page .common-detail-section .content-box .rating_section .feedback_list .rating_index {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px
}

.feedback-page .common-detail-section .content-box .rating_section .form-group {
    margin-bottom: 8px
}

.feedback-page .common-detail-section .content-box .rating_section .form-group textarea {
    resize: none;
    margin-top: 0px
}

.feedback-page .common-detail-section .content-box .rating_section p {
    font-size: 15px
}

@media (max-width: 1399px) {
    .feedback-page .common-detail-section .content-box header {
        padding: 15px 15px
    }
}

@media (max-width: 1199.98px) {
    .feedback-page .common-detail-section .content-box .rating_section {
        padding: 30px
    }

    .feedback-page .common-detail-section .content-box .rating_section .rating_heading h3 {
        font-size: 19px
    }

    .feedback-page .common-detail-section .content-box .rating_section .footer_section {
        margin-top: 10px
    }
}

@media (max-width: 991.98px) {
    .feedback-page .common-detail-section .content-box .rating_section {
        padding: 20px
    }

    .feedback-page .common-detail-section .content-box .rating_section ul .rating_index .rating_star i {
        font-size: 14px
    }
}

@media (max-width: 767.98px) {
    .feedback-page .common-detail-section .content-box .rating_section {
        padding: 15px
    }

    .feedback-page .common-detail-section .content-box .rating_section i {
        font-size: 15px
    }

    .feedback-page .common-detail-section .content-box .rating_section .rating_heading h3 {
        font-size: 18px
    }

    .feedback-page .common-detail-section .content-box .rating_section .feedback_list .rating_index .rating_heading {
        font-size: 16px
    }

    .feedback-page .common-detail-section .content-box .rating_section .feedback_list .rating_index .rating_star p {
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .feedback-page .common-detail-section .content-box .rating_section {
        padding: 15px
    }

    .feedback-page .common-detail-section .content-box .rating_section .feedback_list .rating_index {
        display: block
    }

    .feedback-page .common-detail-section .content-box .rating_section .feedback_list .rating_index .rating_heading {
        margin-bottom: 8px
    }

    .feedback-page .common-detail-section .content-box .rating_section .feedback_list .rating_index .rating_star p {
        min-width: 12px
    }
}

.view-interview-page .interview-detail-sec {
    background: #fff;
    padding: 20px
}

.view-interview-page .interview-detail-sec .interview-detail-left .top-heading {
    font-size: 20px;
    margin-bottom: 15px
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-video {
    position: relative
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-video .embed-responsive {
    height: 450px
}

@media (min-width: 2000px) {
    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video .embed-responsive {
        height: 750px
    }
}

@media (min-width: 1600px) {
    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video .embed-responsive {
        height: 650px
    }
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-video .embed-responsive video {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-video .action-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    left: 0;
    right: 0;
    display: none
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-video .action-btn .btn {
    height: 100px;
    width: 100px;
    font-size: 36px;
    border-radius: 50%
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-video .action-btn .btn .fa-play {
    margin-left: 10px
}

@media (max-width: 1199.98px) {
    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video .action-btn .btn {
        height: 70px;
        width: 70px;
        font-size: 32px;
        line-height: 7px
    }
}

@media (max-width: 767.98px) {
    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video .action-btn .btn {
        height: 40px;
        width: 40px;
        line-height: inherit;
        font-size: 20px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video .action-btn .btn .fa-play {
        margin-left: 0px;
        margin-top: -5px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video .action-btn .btn.btn-warning {
        line-height: 0;
        padding: 1px 0 0 !important;
        font-size: 18px
    }
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-video .arrowBtn {
    color: #000;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #F6C723;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
    text-align: center;
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 48px
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-video .arrowBtn:hover {
    color: #fff
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-video .arrowBtn.next {
    right: -13px
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-video .arrowBtn.next i {
    margin-right: -4px
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-video .arrowBtn.prev {
    left: -13px
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-video .arrowBtn.prev i {
    margin-left: -4px
}

@media (max-width: 1399px) {
    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video .arrowBtn {
        height: 40px;
        width: 40px;
        font-size: 30px;
        line-height: 38px
    }
}

@media (max-width: 767.98px) {
    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video .arrowBtn {
        height: 30px;
        width: 30px;
        font-size: 20px;
        line-height: 28px
    }
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-content {
    margin-top: 50px
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-content .slider-heading {
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700;
    color: #000;
    margin-bottom: 10px
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-content .copy_btn {
    height: 30px;
    width: 30px;
    padding: 5px 4px;
    text-align: center;
    font-size: 14px;
    border: 2px solid #F6C723;
    color: #000;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500;
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-content .copy_btn.active {
    background-color: #F6C723;
    color: #fff
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-content .interviewText {
    color: #333
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-content p {
    color: #000
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-content .rating i {
    color: #F6C723;
    margin-right: 5px
}

.view-interview-page .interview-detail-sec .interview-detail-left .slider-content .btn {
    padding: 10px 13px
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide {
    min-width: 100%
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:after,
.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 95%;
    background: #E4E4E4;
    left: 0;
    top: 335px;
    z-index: 1;
    display: none
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:after {
    right: 0;
    margin: 0 auto
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:before {
    left: 2.5%
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:before {
    width: 20%;
    background: #F6C723;
    z-index: 2
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:nth-child(2):before {
    width: 40%
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:nth-child(3):before {
    width: 60%
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:nth-child(4):before {
    width: 80%
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:nth-child(5):before {
    width: 95%
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap {
    bottom: auto;
    top: 425px;
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0 15px
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .progress {
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3)
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .progress .progress-bar {
    background-color: #F6C723
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .swiper-pagination {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: -10px
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .swiper-pagination span {
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 1px solid #ffffff;
    background-color: white;
    opacity: 1;
    color: #000;
    position: relative
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .swiper-pagination span:focus {
    outline: -webkit-focus-ring-color auto 0px
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .swiper-pagination span:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 22px;
    width: 22px;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
    transform: translateX(-50%)
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .swiper-pagination span.swiper-pagination-bullet-active:before {
    background-color: #1ACD68;
    color: #fff;
    border-color: #1acd68
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-next,
.view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-prev {
    background-image: none;
    top: 383px;
    color: #fff;
    height: auto;
    right: 20px;
    width: auto;
    outline: none !important;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #F6C723;
    text-align: center;
    line-height: 28px;
    font-size: 20px
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-next:hover,
.view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-prev:hover {
    color: #fff
}

.view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-prev {
    right: 63px;
    left: inherit
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav {
    border: none;
    max-height: 560px
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .mCustomScrollBox {
    width: 100%
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .mCustomScrollBox .mCSB_container {
    padding-right: 5px
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item {
    position: relative;
    padding: 15px 120px 15px 75px;
    margin-bottom: 10px
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .avatar {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    left: 15px;
    top: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .avatar img {
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .nav-item-detail ul li {
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .btn-success {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 6px 10px 7px;
    z-index: 8;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px
}

@media (min-width: 2000px) {
    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .btn-success {
        padding: 9px 10px 6px
    }
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .stretched-link {
    border: 0;
    padding: 0
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .stretched-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    border: 1px solid #E4E4E4
}

.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .stretched-link.active:after,
.view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .stretched-link:hover:after {
    border-color: #F6C723
}

@media (min-width: 1440px) and (max-width: 1680px) {
    .view-interview-page .interview-detail-sec .interview-detail-right .nav {
        max-height: 535px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-content {
        margin-top: 30px
    }
}

@media (max-width: 1366px) {
    .view-interview-page .interview-detail-sec {
        padding: 15px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video:after {
        height: 125px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video .embed-responsive {
        height: 300px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-content {
        margin-top: 20px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-content .status {
        margin-bottom: 10px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:after,
    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:before {
        top: 285px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap {
        bottom: auto;
        top: 276px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-next,
    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-prev {
        top: 333px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav {
        max-height: 530px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item {
        padding: 15px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .avatar {
        position: static;
        height: 45px;
        width: 45px;
        transform: none
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .btn-success {
        top: 35px
    }
}

@media (max-width: 991.98px) {
    .view-interview-page .interview-detail-sec {
        padding: 15px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video .embed-responsive {
        height: 250px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-content {
        margin-top: 15px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap {
        top: 226px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .swiper-pagination {
        padding: 0 50px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item {
        padding: 12px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .nav-item-detail ul {
        line-height: 16px;
        margin-top: 5px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .nav-item-detail ul li {
        font-size: 11px;
        margin-right: 2px
    }
}

@media (max-width: 767.98px) {
    .view-interview-page .interview-detail-sec .interview-detail-left .slider-video .embed-responsive {
        height: 250px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-content .slider-heading {
        font-size: 16px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-content p {
        margin-bottom: 10px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-content .status {
        margin-bottom: 10px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .slider-content .rating {
        margin-bottom: 10px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:after,
    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-wrapper .swiper-slide:before {
        top: 235px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap {
        padding: 0 5px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-pagination-wrap .swiper-pagination {
        padding: 0 15px
    }

    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-next,
    .view-interview-page .interview-detail-sec .interview-detail-left .swiper-button-prev {
        top: 285px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right {
        margin-bottom: 20px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav {
        max-height: 520px
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .nav-item-detail ul {
        line-height: normal
    }

    .view-interview-page .interview-detail-sec .interview-detail-right .nav .nav-item .nav-item-detail ul li {
        font-size: 13px;
        margin-right: 5px
    }
}

.videoCall {
    padding-top: 95px
}

.videoCall .logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #020531;
    padding: 8px 20px;
    width: 100%
}

.videoCall .logo img {
    width: 150px
}

.videoCall .bigVideo {
    height: calc(100vh - 95px);
    width: 100%;
    position: relative;
    margin: 0 auto
}

.videoCall .bigVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.videoCall .userVideo {
    width: 300px;
    height: 200px;
    position: absolute;
    right: 50px;
    bottom: 40px
}

.videoCall .userVideo video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px
}

.videoCall .btnRow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    margin-bottom: 0
}

.videoCall .btnRow li a {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: #E4E4E4;
    align-items: center;
    display: flex;
    justify-content: center
}

.videoCall .btnRow li a:before {
    font-family: 'icomoon' !important;
    font-size: 25px;
    color: #000
}

.videoCall .btnRow li a.callBtn {
    background-color: #f73132;
    height: 64px;
    width: 64px
}

.videoCall .btnRow li a.callBtn:before {
    content: "\e91e";
    color: #fff;
    font-size: 30px
}

.videoCall .btnRow li a.voice:before {
    content: "\e91d"
}

.videoCall .btnRow li a.voice.active {
    background-color: #43ABFF
}

.videoCall .btnRow li a.voice.active:before {
    content: "\e91c";
    color: #fff
}

.videoCall .btnRow li a.video:before {
    content: "\e920"
}

.videoCall .btnRow li a.video.active {
    background-color: #43ABFF
}

.videoCall .btnRow li a.video.active:before {
    content: "\e91f";
    color: #fff
}

.videoCall .btnRow li:not(:last-child) {
    margin-right: 20px
}

.videoCall .overlayScreen {
    position: fixed;
    height: calc(100% - 95px);
    top: 95px;
    width: 100%;
    color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9
}

.videoCall .overlayScreen__inner {
    height: 100%
}

.videoCall .overlayScreen__inner i {
    font-size: 40px
}

.videoCall .overlayScreen__inner h3 {
    font-size: 25px;
    font-family: "AdobeHebrew-Bold";
    margin-top: 25px
}

@media (max-width: 1199.98px) {
    .videoCall {
        padding-top: 84px
    }

    .videoCall .logo img {
        width: 130px
    }

    .videoCall .overlayScreen {
        height: calc(100vh - 84px);
        top: 84px
    }

    .videoCall .overlayScreen__inner i {
        font-size: 35px
    }

    .videoCall .overlayScreen__inner h3 {
        font-size: 22px;
        margin-top: 20px
    }

    .videoCall .bigVideo video {
        height: calc(100vh - 84px)
    }
}

@media (max-width: 991.98px) {
    .videoCall .userVideo {
        width: 200px;
        height: 150px;
        right: 30px;
        bottom: 30px
    }

    .videoCall .btnRow {
        bottom: 30px
    }

    .videoCall .btnRow li a {
        height: 44px;
        width: 44px
    }

    .videoCall .btnRow li a:before {
        font-size: 20px
    }

    .videoCall .btnRow li a.callBtn {
        height: 50px;
        width: 50px
    }

    .videoCall .btnRow li a.callBtn:before {
        font-size: 25px
    }

    .videoCall .btnRow li:not(:last-child) {
        margin-right: 10px
    }
}

@media (max-width: 767.98px) {
    .videoCall {
        padding-top: 63px
    }

    .videoCall .logo {
        padding: 5px 15px
    }

    .videoCall .logo img {
        width: 100px
    }

    .videoCall .overlayScreen {
        height: calc(100vh - 63px);
        top: 63px
    }

    .videoCall .overlayScreen__inner i {
        font-size: 30px
    }

    .videoCall .overlayScreen__inner h3 {
        font-size: 18px;
        margin: 10px 15px 0
    }

    .videoCall .bigVideo video {
        height: calc(100vh - 63px)
    }

    .videoCall .userVideo {
        right: 15px;
        bottom: 55px
    }

    .videoCall .btnRow {
        bottom: 15px
    }

    .videoCall .btnRow li a {
        height: 35px;
        width: 35px
    }

    .videoCall .btnRow li a:before {
        font-size: 17px
    }

    .videoCall .btnRow li a.callBtn {
        height: 40px;
        width: 40px
    }

    .videoCall .btnRow li a.callBtn:before {
        font-size: 20px
    }

    .videoCall .btnRow li:not(:last-child) {
        margin-right: 8px
    }
}

@media (max-width: 575.98px) {
    .videoCall {
        padding-top: 55px
    }

    .videoCall .bigVideo video {
        height: calc(100vh - 55px)
    }
}

.waitingHost {
    padding-top: 90px;
    height: 100vh;
    width: 100%;
    position: relative
}

.waitingHost .textBox {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    max-width: 500px;
    padding: 50px;
    height: 300px;
    text-align: center
}

.waitingHost .textBox h1 {
    font-size: 22px
}

@media (max-width: 1599px) {
    .waitingHost {
        padding-top: 80px
    }
}

@media (max-width: 1199.98px) {
    .waitingHost {
        padding-top: 70px
    }

    .waitingHost .textBox {
        height: 250px
    }
}

@media (max-width: 767.98px) {
    .waitingHost {
        padding-top: 60px
    }

    .waitingHost .textBox {
        margin: 0 15px;
        height: 200px;
        padding: 30px
    }
}

@media (max-width: 575.98px) {
    .waitingHost {
        padding-top: 55px
    }

    .waitingHost .textBox h1 {
        font-size: 18px
    }
}

/*# sourceMappingURL=custom.min.css.map */