/***** General CSS *****/



:root {

    --theme: linear-gradient(291deg, rgba(139, 96, 52, 1) 0%, rgba(255, 230, 158, 1) 43%, rgba(139, 96, 52, 1) 100%);

    --black: #000;

    --white: #fff;

}



::selection {

    color: #fff;

    background: rgba(139, 96, 52, 1);

}



.mt-8 {

    margin-top: 80px;

}



.d-flex {

    display: flex;

    align-items: center;

}



body {

    word-break: break-word;

    font: 15px/25px 'MADE Future X';

    color: #393939;

    overflow-x: hidden;

    background: #F8F8F8;

}



h1 {

    font-family: 'MADE Future X';

    font-size: 60px;

    line-height: 1.1;

    color: #FFFFFF;

    margin: 0 0 20px;

    font-weight: 700;

}



h2 {

    font-family: 'MADE Future X';

    font-size: 85px;

    line-height: 1;

    color: #000;

    font-weight: 500;

}



h3 {

    font-family: 'MADE Future X';

    font-size: 30px;

    line-height: 34px;

    color: #000;

    font-weight: 600;

    margin: 0 0 28px;

    letter-spacing: -1px;

}



h4 {

    font-family: 'MADE Future X';

    font-size: 24px;

    line-height: 29px;

    color: #000;

    font-weight: 500;

    margin: 0 0 13px;

    letter-spacing: -1px;

}



h5 {

    font-family: 'MADE Future X';

    font-size: 20px;

    line-height: 25px;

    color: #000;

    font-weight: 500;

    margin: 0 0 20px;

}



h6 {

    font-family: 'MADE Future X';

    font-size: 18px;

    line-height: 23px;

    color: #000;

    font-weight: 500;

    margin: 0 0 15px;

}





/* font files */



@font-face {

    font-family: 'MADE Future X';

    src: url('../fonts/MADEFutureX-Line.woff2') format('woff2'), url('../fonts/MADEFutureX-Line.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'MADE Future X';

    src: url('../fonts/MADEFutureX-Thin.woff2') format('woff2'), url('../fonts/MADEFutureX-Thin.woff') format('woff');

    font-weight: 100;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'MADE Future X';

    src: url('../fonts/MADEFutureX-Medium.woff2') format('woff2'), url('../fonts/MADEFutureX-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'MADE Future X';

    src: url('../fonts/MADEFutureX.woff2') format('woff2'), url('../fonts/MADEFutureX.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'MADE Future X';

    src: url('../fonts/MADEFutureX-Black.woff2') format('woff2'), url('../fonts/MADEFutureX-Black.woff') format('woff');

    font-weight: 900;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'MADE Future X';

    src: url('../fonts/MADEFutureX-Light.woff2') format('woff2'), url('../fonts/MADEFutureX-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'MADE Future X';

    src: url('../fonts/MADEFutureX-Bold.woff2') format('woff2'), url('../fonts/MADEFutureX-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}





/* font files */



ul {

    padding: 0px;

    list-style-type: none;

    margin-bottom: 0;

}



a {

    text-decoration: none;

    color: rgb(40, 177, 109);

    white-space: initial;

}



a:hover,

a:focus {

    text-decoration: none;

    color: rgb(57, 57, 57);

}



a:hover {

    transition: all 0.5s ease-in-out 0s;

}



p {

    font-family: 'MADE Future X';

    color: #666666;

    font-size: 14px;

    letter-spacing: -.5px;

}



select {

    background: #fff url('../images/arrow.png') no-repeat 96%;

    padding: 0 40px 0 30px;

    appearance: none;

}



::-webkit-input-placeholder {

    color: #000;

}



::-moz-placeholder {

    color: #000;

    opacity: 1;

}



:-ms-input-placeholder {

    color: #000;

}



:-moz-placeholder {

    color: #000;

    opacity: 1;

}



input[type='number']::-webkit-outer-spin-button,

input[type='number']::-webkit-inner-spin-button {

    appearance: none;

}





/* project css start  */



a.theme-btn2 {

    color: #666;

    border: 1px solid #666;

    padding: 8px 15px;

    border-radius: 10px;

}



a.theme-btn2:hover {

    background-color: #666;

    color: #fff;

}





/* header */



#search-btn {

    font-size: 25px;

    width: 40px;

    height: 40px;

    display: grid;

    place-items: center;

    background: var(--theme);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.search-box {

    display: none;

    z-index: 4;

    position: absolute;

    bottom: -80px;

    border-radius: 5px;

    overflow: hidden;

    left: 27%;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}



.search-box>form {

    display: flex;

    align-items: center;

    width: 300px;

    height: 50px;

}



.search-box>form input {

    height: 100%;

    width: 80%;

    border: none;

    text-indent: 20px;

    background: #fff;

    color: #000;

    font-size: 16px;

    font-family: 'Montserrat', sans-serif;

    outline: none;

}



.search-box>form input::placeholder {

    color: #000;

}



.search-box>form button {

    width: 20%;

    height: 100%;

    border: none;

    background: var(--theme);

    color: #fff;

    font-size: 25px;

}



header>.top-header {

    position: relative;

    background-color: var(--black);

    padding: 10px 20px;

}



header>.top-header .logo-here>img {

    width: auto;

    height: 29px;

    object-fit: contain;

    object-position: center;

}



header>.top-header ul {

    display: flex;

    align-items: center;

    justify-content: end;

    gap: 20px;

    position: relative;

}



header>.top-header ul>li>a>i {

    font-size: 25px;

    width: 40px;

    height: 40px;

    display: grid;

    place-items: center;

    background: var(--theme);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



header>.top-header .profile-dropdown {

    position: relative;

    display: flex;

    cursor: pointer;

    flex-direction: row-reverse;

    align-items: center;

    gap: 16px;

}



header>.top-header .profile-dropdown>.prof-hide {

    position: absolute;

    top: 50px;

    background: #fff;

    /* padding: 15px; */

    width: 170px;

    left: 0px;

    display: flex;

    flex-direction: column;

    align-items: center;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    transition: 0.5s all;

    border-radius: 5px;

    height: 0;

    z-index: -2;

    opacity: 0;

    gap: 15px;

}



header>.top-header .profile-dropdown>i {

    color: #fff;

}



.prof-hide a {

    color: #000;

    padding-left: 5px;

    width: 100%;

    display: inline-block;

}



.prof-hide div:hover {

    background: #000;

}



.prof-hide div:hover a,

.prof-hide div:hover i {

    color: #fff;

}



.prof-hide div {

    width: 100%;

    text-align: center;

    padding: 8px 0;

}



header>.top-header .profile-dropdown>.prof-show>img {

    width: 35px;

    margin-right: 6px;

}



header>.top-header .profile-dropdown>.prof-show>span {

    font-size: 12px;

    color: #fff;

    font-weight: 400;

    text-transform: capitalize;

}



header>.top-header .profile-dropdown>.prof-hide.showList {

    height: auto;

    opacity: 1;

    z-index: 2;

}



header .middle-header ul {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 0;

    position: relative;

}



header .middle-header {

    padding: 15px 0px;

    background: #fff;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}



.slicknav_menu {

    display: none;

}



header .middle-header ul>li {

    position: relative;

}



header .middle-header ul>li>a {

    font-size: 16px;

    color: #8B8B8B;

    display: flex;

    align-items: center;

    line-height: 1.2;

    gap: 8px;

    position: relative;

    padding: 10px 0;

}



header .middle-header ul>li>a>img {

    width: 16px;

}



header .middle-header ul li:before {

    position: absolute;

    content: "";

    background: var(--theme);

    width: 0;

    height: 2px;

    bottom: -15px;

    transition: 0.3s ease-in-out;

    left: 0;

    right: 0;

    margin: 0 auto;

}



header .middle-header ul li:hover:before {

    width: 100%;

}



header .middle-header ul li.active:before {

    width: 100%;

}



header .middle-header ul>li>ul {

    display: none;

}



header .middle-header ul>li:hover>ul {

    display: block;

    position: absolute;

    z-index: 1000;

    background-color: rgb(0, 0, 0);

    left: 0px;

    width: 250px;

    text-align: left;

    top: 38px;

    box-shadow: 0 0 15px #0000006e;

    transition: 0.5s all;

}



header .middle-header ul>li>ul>li>a {

    font-size: 15px;

    color: #8B8B8B;

    display: flex;

    align-items: center;

    line-height: 1.2;

    gap: 8px;

    position: relative;

    padding: 13px 20px !important;

    color: rgb(255, 255, 255) !important;

    transition: 0.5s all;

}



header .middle-header ul>li>ul>li,

header .middle-header ul>li>ul>li>a {

    display: block;

    margin: 0px;

    transition: 0.5s all;

}



header .middle-header ul>li>ul>li::before,

header .middle-header ul>li>ul>li::after {

    display: none;

}



header .middle-header ul>li:hover li {

    float: none;

}



header .middle-header ul>li>ul>li>a:hover {

    /* background: var(--theme) !important; */

    color: #fff !important;

    background: #fff;

    color: #000 !important;

}



header .middle-header ul>ul ul ul {

    left: 100%;

    top: 0px;

}



header .middle-header ul::before,

header .middle-header ul::after {

    content: " ";

    display: table;

}



header .middle-header ul::after {

    clear: both;

}



header .middle-header ul>li>ul>li:hover>ul {

    left: 100%;

    top: 0px;

    width: 250px;

    background: #000;

}



header .middle-header ul>li>ul>li:hover>ul.sub {

    left: -100%;

}



header .middle-header ul>li>ul>li>ul>li>a {

    color: #fff !important;

}



header .middle-header ul>li>ul>li>ul>li>a:hover {

    background: #fff;

    color: #000 !important;

}





/* header */





/* banner */



.all-sec {

    padding: 60px 0px;

}



.banner-boxx {

    border: 1px solid #000;

    position: relative;

    z-index: 1;

    height: 100%;

    border-radius: 30px;

}



.banner-boxx>img {

    position: absolute;

    z-index: -1;

    width: 100%;

    height: 360px;

    object-fit: cover;

    object-position: center;

    border-radius: 30px;

    margin-left: auto;

    /* display: block; */

    left: 0;

    right: 0;

}



.banner {

    height: 100%;

}



.banner-boxx>.banner-textt {

    display: flex;

    flex-direction: column;

    padding: 40px;

    height: 360px;

    align-items: center;

    justify-content: end;

    padding-bottom: 80px;

}



.banner-boxx:after {

    position: absolute;

    content: "";

    /* background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0) 20%, rgb(33 33 33 / 0%) 90%); */

    background: #000;

    width: 100%;

    height: 100%;

    z-index: -1;

    top: 0;

    left: 0;

    border-radius: 20px;

    opacity: .6;

}



.banner-textt h1 {

    text-align: center;

    font-size: 50px;

    width: 67%;

}



.banner-boxx>.banner-textt>p {

    width: 47%;

    color: #fff;

    font-size: 16px;

    line-height: 1.3;

    font-weight: 400;

    margin-bottom: 20px;

}





/* banner */



@keyframes gradient {

    0% {

        background-position: 0% 50%;

    }

    50% {

        background-position: 100% 50%;

    }

    100% {

        background-position: 0% 50%;

    }

}



.theme-btn {

    text-decoration: none;

    position: relative;

    z-index: 1;

    border: none;

    font-weight: 500;

    font-size: 18px;

    font-family: 'MADE Future X';

    color: var(--black);

    line-height: 22px;

    text-align: center;

    border-radius: 30px;

    padding: 13px 30px;

    background: radial-gradient(circle, rgba(255, 230, 158, 1) 0%, rgba(139, 96, 52, 1) 100%);

    background-size: 400% 400%;

    animation: gradient 10s ease infinite;

    letter-spacing: -1px;

    transition: all 0.3s ease-in-out 0s;

    margin-right: 10px;

}



.theme-btn:hover {

    animation: ani 8s linear infinite;

    border: none;

    color: var(--black);

    transition: all 0.3s ease-in-out 0s;

}



@keyframes ani {

    0% {

        background-position: 0%;

    }

    100% {

        background-position: 400%;

    }

}



.theme-btn:before {

    content: '';

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    background: radial-gradient(circle, rgba(255, 230, 158, 1) 0%, rgba(139, 96, 52, 1) 100%);

    background-size: 400%;

    border-radius: 35px;

    transition: 1s;

    width: 100%;

    height: 100%;

    animation: gradient 15s ease infinite;

}



.theme-btn:hover::before {

    filter: blur(20px);

}



.banner-slider ul.slick-dots {

    display: flex;

    align-items: center;

    justify-content: center;

    bottom: 50px;

    position: relative;

    gap: 10px;

}



.banner-slider ul.slick-dots>li>button {

    position: relative;

    padding: 0;

    border: 0;

    background: no-repeat;

    width: 10px;

    height: 10px;

    font-size: 0;

}



.banner-slider ul.slick-dots>li>button:after {

    position: absolute;

    content: "";

    background: #fff;

    width: 10px;

    height: 10px;

    left: 0;

    top: 0;

    border-radius: 50%;

    opacity: 0.4;

}



.banner-slider ul.slick-dots>li.slick-active>button:after {

    opacity: 1;

}



.banner-cards {

    background: #fff;

     height: 340px; 

    margin-top: 10px;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    padding: 20px;

    border-radius: 20px;

    /*display: flex;*/

    flex-direction: column;

    justify-content: space-between;

}



.banner-cards>h3 {

    font-size: 18px;

    font-weight: 500;

    color: #434343;

    letter-spacing: -1px;

    border-bottom: 1px solid #DCDCDC;

    padding-bottom: 10px;

    margin-bottom: 10px;

}



.banner-cards>ul {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 0;

}



.banner-cards>ul>li>img {

    width: 80px;

}



.banner-cards>ul>li>span {

    font-size: 16px;

    letter-spacing: -1px;

    display: block;

    margin-bottom: 10px;

    background: var(--theme);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-weight: 500;

    background-size: 70%;

    line-height: 1;

}



.banner-cards>ul>li>h4 {

    font-size: 18px;

    margin-bottom: 5px;

    line-height: 1;

    font-weight: 500;

    letter-spacing: -1px;

}



.banner-cards>p {

    letter-spacing: -.5px;

    line-height: 1.3;

    margin: 20px 0px;

}



.banner-cards ul>li>p {

    margin: 0;

    font-size: 16px;

    letter-spacing: -1px;

}



.banner-cards a.theme-btn {

    width: fit-content;

}



.banner-side-bar {

    background-color: #fff;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    padding: 20px 15px;

    border-radius: 20px;

}



.banner-side-bar>h3 {

    font-size: 24px;

    font-weight: 500;

    margin-bottom: 20px;

}



.banner-side-bar>form {

    position: relative;

    margin-bottom: 20px;

}



.banner-side-bar>form>input {

    width: 100%;

    border: 0;

    background: #F8F8F8;

    height: 50px;

    padding: 10px;

    border-radius: 5px;

    outline: none;

    margin-bottom: 20px;

}



.banner-side-bar>form>button {

    border: 0;

    background: transparent;

    position: absolute;

    right: 0;

    top: 0;

}



.banner-side-bar>form>button>i {

    height: 50px;

    width: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 19px;

}



.banner-side-bar>.search-result {

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom: 1px solid #D7D7D7;

    padding-bottom: 10px;

    margin-bottom: 10px;

}



.banner-side-bar>.search-result>p {

    color: #8B8B8B;

    margin: 0;

    display: flex;

    align-items: center;

    gap: 7px;

}



.banner-side-bar>.bar-boxx>ul {

    display: flex;

    align-items: center;

    gap: 10px;

}



.banner-side-bar>.bar-boxx {

    background: #F8F8F8;

    padding: 8px;

    margin-top: 20px;

    border-radius: 10px;

    border: 1px solid #EAEAEA;

    cursor: pointer;

    transition: 0.3s ease-in-out;

}



.banner-side-bar>.bar-boxx>ul>li:first-child {

    background: #fff;

    padding: 10px;

    border-radius: 10px;

    transition: 0.3s ease-in-out;

}



.banner-side-bar>.bar-boxx>ul>li>img {

    width: 40px;

    height: 40px;

    object-fit: contain;

}



.banner-side-bar>.bar-boxx>ul>li>h4 {

    font-size: 16px;

    margin-bottom: 5px;

    line-height: 1;

    color: #000;

}



.banner-side-bar>.bar-boxx>ul>li>p {

    font-size: 12px;

    margin: 0;

}



.banner-side-bar>.bar-boxx:hover {

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    transition: 0.3s ease-in-out;

    border-color: transparent;

    background: #fff;

}



.banner-side-bar>.bar-boxx:hover ul>li:first-child {

    background: #F8F8F8;

    transition: 0.3s ease-in-out;

}





/* banner */





/* footer */



footer {

    padding: 20px 0px;

}



footer ul {

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-top: 1px solid #C8C8C8;

    padding-top: 20px;

}



footer ul>li {

    font-size: 16px;

    color: #8B8B8B;

    letter-spacing: -1px;

}





/* footer */





/* product detail page */



.product-details-sec .prod-side-bar>span {

    background: #F8F8F8;

    padding: 10px;

    display: flex;

    width: fit-content;

    border-radius: 5px;

    margin-bottom: 10px;

}



.product-details-sec .prod-side-bar>span>img {

    width: 60px;

}



.product-details-sec .prod-side-bar {

    background: var(--white);

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    padding: 20px;

    border-radius: 20px;

    margin-bottom: 30px;

}



.product-details-sec .prod-side-bar>h3 {

    font-size: 26px;

    font-weight: 500;

    display: flex;

    align-items: center;

    gap: 20px;

    margin-bottom: 10px;

    line-height: 1;

}



.product-details-sec .prod-side-bar>h3>i {

    font-size: 20px;

    transform: rotate(35deg);

    font-weight: 500;

}



.product-details-sec .prod-side-bar>p.text-dlts {

    color: #8B8B8B;

    font-size: 16px;

    border-bottom: 1px solid #D7D7D7;

    padding-bottom: 15px;

    margin-bottom: 15px;

}



.product-details-sec .prod-side-bar>div>p {

    color: #8B8B8B;

    font-size: 16px;

    margin: 0;

}



.product-details-sec .prod-side-bar>div>span {

    color: #666666;

    font-weight: 500;

}



.product-details-sec .prod-side-bar>div {

    display: flex;

    align-items: center;

    margin-bottom: 6px;

}



.product-details-sec .prod-side-bar>div>* {

    width: 50%;

}



.product-details-sec .prod-side-bar>div:last-child {

    margin: 0;

}



.product-details-sec .prod-side-bar>div {

    display: flex;

    align-items: center;

    margin-bottom: 6px;

}



.product-details-sec .prod-side-bar>div>* {

    width: 50%;

}



.product-details-sec .prod-side-bar>div:last-child {

    margin: 0;

}



.prod-side-bar-more {

    background: var(--white);

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    padding: 20px;

    border-radius: 20px;

    margin-bottom: 24px;

}



.prod-side-bar-more>h3 {

    display: flex;

    align-items: center;

    font-size: 18px;

    font-weight: 500;

    justify-content: space-between;

    border-bottom: 1px solid #D7D7D7;

    padding-bottom: 15px;

    margin-bottom: 15px;

    line-height: 1;

}



.prod-side-bar-more>h3 i {

    transform: rotate(35deg);

    font-size: 20px;

    font-weight: 400;

}



.prod-side-bar-more>div {

    display: flex;

    align-items: center;

    margin-bottom: 15px;

}



.prod-side-bar-more>div>p {

    color: #8B8B8B;

    font-size: 13px;

    margin: 0;

    width: 50%;

}



.prod-side-bar-more>div:last-child {

    margin: 0;

}



.prod-side-bar-more>div>span {

    color: #666666;

    font-weight: 500;

    width: 100%;

    display: block;

    font-size: 13px;

    line-height: normal;

}



.prod-side-bar-more.last-onee>div>* {

    width: auto;

}



.prod-side-bar-more.last-onee {

    margin: 0;

}



.prod-side-bar-more.last-onee>div {

    justify-content: space-between !important;

}



.prod-side-bar-more.last-onee>div>p {

    font-size: 14px;

}



.prod-side-bar-more.last-onee>h3>a>span {

    font-size: 14px;

    color: #000;

    gap: 9px;

    text-decoration: underline;

}



.prod-side-bar-more.last-onee>h3>a>i {

    font-size: 15px;

    color: #000;

}



.prod-side-bar-more.last-onee>h3>a {

    display: flex;

    align-items: center;

    gap: 10px;

}



.product-details-sec .top-prod-offering {

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    background: #fff;

    padding: 20px;

    border-radius: 20px;

}



.product-details-sec .top-prod-offering>ul {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 20px;

}



.product-details-sec .top-prod-offering>ul>li>h3 {

    font-size: 24px;

    font-weight: 500;

    margin-bottom: 0;

}



.product-details-sec .top-prod-offering>ul>li {

    display: flex;

    align-items: center;

    gap: 20px;

}



.product-details-sec .top-prod-offering>ul>li>p {

    display: flex;

    align-items: center;

    gap: 10px;

    color: #8B8B8B;

    font-size: 16px;

    margin: 0;

}



.product-details-sec .top-prod-offering>.table-responsive>table {

    width: 100%;

}



.product-details-sec .top-prod-offering>.table-responsive>table tr {

    border-top: 1px solid #D7D7D7;

    padding-top: 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-bottom: 20px;

}



.product-details-sec .top-prod-offering>.table-responsive>table tr>td {

    font-size: 16px;

    color: #8B8B8B;

    font-weight: 400;

    letter-spacing: -1px;

    display: flex;

    align-items: center;

    gap: 10px;

}



.product-details-sec .top-prod-offering>.table-responsive>table tr>td>a>i {

    background: #F3F3F3;

    width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #000;

}



.product-details-sec .commision-structure-boxx {

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    background: #fff;

    padding: 20px;

    border-radius: 20px;

    margin-top: 20px;

}



.product-details-sec .commision-structure-boxx>ul {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 20px;

}



.product-details-sec .commision-structure-boxx>ul>li>h3 {

    font-size: 24px;

    font-weight: 500;

    margin: 0;

}



.commision-structure-boxx .theme-btn {

    padding: 8px 20px;

    font-size: 16px;

}



.product-details-sec .commision-structure-boxx table {

    width: 100%;

}



.product-details-sec .commision-structure-boxx table>thead {

    background: #F3F3F3;

}



.product-details-sec .commision-structure-boxx table tr {

    margin-top: 10px;

}



.product-details-sec .commision-structure-boxx table tr td {

    padding: 10px 20px;

    border: 1px solid #D7D7D7;

    border-top: 0;

    border-right: 0;

    font-size: 16px;

    color: #666666;

    font-weight: 400;

}



.product-details-sec .commision-structure-boxx table tr:nth-child(1) td:nth-child(1) {

    border-left: 0;

}



.product-details-sec .commision-structure-boxx table tr:nth-child(2) td:nth-child(1) {

    border-left: 0;

}



.product-details-sec .commision-structure-boxx table tr:nth-child(3) td:nth-child(1) {

    border-left: 0;

    border-bottom: 0;

}



.product-details-sec .commision-structure-boxx table tr:nth-child(3) td:nth-child(2) {

    border-bottom: 0;

}



.product-details-sec .commision-structure-boxx table tr:nth-child(3) td:nth-child(3) {

    border-bottom: 0;

}



.product-details-sec .commision-structure-boxx table tr td>span {

    display: block;

}



.product-details-sec .commision-structure-boxx table tr th {

    padding: 10px;

}



.product-details-sec .how-to-submit-business {

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    background: #fff;

    padding: 20px;

    border-radius: 20px;

    margin-top: 20px;

}



.product-details-sec .how-to-submit-business>h3 {

    font-size: 24px;

    font-weight: 500;

    margin-bottom: 25px;

}



.product-details-sec .how-to-submit-business>.video-boxx {

    background: #D7D7D7;

    height: 175px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}



.product-details-sec .how-to-submit-business>ul {

    display: flex;

    align-items: center;

    margin: 30px 0 0 0px;

    justify-content: space-evenly;

}



.product-details-sec .how-to-submit-business>ul>li {

    display: flex;

    align-items: center;

    gap: 5px;

    cursor: pointer;

}



.product-details-sec .how-to-submit-business>ul>li>div>img {

    width: 40px;

}



.product-details-sec .how-to-submit-business>ul>li>div>h4 {

    font-size: 16px;

    margin-bottom: 5px;

    line-height: 1;

}



.product-details-sec .how-to-submit-business>ul>li>div>p {

    margin: 0;

    font-size: 12px;

    line-height: 1;

    color: #8B8B8B;

    display: flex;

    align-items: center;

    gap: 6px;

}



.product-details-sec .how-to-submit-business>ul>li>div>p>i {

    color: #b43331;

}



.product-details-sec .how-to-submit-business>.video-boxx>a>i {

    font-size: 16px;

    color: #000;

    width: 50px;

    height: 50px;

    background: var(--theme);

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

}



.product-training-boxx {

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    background: #fff;

    padding: 20px;

    border-radius: 20px;

    /* margin-top: 25px; */

}



.product-training-boxx>ul {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 20px;

}



.product-training-boxx>ul>li>h3 {

    font-size: 24px;

    font-weight: 500;

    margin: 0;

}



.product-training-boxx>.table-responsive>table {

    width: 100%;

}



.product-training-boxx>.table-responsive>table>thead>tr {

    background: #F3F3F3;

}



.product-training-boxx>.table-responsive>table>thead>tr>th {

    padding: 15px 10px;
    font-size:14px; 

}

.product-training-boxx>.table-responsive>table>tbody>tr>td:nth-child(2) {
    width: 30%;
}

.product-training-boxx>.table-responsive>table>tbody>tr>td:nth-child(3) {
    width: 13%;
}

.product-training-boxx>.table-responsive>table>tbody>tr>td:nth-child(4) {
    width: 18%;
}



.product-training-boxx>.table-responsive>table>tbody>tr {

    margin-bottom: 20px;

    width: 100%;

}



.product-training-boxx>.table-responsive>table>tbody>tr>td {

    padding: 15px;

    border: 1px solid;

    border-top: 0;

    border-left: 0;

    border-color: #D7D7D7;

}



.product-training-boxx>.table-responsive>table>tbody>tr:last-child td {

    border-bottom: 0;

}



.product-training-boxx>.table-responsive>table>tbody>tr:first-child td:last-child {

    border-right: 0;

}



.product-training-boxx>.table-responsive>table>tbody>tr:last-child td:last-child {

    border-right: 0;

}



.product-training-boxx>.table-responsive>table>tbody>tr:nth-child(2) td:nth-child(3) {

    border-right: 0;

}



.prod-side-bar-more>div>span>a {

    color: #666;

}



.prod-side-bar-more>div>span>a:hover {

    color: #000;

}





/* product detail page */





/* Licensing Page Side bar*/



.license-sidebar-item {

    padding: 30px 20px 35px;

    background: #fff;

    border-radius: 20px;

    margin-bottom: 30px;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height:275px;

}



.license-sidebar-item a.theme-btn {

    font-size: 14px !important;

}



.license-sidebar-item p {

    font-size: 16px;

    color: #8B8B8B;

    margin-bottom: 30px;

}



.license-sidebar-item h4 {

    letter-spacing: -0.96px;

    font-size: 22px;

}



.heading1>h2 {

    font-size: 30px;

    letter-spacing: -1px;

    color: #000;

    font-weight: 500;

    margin-bottom: 20px;

}



.heading1>p {

    color: #8B8B8B;

    font-size: 16px;

}



.heading1 {

    margin-bottom: 40px;

}



.licensing-box {

    background: #fff;

    padding: 20px 25px;

    border-radius: 20px;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    margin-bottom: 20px;

    height: 320px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    transition: 0.3s ease-in-out;

}



.licensing-box>span {

    background: #EFEFEF;

    padding: 20px;

    border-radius: 25px;

    display: block;

    width: fit-content;

    margin-bottom: 20px;

    transition: 0.3s all;

    position: relative;

}



.licensing-box:hover span {

    background: #000;

}



.licensing-box>span:before {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    background: var(--theme);

    top: 0;

    left: 0;

    opacity: 0;

    mix-blend-mode: lighten;

}



.licensing-box>h3 {

    font-size: 22px;

    font-weight: 500;

    margin-bottom: 6px;

    line-height: 28px;

}



.licensing-box>p {

    font-size: 14px;

    color: #8B8B8B;

    line-height: 1.4;

    margin-bottom: 15px;

}



.licensing-box a.theme-btn {

    width: fit-content;

}



.licensing-box:hover {

    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgb(0 0 0 / 14%) 0px 30px 60px -30px;

    transition: 0.3s ease-in-out;

}



.licensing-box:hover>span:before {

    opacity: 1;

    mix-blend-mode: overlay;

}



.licensing-box>span img {

    filter: grayscale(1) brightness(0.9);

}



.licensing-box:hover>span img {

    filter: none;

}





/* Licensing Page Side bar*/





/* project css end  */





/*product pg css start*/



.prodct_bx ul>li:last-child {

    display: flex;

    align-items: start;

    justify-content: space-between;

    width: 100%;

}



.prodct_bx ul>li:last-child a {

    font-size: 20px;

    color: #956b3d;

    /* background: var(--theme); */

    /* -webkit-background-clip: text; */

    /* -webkit-text-fill-color: transparent; */

    animation: gradient 15s ease infinite;

    background-size: 400% 400%;

}

.prodct_bx .national_life_btn {
    padding: 5px 15px 5px;
    font-size: 12px !important;
}

.prodct_bx h4 {
    font-size: 16px;
    line-height: normal;
    margin: 30px 0 0;
}



.all-provider-detail {

    /* display: flex; */

    align-items: center;

    justify-content: space-between;

    padding: 0 5px;

}



.pro_bdy .itm {

    display: flex;

    align-items: center;

    gap: 10px;

    padding-bottom: 14px;

}



.am-best h5 {

    color: #8B8B8B;

    font-size: 14px;

    line-height: normal;

    letter-spacing: -0.56px;

    margin: 0 0 2px;

}



.am-best h5 span {

    color: #000;

    font-size: 16px;

}



.awards .slick-slide {

    margin: 0 10px;

}



.awards .slick-list {

    padding: 10px 0 10px;

}



.find_pro_Sec {

    padding: 60px 0 30px 0;

}



.find_pro_Sec .border_all {

    border-radius: 20px;

    background: #FFF;

    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);

    padding: 20px 30px 20px 20px;

}



.find_pro_Sec .border_all .f_head {

    padding: 0 0 20px 0;

}



.find_pro_Sec .border_all .f_head h4 {

    letter-spacing: -0.96px;

    margin: 0;

}



.find_pro_Sec .border_all .grp {

    border-radius: 10px;

    background: #F8F8F8;

    padding: 10px;

    border: 1px solid rgba(248, 248, 248, 1);

}



.find_pro_Sec .border_all .grp i {

    color: #666;

    margin: 0 10px 0 0;

}



.find_pro_Sec .border_all .grp input {

    border: 0;

    width: 90%;

    height: 35px;

}



.find_pro_Sec .border_all ul {

    display: flex;

    align-items: center;

    gap: 25px;

    justify-content: center;

}



.find_pro_Sec .border_all ul li {

    color: #666;

    font-size: 16px;

    letter-spacing: -0.64px;

}



.find_pro_Sec .border_all ul li label {

    vertical-align: middle;

    position: relative;

}



.find_pro_Sec .border_all .btnz_wrpr {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.find_pro_Sec .border_all .grp input::placeholder {

    color: #666;

    font-size: 16px;

    font-weight: 400;

    letter-spacing: -0.64px;

}



.find_pro_Sec .border_all ul li input[type=checkbox] {

    position: relative;

    border: 2px solid #000;

    border-radius: 5px;

    background: none;

    cursor: pointer;

    line-height: 0;

    margin: 0 .6em 0 0;

    outline: 0;

    padding: 0 !important;

    vertical-align: middle;

    height: 20px;

    width: 20px;

    -webkit-appearance: none;

    opacity: .1;

}



.find_pro_Sec .border_all ul li input[type=checkbox]:hover {

    opacity: 1;

}



.find_pro_Sec .border_all ul li input[type=checkbox]:checked {

    background-color: #000;

    opacity: 1;

}



.find_pro_Sec .border_all ul li input[type=checkbox]:before {

    content: '';

    position: absolute;

    right: 50%;

    top: 50%;

    width: 4px;

    height: 10px;

    border: solid #FFF;

    border-width: 0 2px 2px 0;

    margin: -1px -1px 0 -1px;

    transform: rotate(45deg) translate(-50%, -50%);

    z-index: 2;

}



section.top_pro_sec {

    padding: 30px 0;

}



.to_head h3 {

    color: #000;

    font-size: 30px;

    font-weight: 500;

    letter-spacing: -1.2px;

    margin: 0;

}



.to_head {}



.prodct_bx {
    padding: 30px 10px 15px 10px;
    background: #fff;
    border-radius: 11.268px;
    /* height: 300px; */
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    transition: 0.5s all;
}



.prodct_bx ul {

    display: flex;

    align-items: center;

    gap: 10px;

}



.prodct_bx ul>li:first-child {

    background: #F8F8F8;

    padding: 10px;

    border-radius: 11px;

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.prodct_bx ul>li h4 {

    line-height: 20px;

    color: #000;

    margin: 0 0 5px 0;

    font-size: 18px;

}



.prodct_bx ul>li p {
    margin: 0;
    letter-spacing: -0.631px;
    font-size: 12px;
    width: 12% !important;
}


.prodct_bx ul>li>img {

    width: 40px;

    height: 40px;

    object-fit: contain;

}



.pro_bdy {

    display: block;

    align-items: center;

    justify-content: space-around;

    padding: 10px 0 10px;

    border-bottom: 1px solid #D7D7D7;

}



.prodct_bx span {

    color: #8B8B8B;

    font-size: 13px;

    line-height: normal;

    letter-spacing: -0.56px;

}



.prodct_bx h6 {

    color: #666;

    font-size: 13px;

    line-height: normal;

    letter-spacing: -0.631px;

    margin: 0;

    transition: 0.5s all;

}



.itm a:hover h6 {

    color: #956b3d;

}



.pro_ftr {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 15px 10px;

}



.ftr_item1 {

    display: flex;

    gap: 10px;

    align-items: start;

}



.ftr_item2 a {

    color: #666;

    font-size: 16px;

    letter-spacing: -0.64px;

    vertical-align: middle;

}



.ftr_item2 a i {

    padding: 8px 11px;

    color: #000;

    border-radius: 50px;

    margin: 0 0 0 10px;

}



.brdr {

    border: 1px solid #D7D7D7;

    height: 45px;

    opacity: 0.6;

}



.prodct_bx:hover {

    background: #FFF;

    box-shadow: 10px 25px 50px 0px rgba(0, 0, 0, 0.10);

}



.prodct_bx:hover .ftr_item2 a i {

    background: radial-gradient(circle, rgba(255, 230, 158, 1) 0%, rgba(139, 96, 52, 1) 100%);

}



.top_pro_sec .slick-arrow {

    position: absolute;

    height: 35px;

    width: 35px;

    background: #fff;

    top: -5%;

    font-size: 0;

    right: 60px;

    border-radius: 50px;

    padding: 4px 0;

    border: 1px solid #D7D7D7;

    z-index: 1;

}



.top_pro_sec .slick-next {

    right: 15px;

    left: unset;

}



.top_pro_sec .slick-arrow:before {

    content: '\f060';

    font-family: 'Font Awesome 6 Pro';

    font-weight: 500;

    font-size: 20px;

    color: rgba(215, 215, 215, 1);

}



.top_pro_sec .slick-next:before {

    content: '\f061';

}



.top_pro_sec .slick-arrow:hover {

    background: radial-gradient(circle, rgba(255, 230, 158, 1) 0%, rgba(139, 96, 52, 1) 100%);

}



.top_pro_sec .slick-arrow:hover:before {

    color: #000;

}



ul.recod_detail {

    display: flex;

    justify-content: end;

    gap: 20px;

}



ul.recod_detail li {}



ul.recod_detail li span {

    color: #666;

    font-size: 16px;

    letter-spacing: -0.64px;

}



ul.recod_detail li span img {

    width: 25%;

    margin: 0 10px 0px 0;

}



.page-link {

    color: rgba(200, 200, 200, 1);

    border-radius: 10px;

}



a.page-link {

    font-size: 14px;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

}



.pgnation {

    display: flex;

    justify-content: center;

    margin-top: 40px;

}



.pgnation li.page-item {

    margin: 0 3px;

}



.page-item:first-child .page-link {

    border: 0;

}



.page-item:last-child .page-link {

    border: 0;

}



.page-link:hover {

    color: #000;

}





/*product pg css end*/





/*modal css start*/



.modal.advnce .modal-dialog {

    max-width: 1050px;

    margin-top: 160px;

}



.modal.advnce h3 {

    color: #000;

    font-size: 24px;

    font-weight: 500;

    letter-spacing: -0.96px;

}



.modal.advnce .btnz_mdl_two {

    display: flex;

    gap: 20px;

}



.modal.advnce .btnz_mdl_two a.theme-btn2 {

    padding: 10px 30px;

}



.modal.advnce .modal-footer {

    justify-content: flex-start;

}



.modal.advnce .modal-header {

    padding: 20px 0px;

    margin: 0 30px;

}



.modal.advnce .modal-footer {

    padding: 0 30px 30px 30px;

    border: 0;

}



.modal.advnce .modal-body h6 {

    color: #666;

    font-size: 20px;

    font-weight: 400;

    letter-spacing: -0.8px;

    margin-bottom: 0;

}



.modal.advnce .modal-body ul {

    display: block;

    padding: 20px 10px;

}



.modal.advnce .modal-body ul li {

    display: inline-block;

    width: 24%;

    padding: 15px 10px;

    vertical-align: middle;

}



.modal.advnce .modal-body ul li input {}



.modal.advnce .modal-body ul li label {

    color: #666;

    font-size: 17px;

    font-weight: 400;

    letter-spacing: -0.72px;

    vertical-align: middle;

}



.modal.advnce .modal-body ul li input[type=checkbox]:checked {

    background-color: #000;

    opacity: 1;

}



.modal.advnce .modal-body ul li input[type=checkbox] {

    position: relative;

    border: 2px solid #000;

    border-radius: 5px;

    background: none;

    cursor: pointer;

    line-height: 0;

    margin: 0 0.6em 0 0;

    outline: 0;

    padding: 0 !important;

    vertical-align: middle;

    height: 20px;

    width: 20px;

    -webkit-appearance: none;

    opacity: .1;

}



.modal.advnce .modal-body ul li input[type=checkbox]:before {

    content: '';

    position: absolute;

    right: 50%;

    top: 50%;

    width: 4px;

    height: 10px;

    border: solid #FFF;

    border-width: 0 2px 2px 0;

    margin: -1px -1px 0 -1px;

    transform: rotate(45deg) translate(-50%, -50%);

    z-index: 2;

}



.modal.advnce button.btn-close {

    position: absolute;

    top: -5px;

    right: 20px;

    background: #000;

    opacity: 1;

    color: #fff;

    border-radius: 50%;

}



.modal.advnce button.btn-close i {

    color: #fff;

    position: relative;

    top: -5px;

}





/*modal css end*/





/* project css end  



/* Sign Up Step Form */





/* Sign Up Start */



section.step-sign-up {

    background: #f9f9f9b3;

    position: relative;

    z-index: 0;

}



fieldset.signup-form {

    width: 70% !important;

}





/*form styles*/



#msform {

    text-align: center;

    position: relative;

    margin: 60px 0;

}



#msform fieldset {

    background: white;

    border: 0 none;

    border-radius: 0px;

    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);

    padding: 30px 50px;

    box-sizing: border-box;

    width: 100%;

    margin: 50px auto 0;

    /*stacking fieldsets above each other*/

    position: relative;

    text-align: start;

    right: 0;

    left: 0;

    border-radius: 12px;

}





/*Hide all except first fieldset*/



#msform fieldset:not(:first-of-type) {

    display: none;

}





/*inputs*/



#msform input,

#msform select,

#msform textarea {

    padding: 10px 15px;

    border: 1px solid #8B8B8B;

    border-radius: 10px;

    margin-bottom: 20px;

    width: 100%;

    box-sizing: border-box;

    color: #8B8B8B;

    font-size: 16px;

    letter-spacing: -0.64px;

    font-weight: 400;

    position: relative;

}



#msform input:focus,

#msform textarea:focus,

#msform select:focus {

    -moz-box-shadow: none !important;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    border: 1px solid #af8954;

    outline-width: 0;

    transition: All 0.5s ease-in;

    -webkit-transition: All 0.5s ease-in;

    -moz-transition: All 0.5s ease-in;

    -o-transition: All 0.5s ease-in;

}



#msform input::placeholder {

    color: #8B8B8B;

}





/*buttons*/



#msform .action-button {

    /* width: 100px;

    background: #ee0979;

    font-weight: bold;

    color: white;

    border: 0 none;

    border-radius: 25px;

    cursor: pointer;

    padding: 10px 5px;

    margin: 10px 5px; */

    width: 180px;

    margin-top: 20px;

    letter-spacing: -0.72px;

    font-weight: 500;

    border: transparent;

    color: #000;

    border-radius: 50px;

}



.act-btn {

    text-align: center;

}



#msform .action-button-previous {

    width: 180px;

    background: #F3F3F3;

    font-weight: bold;

    color: #666;

    border: 0 none;

    border-radius: 25px;

    cursor: pointer;

    margin: 10px 5px;

    font-weight: 400;

    padding: 10px 15px;

    text-align: center;

}



#msform .action-button-previous:hover,

#msform .action-button-previous:focus {

    background: #6666;

    color: #fff;

}





/*headings*/



.fs-title {

    font-size: 30px;

    text-transform: capitalize;

    color: #000;

    margin-bottom: 20px;

    font-weight: bold;

    letter-spacing: -1.2px;

    margin-top: 30px;

}



.fs-subtitle {

    font-weight: normal;

    font-size: 16px;

    color: #666;

    margin-bottom: 30px;

    letter-spacing: -0.64px;

    line-height: 26px;

}





/*progressbar*/



#progressbar {

    margin-bottom: 30px;

    overflow: hidden;

    /*CSS counters to number the steps*/

    counter-reset: step;

}



#progressbar li {

    list-style-type: none;

    color: #C8C8C8;

    font-size: 12px;

    width: 16.6%;

    float: left;

    position: relative;

    font-family: 'MADE Future X';

    text-transform: capitalize;

}



#progressbar li.active {

    color: #000;

}



#progressbar li:before {

    content: counter(step);

    counter-increment: step;

    width: 24px;

    height: 24px;

    line-height: 26px;

    display: block;

    font-size: 12px;

    color: #fff;

    background: white;

    border-radius: 25px;

    margin: 0 auto 10px auto;

    border: 1px solid #C8C8C8;

}





/*progressbar connectors*/



#progressbar li:after {

    content: '';

    width: 100%;

    height: 1px;

    background: #C8C8C8;

    position: absolute;

    left: -50%;

    top: 9px;

    z-index: -1;

    /*put it behind the numbers*/

}



#progressbar li:first-child:after {

    /*connector not needed before the first step*/

    content: none;

}





/*marking active/completed steps green*/





/*The number of the step and the connector before it = green*/



#progressbar li.active:before,

#progressbar li.active:after {

    background: #000;

    color: #000;

}





/* Not relevant to this form */



.dme_link {

    margin-top: 30px;

    text-align: center;

}



.dme_link a {

    background: #FFF;

    font-weight: bold;

    color: var(--black);

    border: 0 none;

    border-radius: 25px;

    cursor: pointer;

    padding: 5px 25px;

    font-size: 12px;

}



.dme_link a:hover,

.dme_link a:focus {

    background: #C5C5F1;

    text-decoration: none;

}



.remember-forget {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.custom-checkbox label {

    position: relative;

    cursor: pointer;

    color: #666;

}



.custom-checkbox label:before {

    content: '';

    -webkit-appearance: none;

    background-color: #F3F3F3;

    border: 0;

    padding: 12px;

    display: inline-block;

    position: relative;

    vertical-align: middle;

    cursor: pointer;

    margin-right: 10px;

    border-radius: 5px;

}



.custom-checkbox input:checked+label:after {

    content: '';

    display: block;

    position: absolute;

    top: 5px;

    left: 10px;

    width: 6px;

    height: 14px;

    border: solid #fff;

    border-width: 0 2px 2px 0;

    transform: rotate(45deg);

}



.custom-checkbox input:checked+label:before {

    background-color: #000;

}



.custom-checkbox input {

    padding: 0;

    height: initial;

    width: initial;

    margin-bottom: 0;

    display: none;

    cursor: pointer;

}



i#togglePassword {

    position: absolute;

    top: 10px;

    right: 18px;

    font-size: 18px;

    color: #666;

    cursor: pointer;

}



a.chng-pass {

    color: #666;

}



.sign-up-pass {

    position: relative;

}



.signup-form p {

    text-align: center;

}



.signup-form p a {

    color: #000;

    font-weight: 500;

}



a.chng-pass:hover {

    color: #000;

}



.sign-up-content {

    text-align: start;

}





/* Sign UP Form */





/* Recruiter Info Start*/



fieldset.recruiter-info {

    width: 90% !important;

}



.recruiter-btn {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



button.verify-code {

    background: var(--black);

    color: var(--white);

    border: 0;

    padding: 10px 60px;

    border-radius: 10px;

    font-size: 16px;

    box-shadow: 0 5px 18px 0 #00000040;

    transition: 0.5s all;

    border: 1px solid var(--black);

}



button.verify-code:hover {

    box-shadow: none;

    color: black;

    background: transparent;

}





/* fieldset.setup-profile {

    width: 90% !important;

} */



.setup-profile label {

    color: #8B8B8B;

    margin-bottom: 6px;

    display: inline;

}



.tooltip {

    position: relative;

    display: inline-block;

    color: #000;

    opacity: 1;

    right: -30px;

}



.tooltip .tooltiptext {

    visibility: hidden;

    width: 300px;

    background-color: black;

    color: #fff;

    text-align: center;

    border-radius: 6px;

    padding: 5px 0;

    position: absolute;

    z-index: 1;

    bottom: 30px;

    left: 50%;

    margin-left: 0;

    transform: translateX(-50%);

}



.tooltip .tooltiptext::after {

    content: "";

    position: absolute;

    top: 100%;

    left: 50%;

    margin-left: -5px;

    border-width: 5px;

    border-style: solid;

    border-color: black transparent transparent transparent;

}



.tooltip:hover .tooltiptext {

    visibility: visible;

}





/* Recruiter Info End */





/*Setup Profile  */



.profile-info p.date-label {

    margin-bottom: 3px;

    color: #8B8B8B;

}



.profile-end-txt {

    margin-top: 20px;

    color: #8B8B8B;

    font-size: 16px;

}



.profile-end-txt a {

    color: #8B8B8B;

    font-size: 16px;

}



.profile-end-txt a:hover {

    color: #000;

}





/* Setup Profile */





/* License Certification */



.addnew i {

    background: var(--black);

    color: var(--white);

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

}



a.addnew {

    display: flex;

    align-items: center;

    gap: 10px;

    color: #666;

}



.license-held-hding {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin: 10px 0 20px;

}



.lic-certi label {

    position: relative;

    cursor: pointer;

    color: #666;

}



.lic-certi label:before {

    content: '';

    -webkit-appearance: none;

    background-color: #F3F3F3;

    border: 0;

    padding: 12px;

    display: inline-block;

    position: relative;

    vertical-align: middle;

    cursor: pointer;

    margin-right: 10px;

    border-radius: 5px;

}



.lic-certi input:checked+label:after {

    content: '';

    display: block;

    position: absolute;

    top: 5px;

    left: 10px;

    width: 6px;

    height: 14px;

    border: solid #fff;

    border-width: 0 2px 2px 0;

    transform: rotate(45deg);

}



.lic-certi input:checked+label:before {

    background-color: #000;

}



.lic-certi input {

    padding: 0;

    height: initial;

    width: initial;

    margin-bottom: 0;

    display: none;

    cursor: pointer;

}



.all-checkbox {

    display: flex;

    flex-wrap: wrap;

    width: 100%;

    gap: 15px;

}



.lic-certi {

    width: 18%;

}



.license-held {

    border-bottom: 1px solid #D7D7D7;

    padding: 10px 0 40px;

}



.ce-checkbox {

    display: flex;

    align-items: start;

    justify-content: space-between;

    /* padding-bottom: 10px; */

}



.ce-checkbox select {

    width: 30% !important;

    background: #f8f8f8 url('../images/arrow.png') no-repeat 95%;

    border: 0 !important;

    padding: 8px 15px !important;

    margin: 0 !important;

    font-size: 14px !important;

    margin-bottom: 10px !important;

}



.ce-checkbox .lic-certi {

    width: 70%;

}



.continuing-edu {

    border-bottom: 1px solid #D7D7D7;

    margin: 30px 0 0;

    padding-bottom: 20px;

}



.training-certi .lic-certi {

    width: auto;

}



.training-certi .all-checkbox {

    gap: 40px;

}



.training-certi {

    border-bottom: 1px solid #D7D7D7;

    margin: 30px 0 0;

    padding-bottom: 40px;

}



.lh-appoint .lic-certi {

    width: 23%;

}



.license-held.lh-appoint {

    padding: 20px 0 40px;

}



.search-bar input[type="search"] {

    background: #F8F8F8;

    border: 0 !important;

    margin: 0 !important;

}



.search-bar button {

    position: absolute;

    background: transparent;

    border: 0;

    color: #666;

    right: 10px;

    z-index: 1;

    top: 10px;

}



.search-bar button i {

    font-weight: 500;

}



.search-bar {

    position: relative;

    width: 50%;

}



.products-search-checkbox {

    display: flex;

    align-items: center;

    gap: 40px;

}



.product-training {

    border-bottom: 1px solid #D7D7D7;

    margin: 30px 0 0;

    padding-bottom: 40px;

}



.product-training .lic-certi {

    width: 30%;

}



#custom-button {

    padding: 10px 15px;

    color: #666;

    background-color: transparent;

    border-radius: 5px;

    cursor: pointer;

    border: 0;

    overflow: hidden;

    position: relative;

}



#custom-text {

    margin-left: 10px;

    font-family: sans-serif;

    color: #aaa;

    position: absolute;

}



.image-btn i {

    font-size: 18px;

    padding-right: 10px;

}



#custom-button:before {

    content: '';

    position: absolute;

    width: 101%;

    height: 104%;

    border: 2px dashed #C3C3C3;

    top: -1px;

    left: -1px;

}



#custom-button i {

    padding-right: 8px;

}



.upload-btns {

    display: flex;

    align-items: center;

    gap: 20px;

    margin-bottom: 20px;

}



.steps-to-join p {

    font-size: 16px;

    margin: 0;

    color: #8B8B8B;

}



.steps-to-join ol li {

    font-size: 16px;

    color: #8B8B8B;

}



.steps-to-join {

    margin-bottom: 40px;

}



.cost-fees h5 {

    color: #000;

    font-family: MADE Future X;

    font-size: 22px;

    /* 22px */

    letter-spacing: -0.88px;

    margin-bottom: 15px;

}



.cost-fees p {

    color: #8B8B8B;

    font-size: 16px;

}





/* License Certification */





/* Sign Up Step Form */





/* Individual Profile */



.cover-image img {

    width: 100%;

    height: 250px;

}



.edit-sec {

    position: absolute;

    background: #fff;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    top: 20px;

    right: 20px;

    border-radius: 50%;

}



.edit-sec a {

    color: #666;

    font-size: 18px;

}



.add-edit-sec {

    position: absolute;

    display: flex;

    align-items: center;

    gap: 10px;

    top: 20px;

    right: 20px;

}



.add-edit-sec a {

    color: #666;

    background: #fff;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    font-size: 18px;

}



.add-edit-sec a:first-child {

    font-size: 22px;

}



.cover-image,

.jona-wright-details {

    position: relative;

}



.jona-wright-details {

    padding: 0px 30px 20px;

    background: #fff;

}



.jonathan-wright-info {

    border-radius: 20px;

    overflow: hidden;

    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);

}



.jona-wright-details img.profile-img {

    margin-top: -80px;

    margin-bottom: 20px;

    width: 150px;

    height: 150px;

    border-radius: 20px;

    border: 3px solid #FFF;

}



.jona-wright-intro h3 {

    font-size: 24px;

    font-weight: 500;

    margin-bottom: 10px;

}



.jona-wright-intro p {

    color: #8B8B8B;

    font-size: 16px;

    font-weight: 400;

    width: 90%;

}



.jona-wright-intro ul {

    display: flex;

    align-items: center;

    gap: 40px;

}



li.city-st-country {

    color: #C8C8C8;

}



li.cntct-info {

    color: #666;

    position: relative;

}



li.cntct-info:before {

    content: '';

    position: absolute;

    width: 7px;

    height: 7px;

    background: #666;

    border-radius: 50%;

    left: -18px;

    top: 9px;

}



.jona-wright-intro ul li {

    font-size: 14px;

}



.jonathan-about {

    padding: 20px 30px 20px;

    background: #fff;

    margin-top: 30px;

    border-radius: 20px;

    position: relative;

    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);

}



.jonathan-about p {

    font-size: 16px;

    color: #8B8B8B;

    font-weight: 400;

}



.profile-experience {

    padding: 30px 30px 30px;

    background: #fff;

    margin-top: 30px;

    border-radius: 20px;

    position: relative;

    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);

}



.profile-elpc {

    display: flex;

    align-items: flex-start;

    gap: 15px;

}



img.elpc-img {

    background: #F8F8F8;

    padding: 10px;

    border-radius: 12px;

}



.elpc-content h6 {

    margin-bottom: 8px;

    /* font-size: 20px; */

    letter-spacing: -0.64px;

}



.elpc-content ul li {

    color: #8f8f8f;

    font-size: 14px;

    line-height: 20px;

}



.profile-elpc.exp-2 {

    border-top: 1px solid #D7D7D7;

    padding-top: 30px;

    margin-top: 30px;

}



.all-experiences {

    margin-top: 20px;

}



.table-responsive table {

    width: 100%;

}





/* Individual Profile */





/* Add New Modal */



#addNew.modal.show .modal-dialog {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: 100%;

    margin: 0 auto;

}



.modal-body form .label-input {

    width: 100%;

    padding: 8px 15px;

    border-radius: 8px;

    border: 1px solid #8f8f8f;

}





/* .modal-body form .add-checkbox {

    background: #666;

    border: 0;

    padding: 10px 50px;

    border-radius: 20px;

    margin: 14px 0 0;

    text-transform: capitalize;

    color: #fff;

    transition: 0.5s all;

} */



.modal-body form .add-checkbox {

    margin: 14px 0 0;

    padding: 12px 35px;

}



.modal-body form {

    text-align: center;

    padding: 20px;

}



.modal-header h2 {

    font-size: 25px;

    line-height: 25px;

    letter-spacing: -1px;

}





/* .modal-body form .add-checkbox:hover {

    background: #000;

} */





/* Add New Modal */





/* project css end  */





/* Email Modal */



.pc-email-input #passcode_email {

    width: 100%;

    padding: 10px 15px;

    border-radius: 10px;

    border: 1px solid #323232;

}



.pc-email-input button.theme-btn {

    margin-top: 12px;

    padding: 14px 60px;

}



div#enterEmail .modal-body,

div#requestPasscode .modal-body {

    padding-bottom: 50px;

}



.already-passcode {

    display: flex;

    align-items: center;

    justify-content: center;

}



.already-passcode p {

    margin: 0;

    color: #000;

}



.already-passcode button {

    background: transparent;

    border: 0;

    color: #7b4c13;

    font-weight: 500;

}



form.enter-pc-input input {

    width: 100%;

    padding: 10px 15px;

    border-radius: 10px;

    border: 1px solid #323232;

}



form.enter-pc-input button {

    margin-top: 12px;

    padding: 14px 60px;

}





/* Email Modal */



.associate-text h2 {

    font-size: 24px;

    margin: 30px 0 20px;

}



.associate-text ul {

    padding-left: 30px;

    margin: 10px 0 30px;

    font-size: 20px;

    line-height: 1.5;

}



.associate-text ul li:before {

    content: '\f560';

    font-family: 'Font Awesome 6 Pro';

    font-weight: 900;

    margin-right: 8px;

}



.field-wrp input,

.field-wrp select,

.field-wrp textarea {

    height: 50px;

    width: 100%;

    border: 1px solid #ddd;

    border-radius: 6px;

    padding: 10px 10px;

    position: relative;

}



.field-wrp input[type="date"]::-webkit-calendar-picker-indicator {

    background: transparent;

    bottom: 0;

    color: transparent;

    cursor: pointer;

    height: auto;

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

    width: auto;

}



.all-profref-chckbx {

    display: block;

}



.field-wrp {

    margin: 0 0 30px;

}



.field-wrp textarea {

    height: 100px;

}



.upload-btn-wrapper {

    position: relative;

}



.upload-btn-wrapper input[type=file] {

    position: absolute;

    left: 0;

    top: 0;

    opacity: 0;

    z-index: 1;

    cursor: pointer;

    width: fit-content;

    height: 100%;

}





/* faqs start */





/*Faqs Page Starts*/



.wrapper {

    width: 100%;

    overflow-y: auto;

}



.wrapper .box {

    width: 100%;

    margin: 22px 0;

    padding: 20px 15px;

    background: var(--theme);

    box-shadow: 6px 8px 2px 0 rgba(0, 0, 0, 0.8);

    border-radius: 3px;

    overflow: hidden;

    background-size: 400% 400%;

    animation: gradient 10s ease infinite;

    /* letter-spacing: -1px; */

    transition: all 0.3s ease-in-out 0s;

}



.wrapper .box .question {

    display: inline-flex;

    justify-content: space-between;

    align-items: center;

    font-weight: bold;

    width: 100%;

    cursor: pointer;

}



.wrapper .box .answer {

    max-height: 0;

    overflow: hidden;

    transition: all 0.5s linear;

}



.wrapper .box .answer.active {

    max-height: 300px;

}



.wrapper .box .answer__text {

   /* font-size: clamp(8px, 2vw, 18px);*/

    font-size: 18px;

    margin: 16px 0 0;

    color: #000;

}



.wrapper .box .question p.question__text,

.answer.active p.answer__text {

    color: #000 !important;

    font-size: 18px;

    line-height: 28px;

}



.question i {

    color: #000;

}



.dark-theme .wrapper .box {

    background: #fff;

    box-shadow: 6px 8px 1.5px 0 rgba(255, 255, 255, 0.2);

}



.dark-theme .wrapper .box .question p.question__text,

.dark-theme .answer.active p.answer__text,

.dark-theme .question i {

    color: #000 !important;

}



p.question__text {

    font-size: 24px;

    margin: 0;

}





/*Faqs Page end*/





/* faqs end */



.associate-text ul li a {

    color: #c09e65;

}



.field-wrp label {

    margin-bottom: 5px;

}



.referral-checkbox {

    display: inline-block;

    /* align-items: center; */

    /* gap: 10px; */

    padding-right: 20px;

    padding-bottom: 12px;

}



.referral-checkbox input {

    width: auto;

    height: auto;

}



.referral-checkbox label {

    margin: 0;

    margin-left: 5px;

}



#calendar {

    max-width: 1100px;

    margin: 40px auto;

}



.all-event-list ul li {

    display: flex;

    align-items: start;

    margin-bottom: 30px;

    justify-content: space-between;

    border-bottom: 1px solid #c7c7c7;

}



.all-event-list ul {

    list-style-type: disc;

}



.all-event-list ul li .event-name {

    font-weight: 600;

}



span.event-det {

    text-align: end;

}





/* Email Templates */



.temp-index table tr td,

.temp-index table tr th {

    padding: 20px 0px;

}



.email-templates-item h2 {

    font-size: 45px;

    letter-spacing: -2px;

    margin-bottom: 20px;

}



.email-templates-item {

    border-top: 2px solid #000;

    padding: 80px 0;

}



.email-templates-item h4 {

    text-decoration: underline;

}



.email-templates-item a {

    color: #000;

    font-weight: 600;

}



.email-templates-item ul {

    list-style-type: disc;

    padding-left: 1.5rem;

    margin-bottom: 1rem;

}



.email-templates-item ul li {

    color: #666666;

    font-size: 14px;

}



.email-templates-item a:hover {

    color: #9d7545;

}



.temp-index table tr td:last-child {

    text-align: end;

}



.temp-index table tr th:last-child {

    text-align: end;

    padding-right: 18px;

}





/* Email Templates */





/* directory start */



.contact-info table tr td,

.contact-info table tr th {

    border: 1px solid #000;

    padding: 12px 15px;

}



.contact-info table tr td a {

    color: #7c5e34;

}



.contact-info table tr td a:hover {

    color: #25221f;

}



.contact-info table tr th {

    text-transform: uppercase;

    background: #835c33;

    color: #fff;

}





/* directory end */





/* business plan template */



.busines-plan-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.busines-plan-cntnt a.theme-btn {

    display: inline-block;

    margin-top: 10px;

}



.busines-plan-img {

    width: 100%;

    height: 500px;

    border-radius: 10px;

    overflow: hidden;

}





/* business plan template */



.product-details-sec .top-prod-offering>.table-responsive>table tr>td a {

    color: #8B8B8B;

    display: flex;

    align-items: center;

    gap: 10px;

}



.product-details-sec .top-prod-offering>.table-responsive>table tr>td:first-child {

    width: 20%;
    justify-content: flex-start;

}

.product-details-sec .top-prod-offering>.table-responsive>table tr>td:last-child {

    width: 20%;
    justify-content: flex-end;

}

.product-details-sec .top-prod-offering>.table-responsive>table tr>td {

    width: 20%;
        justify-content: center;
            text-align: center;

}


.al-forms-item {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 20px 0;

    border-bottom: 1px solid #00000075;

}



.directory-page select {

    width: 40%;

    height: 50px;

    border: 0;

    padding: 0px 10px;

}



.directory-page form {

    display: contents;

    align-items: center;

}



.directory-page input {

    height: 45px !important;

    width: 100% !important;

    border-left: 1px solid #000 !important;

    padding-left: 10px;

}



.directory-search-btn button {

    width: 100%;

}



ul.comp-tile-list {

    display: block;

}



ul.comp-tile-list li:first-child {

    background: none;

    padding: 0;

    width: fit-content;

    height: auto;

}



li.custom-checkbox select {

    width: 100%;

    border: 1px solid #f3f3f3;

    border-radius: 12px;

    padding: 10px;

    background: #f3f3f3 url(../images/arrow.png) no-repeat 96%;

}



ul.illustration-comp li a {

    color: rgba(139, 96, 52, 1);

    position: relative;

}



ul.illustration-comp li a:hover {

    color: var(--black);

}



ul.illustration-comp li a:before {

    content: '';

    position: absolute;

    width: 0;

    height: 2px;

    background: #000;

    left: 0;

    bottom: -4px;

    transition: 0.5s all;

}



ul.illustration-comp li a:hover:before {

    width: 100%;

}



.event-banner>img {

    width: 100%;

    height: 350px;

    border-radius: 20px;

}



.event-content {

    position: absolute;

    top: 50%;

    text-align: center;

    transform: translate(-50%, -50%);

    left: 50%;

    width: 100%;

}



.event-banner {

    z-index: 1;

    position: relative;

    border-radius: 20px;

    overflow: hidden;

}



.event-banner:before {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    background: #000;

    left: 0;

    top: 0;

    opacity: 0.6;

    z-index: 0;

}



.event-content>h1 {

    margin-bottom: 45px;

}



.licensing-box>h5 {

    margin: 0;

    font-size: 16px;

    line-height: normal;

    text-decoration: underline;

}



.training-center-img img {

    margin-bottom: 20px;

    border-radius: 20px;

}



.licensing-box p a {

    color: rgba(139, 96, 52, 1);

}



ul.train-lic-cent-link {

    position: absolute;

    top: 40px;

    z-index: 0;

    width: max-content;

    height: auto;

    padding: 10px;

    background: #000;

    border-radius: 5px;

    left: 20px;

    transform: translateY(-10%);

    opacity: 0;

    transition: 0.5s all;

    box-shadow: 0 0 15px 0 #00000026;

}



.training-center-link {

    display: inline-block;

    position: relative;

}



ul.train-lic-cent-link li img {

    width: 130px;

    transition: 0.5s all;

}



ul.train-lic-cent-link li {

    margin-bottom: 10px;

}



ul.train-lic-cent-link li:last-child {

    margin: 0;

}



.training-center-link:hover ul.train-lic-cent-link {

    transform: translateX(0);

    z-index: 2;

    opacity: 1;

}



ul.train-lic-cent-link li a:hover img {

    transform: scale(1.05);

}



.training-center-link-main {

    display: inline-flex;

    align-items: center;

    justify-content: start;

    gap: 10px;

}



.training-center-link-main .training-center-link a.theme-btn {

    padding: 11px 22px;

    font-size: 15px;

}



ul.train-lic-cent-link li a {

    color: #fff;

    font-size: 14px;

}



ul.train-lic-cent-link li a:hover {

    color: #b8955e;

}



ul.corebrigde-box li:last-child h4 {

    display: flex;

    align-items: center;

    gap: 30px;

}



ul.corebrigde-box li:last-child h4 a {

    font-size: 14px;

    color: #000;

    padding: 6px 15px;

}



.product-training-boxx li a {

    color: #bb9860;

}



.product-training-boxx li a:hover {

    color: #000;

}



.product-training-boxx li p {

    margin: 0;

}



.product-training-boxx h6 {

    font-size: 18px;

    line-height: normal;

    margin: 15px 0;

    text-decoration: underline;

}



.product-training-boxx>.table-responsive>table>tbody>tr>td:first-child {

    font-size: 14px;

    line-height: normal;

    font-weight: 500;

    color: #000;

    width: 18%;

}



.product-training-boxx>.table-responsive>table>tbody>tr>td:last-child {

    font-size: 13px;

    line-height: normal;

    border-right: 0;

}



.coming-soon-center h2 {

    margin: 50px;

    line-height: normal;

}



section.coming-soon {

    height: 70vh;

    display: flex;

    align-items: center;

}



.associate-text h4 {

    margin: 15px 0;

    font-size: 22px;

}



.associate-text h4 a {

    font-size: 19px;

    padding-left: 4px;

    font-weight: 400;

}



.what-happening img {

    width: 100%;

    border-radius: 10px;

}



.ds-side h3 {

    font-size: 28px;

    line-height: normal;

}



.ds-side h5 {

    text-align: center;

}



.ds-side a {

    display: inline-block;

    margin-top: 20px;

}



.ds-side {

    text-align: center;

}



.client-record-table table tbody td a {

    padding: 8px 30px;

    color: #000;

    display: inline-block;

}



.add-new-client {

    text-align: end;

}



.add-new-client a {

    display: inline-block;

}



.national_life_btn {

    background: radial-gradient(circle, rgba(255, 230, 158, 1) 0%, rgba(139, 96, 52, 1) 100%);

    color: #000 !important;

    border-radius: 30px !important;

    padding: 6px 20px 8px;

    font-size: 13px !important;

}



.box_new p {

    width: 100% !important;

}



.fax_num {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.event-box img {

    width: 100%;

    height: 383px;

    object-fit: cover;

}



.left_content_box {

    width: 100% !important;

    margin-bottom: 1rem;

}



.left_content_box>div>p {

    margin-bottom: 0;

}



.left_content_box h3 {

    font-size: 15px;

    font-weight: 500;

    width: 100% !important;

    margin-bottom: 6px;

    line-height: 1.2;

}



.left_content_box div {

    display: flex;

    justify-content: space-between;

}



.inner_left_content {

    display: block !important;

}



.left_content_box div a {

    color: #d0af73 !important;

    font-size: 13px;

}



.national_life_agent a {

    display: inline-block;

}



.national_life_agent {

    margin: 50px auto;

    text-align: center;

    width: 100%;

}





/* Setting Page Start */



.avatar-upload {

    position: relative;

    max-width: 205px;

    margin: 50px auto 20px;

}



.avatar-upload .avatar-edit {

    position: absolute;

    right: 24px;

    z-index: 1;

    top: 10px;

}



.avatar-upload .avatar-edit input {

    display: none;

}



.avatar-upload .avatar-edit input+label {

    display: inline-block;

    width: 34px;

    height: 34px;

    margin-bottom: 0;

    border-radius: 100%;

    background: #FFFFFF;

    border: 1px solid transparent;

    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);

    cursor: pointer;

    font-weight: normal;

    transition: all 0.2s ease-in-out;

}



.avatar-upload .avatar-edit input+label:hover {

    background: #f1f1f1;

    border-color: #d6d6d6;

}



.avatar-upload .avatar-edit input+label:after {

    content: "\f030";

    font-family: 'FontAwesome';

    color: #757575;

    position: absolute;

    top: 10px;

    left: 0;

    right: 0;

    text-align: center;

    margin: auto;

}



.avatar-upload .avatar-preview {

    width: 192px;

    height: 192px;

    position: relative;

    border-radius: 100%;

    border: 6px solid #F8F8F8;

    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);

}



.avatar-upload .avatar-preview>div {

    width: 100%;

    height: 100%;

    border-radius: 100%;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}



.setting-pag {

    padding: 80px 0;

}



.setting-detail-from {

    padding: 20px 30px 20px;

    background: #fff;

    border-radius: 20px;

    position: relative;

    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);

}



.setting-detail-from h3 {

    font-size: 30px;

    font-weight: 500;

    margin-bottom: 10px;

}



.sett-input label {

    font-family: 'MADE Future X';

    font-size: 18px;

    line-height: 23px;

    color: #000;

    font-weight: 500;

    margin: 0 0 15px;

    text-transform: capitalize;

}



.sett-input input {

    width: 100%;

    height: 50px;

    padding: 0 10px;

    border: 1px solid #000;

    border-radius: 5px;

    margin-bottom: 20px;

}



.choices__inner {

    width: 100%;

    height: 50px;

    padding: 0 10px;

    border: 1px solid #000;

    border-radius: 5px;

    margin-bottom: 20px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

}



.choices__item.choices__item--selectable {

    background: radial-gradient(circle, rgba(255, 230, 158, 1) 0%, rgba(139, 96, 52, 1) 100%);

    border: 0;

    color: #000;

    padding: 0 10px;

}



.choices[data-type*=select-multiple] .choices__button,

.choices[data-type*=text] .choices__button {

    border-color: #000;

    filter: invert(1);

}



label.form-label {

    font-family: 'MADE Future X';

    font-size: 18px;

    line-height: 23px;

    color: #000;

    font-weight: 500;

    margin: 0 0 15px;

    text-transform: capitalize;

}



.sett-input textarea {

    width: 100%;

    height: 150px;

    padding: 0 10px;

    border: 1px solid #000;

    border-radius: 5px;

    margin-bottom: 20px;

    resize: none;

}



.sett-input.sett-button {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 15px;

}



.sett-input.sett-button button {

    text-decoration: none;

    position: relative;

    z-index: 1;

    border: none;

    font-weight: 500;

    font-size: 18px;

    font-family: 'MADE Future X';

    color: var(--black);

    line-height: 22px;

    text-align: center;

    padding: 13px 30px;

    background: radial-gradient(circle, rgba(255, 230, 158, 1) 0%, rgba(139, 96, 52, 1) 100%);

    background-size: 400% 400%;

    animation: gradient 10s ease infinite;

    letter-spacing: -1px;

    transition: all 0.3s ease-in-out 0s;

}



.profile-sett {

    padding: 20px 30px 20px;

    background: #fff;

    border-radius: 20px;

    position: relative;

    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);

    text-align: center;

}



.profile-sett h4 {

    margin: 0;

}



.profile-sett h6 {

    color: #666;

}



.choices__list--multiple .choices__item.is-highlighted {

    background-color: #dab778;

    border: 1px solid #dab778

}





/* Setting Page End */





.all_pres {

    font-size: 50px !important;

    font-weight: 700 !important;

}

.scroll-box {
    height: 230px;
    overflow-y: scroll;
}

    /* WebKit Browsers (Chrome, Safari, Edge) */
    .scroll-box::-webkit-scrollbar {
      width: 8px;
    }

    .scroll-box::-webkit-scrollbar-track {
      background: #eee;
    }

    .scroll-box::-webkit-scrollbar-thumb {
      background-color: #888;
      border-radius: 4px;
    }

    .scroll-box::-webkit-scrollbar-thumb:hover {
      background: #555;
    }

    /* Firefox Support */
  .scroll-box {
    scrollbar-width: thin;
    scrollbar-color: #000000 #e1c784;
}
.client-login-sec .row {
    justify-content: center;
}

.client-login-btn a {
    font-size: 14px;
}
.client-login-box a svg {
     width: 200px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 15px;
}
.client-login-btn {
    margin-top: 30px;
}
.client-login-sec {
    padding: 100px 0;
}
.client-login-box {
    padding: 30px 30px;
    box-shadow: 0 0 5px 0 #0000001f;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 415px;
}


.client-login-box a img {
    width: 200px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 15px;
}
