/*================= 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 ========================*/

body,
* {
    font-family: 'Poppins', sans-serif;
}

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

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

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #1ABED5;
}

.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);
    text-transform: uppercase;
}
.btn-primary-gradient{
     background: transparent linear-gradient(135deg, #5367AF 30%, #5367AF 20%, #1ABED5 70%) 0% 0%;
     border-radius: 42px;
     box-shadow: 0px 8px 35px #5367AF70;
     border: 1px solid transparent !important;
     color: #fff;
     letter-spacing: 1.08px;
     font-size: 14px;
     padding: .385rem 1.2rem;
     display: inline-block;
}
.btn-white{
     background-color: #fff;
     border-radius: 42px;
     padding: .375rem 1.2rem;
     color: #1ABED5;
}
.btn-gradient-send{
     background: transparent linear-gradient(135deg, #5367AF 30%, #5367AF 20%, #1ABED5 70%) 0% 0%;
     color: #fff;
     box-shadow: 0px 6px 12px #282B3114;
     border-radius: 50px;
}
.btn-primary-gradient-navitem{
     /* background: transparent linear-gradient(135deg, #7353af 30%, #7353af 20%, #1ABED5 70%) 0% 0% !important; */
     background: transparent linear-gradient(135deg, #5367AF 30%, #5367AF 20%, #1ABED5 70%) 0% 0% !important;
     box-shadow: none !important;
     border-radius: 42px;
     opacity: 0.6;
}
.btn-primary-gradient-navitem a{
    color: #fff !important;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
    letter-spacing: 0.54px !important;
}

.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: 16px;
    font-weight: normal;
    padding: 6px 12px;
    letter-spacing: .5px;
    color: rgb(255, 255, 254);
    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;
}
.f-18{
    font-size: 18px;
}
.f-20{
    font-size: 20px;
}
.f-600{
    font-weight: 600;
}

.poppins-m{
    font-family: 'Poppins-Medium', sans-serif;
}

.w-80 {
    width: 80%;
}

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

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

.bg-color {
    background-color: #FCFCFE;
}
.para-1{
    color: #282B31;
    opacity: 0.7;
    letter-spacing: 0.9px;
    font-weight: 500;
    line-height: 30px;
}
.para-2{
    color: #676C75;
    letter-spacing: 0px;
    line-height: 1.8;
}
.para-3{
    color: #232323;
    letter-spacing: 1.26px;
    opacity: 0.8;
    line-height: 1.8;
}
.home-title{
    font-weight: 700;
    letter-spacing: 2.52px;
      font-family: "Gilroy-ExtraBold";
}
.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;
}

.main-color {
    background-color: #0262d3;
}

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

.btn-primary-active {
    background-color: #fff;
    color: #282b31;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0 rgba(40, 43, 49, 0.08);
    padding: 5px 20px !important;
    display: inline-block;
    /* font-weight: 600; */
    letter-spacing: 0.40px;
    font-size: 14px;
    font-family: "NunitoSans-Bold",
        sans-serif;
}

.btn-register {
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0 rgba(40, 43, 49, 0.08);
    padding: 8px 20px !important;
    display: inline-block;
    /* font-weight: 600; */
    letter-spacing: 0.40px;
    font-size: 14px;
    font-family: "NunitoSans-Bold",
        sans-serif;
}

.text__blue {
    color: #469af4;
    font-weight: normal;
    font-family: "Nunito-Regular",
        sans-serif;
    text-decoration: underline;
}

/*================= gLobal CSS ========================*/
/* .logo_brand{
    margin-left:6.5rem;
} */
/* --------LOGIN MODAL------ */
/* ------Top Header----- */
.top_header{
    background-color: #FAFAFC;
    padding-top: .6rem;
    padding-bottom: .6rem;
}
.top_header .container{
    padding-right: 5px;
}
.top_lft_ul .lft_li a{
    color: #232323;
    text-decoration: none;
    letter-spacing: 0.81px;
    opacity: 0.8;
    font-weight: 500;
}
.top_rgt_ul .rgt_li{
    margin-right: .7rem;
}
.top_rgt_ul .rgt_li:nth-child(5){
    margin-right: 0;
}
.left_content {
    width: 100%;
    height: 500px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0;
    position: relative;
}

.register__left-content {
    height: 545px !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: 13px;
    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: 15px;
    width: 15px;
    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: 0px;
    width: 5px;
    height: 10px;
    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: rgb(236, 107, 41);
    font-family: "DiscoverSans-Medium";
}

.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 h6 {
    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-Semibold";
}

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

/* ===========CRM======= */
.chevron__right-fa {
    font-size: 12px !important;
}

.navbar {
    z-index: 1 !important;
    padding: 16px 0;
}
/* .boxshadow{
    box-shadow: 0px 7px 62px #23232329;
} */

.navbar-brand {
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
}

.navbar-brand:hover {
    color: #fff;
}

/* .navbar .navbar-nav{
    margin-right: 5.4rem;
} */
.navbar .navbar-nav .nav-item {
    margin-right: .5rem;
    font-weight: normal;
    color: #fff;
    position: relative;
    margin-left: 1.4rem;

}

.navbar .nav-item .nav-link {
    color: #323442;
    padding: 4px 0;
    font-size: 13px;
    letter-spacing: 0.58px;
    font-weight: 400 !important;
    opacity: 0.5;
    font-family: "Gilroy-ExtraBold";
}
.opacity-1 {
    opacity: .9 !important;
}


 
.navbar .nav-item.active::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #27282B;
    border-radius: 2px;
    opacity: 0.5;
}

.navbar .nav-item:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 0%;
    transition: 0.3s ease-in-out;
}

.navbar .nav-item:hover:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #27282B;
    border-radius: 2px;
    opacity: 0.5;
}
.navbar .nav-item.btn-primary-gradient-navitem:hover:after {
    position: absolute;
    content: unset !important;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: none !important;
    border-radius: 2px;
    opacity: 0.5;
}
.navbar .nav-item:nth-child(7):after{
    content: none !important;
}
/* ================ */
.bg-gaps{
    padding-top: 50px;
    padding-bottom: 50px;
}
.mb{
    margin-bottom: 40px;
}
.heading{
    font-size: 34px;
    color: #282B31;
    opacity: 0.9;
    font-weight:700;
    letter-spacing: 1.25px;
    padding-bottom: 10px;
      font-family: "Gilroy-ExtraBold";
    
}
.heading-2{
    font-size: 40px;
    line-height: 1.5;
     color: #282B31;
     opacity: 0.9;
     font-weight:700;
     letter-spacing: 1.25px;
     padding-bottom: 10px;
       font-family: "Gilroy-ExtraBold";
}
.heading__testimonial{
    opacity: 1;
}
.feature__card{
    background: #FCFCFE;
    margin-bottom: 30px;
}
.feature__card-heading{
    letter-spacing: 0.81px;
    line-height: 2;
    opacity: 0.9;
}
 .video__content {
     position: relative;
 }

 .play-btn-div {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     cursor: pointer;
 }
 .ytbe_play-btn{
     width: 60px;
     height: 60px;
 }
 /* -------testimonials----- */

 /* ----get-in-touch--- */
 .get-in-touch{
     background: #F8F9FA;
 }
 .form-box{
     box-shadow: 0px 6px 12px #20212714;
     border-radius: 12px;
     padding: 3.5rem 3rem;
 }
 .send-input{
     border: 1px solid #bdbdbd;
     border-radius: 6px;
     
 }
.get-intouch-content h3{
    font-weight: 700;
    color: #282B31;
    letter-spacing: 1px;
    font-family: "Gilroy-ExtraBold";
}
/* --------download---- */
.download{
    background-color: blue;
}
.download-heading{
    font-weight: 700;
    letter-spacing: 0.88px;
     font-family: "Gilroy-ExtraBold";
}
.downloadcontent-p{
    letter-spacing: 0.48px;
    opacity: 0.8;
    line-height: 30px;
    font-size: 15px;
}


/* ------------footer----------- */

.footer_heading{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize !important;
    margin-bottom: .8rem;
    font-weight: 500 !important;
}
.footer-para{
    letter-spacing: 0.63px;
    opacity: 0.8;
    line-height: 2;
}
.copy-right-p{
    font-size: 12px;
    letter-spacing: 0.22px;
    color: #FFFFFF;
    opacity: 0.8;
}
.footer-icon{
    transform: scale(1);
    transition: .3s linear;
}
.footer-icon:hover{
    transform: scale(1.2);
}
/* ---------- */
.scrollTop {
    width: 40px;
    height: 40px;
     background: transparent linear-gradient(112deg, #5367AF 0%, #1ABED5 100%) 0% 0% no-repeat padding-box;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 500px;
    right: 8px;
    border: none;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    border-radius: 4px;
    transition: 2s ease;
    cursor: pointer;
    color: #fff;
}

.scrollTop.active {
    bottom: 40px;
    visibility: visible;
    opacity: 1;
}

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

.nav-item .nav-link.bg_active {
    color: #010101 !important;
    padding: 5px 20px !important;
    font-family: "NunitoSans-Bold", sans-serif;
    font-weight: 500;
}

.bg__logo {
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 20px;
}

.banner__title {
    font-family: "NunitoSans-ExtraBold", sans-serif;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.44px;
    font-size: 30px;
}

.banner__title-light {
    font-weight: 400 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.40px;
    opacity: 0.9;
    font-size: 30px;
    font-family: "NunitoSans-Light", sans-serif;
}


.main .container {
    position: relative;
}

.main .container img.bg_phone {
    position: absolute;
    top: -22%;
    right: 0;
    height: 550px;
    z-index: 1;
}

.bg-video__content {
    width: 100%;
    height: 100%;
}

/* -------features----- */
.bg_gaps {
    padding-top: 70px;
    padding-bottom: 70px;
}


.margin-top {
    margin-top: 70px;
}

.max_width-div {
    max-width: 450px;

}

.social-btns .social-btn-color {
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    -o-transition: transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
}

.social-btn-color {
    /* background-color: #0150a9; */
    transition: -webkit-transform 0s;
    -o-transition: transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
    color: #ffffff;
    border: 0 !important;
    border-radius: 3px !important;
}

.testimonials span .fa-star {
    color: #fff;
}

.testimonial__card {
    position: relative;
    border-radius: 12px;
    height: 188px;
}

.testimonial__body,
.testimonial___img-div {
    padding: 0 1.4rem;
}

.testimonial__content {
    padding-top: 1rem;
}
.testimonial__content p{
    opacity: 0.8;
    color: #232323;
    line-height: 1.7;
}

/* .testimonial___img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.testimonial__card img {
    width: 42px !important;
    height: 42px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 3px 6px 0 rgba(40, 43, 49, 0.16);
    object-fit: cover;
    margin-right: 12px;
}
.review-title{
    color: #232323;
    font-size: 18px;
    font-weight: 600;
}
.review-desig{
    color: #999EA8;
    font-size: 13px;
    line-height: 1;
}
.test--twitr-fa{
     color: #999EA8;
     opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 4px solid #fff;
    margin: 5px 7px;
    background: #5367AF !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
}

.social__share-ul li {
    padding: 4px 8px;
    border: 1px solid rgb(231, 227, 227);
    box-shadow: inset 0px 0.5px 0 0 #e7e8ea,
        inset 0px -0.5px 0 0 #e7e8ea;
    background-color: #ffffff;
}

.social__share-ul li:nth-child(1) {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-right: none;
}

.social__share-ul li:nth-child(3) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: none;
}

.footer-parent .social-btns.social-btns-edit{
    margin-left: 6px;
}

.footer__allLinks li {
    padding-bottom: 5px;
}

.footer__allLinks li a {
    color: #fff !important;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 0 !important;
}

.footer-copyright a {
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.22px;
    color: #FFFFFF;
    opacity: 0.8;
}
.footer-copyright a:hover{
    opacity: 1;
}

.title {
    color: #282b31;
    line-height: 1.43;
    letter-spacing: 0.40px;
}

.sub_title {
    letter-spacing: 0.33;
}

.fontweight_bold {
    font-weight: 900;
}

.fontweight_light {
    font-weight: 400 !important;
    font-family: "NunitoSans-Regular", sans-serif;
}

.para {
    color: rgba(40, 43, 49, 0.8);
    letter-spacing: 0.31px;
    line-height: 1.6;
}
.check__para {
    text-indent: -13px;
}
.check__fa {
    margin-right: 10px;
    color: #188b9e;
}
.para__footer {
    color: #676c75 !important;
    font-family: "NunitoSans-Light",
        sans-serif;
}

.para_white {
    color: #fff;
    letter-spacing: 0.31px;
    line-height: 1.89;
    font-family: "Nunito-Regular",
        sans-serif;
}

.fontweight_bold-white {
    font-weight: 800;
    font-family: "NunitoSans-ExtraBold",
        sans-serif;
}

.testimonial_title {
    color: #999ea8;
    font-size: 14px;
}

.mobile:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mobile {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

/* ------------//-CRM------- */
.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-Semibold";
    font-size: 16px;
    text-decoration: none;
    padding: .25rem .5rem;
}

.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: 0px;
    width: 16px;
    height: 16px;
    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;
}

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

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

.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;
    text-decoration: none;
    font-family: 'DiscoverSans-Bold', sans-serif;
}

.home_title {
    font-weight: 600;
    line-height: 1;
    color: #23233F !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: 30px;
    color: #23233f;
    font-weight: 600;
    line-height: 1.31;
    font-family: "DiscoverSans-Semibold";
}

.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%;
    font-size: 14px;
    text-align: justify;
    color: #3d3f44;
    line-height: 1;
}

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

.circle__div {
    width: 448px;
    height: 448px;
    background: #fff;
    border-radius: 50%;
    padding: 12px;
    border: double 8px transparent;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #ffc107, #ec6b29);
    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;
}

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

.popular__search__card {
    width: 100%;
    height: 320px;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.16);
    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 rgba(0, 0, 0, 0.16);
    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-Medium";
}

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

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

.customer_card {
    height: 420px;
    /* 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;
}

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

 
/* 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){
     
  } */
 
 
 
.close.popup-close {
    position: absolute;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -6%;
    top: -9%;
    border-radius: 50%;
    color: white;
    border: solid 2px #ffffff;
    padding: 8px 14px;
    opacity: 1;
    z-index: 1;
}

#watch-video-tour {
    top: 15%;
}

.btn.watch-video-btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.headingImg {
    display: none;
} 
/* =========media======= */
@media (min-width:768px) {

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

@media (min-width:992px) {

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

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

    /* .logo_brand{
        margin-left:6rem;
    } */
    .navbar .navbar-nav .nav-item>.nav-link {
        font-size: 13px;
    }

    .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-width:1500px){
    .container{
        max-width: 1340px;
    }
 }
 @media only screen and (min-width:1600px){
    .container{
        max-width: 1480px;
    }
 }
 @media only screen and (min-width:1800px){
    .container{
        max-width: 1700px;
    }
 } */
@media only screen and (min-width:1920px) {
    #wrap {
        min-height: 87% !important;
    }

    .dcv_login_home {
        height: 35vh !important;
    }

    /* circle text */
    .div_relative_home {
        left: calc(31% - -10px);
        transform: translateX(0%);
    }

    .div_relative_home {
        width: 336px;
        font-size: 22px;
        bottom: 3%;
    }

    .circle__div-title {
        width: 443px;
    }

    .circle__div-heading p:nth-of-type(1) span {
        font-size: 77px !important;
    }

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

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

    .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: 677px !important;
        height: 677px !important;
    }

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

    .container {
        max-width: 1573px;
    }

    section.dcv_home.free__signage_sec {
        height: 60vh;
    }

    section.dcv_home.dcv__faq {
        height: 50vh;
    }

    section.dcv_home.dcv_help {
        height: 50vh !important;
    }

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

    /* end */
}

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

@media (min-width: 992px) {
    .col_lg_2 {
        -ms-flex: 0 0 19% !important;
        flex: 0 0 19% !important;
        max-width: 19% !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: 25px;
    }

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

}

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

    .discover_logo {
        max-width: 100px;
    }

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

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

@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: 56%;
        bottom: 0 !important;
    }
}

@media only screen and (max-width:1440px) {
    /* .dcv_home {
                 height: 400px !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;
    }
    .desktop-bg{
        width: 500px !important;
        right: 0 !important;
    }

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

    .div_relative_home {
        left: 50% !important;
        bottom: 2% !important;
    }

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

@media only screen and (max-width:1023.98px) {
    .circle__div {
        width: 300px;
        height: 300px;
        padding: 8px;
        border: double 1px transparent;
    }

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

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

    .searchForm {
        margin-left: -15px;
    }

    .main .container img.bg_phone {
        height: 450px;
        top: 8%;
    }
    .navbar .nav-item:nth-child(7) {
        border-radius: 5px;
        box-shadow: 0px 3px 6px 0 rgb(40 43 49 / 8%);
        width: 200px;
        text-align: center;
        border-radius: 42px;
    }
     .desktop-bg {
         width: 450px !important;
         top: 50% !important;
         right: -10% !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;
    }
     .desktop-bg {
         width: 400px !important;
         top: 50% !important;
         right: 0% !important;
     }
}

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

    .circle__div {
        width: 300px;
        height: 300px;
    }

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

@media only screen and (max-width:767px) {
    #header .container {
        padding: 0;
    }

    .navbar {
        background-color: #fff;
        padding: 8px 0px;
    }

    .navbar .nav-item .nav-link {
        color: #010101;
    }

    .navbar-brand {
        color: #010101;
    }

    .nav-item {
        margin-left: 0 !important;
    }
    .navbar-brand img{
        width: 120px;
    }
    .main .container img.bg_phone {
        position: absolute;
        top: 83%;
        width: 100px;
        height: 180px;
    }
    .desktop-bg{
        width: 100%;
        top: 110% !important;
        right: 0 !important;
    }
    .youtube_bg{
        height: 226px;
    }
    .feature{
        margin-top: 100px;
    }
    .flex_column{
        flex-direction: column;
        align-items: center;
    }
    .width-100{
        width: 100%;
    }
    .margin-left-mob {
        margin-left: 1.5rem;
    }

    .px-sm-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .mb-sm-4 {
        margin-bottom: 16px !important;
    }

    .main {
        min-height: auto !important;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .footer__allLinks-ul {
        margin-left: auto;
        margin-right: auto;
    }

    select {
        background-position: 100% 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;
    }

  

    .searchForm {
        margin-left: auto;
    }

    .search_ul .search_ul_list {
        margin: 0;
    }

    .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: 16px;
    }

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

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

    /* .text_sm_center{
         text-align: center !important;
     } */
    .text_sm_center div h6 {
        color: #fff;
        display: block;
    }

    /* ======CUSTOMER HOME====== */
    .circle__div {
        width: 300px;
        height: 300px;
    }

    .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: -4% !important;
        left: 50% !important;
    }

    .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;
        font-size: 13px;
    }

    /* .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: 25px;
    }

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

    }

    .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 {
        color: #313c97;
    }

    .row__color {
        color: #23233f !important;
    }

    .row__color>div p:nth-child(1) {
        line-height: 24px !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 {
        z-index: 1025;
        width: 95% !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;
    }

    /* ---------ELm------ */
    .navbar .nav-item:nth-child(7) {
        border-radius: 5px;
        box-shadow: 0px 3px 6px 0 rgb(40 43 49 / 8%);
        width: 200px;
        text-align: center;
        border-radius: 42px;
    }

    .nav-item .nav-link.bg_active {
        color: #fff !important;
    }

    .close.popup-close {
        top: 0;
        right: -1%;
    }

    .app__lead,
    .web__lead {
        height: 250px !important;
    }

    .app__lead .container,
    .web__lead .container {
        margin-top: 3rem;
    }

    .app__lead .container .row h3,
    .web__lead .container h3 {
        text-align: center;
    }
    .paddng{
        padding-top: 50px !important;
    }
    .owl-nav{
        display: none !important;
    }
    section.get-in-touch.bg-gaps {
        padding-top: 15rem;
    }
    .form-box{
        padding: 3.5rem 1rem;
    }
    .headingImg {
        display: block;
    }
    .headingText {
        display: none;
    }
    .bg_gaps {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .leadscreen {
        margin-bottom: 20px;
    }

}

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

@media only screen and (max-width:540px) {
    .slider__img__div {
        margin-left: .5rem !important;
    }
}

@media only screen and (max-width:485px) {
    .triangle__mobile-edit {
        left: 50px !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%;
    }
    iframe.embed-responsive-item.paste_video_url {
        height: 210px !important;
    }
}

@media only screen and (max-width:425px) {
    .progressbar li {
        font-size: 10px;
    }

    .shopping_cart .shopping_cart_title {
        font-size: 16px;
    }

    .home_login {
        font-size: 12px;
    }
    iframe.embed-responsive-item.paste_video_url{
        height: 200px !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;
    }

    .freesignage__logo__img {
        width: 240px;
    }

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

    .home_login {
        font-size: 12px;
    }
}

@media only screen and (max-width:375px) {
    .progressbar li {
        font-size: 13px;
    }
    .home_login {
        font-size: 12px;
    }
    .feature-signup a.btn.btn-register {
        width: 150px;
    }
}
@media (max-width:360px) {
    .app__lead .container, .web__lead .container{
        margin-top: 0rem !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;
    }

    .home_login {
        font-size: 12px;
    }
    .feature-signup a.btn.btn-register {
        width: 170px;
    }
    iframe.embed-responsive-item.paste_video_url{
        height: 180px !important;
    }
}

@media only screen and (max-width: 991.98px) {
    .ds-site-navbar #navbarNav.collapse:not(.show),
    .ds-site-navbar #navbarNav:not(.show) {
        display: none !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    .ds-site-navbar #navbarNav.show {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }

    .ds-site-navbar .ds-mobile-menu-check:checked ~ #navbarNav,
    .ds-site-navbar .ds-mobile-menu-check:checked ~ #navbarNav.collapse,
    .ds-site-navbar .ds-mobile-menu-check:checked ~ #navbarNav.collapse:not(.show) {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }

    .ds-site-navbar .navbar-toggler,
    .ds-site-navbar .ds-mobile-menu-button {
        display: inline-flex !important;
    }

    .ds-site-navbar .ds-mobile-menu-button {
        position: absolute !important;
        top: 13px !important;
        right: 0 !important;
        transform: none !important;
        z-index: 3 !important;
    }
}
