@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
:root {
    --main-bg-white: #FFFFFF;
    --second-bg-white: #FDFDFE;
    --text-white: #ffffff;
    --text-blue-33c: #0A033C;
    --text-blue-a4a: #0A0A4A;
    --text-blue-053: #213053;
    --text-222:#222222;
    --text-053:#213053;
    --text-63a:#1D263A;
    --text-124:#1B2124;
    --text-gray:#7F879E;
    --orange:#F5770F;
}


/* ---Scrollbar Reset-- */

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: var(--second-box-shadow);
            box-shadow: var(--second-box-shadow);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background:#121A53;
}

::-webkit-scrollbar-thumb:hover {
    background: #121A53;
}

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

ol,
ul {
    list-style: none;
}

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

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

a {
    text-decoration: none;
}

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

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

body, * {
    font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6,h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Montserrat', sans-serif;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free' !important;
}
/* FONTS */
 .ox-hidden{
     overflow-x: hidden;
 }
/* width */
body::-webkit-scrollbar {
    width: 10px;
}

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

/* Handle */
body::-webkit-scrollbar-thumb {
    background:  #007BB9;
}
body::-webkit-scrollbar-thumb:hover {
    background: #2A2930;
}

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

.heading {
    color: var(--text-63a);
}
.common_container {
    width: 89%;
}
.btn_primary {
    background: var(--blue-light-primary) ;
    border-color: var(--blue-light-primary) ;
    border-radius: 2px;
    padding: 14px 19px;
    border-radius: 6px;
    padding: 6px 12px;
    letter-spacing: .5px;
    color: rgb(255, 255, 254);
}
.btn_primary_color{
    color: var(--blue-light-primary)  !important;
}
.btnoutline_white {
    font-size: 14px;
    border-color: #fff;
    color: #fff;
    font-size : 16px;
    padding: 10px 20px;
    border-radius: 5px;
}
.btnoutline_white:hover {
    border-color: #fff;
    color: #fff;
}
.btnoutline_primary{
    font-size: 14px;
    border-color: var(--blue-light-primary) ;
    color: var(--blue-light-primary) ;
    font-size : 16px;
    padding: 10px 20px;
    border-radius: 5px;
}
.sec-gap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec-gap-top {
    padding-top: 60px;
}
.sec-gap--bottom {
    padding-bottom: 60px;
}
.btn-white{
     background-color: #fff;
     border-radius: 42px;
     padding: .375rem 1.2rem;
     color: #1ABED5;
}

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

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

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

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

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

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

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

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

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

.cancel_btn:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none !important;
}
.btn-blue{
    background-color: var(--blue-light-primary);
    border-radius: 10px;
    border-color: var(--blue-light-primary);
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
.btn-blue:hover{
    background-color: #ffffff;
    border-color: 1px solid var(--blue-light-primary);
    color: var(--text-blue-33c);
}
.btn_white{
    background-color: var(--main-bg-white);
    border-radius: 10px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-blue-33c);
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.btn_white:hover{
    background-color: var(--blue-light-primary);
    border-color: var(--blue-light-primary);
    color: #ffffff;
}
.btn-blue_mr{
    margin-right: 15px;
}
.btn-div{
    margin-top: 53px;
}
.custom-modal .modal-header {
    background-color: #313c97;
    padding: 0 !important;
    color: #322f31;
}

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

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

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

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

.f-16 {
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.f-20{
    font-size: 20px;
}
.f-600{
    font-weight: 600;
}

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

.w-80 {
    width: 80%;
}

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

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

.bg-color {
    background-color: #FCFCFE;
}
.para-1{
    color: #282B31;
    opacity: 0.7;
    letter-spacing: 0.9px;
    font-weight: 500;
    line-height: 30px;
}
.para-2{
    color: #676C75;
    letter-spacing: 0px;
    line-height: 1.8;
}
.para-3{
    color: #232323;
    letter-spacing: 1.26px;
    opacity: 0.8;
    line-height: 1.8;
}
.home-title{
    font-weight: 700;
    letter-spacing: 2.52px;
      font-family: "Gilroy-ExtraBold";
}
.allHeading {
    font-size: 20px;
    font-weight: 600;
    font-family: "DiscoverSans-Bold";
    color: #23233f;
    text-transform: capitalize !important;
}

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

}

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

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

/*-- removing of  by default's password eye icon for edge and ie-- */
input::-ms-clear,
input::-ms-reveal {
    display: none;
}

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

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

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

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

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

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

/*.select__user__infrm::after {
     position: absolute !important;
     content: "\f107";
     float: right;
     position: relative;
     top: 50%;
     right: 50px;
     transform: translate(100%, 0%);
     color: #707070;
     font-family: "FontAwesome";
 } */
.close_modal_div {
    position: absolute;
    right: -4%;
    top: -30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 2px solid #fff;
    opacity: 1;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 2px;
    background-color: #fff !important;
    border: .5px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

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

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
    background-color: rgb(35, 35, 63) !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.register__checkbox {
    display: inline-block;
    line-height: 1.2;
    font-size: 11px;
    color: rgb(236, 107, 41);
    font-family: "DiscoverSans-Medium";
}

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

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

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

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

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

/* input:focus, select:focus{
    box-shadow: none !important;
    border: 1px solid #23233f !important;
}   */
/* ======END LOGIN MODAL==== */
/* ======MODAL REGISTER====== */
.padng_right {
    padding-right: 10px;
}

.padng_left {
    padding-left: 6px;
}

.nav_tab_heading {
    padding-right: 16px;
}

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

.select {
    position: relative;
}

.custom__select {
    padding-right: 25px;
}

/* ===========CRM======= */
.chevron__right-fa {
    font-size: 12px !important;
}
#header.ScrollY{
    position: fixed;
    width: 100%;
    z-index: 1024;
    background-color: var(--orange);
    top: 0;
    left: 0;
}
.navbar {
    z-index: 1 !important;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
.navbar .navbar-nav .nav-item{
    margin-left: 40px !important;
    margin-right: 0 !important;
}
.navbar .navbar-nav .nav-item a{
    text-decoration: none;
}

.navbar .nav-item .nav-link {
    color: var(--orange);  
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: 0.35s ease-in;
}
.navbar .nav-item .nav-link::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    background-color: var(--orange);
    transition: 0.3s ease-in;
}
.navbar .nav-item:hover .nav-link::before,.navbar .nav-item.active .nav-link::before{
    width: 100%;
    height: 2px;
}
.navbar .nav-item.active a{
    color: var(--orange);
    font-weight: 600;
}

.navbar .nav-item:hover a {
    color:var(--orange);
}
#header.ScrollY .navbar .nav-item .nav-link{
    color: #fff;
}
#header.ScrollY .navbar .nav-item .nav-link::before{
    background-color: #fff;
}
#header.ScrollY .nav-brand{
    color: #fff;
}
.navbar{
    transition: 0.35s ease-in;
}
#header.ScrollY .navbar{
    padding-top: 8px;
    padding-bottom: 8px;
}
/* ================ */
.bg-gaps{
    padding-top: 50px;
    padding-bottom: 50px;
}
.mb{
    margin-bottom: 40px;
}
.heading{
    font-size: 40px;
    color: #2A2930;
    opacity: 0.9;
    font-weight:700;
    letter-spacing: 1.25px;
    padding-bottom: 10px;
 
    
}
.heading-2{
    font-size: 40px;
    line-height: 1.5;
     color: #282B31;
     opacity: 0.9;
     font-weight:700;
     letter-spacing: 1.25px;
     padding-bottom: 10px;
 
}
.section__title,.blogs__title{
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: var(--text-63a);
    letter-spacing: 2px;
    font-family: 'Outfit', sans-serif !important;
 }

.heading__testimonial{
    opacity: 1;
}
.feature__card{
    background: #FCFCFE;
    margin-bottom: 30px;
}
.feature__card-heading{
    letter-spacing: 0.81px;
    line-height: 2;
    opacity: 0.9;
}
 .video__content {
     position: relative;
 }

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

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

/* ---------- */
.scrollTop.active {
    bottom: 40px;
    visibility: visible;
    opacity: 1;
}
.scrollTop {
    width: 40px;
    height: 40px;
    background-color:  #121A53 !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 500px;
    right: 8px;
    border: none;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    border-radius: 4px;
    transition: 2s ease;
    cursor: pointer;
    color: #fff;
}
.scrollTop i{
    font-family: 'Font Awesome 5 Free' !important;
}

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

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

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

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

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


.main .container {
    position: relative;
}

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

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

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


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

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

}

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

.social-btn-color {
    /* background-color: var(--blue-light-primary) ; */
    transition: -webkit-transform 0s;
    -o-transition: transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
    color: #ffffff;
    border: 0 !important;
    border-radius: 3px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sub_title {
    letter-spacing: 0.33;
}

.fontweight_bold {
    font-weight: 900;
}

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

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

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

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

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

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

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

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

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

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

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

/* .catalog_ul .catalog_list:hover .catalog_drop_menu{
    display:block !important;
    position: absolute;
    top:40px;
}
.catalog_ul .catalog_list:hover .quick_srch_menu{
    display: block;
    top:40px;
    left: inherit;
} */
.alert__no__products {
    font-size: 20px;
    color: #23233f;
    padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

/* .quick_srch_form{
    padding-top: 3px;
    padding-bottom: 3px;
} */
.notification-li {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

/* .catalog_list:hover .quick_srch_menu{
    display:block;
    position:absolute;
    -webkit-transform:translate3d(132px, 34px, 0px);
    transform: translate3d(132px, 34px, 0px);
    margin-top:0;
    top: 0;
    right: 0px;
    will-change: transform;
    z-index: 1000;
} */
/* .catalog_list:hover .catalog_drop_menu {
    display: block;
    position: absolute;
    -webkit-transform: translate3d(15px, 34px, 0px);
   transform: translate3d(15px, 34px, 0px);
   margin-top:0;
   top: 0;
   left: 0px;
   will-change: transform;
   z-index: 1000;
} */
.catalog_drop_menu {
    width: 230px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 16px;
    margin-top: 15px;
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    /* transition: all 0.5s;
    z-index: 997; */
}

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

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

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

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

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

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

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

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

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

.pagination {
    display: inline-block;
}

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

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

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

    font-size: 18px;
    font-weight: 600;
}

/* .pagination a:hover:not(.active) {background-color: #ddd;} */
/* ============HOME======== */
.register_link {
    font-weight: bold;
    color: #ec6b29;
    text-decoration: none;
    font-family: 'DiscoverSans-Bold', sans-serif;
}

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

.home_title-edit {
    color: #fff;
}

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

}

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

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

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

/* ========cvd====== */
.position-relative {
    position: relative;
}

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

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

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

.cvd_para {
    margin-bottom: 95px;
}

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

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

.contact_info:hover {
    color: #fcb116;
}

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

/*=========customer home======= */
.ftr_title {
    font-size: 30px;
    color: #23233f;
    font-weight: 600;
    line-height: 1.31;
    font-family: "DiscoverSans-Semibold";
}

.customer_home {
    position: relative;
}

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

.div_relative_home {
    position: absolute;
    width: 200px;
    left: 45%;
    transform: translateX(-70%);
    bottom: 2%;
    font-size: 14px;
    text-align: justify;
    color: #3d3f44;
    line-height: 1;
}

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

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

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

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

.popular__search__card {
    width: 100%;
    height: 320px;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98);
}

.card__img {
    padding-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quick_links_block {
    display: inline-block;
}

.quick_links_block li {
    display: inline-block;
}

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

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

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

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

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

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

/* .external_links_icon{
    margin-left: -2px;
} */
.social_icon_ul li a img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

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

.footer__padding {
    padding-right: 2.4rem;
}

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

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

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

.quick__links_new {
    font-size: 13px;
}

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

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

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

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

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

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

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

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

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

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

.alert__product__status {
    font-size: 13px;
}

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

.ftr_card {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
    height: 325px;
    /* width: 310px; */
}

/* .ftr_card .ftr_cardImg{
    padding:20px;
} */
.ftr_card .ftr_cardImg img {
    height: 230px;
    width: 230px;
}

.product_desc {
    height: 80px !important;
}

.product__name {
    font-size: 18px;
}

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

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

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

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

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

.btn_ftr:hover {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.related__product_card {
    height: 340px !important;
}

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

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

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

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

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

/* ======HELP===== */
.contactInfo:hover {
    color: #23233f;
    text-decoration: none;
}

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

/* ======PRIDE DECAL====== */
.product__other__image {
    margin-right: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

 
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* .shipping_detail_thd tr th:nth-child(3){
     
  } */
 
 
 
.close.popup-close {
    position: absolute;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -6%;
    top: -9%;
    border-radius: 50%;
    color: white;
    border: solid 2px #ffffff;
    padding: 8px 14px;
    opacity: 1;
    z-index: 1;
}

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

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

.headingImg {
    display: none;
} 
.hero-banner{
    background-color: red;

}
.banner-content{
    transform: translateY(100%);
}
.swiper {
    height: 615px;
    overflow-x: hidden !important;
    position: unset !important;
    margin-bottom: 50px;
  }
  .swiper-wrapper{
    position: unset !important;
  }
  .swiper-scrollbar-drag{
    background: var(--blue-light-primary)  !important;
    border-radius: 0 !important;
  }
  
  .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    height: 3px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 85% !important;
    bottom: -9px !important;
  }
  .swiper-scrollbar{
    background: #ffffff !important;
  }
  .pinkbg{
    background: var(--blue-light-primary);
  }
  .industry .card img{
    width: 80px;
  }
  .industry .card{
    border-radius: 20px;
    margin-bottom: 2rem !important;
    height: 286px;
  }
  .industry .card:hover{
    background-color: var(--blue-light-primary) ;
    color: #fff;
    transition-duration: 0.5s;
  }
  .industry .card:hover .btnoutline_primary{
    border-color: #fff;
    color: #fff;
  }
  .industry .card.active{
    background-color: var(--blue-light-primary) ;
    color: #fff;
  }
  .featureSec .card.f_card_box {
    margin: auto;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
  }
  /* .featureSec{
    background-color: var(--blue-light-primary) ;
  } */
  .featureUser{
    position: absolute;
    bottom: -62px;
    right: -185px;
  }
    .card.f_card_box h4 {
        font-size: 18px !important;
        text-align: left;
    }
    section.sec-gap.client_say {
        background-color: #2A2828;
    }
    .client_say .slider__item{
        background-color: #fff;
        padding: 1.5rem 0.5rem;
        border-radius: 12px;
        
    }
    .client_say .slider_profile_title {
        margin-left: 15px;
    }
    .client_say .slider_item_body {
        margin-top: 19px;
    }
    .client_say h2{
        color: #fff;
        margin-bottom: 1rem;
    }
    .client_say .slider_profile_title p{
        color: #181818;
        opacity: 0.6;
    }
    /* faq */
    .faqs{
        background: #F2F2F8 0% 0% no-repeat padding-box;
    }
    .category_row {
        margin-top: 33px;
    }
    .question {
        background-color: #fff;
        margin-bottom: 27px;
        border-radius: 0 20px 0 0;
    }
    .question-btn {
        border: none;
        background-color: transparent;
        cursor: pointer;
        padding: 28px 40px;
        border-radius: 0 20px 0 0;
    }
    .faq_haeder {
        letter-spacing: 1.82px;
        color: #2a2930;
        opacity: .8;
        font-size: 26px;
    }
    .minus-icon {
        display: none;
    }
    .question-text {
        padding: 0 40px 28px 100px;
        letter-spacing: 1.82px;
    color: #2A2930;
    opacity: .8;
    font-size: 20px;
    }
    .show-text .question-text {
        display: block;
    }
    .question-text {
        display: none;
    }
    button:focus {
        outline: none;
        outline: unset;
    }
    .arrowIcon {
        width: 60px;
        text-align: left;
    }
    .show-text .plus-icon {
        display: none;
    }
    .show-text .minus-icon {
        display: inline;
    }
    .faq-card-body a{
        color: var(--blue-light-primary) ;
        text-decoration: none;

    }
    article.question.show-text{
        border-left: 4px solid var(--blue-light-primary) ;
    }
    /* Blog */
.widget {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #eee;
}
.widget.search .h6, .widget.latest-posts .h6 {
    font-size: 1.3rem;
}
.widget.search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: .95em;
    font-family: open sans,sans-serif;
    font-weight: 400;
    background: 0 0;
}
.widget.latest-posts a {
    display: block;
    color: #555;
    text-decoration: none;
}
.widget.latest-posts .item {
    margin-bottom: 20px;
}
.widget.latest-posts .image {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 20px;
}
.post .avatar {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}
.btnPrimary{
    color: #fff;
    margin-left: 16px;
    padding: 8px 16px;
    border: 2px solid var(--blue-light-primary) ;
    border-radius: 5px;
    background-color: var(--blue-light-primary) ;
    font-weight: 600;
}
.btnPrimary:hover{
    color: #fff;
}
.outlineBtn {
    color:  #fff;
    margin-left: 16px;
    padding: 8px 16px;
    border: 2px solid var(--blue-light-primary) ;
    border-radius: 5px;
    background-color: rgb(231, 11, 11);
    font-weight: 600;
    border: 1px soild rgb(231, 11, 11);
}
.outlineBtn:hover {
    background-color:  rgb(231, 11, 11);
    color: #fff;
}
.all-blog-cards .category{
    padding: 0px 0px;
}
.blog-titles {
    display: inline-block;
    padding: 5px 2px;
    font-size: 16px;
}
button:focus {
    outline: unset;
    outline: unset;
}
#searchData::placeholder{
    font-weight: 400 !important;
    font-size: 1rem;
    color: gray;
}
.blog_sec_img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 230px;
    width: 100%;
}
/* end blog */
.blogs-cards .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.blogs-cards .card:hover{
    -webkit-box-shadow: 2px 6px 25px 6px rgb(0 0 0 / 25%);
    box-shadow: 2px 6px 25px 6px rgb(0 0 0 / 25%);

}

.hide_upcoming_seminars .card.border-0 {
    height: 480px;
    overflow: hidden;
}
.hide_upcoming_seminars .owl-stage.all_upcoming_seminars{
    margin-bottom: 10px;
}
.blogs .blogs-cards .card .card-title{
    line-height: normal;
    color: var(--blue-light-primary)  !important;
    height: 75px;
    text-align: left;
    overflow: hidden;
}
.blogs .blogs-cards .card a.card-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: rgba(0, 1, 19, 0.6);
    text-decoration: none;
    height: 442px;
    overflow: hidden;
}
.industrialSec .imagediv,.seminar .imagediv {
    height: 180px;
    overflow: hidden;
}

.blogs .blogs-cards .card img.card-img-top {
    max-width: 100% !important;
    height: inherit;
    
}
.blogs a{
    text-decoration: none;
    color: rgba(0, 1, 19, 0.6);
}
.blogs a.card-desc:hover{
    color: rgba(0, 1, 19, 0.6);
}
.h-line__orange {
    width: 100px;
    height: 6px;
    border-radius: 3.5px;
    background-color: var(--blue-light-primary);
    margin: auto;
}
form.web_analysis {
    border-radius: 6px;
    -webkit-box-shadow: 0px 0.5px 14.6px 1.4px rgb(2 4 28 / 10%);
    box-shadow: 0px 0.5px 14.6px 1.4px rgb(2 4 28 / 10%);
    background-color: #252a3f;
    -webkit-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
    transition: all ease-in .5s;
    color: #fff;
    position: sticky;
    top: 0px;
    padding-bottom: 1rem;
}
.industry .card .dis {
    height: 106px;
    overflow: hidden;
}
.notfound a{
    background: var(--blue-light-primary)  !important;
    box-shadow: 0px 4px 15px -5px var(--blue-light-primary)  !important;
}
.client_say .slider__item{
    min-height: 175px;
}
.client_say .slider__item img{
    transform: scaleY(1.1);
}
.heroSlider .slide {
    position: static;
}

.heroSlider .carousel-caption {
    position: absolute;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    top: 50%;
    right: unset;
    transform: translateY(-50%);
}

.heroSlider .carousel-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.heroSlider .item {
    height: 86vh;
    position: relative;
}

.heroSlider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heroSlider .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.heroSlider .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

.heroSlider .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.heroSlider .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}

.heroSlider .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

.heroSlider .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}


.heroSlider .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.heroSlider .owl-nav .owl-prev:focus {
    outline: 0;
}

.heroSlider .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.heroSlider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.heroSlider .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.heroSlider .owl-nav .owl-next:focus {
    outline: 0;
}

.heroSlider .owl-nav .owl-next:hover {
    background: #000 !important;
}

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}

ul.handright {
    list-style: none;
    padding: 0;
  }
  ul.handright li {
    padding-left: 1.5em;
  }
  ul.handright li:before {
    content: "\f0a4"; /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.5em; /* same as padding-left set on li */
    color: var(--blue-light-primary) ;
  }
  .card-body.news-body{
    height: 263px;
  }
  .industrialSec .card-body.news-body{
    height: auto;
  }
  .industrialSec .blogs .blogs-cards .card .card-title{
    height: 97px;
  }
  .industrialSec .blogs .blogs-cards .card .card-desc{
    display: block;
    height: 108px;
    overflow: hidden;
  }
  span.ribbon3 {
    display: none !important;
}
.contact__form {
    position: absolute;
    top: 50%;
    right: 39%;
    transform: translateY(-50%);
    z-index: 1;
}
/* video */
.play__icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.modal-width {
    max-width: 60%;
}
div#video-pop-up {
    z-index: 99999;
}
.slideContent{
    position: absolute;
}
.expert-advice .card{
    background-color: var(--blue-light-primary) ;
    color: #fff;
    border-radius: 12px;
    margin-bottom: 1.5rem !important;
}
.expert-advice .dis p.h2{
    font-family: "Gilroy-ExtraBold";
}
.expert-advice .sub-heading{
    font-size: 1.3rem;
}
.expert-advice .dis {
    min-height: 165px;
}
.expert-advice .dis hr {
    border-color: #ffffffb3;
}
.expert-advice .card img{
    max-width: 95px;
    background: #fff;
    border-radius: 50%;
    padding: 1rem;
}
a.contact-info.mob {
    font-size: 20px;
}
.contact-info i.fa.fa-phone{
    transform: rotate(90deg);
}
.offer__card{
    box-shadow: 0 14px 30px 0 rgb(0 0 0 / 12%);
    margin-top: 30px;
    min-height: 260px;
    position: relative;
    margin-bottom: 2.3rem;
}
.offer__cardbody{
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}
.offer__cardbody .card-heading{
height: 102px;
overflow: hidden;
}
.offer__cardbody h5{
    font-size: 17px;
    color: #000;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .6px;
    margin-bottom: 0.5rem;
}
.highlight_course a{
    text-decoration: none;
}
.offer__cardbody p{
    margin-bottom: .5rem;
    opacity: 0.5;
    display: block;
    color: #000
}
.enroll__btn{
    background: var(--blue-light-primary);
    border: 1px solid transparent;
    border-color: var(--blue-light-primary);
    border-radius: 2px;
    padding: 14px 19px;
    
    border-radius: 6px;
    padding: 6px 12px;
    letter-spacing: .5px;
    display: inline-block;
    margin-bottom: 1rem;
    color: #fff !important;
    text-decoration: none;
    position: absolute;
left: 50%;
bottom: 3px;
transform: translateX(-50%);
}
.enroll__btn:hover{
    text-decoration: none;
    background-color: #ffffff;
    border-color: 1px solid var(--blue-light-primary) !important;
    color: var(--text-blue-33c) !important;
}
.offerings-images {
    position: absolute;
    bottom: 64%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
}

.offer__card:hover .circle-svg {
    fill: var(--blue-light-primary);
}
.office-address {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6em;
    background-color: var(--blue-light-primary) ;
}
p.reading-content.pt-2 {
    background-color: #e0e0e16e;
    padding: 1rem;
}

.broucher .button {
    display: inline-flex;
    height: 55px;
    padding-left: 1rem;
    padding-right: 1rem;
    background: var(--blue-light-primary) ;
    border: 2px solid var(--blue-light-primary) ;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 600;
  }
  .broucher .button:hover{
    background: transparent;
    color: #2A2930;
  }
  .broucher a {
    color: #BFC0C0;
    text-decoration: none;
    letter-spacing: 1px;
  }
  .broucher i.arrow-hover {
    margin-left: 10px;
}

/* course */
.front__card {
    background-color: #FAFAFC;
    height: 310px;
    border: none;
    transform: translateY(0);
    -webkit-transition: -webkit-box-shadow .2s ease-in-out,-webkit-transform .35s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out,-webkit-transform .35s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out,transform .35s ease-in-out;
    transition: box-shadow .2s ease-in-out,transform .35s ease-in-out;
    transition: box-shadow .2s ease-in-out,transform .35s ease-in-out,-webkit-box-shadow .2s ease-in-out,-webkit-transform .35s ease-in-out;
}
.front__card:hover {
    background: transparent linear-gradient(250deg, var(--blue-light-primary)  0%, #e84842 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 11px 11px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 11px 11px 0 rgb(0 0 0 / 16%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.front__card p {
    opacity: .8;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: rgba(2,5,33,.8);
    margin-bottom: 0;
    margin-top: 12px;
}
.front__card:hover p {
    color: #fff !important;
    opacity: 1;
}
.btn.btn-gradient {
    background: transparent -o-linear-gradient(200deg, var(--blue-light-primary)  0%, #e84842 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(250deg, var(--blue-light-primary)  0%, #e84842 100%) 0% 0% no-repeat padding-box;
    width: 220px;
    height: 50px;
    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;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.08px;
    border-color: var(--blue-light-primary) ;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    border-radius: 0 !important;
    overflow: hidden;
}
.btn.btn-gradient:hover {
    background-color: #fff;
    border-color: #fff;
}
.btn.btn-gradient::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: transparent -o-linear-gradient(200deg, #fff 0%, #fff 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(250deg, #fff 0%, #fff 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    border-radius: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.front__card .h3 {
    /* color: var(--black-primary); */
    font-size: 25px;
}
.front__card:hover .h3 {
    color: #fff;
}
.front__card:hover .btn.btn-gradient {
    background-color: #fff;
    border-color: #fff;
}
.course_btn {
    bottom: 1.25rem;
    /* left: 1.25rem; */
}
.position-absolute {
    position: absolute!important;
}
/* details */
.bg-white {
    background-color: #fff!important;
}
.transform-section {
    margin-top: -52px;
    z-index: 999 !important;
}
#quote-request .circle-login img{
    width: 80%;
}
.submit_contact_button{
    border-radius: 10px;
}
.dowload-broucher{
    font-size: 18px;
    font-weight: 600;
    color: var(--blue-light-primary)  !important;
    display: block;
    margin-bottom: 0.3rem;

}
.contact-info.mob.first_nav_content{
    color: #fff !important;
}
.contact-info.mob.first_nav_content:hover{
    color: #fff !important;
}
.enquireModalbtn{
    position: absolute;
    bottom: 20px;
    right: 20px;
    right: 7%;
}
.enquireModalbtn button{
    padding: 10px 14px;
}
.course_about ul{
    list-style: unset;
}
.course_about ol {
    list-style: auto;
}
.course_about ::marker {
    color: #212529 !important;
}
.course_about ::marker {
    letter-spacing: 1px;
}
.reason .reason-cards .reason-circle {
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 20 / 8%);
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    border-radius: 50%;
}
.reason-circle img{
    width: 50px;
}
.reason.sec-gap .btn{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.faqs span.minus-icon img {
    width: 40px;
}
.faqs .plus-icon img{
    width: 40px;
}
.submit_enquiry .btnPrimary:hover{
    color: #fff
}
.training-procedure img{
    width: 50% !important;

}
.course-details ul{
    margin-left: 20px;
}
.course-details ol{
    margin-left: 20px;
}
table, table tr, table td {
    border: 1px solid #000;
}
.bg-lightgray{
    background-color: #F3F3F3;
}
.note-sec .container .content{
    background-color: yellow;
}
ul.handright.light li:before{
    color: #fff;

}
.about-why-techaedu img{
    width: 80%;
}

/* ==============New Footer Style================ */
.footer__allLinks li{
    margin-bottom: 20px;
}
.footer__allLinks li a{
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0.02em;
    opacity: 0.9;
}
.footer__allLinks li a:hover{
    opacity: 1;
}
.heading{
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    color: #ffffff;
}
.bg-copyright{
    padding-top: 19px;
    padding-bottom: 19px;
    position: relative;
    z-index: 1;
}
.bg-copyright::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--orange);
    opacity: 0.9;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-copyright .container{
    border-top: 1px solid #fcb6a1;
    padding-top: 15px;
}
.footer-copyright{
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #ffffff;
    opacity: 0.8;
}
.footer-icon{
    margin-left: 10px;
}
.course_card .course-dtails {
    min-height: 100px;
}
section.ind-offered .owl-dots.disabled{
    display: block !important;
}
/* about main page */
.missionVission{
    background-color: #7E85F9;
}
.aboutUsMain.scrolling-about {
    overflow-x: hidden;
    height: 100%;
}

.aboutUsMain .mission-head {
    background-color: #fff;
    width: 192px;
    height: 84px;
    margin: 0 auto;
    border-radius: 47px;
    line-height: 5;
    color: var(--text-63a);
    font-size: 17px;
}

.aboutUsMain .vertical-line {
    width: 1px;
    border-left: 4px dashed #cacaca;
    margin: 0 auto;
    height: 100%;
}

.aboutUsMain .mission {
    position: relative;
    left: -572px;
    width: 500px;
    text-align: center;
    top: -33px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: -1px 5px 20px 4px rgb(0 0 0 / 10%);
    box-shadow: -1px 5px 20px 4px rgb(0 0 0 / 10%);
}

.aboutUsMain .vision-head {
    position: relative;
    left: -96px;
    top: 22px;
}

.aboutUsMain .mission-head.values-head {
    position: relative;
    left: -99px;
}

.aboutUsMain .vision {
    position: relative;
    left: 66px;
    width: 500px;
    text-align: center;
    top: -20px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: -1px 5px 20px 4px rgb(0 0 0 / 10%);
    box-shadow: -1px 5px 20px 4px rgb(0 0 0 / 10%);
}

.aboutUsMain .no-mission,
.aboutUsMain .no-vision {
    background-color: #44489d;
    color: #fff;
}

.aboutUsMain .noscroll-about {
    margin-top: 15px;
}

.aboutUsMain .about__us {
    background-color: var(--main-bg-white);
}

.aboutUsMain .mb-28 {
    margin-bottom: 28px;
}

.aboutUsMain .about__us p {
    letter-spacing: 0.99px;
    color: #323442;
    opacity: 0.8;
    font-size: 16px;
}
.aboutUsMain .img-center img{
    border-radius: 40px 0px 40px 0px;
}
.sdnTestimonials__item img {
    transform: scaleY(1.1) !important;
}
.choosen{
    padding-top: 30px;
    padding-bottom: 30px;
}
.choosen_card{
    border: none;
    width: 77%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.choosen_title h5{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.3px;
    color: var(--text-053);
    margin-top:24px;
    margin-bottom: 9px;
}
.choosen_para p{
    font-size: 16px;
    line-height: 28px;
    color: var(--text-053);
    opacity: 0.8;
    text-transform: capitalize;
}
.custom_hr{
    margin-top: 2rem;
    margin-bottom: .5rem;
    border-top: 1px solid #E6EAF4;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.circle-login img {
    width: 80%;
}
.blogHeading{
    display: block;
    min-height: 50px;
    overflow: hidden;
}
.blogDescription{
    display: block;
    min-height: 152px;
    overflow: hidden;

}
.blogs.seminar .seminarcard .blogs-cards{
    margin-bottom: 20px;
}
.blogs.seminar .seminarcard .seminarCardHeading{
    overflow: hidden !important;
    min-height: 73px !important;
    display: block !important;
}
.blogs.seminar .seminarcard .seminarCardHeading h4{
    color: var(--blue-light-primary) !important;
}
.blogs.seminar .seminarcard .seminarCarddescription {
    display: block !important;
    min-height: 119px !important;
    overflow: hidden !important;
}
.course_card{
    background: #FFFFFF;
    border: 2px solid #EAEAEA;
    border-radius: 17px;
    padding: 12px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
 }
 .course_card_img img{
     border: 17px;
 }
 .course_card_content h3{
     /* or 150% */
     color: var(--text-222);
     font-weight: 500;
     font-size: 18px;
     letter-spacing: 0.02em;
     line-height: 25px;
     margin-top: 13px;
     margin-bottom: 5px;
     height: 75px;
     overflow: hidden;
 }
 .course_card_content p{
     font-size: 16px;
     line-height: 22px;
     letter-spacing: 0.02em;
     color: #94959B;
     /* height: 86px; */
 }
 .upcoming_seminars_sec .card.border-0{
    height: 431px;
 }
 section.blogs.my-4.other-industrial-visit .card-body.news-body {
    height: 213px !important;
}
section.blogs.my-4.other-industrial-visit .blogs-cards{
    margin-bottom: 25px !important;
}
.teambanner{
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;

}
.owl-theme.course-details .owl-dots {
    position: absolute;
    right: 4%;
    bottom: 3%;
}
.owl-theme.course-details .owl-dots .owl-dot span{
    width: 20px;
    height: 5px;
    background: #858282 !important;
    border: none;
}
.owl-theme.course-details .owl-dots .owl-dot.active span{
    background: #fff !important;
}
.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}
.py-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.class-type .course-tabs {
    width: 50%;
    text-align: center;
    background-color: #EDEEFC;
    font-size: 1.5rem;
    position: relative;
    padding: 0.8rem 0;
}
.offlineClasss{
    border-radius: 0px 8px 8px 0px;   
}
.onlineClass{
    border-radius: 8px 0px 0px 8px;
}
.course-tabs li a{
    text-decoration: none;
    color: #000929;
    opacity: 0.5;
    letter-spacing: -0.01em;
}
.course-tabs li.active a{
    color: #7E85F9;
    opacity: 1;
}

.course-tabs.border-right:after {
    content: "";
    width: 2px;
    height: 80%;
    border: 1px solid #7E85F9;
    display: inline;
    position: absolute;
    right: 0px;
    top: 5px;
    opacity: 0.5;
}
.rightList li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 13px;
}
.syllabus-heading{
    background-color: #EDEEFC;
    padding: 1rem 0;
    text-align: center;
    border-radius: 8px;
}

.grid-container {
    /* display: grid;
    grid-template-columns: auto auto;
    padding: 10px; */
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  .grid-item {
    flex: 50%;
  padding: 5px 8px;
  }
  .btn-outline{
    border: 1px solid #7E85F9;
    background-color: #F4F3FB;
    border-radius: 30px;
    color: #7E85F9;
    padding: 10px 20px;
  }
  .btn-outline:hover{
    border: 1px solid #7E85F9;
    background-color: #7E85F9;
    border-radius: 30px;
    color: #212529;
    padding: 10px 20px;
  }
  .brochureBtn:hover{
    color: #fff !important;
  }
  .exams-certification{
    background: linear-gradient(0deg, #7E85F9, #7E85F9), #EDEEFC;
    border-radius: 8px;
    color: #fff !important;
    padding: 4rem;
  }
  .exams-certification p, .exams-certification h3{
    color: #fff !important;
  }
  .exams-certification p{
    color: #fff !important;
    font-size: 18px;
  }
  .class-type.skill .course-tabs{
    width: 33.33%;
  }
  .placement__item {
    padding: 2.5rem 1rem;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    height: 210px;
    text-align: center;
    margin-bottom: 3rem;

}
.placement__item img{
    max-width: 75px;
    margin: auto;
}
p.placement-heading{
    font-weight: 600;
    margin-top: 1rem;
}
.online-training-quotation{
    border: 1px solid #E0DEF7;
    border-radius: 8px;
    padding: 1rem;
}
.pointer.h-100 {
    border-right: 1px solid #D9D9D9;
    height: 99% !important;
    margin-top: 30px;
}
.border-div {
    width: 62px;
    padding-right: 30px;
}
.pointer:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #7e85f9;
    display: inline-block;
    position: relative;
    left: 0px;
    top: 10px;
    transform: translate(9px, -7px);
    border: 1px solid #fff;
    outline: #7e85f9 solid 2px;
}
.enq-course-service {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 40px;
}
.industrialSec .blogs .blogs-cards .card .card-title{
    height: 80px;
}
.industrialSec .blogs .blogs-cards .card .card-desc{
    min-height: 100px;
}
.otherIndustrialCard .blogs-cards .card-img-top{
    width: auto !important;
    display: block;
    margin: auto;
}
.otherIndustrialCard .blogs-cards .card>a{
   background-color: #e9eaf4;
   height: 200px;
   max-height: 200px !important;
   overflow: hidden;
}
.otherIndustrialCard .blogs-cards .card>a img{
    height: 200px !important;
    max-height: unset !important;
}
.page-footer .footer-call-link,.footer-call-link{
    color: #ffffff !important;

}
li.nav-item.course-tabs.onlineClass:after,li.nav-item.course-tabs.courseDuration:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 40px;
    position: absolute;
    right: 0px;
    border-right: 2px solid #7e85f9f7;
}
.ind-offered .offer-img-content{
    height: 275px;
    overflow: hidden;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #fff !important;
}
.navbar a.dropdown-item:hover  {
    color: #000 !important;
}
.navbar a.dropdown-item  {
    color: #000 !important;
}
#navbarNav .dropdown-menu {
    max-width: 300px;
    overflow: hidden;
    overflow-x: auto;
}

.course_card_img .courseImage{
    width: 100%;
    height: 200px;
    border-radius: 15px;
}
.contactform .btnoutline_primary{
    border-color: #fff;
    color: #fff;

}
.contactform .btnoutline_primary:hover{
    background-color: #fff;
    color: #2A2930;

}
.jssocials-share-logo::before{
    font-family: 'Font Awesome 5 Brands' ;
}

/* ========= media query ======= */
@media (min-width:768px) {

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

@media (min-width:992px) {

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

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

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

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

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

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

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

    .customer_card {
        width: 100% !important;
    }

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

    }

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

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

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

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

    .freesignage__logo__img {
        width: 250px;
    }

    section.banner_home.d-flex.justify-content-center.align-items-center {
        height: 60vh;
        width: calc(99% - -11px);
        padding-left: 0px;
    }
    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
        width: 70% !important;
    }
}


@media only screen and (min-width:1920px) {
    #wrap {
        min-height: 87% !important;
    }

    .dcv_login_home {
        height: 35vh !important;
    }

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

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

    .circle__div-title {
        width: 443px;
    }

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

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

    /* end */
    .banner_home,
    .cvd {
        height: 624px !important;
    }

    /* update */
    .px-lg-0 nav.navbar.navbar-expand-lg.second-navbar .container {
        max-width: 1573px;
    }

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

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

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

    .banner_home,
    .cvd {
        height: 500px !important;
    }

    .cvd~.page-footer.footer .links_box .container {
        max-width: 1573px;
    }

    /* banner befor login */
    .dcv_home.banner__customer {
        height: 676px !important;
    }

    .circle__div.d-flex.justify-content-center.align-items-center {
        width: 677px !important;
        height: 677px !important;
    }

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

    .container {
        max-width: 1573px;
    }

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

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

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

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

    /* end */
}

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

@media (min-width: 992px) {
    .col_lg_2 {
        -ms-flex: 0 0 19% !important;
        flex: 0 0 19% !important;
        max-width: 19% !important;
    }
}
@media only screen and (max-width:1600px){
    .offer__card{
        min-height: 302px;
    }
    .offerings-images{
        bottom: 71%;
    }
    .offer__cardbody .card-heading {
        height: 130px;
        overflow: hidden;
    }

}

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

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

    .popular__search__card {
        width: 320px;
    }

    .quick_links_block {
        display: flex;
    }

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

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

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

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

@media only screen and (max-width:1280px){
    .swiper {
        height: 576px;
    }
    .industry .card{
        height: 290px;
    }
    .industry .card .dis {
        height: 154px;
    }
    .modal-width {
        max-width: 70%;
    }
    .expert-advice .dis {
        min-height: 190px;
    }
    .offer__card {
        min-height: 335px;
    }
    .offer__cardbody .card-heading {
        height: 151px;
    }
    .offerings-images {
        top: 2px;
        bottom: 0px !important;
    }
    section.courses_details .text-white.f-32.pt-4 {
        font-size: 27px;
    }
    .training-procedure img {
        width: 60% !important;
    }
    .contact__form{
        top: 32% !important;
    }
    .blogs.seminar .seminarcard .seminarCarddescription {
        display: block !important;
        height: 106px !important;
        overflow: hidden !important;
    }
    .blogs.seminar .seminarcard .seminarCardHeading {
        overflow: hidden !important;
        height: 88px !important;
        display: block !important;
    }
    .industrialSec .card-body.news-body {
        height: auto;
    }
    .industrialSec .blogs .blogs-cards .card .card-title {
        height: 95px;
    }
    .industrialSec .blogs .blogs-cards .card .card-desc {
        display: block;
        min-height: 125px;
        overflow: hidden;
    }
 }
@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;
    }
    .common_container {
        width: 100%;
    }
    .modal-width {
        max-width: 80%;
    }
    .enroll__btn{
        width: 127px;
    }
    .training-procedure img {
        width: 70% !important;
    }
    .course_card .course-dtails {
        min-height: 130px;
    }
    .industrialSec .blogs .blogs-cards .card .card-title {
        height: 85px;
    }
    .industrialSec .blogs .blogs-cards .card .card-desc {
        display: block;
        min-height: 125px;
        overflow: hidden;
    }
}

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

    .discover_logo {
        max-width: 100px;
    }

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

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

    .logo_brand {
        width: 250px;
    }

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

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

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

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

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

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

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

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

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

    .customer_card {
        width: 100% !important;
    }

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

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

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

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

    .free__signage_sec {
        height: 250px !important;
    }

    .free__signage__banner__logo {
        width: 120px !important;
    }

    .customer_home {
        height: 250px !important;
    }
}

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

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

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

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

@media only screen and (max-width:1440px) {
    /* .dcv_home {
                 height: 400px !important;
             } */
}

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

    .banner__customer {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .desktop-bg{
        width: 500px !important;
        right: 0 !important;
    }

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

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

    .banner__customer::before {
        width: 200px;
    }
    .banner-content {
        transform: translateY(50%);
    }
    .heading {
        font-size: 30px;
    }
    .contact__form{
        right: 0px !important;
        top: 199px !important;
    }
}

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

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

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

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

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

@media only screen and (max-width:999px) {
    /* .home_title {
                font-size: 25px;
            } */
}

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

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

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


}

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

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

    .freesignage__logo__img {
        width: 240px;
    }

    .nav-pills .nav__pill__link {
        font-size: 14px;
    }

    .dcv_help {
        background-position: 23% 100% !important;
    }
     .desktop-bg {
         width: 400px !important;
         top: 50% !important;
         right: 0% !important;
     }
}

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

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

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

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

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

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

    .navbar-brand {
        color: #010101;
    }

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

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

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

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

    select {
        background-position: 100% 22px !important;
    }

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

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

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

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

    #password_one {
        border-bottom: none;
    }

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

  

    .searchForm {
        margin-left: auto;
    }

    .search_ul .search_ul_list {
        margin: 0;
    }

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

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

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

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

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

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

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

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

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

    .btn_primary {
        font-size: 14px;
    }


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

    .right_content {
        border-radius: 10px;
    }

    .login__banner {
        display: none !important;
    }

    .register__banner {
        display: none;
    }

    .img__login-register {
        display: block;
    }

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

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

    .banner__customer::before {
        content: none;
    }

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

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

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

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

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

    .contact_info {
        font-size: 15px;
    }

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

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

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

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

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

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

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

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

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

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

    /* =========POST LOG IN======= */

    .emv_migration .emv_card {
        width: 90%;
    }

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

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

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

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

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

    .flex_column {
        flex-direction: column;
    }

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

    .prfl_input .prfl_input_control {
        width: 100%;
    }

    .order_detail {
        display: block !important;
    }

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

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

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

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

    /* ==========HELP======== */
    .dcv_help {
        background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("<?php echo IMAGE_PATH?>help_img.png") !important;
        background-size: cover !important;
        background-position: center !important;
    }

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

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

    .popular__search__card {
        margin-bottom: 20px;
    }

    .popular__search__card {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

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

    /* .circle__div-title p {
         font-size: 25px;
     } */
    .div_relative_home {
        bottom: auto;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

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

    .dcv_home {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .home_title {
        /* color: #fff !important; */
        text-align: left !important;
    }

    .dcv_logoDiv h6 {
        /* color: #fff; */
        font-size: 14px;
    }

    .help_content h6 {
        color: #fff;
    }

    .emv_card .emv_card-title {
        margin-bottom: 20px;
    }

    .emv_migration .container_fluid .ftr_title {
        text-align: center;
    }

    .ftr_title {
        text-align: center;
    }

    .homeTitle {
        text-align: left !important;
        color: #fff !important;
    }

    .home_login {
        color: #fff;
        font-size: 13px;
    }

    /* .customer_card{
       height: 400px;
   } */
    .cart_title-prideDecal {
        font-size: 25px;
    }

    /* -------free signage logos */
    .free__signage__logos__sec {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .signage__title {
        font-size: 25px;
    }

    .free__signage__banner__logo {
        width: 160px !important;
    }

    .profile_menu_box {
        margin-top: -12px !important;
        left: -50px !important;
        transform: translate3d(-70px, 74px, 0px) !important;
    }

    .pride_decal_card {
        height: 200px !important;
    }

    .free__signage_sec ul.nav.nav-pills {
        height: 36vh !important;
    }

    .free__signage_sec h1 {
        font-size: 2rem;
        line-height: 36px;

    }

    .free__signage__logos__sec .signage__title {
        font-size: 2rem !important;
    }

    .free__signage_sec .free__signage__banner__logo {
        margin-top: 1rem !important;
    }

    /* .userInfo .cancel_btn,
       .btn_primary-shdw {
           padding: unset !important;
           padding: 4px 13px !important;
           font-size: 1rem;
           margin-right: 10px;
       } */
    .product__main__img img {
        width: 180px;
        height: 180px;
    }

    .slider__img__div.cvd {
        margin-left: 3.5rem !important;
    }

    .accordion .card-link:after {
        right: -13px !important;
        /* top: ; */
    }

    .notification_update_modal_content>p {
        word-break: break-word !important;
        font-size: 13px;
        text-align: justify !important;
    }

    /* .item_qty_box {
          width: 170px !important;
      } */
    /* user */
    .usr_prfle .usr_ul .usr_ul_li.active::after {
        left: -8px;
    }

    .border__right__none {
        border-right: none !important;
    }

    .all_address_list {
        padding-left: 2px;
        padding-right: 2px;
    }

    .px_3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .notification_update_modal_content {
        padding: 105px 15px 80px;
    }

    #menu_profile::after {
        color: #313c97;
    }

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

    .row__color>div p:nth-child(1) {
        line-height: 24px !important;
    }

    /* admin */
    .custom_addForm_control {
        width: 100%;
    }

    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: 100%;
    }

    .drift-zoom-pane.drift-open {
        z-index: 1025;
        width: 95% !important;
        overflow: hidden !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

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

    .home_title.home_title-edit.homeTitle.ie_margin p span:nth-of-type(2) {
        font-weight: unset !important;
        font-size: 40px !important;
    }

    button.btn.btn-outline-warning.cancel_btn.shadow-0.text-uppercase {
        margin-bottom: 5px;
        font-weight: normal;
        font-size: 14px;
        font-family: "DiscoverSans-Semibold";
        outline: none !important;
        margin-top: 5px;
    }

    .modal-footer>:not(:first-child) {
        margin: auto;
    }

    #add_address .btn-outline-warning.cancel_btn {
        font-size: 16px;
        font-weight: 400;
        font-family: 'DiscoverSans-Medium';
    }

    section.searchSec.py-5 {
        padding-top: 0px !important;
    }

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

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

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

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

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

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

    .swiper-button-next, .swiper-button-prev{
         top: 110% !important;
    }contactUs
    .hero-banner{
        min-height: 93vh !important;
    }
    .banner-content {
    transform: translateY(90%);
}
    .hero-banner h1 {
        font-size: 1.5rem;
    }
    .featureSec{
        background-image: none !important;
    }
    .question-btn{
        padding: 15px 15px !important;
    }
    .questions .faq_haeder, .questions .question-text{
        font-size: 14px;
    }
    img.img-plus-minus {
        width: 30px;
    }
    .industrialSec .contactUs{
        padding-top: 0px !important;
    }
    .industrialSec section#latestblog {
        padding-bottom: 0px !important;
    }
    .heroSlider .item img {
        width: 100%;
        height: 291px;
        object-fit: cover;
      }
    img.sm-objectfit-none{
        object-fit: none !important;
    }
      .heroSlider .item .cover .header-content h2 {
        font-weight: 300;
        font-size: 16px;
        color: #fff;
      }
      .heroSlider .item .cover .header-content h1{
        font-size: 22px;
      }
      .heroSlider .item{
        height: auto;
      }
      .heroSlider .item .cover .header-content{
        padding: 15px;
      }
      .heroSlider .item .cover .header-content .line{
        border: 4px solid #fff;
      }

      .modal-width {
        max-width: 100%;
    }
    .collaborationSec.collaborationSec-sm{
        padding-bottom: 132px !important;
    }
    .collaborationSec{
        padding-bottom: 30px !important;
    }
   
  .sec-gap{
        padding-top: 30px;
        padding-bottom: 30px;
  }
  .category_row-sm{
        margin-top: 0;
  }
  .offer__card{
       margin-top: 78px;
  }
  .offer__card-first{
       margin-top: 46px;
  }
  .offer__card{
       width: 90%;
       margin-left: auto;
       margin-right: auto;
  }
  .broucher .button{
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .offer__card{
    margin-bottom: 1rem;
  }
  .course_card .course-dtails {
    min-height: auto;
    margin-bottom: 15px;
}
.hero-banner,.top_section{
    background-size: cover !important;
}
.section__title, .blogs__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: var(--text-63a);
    letter-spacing: 2px;
}
.border-div{
    display: none;
}
.ind-offered .offer_carousel-content p {
    height: 70px;
    overflow: hidden;
}
.section__title{
    line-height: 32px;
    margin-bottom: 15px;

}
.hero-banner{
    min-height: 215px !important;
}
section.blogs.my-4.other-industrial-visit .card-body.news-body{
    height: auto!important;
}
.blogs .blogs-cards .card .card-title{
    height: auto !important;
}
.industrialSec .blogs .blogs-cards .card img.card-img-top{
    height: auto;
}
.exams-certification{
padding: 2rem;
}
.certification_file_sec{
    margin-top: 1rem !important;
}
.certification_file_sec img{
    margin-bottom: 1.2rem;
}
.nav-tabs .tabLink{
    font-size: 12px !important;
    font-weight: 600 !important;
}
footer.page-footer.footer.pt-5 {
    padding-top: 1rem !important;
}
footer.page-footer .logo.mb-5 {
    margin-bottom: 1.5rem !important;
}
footer .col-mb-4.mt-3.mb-3 {
    margin-top: 0px !important;
}
.col-md-3.col-lg-3.col-xl-3.mx-auto.mb-md-0.mb-4.d-flex.justify-content-md-end{
    margin-bottom: 0px !important;
}

}

@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;
    }
    .training-procedure img {
        width: 100% !important;
    }
}

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

@media only screen and (max-width:485px) {
    .triangle__mobile-edit {
        left: 50px !important;
    }
}

@media only screen and (max-width:425px) {
    .nav-pills .nav__pill__link {
        font-size: 16px;
    }

    .triangle__mobile-edit {
        left: 130px !important;
    }

    .col_9 {
        -ms-flex: 0 0 68%;
        flex: 0 0 85%;
        max-width: 85%;
    }
    iframe.embed-responsive-item.paste_video_url {
        height: 210px !important;
    }
}

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

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

    .home_login {
        font-size: 12px;
    }
    iframe.embed-responsive-item.paste_video_url{
        height: 200px !important;
    }
}

@media only screen and (max-width:375px) {
    .service .container .service_card {
        height: 430px;
    }

    .progressbar li {
        font-size: 10px;
    }

    .service .service_container {
        transform: translateY(-20px);
        height: auto !important;
    }

    .count_div>img {
        width: 120px !important;
    }

    .catalog_list:hover .quick_srch_menu {
        transform: translate3d(94px, 29px, 0px);
        position: absolute;
        transform: translate3d(94px, 30px, 0px);
        top: 0px;
        left: 0px;
        will-change: transform;

    }

    .profile_menu_box {
        left: -65px !important;
        transform: translate3d(-70px, 74px, 0px) !important;
    }

    .freesignage__logo__img {
        width: 240px;
    }

    .search__form {
        padding-right: 0;
    }

    .src_input_text {
        padding-left: 5px;
    }

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

    .col_9 {
        -ms-flex: 0 0 85%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .slider__img__div {
        margin-left: .5rem !important;
    }

    /* -customer home----- */
    .popular__search__card {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

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

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

@media only screen and (max-width:320px) {
    .triangle__mobile {
        right: 30px !important;
    }

    .progressbar li {
        font-size: 10px;
    }

    .triangle__mobile-edit {
        left: 150px !important;
    }

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

    .slider__img__div {
        margin-left: .5rem !important;
    }

    /* .item_qty_box{
         width: 120px !important;
     } */
    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: 100%;
        padding-right: 0;
    }

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

/* ...................industry-card-image...................... */
