@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "BlenderPro-Medium", sans-serif;
    color: #393939;
    overflow-x: hidden;
    /* background: #f8f9fe; */
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
    font-family: "Montserrat", serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}

.theme1-btn {
    background-color: #008080;
    height: 50px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme1-btn:hover {
    background-color: #026060;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme1-btn span.theme1-txt {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}


/* btn Starts */


/* btn Ends */


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "BlenderPro-Medium";
    src: url(../fonts/BlenderPro-Medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "BlenderPro-Medium";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "BlenderPro-Medium";
    font-size: 28.31px;
    color: #010101;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: "BlenderPro-Medium";
    font-size: 35px;
    color: #000000;
    margin: 0 0 0px;
}

h4 {
    font-family: "BlenderPro-Medium";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "BlenderPro-Medium";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "BlenderPro-Medium";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #999898;
    font-size: 15px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/* Sidebar SEction Start */

section.side_bar {
    position: relative;
    z-index: 1;
    background: #fff;
    gap: 10vh;
    height: 100vh;
}

.side-bar-logo {
    text-align: center;
    padding: 20px 20px;
    background: #fff;
}
div#page-content {
    padding-left: 17%;
}
.dashboard_page-box .col-xl-2.col-lg-3.col-md-4 {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.dashboard_page-box .col-xl-10.col-lg-9.col-md-8 {
    padding: 0;
}

.side-bar-profile {}

.side-bar-profile h6 {
    font-size: 10px;
    color: #ffffff;
    text-transform: capitalize;
}

.side-bar-profile img {
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 140px;
}

.side-bar-profile h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

.side-bar-profile p {
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-family: "BlenderPro-Medium";
    text-transform: uppercase;
}

a {}

li.Logout {
    position: absolute;
    bottom: 30px;
    width: 90%;
    left: 8px;
}

li.Logout a {
    background: #0060ba;
    color: #fff !important;
    border-radius: 5px;
    justify-content: center;
}

ul.slidebar_menu a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 20px 15px;
    width: 100%;
    /* height: 70px; */
    font-weight: 700;
    transition: 0.3s ease-in-out;
    font-family: "BlenderPro-Medium";
}

ul.slidebar_menu a:hover,
ul.slidebar_menu a.active {
    background: #0060ba;
    color: #fff;
    border-radius: 5px;
}

ul.slidebar_menu a img {
    transition: .2s all;
    width: 35px;
    height: 35px;
    object-fit: none;
}

ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    object-fit: none;
}

.side-bar-logout-box a {
    background: #03101e;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 80px;
    letter-spacing: 1px;
}

.side-bar-logout-box a i {
    font-size: 18px;
    font-weight: 600;
}

.dashbord-right-box {
    background: transparent;
    width: 100%;
    height: 100%;
}

.subchild {
    display: none;
    margin-left: 20px;
    position: relative;
}

.slidebar_menu li:hover>.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild a {
    justify-content: center;
}

.slidebar_menu {
    /* position: relative; */
    /* height: 62vh; */
    /* overflow-y: scroll; */
    border-radius: 25px;
}

ul.slidebar_menu a span {
    display: block;
    font-size: 11px;
    color: #7c7c7c;
}

.side-bar-list {
    padding: 0;
    /* height: 70vh; */
    display: block;
    align-content: center;
    margin: 10px;
    margin-top: 0;
    border-radius: 20px;
    /* border: 1px solid #00000021; */
}

li.list-item a {
    border-bottom: 0;
}


/* Sidebar SEction End */

ul.slidebar_menu li:last-child a {
    border: 0;
}

.slidebar_menu::before {}


/*  Header Nav Bar Start */

.search-nav {
    background: #ffffff;
    position: relative;
    height: 116px;
    padding: 0 30px;
    margin-bottom: 0;
    z-index: 99;
    /* border-bottom: 1px solid #e9e9eb; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.search-nav .row {
    width: 100%;
}

.header-search button {
    width: 60px;
    height: 50px !important;
    background: unset;
    border: 0;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    border-radius: 7px;
    color: #00000052;
}

.header-search input {
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 50px;
    height: 50px;
    font-family: 'Montserrat';
    background: transparent;
}

ul.header-profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin-bottom: 0;
    margin-right: 20px;
}

a.mailbox {
    font-size: 18px;
    color: #0060ba;
    position: relative;
    width: 50px;
    border: 1px solid #c0c0c0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    font-weight: 600;
    z-index: 99;
}

a.mailbox span {
    width: 5px;
    height: 5px;
    background: #0060ba;
    padding: 1px;
    position: absolute;
    top: 10px;
    right: 13px;
    border-radius: 10px;
    z-index: 1;
}

.mail-box {
    position: relative;
}

.user-profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    border-left: 1px solid #e7e7e7;
    margin-left: -10px;
    padding-left: 15px;
    align-items: baseline;
}

.user-profile-img {
    border-radius: 65px;
}

.user-profile-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

.user-profile-info h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.search-nav .row {
    align-items: center;
}

.notification-box {
    position: relative;
}

.side-bar-logo img,
.side-bar-logo a {
    width: auto;
    object-fit: cover;
}


/* Mail Box */

ul.mail-messages {
    position: absolute;
    right: 0;
    width: 230px;
    background: #0060ba;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.mail-messages li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.mail-messages li .mail-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.mail-messages li:hover {
    background: #03101e;
}

ul.mail-messages li .mail-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.mail-messages li .mail-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.mail-messages li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.mail-messages li:last-child {
    border: 0;
}


/* Mail Box */


/* Notification Box */

ul.notification-messages-list {
    position: absolute;
    right: 0;
    width: 230px;
    background: #0060ba;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.notification-messages-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.notification-messages-list li .notification-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.notification-messages-list li:hover {
    background: #61656a;
}

ul.notification-messages-list li .notification-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.notification-messages-list li .notification-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.notification-messages-list li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.notification-messages-list li:last-child {
    border: 0;
}

.notification-dropdown-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.notification-dropdown-btns a {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #000000;
    padding: 5px 8px;
    border-radius: 5px;
    width: 48%;
    justify-content: center !important;
    border: 1px solid #000;
}

ul.notification-messages-list li:hover .notification-dropdown-btns a {
    background: #000;
}


/* Notification Box */


/* Profile Box */

.user-profile-dropdown {
    position: absolute;
    right: 10px;
    width: 150px;
    background: #000000;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
}

.user-profile-dropdown a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    transition: .2s all;
    text-align: center;
}

.user-profile-dropdown a:last-child {
    border: 0;
}

.user-profile-dropdown a:hover {
    background: #0060ba;
}

.user-profile-info h4>span {
    display: block;
    font-size: 10px;
    color: #0060ba;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.user-profile-info h4>i {
    position: absolute;
    right: -20px;
    top: 0;
}

.header-search {
    position: relative;
    margin-left: auto;
}


/* Profile Box */


/* Home PAge Start */

div#sidebar a.close-btn {
    display: none;
}

div#sidebar a.toggle-btn {
    display: none;
}

.dashboar_page-content {
    padding: 30px 20px 100px;
    background: #0060ba12;
    border-top-left-radius: 30px;
}

.welcome-box h3 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 100;
    position: relative;
}

.welcome-box p {
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 20px;
    font-weight: 600;
}

.wecolme-box-main {
    position: relative;
}

.welcome-box {
    position: absolute;
    top: 0;
    left: 4%;
    width: 60%;
    top: 40px;
    margin: auto;
    display: block;
    align-content: center;
    margin-bottom: 0 !important;
    background: #fff;
    padding: 30px 30px;
    border-radius: 10px;
}

img.wecolme-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
}

.welcome-box h3 span {
    display: block;
}

.upload-resume-box {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 79px 0px rgba(58, 58, 58, 0.08);
    padding: 20px 20px;
    margin-top: 20px;
}

.upload-resume-in img {}

.upload-resume-box h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.upload-resume-in {
    border-width: 1px;
    border-color: rgb(255 255 255 / 29%);
    border-style: dashed;
    border-radius: 5px;
    position: relative;
    padding: 60px 30px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    border: 2px dashed #f0f0f0;
}

.upload-resume-in input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload-resume-in button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload-resume-in p {
    color: #666;
    font-weight: 500;
}

.chart-container {
    position: relative;
}

.card p span {
    display: block;
    font-size: 22px;
    margin: 0px 0;
    font-weight: 600;
    color: #1c2b3e;
}

.month-display {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    margin: 30px 0 -25px 0;
}


/* Home PAge End */


/* Notification Page */

.notify-page.theme-box {
    height: 80vh;
}

.notification-page {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}

.all-mail-area {
    padding: 0 20px 20px 20px;
}


/* Notification Page */

.wecolme-box-main .slick-dots {
    bottom: 30px;
    left: 0;
    right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    background: #ffffff;
    width: fit-content;
    padding: 5px;
    border-radius: 20px;
}

.wecolme-box-main .slick-slide {
    margin: 0;
    opacity: 1;
}

.wecolme-box-main .slick-dots li button:before {
    display: none;
}

.wecolme-box-main .slick-dots li {
    opacity: 1;
    padding: 0;
    width: 15px;
    height: 10px;
    background: #bee9e3;
    margin: 0;
    border-radius: 10px;
    transition: .5s all;
}

.wecolme-box-main .slick-dots li button {
    display: none;
}

.wecolme-box-main li.slick-active {
    width: 25px;
    background: #0060ba;
}

ul.category-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
}

ul.category-list li {
    width: 49%;
    background: #fff;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-radius: 10px;
}

.catg-imag {
    width: 57px;
    height: 57px;
    background: #f5fbfa;
    display: grid;
    place-content: center;
    border-radius: 50%;
    border: 1px solid #0060ba;
}

.catg-text h5 span {
    display: block;
}

.catg-imag img {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
    filter: brightness(0) saturate(100%) invert(19%) sepia(43%) saturate(6098%) hue-rotate(197deg) brightness(98%) contrast(103%);
}

.catg-text {
    width: 70%;
}

.catg-text h5 {
    font-size: 18px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    margin-bottom: 0;
    font-weight: 600;
}

.catg-text p {
    font-size: 17px;
    color: #959595;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}

.care-box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    padding: 40px 20px;
}

.care-box h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.recomend-box {
    margin: 10px 0;
    border: 1px solid #0000001f;
    padding: 20px 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px #00000014;
}

.recomend-imag img {
    width: 100%;
    border-radius: 10px;
    height: 180px;
    object-fit: cover;
}

.recomend-text {
    border-top: 0;
    margin-top: -15px;
    padding: 20px 10px 0;
}

.recom-head {
    position: relative;
    z-index: 1;
    margin-bottom: 4px;
    margin-top: 10px;
}

.recom-head::before {}

.recomend-box:hover .recom-head::before {
    width: 100%;
}

.recom-head h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #101010;
    font-weight: 700;
    margin-bottom: 10px;
}

.recom-head h5 {
    font-size: 12px;
    font-weight: 500;
}

.recomend-text p {
    font-size: 12px;
    line-height: 23px;
    margin: 10px 0;
    font-weight: 500;
}

.care-slider .slick-list {
    margin: 0 5px;
}

.care-slider .slick-slide {
    margin: 0 5px;
    opacity: 1;
}

.care-slider .slick-list.draggable {
    padding-right: 50px;
}

.care-slider .slick-dots {
    bottom: auto;
    top: -40px;
    left: auto;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    background: #ffffff;
    width: fit-content;
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #777;
}

.care-slider .slick-slide {
    margin: 0 6px;
    opacity: 1;
}

.care-slider .slick-dots li button:before {
    display: none;
}

.care-slider .slick-dots li {
    opacity: 1;
    padding: 0;
    width: 15px;
    height: 10px;
    background: #bee9e3;
    margin: 0;
    border-radius: 10px;
    transition: .5s all;
}

.care-slider .slick-dots li button {
    display: none;
}

.care-slider li.slick-active {
    width: 25px;
    background: #0060ba;
}

a.theme-btn {
    background: #0060ba;
    color: #fff;
    border-radius: 50px;
    padding: 15px 25px;
    text-transform: uppercase;
}

.recomend-imag a {
    display: block;
}

.profile-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.profile-header {
    height: 110px;
    position: relative;
    background-image: url(../images/cover-photo.jpg);
    background-size: cover;
}

.profile-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    bottom: -45px;
    left: 24px;
    object-fit: cover;
    background: #eee;
}

.profile-body {
    padding: 60px 24px 24px;
}

.profile-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0;
    color: #000;
}

.profile-sub {
    font-size: 12px;
    color: #9aa5a3;
    margin-top: 4px;
}

.edit-btn {
    background: #f3f4f4;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px;
    cursor: pointer;
    color: #000;
    border: 1px solid #e7e7e7;
}

.divider {
    height: 1px;
    background: #eee;
    margin: 20px 0;
}

h4 {
    font-size: 13px;
    margin: 0 0 8px;
    letter-spacing: 0.6px;
}

.about-text {
    font-size: 12px;
    color: #8a8a8a;
    line-height: 1.6;
    font-weight: 600;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    margin-bottom: 12px;
}

.icon {
    /* width: 36px; */
    /* height: 36px; */
    /* border-radius: 8px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    color: #0060ba;
    font-size: 27px;
}

.contact-box small {
    display: block;
    font-size: 11px;
    color: #9aa5a3;
    margin-bottom: 2px;
}

.contact-box span {
    font-size: 13px;
    color: #333;
}

.profile-body h4 {
    font-size: 20px;
    font-weight: 500;
}

.contact-box-small {
    width: 85%;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 10px 20px 10px 30px;
    box-shadow: 0 0 10px #0000001a;
    position: relative;
    border-radius: 8px;
}

.contact-box-small h5 {
    font-weight: 500;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-box-small a,
.contact-box-small p {
    color: #999898;
    font-weight: 600;
}

.contact-box-small:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 5px;
    height: 50%;
    background: #0060ba;
}

p#fileName span {
    display: block;
}

ul#myTab {
    justify-content: end;
    border: unset;
    background: #eaeaea;
    border-radius: 50px;
    padding: 0;
    display: inline-flex;
}

ul#myTab button {
    font-family: "BlenderPro-Medium";
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    padding: 10px 21px;
    border-radius: 50px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: #0060ba;
    border: unset;
    border-radius: 0;
    color: #fff !important;
}

select#fileType {
    border: 2px solid #f0f0f0;
    padding: 15px 10px;
    border-radius: 8px;
    margin: 10px 0;
}

.recomend-box a.theme-btn {
    padding: 10px 20px;
    margin-top: 18px;
}


/* payment page css :start */

.billing-section {
    padding: 40px 0;
}

.billing-card {
    border-radius: 16px;
    border: none;
    padding: 24px 10px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.plan-item {
    background: #fff;
    border: 1px solid #e6eeee;
    border-radius: 14px;
    padding: 14px;
    position: relative;
    margin-bottom: 20px;
    transition: 0.5s;
}

.plan-item .title {
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
    font-family: "BlenderPro-Medium";
    text-transform: uppercase;
}

.plan-item .sub {
    font-size: 12px;
    color: #7c8b8a;
}

.plan-item .amount {
    position: absolute;
    top: 34px;
    right: 14px;
    font-weight: 600;
}

.plan-item.active {
    background: #8fd3c6;
    border: none;
}

.store-box {
    background: #0060ba;
    color: #fff;
    border-radius: 14px;
    padding: 14px;
}

.store-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: "BlenderPro-Medium";
}

.store-sub {
    font-size: 11px;
    color: #fff;
}

.store-box ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    background: #fff;
    padding: 10px 10px;
    border-radius: 8px;
    font-family: "BlenderPro-Medium";
}

.store-box li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #6f6f6f;
    line-height: 40px;
}

.payment-table thead th {
    font-size: 12px;
    color: #313131;
    border-bottom: none;
    background: #f1f1f1;
    padding: 10px 12px;
}

.payment-table tbody td {
    border-top: none;
    vertical-align: middle;
    font-size: 14px;
    color: #313131;
    line-height: 20px;
    border: unset;
    padding: 20px 10px;
}

.date-box strong {
    font-size: 12px;
}

.date-box span {
    font-size: 12px;
    display: block;
}

.desc-sub {
    font-size: 12px;
}

.status.paid {
    color: #0060ba;
}

.download-btn {
    background: #0060ba;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
}

table.table.payment-table {
    font-family: "BlenderPro-Medium";
    text-transform: uppercase;
}

table.table.payment-table tr:hover {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000024;
}

.plan-item:hover {
    background: #0060ba;
}

.plan-item:hover * {
    color: #fff;
}

.wecolme-box-main.inner-banner .welcome-box {
    background: unset;
    padding: 0;
    top: 70px;
}

.wecolme-box-main.inner-banner .welcome-box * {
    color: #fff;
}

.wecolme-box-main.inner-banner .welcome-box h3 {
    border-bottom: 1px solid #ffffff91;
    padding-bottom: 10px;
    margin-bottom: 18px;
}

.saved-payment-methods {
    border-radius: 10px;
    padding: 24px 10px;
    background: #fff;
}

.saved-payment-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 20px;
    position: relative;
    transition: 0.5s;
    border-radius: 8px;
    margin-top: 10px;
    border: 1px solid #ffffff;
}
.saved-payment-icon img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(43%) saturate(6098%) hue-rotate(197deg) brightness(98%) contrast(103%);
}
.saved-payment-icon {
    background: #0060ba17;
    border: 1px solid #0060ba;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.saved-payment-text h6 {
    color: #9f9f9e;
    text-transform: uppercase;
}

.saved-payment-text p {
    color: #3f3f3f;
    font-weight: 500;
    font-family: "BlenderPro-Medium";
    font-size: 20px;
    text-transform: uppercase;
}

.saved-payment-text span {
    position: absolute;
    background: #ebf6f4;
    border-radius: 50px;
    padding: 3px 20px;
    color: #0060ba;
    text-transform: uppercase;
    top: 30px;
    right: 10px;
    font-family: "BlenderPro-Medium";
    font-weight: 600;
}

.saved-payment-methods h3 {
    text-transform: uppercase;
    font-size: 25px;
}

.saved-payment-box:hover {
    border: 1px solid #e7e7e7;
    transition: 0.5s;
    box-shadow: 0 0 10px #00000014;
}

.wecolme-box-main.inner-banner img.wecolme-img {
    height: 262px;
}


/* payment page css :start */

.profile-management-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 30px 34px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .03);
    margin: 0 20px;
}

.profile-management-wrap .section-title {
    font-size: 25px;
    letter-spacing: .06em
}

.profile-management-wrap .tab-btn {
    border: none;
    background: #f2f2f2;
    padding: 7px 22px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #888
}

.tab-btn.active {
    background: #0060ba;
    color: #fff
}

.profile-management-wrap label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.profile-management-wrap .form-control {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    font-size: 13px
}

.profile-management-wrap .btn-primary-soft {
    background: #0060ba;
    color: #fff;
    border: none;
    padding: 10px 28px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600
}

.profile-management-wrap .avatar {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    object-fit: cover
}
div#profileSection .input-group-text {
    background: unset;
    border: unset;
    right: 0;
    position: absolute;
    top: 14px;
    color: #00000057;
    z-index: 99;
}
.profile-management-wrap .status {
    background: #0060ba33;
    color: #0060ba;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 30px
}

.profile-management-wrap .upload-box {
    border: 2px dashed #dcdcdc;
    border-radius: 12px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #a0a0a0;
    font-size: 13px;
    cursor: pointer
}

.profile-management-wrap .upload-box i {
    font-size: 22px;
    margin-bottom: 10px
}

.profile-picture button {
    border: 1px solid #00000029;
    border-radius: 50px;
    padding: 8px 20px;
    text-transform: uppercase;
    color: #000;
}

.profile-picture {
    display: flex;
    align-items: center;
    gap: 30px;
}

.profile-management-wrap input::placeholder {
    color: #9a9a9a;
    text-transform: uppercase;
}

.unit-info-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #00000030;
    margin-top: 15px;
    padding-bottom: 10px;
}

.unit-info-list h6 {
    font-size: 16px;
    text-transform: uppercase;
}

.unit-info-list span {
    font-size: 18px;
    text-transform: uppercase;
}

.status-box {
    display: flex;
    align-items: center;
    gap: 20px;
}


/* Support Page Start */

.support-head {
    width: 50%;
    margin: 0 auto 0;
    text-align: center;
}

.support-head h2 {
    font-size: 35.65px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.support-head h3 {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin: 15px 0;
    font-weight: 700;
}

.support-head form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-head form input {
    width: 68%;
    height: 50px;
    font-size: 14px;
    border: 1px solid #989898;
    border-radius: 12px;
    padding: 0 100px 0 20px;
    margin-left: -82px;
}

.support-head form input::placeholder {
    color: #8c8c8c;
    text-transform: uppercase;
}

.support-head form button {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 18px;
    background: #0060ba;
    border: 0;
    margin-left: -134px;
    font-family: 'Montserrat';
    font-weight: 400;
    border-radius: 10px;
}

.support-box {
    border-radius: 5px;
    background-color: #ffff;
    width: 262px;
    height: 255px;
    padding: 25px;
    text-align: center;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 10px 0 #c9c0c0;
}

.sprt-rw {
    width: 70%;
    margin: 100px auto 0;
}

.support-imag {
    width: 90px;
    height: 90px;
    display: grid;
    place-content: center;
    border-radius: 100px;
    background: #0060ba;
    margin: 0 auto 20px;
}

.support-head p {
    padding-bottom: 31px;
    font-weight: 800;
    font-size: 12px;
}

.support-imag img {
    filter: brightness(0);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(149deg) brightness(102%) contrast(105%);
}

.support-text h4 {
    font-size: 14px;
    color: #181818;
    text-transform: uppercase;
    font-weight: 800;
}

.support-text p {
    font-size: 11px;
    color: #181818;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 20px;
    margin-top: 10px;
}

.support-box:hover {
    background: #0060ba17;
}

.support-box:hover .support-imag img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(149deg) brightness(102%) contrast(105%);
}

.support-page {
    padding: 100px 0;
    background: #fff;
    border-radius: 20px;
}


/* Support Page End */

.tab-content {
    margin-bottom: 25px;
}

.finical {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #7c7c7c;
    padding-bottom: 40px;
    position: relative;
}
.finical a i {
    font-size: 15px;
}
.finical_text h2 {
    font-size: 16px;
    font-weight: 600;
}

.finical_text p {
    font-size: 12px;
}

.finical a {
    color: #0060ba;
    font-size: 24px;
    border: 1px solid;
    height: 47px;
    width: 47px;
    text-align: center;
    border-radius: 54px;
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    background: #f5fbfa;
}

.finical img {
    border-radius: 10px;
    height: 69px;
    width: 25%;
    object-fit: cover;
}

.Association-box {
    background: #ffff;
    padding: 9px 42px;
    border-radius: 20px;
    height: 100%;
}

.Association h2 {
    padding-bottom: 45px;
    padding-top: 25px;
}

.download {
    margin: auto 33px -1px;
    display: block;
    align-items: end;
}

.online_form_card {
    background: #fff;
    padding: 36px 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 60px;
    height: 325px;
    width: 95%;
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
}
.online_form_img img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(43%) saturate(6098%) hue-rotate(197deg) brightness(98%) contrast(103%);
}
.online_form_img {
    background: #0060ba1c;
    border: 1px solid #0060ba;
    border-radius: 38px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.online_form {
    background: #ffffff;
    padding: 49px;
    border-radius: 20px;
}

.online_form_card h5 {
    font-size: 20px;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.online_form_card a {
    background: #0060ba;
    color: #fff;
    border-radius: 50px;
    padding: 15px 25px;
    text-transform: uppercase;
}

.online_form_card p {
    padding-bottom: 17px;
    color: #7a7a7a;
    font-weight: 600;
    margin-top: 10px;
    font-size: 14px;
}

.online_form_text h2 {
    padding-bottom: 37px;
}


/*Login Start*/

.log-p {
    padding: 50px 100px;
    position: relative;
}

.log-form {
    background-color: #fff;
    border-radius: 11px;
    position: relative;
    padding: 40px 30px 30px 30px;
}

.inner-banner-sec {
    background-image: url(../images/inneer-banner.jpg);
    width: 100%;
    height: 630px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-banner-text h2 {
    font-size: 90px;
    text-transform: uppercase;
    color: #000;
    font-family: "pertibd";
    margin-bottom: 0;
}

.inner-banner-text {
    margin-left: 15px;
}

ul.dropdown-menu2.chg li {
    padding: 15px 70px !important;
}

.log-form.chg1:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    /* background: #dedede; */
    right: -70px;
    top: 60px;
}

.log-form-heading ul li h2 {
    font-size: 27px;
    color: #000;
    margin-bottom: -10px;
    text-transform: uppercase;
    font-weight: 600;
}

.log-form-heading {
    position: relative;
    z-index: 9999;
}

.log-form-input input::placeholder {
    font-size: 15px;
    color: #626264;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.log-form input::placeholder {
    font-size: 15px;
    color: #626264;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.log-form {
    position: relative;
}

.log-form:after {
    content: "";
    position: absolute;
    /* background: #f5f6fa; */
    width: 100%;
    height: 135px;
    top: 0;
    left: 0;
    z-index: 1;
}

.log-form-heading ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.log-form-heading ul li p {
    font-size: 12px;
    color: #aaabac;
    margin-bottom: 0;
    font-family: 'Montserrat';
}

.log-form input {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 22px 30px;
    margin-top: 25px;
    background: unset;
    border-radius: 5px;
}

.btn-submits {
    background: #008080;
    font-family: 'cutmark';
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    margin: 0 auto;
    border: 0;
}

.btn-submits:hover {
    color: #fff;
}

.log-form-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 20px;
}

.log-form-footer input {
    width: 20px;
}

.log-form-footer a {
    color: #b7b6b6;
    font-size: 14px;
    font-weight: 600;
}

.log-form p {
    color: #000000;
    font-size: 11px;
    padding-top: 20px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
}

.log-form p a {
    text-decoration: underline;
    color: #008080;
}

.login-with h2 {
    font-size: 21px;
    color: #8d8d8d;
    text-align: center;
    margin-bottom: 35px;
    font-family: 'Montserrat';
}

.login-with {
    margin-top: 35px;
}

.login-with ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    gap: 30px;
}

.login-with ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1976d2;
    border-radius: 5px;
    padding: 20px 25px;
    color: #fff;
    width: 100%;
    justify-content: center;
}

.login-with ul li h3 {
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
}

li.back-colour {
    background: #121212 !important;
}

li.back-colour1 {
    background: #d84938 !important;
}

.login-with ul li i {
    font-size: 25px;
}

.log-form-input button.btn-1:before {
    width: 110px;
}

.log-form-input button.btn-1 {
    background: #008080;
    font-family: 'cutmark';
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    margin: 0 auto;
    border: 0;
}

.btn-contact-log {
    text-align: center;
    margin-top: 20px;
}

.news-slide .slick-list.draggable {
    padding-right: 150px;
}

.account-head h3 {
    font-size: 34.35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 100;
}

.view-pass {
    position: relative;
    z-index: 1;
}

.view-pass i {
    position: absolute;
    right: 12px;
    bottom: 22px;
    cursor: pointer;
}

.logn-check input[type="checkbox"] {
    display: none;
}

.logn-check label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

section.log-p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #0000001f;
    margin: 0 auto;
}

.logn-check label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #008080;
    border-radius: 4px;
    background-color: white;
}

.logn-check input[type="checkbox"]:checked+label::before {
    background-color: #008080;
    border-color: #008080;
    content: 'âœ”';
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    top: 0;
    bottom: 0;
    display: grid;
    place-content: center;
}

.login-header {
    text-align: center;
    border-bottom: 1px solid #0000001f;
    padding: 10px 0;
}

.log-form-heading p {
    padding: 0;
    margin: 0;
}

.log-form-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.timeline-item-card small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 20px;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card h6 {
    color: #fff;
}

html .timeline-item-card small i {
    background: #fff;
    color: #008080 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-container p {
    color: #737c88;
}

a.toggle-btn {
    display: none;
    color: #000;
}

a.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
}

.login-with ul li a {
    color: #fff;
}

html {
    overflow-x: hidden;
}

/*Login End*/