@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* font-family: "Montserrat", sans-serif; */


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

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat';
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

img {
    max-width: 100%;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat';
    line-height: 25px;
    margin: 0 0 20px;
}


/***** Font Files *****/

@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;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.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;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'BlenderPro-Medium';
    font-size: 42px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h3 {
    font-family: 'BlenderPro-Medium';
    font-size: 21px;
    line-height: 1.2;
    color: #111010;
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h4 {
    font-family: 'BlenderPro-Medium';
    font-size: 24px;
    line-height: 1.2;
    color: #111010;
    font-weight: 300;
    margin: 0 0 13px;
}

h5 {
    font-family: 'BlenderPro-Medium';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'BlenderPro-Medium';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* Sidebar SEction Start */

.dashboard_page-box {
    background: #fff;
    position: relative;
    z-index: 9;
}

section.side_bar {
    position: relative;
    /*z-index: 1;*/
    background: #e9e9e9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 0vh;
}

.side-bar-logo {
    text-align: center;
    /* border-bottom: 1px solid #fff; */
    /* background: #fff; */
    padding: 26px 0px;
}

.dashboard_page-box .col-xl-2.col-lg-3.col-md-4 {
    padding: 0;
}

.dashboard_page-box .col-xl-10.col-lg-9.col-md-8 {
    padding: 0;
}

.side-bar-profile {
    text-align: center;
    padding: 20px 0;
}

.side-bar-profile h6 {
    font-size: 10px;
    color: #ffffff;
    text-transform: capitalize;
}

.side-bar-profile img {
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    object-fit: cover;
}

.side-bar-profile h5 {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}

ul.slidebar_menu a {
    font-size: 12px;
    text-transform: uppercase;
    color: #151414;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 12px 0 12px 10px;
    width: 100%;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    font-family: 'BlenderPro-Medium';
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-transform: uppercase;
    line-height: 1.2;
}

ul.slidebar_menu a:hover,
ul.slidebar_menu a.active {
    background: #fff;
    color: #04172b;
}

ul.slidebar_menu a img {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 7px;
    object-fit: contain;
}

ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    filter: brightness(0) saturate(100%) invert(70%) sepia(69%) saturate(7458%) hue-rotate(359deg) brightness(105%) contrast(105%);
}

.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: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-left: 30px;
}

.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;
}

li.list-item {
    /* position: relative; */
}

.header-profile {
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 30px 0 30px;
    margin-bottom: 20px;
}

.header-profile img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 0 10px;
}

.header-profile h5 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'BlenderPro-Medium';
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -5px;
    color: #151414;
}

.header-profile span {
    font-family: 'BlenderPro-Medium';
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #151414;
}

.slidebar_menu {
    /* border: 1px solid #000; */
    border-radius: 30px;
    margin: 0;
    padding-top: 40px;
    position: relative;
}

ul.slidebar_menu a span {
    display: block;
    font-size: 11px;
    color: #7c7c7c;
}

.side-bar-list {
    padding: 0 20px;
}

li.list-item a {
    border-bottom: 0;
}


/* Sidebar SEction End */


/*  Header Nav Bar Start */

.search-nav {
    background: #fff;
    position: relative;
    z-index: 1000;
    padding: 24px 30px 24px 10px;
    margin-bottom: 0;
}

.header-search button {
    width: 60px;
    height: 45px;
    background: #ebebeb00;
    border: 0;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.header-search input {
    width: 100%;
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    outline: none;
    border: 0;
    border-radius: 10px !important;
    height: 55px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    background: #fff7f2;
}

.header-search input::placeholder {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.search-nav .row {
    border: 1px solid #eeebe7;
    border-radius: 5px;
}

ul.header-profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 0;
    margin-right: 0;
}

ul.header-profile-list i {
    font-size: 20px;
    color: #151414;
    position: relative;
    z-index: 1;
    width: 55px;
    height: 55px;
    background: #fff7f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

a.mailbox span {
    width: 7px;
    height: 7px;
    background: #ff5d00;
    padding: 1px;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #fff;
}

.mail-box.chg .mailbox span {
    right: 11px;
}

.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 img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

.user-profile-info h4 {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    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: #ff5d00;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    z-index: 9;
}

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: #000;
}

ul.mail-messages li .mail-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

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: #ff5d00;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    z-index: 9;
}

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: #000;
}

ul.notification-messages-list li .notification-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

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: #000;
    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: #ff5d00;
}


/* Notification Box */


/* Profile Box */

.user-profile-dropdown {
    position: absolute;
    right: 10px;
    width: 150px;
    background: #ff5d00;
    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: #000;
}

.user-profile-info h4>span {
    display: block;
    font-size: 10px;
    color: #777777;
    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;
    width: 100%;
    background: #fff7f2;
    margin: 5px 0;
    z-index: 1001;
}

/* .header-search a {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #7c7c7c;
} */

.bookmark-icon {
    font-size: 18px;
    color: #6b6b6b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #d7d7d7;
    border-radius: 50%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


/* Profile Box */


/* Page Content */

.dashboar_page-content {
    background: #ffffff;
    border-radius: 20px;
    margin: 5px 0px 0 0px;
}

.imageWrapper {
    border: 3px solid #888;
    width: 7%;
    padding-bottom: 6%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 42%;
    left: 58%;
    transform: translate(-50%, -50%);
}

.welcome-box {
    background-image: url(../images/welcome-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 40px;
    border-radius: 5px;
}

.welcome-text h2 {
    font-size: 28.31px;
    color: #ffffff;
    margin: 0 0 10px;
}

.welcome-text p {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}

.btn-1 {
    font-size: 14px;
    color: #131212;
    background: #fff;
    padding: 12px 25px;
    display: inline-flex;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
}


/* Slider */

.order-history-box {
    margin: 25px 0 0;
    border: 1px solid #eeebe7;
    padding: 30px 20px;
    border-radius: 10px;
}

.order-history-head h2 {
    font-size: 23px;
    color: #000000;
    text-transform: uppercase;
}

.order-box {
    position: relative;
    z-index: 1;
}

.order-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.order-text h3 {
    font-size: 16px;
    color: #1b1b1b;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    margin: 0 0 8px;
    font-weight: 600;
}

.order-text p {
    font-size: 11px;
    color: #222222;
    line-height: 20px;
    margin-bottom: 0;
}

.btn-2 {
    background: #ff5d00;
    color: #fff;
}

ul.rder-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0;
}

ul.rder-list a {
    padding: 10px 10px;
    font-size: 13px;
}

ul.rder-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

ul.rder-list li i {
    color: #ff5d00;
}

.order-history-box .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.order-history-slider {
    margin-left: -10px;
}

.order-history-slider .slick-prev,
.order-history-slider .slick-next {
    top: -60px;
    right: 40px;
    left: auto;
}

.order-history-slider .slick-prev {
    right: 100px;
}

.order-history-slider .slick-prev:before,
.order-history-slider .slick-next:before {
    position: absolute;
    content: '\f054';
    width: 50px;
    height: 45px;
    background: #e9e9e9;
    border-radius: 5px;
    color: #000;
    font-family: 'FontAwesome';
    display: grid;
    place-content: center;
}

.order-history-slider .slick-prev:hover:before,
.order-history-slider .slick-next:hover:before {
    background: #ff5d00;
    color: #fff;
}

.order-history-slider .slick-prev:before {
    content: '\f053';
}


/* Slider */


/* Profile */

.profile-home-box {
    border-width: 1px;
    border-color: rgb(238, 235, 231);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    margin-top: 5px;
    position: relative;
    z-index: 0;
}

img.prf-bg {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    object-fit: cover;
}

.prf-head {
    text-align: center;
}

.prf-head img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 10px solid #fff;
    margin-top: -50px;
}

.prf-head h4 {
    font-size: 20px;
    color: #101010;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.prf-head h5 {
    font-size: 16px;
    color: #6d6d6d;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

ul.prfil-list {
    margin: 50px 0 0 25px;
}

.profile-home-box::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    left: 8%;
    z-index: -1;
}

ul.prfil-list li {
    position: relative;
    z-index: 1;
    padding: 0 20px 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

ul.prfil-list li::before {
    position: absolute;
    content: '\f192';
    width: 10px;
    height: 10px;
    font-size: 13px;
    color: #fe5d02;
    font-family: 'FontAwesome';
    left: -7px;
}

ul.prfil-list h6 {
    font-size: 12px;
    color: #101010;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    line-height: 20px;
}


/* Profile */

a.logout-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: #ff5d00;
    color: #fff;
    display: flow;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
}


/*Dashedboard Start*/


/*Manual Delivery Start*/

.order-history-box.delivery {
    margin: 0;
    background: #e9e9e9;
}

.order-box.chg {
    margin-top: 25px;
}

.order-history-head.delivery {
    border-bottom: 1px solid #cbcccc;
    margin-bottom: 25px;
}

.order-history-box.delivery .slick-prev:before {
    position: absolute;
    content: '\f054';
    width: 50px;
    height: 45px;
    background: #e9e9e9;
    border-radius: 5px;
    color: #000;
    font-family: 'FontAwesome';
    display: grid;
    place-content: center;
    opacity: 1 !important;
}

.order-history-box.delivery .slick-next:before {
    position: absolute;
    content: '\f054';
    width: 50px;
    height: 45px;
    background: #e9e9e9;
    border-radius: 5px;
    color: #000;
    font-family: 'FontAwesome';
    display: grid;
    place-content: center;
    opacity: 1 !important;
}

.order-history-box.delivery .slick-prev:before {
    content: '\f053';
}

.order-history-box.delivery .slick-prev {
    right: 100px;
}

.order-history-box.delivery .slick-prev {
    top: -80px;
    right: 95px;
    left: auto;
}

.order-history-box.delivery .slick-next {
    top: -80px;
    right: 30px;
    left: auto;
}

.order-history-box.delivery .slick-prev:hover:before {
    background: #ff5d00;
    color: #fff;
}

.order-history-box.delivery .slick-next:hover:before {
    background: #ff5d00;
    color: #fff;
}

.maual-delivery-document-box {
    background: #e9e9e9;
    border-radius: 10px;
    margin-top: 5px;
}

.maual-delivery-document-heading {
    padding: 30px 20px;
    border-bottom: 1px solid #d3d3d3;
}

.maual-delivery-document-heading h2 {
    margin-bottom: 0;
    font-size: 23px;
}

.maual-delivery-document-main-listing-text ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    width: 100%;
}

.maual-delivery-document-main-listing {
    border-bottom: 1px solid #d3d3d3;
    margin: 0 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.maual-delivery-document-main-listing-button a {
    border: 1px solid #fe6107;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fe6107;
}

.maual-delivery-document-main-listing-text ul li span img {
    width: 30px;
    height: 33px;
    object-fit: contain;
}

.maual-delivery-document-main-listing-text ul li span {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid #dedede;
    border-radius: 8px;
}

.maual-delivery-document-main-listing-text ul li p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #232323;
    font-weight: 600;
    font-size: 13px;
    font-family: 'BlenderPro-Medium';
    line-height: 1;
}

.maual-delivery-document-main-listing-text ul li label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #232323;
    font-weight: 600;
    font-size: 13px;
    font-family: 'BlenderPro-Medium';
}


/*Manual Delivery Ends*/


/*Account Start*/

.account-header-sec {
    padding: 20px 0;
    border-bottom: 1px solid #e6e8ea;
    text-align: center;
}

.account-header-logo a img {
    width: 10%;
}

.account-sec {
    padding: 100px 0;
    position: relative;
}

.account-sec:before {
    content: "";
    position: absolute;
    background: #e6e8ea;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.login-account-box {
    text-align: center;
    background: #ffff;
    padding: 35px 30px;
    box-shadow: 0 0 10px 0 #00000021;
    border-radius: 5px;
    width: 90%;
}

.login-account-box.chg {
    float: right;
}

.login-account-box p {
    text-align: left;
    color: #232323;
    font-weight: 700;
    font-size: 14px;
}

.login-account-box p a {
    margin-left: 5px;
    color: #ff6200;
    text-decoration: underline;
}

.account-or-login-with-box {
    text-align: center;
    margin-top: 35px !important;
    width: 90%;
    margin: 0 auto;
}

.login-account-box h2 {
    margin-bottom: 10px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
}

.login-account-box p {
    font-size: 14px;
    color: #adadad;
}

.login-account-box input {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
}

.login-account-box input::placeholder {
    color: #666666;
    font-size: 14px;
    font-weight: 600;
}

.login-account-box button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    border: none;
    font-family: 'BlenderPro-Medium';
    font-size: 15px;
}

.login-account-box ul li {
    color: #b6b5b5;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.login-account-box ul li input {
    width: 15px;
    height: 15px;
    margin-bottom: 0;
}

.login-account-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 0;
}

.account-or-login-with-box h2 {
    font-size: 20px;
    color: #8c8c8c;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.account-or-login-with-box ul {
    column-count: 3;
    margin-top: 35px;
}

.account-or-login-with-box ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1976d2;
    width: 100%;
    height: 60px;
    font-size: 25px;
    color: #ffff;
    border-radius: 5px;
}


/*Account Ends*/


/*Make Payment Start*/

.make-payment-sec {
    padding: 80px 0;
}

.make-payment-info-box {
    padding: 35px 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 #00000017;
}

.make-a-payment-box h2 {
    font-size: 23px;
    margin-bottom: 7px;
}

.make-a-payment-box p {
    font-size: 14px;
    color: #979797;
    font-weight: 500;
}

.make-a-payment-box input {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    color: #8b8b8b;
    font-weight: 500;
}

.make-a-payment-box input::placeholder {
    color: #8b8b8b;
    font-weight: 500;
}

.make-a-payment-box span {
    color: #979797;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.payment-info-box h2 {
    font-size: 23px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    font-weight: 500;
    margin-bottom: 0;
}

.total-price {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}

.total-price span {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.total-price ul {
    column-count: 2;
    margin-bottom: 0;
    margin-top: 10px;
}

.total-price ul li a {
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #212121;
    font-weight: 600;
    font-size: 12px;
    gap: 8px;
    border-radius: 50px;
    text-transform: capitalize;
}

.payment-info-box {
    border-left: 1px solid #ded8d6;
    padding-left: 25px;
    padding-top: 10px;
}

.name-on-card {
    padding: 25px 0 0 0;
    border-bottom: 1px solid #dddddd;
}

.name-on-card span {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

.card-number {
    padding: 25px 0 0 0;
    border-bottom: 1px solid #dddddd;
}

.card-number span {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.payment-info-box input {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #343434;
    border-bottom: 1px solid #ccc !important;
}

.card-number input::placeholder {
    color: #000;
}

.card-number ul li {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

.expiration-date {
    padding: 15px 0;
}

.expiration-date ul li {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

.total-price ul li a i {
    font-size: 18px;
}

.expiration-date ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.expiration-date-select-box select {
    padding: 0 5px;
    border: none;
    width: 100%;
    height: 40px;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
}

.payment-info-btn {
    margin-top: 20px;
}

.payment-info-btn button {
    border: none;
}

.gold-plan-main-box {
    padding: 25px 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 #00000017;
    margin-left: 15px;
}

.gold-plan-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gold-plan-box ul li h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.form-select:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.gold-plan-box ul li span {
    font-size: 40px;
    font-family: 'BlenderPro-Medium';
}

.gold-plan-box ul li sup,
sub {
    font-size: 15px;
    margin-right: 5px;
    color: #ff7525;
    font-weight: 600;
    font-family: 'BlenderPro-Medium';
}

.gold-plan-box a {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #a5a5a6;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.gold-plan-box h3 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.gold-plan-main-box ul li a {
    font-size: 14px;
    color: #757575;
    font-weight: 500;
}

.gold-plan-main-box ul li a img {
    width: 15px;
    height: 14px;
    object-fit: contain;
}

.gold-plan-main-box ul li {
    margin-top: 10px;
}

.gold-plan-box ul li {
    margin: 0 !important;
}

.gold-plan-main-box button {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


/*Make Payment Ends*/


/*Member Ship Subsciption Start*/

.subscription-billing-box {
    background-image: url(../images/subscription-billing-back.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 45px 30px;
    border-radius: 20px;
    position: relative;
}

.Choose-plan-main-box {
    margin-top: 20px;
    background: #e9e9e9;
    padding: 25px 20px;
    border-radius: 10px;
}

.Choose-plan-main-bronze ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    transition: 0.5s;
}

.Choose-plan-main-silver ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.choose-plan-main-row:hover {
    background: #ff5d00;
    transition: 0.5s;
}

.choose-plan-main-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px;
    transition: 0.5s;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 0 0 5px 0 #0000001f;
}

.choose-plan-main-row:hover * {
    color: #fff;
}

.main-gold-box {
    background: #ff5d00;
    padding: 25px 15px;
    border-radius: 10px;
}

.main-gold-box p {
    margin-bottom: 15px;
}

.main-gold-box-listing ul li a {
    color: #6f6f6f;
    font-size: 12px;
    font-weight: 600;
}

.main-gold-box-listing ul li a {
    color: #6f6f6f;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-gold-box-listing ul {
    margin-bottom: 0;
}

.payment-history-box {
    margin-top: 20px;
    background: #e9e9e9;
    padding: 25px 20px;
    border-radius: 10px;
}

.payment-history-box h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-gold-box h2 {
    color: #fff;
}

.main-gold-box p {
    font-size: 14px;
    color: #ffa977;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}

.main-gold-box-listing {
    background: #fff;
    padding: 30px 15px;
    border-radius: 10px;
}

.main-gold-box-listing h2 {
    color: #000;
    font-size: 20px;
}

.main-gold-box-listing h2 span {
    font-size: 12px;
}

.Choose-plan-main-silver ul li p {
    color: #999999;
    font-family: 'BlenderPro-Medium';
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
}

.Choose-plan-main-number h2 {
    margin-bottom: 0 !important;
    font-size: 18px !important;
}

.Choose-plan-main-silver ul li span {
    background: #ffeee5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 5px;
}

.Choose-plan-main-number h2 sub {
    color: #000;
    font-size: 12px;
}

.Choose-plan-main-silver ul li h2 {
    font-size: 13px;
    margin-bottom: 0;
}

.Choose-plan-main-box h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.saved-payment-methods-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    transition: 0.5s;
}

.saved-payment-methods-visa ul li img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.saved-payment-methods-visa-btn {
    opacity: 0;
}

.saved-payment-methods-row:hover .saved-payment-methods-visa-btn {
    opacity: 1;
}

.saved-payment-methods-row:hover {
    background: #ffffff;
    transition: 0.5s;
    border-radius: 10px;
}

.subscription-billing-current-plan {
    background: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 10px;
}

.subscription-billing-box h2 {
    font-size: 28px;
}

.subscription-billing-box p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px;
}

.subscription-billing-box h2 {
    color: #fff;
    border-bottom: 1px solid #ff8138;
    padding-bottom: 10px;
    width: fit-content;
    padding-right: 150px;
    margin-bottom: 15px;
}

.subscription-billing-box a {
    color: #ff5d00;
}

.subscription-billing-current-plan p {
    font-size: 12px;
    margin-bottom: 0;
    color: #959595;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    font-weight: 600;
}

.subscription-billing-current-plan h3 span {
    color: #ff6f1e;
}

.saved-payment-methods {
    background: #e9e9e9;
    padding: 30px 25px;
    border-radius: 20px;
}

.saved-payment-methods-visa ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.saved-payment-methods-visa-btn a {
    font-size: 12px;
    background: #fbd2d3;
    padding: 10px 10px;
    border-radius: 50px;
    color: #ff6200;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'BlenderPro-Medium';
}

.saved-payment-methods-visa ul li h2 {
    color: #313131;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
}

.saved-payment-methods-visa ul li p {
    color: #9f9f9f;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
}

.saved-payment-methods h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.subscription-billing-current-plan h3 {
    margin-bottom: -5px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.payment-history-box th,
td {
    padding: 20px 0;
    text-align: center;
    color: #313131;
    font-family: 'BlenderPro-Medium';
    font-weight: 700;
    line-height: 17px;
    font-size: 12px;
}

.payment-history-box tr {
    transition: 0.5s;
}

.payment-history-box tr:hover {
    background: #fff;
    border-radius: 10px !important;
    transition: 0.5s;
}

.payment-history-box a {
    background: #ff6200;
    padding: 8px 10px;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
}

.payment-history-box th {
    background-color: #f1f1f1;
    font-size: 12px;
    color: #313131;
    font-weight: 700;
}

.payment-history-box table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
}


/*Member Ship Subsciption Emds*/


/*Subsciption Start*/

.subsciption-sec {
    padding: 200px 0 100px;
}

.most-popualr-box p {
    margin-bottom: 0;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.subsciption-main-row {
    background: #ff5d00;
    padding: 15px 15px;
    border-radius: 10px;
}

.subsciption-main-points {
    margin-left: 15px;
}

.subsciption-main-points ul li {
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #ff9254;
    padding: 15px 0;
    font-weight: 500;
    height: 60px;
}

.subsciption-bottom-row {
    margin-top: 30px;
}

.subsciption-bottom-row p {
    margin-bottom: 0;
    color: #131313;
    font-weight: 700;
    font-style: italic;
    font-size: 13px;
}

.most-popualr-box {
    position: relative;
}

.most-popualr-box {
    position: absolute;
    top: 0;
}

.subsciption-packing-main-box {
    background: #fff;
    padding: 0px 25px;
    border-radius: 10px;
}

.subsciption-main-listing ul li {
    color: #696969;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subsciption-main-top-row-heading {
    text-align: center;
    padding: 35px 0;
    margin-top: -125px;
}

.subsciption-main-top-row-heading h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}

.subsciption-main-top-row-heading p {
    color: #878787;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'BlenderPro-Medium';
    margin-bottom: 0;
}

.subsciption-packing-main-box .col {
    padding: 0;
    position: relative;
}

.most-popualr-box {
    position: absolute;
    top: -155px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.subsciption-main-packing-boxs:hover {
    background: #ff6200;
    border-radius: 10px;
    transition: 0.5s;
}

.subsciption-main-packing-boxs {
    transition: 0.5s;
}

.subsciption-main-packing-boxs:hover * {
    color: #fff;
}

.subsciption-main-listing-btn {
    text-align: center;
    margin-bottom: -70px;
    padding-bottom: 20px;
}

.subsciption-main-listing-btn a {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    border-radius: 5px;
    height: 45px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}

.subsciption-main-listing-btn {
    display: none;
}

.subsciption-main-listing ul {
    margin-bottom: 0;
}

.subsciption-main-packing-boxs:hover .subsciption-main-listing-btn {
    display: block !important;
    margin-top: 20px;
}


/*Subsciption Ends*/


/*Manaul Delivery Detail Start*/

.dashboar_page-content.manual-delivery {
    background: #e9e9e9;
    border-radius: 10px;
    padding: 20px 20px;
}

.manual-delivery-right-box .maual-delivery-document-main-listing {
    margin: 0;
}

.manual-delivery-advanced-techniques-main-box {
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
}

.manual-delivery-text-box {
    background: #ffffff;
    padding: 25px 25px;
    border-radius: 10px;
    margin-top: 20px;
}

.manual-delivery-adv-tec-video-head ul li h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.manual-delivery-adv-tec-video-head ul li p {
    margin-bottom: 0;
    font-size: 12px;
    color: #dfdfdf;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}

.manual-delivery-adv-tec-video-head {
    margin-top: 18px;
}

.manual-delivery-adv-tec-video-clint {
    margin-top: 15px;
}

.mastering-cuts-and-head ul li h2 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.mastering-cuts-and-head ul li p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    color: #969696;
}

.mastering-cuts-and-head ul li span {
    font-family: 'BlenderPro-Medium';
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.mastering-cuts-and-head ul {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 0;
}

.mastering-cuts-and-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 0;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 5px;
    transition: 0.5s;
}

.mastering-cuts-and-row:hover {
    background: #ffdbc7;
    transition: 0.5s;
    border-radius: 10px;
    border: none;
}

.manual-delivery-adv-tec-video-head ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.manual-delivery-adv-tec-video-clint ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    margin-top: 10px;
}

.manual-delivery-adv-tec-video-clint ul li img {
    width: 89px;
    height: 30px;
    object-fit: contain;
}

.manual-delivery-adv-tec-video-clint ul li {
    color: #d8d8d8;
    font-size: 14px;
    font-weight: 500;
}

.manual-delivery-adv-tec-video video {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.manual-delivery-adv-tec-video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manual-delivery-documents-video-icon {
    position: absolute;
}

.manual-delivery-documents-video-icon a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #000;
    font-size: 18px;
}

.manual-delivery-documents-setting-icon {
    position: absolute;
    top: 15px;
    right: 15px;
}

.manual-delivery-documents-setting-icon a {
    color: #fff;
    font-size: 18px;
}

.manual-delivery-lesson-exercise-box ul {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.manual-delivery-lesson-exercise-box ul li h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.manual-delivery-lesson-exercise-box ul li p {
    margin-bottom: 0;
}

.manual-delivery-lesson-exercise-box ul li p {
    font-size: 12px;
    color: #dfdfdf;
    width: 75%;
    line-height: 22px;
}

.manual-delivery-lesson-exercise-box ul li a {
    font-family: 'BlenderPro-Medium';
    color: #ff5d00;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.manual-delivery-lesson-exercise-box {
    border-bottom: 1px solid #e8e8e8;
}

.manual-delivery-adv-tec-video-head ul li span {
    font-family: 'BlenderPro-Medium';
    color: #ff5d00;
    font-weight: 600;
}

.manual-delivery-text-box ul li h2 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.manual-delivery-text-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manual-delivery-text-box p {
    color: #9d9d9d;
    font-weight: 600;
}

.manual-delivery-text-box ul li a {
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 8px;
}

.manual-delivery-text-box ul li a img {
    width: 28px;
    height: 30px;
    object-fit: contain;
}

.manual-delivery-text-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.manual-delivery-right-box {
    background: #e9e9e9;
    border-radius: 10px;
    padding: 15px 15px;
}

.manual-delivery-documents-box h2 {
    font-size: 16px;
    font-family: 'BlenderPro-Medium';
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px !important;
    width: 90%;
    margin: 0 auto;
}

.manual-delivery-documents-box span img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.manual-delivery-documents-box p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    color: #fff;
}

.manual-delivery-documents-box {
    background: #ed8032;
    padding: 35px 20px;
    text-align: center;
    border-radius: 10px;
}

.manual-delivery-documents-box span {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 5px;
}


/*Manaul Delivery Detail Start*/


/* Forum PAge */

.forum-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 2px 1px #98989847;
    margin: 15px 0;
    transition: .5s all;
}

.forum-page {
    padding: 20px 50px;
}

.forum-profile img {
    width: 50px;
    height: 50px;
    border-radius: 70px;
    box-shadow: 0 0 2px 1px #9898986b;
    background: #ff6004;
}

.forum-info h4,
.forum-info a {
    font-size: 22px;
    text-transform: capitalize;
    line-height: 30px;
    color: #000;
    margin: 0;
}

.forum-info p {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
    margin: 0;
}

.forum-profile {
    width: 5%;
}

.forum-info {
    width: 73%;
}

.forum-coment {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
    flex-wrap: wrap;
}

.forum-coment i {
    color: #000;
    margin: 0 5px 0 0;
    font-size: 18px;
    font-weight: 100;
}

.forum-coment span {
    color: #7d7d7d;
    font-size: 15px;
    text-transform: uppercase;
}

p.time {
    font-size: 16px;
}

.forum-box:hover {
    box-shadow: 0 0 5px 1px #9898988c;
}


/* Forum PAge */


/*forum detail*/

.doc_blog_grid_area {
    padding-bottom: 100px;
}

.sec_pad {
    padding: 100px 0 50px;
}

.subscibe-check-box {
    margin-top: 25px;
}

.checkbox ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.checkbox ul li input {
    width: 20px;
    height: 20px;
}

.checkbox ul li {
    color: #000;
    font-size: 18px;
}

.subscibe-check-box {
    display: flex;
    align-items: center;
    justify-content: start;
}

.checkbox-button button {
    background: #ff7c00;
    padding: 10px 50px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    border: 0 !important;
}

.forum-post-top {
    display: flex;
}

.forum-post-top .author-avatar img {
    border-radius: 50px;
    margin-right: 15px;
    border: 3px solid #ff5d00;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.forum-post-top .forum-post-author .author-name {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.forum-post-top .forum-post-author .forum-author-meta {
    display: flex;
}

.forum-post-top .forum-post-author .forum-author-meta .author-badge:first-child {
    margin-right: 20px;
}

.forum-post-top .forum-post-author .forum-author-meta span,
.forum-post-top .forum-post-author .forum-author-meta a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Josefin Sans', Sans-Serif;
}

.forum-post-top .forum-post-author .forum-author-meta .author-badge i {
    margin-right: 5px;
    color: #000;
}

.action-button-container {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.action-button-container.action-btns .action_btn {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: 400;
}

.action-button-container .too-btn {
    background: #000 !important;
    border: 1px solid #ff7c00 !important;
    color: #fff !important;
}

.widget .c_head {
    margin-bottom: 35px;
}

.widget .c_head {
    margin-bottom: 35px;
    color: #000;
}

.widget.status_widget {
    margin-left: 40px;
}

.status_widget .status {
    margin-bottom: 25px;
    color: #000;
}

section.doc_blog_grid_area p {
    color: #000;
}

.status_widget .offline {
    color: #ff7c00;
    border: 2px solid #ff7c00;
    padding: 5px 13px;
    display: inline-block;
    border-radius: 4px;
    margin-left: 5px;
}

.status_widget .title-sm {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.status_widget .current-time {
    margin-top: 28px;
    column-count: 2;
}

.usefull-links li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.usefull-links li i {
    margin-right: 10px;
}

.usefull-links li i {
    margin-right: 10px;
    color: #ff7c00;
}

.best-answer {
    background: #e9e9e9;
    padding: 30px 40px 30px 30px;
    margin-top: 60px;
    border-radius: 6px;
}

.best-answer .accepted-ans-mark {
    font-size: 16px;
    text-align: right;
}

.best-answer .best-ans-content p {
    font-size: 16px;
}

.question-icon {
    font-size: 50px;
    color: #1d2746;
    margin-right: 15px;
    font-weight: 600;
}

.best-answer .best-ans-content .question-icon {
    margin-top: 10px;
    margin-right: 20px;
}

.best-answer .best-ans-content .question-icon {
    margin-top: 10px;
    margin-right: 20px;
}

.forum-post-top .forum-post-author .author-name {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    font-family: 'Josefin Sans', Sans-Serif;
}

.best-answer .best-ans-content {
    margin-top: 30px;
}

.all-answers .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.all-answers .filter-bar {
    background: #e9e9e9;
    border: 1px solid #ff7c00;
    padding: 5px 10px;
    justify-content: space-between;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.sort select {
    width: 190px;
    height: 40px;
    background: transparent;
    border: none;
}

.all-answers .pagination-wrapper {
    background: transparent;
    box-shadow: none;
    margin-top: 15px;
}

.pagination-wrapper {
    background: #fff;
    padding: 23px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
}

.pagination-wrapper .post-pagination li a {
    display: block;
    color: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: #000;
    border-radius: 3px;
}

.subscibe-sec {
    padding-bottom: 80px;
}

.pagination-wrapper .post-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.subscibe-sec textarea {
    width: 100%;
    height: 200px;
    padding: 20px 20px;
    resize: none;
    font-size: 18px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.subscibe-sec textarea::placeholder {
    font-size: 18px;
    color: #000;
}

.pagination-wrapper .post-pagination li:not(:last-child) {
    margin-right: 3px;
}

.pagination-wrapper p {
    margin: 0;
}

.pagination-wrapper .post-pagination li a:hover,
.pagination-wrapper .post-pagination li a.active {
    background: #ff7c00;
    color: #fff;
}

.pagination-wrapper .post-pagination li.pegi-disable {
    display: none;
}

.all-answers .filter-bar p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}

.all-answers .forum-comment {
    margin-top: 30px;
}

.all-answers .title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

.all-answers {
    margin-top: 60px;
}

.all-answers .filter-bar .nice-select {
    background: #f7f8f9;
    height: 100%;
    border: 0;
    padding: 0 25px 0 0;
}

.all-answers .filter-bar .custom-select {
    box-shadow: none;
    border: 1px solid;
}

.best-ans-content.d-flex span {
    color: #000;
}

.sort-icon {
    position: absolute;
    top: 7px;
    right: 10px;
    pointer-events: none;
}

.sort {
    position: relative;
}

.all-answers .forum-comment .comment-content p {
    font-size: 14px;
    line-height: 1.6;
}

.action-button-container.action-btns .action_btn {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: 400;
}

.action-button-container.action-btns .action_btn {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: 400;
}

.all-answers .forum-comment .comment-content {
    margin-left: 60px;
    margin-top: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 28px;
}

.widget .c_head {
    margin-bottom: 35px;
}

.widget.usefull_links_widget {
    margin-left: 40px;
}

.usefull-links li {
    padding: 7px 0;
}

.widget.tag_widget {
    margin-left: 40px;
}

.w_tag_list.style-light li a {
    background: #000;
    color: #fff;
}

.w_tag_list li a {
    color: #6b707f;
    padding: 2px 18px;
    display: inline-block;
    background: #f3f8f9;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.2s linear;
}

.w_tag_list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.widget>ul.list-unstyled {
    margin-top: -10px;
}

.w_tag_list li {
    margin: 4px;
}

.action-button-container .ask-btn {
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    margin-top: 2px;
    border-radius: 4px;
    background: #ff7c00;
    display: inline-block;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
    color: #fff;
    font-family: 'Josefin Sans', Sans-Serif;
}

.q-title {
    display: flex;
    padding: 40px 15px 15px 0;
}

.question-icon {
    font-size: 50px;
    color: #000;
    margin-right: 15px;
    font-weight: 600;
    font-family: 'Josefin Sans', Sans-Serif;
}

.taxonomy.forum-post-tags i {
    color: #000;
    font-size: 16px;
}

.content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.q-title h1 {
    font-size: 26px;
    color: #000;
    line-height: 1.4;
}

.q-title .badge {
    margin-left: 10px;
    line-height: 1.4;
    margin-top: 5px;
}

.badge {
    font-size: 12px;
    background: #ff7c00;
    padding: 4px 10px 0;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    line-height: 1.45;
    border-bottom: 1px solid #ff7c00;
    vertical-align: middle;
    font-weight: 500;
    height: 25px;
    text-align: center;
    white-space: nowrap;
}

.forum-post-content {
    padding-left: 62px;
}

section.doc_blog_grid_area {
    padding: 100px 0 0;
}

a.button-fourm-create {
    background: #000;
    padding: 10px 15px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}

.action-button-container ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 20px;
}

.forum-post-content .forum-post-btm {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    padding-top: 30px;
}

.forum-post-content .forum-post-btm .taxonomy {
    font-size: 14px;
}

.forum-post-content .forum-post-btm .taxonomy i,
.forum-post-content .forum-post-btm .taxonomy img {
    margin-right: 10px;
}

.forum-post-content .forum-post-btm .taxonomy a {
    color: #000;
    font-family: 'Josefin Sans', Sans-Serif;
    font-weight: 700;
}

.forum-post-content .forum-post-btm .taxonomy a+a {
    padding-right: 2px;
}

.content p {
    color: #000;
    font-family: 'Josefin Sans', Sans-Serif;
}

.com-social {
    margin-left: 40px;
}

.com-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.com-social ul i {
    font-size: 20px;
    border: 1px solid #469b48;
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    border-radius: 10px;
    color: #469b48;
    transition: .3s all;
}

.com-social ul i:hover {
    background: #469b48;
    color: #fff;
    border-radius: 50px;
}

.com-social h4 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
}

.forum-coment p {
    margin: 0;
}

.order-md-2 img {
    margin-left: auto;
    display: block;
}

.all-answers .filter-bar .custom-select>option {
    color: #000 !important;
}

.forum--head-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.forum--head-list h2 {
    margin: 0;
}


/*forum detail end*/

.form-group {
    position: relative;
}

.password-icon {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    display: grid;
    place-content: center;
}



/*CART PAGE CSS*/

.shopping_cart {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    margin: 25px 0 0;
    border: 1px solid #eeebe7;
    padding: 50px 20px;
    border-radius: 10px;
}

.chk-btn {
    text-align: center;
}

.shopping_cart img.bk-2 {
    bottom: -38%;
    width: 6%;
}

.shopping_cart img.bk-1 {
    bottom: -2%;
    width: 7%;
}

.cart-pag-qunty .product-detail .num-in {
    width: 30% !important;
    border: 0 !important;
}

.payment_card a.btn-1 {
    color: #fff !important;
}

.payment_card a.btn-1 i {
    color: #fff !important;
}

.shopping_cart_table h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #000;
}

.shopping_cart_table table th {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    color: #151414;
    font-family: 'BlenderPro-Medium';
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #dddddd;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;
    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
    width: 105%;
    background-color: #f2f2f2;
    /* padding: 25px 10px; */
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    text-align: left;
    font-family: 'BlenderPro-Medium';
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    font-size: 10px;
    color: #0000004f;
    font-family: 'Montserrat';
    margin: 0;
    font-weight: 600;
    line-height: 15px;
    text-align: left;
}

.shopping_cart_table table tbody td select {
    height: 40px;
    padding-left: 10px;
    appearance: auto;
    border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    width: 30%;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 30px;
    font-weight: 600;
    color: #070707;
    margin: 0;
}

th.w-40 {
    width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 10px;
    color: #000;
}

.cart_recipt {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt-btn a {
    padding: 15px 50px;
    border: 1px solid #b8b8b8;
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #151414;
    font-weight: 500;
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 100%;
}

.recipt li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #151414;
    text-transform: uppercase;
    gap: 20px;
    /* font-family: 'Montserrat'; */
    font-family: 'BlenderPro-Medium';
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.recipt li span {
    color: #151414;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Montserrat';
}

.payment_card {
    background-color: transparent;
    padding: 0 0;
}

.payment_card h3 {
    font-size: 30px;
    color: #000 !important;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 40px;
    text-transform: capitalize;
    border-bottom: 1px solid #dddddd;
}

.payment_card * {
    color: #0e0d0d !important;
}

.credit_paypal a {
    padding: 10px 20px;
    /* border: 1px solid #414241; */
    border-radius: 30px;
    display: inline-flex;
    background: #f3f3f3;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 15px;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.payment_card form label {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.payment_card form {
    margin-top: 15px;
}

.payment_card form input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
}

.payment_card form select {
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
}

.payment_card form input::placeholder {
    color: #7d7d7d;
}

.expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

.month_year {
    display: flex;
    justify-content: space-between;
}

.month_year select {
    width: 48% !important;
    appearance: auto;
}

.month_year select option {
    color: #000;
}

.payment_card form .btn1 {
    margin: 30px 85px;
    border: 1px solid;
}

.shopping_cart_table {
    padding-right: 40px;
}

.payment_card a.theme_btn {
    color: #fff !important;
    margin: 0 auto;
    margin-top: 10px;
}

.chk-btn a {
    color: #fff !important;
}

.chk-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #ff5d00;
    border-radius: 5px;
}

/* skin 2 */

.skin-2 .num-in {
    border-radius: 60px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 50%;
    display: block;
    height: 40px;
    float: unset;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 90%;
    height: 52px;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-right: 0; */
    /* border-left: 0; */
    border-radius: 5px;
    border-radius: 100px;
    overflow: hidden;
}

.product-detail input.in-num {
    border: 0;
    background-color: transparent;
    width: 35%;
    margin: 0 5px;
}

.productdetailsec .btn10 {
    color: white;
}

.shopping_cart_table table th:nth-child(2) {
    text-align: center;
}

.shopping_cart_table table th:nth-child(3) {
    text-align: right;
}

.num-block.skin-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* / skin 2 */
/*CART PAGE CSS END*/


/*CHECKOUT PAGE*/

.billing_form h3 {
    font-size: 55px;
    line-height: 1;
    color: #121212;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.billing_form label {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #7c7c7c;
    font-weight: 600;
}

.radiosss p {
    color: #000000ad;
    font-size: 13px;
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #C4C4C4;
    margin-bottom: 20px;
    padding-left: 15px;
    font-family: 'Montserrat';
    background: transparent;
    border-radius: 0;
    font-weight: 500;
}

.billing_form input::placeholder {
    color: #b0b0b0;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    /* font-family: 'saud'; */
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #C4C4C4;
    border-radius: 0;
}

.cart_sidebar h3 {
    font-size: 25px;
    color: #121212;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: normal;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #121212;
    font-size: 25px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    text-transform: capitalize;
}

.cart_sidebar h5 span {
    float: right;
    color: #000;
}

.cart_sidebar h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
    /* font-family: 'saud'; */
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #7c7c7c;
    font-family: 'Montserrat';
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ff5d00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
    font-family: 'Montserrat-Ultral';
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 0;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #ff2e98;
    font-family: 'Montserrat-Ultral';
}

.checkout_btn:hover {
    /* color: white; */
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 500;
    color: #000;
    font-size: 22px;
    margin-bottom: 30px;
    /* font-family: 'saud'; */
    font-weight: 600;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #ff5d00;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 60px 0px 80px;
    position: relative;
}

.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px;
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg);
}

.billing_form {
    border: none;
    padding: 0;
}

section.checkout_page a.theme_btn {
    margin: 0 auto;
}

.checkout_page {
    position: relative;
    padding: 100px 0;
}

.checkout_page img.bk-1 {
    bottom: 20%;
    width: 7%;
}

.checkout_page img.bk-2 {
    bottom: 10%;
    width: 7%;
}

.h-sub-ex,
.h-sub-ex span {
    color: #ff5d00 !important;
    font-weight: 700 !important;
}

.text-center button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    background-color: #ff5d00;
    border-radius: 5px;
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.text-center button:hover {
    background-color: #000;
    transition: ease-out;
    transition-duration: 0.5s;
}

.checkout-page {
    padding: 0 0 80px 0;
}

button.btn-1.btn-2 {
    justify-content: center;
    border: navajowhite;
}

.checkout-page a.btn-1.btn-2 {
    justify-content: center;
}

/*Checkout End*/




/*product detail page css start*/

.productdetailsec {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.productdetailtext h3 {
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0;
    color: #121212;
    margin: 0 0 30px 0;
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.productdetailtext p {
    color: #838383;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 30px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.statment-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 30px;
    background-color: #ff5d00;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    transition: ease-in;
    transition-duration: 0.5s;
}

.statment-btn a:hover {
    background-color: #000;
    transition: ease-out;
    transition-duration: 0.5s;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {}

.iconlist ul li {
    display: flex;
    align-items: center;
    font-size: 17px;
    gap: 10px;
    list-style: none;
    margin-bottom: 4px;
    font-weight: 600;
    line-height: 30px;
    color: #1d1d1db0;
}

.iconlist ul li>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.iconlist ul li>div i {
    font-size: 16px;
    color: #ff5d00;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    /* border: 4px solid #E1E1E1; */
    height: 100%;
}

/* .productdetailsmallportion img:hover {
    border: 2px solid #ac725c;
} */

/* .productdetailnav .slick-current .productdetailsmallportion img {
    border-color: #ac725c;
} */

/* .productdetailnav .slick-current .productdetailsmallportion:before {
    position: absolute;
    content: '';
    top: -16px;
    left: 0;
    right: 0;
    width: 90px;
    height: 50px;
    background: #ac725c;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
} */

.productdetailsec .productdetailportion {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    background-color: #eaeaea;
    border-radius: 10px;
}

.productdetailsec .productdetailportion img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 400px;
    object-fit: contain;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 50px !important;
    /* border: 1px solid #E3E3E3; */
    border-radius: 5px;
    height: 50px !important;
    margin: 5px 0;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-detail span:hover {
    background-color: #ff5d00;
}

.iconlist {
    margin-top: 20px;
}

/* .productdetailportion::before {
    position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 5px solid #fff;
} */

.quanity.product-detail h5 {
    font-size: 18px;
    color: #ff5d00;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
}

ul.quan-count li {
    width: 30%;
}

ul.quan-count {}

.num-block.skin-2 {}

.iconlist ul {
    display: block;
    column-count: 2;
    width: 60%;
    margin: 60px 0 0 0;
}

ul.disc-list {
    margin: 20px 0;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}

ul.disc-list li i {
    color: #ff5d00;
}

ul.disc-list li {
    font-size: 20px;
    color: #000;
}

ul.disc-list p {
    font-size: 17px !important;
    /* color: #0e0e0f !important; */
    /* font-family: 'saud' !important; */
    /* padding: 0 !important; */
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0e0e0f;
    font-family: "Syne", sans-serif;
}

.description li.nav-item .nav-link.active {
    border: unset;
    background: transparent;
    border-bottom: 2px solid #006df0;
}

.description .nav-tabs {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: initial;
    margin-bottom: 30px;
}

.description {
    padding: 80px 0;
}

.prod-detail-description img.bk-1 {
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 6%;
}

.prod-detail-description img.bk-2 {
    position: absolute;
    top: 15%;
    left: -30px;
    width: 7%;
}

.description .tab-content p {
    color: #636363;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    object-position: 0 0;
    border-radius: 10px;
}

.productdetailsmallportion img {
    width: 160px;
    /* padding: 12px 20px; */
    transition: 0.5s;
    position: relative;
    z-index: 999999999999999;
    height: 130px;
    border-radius: 0;
    object-fit: cover;
    object-position: 0 0;
    border-radius: 5px;
}


/* skin 2 */

.skin-2 .num-in {
    border-radius: 60px;
    cursor: pointer;
}

.skin-2 .num-in span {
    /* width: 40%; */
    display: block;
    /* height: 40px; */
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 90%;
    height: 52px;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-right: 0; */
    /* border-left: 0; */
    border-radius: 5px;
    border-radius: 100px;
    overflow: hidden;
}

.product-detail input.in-num {
    border: 0;
    background-color: transparent;
    width: 45%;
    margin: 0 5px;
}

.productdetailsec .btn10 {
    color: white;
}


/* / skin 2 */

.statment-choose h6 {
    font-size: 17px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

ul.quan-count h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #006df0;
}

ul.rate-reviews {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: start;
}

ul.rate-reviews li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.rate-reviews li h6 {
    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000;
}

ul.rate-reviews li:first-child i {
    color: #fbb022;
    font-size: 15px;
}

ul.rate-reviews li:last-child i {
    color: #000;
    font-size: 22px;
    border-left: 1px solid #000;
    padding-left: 30px;
}

.price h5 del {
    display: block;
    font-size: 22px;
    color: #393939;
    /* font-family: 'saud'; */
}

.price h5 {
    font-size: 35px;
    font-family: 'Montserrat';
    color: #1c1c1c;
    font-weight: 700;
    margin: 15px 0;
    line-height: 40px;
}

/*  product Detail Review Section Start */


/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "ÃƒÂ¢Ã‹Å“Ã¢â‚¬Â¦";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}


/* Rating Stars */

.prod-detail-description {
    position: relative;
    padding: 0 0 80px 0;
}

.prod-detail-description .nav-tabs .nav-link {
    color: #0e0e0f;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    width: fit-content;
    padding: 15px;
    background: transparent;
    margin-right: 10px;
    border-radius: 0 !important;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid #ff5d00 !important;
    border: 0;
    color: #ff5d00;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border-bottom: 3px solid #000 !important;
    border: 0;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    border: 1px solid #000;
    margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #000;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    resize: none;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: flex;
    justify-items: baseline;
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #ff9c1c;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 16px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: "Montserrat";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: #000;
    /* font-family: "Roboto"; */
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-size: 14px;
    color: #0b0c0c;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 23px;
    padding-bottom: 0;
    margin: 0;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

/* Product Detail Ends */



.form-container {
    max-width: 800px;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

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

.form-container label {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    color: #333;
}

.form-container input[type="text"],
.form-container select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.form-container #editor {
    height: 200px;
    background: #fff;
}

.form-container .tags-input {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

.form-container .tags-input input {
    border: none;
    outline: none;
    flex: 1;
}

.tag {
    background: #ff6200;
    color: white;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.tag i {
    margin-left: 5px;
    cursor: pointer;
}

.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-file {
    position: relative;
    /* overflow: hidden; */
    display: block;
    width: 100%;
}

.custom-file input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.custom-file-label {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 20px 15px;
    background-color: transparent;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recipt a {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.name-on-card input {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #343434;
    border-bottom: 1px solid #ccc !important;
}

.prod-detail-description .rating-stars i {
    color: #ff9c1c;
}

/* Calendaly Section */

div#datepicker table th,
div#datepicker table td {
    text-align: center;
    padding: 0;
}

div#datepicker table .ui-state-default {
    height: 44px;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 2px;
    color: #ff5d00;
    font-weight: 600;
    background: #ff5d0059;
}

div#datepicker table a.ui-state-default.ui-state-active {
    background: #ff5d00;
    color: #fff;
}

div#datepicker table th {
    padding: 8px 0;
    font-weight: 400;
    font-size: 14px;
}

.ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 18px;
    margin: 10px 0;
}

.ui-datepicker-header a.ui-datepicker-next.ui-corner-all {
    order: 1;
}

.ui-datepicker-header>a {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ff5d00;
    background: #ff5d0059;
}

div#datepicker table .ui-state-disabled .ui-state-default {
    background: transparent;
    color: #000;
    font-weight: 200;
}

div#datepicker table a.ui-state-default:hover {
    background: #ff5d00;
    color: #fff;
}

.containers {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
    border: 1px solid #ddd;
    max-width: 800px;
}

section.calendly-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.calender-wrapper {
    padding: 20px;
    border-left: 1px solid #ddd;
    height: 100%;
    border-right: 1px solid #ddd;
}

.company-info {
    padding: 20px;
}

.company-info h3 {
    margin: 10px 0 20px;
}

.badges {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a9c;
    margin: 0 0 20px;
}

.calendly-wrapper .logo-sec {
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.badges i {
    font-size: 20px;
}

.ui-datepicker-header>a:not(.ui-state-disabled) {
    cursor: pointer;
}

.time-active .containers,
.form-active .containers {
    max-width: 1100px;
}

.wrapper-time {
    padding: 30px;
    height: 100%;
    max-height: 450px;
    overflow-y: scroll;
    padding-top: 0;
    margin: 7px;
}

p.bgText {
    font-size: 20px;
    position: sticky;
    top: 0;
    background: #fff;
    padding: 25px 0;
}

.time-slot {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    border: 2px solid #ff5d0052;
    margin: 10px auto;
    border-radius: 7px;
    font-weight: 600;
    color: #ff5d00;
    cursor: pointer;
}

.ui-datepicker-header>a.ui-state-disabled {
    background: transparent;
    color: #000;
}

.wrapper-time::-webkit-scrollbar {
    width: 8px;
    /* width of the entire scrollbar */
}

.wrapper-time::-webkit-scrollbar-track {
    background: transparent;
    /* color of the tracking area */
}

.wrapper-time::-webkit-scrollbar-thumb {
    background-color: rgb(109, 109, 109);
    border-radius: 99px;
}

.time-slot.active>span {
    background: #6d6d6d;
    color: #fff;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    border-radius: 6px;
}

.time-slot:hover {
    border-color: #ff5d00;
}

section.calendly-wrapper:not(.time-active) .col.tim-col {
    width: 0;
    flex: 0;
}

section.calendly-wrapper:not(.time-active) .col.tim-col>div {
    padding: 0;
}

.time-active .tim-col,
.time-active .tim-col>div {
    transition: 0.3s all;
}

.time-slot.active {
    border-color: transparent;
    gap: 6px;
}

.time-slot>div {
    width: 0;
    overflow: hidden;
}

.time-slot.active>div {
    width: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff5d00;
    height: 50px;
    color: #fff;
    border-radius: 6px;
    transition: 0.3s all;
    white-space: nowrap;
}

section.calendly-wrapper.form-active .col:nth-child(2) {
    display: none;
}

section.calendly-wrapper:not(.form-active) .col:nth-child(4) {
    display: none;
}

section.calendly-wrapper.form-active .col:nth-child(4) {
    flex: auto;
    width: 30%;
}

.calendly-wrapper .form-sec {
    padding: 20px;
    border-left: 1px solid #ddd;
    height: 100%;
}

.calendly-wrapper .form-sec input {
    max-width: 100%;
    min-width: 500px;
    height: 45px;
    border: 1px solid #b2b2b2;
    border-radius: 6px;
}

.calendly-wrapper .form-sec label {
    display: block;
    font-weight: 600;
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 6px;
}

.calendly-wrapper .form-sec textarea {
    max-width: 100%;
    min-width: 500px;
    height: 80px;
    border: 1px solid #b2b2b2;
    border-radius: 6px;
}

.calendly-wrapper button {
    height: 50px;
    border-radius: 99px;
    padding: 0 30px;
    background: #ff5d00;
    color: #fff;
    border: 0;
    font-weight: 600;
}

.calendly-wrapper .form-sec p {
    max-width: 440px;
}

.calendly-wrapper .form-sec a {
    font-weight: 600;
}

.main-gold-box-listing .btn-2 {
    display: inline-block;
    margin-top: 20px;
}

.Choose-plan-main-box .mytabs.current {
    -webkit-animation: 0.8s ease-out slide-right;
    -moz-animation: 0.8s ease-out slide-right;
    height: auto;
    opacity: 1;
    transform: unset;
    transition: 0.8s;
}

.Choose-plan-main-box .mytabs {
    padding: 0px 0 0;
    height: 0;
    opacity: 0;
    transform: translateX(15px);
    transition: 0.5s;
    overflow: hidden;
}


/* Calendaly Section */

.preview-doc .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.preview-doc iframe {
    width: 100%;
    height: 450px;
}

.preview-doc .modal {
    background: #ffffffab;
}

.preview-doc .modal-header {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
}

.preview-doc h4.modal-title {
    color: #2c3345;
    font-size: 20px;
    font-weight: inherit;
    margin: 0;
}

.preview-doc button.close {
    background-color: #c3cad84a;
    padding: 8px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 45px;
    color: #000;
    border: 1px solid #000;
}

.check-btn:hover {
    background: #000 !important;
}

button.btn.btn-sm.check-btn i.fa-regular.fa-xmark {
    padding: 1px 0 0 1px;
}




.video-section {
    max-width: 100%;
    margin: auto;
}

.video-grid .row {
    align-items: center;
    margin-bottom: 20px;
}

.video-card {
    width: 100%;
    background: #000;
    cursor: pointer;
    position: relative;
    height: 270px;
}

.video-card img {
    width: 100%;
    display: block;
    height: 100%;
}

.video-card video {
    width: 100%;
    display: none;
    height: 100%;
}

.video-card .video-contorl-btn-next,
.video-card .video-contorl-btn-prev {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.video-card .video-contorl-btn-prev {
    left: 10px;
}

.video-card .video-contorl-btn-next {
    right: 10px;
}

.video-card button {
    width: 50px;
    height: 50px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    padding: 5px 10px;
    background-color: #00000065;
}

.hidden-row {
    display: none;
}

.read-more-btn {
    display: block;
    margin: 30px auto;
    padding: 10px 30px;
    background: #ff5d00;
    color: white;
    border: none;
    border-radius: 0;
    font-size: 16px;
    cursor: pointer;
}

.video-card a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    top: 50%;
    transform: translate(0, -50%);
}



.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ff5d00;
    border-color: #ff5d00 #ff5d00 #fff;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #ff5d00 #ff5d00 #0000;
    isolation: isolate;
}

.nav-tabs {
    padding: 0 15px;
    margin: 0;
    border-color: #0000;
    justify-content: center;
}


.nav-tabs .nav-link {
    color: #000;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}


.tab-nav-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.scrollable-tabs-container {
    overflow-x: auto;
    white-space: nowrap;
    flex: 1;
    width: 100%;
    /* Ensure full width */
    position: relative;
    border-bottom: 1px solid #ff5d00;
    margin: 0 0 20px 0;
}

.scrollable-tabs-container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */

}

.nav-tabs {
    white-space: nowrap;
    flex-wrap: nowrap;
    /* width: 100%; */
    /* overflow: scroll; */
    display: block;
}

.nav-tabs .nav-item {
    display: inline-block;
}

.scroll-btn {
    position: absolute;
    background: white;
    border: none;
    font-size: 20px;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 2;
}

.scroll-btn.left {
    left: -20px;
    margin-right: 5px;
}

.scroll-btn.right {
    margin-left: 5px;
    right: -20px;
}




/* new css :start */

.video-container {
    position: relative;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
}

.video-controls {
    position: absolute;
    bottom: 26%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 10px;
}

.video-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    width: 95%;
    margin: 0 auto;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

span.waveform {
    display: flex;
    align-items: center;
    gap: 10px;
}

span#captionText {
    display: block;
}

.video-caption:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 19%);
    z-index: -1;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.wave-img {
    background: #dcdcdc;
    padding: 10px 30px;
    border-radius: 5px;
}

.audia-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.audia-right a {
    background: #cfcfcd;
    color: #3a4df9;
    border-radius: 5px;
    padding: 15px 12px;
}

tbody#appointmentList {
    vertical-align: middle;
}

.appointment-card,
.notification-card {
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
}

.done-btn {
    background: #ff5d00;
    color: white;
    padding: 8px 30px;
    border-radius: 5px;
}

.accept-btn {
    background: #dc3545;
    color: white;
}

.notification-item i {
    background: #ff5d00;
    color: #fff;
    padding: 15px 15px;
    border-radius: 5px;
}

.notification-item {
    background: #f6f7f8;
    color: #000000;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card.notification-card ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid #00000026;
    padding-bottom: 15px;
}

.card.notification-card ul i {
    background: #ff5d00;
    color: #fff;
    padding: 10px 12px;
    border-radius: 5px;
}

.page-content-wrapper {
    padding: 20px;
}

.video-container>img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.recodinf-box {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 10px;
    background-color: rgb(0 0 0 / 18%);
    padding: 20px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-transform: uppercase;
}

.card.appointment-card h5 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 0;
}

.table> :not(caption)>*>* {
    border-bottom: unset;
    border-top: 1px solid #0000002b;
    color: #000;
    text-align: center;
    line-height: 18px;
    padding: 13px 8px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: unset;
}

.table> :not(:last-child)> :last-child>* {
    border: unset;
}

.btn-light {
    background: #fff;
    border: unset;
}

.btn-danger {
    background: #df6a63;
    border: unset;
}

.video-container .btn {
    padding: 12px 30px;
    display: flex;
    align-items: center;
}

.video-container .btn i {
    font-size: 20px;
}

ul.appointmentList-img {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

span.appointmentList-date {
    display: block;
    font-family: 'Montserrat';
}

.check-btn {
    background: #ff5d00;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
}

ul.action-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    margin: 0;
}

.edit-btn {
    background: #f0f3fb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

button.btn.btn-sm.check-btn i {
    color: #fff;
}

.card.notification-card {
    height: 386px;
    overflow-y: hidden;
}

.card.notification-card h5 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 0;
}

ul.appointmentList-img img.rounded-circle {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.chat-container {
    border: 1px solid #ddd;
    border-radius: 15px;
    background: white;
    padding: 15px;
}

.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fdfdfd;
    padding: 14px 10px;
    border-radius: 5px;
}

.chat-bubble {
    max-width: 75%;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 14px;
}

.sent {
    background: #9ca4ec;
    color: white;
    align-self: flex-end;
    border-top-right-radius: 0px;
}

.received {
    background: #30353b;
    color: white;
    align-self: flex-start;
    border-top-left-radius: 0px;
}

.chat-footer {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    gap: 10px;
    border: 1px solid rgb(17 17 17 / 8%);
    border-radius: 5px;
    background-color: rgb(235, 235, 235);
    margin-top: 12px;
    margin-bottom: 0;
    border-radius: 50px;
    padding: 5px 5px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #007bff;
    padding: 5px;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
    border: 1px solid rgb(17 17 17 / 8%);
    border-radius: 5px;
    background-color: rgb(235, 235, 235);
    margin-top: 12px;
    margin-bottom: 20px;
    padding: 15px 0;
}

.tab-btn {
    border: none;
    background: #e9ecef;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
}

.tab-btn.active {
    background: #ffffff;
    color: #000000;
}

.chat-header h6 {
    text-transform: uppercase;
    font-size: 25px;
}

.people-section {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
}

.people-section img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ff5d00;
    padding: 5px;
    object-fit: cover;
}

.chat-container .d-flex {
    gap: 25px;
    margin-bottom: 33px;
}

.chat-top-box {
    border: 1px solid rgb(17 17 17 / 8%);
    border-radius: 5px;
    background-color: rgb(235, 235, 235);
    margin-top: 12px;
    margin-bottom: 20px;
}

.chat-footer button#sendMessage {
    background: #ff5d00;
    border: unset;
    width: 26%;
    text-align: center;
    border-radius: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.draft-section {
    width: 40%;
    border: 1px solid #0000002b;
    text-align: center;
    border-radius: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 11px;
}

.chat-footer .form-control {
    background: unset;
    border: unset;
    font-size: 14px;
}

.chat-message-img {
    display: flex;
}

.modal-inner-body p {
    margin-left: 20px;
}


.target-to-box {
    display: none;
}

.target-to-box.show {
    display: block !important;
}

.modal-inner-body h2 {
    background-color: #ff5d00;
    padding: 20px 10px;
    color: #fff !important;
}

.maual-delivery-document-main-listing-text {
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding: 18px 20px;
    width: 100%;
}

.document-actions {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.action-btn {
    background-color: #ff5d00;
    border: none;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.action-btn i {
    font-size: 16px;
}

.action-btn:hover {
    opacity: 0.9;
}



.modal-inner-body h1.fw-bold {
    display: grid;
    align-items: center;
    justify-content: center;
    color: #e9e9e9;
    text-transform: uppercase;
    height: 50vh;
}

.maual-delivery-document-main-listing-text:hover::before {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.maual-delivery-document-main-listing-text.active::before {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.maual-delivery-document-main-listing-text::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    content: '';
    background: #ff5d00;
}


.maual-delivery-document-main-listing-text:hover ul li * {
    color: #fff;
}

.maual-delivery-document-main-listing-text.active ul li * {
    color: #fff;
}

/* new css :end */


section.doc_blog_grid_area .action-button-container {
    justify-content: right;
    margin: 0;
}

section.doc_blog_grid_area .row {
    align-items: center;
}

section.doc_blog_grid_area .action-button-container.action-btns {
    margin-top: 20px;
}

.forum-post-content {
    margin-left: 60px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px;
}

.all-answers {
    margin-left: 60px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}

.subscibe-sec {
    margin-left: 100px;
    margin-bottom: 30px;
}

form#replyForm {
    width: 97%;
}


.best-answer {
    margin-left: 60px;
}

.all-answers .forum-comment {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-top: 6px;
}

.all-answers .forum-comment .comment-content {
    border: 0;
}



/* New Css */
.login-account-box select {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    appearance: auto;
}

.form-control:disabled,
.form-control:read-only {
    background-color: #0000;
    opacity: 1;
}

.login-account-box.chg label {
    text-align: left;
    font-weight: 600;
}

.booking-kit_button_72371dcd:hover,
.booking-kit_button_72371dcd:focus {
    background-color: rgb(247 86 27);
}

.booking-kit_button_72371dcd {
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: rgb(247 86 27);
}

.booking-kit_button_72371dcd.booking-kit_button-next-month-available_8cdd7371,
.booking-kit_button_72371dcd.booking-kit_button-is-previous-month-available_7300da88 {
    background-color: #000;
}

button#btnStartNew {
    background: #f36b10;
    border: none;
}


section#roundsListSec .card button.btn.btn-sm.btn-outline-primary {
    background: #f36b10;
    border: none;
    color: #fff;
}


button#btnRefreshRounds {
    background: #ffefe3;
    color: #b86120;
    border: none;
}

section#roundsListSec .card span {
    background: #ffefe3 !important;
    color: #b86120 !important;
}

.pair-row span {
    border-radius: 5px !important;
}

span.rp-opt {
    border-radius: 5px !important;
    margin: 0;
}

span.trap1-chip {
    border-radius: 5px !important;
}

span.trap2-chip {
    border-radius: 5px !important;
}

button.btn.btn-sm.btn-primary {
    background: #f36b10;
    border: none;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #f36b10;
    border-color: #f36b10;
    box-shadow: 0 0 0 0.25rem rgb(235 102 34 / 32%);
}

button#link-pay {
    background: #f7561b;
    border: 1px solid #f7561b;
}

button#link-pay svg#LinkLogoPay {
    fill: #000;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f7561b;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(247 86 27 / 18%);
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(247 86 27 / 18%);
}

.calender-wrapper .booking-kit_button_b8d5c902.booking-kit_button-bookable_80ba95eb {
    background-color: #f7561b21;
    color: #f7561b;
    font-weight: bold;
}

.score-label {
    display: block;
    padding: 5px 25px;
    margin: 0;
    background: #ff9d733d;
    color: #000;
    width: fit-content;
    border-left: 2px solid #e85d21;
    border-right: 2px solid #e85d21;
    font-weight: 500 !important;
}


/* New Css */
.form-wrap {
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 0 10px #ccc;
    border: 14px solid #ffffff;
    background: #fff7f2;
}

.form-wrap form {
    background: #ff5d00;
    padding: 20px;
    border-radius: 7px;
}

.fields-box input,
.fields-box select {
    width: 100%;
    border: unset;
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 7px;
    height: 50px;
    margin-top: 10px;
    font-size: 13px;
    color: #7c7c7c;
}

.fields-box h3 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}


.fields-box p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}

.fields-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.fields-box h4 {
    color: #fff;
}

.fields-box input::placeholder {
    color: #7c7c7c;
}

.form-wrap button.btn-1 {
    border: 0;
    transition: 0.5s;
}

.form-wrap button.btn-1:hover {
    background: #000;
    color: #fff;
}

.guidelines {
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 0 10px #ccc;
    border: 14px solid #ffffff;
    background: #fff7f2;
    margin: 30px 20px 30px 0;
}

.guide-wrap ul li {
    margin-bottom: 20px;
    color: #000;
}

.guide-wrap ul {
    list-style: inside disc;
}

.guide-wrap ul li ul {
    padding: 30px 0px 0px 40px;
    margin: 0;
    list-style: circle;
}


.guide-wrap h3 {
    font-size: 23px;
    font-weight: 500;
    color: #000;
}

.custom-table thead th {
    background: #ff5d00;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff !important;
    font-weight: 600;
    padding: 8px;
    font-size: 11px;
}

.custom-table tbody td {
    border: 1px solid #ccc !important;
    padding: 6px 10px;
    font-size: 12px;
    background-color: #fff;
}

.res-wrap {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
}


.result-box {
    border: 1px solid #ccc;
    padding: 10px 12px;
    margin-bottom: 10px;
    background: #ff5d00;
    width: 47%;
    height: 300px;
    margin: 0 auto 20px 0;
}

.shooter-row span {
    color: #fff;
}


.section-title {
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #fff;
}

.sub-title {
    font-weight: 700;
    margin-top: 8px;
    text-transform: uppercase;
    color: #fff;
}

.shooter-row {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
    font-size: 15px;
}

.count-text {
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
}

.medal-box img {
    width: 90%;
    height: 170px;
    object-fit: cover;
    object-position: bottom;
}

.medal-box h5 {
    color: #000;
    margin: 10px 0 0;
}

.medal-box {
    margin-bottom: 20px;
}


.leaderboard .table-container {
    width: 100%;

}

.leaderboard {
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 0 10px #ccc;
    border: 14px solid #ffffff;
    background: #fff7f2;
    margin: 10px 20px 30px 0;
}

.leaderboard table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    font-size: 15px;
}

.leaderboard th {
    padding: 10px;
    font-weight: bold;
    background: #ff5d00;
    color: #fff;
    text-align: start;
    vertical-align: middle;
    border: 1px solid #fff !important;
    font-size: 11px;
}

.leaderboard td {
    border-bottom: 1px solid #ddd;
    border: 1px solid #ccc !important;
    padding: 6px 10px;
    font-size: 12px;
    text-align: start;
}

.leaderboard tbody tr:nth-child(even) {
    background: #f0f0f0;
}

.leaderboard tbody tr:hover {
    background: #e0e0e0;
}

.icon.aa {
    color: #2e8bff;
}

.icon.a {
    color: #dd4b39;
}

/* SUBTOTAL ROW */
.subtotal td {
    background: #000;
    color: #ff5d00;
    font-weight: bold;
    border-top: 3px solid #ff5d00;
    border-bottom: 3px solid #ff5d00;
}

.subtotal td:last-child {
    text-align: right;
}

/* From Uiverse.io by andrew-demchenk0 */
.rating:not(:checked)>input {
    position: absolute;
    appearance: none;
}

.rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.rating:not(:checked)>label:before {
    content: '★';
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #e58e09;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.rating>input:checked~label {
    color: #ffa723;
}

.rating {
    width: fit-content;
    margin: 10px 0px 60px;
}



/* From Uiverse.io by JkHuger */
.toggle-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.toggle-slot {
    font-size: 10px;
    position: relative;
    height: 3.5em;
    width: 7em;
    border: 0px solid transparent;
    border-radius: 10em;
    background-color: white;
    transition: background-color 250ms;
    box-shadow: 0 0 1px #ccc;
}

.toggle-checkbox:checked~.toggle-slot {
    background-color: #374151;
}

.toggle-button {
    transform: translate(0.3em, 0.25em);
    position: absolute;
    height: 3em;
    width: 3em;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 0.75em #ff5d00;
    transition: background-color 250ms, border-color 250ms, transform 500ms cubic-bezier(.26, 2, .46, .71);
}

.toggle-checkbox:checked~.toggle-slot .toggle-button {
    background-color: #485367;
    box-shadow: inset 0px 0px 0px 0.75em white;
    transform: translate(3.65em, 0.25em);
}

.sun-icon {
    position: absolute;
    height: 6em;
    width: 6em;
    color: #ffbb52;
}

.sun-icon-wrapper {
    position: absolute;
    height: 6em;
    width: 6em;
    opacity: 1;
    transform: translate(2em, 2em) rotate(15deg);
    transform-origin: 50% 50%;
    transition: opacity 150ms, transform 500ms cubic-bezier(.26, 2, .46, .71);
}

.term-switch {
    width: fit-content;
}

.toggle-checkbox:checked~.toggle-slot .sun-icon-wrapper {
    opacity: 0;
    transform: translate(3em, 2em) rotate(0deg);
}

.moon-icon {
    position: absolute;
    height: 6em;
    width: 6em;
    color: white;
}

.moon-icon-wrapper {
    position: absolute;
    height: 6em;
    width: 6em;
    opacity: 0;
    transform: translate(11em, 2em) rotate(0deg);
    transform-origin: 50% 50%;
    transition: opacity 150ms, transform 500ms cubic-bezier(.26, 2.5, .46, .71);
}

.toggle-checkbox:checked~.toggle-slot .moon-icon-wrapper {
    opacity: 1;
    transform: translate(2em, 2em) rotate(-15deg);
}

.reviews input[type="text"],
.reviews input[type="email"] {
    width: 100%;
    border: unset;
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 7px;
    height: 50px;
    margin-top: 10px;
    font-size: 13px;
    color: #7c7c7c;
}

.reviews form {
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 0 10px #ccc;
    border: 14px solid #ffffff;
    background: #fff7f2;
}

.reviews form h6 {
    margin: 10px 0 0px;
}

.term-switch label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.term-switch label p {
    margin: 0;
    text-transform: capitalize;
    color: #000;
}

button.btn-1 {
    margin-top: 20px;
    border: 0;
    background: #ff5d00;
    color: #fff;
    transition: 0.5s;
}

button.btn-1:hover {
    background: #000;
}


span.sidebr_mob {
    display: none;
}

li.logout_btnn {
    display: none;
}

.video-thumbnail-wrapper img {
    height: 100%;
    object-fit: cover;
}

div#carouselExampleControls {
    opacity: 1;
}

/*Media Query Start*/


@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .account-sec:before {
        display: none !important;

    }

    .login-account-box ul {

        margin-top: 0 !important;
    }

    .account-sec {
        padding: 20px 0;
        position: relative;
    }

    .login-account-box button {

        height: 40px !important;

    }

    .login-account-box {
        text-align: center;
        padding: 25px 20px;
        width: 100%;
        text-align: center;
    }

    .login-account-box p {
        font-size: 12px;
        text-align: center;
        line-height: 20px;
    }

    .account-header-logo a img {
        width: 20%;
    }

    .login-account-box input {

        height: 45px;
        margin-bottom: 10px;
        padding: 0 15px;

        font-size: 12px;

    }

    .login-account-box input::placeholder {
        font-size: 12px !important;
    }

    .login-account-box.chg {

        margin-top: 10px;
    }

    .login-account-box.chg br {
        display: none;
    }

    .login-account-box select {
        width: 100%;
        height: 45px;
        margin-bottom: 10px !important;
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .login-account-box select {
        width: 100%;
        height: 45px;
        margin-bottom: 10px !important;
        font-size: 12px !important;
    }

    .account-header-logo a img {
        width: 20%;
    }

    .account-sec:before {
        display: none !important;

    }

    .login-account-box.chg br {
        display: none;
    }

    .login-account-box.chg {

        margin-top: 10px;
    }

    .login-account-box ul {
        display: block;
        margin-top: 0 !important;
    }

    .account-sec {
        padding: 20px 0;
        position: relative;
    }

    .login-account-box button {

        height: 40px !important;

    }

    .login-account-box {
        text-align: center;
        padding: 25px 20px;
        width: 100%;
        text-align: center;
    }

    .login-account-box p {
        font-size: 12px;
        text-align: center;
        line-height: 20px;
    }

    .login-account-box input {

        height: 45px;
        margin-bottom: 10px;
        padding: 0 15px;

        font-size: 12px;

    }

    .login-account-box input::placeholder {
        font-size: 12px !important;
    }

}

/*Media Query Ends*/