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

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

body {
    color: #242641;
}

:root {
    --main-color: #242641;
}

ol,
ul {
    list-style: none;
}

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

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

a {
    text-decoration: none;
}

.theme-color {
    color: #ffd800;
}

select:focus {
    box-shadow: none !important;
}


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


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

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


/* width */

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


/* Track */

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


/* Handle */


/* ---Fonts--- */

@font-face {
    font-family: "HelveticaNowDisplay-Bold";
    src: url("../fonts/HelveticaNowDisplay-Bold.otf");
}

body::-webkit-scrollbar-thumb {
    background: #FFD800;
}

.main_color {
    background: #ffd800 !important;
}

.bg-common-light {
    background: #Ffffff;
}

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

.btn:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
}

input:focus {
    box-shadow: none !important;
}

.bg__common {
    background-color: #ffffff;
}

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

.btn__common__yellow:hover {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.btn__common__yellow {
    background-color: #ffd800;
    color: #1f1c3d;
    border-radius: 24px;
    padding: 3px 14px;
}

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

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

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

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

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

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

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

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

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

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

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

.base__line {
    display: inline-block;
    width: 150px;
    border-bottom: 3px solid #ffd800;
}

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

.theme-color {
    color: #ffd800;
}

.color-red {
    color: red;
}

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

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

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

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

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

.font-weight-500 {
    font-weight: 500;
}

.bg-theme {
    background-color: #Ffffff;
    border-bottom: 1px solid #70707033;
    /* box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%); */
}

.nunito-regular {
    font-family: "Nunito-Regular", sans-serif;
}

.w-80 {
    width: 80%;
}

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

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

.bg-color {
    background-color: #f8f9fa;
}

.modal.show {
    background-color: rgba(0, 0, 0, .6) !important;
}

.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: #ffd800;
}

.modal-header {
    padding: 6px 14px !important;
}


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

.navbar-toggler {
    margin-right: 2%;
}


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


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

.common__container {
    width: 97%;
}

.bg__black,
.top__section {
    background-color: #FFFFFF;
}

.navbar__top-container {
    width: 97%;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    padding-bottom: 1rem;
}

.navbar-brand-logo {
    position: absolute;
    left: 1rem;
    /* top: -100%; */
    top: -29px;
    z-index: 1500 !important;
}

.hover-img>.hover-img-1 {
    display: block;
    opacity: 0.5;
}

.hover-img>.hover-img-2 {
    display: none;
}

.hover-img:hover>.hover-img-1 {
    display: none;
}

.hover-img:hover>.hover-img-2 {
    display: block;
}

.contact-info:hover {
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.contact-info {
    border-radius: 20px;
    padding: 5px 22px;
    margin-left: 0.9rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-info a {
    color: #060929;
    text-decoration: none;
}

.contact-info__blue {
    background: #FFD800;
}

.contact-info__yellw {
    background: #FFD800;
}

.contact-info__yellw a {
    color: #060929;
}

ul.top__share {
    display: flex;
    align-items: center;
    list-style: none;
}

ul.top__share li {
    margin-left: .9rem;
}

.top__fa {
    color: #ffd800;
    font-size: 25px !important;
}

.span__rounded {
    margin-top: -1px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #ffd800;
    color: #000;
}

.span__rounded i {
    font-size: 20px;
}

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

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


/* --------------Nav Tabs------------ */

.nav-tabs.filter__tab .nav-link {
    background-color: #f8f4c1;
    color: var(--main-color);
    border-radius: 0;
}

.nav-tabs.filter__tab .nav-link.active {
    background-color: #fff;
    border-bottom: 2px solid var(--main-color);
    border-radius: 0;
}

.nav-tabs.filter__tab .nav-item {
    width: 105px;
    text-align: center;
}

.caret_down {
    font-size: 20px !important;
    transform: translateY(3px);
}

.astro__filter__content {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.seach-custom-text {
    background-color: #ffd800;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    background-color: transparent;
}

.input-proceed-append {
    margin-left: -14px;
    z-index: 4;
}

.seach-custom-text.proceed-btn:hover {
    color: #05A35B;
}

.seach-custom-text.proceed-btn {
    cursor: pointer;
    background-color: #000;
    color: #ffffff;
    border-top-left-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
}

.flex__box {
    width: 60%;
}

.astro__desc .lang__name {
    overflow-x: auto;
    padding-bottom: 5px;
    margin-right: 30px;
}

.lang__name::-webkit-scrollbar-track {
    background: lightgrey;
}

.lang__name::-webkit-scrollbar {
    height: 5px;
}

.lang__name::-webkit-scrollbar-thumb {
    background: #FFD800 !important;
}

.lang__name {
    scrollbar-color: #FFD800 lightgrey;
}


/* .flex__box> div.flex__item1 {
    margin-right: 100px;
} */


/* .astro__filter__footer{
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
} */


/* --------------//Nav Tabs------------ */


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


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

.padng_right {
    padding-right: 10px;
}

.padng_left {
    padding-left: 6px;
}

.nav_tab_heading {
    padding-right: 16px;
}

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

.select {
    position: relative;
}

.custom__select {
    padding-right: 25px;
}


/* ===========CRM======= */

.chevron__right-fa {
    font-size: 12px !important;
}

.navbar {
    z-index: 999 !important;
}

.navbar-collapse.active {
    /* transform: scale(1); */
    right: 0;
    border-radius: 0;
    top: 0%;
    padding-bottom: 1rem;
    height: 100vh;
}

.toggler-button:focus {
    outline: none;
    border: none;
}

.toggler-button {
    border: none;
    outline: none;
    background-color: #ffffff;
}

.toggler-button .toggler {
    color: rgba(0, 0, 0, .5);
    background-color: rgba(0, 0, 0, .1);
    /* display: flex;
      justify-content: center;
      align-items: center; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
}


/* ---to show and hidde menu-- */

.close-side-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: fixed;
    right: 6px;
    top: 0.5rem;
    overflow: hidden;
    transform: scale(0);
    transition: .6s ease-out;
    z-index: 999;
}

.close-side-menu.active {
    transform: scale(1);
}

#side-click-close {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

#side-click-close.active {
    display: block;
    height: 100vh;
}

.toggler-button .toggler img.menu-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.1s ease-out;
}


/* .toggler-button .toggler.active img.menu-bar {
     position: absolute;
      top: 50%;
      left: 50%;
     transform: translate(100%,100%);
  } */

.toggler-button .toggler img.close-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(100%, 100%);
    font-size: 22px;
    transition: 0.1s ease-out;
}


/* .toggler-button .toggler.active img.close-menu {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    } */


/* ---to show and hidde menu-- */

.overlayMenu {
    position: relative;
    width: 100%;
}


/* .overlayMenu::after{
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, .5);
      z-index: ;
      opacity: 1;
  } */

#overlay_menu.bg-body {
    display: block;
}

#overlay_menu {
    position: fixed;
    width: 100%;
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

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

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

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

.forgottenHref:hover {
    color: #ec6b29;
}

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

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


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

.search__parent {
    position: relative;
    cursor: pointer;
}

.search__outer {
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.search__outer.active {
    opacity: 1;
    z-index: unset;
    width: 300px;
}

.search__outer {
    position: absolute;
    right: 30px;
    top: -6px;
    width: 0px;
}

.search__input:focus {
    border: 1px solid #ced4da;
    border-right: 0;
}

.search__input {
    border-radius: 24px;
    border-right: none;
}

.navbar .navbar-nav .nav-item {
    font-weight: normal;
    /* color: #fff; */
    position: relative;
    margin-left: 1.8rem;
}
.profile__item .nav-item {
    margin-left: 0rem !important;
    padding-left: 1.8rem;
}
.navbar .nav-item .nav-link {
    padding: 4px 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.81px;
    color: #010322;
    font-weight: 500;
}

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

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

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

.notify-item:hover {
    text-decoration: none;
    color: #1f1c3d;
}

.notify-item {
    color: #1f1c3d;
}

.profile__item {
    width: 100%;
}

.profile__item:hover {
    background-color: #f8f4c1;
}

.profile__item:hover>a>span {
    font-weight: 600;
}

.profile__item:hover>a {
    padding-left: .4rem;
    font-weight: 600;
}

.profile__item>a {
    transition: 0.2s ease-in-out all;
    font-size: 13px;
}

.profile__item>a>span {
    transition: 0.2s ease-in-out all;
}
.profile__item a{
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.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;
}

.sub__link {
    color: #000 !important;
}

.navbar .dropdown {
    position: static;
}


/* .nav-item.dropdown:hover>.dropdown-menu,
.profile-dropdown.dropdown:hover>.dropdown-menu {
    display: block;
} */

.matching__calcmenu {
    width: 18vw;
    border: 0;
    top: 25px !important;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px -3px 5px;
    background-color: #ffff; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.matching__calcmenu>.container {
    padding-left: 0;
    padding-right: 0;
}

.account__set-menu {
    top: 37px !important;
}

.navbar .nav-item.content__none:hover:after {
    content: none !important;
}

.content__none::after {
    content: none !important;
}

.ul-sub-list li.nav-item {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
    transition: 0.2s ease-in-out all;
}

.ul-sub-list li.nav-item:hover {
    background-color: #f8f4c1;
    padding-left: 1.7rem !important;
}

.ul-sub-list li.nav-item:hover a.sub__link {
    font-weight: bold !important;
}

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

.top__banner {
    position: relative;
    background: #Ffffff
}

.top__banner .container-fluid {
    /* background-image: url("../images/topBg.png"); */
    background-image: url(../images/banner.png);
    /* background-image: url(../images/mob-banner.png); */
    border-radius: 20px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 95%;
}


/* .vastu-image:hover{
    transform: rotate(360deg);
} */

.vastu-image {
    transition: all 0.5s linear;
}

.contact__astrologers {
    background: #ffffff;
    padding-top: 10px;
}

.contact__astrologers .container-fluid {
    width: 95%;
    background: #DFDFE3;
    border-radius: 20px;
    padding: 1rem 1.2rem;
}

.contact__card {
    border: 1px solid #1D1D1D1A;
    border-radius: 14px;
    /* padding: 25px 20px; */
    width: 96%;
    background-color: #ffd800;
}

.contact__card:hover>div img {
    transform: scale(1.25);
}

.contact__card>div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px;
}

.contact__card-content {
    text-align: left;
}

.contact__card-content a {
    font-size: 16px;
    color: #1D1D1D;
    opacity: 0.8;
    text-decoration: none;
    font-weight: 500;
}

.contact__card-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact__card-img img {
    width: 35px;
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.file_icon {
    width: 30px !important;
}

.top__left-box h1 {
    letter-spacing: 2px;
    color: #FFD800;
    font-size: 65px;
    font-family: 'HelveticaNowDisplay-Bold', serif;
}

.top__left-box p {
    color: #fff;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    opacity: 0.8;
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 18px;
}

.contact__control-input:focus {
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #6e6e6c;
    border-right: none;
    color: #fff;
}

.input__top-group {
    width: 68%;
}

.input-group-append-contact {
    padding: 1px;
    border: 2px solid #6e6e6c;
    border-left: 0 !important;
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
}

.input-group-text-contact {
    background: #FFD800;
    border: none;
    border-radius: 28px;
    border-top-left-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
    color: #060929;
    padding: 0 20px;
    font-weight: 500;
}

.contact__control-input {
    border-radius: 28px;
    border: 2px solid #6e6e6c;
    background-color: transparent;
    border-right: none;
}


/* ---New Design-- */

.free__service {
    padding-top: 30px;
    padding-bottom: 30px;
}

.free__service h4 {
    font-size: 32px;
    letter-spacing: 1.98px;
    color: #050727;
    font-family: 'HelveticaNowDisplay-Bold', serif;
}


/* .free__service-card{
    background: #F5F5F7;
} */

.free__service-card:hover .free__service-card-img {
    background: #DFDFE3;
}

.free__service-card-img:hover {
    background: #DFDFE3;
}

.free__service-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: 0.3s all ease-in;
}

.free__service-card-img.active {
    background: #DFDFE3;
}

.free__service-card-img img {
    width: 75px;
}

.free__service-card p {
    font-weight: 500;
    letter-spacing: 1.08px;
    color: #050727;
    opacity: 0.8;
}

.bg-blue {
    background: #FFFFFF;
    padding-top: 35px;
    padding-bottom: 35px;
}

.card.calculator__card {
    /* background-image: url("../images/flowerCircle.png"); */
    background-size: 66%;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-color: #FFFFFF;
    border: 1px solid #70707033;
    border-radius: 15px;
    padding: 45px;
    height: 410px;
    transition: 0.3s all ease-out;
}

.calculator__card-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFD800
}

.calculator__card-img img {
    width: 65px;
}

.calculator__card-para {
    padding-bottom: 1.5rem;
    letter-spacing: 0.82px;
    color: #373952;
    letter-spacing: 1.44px;
    font-size: 28px;
    font-family: 'HelveticaNowDisplay-Bold', serif;
}

.btn-check:hover {
    color: #373952;
}

.btn-check {
    background: #FFD800;
    border-radius: 24px;
    color: #373952;
    padding: 3px 35px;
    z-index: 1;
    position: relative;
    font-weight: 500;
}

.btn-check__view:hover {
    color: #fff;
}

.btn-check__view {
    padding: 6px 50px;
    margin-top: 35px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 24px;
    z-index: 1;
    position: relative;
    font-weight: 500;
    color: #fff;
}

.btn-check::before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    border-radius: 24px;
    background-color: #FACC23;
    left: 50%;
    top: 0;
    z-index: -1;
    transition: 0.2s ease-in;
}

.btn-check:hover::before {
    left: 0;
    width: 100%;
}

.our__astrologers {
    background-image: url("../images/Clip.png");
    background-color: #FFD800;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 35px;
    padding-bottom: 35px;
}

.our__astrologers .container-fluid {
    overflow-x: hidden;
}

.our__astrologers h4 {
    font-size: 32px;
    letter-spacing: 1.98px;
    color: #050727;
    font-family: 'HelveticaNowDisplay-Bold', serif;
}

.astrologer-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: contain;
}

.our__astrologers .container-fluid,
.categories .container-fluid {
    width: 86%;
}

.categories {
    background-color: #Ffffff;
}

.categories h2 {
    font-size: 32px;
    letter-spacing: 1.98px;
    color: #050727;
    font-family: 'Cinzel', serif;
}

.row-pad {
    padding-top: 35px;
}

.astro-card:hover {
    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(255 255 255 / 80%) -6px -2px 16px 0px;
}

.astro-card {
    box-shadow: 0px 3px 9px #06061A1F;
    border: 1px solid #2323231F;
    border-radius: 15px;
    padding: 20px 10px 10px 20px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.3rem;
    position: relative;
    height: 170px;
    transition: 0.3s ease;
}

.card-shadow .chat__btn:hover,
.chat__btn:hover {
    border: 1px solid #05A35B !important;
}

.chat__btn-div {
    position: absolute;
    bottom: 10px;
}

.live__status {
    background: #05A35B;
    border-radius: 9px;
    width: 60px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.live__status p {
    font-size: 12px;
    letter-spacing: 0.54px;
}

.astro-details-desc {
    margin-left: .6rem;
}

.astro-details-desc>div h5 {
    letter-spacing: 0.97px;
    color: #080929;
    font-family: "HelveticaNowDisplay-Bold", sans-serif;
}

.astro-details-desc p {
    font-size: 13px;
    letter-spacing: 0.57px;
    color: #080929;
    opacity: 0.8;
    font-weight: 500;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
}

.star-rating {
    /* margin-top: 6px; */
    transform: translateY(1.5px);
    margin-left: 3px;
    letter-spacing: 0 !important;
}

.star-rating.star-rating-space {
    margin-left: 0;
}

.star-rating-black {
    color: #000;
    font-size: 10px !important;
}

.star-rating-black:nth-of-type(5) {
    color: #2323238A;
    opacity: 0.7;
}

.star {
    margin-top: 6px;
    margin-left: 3px;
}

.astro-rating-ylw {
    transform: translateY(6px);
    margin-left: 3px;
}

.astro-rating-ylw i.star-rating-ylw {
    color: #ffd800;
    font-size: 13px !important;
}

.astro-rating-ylw i.star-rating-ylw:nth-of-type(5) {
    color: #919191;
}

.lang-ul li {
    font-size: 12px;
    letter-spacing: 0.49px;
    color: #080929;
    opacity: 0.8;
    padding: 4px 14px;
}

.astro-details-desc p.exp-text {
    letter-spacing: 0.76px;
    color: #080929;
    opacity: 0.8;
    padding-bottom: 8px;
}

.chat__btn:hover {
    text-decoration: none;
    color: #05A35B;
}

.chat__btn {
    display: flex;
    justify-content: space-between;
    border: 1px solid #868688;
    border-radius: 15px;
    padding: 4px 10px;
    text-decoration: none;
    color: #080929;
    width: 127px;
    transition: all 0.3s;
}

.chat__btn small {
    font-size: 11px;
}

.testimonials {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #FFFFFF;
}

.testimonials h4 {
    font-size: 32px;
    letter-spacing: 1.98px;
    color: #050727;
    font-family: 'HelveticaNowDisplay-Bold', serif;
}

.inner-header h1 {
    font-family: "HelveticaNowDisplay-Bold", sans-serif;
}

.our__blogs {
    background-image: url("../images/Clip.png");
    background-attachment: fixed;
    background-color: #FFD800;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 35px;
}

.our__blogs .container-fluid {
    width: 86%;
}

.our__blogs h4 {
    font-size: 32px;
    letter-spacing: 1.98px;
    color: #080929;
    font-family: 'HelveticaNowDisplay-Bold', serif;
}

.blogs-carousel {
    padding-top: 20px;
}

.blog__card {
    border-radius: 14px;
    padding: 1rem;
}

.card.blog__card:hover .readMore-link {
    display: block;
}

.blog__card-img {
    position: relative;
}

.blog__card-img img {
    width: 100%;
    border-radius: 14px;
    height: 215px;
}

.readMore-link:hover {
    text-decoration: none;
    color: #000;
}

.readMore-link {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: #FFD800;
    color: #060929;
    border-radius: 24px;
    background: #FFD800;
    padding: 5px 40px;
    display: none;
}

.blog__posts {
    padding-top: 1rem;
    padding-bottom: .7rem;
}

.blog__posts p {
    letter-spacing: 1.03px;
    color: #232323;
    opacity: 0.6;
}

.blog__title h5 {
    letter-spacing: 1.17px;
    color: #050727;
    opacity: 1;
    font-size: 26px;
    font-weight: 500;
    padding-bottom: .7rem;
    font-family: "HelveticaNowDisplay-Bold", sans-serif;
}

.blog__para {
    letter-spacing: 0.63px;
    color: #050727;
    opacity: 0.6;
    font-size: 14px;
    text-align: justify;
}

.why__astro {
    padding-top: 35px;
    padding-bottom: 35px;
}

.why__astro .container-fluid {
    width: 86%;
}

.why__astro h4,.faq_sec h4 {
    font-size: 32px;
    letter-spacing: 1.98px;
    color: #050727;
    font-family: 'HelveticaNowDisplay-Bold', serif;
}

.why__content {
    letter-spacing: 1.08px;
    color: #050727;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

.footer-social-li {
    padding-left: 10px;
}

.footer-social-li a img {
    width: 28px;
}


/* =========== */

.btn-primay-request:hover {
    transform: translateX(-50%) scale(0.9);
    color: #EDFF00;
    text-decoration: none;
}

.btn-primay-request {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) scale(1);
    padding: 5px 14px;
    fill: #EDFF00;
    color: #EDFF00;
    background-color: #00000045;
    border-style: groove;
    border-width: 0px 0px 0px 0px;
    border-color: #FFF900;
    border-radius: 29px 29px 29px 29px;
    box-shadow: 0px 0px 5px 3px rgb(255 243 0 / 50%);
    transition: 0.3s ease;
}

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

.sect__title {
    font-size: 25px;
    text-transform: capitalize;
    line-height: 1;
    letter-spacing: 1.2px;
    font-weight: bold;
}

.edit__profile-parent {
    background-color: #Ffffff !important;
}

.center_div {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
    border-radius: 10px;
    padding: 30px 60px;
}

.edit__form-control {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: .05px solid rgb(219, 217, 217) !important;
}

.edit__form-control:focus {
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #ffd800 !important;
}


/* ===========Astro Help======== */

.btn__submit:hover {
    color: #fff;
}

.btn__submit {
    background-color: #333333;
    color: #fff;
    border-radius: 2px;
}

.custom-form-control {
    position: relative;
    border: none;
    border-bottom: solid 1px rgb(206, 203, 203);
    color: #393939E6;
    border-radius: 0;
    padding: 0.375rem 0;
    height: calc(1.5em + .75rem + 1px);
    font-weight: 600;
}

.custom-form-span {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.5s;
    pointer-events: none;
}

.custom-form-control:focus {
    border-bottom: solid 1px #ffd800;
    box-shadow: none;
    padding-bottom: 1px;
}

.custom-form-control:focus+.custom-form-span,
.custom-form-control:valid+.custom-form-span {
    top: 0px;
    padding: 3px;
    font-size: 12px;
    left: 0;
    font-weight: 500;
}

.card.category__card {
    overflow: hidden;
    border-radius: 0;
    border: 0;
    position: relative;
}

.card.category__card::after,
.gallery__card::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.3s linear;
}

.card.category__card:hover:after,
.gallery__card:hover::after {
    opacity: 1;
    height: 100%;
}

.card.category__card:hover img {
    transform: scale(1.2);
}

.card.category__card img {
    transform: scale(1);
    transition: 0.3s linear;
}

.products__card:hover {
    transform: scale(1.05);
}

.products__card {
    position: relative;
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    transform: scale(1);
    transition: 0.3s ease-out;
}

.sale__off {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 3.6em;
    height: 3.6em;
    border-radius: 50%;
    background-color: #FFF900;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.products__card .card-body {
    padding: .8rem;
}

.btn.btn__yellow {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffd800;
    border-radius: 0;
    font-weight: 600;
}

.product__desc:hover {
    text-decoration: none;
    color: #ffd800;
}

.product__desc {
    font-size: 14px;
    font-weight: bold;
    text-align: center !important;
    color: #1f1c3d;
}

.product__desc p {
    height: 43px;
}

.product__price {
    text-align: center;
}

.old__price {
    position: relative;
    opacity: 0.7;
}

.old__price::after {
    display: block;
    top: 50%;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #636363;
    z-index: 1;
}

.new__price {
    font-weight: bold;
}

.gallery__card {
    position: relative;
}

.gallery__card:hover .hidden__para {
    opacity: 1;
    transform: translateY(-50%);
}

.hidden__para {
    position: absolute;
    top: 50%;
    transform: translateY(100%);
    padding: 1rem;
    width: 100%;
    opacity: 0;
    transition: 0.3s linear;
    color: #fff;
    z-index: 1;
}

.hidden__para h4 {
    font-weight: bold;
}

.hidden__para p {
    font-size: 14px;
}

.question__card {
    border: 0;
    border-radius: 0;
    height: 400px;
}

.question__card:nth-child(1) {
    background-color: #ffd800;
}

.question__card h2 {
    font-weight: 500;
    line-height: 1;
    border-top: 1px solid #1f1c3d;
    border-bottom: 1px solid #1f1c3d;
    padding-top: 30px;
    padding-bottom: 30px;
}

.title-common {
    font-size: 39px;
}

.activity .container {
    background-color: #f7f7f7;
}

.txt-p {
    font-weight: 600;
    font-size: 18px;
}

.btn__check-now {
    position: static !important;
    transform: translateX(0) !important;
}

.btn.btn__black-0:hover {
    color: #05A35B;
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
     rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
}

.btn.btn__black-0 {
    background-color: #fff;
    color: #080929;
    border-radius: 24px;
    padding: 3px 35px;
    border: 1px solid #868688;
}

.btn__black-0.btn-mob {
    background-color: #000;
    color: #fff;
}

.prosper h2 {
    font-weight: bold;
}

.div__text {
    background-color: #FFFFFF21;
    width: 270px;
    height: 169px;
    padding: 20px;
}

.div__text h2 {
    color: #fff;
    font-weight: bold;
}

.div__text h4 {
    font-weight: bold;
    color: #FFF900;
}

.products__card-2 {
    overflow: hidden;
}

.tag__red {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    line-height: 180px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0;
    /* text-shadow: 0 1px 1px rgb(0 0 0 / 60%); */
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-color: #ff2a13;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    height: 100px;
    width: 200px;
    left: -100px;
    top: -50px;
    right: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page-footer {
    /* background-color: #000000; */
    background-color: #ffffff;
    border-top: 1px solid #d6d6d6;
}

.footer__heading {
    letter-spacing: 1.08px;
    /* color: #FFFFFF; */
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}

.product__small-img {
    width: 53px;
    height: 53px;
    margin-right: 15px;
}

.sort__desc-pro a {
    color: #ffd800;
    font-weight: bold;
}

.sort__desc-pro i {
    color: #d93;
}

.old__price.old__price-c {
    color: #d93 !important;
    font-size: 12px !important;
}

.new__price.new__price-c {
    color: #d93 !important;
    font-size: 12px !important;
    font-weight: 500;
}

.banner-image {
    width: 100%;
    margin: 0 auto;
    background-color: #Ffffff;
}

.banner-image .container-fluid {
    width: 95%;
}

.banner-content h1 {
    font-size: 2rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    word-spacing: 2px;
    text-align: center;
    color: #050727;
    font-family: "HelveticaNowDisplay-Bold", sans-serif;
}

.top__term__banner h1 {
    font-family: "HelveticaNowDisplay-Bold", sans-serif;
}

.bg-shadow {
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}

.lang__name span {
    border: 1px solid #414374;
    padding: 0px 10px;
    border-radius: 24px;
    font-size: 13px;
    margin-right: 12px;
}

.details-para {
    letter-spacing: 0.73px;
    color: #FFFFFF;
    opacity: 0.9;
}

.exp-text {
    letter-spacing: 0.85px;
}

.info__buttons {
    margin-top: 60px;
}

.btn__width {
    width: 180px;
}

.bg-profile {
    background-image: url("../images/bg-profile.png");
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.astro_img_subcat {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.live__status-pro {
    transform: translateY(-16px);
    z-index: 1;
}

.astro-details-section h1 {
    letter-spacing: 1.68px;
    font-weight: 500;
    font-size: 32px;
    font-family: "HelveticaNowDisplay-Bold", sans-serif;
}

.astro-details-section p {
    letter-spacing: 0.9px;
    color: #232323;
}

.box__heading {
    border: 1px solid #000;
    border-radius: 33px;
    background: #000;
    padding: 15px;
}

.box__heading h5 {
    color: #fff;
    text-align: center;
    letter-spacing: 1.17px;
    font-family: "HelveticaNowDisplay-Bold", sans-serif;
}

.box__content {
    border: 2px solid #ced4da;
    border-radius: 20px;
    padding: 25px;
}

.red__circle {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #ced4da;
}

.red__circle.active {
    background: #FACC23
}

.red__circle::before {
    position: absolute;
    content: '';
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 2px dotted #ced4da;
    height: 32px;
}

.red__circle::after {
    position: absolute;
    content: '';
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 2px dotted #ced4da;
    height: 32px;
}

.timing__parent-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.timing-input {
    border-radius: 28px;
    border: 2px solid #ced4da;
    padding: 9px 28px;
}

.timing__parent-div h5 {
    letter-spacing: 0.91px;
    color: #232323;
    font-weight: 500;
}

.timing-input {
    letter-spacing: 0.91px;
    color: #232323;
    opacity: 0.8;
}

.rating-text {
    font-size: 13px;
    opacity: 0.8;
}

.rating-text-span {
    font-size: 18px;
    font-weight: 500;
    opacity: 0.8;
}

a.astro__details {
    font-size: 16px;
    letter-spacing: 0.97px;
    color: #080929;
    font-weight: 500;
    font-family: "HelveticaNowDisplay-Bold", sans-serif;
}

.astro__details:hover {
    text-decoration: none;
}

.progress {
    border-radius: 20px;
    height: 9px;
}

.progress-bar {
    border-radius: 20px;
}

.custom__progress-bar {
    background-color: #27A738;
}

.custom__progress-bar2 {
    background-color: #BCEB00;
}

.custom__progress-bar3 {
    background-color: #FFD200;
}

.custom__progress-bar4 {
    background-color: #FE9307;
}

.custom__progress-bar5 {
    background-color: #E40613;
}

.progress_parent {
    position: relative;
    margin-bottom: 14px;
}

.progress_parent p {
    position: absolute;
    top: -6px;
    left: -22px;
    font-weight: 500;
    opacity: 0.7;
    font-size: 13px;
}

.reviews {
    height: 355px;
    overflow-y: auto;
}

.reviews::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    border-radius: 3px;
    cursor: pointer !important;
}

.reviews::-webkit-scrollbar-track {
    background: #E9E9EC;
    cursor: pointer !important;
}


/* Handle */

.reviews::-webkit-scrollbar-thumb {
    background: #FFD200;
    border-radius: 3px;
}

.reviews-div {
    border-top: 1px solid #999898;
    padding-bottom: 10px;
    padding-top: 10px;
}

.reviewer {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FDD05C;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-div small {
    letter-spacing: 0.72px;
    color: #232323;
}

.reviewer p {
    font-weight: 600;
    font-size: 20px;
}

.astro__name {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.35px;
    font-family: "HelveticaNowDisplay-Bold", sans-serif;
}


/* .card-shadow:hover{
      transform: scale(1.05);
  } */

.card-shadow:hover {
    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(255 255 255 / 80%) -6px -2px 16px 0px;
}

.card-shadow {
    transition: .3s ease;
    border-radius: 14px;
    position: relative;
    box-shadow: 0px 3px 9px #06061a1f;
    padding: 20px 10px 10px 20px;
    margin-bottom: 1.3rem;
    width: 94%;
    position: relative;
    height: 178px;
    margin-right: auto;
    margin-left: auto;
}
.astrologerCard a:hover{
   text-decoration: none;
}

/* .card-shadow img{
      width: 64px !important;
      height: 64px;
      border-radius: 50%;
  } */


/* .expert-height{
      height: 46px;
  }
  .lang-height{
      height:48px;
  } */

.search__astrologers {
    background-color: #Ffffff;
}

.search__astrologers .container-fluid {
    width: 86%;
}

.all-card-box {
    margin-left: 0.6rem;
}

.expert-height p {
    font-size: 13px;
    letter-spacing: 0.57px;
    color: #080929;
    opacity: 0.8;
    font-weight: 500;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
}

.expert-height p>span {
    display: inline-block;
    line-height: 1 !important;
}

.lang-height p>span {
    font-size: 12px;
    letter-spacing: 0.49px;
    color: #080929;
    opacity: 0.8;
    padding: 4px 7px;
}

.exp-content>p {
    font-weight: 500;
    opacity: 0.8;
    padding-bottom: 8px;
}

.blog_sec_img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    height: 215px;
}

.blog_sec_img.astro_img {
    width: 64px !important;
    height: 64px;
    border-radius: 50%;
}

.astro_blog_title {
    height: 130px;
}

.astro-blog-titles {
    letter-spacing: 0.97px;
    color: #080929;
    font-weight: 500;
    /* height: 30px; */
    font-size: 20px;
}

.btn.btn__black-0.absolute:hover {
    border: 1px solid #05A35B;
}

.btn.btn__black-0.absolute {
    /* position: absolute; */
    /* bottom: 10px;
      left: 50%;
      transform: translateX(-50%); */
    border-radius: 15px;
    padding: 4px 10px;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    width: 127px;
}

.btn_yellow-modi {
    background-color: #000 !important;
    color: #FFF900;
    border: 1px solid #000;
}

.float__icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: 0.5s linear;
    z-index: 99;
}

.float__icon.active {
    bottom: 74px;
    z-index: 99;
}

.floating:hover {
    animation: none;
}

.floating {
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform: scale(1);
}

@keyframes floating {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    65% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.top__term__banner {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.terms-li {
    list-style-type: disc;
}

.terms-li li {
    margin-bottom: 8px;
}

.heading-about {
    color: #FFD800;
    font-family: "HelveticaNowDisplay-Bold", Sans-serif;
    font-size: 7em;
    /* text-shadow: 0px -6px 0px #000000; */
}

.about__para p,
.common__para p,
.common__para li {
    text-align: justify;
}

.astro__details {
    background-color: #Ffffff;
}

.details__box {
    background-color: #fff;
    border: 2px solid #ced4da;
    border-radius: 14px;
    position: relative;
}

.details__box::before {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 1px;
    height: 63%;
    background-color: #FACC23;
}

.details__box-about::before {
    content: none;
}


/* ===================/astro=========*/


/* ==========Post Login====== */

.custom__label {
    letter-spacing: 0.84px;
    color: #232323;
    opacity: 0.8;
}

.cutom__input-group {}

.form-control.filter__form__control {
    border-left: 0;
}

.common__input:focus {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.common__input {
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 1.2rem -1.25rem;
}

.common__input.select__common-input {
    padding: 1.2rem -1.25rem !important;
}

.category-input {
    border-radius: 10px;
    background-color: transparent;
}

.btn-primary-yellow {
    background-color: #FFD800;
    border-radius: 24px;
    font-weight: 500;
    padding: 5px 60px 5px 60px;
    color: #242641;
    letter-spacing: 0.81px;
}


/* --custom  checkbox-- */

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 15px;
    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: 6px;
    left: 0;
    height: 14px;
    width: 16px;
    border-radius: 0;
    background-color: #fff !important;
    border: solid 0.5px #b2b2b2;
}


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


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


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

.container-checkbox input:checked~.checkmark {
    background-color: #ffd800 !important;
    border-radius: 0px;
    border: none;
}


/* 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: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-rem-span {
    display: inline-block;
    line-height: 1.2;
    font-size: 14px;
    padding-left: 12px;
    font-weight: 600;
    cursor: pointer;
    padding-top: 6px;
}

.bal__heading {
    color: #05A35B;
    font-family: "HelveticaNowDisplay-Bold", sans-serif;
}

.recharge__card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.recharge__card {
    position: relative;
    overflow: hidden;
    margin: 16px 0;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    transition: 0.3s ease;
}

.recharge__parent:hover {
    text-decoration: none;
}

.price__span {
    font-size: 26px;
    font-weight: bold;
    color: var(--main-color);
    text-decoration: none;
}


/* ------Scrollbar----- */

.astro__filter__content::-webkit-scrollbar {
    width: 10px;
}

.astro__filter__content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.astro__filter__content::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    outline: none;
    border-radius: 10px;
    height: 20px !important;
}


/* ==========///Post Login====== */

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

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

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

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

.testimonial__card {
    position: relative;
    border: 1px solid #70707033;
    border-radius: 10px;
}

.testimonial__card::before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    content: '';
    position: absolute;
    width: 97%;
    height: 0;
    background-color: #FFD800;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.testimonial__card:hover::before {
    height: 5px;
}

.testimonial__body {
    padding: 1.6rem 1rem;
    height: 400px;
}

.testimonial__content {
    padding-top: 4.4rem;
}

.testimonial__content h5 {
    letter-spacing: 0.81px;
    color: #242641;
    font-size: 18px;
    font-family: 'HelveticaNowDisplay-Bold', serif;
}

.testimonial__content p {
    letter-spacing: 0.63px;
    color: #050727;
    opacity: 0.6;
    padding-top: 5px;
    font-size: 14px;
    text-align: justify !important;
}

.testimonial___img {
    position: absolute;
    top: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
}

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

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #000000 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    opacity: 0.3;
}

.owl-theme.owl__div .owl-dots,
.owl-theme.blogs-carousel .owl-dots {
    margin-top: 1rem;
    text-align: center;
}

.owl-theme.owl__div .owl-dots .owl-dot:focus,
.owl-theme.blogs-carousel .owl-dots .owl-dot:focus {
    outline: none;
    border: none;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    opacity: 1;
}

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

.social-btns-edit {
    margin-top: 11px;
}

.footer__allLinks-ul.quickLinksList li {
    border-bottom: 1px solid #afabab;
}

.footer__allLinks-ul.quickLinksList li:nth-last-of-type(1) {
    border-bottom: none;
}

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

.footer__allLinks li a {
    letter-spacing: 0.72px;
    /* color: #ffffff !important; */
    color: #000;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.9px;
}

a.quick__links-a {
    opacity: 0.8;
}

a.footer-par {
    opacity: 1 !important;
}

a.call-text {
    font-weight: bold !important;
}


/* .footer-copyright{
    border-top: 1px solid rgb(43, 42, 42);
} */

.copyright-parent-div {
    /* background-color: #000000; */
    border-top: 1px solid #d6d6d6;
    background-color: #ffffff;
    width: 100% !important;
}

.footer-copyright a {
    letter-spacing: 0.84px;
    /* color: #ffffff; */
    color: #000;
    /* opacity: 0.5; */
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.footer-copyright .bottom-text {
    color: #000;
}

.page-footer .container-fluid {
    width: 95%;
}

.bottom-text {
    letter-spacing: 0.84px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}


/* ============ */

.scrollTop {
    width: 40px;
    height: 40px;
    background-color: #FFD800;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 800px;
    right: 26px;
    border: none;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    border-radius: 4px;
    transition: 2s ease;
    cursor: pointer;
    color: #1f1c3d;
}

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

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

.sub_title {
    letter-spacing: 0.33;
}

.fontweight_bold {
    font-weight: 900;
}

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

.para {
    color: rgba(40, 43, 49, 0.8);
    letter-spacing: 0.31px;
    line-height: 1.89;
}

.para__footer {
    color: #676c75 !important;
    font-family: "NunitoSans-Light", sans-serif;
}

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

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

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

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

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


/* ------------//-CRM------- */

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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


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

.notification-li {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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


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

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

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

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

.pagination {
    display: inline-block;
}

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

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

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


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


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

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

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

.home_title-edit {
    color: #fff;
}

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

}

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

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

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


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

.position-relative {
    position: relative;
}

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

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

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

.cvd_para {
    margin-bottom: 95px;
}

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

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

.contact_info:hover {
    color: #fcb116;
}

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


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

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

.customer_home {
    position: relative;
}

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

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

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

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

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

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

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

.card__img {
    padding-top: 30px;
}

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


/* --signage-- */

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.quick_links_block {
    display: inline-block;
}

.quick_links_block li {
    display: inline-block;
}

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

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

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

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

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

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


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

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

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

.footer__padding {
    padding-right: 2.4rem;
}

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

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

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

.quick__links_new {
    font-size: 13px;
}


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

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

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

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

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

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

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

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

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

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

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

.alert__product__status {
    font-size: 13px;
}

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

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


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

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

.product_desc {
    height: 80px !important;
}

.product__name {
    font-size: 18px;
}

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

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

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

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

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

.btn_ftr:hover {
    color: #fff;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

.related__product_card {
    height: 340px !important;
}

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

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

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

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

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


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

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

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


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

.product__other__image {
    margin-right: 60px;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

.progressbar_cont {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.status_detail {
    margin-top: 50px;
}

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

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

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

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


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*web feature card img */

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


/* Firefox */

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

.order_detail>div {
    width: 100%;
}

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

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

.order_detail .shippedTo {
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.btn_order_status:hover {
    color: #fff;
}

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

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

#dropdownMenuButton:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
}


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

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

.freesignage__logo__img {
    margin-top: 1rem;
}

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

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

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


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

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

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

.notification_update_modal_dialog {
    top: 18% !important;
}

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

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

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

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

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

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

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


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

.faq_title {
    padding-right: 18px;
}


/* banner */

section.banner_home.d-flex.justify-content-center.align-items-center {
    height: 60vh;
    width: calc(97% - -10px);
    /* padding-right: 37px; */
    padding-left: 49px;
}

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

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

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

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

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

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


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

.cart_mini_show {
    min-height: 350px;
    height: 250px;
    overflow-y: auto;
}

.cart_mini_show.show {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

.benefits_card:hover div .bg__icon {
    background-image: none;
    /* border-top: 3px solid #0262d3; */
    background-size: 0% 0%;
    background-position: center;
}

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

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

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

.benefits_card-body {
    height: 320px;
}

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

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


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

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

.underlinr-features {
    width: 26%;
    margin: 1rem 0;
    border-top: 1px solid #0262d3;
}

.check__fa {
    margin-right: 10px;
    color: #0262d3;
}

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

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


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

.demo__box {
    background-color: #fff;
    height: 300px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    cursor: pointer;
}

.footer_contact {
    /* background-color: #Fff800; */
    position: fixed;
    bottom: 0;
    z-index: 1;
}

.button-col {
    flex: 0 0 48%;
    max-width: 48%;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    border-radius: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
}

.footer_contact_a {
    color: #1f1c3d;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
}

.form-heading {
    background-color: #FFD800;
    border-radius: 20px;
    letter-spacing: 0.81px;
    color: #242641;
    font-weight: 500;
    padding: 6px 40px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-family: "HelveticaNowDisplay-Bold", sans-serif;
}

.kundli__table td {
    border: 1px solid #dee2e6;
    background-color: #fff;
    font-weight: 600;
}

.kundli__table-row {
    background-color: #6c757d;
}

.kundli__table-row th {
    border-right: 1px solid #fff;
}

.kundli_detail .container h3 {
    padding-bottom: 0px !important;
}

td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #242641;
    background-color: #FFD800 !important;
    border-color: #FFD800;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #FFD800 !important;
    cursor: pointer;
    color: #242641 !important;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #FFD800 !important;
    color: #242641 !important;
}

.datepicker table tr td span.active.active {
    background-color: #242641 !important;
}

.datepicker table tr td span:hover {
    background: #FFD800 !important;
    color: #242641 !important;
}

.amount-input:focus {
    border: 1px solid #000;
    border-right: 0;
}

.amount-input {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-right: 0;
}

button.seach-custom-text:focus {
    outline: none;
}

.conatct-text {
    font-size: 11px;
    display: block;
    line-height: 1.2;
    color: #1D1D1D;
    opacity: 0.8;
    font-weight: 500;
}

.footer-social-li a img {
    /* opacity: 0.6; */
}

/* .contact__form {
    position: absolute;
    top: 50%;
    right: 39%;
    transform: translateY(-50%);
    z-index: 1;
} */

.form-header-div {
    background-color: #FFD800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.writeform-btn:hover {
    background-color: #242641;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
    border: 1px solid #242641;
}

.writeform-btn {
    background-color: #ffd800;
    border-radius: 28px;
    -webkit-box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);
    border: 1px solid #ffd800;
    padding: 0px 22px;
    color: #060929;
}


/* login */

.loginmobile {
    display: none;
}

.modal__left {
    background: linear-gradient(60deg, #FDD05C 0%, #FFD800 100%);
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.modal__right {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.modal-width {
    max-width: 60%;
}

.modal-width .modal-content {
    border-radius: 14px !important;
}

#home_contact {
    width: 100%;
}

button.btn-submit-modal:hover {
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

button.btn-submit-modal {
    background: #FFD800;
    border-radius: 20px;
    padding: 5px 22px;
    margin-left: 0.9rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.close.popup-close:hover {
    opacity: 1 !important;
}

.close.popup-close i.fa {
    transition: all 0.3s;
    transform: scale(.8);
}

.close.popup-close:hover i.fa {
    color: #fff;
    transform: scale(1.2) rotate(360deg);
}

.close.popup-close:focus {
    outline: none;
}

.float__img {
    width: 400px;
    height: 370px;
}

.contacthelp.py-3 {
    border: 1px solid #ffd800;
    padding: 1rem;
    margin-top: 1rem;
    box-shadow: 2px 1px 11px #ffd800;
}

.contacthelp p {
    letter-spacing: 0.6px;
}

.contacthelp i {
    margin-right: 6px;
}
.astro-card-profile {
    max-width: 88px;
}
.astroContent{
    width: 100%;
    height: 120px;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: auto;
}
.astroContent:-webkit-scrollbar-track {
    background: lightgrey;
}

.astroContent::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

.astroContent::-webkit-scrollbar-thumb {
    background: #FFD800 !important;
}

.astroContent {
    scrollbar-color: #FFD800 lightgrey;
}
a.talkastrologerLink{
    font-size: 16px;
    color: #1D1D1D;
    text-decoration: none;
    font-weight: 500;
}
.desc__section,.faq_sec{
    padding-top: 35px;
    padding-bottom: 35px;
}
.section-title{
    font-size: 32px;
    letter-spacing: 1.98px;
    color: #050727;
    font-family: 'HelveticaNowDisplay-Bold', serif;
}
.desc__content p, ol.desc__list li{
    text-align: justify;
    /* color: #ffffff !important; */
    color: #000;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.9px;
    margin-top: 16px;
}
ol.desc__list{
    list-style-type: decimal !important;
    margin-left: 16px;
}
.font-500{
    font-weight: 500 !important;
}
.accordion-card{
    margin-bottom: 25px;
}
.card-header.accordion-card-header{
    background-color: #FFD800;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.accordion .card-link:after {
    content: "\f077";
    float: right;
    position: relative;
    top: 0px;
    right: 10px;
    font-family: "FontAwesome";
	color: #000000 ;
}
.accordion .card-link.collapsed:after {
        /* symbol for "collapsed" panels */
    content: "\f078";
    font-family: "FontAwesome";
	color: #000000 ;
}
.accordion .card-link{
    padding: 0.75rem 1.25rem;
    color: #010322;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}
.faq-content{
    letter-spacing: 1px;
    color: #050727;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    padding: 0.75rem 1.25rem;
}
.faq-list{
    list-style-type: upper-alpha !important;
    margin-left: 19px;
}
.faq-list li{
    margin-bottom: 1rem;
}
.accordion .card{
    border-bottom: 1px solid rgba(0,0,0,.125) !important; 
}
.mt-12{
    margin-top: 12px;
}
.astro-para{
    top: 57%;
    left: 104px;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    opacity: 0.8;
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 18px;
}
/* =========media======= */

@media (min-width:442px) {
    .vastu-image {
        display: block;
    }
}

@media (min-width:576px) {
    #side-click-close {
        width: 100%;
    }
}

@media (min-width:768px) {
    /* =======MODAL REGISTER===== */
    .modal__register {
        max-width: 700px;
    }
    .shape__astro {
        width: 290px;
        height: 19px;
    }
    .borderRight {
        position: relative;
    }
    .borderRight::before {
        position: absolute;
        content: '';
        right: 20px;
        top: 0;
        border-right: 1px solid #E9E9EC;
        height: 90%;
    }
    .text-md-justify {
        text-align: justify;
    }
    .astro__desc .lang__name {
        width: 70%;
    }
    .astro__desc .exp-text {
        width: 30%;
    }
    .relative-border {
        position: relative;
    }
    .relative-border::before {
        position: absolute;
        top: 0;
        right: 15px;
        content: '';
        width: 1px;
        height: 100%;
        margin-top: auto;
        margin-bottom: auto;
        background-color: #868688;
        opacity: 0.7;
    }
}

@media (min-width:992px) {
    /* =======MODAL REGISTER===== */
    .modal__register {
        max-width: 900px;
    }
    .nav-item.dropdown:hover>.dropdown-menu,
    .profile-dropdown.dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-menu.show {
        display: none !important;
    }
}

@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;
    }
    .details__box::before {
        top: 90px;
    }
}


/* @media only screen and (min-width:1500px){
    .container{
        max-width: 1340px;
    }
 }
 @media only screen and (min-width:1600px){
    .container{
        max-width: 1480px;
    }
 }
 @media only screen and (min-width:1800px){
    .container{
        max-width: 1700px;
    }
 } */

@media only screen and (min-width:1920px) {
    #wrap {
        min-height: 87% !important;
    }
    .dcv_login_home {
        height: 35vh !important;
    }
    /* circle text */
    .div_relative_home {
        left: calc(31% - -10px);
        transform: translateX(0%);
    }
    .div_relative_home {
        width: 336px;
        font-size: 22px;
        bottom: 3%;
    }
    .circle__div-title {
        width: 443px;
    }
    .circle__div-heading p:nth-of-type(1) span {
        font-size: 77px !important;
    }
    .circle__div-heading p:nth-of-type(3) span {
        font-size: 22px !important;
    }
    /* end */
    .banner_home,
    .cvd {
        height: 624px !important;
    }
    /* update */
    .px-lg-0 nav.navbar.navbar-expand-lg.second-navbar .container {
        max-width: 1573px;
    }
    section.banner_home.d-flex.justify-content-center.align-items-center {
        width: calc(95% - 10px);
    }
    .banner_home .container {
        max-width: 1500px;
    }
    .cvd .container {
        max-width: 1573px;
    }
    .banner_home,
    .cvd {
        height: 500px !important;
    }
    .cvd~.page-footer.footer .links_box .container {
        max-width: 1573px;
    }
    /* banner befor login */
    .dcv_home.banner__customer {
        height: 676px !important;
    }
    .circle__div.d-flex.justify-content-center.align-items-center {
        width: 677px !important;
        height: 677px !important;
    }
    .banner__customer::before {
        width: 344px;
    }
    .container {
        max-width: 1573px;
    }
    section.dcv_home.free__signage_sec {
        height: 60vh;
    }
    section.dcv_home.dcv__faq {
        height: 50vh;
    }
    section.dcv_home.dcv_help {
        height: 50vh !important;
    }
    /* searchbat */
    .searchForm .custom_search-div {
        max-width: 980px;
        margin-left: -10px;
        width: 960px;
    }
    /* end */
}

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

@media (min-width: 992px) {
    .col_lg_2 {
        -ms-flex: 0 0 19% !important;
        flex: 0 0 19% !important;
        max-width: 19% !important;
    }
}

@media only screen and (min-width:1200px) {
    .col_lg_2 {
        -ms-flex: 0 0 17% !important;
        flex: 0 0 17% !important;
        max-width: 17% !important;
    }
    .links_box,
    .links_box .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .popular__search__card {
        width: 320px;
    }
    .quick_links_block {
        display: flex;
    }
    .quick_links_block li {
        border-right: none !important;
    }
    .notification_update_modal_content {
        max-width: 700px;
    }
}

@media only screen and (min-width:1440px) {
    /* .dcv_home {
        height: 450px !important;
      } */
    /* section.dcv_home.free__signage_sec.d-flex.align-items-center{
        height: 65vh;
      } */
    .dcv_help {
        height: auto !important;
    }
}

@media only screen and (max-width:1320px) {
    .search__astrologers .container-fluid {
        width: 95% !important;
    }
    .categories .container-fluid {
        width: 95%;
    }
    .our__astrologers .container-fluid,
    .categories .container-fluid {
        width: 95%;
    }
}

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

@media only screen and (max-width:1199px) {
    /* .card-shadow {
        height: 435px;
    } */
    .navbar {
        background-color: #Ffffff;
    }
    .navbar .nav-item.active::after {
        content: none;
    }
    .ul-menu .nav-item {
        padding: 0 12px !important;
    }
    .navbar .nav-item .nav-link {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .navbar .navbar-nav .nav-item>.nav-link {
        font-size: 12px;
    }
    .nav-item {
        margin-left: 0 !important;
    }
    .caret_down {
        font-size: unset !important;
        transform: translateY(0);
    }
    .ul-menu .nav-item {
        padding: 0 0 0 13px !important;
    }
    .calculator__card-para {
        font-size: 20px;
    }
    .our__astrologers .container-fluid {
        width: 90%;
    }
}

@media only screen and (max-width:1100px) {
    .astro__name {
        font-size: 16px;
    }
    .bal__heading {
        font-size: 20px;
    }
}

@media only screen and (max-width:1037px) {
    .ul-menu .nav-item {
        padding: 0 0 0 10px !important;
    }
}

@media only screen and (max-width:1025px) {
    .navbar-brand-logo {
        top: -27px;
    }
}

@media only screen and (max-width:1024px) {
    .top__section .container-fluid {
        width: 100%;
    }
    .our__blogs .container-fluid {
        width: 100%;
    }
    .navbar__top-container {
        width: 95%;
        padding-bottom: 1rem;
    }
    .navbar .navbar-nav .nav-item>.nav-link {
        font-size: 12px;
    }
    .nav-item {
        margin-left: 0 !important;
    }
    .caret_down {
        font-size: unset !important;
        transform: translateY(0);
    }
    .freesignage__logo__img {
        width: 240px;
    }
    .free__signage__banner__logo {
        width: 150px !important;
    }
    .free__signage_sec {
        height: 300px !important;
    }
    .signage__title {
        font-size: 25px;
    }
    .customer_home {
        height: 300px !important;
    }
    .dcv_help {
        background-position: 10% 100% !important;
        height: auto !important;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .cvd {
        height: auto !important;
    }
    .profile_menu_box {
        left: -90px;
    }
    .triangle__mobile-edit {
        left: 115px;
    }
    .benefits_card-body {
        height: 360px;
    }
    .brand__logo {
        margin-left: .5rem;
    }
    .our__astrologers .container-fluid {
        width: 95%;
    }
    .blog__title h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width:991px) {
    .navbar .nav-item:after,
    .navbar .nav-item.active::after {
        content: none !important;
    }
    .navbar .nav-item.active .nav-link {
        color: #050727 !important;
        font-weight: bold !important;
    }
    .navbar .nav-item .nav-link:hover {
        color: #050727;
    }
    .navbar {
        padding-left: 16px;
        padding-right: 16px;
    }
    .mobile-nav {
        right: -100%;
        top: 0%;
        /* transform: scale(0); */
        position: fixed;
        height: 100vh;
        background-color: #Ffffff;
        width: 50%;
        z-index: 999;
        /* border-bottom: 1px solid #cccccc;
        border-top: 1px solid #cccccc; */
        box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
        /* transition: cubic-bazier(0.175, 0.855, 0.32, 1.275); */
        transition: 0.3s ease-in-out;
        display: block !important;
        overflow-y: scroll !important;
    }
    .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;
    }
    .categories .container-fluid {
        width: 100%;
    }
}

@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;
    }
    /* .bg__black{
        box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
        margin-bottom: 10px;
    } */
    .navbar-toggler:focus {
        outline: none;
        border: none;
    }
    .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        background-color: rgba(0, 0, 0, .1);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }
}

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

             */
}

@media only screen and (max-width:1311px) {
    .readMore-link {
        width: 157px;
        text-align: center;
    }
}

@media only screen and (max-width:1024px) {
    .dcv_home {
        height: auto !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .banner__customer {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    /* .div_relative_home {
              left: 56%;
              top: 2%;
              bottom: 0;
          }  */
    .circle__div {
        width: 360px;
        height: 360px;
    }
    .div_relative_home {
        left: 50% !important;
        bottom: 2% !important;
    }
    .banner__customer::before {
        width: 200px;
    }
}

@media only screen and (max-width:1023.98px) {
    .circle__div {
        width: 300px;
        height: 300px;
        padding: 8px;
        border: double 1px transparent;
    }
    .circle__div-heading>p:nth-child(1)>span {
        font-size: 30px !important;
    }
    .circle__div-heading>p:nth-child(2)>span {
        font-size: 14px !important;
    }
    .circle__div-heading>br {
        display: none !important;
    }
    .banner__customer::before {
        width: 150px;
    }
}

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

@media only screen and (max-width:991px) {
    .navbar .navbar-nav .nav-item>.nav-link {
        font-size: 13px;
    }
    .searchForm {
        margin-left: -15px;
    }
    .main .container img.bg_phone {
        height: 450px;
        top: 8%;
    }
    .matching__calcmenu {
        width: 94%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar .nav-item .nav-link {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .caret_down {
        font-size: 14px !important;
    }
    .bg-theme {
        background-color: #fff;
    }
    .navbar__top-container {
        width: 100%;
        padding: 0;
    }
    .navbar {
        position: relative;
    }
    /* .mobile-nav {
            position: fixed;
            height: 100vh;
            top: 0%;
            background-color: #F5F5F7;
            width: 90%;
            z-index: 999;
            box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        } */
    .ul-menu {
        padding-top: 0% !important;
    }
    .ul-menu .nav-item {
        padding: 0 12px !important;
    }
    .ul-menu .nav-item .nav-link {
        padding-right: .3rem !important;
        padding-left: .3rem !important;
        font-weight: 500;
    }
    .navbar .nav-item.active::after {
        content: none;
    }
    .navbar .nav-item::after {
        content: none;
    }
    .sub__link {
        font-size: 13px !important;
        font-weight: normal !important;
        margin-left: 1rem !important;
    }
    .top__share-mob {
        padding: 4px 0 0 20px;
    }
    .mobile-logo {
        width: 88px;
    }
    .ul-menu {
        border-top: 1px solid #000;
    }
    .profile__item {
        padding-left: 20px;
    }
    .account__set-menu {
        width: 45vw !important;
    }
    .question__card {
        height: 207px;
    }
    .question__card img {
        height: 207px;
    }
    .mob-font {
        font-size: 13px;
    }
    .flex__box {
        width: 100%;
    }
    .contact__card-img {
        width: 50px;
        height: 50px;
    }
    .contact__card-img img {
        width: 30px;
    }
    .contact__card-content a {
        font-size: 10px;
    }
    .file_icon {
        width: 26px !important;
    }
    .card.calculator__card {
        height: 341px;
    }
    .calculator__card-para br {
        display: none;
    }
    .card.calculator__card {
        padding: 21px;
    }
    .calculator__card-para {
        font-size: 18px;
    }
    .logindestop {
        display: none;
    }
    .loginmobile {
        display: block;
    }
}

@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;
    }
    .contacthelp {
        padding: 0.2rem;
    }
    .contacthelp p {
        font-size: 14px;
    }
    .contacthelp.py-3 {
        padding: 0.5rem;
    }
}

@media only screen and (max-width:768px) {
    .dcv_home {
        height: auto !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .circle__div {
        width: 300px;
        height: 300px;
    }
    .div_relative_home {
        /* left:57% !important;
             top: 2%; */
        /* bottom: 0 !important; */
    }
    #header .navbar-brand img.d-md-block.d-none {
        width: 112px;
    }
    #header .navbar .navbar-nav .nav-item>.nav-link {
        font-size: 10px;
    }
    #header .navbar .navbar-nav .nav-item {
        margin-left: 1.5rem;
    }
}

@media only screen and (max-width:767px) {
    #header .container {
        padding: 0;
    }
    .navbar {
        padding: 8px 15px;
    }
    .contact-info {
        padding: 3px 15px;
        margin-left: 0.5rem;
    }
    .contact-info a {
        font-size: 11px;
    }
    .contacthelp i {
        margin-right: 0px;
    }
    .mobile-nav {
        width: 50%;
    }
    .navbar .nav-item .nav-link {
        color: #010101;
    }
    .navbar-brand {
        color: #010101;
    }
    .nav-item {
        margin-left: 0 !important;
    }
    .top__share-mob {
        margin-top: 3px;
        margin-bottom: 1rem;
        padding: 4px 0 0 20px;
    }
    .main .container img.bg_phone {
        position: absolute;
        top: 83%;
        width: 100px;
        height: 180px;
    }
    .margin-left-mob {
        margin-left: 1.5rem;
    }
    .px-sm-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .mb-sm-4 {
        margin-bottom: 16px !important;
    }
    .main {
        min-height: auto !important;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .footer__allLinks-ul {
        margin-left: auto;
        margin-right: auto;
    }
    select {
        background-position: 100% 22px !important;
    }
    section.banner_home.d-flex.justify-content-center.align-items-center {
        padding-left: 0px;
        padding-right: 37px !important;
    }
    .custom__modal-dialog {
        top: 5% !important;
    }
    .px_0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .padng_right {
        padding-right: 6px !important;
    }
    #password_one {
        border-bottom: none;
    }
    .form-title {
        font-size: 20px !important;
    }
    .banner_home {
        background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("<?php echo $banner_img?>") !important;
        width: 100%;
        background-position: center !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
    }
    .searchForm {
        margin-left: auto;
    }
    .cvd {
        background: none !important;
        background-color: #f8f8f8 !important;
        height: auto !important;
    }
    .readMore-link {
        width: 130px;
        text-align: center;
    }
    /* .cvd .container{
         padding-top: 100px !important;
     } */
    /* .second__sec__title>p{
         font-size: 16px !important;
     }
     .second__sec__title > p > span{
         font-size: 35px !important;
         text-align: left !important;
     } */
    .cvdimg_one {
        top: 0;
    }
    /* .cvd{
      overflow: hidden;
    } */
    .blog-titles.blog-titles-mob {
        height: auto !important;
    }
    .blog_title {
        height: 110px;
    }
    .exp-text {
        padding-top: 0.5rem;
    }
    .srch_container_fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .searchForm .custom_search-div {
        width: 100%;
    }
    .search_ul .search_ul_list {
        margin: 0;
    }
    .col__padding {
        padding-left: 4px !important;
    }
    .catalog_ul .catalog_list a {
        font-size: 15px;
    }
    .quick_links li a {
        font-size: 15px;
    }
    .links_box {
        padding-left: 0;
        padding-right: 0;
    }
    /* .links__box_mob{
       padding-left: .5rem !important;
   } */
    .footer__padding {
        padding-left: 10px;
    }
    .quick_links {
        flex-direction: column !important;
        justify-content: start !important;
        align-items: flex-start !important;
    }
    .quick_links_flex li a {
        font-size: 16px;
        /* padding: 18px 5px !important; */
    }
    .social_icon_ul {
        justify-content: start !important;
    }
    .logo_brand {
        width: 215px;
        margin-left: auto;
    }
    .btn_primary {
        font-size: 14px;
    }
    .top__term__banner h1 {
        font-size: 25px;
    }
    /* ======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;
    }
    .top__left-box h1 {
        font-size: 22px;
    }
    .contact__card {
        margin-left: auto;
        margin-right: auto;
    }
    .our__astrologers .container-fluid {
        width: 100%;
    }
    /* .our__astrologers{
         background-image: none;
         background-color: #fff;
     } */
    .astro-card-profile {
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .mob-live__status {
        position: absolute;
        right: -3px;
        top: 8px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin-top: 0;
        border: 2px solid #fff;
    }
    .mob-live__status p {
        display: none;
    }
    .lang-ul {
        display: none !important;
    }
    .chat__btn-div.chat__btn-mob {
        display: none !important;
    }
    .live__status p {
        font-size: 10px;
        letter-spacing: 0.54px;
    }
    .testimonials h4 {
        font-size: 26px;
    }
    .astro-details-desc>div h5 {
        font-size: 16px;
    }
    .shape__astro {
        width: 200px;
        height: 13px;
    }
    .sect__title {
        font-size: 20px;
    }
    .bg_gaps {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .banner__customer::before {
        content: none;
    }
    .title-common {
        font-size: 20px;
    }
    .disccover_product {
        background: url("<?php echo IMAGE_PATH?>powerfull_final.png");
    }
    .banner_home {
        height: auto !important;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .shani .container {
        background-position: right !important;
    }
    .question__card {
        height: 226px;
    }
    .question__card>img {
        height: 226px;
    }
    .mob-font {
        font-size: 13px;
    }
    /* .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%;
    }
    .font-mob {
        font-size: 13px;
    }
    .contacthelp.py-3 {
        padding: 1rem;
    }
    /* ==========HELP======== */
    .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;
    }
    .astro__filter__footer {
        justify-content: space-between;
    }
    /* .modal-footer>:not(:first-child) {
        margin: auto;
    } */
    #add_address .btn-outline-warning.cancel_btn {
        font-size: 16px;
        font-weight: 400;
        font-family: 'DiscoverSans-Medium';
    }
    section.searchSec.py-5 {
        padding-top: 0px !important;
    }
    /* ---------CRM------ */
    .nav-item .nav-link.bg_active {
        color: #fff !important;
    }
    .close.popup-close {
        top: 0;
        right: -1%;
    }
    .app__lead,
    .web__lead {
        height: 250px !important;
    }
    .app__lead .container,
    .web__lead .container {
        margin-top: 3rem;
    }
    .app__lead .container .row h3,
    .web__lead .container h3 {
        text-align: center;
    }
    #watch-video-tour iframe {
        height: 260px !important;
    }
    #header img.d-md-none.d-block {
        width: 150px;
    }
    /* =========astro======== */
    .account__set-menu {
        width: 70vw !important;
    }
    .float__icon {
        bottom: 70px;
    }
    .heading-about {
        font-size: 36px;
    }
    .common__para h4 {
        font-size: 20px;
    }
    .span__rounded {
        margin-top: -6px;
    }
    .top__banner-kundli .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .astro__details .container {
        width: 90%;
    }
    .details__box {
        width: 90%;
        padding-bottom: 20px;
    }
    .category-input {
        border-right: 0;
    }
    select.select__common-input {
        padding: .375rem .75rem !important;
    }
    .flex__box {
        align-items: flex-start !important;
    }
    .flex__box>div {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .rps__width {
        width: auto !important;
        margin-left: auto;
        margin-right: auto;
    }
    /* .footer-copyright{
       padding-bottom: 68px !important;
   } */
    .bottom-text {
        /* width: 250px; */
        text-align: left;
        font-size: 10px;
    }
    .footer-copyright a {
        font-size: 10px;
    }
    .expert-height,
    .lang-height {
        height: auto !important;
    }
    .card-shadow {
        height: 165px !important;
    }
    .astro_blog_title {
        height: auto !important;
    }
    .card-shadow>.card-body {
        padding-bottom: 3.4rem !important;
    }
    .common-font {
        font-size: 25px !important;
    }
    .txt-p {
        font-size: 16px;
    }
    .center_div {
        padding: 16px 10px;
    }
    .details__box {
        padding-top: 20px
    }
    .our__blogs .container-fluid {
        width: 90%;
    }
    .blog__title h5 {
        font-size: 15px;
    }
    .readMore-link {
        font-size: 10px;
    }
    .input__top-group {
        width: 100%;
    }
    .input__top-group input {
        /* height: 24px; */
        font-size: 14px;
    }
    .input-group-text-contact {
        background-color: #000;
        color: #ffd800;
    }
    .input__top-group input::placeholder,
    .input-group-text-contact {
        font-size: 11px;
    }
    .top__left-box p {
        font-size: 10px !important;
    }
    .details__box::before {
        content: none;
    }
    .info__buttons {
        margin-top: 8px;
    }
    .card.calculator__card {
        /* height: auto; */
        /* height: 252px; */
        background-size: 100%;
        padding: 4px;
    }
    .calculator__card-para br {
        display: none;
    }
    .calculator__card-para {
        font-size: 16px;
    }
    .btn.f-12-mob {
        font-size: 12px;
    }
    .blog__posts p {
        font-size: 13px;
    }
    .chat__btn-div .chat__btn {
        width: 127px !important;
    }
    .scrollTop.active {
        bottom: 48px;
        right: 10px;
    }
    .float__icon.active {
        bottom: 90px;
        right: 10px;
    }
    .sticky__top {
        top: 0px !important;
    }
    .mob-login {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #FACC23;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 8px;
        vertical-align: middle;
        margin-right: 2%;
    }
    .mob-login i {
        color: #232323;
        vertical-align: middle;
        margin-top: -19px;
    }
    /* .brand__logo {
       margin-left: 1.4rem;
      } */
    .top-scroll .navbar-brand img {
        width: 100px !important;
    }
    ul.top__share li {
        margin-left: .3rem;
    }
    .relative {
        position: relative;
    }
    .viewAll-btn {
        position: absolute;
        border: 2px solid #e4b405;
        border-radius: 15px;
        font-size: 13px;
        top: 0;
        right: .75rem;
        padding: 3px 12px;
        color: #080929;
        background-color: #e4b405;
    }
    .our__astrologers,
    .row-pad,
    .blogs-carousel {
        padding-top: 15px;
    }
    .free__service-card p {
        letter-spacing: 0.7px;
    }
    .our__astrologers {
        padding-bottom: 15px;
    }
    .parent-astro-card {
        padding-left: 0;
    }
    .card.astro-card-mob {
        padding: 16px;
        height: auto;
        width: 98%;
        border: 1px solid #22213424 !important;
        border-radius: 12px;
        box-shadow: none;
        margin-bottom: 0;
    }
    .star {
        width: 45px;
        margin-top: 0;
        margin-left: 1px;
    }
    .star-rating {
        margin-top: 0;
        margin-left: 0;
        transform: translateY(-17px);
    }
    .mob-star {
        transform: translateY(-12px);
    }
    .star-rating-black {
        font-size: 8px !important;
    }
    .astrologers-name {
        transform: translateY(18px);
    }
    p.expertise {
        text-align: center;
        /* padding-top: 10px; */
        margin-top: -10px;
        line-height: 1.3;
        font-size: 10px;
    }
    .astro-rating-ylw {
        transform: translateY(-2px);
    }
    .astro-rating-ylw i.star-rating-ylw {
        font-size: 10px !important;
    }
    .astro-details-desc-mob {
        margin-left: 0;
    }
    .categories .container-fluid {
        width: 100%;
    }
    .astro-card {
        height: 200px;
    }
    .astro-card,
    .card-shadow {
        width: 100%;
    }
    .chat__btn-div {
        left: 50%;
        transform: translateX(-50%);
    }
    .search__astrologers .container-fluid {
        width: 98%;
    }
    .banner-image .container-fluid {
        width: 98%;
    }
    .navbar-toggler {
        margin-right: 0;
        margin-left: 0.5rem;
        margin-right: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }
    /* .contact__card > div{
      flex-direction: column;
  } */
    .contact__astrologers {
        padding-top: 15px;
        background-color: #fff;
    }
    .contact__astrologers .container-fluid {
        /* padding: 1rem .3rem 1rem .3rem; */
        padding: 0 1.2rem;
        background-color: #ffffff;
    }
    .padding-mob-l {
        padding-left: 0;
    }
    .contact__card {
        width: 97%;
    }
    .bs-x {
        padding-left: 0;
        padding-right: 0;
    }
    .contact__card {
        border: 1px solid #1D1D1D1A;
        border-radius: 35px;
        padding: 10px 10px;
    }
    .talkastrologerLink .contact__card{
        padding: 0px;
    }
    .talkastrologerLink .contact__card>div{
        padding: 10px 10px;
    }
    a.talkastrologerLink{
        font-size: 10px;
    display: block;
    line-height: 1.1;
    padding-top: 2px;
    }
    .contact__card-content {
        margin-left: .2rem;
    }
    .contact__card-content a {
        font-size: 10px;
        display: block;
        line-height: 1.1;
        padding-top: 2px;
    }
    /* .contact__card-content a br{
      display:none
  } */
    .owl__div .owl-item.active .testimonial__card::before {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        right: 0;
        content: '';
        position: absolute;
        width: 97%;
        height: 5px;
        background-color: #FACC22FE;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .blog__card {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .all-blog-cards {
        margin-left: auto;
        margin-right: auto;
        width: 85%;
    }
    .blog__card-img img {
        height: 155px;
    }
    .blog__para {
        font-size: 13px;
    }
    .mob-padding {
        padding-left: 0;
        padding-right: 0
    }
    .mob-padding .card {
        height: 90px
    }
    .free__service,
    .testimonials,
    .our__blogs,
    .why__astro {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .common__container {
        width: 100%;
    }
    .free__service-card-img {
        width: 73px;
        height: 73px;
    }
    .free__service-card-img img {
        width: 48px;
        height: 48px;
    }
    .contact__card-img {
        width: 25px;
        height: 25px
    }
    .contact__card-img img {
        width: 14px;
    }
    .bg-blue {
        background: #FFFFFF;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /* .bg-blue .container{
    padding-right: 0;
    padding-left: 0;
} */
    .bs-gutter-l {
        padding-left: 0.75rem;
    }
    .bs-gutter-r {
        padding-right: 0.75rem;
    }
    .card.calculator__card {
        background-color: #FFFFFF;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .calculator__card-img {
        width: 50px;
        height: 50px;
        background: #FFD800
    }
    .calculator__card-img img {
        width: 26px;
    }
    .calculator__card-img img.sm-img-1{
        height: 31px;
    }
    .calculator__card-img img.sm-img-2{
        height: 26px;
    }
    .calculator__card {
        height: 252px;
    }
    .calculator__card .card-body {
        padding: 20px;
    }
    .calculator__card-para {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .file_icon {
        width: 10px !important;
        height: 12px;
    }
    .why__astro h4,
    .our__blogs h4,
    .testimonials h4,
    .our__astrologers h4,
    .free__service h4, .faq_sec h4,.section-title {
        font-size: 20px;
    }
    .form-heading {
        font-size: 13px;
    }
    .free__service-card .card-body {
        padding: 2px;
    }
    .free__service-card p {
        font-size: 10px;
    }
    /* .px-mob{
    padding-left: 0;
    padding-right: 0;
} */
    .common__input {
        padding: 1.2rem .5rem;
    }
    .post-blog h1 {
        font-size: 26px;
        /* text-align: justify; */
        text-align: center;
    }
    .banner-content h1 {
        font-size: 22px;
    }
    .px-md {
        padding-right: 0;
    }
    .pl-mob-0 {
        padding-left: 0;
    }
    .bg-profile {
        padding: .5rem !important;
    }
    .px-mob-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .about__para p,
    .common__para p,
    .common__para li,
    .why__content {
        font-size: 14px;
    }
    .top__banner .container-fluid {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 10px;
    }
    .top__banner .container-fluid {
        width: 97%;
    }
    .contact__astrologers .container-fluid {
        width: 100%;
    }
    .top__left-outer {
        padding-left: 10px;
    }
    .flex-wrapper-services {
        margin-top: 15px;
    }
    .flex-wrapper {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        margin-right: 0%;
        margin-left: 0%;
    }
    .flex-wrapper::-webkit-scrollbar {
        display: none;
    }
    .flex-wrapper {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }
    .image-mob-none {
        display: none;
    }
    .free__service,
    .free__service-card {
        background-color: #fff;
    }
    .free__service-card:hover .free__service-card-img {
        border: none;
    }
    .free__service-card-img {
        border: 1px solid #a5a3a38a;
    }
    .free__service-card-img.active {
        border: 0;
    }
    /* .bg-theme{
    box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
} */
    .top__banner {
        background-color: #fff;
        margin-top: .8rem;
    }
    .top__left-box p {
        margin-bottom: 0;
    }
    .common__wrap {
        width: 97%;
    }
    .mob-contact-sect {
        border-bottom: 1px solid #1D1D1D1A;
        margin-top: 15px;
    }
    .contact__control-input:focus {
        color: #2c2c3a;
        border: 1px solid #ccc;
    }
    .input__top-group input.contact__control-input::placeholder,
    .input-group-text-contact {
        font-size: 15px;
    }
    .contact__control-input {
        border-right: 0 !important;
    }
    .contact__control-input,
    .input-group-append-contact {
        border: 1px solid #ccc;
    }
    .input-group-append-contact {
        padding: 3px;
    }
    .astro-details-section p {
        font-size: 14px;
    }
    .card.calculator__card {
        height: 192px;
        position: relative;
    }
    .calculator__card .card-body .btn-check {
        position: absolute;
        bottom: 4px;
        left: 50%;
        transform: translateX(-50%);
    }
    .calculator__card-para {
        font-size: 15px;
    }
    .calculator__card .card-body {
        padding-top: 0 !important;
    }
    .calculator__card-para-width {
        /* width: 200px; */
        margin-left: auto;
        margin-right: auto;
    }
    .why__astro .container-fluid {
        width: 95%;
    }
    .top__banner .container-fluid {
        /* background-image: none; */
        border-radius: 0;
    }
    .ul-menu .nav-item {
        padding: 0 20px !important;
    }
    .astro__desc .lang__name,
    .astro__desc .exp-text {
        width: 100%;
    }
    /* ------------------------ */
    /* .free__service .container {
    padding-left: 0;
    padding-right: 0;
} */
    /* ----common css--- */
    .bs-gutter-x {
        padding-left: .75rem;
        padding-right: .75rem;
    }
    .bs-gutter-x-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .m-right {
        margin-right: .75rem;
    }
    .free__service-card p {
        line-height: 0;
        padding-top: 10px;
    }
    .parent-astro-card {
        margin-right: 10px;
    }
    .astro__inner>div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bal__heading {
        padding-left: 1px;
    }
    .btn-mob,
    .btn__common__yellow {
        font-size: 14px;
    }
    .lang-height p>span {
        padding: 4px 2px 4px 0;
    }
    .expert-height p,
    .lang-height p>span {
        font-size: 11px;
    }
    .lang-height p>span {
        line-height: 2.5;
    }
    a.astro__details {
        font-size: 14px;
    }
    .scrollTop {
        width: 30px;
        height: 30px;
    }
    .footer-social-li:nth-of-type(1) {
        padding-left: 0;
    }
    .pt-15 {
        padding-top: 15px;
    }
    .pt-mob-20 {
        padding-top: 20px;
    }
    /* section.contact__astrologers.contact__astrologers-small-view {
        background-color: transparent;
        position: fixed;
        left: 0;
        width: 100%;
        right: 0;
        bottom: 10px;
        z-index: 99;
    } */
    .contact__astrologers.contact__astrologers-small-view .container-fluid {
        background-color: transparent;
    }
    .sms-icon {
        margin-top: -3px;
        margin-left: 1px;
    }
    .contact__card-img .call-icon {
        margin-top: -1.5px;
        margin-left: 1px;
    }
    .row.all_astrologer_list {
        margin: auto;
    }
    .modal-width {
        max-width: 100%;
    }
    .close.popup-close {
        color: #000;
        border: 1px solid #000;
        right: 15px !important;
    }
    .col-pad-0 {
        padding-left: 0;
    }
    img.float__img {
        width: 100%;
        height: auto;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .card-body.testimonial__body {
        height: auto;
    }
     .contact__card-img img.call-icon{
        height: 14px;
    }
    .astro-para{
        top: 48%;
        left: 27px;
        font-size: 13px;
    }
    .bg-white.bg-shadow.p-4.bg-profile {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .astro_img_subcat {
        width: 85px;
        height: 85px;
    }
    .details__box.details__box-about #add_users .btn-primary-yellow{
        margin-bottom: 1rem;

    }
    .astro-call-sec {
        position: fixed;
        bottom: 0px;
        width: 100%;
        left: 0px;
        background: #080c2b;
        opacity: 1 !important;
        padding: 10px 17px;
        z-index: 2;
    }
    .astro-call-sec .btn__width {
        width: 100%;
        margin: 5px;
        font-size: 20px !important;
        border: 2px solid #fff;
    }
    .astro-call-sec .chat__btn small {
        font-size: 20px;
    }
    .astro-call-sec img{
    width: 20px !important;
    }
    .container-fluid.copyright-parent-div{
        padding-bottom: 4rem;
    }
    .sm-align-left {
        text-align: left !important;
        margin-top: 0px !important;
    }
    h4.bal__heading {
        margin-top: 10px;
    }
}

@media only screen and (max-width:575px) {
    .mobile-nav {
        width: 85%;
    }
    .btn_100 {
        width: 100% !important;
    }
    .mx_auto {
        margin-left: auto;
        margin-right: auto;
    }
    .col_9 {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }
    .alert-text {
        font-size: 12px;
    }
    section.cvd p strong span {
        color: #23233f !important;
    }
    section.banner_home.d-flex.justify-content-center.align-items-center {
        padding-left: 0px;
        padding-right: 37px !important;
    }
    #watch-video-tour iframe {
        height: 220px !important;
    }
    .bal__heading {
        font-size: 15px;
    }
}

@media only screen and (max-width:540px) {
    .slider__img__div {
        margin-left: .5rem !important;
    }
    .card.astro-card-mob {
        width: 100%;
        padding: 5px;
    }
    .astro-details-desc>div h5 {
        font-size: 12px;
        text-align: center;
    }
}

@media only screen and (max-width:485px) {
    .triangle__mobile-edit {
        left: 50px !important;
    }
    #watch-video-tour iframe {
        height: 207px !important;
    }
}

@media only screen and (max-width:441px) {
    .top__banner {
        background-color: #050727;
        background-image: url(../images/mob-banner.png);
        background-position: 10px;
        background-size: 100%;
        width: 99%;
        background-repeat: no-repeat;
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
    }
    .top__banner .container-fluid {
        background-image: none;
        border-radius: 0;
    }
    .vastu-image {
        display: none;
    }
    .top__banner .container-fluid {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@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%;
    }
    .btn__width {
        margin: 0 3px;
    }
}

@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;
    }
    .price__span {
        font-size: 18px;
    }
    .our__blogs .container-fluid {
        width: 100%;
    }
    .testimonial__card {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .timing-input {
        font-size: 11px;
        padding: 9px 16px;
    }
    .timing__parent-div h5 {
        font-size: 18px;
    }
    .reviewer {
        height: 33.92px !important;
    }
    .flex-wrapper-services .col-4 {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }
}

@media only screen and (max-width:408px) {
    .contact__card {
        padding: 8px 2px;
    }
}

@media only screen and (max-width:404px) {
    .calculator__card-para-width {
        /* width: 230px; */
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:393px) {
    .calculator__card .card-body {
        padding: 11px 0px;
    }
    .card.calculator__card {
        height: 175px;
    }
}

@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;
    }
    /* .info__buttons {
          flex-direction: column;
      } */
    .btn__width {
        width: 200px;
        margin: 5px;
    }
    .timing-input {
        font-size: 11px;
        padding: 9px 16px;
    }
    .free__service-card .card-body {
        padding: 2px;
    }
    .free__service-card p {
        font-size: 9px;
    }
    .btn-mob {
        padding: 3px 20px !important;
    }
    .footer_contact_a {
        font-size: 11px;
    }
    .calculator__card-para {
        font-size: 13px;
    }
    .astro__inner>div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .free__service-card-img {
        width: 65px;
        height: 65px;
    }
    .free__service-card-img img {
        width: 40px;
    }
}

@media only screen and (max-width:384px) {
    .calculator__card-para-width {
        /* width: 230px; */
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:375px) {
    .progressbar li {
        font-size: 13px;
    }
    .home_login {
        font-size: 12px;
    }
    .search__outer.active {
        width: 270px;
    }
    .bal__heading {
        font-size: 14px;
    }
    .card-shadow {
        height: 182px !important;
    }
}

@media only screen and (max-width:365px) {
    .card.astro-card-mob {
        width: 100%;
        padding: 6px;
    }
    .astro-details-desc>div h5 {
        font-size: 16px;
    }
    .astro-details-desc>div h5.astrologers-name {
        font-size: 12px;
    }
    .our__blogs .container-fluid {
        width: 100%;
    }
    .astro__inner>div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width:358px) {
    .contact__card {
        width: 97%;
    }
    .contact__astrologers .container-fluid {
        padding: 0 1rem;
    }
}

@media only screen and (max-width:352px) {
    .calculator__card-para-width {
        width: 100%;
    }
    .contact__card-content a {
        font-size: 9px;
    }
}

@media only screen and (max-width:347px) {
    .contact__card-img {
        width: 22px;
        height: 22px;
    }
    .contact__card-img img {
        width: 13px;
    }
     .contact__card-img img.call-icon{
        height: 13px;
    }
    .file_icon {
        width: 10px !important;
        height: 12px;
    }
    .contacthelp.py-3 {
        padding: 0.5rem;
    }
}

@media only screen and (max-width:342px) {
    .calculator__card-para {
        font-size: 14px;
    }
}

@media only screen and (max-width:323px) {
    .contact__card-content a {
        font-size: 9px;
    }
    .contact__card-img .call-icon {
        margin-left: 1px;
    }
}

@media only screen and (max-width:320px) {
    .ul-menu .nav-item {
        padding: 0px 9px !important;
    }
    .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;
    }
    .search__outer.active {
        width: 200px;
    }
    .chat__btn-div .chat__btn {
        width: 130px !important;
    }
    .btn__width {
        width: 100% !important;
        margin: 5px;
    }
    .conatct-text {
        font-size: 9px;
    }
    .flex-wrapper-services .col-4 {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .parent-astro-card {
        margin-right: 10px;
    }
    .card.astro-card-mob {
        padding: 13px;
    }
    .astro-details-desc>div h5.astrologers-name {
        font-size: 13px;
    }
    .viewAll-btn {
        font-size: 11px;
    }
    .astro__inner>div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .calculator__card-para {
        font-size: 13px;
    }
}