@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family:'Poppins', sans-serif; */


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a,
a:hover {
    color: var(--dark-bg);
    text-decoration: none !important;
}

:root {
    --bg-color: #fff !important;
    --dark-bg: #00749A !important;
    --dark-bg-body: #0b1533 !important;
    --site-font-family: "Poppins" !important;
    --dark-Text: #212121;
}

body {
    font-family: 'Poppins', sans-serif;
    background: var(--bg-color);
    /* color:var(--bg-color);*/
    font-family: var(--site-font-family);
    font-weight: 400;
    font-size: 14px;
}


.padd10 {
    padding: 10px 0px;
}

.padd20 {
    padding: 20px 0px;
}

.padd30 {
    padding: 30px 0px;
}

.padd40 {
    padding: 40px 0px;
}

.padd50 {
    padding: 50px 0px;
}

.padd60 {
    padding: 60px 0px;
}

.padd70 {
    padding: 70px 0px;
}

.padd80 {
    padding: 80px 0px;
}

.padd90 {
    padding: 90px 0px;
}

.padd100 {
    padding: 100px 0px;
}

:focus-visible {
    outline: none;
}

@media all and (min-width:992px) {
    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

@media (max-width:991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.header-area {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #1E1E4E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    right: 0px;
    z-index: 100;
    height: 90px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.frm_signup .icon_img img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.frm_signup .icon_img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    flex: 0 0 35px;
    display: inline-block;
    background: #D9D9D9;
    margin-right: 15px;
}

.frm_signup .btn {
    color: #fff;
    line-height: 21px;
    display: flex;
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 0;
}

.nav-item {
    padding: 0 16px;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
    justify-content: end;
}

.frm_search .form-control {
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    color: #828282;
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 14px;
    width: 100%;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.frm_search {
    position: relative;
    margin: 0 20px;
    width: 300px;
    margin-left: 30px;
}

.frm_search i {
    position: absolute;
    right: 10px;
    font-size: 22px;
    top: 8px;
    font-weight: 100;
    color: #828282;
}

.navbar-nav .dropdown-menu {
    padding: 0;
    background: #FFFFFF;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.25);
    width: 300px;
    border: 0;
    border-radius: 0;
}

.navbar-nav .dropdown-menu .dropdown-item {
    text-transform: capitalize;
    color: #000000;
    padding: 15px 55px 15px 35px;
    width: 100%;
    position: relative;
}

.navbar-nav .dropdown-menu .dropdown-item i {
    position: absolute;
    right: 40px;
    font-size: 22px;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #D1F1FB;
    color: #00749A;
    font-weight: 600;
}

.navbar-nav .dropdown-menu .dropdown-item:hover i {
    color: #000;
}

.navbar-nav .dropdown-menu li+li {
    border-top: 1px solid #EBE7E7;
}

.navbar-nav .icon {
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.mg1 {
    background: url(../image/cil_building.png);
}

.mg2 {
    background: url(../image/gridicons_product.png);
}

.mg3 {
    background: url(../image/ant-design_team-outlined.png);
}

.mg4 {
    background: url(../image/fluent-mdl2_work-item.png);
}

.mg5 {
    background: url(../image/icon-park-outline_bill.png);
}

.navbar-nav .dropdown-menu .dropdown-item:hover .mg1 {
    background: url(../image/cil_building_h.png);
}

.navbar-nav .dropdown-menu .dropdown-item:hover .mg2 {
    background: url(../image/gridicons_product_h.png);
}

.navbar-nav .dropdown-menu .dropdown-item:hover .mg3 {
    background: url(../image/ant-design_team-outlined_h.png);
}

.navbar-nav .dropdown-menu .dropdown-item:hover .mg4 {
    background: url(../image/fluent-mdl2_work-item_h.png);
}

.navbar-nav .dropdown-menu .dropdown-item:hover .mg5 {
    background: url(../image/icon-park-outline_bill_h.png);
}

.navbar-nav .dropdown-menu .dropdown-item {
    display: flex;
    gap: 15px;
}

.Home_banner .banner_wrapp .item {
    height: 100vh;
    position: relative;
}

.Home_banner .banner_wrapp .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Home_banner .banner_wrapp .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.Home_banner .banner_wrapp .item .cover .header-content {
    position: relative;
    padding: 56px;
    text-align: right;
    overflow: hidden;
}

.Home_banner .banner_wrapp .item .cover .header-content h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 46px;
    text-transform: capitalize;
}

.Home_banner .banner_wrapp .item .cover .header-content h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    align-items: end;
    text-transform: capitalize;
    color: #fff;
}

.Home_banner .banner_wrapp .item .cover .header-content h1 span {
    color: #FF7E00;
}

.Home_banner .banner_wrapp .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.Home_banner .banner_wrapp .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.Home_banner .banner_wrapp .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.Home_banner .banner_wrapp .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.Home_banner .banner_wrapp .owl-nav .owl-prev:focus {
    outline: 0;
}

.Home_banner .banner_wrapp .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.Home_banner .banner_wrapp .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.Home_banner .banner_wrapp .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.Home_banner .banner_wrapp .owl-nav .owl-next:focus {
    outline: 0;
}

.Home_banner .banner_wrapp .owl-nav .owl-next:hover {
    background: #000 !important;
}

.Home_banner .banner_wrapp:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.Home_banner .banner_wrapp:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.Home_banner .banner_wrapp button.owl-dot span {
    display: block;
    width: 60px;
    animation: none !important;
    height: 5px;
    padding: 0;
    border: none;
    border-radius: 15px;
    background-color: #C9C9C9;
    text-indent: -9999px;
}

.Home_banner .banner_wrapp button.owl-dot.active span {
    opacity: 1;
    background-color: #FF7E00;
}

.Home_banner .banner_wrapp .owl-theme .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

.home_about {
    position: relative;
    padding: 50px 0 0;
}

.home_about:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(3.07deg, #E6F8FE -7.93%, rgba(217, 217, 217, 0) 87.31%);
    width: 100%;
    height: 200px;
    z-index: 0;
}

.img_bx img {
    width: 100%;
}

.img_bx {
    z-index: 1;
    position: relative;
}

.cont_bx {
    z-index: 1;
    position: relative;
}

.heading_title {
    background: linear-gradient(135deg, rgba(0, 0, 142, 0.8) 0%, rgba(1, 114, 128, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 0 10px;
    margin: 0;
    text-fill-color: transparent;
}

.brd_btm {
    position: relative;
    display: inline-block;
}

.brd_btm:after {
    background: #FF7E00;
    opacity: 0.12;
    transform: rotate(-0.49deg);
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 17px;
    width: 100%;
}

.mark_circle {
    position: absolute;
    left: -93px;
    top: 30%;
}

.home_about .cont_bx {
    padding-left: 80px;
}

.mark_circle img {
    transform: rotate(0deg);
    transition: transform 0.7s linear;
    animation: rotate 7s infinite linear;
}

.Home_banner .banner_wrapp .item .cover .header-content h1.heading_banner {
    color: #303030;
    text-align: left;
}

.Home_banner .banner_wrapp .item .cover .header-content h2.sub_heading_banner {
    color: #303030;
    text-align: left;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.cont_bx p {
    font-size: 16px;
    line-height: 24px;
    color: #565656;
    margin-top: 25px;
    margin-bottom: 0;
}

.home_about .row {
    align-items: center;
}

@media (min-width:1199px) and (max-width:1366px) {
    .frm_search {
        width: 100%;
    }
}

.Home_Offer .mark_circle {
    left: initial;
    top: 5%;
    right: -93px;
}

.Home_Offer {
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}

.Home_Offer .cont_bx {
    text-align: center;
    margin-bottom: 60px;
}

.Home_Offer .offer_sect {}

.Home_Offer .offer_sect ul {
    padding: 0;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}

.mark_dot {
    position: absolute;
    top: -124px;
    width: 200px;
}

.mark_dot img {
    width: 100%;
}

.offer_sect {}

.Home_Offer .offer_sect ul li {}

.Home_Offer .offer_sect ul li .card_bx {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 40px 20px 20px;
    height: 100%;
    position: relative;
}

.Home_Offer .offer_sect ul li .card_bx .icon {
    background: #508BC9;
    border-radius: 54px;
    width: 64.52px;
    height: 64.52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.Home_Offer .offer_sect ul li .card_bx .icon img {}

.Home_Offer .offer_sect ul li .card_bx p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #565656;
}

.Home_Offer .offer_sect ul li:first-child .card_bx:after,
.Home_Offer .offer_sect ul li:nth-child(3) .card_bx:after {
    background: #508BC9;
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
}

.Home_Offer .offer_sect ul li:nth-child(2) .card_bx:after,
.Home_Offer .offer_sect ul li:last-child .card_bx:after {
    background: #508BC9;
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    top: 0;
    border-radius: 5px 5px 0px 0px;
}

.plan_card {
    background: #FFFFFF;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    width: 50%;
}

.plan_list {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}

.plan_heading {
    position: relative;
    margin-bottom: 30px;
}

.plan_heading h4 {
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
    line-height: 39px;
}

.plan_heading img {
    width: 100%;
}

.hd_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.plan_cont h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 39px;
    text-transform: capitalize;
    color: #508BC9;
    text-align: center;
}

.plan_cont p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #77808B;
    text-align: center;
    margin: 0;
}

.plan_cont ul {
    padding: 0;
    margin-bottom: 45px;
    margin-top: 30px;
}

.plan_cont ul li {
    font-weight: 400;
    font-size: 14px;
    background: #F2F2F2;
    line-height: 21px;
    text-transform: capitalize;
    color: #77808B;
    display: block;
    padding: 17px 15px;
    position: relative;
    padding-left: 50px;
}

.plan_cont {
    padding: 10px 10px 50px;
}

.plan_cont ul li:nth-child(even) {
    background: #fff;
}

.plan_cont ul li:after {
    position: absolute;
    left: 15px;
    top: 17px;
    font-family: 'FontAwesome';
    color: #378D00;
    content: "\f00c";
    font-size: 18px;
}

.plan_cont button.btn {
    background: #508BC9;
    font-weight: 500;
    font-size: 24px;
    line-height: 39px;
    color: #fff;
    width: 100%;
    display: block;
}

.plan_card:last-child h3 {
    color: #1E1E4E;
}

.plan_card:last-child .btn {
    background: #1E1E4E;
}

.plan_card:last-child {}

.plan_btn {
    padding: 0 30px;
}

.shap_move img {
    transform: rotate(0deg);
    transition: transform 0.7s linear;
    animation: rotate 7s infinite linear;
}

.planSect {
    position: relative;
}

.planSect .row {
    align-items: center;
}

.cont_bx.mt-300 {
    margin-top: 300px;
}

.OurTeam {
    background: linear-gradient(3.07deg, #E6F8FE -7.93%, rgba(217, 217, 217, 0) 87.31%);
    padding: 0px 0 50px;
    display: flex;
    gap: 30px;
}

.OurTeam .list_team {
    display: flex;
    align-items: center;
}

.OurTeam .list_team .card_bx {}

.OurTeam .data_bx h3 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 10px;
    line-height: 32px;
    color: #283646;
}

.OurTeam .detail_team ul {
    padding: 0;
    margin: 0;
}

.OurTeam .detail_team ul li {}

.OurTeam .detail_team ul li+li {
    display: none;
}

.OurTeam .data_bx h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #283646;
}

.OurTeam .data_bx p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #77808B;
}

.OurTeam .card_bx {
    position: relative;
}

.OurTeam .card_bx h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.OurTeam .card_bx:after {
    background: linear-gradient(0deg, #000000 -19.02%, rgba(0, 0, 0, 0) 33.84%);
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
    bottom: 0;
    width: 100%;
}

.name_desp ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.name_desp ul li {
    display: inline-block;
    padding: 0 5px;
}

.name_desp ul li a {
    background: #FF7E00;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
}

.name_desp ul li a:hover {
    background: #1E1E4E;
}

.name_desp h3 {}

.name_desp {
    position: absolute;
    bottom: 25%;
    width: 100%;
    text-align: center;
    z-index: 2;
    opacity: 0;
}

.OurTeam .list_team .card_bx:hover .name_desp {
    opacity: 1;
}

.OurTeam {
    position: relative;
}

.OurTeam .mark_dot {
    top: -124px;
    right: 2px;
}

.faq_sect .accordion {
    border: 0;
}

.faq_sect .accordion-item {
    margin-top: 20px;
    border: 1px solid #B3D9E5;
    border-radius: 8px;
}

.faq_sect .accordion-item:not(:first-of-type) {
    border: 1px solid #B3D9E5;
    border-radius: 8px;
}

.faq_sect .accordion-button {
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    color: #2E2E2E;
    line-height: 27px;
    padding: 20px 30px;
}

.faq_sect .accordion-button:not(.collapsed) {
    background: #4873AA;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
}

.faq_sect .accordion-button:focus {
    box-shadow: none;
}

.faq_sect .mark_circle {
    left: initial;
    top: initial;
    bottom: -45px;
    right: -70px;
}

.faq_sect .mark_dot {
    top: 30px;
}

.faq_sect {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.faq_sect .accordion-body {
    background: #D9ECF2;
    border-radius: 0px 0px 8px 8px;
    padding: 20px 30px;
}

.faq_sect .accordion-button:not(.collapsed)::after {
    background-image: url(../image/ArrowChevron.png);
}

.faq_sect .accordion-button::after {
    background-image: url(../image/ArrowChevron1.png);
}

footer {
    background: linear-gradient(135deg, #00008E 0%, #017280 100%);
    padding-top: 40px;
}

.ft_bx ul li a:hover {
    color: #ff7e00;
}

.ft_bx ul {
    padding: 0;
}

.ft_bx ul li {
    display: block;
}

.ft_bx ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}

.ft_bx p {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
}

.ft_bx ul li {
    margin-bottom: 20px;
}

.ft_logo p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    padding-right: 20%;
    color: #fff;
}

.ft_bx ul lo {}

.social_ft {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.social_ft li {
    padding: 0 10px;
}

.ft_bx .social_ft li a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    font-size: 24px;
    border-radius: 100%;
    justify-content: center;
    color: #00008E;
    background: #fff;
}

.ft_btm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.bx_ft {
    width: 33.333%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    padding: 30px 20px;
}

.bx_ft:nth-child(2) {
    background: rgba(255, 255, 255, 0.2);
}

.ic_bx {
    margin-right: 20px;
}

.cont_ft h3 {
    font-weight: 400;
    font-size: 14.0369px;
    line-height: 21px;
    margin: 0;
    color: #E1E1E1;
}

.bx_ft p {
    font-weight: 400;
    font-size: 14.8626px;
    line-height: 20px;
    margin: 0;
    color: #fff;
}

.copy_ft {
    text-align: center;
    font-size: 14.0369px;
    line-height: 21px;
    color: #E1E1E1;
    padding: 30px 0;
}

.mg-auto {
    margin: 0 auto;
}

.copy_ft a {
    color: #ff7e00;
}

.ft_bx .social_ft li a:hover {
    background: #ff7e00;
    color: #fff;
}

.slider_gall {}


.slider_gall {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slider_gall .card {
    position: relative;
    flex: 1;
    transition: all 1s ease-in-out;
    height: 47vmin;
    border: 0;
    position: relative;
}

.slider_gall .card .card__head {
    padding: 0.5em;
    transform-origin: 0% 0%;
    transition: all 0.5s ease-in-out;
    min-width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: calc(100% - 4em);
    z-index: 2;
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
}

.slider_gall .card:hover {
    flex-grow: 2;
}

.slider_gall .card:hover img {
    filter: grayscale(0);
}

.slider_gall .card:hover .card__head {
    text-align: center;
    color: white;
    top: calc(100% - 58%);
    font-weight: 600;
    text-align: left;
    margin: 0 auto;
    min-width: 260px;
    left: 50%;
    transform: translateX(-50%);
    white-space: normal;
    font-size: 32px;
    width: 116px;
    line-height: 39px;
}

.slider_gall .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}

.slider_gall .card:not(:nth-child(5)) {}

.slider_wrapp {
    display: flex;
}

.slider_wrapp .product_sect {
    width: 25%;
}

.slider_wrapp .owl-carousel {
    width: 75%;
}

.slider_wrapp .product_sect {
    position: relative;
}

.slider_wrapp .product_sect .card:after {
    background: linear-gradient(135deg, rgba(0, 0, 142, 0.89) 0%, rgba(1, 114, 128, 0.89) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
}

.slider_wrapp .product_sect .card .card__head {
    position: absolute;
    font-weight: 600;
    text-align: left;
    top: 50%;
    margin: 0 auto;
    min-width: 188px;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: normal;
    font-size: 32px;
    line-height: 39px;
    z-index: 2;
}

.slider_wrapp .product_sect .card {}

.slider_wrapp .product_sect .card {
    width: 100%;
    padding: 0;
    border: 0;
}

.slider_wrapp .product_sect .card img {
    height: 334px;
}

.slider_gall .card:after {
    background: linear-gradient(0deg, #000000 -14.92%, rgba(0, 0, 0, 0) 49.59%);
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
}

.slider_gall .card:hover:after {
    background: linear-gradient(135deg, rgba(0, 0, 142, 0.89) 0%, rgba(1, 114, 128, 0.89) 100%);
}

.gallery_sect {
    padding: 80px 0 30px;
}

.planSect {
    padding: 60px 0 120px;
}

.OurTeam .card_bx .name_team {
    position: absolute;
    bottom: 5%;
    text-align: center;
    width: 100%;
    z-index: 1;
}


.OurTeam .card_bx .name_team h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.gallery_sect button.owl-dot span {
    display: block;
    width: 60px !important;
    animation: none !important;
    height: 5px !important;
    padding: 0;
    border: none;
    border-radius: 15px;
    background-color: #C9C9C9;
    text-indent: -9999px;
}

.gallery_sect button.owl-dot.active span {
    opacity: 1;
    background-color: #FF7E00 !important;
}

.gallery_sect .owl-theme .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-left: 15px;
    ;
    margin-top: 25px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-top: 7px;
}

.OurTeam .detail_team ul {
    width: 496px;
    text-align: justify;
}

@media (min-width:360px) and (max-width:1440px) {
    .OurTeam .detail_team ul {
        padding-right: 15%;
        width: auto;
    }

    .slider_wrapp .product_sect .card img {
        height: 361px;
    }
}

@media (max-width:991px) {
    div#main_nav {}

    .OurTeam .detail_team ul {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-left: 0;
    }

    .navbar-collapse,
    .navbar-nav .dropdown-menu .dropdown-item {
        background: #fff;
        border-top: 1px solid #EBE7E7;
    }

    .navbar-expand-lg .navbar-nav {
        justify-content: left;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #1e1e4e;
        width: 100%;
        display: block;
        padding: 15px;
    }

    .nav-item {
        width: 100%;
        display: block;
        padding: 0;
    }

    .navbar-nav .dropdown-menu {
        box-shadow: none;
        width: 100%;
    }

    .navbar-nav .dropdown-menu .dropdown-item i {
        transform: rotate(90deg);
    }

    .navbar-nav .dropdown-menu {
        margin: 0;
    }

    .frm_search {
        width: 200px;
        margin: 0;
    }

    .frm_signup .btn {
        width: 100%;
    }

    .frm_signup {
        width: 100%;
    }

    .frm_signup .btn {
        color: #000;
    }

    .planSect .shap_move {
        position: absolute;
        left: -200px;
        margin: 0;
    }

    .detail_team {
        padding: 30px 30px 0;
    }

    .OurTeam {
        display: block;
    }

    .offset-2 {
        margin: 0 auto;
    }

    .ft_logo {
        margin-bottom: 60px;
    }

    .cont_bx.mt-300 {
        margin-top: 60px;
    }

    .Home_Offer .offer_sect ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:768px) {
    .slider_wrapp .product_sect .card .card__head {
        font-size: 18px;
        left: 68%;
    }

    .OurTeam .list_team .card_bx>img {
        width: 100%;
    }
}

@media (max-width:600px) {
    .ft_logo {
        text-align: center;
    }

    .ft_logo p {
        text-align: center;
        margin-top: 30px;
        width: 100%;
        padding: 0;
    }

    .ft_bx ul {
        text-align: center;
    }

    .OurTeam {
        padding-top: 0px;
    }

    .planSect {
        padding: 0;
        padding-bottom: 60px;
    }

    .plan_card:last-child {
        top: 0;
    }

    .plan_card {
        width: 100%;
    }

    .plan_list {
        display: grid;
        margin-top: 30px;
    }

    .faq_sect .accordion-button {
        font-size: 14px;
    }

    .home_about .cont_bx {
        padding: 0;
        margin: 50px 0;
    }

    .ft_btm {
        display: grid;
        width: 100%;
        margin-top: 35px;
    }

    .bx_ft {
        width: 100%;
    }

    .slider_gall .card .card__head {
        font-size: 12px;
    }

    .slider_gall .card:hover .card__head {
        margin: 0 auto;
        min-width: 100%;
        left: 50%;
        transform: translateX(-50%);
        white-space: normal;
        font-size: 18px;
        width: 100%;
    }

}

@media (max-width:460px) {
    .slider_gall {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .slider_wrapp .owl-carousel {
        width: 100%;
    }

    .gallery_sect button.owl-dot span {
        width: 35px !important;
    }

    .slider_wrapp .product_sect {
        display: none;
    }

    .frm_search {
        display: none;
    }

    .Home_banner .banner_wrapp .item .cover .header-content h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .Home_banner .banner_wrapp .item .cover .header-content h2 {
        font-size: 18px;
    }

    .gallery_sect {
        padding: 50px 0;
    }

    .Home_Offer .offer_sect ul,
    .OurTeam .list_team {
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }

    .slider_gall .card .card__head {
        font-size: 12px;
    }

    .slider_gall .card:hover .card__head {
        margin: 0 auto;
        min-width: 100%;
        left: 50px;
        transform: translateX(-50%);
        white-space: normal;
        font-size: 18px;
        width: 100%;
        padding-left: 50px;
    }
}

.agrtrms {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #77808B;
    -webkit-user-select: none;
    user-select: none;
}

.agrtrms input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.iagt input.chki {
    padding-left: 0px;
}

.agrchckmrk {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1.5px solid #378D00;
}

.ftr_n-d .ftr_n-r .iagt {
    color: #77808B;
    font-size: 14px;
}

.agrchckmrk:after {
    content: "";
    position: absolute;
    display: none;
}

.agrtrms .agrchckmrk:after {
    left: 5px;
    top: 0px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.agrtrms input:checked~.agrchckmrk:after {
    display: block;
}

.agrtrms input:checked~.agrchckmrk {
    background-color: #378D00;
    border-color: #378D00;
}

.plan_cont .iagt {
    padding: 17px 15px !important;
}

.plan_cont .iagt:after {
    content: none;
}

.planSect .shap_move {
    position: absolute;
    left: -43px;
    bottom: -51px;
}

.planSect {
    overflow: hidden;
    position: relative;
}

.planSect .plan_list .shap_move {
    margin-top: 0;
    position: absolute;
    right: -50px;
    top: 0;
    left: inherit;
}





/* DS CSS */


.heading {
    width: 100%;
    height: auto;
}

.heading h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    background: linear-gradient(135deg, rgba(0, 0, 142, 0.8) 0%, rgba(1, 114, 128, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.heading h4:before {
    background: #FF7E00;
    opacity: 0.12;
    transform: rotate(-0.49deg);
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 17px;
    width: 100%;
}

.heading h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    background: linear-gradient(135deg, rgba(0, 0, 142, 0.8) 0%, rgba(1, 114, 128, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.heading h2:before {
    background: #FF7E00;
    opacity: 0.12;
    transform: rotate(-0.49deg);
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 17px;
    width: 100%;
}

.heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #565656;
}

.heading p a {
    color: #1B2F82;
}

.modalCSS .modal-content {
    padding: 35px;
}

.modalCSS .modalHead {
    margin-bottom: 35px;
}

.btnP {
    background: #508BC9;
    border-radius: 5px;
    min-width: 150px;
    width: fit-content;
    font-style: normal;
}

.btnP {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    padding: 0px 20px;
}

.btnP {
    font-family: 'Poppins', sans-serif;
    border-color: #508BC9;
}

.btnG {
    background: linear-gradient(135deg, rgba(0, 0, 142, 0.8) 0%, rgba(1, 114, 128, 0.8) 100%);
    border-radius: 5px;
    min-width: 150px;
    width: fit-content;
    font-style: normal;
}

.btnG {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    padding: 0px 20px;
}

.btnG {
    font-family: 'Poppins', sans-serif;
}

.btnO {
    border: 1px solid #346F9D;
    border-radius: 5px;
    width: fit-content;
    min-width: 150px;
    font-style: normal;
    background: transparent;
}

.btnO {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #212121;
    line-height: 50px;
    padding: 0px 20px;
}

.btnO {
    font-family: 'Poppins', sans-serif;
}

.btnDc {
    border: 1px solid #DD2025;
    border-radius: 5px;
    width: fit-content;
    min-width: 150px;
    font-style: normal;
    background: transparent;
}

.btnDc {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #DD2025;
    line-height: 50px;
    padding: 0px 20px;
}

.btnDc {
    font-family: 'Poppins', sans-serif;
}

.btnDc:hover {
    background: #DD2025;
    color: #fff;
    border: 1px solid #DD2025;
}

.btnD {
    border: 1px solid transparent;
    border-radius: 5px;
    width: fit-content;
    min-width: 150px;
    font-style: normal;
    background: transparent;
}

.btnD {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FF0000;
    line-height: 50px;
    padding: 0px 20px;
}

.btnD {
    font-family: 'Poppins', sans-serif;
}

.btnR {
    background: linear-gradient(95.17deg, #2CA019 2.39%, #167D06 108.75%);
    border-radius: 5px;
    min-width: 150px;
    width: fit-content;
    font-style: normal;
}

.btnR {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: unset;
    color: #fff;
    line-height: 50px;
    padding: 0px 20px;
}

.btnR {
    font-family: 'Poppins', sans-serif;
    border: 0px;
}

.btnGr {
    background: #3F3F3F;
    border-radius: 5px;
    min-width: 150px;
    width: fit-content;
    font-style: normal;
}

.btnGr {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: unset;
    color: #fff;
    line-height: 50px;
    padding: 0px 20px;
}

.btnGr {
    font-family: 'Poppins', sans-serif;
    border: 0px;
}

.btnB {
    background: #508BC9;
    border-radius: 5px;
    min-width: 150px;
    width: fit-content;
    font-style: normal;
}

.btnB {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: unset;
    color: #fff;
    line-height: 50px;
    padding: 0px 20px;
}

.btnB {
    font-family: 'Poppins', sans-serif;
    border: 0px;
}


.lgnForm .form-group label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 2px;
}

.lgnForm .form-group input {
    background: #fff;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    line-height: 45px;
    padding: 0px 15px;
    font-size: 15px;
    width: 100%;
}

.lgnForm .form-group select {
    background: #fff;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    line-height: 45px;
    height: 45px;
    padding: 0px 15px;
    font-size: 15px;
    width: 100%;
}

.smallText {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #828282;
}

.smallText a {
    font-style: italic;
    font-weight: 500;
    color: #333BA4;
}

.closeModal {
    position: absolute;
    top: -28px;
    right: -28px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    border: 0px;
    background: transparent;
}

.otpField {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.enterOTP {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
}

.enterOTP input {
    width: 45px !important;
    height: 45px !important;
    text-align: center !important;
    padding: 0px;
}

.resendOTP {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
}

.resendOTP a {
    color: #333BA4;
}

.form-group {
    position: relative;
}

span.inputIcons {
    position: absolute;
    bottom: 0;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
}

span.inputIcons:after {
    position: absolute;
    background: url(../images/icons/rightBorder.svg) no-repeat center center;
    content: "";
    right: 0;
}

span.inputIcons:after {
    height: 100%;
    width: 2px;
    top: 0px;
}

.grpIcon input {
    padding-left: 55px !important;
}

.typeItem {
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}

.typeItem h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #676767;
    margin-top: 20px;
}

.typeImg {
    width: 100%;
    height: auto;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 20px;
    min-height: 160px;
}

.typeImg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.typeImg img {
    display: block;
    height: 110px;
    width: auto;
}

.typeItem:hover .typeImg {
    border: 1px solid #222;
}

.typeItem:hover h4 {
    color: #222;
}

#paymentMode .modal-content {
    background: transparent;
    padding: 0px;
}

.payCheckout,
.confirmPay {
    background: #fff;
    height: 100%;
    border-radius: 5px;
    padding: 30px;
    overflow: hidden;
}

ul.previewDet {
    width: 100%;
    height: auto;
    padding: 0px;
}

ul.previewDet li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

ul.previewDet li:last-child {
    margin-bottom: 0px;
}

ul.previewDet li label {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    color: #5C5050;
}

ul.previewDet li span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-transform: capitalize;
    color: #999;
}

.confirmPay .modalBody {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
}


.payStructure #tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.payStructure #tabs-nav {
    padding: 0px;
    margin: 0px;
}

.payStructure #tabs-nav li {
    width: calc(33% - 12px);
    list-style: none;
}

.payStructure #tabs-nav li a {
    background: #D3D3D3;
    height: 80px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.payStructure #tabs-nav li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.005em;
    text-transform: capitalize;
    color: #424242;
}

.payStructure #tabs-nav li.active a {
    background: rgba(168, 188, 37, 0.1);
    color: #222;
}

.chooseYourCard {
    margin-top: 30px;
}

.chooseYourCard h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #000000;
}

.CardOptions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
    padding: 0px;
}

.CardOptions li {
    list-style: none;
    margin-right: 50px;
    cursor: pointer;
}

.CardOptions li label.form-check-label {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.chooseYourCard .CardOptions li input+img {
    margin-left: 10px;
}

.cardDetailsFill .lgnForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.cardDetailsFill .lgnForm .form-group {
    width: calc(60% - 10px);
}

.cardDetailsFill .lgnForm .form-group:nth-child(2n) {
    width: calc(40% - 10px);
}

.cardDetailsFill .lgnForm .buttons {
    margin: 0 auto;
}

.cardDetailsFill .lgnForm .buttons button {
    width: 170px;
}

.contentBody {
    padding: 150px 0px 60px;
}

.catPge {
    background: #FFFFFF;
    box-shadow: 0px 0px 21px 4px rgba(162, 162, 162, 0.25);
    border-radius: 5px;
    overflow: hidden;
}

.catPge .accordion-item {
    border: 0px;
    margin-bottom: 3px;
}

.catPge .accordion-item:last-child {
    border: 0px;
    margin-bottom: 0px;
}

.catPge .accordion-header .accordion-button {
    background: #D9EBFF;
    height: 45px;
    padding: 10px 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3E435D;
}

.catPge .accordion-header .accordion-button span {
    margin-right: 10px;
}

.catPge .accordion-header .accordion-button:after {
    content: none;
}

.catPge .accordion-item>div.accordion-collapse>.accordion-body {
    padding: 0px;
}

.catPge .accordion-item>div.accordion-collapse>.accordion-body .accordion-header .accordion-button {
    background: #F8F8F8;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #3E435D;
    padding: 15px 65px;
    height: auto;
}

.catPge .accordion-item>div.accordion-collapse>.accordion-body .innerBody .form-check {
    border-bottom: 1px solid #F8F8F8;
    background: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 45px;
    color: #3E435D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px 0px 90px;
    list-style: inside;
}

#accordionLast .accordion-item {
    border-bottom: 0px solid #F8F8F8;
}

#accordionLast .accordion-header .accordion-button {
    padding: 0px;
}

#accordionLast .accordion-header .accordion-button .form-check {
    padding: 0px 60px 0px 10%;
    width: 100%;
    border-bottom: 1px solid #F8F8F8;
}

#accordionLasts .accordion-item {
    border-bottom: 0px solid #F8F8F8;
}

#accordionLasts .accordion-header .accordion-button {
    padding: 0px;
}

#accordionLasts .accordion-header .accordion-button .form-check {
    padding: 0px 60px 0px 10%;
    width: 100%;
    border-bottom: 1px solid #F8F8F8;
}

.levels .form-check {
    display: flex;
    justify-content: flex-start !important;
    align-items: center !important;
}

.levels .form-check label {
    line-height: normal !important;
}

.levels {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    margin: 0px 0px;
    padding: 15px 0px 10px 15%;
    gap: 50px;
}

.levels .form-check {
    padding: 0px !important;
}

.levels .form-check input {
    position: relative;
    margin-right: 10px;
    top: -3px;
}

.frm_signup {
    position: relative;
}

.frm_signup:hover .postLogin {
    display: block;
}

.postLogin {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    display: none;
}

.postLogin ul {
    padding: 0px;
    margin: 0px;
    border: 1px solid #E2E2E2;
}

.postLogin ul li {
    list-style: none;
}

.postLogin ul li a {
    line-height: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.postLogin ul li a {
    gap: 15px;
    background: #FFFFFF;
    border-bottom: 1px solid #E2E2E2;
}

.postLogin ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #212121;
    padding: 0px 20px 0px 23px;
}

.postLogin ul li a img {
    filter: invert(53%) sepia(0%) saturate(45%) hue-rotate(182deg) brightness(96%) contrast(83%);
}

.postLogin ul li a:hover img {
    filter: invert(25%) sepia(92%) saturate(1661%) hue-rotate(171deg) brightness(96%) contrast(101%);
}

.postLogin ul li a:hover {
    color: #00749A;
    font-weight: 600;
    background: #D1F1FB;
}

.createProject2 input::file-selector-button {
    background: #fff;
    border: 0px;
    padding: 0px;
}

.createProject2 input[type="file"] {
    width: 106px;
    padding: 0px 9px;
    margin-right: 10px;
}

.createProject2 input[type="file"]:focus {
    outline: none;
    box-shadow: none;
}

.createProject2 input[type="file"]::-webkit-file-upload-button {
    margin-right: 10px;
}

.addRemoveButtons {
    position: relative;
    top: 12px;
}

.addRemoveButtons a {
    font-size: 22px;
}

.addRemoveButtons a:first-child {
    color: #00AA00 !important;
    margin: 0px 5px;
}

.addRemoveButtons a:nth-child(2) {
    color: #DD2025 !important;
    margin: 0px 5px;
}

.bgColor .form-group .form-control {
    background: #EFF2F2;
    border: 1px solid #C0C0C0;
}

.searchResult {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    padding: 30px 40px;
    width: 100%;
    height: auto;
}

.searchItem {
    width: 100%;
    height: auto;
}

.searchItem h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: rgba(33, 33, 33, 0.8);
}

.searchItem ul {
    padding: 0px;
    margin: 0px;
}

.searchItem ul li {
    list-style: none;
    margin-top: 20px;
}

.searchItem ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.searchItem ul li a img {
    max-width: 37px;
    margin-right: 20px;
}

.eduResources {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    padding: 25px;
    width: 100%;
    height: auto;
}

.resourceItem {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.resourceItem .rImg {
    width: 100%;
    height: auto;
}

.resourceItem .rImg img {
    height: 158px;
    width: auto;
}

.resourceItem h4 {
    margin-top: 20px;
    line-height: 16px;
}

.resourceItem h4 a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #4873AA;
}

.forMore {
    color: #4B83B6;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-decoration-line: underline;
}

.eduBanner {
    width: 100%;
    height: auto;
    position: relative;
}

.eduBanner>img {
    width: 100%;
    height: auto;
}

.eduBanner h2 {
    position: absolute;
    top: 45%;
    left: 0;
    height: auto;
    width: auto;
    text-align: center;
    right: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
}

.eduPage {
    border: 0px;
    padding: 0px;
}

.eduPage .resourceItem .rImg img {
    height: 284px;
    display: block;
    margin: 0 auto;
}

.downloadOpt {
    padding: 20px 0px 0px 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.downloadOpt li {
    list-style: none;
}

.bomName {
    background: rgba(248, 248, 248, 0.75);
    padding: 10px 40px 10px 20px;
}

.bomnme {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.bomnme label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.bomnme input {
    background: #EFF2F2;
    line-height: 50px;
    border: 0px;
    padding: 0px 20px;
    width: calc(100% - 30%);
    color: #000;
}

.addPro {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    background: linear-gradient(135deg, rgba(0, 0, 142, 0.8) 0%, rgba(1, 114, 128, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.greyTable thead tr th {
    background: #404040;
    padding: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    border-left: 1px solid #E4E1E1;
}

.greyTable thead tr th {
    line-height: 21px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0.2px;
    vertical-align: middle;
}

.greyTable thead tr th:first-child {
    border-radius: 8px 0px 0px 0px;
    border-left: 0px solid #E4E1E1;
}

.greyTable thead tr th:last-child {
    border-radius: 0px 8px 0px 0px;
}


.greyTable tbody tr td {
    background: #fff;
    padding: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.greyTable tbody tr td {
    line-height: 21px;
    text-transform: capitalize;
    color: #212121;
    letter-spacing: 0.2px;
    border-left: 1px solid #E4E1E1;
}

.greyTable tbody tr td .form-check {
    padding: 0px;
    margin: 0px;
}

.greyTable tbody tr td ul {
    padding: 0px;
    margin: 0px;
}

.greyTable tbody tr td ul li {
    list-style: none;
}

.greyTable tbody tr td ul li strong {
    color: #1B2F82;
    font-weight: 500;
}

.greyTable tbody tr td:last-child {
    border-right: 1px solid #E4E1E1;
}

.greyTable tbody tr td .delete {
    color: #F50000;
    font-size: 20px;
    cursor: pointer;
}

.greyTable tbody tr td .delete:hover {
    color: #000;
}

.greyTable tbody tr:last-child td:first-child {
    border-radius: 8px 0px 0px 0px;
}

.greyTable tbody tr:last-child td:last-child {
    border-radius: 0px 8px 0px 0px;
}

.prodDesc {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.prodImgS {
    width: calc(40% - 15px);
}

.prodDetS {
    width: calc(60% - 15px);
}

.viewImg {
    width: 100%;
    height: 235px;
    background: #FFFFFF;
    border: 0.618143px solid #E6E8EC;
    border-radius: 4.327px 4.327px 0px 0px;
    display: flex;
}

.viewImg {
    align-items: center;
    justify-content: center;
}

.viewImg img {
    height: 190px;
    width: auto;
}

.relImgs ul {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.relImgs ul li {
    width: calc(25% - 15px);
    list-style: none;
}

.relImgs ul li img {
    height: 60px;
    width: auto;
}

.notfifyAlert {
    background: rgba(82, 5, 123, 0.1);
    border-radius: 4px;
    padding: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #52057B;
}

.prodDetS h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: normal;
    background: linear-gradient(135deg, rgba(0, 0, 142, 0.8) 0%, rgba(1, 114, 128, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.shipTime {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
}

.shipTime {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-transform: capitalize;
    color: #212121;
}

ul.allDet {
    padding: 0px;
    margin: 0px;
}

ul.allDet li {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
}

ul.allDet li label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-transform: capitalize;
    color: #212121;
}

ul.allDet li label {}

ul.allDet li label {
    width: 38%;
}

ul.allDet li span {
    width: 60%;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

ul.allDet li span {
    text-transform: capitalize;
    color: #212121;
}

ul.allDet li span .form-group input {
    width: 100%;
}

ul.allDet li span a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.prodDetS .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.prodDetS .buttons button {
    width: calc(50% - 10px);
}

.prodDetS .buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.blueTable thead tr th .fullHead {
    background: linear-gradient(135deg, rgba(0, 0, 142, 0.89) 0%, rgba(1, 114, 128, 0.89) 100%);
    line-height: auto;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.blueTable thead tr th {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #212121;
    padding: 15px 25px;
    border-left: 1px solid #E6E8EC;
    vertical-align: middle;
}

.blueTable thead tr th:last-child {
    border-right: 1px solid #E6E8EC;
}

.blueTable tbody tr td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #212121;
    padding: 10px 25px;
    border-left: 1px solid #E6E8EC;
    vertical-align: middle;
}

.blueTable tbody tr td:first-child {
    font-weight: 500;
    color: #212121;
}

.blueTable tbody tr td:last-child {
    border-right: 1px solid #E6E8EC;
}

.blueTable thead tr:first-child th:first-child {
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    border: 0px;
}

.blueTable tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0px 8px;
    overflow: hidden;
}

.blueTable tbody tr:last-child td:last-child {
    border-radius: 0px 0px 8px 0px;
    overflow: hidden;
}

.amtInStck {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    color: #212121;
}

.breadCrum {
    background: #F2EEEE;
    padding: 10px 0px;
}

.breadCrum ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.breadCrum ul li {
    list-style: none;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #828282;
}

.breadCrum ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #828282;
}

.breadCrum ul li a:hover {
    color: #222;
}

.breadCrum ul li:after {
    position: absolute;
    right: -13px;
    content: ">";
    font-size: 15px;
}

.breadCrum ul li:last-child:after {
    content: none;
}

.chooseCat {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0px 0px 21px 4px rgba(162, 162, 162, 0.25);
}

.chooseCat h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #3E435D;
    margin-bottom: 25px;
}

.chooseCat .accordion-item {
    border: 0px;
    margin-bottom: 15px;
}

.chooseCat .accordion-item .accordion-header .accordion-button {
    background: transparent;
    border: 0px;
    box-shadow: none;
}

.chooseCat .accordion-item .accordion-header .accordion-button {
    background: transparent;
    border: 0px;
    box-shadow: none;
    padding: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1B2F82;
}

.chooseCat .accordion-body {
    padding: 10px 0px 10px 32px;
}

.links a {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #3E435D;
    margin-bottom: 10px;
}

.links a:hover {
    text-decoration: underline !important;
}

.chooseCat .accordion-button:not(.collapsed)::before {
    content: "-";
    background: none;
    text-align: center;
    font-size: 30px;
}

.chooseCat .accordion-button::before {
    content: "+";
    background: none;
    text-align: center;
    font-size: 30px;
    margin-right: 15px;
}

.chooseCat .accordion-button::after {
    content: none;
}


.greetings {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.greetings h4 {
    line-height: 52px;
}

.greetingItems {
    width: 100%;
    height: auto;
}

.greeItem {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.gImg,
.gImg img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100px;
}

.gDet {
    width: calc(100% - 80px);
}

.gDet h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #565656;
    margin: 0px 0px 10px 0px;
}

.gDet h4 span {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #ADA7A7;
    margin-left: 15px;
}

.gDet p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 180%;
    color: #000;
}

.gDet .buttons button {
    line-height: 35px;
    padding: 0px 10px;
    min-width: auto;
    font-size: 13px;
    font-weight: 500;
}

.gDet .buttons button {
    color: #508BC9;
    border: 1px solid #508BC9;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.gDet .buttons button:hover {
    color: #fff;
    background: #508BC9;
}

.gDet .buttons button:first-child {
    margin-right: 10px;
}

.gDet .buttons button:nth-child(2) {
    border-color: #D90707;
    color: #D90707;
}

.gDet .buttons button:nth-child(2):hover {
    background: #D90707;
    color: #fff;
}

.gDet .buttons button:nth-child(2):hover img {
    filter: invert(100%) sepia(0%) saturate(7497%) hue-rotate(152deg) brightness(93%) contrast(114%);
}


.articleSide {
    border-top: 5px solid #4B83B6;
    padding-top: 15px;
}

.articleSide h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 180%;
    color: #A2A2A2;
}

.artItems {
    width: 100%;
    height: auto;
}

.artItem {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    border-bottom: 0.5px solid #A1A1A1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.artItem h4 {
    width: calc(100% - 100px);
    line-height: normal;
    margin: 0px;
}

.artItem h4 a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
    color: #212121;
}

.artItem img {
    width: 70px;
    height: 70px;
}

.allProducts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.allProducts .resourceItem {
    width: calc(33% - 11px);
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
}

.allProducts .resourceItem .rImg {
    width: 100%;
    height: 190px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E2E2E2;
}

.allProducts .resourceItem .rImg img {
    height: 150px;
    width: auto;
}

.allProducts .resourceItem h4 {
    margin-top: 20px;
    line-height: 16px;
    padding: 10px 30px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
}

.allProducts .resourceItem h4 a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #4873AA;
}

.allProducts .resourceItem:hover h4 a {
    color: #000;
}

.topFilter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #E2E2E2;
}

.topFilter h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.005em;
    color: #4873AA;
    margin: 0px;
}

.topFilter span a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #6C6C6C;
}

.topFilter span a:hover {
    color: #000;
}

.filterBar {
    border: 1px solid #E2E2E2;
    background: #fff;
    border-radius: 8px;
}

.filterBar .accordion,
.filterBar .accordion .accordion-item {
    border: 0px;
}

.filterBar .accordion .accordion-header .accordion-button {
    background: transparent;
    box-shadow: none;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
}

.filterBar .accordion .accordion-header .accordion-button {
    font-style: normal;
    line-height: 24px;
    text-transform: capitalize;
    color: #212121;
}

.filterBar .accordion .accordion-header .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.filterBar .accordion .accordion-item {
    border-bottom: 1px solid #E2E2E2;
}

.filterBar .accordion .accordion-item:last-child {
    border-bottom: 0px;
}

.filterBar .accordion .accordion-item .accordion-body .form-check label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #212121;
}

.filterBar .accordion .accordion-item .accordion-collapse.show .accordion-body {
    border-top: 1px solid #E2E2E2;
}

.prodDetTable .table tr th {
    white-space: nowrap;
    vertical-align: middle;
}

.prodDetTable .table tr td {
    vertical-align: middle;
}

.prodDetTable .table tr td strong {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 180%;
    color: #212121;
    display: block;
    min-width: 100px;
}

.prodDetTable .table tr td a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 15px;
}

.prodDetTable .table tbody tr td {
    background: rgba(242, 238, 238, 0.74);
}

.prodDetTable .table tbody tr:nth-child(2n) td {
    background: #fff;
}

.vScroller {
    max-height: 210px;
    overflow-y: scroll;
}

.vScroller::-webkit-scrollbar {
    width: 4px;
}

.vScroller::-webkit-scrollbar-track {
    /* box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);*/
}

.vScroller::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    outline: 0px solid slategrey;
}

.currentOrder {
    background: #F8F8F8;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    padding: 25px;
}

.currentOrder h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

.currentOrder p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #828282;
}

.prodShrtDet {
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

.prodShrtDet {
    align-items: center;
    justify-content: space-between;
}

.shrtImg {
    border: 1px solid #E6E8EC;
    border-radius: 8px;
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}

.shrtImg img {
    height: 55px;
    width: auto;
}

.shrtText {
    width: 73%;
}

.shrtText ul {
    padding: 0px;
    margin: 0px;
}

.shrtText ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.shrtText ul li:first-child {
    margin-top: 0px;
}

.shrtText ul li label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}

.shrtText ul li label strong {
    font-weight: 500;
}

.shrtText ul li h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #212121;
    margin: 0px;
}

.subTotal {
    margin-top: 25px;
}

.subRow h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #212121;
}

.subRow h5 small {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
}

.subRow label {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #212121;
}

.subTotal ul {
    margin-top: 20px;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 20px 0px;
}

.subTotal ul li {
    list-style: none;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.subTotal ul li:first-child {
    margin-top: 0px;
}

.subTotal ul li label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #828282;
    width: 40%;
}

.subTotal ul li span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #212121;
    width: 40%;
    text-align: right;
}



.addProject .amtInStck {
    font-size: 16px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    font-weight: 500;
    border-bottom: 1px solid #2FDA81;
}

.pymtSide .currentOrder {
    background: transparent;
    border: 0px;
    padding: 0px;
}



/* Admin CSS */

.adminWrap {
    width: 100%;
    height: auto;
}

.sidebar {
    background: #1E1E4E;
    width: 285px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.sidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topNav {
    width: 100%;
    height: 75%;
}

.barLogo {
    width: 100%;
    height: auto;
    padding: 20px 20px 40px 20px;
}

.barLogo a {
    display: block;
}

.barLogo a img {
    height: 65px;
    width: auto;
}

.barNav {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.barNav ul {
    padding: 0px;
    margin: 0px;
}

.barNav ul li {
    list-style: none;
}

.barNav ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-height: 60px;
    padding: 18px 20px;
    gap: 20px;
}

.barNav ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #828282;
}

.barNav ul li a span {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.barNav ul li a:hover {
    background: #fff;
    color: #1E1E4E;
}

.barNav ul li a:hover span img {
    filter: invert(10%) sepia(32%) saturate(3792%) hue-rotate(226deg) brightness(91%) contrast(95%);
}

.barNav ul li.active a {
    background: #fff;
    color: #1E1E4E;
}

.barNav ul li.active a span img {
    filter: invert(10%) sepia(32%) saturate(3792%) hue-rotate(226deg) brightness(91%) contrast(95%);
}

.bottomLog {
    width: 100%;
    height: auto;
}

.bottomLog ul {
    padding: 0px;
    margin: 0px;
}

.bottomLog ul li {
    list-style: none;
}

.bottomLog ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-height: 60px;
    padding: 18px 20px;
    gap: 20px;
}

.bottomLog ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #828282;
}

.bottomLog ul li a span {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottomLog ul li a:hover {
    background: #fff;
    color: #1E1E4E;
}

.bottomLog ul li a:hover span img {}


.adminBody {
    width: calc(100% - 285px);
    height: auto;
    margin-left: 285px;
    padding: 35px;
    background: #f7f7f7;
}

.adminHeader {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.welcome h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #3E435D;
    margin-bottom: 5px;
}

.welcome .date {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #ADA7A7;
}

.postUser {
    width: fit-content;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
}

.postUser>.userPic {
    width: 52px;
    height: 52px;
    border-radius: 10px;
}

.postUser>.userPic img {
    width: 52px;
    height: 52px;
    border-radius: 10px;
}

.postUser>.notify {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.postUser>.notify span {
    width: 10px;
    height: 10px;
    background: #DD2025;
    border-radius: 50px;
    position: absolute;
    top: 14px;
    right: 14px;
}

.mobAdminBtn {
    display: none;
}


.card {
    border-radius: 10px;
    border: 0px;
    height: 100%;
}

.fullProfile .card {
    background: #fff url(../images/admin/profileBg.png) no-repeat top center / 100% auto;
}

.fullProfile2 .card {
    background: #fff url(../images/admin/profileBg2.png) no-repeat top center / 100% auto;
}

.vendorProfileBG .card {
    background: #fff url(../images/admin/profileBg3.png) no-repeat top center / 100% auto;
}

.businessProfile .card {
    background: #fff url(../images/admin/profileBg4.png) no-repeat top center / 100% auto;
}

.adminBusinessProfile .card {
    background: #fff url(../images/admin/profileBg5.png) no-repeat top center / 100% auto;
}

.userLg {
    margin-top: 13%;
    width: 140px;
    height: 140px;
    border-radius: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.userLg img {
    width: 140px;
    height: 140px;
    border-radius: 300px;
}

.fullProfile .card h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.fullProfile .card .desgnation {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    opacity: 0.5;
}

.location {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.5;
    color: #000;
}

.abtUser .card h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
}

.abtUser {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.abtUser ul {
    padding: 0px;
    margin: 0px;
}

.abtUser ul li {
    list-style: none;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    color: #828282;
}

.abtUser ul li:hover {
    color: #000;
}

.abtUser ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    color: #828282;
}

.abtUser ul li a:hover {
    color: #000;
}

.abtUser ul li:first-child {
    margin-top: 0px;
}

.pagination ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pagination ul li {
    list-style: none;
}

.pagination ul li a {
    list-style: none;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #1E1E4E;
}

.pagination ul li a:hover {
    color: #fff;
    background: #1E1E4E;
}

.pagination ul li.active a {
    color: #fff;
    background: #1E1E4E;
}

.postTitle .heading h2 {
    margin-bottom: 0px;
}

.searchFilter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.searchFilter label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #565656;
}

.searchHere {
    position: relative;
}

.searchHere span {
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #828282;
}

.adminContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #000;
}

.adminTableView .table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.adminTableView .table thead tr th {
    border: 0px;
    background: #fff;
    padding: 20px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.adminTableView .table thead tr th {
    line-height: 21px;
    color: #565656;
}

.adminTableView tr th {
    vertical-align: middle;
}

.adminTableView tr td {
    vertical-align: middle;
    padding: 15px 20px;
    border-bottom: 1px solid #F4F4F4;
}

.adminTableView tr td img.prodImg {
    height: 40px;
    width: auto;
}

.adminTableView tbody {
    background: #fff;
}

ul.showHide {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-end;
    width: 150px;
}

ul.showHide li {
    list-style: none;
    position: relative;
}

ul.inLinks {
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: -77px;
    width: 160px;
    left: -15px;
    background: url(../images/shareBg.png) no-repeat center / 100% 100%;
    height: 77px;
    padding: 10px 0px;
}

ul.showHide li {
    list-style: none;
    position: relative;
    margin-top: 0px;
}

ul.showHide li:first-child {
    margin-top: 0px;
}

ul.inLinks li a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    text-transform: capitalize;
    color: #000;
    padding: 0px 9px;
}

ul.inLinks li a:hover {
    color: #001A8B;
}

.inLinks {
    display: none;
}

.shareBtn:hover .inLinks {
    display: block;
}

button.tbleBtn {
    background: rgba(85, 216, 2, 0.2);
    border-radius: 35px;
    line-height: 35px;
    padding: 0px 20px;
    border: 0px;
    color: #378D00;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
}

button.tbleBtnProcess {
    background: rgba(173, 0, 255, 0.2);
    color: #690498;
    border-radius: 35px;
    line-height: 35px;
    padding: 0px 20px;
    border: 0px;
    color: #378D00;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
}

.invoiceBlock {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 30px;
}

.invoiceBlock label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    margin-bottom: 5px;
    text-align: center;
    display: block;
}

.invoiceBlock h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #212121;
    text-align: center;
}

.payHead {
    background: #F4F6F8;
    line-height: 60px;
    text-align: center;
    padding: 0px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #212121;
    margin-bottom: 20px;
}

ul.payDet {
    padding: 0px;
    margin: 0px;
}

ul.payDet li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    margin-top: 10px;
}

ul.payDet li:first-child {
    margin-top: 0px;
}

ul.payDet li label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #212121;
    margin: 0px;
}

ul.payDet li span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #565656;
}

.vM {
    vertical-align: middle;
}

.cart .greyTable tbody tr td {
    border-bottom: 1px solid #E4E1E1;
}

.notifyList ul {
    padding: 0px;
    margin: 0px;
}

.notifyList ul li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.notifyList ul li {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    margin-top: 10px;
}

.notifyList ul li:first-child {
    margin-top: 0px;
}

.notifyList ul li:hover {
    background: #f7f7f7;
}

.notifyList ul li span {
    display: block;
    width: 70%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #212121;
}

.notifyList ul li label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #212121;
}

.replyEditor {
    margin-left: 70px;
    margin-right: 50px;
    margin-top: 10px;
    width: calc(100% - 120px);
}

.replyEditor .note-editable {
    height: 350px !important;
}

.projectInfo .form-group label {
    font-size: 13px;
}

.successPage img {
    max-height: 212px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.successPage h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0px;
    margin-top: 40px;
}

.successPage p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #000;
}


.orderLists {
    width: 100%;
    height: auto;
}

.orderLists .orderItem {
    background: #F2F2F2;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.orderLists .orderItem:nth-child(2n) {
    background: #fff;
}

.oLeft {
    width: 35%;
}

.oLeft ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.oLeft ul li {
    list-style: none;
    width: 100%;
}

.oLeft ul li label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #565656;
    margin-right: 10px;
}

.oLeft ul li span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #212121;
}

.oRight {
    width: 25%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.oRight button {
    width: 100%;
}

.amount {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding: 10px 15px;
    width: 100%;
}

.amount label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #565656;
    margin-right: 10px;
}

.amount span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #212121;
}

.oRight button {
    width: 100%;
    line-height: 40px;
    padding: 0px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: #AB5603;
    background: rgba(255, 126, 0, 0.26);
    border: 1px solid rgba(255, 126, 0, 0.26);
}

.trackingSteps {
    width: 55%;
}

.trackingSteps ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.trackingSteps ul li:first-child {
    margin-top: 0px;
}

.trackingSteps ul li span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}

.trackingSteps ul li span {
    text-transform: capitalize;
    color: #828282;
    width: 40%;
}

.trackingSteps ul li div {
    position: relative;
}

.trackingSteps ul li div span {
    width: 14px;
    color: #DEDEDE;
    position: relative;
    z-index: 99999;
    width: 14px;
    height: 14px;
    background: #DEDEDE;
    border-radius: 31px;
    display: block;
}

.trackingSteps ul li div.active span {
    background: #5BD366;
}

.trackingSteps ul li div:before {
    position: absolute;
    content: "";
    border-right: 2px solid #DEDEDE;
    height: 55px;
    bottom: 11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    z-index: 1
}

.trackingSteps ul li div.active {
    color: #5BD366;
}

.trackingSteps ul li div.active:before {
    border-right: 2px solid #5BD366;
}

.trackingSteps ul li:first-child div:before {
    content: none;
}


.trackList {
    width: 70%;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.trackingSteps ul {
    padding: 0px;
    margin: 0px;
}

.proNameImg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 40px;
}


.bottomPagi {
    display: none;
}

.b2blogin .lgnForm .form-group select {
    padding-left: 55px !important
}

.frm_search input {
    padding-right: 35px !important;
}

.frm_search svg {
    position: absolute;
    top: 12px;
    right: 10px;
}

.bsnsProf .form-group input[type="file"] {
    width: 117px;
}


.noBG.heading h2:before {
    content: normal;
}

.drkText {
    color: var(--dark-Text);
}


.fLevels h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    background: linear-gradient(135deg, rgba(0, 0, 142, 0.8) 0%, rgba(1, 114, 128, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color:
        background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 30px;
}

.fLevels {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 0.5px dashed #969A9A;
}

.breadcrum {
    color: #000000;
    opacity: 0.5;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 25px;
}

.downloadTemplate {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    text-align: center;
}

.downloadTemplate>h4 {
    background: #E3E0E0;
    border: 1px solid #F2F2F2;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
    padding: 10px;
}


.uploadTemp {
    background: #FFFFFF;
    border: 1px dashed #D9D9D9;
    margin: 0px 30px 30px 30px;
    padding: 20px;
}

.uploadTemp h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #212121;
    margin-top: 20px;
}

.allImgs {
    width: 100%;
    height: auto;
}

.productsImages h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
}

.allImgs {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.allImgs .proImg {
    background: #FFFFFF;
    border: 1px dashed #D9D9D9;
    text-align: center;
    padding: 10px;
}

.allImgs .prodImg {
    width: 17%;
}

.allImgs .prodImg h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #212121;
    margin-top: 10px;
    text-align: center;
}

.allImgs .proImg img {
    /*height: 84px;
    width: auto;*/
}

.addProductPage .adminTableView table thead tr th {
    background: #212121;
    color: #fff;
}

.allOrdersPage tbody tr:hover td {
    background: #F2F2F2;
}

.catProd {
    padding: 30px;
}

.orderLists {
    max-height: 700px;
    overflow-y: scroll;
}

.prodSmallBrief {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.prodImgId {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prodImgId img {
    max-width: 40px;
    height: auto;
}

.prodImgId>div ul {
    margin: 0px;
    padding: 0px;
}

.prodImgId>div ul li {
    list-style: none;
}

.prodImgId>div ul li label {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #212121;
}

.prodImgId>div ul li span {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #212121;
}

.diaTables {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.dimensionsTable {
    border: 1px solid #E2E2E2;
    width: 100%;
    height: auto;
}

.dimensionsTable ul {
    border-bottom: 1px solid #E2E2E2;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.dimensionsTable ul li {
    list-style: none;
}

.dimensionsTable ul li label {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    color: #000000;
}

.dimensionsTable ul li span {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    color: #000000;
}

.selections {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}

.selections .form-check {
    width: 30%;
}

.selections .form-check label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-transform: capitalize;
    color: #212121;
}


/* Admin Panel  topColorBg*/

.adminBG {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: relative;
}

.adminBG:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background: url(../images/admin/topColorBg.png) no-repeat center / 100% 100%;
    width: 100%;
    height: 100%;
}

.finalLogin {

    width: 33%;
    height: fit-content;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.finalLogin form {

    height: fit-content;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 70px 40px;
}


.finalLogin h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 180%;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 35px;
}

.adLogo {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}


.breadCrum2 ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.tbstable {
    border: 0px;
}

.tbstable li {
    margin: 0px 20px 0px 0px;
    padding: 0px;
}

.tbstable li button {
    padding: 0px;
    border: 0px !important;
    background: transparent;
    border: 0px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #828282;
}

.tbstable li button.active {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline !important;
    color: #565656;
    background: transparent !important;
    border: 0px !important;
}

.tbstable li button:hover {
    border: 0px;
}


.vettingOfList,
.infoBlock {
    background: #FFFFFF;
    border-radius: 5px;
    height: 100%;
}

.vetingitem {
    width: 100%;
    height: auto;
    padding: 20px;
    border-bottom: 1px solid #F4F4F4;
}

.vetingitem:hover {
    background: #F2F2F2;
}

.vetingitem p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #565656;
}

.vetingitem p span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #212121;
    margin-left: 4px;
}

.btnOne {
    background: rgba(255, 126, 0, 0.26);
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #AB5603;
    border: 0px;
    padding: 10px 20px;
    min-width: 100px;
}

.infoItem {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
}

.infoItem h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    background: linear-gradient(135deg, rgba(0, 0, 142, 0.8) 0%, rgba(1, 114, 128, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 15px;
}

.infoItem ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.infoItem ul li {
    list-style: none;
    margin-bottom: 10px;
    width: 50%;
}

.infoItem ul li label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #565656;
    margin-right: 5px;
}

.infoItem ul li span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #212121;
}

.verifiedChannel {
    border-top: 1px dashed #D2D2D2;
    margin-top: 25px;
    padding: 30px 0px;
}

.verifiedChannel input {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #ccc;
    line-height: 45px;
    width: 100%;
}

.pblish {
    background: #FFFFFF;
    border: 1px solid #407BFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    line-height: 33px;
    padding: 0px 15px;
}

.uploaded-product .container>h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    background: linear-gradient(135deg, rgba(0, 0, 142, 0.8) 0%, rgba(1, 114, 128, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
    margin-bottom: 50px;
}

.uploaded-product .blueTable thead tr th .fullHead {
    font-size: 22px;
}

.libraryPanel {
    background: #fff;
    height: 100%;
    border-radius: 5px;
}


.articleName {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.articleName label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    margin-bottom: 5px;
}

.articleName input[readonly] {
    background: #fff;
}

.artImg {
    width: 90%;
    margin: 10px auto;
    background: #FFFFFF;
    border: 1px dashed #D9D9D9;
    padding: 20px;
    text-align: center;
}

.artImg img {
    height: 70px;
    width: auto;
}

.docLists {
    margin: 20px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.docmnt {
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.docmnt input[type="file"] {
    width: 100px;
    overflow: hidden;
}

.docmnt input[type="file"]::file-selector-button {
    width: 100px;
    background: #fff;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    line-height: 40px;
}


.mainTotal {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 25px;
}

.mainTotal h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    line-height: 21px;
    color: #111111;
}


.mainTotal .ttlAmt {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.btmLine {
    width: 100%;
    height: 5px;
    background: #f7f7f7;
    margin-top: 15px;
}

.ttl1 {
    color: #FE5722;
}

.ttl2 {
    color: #00AFA5;
}

.ttl3 {
    color: #794DF6;
}

.ttl4 {
    color: #BC01CD;
}

.ttl5 {
    color: #00AFA5;
}

.ttl6 {
    color: #00AFA5;
}


.ttl1 .btmLine {
    background: linear-gradient(270deg, #FE5722 1.75%, #F89306 100%);
}

.ttl2 .btmLine {
    background: linear-gradient(270deg, #01AFA4 1.75%, #61E755 100%);
}

.ttl3 .btmLine {
    background: linear-gradient(270deg, #784EF6 1.75%, #08C0F8 100%);
}

.ttl4 .btmLine {
    background: linear-gradient(270deg, #8291FB 1.75%, #BC01CD 100%);
}

.ttl5 .btmLine {
    background: linear-gradient(270deg, #071DE9 1.75%, #FFB422 100%);
}

.ttl6 .btmLine {
    background: linear-gradient(90deg, #1A2980 0%, #26D0CE 100%);
}


.userOverview {
    width: 100%;
    height: auto;
    padding: 25px;
}

.cardHead {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardHead h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333333;
}

.colorVendor ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.colorVendor ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    display: flex;
    align-items: center;
    gap: 10px;
}

.colorVendor ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}

.colorVendor ul li span {
    width: 14px;
    height: 14px;
    border-radius: 30px;

}

.colorVendor ul li.a span {
    background: #9C27B0;
}

.colorVendor ul li.b span {
    background: #E3BD9E;
}

.colorVendor ul li.c span {
    background: #0F7FF8;
}


.salsCate {
    width: 100%;
    height: auto;
    padding: 25px;
}

.salsCate h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333333;
}

.totalSales {
    width: 100%;
    text-align: right;
    height: auto;
    margin: 20px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #111111;
    padding-right: 50px;
}

.totalSales span {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #111111;
}


.salesChart {
    width: 100%;
    height: auto;
}


.salesChart img {
    height: 220px;
}

.progresReport {
    width: 100%;
    height: auto;
    padding: 25px;
}


.entries {
    width: 100%;
    height: auto;
    margin: 10px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #7C7C7C;

}

.entries select {
    line-height: 35px;
    height: 35px;
    width: 77px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 10px;
}


.coloredTable .table thead tr th {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 15px 20px 15px 0px;
    color: #666666;
    vertical-align: middle;
}

.coloredTable .table tbody tr td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #555555;
    padding: 15px 20px 15px 0px;
    vertical-align: middle;
}

.high {
    color: #E74C3C;
}

.normal {
    color: #F39C12;
}

.low {
    color: #27AE60;
}

.tblBtn.inProgress {
    height: auto;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    background: #673AB7;
    color: #fff;
    width: auto;
    display: inline-block;
}

.tblBtn.completed {
    height: auto;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    background: #8BC34A;
    color: #fff;
    width: auto;
    display: inline-block;
}

.tblBtn.testing {
    height: auto;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    background: #2196F3;
    color: #fff;
    width: auto;
    display: inline-block;
}

.tblBtn.cancel {
    height: auto;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    background: #FF5722;
    color: #fff;
    width: auto;
    display: inline-block;
}

.tblBtn.wait {
    height: auto;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    background: #F6D433;
    color: #fff;
    width: auto;
    display: inline-block;
}

.userNamLnk {
    color: #438AFE;
}





.priceBlock {
    border: 1px solid #4F8BC9;
    border-radius: 10px;
    width: 35%;
}


.priceBlock h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    padding: 25px;
    text-align: center;
    color: #4F8BC9;
    position: relative;
}

.showPrice {
    width: 100%;
    padding: 25px;
    background: #4F8BC9;
    border-radius: 0px 0px 8px 8px;
    text-align: center;
}

.prse {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.prse small {
    font-size: 16px;
    font-weight: normal;
    opacity: 0.6;
}

.showPrice button {
    background: #fff;
    color: #4F8BC9;
    border: 2px solid #4F8BC9;
    min-width: 100px;
    line-height: 40px;
    padding: 0px 15px;
}

.showPrice button:hover {
    background: #4F8BC9;
    color: #fff;
    border: 2px solid #fff;
}

.packageLists {
    background: #F7F7F9;
    padding: 25px;
    width: 50%;
}

.priceBlock h4:before {
    width: 100%;
    height: 30px;
    content: "";
    background: url(../images/waveImg.png) no-repeat;
    left: 0;
    bottom: -19px;
    z-index: 999;
    position: absolute;
}


.packageLists ul {
    margin: 0;
    padding: 0px;
}



.packageLists ul li {
    list-style: none;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}



.packageLists ul li:first-child {
    margin-top: 0px;
}

.packageLists ul li label {
    width: 80%;
}

.b2bEnterarea {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}