@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900&display=swap');
/*================= RESET CSS ========================*/
:root {
    --main-bg-white: #FFFFFF;
    --second-bg-white: #F0F1F5;
    --bg-black-525:#252525;
    --text-white: #ffffff;
    --primary-gray:rgba(38, 56, 66, 1);
    --text-dark:#536288;
    --text-black-c1c:#1C1C1C;
    --primary-green:#32BCA3;
    --primary-blue:#2689CA;
    --trsansition:0.4s all;
}


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: 'Nunito Sans', sans-serif;
}


/* width */

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


/* Track */

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


/* Handle */

body::-webkit-scrollbar-thumb {
    background: #0163e8;
}

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

.nunito-regular {
    font-family: "Nunito-Regular", 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: #f8f9fa;
}

.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: var(--primary-blue);
}


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

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

.go_back h6 {
    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: 20px 0;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
    font-family: NunitoSans-Regular, sans-serif;
}

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

ul.dropdown-menu li a {
    color: #000 !important;
}

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

.forgottenHref:hover {
    color: #ec6b29;
}

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

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


/* .navbar .navbar-nav{
    margin-right: 5.4rem;
} */
#header{
    -webkit-box-shadow: 0.7px 8.9px 24.5px 0 rgba(8,8,24,.1);
    box-shadow: 0.7px 8.9px 24.5px 0 rgba(8,8,24,.1);
}
.navbar .navbar-nav .nav-item {
    margin-right: .5rem;
    font-weight: normal;
    color: #fff;
    position: relative;
    margin-left: 1.8rem;
}

.navbar .nav-item .nav-link {
    color: #282b31;
    padding: 6px 0;
    font-size: 15px;
}
.nav-item .dropdown-toggle::after{
    content: none;
}
/* .navbar .nav-item:nth-child(6) {
    background-color: #fff !important;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0 rgba(40, 43, 49, 0.08);
} */

.navbar .nav-item.active::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
}

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

.navbar .nav-item:hover:after,.navbar .nav-item.active:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-blue);
    border-radius: 3px;
}
.bar1, .bar2, .bar3 {
    width: 26px;
    height: 2px;
    background: transparent -o-linear-gradient(200deg, var(--primary-blue) 0%, var(--primary-blue) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(250deg, var(--primary-blue) 0%, var(--primary-blue) 100%) 0% 0% no-repeat padding-box;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#sidebarCollapse {
    /* width: 40px; */
    z-index: 1024;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    outline: none;
    border: none;
    background-color: transparent;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease-in 0.1s;
    -o-transition: ease-in 0.1s;
    transition: ease-in 0.1s;
}
#sidebarCollapse.clicked {
    background-color: lightblue;
  }
.goog-te-menu2 {
    width: 500px !important;
}
.nav-item.dropdown .dropdown-menu{
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 0;
    padding: 10px !important;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}

.nav-item .nav-link.bg_active {
    color: #fff !important;
    padding: 5px 20px !important;
    font-family: "NunitoSans-Bold", sans-serif;
    font-weight: 500;
}
/* ========Css For Website========= */
.top-social-header{
    background-color: #2689CA;
    padding: 5px 0;
}
.social-ul li{
    margin-right: 12px;
}
.social-ul li a{
    color: #fff;
}
.top-content{
    height: 420px;
}
.img_box{
   position: absolute;
   right: 0;
   width: fit-content;
   bottom: 0;
}
.img_box img{
    width: 650px;
    transition: var(--trsansition);
    transform: translateY(100px);
}
.img_box:hover img{
    opacity: 1;
    filter: grayscale(0);
}
.top-content h1{
    font-size: 50px;
    font-weight: bold;
}
.top-content p{
    font-size: 18px;
}
.about_us{
    padding-top: 90px;
    padding-bottom: 45px;
}
.sub_title{
    margin-bottom: 12px;
}
.base_line{
    display: block;
    width: 100px;
    height: 3px;
    background-color: var(--primary-blue);
}
.why_us,.application_sec{
    padding-top: 45px;
    padding-bottom: 45px;
}
.color-theme{
    color: var(--primary-blue);
}
.choose_card{
    background-color: #ffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    margin-top: 30px;
    transition: var(--trsansition);
}
.choose_card:hover{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.choose_card:hover .choose_icon{
    background-color: #fff;
    border: 1px solid var(--primary-blue);
}
.choose_icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary-blue);
    transition: var(--trsansition);
    border: 1px solid transparent;
}
.choose_card:hover .choose_icon i{
    color: var(--primary-blue);
}
.choose_icon i{
    color: #ffff;
    font-size: 28px;
    transition: var(--trsansition);
}
.choose_card_content h3{
    font-size: 22px;
    font-weight: bold;
    margin: 12px 0;
}
 
.video_tour{
    background: url("../images/bg_work.png");
    width: 100%;
    background-size: cover;
    background-position: center;
    color: #fff;
    height: 250px;
}
.download_sec{
    background: linear-gradient(to right, #2689CA, #20167B);
    width: 100%;
    padding: 45px 0;
}
.clients,.faq{
    padding: 45px 0;
}
.minus-icon {
    display: none;
}
.question-text {
    display: none;
}
.show-text .minus-icon {
    display: inline;
}
.show-text .plus-icon {
    display: none;
}
.show-text .question-text {
    display: block;
}
.work{
    background: url("../images/bg_work.png") no-repeat center;
    width: 100%;
    height: 180px;
    position: relative;
}
.btn-register_new{
    background-color: var(--primary-blue);
    border-radius: 0;
    color: #ffffff;
    font-weight: 600;
    transition: var(--trsansition);
}
.btn-register_new:hover{
    color: var(--primary-blue);
    border: 1px solid var(--primary-blue);
}
.featrues_nav_pills.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    border-radius: 0;
    font-weight: 600;
    background-color: var(--primary-blue);
    color: #ffffff;
}
.nav-pills.featrues_nav_pills .nav-link{
    color: var(--primary-gray);
}

/* .leadscreen {
    box-shadow: 1px 2px 15px 2px #e0dcdc;
    border: 12px ridge #d9d9d9;
    border-radius: 8px;
} */
.leadscreen img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 600px !important;
}
.leadscreen:hover {
    box-shadow: 1px 2px 15px 2px #e0dcdc;
    transform: scale(1.05);
    transition-duration: 0.5s;
}
.contact_us_form{
    padding: 35px;
    background-color: #ffffff;
}
.contact_us_form h2{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px;
}
.contact_us_form label{
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}
.contact_us_form .form-group{
    margin-bottom: 1.5rem;
}
.btn-submit{
    background-color: var(--primary-blue);
    border-radius: 0;
    color: #ffffff;
    transition: var(--trsansition);
    padding: 10px 42px;
    font-weight: bold;
}
.btn-submit:hover{
    background-color: transparent;
    color: var(--primary-blue);
    border: 1px solid var(--primary-blue);
    letter-spacing: 0.5px;
}
.red-span{
    color: red;
}
.btn-one{
    background-color: var(--primary-blue);
    color: #ffff;
    font-weight: bold;
    border-radius: 0;
    padding: 10px 40px;
    transition: var(--trsansition);
}
.btn-one:hover{
    color: var(--primary-blue);
    border: 1px solid var(--primary-blue);
}



.page-footer{
    background-color: #1C1C1C;
    padding-top: 50px;
}
.footer-items h6{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.footer-items li{
    margin-top: 15px;
}
.footer-items li a{
    color: #fff;
}
.footer-text{
    color: #fff;
    opacity: 0.5;
    font-size: 14px;
}
.scrollTop.active {
    bottom: 85px;
    visibility: visible;
    opacity: 1;
}
.scrollTop {
    width: 40px;
    height: 40px;
    background: var(--primary-blue);
    border-radius: 50%;
    position: fixed;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 500px;
    right: 8px;
    border: none;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px;
    -webkit-transition: 2s ease;
    -o-transition: 2s ease;
    transition: 2s ease;
    cursor: pointer;
    color: #fff;
}






.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: -14%;
    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: 400px;
}

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

.testimonial__body {
    padding: 1.6rem;
}

.testimonial__content {
    padding-top: 2rem;
}

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

.testimonial__card img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 3px 6px 0 rgba(40, 43, 49, 0.16);
    object-fit: cover;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 4px solid #fff;
    margin: 5px 7px;
    background: black !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__allLinks li {
    padding-bottom: 10px;
}

.footer__allLinks li a {
    color: #282b31 !important;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    font-family: "NunitoSans-Regular", sans-serif;
}

.footer-copyright a {
    color: #999ea8;
    font-size: 14px;
    text-decoration: none;
    font-family: "NunitoSans-Regular", sans-serif;
}

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

.sub_title {
    letter-spacing: 0.33px;
    font-size: 38px;
    font-weight: 700;
}

.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.89;
    font-family: "Nunito-Regular", sans-serif;
}

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

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

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

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


/*web feature card img */

.leadscreen img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 600px !important;
}


/* 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: #91919f;
    text-decoration: none;
    font-weight: 500;
    /* padding: 0 12px 0 0; */
}

.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;
    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: #ec6b29 !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";
}

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

#dropdownMenuButton:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
}
.faq_header{
    font-weight: 700;
    margin-bottom: 10px;
}
.card.process_accordion_card {
    border: none  !important;
    margin-bottom: 30px;
    border-radius: 8px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
a.process_slide_title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
a.map-link , p.map-link{
    color: #333;
    cursor: auto;
    display: flex;
}
a.map-link:hover, p.map-link:hover {
    color: #333;
    text-decoration: none;
}
ul.list_style_disc{
    list-style: disc !important;
    padding-left: 30px;
    margin-bottom: 10px;
}
.f-600{
    font-weight: 600;
}


/* =======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: 30px !important;
    font-family: "DiscoverSans-Bold";
}

.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: #fcb116 !important;
    border: #fcb116 !important;
}

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

.item_qty_box {
    padding: 0px 8px !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(97% - -10px);
    /* padding-right: 37px; */
    padding-left: 49px;
}

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 {
    min-height: 350px;
    height: 250px;
    overflow-y: auto;
}

.cart_mini_show.show {
    position: relative;
}

.cart_mini_show.show::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-color: #23233f;
    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-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: 0px;
}

.emailaddress {
    overflow: hidden;
    overflow-x: auto;
}

.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,
#watch-video,
#watchYoutube {
    top: 15%;
}

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


/* --------benefits_card------ */

.benefits_card:hover div .bg__icon {
    background-image: none;
    /* border-top: 3px solid var(--primary-blue); */
    background-size: 0% 0%;
    background-position: center;
}

.benefits_card:hover div .bg__icon center img {
    /* color: #fff; */
    filter: brightness(0);
}

.benefits_card:hover {
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.benefits_card {
    /* height: 380px; */
    /* border-bottom-left-radius:25px;
    border-bottom-right-radius: 25px; */
    border-radius: 12px;
    border: none !important;
    margin-bottom: 30px;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    box-shadow: 6px 8px 15px 0px rgb(46 61 73 / 15%);
    box-shadow: 6px 8px 15px 0px rgb(46 61 73 / 15%);
    /* -webkit-box-shadow: 12px 15px 20px 0px rgb(46 61 73 / 15%); */
    -webkit-box-shadow: 6px 8px 15px 0px rgb(46 61 73 / 15%);
    -moz-box-shadow: 6px 8px 15px 0px rgba(46, 61, 73, 0.15);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-blue)), to(#0163e8));
    background-image: -o-linear-gradient(var(--primary-blue), #0163e8);
    background-image: linear-gradient(var(--primary-blue), #0163e8);
    background-repeat: no-repeat;
    background-size: 0% 0%;
    cursor: pointer
}

.benefits_card-body {
    height: 320px;
}

.bg__icon {
    width: 80px;
    height: 80px;
    margin: auto;
    box-shadow: 0px 6px 12px #282b3175;
    border-radius: 15px;
    /* height: 88px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#02428d), to(var(--primary-blue)));
    background-image: -o-linear-gradient(#02428d, var(--primary-blue));
    background-image: linear-gradient(#02428d, var(--primary-blue));
    /* background-color: #02428D; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-top: 3rem;
}

.bg__icon img {
    /* filter: saturate(100); */
    filter: brightness(200);
}


/* -------FEATURE------ */

.feature-signup {
    background-color: #f8f9fa;
}

.underlinr-features {
    width: 26%;
    margin: 1rem 0;
    border-top: 1px solid var(--primary-blue);
}

.check__fa {
    margin-right: 10px;
    color: var(--primary-blue);
}

.check__para {
    text-indent: -13px;
}

.shadow-img {
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.nav-item.dropdown .dropdown-menu {
    padding: 0px;
    padding-top: 5px;
}

.nav-item.dropdown .dropdown-menu .nav-item {
    margin: 0px 0px 5px;
    padding: 0px 6px;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
}
/* .fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}
.fa-ul li {
	margin-bottom: 10px;
}
i.fa-li {
	color: var(--main-footer);
	margin-right: 10px;
	margin-top: 2px;
	font-size: 20px;
}
.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
} */

.demo__box {
    background-color: #fff;
    min-height: 320px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    cursor: pointer;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.card.testimonial__card {
    height: 310px;
}

#nav-tab .nav-item.nav-link.active {
    background-color: var(--primary-blue);
    color: #fff;
    border-color: var(--primary-blue);
}

#nav-tab .nav-item.nav-link {
    color: #000;
}

#nav-tab .nav-item.nav-link:hover {
    border-color: var(--primary-blue);
}

.nav-tabs {
    border-bottom: none;
}


/* .demo__btn-1,
.demo__btn-2 {
    position: absolute;
    right: 10%;
}
.demo__btn-1{
    top: 37%;
}
.demo__btn-2{
    top: 63%;
} */

.headingImg {
    display: none;
}
.business_top_banner{
    position: relative;
    z-index: 1;
}
.business_top_banner::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: -1;
}
.business_included{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-top: 1px solid black;
}
.question{
    background-color: #ffffff;
    margin-top: 20px;
}
.question.show-text{
    box-shadow: 0px 30px 80px 0px #0000000A;
}
.question.show-text .question-btn{
    padding: 20px 20px 8px;
}
button.question-btn{
    outline: none;
    border: none;
    background-color: transparent;
    padding: 20px;
}
.question-text{
    padding:0 20px 20px;
}
 
 .plus-icon i, .minus-icon i{
    font-size: 25px !important;
 }
 .faq-title{
    font-weight: bold;
    font-size: 18px;
    text-align: left;
 }
 .faq_para{
    max-width: 825px;
 }
.plan_title{
    text-align: left;
    margin-left: 12px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .4px;
    width: 234px;
}
.check_mark{
   /* width: 300px; */
   display: inline-block;
}
.check_mark i{
font-size: 35px !important;
}
.reqstDemo-text{
    color: #0163e8;
    font-weight: 700;
}
.reqstDemo-text:hover i{
  transform: translateX(9px);
}
.reqstDemo-text i{
  transform: translateX(0);
  transition: 0.3s linear;
}
.opacity-0{
  opacity: 0;
}
.flex__wrapper{
  display: flex;
  flex-wrap: nowrap;
  width: 85%;
  margin-left: auto;
}
.flex__wrapper-items{
  margin: 15px;
  flex: 1;
}
.flex__wrapper-title{
  font-size: 18px !important;
}
.flex__wrapper-span{
    font-size: 18px !important;
}

.card_pricing .discount .type.type-edit{
    font-size: 16px;
}
.btn.open-code.red_bg-a{
    font-size: 14px;
    padding: 8px 10px;
    width: 100%;
}
.check-div-width{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1111px;
}
.check-div-width span{
    flex: 1;
    text-align: center;
    margin:auto;
}
/* .check-div-width span.check-div-span{
    margin: 0 72px;
} */
.check-div-span:nth-of-type(5) img{
    margin-left: 35px;
}
.check-div-span:nth-of-type(4) img{
    margin-left: 30px;
}
.check-div-span:nth-of-type(3) img{
    margin-left: 18px;
}
.inner_flex{
    display: flex;
}
.plan_title-e{
    width: 172px;
    font-size: 14px;
    font-weight: 500;
}
 .check-div-text {
    margin: auto !important;
}
/* .check-div-text:nth-of-type(1) p{
    margin-left: 68px;
}
.check-div-text:nth-of-type(2) p{
    margin-right: 20px;
} */
.plan__items_card .card_pricing{
    -webkit-box-shadow:  rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -moz-box-shadow:  rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -o-box-shadow:  rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.our_clients_title{
    font-size: 30px;
    font-weight: 600;
}

 .client-box {
    width: 140px;
    height: 140px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    background-color: white;
    -webkit-box-shadow: 1.7px 9.8px 40px 0 rgb(22 24 42 / 15%);
    box-shadow: 1.7px 9.8px 40px 0 rgb(22 24 42 / 15%);
    margin-top: 30px;
}
.client-box:hover {
    box-shadow: 0px 1px 7px 0 rgb(22 24 42 / 15%);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.our_clients{
    position: relative;
    padding-top: 170px;
}
#our_client{
    padding-top: 70px;
}
.choose_card_content {
    min-height: 306px;
}
img.appImg {
    width: 50%;
}
.download-feature-btn:hover{
    color: #fff;
    border-color: #fff;
}
.testing-credentials .card {
    padding: 1rem;
    font-size: 18px;
    box-shadow: 0px 1px 22px 2px #d0cccc;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}
/* =========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 (min-width:992px){
    .ps-lg-5rem{
      padding-left: 5rem;
    }
    .dropdown:hover>.dropdown-menu {
      display: block;
    }
    .animate {
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
    @keyframes slideIn {
      0% {
        -webkit-transform: translateY(1rem);
                transform: translateY(1rem);
        opacity: 0;
      }
    
      100% {
        -webkit-transform: translateY(0rem);
                transform: translateY(0rem);
        opacity: 1;
      }
    
      0% {
        -webkit-transform: translateY(1rem);
                transform: translateY(1rem);
        opacity: 0;
      }
    }
    
    @-webkit-keyframes slideIn {
      0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
      }
    
      100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
      }
    
      0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
      }
    }
    
    .slideIn {
      -webkit-animation-name: slideIn;
      animation-name: slideIn;
    }
    .custom_input_group{
      width: 450px;
    }
    .video_box video{
      height: 580px;
    }
  }

@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 (min-width: 1024px) {
     .checkmark-icon{
        margin-right: 152px;
     }
     .checkmark-icon.checkmark-icon-3{
       margin-right: -40px;
   }
     .checkmark-icon.checkmark-icon-2{
       margin-right: 83px;
     }
}
@media (min-width: 1080px) {
     .checkmark-icon{
        margin-right: 43px;
     }
     .checkmark-icon.checkmark-icon-3{
       margin-right: -215px;
   }
     .checkmark-icon.checkmark-icon-2{
       margin-right: -81px;
     }
}

@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;
    }
   .checkmark-icon{
        margin-right: 150px;
     }
    .checkmark-icon.checkmark-icon-3{
       margin-right: 83px;
   }
   .checkmark-icon.checkmark-icon-2{
       margin-right: 134px;
   }
}
@media only screen and (min-width:1280px) {
     .checkmark-icon{
        margin-right: 150px;
     }
    .checkmark-icon.checkmark-icon-3{
       margin-right: 230px;
   }
   .checkmark-icon.checkmark-icon-2{
       margin-right: 190px;
   }
}
@media only screen and (min-width:1316px) {
     .checkmark-icon{
        margin-right: 124px;
     }
    .checkmark-icon.checkmark-icon-3{
       margin-right: 190px;
   }
   .checkmark-icon.checkmark-icon-2{
       margin-right: 158px;
   }
}
@media only screen and (min-width:1340px) {
     .checkmark-icon{
        margin-right: 93px;
     }
    .checkmark-icon.checkmark-icon-3{
       margin-right: 140px;
   }
   .checkmark-icon.checkmark-icon-2{
       margin-right: 117px;
   }
}
@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;
    }
    .checkmark-icon{
        margin-right: 93px;
     }
    .checkmark-icon.checkmark-icon-3{
       margin-right: 140px;
   }
   .checkmark-icon.checkmark-icon-2{
    margin-right: 117px;
   }
}
@media only screen and (max-width:1300px){
    .choose_card_content {
        min-height: 350px;
    }
}
@media only screen and (max-width:1216px) {
    
    .check_mark{
        width: 256px;
    }
}
@media only screen and (max-width:1200px) {
    .plan_title{
        width: 200px;
    }
    .check_mark{
        width: 200px;
    }
}
@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;
    }
    .benefits_card-body {
        height: 360px;
    }
    .choose_card_content {
        min-height: 415px;
    }
}

@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:1200px) {
  .mse-auto{
      margin-left: auto;
      margin-right: auto;
  }
  .owl-carousel.plan-slider .owl-nav,  .owl-carousel.plan-slider-2 .owl-nav{
		position: absolute;
		top: -16px;
        width: 100%;
        padding: 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
	}
    .owl-carousel.plan-slider{
        margin-top: 16px;
    }
   .small-mob-text{
       position: absolute;
       left: 50%;
       -webkit-transform: translateX(-50%);
           -ms-transform: translateX(-50%);
               transform: translateX(-50%);  
    }
    .plan_card__content{
        margin-top: 20px;
    }
    .plan_card__content p{
        font-weight: bold;
        flex: 1;
    }
    .plan_card__img{
        flex: 1;
        margin-left: 100px;
    }
    .plan_card__img img{
        width: 35px !important;
      }
      .page-footer.footer img.social-btn-color {
        margin-bottom: 8px;
    }
}

@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: 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%;
    }
    .plan_title{
        width: 100px;
    }
    .check_mark{
        width: 185px;
    }
}

@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;
    }
    .page-footer.footer .d-flex.align-items-center {
        display: block !important;
        text-align: center;
    }
    .page-footer.footer img.social-btn-color{
        /* width: 90px !important */
        margin-bottom: 8px;
    }
}

@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; */
    }
    #header .navbar-brand img.d-md-block.d-none {
        width: 112px;
    }
    #header .navbar .navbar-nav .nav-item>.nav-link {
        font-size: 10px;
    }
    #header .navbar .navbar-nav .nav-item {
        margin-left: 1.5rem;
    }
    .choose_card_content {
    min-height: 390px;
}
}

@media only screen and (max-width:767px) {
    #header .container {
        padding: 0;
    }
    .mobile-nav {
        width: 75%;
        }
       #side-click-close {
        background-color: rgba(0, 0, 0, .4);
        width: 100%;
        height: 0;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        display: none;
        -webkit-backdrop-filter: blur(100px);
                backdrop-filter: blur(100px);
        }
        #side-click-close.active {
        display: block;
        height: 100vh;
        -webkit-backdrop-filter: blur(3px);
                backdrop-filter: blur(3px);
        }
        #sidebarCollapse.active{
        position: fixed;
        top: 15px;
        right: 15px;
        }
        .mobile-nav {
        width: 50%;
        position: fixed;
        right: -100%;
        top: 0;
        background: #ffffff;
        z-index: 999;
        -webkit-transition: opacity .3s linear, right .3s ease-out;
        -o-transition: opacity .3s linear, right .3s ease-out;
        transition: opacity .3s linear, right .3s ease-out;
        display: block;
        overflow-y: auto;
        }
        .mobile-nav.active {
        top: 0;
        right: 0;
        width: 250px;
        height: 100vh;
         }
         #navbarNav {
         display: block;
         padding-left: 20px;
         padding-right: 20px;
         }
         body.stop-scroll {
         overflow-y: hidden;
         }
        .navbar .navbar-nav .nav-item{
         margin-bottom: 20px;
        }
        .bar2 {
            margin-left: auto;
            width: 20px;
                -webkit-transition: 1 opacity;
           -o-transition: 1s opacity;
           -webkit-transition: 1s opacity;
           transition: 1s opacity;
            }
            #sidebarCollapse.active .bar2 {
           opacity: 0;
            }
            #sidebarCollapse.active div.bar3 {
           -webkit-transform: rotate(45deg) translate(-5px,-3px);
           -ms-transform: rotate(45deg) translate(-5px,-3px);
           transform: rotate(45deg) translate(-5px,-3px);
           width: 26px;
           }
           #sidebarCollapse.active .bar1 {
           -webkit-transform: rotate(-45deg) translate(-9px,6px);
           -ms-transform: rotate(-45deg) translate(-9px,6px);
           transform: rotate(-45deg) translate(-9px,6px);
          }
    .navbar {
        background-color: #fff;
        padding: 8px 15px;
    }
    .navbar .nav-item .nav-link {
        color: #010101;
    }
    .navbar-brand {
        color: #010101;
    }
    .nav-item {
        margin-left: 0 !important;
    }
    .main .container img.bg_phone {
        position: absolute;
        top: 90%;
        width: 100px;
        height: 180px;
    }
    .social-ul li{
        text-align: center;
    }
    .top-content{
        height: auto;
        padding: 20px 0;
    }
    .top-content h1{
        font-size: 35px;
    }
    .about_us{
        padding-top: 45px;
    }

    .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;
    }
    .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;
    }
    /* .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;
    }
    .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;
    }
    /* ---------CRM------ */
    .navbar .nav-item:nth-child(6) {
        background-color: var(--primary-blue) !important;
        border-radius: 5px;
        box-shadow: 0px 3px 6px 0 rgb(40 43 49 / 8%);
        width: 200px;
        text-align: center;
    }
    .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;
    }
    #watch-video-tour iframe {
        height: 260px !important;
    }
    #header img.d-md-none.d-block {
        width: 150px;
    }
    .demo__btn-1 {
        top: 43%;
    }
    .demo__btn-2 {
        top: 82%;
    }
    /* .mob__margin{
        margin-top: 45px;
    } */
    .tabs .bg_gaps {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .leadscreen {
        margin-bottom: 1.5rem;
    }
    .headingImg {
        display: block;
    }
    .headingText {
        display: none;
    }
    table.day_end_report {
        width: 229% !important;
    }
    .business_included,
    .width-max {
        width: 662px !important;
        overflow-x: auto;
    }
    .check_mark{
        width: 120px !important;
    }
    .business_top_banner{
        height: 250px !important;
    }
    .plan_title{
        width: 200px;
    }
    .our_clients{
        padding-top: 130px;
    }
    .download-sec a img{
        width: 120px !important;
    }
    .page-footer.footer img.social-btn-color{
        width: 150px !important
    }
    .top_faq_banner {
        height: 206px;
    }
    .choose_card_content {
    min-height: unset;
}
.sm-mt-5{
    margin-top: 3rem;
}
 
}

@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;
    }
    #watch-video-tour iframe {
        height: 220px !important;
    }
}

@media only screen and (max-width:540px) {
    .slider__img__div {
        margin-left: .5rem !important;
    }
    .embed-responsive-item.paste_video_url-3 {
        height: 282px;
      }
}

@media only screen and (max-width:485px) {
    .triangle__mobile-edit {
        left: 50px !important;
    }
    #watch-video-tour iframe {
        height: 207px !important;
    }
    .embed-responsive-item.paste_video_url-3 {
        height: 260px;
      }
      .top_faq_banner h1{
        font-size: 25px;
    }
}
@media only screen and (max-width:450px) {
    .embed-responsive-item.paste_video_url-3 {
        height: 230px;
      }
}

@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;
    }
    .home_login {
        font-size: 12px;
    }
    .embed-responsive-item.paste_video_url-3 {
        height: 220px;
      }
}
@media only screen and (max-width:399px) {
    iframe.embed-responsive-item.paste_video_url-3{
        height: 207px;
    }
}

@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;
    }
    iframe.embed-responsive-item.paste_video_url-3{
        height: 200px;
    }
    .top_faq_banner h1{
        font-size: 22px;
    }
}

@media only screen and (max-width:375px) {
    .progressbar li {
        font-size: 13px;
    }
    .home_login {
        font-size: 12px;
    }
}

@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;
    }
    iframe.embed-responsive-item.paste_video_url-3{
        height: 175px;
    }
    .download-sec a img{
        width: 90px !important;
    }
}