@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Rock+Salt|Shadows+Into+Light|Cedarville+Cursive');
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Lato', sans-serif;
}

:root {
    --green-color: #92d202;
    --red-color: #d25502;
    --black: #222;
    --blue: #0d6efd;
    --bg-w: #fff;
    --box-sdo: rgb(0 0 0 / 11%) !important;
    --drak-blue: #556b8d;
    --black-color: #000;
    --light-blu: #b9c2d4;
    --table-btn-bg: #e9ecef;
    --table-btn-text: #64676b;
}

.fs54 {
    font-size: 54px;
}

.fs40 {
    font-size: 40px;
}

.fs25 {
    font-size: 25px;
}

.fs35 {
    font-size: 35px;
}

.fs30 {
    font-size: 30px;
}

.fs20 {
    font-size: 20px;
}

.fs18 {
    font-size: 18px;
}

.table-mobile {
    display: none;
}

.fs14 {
    font-size: 14px;
}

.fs12 {
    font-size: 12px;
}

.fs16 {
    font-size: 16px;
}

.fs24 {
    font-size: 24px;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw700 {
    font-weight: 700;
}
.fw600 {
    font-weight: 600;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}

.green {
    color: var(--green-color);
}

.text-black {
    color: var(--black);
}

.blue {
    color: var(--blue);
}

.pointer {
    cursor: pointer;
}

.form-control:focus {
    box-shadow: none;
    border-color: gainsboro;
}

.bottom-content .check-rebox-i {
    width: 12px !important;
    height: 22px;
}

.login .chek-head.chk-heading {
    margin-bottom: 35px;
}

.login .save-details.details-save {
    margin-top: 35px;
}

.ml-5 {
    margin-left: 10px;
}

.pointer {
    cursor: pointer;
}

.form-control:focus {
    box-shadow: none;
    border-color: gainsboro;
}

.bg-lit-blu {
    background-color: var(--light-blu) !important;
}

.bg-w {
    background-color: var(--bg-w);
}

.drak-blue {
    color: var(--drak-blue);
}

.black-color {
    color: var(--black-color);
}

.radus50 {
    border-radius: 50%;
}

.radus15 {
    border-radius: 15px;
}

.box-sdo {
    box-shadow: 0 2px 65px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%)
}


.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #92d205;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
    background: #92d205;
    border-color: #d6d6d6;
  }
  .avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #ffffff;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
  .avatar-upload .avatar-preview {
    width: 192px; /* Adjust width and height as needed */
    height: 192px; /* Adjust width and height as needed */
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* Ensures the image does not overflow */
  }
  
  .avatar-upload .avatar-preview > img {
    width: 100%; /* Ensures the image takes the full width of its container */
    height: 100%; /* Ensures the image takes the full height of its container */
    object-fit: cover; /* Maintains aspect ratio and covers the entire container */
  }
  

.margint50 {
    margin-top: 50px !important;
}

.margint30 {
    margin-top: 30px !important;
}

#map {
    height: 400px;
    width: 100%;
}

.gr-bck {
    background-color: #89c402;
}

.gr-txt {
    color: #89c402;
}

.tkTb tr th,
td {
    border: 1px solid #e7e7e7;
}

.tkTb tbody {
    border-bottom: 1px solid #e7e7e7;
}
.pb50{
    padding-bottom: 50px;
}
.nTtb {
    box-shadow: none !important;
    padding: 0 !important;
}

.nTtb thead th {
    border-bottom: 1px solid #e7e7e7 !important;
}

.lpoints {
    font-family: 'Lato';
    font-size: 50px;
    color: #92d20b !important;
}

.fdh3 {
    line-height: 12px !important;
}

.list-group-item {
    font-size: 22px !important;
}

.cartTotal {
    width: 70% !important;
    margin-left: auto !important;
    margin-top: 30px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 11%);
    padding: 10px 10px;
    border-radius: 10px;
}

/* .cartTotal table th, td {
    border: none !important;
} */

.lpointsWeb {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #92d20b !important;
}

img.pPopper {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

img.pPopper-web {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.margint80 {
    margin-top: 80px !important;
}

.pb80 {
    padding-bottom: 80px;
}

.back-to-order {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
    padding: 6px 17px;
    border-radius: 10px;
    white-space: nowrap;
}

.btn-danger {
    background-color: var(--red-color);
    border: 1px solid var(--red-color);
    padding: 6px 17px;
    border-radius: 10px;
    white-space: nowrap;
}

.btn-primary {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    padding: 6px 17px;
    border-radius: 10px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
}

.bg-none {
    background-color: transparent;
    border: none;
}

.cgds {
    top: -6px;
    left: 18px;
}

.dropdown-menu[data-bs-popper] {
    left: -233px !important;
}

.border999 {
    border-top: 1px solid rgb(212, 207, 207);
}

.table,
.dataTables_scrollHead {
    width: 100% !important;
    margin-top: 5px;
}

#myTable_filter label {
    width: 250px !important;
    float: right !important;
}

.page-item.active .page-link {
    background-color: var(--drak-blue) !important;
    border-color: var(--drak-blue) !important;
    color: var(--bg-w) !important;
}

.page-link {
    color: var(--drak-blue) !important;
}

.submit_cmnt {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
    padding: 6px 17px;
    border-radius: 10px;
    white-space: nowrap;
}

/* ==============================================Header-css============================================== */
.header {
    background-color: var(--black);
}

.header .logo-head {
    width: 250px;
}

.header .cart-product {
    position: absolute;
    top: -15px;
    right: -13px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: var(--green-color);
}

/* ==============================================Sidenav-css============================================== */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: var(--black);
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidenav .closebtn {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s
}

.sidenav a:hover,
.offcanvas a:focus {
    color: var(--green-color);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
}

.sidenav {
    right: 0;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.sidenav {
    right: 0;
}

.perti-product .img-product img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.list-products {
    border-bottom: 1px solid #fff;
    padding: 20px;
}

.total-btn {
    padding: 20px;
}

.total-btn button {
    background-color: #92d202;
    border: 1px solid #92d202;
    padding: 8px 27px;
    border-radius: 7px;
}

.header-2 {
    background-color: var(--black);
    padding: 20px 0 20px 0;
}

.header-2 .header-2-profile img {
    width: 40px;
    height: 40px;
}

.header-2 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 40px;
    padding-left: 0;
}

.header-2 .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}

.symple-box-itm .cover-img-box img {
    width: 150px;
    /* height: 150px; */
    object-fit: cover;
}

/*============================================== order-history-sec-css ==========================================*/
.order-history-sec .symple-box {
    padding: 20px 10px;
    box-shadow: 0 2px 65px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%) !important;

}

.order-history-sec .border-wrapper {
    border-left: 3px solid var(--drak-blue);
    border-radius: 15px;
}

.border-wrapper .cover-img-box {
    background-color: var(--drak-blue);
    padding: 10px;
    width: 70px;
    height: 70px;
}

.border-wrapper .cover-img-box img {
    width: 40px !important;
}

/*============================================== envelopes-sec-css ===================================================*/
.order-more .faq-icn-sec a:hover {
    color: var(--black);
}

.order-more .form-select {
    width: 400px;
    border: 1px solid #ced4da !important;
    background-color: var(--bg-w);
    padding: 8px 15px;

    color: var(--drak-blue);
}

.order-more .form-select:focus {
    border: 1px solid #ced4da !important;
    box-shadow: 0px 3px 15px 0px var(--box-sdo);
    padding: 8px 15px;
}

.form-select-sec .submit-kit {
    background-color: var(--green-color);
    border: none !important;
    padding: 8px 50px;
    border-radius: 5px;
}

.envelopes-sec .order-more {
    box-shadow: 0px 3px 15px 0px var(--box-sdo);
    padding: 20px 30px;
}

.form-select-sec .form-control {
    width: 150px;
    border: none;
    border: 1px solid #ced4da;
    background-color: var(--bg-w);
    border-radius: 15px;
}

.form-select-sec .form-control::placeholder {
    color: var(--drak-blue);
}

.form-select-sec .form-control.pin {
    width: 100px;
}

/*============================================= deerage-sec-css =======================================*/
.form-select.table-form {
    width: 100% !important;
}

.deerage-sec p {
    margin-bottom: 40px;
}

/*================================== table-sec-css ================================*/
.table-sec {
    border: 2px solid var(--drak-blue) !important;
    padding: 40px;
    border-radius: 15px;
}

.table-sec .tbody .tbody-tr td {
    color: var(--drak-blue);
    font-size: 16px;
    font-weight: 700;
}

.table-sec .table {
    border: 2px solid var(--drak-blue);
    /* border-radius: 15px; */
    margin-bottom: 20px !important;
}

.table-sec .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ced4da;
    background-color: var(--bg-w);
    border-radius: 8px !important;
    margin-bottom: 20px;
}

.table-sec .dataTables_wrapper .dataTables_filter input:focus {
    outline: none !important;
}

.table-sec .table.dataTable tbody tr td {
    border: 1px solid var(--drak-blue) !important;
    white-space: nowrap;

}

.table-sec .table.dataTable tbody tr:nth-child(odd) {
    background-color: var(--light-blu) !important;
}

.table-sec .table.dataTable tbody tr:nth-child(even) {
    background-color: var(--bg-w) !important;
}

.table-sec .table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
    border-bottom: 1px solid var(--drak-blue) !important;
    white-space: nowrap;
}

.table-sec .table.dataTable tbody tr:last-child td:last-child {
    /* border-radius: 0px 0px 12px 0px; */
}

.table-sec .table.dataTable tbody tr:last-child td:first-child {
    /* border-radius: 0px 0px 0px 12px; */
}

.table-sec .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background-color: var(--table-btn) !important;
    color: var(--table-btn-text) !important;
    background-color: var(--table-btn-bg) !important;
    color: #000;

}

.table-sec .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: var(--drak-blue) !important;
    border: 1px solid var(--drak-blue) !important;

}

.table-sec .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    outline: none !important;
    box-shadow: none !important;
}

.table-sec .paginate_button:first-child {
    border-radius: 10px 0px 0px 10px !important;
}

.table-sec .paginate_button:last-child {
    border-radius: 0px 10px 10px 0px !important;
}

.table-sec .dataTables_wrapper span .paginate_button {
    border-radius: 0px !important;
}

.deerage-sec .card-box {
    padding: 30px;
    box-shadow: 0 2px 65px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%) !important;
    background-color: var(--bg-w);
    border-radius: 15px;
}

.card-box {
    padding: 30px;
    box-shadow: 0 2px 65px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%) !important;
    background-color: var(--bg-w);
    border-radius: 15px;
}

.d-greybtn {
    background-color: var(--drak-blue);
    border: 1px solid var(--drak-blue);
    border-radius: 10px;
    padding: 15px 20px;
}

.deerage-sec .leave-review-itm {
    margin-top: 30px;
}

.message-input {
    width: 100%;
    border: none;
    border: 1px solid #ced4da;
    padding: 10px 20px 20px 20px;
    border-radius: 15px;
}

.message-input:focus {
    outline: none;
}

.leave-review-itm .average-img img {
    width: 100%;
}

.leave-review-itm .average-img {
    width: 100%;
}

.message-input::placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.smpl-sec .smpl-sec-drop-dwn .form-control {
    border: 1px solid #ced4da !important;
    padding: 11px 15px;
    width: 400px !important;
    background-color: var(--bg-w);
    border-radius: 15px;
}

.smpl-sec .dropdown .btn-secondary {
    border: 1px solid #ced4da !important;
    padding: 11px 15px;
    background-color: var(--bg-w);
    border-radius: 15px;
    color: var(--drak-blue);
}

.smpl-sec .smpl-sec-drop-dwn .form-control::placeholder {
    color: var(--drak-blue) !important;
}

.smpl-sec .dropdown .btn-secondary:focus {
    box-shadow: none;
}

.smpl-sec .blacktail-sec {
    box-shadow: 0 2px 65px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%) !important;
    /* background-color: darkgrey !important; */
}

.blacktail-sec .btns_action {
    row-gap: 12px;
    column-gap: 12px;
}

.smpl-sec .blacktail-sec .test-itm .test-no1 {
    background-color: #000000;
    padding: 15px 12px;
    border-radius: 15px 0px 0px 0px;
    border: 2px solid #dcdcdc;
    color: var(--drak-blue) !important;
    width: 50%;
    text-align: center;
}

.view-det {
    background-color: var(--drak-blue);
    border: 1px solid var(--drak-blue);
}

.print-res {
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: var(--drak-blue) !important;
}

.second-lookpanel .form-control {
    width: 100%;
    border: none !important;
    border: 1px solid #ced4da !important;
    background-color: var(--bg-w);
    padding: 8px 15px;
    color: var(--drak-blue);
    border-radius: 15px;
}

.second-btnlook {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
    padding: 6px 17px;
    border-radius: 10px;
    white-space: nowrap;
}

.second-btnlook:hover {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
}

.scert-btn {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
    padding: 6px 17px;
    border-radius: 10px;
    white-space: nowrap;
}

.scert-btn:hover {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
}

.smpl-sec .blacktail-sec .test-itm .test-no2 {
    background-color: #000000;
    padding: 15px 12px;
    border-radius: 0px 15px 0px 0px;
    border: 2px solid #dcdcdc;
    color: var(--drak-blue) !important;
    text-align: center;
    width: 50%;
}

.blacktail-sec .blacktail-item-box-img img {
    width: 180px;
    height: 150px;
    object-fit: cover;
    /* border-radius: 50%; */
}

.blacktail-sec .blacktail-item-box-img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.btns_action .a-tag-btn {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
    padding: 6px 17px;
    border-radius: 10px;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 15px;
}

.blacktail-sec-botm-sec {
    padding: 30px 30px 0px 30px;
    background-color: grey !important;
}

.upload-pic .input-text {
    border: 2px dashed var(--black);
    border-radius: 10px;
    padding: 10px 20px;
}

.upload-pic .upload-sec input {
    height: 48px;
    position: absolute;
    top: 0px;
    opacity: 0;
}

.upload-pic {
    padding: 30px;
    background-color: grey !important;
}

/*========================================== kit-detail-css ===========================================*/
.kit-detail .stevens-sec .btns_action a {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
    padding: 6px 17px;
    border-radius: 10px;
    white-space: nowrap;
}

.kit-detail .right-itm-sec .blacktail-item-box-img img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    /* border-radius: 50%; */
}

.kit-detail .right-itm-sec .blacktail-item-box-img {
    width: 100%;
    height: auto;
}

.kit-detail .stevens-sec {
    padding: 30px 50px;
}

/*============================= Order-Detail-css ============================*/
.kit-detail .order-logo-itm {
    padding: 30px 50px;
}

.kit-detail .order-logo-img-sec img {
    width: 250px;
}

.kit-detail .order-logo-img-sec {
    width: 250px;
}

.right-itm-sec .Instagram-itm .kit-tracking-no:hover {
    color: var(--drak-blue);
}

.stevens-sec .order-table {
    width: 100%;
    border: 2px solid var(--drak-blue);
    white-space: nowrap;
}

.order-table .order-tbody tr:nth-child(odd) {
    background-color: var(--light-blu) !important;
}

.order-table .order-tbody tr:nth-child(even) {
    background-color: var(--bg-w) !important;
}

.order-table .order-tbody .order-tbody-tr td {
    border: 2px solid var(--drak-blue) !important;
}

.blacktail-sec .order-table-sec {
    padding: 40px;
    border: 2px solid var(--drak-blue);
    border-radius: 15px;
}

.stevens-sec .order-table-sec-2 {
    border-radius: 20px !important;
    border: 2px solid var(--drak-blue);
    border-radius: 15px;
    padding: 40px;

}

.stevens-sec .order-table-sec-2 .order-table-2 {
    width: 100%;
}

.stevens-sec .order-table-sec-2 .order-table-2 .order-tbody-2 .order-tbody-2-tr {
    background-color: var(--light-blu) !important;
}

.stevens-sec .order-table-sec-2 .order-table-2 .order-tbody-2 .order-tbody-2-tr td {
    border: 2px solid var(--drak-blue);
}

.stevens-sec .discount-usd {
    text-align: right;
}

.smpl-sec .box-edit {
    box-shadow: 0 2px 65px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%) !important;
    padding: 30px;
    border-radius: 15px;
}

.smpl-sec .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    height: 200px;
}

.smpl-sec .box-edit a {
    /* background-color: var(--green-color); */
    border: 1px solid var(--green-color);
    padding: 6px 17px;
    border-radius: 10px;
    white-space: nowrap;
    color: #333;
}



.snip1207 .ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #000;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px; 
}

.snip1207 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #000000;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: 40px 10px;
}
.snip1207 .plan {
    margin: 0;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.snip1207 .plan:first-of-type {
    border-radius: 8px 0 0 8px;
}
.snip1207 .plan:last-of-type {
    border-radius: 0 8px 8px 0;
}
.snip1207 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.snip1207 .plan-title {
    font-weight: 800;
    padding: 15px;
    margin: 0;
    background: rgba(0, 0, 0, 0.08);
    color: #595959;
    text-transform: uppercase;
}
.snip1207 .plan-cost {
    padding: 20px 10px;
}
.snip1207 .plan-price {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 1.2em;
    color: #92d202;
}
.snip1207 .plan-type {
    opacity: 0.6;
}
.snip1207 .plan-features {
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: outside none none;
    font-size: 1.1em;
}
.snip1207 .plan-features li {
    border-top: 1px solid #d2d7e2;
    padding: 10px 5%;
}
.snip1207 .plan-features li:nth-child(even) {
    background: rgba(0, 0, 0, 0.08);
}
.snip1207 .plan-features i {
    margin-right: 8px;
    opacity: 0.8;
}
.snip1207 .plan-select {
    border-top: 1px solid #d2d7e2;
    padding: 30px 10px;
}
.snip1207 .plan-select a {
    background-color: #92d202;
    color: #ffffff;
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 8px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.snip1207 .plan-select a:hover {
    background-color: #92d202;
}
.snip1207 .featured {
    margin-top: -20px;
    color: #ffffff;
    background-color: #a5b77c;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 8px;
}
.snip1207 .featured .plan-title,
.snip1207 .featured .plan-price {
    color: #ffffff;
}
.snip1207 .featured a {
    color: #333 !important;
}
.snip1207 .featured .plan-title {
    padding: 25px 15px;
}
.snip1207 .featured .plan-select {
    padding: 40px 10px;
}
.snip1207 .featured .plan-select a {
    color: #92d202;
    background-color: #ffffff;
}
.snip1207 .featured .plan-select a:hover {
    background-color: #92d202;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .snip1207 .plan {
        width: 50%;
        border-radius: 0 !important;
    }
    #certIsTypical, #certNumPoints , #certScore, #certAnimalWeight {
        font-size: 12px !important;
    }
    .snip1207 .featured {
        margin-top: 0;
        border-radius: 0;
    }
    .snip1207 .featured .plan-title {
        padding: 15px;
    }
    .snip1207 .featured .plan-select {
        padding: 30px 10px;
    }
    }
    @media only screen and (max-width: 440px) {
    .snip1207 .plan {
        width: 100%;
    }
}

.order-tbody-tr .wal-id-itm a:hover {
    color: var(--drak-blue);
}

/*============================================= Complete-Kit-css========================================== */
.lh0 {
    line-height: 0px;
}

.input-fields input {
    height: 45px;
    border-radius: 10px;
}

.input-fields textarea {
    height: 45px;
    border-radius: 10px;
    border: 1px solid #ced4da;
}

.input-fields select {
    height: 45px;
    border-radius: 10px;
    border: 1px solid #ced4da;
}

.products .kit {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 11%);
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    padding: 30px 30px;
}

.cart-hover {
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
}

.kit.hoverbe:hover .cart-hover {
    bottom: 10px;
}

.kit.hoverbe .cart-hover {
    transition: .67s;
}

.kit.hoverbe .cart-hover button {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
}

.map svg {
    width: 100%;
}

.up-pik {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
}

.killed-date {
    font-weight: 900;
    color: var(--drak-blue);
}

.next-prev button:focus {
    background-color: #92d202;
    border: 1px solid #92d202;
    box-shadow: none !important;
}

.save-cert-data-btn a {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
    padding: 6px 17px;
    border-radius: 10px;
    white-space: nowrap;
}

.csv_download {
    border: 2px solid var(--drak-blue) !important;
    padding: 6px 15px;
    background-color: var(--light-blu) !important;
    border-radius: 15px;
    color: var(--drak-blue) !important;
}

.csv_download:hover {
    background-color: var(--light-blu);
    border: 2px solid var(--drak-blue);
    color: var(--drak-blue);
}

.csv_download:focus {
    background-color: var(--light-blu);
    border: 2px solid var(--drak-blue);
    color: var(--drak-blue);
    box-shadow: none !important;
}

.dataTables_length label {
    display: flex;
    align-items: center;
}

.dataTables_length label select {
    width: 40px;
    margin: 0 5px;
}

.dataTables_filter label {
    display: flex;
    align-items: center;
}

.dataTables_filter label input {
    margin-bottom: 0px !important;
}

.title-page {
    width: 50%;
    margin: auto;
}

.smpl-sec .filter-drop .filter-drop-img img {
    width: 20px;
}

.smpl-sec .filter-drop .filter-drop-img {
    width: 20px;
}

.kit-detail .stevens-sec .new-update-img a {
    background-color: transparent !important;
    border-radius: 50% !important;
    margin-left: 0px !important;
    border: 1px solid transparent;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0px
}

/*====================================== second-request-sec-css ============================================*/
.second-request-sec .look-request-box {
    box-shadow: 0 2px 65px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%) !important;
    padding: 30px 50px;
}

.second-request-sec .form-select {
    width: 700px;
    border: none !important;
    border: 1px solid #ced4da !important;
    background-color: var(--bg-w);
    padding: 8px 15px;
    color: var(--drak-blue);
}

.second-request-sec .form-select:focus {
    box-shadow: none;
}

.table-sec .table {
    margin-bottom: 0 !important;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 10px !important;
}

.bx-shd {
    border: 1px solid black;
    box-shadow: 5px 5px 5px rgb(228, 229, 224);
}

img.card-img-top.hLimg {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.thumbnail-slider .slick-list .slick-track {
    transition: none !important;
    transform: none !important;
}

img.card-img-top.hLimgSlider {
    width: 40%;
    object-fit: cover;
}

.hLimgSliderThumb {
    width: 100% !important;
    object-fit: cover;
}

.slick-dots li button:before {
    font-size: 40px !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 40px !important;
    color: #92d202bf !important;
}

.slick-prev {
    left: 0px !important;
}

.slick-next {
    right: 10px !important;
}

/* ==============================================Banner-css============================================== */
.banner .accuracy,
.banner2 .accuracy {
    width: 70%;
    background-color: #92d202bf;
    padding: 50px 0px;
    border-radius: 10px;
}

.banner {
    /* background-image: url(../img/banner-bg.jpeg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}

.banner2 {
    background-image: url(../img/banner-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0px;
}

/* ==============================================shiping-css============================================== */
.shiping {
    padding: 80px 0px;
}

.shiping .field input {
    width: 200px;
    margin-right: 20px;
}

.shiping .field button {
    background-color: var(--green-color);
    border: 1px solid transparent;
    padding: 8px 50px;
    border-radius: 5px;
}

.redeem {
    padding: 25px;
    border-radius: 10px;
}

.deer-video video {
    width: 100%;
    border-radius: 10px;
}

/* ==============================================Product-css============================================== */
.kit .imge-kit img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.products .kit .plate {
    padding: 20px 20px;
}

.products .kit {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 11%);
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.img-product .img-deer img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin: 10px;
}

.about-product {
    padding: 100px 0px;
}

.add-cart-btn button {
    background-color: #92d202;
    border: 1px solid #92d202;
    padding: 8px 27px;
    border-radius: 7px;
    margin-top: 30px;
}

.img-deer .deer-poster img {
    width: 100%;
    height: 998px;
    object-fit: cover;
}

.login-btn {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
    width: 100%;
    height: 50px;
    border-radius: 10px;
}

.login-middle {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 11%);
    padding: 50px;
    border-radius: 15px;
    width: 50%;
    margin: auto;
}

.login-middleSM {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 11%);
    padding: 50px;
    border-radius: 15px;
    width: 50%;
    margin: auto;
}

.nmsL {
    background-color: #92d20529;
    border: 1px solid #92d205;
    width: 100%;
    padding: 10px 0px;
    border-radius: 5px;
}

.nmsL input {
    width: 30px;
    height: 30px;
}

.nmsL input:checked {
    background-color: #92d205;
    border: 1px solid #000;
}

.panel-grape .login-middle {
    width: 100% !important;
}

.login {
    height: 100vh;
    display: flex;
    align-items: center;
}

.logbut {
    margin-top: 40px;
}

.hunting-related p {
    width: 60%;
}

.progress-bar {
    background-color: #98d504 !important;
}

.btn-primary,
.btn-primary:hover {
    color: #fff;
    background-color: #98d504;
    border-color: #98d504;
}

.toothkit tr th,
td {
    padding: 15px 0px;
    /* border: 1px solid #e7e7e7; */
    padding-left: 10px;
}

.chekout .toothkit {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 11%);
    padding: 20px 30px;
    border-radius: 10px;
}

.proide-detail {
    background-color: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 8px;
    padding: 8px 15px;
}

.text-red {
    color: #dc3545;
}

.promo-code-btn {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
    border-radius: 5px;
    padding: 10px 20px;
}

.input-btn .form-control {
    width: 300px;
    height: 50px;
}

.condition {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 11%);
    padding: 30px;
    border-radius: 10px;
}

.login-middle.check-confirm {
    width: 80%;
}

.save-details a,
.save-details button {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
    border-radius: 5px;
    padding: 10px 20px;
}

.save-details a:hover,
.save-details button:hover {
    color: var(--black);
}

.choose-ship button {
    width: 100%;
    border-radius: 15px;
    height: 70px;
    margin-top: 30px;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
}

.bg-green {
    background-color: var(--green-color);
}

.wizard .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--green-color);
    color: #fff;
}

.wizard .nav-pills .nav-link {
    color: var(--green-color)
}

.wizard #next_button {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
}

.wizard #back_button {
    background-color: var(--green-color);
    color: var(--black);
}

.whole-form-det {
    height: 100vh;
}

.wizard .content-area {
    width: 70%;
}

.tookits-table th {
    white-space: nowrap;
}

.tookits-table td {
    white-space: nowrap;
}

.form-head p {
    flex: 1;
}

.alert {
    width: 60%;
    margin: auto;
}

.about-product .img-deer .img_up img {
    width: 100%;
    height: 400px;
    object-fit: contain !important;
}

.about-product .silde_nav .img img {
    width: 135px;
    height: 135px;
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid #92d202;
}

.about-product .silde_nav .slick-track {
    width: 100% !important;
}

.about-product .silde_nav .img {
    margin-right: 20px;
    cursor: pointer;
}

.input-number input::-webkit-outer-spin-button,
.input-number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-number input[type=number] {
    -moz-appearance: textfield;
}

.quantity-input .plus {
    height: 38px;
    width: 38px;
    background-color: #92d202;
    border-radius: 4px;
}

/*======================================= new-css ==============================*/
.table-search-baar label {
    display: flex;
    align-items: center;
    width: 100%;
}

.table-search-baar label select {
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
}

.table-search-baar #ordersTable_length {
    margin-bottom: 20px;
}

.dataTables_info {
    font-size: 14px;
    margin-top: 16px;
}

.pagination {
    justify-content: end;
}

.table-search-baar input {
    margin-bottom: 0px !important;
    margin-left: 5px;
}

.found-not {
    opacity: 0.3 !important;
}



.card-box.map-img #map svg {
    width: 100% !important;
}

.edit-account-upd .form-group input {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;


}

.edit-account-upd #state {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;

}

td {
    text-wrap: nowrap !important;
}

.edit-account-upd .btn-success {
    background-color: var(--green-color) !important;
    border: 1px solid var(--green-color) !important;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.btn-success {
    background-color: var(--green-color) !important;
    border: 1px solid var(--green-color) !important;
}

.header .header-2-profile img {
    width: 35px;
    height: 35px;
}


.blacktail-sec .table-sec {
    padding-top: 20px;
}

.blacktail-sec .table-sec h2 {
    padding-bottom: 20px;
}

/* ---------------------------======================================------------------------------- */

.blacktail-sec .form.stats-box {
    padding: 0px 50px;
}

.save-btn-cover-box .login-btn {
    width: 150px;
}

.kit-detail .hunting-story-box {
    padding: 30px 40px;
    border-radius: 11px;
    margin-top: 16px;
}

.card-w {
    box-shadow: 0 2px 65px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%) !important;
    padding: 30px;
    margin-top: 30px;
    border-radius: 11px;
}

.hunt-elements-cover-box .dropdown .btn-secondary {
    border-radius: 4px;
    padding: 6px 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.private-stats-box .field {
    margin-bottom: 15px;
}

.kit-detail.smpl-sec .form.stats-box.form2 {
    padding: 30px 30px 40px 30px !important;
}

/*======================================= statistics page css ==============================*/


/ Chats-css / .highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/* charts-js */

.charts {
    box-shadow: 0px 3px 15px 0px var(--box-sdo);
    border-radius: 15px;
    padding: 10px;
}

.anyletics {
    padding: 20px !important;
}

.drop-dage select {
    width: 270px;
    height: 50px;
    margin-bottom: 10px;
    margin-left: auto;
}

.box-wrapper-clock {
    box-shadow: 0px 3px 15px 0px var(--box-sdo);
    border-radius: 15px;
    padding: 10px;
}

/ Clock-css / .highcharts-figure,
.highcharts-data-table table {
    min-width: 300px;
    max-width: 500px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.compass {
    display: block;
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .85);
    position: relative;
    font-family: 'Dosis';
    color: #555;
    text-shadow: 1px 1px 1px white;

    &:before {
        font-weight: bold;
        position: absolute;
        text-align: center;
        width: 100%;
        content: "N";
        font-size: 14px;
        top: -2px;
    }

    .direction {
        height: 100%;
        width: 100%;
        display: block;
        background: #f2f6f5;
        background: -moz-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f6f5), color-stop(100%, #cbd5d6));
        background: -webkit-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
        background: -o-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
        border-radius: 100%;

        p {
            text-align: center;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 100%;
            line-height: 80px;
            display: block;
            margin-top: -45px;
            font-size: 28px;
            font-weight: bold;

            span {
                display: block;
                line-height: normal;
                margin-top: -24px;
                font-size: 11px;
                text-transform: uppercase;
                font-weight: normal;
            }
        }
    }

    .arrow {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;

        &:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 10px solid red;
            position: absolute;
            top: -6px;
            left: 50%;
            margin-left: -5px;
            z-index: 99;
        }

        &.nne {
            transform: rotate(22.5deg);
        }

        &.ne {
            transform: rotate(45deg);
        }

        &.ene {
            transform: rotate(67.5deg);
        }

        &.e {
            transform: rotate(90deg);
        }

        &.ese {
            transform: rotate(112.5deg);
        }

        &.se {
            transform: rotate(135deg);
        }

        &.sse {
            transform: rotate(157.5deg);
        }

        &.s {
            transform: rotate(180deg);
        }

        &.ssw {
            transform: rotate(202.5deg);
        }

        &.sw {
            transform: rotate(-135deg);
        }

        &.wsw {
            transform: rotate(-114.5deg);
        }

        &.w {
            transform: rotate(-90deg);
        }

        &.wnw {
            transform: rotate(-69.5deg);
        }

        &.nw {
            transform: rotate(-45deg);
        }

        &.nnw {
            transform: rotate(-24.5deg);
        }
    }
}

/*============================ mandeep-css =============================*/

.shopping-cart-sec {
    background-color: var(--green-color);
    padding: 50px 0px;
}

.shopping-cart-sec .shopping-cart-secimg {
    right: 0;
    top: 0;
}

.shopping-cart-secimg img {
    width: 120px;
    height: 120px;
}

.login.new-login {
    height: auto !important;
}

/*===================================== cart-itm-list-sec-css ===========================*/
.cart-itm-list-sec {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 11%);
    padding: 10px 0px;
    margin-bottom: 40px;
}

.manage-cart-box .manage-span {
    font-size: 42px;
    font-weight: 800;
    margin-right: 15px;
    color: #22222254;
}

.manage-cart-box .manage-cart-box h3 {
    font-size: 22px;
    font-weight: 400;
}

.stph3 {
    font-size: 18px;
}

.manage-cart-box .checkout-details h3,
.manage-cart-box .checkout-details p {
    color: #22222254;
}

.active-cart-text .checkout-details h3,
.active-cart-text .checkout-details p,
.active-cart-text .manage-span {
    color: #222 !important;
}

.bottom-content .points-use h5 {
    margin-left: 0px !important;
}

.needs-validation.new-form-box .sfs .pPopper-web {
    width: 35px !important;
    height: 35px !important;
}

/* .needs-validation.new-form-box .fdh3{
    line-height: unset !important;
  } */
.new-form-box .login-middleSM {
    width: 680px !important;
}

/*===================================== input-img-checked =============================*/
.radio-btn-sec {
    margin-top: 50px;
}

.bay-left-box .input-img-checked-sec {
    margin-bottom: 20px;

}

#mySidenav { 
    z-index: 99999 !important;
}

.input-img-checked-sec .inpt-check .bg-check img {
    width: 310px;
    height: 240px;
    object-fit: cover;
    border-radius: 15px;
    opacity: 1;
}

.inpt-check input {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 15px;
}

.tick-mark-box {
    display: none;
    left: 10px;
    top: 5px;
}

.tick-mark-box img {
    width: 25px;
}

.input-img-checked-sec .inpt-check {
    width: 100%;
    height: 100%;
    margin: auto;
}

.inpt-check input:checked+.tick-mark-box {
    display: block;
    position: absolute;
    z-index: 99999;

}

.tick-mark-cmn-box .bg-check::after {
    content: '';
    border: 3px solid var(--green-color);
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    bottom: 0;
    margin: auto;
    position: absolute;
    border-radius: 15px;
    z-index: 0;
    opacity: 0;
}

.inpt-check input:checked+.tick-mark-box+.bg-check::after {
    opacity: 1;
}

.inpt-check input:checked+.tick-mark-box+.bg-check img {
    opacity: 0.5;
}

.tick-mark-cmn-box p {
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
}

.certifite-1.certLarge-sec a img {
    width: 70%;
}

/*================================== table-btn-css ====================================*/
.next-prev td {
    border: none;
    padding-left: 0px;
}

.next-prev #nextButton {
    margin-left: 0px !important;
}

/* .next-prev #prevButton{
    margin-left: 17px;
  } */
#panel3 .amount-total.total-mt {
    margin-top: 33px !important;
}

#panel4 .text-end {
    margin-top: 50px;
}

/* #panel4 .form-check input{
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: 0px !important;
  } */
/*============================== customizeCert-page-sec-css ================================*/
.customizeCert-page-sec {
    padding-top: 100px;
    padding-bottom: 100px !important;
}

.customizeCert-page-sec #watermark:focus,
.customizeCert-page-sec .form-group input:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #ced4da;
}

.customizeCert-page-sec #certificateForm {
    padding-right: 60px;
}

.customizeCert-page-sec #generateCertificate {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
}

.customizeCert-page-sec #generateCertificate:focus {
    box-shadow: none;
}

.customizeCert-page-sec .customizeCert.card-box {
    padding: 60px !important;
}

#certificateContainer {
    border: 2px solid var(--black) !important;
}

#certificateContent {
    width: 100% !important;
    padding: 28px;
}

#panel2 .panel2-img-box {
    height: 170px;
}

#panel2 .panel2-img-box img {
    height: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
#panel3 .certifite-1.certLarge-sec{
    padding: 33px 0px;
}
#panel3 .certifite-1.certLarge-sec a img {
    border: 1px solid #ced4da;
}

#panel3 .certifite-1.certLarge-sec a img:hover {
    border: 1px solid #ced4da;
}
.header .dropdown-menu.change{
    left: 0 !important;
}
.Change-password-page .login-middle{
    width: 600px !important;
    margin-top: 100px;
}
.Change-password-page .form-horizontal{
    margin-top: 0px !important;
}

/* .order-history-sec.hit-list */
.order-history-sec.hit-list .border-wrapper .content-box{
    flex: 1;
}
.order-history-sec.hit-list .border-wrapper .cover-img-box{
    width: 60px;
    height: 60px;
    background-color: #222222;
}
.order-history-sec.hit-list .symple-box{
    padding: 10px;
}
.order-history-sec.hit-list .border-wrapper .cover-img-box img{
    width: 30px !important;
}
/*//// export-csv-sec ///////*/
.export-csv-sec #csv-content button{
    background-color: var(--green-color);
    border: none !important;
    padding: 8px 50px;
    border-radius: 5px;
}
/*////////// breadcrumb-content /////////////*/
#breadcrumb-content .breadcrumb .breadcrumb-item a:hover{
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}
/* .anlylet  share-now-btn-sec */
.anlylet#share-now-btn-sec{
    margin-top: 40px;
}
.aos-text-movesec marquee{
    color: #222222;
    font-size: 20px;
    font-weight: 600;
}
/* .google-review-sec-css */
.google-review-sec{
    padding-top: 50px;
}
.google-review-sec .google-slide .google-hed{
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 11%);
    /* max-width: 420px; */
    margin: auto;
    padding: 20px;
    border-radius: 15px;
    margin: 20px 20px;
    
}
.google-review-sec .google-slide .google-icn-box img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.google-review-sec .star-sec .star-img img{
    width: 15px;
    height: 15px;
    object-fit: cover;
}
.google-review-sec .star-sec .star-img:last-child{
    margin-right: 0px;
}
.google-review-sec .star-sec .star-img{
    margin-right: 11px;
    margin-top: 6px;
}

.google-slide .star-rating-box h3 span::before{
    content: '';
    position: absolute;
    width: 1.5px;
    height: 13px;
    background-color: #222222;
    left: -14px;
    top: 4px;
}
.google-review-sec .slick-prev.slick-arrow{
    background-image: url(..//img/left-arrow.png) !important;
    left: -30px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.google-review-sec .slick-next.slick-arrow{
    background-image: url(..//img/right-arrow.png) !important;
    background-position: center;
    background-size: cover;
    right: -30px !important;
    background-repeat: no-repeat;
}
.google-review-sec .slick-prev:before {
    content: '' !important;
}
.google-review-sec .slick-next:before{
    content: '' !important;
}

/* trophy-pictures-upload-btn */
#panel1 .trophy-upload-box{
    width: 185px;
    padding: 8px 12px;
    color: #fff;
    margin-top: 20px;
}
#panel1 .trophy-upload-box .trophy-input-box{
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
#panel3 .trophy-upload-box .trophy-input-box input{
    width: 100%;
    height: 100%;
}

#panel3 .list-group.list-group-numbered.list-group-update .list-group-item{
    border: none;
    position: relative;
}
#panel3 .list-group-update.list-group-numbered>li::before {
    content: '';
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #222222 !important;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.update_certificate{
    font-size: 14px;
    font-weight: 400;
    background-color: var(--green-color) !important;
    border: 1px solid var(--green-color) !important;
    border-radius: 5px;
    padding: 9px 20px;
    color: #fff;
}
.update_certificate:hover{
    color: #222222;
}





input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
#panel3 #commemorate-box, #panel4 #commemorate-box{
    flex-direction: column;
}

.certoption label{
    background-color: #92d20529;
    border: 1px solid #92d205;
    width: 100%;
    padding: 10px 0px;
    border-radius: 5px;
    height: 45px;
}
.certoption .form-check-input{
    width: 100%;
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    margin: auto;
    opacity: 0;
}
.certoption .inpy-box input{
    width: 100%;
    height: 100%;
    opacity: 0;
}

.certoption  input:checked + label{
    background-color: #92d205;
   
}
.web-none{
    display: none;
}
/* mandeep-css-update */
.trail-cam-sec.slidset .slick-track{
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
/* .trail-cam-sec .trailimg img{
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;
} */
.table-sec .photo1-2sec .card a{
    margin: 20PX 0PX;
}
.stevens-sec.new-change .order-table-sec.table-responsive h4, .stevens-sec.new-change .order-table-sec-2 h4{
    font-size: 25px !important;
    font-weight: 800 !important;
    color: var(--black-color) !important;
}
.smpl-sec .blacktail-sec.box-edit h4, .smpl-sec .blacktail-sec.box-edit label{
    font-size: 18px;
    font-weight: 800;
    color: var(--black-color);
}

@media only screen and (max-width: 1400px) {
     
    .pont-text{
        font-size: 20px;
    }
    .pont-text span{
        font-size: 24px;
    }
    .shiping .field {
        flex-wrap: wrap;
    }

    .shiping .field button {
        margin-top: 20px;
    }
    
    /* ======================================================= */
    .deerage-sec .card-box {
        margin-bottom: 50px;
    }
    .bottom-content .promo-new-btn .promo-code-btn {
        font-size: 15px !important;
    }
    /* mandeep-css-update */
    .lpoints{
        font-size: 45px;
     }
     .symple-box.anyletics h4{
        font-size: 22px;
     }
     
}

@media only screen and (max-width: 1200px) {
    /* mandeep-css-update */
    .symple-box.anyletics h4{
        font-size: 18px;
     }
     .card-box.map-img #map svg {
        width: 600px !important;
     }
     .card-box.map-img #map.mapcoverbox{
       text-align: center;
    }




/* mandeep-css-? */
    .banner .fs54 {
        font-size: 44px;
    }

    .lpoints {
        font-size: 35px;
    }

    .shiping .field .pin {
        margin-top: 20px;
    }

    .login-middle {
        width: 80%;
    }

    /* ========================================================== */
    .products .title-page {
        margin: 20px !important;
        text-align: center;
        width: 92%;
        margin: auto !important;

    }

    .order-history-sec .symple-box-itm {
        margin-top: 20px;
    }

    .envelopes-sec .envelopes-itm {
        margin-bottom: 20px;
    }

    .envelopes-sec .form-select-sec {
        justify-content: space-between !important;
    }

    .form-select-sec .form-control {
        width: 100%;
    }

    .form-select-sec .form-control.pin {
        width: 100%;
    }
    .kit-detail .right-itm-sec .blacktail-item-box-img img {
        width: 180px;
        height: 180px;
    }
    .chekout .toothkit {
        padding: 20px !important;
    }

    .cartTotal {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .toothkit.tkTb h5 {
        text-align: start !important;
    }

    .promo-new-btn .points-use {
        margin-top: 20px !important;
    }

    .promo-new-btn .input-btn .form-control {
        width: 80% !important;
    }

    .promo-new-btn .points-use div {
        width: 78% !important;
    }

    .checknew-itm .toothkit.nTtb {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .certifite-1.certLarge-sec a img {
        width: 90%;
    }

    #panel3 .amount-total.total-mt {
        margin-top: 28px !important;
    }

    /*============================== customizeCert-page-sec-css ================================*/
    #certificateContainer h2 {
        font-size: 30px !important;
    }

    /* #certificateContainer p {
        font-size: 16px !important;
    } */
}

@media only screen and (max-width: 991px) {
    .banner .fs54 {
        font-size: 34px;
    }

    .lpoints {
        font-size: 25px;
    }
    .symple-box h4{
        font-size: 20px;
    }

    .banner .accuracy {
        padding: 50px 20px;
    }

    .login-middle {
        width: 100%;
    }

    /* ================================================================= */
    .order-history-sec .symple-box-itm-1 {
        margin-top: 20px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(..//img/menu.png) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;

    }

    .navbar-light .navbar-toggler {
        border: 2px solid #fff !important;
        color: transparent !important;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .header-2 .header-logo img {
        width: 200px;
    }

    .header-2 .header-logo {
        padding-top: 0px;
    }

    .stevens-sec .chad-stevens-sec p {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Instagram-itm p {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .stevens-sec .left-itm-sec {
        flex-direction: column;
        text-align: center;
    }

    .kit-detail .right-itm-sec .blacktail-item-box-img {
        margin-top: 20px;
    }

    .left-itm-sec .Instagram-itm {
        text-align: center;
    }

    .Instagram-itm .new-update-img .deerage-img {
        width: 100% !important;
    }

    .Instagram-itm .kit-number-itm {
        margin-top: 0px !important;
    }

    .left-itm-sec .chad-stevens-sec a {
        margin-bottom: 20px !important;
        margin-top: 0 !important;
    }

    .right-itm-sec .Instagram-itm {
        margin-bottom: 20px;
    }

    .smpl-sec .smpl-sec-drop-dwn {
        flex-direction: column;
    }

    .smpl-sec .smpl-sec-drop-dwn .new-drop {
        width: 100%;
    }

    .smpl-sec .smpl-sec-drop-dwn .new-form-box {
        width: 100%;
    }

    .smpl-sec .found-not img {
        width: 100% !important;
    }

    .smpl-sec .found-not {
        width: 80%;
        margin: auto;
    }

    .card-box .my-order-img .found-not img {
        width: 50% !important;
    }

    /*================================================ mandeep-css ===================================*/
    .navbar-nav .nav-item#notifications {
        margin: 12px 0px !important;
    }

    .promo-new-btn .input-btn .form-control {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .promo-new-btn .promo-code-btn.new-apply {
        margin-left: 0px !important;
    }

    .promo-new-btn .points-use div {
        width: 69% !important;
    }

    .input-img-checked-sec .tick-mark-cmn-box {
        width: 100%;
    }

    .input-img-checked-sec .inpt-check .bg-check img {
        width: 100%;
    }

    .certifite-1.certLarge-sec a img {
        width: 60%;
    }

    /*============================== customizeCert-page-sec-css ================================*/
    .customizeCert-page-sec #certificateForm {
        padding: 0px;
    }

    .customizeCert-page-sec #up-down-col-itm {
        flex-direction: column-reverse !important;
    }

    .mob-order-1 {
        order: 1;
    }

    .mob-order-2 {
        order: 2;
    }
    /* mandeep-css-update */
    .drop-dage #species_acd_c{
        margin-left: 0px;
    }
    .table-sec .photo1-2sec{
        flex-direction: column;
    }
    .table-sec .photo1-2sec .card{
        width: 100%;
        text-align: center;
    }
    .table-sec .photo1-2sec .card a img{
        width: 50%;
    }
    .smpl-sec-drop-dwn .no-file{
        flex-direction: column;
        align-items: start !important;
    }
    .smpl-sec-drop-dwn .no-file button{
        margin: 20px 0px 0px 0px !important;
    }
    .blacktail-sec .stevens-sec.new-change .chad-stevens-sec{
        text-align: start !important;
    }

}

@media only screen and (max-width: 767px) {
    /* mandeep-css-update */
    .smpl-sec-drop-dwn.hit-list{
        flex-direction: column;
    }
    .table-mobile {
        display: block;
    }
    .table-desktop {
        display: none;
        height: 0px;
        visibility: hidden;
    }
.smpl-sec-drop-dwn.hit-list h3{
    margin-bottom: 20px !important;
}
.card-box.map-img #map svg {
    width: 100% !important;
 }
 .charts.score .drop-dage{
    margin-left: 0 !important;
    margin-right: 0 !important;
 }
 .card-box.cover-box .smpl-sec-drop-dwn{
    flex-direction: column;
    align-items: start !important;
 }
 .card-box.cover-box .smpl-sec-drop-dwn h3{
    margin-bottom: 20px !important;
 }

/* mandeep-css-? */

    #share-now-btn-sec{
        flex-direction: column;
        align-items: start !important;
    }
    #share-now-btn-sec .save-btn-cover-box{
        margin-top: 10px;
    }
    .green-head{
        font-size: 25px;
    }
    #myTable_paginate .pagination {
        justify-content: center !important;
    }

    .cart-itm-list-sec {
        margin-bottom: 40px;
    }

    .toothkit .kit-id-1 {
        margin-right: 0 !important;
    }

    .table-sec #myTable_length {
        width: 100%;
    }

    .table-sec #myTable_length label {
        justify-content: center;
    }

    .table-sec #myTable_filter label {
        width: 100% !important;
        justify-content: center;
        margin-top: 10px;
    }

    .smpl-sec .uplod-kit-picpag {
        width: 100% !important;
    }

    .table-sec.tab-2 .dataTables_length {
        width: 100%;
    }

    .table-sec.tab-2 #myTable_paginate .pagination {
        justify-content: center !important;
    }

    .table-sec.tab-2 #myTable_filter label {
        width: 100% !important;
        justify-content: center;
        margin-top: 15px;
    }

    .table-sec.tab-2 .dataTables_length label {
        justify-content: center;
    }

    .dataTables_wrapper .dataTables_length {
        float: left !important;
    }

    .dataTables_wrapper .dataTables_filter {
        float: right !important;
        margin-top: 0 !important;
    }

    .table-sec .dataTables_wrapper .dataTables_filter input {
        width: 130px;
    }

    .blacktail-sec-botm-sec {
        padding: 20px 16px 0px 16px;
    }

    .upload-pic {
        padding: 20px 16px 16px 16px;
    }

    .blacktail-sec .blacktail-item-box-img {
        width: 60px;
        height: 60px;
    }

    .blacktail-sec .btns_action {
        row-gap: 10px;
        column-gap: 10px;
        padding-top: 10px !important;
    }

    .smpl-sec .print-results h3 {
        font-size: 16px !important;
    }

    .smpl-sec .print-results p {
        font-size: 12px !important;
    }

    .print-results .back-to-order {
        font-size: 12px !important;
    }

    .upload-sec .input-text h3 {
        font-size: 14px !important;
    }

    .blacktail-sec .test-no1 h3,
    .blacktail-sec .test-no2 h3 {
        font-size: 11px !important;
    }

    .for-btn-box-sec .for-btn-box {
        flex-direction: column;
    }

    .for-btn-box-sec .for-btn-box .btn-1 {
        margin-bottom: 10px !important;
    }

    .margint50 {
        margin-top: 25px;
    }

    .margint80 {
        margin-top: 50px;
    }

    .fs54 {
        font-size: 45px;
    }

    .fs40 {
        font-size: 35px;
    }

    .fs25 {
        font-size: 20px;
    }

    .fs35 {
        font-size: 30px;
    }

    .fs30 {
        font-size: 25px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs18 {
        font-size: 16px;
    }

    .fs12 {
        font-size: 12px;
    }

    .fs16 {
        font-size: 15px;
    }

    .fs24 {
        font-size: 18px;
    }

    .wizard .content-area {
        width: 100%;
    }

    .header {
        padding: 0px 30px;
    }

    .login-middle.check-confirm {
        width: 100%;
    }

    /* ==================================================================== */
    .second-request-sec .form-select {
        margin-right: 0 !important;
    }

    .deerage-sec .save-cert-data-btn {
        text-align: start !important;
        width: 100%;
        margin-bottom: 15px;
    }

    .deerage-sec .save-cert-data-btn p {
        margin-top: 10px;
    }

    .csv_download {
        padding: 6px 10px;
    }

    .deerage-sec .statistics-itm {
        flex-direction: column;
    }

    .deerage-sec .statistics-itm h3 {
        width: 100% !important;
        text-align: start !important;
    }

    .products .title-page h1 {
        font-size: 25px !important;
    }

    .products .title-page p {
        font-size: 12px !important;
    }

    .second-request-sec .form-select-sec {
        margin-bottom: 25px !important;
    }

    .smpl-sec .smpl-sec-drop-dwn .form-control {
        margin-bottom: 10px;
    }

    .blacktail-sec .order-logo-itm {
        flex-direction: column-reverse;
        padding-bottom: 10px !important;
    }

    .kit-detail .order-logo-img-sec {
        margin-bottom: 5px;
    }

    .kit-detail .stevens-sec {
        padding-top: 10px !important;
    }

    .deerage-sec .map-img img {
        width: 100%;
    }

    .smpl-sec .smpl-sec-drop-dwn {
        flex-direction: column;
        align-items: start !important;
    }

    .deerage-sec .dataTables_length {
        /* display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 20px; */
    }

    /* #myTable_filter{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    } */
    .deerage-sec .species-box .moose-itm {
        margin-right: 0px !important;
    }

    .deerage-sec .species-box {
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    .deerage-sec .species-box .selects_wrapper {
        margin-right: 0px !important;
        margin-bottom: 20px;
    }

    .deerage-sec .species-box .selects_wrapper h4 {
        margin-bottom: 10px;
    }

    .deerage-sec .dataTables_info {
        text-align: center;
    }

    .deerage-sec .dataTables_wrapper .dataTables_paginate a {
        /* margin-top: 15px; */
    }

    .leave-review-itm h3 {
        text-align: center;
    }

    .leave-review-itm.card-box .save-cert-data-btn {
        text-align: center !important;
    }

    .leave-review-itm.card-box .save-cert-data-btn a {
        width: 100%;
    }

    .blacktail-sec.box-edit {
        margin-bottom: 20px;
    }

    .table-sec {
        padding: 20px;
    }

    .blacktail-sec .order-table-sec {
        padding: 20px;
    }

    .stevens-sec .order-table-sec-2 {
        padding: 20px !important;
    }

    .blacktail-sec.box-edit {
        padding: 20px;
    }

    .input-fields label {
        margin-top: 10px !important;
        margin-bottom: 5px;
    }

    .products .row.kit h1 {
        margin-bottom: 10px !important;
    }

    .products .col-fild-box {
        margin-top: 10px !important;
    }

    .save-cert-data-btn a {
        margin-top: 10px !important;
    }

    .table-search-baar #ordersTable_length {
        width: 100%;
    }

    .table-search-baar label {
        justify-content: center;
    }

    .dataTables_wrapper .dataTables_filter {
        width: 100%;
    }

    #ordersTable_paginate .pagination {
        justify-content: center;
        margin-top: 10px;
    }

    .smpl-sec .smpl-sec-drop-dwn .new-form-box {
        flex-direction: column;
    }

    .smpl-sec .smpl-sec-drop-dwn .new-form-box .search-btn {
        margin-left: 0px !important;
    }

    .smpl-sec .smpl-sec-drop-dwn .new-form-box button {
        width: 150px;
    }

    .card-box .my-order-img .found-not img {
        width: 60% !important;
    }

    /*=============================================== mandeep-css ===============================*/
    .promo-new-btn .points-use {
        flex-direction: column !important;
    }

    .promo-new-btn .points-use div {
        width: 100% !important;
    }

    .promo-new-btn .points-use .promo-code-btn {
        width: 190px;
        margin-left: 0px !important;
        margin-top: 20px;
    }

    .c-cek-out.new {
        text-align: start !important;
        margin-top: 25px !important;
    }

    .login.new-login .chk-heading h3 {
        text-align: start !important;
    }

    .new-form-box .login-middleSM {
        width: 100% !important;
        padding: 50px 20px !important;
    }

    .needs-validation.new-form-box .fdh3 {
        line-height: unset !important;
    }

    .new-form-box .login-middleSM .sfs {
        padding-bottom: 15px !important;
    }

    .certifite-1.certLarge-sec a img {
        width: 80%;
    }

    #panel4 .text-end {
        text-align: center !important;
    }
    /*============================= .Change-password-page ===========================*/
    .Change-password-page .login-middle{
        width: 100% !important;
    }
    .banner .accuracy, .banner2 .accuracy{
        width: 90%;
        
    }
    .banner .fs54{
        font-size: 26px;
    }

}

/*=============================================== mandeep-css ===============================*/
@media only screen and (max-width: 575px) {
    .header {
        padding-left: 0;
        padding-right: 0;
    }

    .login.new-login .choose-ship {
        flex-direction: column;
    }
    .google-review-sec .slick-arrow{
        display: none !important;
    }
    .google-review-sec .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .google-review-sec .slick-dots li button {
        width: 10px;
        height: 10px;
        background: #a3a3a3;
        border-radius: 50%;
    }
    .google-review-sec .slick-dots li.slick-active button{
        background: #222;
    }
    .products {
        margin-top: 80px !important;
    }

}

@media only screen and (max-width: 525px) {
    .header .logo-head {
        width: 200px;
    }

    .login-middle {
        padding: 20px;
    }

    /* ======================================================================================== */
    .smpl-sec .smpl-sec-drop-dwn .form-control {
        /* width: 100% !important;
    padding: 9px;
    margin-right: 15px; */
    }

    .second-request-sec .look-request-box {
        padding: 15px !important;
    }

    .smpl-sec .dropdown .btn-secondary {
        padding: 9px;
        width: 150px !important;
    }

    .deerage-sec p {
        font-size: 16px;
    }

    .envelopes-sec .order-more.envelopes-itm h2 {
        text-align: center;
    }

    .envelopes-itm-1 .form-select-sec {
        flex-direction: column;
    }

    .envelopes-itm-1 .form-select-sec .form-control {
        margin-bottom: 15px;

    }

    .envelopes-sec .envelopes-itm .form-select-sec {
        flex-direction: column;
    }

    .order-more.envelopes-itm .form-select-sec .form-select {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0px !important;
    }

    .order-more.envelopes-itm .form-select-sec button {
        width: 100%;
    }

    .deerage-sec .card-box {
        padding: 20px;
    }

    .right-itm-sec .Instagram-itm .not-discount {
        margin-bottom: 4px !important;
        flex-wrap: wrap;
        font-size: 15px;
    }

    .right-itm-sec .Instagram-itm .not-discount a,
    .right-itm-sec .Instagram-itm .not-discount span {
        font-size: 15px;
    }

    .Instagram-itm .kit-number-itm {
        margin-top: 0px !important;
    }

    .products .symple-cert-itm .card-img {
        width: 100%;
    }

    .products .kit {
        padding: 20px !important;
    }

    .products .title-page h1 {
        font-size: 18px !important;
    }

    .banner .fs54 {
        font-size: 30px;
    }

    .banner .accuracy,
    .banner2 .accuracy {
        width: 90%;
    }

    /* ==========================4-1-2024========================= */
    .hunt-elements-cover-box .dropdown .btn-secondary {
        border-radius: 4px;
        padding: 6px 12px;
        margin-top: 10px;
        margin-bottom: 15px;
        width: 100% !important;
    }

    /*============================== customizeCert-page-sec-css ================================*/
    .customizeCert-page-sec .customizeCert.card-box {
        padding: 60px 15px !important;
    }
    .form-horizontal .complete-kit-img{
        width: 100% !important;
    }

}

/*=========================================== mandeep-css ================================*/
@media only screen and (max-width: 512px) {
    .chekout .toothkit .promo-code-btn {
        margin-left: 0 !important;
    }
    /* mandeep-css-update */
    .drop-dage.agedeer{
        flex-direction: column;
    }
    .drop-dage.agedeer #species, .drop-dage.agedeer #species_oor{
        margin-left: 0px;
        margin-top: 10px;
    }
    .charts.score .left-drop{
        flex-direction: column;
        justify-content: center !important;
    }
    .charts.score .drop-dage{
        justify-content: center !important;
    }
    .charts.score .drop-dage .left-drop select{
        margin-right: 0px !important;
    }
    .trail-cam-sec .trailimg img{
        width: 50% !important;
    }
    .table-sec .photo1-2sec .card a img {
        width: 70%;
    }
}

@media only screen and (max-width: 475px) {
    .dataTables_wrapper .dataTables_length {
        float: none !important;
    }

    .table-sec.tab-2 #myTable_filter label {
        flex-direction: column;
    }

    .table-sec.tab-2 #myTable_filter input {
        margin-bottom: 30px !important;
        margin-top: 10px;
    }

    .dataTables_wrapper .dataTables_filter {
        float: none !important;
        /* margin-top: 14px !important; */
    }

    #ordersTable_filter label {
        flex-direction: column;

    }

    #ordersTable_filter input {
        margin-top: 10px !important;
        margin-bottom: 30px !important;
    }

    .table-sec .dataTables_wrapper .dataTables_filter input {
        width: auto;
    }

    /* .header-deerage #mySidenav {
        width: 100% !important;
    } */

    .table-sec #myTable_filter label {
        flex-direction: column;
    }

    .table-sec #myTable_filter label input {
        margin-bottom: 10px !important;
        margin-top: 10px;
    }

    /*============================= mandeep-css =================================*/
    .new-form-box .login-middleSM .choose-ship {
        flex-direction: column;
    }

    .needs-validation.new-form-box .login-middleSM .subtotal .amount-total-cmn-box {
        flex-direction: column;
    }

    .login-middleSM .subtotal .amount-total-cmn-box .amount-total {
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    .stevens-sec .chad-stevens-sec p {
        display: flex;
        justify-content: space-between;
        font-size: 16px !important;

    }

    #certIsTypical, #certNumPoints , #certScore, #certAnimalWeight {
        font-size: 12px !important;
    }
    .green-head{
        font-size: 20px;
    }
    .pont-text{
        font-size: 16px;
    }

    .web-none{
        display: block;
    }
    .mob-none{
        display: none !important;
    }

    .c-cek-out.new button {
        width: 100% !important;
    }
    .c-cek-out.new .shopping-btn{
        margin-bottom: 20px !important;
    }

    .smpl-sec .smpl-sec-drop-dwn .form-control {
        width: 100% !important;
        padding: 9px;

    }

    .stevens-sec .chad-stevens-sec p,
    span {
        font-size: 16px !important;

    }

    .Instagram-itm p {
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .stevens-sec .left-itm-sec {
        flex-direction: column;
        text-align: left;

    }

    .kit-detail .right-itm-sec .blacktail-item-box-img {
        width: 100% !important;
    }

    .Instagram-itm .new-update-img .deerage-img {
        width: 200px !important;
    }

    .left-itm-sec .Instagram-itm {
        text-align: left;
    }

    .left-itm-sec .Instagram-itm button {
        width: 100%;
    }

    .kit-detail .stevens-sec {
        padding: 16px !important;
    }

    .kit-detail .right-itm-sec .blacktail-item-box-img img {
        width: 170px;
        height: 170px;
    }

    .blacktail-sec.box-edit a {
        width: 100%;
    }

    .print-results .back-to-order {
        font-size: 10px !important;
        border-radius: 5px;
        padding: 3px 8px;
    }

    .blacktail-sec .btns_action {
        row-gap: 8px;
        column-gap: 8px;
        padding-top: 7px !important;
    }

    .blacktail-sec .print-results {
        margin-left: 10px !important;
    }

    .blacktail-sec .upload-pic {
        padding: 14px 12px 12px 12px;
    }

    .blacktail-sec-botm-sec {
        padding: 15px 12px 0px 12px;
    }

    .blacktail-sec .upload-sec .input-text h3 {
        font-size: 13px !important;
    }

    .blacktail-sec .upload-pic .input-text {
        border-radius: 5px;
        padding: 8px 20px;
        overflow: hidden;
    }

    .blacktail-sec .upload-sec .input-text h3 {
        font-size: 13px !important;
    }

    .blacktail-sec .upload-pic .upload-sec input {
        height: 36px;
    }

    .blacktail-sec .uploaded-img img {
        height: 36px;
        width: 36px;
    }

    .banner .fs54 {
        font-size: 25px;
    }

    .smpl-sec .found-not {
        width: 90%;
    }

    .smpl-sec .smpl-sec-drop-dwn .new-form-box button {
        width: 50%;
    }

    .card-box .my-order-img .found-not img {
        width: 70% !important;
    }

    /* ==========================4-1-2024========================= */
    .kit-detail .right-itm-sec .blacktail-item-box-img {
        text-align: start !important;
    }

    .kit-detail .hunting-story-box {
        padding: 20px 16px 30px !important;
    }

    .card-w {
        padding: 20px 16px 30px !important;
    }

    .kit-detail.smpl-sec .form.stats-box.form2 {
        padding: 20px 16px 30px !important;
    }

    /*=========================================== mandeep-css ================================*/
    .cart-itm-list-sec:not(:last-child) .manage-cart-box {
        margin-bottom: 20px;
    }

    .products .products-center {
        padding: 40px 20px !important;
    }

    .certifite-1.certLarge-sec a img {
        width: 90%;
    }

    #panel4 .certifite-1 a img {
        width: 100%;
    }

    .list-products .cart-item .perti-product {
        /* flex-direction: column !important; */
        text-align: start;
    }

    .sideBr {
        width: 300px !important;
    }

    #mySidenav .img-product {
        display: none !important;
    }

    .list-products .cart-item .perti-product .img-product {
        margin-bottom: 20px;
        margin-right: auto;
    }

    .list-products .cart-item .perti-product .checkout {
        margin-right: auto;
    }

    .list-products .cart-item .perti-product .img-product img {
        width: 100%;
    }
    .uploaded-img.updt-img img{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    /* mandeep-css-update */
    .card-box.cover-box .no-file .cust-input{
        width: 100%;
    }
   
}



@media only screen and (max-width: 367px) {
    .navbar-light .navbar-toggler {
        /* margin-top: 10px; */
        line-height: 0;
        padding: 6px 10px;
    }

    .blacktail-sec .blacktail-item-box-img {
        width: 45px;
        height: 45px;
    }

    .header {
        padding: 0 0 !important;
    }

    .border-wrapper .cover-img-box {
        width: 50px;
        height: 50px;
    }

    .border-wrapper .cover-img-box img {
        width: 30px !important;
    }

    .blacktail-sec .test-no1.test-no1-new {
        margin-right: 10px !important;
    }

    /*=============================== mandeep-css ===================================*/
    .new-form-box .login-middleSM {
        padding: 30px 10px !important;
    }
    .stevens-sec .chad-stevens-sec p, span {
        font-size: 12px !important;
    }

    /*============================== customizeCert-page-sec-css ================================*/
    #certificateContent {
        padding: 20px 10px !important;

    }

    #certificateContainer h2 {
        font-size: 24px !important;
    }

    #certificateContainer p {
        font-size: 14px !important;
    }

    .customizeCert-page-sec .customizeCert.card-box {
        padding: 30px 15px !important;
    }
    /* mandeep-css-update */
    .card-box.map-img #selectedState{
        margin-bottom: 20px;
    }
    .drop-dage #age_class_filter_c, .drop-dage #species_acd_c{
        width: 100% !important;
        margin-right: 0px !important;
    }
    .photo1-2sec .new-form-box{
        flex-direction: column;
    }
    .photo1-2sec .new-form-box .btn-sm{
        margin-top: 10px;
    }
    .table-sec .photo1-2sec .card a{
        margin: 20PX 0PX;
    }
    .blacktail-sec.box-edit .panel-threads.edit-itm li{
        display: flex;
        flex-direction: column;
    }
    .blacktail-sec.box-edit .panel-threads.edit-itm li a{
       margin-top: 10px;
    }
}


.icn-gel {
    background-color: var(--drak-blue);
    padding: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.icn-gel img {
    width: 40px;
}

.anlylet {
    box-shadow: 0px 3px 15px 0px var(--box-sdo);
    padding: 20px 30px;
    border-radius: 15px;
    background-color: #fff;
    margin-top: 40px;
}

.anlylet-web {
    box-shadow: 0px 3px 15px 0px var(--box-sdo);
    padding: 10px;
    border-radius: 15px;
    background-color: #fff;
    margin-top: 20px;
}

.grey-btn {
    background-color: #efefef !important;
    border: 1px solid #efefef !important;
    border-radius: 5px;
    padding: 10px 20px;
}

.shipProm {
    padding: 50px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 11%);
    padding: 50px;
    border-radius: 15px;
}

.btn-promo {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-promo:hover {
    color: #fff !important;
}

.btn-secondary {
    background-color: #efefef !important;
    border: 1px solid #efefef !important;
    color: #000 !important;
}

#certIsTypical, #certNumPoints , #certScore, #certAnimalWeight {
    font-size: 14px;
}