html {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body {
    font-weight: normal;
    font-style: normal;
    font-size: 12.6px;
    line-height: 19px;
    color: #01070A;
    font-family: 'Poppins';
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

main {
    min-height: calc(-304px + 100vh);
    width: 100%;
    margin-bottom: 20px;
}
.dl{
    min-height: calc(-280px + 100vh);
}

h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 21.4846px;
    line-height: 32px;
    color: #045580;
    font-family: 'Poppins';
}

h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 21.4846px;
    line-height: 32px;
    color: #045580;
    font-family: 'Poppins';
}

h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 12.8405px;
    line-height: 19px;
    color: #01060A;
    font-family: 'Poppins';

}

.header-nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
    font-family: 'Poppins';
}

.header-nav .nav-profile {
    color: #012970;
    background: #F9F8FC;
    border: 1px solid #045580;
    border-radius: 50px;
    padding: 4px;
    width: 64px;
    height: 65px;
}

.header-nav .nav-profile img {
    width: 55px;
    height: 56px;
}

.header-nav .nav-profile span {
    margin-top: 13px;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #01070A;
    font-family: 'Poppins';

}

.dropdown-toggle::after {
    display: none;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Poppins';
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
    font-family: 'Poppins';
}

.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .messages .message-item a {
    display: flex;
}

.header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
}

.header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
    font-family: 'Poppins';
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
    font-family: 'Poppins';
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
    font-family: 'Poppins';
}

.header-nav .profile .dropdown-header span {
    font-size: 14px;
    font-family: 'Poppins';
}

.header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
    font-family: 'Poppins';
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
}

.light-color {
    color: #045580;
}

.section-title .link {
    text-decoration: none;
}

.resources-section .icon-file {
    margin-right: 5px;
}


.deception-text {
    font-style: normal;
    font-weight: 500;
    font-size: 12.6px;
    line-height: 19px;
    color: #01070A;
    max-height: 42px;
    word-break: break-word;
}

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }

}


/*.tab-section .wrapper {*/
/*margin: 30px auto;*/
/*width: 80%;*/
/*font-family: sans-serif;*/
/*color: #555;*/
/*font-size: 14px;*/
/*line-height: 24px;*/
/*position: relative;*/
/*}*/

.tab-section .tabs li {
    float: left;
    width: 33%;
}

.tab-section .tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 0;
    /* border-bottom: 2px solid #888; */
    background: #f7f7f7;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #045580;
    font-family: 'Poppins';
    border-radius: 6px;
    margin-right: 8px;
    box-shadow: #04558040 2px 2px 2px 2px;
    position: relative;

}

.tab-section .tabs a:hover, .tabs a.active {
    background: #045580;
    color: #fff;
}

#searchITS {
    padding: 4px 20px;
    border-radius: 0px 5px 5px 0px;
}


.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.tab-section .tabs {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;

}

.tab-section p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;

    color: #01060A;
    max-width: 480px;
    margin: 0 auto;
    font-family: 'Poppins';
}


.box-section p {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #045580;
    /*max-width: 100px;*/
    position: relative;
    margin: 0px;
    font-family: 'Poppins';

}


.box-section td {
    padding: 0px;
}

.table-responsive .table th {
    padding: 0px 0 8px 0;
}

.box-section .table {
    border: transparent;
}


.box-section-2 .table {
    border: transparent;
}

.box-section-2 td {
    padding: 0px 0 0 20px;
    position: relative;
}

.box-section-2 .table th {
    padding: 0px 0 8px 20px;
}

.box-section-2 p {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #045580;
    position: relative;
    margin: 0px;
    font-family: 'Poppins';

}

.box-section {
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    border-radius: 0px;
    padding: 25px 30px 60px;
    width: 100%;
    display: block;
    float: left;
}

.Heading {
    float: left;
    width: 50%;
}

.box-section .title-h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20.0161px;
    line-height: 15px;
    color: #01060A;
    font-family: 'Poppins';
    margin: 0px;
}

.Heading p {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #045580;
    max-width: 100px;
    position: relative;
    margin: 0px;
}

.red {
    color: red !important;
}

.green {
    color: #48AF3F !important;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 0;
}

.button-wrapper .buy-btn {
    background: #045580;
    border-radius: 0px;
    min-width: 224px;
    padding: 13px 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    text-decoration: none;
    position: absolute;
    bottom: -13px;
    border-radius: 50px;
    text-decoration: underline;
}

.title-workshops {
    color: #168F88;
}

.deception-workshops {
    max-width: 560px !important;
}

.box-section-2 {
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    border-radius: 0px;
    padding: 25px 30px 60px;
    width: 100%;
    display: block;
    float: left;
}

.box-section-2 .title-h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20.0161px;
    line-height: 15px;
    color: #01060A;
    font-family: 'Poppins';
}

.button-wrapper .add-btn {
    background: #168F88;
    border-radius: 0px;
    min-width: 224px;
    padding: 13px 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    border-radius: 50px;
    text-decoration: none;
    position: absolute;
    bottom: -13px;
    text-decoration: underline;
}

.deliverables-section {
    background: #E3EBF0;
    border: 1.3px solid #7F9FAF;
    border-radius: 13.4892px;
    padding: 25px 30px;
}

.title-deliverables {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 18px;
    color: #01060A;
    font-family: 'Poppins';
}

.deliverables-section .deception-deliverabl {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #01060A;
    max-width: 396px;
    margin-top: 11px;
    font-family: 'Poppins';
}

.click-deliverabl {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #045580;
    margin-top: 10px !important;
    text-align: center !important;
    display: block;
    text-decoration: none;
    font-family: 'Poppins';
}

.icon-check {
    position: absolute;
    left: -18px;
    top: 8px;
    z-index: 9;
}

.titler-task {
    font-style: normal;
    font-weight: 600;
    font-size: 31.4493px;
    line-height: 47px;
    color: #01060A;
    font-family: 'Poppins';
}

.tasks-section {
    background: #FFFFFF;
    border-radius: 13px;
    width: 100%;
    padding: 20px 30px;
    margin-top: 27px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(31 31 31/var(--tw-border-opacity));
    border-width: 2px;
    position: relative;
}

.tasks-section h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #045580;
    font-family: 'Poppins';
}

.tasks-section p {
    text-align: left;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #000;
    max-width: 225px;
    margin: 0px;
    padding: 0px;
}

.tasks-section th {
    padding: 0px;
    vertical-align: top;
}

.tasks-section td {
    padding: 5px 0 5px;
}

.tasks-section h3 {
    font-size: 11.8405px;
    font-weight: normal;
}

/*#tab3 .tasks-section:nth-child(1) {*/
/*background: #F8EBDD;*/
/*}*/
#tab3 .tasks-section.newform {
    background: #F8EBDD;
}

.ribbon {
    background-size: cover;
    text-transform: uppercase;
    color: white;
    position: absolute;
    right: -10px;
}

.ribbon:nth-child(even) {
    margin-right: 4%;
}

.ribbon3 {
    width: 80.74px;
    height: 35.45px;
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    color: #FFFFFF;
    background: url(../img/ribbon3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.tasks-section .col {
    flex: 0 0 auto;
    width: 50%;
}

.box-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt-50 {
    margin-top: 50px;
}

.table-responsive .table .thead-dark th {
    border-color: #04558026;
    text-align: center;
    font-size: medium;
    background: #eee;
    color: #000;
    border: transparent;
}

.Deliverables-section .table {
    border: transparent;
}

.Deliverables-section .table-responsive .table .tbody-light td {
    border-bottom: solid #cdc8c84a 1px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 20px !important;
}

.Deliverables-section .table th {
    border-color: #04558026;
    text-align: center;
    font-size: medium;
    background: #f9f9f9;
    color: #000;
    border: transparent;
    padding: 10px;

}

.table-responsive .table td {
    text-align: center;
}

.tooltips {
    position: relative;
    display: inline;
}

.tooltips span {
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    color: #FFFFFF;
    background: #000000;
    width: 140px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: transform .3s, opacity .6s, margin-left .2s, margin-top .2s;
    z-index: 9;
    position: absolute;
    top: -70px;
    left: -76px;
    line-height: 16px;
    padding: 12px;
    transform: translate(5px, 0px);
    margin-top: 4px;
}

.tooltips > span img {
    max-width: 140px;
}

.tooltips[tooltip-position="top"] span {
    margin-left: 10px;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}


.tooltips span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}

.tooltips[tooltip-position="top"] span:after {
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid black;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}


.tooltips:hover span {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: alpha(opacity=100);
}

.tooltips[tooltip-position="top"]:hover span {
    bottom: 24px;
    left: 50%;
    margin-left: -68px;
}

.tooltips i {
    font-size: 16px;
    margin-left: 4px;
}


.tooltips[tooltip-type="primary"] > span {
    background-color: #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="top"] > span:after {
    border-top: 8px solid #2980b9;
}


.Deliverables-section {
    text-align: center;
    margin: 0 auto;
    display: flex;
    width: 100%;
}

.wrapper-colam {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-colam a {
    margin: 0 5px;
}

.Deliverables-section .table-responsive .table td {
    background: transparent !important;
    border-bottom: solid #eee 1px;
    padding: 10px;
}

.Deliverables-section .table-responsiv .table-striped > tbody > tr:nth-of-type(odd) {
    background: transparent !important;
    color: inherit;
}

.wrapper-colam .icon-img img {
    width: 40px;
}

.btn-primary {
    color: #fff;
    background-color: #045580;
    border-color: #045580;
}

.text-nowrap {
    white-space: nowrap !important;
}


/*404*/
.error-found {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 20px 0;
    padding: 0 25px;
}

.error-found-div {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    min-height: 250px;
}

#svgWrap_1,
#svgWrap_2 {
    position: absolute;
    height: auto;
    width: 600px;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: hueRotate 6s ease-in-out 3s infinite;
}

#id1_1,
#id2_1,
#id3_1 {
    stroke: #3587C8;
    stroke-width: 3px;
    fill: transparent;
    filter: url(#glow);
}

#id1_2,
#id2_2,
#id3_2 {
    stroke: #ffffff;
    stroke-width: 3px;
    fill: transparent;
    filter: url(#glow);
}

#id3_1 {
    stroke-dasharray: 940px;
    stroke-dashoffset: -940px;
    animation: drawLine3 2.5s ease-in-out 0s forwards, flicker3 4s linear 4s infinite;
}

#id2_1 {
    stroke-dasharray: 735px;
    stroke-dashoffset: -735px;
    animation: drawLine2 2.5s ease-in-out 0.5s forwards, flicker2 4s linear 4.5s infinite;
}

#id1_1 {
    stroke-dasharray: 940px;
    stroke-dashoffset: -940px;
    animation: drawLine1 2.5s ease-in-out 1s forwards, flicker1 4s linear 5s infinite;
}

@keyframes drawLine1 {
    0% {
        stroke-dashoffset: -940px;
    }
    100% {
        stroke-dashoffset: 0px;
    }
}

@keyframes drawLine2 {
    0% {
        stroke-dashoffset: -735px;
    }
    100% {
        stroke-dashoffset: 0px;
    }
}

@keyframes drawLine3 {
    0% {
        stroke-dashoffset: -940px;
    }
    100% {
        stroke-dashoffset: 0px;
    }
}

@keyframes flicker1 {
    0% {
        stroke: #3587C8;
    }
    1% {
        stroke: transparent;
    }
    3% {
        stroke: transparent;
    }
    4% {
        stroke: #AD9FCD;
    }
    6% {
        stroke: #AD9FCD;
    }
    7% {
        stroke: transparent;
    }
    13% {
        stroke: transparent;
    }
    14% {
        stroke: #3587C8;
    }
    100% {
        stroke: #3587C8;
    }
}

@keyframes flicker2 {
    0% {
        stroke: #3587C8;
    }
    50% {
        stroke: #3587C8;
    }
    51% {
        stroke: transparent;
    }
    61% {
        stroke: transparent;
    }
    62% {
        stroke: #3587C8;
    }
    100% {
        stroke: #3587C8;
    }
}

@keyframes flicker3 {
    0% {
        stroke: #3587C8;
    }
    1% {
        stroke: transparent;
    }
    10% {
        stroke: transparent;
    }
    11% {
        stroke: #AD9FCD;
    }
    40% {
        stroke: #AD9FCD;
    }
    41% {
        stroke: transparent;
    }
    45% {
        stroke: transparent;
    }
    46% {
        stroke: #3587C8;
    }
    100% {
        stroke: #3587C8;
    }
}

@keyframes flicker4 {
    0% {
        color: #469ae0;
        text-shadow: 0px 0px 4px #0d66a9;
    }
    30% {
        color: #469ae0;
        text-shadow: 0px 0px 4px #0d66a9;
    }
    31% {
        color: #ffffff;
        text-shadow: 0px 0px 4px #eadcdc;
    }
    32% {
        color: #c0b0e5;
        text-shadow: 0px 0px 4px #AD9FCD;
    }
    36% {
        color: #c0b0e5;
        text-shadow: 0px 0px 4px #AD9FCD;
    }
    37% {
        color: #ffffff;
        text-shadow: 0px 0px 4px #eadcdc;
    }
    41% {
        color: #ffffff;
        text-shadow: 0px 0px 4px #eadcdc;
    }
    42% {
        color: #c0b0e5;
        text-shadow: 0px 0px 4px #AD9FCD;
    }
    85% {
        color: #c0b0e5;
        text-shadow: 0px 0px 4px #AD9FCD;
    }
    86% {
        color: #ffffff;
        text-shadow: 0px 0px 4px #eadcdc;
    }
    95% {
        color: #ffffff;
        text-shadow: 0px 0px 4px #eadcdc;
    }
    96% {
        color: #469ae0;
        text-shadow: 0px 0px 4px #0d66a9;
    }
    100% {
        color: #469ae0;
        text-shadow: 0px 0px 4px #0d66a9;
    }
}

@keyframes fadeInText {
    1% {
        color: #ffffff;
        text-shadow: 0px 0px 4px #eadcdc;
    }
    70% {
        color: #c0b0e5;
        text-shadow: 0px 0px 14px #AD9FCD;
    }
    100% {
        color: #469ae0;
        text-shadow: 0px 0px 4px #0d66a9;
    }
}

@keyframes hueRotate {
    0% {
        filter: hue-rotate(0deg);
    }
    50% {
        filter: hue-rotate(-120deg);
    }
    100% {
        filter: hue-rotate(0deg);
    }
}

.add-btn-errar {
    background: #168F88;
    border-radius: 50px;
    min-width: 224px;
    padding: 13px 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    text-decoration: none;

}

.error-found p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #01060A;
    font-family: 'Poppins';
}

.tooltips i {
    font-size: 16px;
    margin-left: 4px;
    z-index: 9;
    position: relative;
}

.wrapper-col {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 15px;
}

.listing-section .table-responsive .table {
    border: transparent;
}

.listing-section .table-responsive .table th {
    padding: 10px;
    background: #f9f9f9;
    text-align: center;
}

.listing-section .table-responsive .table td {
    border: transparent;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #01060A;
    position: relative;
    margin: 0px;
    font-family: 'Poppins';
    border-bottom: solid #eee 1px;
}

.form_main .form-control {
    margin-bottom: 10px;
}

.flex-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

.small-head {
    display: inline-flex;
}

.small-head h3 {
    font-size: 24px;
    padding-left: 10px;
    padding-top: 10px;
}

.form_main .form-check .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.listing-section .form-check {
    padding-left: 0;
}

.form_main .form-group input {
    display: block;
    width: 100%;
}

.form-group.hms-form input {
    display: none;
}

.file-del {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545;
    padding: 10px;
    border-radius: 5px;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #045580;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #045580;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.mt-33 {
    margin-top: 33px;
}

.errar-header .logo img {
    width: 145px;
}

.listing-box {
    background: rgb(4 85 128 / 28%);
    width: 100%;
    padding: 20px 20px;
    margin-top: 27px;
    border-width: 2px;
    position: relative;
    text-align: center;
    border-radius: 10px;
}

.container-listing {
    padding-bottom: 40px;
}

/* Slick Slider Css Ruls */

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.img-fill img {
    height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
}

/* Slider Theme Style */


.listing-section:after,
.listing-sectionr .Head:after {
    content: "";
    display: block;
    clear: both;
}

.listing-section .Head {
    font: 20px/50px NeoSansR;
    color: #222;
    height: 52px;
    over-flow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.listing-section .Head .Arrows {
    float: right;
}

.listing-section .Head .Slick-Next,
.listing-section .Head .Slick-Prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    background: #2b2b2b;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
    font: 18px/36px FontAwesome;
    text-align: center;
    transition: all 0.5s;
}

.listing-section .Head .Slick-Next:hover,
.listing-section .Head .Slick-Prev:hover {
    background: #33687a;
}

l.isting-section .Head .Slick-Next:before {
    content: "\f105";
}

.listing-section .Head .Slick-Prev:before {
    content: "\f104";
}

.SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 0px;
}

.ProductBlock {
    padding: 0 7.5px;
}

.ProductBlock .img-fill {
    height: auto;
}

.SlickCarousel .slick-slide img {
    display: block;
    max-width: 100%;
    background: #fff;
    width: 100%;
    border: solid #000 1px;
    height: 176px;
}

.listing-box p {
    color: #043a56;
    font-weight: 600;
}


.ProductBlock h3 {
    font: 15px/36px RalewayR;
    color: #393939;
    margin-top: 5px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.listing-box a {
    text-decoration: none;
    color: #100a0a;
    font-size: 16px;
    text-transform: uppercase;
}

.listing-box p {
    font-size: 20px;
}

.listing-box .SlickCarousel .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

.SlickCarousel .slick-prev:before {
    content: '←';
}

.SlickCarousel .slick-next:before {
    content: '→';
}

.SlickCarousel .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #000000;
    padding: 6px;
}

.SlickCarousel .slick-next {
    right: 18px;
}

.SlickCarousel .slick-prev {
    left: 8px;
}

.SlickCarousel .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.d-flex-block {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    line-height: 2.0;
}


.span-color {
    color: #da3439 !important;
}

.radiobuttons {
    display: flex;

}

.radiobuttons .rdio {
    position: relative;
    padding-right: 11px;
}

.radiobuttons .rdio input[type=radio], input[type=checkbox] {
    opacity: 0;
}

.radiobuttons .rdio label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
}

.radiobuttons .rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #045580;
    background: #fff;
}

.radiobuttons .rdio input[type=radio],input[type=checkbox] {
    margin: 0px;
}

.radiobuttons .rdio input[type=radio]:disabled + label, input[type=checkbox]:disabled + label {
    color: #999;
}

.radiobuttons .rdio input[type=radio]:disabled + label:before, input[type=checkbox]:disabled + label:before {
    background-color: #fbc52d;
}

.radiobuttons .rdio input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #fbc52d;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.radiobuttons .rdio-default input[type=radio]:checked + label:before {
    border-color: #045580;
}

.radiobuttons .rdio-primary input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:before {
    border-color: #045580;
}

.radiobuttons .rdio-primary input[type=radio]:checked + label::after, input[type=checkbox]:checked + label::after {
    background-color: #045580;
}

a.hms_form_section {
    text-decoration: none;
}

@font-face {
    font-family: myArabicFont;
    src: url(../../font/AlFatemi14241.ttf);
}

.arabic_font {
    font-family: myArabicFont;
    font-size: 20px;
}

input[type=file].form-control {
    font-size: 12.6px !important;
}

.form-select {
    font-size: inherit !important;
    margin-bottom: 10px;
}

.form-control {
    font-size: inherit !important;
}

/*task-listing css*/


.task-listing-section {
    padding: 10px 10px;
}

.task-listing-block {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.rounded-img img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: solid #04559f 1px;
    padding: 5px;
}

.rounded-img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: left;
    margin: 0px;
    margin-bottom: 20px;
}

.task-section-new {
    text-align: left;
    width: 100%;
}

.title-name {
    font-style: normal;
    font-weight: 600;
    font-size: 21.4846px;
    line-height: 32px;
    color: #045580;
    font-family: 'Poppins';
    margin: 0px;
}

.deception-block label {
    display: block;
    padding: 0;
    font-weight: 500;
    margin-right: 5px;
}

.lable-block p {
    margin-bottom: 0px;
    word-break: break-word;
}

.lable-block {
    display: flex;
    padding: 5px 0;
}


.tab-section .wrapper {
    margin: 0 auto 30px auto;
    width: 80%;
    font-family: sans-serif;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}

.tab-section {
    padding: 0px 10px 0;
    width: 100%;
    float: left;
}

.header-tab {
    width: 100%;
    display: block;
    left: 0;
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
    top: 162px;
    z-index: 1019;
    background-color: #ffff;

}

.sticky-top {
    background: #fff;
    padding-bottom: 12px;
    position: sticky;
    width: 100%;

}

.container-listing .col-12 {
    width: 90%;
}

img.photo-cat {
    max-width: 50px;
}

.alt-notification {
    width: 10px;
    height: 10px;
    position: absolute;
    background: #168F88;
    border-radius: 50px;
    top: 5px;
    right: 6px;
}

/*all responsive css*/

@media only screen and (max-width: 992px) {
    main {
        min-height: 100%;
        width: 100%;
        display: inline-block;
    }

    .dropdown-toggle {
        position: relative;
        top: 4px;
    }

    .tab-section {
        padding: 0 10px;
    }

    .title-h3 {
        margin-bottom: 0px;
    }

    h1 {
        line-height: 1.5;
        margin: 0px;
    }

    .tab-section .wrapper {
        width: 100%;
        margin: 0px 0;
    }

    .resources-section h2 {
        margin-bottom: 20px;
        font-size: 16px;
        margin-top: 10px;
    }

    .tab-section .tabs li {
        width: 33%;
    }

    .tab-section #tab1 .mt-5 {
        margin-top: 20px !important;
        margin-bottom: 0px;
    }

    .tab-section h2 {
        font-size: 18.4846px;
    }

    .tab-section p {
        font-size: 14px;
        line-height: 1.5;
        padding: 5px 0;
    }

    .box-section {
        padding: 15px 10px 49px 10px
    }

    .box-section .title-h3 {
        font-size: 16.0161px;
        margin-bottom: 10px;
    }

    .button-wrapper .buy-btn {
        font-size: 14px;
    }

    .button-wrapper .add-btn {
        font-size: 14px;
    }

    .tab-section .tabs a {
        padding: 14px 0;
        font-size: 13px;
    }

    .title-deliverables {
        font-size: 18px;
    }

    .deliverables-section .deception-deliverabl {
        font-size: 14px;
        line-height: 1.5;
    }

    .deliverables-section {
        margin-top: 18px !important;
        padding: 15px 10px;
    }

    .click-deliverabl {
        font-size: 14px;
    }

    /*.task-section{ margin-top: 18px !important;}*/
    .tasks-section {
        padding: 16px 20px;
        margin-top: 21px;
    }

    .tasks-section h2 {
        font-size: 16px;
    }

    .tasks-section p {
        font-size: 11px;
        line-height: 1.5;
    }

    .tasks-section .col {
        flex: 0 0 auto;
        width: 65%;
    }

    .box-section-2 .title-h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .box-section-2 {
        padding: 15px 10px 49px 10px;
    }

    .icon-check {
        position: absolute;
        left: -18px;
        top: 8px;
    }

    .tab-section .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    header .deception-text {
        margin-bottom: 0px;
    }

    .box-section-wrapper {
        padding: 0px 5px;
        display: block;
        width: 100%;
    }

    .box-section .Heading:nth-child(2) .title-h3 {
        text-align: right !important;
    }

    .box-section .Heading:nth-child(2) p {
        text-align: right !important;
        padding-right: 20px;
    }

    .box-section-2 .Heading:nth-child(2) .title-h3 {
        text-align: right !important;
    }

    .box-section-2 .Heading:nth-child(2) p {
        text-align: right !important;
        padding-right: 8px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .Deliverables-section {
        display: block;
    }

    .Deliverables-section .p-4 {
        padding: 0px !important;
        margin-top: 15px;
    }

    .table-responsive .table .thead-dark th {
        bottom: 0;
    }

    .Deliverables-section .table .tbody-light td {
        font-size: 12px;
    }

    .Deliverables-section .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        width: 100%;
    }

    .wrapper-colam a {
        margin: 0 5px;
        font-size: 12px;
    }

    .small-head h3 {
        font-size: 16px;
        padding-left: 10px;
        padding-top: 10px;
    }

    .mt-33 {
        margin-top: 4px;
    }

    .form-check {
        padding-left: 0;
    }

    .listing-box h2 {
        font-size: 13Px;
        line-height: 1.5;
    }

    .listing-box {
        padding: 10px;
    }

    .task-listing-block {
        padding: 20px;
    }

    .rounded-img {
        width: 80px;
        height: 80px;
        margin: 0px;
        margin-bottom: 5px;
    }

    .rounded-img img {
        width: 80px;
        height: 80px;
    }

    .task-section-new {
        text-align: left;
    }

    .title-name {
        font-size: 13px;
        word-break: break-word;
    }

    .sticky-top {
        padding-bottom: 0px;
        border-bottom: solid #eee 1px;
        min-height: 137px;
    }

    .header-tab {
        position: fixed;
        top: 137px;
        z-index: 1;
        padding: 12px 0;
        border-bottom: solid #eee 1px;
        background: #fff;
    }

    .resources-section-2 {
        padding-top: 2px;
    }

    .resources-section-2 h2 {
        margin-bottom: 4px;
        font-size: 16px;
        margin-top: 4px;
    }

    .tab-section-2 {
        padding: 66px 10px 120px;
    }

    .resources-section-2 .section-title {
        margin-top: 0px;
    }

    .tab-section .tabs {
        margin: 0px 10px;
    }


}

@media only screen and (max-width: 480px) {

    .Deliverables-section .table {
        width: 420px !important;
    }

    .listing-section .table {
        width: 420px !important;
    }

    .listing-section .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        width: 100%;
    }

    .Deliverables-section .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        width: 100%;
    }

    .ProductBlock .img-fill {
        height: auto;
    }

    .SlickCarousel .slick-slide img {
        display: block;
        min-width: 91px;
        max-width: 100%;
        background: #fff;
        height: 93px;
        width: 100%;
        border: solid #000 1px;
    }

    .SlickCarousel .slick-prev:before, .slick-next:before {
        font-size: 11px;
        padding: 4px;
    }

    .SlickCarousel .slick-prev {
        left: 7px;
    }

    .SlickCarousel .slick-next {
        right: 5px;
    }

    .listing-box p {
        font-size: 16px;
    }

    .ind_radio {
        display: block !important;
    }


}


@media only screen and (max-width: 365px) {
    .tasks-section h2 {
        font-size: 12.4846px;
    }

    .ribbon3 {
        width: 63.74px;
        font-size: 11px;
        height: 49.45px;
        background-size: 95%;
        line-height: 36px;
    }

    .box-section .title-h3 {
        font-size: 12.0161px;
        margin-bottom: 10px;
    }

    .tab-section p {
        font-size: 11px;
        line-height: 1.5;
        padding: 5px 0;
    }

    .box-section-2 .title-h3 {
        font-size: 12.0161px;
        margin-bottom: 10px;
    }

    .tab-section .tabs a {
        padding: 12px 0;
        font-size: 11px;
    }


}

.listing-box i {
    border: solid #fff 2px;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    color: #fff;
    line-height: 32px;
}

.italicFont {
    font-style: italic !important;
}

.checked-star {
    color: orange;
}

.fa-star {
    font-size: 20px;
    padding: 5px;
}

.topright {
    position: absolute;
    top: 0px;
    right: 14px;
    font-size: 10px;
}
.range-value-span{
    font-weight: bold;
}
.cursor-pointer {
    cursor: pointer;
}
label.required:after {
    color: #cc0000;
    content: "*";
    font-weight: bold;
    margin-left: 5px;
}
select{
    -webkit-appearance: listbox !important;
}
.task-tab-section .tasks-section table thead tr th:first-child, .task-tab-section .tasks-section table tbody tr td:first-child {
    width: 80%;
}
.bg-theme{
    background-color: #045580;
}
.progress .progress-per {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -3px;
}
