/*================= RESET CSS ========================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
::before,
::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}


/*================= RESET CSS ========================*/


/*================= gLobal CSS ========================*/
@font-face {
    font-family: "DiscoverSans-Bold";
    src: url ("../fonts/DiscoverSans-Bold.otf")
}

@font-face {
    font-family: "DiscoverSans-Medium";
    src: url("../DiscoverSans-Medium.otf");
}

@font-face {
    font-family: "DiscoverSans-Book";
    src: url("../DiscoverSans-Book.otf");
}

@font-face {
    font-family: "DiscoverSans-Semibold";
    src: url("../DiscoverSans-Semibold.otf");
}

/* width */

body::-webkit-scrollbar {
    width: 10px;
}


/* Track */

body::-webkit-scrollbar-track {
    box-shadow: lightgrey;
}


/* Handle */

body::-webkit-scrollbar-thumb {
    background: #313c97;
}

.main_color {
    background: #313c97 !important;
}

.text-heading {
    color: #522E90;
}

.btn_primary {
    background: #ec6b29;
    border-radius: 25px;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 12px;
    letter-spacing: .5px;
    color: rgb(255, 255, 254);
    font-family: "DiscoverSans-Semibold";
    text-transform: uppercase;
}

.btn_primary-modi {
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 16%);
    text-transform: uppercase;
}

.btn_secondary:hover,
.btn_primary:hover {
    color: #fff;
}

.btn_secondary:focus,
.btn_primary:focus,
.btn_primary-shdw:focus,
.btn_secondary-shdw:focus,
.btn_buy:focus,
.btn_add-custom:focus,
.btn_custom:focus {
    box-shadow: none;
}

.btn_secondary {
    background: #313c97;
    border-radius: 25px;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 12px;
    letter-spacing: .5px;
    color: rgb(255, 255, 254);
    font-family: "DiscoverSans-Semibold";
    text-transform: uppercase;
}

.btn_primary-shdw,
.btn_secondary-shdw {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
    padding: 4px 12px;
    border-radius: 42px;
    text-transform: uppercase;
}

.btn_buy {
    width: 120px;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 26px;
    color: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
}

.btn_add-custom:hover,
.btn_buy:hover,
.btn_primary-shdw:hover,
.btn_secondary-shdw:hover {
    color: #fff;
}

.btn_add-custom {
    background: #313c97;
    width: 130px;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 26px;
    color: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
}

.btn_custom {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    padding: 14px 26px;
    line-height: 1;
    text-transform: uppercase;
}

.cancel_btn:focus {
    /* outline: none; */
    border: 1px solid transparent;
    box-shadow: none !important;
}

.custom-modal .modal-header {
    background-color: #313c97;
    padding: 0 !important;
    color: #322f31;
}

.input__shadow:focus {
    box-shadow: 0 0 0 0.2rem #ec6b29;
    border-color: 1px solid #ec6b29;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.tntn_tab_link.active {
    background-color: #cd3ea0 !important;
    color: #fff !important;
}

.h-vh {
    min-height: 80vh;
}

.allHeading {
    font-size: 20px;
    font-weight: 600;
    font-family: "DiscoverSans-Bold";
    color: #23233f;
    text-transform: capitalize !important;
}

.usrtable thead th {
    padding: .75rem 0 !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("<?php echo IMAGE_PATH?>arrow-down-sign-to-navigate");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 225px 22px;
    background-repeat: no-repeat;
    outline: none;
}


/*-- removing of  by default's password eye icon for edge and ie-- */

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

::-ms-reveal {
    display: none;
}


/*-- removing of  by default's password eye icon for edge and ie-- */

#country_id {
    /* background-position: 355px 14px !important; */
    background-position: 98% 14px !important;
}


/* .select__user__infrm {
     position: relative;
 }
 */

.buttonCancel {
    font-family: "DiscoverSans-Semibold" !important;
    font-size: 14px !important;
}

.custom_addForm_control,
.edit_usr_input {
    background-position: 98% 12px !important;
}

.country_id {
    /* background-position: 355px 12px !important; */
    background-position: 98% 12px !important;
}

.disable__select {
    background-image: none !important;
}


/*.select__user__infrm::after {
     position: absolute !important;
     content: "\f107";
     float: right;
     position: relative;
     top: 50%;
     right: 50px;
     transform: translate(100%, 0%);
     color: #707070;
     font-family: "FontAwesome";
 } */

.close_modal_div {
    position: absolute;
    right: -4%;
    top: -30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 2px solid #fff;
    opacity: 1;
    cursor: pointer;
}

.custom__modal-dialog {
    top: 10% !important;
}

.modal__dialog__forgot__password {
    top: 0% !important;
    -webkit-box-shadow: 0 6px 12px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 16%);
}

.select2-dropdown {
    z-index: 1 !important;
}

.margin_btn_left {
    margin-left: -20px;
}

.w-160 {
    width: 200px !important;
}


/*================= gLobal CSS ========================*/


/* .logo_brand{
    margin-left:6.5rem;
} */


/* --------LOGIN MODAL------ */

.left_content {
    width: 100%;
    height: 500px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0;
    position: relative;
}

.register__left-content {
    height: 707px !important;
    margin-bottom: -1px;
}

.left_content .discover_logo {
    position: absolute;
    top: 0;
    left: 0;
}

.custom__modal-content {
    border-radius: 10px !important;
}

.radius__top__left-right {
    border-top-left-radius: 8px;
}

.custom_input-group-text {
    background-color: #fff !important;
    border: .05px solid rgb(219, 217, 217);
    border-right: none !important;
}

.b-left-radius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input__group-customright {
    background-color: transparent !important;
    border: .05px solid rgb(219, 217, 217) !important;
    border-left: none !important;
}

.radius__bottom__right {
    border-bottom-right-radius: 8px !important;
}

input#EmployeeId:focus,
input#exampleInputPassword1:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input#EmployeeId {
    border-top-right-radius: 8px !important;
}

input#EmployeeId,
input#exampleInputPassword1 {
    border: .05px solid rgb(219, 217, 217);
    border-left: none !important;
}

.custom_form-input {
    border-radius: 0;
    height: 50px;
}

.custom__register-input {
    border-radius: .25rem !important;
}

.custom_form-input:focus {
    border-top: .05px solid rgb(219, 217, 217) !important;
    border-left: .05px solid rgb(219, 217, 217) !important;
    border-right: .05px solid rgb(219, 217, 217) !important;
    box-shadow: none !important;
}

input#exampleInputPassword1:focus {
    border-right: none !important;
}

.b-b-none {
    border-bottom: none !important;
}

.custom_login-form {
    margin-bottom: 0 !important;
}

.radius__top__left-right {
    border-top-left-radius: 8px;
}

.radius__bottom__left {
    border-bottom-left-radius: 8px;
}

.custom_input-password {
    border-right: none !important;
    border-radius: 0 !important;
}

.check-rem-span {
    display: inline-block;
    line-height: 1.2;
    font-size: 13px;
    color: #21212a;
    font-family: "DiscoverSans-Book";
}

#onForgot,
.remember-btn {
    opacity: 0.9;
    font-size: 16px;
    letter-spacing: 0.47px;
    color: #21212a;
    font-family: "DiscoverSans-Book" !important;
}

.custom__register-select.form-control:not([size]):not([multiple]) {
    height: calc(2.45rem + 13px);
    font-size: 14px;
    opacity: 0.7;
    color: #828282;
    font-family: "DiscoverSans", sans-serif;
}


/* --custom  checkbox-- */

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    border-radius: 2px;
    background-color: #fff !important;
    border: .5px solid #ccc;
}


/* On mouse-over, add a grey background color */

.container-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.container-checkbox input~.checkmark {
    background-color: rgb(35, 35, 63);
}


/* When the checkbox is checked, add a blue background */

.container-checkbox input:checked~.checkmark {
    background-color: rgb(35, 35, 63) !important;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container-checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container-checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 8px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.register__checkbox {
    display: inline-block;
    line-height: 1.2;
    font-size: 11px;
    color: 23233f;
    font-family: "DiscoverSans-Medium";
    position: relative;
    bottom: 6px;
}

.register_link:hover {
    color: rgb(236, 107, 41);
}

.register_link {
    font-weight: bold;
    color: #ec6b29;
    text-decoration: none;
    font-family: "DiscoverSans-Bold", sans-serif !important;
}

.go_back p {
    font-family: "DiscoverSans-Book";
    font-size: 18px;
    color: #23233f;
    font-weight: normal;
}

.goToLogin {
    color: #23233f;
    /* opacity: 0.7; */
    font-family: "DiscoverSans-Book";
    font-weight: normal;
}

.btn.btn-signIn.active {
    background: #ec6b29;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 600;
    padding: 6px 18px;
    letter-spacing: .24px;
    font-family: "DiscoverSans-Bold";
    font-weight: 900;
    color: #fff !important;
}


/* input:focus, select:focus{
    box-shadow: none !important;
    border: 1px solid #23233f !important;
}   */


/* ======END LOGIN MODAL==== */


/* ======MODAL REGISTER====== */

.padng_right {
    padding-right: 10px;
}

.padng_left {
    padding-left: 6px;
}

.nav_tab_heading {
    padding-right: 16px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative !important;
}

.select {
    position: relative;
}

.custom__select {
    padding-right: 25px;
}

.navbar {
    z-index: 1 !important;
    padding-top: 13px;
    padding-bottom: 10px;
    /* -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16); */
    background-color: #fff;
}

.logoHref {
    color: rgb(35, 35, 63);
    text-decoration: none !important;
}

.forgottenHref:hover {
    color: #ec6b29;
}

.forgottenHref {
    color: #ec6b29;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 0.7;
    font-family: 'DiscoverSans-Medium';
    font-weight: 300 !important;
}

.click__text {
    font-size: 16px;
    line-height: 0.7;
    font-family: 'DiscoverSans-Medium';
    font-weight: 300 !important;
}


/* .navbar .navbar-nav{
    margin-right: 5.4rem;
} */

.navbar .navbar-nav .nav-item {
    margin-right: .5rem;
}

.navbar .navbar-nav .nav-item>.nav-link {
    font-size: 16px;
    color: #23233f;
    font-weight: 500;
    font-family: "DiscoverSans-Bold";
}

.goog-te-menu2 {
    width: 500px !important;
}

.pro_img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 6px;
}

.bg_primary {
    background-color: #313c97;
}

.srch_container_fluid {
    top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0;
}

.catalog_ul .catalog_list {
    margin: .5rem .5rem .5rem 0;
}


/* .catalog_ul .catalog_list:hover .catalog_drop_menu{
    display:block !important;
    position: absolute;
    top:40px;
}
.catalog_ul .catalog_list:hover .quick_srch_menu{
    display: block;
    top:40px;
    left: inherit;
} */

.alert__no__products {
    font-size: 20px;
    color: #23233f;
    padding-left: 15px;
}

.catalog_ul .catalog_list a {
    color: #ffff;
    font-weight: 600;
    font-family: "DiscoverSans-Bold";
    font-size: 16px;
    text-decoration: none;
    padding: .25rem .5rem;
}

.search_ul li a, .search_ul li a p {
    font-family: "DiscoverSans-Bold" !important;
}

.custom_drop_item,
.options_name {
    color: #23233f !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* .src_input_text:focus {
    outline: none;
    border: none;
} */

.search__form::placeholder {
    opacity: 0.5 !important;
}

.options_name {
    font-family: "DiscoverSans-Semibold";
}

.custom__input-group>.form-control:not(:last-child) {
    border-bottom-left-radius: 16px;
}

.custom__input-group>.input-group-append>.input-group-text {
    border-bottom-right-radius: 16px;
}

.quick_search {
    border: none;
    padding: .375rem 0rem .375rem .2rem;
}

.quick_search_append {
    margin-left: -5px;
}


/* .quick_srch_form{
    padding-top: 3px;
    padding-bottom: 3px;
} */

.notification-li {
    position: relative;
}

.notification-Bx {
    position: absolute;
    top: -10px;
    width: 25px;
    height: 25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #ec6b29;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 11px;
}

.total_cart_items {
    color: #fff;
    font-size: 12px;
}

.quick_search:focus {
    box-shadow: none;
    background-color: transparent;
}

.quick_search::placeholder {
    font-size: 13px;
    font-family: "DiscoverSans-Book";
    color: #23233f;
    opacity: .4;
}

.btn_seach {
    padding: .1 .2rem !important;
    font-size: 11px !important;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 16%)
}

.input_text_srch {
    background-color: #fff;
    padding: .1rem .3rem;
    border: none !important;
}

.searchForm .custom_search-div {
    max-width: 700px;
    /* margin-left: -10px;
    width: 650px; */
    width: 568px;
}

.searchForm .custom_search-div .form-control:focus {
    box-shadow: none;
}

.form-control:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
}

.searchForm .custom_search-div .form-control {
    border: none !important;
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
}

.searchForm .custom_search-div .form-control::placeholder {
    color: #23233f;
    opacity: 0.7;
    font-size: 16px;
    font-family: "DiscoverSans-Medium";
}

.src_input_text {
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
    background-color: #fff;
    border: none;
}

.search_ul .search_ul_list {
    /* margin: 0 2rem; */
    text-align: center;
}

.search_ul .search_ul_list a>p,
.search_ul .search_ul_list>p {
    font-size: 12px !important;
    font-family: "DiscoverSans-semibold";
}

.quick_srch_menu {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-top: 10px;
    border-radius: 8px;
    position: relative;
}


/* .catalog_list:hover .quick_srch_menu{
    display:block;
    position:absolute;
    -webkit-transform:translate3d(132px, 34px, 0px);
    transform: translate3d(132px, 34px, 0px);
    margin-top:0;
    top: 0;
    right: 0px;
    will-change: transform;
    z-index: 1000;
} */


/* .catalog_list:hover .catalog_drop_menu {
    display: block;
    position: absolute;
    -webkit-transform: translate3d(15px, 34px, 0px);
   transform: translate3d(15px, 34px, 0px);
   margin-top:0;
   top: 0;
   left: 0px;
   will-change: transform;
   z-index: 1000;
} */

.catalog_drop_menu {
    width: 230px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 16px;
    margin-top: 15px;
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    /* transition: all 0.5s;
    z-index: 997; */
}


/*  */

.categoriesList .catalog_list {
    position: relative;
}

.categoriesList .catalog_drop_menu {
    position: absolute;
}

.catalog_drop_menu .triangle {
    position: absolute;
    top: -17px;
    font-size: 19px;
    left: 10px;
    color: #fff !important;
}

.triangle__mobile-edit {
    position: absolute;
    left: 20px;
    top: -11px;
    font-size: 19px;
    color: #fff !important;
}

.dropdown_li .dropdown-item {
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.dropdown_li .dropdown-item:hover {
    background-color: #313c97 !important;
    color: #ffff !important;
    border-radius: 20px;
}

.dropdown_li {
    display: flex;
    align-items: center;
}

.cvn_right {
    font-size: 12px !important;
    font-family: "DiscoverSans-Semibold";
}


/* =======PAGINATION======== */

.pagination_div h6 {
    opacity: 0.8;
    font-family: "DiscoverSans-Book";
    font-size: 14px;
}

.center {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center h6 {
    font-size: 22px;
    color: #23233f;
    opacity: 0.8;
    font-family: "DiscoverSans-Book";
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 1px 20px;
    text-decoration: none;
    transition: background-color .3s;
    border: none;
    margin: 0 4px;
}

.pagination a i {
    font-size: 12px;
}

.pagination a.active {
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 1px 20px;
    font-family: "DiscoverSans-Medium";
    font-size: 18px;
    font-weight: 600;
}


/* .pagination a:hover:not(.active) {background-color: #ddd;} */


/* ============HOME======== */

.register_link {
    font-weight: bold;
    color: #ec6b29;
    font-size: 14pt;
    text-decoration: none;
    font-family: "DiscoverSans-Bold";
}

.home_title {
    font-weight: 600;
    /* line-height: 1; */
    color: #fff !important;
    font-family: "DiscoverSans-Bold";
}

.home_title-edit {
    color: #fff;
}

.home_login {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 32px;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-family: 'DiscoverSans-Bold;

}

.title__home_sec {
    color: #23233f;
    font-weight: bold;
}

.loginHref {
    color: #ec6b29 !important;
    font-weight: bold;
    text-decoration: none !important;
    font-family: "DiscoverSans-Bold";
}

.right_content {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


/* ========cvd====== */

.position-relative {
    position: relative;
}

.cvdimg_one {
    position: absolute;
    left: 0;
    top: -30px;
    width: 600px;
}

.cvdimg_two {
    position: absolute !important;
    /* top: 0; */
    bottom: -21%;
    /* transform: translateY(68%); */
    right: 0;
    width: 600px;
    height: auto;
}

.cvd .cvd_title {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 40px;
    font-family: 'DiscoverSans-Semibold';
}

.cvd_para {
    margin-bottom: 95px;
}

.cvd_para p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    font-family: "DiscoverSans-Medium", sans-serif;
    font-weight: 500;
}

/* .text_sm_center>div {
    max-width: 400px;
} */

.contact_info:hover {
    color: #fcb116;
}

.contact_info {
    color: #fcb116;
    font-size: 20px;
}


/*=========customer home======= */

.ftr_title {
    font-size: 40px;
    color: #23233f;
    font-weight: 700;
    line-height: 1.31;
    font-family: "DiscoverSans-Bold";
    text-align: center;
}

.customer_home {
    position: relative;
}

.dcv_home {
    position: relative;
    background-position: top !important;
}

.div_relative_home {
    position: absolute;
    /* width: 200px; */
    /* left: 45%; */
    /* transform: translateX(-70%); */
    /* bottom: 2%; */
    left: 15px;
    bottom: -8%;
    font-size: 14px;
    text-align: justify;
    color: #3d3f44;
    line-height: 1;
    background-color: #ffffffbf;
    padding: 2px;
    margin-top: 2rem;
}

.banner__customer::before {
    position: absolute;
    content: '';
    width: 230px;
    height: 100%;
    /* background-color: #313c97; */
    top: 0;
    left: 0;
}

.circle__div {
    width: 100%;
    height: 100%;
    background: #313c97;
    border-radius: 50%;
    padding: 10px;
    border: double 8px transparent;
    background-image: linear-gradient(#313c97, #313c97), radial-gradient(circle at top left, #ec6b29, #ffc107);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.circle__div-title {
    color: #23233f !important;
    text-align: center;
    font-weight: bold;
    /* width: 320px; */
    line-height: 1;
    padding: 18px !important;
}

.popular__search__card:hover {
    transform: scale(1);
    box-shadow: 3px 3px 14px 7px rgb(0 0 0 / 35%);
}

.popular__search__card {
    width: 100%;
    height: 320px;
    box-shadow: 3px 3px 14px 7px rgb(0 0 0 / 25%);
    border-radius: 5px;
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98);
}

.card__img {
    padding-top: 30px;
}

.popular__search__card .card__img img {
    width: 230px;
    height: 230px;
    object-fit: contain;
}


/* --signage-- */

.signage {
    height: auto;
    margin-bottom: 175px;
}

.signage .container .signage_div h4 {
    font-size: 30px;
    font-weight: bold;
    color: #23233f;
    letter-spacing: .4px;
    line-height: 1.31;
    font-family: 'DiscoverSans-Bold';
}

.signage .container .signage_div p {
    font-size: 16px;
    line-height: 1.33;
    color: #042948;
    font-weight: 500;
    font-family: "DiscoverSans-Medium", sans-serif;
}

.count_div p {
    font-size: 16px;
    line-height: 1.33;
    color: #042948;
    font-family: "DiscoverSans-Medium", sans-serif;
}

.service {
    background-color: #23233F;
}

.service .service_container {
    transform: translateY(-180px);
    height: 340px;
}

.service .container h4 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: "DiscoverSans-Bold";
    text-transform: capitalize;
}

.service .container .service_card {
    border: none;
    /* width: 440px; */
    height: 450px;
    border-radius: 30px;
}

.service .container .service_card .card-img img {
    height: 182px;
}

.service .container .service_card .card-body {
    /* padding:2.75rem; */
    position: relative;
}

.service .container .service_card .btnService {
    position: absolute;
    bottom: 0%;
}

.service .container .service_card .card-body h4 {
    color: #23233f;
    font-size: 20px;
    font-weight: 600;
    font-family: "DiscoverSans-Semibold";
}

.service .container .service_card .card-body p {
    font-size: 16px;
    color: #23233f;
    line-height: 1.33;
    /* height:115px; */
    color: #23233f;
    font-weight: 500;
    font-family: "DiscoverSans-Medium";
    text-align: justify;
}


/* -----resources--- */

.card_resource {
    background-color: #23233F;
    border: none;
}

.card_resource .card-body {
    position: relative;
    height: 180px;
}

.card_resource .card-body h4 {
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 22px;
    font-family: "DiscoverSans-Semibold";
}

.card_resource .card-body p {
    color: #fff;
    line-height: 1.13;
    font-size: 16px;
    font-weight: 500;
    opacity: .8;
}

.card_resource .card-body a {
    position: absolute;
    bottom: 10px;
    color: #fcb116;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    font-family: "DiscoverSans-Semibold";
}

.links_box {
    overflow-y: hidden !important;
    background-color: #fff;
    /* border:1px solid #e1e1e4; */
    width: 99%;
}

.quick_links_block {
    display: inline-block;
}

.quick_links_block li {
    display: inline-block;
}

.quick_links_block li {
    border-right: 1px solid #23233f;
}

.quick_links li {
    margin: .5rem .5rem 0 0;
}

.quick_links li a {
    padding: 0px 15px 0px 0;
    color: #23233f;
    font-size: 16px;
    font-family: "DiscoverSans-Semibold";
}

.quick_links_block li {
    margin-right: 22px;
}

.quick_links li .quick_links_a {
    font-size: 13px !important;
    padding: 0;
}

.quick_links_flex li a {
    color: #313c97 !important;
    font-family: "DiscoverSans-Bold" !important;
}


/* .external_links_icon{
    margin-left: -2px;
} */

.social_icon_ul li a img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.social_icon_ul li a img {
    width: 35px;
    height: auto;
    /* -webkit-transform: scale(.9);
      -ms-transform: scale(.9);
      transform: scale(.9); */
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.footer__padding {
    padding-right: 2.4rem;
}

.social_icon_ul li {
    margin: .5rem 0;
}

.social_icon_ul li a {
    padding: 20px 10px;
}

.social__icons__new {
    width: 45px;
    height: 45px;
    margin-right: 5px;
}

.quick__links_new {
    font-size: 13px;
}


/* =========POST LOGIN====== */

.dcv_logoDiv h6 {
    display: inline !important;
    color: #000000;
    font-weight: normal;
    font-family: "DiscoverSans-Book", sans-serif;
    font-size: 14px;
    line-height: 1 !important;
}

.help_content h6 {
    display: inline !important;
    color: #000000;
    font-weight: 500;
    display: block !important;
    font-family: "DiscoverSans-Medium", sans-serif;
    font-size: 15px;
    line-height: 1.29 !important;
}

.emv_migration {
    background-color: #23233f;
}

.emv_migration .container h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: "DiscoverSans-Semibold";
}

.emv_migration .container .emv_para {
    color: #ffffff;
    line-height: 1.31;
    font-size: 18px;
    opacity: 0.8;
    font-weight: 400;
}

.emv_migration .emv_card {
    background-color: #23233f;
    border: none;
    width: 330px;
}

.emv_card .card-img img {
    height: 320px;
}

.emv_card .emv_card-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: "DiscoverSans-Semibold";
}

.emv_migration .container_fluid {
    width: 98% !important;
    border-radius: 8px;
}

.emv_migration .container_fluid .ftr_title {
    font-size: 30px;
    color: #23233f;
    font-weight: 600;
    line-height: 1.31;
    font-family: "DiscoverSans-Semibold";
}

.alert__product__status {
    font-size: 13px;
}

.alert__product__status,
.text__danger {
    color: #9B0303 !important;
}

.ftr_card {
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 23%);
    height: 325px;
    /* width: 310px; */
}

/* .ftr_card .ftr_cardImg{
    padding:20px;
} */

.ftr_card .ftr_cardImg img {
    height: 230px;
    width: 230px;
}

.product_desc {
    height: 80px !important;
}

.product__name {
    font-size: 18px;
}

.custom__btn-add {
    position: absolute;
    bottom: 0;
    right: 50% !important;
    transform: translateX(50%);
    width: 90%;
}

.ftr_card .card-body {
    padding: 0 1.25rem;
}

.ftr_card .card-body p {
    color: #23233f;
    line-height: 1;
    font-weight: 500;
    font-family: "DiscoverSans-Semibold";
}

span.d-flex.align-items-center.justify-content-center.items-span {
    font-family: "DiscoverSans-Semibold";
}

.all_product_list .btn_add.custom__btn-add {
    font-family: "DiscoverSans-Bold";
}

.owl-carousel .owl-item .whats__new__carousel__img {
    width: 230px !important;
}

.owl_img {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
}

.btn_ftr:hover {
    color: #fff;
}

.btn_ftr {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
    color: #fff;
}

.viewAll:hover {
    color: #23233f;
}

.viewAll {
    font-size: 20px;
    color: #23233f;
    font-family: "DiscoverSans-Medium";
    font-weight: 500;
}

.fa.viewAll_i {
    font-size: 12px !important;
    color: #23233f;
    transform: translateY(-2px) !important;
}

.owl_card .owl_cntnt p {
    color: #23233f;
    font-weight: 500;
    font-family: "DiscoverSans-Medium";
    font-size: 18px;
}


/* =======SHOPPING CART===== */

.shopping_cart .shopping_cart_title {
    color: #23233f;
    font-family: "DiscoverSans-Bold";
    font-weight: bold;
    font-size: 20px;
}

.clrAll {
    color: #23233f;
    font-size: 14px;
    font-family: "DiscoverSans-Medium";
    text-decoration: underline;
}

.row_bx {
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.cart_item ul li>span {
    color: #23233f;
    font-size: 12px;
    line-height: 1.3;
    font-family: "DiscoverSans-Book";
    /* text-transform: uppercase; */
}

.cart_bx .cart_title {
    color: #23233f;
    font-size: 15px;
    font-family: "DiscoverSans-Semibold";
    font-weight: 600;
}

.order-history-sec .cart_item ul li>span {
    font-size: 16px;
    font-family: "DiscoverSans-Semibold";
}

.cart_bx div>.imgDiv {
    margin-right: 20px;
}

.cart_bx div>.orderImgDv {
    padding: 20px;
}

.cart_bx div>.imgDiv img {
    width: 90px !important;
    height: 90px;
    object-fit: contain;
}

.cart_bx div>.imgDiv .product__no__image {
    width: 125px !important;
    height: 125px !important;
}

.items-span .items_no {
    color: #23233f;
    font-weight: bold;
    font-family: "DiscoverSans-Bold";
    font-size: 16px;
}

.pls_minus {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ec6b29;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.pls_minus i {
    margin-top: auto !important;
    margin-bottom: auto !important;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.rmv_span span {
    color: #23233f;
    font-weight: 500;
    font-size: 15px;
    font-family: "DiscoverSans-Medium";
}


/* =======PRRODUCTS LIST====== */

.sortBy {
    color: #23233f;
    font-weight: bold;
    font-family: "DiscoverSans-Bold";
    font-size: 14px;
}

.select_control {
    height: calc(1.5em + .1rem + 2px);
    display: block;
    width: 100%;
    padding: .1rem .75rem .3rem;
    font-size: 14px;
    font-weight: 400;
    color: #23233f;
    font-family: "DiscoverSans-Medium";
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(29, 25, 25, 0.16);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.customer_card:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 12%);
}

.position-rel {
    position: relative;
}


/* .hover_card{
    height: 230px;
} */


/* .hover__product-details{
    position:relative;
}
.prideDecal_detail-absolute{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
} */

.w-160 {
    position: absolute;
    bottom: 3%;
}

.detail__first-li {
    height: 70px;
}


/* .position-rel:hover .hover_card{
    display: block !important;
} */

.customer_card {
    height: 430px;
    /* width: 230px !important;  */
    /* -webkit-transition: .6s linear;
    -o-transition: .6s linear;
    transition: .6s linear;  */
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98);
}

.related__product_card {
    height: 340px !important;
}

.customer_card .ftr_cardImg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.customer_card .ftr_cardImg img {
    width: 230px !important;
    object-fit: contain;
}

.item_detail_img,
.product__main__img img {
    object-fit: contain;
    cursor: zoom-in;
}

.img_on-hover {
    width: 200px;
    object-fit: contain;
}


/* .hover__img-div{
    position: relative;
} */

.customer_card .card-body p {
    font-size: 16px !important;
}

.btn_add {
    font-size: 11px;
    padding: 5px 10px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
}


/* ======HELP===== */

.contactInfo:hover {
    color: #23233f;
    text-decoration: none;
}

.contactInfo {
    color: #ec6b29;
    font-family: "DiscoverSans-Bold";
}


/* ======PRIDE DECAL====== */

.product__other__image {
    margin-right: 60px;
}

.product__other__image__bx {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    width: 70px;
    height: 70px !important;
    cursor: pointer;
    padding: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pride_decal_card {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    height: 340px;
    position: relative;
    width: 330px;
}

.slider-container {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    height: 50vh;
    max-width: 80rem;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    transition: all 0.25s ease-in-out;
    text-align: center;
}

.slide img {
    width: 100%;
    height: 100%;
}

.slide-img {
    height: 100%;
    object-fit: cover;
}

.person-img {
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}


/* .btn-container {
    position: absolute;
  } */

.btn-container .prev_Btn {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0 !important;
}

.btn-container .next_Btn {
    transform: translateY(-50%);
    top: 50%;
    right: 0 !important;
    position: absolute;
}

.prev_Btn,
.next_Btn {
    background: transparent;
    border-color: transparent;
    font-size: 1.75rem;
    cursor: pointer;
    margin: 0 0.25rem;
    text-transform: capitalize;
    letter-spacing: 2px;
    outline: none !important;
}

.prev_Btn i,
.next_Btn i {
    font-size: 16px;
    color: #23233f;
}

.cart_title-prideDecal {
    font-size: 32px;
    color: #23233f;
    font-weight: 600;
    font-family: "DiscoverSans-Semibold";
}

.cart_item-prideDecal ul li>span {
    font-size: 16px;
    font-family: "DiscoverSans-Medium";
    line-height: 1.9;
}


/* ========ADD TO CART======= */

.progressbar_cont {
    width: 100%;
}

.progressbar li {
    list-style-type: none;
    width: 33.33%;
    float: left;
    position: relative;
    font-size: 18px;
    font-family: "DiscoverSans-Bold";
    color: #23233f;
    font-weight: bold;
}


/* customer */

.pgb_status li {
    text-align: center !important;
}

.progressbar li::before {
    left: 40px;
    bottom: -30px;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 5px solid #ec6b29;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    line-height: 30px;
    background-color: #fff;
}

.progressbar .pgb_status-li::before,
.progressbar__status .progressbar__status-li::before {
    left: 50%;
    transform: translateX(-50%);
}

.progressbar li::after {
    left: 40px;
    bottom: -13px;
    position: absolute;
    display: block;
    text-align: center;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #ec6b29;
    z-index: -1;
}

.enterDetailsProgress .progressbar li::after {
    left: 40px;
    bottom: -13px;
    position: absolute;
    display: block;
    text-align: center;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #d3d3d7;
    z-index: -1;
}

.enterDetailsProgress .progressbar li.active.text-center.progressbar__status-li::after {
    background-color: #ec6b29 !important;
}

.enterDetailsProgress .progressbar li.pgb_status-li.status_confim_li::after {
    background-color: #ec6b29 !important;
}

.enterDetailsProgress .progressbar li:nth-child(2)::before {
    border: 5px solid #d3d3d7;
    background-color: #d3d3d7;
}

.progressbar .pgb_status-li::after,
.progressbar__status .progressbar__status-li::after {
    left: 50% !important;
}

.progressbar li:nth-child(2)::after {
    background-color: #d3d3d7;
}

.progressbar li:last-child::before {
    border: none;
    background-color: #d3d3d7;
}

.progressbar .status_confim_li:nth-child(2)::after {
    background-color: #ec6b29;
}

.progressbar .status_confim_li:last-child::before {
    border: 5px solid #ec6b29;
    background-color: #fff;
}

.progressbar li:last-child::after {
    content: none;
}

.add_detail_title {
    font-size: 18px;
    font-weight: normal;
    font-family: "DiscoverSans-Bold";
    color: #23233f;
    letter-spacing: .5px;
}

.add_cart_label {
    font-size: 14px;
    color: #23233f;
    font-weight: 500;
    font-family: "DiscoverSans-Medium";
}

.custom_addForm_control {
    color: #23233f;
    opacity: 0.5;
    font-family: "DiscoverSans-Medium";
    font-size: 14px;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 6px;
    border: solid 1px rgba(35, 35, 63, 0.1);
}

.shipping_table tbody tr td {
    font-weight: 500;
    color: #23233f;
    font-family: "DiscoverSans-Medium";
}

.shipping_detail_thd tr th {
    font-weight: 600;
    color: #23233f;
    font-family: "DiscoverSans-Semibold";
}

.btn_shipping {
    width: auto !important;
    font-family: "DiscoverSans-Semibold";
}

.btn_shipping-custom {
    background-color: #313c97;
}

.shipping_para p {
    color: #2c2c3a;
    line-height: 1.2;
    font-family: "DiscoverSans-Medium";
    font-size: 14px;
    text-align: justify;
}


/* .status_detail{
      margin-top: 100px;
      margin-bottom: 50px;
  } */

.status_detail {
    margin-top: 50px;
}

.status_detail h6 {
    color: #23233f;
    font-family: "DiscoverSans-Bold";
    font-size: 25px;
}

.status_detail.confirmDetail h6 {
    font-size: 18px;
}

.status_detail div img {
    margin-top: -18px;
    margin-left: 3px;
}

.status_detail .order_num {
    color: #23233f;
    font-weight: 500;
    font-family: "DiscoverSans-Semibold";
    font-size: 25px;
}

.status_detail .orderNum {
    font-family: "DiscoverSans-Bold" !important;
}


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


/* .shipping_detail_thd tr th:nth-child(3){
     
  } */


/* ========USER setting====== */

.usr_prfle h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: "DiscoverSans-Bold";
    color: #23233f;
}

.usr_prfle .usr_ul .usr_ul_li.active a {
    color: #23233f;
}

.usr_prfle .usr_ul .usr_ul_li.active img {
    filter: invert(2);
}

.usr_prfle .usr_ul .usr_ul_li img {
    margin-top: -3px;
}

.profile_img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.usr_prfle .usr_ul .usr_ul_li.active::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 4px;
    border-radius: 10px;
    background-color: #ec6b29;
    ;
    right: -2px;
    top: 0;
}

.usr_prfle .usr_ul .usr_ul_li {
    width: 100%;
    margin: 1.5rem 0;
    color: #91919f;
    font-family: "DiscoverSans-Medium";
    position: relative;
}

.usr_prfle .usr_ul .usr_ul_li a {
    color: #23233f;
    text-decoration: none;
    font-weight: 500;
    /* font-family: "DiscoverSans-Bold"; */
    /* padding: 0 12px 0 0; */
}

.usr_prfle .usr_ul .usr_ul_li.active a {
    font-family: "DiscoverSans-Bold";
}

.usr_prfle .usr_ul .usr_ul_li a.active {
    color: #23233f;
    border-right: 4px solid #ec6b29;
}

.register .upload-profile-image {
    position: relative;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    transition: filter .8s ease;
}

.question_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: solid 1px #23233f;
    color: #23233f;
}

.modal_close_btn,
.close {
    margin: inherit !important;
    padding: 10px !important;
    opacity: 1;
    color: #ffffff !important;
}

.modal-footer {
    border-top: none;
}

.upload-profile {
    position: absolute;
    top: 40%;
    z-index: 10;
    width: 100%;
    height: 50%;
    margin-top: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-profile-inside {
    position: relative;
}

.upload-profile-inside .profile_img_edit {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.pencil_div {
    position: absolute;
    bottom: 22px;
    right: 11px;
}

.upload-profile-inside .prfle_form-text {
    color: #23233f;
    font-weight: 600;
    font-family: "DiscoverSans-Semibold";
    font-size: 14px;
}

.upload-profile::-webkit-file-upload-button,
#upLoad::-webkit-file-upload-button {
    visibility: hidden;
}

.upload-profile::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
}

.upload-profile-image:hover .camera-icon {
    filter: invert(100%) !important;
}

.upload-profile-image .camera-icon {
    position: absolute;
    top: 70px;
    width: 60px !important;
    filter: invert(30%) !important;
}

.upload-profile-image .rounded-circle {
    width: 200px;
    height: 200px;
}

.pencil_span {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #ec6b29;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#upLoad {
    width: 88px !important;
    height: 25px;
    z-index: 10;
    background-color: #bdbdc5;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

#upLoad::before {
    -moz-content: 'upload' !important;
    content: 'upload' !important;
    display: inline-block;
    width: 88px;
    height: 25px;
    cursor: pointer;
    text-align: center !important;
    transform: translateY(-14%);
    font-family: "DiscoverSans-Medium";
    color: #23233f;
    font-size: 14px;
}

.prfl_input .prfl_input_control {
    width: 280px;
    height: calc(1em + .75rem + 2px);
    border-radius: 6px;
    border: solid 1px rgba(35, 35, 63, 0.1);
}

.prfl_input .prfl_input_control::placeholder {
    font-size: 15px;
    color: #23233f;
    font-family: "DiscoverSans-Book";
    opacity: 0.4;
}

.prfle_input_heading {
    color: #23233f;
    font-weight: bold;
    font-family: "DiscoverSans-Bold";
}

.prfle_input_heading span small {
    color: #ec6b29;
    font-family: "DiscoverSans-Book";
}

.formC::placeholder {
    opacity: 0.5;
    font-family: "DiscoverSans-Book";
}

.prfl_label {
    /* color: #ec6b29; */
    color: #212529;
    font-weight: 500;
    font-family: "DiscoverSans-Medium";
    font-size: 14px;
}

.news_letter_label {
    color: #23233f;
    font-weight: 500;
    font-family: "DiscoverSans-Semibold";
}

.news_letter_label b {
    font-family: "DiscoverSans-Bold";
    font-weight: bold;
}

.usr_ul li {
    display: flex;
    align-items: center;
}

.usr_ul .usr_ul_li i {
    font-size: 16px;
    margin-right: 5px;
    display: block;
}


/* =========EDIT USER==== */

.edit_input_label {
    font-size: 14px;
    color: #23233f;
    font-weight: 600;
    font-family: "DiscoverSans-Semibold";
}

.edit_usr_input {
    height: calc(1.2em + .75rem + 2px);
    border-radius: 6px;
    border: solid 1px rgba(35, 35, 63, 0.1);
}

.edit_usr_input::placeholder {
    font-size: 14px;
    color: #23233f;
    opacity: 0.4;
}


/* ---------ORDER HISTORY-------- */

.order_detail {
    border-radius: 4px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
}

.order_detail>div {
    width: 100%;
}

.order_detail .order_detl_hdng {
    color: #23233f;
    font-weight: 600;
    font-family: "DiscoverSans-Semibold";
    text-transform: uppercase;
}

.order_detail .shippedTo::after {
    content: none;
}

.order_detail .shippedTo {
    padding: 0;
}

/* .order_detail .orderDrop .btn:focus {
    outline: none;
    border: none;
} */

.order_detail .orderDrop .btn {
    color: #23233f !important;
    font-family: "DiscoverSans-Semibold";
    font-weight: 600;
    outline: none;
}

.order_detail .orderDrop .btn .fa {
    color: #23233f;
    opacity: 0.87;
}

.order_detail .orderSts {
    color: #ec6b29 !important;
    font-weight: 600;
    font-family: "DiscoverSans-Semibold";
}

.order-warning {
    font-size: 16pt !important;
}

.label__address {
    font-size: 14px;
    color: #23233f;
    font-weight: 500;
    font-family: "DiscoverSans-Medium";
}

.orderItems_bx {
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}

.badge-primary,
.badge-warning,
.badge-danger {
    position: absolute;
    top: -25px;
    right: 12px;
    border-radius: 4px;
    background-color: #189a9a;
    padding: 10px 22px 10px 18px;
    font-size: 16px;
    font-family: "DiscoverSans-Bold";
    font-weight: bold;
    width: 120px;
}

.badge-warning {
    background-color: #ec6b29 !important;
    color: #fff;
}

.badge-danger {
    background-color: #b11414;
    color: #fff;
}

.order_status-div span a {
    color: #ec6b29;
    font-weight: 500;
    font-family: "DiscoverSans-Medium";
    text-decoration: none;
}

.order_status-div .btn_order_status {
    border-radius: 42px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
    background-color: #313c97;
    padding: 4px 14px !important;
    color: #fff;
    font-weight: bold;
    font-size: 14pt;
    font-family: "DiscoverSans-Bold";
    text-transform: uppercase;
}

.btn_order_status:hover {
    color: #fff;
}

.btn_order-cancel {
    /* background-color: rgba(177, 20, 20, 0.5) !important; */
    background-color: #ec6b29 !important;
}

.position-rel:hover .carthover {
    display: block !important;
}

.shippedTo.dropdown-toggle:focus {
    /* outline: none; */
    box-shadow: none;
    border: 1px solid transparent;
}


/* =======FREE SIGNAGE AND LOGOS======== */

/* .free__signage__logos {
    border-top: .005px solid #ebebeb;
} */

.freesignage__logo__img {
    margin-top: 1rem;
}

.signage__sub-title {
    color: #23233f;
    font-weight: 600;
    font-family: "DiscoverSans-Bold";
    font-size: 20px;
}

.signage__title {
    color: #23233f;
    font-weight: 600;
    font-size: 26px !important;
    font-family: "DiscoverSans-Bold";
    margin-bottom: 5px;
}

.signage__desc-t {
    color: #23233f;
    font-weight: 600;
    font-family: "DiscoverSans-Semibold";
}


/* ---TERMS OF USAGE-- */

.terms__use>p {
    text-align: justify !important;
}

.notification_update_modal {
    z-index: 9999 !important;
}

.notification_update_modal_dialog {
    top: 18% !important;
}

.notification_update_modal_content {
    padding: 60px 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.notification_update_modal_content>p {
    font-family: "DiscoverSans-Medium";
    line-height: 1.2 !important;
}

.modal_intersec {
    width: 180px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
}

.close_modal_div-edit {
    top: -33px !important;
}

.close_modal_div-popup {
    background-color: #fff !important;
    border: #fff !important;
}

.close_modal_div-popup img {
    filter: contrast(200);
}

.item_qty_box {
    padding: 0px 1px !important;
    line-height: 0px !important;
}


/* ---faq---- */

.faq_title {
    padding-right: 18px;
}


/* banner */

section.banner_home.d-flex.justify-content-center.align-items-center {
    height: 60vh;
    width: calc(96% - -13px);
    padding-left: 40px;
}

section.cvd.position-relative.d-flex.align-items-center {
    height: 60vh;
}

.home_title.home_title-edit.homeTitle.ie_margin>p:nth-of-type(2) {
    font-size: 18px;
    font-family: DiscoverSans-Bold;
    /* line-height: 1.3 !important; */
}

section.cvd>.container>.row>.text-left>p {
    font-family: DiscoverSans-Bold;
}

section.cvd>.container>.row>.text-left>p span strong {
    font-size: 36px !important;
    font-weight: 600 !important;
    font-family: "DiscoverSans-Bold";
}

section.cvd p strong span {
    color: #fff !important;
}

.banner_home .home_title.home_title-edit.homeTitle.ie_margin {
    padding-right: 20px;
}


/* ---------mini cart view------ */

.cart_mini_show .minHeight {
    min-height: 400px;
    height: 250px;
    overflow-y: auto;
    scroll-behavior: smooth;
    z-index: 99;
    margin: 0 auto;
    /* change here */
}

.minHeight::-webkit-scrollbar-track {
    box-shadow: lightgrey;
}


/* .update_quick_error{
    font-size: 13px;
    height: 50px;
    overflow-y: ;
} */


/* Handle */

.minHeight::-webkit-scrollbar-thumb {
    background: #313c97 !important;
    border-radius: 8px;
}

.cart_mini_show.show {
    position: relative;
}

.cart_mini_show.show::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-color: #fff;
    right: 0;
    top: -10px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.up__arrow-icon {
    position: fixed;
    top: -10px !important;
    right: 0;
    font-size: 40px;
}

.mini__cart-ul li {
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding-top: 10px;
    padding-bottom: 10px;
}

.mini__cart_item-details>div {
    width: 100%;
}

.mini__cart-img img {
    object-fit: contain;
}

.cart__mini-content p {
    font-size: 14px;
    font-weight: 600;
    color: #23233f;
    font-family: 'DiscoverSans-Semibold';
}

.items-span-minicart {
    font-family: 'DiscoverSans-Book';
    color: #23233f;
    font-weight: normal;
}

.useraddress {
    padding-left: 11px !important;
}

.useraddress:before {
    content: ":";
    position: absolute;
    left: -10px;
}

.useraddress.pl-0 {
    padding-left: 3px !important;
}

.emailaddress {
    /* overflow: hidden;
    overflow-x: auto; */
    word-break: break-all;

}


/* order confirm */

.itemconfirm .card {
    background-color: #f7f7f9;
    padding: 0.6rem;
    margin-bottom: 7px;
}

.itemconfirm .card img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.item-card .cart_title {
    color: #23233f;
    font-size: 15px;
    font-family: "DiscoverSans-Semibold";
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}

.item-card table td {
    color: #23233f;
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
    font-family: "DiscoverSans-Book";
}

.item-card table td:nth-child(even) {
    padding-left: 12px;
}

.card.deliveryAddress {
    text-align: left;
    padding: 1.5rem 1.5rem 3rem;
}

.deliveryAddress .card_title {
    color: #ec6b29;
    margin-bottom: 1rem;
    text-align: left !important;
}

.deliveryAddress li {
    font-size: 16px;
    font-family: "DiscoverSans-Medium";
}


/* form  color change */

#submit_admin_order .form-control {
    opacity: 1;
}

#submit_admin_order ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1;
}

#submit_admin_order :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
    opacity: 1 !important;
}

#submit_admin_order ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000 !important;
    opacity: 1 !important;
}

#submit_order .form-control {
    opacity: 1;
}

#submit_order ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1;
}

#submit_order :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
    opacity: 1 !important;
}

#submit_order ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000 !important;
    opacity: 1 !important;
}

section.banner_home.bannerSecBeforeCms {
    width: 100% !important;
}

section.banner_home.bannerSecBeforeCms .container {
    margin-left: 5px !important;
}

section.dcv_login_home.afterLoginPreview.width_ie-100.d-flex.align-items-center {
    background-position: top !important;
    height: 350px !important;
}

section.dcv_login_home.afterLoginPreview.width_ie-100.d-flex.align-items-center .div_relative_home {
    bottom: 9%;
}


/* hover Card */


/* .hover__product-details.w-110 {
    margin-top: 1rem;
} */

.cart_title-prideDecal {
    margin-top: 0.8rem;
}

.buynowbtn {
    position: unset !important;
    margin-bottom: 0.6rem;
}

.ftr_cardImg.productImg {
    position: relative;
}

.quick_view {
    display: none;
}

.quick_view {
    position: absolute;
    background-color: #00000070;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

button.quickView {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.card.ftr_card:hover .quick_view {
    display: block;
}

.quick-view-modal img {
    width: 100%;
    height: auto;
    max-width: 1100px;
    max-height: 1100px;
    object-fit: contain;
}

.quick-view-modal img.cross-icon {
    width: 12px;
    height: auto;
    filter: contrast(200);
}

#snackbar_error {
    min-width: 280px !important;
    margin-left: -140px !important;
}

section.banner_home.bannerSecBeforeCms .home_title {
    color: #fff !important;
}

section.cvd.position-relative.bannerSecBeforeCmsTwo p {
    color: #fff;
}

span.update_quick_error.errorcontent {
    position: absolute;
    bottom: 33px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    height: 48px;
    margin-top: 0px !important;
}

.close.quickviewClose {
    position: absolute;
    color: #000 !important;
    top: -20px;
    right: -20px;
}

.close.quickviewClose {
    outline: none !important;
}

.quickviewClose i.far.fa-times-circle {
    background: #fff;
    border-radius: 15px;
}

.add_detail_title.mbottom {
    margin-bottom: 2.39rem !important;
    margin-top: 1.9rem;
}

.add_detail_title.user-mbottom {
    margin-bottom: 2.9rem !important;
}

div#modal_register {
    overflow-y: auto;
}

img.logo_brand {
    max-height: 58px !important;
}


/* item_defaultQuantity */

.item_defaultQuantity .deliveryAddress {
    margin-bottom: 90px;
    border: 1px solid rgb(234 234 236);
}

.item_defaultQuantity .deliveryAddress li {
    font-size: 12px;
}

.item_defaultQuantity .itemconfirm .card {
    border-radius: 2px;
}

.item_defaultQuantity .card.deliveryAddress .deliveryAddressWrap {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    padding: 1.5rem 1rem 0.5rem 2rem;
    margin-bottom: 30px;
}

.item_defaultQuantity .deliveryAddressWrap::-webkit-scrollbar {
    width: 5px;
}

.deliveryAddressWrap h4.card_title {
    position: relative;
    left: -12px;
}

.item_defaultQuantity button.btn.btn_primary.viewMoreBtn.my-4 {
    width: 200px;
    position: absolute;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* Track */

.deliveryAddressWrap::-webkit-scrollbar-track {
    background: #dedee3;
}


/* Handle */

.deliveryAddressWrap::-webkit-scrollbar-thumb {
    background: #ec6b29;
}

.item_defaultQuantity ul.user_addess_review li {
    margin-bottom: 7px;
    border: 1px solid #bebec0;
    border-radius: 8px;
    position: relative;
}

.item_defaultQuantity ul.user_addess_review li .caddress {
    padding: 0.5rem;
    color: #8e8d92;
}

.item_defaultQuantity ul.user_addess_review span.counter {
    position: absolute;
    left: -18px;
    top: 40%;
    font-weight: 700;
    color: #000000;
}


/* style="border:2px solid rgba(0,0,0,.125); border-radius: 6px" */


/*digital signage logo height*/

.tab-content img {
    max-height: 84px;
}

.tab-pane img {
    max-height: 200px;
    min-width: 200px;
}


/* quick view modal bg color */

.all_product_list .fade {
    animation-duration: 0.5s;
}

.modal-backdrop {
    background-color: #585757a6;
}

.modal {
    background-color: #585757a6 !important;
}

.modal-backdrop {
    background: none;
}

span.addratio:before {
    content: ":";
    position: relative;
    left: -10px;
}

.all_address_list .col-md-5.col-6.pr-0 {
    padding-right: 10px !important;
}

.text-right.text-sm-center {
    text-align: center !important;
    margin-bottom: 8px;
}

input.form-control.search__form {
    height: calc(1.5em + 0.75rem + 6px);
}

li.nav-item.main-nav-item.pb-0.navbar-items-mobile.mainnav_item .btn_primary.btn {
    margin-top: 3px !important;
}

.goog-te-gadget-simple {
    margin-top: -5px;
}

select.topHeaderList {
    background-image: none !important;

}

.select2-container .select2-dropdown {
    z-index: 8667 !important;
}

/* optimization */
.closeIcon {
    width: 12px;
    height: auto;
}

.w-h-13 {
    width: 13px;
    height: 13px;
}

.befor_login_banner {
    height: 500px;
}

.befor_img_login {
    height: 226px;
}

.beforlogin_discover_logo {
    width: 240px;
    height: auto;
}

.right_content.bg-white .right_content_logo {
    width: 140px;
    height: auto;
}

.before_login_footer_banner {
    height: 707px;
}

.beforfooter_login-register {
    height: 226px;
}

.beforefooter_brandelogo {
    width: 200px;
}

.right_content-brand-logo {
    width: 115px;
    height: auto;
}

.faqSec .faq_card_header {
    background-color: #fff !important;
    border-bottom: 0;
}

.faqSec .faq_title {
    color: #23233f;
    font-weight: 600;
    font-family: "DiscoverSans-Semibold";
}

.faqSec .accordion .card-link:after {
    content: "\f106";
    float: right;
    position: relative;
    top: -15px;
    right: 10px;
    color: #23233f;
    font-family: "FontAwesome"
}

.faqSec .accordion .card-link.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107";
    font-family: "FontAwesome"
}

.return-policy .accordion .card-link:after {
    content: "\2212";
    float: right;
    position: relative;
    top: -15px;
    right: 10px;
}

.return-policy .accordion .card-link.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\002B";
}

.return-policy ol, ul {
    list-style-type: decimal;
}

.return-policy .page-footer ol, ul {
    list-style: none;
}

.register__checkbox b {
    display: inline-block;
    line-height: 1.2;
    font-size: 11px;
    font-family: "DiscoverSans-Medium";
    position: relative;
    bottom: -6px;
}

#register span.checkmark.register__checkmark {
    top: 0px !important;
}

#check_login .check-rem-span {
    position: relative;
    /* bottom: 3px; */
}

.loginSec #check_login .checkmark {
    top: 4px;
}

.btn.focus, .btn:focus, .container-checkbox:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-color: #313c96;
}

/* otp */
button, input {
    overflow: visible;
}

input#partitioned:focus-visible {
    outline: none !important;
}

a#google_translate_element {
    margin-top: 4px;
}

.loginSec #check_login img {
    max-height: 84px !important;
    min-width: unset !important;
}

.tab-pane img.right_content-brand-logo {
    max-height: unset !important;
    min-width: unset !important;

}

.divOuter {
    width: 200px;
    overflow: hidden;
    /* margin-left: auto;
    margin-right: auto; */
    margin-top: 1rem !important;
}

.divInner {
    left: 0px;
    position: sticky;
}

#partitioned, #partitioned1 {
    padding-left: 15px;
    letter-spacing: 41px;
    border: 0;
    background-image: linear-gradient(to left, #ec6b29 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 2px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

#partitioned1:focus-visible {
    border: none;
    outline: none;
}

#partitioned:focus-visible {
    border: none;
    outline: none;
}

.bg-blue {
    background: #313c97;
    color: #fff;
    overflow: hidden;
}

.banner__customer {
    position: relative;
}

.circle__div:after {
    border-radius: 50% 0px 0px 50%;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #101c4e;
    top: 0;
    right: -100%;
}

.dcv_home {
    overflow: hidden;
}

.homeTitle.ie_margin p:nth-of-type(1) {
    font-family: DiscoverSans-Bold !important;
}

.bg-blue {
    background-color: #313c97;
    color: #fff;
}

.bg-blue .quick_links li a {
    color: #fff;
}

ul.usefulLink.flex.flex-wrap li {
    display: inline-block;
    width: 24%;
}

.usefulLink.flex.flex-wrap a {
    color: #fff;
    /* width: 24%; */
    display: inline-block;
    margin-bottom: 1.3rem;
    font-weight: 700;
    font-family: "DiscoverSans-Bold" !important;
}

.usefulLink.flex.flex-wrap a .w-h-13 {
    width: 11px;
    height: 11px;
    position: relative;
    top: -1px;
}

.usefulLink.flex.flex-wrap {
    padding-top: 2.3rem;
    padding-bottom: 2rem;
}

.bg-bluedark {
    background-color: #232342;
}

.footer-bottom {
    padding-top: 1.3rem;
    padding-bottom: 2rem;
}

.footerLogo {
    width: 200px;
}

.footer-bottom p {
    margin-bottom: 0.7rem;
    /* font-weight: 700; */
    color: #fff;
    font-family: "DiscoverSans-Medium";
}

.text-dark {
    color: #23233f !important;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: #23233f !important;
    font-weight: 500 !important;
    font-family: "DiscoverSans-Bold" !important;
    font-size: 16px !important;
}

.signs-of-success {
    color: #23233f !important;
}

.signs-of-success p {
    font-family: "DiscoverSans-Medium";
}

.signs-of-success p:nth-of-type(1) {
    font-family: "DiscoverSans-Bold";
}

.topHero {
    margin-top: 0.8rem !important;
}

p.popular__search__card_desc {
    font-family: "DiscoverSans-Semibold";
}

ul.quick_links_flex {
    padding-left: 3rem;
    padding-right: 3rem;
}

.usefulLink.flex.flex-wrap {
    padding-left: 3.7rem;
    padding-right: 0rem;
}

.bg-bluedark .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.topHero {
    color: #fff;
}

.topHero a {
    color: #fff !important;
}

.contact-dynamic-content br {
    display: none;
}

/* .circle__div{
    width: 92%;
}
.circle__div:after{
    right: -93%;
} */
.topHero br {
    display: none;
}

.free__signage_sec br, .disccover_product br {
    display: block;
}

.free__signage__logos__sec .nav.nav-pills li a {
    font-weight: 600;
}

.signs-of-success img {
    margin-bottom: 1rem;

}

.customer-home .contact-dynamic-content br {
    display: none;
}

.customer-home .contact-dynamic-content {
    line-height: 47px;
    font-family: "DiscoverSans-Bold";

}

.registerMark {
    font-size: 35px;
    position: relative;
    bottom: 3px;
    font-family: "DiscoverSans-Medium";
    font-weight: 400;
}

.topHeaderList {
    font-size: 14pt !important;
    font-weight: 800 !important;
    height: 30px !important;
}

/* .topHero .home_title{
    line-height: 50px;
} */
/* .topHero .home_title.freeSignageHeading{
    line-height: 50px;
} */
.contactHeading {
    margin-bottom: 0.7rem;
}

/* .beforeTopSec {
    line-height: 25px !important;
} */
.delivery-address {
    color: #23233f !important;
    font-family: "DiscoverSans-Bold";
}

.help-with-order, .order-history-add-cart {
    font-family: "DiscoverSans-Bold";
    font-size: 14pt;
    font-weight: 900;
}

.yesBtn, .noBtn {
    font-family: "DiscoverSans-Bold";
    font-size: 14pt;
    font-weight: 900;
}

.home_title span span {
    font-family: "DiscoverSans-Medium";
    font-weight: 400;
}

/* .banner__customer .customer-hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
} */
.banner__customer .customer-hero p {
    text-align: left !important;
}

h2.text-center.home_title.faqHeading {
    color: #212529 !important;
}

.section_spec {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-2rem {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pb-2rem {
    padding-bottom: 2rem;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.free__signage__logos__sec .nav-pills li a span {
    position: relative;
    top: -5px;
    left: 1px;
    font-size: 15px;
}

.topHero .homeTitle p {
    margin-bottom: 10px;
}

.topHero .h1, .topHero .h2, .topHero h1, .topHero h2 {
    line-height: 53px !important;
}

.honeBeforLoginHeroConents p {
    margin-bottom: 0px !important;
}

.honeBeforLoginHeroConents p:nth-of-type(1), .honeBeforLoginHeroConents p:nth-of-type(2) {
    line-height: 43px;
}

.honeAfterLoginHeroConents p {

    line-height: 48px;
}

.honeBeforLoginHeroConents p span>span {
    color: #fff !important;
    font-family: "DiscoverSans-Medium" !important;
}

.darkBlueText, span.order_detl_hdng.d-block a {
    color: #23233f !important;
}

button#_evidon-accept-button, button#_evidon-decline-button, span#_evidon-button-text {
    font-size: 14pt !important;
    font-weight: 800 !important;
}

div#_evidon-message a {
    color: #23233f !important;
    font-weight: 600 !important;
}

div#evidon-gdpr-footer {
    height: 70px !important;
}

div#evidon-gdpr-message a, div#evidon-vendor-display-message a {
    color: #23233f !important;
    font-weight: 600 !important;
}

img.discover_logo.beforlogin_discover_logo:hover, img.discover_logo.beforlogin_discover_logo:focus {
    outline: medium dotted black;
}

.dcv_home.dcv__faq .home_title {
    color: unset !important;
}

.checkboxOhverEffect:hover, .checkboxOhverEffect:focus {
    outline: medium dotted black;
}

span#google_translate_element {
    position: relative;
    top: 3.5px;
}

#google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-of-type(2) {
    display: none !important;
}

#google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed img:nth-of-type(2) {
    display: none !important;
}

/* =========media Query======= */

@media (min-width:768px) {

    /* =======MODAL REGISTER===== */
    .modal__register {
        max-width: 700px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .topHero .container {
        max-width: 90% !important;
        margin: auto;
    }

}

@media (min-width:992px) {

    /* =======MODAL REGISTER===== */
    .modal__register {
        max-width: 900px;
    }

    #modal_login .custom__modal-dialog {
        max-width: 900px;
    }
}

@media only screen and (max-width:1199px) {

    /* .logo_brand{
        margin-left:6rem;
    } */
    .navbar .navbar-nav .nav-item>.nav-link, .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
        font-size: 13px;
    }

    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
        font-size: 13px !important;
        position: relative;
        bottom: 5px;
    }

    .navbar .navbar-nav .nav-item {
        margin-right: 0;
    }

    .searchForm .custom_search-div {
        width: 500px;
    }

    .custom__input-group {
        width: 270px !important;
    }

    /* =======POST LOG IN === */
    .emv_migration .emv_card,
    .ftr_card {
        width: 100%;
    }

    .customer_card {
        width: 100% !important;
    }

    .dcv_help {
        background-position: 20% 100% !important;
    }

    .cvd .cvdimg_one,
    .cvd .cvdimg_two {
        width: 230px;
    }

    .usr_prfle .usr_ul .usr_ul_li a {
        font-size: 15px;
    }

    /* -----FOOTER----- */
    .quick_links li a {
        font-size: 14px;
    }

    .social_icon_ul {
        justify-content: center !important;
        /* padding-top: 0 !important; */
    }

    /* .freesignage__logo__img {
        width: 250px;
    } */
    section.banner_home.d-flex.justify-content-center.align-items-center {
        height: 60vh;
        width: calc(99% - -11px);
        padding-left: 0px;
    }

}



@media only screen and (min-device-width:1889px)and (max-device-width: 1919px) {
    .container {
        max-width: 1228px;
    }
}

@media only screen and (min-width:1920px) {

    /* #wrap {
        min-height: 87% !important;
    } */
    .dcv_login_home {
        height: 35vh !important;
    }

    /* circle text */
    .div_relative_home {
        left: 19%;
        transform: translateX(0%);
    }

    .div_relative_home {
        /* width: 336px; */
        font-size: 14px;
        bottom: 1%;
    }

    /* .circle__div-title{
        width: 443px;
    } */
    /* .circle__div-heading p:nth-of-type(1) span{
        font-size: 77px !important;
    } */
    /* circle-text  */
    /* .circle__div-heading p:nth-of-type(3) span{
        font-size: 22px!important;
    } */
    /* end */
    /* .banner_home,
    .cvd {
        height: 624px !important;
    } */
    /* update */
    .px-lg-0 nav.navbar.navbar-expand-lg.second-navbar .container {
        max-width: 1573px;
    }

    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: calc(95% - 10px);
    }

    section.banner_home.d-flex.justify-content-center.align-items-center {
        padding-left: 32px;
    }

    .banner_home .container {
        max-width: 1573px;
    }

    .cvd .container {
        max-width: 1573px;
    }

    /* .banner_home,
    .cvd {
        height: 500px !important;
    } */
    .cvd~.page-footer.footer .links_box .container {
        max-width: 1573px;
    }

    /* banner befor login */
    /* .dcv_home.banner__customer{
        height: 676px !important;
      } */
    /* .circle__div.d-flex.justify-content-center.align-items-center {
        width: 678px !important;
        height: 678px !important;
    } */
    /* .banner__customer::before {
        width: 344px;
    } */
    .container {
        max-width: 1573px;
    }

    /* section.dcv_home.free__signage_sec {
        height: 59vh;
    } */
    section.dcv_home.dcv__faq {
        height: 50vh;
    }

    .hover_card {
        left: -16% !important;
    }

    /* searchbat */
    .searchForm .custom_search-div {
        max-width: 980px;
        margin-left: -10px;
        width: 960px;
    }

    ul.search_ul.d-flex.align-items-md-center {
        position: relative;
        left: -16%;
    }

    .searchForm .custom_search-div {
        max-width: 1076px;
        margin-left: -10px;
        width: 1057px;
    }

    /* end */
    #preview_letter_modal1 .modal-dialog,
    #preview_letter_modal .modal-dialog {
        max-width: 94%;
        margin-left: 4rem;
    }

    #preview_letter_modal1 .modal-dialog .modal-content,
    #preview_letter_modal .modal-dialog .modal-content {
        height: 90vh;
    }

    .bg-bluedark .container {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media only screen and (min-width:2000px) {
    /* .container{
        max-width: 1840px;
    } */
    /* .disccover_product{
        background-position: 6% 80% !important;  
        height: 30vh !important;
    } */
}



@media only screen and (min-width:1200px) {
    .col_lg_2 {
        -ms-flex: 0 0 17% !important;
        flex: 0 0 17% !important;
        max-width: 17% !important;
    }

    .links_box,
    .links_box .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .popular__search__card {
        width: 320px;
    }

    .quick_links_block {
        display: flex;
    }

    .quick_links_block li {
        border-right: none !important;
    }

    .notification_update_modal_content {
        max-width: 700px;
    }
}

@media only screen and (min-width:1440px) {

    /* .dcv_home {
        height: 450px !important;
      } */
    /* section.dcv_home.free__signage_sec.d-flex.align-items-center{
        height: 65vh;
      } */
    .dcv_help {
        height: auto !important;
    }
}

@media only screen and (max-width:1024px) {

    /* .freesignage__logo__img {
        width: 240px;
    } */
    .free__signage__banner__logo {
        width: 150px !important;
    }

    .free__signage_sec {
        height: 300px !important;
    }

    .signage__title {
        font-size: 24px;
    }

    .customer_home {
        height: 300px !important;
    }

    .dcv_help {
        background-position: 10% 100% !important;
        height: auto !important;
        /* padding-top: 3rem !important;
        padding-bottom: 3rem !important; */
    }

    .cvd {
        height: auto !important;
    }

    .profile_menu_box {
        left: -90px;
    }

    .triangle__mobile-edit {
        left: 115px;
    }

    .md-d-block {
        display: block !important;
    }
}

@media only screen and (max-width:991px) {
    .navbar {
        padding-left: 16px;
        padding-right: 16px;
    }

    .discover_logo {
        max-width: 100px;
    }

    .searchForm .custom_search-div {
        width: 345px;
    }

    .search_ul .search_ul_list {
        margin: 0 .5rem;
    }

    /* .logo_brand {
        width: 250px;
    } */
    .cvd .cvdimg_one,
    .cvd .cvdimg_two {
        width: 250px;
    }

    .quick_links li {
        margin: .5rem 1rem 0 0;
    }

    .quick_links li a {
        font-size: 14px;
        /* padding:0 5px 0 !important; */
    }

    /* .quick_links li{
        margin-right: 10px;
    } */
    .quick_links_flex li {
        margin: 0.5rem 0;
    }

    .quick_links li .quick_links_a {
        padding: 0 5px 0 0 !important;
    }

    .social_icon_ul li a img {
        width: 30px;
        height: auto;
    }

    .social_icon_ul li a {
        padding: 20px 5px;
    }

    .service .container .service_card {
        width: 100% !important;
    }

    /* =======POST LOG IN === */
    .emv_migration .emv_card,
    .ftr_card {
        width: 100%;
    }

    .customer_card {
        width: 100% !important;
    }

    /* ---------DECAL------- */
    .pride_decal_card {
        width: 100%;
    }

    /* ------FOOTER----- */
    .social_icon_ul {
        justify-content: center !important;
        /* padding-top: 0 !important; */
    }

    .quick_links {
        justify-content: center !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* .home_title{
         font-size: 35px;
     } */
    .dcv_help {
        background-position: 10% 100% !important;
    }

    .free__signage_sec {
        height: 250px !important;
    }

    .free__signage__banner__logo {
        width: 120px !important;
    }

    .customer_home {
        height: 250px !important;
    }

    .srch_container_fluid .col__padding {
        padding-left: 0px;

    }
}

@media only screen and (max-width:1440px) {

    /* .dcv_home {
                 height: 400px !important;
             } */
    .hover_card {
        width: 500px !important;
    }
}

@media only screen and (min-width: 1900px) {
    .topHero .col-xl-7 {
        -ms-flex: 0 0 56.333333% !important;
        flex: 0 0 56.333333% !important;
        max-width: 56.333333% !important;
    }

    .topHero .col-xl-5 {
        -ms-flex: 0 0 35.666667% !important;
        flex: 0 0 35.666667% !important;
        max-width: 35.666667% !important;
    }
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1399.99px) {
    .topHero .col-xl-7 {
        -ms-flex: 0 0 56.333333% !important;
        flex: 0 0 56.333333% !important;
        max-width: 56.333333% !important;
    }

    .topHero .col-xl-5 {
        -ms-flex: 0 0 35.666667% !important;
        flex: 0 0 35.666667% !important;
        max-width: 35.666667% !important;
    }
}

@media only screen and (max-width:1399.99px) {
    .hover_card {
        width: 450px !important;
    }

    .customer_card .ftr_cardImg img {
        width: 80% !important;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1069px) {
    .order-warning {
        font-size: 14pt !important;
    }

}

@media only screen and (max-width:1299px) {

    /* .flex_show{
             flex-direction: column;
          } */
    .hover_card {
        width: 420px !important;
        left: -24% !important;
        height: 200px;
    }

    .img_on-hover {
        width: 150px !important;
        height: 150px !important;
        margin-top: 15px;
    }

    .dropdown-menu.profile_menu_box.py-0.mt-0.border-0 {
        left: -42px !important;
    }

    .triangle__mobile-edit {
        left: 60px;
    }

    .w-80 {
        width: 80% !important;
    }

    .w-110 {
        width: 110% !important;
    }

    /* .circle__div {
        width: 350px;
        height: 350px;
    } */
    .banner_home:after, .dcv_home:after, .banner__customer:after {
        width: 180px;
    }

    .ml--25 {
        margin-left: 0px;
    }

    .usefulLink.flex.flex-wrap {
        padding-right: 1rem;
    }
}

@media only screen and (max-width:1200px) {
    .usefulLink.flex.flex-wrap {
        padding-left: 2rem;
        font-size: 14px;
    }

    ul.quick_links_flex {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .before-login-top-sec .md-d-block {
        display: block !important;
    }

    .order-history-sec .container {
        max-width: 980%;
    }

    /* .col_lg_2{
        display: block;
        max-width: 100% !important;
        flex: max-content !important;
    } */
}

@media only screen and (max-width:1199px) {
    .catalog_ul .catalog_list a {
        font-size: 14px;
    }

    .catalog_ul .catalog_list .catalog_list_a {
        margin-right: 20px !important;
    }

    /* .home_title{
          font-size: 35px;
      } */
    .cvd .cvdimg_two {
        bottom: -11%;
    }

    .div_relative_home {
        left: 35%;
        bottom: 0 !important;
    }

    .hover_card {
        width: 400px !important;
        left: -35% !important;
    }

    .dropdown-menu.profile_menu_box.py-0.mt-0.border-0 {
        left: -102px !important;
    }

    .triangle__mobile-edit {
        left: 106px;
    }

    .colorContras {
        font-size: 14px !important;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    .honeBeforLoginHeroConents {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media only screen and (min-device-width: 1024.50px) and (max-device-width: 1030px) {
    .usefulLink.flex.flex-wrap {
        font-size: 13px;
    }
}

@media only screen and (max-width:1100px) {
    .getStartedBtn {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width:1024px) {
    .dcv_home {
        height: auto !important;
        /* padding-top: 10px; */
        /* padding-bottom: 10px; */
    }

    .banner__customer {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* .div_relative_home {
              left: 56%;
              top: 2%;
              bottom: 0;
          }  */
    /* .circle__div {
        width: 360px;
        height: 360px;
    } */
    .div_relative_home {
        left: 3% !important;
        bottom: -13% !important;
    }

    .banner__customer::before {
        width: 200px;
    }

    .position-rel:hover .hover_card {
        display: none !important;
    }

    .banner_home:after, .dcv_home:after, .banner__customer:after {
        width: 150px;
    }

    .banner_home.before-login-top-sec:after {
        width: 131px;
    }

    /* .usefulLink.flex.flex-wrap a{
        width: 31%;
    } */
    ul.usefulLink.flex.flex-wrap li {
        width: 31%;
    }

    .circle__div-title {
        padding: 11px !important;
    }

    .circle__div {
        padding: 3px;
    }
}

@media only screen and (max-width:1023.98px) {

    .circle__div-heading>p:nth-child(1)>span {
        font-size: 30px !important;
    }

    .circle__div-heading>p:nth-child(2)>span {
        font-size: 14px !important;
    }

    .circle__div-heading>br {
        display: none !important;
    }

    .banner__customer::before {
        width: 150px;
    }
}

@media only screen and (max-width:999px) {

    /* .home_title {
                font-size: 25px;
            } */
    .footerLogo {
        width: 103px;
    }
}

@media only screen and (max-width:992px) {
    .searchForm {
        margin-left: -15px;
    }

    .catalog_ul .catalog_list a {
        font-size: 12px;
    }

    .catalog_ul .catalog_list .catalog_list_a {
        margin-right: 13px !important;
    }

    /* .custom__btn-add {
               width: 122px !important;
           } */
    .btn__login-popup {
        width: 200px;
    }

    .customer_home {
        background-size: cover !important;
    }

    /* .mob_left_content{
               display: none !important;
           } */
    .div_relative_home {
        left: 56% !important;
        /* top: 2% !important; */
    }

    .left_content {
        height: auto;
    }

    .login__banner {
        display: none;
    }

    /* .login__banner{
                display: block !important;
              } */
    .left_content .discover_logo {
        display: none;
    }

    .img__login {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .right_content {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .cvd .cvdimg_two {
        width: 250px !important;
        bottom: -6%;
        right: 0%;
    }

    .dcv__faq {
        background-position: 38% 100% !important;
    }

    .order_detail {
        display: block !important;
        text-align: center;
    }

    .order_detail>div:nth-child(2) {
        margin-bottom: 16px !important;
    }

    .order_status-div .btn_order_status {
        margin-left: auto;
        margin-right: auto;
    }

    /* ------customer home--- */
    .popular__search__card .card__img img {
        width: 200px;
        height: 200px;
    }

    .banner__customer::before {
        width: 150px;
    }

    .margin_btn_left {
        margin-left: auto;
    }

    .d-flex.justify-content-center.regiterbtnsec {
        padding-left: 77px !important;
    }

    span.check-rem-span.register__checkbox.register__checkbox1 {
        position: relative;
        top: -5px;
        margin-bottom: 5px;

    }

    .form_bx {
        margin-bottom: 10px;
    }

    .usefulLink.flex.flex-wrap {
        padding-left: 1rem;
        font-size: 13px;
    }

    ul.quick_links_flex {
        padding-left: 1rem;
        padding-right: 1rem;

    }

    .topHero .col-lg-6.col-xl-5.pr-0 {
        max-width: 35% !important;
    }

    .freeSignageHeroConents, .contactHeroConents, .honeBeforLoginHeroConents, .honeAfterLoginHeroConents, .allProductHeroConents {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .notification_update_modal_content {
        padding: 60px 20px;
    }

    #modal_covid .modal-content p {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width:991px) {
    .navbar .navbar-nav .nav-item>.nav-link {
        font-size: 15px;
    }

    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
        font-size: 15px !important;
        position: relative;
        bottom: 5px;
    }

    .VIpgJd-ZVi9od-xl07Ob-lTBxed {
        margin-left: 0px !important;
    }

    #modal_register .modal-content .form_bx.pl-3 {
        padding-left: 6px !important;
    }

    #modal_register .modal-content .text-left.pl-3 {
        padding-left: 6px !important;
    }
}

@media only screen and (min-device-width: 993px) and (max-device-width: 1199.99px) {
    .topHero .col-xl-7 {
        -ms-flex: 0 0 49.333333% !important;
        flex: 0 0 49.333333% !important;
        max-width: 49.333333% !important;
    }

    .topHero .col-xl-5 {
        -ms-flex: 0 0 35.666667% !important;
        flex: 0 0 35.666667% !important;
        max-width: 35.666667% !important;
    }

}

@media only screen and (min-device-width: 875px) and (max-device-width: 992px) {
    .modal__register {
        max-width: 810px;
    }

    .register__left-content img.w-100.register__banner {
        height: 585px !important;
    }

    .register__left-content img.w-100.register__banner {
        height: 597px !important;
    }

    #modal_register .col-lg-4.col-md-4.pr-md-0 {
        overflow: hidden;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 874px) {
    .modal__register {
        max-width: 92%;
    }

    #modal_register .col-lg-4.col-md-4.pr-md-0 {
        overflow: hidden;
    }

    .register__left-content img.w-100.register__banner {

        height: 836px !important;
    }

    .capchaSec {
        display: block !important;
    }

    .capchaSec .btn_register {
        margin-bottom: 1rem;
    }

    span.check-rem-span.register__checkbox.register__checkbox1 {
        top: -2px;
    }

    #modal_register .modal-content .d-flex.justify-content-center.regiterbtnsec {
        padding-left: 6px !important;
        justify-content: start !important;
    }

}

@media only screen and (max-width:882px) {

    .cvd .cvdimg_one,
    .cvd .cvdimg_two {
        width: 200px;
    }

    /* .freesignage__logo__img {
        width: 240px;
    } */
    .nav-pills .nav__pill__link {
        font-size: 14px;
    }

    .dcv_help {
        background-position: 23% 100% !important;
    }
}

@media only screen and (max-width:768px) {
    .dcv_home {
        height: auto !important;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .circle__div {
        width: 100%;
        height: 100%;
        margin-top: 2rem;
    }

    .div_relative_home {
        /* left:57% !important;
             top: 2%; */
        /* bottom: 0 !important; */
    }

    /* ipad */
    .customer_card .ftr_cardImg {
        padding-left: 10px;
        padding-right: 10px;
    }

    .customer_card .ftr_cardImg img {
        width: 100% !important;
    }

    .searchForm {
        margin-left: 10px;
    }

    .ftr_card .card-body p {
        line-height: 1.2;
    }

    .customer_card {
        height: 440px;
    }

    .product_desc {
        height: 105px !important;
    }

    .div_relative_home {
        left: 34% !important;
    }

    .dcv_help {
        background-position: 65% 100% !important;
    }

    section.banner_home.d-flex.justify-content-center.align-items-center {
        /* width: calc(100% - -44px); */
        height: 80vh;
    }

}

@media only screen and (max-width:767px) {
    select {
        background-position: 97% 22px !important;
    }

    section.banner_home.d-flex.justify-content-center.align-items-center {
        padding-left: 0px;
        padding-right: 37px !important;
    }

    .custom__modal-dialog {
        top: 5% !important;
    }

    .px_0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .padng_right {
        padding-right: 6px !important;
    }

    #password_one {
        border-bottom: none;
    }

    .form-title {
        font-size: 20px !important;
    }

    .banner_home {
        /* background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("<?php echo $banner_img?>") !important; */
        width: 100%;
        background-position: center !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
    }

    .searchForm {
        margin-left: auto;
    }

    .cvd {
        /* background: none !important; */
        /* background-color: #f8f8f8 !important; */
        height: auto !important;
        background-position: left !important;
    }

    .cvd .row__color {
        color: #fff !important;
    }

    .cvd strong span {
        color: #fff !important;
    }

    /* .cvd .container{
         padding-top: 100px !important;
     } */
    /* .second__sec__title>p{
         font-size: 16px !important;
     }
     .second__sec__title > p > span{
         font-size: 35px !important;
         text-align: left !important;
     } */
    .cvdimg_one {
        top: 0;
    }

    /* .cvd{
      overflow: hidden;
    } */
    .srch_container_fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .searchForm .custom_search-div {
        width: 100%;
    }

    .search_ul .search_ul_list {
        margin: 0;
    }

    .search_ul .search_ul_list.listprofile {
        margin-left: 10px;
    }

    .col__padding {
        padding-left: 4px !important;
    }

    .catalog_ul .catalog_list a {
        font-size: 15px;
    }

    .navbar .navbar-nav .nav-item>.nav-link,
    .quick_links li a {
        font-size: 15px;
    }

    .links_box {
        padding-left: 0;
        padding-right: 0;
    }

    /* .links__box_mob{
       padding-left: .5rem !important;
   } */
    .footer__padding {
        padding-left: 10px;
    }

    .quick_links {
        flex-direction: column !important;
        justify-content: start !important;
        align-items: flex-start !important;
    }

    .quick_links_flex li a {
        font-size: 16px;
        /* padding: 18px 5px !important; */
    }

    .social_icon_ul {
        justify-content: start !important;
    }

    .logo_brand {
        /* width: 215px; */
        margin-left: auto;
    }

    .btn_primary {
        font-size: 14px;
    }

    /* ======home====== */
    /* .left_content{
        display: none;
    } */
    .register__left-content {
        height: auto !important;
    }

    .right_content {
        border-radius: 10px;
    }

    .login__banner {
        display: none !important;
    }

    .register__banner {
        display: none;
    }

    .img__login-register {
        display: block;
    }

    .close_modal_div {
        z-index: 1;
        top: 0 !important;
        right: 0% !important;
        width: 35px !important;
        height: 35px !important;
    }

    .dcv_home {
        /* background: none !important; */
        height: auto !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .dcv_home .home_title {
        color: #fff !important;
    }

    .dcv_home.free__signage_sec {
        background-position: 89% 100% !important;
    }

    .dcv_home.faqSecPreview {
        background-position: 108% 100% !important;
    }

    .dcv_login_home .div_relative_home {
        bottom: 0% !important;
    }

    section.dcv_login_home {
        margin-bottom: 34px;
    }

    .dcv_home.disccover_product {
        background-position: 100% 100% !important;
    }

    .banner__customer::before {
        content: none;
    }

    .disccover_product {
        background: url("<?php echo IMAGE_PATH?>powerfull_final.png");
    }

    .banner_home {
        height: auto !important;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    /* .home_title, .cvd .cvd_title{
     font-size: 35px;
    } */
    .cvd .cvdimg_one {
        width: 150px !important;
        top: -1px;
        left: 0%;
    }

    .cvd .cvdimg_two {
        width: 150px !important;
    }

    .cvd_para p {
        font-size: 18px;
    }

    .contact_info {
        font-size: 15px;
    }

    .signage {
        margin-bottom: 0 !important;
        height: auto !important;
    }

    .service .service_container {
        transform: translateY(0) !important;
        height: auto !important;
        padding-top: 3rem;
    }

    .signage .container .signage_div h4 {
        font-size: 25px;
    }

    .service .container .service_card {
        height: 430px;
    }

    .service .container .service_card .card-img img {
        height: auto !important;
    }

    .service .container .service_card .card-body {
        padding: 1.25rem;
        position: relative;
    }

    .service .container .service_card .btnService {
        position: absolute;
        bottom: 0%;
    }

    .service .container .service_card .card-body p {
        font-size: 16px;
        /* height: auto !important; */
    }

    .signage .container .signage_div p,
    .count_div p {
        font-size: 18px;
    }

    .card_resource .card-body {
        padding-left: 0 !important;
    }

    /* =========POST LOG IN======= */
    .emv_migration .emv_card {
        width: 90%;
    }

    .mx_auto {
        margin-left: auto;
        margin-right: auto;
    }

    /* ==========PRODUCT==== */
    .product__other__image__bx {
        width: 70px !important;
        height: 70px !important;
        cursor: pointer;
    }

    .multi__img__row {
        padding-top: 1.1rem !important;
    }

    .slick-slide img {
        height: 60px;
    }

    .mx_auto {
        margin-left: auto;
        margin-right: auto;
    }

    .flex_column {
        flex-direction: column;
    }

    .pagination_div .pagination {
        padding-bottom: 16px;
    }

    .prfl_input .prfl_input_control {
        width: 100%;
    }

    .order_detail {
        display: block !important;
    }

    .order_detail div {
        margin-bottom: 1rem;
    }

    .order_status-div {
        margin-top: 30px;
    }

    .order_detail div:nth-child(3) {
        margin-bottom: auto;
    }

    .usr_prfle .usr_ul .usr_ul_li {
        width: 90%;
    }

    /* ==========HELP======== */
    .dcv_help {
        /* background:linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("<?php echo IMAGE_PATH?>help_img.png") !important; */
        background-size: cover !important;
        /* background-position: center !important; */
        background-position: 83% 100% !important;
    }

    .dcv_home.dcv_help h1 {
        color: #fff !important;
    }

    /* .text_sm_center{
         text-align: center !important;
     } */
    .text_sm_center div h6 {
        color: #fff;
        display: block;
    }

    /* ======CUSTOMER HOME====== */
    .circle__div {
        width: 100%;
        height: 100%;
        margin-top: 2rem;
    }

    .popular__search__card {
        margin-bottom: 20px;
    }

    .popular__search__card {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .popular__search__card .card__img img {
        width: 230px;
        height: 230px;
        object-fit: contain;
    }

    /* .circle__div-title p {
         font-size: 25px;
     } */
    .div_relative_home {
        bottom: auto;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

    .div_relative_home {
        bottom: 0% !important;
        left: 50% !important;
        width: 100%;
    }

    .dcv_home {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .home_title {
        /* color: #fff !important; */
        text-align: left !important;
    }

    .dcv_logoDiv h6 {
        /* color: #fff; */
        font-size: 14px;
    }

    .help_content h6 {
        color: #fff;
    }

    .emv_card .emv_card-title {
        margin-bottom: 20px;
    }

    .emv_migration .container_fluid .ftr_title {
        text-align: center;
    }

    .ftr_title {
        text-align: center;
    }

    .homeTitle {
        text-align: left !important;
        color: #fff !important;
    }

    .home_login {
        color: #fff;
    }

    /* .customer_card{
       height: 400px;
   } */
    .cart_title-prideDecal {
        font-size: 25px;
    }

    /* -------free signage logos */
    .free__signage__logos__sec {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .signage__title {
        font-size: 23px;
    }

    .free__signage__banner__logo {
        width: 160px !important;
    }

    .profile_menu_box {
        margin-top: -12px !important;
        left: -50px !important;
        transform: translate3d(-70px, 74px, 0px) !important;
    }

    .pride_decal_card {
        height: 200px !important;
    }

    .free__signage_sec ul.nav.nav-pills {
        height: 36vh !important;
    }

    .free__signage_sec h1 {
        font-size: 2rem;
        line-height: 36px !important;
    }

    .free__signage__logos__sec .signage__title {
        font-size: 2rem !important;
    }

    .free__signage_sec .free__signage__banner__logo {
        margin-top: 1rem !important;
    }

    /* .userInfo .cancel_btn,
       .btn_primary-shdw {
           padding: unset !important;
           padding: 4px 13px !important;
           font-size: 1rem;
           margin-right: 10px;
       } */
    .product__main__img img {
        width: 180px;
        height: 180px;
    }

    .slider__img__div.cvd {
        margin-left: 3.5rem !important;
    }

    .accordion .card-link:after {
        right: -13px !important;
        /* top: ; */
    }

    .notification_update_modal_content>p {
        word-break: break-word !important;
        font-size: 13px;
        text-align: justify !important;
    }

    /* .item_qty_box {
          width: 170px !important;
      } */
    /* user */
    .usr_prfle .usr_ul .usr_ul_li.active::after {
        left: -8px;
    }

    .border__right__none {
        border-right: none !important;
    }

    .all_address_list {
        padding-left: 2px;
        padding-right: 2px;
    }

    .px_3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .notification_update_modal_content {
        padding: 105px 15px 80px;
    }

    #menu_profile::after,
    #cart_menu_mini {
        color: #313c97;
    }

    .row__color {
        color: #23233f !important;
    }

    .row__color>div p:nth-child(1) {
        line-height: 47px !important;
    }

    /* admin */
    .custom_addForm_control {
        width: 100%;
    }

    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: 100%;
    }

    .drift-zoom-pane.drift-open {
        display: none !important;
        z-index: 1025;
        width: 90% !important;
        max-height: 50vh !important;
        overflow: hidden !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .px-col-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .home_title.home_title-edit.homeTitle.ie_margin p span:nth-of-type(2) {
        font-weight: unset !important;
        font-size: 40px !important;
    }

    button.btn.btn-outline-warning.cancel_btn.shadow-0.text-uppercase {
        margin-bottom: 5px;
        font-weight: normal;
        font-size: 14px;
        font-family: "DiscoverSans-Semibold";
        outline: none !important;
        margin-top: 5px;
    }

    .modal-footer>:not(:first-child) {
        margin: auto;
    }

    #add_address .btn-outline-warning.cancel_btn {
        font-size: 16px;
        font-weight: 400;
        font-family: 'DiscoverSans-Medium';
    }

    section.searchSec.py-5 {
        padding-top: 0px !important;
    }

    /*  */
    .card.item-card img {
        /* max-width: 100px; */
        margin-bottom: 12px;
    }

    .card.item-card table {
        margin-top: 1rem;
    }

    /* zooming img */
    .drift-zoom-pane {
        display: none !important;
    }

    .slider-area.slider.slick-initialized.slick-slider.slick-vertical {
        margin-top: 2rem;
    }

    .slick-list.draggable {
        height: unset !important;
        padding: 5px;
        text-align: center;
    }

    .pride_decal_card {
        height: unset !important;
    }

    .product__main__img.product-gallery {
        text-align: center;
    }

    .customer_card .ftr_cardImg img {
        width: 230px !important;
    }

    .product__main__img img {
        width: 80% !important;
        height: auto !important;
        max-height: 300px !important;
    }

    .productDetail .row.py-md-5.multi__img__row .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    /* cms banner before login */
    .banner_home.bannerSecBeforeCms {
        background-position: 11% 41% !important;
        background-size: 317% !important;
        background-repeat: no-repeat !important;
    }

    .cart__mini-content {
        text-align: center;
    }

    .items__span-edit {
        justify-content: center;
    }

    .mini__cart_item-details {
        flex-direction: column;
        justify-content: center;
    }

    .cart_mini_show {
        left: -267px !important;
        width: 387px !important;
    }

    /* cms banner after login */
    .dcv_login_home.afterLoginPreview .circle__div-heading>p:nth-child(1)>span {
        font-size: 30px !important;
    }

    section.cvd.position-relative.bannerSecBeforeCmsTwo {
        background: url(https://discover.techasoft.com/uploads/home_second.png) !important;
    }

    /* register */
    .d-flex.justify-content-center.regiterbtnsec {
        padding-left: 20px !important;
        justify-content: start !important;
        margin-bottom: 12px;
    }

    .under-review .home_title {
        color: #23233F !important;
        font-size: 20px;
        text-align: center !important;
    }

    /* .banner_home .home_title.home_title-edit p span{
        font-size: 22px !important;
    } */
    .banner_home .home_title.home_title-edit p {
        text-align: left !important;
    }

    .notification_update_modal_content {
        padding: 50px 20px 50px;
    }

    .form_bx.pl-3 {
        padding-left: 7px !important;
    }

    .box-validation {
        margin-left: 0px !important;
    }

    .rc-anchor-normal {
        height: 74px;
        width: 331px !important;
    }

    #update_quick_cart span.update_quick1_error.errorcontent {
        background-color: #fff;
        position: fixed;
        top: -133px;
        width: 100%;
        font-size: 14px;
    }

    .sm-px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .sm-py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .sm-pb-0 {
        padding-bottom: 0px !important;
    }

    .input-group.custom_search-div {
        position: relative;
        bottom: 3px;
    }

    input.form-control.search__form {
        height: calc(1.5em + 0.75rem + 8px);
    }

    .upload-profile-inside {
        margin: auto;

    }

    #update_account_settings button.btn.btn-outline-warning.cancel_btn {
        margin-top: 0px !important;
    }

    .upload-profile-inside .profile_img_edit {
        width: 100px;
        height: 100px;
    }

    .letter-customize-productName {
        font-size: 20px;
    }

    .sm-mt-0 {
        margin-top: 0rem !important;
    }

    .sm-mt-2 {
        margin-top: 1rem !important;
    }

    .add_detail_title.mbottom {
        margin-bottom: 0.9rem !important;
        margin-top: 0rem;
    }

    .form_box.otpcontent {
        margin-top: 1rem;
    }

    #regTabTwo .right_content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #regTabTwo .col-12 {
        padding: 0px !important;
    }

    .banner_home.before-login-top-sec:after, .banner_home:after, .dcv_home:after, .banner__customer:after {
        display: none;
    }

    button.navbar-toggler.collapsed {
        border: 1px solid #000;
        border-radius: 5px;
    }

    .ml--25 {
        margin-left: 0px;
    }

    .circle__div {
        margin: auto;
    }

    ul.usefulLink.flex.flex-wrap li {
        width: 100%;
    }

    .bg-blue .col-md-12.col-xl-12.col-lg-12.d-flex.align-items-center.links__box_mob.pb-lg-2.py-0.justify-content-lg-start.justify-content-md-center {
        padding: 0px;
    }

    .bg-bluedark p {
        color: #fff;
    }


    .bg-bluedark {
        padding-bottom: 2rem;
    }

    .bg-bluedark .social_icon_ul {
        margin: auto;
    }

    .free__signage_sec .home_title br, .disccover_product br {
        display: none;
    }

    .topHero .container {
        max-width: 90% !important;
        margin: auto;
    }

    .topHero .col-lg-6.col-xl-5.pr-0 {
        max-width: 100% !important;
    }

    .banner__customer.customer-home .customer-hero {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .circle__div::after {
        display: none;
    }

    .topHero .circle__div {
        max-width: 400px;
        max-height: 400px;
    }

    .topHero .circle__div {
        margin-top: 2rem;
    }

    .topHero p {
        margin-bottom: 15px;
    }

    .topHero .home_title.home_title-edit a.btn.btn_primary {
        margin-left: 0px !important;
    }

    .quick_links_flex li {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-bottom.d-flex.align-items-end {
        display: block !important;
        margin: auto;
    }

    .bg-bluedark .footer-bottom p.ml-4 {
        margin-left: 0px !important;
    }

    .footer-bottom {
        padding-top: 1.5rem;
        padding-bottom: 0.5rem;
    }

    .bg-bluedark .container-fluid {
        overflow-x: initial !important;

    }

    .usefulLink.flex.flex-wrap a {
        margin-bottom: 0.5rem;
    }

    .topHero .col-lg-6.col-xl-5.pr-0 {
        padding-right: 15px !important;
    }

    .col-sm-mb-0 {
        margin-bottom: 0px !important;
    }

    .col-sm-pb-0 {
        padding-bottom: 0px !important;
    }

    .help_content p {
        margin-bottom: 0px;
    }

    .contact-dynamic-content p {
        margin-bottom: 0px;
    }

    .social_icon_ul {
        padding-top: 0 !important;
    }

    .freeSignageHeroConents, .contactHeroConents, .honeBeforLoginHeroConents, .honeAfterLoginHeroConents, .allProductHeroConents {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .footerLogo {
        width: 200px;
    }

    .circle__div-title {
        padding: 15px !important;
    }

    .circle__div {
        padding: 7px;
    }

    .input-group.custom_search-div {
        width: 400px;
    }

    /* .dcv_logoDiv.help_content {
        word-break: break-all;
    } */
    .dcv_home.dcv__faq .home_title {
        color: #fff !important;
    }

    .contact_us_banner .col-md-6.col-lg-6.col-xl-7.text_sm_center.ml--25 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .contact_us_banner .help_content>p span strong a {
        position: relative;
        left: -5px;
    }
}


@media only screen and (max-width:575px) {
    .btn_100 {
        width: 100% !important;
    }

    .mx_auto {
        margin-left: auto;
        margin-right: auto;
    }

    .col_9 {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }

    .alert-text {
        font-size: 12px;
    }

    /* section.cvd p strong span {
        color: #23233f !important;
    } */
    section.banner_home.d-flex.justify-content-center.align-items-center {
        padding-left: 0px;
        padding-right: 37px !important;
    }

    .card.item-card img {
        max-width: 120px;
        margin-bottom: 12px;
    }

    /* product card qut */
    .product_desc {
        height: 95px !important;
    }

    .dcv_home.faqSecPreview {
        /* background-size: 219% 112%; */
        background-position: 97% -5% !important;
    }

    button.adduserbtn {
        width: 87% !important;
    }

    select.topHeaderList {
        height: 28px !important;
        width: 99%;
        margin: auto;
    }

    .topHeader:after {
        top: 1% !important;
    }

    span.addratio {
        position: static;
        margin-left: 10px;
        font-size: 15px;
    }

    .useraddress:before {
        left: 0px;
    }

    .useraddress.pl-0 {
        padding-left: 12px !important;
    }

    .sm-px-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .cart_mini_show {
        left: -239px !important;
        width: 389px !important;
    }

    .items__span-edit {
        justify-content: left;
        margin-top: 6px;
    }

    a.removeItem {
        text-align: right;
        display: block;
        position: absolute;
        right: 18px;
        bottom: 5px;
    }

    ul.mini__cart-ul.quick_cart_items {
        position: relative;
    }

    span.check-rem-span.register__checkbox.register__checkbox1 {
        position: relative;
        top: -6px;
        margin-bottom: 5px;
    }

    #modal_login .nav_tab_heading .sm-center {
        justify-content: center !important;
        margin-bottom: 0.8rem;
    }

    .input-group.custom_search-div {
        width: auto;
    }
}

@media only screen and (max-width:540px) {
    .slider__img__div {
        margin-left: .5rem !important;
    }

    .card.item-card img {
        max-width: unset !important;
        width: 100%;
    }

    section.dcv_login_home.afterLoginPreview.width_ie-100.d-flex.align-items-center {
        background-position: top !important;
        height: 451px !important;
    }

    .cart_mini_show {
        left: -239px !important;
        width: 389px !important;
    }
}

@media only screen and (max-width:513px) {
    span.check-rem-span.register__checkbox.register__checkbox1 {
        top: -3px;
    }

}

@media only screen and (max-width:485px) {
    .triangle__mobile-edit {
        left: 50px !important;
    }

    .bw-100 {
        width: 100% !important;
    }

    .honeBeforLoginHeroConents p:nth-of-type(1), .honeBeforLoginHeroConents p:nth-of-type(1) span, .honeBeforLoginHeroConents p:nth-of-type(2), .honeBeforLoginHeroConents p:nth-of-type(2) span, .honeBeforLoginHeroConents h1 span, .honeBeforLoginHeroConents h2 span, .honeBeforLoginHeroConents h2 {
        font-size: 35px !important;
    }
}

@media only screen and (max-width:425px) {
    .nav-pills .nav__pill__link {
        font-size: 16px;
    }

    .triangle__mobile-edit {
        left: 130px !important;
    }

    .col_9 {
        -ms-flex: 0 0 68%;
        flex: 0 0 85%;
        max-width: 85%;
    }
}

@media only screen and (max-width:425px) {
    .progressbar li {
        font-size: 10px;
    }

    .shopping_cart .shopping_cart_title {
        font-size: 16px;
    }

    .banner_home.bannerSecBeforeCms {
        background-position: 45% 41% !important;
        background-size: 342% !important;
    }

    #update_quick_cart a.btn_primary {
        font-size: 12px !important;
    }

    /* cart */
    .cart_mini_show {
        left: -267px !important;
        width: 387px !important;
    }

}

@media only screen and (max-width:393px) {
    .cart_mini_show {
        left: -250px !important;
        width: 366px !important;
    }

    .tab-pane img {
        max-height: 100px !important;
        min-width: 100px !important;
    }

    form#register {
        width: 93%;
    }

    #regTabTwo .registerFormSec .form-group.col-12.px-0 {
        font-size: 14px;
    }

    .dcv_home.dcv__faq .home_title {
        color: #fff !important;
        font-size: 35px !important;
    }

    /* section.dcv_home.dcv__faq.d-flex.align-items-center{
        padding-bottom: 0px !important;
        padding-top: 20px !important;
    } */
    section.py-5.faqSec {
        padding-top: 10px !important;
    }

}

@media only screen and (max-width:375px) {
    .service .container .service_card {
        height: 430px;
    }

    .progressbar li {
        font-size: 10px;
    }

    .service .service_container {
        transform: translateY(-20px);
        height: auto !important;
    }

    .count_div>img {
        width: 120px !important;
    }

    .catalog_list:hover .quick_srch_menu {
        transform: translate3d(94px, 29px, 0px);
        position: absolute;
        transform: translate3d(94px, 30px, 0px);
        top: 0px;
        left: 0px;
        will-change: transform;
    }

    .profile_menu_box {
        left: -65px !important;
        transform: translate3d(-70px, 74px, 0px) !important;
    }

    .search__form {
        padding-right: 0;
    }

    .src_input_text {
        padding-left: 5px;
    }

    .search__form::placeholder {
        font-size: 14px !important;
    }

    .col_9 {
        -ms-flex: 0 0 85%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .slider__img__div {
        margin-left: .5rem !important;
    }

    /* -customer home----- */
    .popular__search__card {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .banner_home.bannerSecBeforeCms {
        background-position: 41% 19% !important;
        background-size: 340% 92% !important;
    }

    section.dcv_login_home.afterLoginPreview.width_ie-100.d-flex.align-items-center {
        background-position: top !important;
        height: 57vh !important;
    }

    .dcv_login_home.afterLoginPreview .circle__div-heading>p:nth-child(1)>span {
        font-size: 30px !important;
    }

    /* .dcv_login_home.afterLoginPreview .div_relative_home {
        bottom: -10% !important;
    } */
    .dcv_login_home.afterLoginPreview .circle__div {
        width: 250px;
        height: 250px;
    }

    .dcv_login_home.afterLoginPreview .circle__div-title {
        width: 221px;
        margin-top: 71px;
    }

    .dcv_login_home.afterLoginPreview .circle__div-title p:nth-of-type(1) span {
        font-size: 27px !important;
    }

    /* circle-text  */
    .dcv_login_home.afterLoginPreview .circle__div-title p:nth-of-type(3) span {
        font-size: 9px !important;
        position: relative;
        bottom: 24px;
    }

    section.banner_home.d-flex.justify-content-center.align-items-center {
        padding-right: 0;
    }

    /* cart */
    .cart_mini_show {
        left: -235px !important;
        width: 355px !important;
    }

}

@media only screen and (max-width:375px) {
    .progressbar li {
        font-size: 13px;
    }

    .form_bx.py-3.pl-3 {
        padding-left: 0px !important;
    }
}

@media only screen and (max-width:360px) {
    .cart_mini_show {
        left: -214px !important;
        width: 330px !important;
    }

    .honeBeforLoginHeroConents p:nth-of-type(1), .honeBeforLoginHeroConents p:nth-of-type(1) span, .honeBeforLoginHeroConents p:nth-of-type(2), .honeBeforLoginHeroConents p:nth-of-type(2) span, .honeBeforLoginHeroConents h1 span, .honeBeforLoginHeroConents h2 span, .honeBeforLoginHeroConents h2 {
        font-size: 25px !important;
    }
}

@media only screen and (max-width:320px) {
    .triangle__mobile {
        right: 30px !important;
    }

    .progressbar li {
        font-size: 10px;
    }

    .triangle__mobile-edit {
        left: 150px !important;
    }

    .shopping_cart .shopping_cart_title {
        font-size: 15px;
    }

    .slider__img__div {
        margin-left: .5rem !important;
    }

    /* .item_qty_box{
         width: 120px !important;
     } */
    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: 100%;
        padding-right: 0;
    }

    section.dcv_login_home.afterLoginPreview.width_ie-100.d-flex.align-items-center {
        background-position: top !important;
        height: 63vh !important;
    }

    .dcv_login_home.afterLoginPreview .div_relative_home {
        bottom: -15% !important;
    }

    span.addratio {
        font-size: 14px;
    }

    .cart_mini_show {
        left: -180px !important;
        width: 300px !important;
    }
}

@media only screen and (max-width: 280px) {
    .dcv_home.dcv__faq {
        background-size: 345% 112% !important;
    }
}

@media only screen and (min-width:1600px) and (max-width: 1918px) {
    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: calc(100% - -13px);
    }
}

@media only screen and (min-width:1461px) and (max-width: 1636px) {
    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: calc(100% - -20px);
    }

    .banner_home .home_title.home_title-edit.homeTitle.ie_margin {
        margin-left: 0px;
    }
}

@media only screen and (min-width:1595px) and (max-width: 1610px) {
    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: calc(98% - -25px);
    }
}

@media only screen and (min-width:1431px) and (max-width: 1460px) {
    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: calc(98% - -20px);
    }

    .banner_home .home_title.home_title-edit.homeTitle.ie_margin {
        margin-left: 0px !important;
    }
}

@media only screen and (min-width:1370px) and (max-width: 1430px) {
    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: calc(100% - -13px);
    }

    .banner_home .home_title.home_title-edit.homeTitle.ie_margin {
        margin-left: 0px;
    }
}

@media only screen and (min-width:1300px) and (max-width: 1350px) {
    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: calc(91% - -13px);
    }

    .banner_home .home_title.home_title-edit.homeTitle.ie_margin {
        margin-left: 0px;
    }
}

@media only screen and (min-width:1200px) and (max-width: 1269px) {
    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: calc(98% - -33px);
    }

    .banner_home .home_title.home_title-edit.homeTitle.ie_margin {
        margin-left: 0px;
    }
}

@media only screen and (min-width:1270px) and (max-width: 1300px) {
    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: calc(98% - -33px);
    }

    /* .banner_home .home_title.home_title-edit.homeTitle.ie_margin {
        margin-left: -25px;
    } */
}

@media only screen and (min-width:1100px) and (max-width: 1199px) {
    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: calc(100% - -22px);
    }

    .banner_home .home_title.home_title-edit.homeTitle.ie_margin {
        margin-left: -12px;
    }
}