@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px #e0eeff;*/
    background: #242425;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #616161;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4a4949;
}

body {
    /* font-family: 'Lexend', sans-serif; */
    /* background: #000 url(../images/bg-new.jpg); */
    background-size:cover;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 14px;
    background-color: #184e67;
}

.container-fluid {
    padding-left: 2px;
    padding-right: 2px;
}
.row {
    margin-right: -2px;
    margin-left: -2px;
}
.row>* {
    padding-right: 2px;
    padding-left: 2px;}
.h1,
h1 {
    font-size: 45px;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    padding-top: 12px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
   opacity: 0;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
   
}
input[type='date']{ background: url(../images/calendar-o.png)no-repeat;
        background-position: right 13px center;
    background-size: 9px;}
.mr-1 {
    margin-right: 5px;
}
.mr-2 {
    margin-right: 10px;
}

.bg-light {
    background-color: #f6fbfe !important;
}

img {
    max-width: 100%;
}

a {}

h1,
h2,
h3,
h4 {
    margin-top: 0px;
    line-height: inherit;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

p {
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
}

.text-success {
    color: #04B962 !important;
}

.text-danger {
    color: #F43643 !important;
}
.position-relative{position: relative;}
.loader{position: absolute;
    border-radius: 4px;
    top: 0px;
    bottom: 0px;
    background: rgb(255 255 255 / 85%);
    width: 100%;}
.loader>img{width: 32px;
    height: 32px;
    object-fit: contain;
    margin: auto;
    display: block;}
.media {}

.media .media-left,
.media .media-body,
.media .media-right {
    display: table-cell;
    vertical-align: top;
}

.media .media-left {
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.media .media-body {
    padding-left: calc(var(--bs-gutter-x) * .5);
    width: 10000px;
}
.form-control.w-90{width: 90px;}
.form-control.w-110{width: 110px;}
.form-control {padding: 0.375rem 0.5rem;}
select.form-control {
    background: #fff url(../images/down-arrow.png)no-repeat;
    background-position: right 6px center;
    background-size: 12px;
    padding-right: 20px;
    position: relative;
}
select.form-control:after{content: "";
    background-color: #e1dede;
    top: 0px;
    position: absolute;
    bottom: 0px;
    width: 25px;
    height: 100%;
    z-index: 1;
    right: 0px;}
.container-fluid {}

.long-arrow-btn {
    width: 16px;
    height: 16px;
    background-color: #f37620;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 17px;
    font-size: 13px;
    text-align: left;
}

.long-arrow-btn:hover {
    background-color: #fdaa25;
    color: #fff;
}

.btn-light {
    background-color: #fff;
    border-color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.btn-light:hover {
    background-color: #ddd;
    border-color: #ddd;
}

.btn-secondary {
    color: #fff;
    background-color: #5d5d5d;
    border-color: #5d5d5d;
}

.btn-outline-success {
    color: #05AD48;
    border-color: #05AD48;
}

.btn-outline-success:hover {
    color: #fff;
    border-color: #05AD48;
    background-color: #05AD48;
}

.btn-dark:hover {
    color: #fff;
    background-color: #58595a;
    border-color: #58595a;
}

button:focus {
    outline: inherit !important;
}

.form-check-input:checked {
    background-color: #2196F3;
    border-color: #2196F3;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
}

.mr-5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.pding5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pding10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pding0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pding-rgt0 {
    padding-right: 0px;
}

.pding-rgt5 {
    padding-right: 5px;
}

.pding-lft5 {
    padding-left: 5px;
}

.pdingrgt25 {
    padding-right: 25px;
}

.pdinglft25 {
    padding-left: 25px;
}

.tmb {
    border: none;
    padding: 0px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    background-color: transparent;
}

.text-blue {
    color: #458DFC;
}

.btn-radius {
    border-radius: 30px;
}

.bg-success {
    background-color: #04B962 !important;
}

.bg-teal {
    background-color: #0F8395;
}

.text-teal {
    color: #0F8395 !important;
}

.text-primary {
    color: #605BFF !important;
}

.bg-danger {
    /* background-color: #F43643 !important; */
    background-color: #ed0d1c !important;
}

.bg-primary {
    /* background-color: #605BFF !important; */
    background-color: #150eff !important;
}


/*============= button style ================*/
.button-1 {
    width: 100%;
    height: 50px;
    /*float: left;*/
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 20px 0;
    background-color: #124a88;
    border-radius: 30px;
}

.button-1 a {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}

.button-1 a img {
    float: none;
    margin-left: 10px;
}

.eff-1 {
    width: 100%;
    height: 50px;
    right: -640px;
    background: #fdaa25;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.button-1:hover .eff-1 {
    right: 0;
}

.button-1:hover a {
    color: #fff;
}

.button-1:hover a,
.button-1:hover.book-btn {
    color: #fff;
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-parrot {
    background-color: #93CC29;
    border-color: #93CC29;
    color: #fff;
}

.btn-parrot:hover {
    color: #fff;
    background-color: #94d51a;
    border-color: #94d51a;
}

.btn-pink {
    background-color: #CE3AE0;
    border-color: #CE3AE0;
    color: #fff;
}

.btn-pink:hover {
    background-color: #e12cf7;
    border-color: #e12cf7;
    color: #fff;
}

.btn-outline-primary {
    color: #605BFF;
    border-color: #605BFF;
}

.btn-outline-primary:hover {
    background-color: #605BFF;
    color: #fff;
    border-color: #605BFF
}

.btn-primary {
    color: #fff;
    background-color: #435e67;
    border-color: #9b9797;
}

.btn-primary:hover {
    color: #fff;
    background-color: #435e67;
    border-color: #9b9797;
}

.btn-danger {
    color: #fff;
    background-color: #F95B70;
    border-color: #F95B70;
    font-size: 13px;
    padding: 6px 15px;
}

.btn-danger:hover {
    background-color: #e3334a;
    border-color: #e3334a;
}

.btn-warning {
    color: #fff;
    background-color: #FDC208;
    border-color: #FDC208;
    font-size: 14px;
    padding: 6px 15px;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ffcc2c;
    border-color: #ffcc2c;
}

.btn-outline-warning {
    color: #FF782C;
    border-color: #FF782C;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #fd620b;
    border-color: #fd620b;
}

.btn-sm {
    font-size: 12px;
    padding: 4px 12px;
}

.btn-light-danger {
    background-color: #f5e9ec;
    border-color: #f5e9ec;
    color: #FF6B6B;
}

.btn-light-danger:hover {
    background-color: #f6dde3;
    color: #FF6B6B;
    border-color: #f6dde3;
}

.btn-info {
    color: #fff;
    background-color: #2591ae;
    border-color: #2591ae;
}

.btn-info:hover {
    color: #fff;
    background-color: #159bbf;
    border-color: #159bbf;
}

.btn-success {
    color: #fff;
    background-color: #64C800;
    border-color: #64C800;
}

.btn-success:hover {
    color: #fff;
    background-color: #2A8F20;
    border-color: #2A8F20;
}

.btn-whatsapp {
    background-color: #00BFA5;
    border-color: #00BFA5;
}

.btn-whatsapp:hover {
    background-color: #00a18b;
    border-color: #00a18b;
}

a {
    text-decoration: none;
}

.pding-lft0 {
    padding-left: 0px;
}

.list-point {
    margin-bottom: 35px;
}

.list-point li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 11px;
    width: 5px;
    height: 5px;
    background-color: #7A7575;
    border-radius: 50%;
}

.list-point li {
    line-height: 22px;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    font-weight: 400;
    margin-bottom: 10px;
    color: #333;
}

.owl-nav {
    /* position: absolute;
    top: 45%;
    width: 100%;
    left: 0px;*/
}

.owl-nav button span {
    font-size: 47px;
    line-height: 26px;
    font-weight: 100;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: block;
    color: #458DFC;
    /*box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 18%);*/
}

.owl-carousel2 .owl-nav button span {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 18%);
}

.owl-nav button span:hover {
    /*border: 1px solid #E93131;
    color: #E93131;*/
}

.owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: -15px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: -15px;
}

.btn-block {
    display: block;
    width: 100%;
}

.text-orange {
    color: #FF782C;
}

._select_arrow {
    appearance: none;
    -webkit-appearance: none;
}

.form_icon,
.form-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #6a6666;
    font-size: 18px;
}

.form-icon {
    right: inherit;
    left: 2px;
}

.form_icon img {
    width: 15px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.txt-red {
    color: #E93131;
}

.view {
    margin-top: 10px;
}

.view a {
    font-weight: 500;
    font-size: 13px;
}

.view a i {
    font-size: 18px;
    margin-left: 5px;
    font-weight: 600;
}

.view a:hover {}

.ads-banner {
    position: relative;
    margin-bottom: 30px;
}

.ads-banner a {
    display: inline-block;
}

.ads-banner a img {
    width: 100%;
    border-radius: 4px;
    transition: 0.5s;
}

.ads-zoom-img {
    overflow: hidden;
}

.ads-zoom-img:hover>a img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.owl-carousel .owl-dots {
    text-align: center;
    position: relative;
    margin: auto;
    display: table;
}

.owl-carousel .owl-dots .owl-dot.active {
    margin: 3px;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #061f3e;
    background-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
    margin: 6px;
    position: relative;
    width: 10px;
    border: 2px solid transparent;
    height: 10px;
    border-radius: 50%;
    display: table;
    background-color: #c9d4e0;
    float: left;
}

.owl-carousel .owl-dots .owl-dot.active span {
    position: absolute;
    left: 4px;
    bottom: 0px;
    right: 0px;
    top: 4px;
    background-color: #061f3e;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
}

/*=============== check out button =================*/
/* The container */
.container_chechout {
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    float: none;
    padding-left: 35px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

/* Hide the browser's default checkbox */
.container_chechout input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.container_chechout .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #f1f1f1;
    border-radius: 4px;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.container_chechout:hover input~.checkmark {}

/* When the checkbox is checked, add a blue background */
.container_chechout input:checked~.checkmark {}

/* Create the checkmark/indicator (hidden when not checked) */
.container_chechout .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_chechout input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_chechout .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #0b3666;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container_chechout2 {
    font-size: 14px;
    float: none;
    padding-right: 0px;
    padding-left: 25px;
    padding-bottom: 25px;
}

.container_chechout2 .checkmark {
    right: initial;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.container_chechout2 .checkmark:after {
    border: solid #ed207b;
    width: 6px;
    height: 10px;
    border-width: 0px 2px 2px 0px;
}

header {
    z-index: 1000;
    width: 100%;
    left: 0px;
    top: 0px;
    position: sticky;
    background-color: #013851 !important;
}

.sticky {
    background-color: #fff;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);
}

.sticky .navbar-brand {
    padding: 0px 10px 2px 0px;
}

.sticky .hdr-top {
    display: none;
}

.sticky .navbar-brand>img {}

.sticky .navbar-expand-lg.bg-light {
    padding: 0px 0px 0px;
}

.sticky .navbar-expand-lg .mobile-nav .nav-link {
    color: #2196F3;
}

.sticky .navbar-expand-lg .mobile-nav .nav-link.login {}

.sticky .navbar-light .mobile-nav .nav-link:focus,
.sticky .navbar-light .mobile-nav .nav-link:hover {
    color: #000;
}

.hdr-top {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.hdr-top p {
    color: #343434;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.hdr-top p strong {
    color: #FF782C;
}

.hdr-social-link li {
    padding-right: 1px;
    display: inline-block;
    padding-left: 1px;
}

.hdr-social-link li a {
    font-size: 18px;
    color: #fff;
    transition: 0.5s;
    display: block;
    width: 30px;
    height: 30px;
    /* text-align: center; */
    line-height: 36px;
    border-radius: 50%;
    /* background-color: #fff;*/
}

.hdr-social-link li a.fb {
    background-color: #3b5998;
}

.hdr-social-link li a.tw {
    background-color: #55acee;
}

.hdr-social-link li a.linkdn {
    background-color: #007ab9;
}

.hdr-social-link li a.ins {
    background-color: #ffc153;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #ffc153, #f9524b, #d13c98);
}

.hdr-social-link li a.youtybe {
    background-color: #ff0000;
}

.hdr-social-link li a:hover {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.hdr-top-cnt {
    display: flex;
    margin-bottom: 10px;
}

.hdr-top-cntrgt {
    justify-content: end;
}

.hdr-top-cnt li {
    margin-right: 25px;
}

.hdr-top-cnt li:last-child {
    margin-right: 0px;
}

.hdr-top-cnt li a {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    display: block;
}

.hdr-top-cnt li a>img {
    margin-right: 5px;
}

.hdr-top-cnt li a.sell {
    background-color: #9f5404;
    padding: 5px 12px;
    border-radius: 4px;
    color: #fff;
}

.hdr-top-cnt li a:hover {
    color: #e00000;
}

.hdr-top-cnt li a.sell:hover {
    background-color: #fff;
}

.txt-rgt {
    text-align: right;
}

.navbar-default {
    z-index: 1022;
    margin: auto;
    border-radius: 0px;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: 0.5s;
    border: none;
    /*box-shadow:0px 2px 20px 0px hsl(0deg 0% 44% / 33%);*/
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl
{padding-left: 10px;padding-right: 10px;}
.navbar-expand-lg.bg-light {
    padding: 5px 0px 5px;
    background-color: #252525 !important;
}

.navbar-expand-lg.sticky-top {}

.navbar-nav {
    position: relative;
}

.navbar-brand {
    padding: 5px 10px 5px 20px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    line-height: 26px;
    color: #fff;
}

.navbar-light .navbar-brand {
    color: #fff;
}

.navbar-brand span {
    display: block;
    font-size: 14px;
    color: #5E5E62;
    font-weight: 400;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-brand {
    color: #fff;
    transition: 0.5s;
}

.navbar-brand span {
    color: #000;
    text-transform: capitalize;
}
/* LOGO BASE STYLE */
.navbar-brand > img {
    height: 50px; /* Default height for desktop */
    max-height: 50px;
    width: auto; /* Maintain aspect ratio */
    transition: transform 0.5s ease, height 0.3s ease;
    object-fit: contain; /* Ensures no distortion */
}

/* Hover Effect */
.navbar-brand > img:hover {
    transform: scale(1.06) rotate(-1deg);
}

/* Large Desktop (1200px+) */
@media (min-width: 1200px) {
    .navbar-brand > img {
        height: 50px;
        max-height: 50px;
    }
}

/* Tablet (992px to 1199px) */
@media (max-width: 1199px) and (min-width: 768px) {
    .navbar-brand > img {
        height: 44px;
        max-height: 44px;
    }
}

/* Mobile (Below 768px) */
@media (max-width: 768px) {
    .navbar-brand > img {
        height: 38px;
        max-height: 38px;
    }
}

/* Small Mobile (Below 480px) */
@media (max-width: 480px) {
    .navbar-brand > img {
        height: 34px;
        max-height: 34px;
    }
}

.search-icon {
    position: absolute;
    top: 15px;
    right: 65px;
    display: none;
}

.search-icon a {
    color: #000;
}

.navbar-default .navbar-nav .nav-link {
    color: #494949;
}

.navbar-expand-lg .navbar-nav .dropdown {}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-item:first-child>.nav-link {}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-expand-lg .navbar-nav .dropdown-toggle::after {

    vertical-align: middle;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #129f97;

}

.navbar-expand-lg .mobile-nav .mobile-nav-search {
    margin-right: 15px;
    position: relative;
}

.navbar-expand-lg .mobile-nav .nav-link {
    text-align: center;
    padding: 8px 20px;
    position: relative;
    font-weight: 400;
    border-radius: 4px;
    font-size: 18px;
}

.navbar-expand-lg .mobile-nav .nav-link.login {
    border-radius: 30px;
    border: 1px solid #2196F3;
    font-size: 14px;
    padding: 6px 25px;
    margin-top: 4px;
}

.navbar-expand-lg .mobile-nav .nav-link img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}

.navbar-expand-lg .mobile-nav .nav-link i {
    margin-right: 6px;
}

.navbar-expand-lg .mobile-nav .nav-link span {}

.navbar-expand-lg .mobile-nav .login-drop .dropdown-toggle::after {
    display: none;
}

.navbar-expand-lg .mobile-nav .Menu .dropdown-toggle::after {
    display: none;
}

.navbar-expand-lg .mobile-nav .nav-link em {
    position: absolute;
    top: 0px;
    background-color: #FF6B6B;
    color: #fff;
    width: 10px;
    height: 10px;
    display: block;
    right: 0px;
    border-radius: 50%;
    text-align: center;
    font-size: 7px;
    font-weight: 600;
    line-height: 10px;
    font-style: normal;
}

.navbar-nav>li:hover>.drop-menu {}

.navbar-expand-lg .mobile-nav .login-drop.dropdown .nav-link.login {
    border: none;
    color: #000;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: 0px;
}

.navbar-expand-lg .mobile-nav .login-drop.dropdown .nav-link.login img {
    width: 100%;
    height: 100%;
}

.drop-menu {
    padding: 0px;
    width: 100%
}

.drop-menu-srvs {}

.navbar-default .navbar-nav .nav-link:focus,
.navbar-default .navbar-nav .nav-link:hover {
    color: #2196F3;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #2196F3;
}

.drop-menu>li>a {
    padding: 8px 10px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #FF782C;
}

.navbar-light .mobile-nav .nav-link:focus,
.navbar-light .mobile-nav .nav-link:hover {
    color: #000;
    background-color: transparent;
}

.navbar-right~.navbar-nav-search {
    margin-top: 22px;
    margin-right: 50px;
}

.mobilesrch {
    display: none;
}

.navbar-form {
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 275px;
    margin-left: 0px;
    display: flex;
    margin-right: 0px;
}

.navbar-form .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}

.navbar-form .form-control {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #373738;
    box-shadow: none;
    background-color: #373738;
    padding: 6px 30px 6px 15px;
    font-size: 14px;
    color: #a9a9a9;
}

.navbar-form .form-group .form-icon {
    left: 10px;
    bottom: 10px;
    font-size: 14px;
}

.select-location {
    width: 215px;
}

.select-location .form-control {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
    height: 36px;
    color: #000;
}

.select-location .form-icon {
    right: inherit;
    left: 0px;
    left: 10px;
    font-size: 14px;
    bottom: 8px;
    color: #333;
}

.navbar-form .btn {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 12px;
    height: 100%;
    font-size: 15px;
    border-radius: 30px 0px 0px 30px;
    box-shadow: none;
    background-color: transparent;
    border: none;
    color: #333;
}

.navbar-form .btn>img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.navbar-form .select-location .btn {
    background-color: #fff;
    color: #e89935;
}

.navbar-login {
    background-color: #F8F8F8;
}

.navbar-login .navbar-nav .nav-link {
    text-align: center;
}

.navbar-login .navbar-nav .nav-link h5 {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 600;
}

.navbar-login .navbar-nav .nav-link p {
    color: #1A2228;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
}

.navbar-light .back-navbar-text {
    margin-left: 125px;
}

.melft-auto {
    margin-left: auto;
}

.navbar-light .back-navbar-text a {
    background-color: #D8D8D8;
    padding: 7px 35px;
    border-radius: 4px;
    font-size: 13px;
}

.navbar-light .back-navbar-text a:hover {
    background-color: #e93131;
    color: #fff;
}

.dropdown-menu {
    width: 100%;
    min-width: 12rem;
    padding: 15px;
    margin: 0px;
    left: 0px;
    border: none;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 19%);
    border-radius: 10px;
    background-color: #696969;
}

.drop-menu:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 10px 10px;
    border-color: transparent transparent #696969;
    position: absolute;
    top: -9px;
    right: 20px;
}

.dropdown-menu li .dropdown-item {
    font-size: 12px;
    padding: 10px 5px;
    color: #fff;
}

.dropdown-menu .dropdown-header {
    padding: 0px 0px 8px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    border-bottom:1px solid #727272;
    margin-bottom: 5px;
    text-wrap: wrap;
    text-transform: uppercase;
}

.dropdown-menu li .dropdown-item>img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 5px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #605BFF;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #605BFF;
    background-color: transparent;
}

.dropdown-rgt {
    left: inherit !important;
    right: 0px;
    z-index: 1021;
}
.navbar-expand-lg .mobile-nav .timer-nav{}
.navbar-expand-lg .mobile-nav .timer-nav .nav-link{text-align: left;
    padding: 0px 15px;}
.navbar-expand-lg .mobile-nav .timer-nav h6{margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #009cff;}
    .navbar-expand-lg .mobile-nav .timer-nav h6 sub{bottom: 0px;font-size: 10px;color:#27f50a;}
.navbar-expand-lg .mobile-nav .timer-nav p{margin-bottom: 0px;color: #fbe984;font-size: 13px;line-height: 18px;}
.navbar-expand-lg .title-navbar h4{margin-bottom: 0px; color: #fff;text-transform: uppercase;}
/*---------- SLIDE CAPTION ----------*/
.mrgn-auto {
    margin: auto;
    display: block;
}



/*========== enquire form ======*/
.btn-close {
    position: absolute;
    right: -14px;
    top: -14px;
    background-color: #fff;
    border-radius: 50%;
    padding: 6px;
    opacity: 9;
}

.bg-gray {
    background-color: #f6f6f7;
}

.bg-gray2 {
    background-color: #F4F4F4;
}

.bg-orange {
    background-color: #fdaa25;
}

.bg-pink {
    background-color: #fef6f6;
}

.bg-blue {
    background-color: #124a88;
}

.wrap-bdrtp {
    border-top: 1px solid #c1c1c1;
}

.wrap {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.wrap-40 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrap-top0 {
    padding-top: 0px;
}

.wrap-btm0 {
    padding-bottom: 0px;
}

.form-control:focus {
    border-color: #333;
    box-shadow: none;
}

.inr-wrap-tp {
    padding-top: 40px;
}

.boxshow-wrap {
    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);
    z-index: 1;
}

.title {
    position: relative;
    margin-bottom: 35px;
}

.title h1 {
    font-weight: 300;
    font-size: 58px;
}

.title h1 b {}

.title h2 {
    font-weight: 700;
    font-size: 40px;
}

.title h2 b {}

.title h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: inherit;
    text-transform: inherit;
    margin-bottom: 0px;
}

.title h3 b {}

.title h4 {
    font-size: 20px;
    font-weight: 500;
}

.title h4 span {
    font-weight: 400;
    font-size: 14px;
    margin-left: 20px;
}

.title-bdr {
    background-color: #000;
    height: 2px;
    display: inline-block;
    width: 60px;
    border-radius: 30px;
}

.title-bdr-white {
    background-color: #fff;
}

/*========== home ========*/

/*=========== footer ================*/
footer {
    background-color: #468ffc;
    position: relative;
    background-image: linear-gradient(0deg, #468ffc, #65b4fc);
    position: relative;
    padding-top: 50px;
}

footer:after {
    content: "";
    background: url(../images/foter-dots.png)no-repeat;
    bottom: 10px;
    left: 10px;
    width: 95px;
    height: 100px;
    position: absolute;
    background-size: 100%;
}

.fotr-logo {
    position: relative;
    margin-bottom: 20px;
}

.fotr-logo a {
    display: inline-block;
}

footer h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

footer h4 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

footer p {
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
}

.fotr-media p strong {
    width: 75px;
    font-weight: 600;
    display: inline-block;
}

.fotr-abt-cnt {
    position: relative;
    margin-right: 25px;
    margin-bottom: 25px;
}

.fotr-media-item {
    position: relative;
    margin-bottom: 25px;
}

.fotr-media {
    margin-top: 10px;
}

footer .fotr-media .media-body {
    padding-left: 0px;
}

.fotr-media p a {
    color: #555;
}

.fotr-media p a:hover {
    color: #daeaff;
}

.fotr-media .media-left {}

.fotr-media p i {}

.fotr-media h4 {
    margin-top: 0px;
    position: relative;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.fotr-media p a {
    color: #fff;
    padding-right: 15px;
}

.fotr-menu {
    margin-bottom: 0px;
}

.fotr-menu li {
    margin-bottom: 6px;
}

.fotr-menu li a {
    color: #fff;
    display: inline-block;
    padding: 0px 0px 5px;
    transition: 0.5s;
    font-weight: 400;
    font-size: 13px;
}

.fotr-menu li a:hover {
    transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
    text-decoration: none;
}

.fotr-media-item-contact {
    margin-right: 20px;
}

.fotr-Subscribe h3 {
    margin-bottom: 5px;
    font-size: 19px;
}

.foter-search {
    margin-top: 0px;
    margin-bottom: 15px;
}

.foter-search p {
    margin-bottom: 15px;
}

.foter-search .navbar-form {
    margin-left: 0px;
    display: block;
    width: 100%;
}

.foter-search .navbar-form .form-control {
    border-radius: 0px;
    padding-left: 15px;
    height: 46px;
    border: 1px solid #707070;
    background-color: transparent;
}

.foter-search .navbar-form .btn {
    right: 0px;
    top: 0px;
    width: auto;
    padding: 4px 12px;
    height: 46px;
    font-size: 22px;
    border-radius: 0px;
    font-weight: 600;
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.payment-icon {
    display: flex;
}

.payment-icon li:first-child {
    padding-left: 0px;
}

.payment-icon li {
    padding-left: 3px;
    padding-right: 3px;
}

.payment-icon li a {
    width: 60px;
    display: block;
}

.payment-icon li a img {
    display: block;
    border-radius: 4px;
}

.fotr-btm-link {
    border-top: 1px solid #5b5858;
    padding-top: 10px;
    position: relative;
}

.fotr-btm-link .fotr-menu li {
    display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
    border-left: 1px solid #ddd;
}

.fotr-btm-link .fotr-menu li:first-child {
    padding-left: 0px;
    border-left: 0px;
}

.fotr-btm-link .fotr-menu li a {
    padding: 0px;
    line-height: 12px;
}

.cpyrgt-wrap {
    position: relative;
    border-top: 1px solid #68c9ff;
    padding: 35px 0px 10px;
}

.cpyrgt-wrap p {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
}

.cpyrgt-wrap p b {
    font-weight: 600;
}

.cpyrgt-wrap p span.space {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.cpyrgt-wrap p a {
    color: #fff;
    font-weight: 600;
}

.cpyrgt-wrap p a:hover {
    color: #daeaff;
}

.cpyrgt-wrap .hdr-social-link {
    margin-top: 15px;
}

.cpyrgt-wrap .hdr-social-link li {}

.cpyrgt-wrap .hdr-social-link li a {
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
    height: auto;
    font-size: 20px;
}

.hdr-social-link {}

.hdr-social-link h4 {
    font-size: 18px;
}

.txt_dec {
    position: relative;
    margin-bottom: 20px;
}

.txt_dec h4 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-transform: inherit;
}

.txt_dec h5 {
    font-size: 16px;
    font-weight: 500;
}

.txt_dec p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 20px;
}

.txt_dec p:last-child {
    margin-bottom: 0px;
}

/*================ thank you  ===========*/
.thanks-section {
    position: relative;
    background: #fff url(../images/thnks-bg.png)no-repeat;
    background-position: top center;
}

.thnks-footer {
    padding-top: 0px;
}

.thnks-footer .cpyrgt-wrap {
    margin-top: 0px;
    border-top: none;
}

.inner-thanks {
    position: relative;
    padding: 20px;
}

.inner-thanks h4 {
    margin-bottom: 15px;
}

.inner-thanks h2 {
    font-size: 45px;
    font-weight: 600;
}

.inner-thanks h4 {
    font-size: 22px;
    font-weight: 800;
}

.inner-thanks h5 {
    color: #333;
    font-size: 16px;
}

.inner-thanks h3 {
    font-weight: 800;
}

.thankyou-img {
    width: 130px;
    margin: 0px auto 20px;
}

.thankyou-img img {}

.inner-thanks p {
    color: #333;
    line-height: 22px;
    margin-bottom: 20px;
}

.inner-thanks .btn {
    padding: 10px 20px;
    margin: auto;
    border-radius: 30px;
    font-size: 14px;
}

.inner-failed h4 {
    color: #E93131;
}

.thanks-bottom {
    position: relative;
    margin-top: 40px;
}

.thanks-bottom h3 {}

.thanks-bottom p {
    margin-bottom: 10px;
}

.thanks-bottom .txt-rgt {
    align-self: end;
}

.thanks-bottom h5 {
    font-weight: 400;
    font-size: 17px;
    display: flex;
    align-self: end;
    align-items: flex-end;
    justify-content: end;
}

.thanks-bottom h5 a {
    display: block;
}

.border-box {
    position: relative;
    padding: 20px;
    border: 1px solid #a8a8a8;
    border-radius: 8px;
    margin-bottom: 25px;
}

.border-box h4 {
    font-weight: 600;
}

.border-box p {
    color: #8C8989;
}

.thanksgray-box {
    padding: 25px;
    border-radius: 8px;
    background-color: #F2FAFE;
}

.thanksgray-box h4 {
    font-weight: 700;
}

.thanksgray-box p {}

.thanksgray-box .list-group-item {
    padding: 10px 0px;
    color: #696969;
    background-color: transparent;
    border: none;
}

.thanksgray-box .list-group-item .fw-bold {
    color: #000;
}

.thanksgray-box .list-group-item .badge {
    color: #696969;
    font-size: 13px;
    font-weight: 400;
}

.thanksgray-box .list-group-item .badge strong {
    color: #000;
}


/*============= about us ================*/
.inr-wrap {
    position: relative;
    /*background-color: #F6F6F6;*/
    padding: 15px 0px 15px;
}

.inr-title {
    position: relative;
}

.inr-title h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.breadcrumb-heading {}

.breadcrumb-heading h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.brdcrm {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.brdcrm>li {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
}

.brdcrm>li a {
    color: #458DFC;
}

.brdcrm>li.active {
    color: #000000;
    font-weight: 500;
}

.brdcrm .breadcrumb-item+.breadcrumb-item::before {
    color: #807e7e;
}

.orange {
    color: #f99011;
}

.pdinglft0 {
    padding-left: 0px;
}

.pdingrgt0 {
    padding-right: 0px;
}

.inr-wrap-banner {
    padding: 0px;
    border-top: none;
}

.inr-wrap-banner>img {
    width: 100%;
    height: 335px;
    object-fit: cover;
}

.inr-container-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 43%);
    padding: 20px 0px;
}

.inr-container-overlay .brdcrm>li a {
    color: #fff;
}

.inr-container-overlay .brdcrm>li.active {
    color: #fff;
}

.inr-container-overlay .brdcrm .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.navigation-number {
    margin-top: 30px;
}

.navigation-number .page-link {
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
    border: none;
    background-color: #6f6a6a;
    font-size: 12px;
}

.page-item:not(:first-child) .page-link {
    margin-left: 4px;
}

.navigation-number .page-link-prev,
.navigation-number .page-link-next {
    width: 30px;
    height: 30px;
    background-color:#6f6a6a;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
    padding: 0px;
}

.navigation-number .page-item.active .page-link {
    z-index: 3;
    /* color: #605BFF; */
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.navigation-number .page-link:hover {
    z-index: 2;
    color: #fff;
    background-color:#000;
    border-color: #000;
}

.navigation-number .page-item:first-child .page-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.navigation-number .page-item:last-child .page-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}



/*============================ login ======================*/


.login-wrap {
    position: fixed;
    
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    overflow: auto;
    background-size: cover;
}
.login-wrap .login-white-box {
    position: relative;
    padding: 19px;
    background-color: #3c2f2fad;
    border-radius: 12px;
}
.login-wrap .form-box.mt-3{margin-top: 7rem !important;}
.login-wrap .form-box .form-ctrl {
    background-color: #fff;
    height: 50px;
    color: #333;
border-radius: 6px;
font-weight: 500;
}
.login-width{width: 400px;margin: auto;}
.login-width .login-white-box {left: -10px;}
.form-box-width {
    width: 80%;
    margin: auto;
}

.form-box {
    position: relative;
}

.form-box .title {
    margin-bottom: 20px;
}

.form-box .title-mb0 {
    margin-bottom: 0px;
}
.mt-22{margin-top: 22px;}
.form-box .title h3,
.wlcome-login .title h3 {
    line-height: inherit;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.title h4 {
    font-weight: 700;
    color: #000;
}

.form-box .title h5 {
    font-weight: 700;
    font-size: 16px;
}

.login-white-box {
    position: relative;
    padding: 20px;
    background-color: #fff;
}

.form-box-login {}

.form-box-login .offcanvas-header {
    background-color: #65b4fc;
    background-image: linear-gradient(0deg, #65b4fc, #468ffc);
}

.offsetlogo {
    width: 100px;
}

.form-box-login .btn-close {
    position: relative;
    right: 0px;
    top: 0px;
    background-color: transparent;
}

.login-img {
    margin: 0px auto 15px;
    width:130px;
    display: block;
}

.form-item {
    position: relative;
}

.form-box p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.form-box .form-group {
    margin-bottom: 18px;
    position: relative;
}

.form-box .form-group .form-group {
    margin-bottom: 5px;
}

.form-box .form-group .form-file {
    padding-top: 12px;
}

.form-box .form-check-input:checked,
.table .form-check-input:checked {
    background-color: #2196F3;
    border-color: #2196F3;
}

.form-box .form-check,
.table .form-check {
    padding-left: 2em;
}

.form-box .form-check .form-check-input,
.table .form-check .form-check-input {
    margin-left: -2em;
}

.form-box .form-check .form-check-label a {
    color: #FF782C;
}

.form-box .form-group label {
    font-weight: 500;
    color: #ccc;
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
}

.form-box .form-group .form-group label.form-check-label {
    color: #B9B9B9;
}

.form-box .form-group label.form-check-label {
    color: #000;
    font-weight: 400;
    font-size: 12px;
}

.form-box .form-group label.input-group-text {
    margin-bottom: 0px;
}

.form-box .form-ctrl {
    background-color: #fff;
    border: 1px solid #8e8c8c;
    font-size: 13px;
    height: 42px;
    color: #1C1D21;
    font-weight: 500;
    border-radius: 6px;
    
}

.form-box textarea.form-ctrl {
    height: auto;
    border-radius: 10px;
}

.form-box .form-group h6 {
    margin-bottom: 12px;
    font-size: 18px;
}

.number-code {
    display: flex;
    width: 100%;
    border: 1px solid #A8A8A8;
    border-radius: 4px;
}

.number-code .city-code-ctrl {
    width: 100px;
    position: relative;
}

.number-code .form-ctrl {
    border: none;
    border-radius: 0px;
}

.number-code select.form-ctrl {
    border-right: 1px solid #a8a8a8;
}

.form-box .forgot-txt {
    margin-bottom: 45px;
    text-align: right;
    margin-top: -15px;
}

.form-box .SignUp-txt {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
}

.form-box .forgot-txt p {
    color: #3a3a3a;
    font-size: 14px;
}

.form-box .forgot-txt p a {
    color: #438BF5;
    font-weight: 500;
}

.form-box .forgot-txt p a:hover {
    color: #438BF5;
    text-decoration: none;
}

.form-box .SignUp-txt p {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    font-weight: 600;
}


.form-box .SignUp-txt p a {
    text-decoration: underline;
}

.form-box-register .form-ctrl {
    padding-left: 10px;
}

.otp-box {}

.otp-box .title h4 {
    font-size: 18px;
    font-weight: 500;
}

.otp-box h3,
.forgot-password-box h3 {
    color: #000;
}

.form-box .form-group label.container_chechout {
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
}

.form-box .form-group_chechout>label {
    margin-bottom: 20px;
}

.form-box .select2-container--default .select2-selection--single {
    border: 1px solid #B9B6B6;
    height: 45px;
    padding: 6px;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
    outline: none;
}

.form-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.form-box .btn-sumbit {
    font-weight: 400;
    font-size: 13px;
    padding: 10px 18px;
    border-radius: 6px;
}

.form-box .btn-sumbit img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.form-box .btn-sumbit.btn-lg {
    padding: 12px 25px;
}

.form-box a.btn {
    height: auto;
}

.form-box a.btn img {
    width: 18px;
}

.otp-box .form-group {
    display: flex;
    width: 100%;
    align-self: center;
    justify-content: center;
}

.otp-box .form-group .form-ctrl {
    margin-left: 10px;
    text-align: center;
    height: 48px;
    width: 100%;
    font-size: 20px;
    border-radius: 4px;
}

.otp-box .form-group .form-ctrl:first-child {
    margin-left: 0px;
}

.otp-text {}

.form-box .otp-text p {
    color: #000;
    text-align: left;
}

.resendin {
    margin-top: -15px;
    text-align: right;
}

.resendin p {
    color: #FF782C;
    font-weight: 400;
}

.resend-otp {}

.resend-otp p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.resend-otp p span {
    color: #000;
}

.resend-otp p a {
    color: #FF782C;
    text-decoration: underline;
}

.resend-otp p a:hover {
    text-decoration: none;
}

.resend-otp p a img {
    position: relative;
    margin-right: 8px;
    margin-top: -3px;
}

.form-group-btn {}

.form-group-btn .btn {
    position: absolute;
    right: 3px;
    bottom: 3px;
    top: 3px;
    width: 30%;
    border-radius: 4px;
    height: auto;
    padding: 8px 12px;
    font-size: 13px;
}

.form-box-register .form-group-btn .btn {
    width: auto;
}

.btn-submit {
    font-size: 16px;
    padding: 10px 30px;
    height: 50px;
    font-weight: 500;
}

.registration-form .to {
    position: absolute;
    right: -20px;
    font-size: 14px;
    bottom: 15px;
}

.permanent-txt {
    color: #da0e1a;
    float: right;
    display: inline-block;
    text-decoration: underline;
}

.mrgntp-btn {
    margin-top: 28px;
}

.btn-width {
    width: 170px;
    margin: 0px auto;
    position: relative;
}

.searchgroup {
    width: 100%;
    margin-bottom: 20px;
}

.searchgroup .form-ctrl {
    padding-right: 40px;
    height: 42px;
}

.searchgroup .btn {
    position: absolute;
    right: 5px;
    padding: 3px 5px;
    bottom: 2px;
    top: 2px;
    background-color: transparent;
    border-color: transparent;
    color: #8d8a8a;
}

.searchgroup .btn>img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.searchgroup .btn.btn-lft {
    right: inherit;
    left: 5px;
    padding: 5px 8px;
}

.searchgroup .form_icon {
    bottom: 7px;
}

/*================== table =================*/
.table {
    margin-bottom: 2px;
    display: table;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
}

.theader {
    display: table-row;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 6%);
    background-color: #fff;
    color: #000;
}

.table_header {
    display: table-cell;
    padding: 10px 10px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    /*border-left: 1px solid #f0f0f0;*/
}

.theader .table_header:first-child {
    /*border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;*/
    border-left: none;
}

.theader .table_header:last-child {
    /*border-top-right-radius: 6px;
   border-bottom-right-radius: 6px;*/
}

.table_row {
    display: table-row;
}

.table_small {
    display: table-cell;
    padding: 15px 5px;
    vertical-align: top;
    border-bottom: 1px solid #9F9F9F !important;
    /* border-left: 1px solid #f0f0f0;*/
}

.table_row>.table_small:first-child>.table_cell {}

.table_row:last-child>.table_small {
    border-bottom: none !important;
}

.table_row>.table_small>.table_cell {
    color: #222;
    font-size: 14px;
    padding: 0px;
}

.table_row>.table_small>.table_cell:nth-child(odd) {
    display: none;
    color: #333;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
}

/*======================= profile  ============================*/
.user_info {
    position: relative;
}

.user_info .profile-pic {
    width: 130px;
    height: 130px;
    margin-right: 25px;
}

.user_info .profile-pic img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
}

.my-profile .heading-title .txt-rgt {}

.my-profile .heading-title .txt-rgt a {
    border-radius: 4px;
    padding: 5px 15px;
    height: auto;
    text-transform: inherit;
    font-size: 12px;
    font-weight: 400;
}

.my-profile .heading-title .txt-rgt a img {
    width: 15px;
    margin-right: 5px;
}

/*======================= Edit profile ======================*/
/*=============================*/
.upload-doc-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.upload-box {
    position: relative;
}

.image-upload {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.image-upload input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    display: none;
}

.upload-field {
    height: 100%;
    width: 100%;
}

.upload-field .file-thumbnail {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.upload-field .file-thumbnail img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.upload-field .file-thumbnail h3 {
    font-size: 14px;
    margin-bottom: 0px;
}

.image-upload h5 {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.profile-pic #filename {
    display: none;
}

.profile-pic .edit-pic {
    position: absolute;
    background-color: #458DFC;
    background-image: linear-gradient(180deg, #458DFC 100%, #4089ED 100%);
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    bottom: 10px;
    right: -4px;
    font-size: 16px;
    z-index: 1;
}

.profile-pic .edit-pic>img {
    width: 14px;
    height: 14px;
    border-radius: 0px;
    object-fit: contain;
}


/*===============  Dashboard  ==================*/
.title-header {
    position: relative;
    margin-bottom: 20px;
}

.title-header h3 {
    font-size: 24px;
    font-weight: 500;
}

.title-header .btn-link {
    padding-right: 0px;
    font-size: 14px;
}

.back-page {
    position: relative;
    margin-bottom: 20px;
}

.back-page h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1C1D21;
}

.back-page>h3>a {}

.back-page>h3>a.back-arrow {}

.back-page>h3>a.back-arrow>img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 10px;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.main {
    position: relative;
    display: flex;
}

.sidebar-header {
    position:sticky;
    /* width: 290px; */
    width: 16%;
    background-color: #696969;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    padding: 20px 20px;
    z-index: 1021;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 19%);
    clip-path: inset(0px -10px 0px 0px);*/
    display: none;
}
.sidebar-header.hideNav{
    width: 210px;
    padding: 10px;
    
}
.sidebar-header.hideNav .nav-menu li .side-sub-menu li a {
    padding: 10px 5px 10px 8px;
}
.sidebar-header.hideNav .nav-menu li{ position: relative; }
.sidebar-header.hideNav .nav-menu li a[aria-expanded="true"] span{ opacity: 1; }
.sidebar-header.hideNav .side-sub-menu{ /*background: #373738; */min-width: 150px; top: auto; left: 29px;}
/* .sidebar-header.hideNav .collapse.show .side-sub-menu{ opacity: 1; } */
.sidebar-brand>a.smallLogo{ display: none; }
.sidebar-header.hideNav .smallLogo{ /*display: block;*/ }
.sidebar-header.hideNav .bighideLogo{ display: none;}
.sidebar-header.hideNav .navigation{left: 10px; top: 58px; }
.sidebar-header.hideNav .nav-menu li a span{ 
    /*opacity: 0;
    position: absolute;
    display: inline-block;
    background: #373738;
    margin-left: 10px;
    font-size: 14px;
    min-width: 150px;
    top: 0;
    padding: 10px;
    border-radius: 0 5px 5px 0;*/
}
.sidebar-header.hideNav .nav-menu li a:hover span{ opacity: 1;}
.sidebar-header.hideNav .nav-menu li a>img{left: 13px;}
.sidebar-header.hideNav .nav-menu li a{/*padding: 10px 15px 30px 28px; display: inline-block;*/ }
.sidebar-header.hideNav .sidebar-brand>a>img{ margin-left: 0;}
.sidebar-header.hideNav{display: block;}
.sidebar-brand {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    display: none;
}

.navigation {
    position: relative;
    left: 8px;
    /* display: none; */
    top: 0px;
    z-index: 1022;
    float: left;
}

.navigation>img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    cursor: pointer;
}
.mobile-navigation{display: none;}
.sidebar-brand>a {
    display: block;
    width: 100%;
}

.sidebar-brand>a>img {
    width: 120px;
    display: block;
    margin-left: 25px;
}

.siderbar-menu {
    position: relative;
    width: 100%;
     height: 100vh;
}

.siderbar-menu>h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 35px;
    color: #fff;
}

.nav-menu {
    position: relative;
    height: 100%;
}

.nav-menu li {
    display: block;
    margin-bottom: 8px;
}

.nav-menu li a, .nav-menu li button {
    display: block;
    position: relative;
    font-weight: 400;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    padding: 10px 15px 10px 42px;
}
.nav-menu li button em{display: none;}
.nav-menu li button{background-color: transparent;border: none;width: 100%;text-align: left;}
.nav-menu li a span {}

.nav-menu li a em {
    position: absolute;
    right: 10px;
    top: 15px;
}

.nav-menu li a>img, .nav-menu li button>img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    position: absolute;
    left: 15px;
    top: 12px;
}

.nav-menu li a>.img-hover,  .nav-menu li button > .img-hover {
    opacity: .8;
}

.nav-menu li a:hover, .nav-menu li button:hover {
    background-color: #373738;
    color: #fff;
}

.nav-menu li.active>a {
    background-color: #373738;
    color: #fff;
}

.nav-menu li.active>a>.img-hover {
    opacity: 9;
}

.content {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    /* background-color: #2B2B2B;  
    display: flex;
    flex-direction: column;*/
}
.black-bg{padding: 10px;position: relative;
    background: #2b2b2b;border-radius: 3px;
    margin-bottom: 0.25rem !important;}
.nav-menu li a:hover>.img-hover {
    opacity: 9;
}

.navbar-light .navbar-nav .notification-nav-item {
    margin-right: 30px;
    margin-left: 30px;
}

.navbar-light .navbar-nav .notification-nav-item .nav-link {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    padding: 0px;
    border-radius: 50%;
    color: #000;
    line-height: 40px;
}

.navbar-light .navbar-nav .notification-nav-item .nav-link img {
    margin-right: 0px;
    border-radius: 0px;
    object-fit: contain;
}

.navbar-light .navbar-nav .notification-nav-item .nav-link>i {
    margin-right: 0px;
}

.side-sub-menu {
    border-left: 1px solid #ddd;
    padding-left: 15px;
    margin-left: 25px;
    margin-top: 2px;
}

.side-sub-menu li {
    list-style: none;
    display: block;
    margin-bottom: 2px;
}

.side-sub-menu li a {
    font-size: 13px;
    color: #d9d9d9;
    font-weight: 400;
    padding: 8px 5px 8px 10px;
    
}

.side-sub-menu li.active>a {
    background-color:#4c4c4c;
    color: #fff;
    background-image: none;
}

.media-dashboard {
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
}

.dashboard-icon {
    width: 60px;
    height: 60px;
    background-color: #F9F9F9;
    border-radius: 50%;
    padding: 12px;
}

.dashboard-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.media-dashboard h4 {
    font-size: 24px;
    font-weight: 600;
}

.media-dashboard h6 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}

.shap-bg {
    width: 26px;
    height: 36px;
    background-color: #458DFC;
    position: absolute;
    right: 15px;
    top: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.primary-shap-bg {
    background-color: #458DFC;
    color: #fff;
    background-image: linear-gradient(180deg, #458DFC 100%, #4089ED 100%);
}

.success-shap-bg {
    background-color: #54CA41;
}

.danger-shap-bg {
    background-color: #FF0000;
}

.chart-card {
    border: 1px solid #BBBBBB;
}

.chart-card .card-header {
    background-color: #fff;
    border-bottom: none;
}

.chart-card .card-header h6 {
    font-weight: 500;
}

.chart-card .card-header .form-box .form-group {
    margin-bottom: 10px;
}

.chart-card .card-header .form-box .form-ctrl {
    border: 1px solid #000;
    height: 36px;
    border-radius: 30px;
}

.chart-area {
    height: 165px;
}

.chart-bar {
    height: 243px;
}
.dasboardpop-content{position: relative;
    overflow-y: auto;
    max-height: 450px;}
    .dasboardpop-content p{color: #333;}
/*============= Wishlist ===============*/
.filter-form-box {
    margin-bottom: 0px;
}

.filter-form-box .form-group {
    margin-bottom: 5px;
}

.filter-form-box .form-group label {
    text-transform: uppercase;
    color:#fff;
    font-weight: 700;
    font-size: 83%;
}
.filter-form-box .form-ctrl{    text-transform: uppercase;font-size: 83%;height: 35px;color: #fff;}

.filter-form-box .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
  }
  
  .filter-form-box  .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
  }
  
  .filter-form-box .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
  }
  .filter-form-box .form-group h6{font-size: 15px;}
.filter-form-box .btn-sumbit {padding: 6px 10px;}
.filter-form-box .mt-label {
    margin-top: 21px;
}

.ul-form-box {
    width: 100%;
}

.ul-form-box>li {display: inline-block;
   margin-right: 5px;
}

.ul-form-box>li:last-child {
    margin-right: 0px;
}

.ul-form-box>li.btn-li {
    width: auto;
}

.ul-form-box>li.btn-li .btn {
    width: 42px;
    height: 35px;
    padding: 0px;
}
.ul-form-box>li .mr-2 {
    margin-right: 5px;
}
.form-box .form-group .form-switch .btn-sm{padding: 4px 6px;font-size: 12px;}
.mt2{margin-top: 2px !important;}
.table-card {
    position: relative;
}

.table-bordered {
    border: 1px solid #353535;
}
.table-bordered-white{border: 1px solid #fff;}
.table-reponsive {
    overflow-y: auto;
    width: 100%;
}

.table-reponsive>table {
    border-collapse: collapse;
    width: 100%;
}

.table>:not(caption)>*>* {
    padding: 2px 8px;
    vertical-align: middle;
}

.table-reponsive>table .table-dark th {
    color: #fff ;
}

.table-reponsive>table th {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.table-reponsive>table td {
    font-size: 15px;
    color: #fff;
    font-weight: 500;

}

.table-reponsive>table .table-light td {
    background: #373738;
}

.table-reponsive>table td .closs-btn {
    padding: 0px;
}

.table-reponsive>table h6 {
    font-size: 15px;
    font-weight: 500;
    color: #ccc;
    margin-bottom: 0px;
}

.table-reponsive>table p {
    color: #252525;
    margin-bottom: 0px;
}

.table-reponsive>table p strong {
    font-weight: 500;
}

.table-card table .btn-sm {
    border-radius: 4px;
    font-size: 11px;
    padding: 4px 8px;
    font-weight: 500;
}
.table-card table .btn-normal{border-radius: 4px;
    font-size: 13px;
    padding: 5px 14px;
    font-weight: 500;}
.table-reponsive>table td.text-primary{color: #726dff !important;}
.table-secondary {
    --bs-table-bg: #6f6a6a ;
}

/* .table-dark th, */
.table-dark td,
.table-dark p,
.table-dark h6 {
    color: #000 !important;
}

.table-dark th {
    font-weight: 600;
}

.table-dark td,
.table-dark h6 {
    font-weight: 400;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.downarrow {}

.downarrow>img {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    object-fit: contain;
}

.closs-btn {}

.closs-btn>img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.table-reponsive>.table>tbody tr:last-child> td {
    border-bottom-width: 0px;
}
/*============= Trades ===============*/
.table-danger {
    --bs-table-bg: #f5dee0;
    --bs-table-striped-bg: #f5dee0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #f5dee0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #f5dee0;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #997f81;
}

.table-info {
    --bs-table-bg: #373738;
    --bs-table-striped-bg: #dbe9f5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dbe9f5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #dbe9f5;
    --bs-table-hover-color: #000;
    color: #ccc;
    border-color: #dbe9f5;
}

.table-white {
    --bs-table-bg: #fff;
    --bs-table-striped-bg: #fff;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #fff;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #fff;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #fff;
}
.table-dark {
     --bs-table-bg: #fff !important;
}
.table-border-none {}

.table-border-none .table>:not(caption)>*>* {
    border-bottom-width: 10px;
    border-color: #373738;
}

.table-border-none .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #373738;
}

.table-border-none table tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table-border-none table tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table-border-none table tr td:first-child {
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
}

.table-border-none table tr td:last-child {
    /* border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */
}
.table-danger td{
    color: #000 !important;
}
.tabs-nav {
    margin-bottom: 20px;
}

.tabs-nav>li {
    margin-right: 5px;
}

.tabs-nav>li:last-child {
    margin-right: 0px;
}

.tabs-nav .nav-link {
    font-size: 14px;
    color: #1C1D21;
    font-weight: 500;
    background-color: #fff;
    border-radius: 6px;
    padding: 7px 8px;
}

.tabs-nav .nav-link.active,
.tabs-nav .show>.nav-link {
    color: #fff;
    background-color: #605BFF;
}

.portfolio-box {
    position: relative;
    margin-bottom: 0px;
    padding-top: 10px;
}

.portfolio-box ul {}

.portfolio-box ul li {
    margin-right: 15px;
}

.portfolio-box ul li:last-child {
    margin-right: 0px;
}

.portfolio-dec {
    position: relative;
}

.portfolio-dec .badge {
    font-weight: 400;
    font-size: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.portfolio-dec h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.portfolio-dec h5.text-success {
    color: #2efb23 !important;
}
.portfolio-dec h5.text-teal {
    color: #6de6f9 !important;
}
.portfolio-dec h6 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.portfolio-dec h4.mb-2 {
    margin-bottom: 17px !important;
}

/*============= Banned/block Scripts ===============*/
.banned-script-list {
    position: relative;
}

.banned-script-list ul {
    margin-bottom: 12px;
}

.banned-script-list ul li {
    margin-right: 20px;
}

.banned-script-list ul li:last-child {
    margin-right: 0px;
}

.banned-script-list .btn-sm {
    padding: 9px 12px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
}
.banned-script-list .btn-sm.btn-danger {
   background-color: #b7283b;
    border-color: #b7283b;}
/*============= Banned/block Scripts ===============*/
.d-flex-input {}

.d-flex-input ul {
    width: 100%;
    background-color: #4c4c4c;
    border-radius: 6px;
    padding: 2px;
}

.d-flex-input ul li {
    display: flex;
    width: 100%;
    position: relative;
}

.d-flex-input ul li:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 5px;
    bottom: 5px;
    background-color: #ddd;
    width: 1px;
    z-index: 1;
}

.d-flex-input ul li:last-child:before {
    display: none;
}

.d-flex-input .form-ctrl {}

.d-flex-input select.form-control {
    padding-right: 20px;
    background-position: right 3px center;
}

.d-flex-input .form-group {
    width: 100%;
}

.d-flex-input .width-input {
    width: 100px;
}

/*============= Forex/Comex Portfolio/Position ===============*/
.ul-dec {
    flex-wrap: wrap;
}

.ul-dec>li {
    margin-right: 15px;
    margin-bottom: 5px;
}

.ul-dec>li:last-child {
    margin-right: 0px;
}

.ul-dec>li span {
    background-color: #fff;
    padding: 8px 16px;
    text-transform: uppercase;
    color: #1C1D21;
    font-weight: 400;
    font-size: 12px;
    display: block;
    border-radius: 10px;
}

/*=========== offcanvas bottom ===============*/
.watchlist-fixed {
    background-color: #605BFF;
    display: none;
    position: fixed;
    bottom: 0px;
    left: 2px;
    margin: auto;
    z-index: 1022;
    right: 2px;
    padding: 15px 10px 5px;
    border-radius: 10px;
}
.watchlist-fixed.bg-danger{background-color: #d5232f !important;}
.watchlist-fixed .container-fluid {
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
}

.watchlist-fixed h4 {font-weight: 600;
    color: #000;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 10px;
}

.watchlist-fixed .filter-form-box {
    margin-bottom: 0px;
}

.watchlist-fixed .filter-form-box .form-group {
    margin-bottom: 10px;
    width: 80%;
}

.watchlist-fixed .filter-form-box .form-group label {
    color: #fff;
    font-size: 11px;
    margin-bottom: 3px;
}

.watchlist-fixed .form-box .form-ctrl {
    background-color: rgb(0 0 0 / 36%);
    border: none;
    font-size: 12px;
    height: 35px;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
}

.watchlist-fixed .form-box select.form-control {
    background: rgb(0 0 0 / 36%) url(../images/down-arrow-white.png)no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.watchlist-fixed .filter-form-box .mt-label {
    margin-top: 18px;
}

.watchlist-fixed .form-box .btn-sumbit {
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 6px;
    text-transform: uppercase;
}

.market-list {
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 10px;
    background-color: #555a62;
    padding: 2px;
}

.market-list>li {
    background-color: #484747;
    padding: 8px 3px;
    border-radius: 10px;
    width: 11%;
    text-align: center;
}
.market-list>li h5{color: #fff;}
.market-list>li h6{color: #fff;}
.market-list>li.active {
    background-color: #F43643;
}

.market-list>li.active h5 {
    color: #fff;
}

.market-list>li.active h6 {
    color: #fff;
}

.market-list>li.active-red {
    background-color:#F43643;
}

.market-list>li h5 {
    font-size: 12px;
    text-transform: uppercase;
}

.market-list>li h6 {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 0px;
}


/*============= Ledger ===============*/
.ledger-card {
    position: relative;
    padding: 15px 35px 10px;
    margin-bottom: 20px;
    border: 1px solid #458DFC;
    border-radius: 4px;
    margin-right: 30px;
}

.ledger-card h6 {
    font-size: 14px;
    color: #458DFC;
    font-weight: 400;
}

.ledger-card h4 {
    font-size: 22px;
    color: #458DFC;
    font-weight: 700;
}

.ledger-card h4>i {
    font-size: 20px;
}

.ledger-chart-area {
    height: 320px;
}

.ledger-tabs-nav {
    margin-bottom: 25px;
}

.ledger-tabs-nav>li {
    margin-right: 30px;
}

.ledger-tabs-nav>li:last-child {
    margin-right: 0px;
}

.ledger-tabs-nav .nav-link {
    font-weight: 400;
    color: #858585;
    font-size: 18px;
    padding: 30px;
    border: 1px solid #858585;
}

.ledger-tabs-nav .nav-link>.ledger-media-icon {
    width: 45px;
    height: 45px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.ledger-tabs-nav .nav-link>.ledger-media-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ledger-tabs-nav .nav-link>.ledger-media-icon>img.active-icon {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.ledger-tabs-nav .nav-link>img.active-icon {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.ledger-tabs-nav .nav-link.active,
.ledger-tabs-nav .show>.nav-link {
    border: 1px solid #458DFC;
    background-color: #fff;
    font-weight: 600;
    color: #458DFC;
}

.ledger-tabs-nav .nav-link.active>.ledger-media-icon>img {
    opacity: 0;
}

.ledger-tabs-nav .nav-link.active>.ledger-media-icon>img.active-icon {
    opacity: 9;
}

.ledger-title-header {
    margin-bottom: 10px;
}

.ledger-title-header h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0px;
}

.ledger-bank-listing .bank-item-alert {
    border: 1px solid #000;
    padding: 15px 15px 10px;
    border-radius: 6px;
}

.ledger-bank-listing .bank-item-alert h5 {
    font-size: 14px;
}

.ledger-bank-listing .bank-item-alert p {
    font-size: 11px;
    line-height: 16px;
}

.ledger-bank-listing .edit-delete .edit-btn {
    margin-right: 8px;
}

.ledger-bank-listing .edit-delete .edit-btn .btn {
    padding: 2px;
    display: inline-block;
}

.ledger-bank-listing .edit-btn .btn>img {
    vertical-align: bottom;
}



/*============ my profile ==========*/
.name_info {
    width: 100%;
    margin-bottom: 25px;
    /*border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 15px 15px;
    background-color: #f2f0f6;*/
}

.name_info .media-left {
    display: table-cell;
    padding-right: 5px;
}

.name_info .profile-pic {
    width: 125px;
    height: 125px;
    border: 3px solid #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.name_info>.profile-pic>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.name_info .media-body,
.name_info .media-right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    width: 100%;
}

#account-btn {
    float: right;
    display: none;
}

.name_info h5 {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.name_info p {
    font-size: 13px;
    color: #5E6264;
    margin-bottom: 4px;
    line-height: 20px;
}

.name_info p strong {
    font-weight: 500;
    color: #252626;
}

.name_info h6 {
    font-size: 14px;
    color: #121111;
    font-weight: 400;
}

.name_info h6 strong {
    color: #9bbb58;
}

.profile-info {
    position: relative;
}

.profile-info p {
    font-weight: 400;
    color: #393939;
}

.profile-info p strong {
    font-weight: 600;
}

/*============== Edit =================*/

.name_info .upload-box {
    width: 310px;
    height: 310px;
}

.upload-box .edit-pic {
    bottom: 70px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.page-header {
    position: relative;
    border-bottom: 1px solid #FFDDDD;
    margin-bottom: 20px;
}

.page-header h3 {
    color: #393939;
    font-weight: 500;
}

.underline-none {
    text-decoration: none;
}

.form-box-dashboard .form-ctrl {
    background-color: #fff;
    border: 1px solid #BBBBBB;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-box-dashboard .number-code {
    border: 1px solid #BBBBBB;
    border-radius: 30px;
}

.form-box-dashboard .number-code .form-ctrl {
    border: none;
}

.form-box-dashboard .number-code select.form-ctrl {
    border-right: 1px solid #BBBBBB;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-box-dashboard .btn-sumbit {
    font-weight: 400;
}

.form-box-dashboard .btn-sumbit.btn-lg {
    font-size: 16px;
    padding: 10px 25px;
}

.edit-btn {}

.edit-btn .btn {}

.edit-btn .btn>img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.form-box-dashboard .searchgroup .form-ctrl {
    padding-left: 40px;
    padding-right: 40px;
}

/*==============congrulations=================*/
.congrulations {
    position: relative;
}

.congrulations h3 {
    color: #000;
    font-weight: 700;
    font-size: 26px;
}

.congrulations p {
    color: #4B4B4B;
    font-size: 16px;
    margin-bottom: 25px;
}

.congrulations-img {
    width: 110px;
    height: 100px;
    margin: 10px auto 20px;
}

.congrulations-img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.congrulations .btn {
    border-radius: 30px;
    padding: 8px 20px;
}

.congrulations .btn-lg {
    font-size: 16px;
    font-weight: 400;
}



/*========= faqs =========*/
.faqsd {
    position: relative;
}

.faqsd .title {
    margin-bottom: 0px;
}

.faqsd .title h3 {
    text-transform: uppercase;
}

.faqsd .title h3 sub {
    bottom: 0px;
}

.faqsd .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 5px 15px;
    background-color: #fff;
    margin-bottom: 15px;
}

.faqsd .accordion-body {
    padding: 0px;
}

.faqsd .accordion-body p {
    line-height: 28px;
    font-weight: 400;
}

.faqsd .accordion-button {
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 800;
    background-color: #fff;
}

.faqsd .accordion-button:not(.collapsed) {
    color: #458DFC;
    background-color: transparent;
    box-shadow: none;
}

.faqsd .accordion-button::after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-position: center;
}

.faqsd .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    width: 18px;

}

/* Dashboard page css */

.info-box {
    min-height: 82px;
    background: #000000;
    width: 100%;
    margin-bottom: 15px;
    padding: 0.7rem;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.info-box small {
    font-size: 14px;
}

.info-box .progress {
    background: rgba(0, 0, 0, .2);
    margin: 5px -10px 5px 0;
    height: 2px;
}

.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0;
}

.info-box .progress .progress-bar {
    background: #fff;
}

.info-box-icon {
    float: left;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 30px;
    line-height: 64px;
    border-radius: 5px;
    background: #373738;
    /* box-shadow: 3px 2px 5px #6968681f, -3px -2px 5px #00b05026 inset; */
}

.info-box-icon.push-bottom {
    margin-top: 20px;
}

.info-box-icon>img {
    max-width: 100%
}

.info-box-content {
    padding: 0 0 10px 0;
    margin-left: 75px;
    color: #fff;
}

.info-box-number {
    font-weight: 500;
    font-size: 22px;
}

.info-box-text,
.progress-description {
    display: block;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top:16px;
    font-weight: 300;
}

.dashboarmain .info-box-icon {
    /* color: #605bff; */
    color: #fff;
}

.staticContent {
    padding: 20px;
    background: #fff;
}

.staticContent h3 {
    font-size: 18px;
}

app-watchlist .table-bordered> :not(caption)>*>* {
    border: none;
}

app-watchlist .table-bordered>:not(caption)>* {
    /* border-width: 0 !important; */
    border-color: #353535;
}

app-watchlist .table-reponsive>table td,
app-watchlist .table-reponsive>table th {
    text-align: center !important;
}
app-watchlist .table-reponsive>table td.text-start,
app-watchlist .table-reponsive>table th.text-start {
    text-align: left !important;
}
app-watchlist .table>tbody>tr.selected-row td {
    background-color: #c7d3f3 !important; /* Soft blue highlight */
}
app-watchlist .table>tbody>tr.selected-row td.bg-danger {
    background-color:#f95c67 !important;
}
.array_ctn{margin-right: 5px;}
.array_ctn>img{width: 14px;height: 14px;object-fit: contain;}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #fff;
}

.ng-select.ng-select-single .ng-select-container {
    height: 35px !important;
    border-radius: 6px;
    font-size: 12px;
    color: #303030;
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {color: #000 !important; text-transform: uppercase;font-size: 12px;font-weight: 500;}
.ng-select.ng-select-opened>.ng-select-container,
.ng-select .ng-select-container{ width: 130px;}
.ng-select.ng-select-opened>.ng-select-container,
.ng-select .ng-select-container,
.filter-form-box.form-box .form-ctrl {
    background-color: #fff !important;
    border-color: #e7e7e7 !important;
    color: #000;
}

.table.table-dark th {
    background-color: #696969;
}

.form-box .form-ctrl {
    background-color: #373738;
    color: #ccc;
    border-color: #373738;
}
.form-box .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
  }
  
  .form-box  .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
  }
  
  .form-box .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
  }
.ng-select div,
.ng-select input,
.ng-select span {
    color: #000;
    font-weight: 500;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    max-width: 135px;
}
.manual-select .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    max-width: 200px;
}
.ng-select .ng-select-container .ng-value-container {
    padding-right: 10px;
}
.ng-select .ng-clear-wrapper .ng-clear {
    color: #ff0000;}
    .ng-select .ng-arrow-wrapper {
        background-color: #e1dede;
        border-left: 1px solid #aaa;
        height: 35px;
        display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1px !important;
    width: 20px;
    }
.ng-select .ng-arrow-wrapper .ng-arrow {
    border-color: #111 transparent transparent !important;}
    .ng-select.ng-select-opened>.ng-select-container .ng-arrow {
        border-color: transparent transparent #111 !important;}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    background-color: #fff !important;
    padding: 2px 10px !important;
    font-size: 12px;
    font-weight: 500;
}

.ng-dropdown-panel {
    background-color: #f5f5f5;
    border: 1px solid #626060 !important;
}

.ng-dropdown-panel.ng-select-bottom {
    border-top-color: #626060 !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
    background-color: #e3e3e3 !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
    background-color: #e3e3e3 !important
}
.mid-title{}
.mid-title h4{    color: #e1c59b;
    font-size: 20px;}
    .mid-title p{ color: #e1c59b;font-weight: 500;}
.movingtext {position: relative;
    bottom: 0;
    z-index: 1;
    color: #ff1010;
    font-size: 17px;
    font-weight: 600;
    line-height: 14px;
    background-color: #F3F3F9;
    width: 100%;padding-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.loginmovingtext{position: relative;background-color: #000;padding: 10px;color: #ff1010;
    font-size: 17px;
    font-weight: 500;margin-bottom: 0px;}
.highlightlisttop {position: fixed;
    top: 12px;
    z-index: 1020;
    background: #272727;
    padding: 5px;
    left: 15.5%;
}

.highlightlisttop p {
    font-size: 16px;
    margin: 0;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
}

.titleSmall {
    margin-bottom: 10px;
}

.titleSmall h1 {
    font-size: 18px;
    color: #fff;
}
.btn-width30{width: 30px;
    font-weight: 600;
    border-radius: 4px !important;}
.addaccountMain hr {
    background: #5c5c5c;
    border: none;
    opacity: .9;
}

hr.thickLine {
    height: 2px;
    background: #fff;
}

.form-check .form-check-input {
    float: initial;
    margin-right: 7px !important;
    margin-left: 0 !important;
}

.form-switch .form-check-input {
    width: 3.4em;
    height: 1.7em;
    margin-top: 0;
}

.form-box .form-check-input:checked,
.table .form-check-input:checked {
    background-color: #7b78ff;
    border-color: #7b78ff;
}

.form-check-input {
    margin-top: -2px;
}

.form-box .form-check,
.table .form-check {
    padding-left: 0;
}
.form-check .form-check-input.me-0 {
    margin-right: 0!important;
}
.form-switch label {
    display: inline-block !important;
}

.bordeRightThick {
    border-right: solid 3px #fff;
}

hr.thickLineLast {
    height: 2px;
    background: #fff;
    margin-bottom: 0;
}

.rdioButons .form-check-inline {
    display: inline-block !important;
}

.rdioButons .form-check-inline .form-check-input {
    margin-top: 3px;
    margin-right: 4px;
}

.popupForm hr {
    background: #5c5c5c;
    border: none;
    opacity: .9;
}

.popupForm .form-box {
    width: 50%;
    background: #303030;
    border-radius: 5px;
    padding-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.popupForm {
    margin: 0 -5px;
}

.popupForm .form-box+.form-box {
    width: 25%;
}

.popupForm .form-box+.form-box+.form-box {
    width: 25%;
}
.popupForm .form-boxW-35{width: 35% !important;}
.popupBoxIn {
    padding: 0px 20px 0;
}

.modalpopup .btn-close {
    position: relative;
    right: 0px;
    top: 0px;
    background-color: transparent;
    border-radius: 0px;
    background-image: none;
    background:url(../images/cross-icon-red.png)no-repeat;
    background-size: 50%;
    background-position: center;
}

.modalpopup .modal-content {
    background-color: #505050;
    color: #fff;
}

.modalpopup .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.modalpopup .btn-sumbit {
    font-size: 13px;
}
.modalpopup .btn-sumbit.btn-sm{font-size: 12px;
    padding: 4px 10px;}

.digitToLetter {
    text-transform: capitalize;
    width: 100%;
    text-align: right;
    color: #dbc31b !important;
    padding-top: 3px;
}
.btn-inline{ display: inline-block; }
.portfoliotbl .table tr.table-primary td, .portfoliotbl .table tr.table-danger td, .portfoliotbl .table tr.table-white td{
    color: #000;
}
.portfoliotbl.table-reponsive>table th{ background-color: #403f3f;}
.portfoliotbl.table-reponsive>table td, .portfoliotbl.table-reponsive>table th{
    font-size: 14px;
    padding: 8px;
    border-bottom-width: 0;
}
.portfoliotbl.table-reponsive>table th{font-size: 11px;}
.tradeTbl>table tr td, .tradeTbl>table tr th{
    font-size: 14px;
    padding: 8px;
    border-bottom-width: 0;
}
.contact-to-upline{
    background-color: #bf2114;
    color: #fff;
    border-radius: 25px;
    padding: 7px 15px;
    -webkit-animation: animate1 5s infinite; /* Chrome, Safari, Opera */
    animation: animate1 5s infinite;
    
}
/* Chrome, Safari, Opera */
@-webkit-keyframes animate1 {
    0%   {background-color: #bf2114;}
    25%  {background-color: rgb(192, 192, 36);}
    50%  {background-color: blue;}
    100% {background-color: green;}
}


.contact-to-upline:hover, .contact-to-upline:active, .contact-to-upline:focus{ background-color: #bf2114; color: #fff; }

.scrollTabl.table-reponsive>table td, .scrollTabl.table-reponsive>table th{
    white-space: nowrap;
}
.scrollTabl{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.content.fullBox{ width: 87%;}
.content.fullBox .highlightlisttop {
    left: 30.5%;}
input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 9;
    filter: invert(0);
  }
  .segment-crosshide .ng-select .ng-clear-wrapper{display: none;}
  .change-pass-box{}
   .change-pass-box .form-box .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  .change-pass-box .form-box  .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  
  .change-pass-box .form-box .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
  }
  .change-pass-box .form-box .form-group h6 {
    font-size: 15px;
}
.brokerage-form-group .form-check-input[type=radio]{top: 5px;position: relative;}
.ManualTrade .btn-group>.btn {
    font-size: 12px;
}
  .blik-hand {-webkit-font-smoothing: antialiased;
    animation: blinker 1.5s linear infinite;
}
.table-arrow{display: flex;
    justify-content: center;
    align-items: center;}
    .table-arrow>span.table-arrow-span{margin-left: 10px;}
.table-arrow>span.table-arrow-span>.btn{padding: 0px;
    border: none;
    display: block;
    width: 11px;
    height: auto;
    line-height: 0px;}
.table-arrow>span.table-arrow-span>.btn>img{width: 100%;height: 100%;object-fit: contain;}

.text-white{
  color: black !important; 
}



@keyframes blinker {
    50% {
      opacity: 0;
    }
  }

 
  @media (min-width: 1200px){
    .modal-xl {
        max-width: 1320px;
    }
  }

  @media (min-width: 1320px){
    .modal-xl {
        max-width: 1360px;
    }
  }


  .table-reponsive>table .table-row-admin td,  .table-reponsive>table .table-row-sub-admin td,  
  .table-reponsive>table .table-row-sup-master td, .table-reponsive>table .table-row-master td, 
  .table-reponsive>table .table-row-user td, .table-reponsive>table .table-row-broker td  { color: #212529;}
  .table-row-admin{
    background-color: #fff298;
  }
  .table-row-sub-admin{
    background-color: #f9cbcb;
  }
  .table-row-sup-master{
    background-color: #ccfdfd;
  }
  .table-row-master{
    background-color:#9dff9b;  
  }
  .table-row-user{
    background-color: #fff;
  }
  .table-row-broker{
    background-color: #fff;
  }
  .black-bg{
      background-color: #60868f !important;

  }
  .mb-filters{position: relative;display: none; background-color: var(--dynamic-color);}
  .mb-filters h6{color: #fff;text-transform: uppercase;}
  .mb-filters .btn{color: #fff;padding: 2px;font-size: 16px;}
  .Mb-collapse:not(.show) {
    display: block;
}