/* /* /* ==========================================
* ------------------------------------------------------------------
*
* Project: Decor Me - Multipurpose HTML Template
* Version: 1.0.0
* Created : 29/04/2022
* Template URI: https://burgerthemes.com/
* Author Name: BurgerThemes
* Author URI: https://burgerthemes.com/
* Description: Business, Finance HTML Template
*
* -------------------------------------------------------------------
*
========================================== */

@charset "UTF-8";

/*------ Theme Default Css =======================================*/


/* Google Fonts */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Poppins&display=swap");

/* Colors */

:root {
    --bs-gray: #dedede;
    --bs-gray-light: #f7f7f7;
    --bs-primary: #ec8236;
    --bs-primary-shadow: rgb(254, 196, 0, 0.5);
    --bs-secondary: #161422;
    --bs-secondarytwo: #201c30;
    --bs-gray-500: #f2f2f2;
    --bs-gray-500-thumb: #c2c2c2;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-font-awesome: "Font Awesome 5 Free";
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-theme-radius: 6.25rem;
    --bs-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}


/* ---//--- */


/* ---regstration--- */

.regf {
    background-image: linear-gradient(180deg, rgb(245, 245, 245), rgb(243, 243, 243));
    margin-top: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #fff;
}


/* --- Selection Colors --- */

::-webkit-selection {
    background-color: var(--bs-primary);
    color: #ffffff;
}

::selection {
    background-color: var(--bs-primary);
    color: #ffffff;
}


/* ---//--- */


/* --- Scrollbar Colors --- */

::-webkit-scrollbar {
    width: 0.625rem;
    background-color: var(--bs-gray-500);
}

::-webkit-scrollbar-thumb {
    background-color: var(--bs-gray-500-thumb);
    border-radius: 0.625rem;
}

::-webkit-scrollbar-corner {
    background-color: var(--bs-gray-500);
}


/* ---//--- */


/*--------------------------------------------------------------
# Basic Typography Structure
--------------------------------------------------------------*/

*:not(table *) {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

body {
    line-height: 1.7;
    letter-spacing: 0.06em;
    overflow-x: hidden;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
}

body:not(.admin-bar) {
    position: relative;
}

a {
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}


/* a:hover, */

a:active,
a:focus {
    /*    color: var(--bs-primary);*/
    text-decoration: underline;
    text-decoration-style: dotted;
}

a:hover,
a:active,
button:focus {
    box-shadow: none;
}

button[type="submit"]:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a:focus {
    outline-width: 1px;
    outline-offset: -3px;
    outline-style: dotted;
    text-decoration: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

button,
input {
    overflow: visible;
}

/* img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    display: block;
} */
.imgsize{
    height: 50px;
    width: 50px!important;
}

figure {
    margin: 0;
}

.comment-metadata .edit-link a,
.comment-body .reply a,
.scrolling-btn,
.more-link,
.bs-tab-filter a,
form button,
.bs-post-pagination div.nav a,
.btn:not(.btn-link):not(.btn-play):not(.btn-video) {
    position: relative;
    overflow: hidden;
    z-index: 0;
    text-decoration: none;
    transition: 0.5s all ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 1px dotted;
    outline-offset: -2px;
}


/* input[type="text"]:not(.adminbar-input), */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea .form-control {
    border-radius: 5px;
    display: block;
    line-height: 1.5;
    font-size: 0.97rem;
    font-weight: 400;
    padding: 0.375rem 0.75rem;
    vertical-align: middle;
    width: 100%;
    min-height: 50px;
    background-color: #ffffff;
    border: 1px solid var(--bs-gray);
    outline: none;
    letter-spacing: 0.5px;
    box-shadow: none;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover,
select:hover {
    background-color: #ffffff;
    border-color: #000;
    outline: none;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

select {
    border: 1px solid var(--bs-gray);
    border-radius: 5px;
    display: block;
    font-size: 92%;
    font-weight: 400;
    padding: 0.375rem 0.75rem;
    min-height: 40px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    box-shadow: none;
    overflow: auto !important;
    outline: 0;
    background-color: #ffffff;
}

textarea {
    height: 8.125rem;
    overflow: auto;
    resize: vertical;
}

input[type="checkbox"],
input[type="radio"],
form[id*="give-form"] #give-gateway-radio-list>li input[type="radio"],
form[id*="give-form"] #give-gateway-radio-list>li input[type="checkbox"],
div.wpforms-container-full .wpforms-form input[type="radio"],
div.wpforms-container-full .wpforms-form input[type="checkbox"] {
    position: relative;
    border: 2px solid var(--bs-secondary);
    background-color: #ffffff;
    color: var(--bs-primary);
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 16px !important;
    max-width: 16px;
    border-radius: 3px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    transition: 0.05s border-color ease-in-out;
}

input[type="radio"] {
    border-radius: 50%;
    margin-right: 0.25rem;
    line-height: 0.75rem;
}

input[type="checkbox"]:hover:before,
input[type="radio"]:hover:before,
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
    display: inline-block;
    vertical-align: middle;
    speak: none;
    line-height: 1.1;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

input[type="radio"]:checked:before {
    content: "⬤";
    text-indent: -9999px;
    border-radius: 6.25rem;
    font-size: 1.5rem;
    width: 0.46rem;
    height: 0.46rem;
    margin: 0.152rem 0.152rem 0.25rem 0.175rem;
    line-height: 1.25rem;
    background: var(--bs-primary);
}

input[type="checkbox"]:checked,
input[type="checkbox"]:hover,
input[type="radio"]:checked,
input[type="radio"]:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 0.32rem;
    background-color: #ffffff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*---//---*/


/* --- Primary Colors --- */

button:hover,
button:focus,
a:hover,
a:focus,
button.btn:hover,
button.btn:focus,
.form-control:focus,
a.btn:hover,
a.btn:focus,
button.btn:hover,
button.btn:focus,
button[type="submit"]:hover,
button[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button[type="submit"]:focus,
button[type="button"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    box-shadow: none !important;
}


/*button[type=submit]:hover, button[type=button]:hover,
input[type="submit"]:hover, input[type="button"]:hover,
input[type="reset"]:hover,
button[type=submit]:focus, button[type=button]:focus,
input[type="submit"]:focus, input[type="button"]:focus,
input[type="reset"]:focus {
color: #ffffff;
background-color: var(--bs-secondary);
}*/


/* ---//--- */

.stload-item {
    display: none;
}

.h-full {
    height: 100%;
}

.minus-mt-6 {
    margin-top: -6rem;
}

.st-my-default {
    margin: 6.75rem 0;
}

.st-mt-default {
    margin-top: 6.75rem;
}

.st-mb-default {
    margin-bottom: 6.75rem;
}

.st-mt-minus {
    margin-top: -85px;
}

.st-py-default {
    padding: 90px 0;
}

.st-pt-default {
    padding-top: 6.75rem;
}

.st-pb-default {
    padding-bottom: 6.75rem;
}

.st-pt-plus {
    padding-top: 10.5rem;
}

.btn-rounded {
    border-radius: 10em;
}

.bg-secondarytwo {
    background-color: var(--bs-secondarytwo);
}

.btn-white {
    background-color: #ffffff;
    color: var(--bs-secondary);
}

.btn-white:hover,
.btn-white:focus {
    background-color: var(--bs-primary);
}

.btn-border-white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-blur {
    background: linear-gradient(105.91deg, rgba(255, 255, 255, 0.2) 5.12%, rgba(255, 255, 255, 0.075) 87.57%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    backdrop-filter: blur(15px);
}

.btn.btn-blur:hover,
.btn.btn-blur:focus,
.btn.btn-border-white:hover,
.btn.btn-border-white:focus {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn.st-load-btn {
    font-size: 0.9375rem;
}

.required {
    color: #ff0000;
}


/* Button SVG */

.btn-svg .btn {
    position: relative;
    min-height: 46px;
    min-width: 170px;
    overflow: hidden;
    border-radius: 50px;
    border: none;
}

.btn-svg .btn.btn-primary {
    background: transparent;
    fill: var(--bs-primary);
    stroke: var(--bs-primary);
    color: #fff;
}

.btn-svg .btn.btn-secondary {
    background: transparent;
    fill: var(--bs-secondary);
    stroke: var(--bs-secondary);
    color: #fff;
}

.btn-svg .btn.btn-secondary:hover,
.btn-svg .btn.btn-secondary:focus {
    background-color: var(--bs-primary);
    color: #fff;
    stroke: #fff;
}

.btn-svg .btn.btn-border-white,
.btn-svg .btn.btn-white {
    color: var(--bs-secondary);
    background: transparent;
    fill: #fff;
    stroke: #fff;
}

.btn-svg .btn.btn-border-white:hover,
.btn-svg .btn.btn-border-white:focus,
.btn-svg .btn.btn-white:hover,
.btn-svg .btn.btn-white:focus,
.btn-svg .btn.btn-primary:hover,
.btn-svg .btn.btn-primary:focus {
    background-color: var(--bs-secondary);
    color: #fff;
}

.btn-svg .btn:hover .btn-svg-circle circle {
    transform: scale(0);
}

.btn-svg .btn:hover .btn-svg-border--left path,
.btn-svg .btn:hover .btn-svg-border--right path {
    stroke-dasharray: 61.8204345703 61.8204345703;
    stroke-dashoffset: 0;
    -webkit-transition-delay: 0.25s;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-property: stroke-dashoffset;
    -moz-transition-delay: 0.25s;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-property: stroke-dashoffset;
    -ms-transition-delay: 0.25s;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-in-out;
    -ms-transition-property: stroke-dashoffset;
    transition-delay: 0.25s;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-property: stroke-dashoffset;
}

.btn-svg .btn-svg-label {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    color: inherit;
    z-index: 3;
    width: 100%;
}

.btn-svg .btn-svg-circle circle {
    -webkit-transition: transform 0.5s ease-in-out;
    -webkit-transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -moz-transition: transform 0.5s ease-in-out;
    -moz-transform: scale(1.1);
    -moz-transform-origin: 50% 50%;
    -ms-transition: transform 0.5s ease-in-out;
    -ms-transform: scale(1.1);
    -ms-transform-origin: 50% 50%;
    transition: transform 0.5s ease-in-out;
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.btn-svg .btn-svg-border--left path,
.btn-svg .btn-svg-border--right path {
    stroke-dasharray: 61.8204345703 61.8204345703;
    -webkit-transition-duration: 0s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-property: stroke-dashoffset;
    -webkit-transition-delay: 0.5s;
    -moz-transition-duration: 0s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-property: stroke-dashoffset;
    -moz-transition-delay: 0.5s;
    -ms-transition-duration: 0s;
    -ms-transition-timing-function: ease-in-out;
    -ms-transition-property: stroke-dashoffset;
    -ms-transition-delay: 0.5s;
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    transition-property: stroke-dashoffset;
    transition-delay: 0.5s;
}

.btn-svg .btn-svg-border--left path {
    stroke-dashoffset: -61.8204345703;
}

.btn-svg .btn-svg-border--right path {
    stroke-dashoffset: 61.8204345703;
}

.btn-svg .btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: translate(-50%, -50%);
    -moz-transform-origin: 50% 50%;
    -ms-transform: translate(-50%, -50%);
    -ms-transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    z-index: -1;
}

.btn-svg .btn svg.btn-svg-border {
    width: 102%;
    height: 110%;
}

.scrollingUp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: 0.9s;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    border: none;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
}

.scrollingUp.is-active {
    visibility: visible;
    opacity: 1;
}


/* Button Pulse */

.btn-pulse .btn:before,
.btn-pulse .btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin: auto;
}

.btn-pulse .btn:before {
    animation: pulse 1.5s infinite linear;
}

.btn-pulse .btn:after {
    animation: pulse 2s 0.4s infinite linear;
}

.btn-pulse .btn:hover:before,
.btn-pulse .btn:hover:after {
    display: none;
}


/* Buttons end */

.st-load-item {
    display: none;
}

.st-load-spinner {
    position: relative;
    cursor: pointer;
    width: 1.125rem;
    height: 1.125rem;
    display: inline-block;
    vertical-align: middle;
}

.st-load-spinner:before,
.st-load-spinner:after {
    position: absolute;
    display: block;
    content: "";
    width: 0.5625rem;
    height: 0.5625rem;
    left: 0;
    top: -0.3125rem;
    right: 0;
    bottom: 0;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
    border-radius: 0 0 1px 0;
    transform: translate(0%, 0%) rotate(45deg);
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.loadspinner .st-load-spinner:before {
    border-radius: 50%;
    animation: 0.8s spin 0.4s linear forwards infinite;
}

.loadspinner .st-load-spinner:after {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    animation: 0.8s spinReverse 0.4s linear forwards infinite;
}


/* Top Animation Effects */


/* Round Rotation Circle Effect */

@-webkit-keyframes slideTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
}

@keyframes slideTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
}


/* ---//--- */


/* Round Rotation Circle Effect */

@keyframes spin {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spinReverse {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(-360deg);
    }
}


/* ---//--- */


/* Boounce Effect */

@keyframes bounce_one {
    0% {
        transform: translateY(-0.625rem);
    }

    50% {
        transform: translateY(0.625rem);
    }

    to {
        transform: translateY(-0.625rem);
    }
}

@keyframes bounce_two {
    0% {
        transform: scale(1, 1) translateY(0);
    }

    10% {
        transform: scale(1.1, 0.9) translateY(0);
    }

    30% {
        transform: scale(0.9, 1.1) translateY(-1.375rem);
    }

    50% {
        transform: scale(1, 1) translateY(0);
    }

    57% {
        transform: scale(1, 1) translateY(-0.1875rem);
    }

    64% {
        transform: scale(1, 1) translateY(0);
    }

    100% {
        transform: scale(1, 1) translateY(0);
    }
}

@keyframes bounce_three {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-0.9375rem);
    }
}


/* ---//--- */


/* WaveIn Effect for use Call Icon */

@keyframes waveIn {
    from {
        opacity: 0;
        transform: scale(0.3) translate(-20px, 10px);
    }

    50% {
        transform: translate(0, 0);
        opacity: 1;
    }
}


/* ---//--- */


/* Buzz Effect for use Contact Widget */

@keyframes buzz-out {
    10% {
        -webkit-transform: translateX(0.1875rem) rotate(2deg);
        transform: translateX(0.1875rem) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
        transform: translateX(-0.1875rem) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(0.1875rem) rotate(2deg);
        transform: translateX(0.1875rem) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
        transform: translateX(-0.1875rem) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(0.125rem) rotate(1deg);
        transform: translateX(0.125rem) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-0.125rem) rotate(-1deg);
        transform: translateX(-0.125rem) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(0.125rem) rotate(1deg);
        transform: translateX(0.125rem) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-0.125rem) rotate(-1deg);
        transform: translateX(-0.125rem) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}


/* ---//--- */


/* Ripple Effect for use Play Button */

@-webkit-keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.5);
        opacity: 0.3;
    }

    to {
        transform: scale(1.75);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.5);
        opacity: 0.3;
    }

    to {
        transform: scale(1.75);
        opacity: 0;
    }
}


/* Shape Effect */

@-webkit-keyframes animationFramesOne {
    0% {
        transform: translate(0) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    to {
        transform: translate(0) rotate(0deg);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    to {
        transform: translate(0) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        transform: translate(0) rotate(0deg);
    }

    20% {
        transform: translate(-73px, 1px) rotate(-36deg);
    }

    40% {
        transform: translate(-141px, -72px) rotate(-72deg);
    }

    60% {
        transform: translate(-83px, -122px) rotate(-108deg);
    }

    80% {
        transform: translate(40px, -72px) rotate(-144deg);
    }

    to {
        transform: translate(0) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0) rotate(0deg);
    }

    20% {
        transform: translate(-73px, 1px) rotate(-36deg);
    }

    40% {
        transform: translate(-141px, -72px) rotate(-72deg);
    }

    60% {
        transform: translate(-83px, -122px) rotate(-108deg);
    }

    80% {
        transform: translate(40px, -72px) rotate(-144deg);
    }

    to {
        transform: translate(0) rotate(0deg);
    }
}

@-webkit-keyframes rotate3d {
    0% {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(1turn);
    }
}

@keyframes rotate3d {
    0% {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(1turn);
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    33% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes anim-out-text {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes anim-out-layer {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes anim-in-layer {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes anim-in-text {
    0% {
        transform: translate3d(100%, 0, 0);
    }

    to {
        transform: translateZ(0);
    }
}


/*===== // =====*/


/*===== Preloader Start =====*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: var(--bs-primary);
    overflow: hidden;
    display: none !important;
}


/*===== // =====*/


/*===== Pagination =====*/

.paginatoin-area {
    text-align: center;
    margin-top: 60px;
}

.navigation.pagination {
    display: inline-flex;
    background-color: #fef6ea;
    border: 1px solid #eee9db;
    padding: 10px;
    border-radius: 5px;
}

nav.woocommerce-pagination ul,
.pagination .nav-links {
    display: inline-flex;
}

.pagination .nav-links .page-numbers {
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    display: flow-root;
    font-size: 16px;
    line-height: 42px;
    width: 42px;
    height: 42px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    padding: 0;
    border-radius: 100%;
    z-index: 0;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #eee9db;
    -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pagination .nav-links .page-numbers:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    height: 75%;
    background-color: #000;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pagination .page-numbers.dots {
    display: inline-block;
    font-size: 24px;
    line-height: 27px;
}

.pagination .nav-links a:hover:before,
.pagination .nav-links a:focus:before,
.pagination .nav-links .page-numbers.current:before {
    background-color: var(--bs-primary);
}

.pagination .page-numbers:last-child {
    margin-right: 0;
}

.pagination .page-numbers.next:hover,
.pagination .page-numbers.next:focus,
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.prev:focus {
    transform: rotate(360deg);
}


/*===== // =====*/


/*===== Above Header =====*/

.header-widget {
    height: 100%;
}

.text-heading {
    color: #ffffff;
    text-align: initial;
    overflow: hidden;
    position: relative;
}

.text-heading strong {
    text-decoration: underline;
}

.text-sliding {
    display: inline;
    margin-left: 2px;
}

.text-sliding span {
    white-space: nowrap;
}


/*===== // =====*/


/*===== Navigation Start =====*/

.logo_box {
    background: #fff;
    position: absolute;
    top: -38px;
    left: -27px;
    z-index: 9;
    border-radius: 50%;
    height: 155px;
    width: 155px;
    box-shadow: 0px 0px 4px yellow;
}

.logo img {
    max-width: 7.125rem;
    max-height: 121px;
    margin: 25px;
}

.main-navigation .contact-area {
    color: #ffffff;
}

.main-navbar .main-menu>li.menu-item:not(.focus):not(.active):not(:hover)>a:not(:focus):not(:hover) {
    color: var(--bs-secondary);
}

.main-navbar .main-menu>li:hover>a,
.main-navbar .main-menu>li.focus>a,
.main-navbar .main-menu .menu-item.active>a {
    color: #fff;
    background: #ec8236;
    border-radius: 5px;
}

.main-nav-info .menu-right-list {
    padding: 0;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.main-info-list {
    padding-right: 0.938rem;
}

.main-info-list .widget:not(:first-child) {
    margin-left: 1.875rem;
}

.main-info-list .widget:first-child {
    padding-right: 1rem;
}

.main-navigation-info .menu-right-list,
.main-navigation-info .logo {
    min-height: 110px;
}

.main-navigation-info .logo {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.main-navigation-info .logo a.site-title {
    margin: 0;
}


/*===== // =====*/


/*=============== Cart =============*/

.menu-right-list .header-cart {
    padding: 0 6px;
}

.menu-right-list li.cart-wrapper,
.menu-right-list li.search-button,
.menu-right-list li.login-button {
    position: relative;
}

.menu-right-list li.cart-wrapper .header-cart span {
    position: absolute;
    top: -6px;
    left: 8px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    border-radius: var(--bs-theme-radius);
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-secondary);
}

.shopping-cart {
    position: absolute;
    top: 66%;
    right: -28px;
    z-index: 9999999;
    width: 280px;
    background: #ffffff;
    border-radius: 0;
    padding: 20px;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.menu-right-list li.cart-wrapper:hover .shopping-cart,
.menu-right-list li.cart-wrapper:focus-within .shopping-cart {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.shopping-cart .badge {
    border-radius: var(--bs-theme-radius);
    background-color: var(--bs-primary);
    color: #ffffff;
    font-weight: 400;
    margin-left: -6px;
    vertical-align: super;
    border: 2px solid #ffffff;
}

.shopping-cart {
    text-align: left;
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
    font-size: 1.125rem;
    font-weight: 600;
}

.shopping-cart .shopping-cart-items {
    padding: 0;
    padding-top: 15px;
    list-style: none;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
    width: 100%;
}

.shopping-cart .shopping-cart-items .item-img {
    float: left;
    margin-right: 12px;
    width: 50px;
    height: 50px;
    border-radius: var(--bs-theme-radius);
    text-align: center;
    border: 1px solid var(--bs-gray-light);
    box-shadow: 0 0 12px -3px rgb(0 0 0 / 0.25);
}

.shopping-cart .shopping-cart-items .item-img img {
    vertical-align: baseline;
    border-radius: var(--bs-theme-radius);
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    font-weight: 600;
    font-size: 1rem;
}

.shopping-cart .shopping-cart-items .item-price {
    margin-right: 0;
    color: var(--bs-secondary);
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #dc221c;
}

.cart-icon {
    color: #515783;
    margin-right: 7px;
    float: left;
}

.shopping-cart .btn {
    width: 100%;
}


/*===== // =====*/


/*===== Header One =====*/

.index3 .main-navbar .main-menu>li.menu-item.menu-item-has-children>a:after {
    font-family: var(--bs-font-awesome);
    content: "\f107";
    font-weight: 900;
    width: 18px;
    height: 20px;
    display: inline-flex;
    align-items: flex-end;
    margin-left: -2px;
    line-height: 26px;
    font-size: 82%;
    transform: translate(6px, 4px) rotate(0deg);
    margin-top: 6px;
}

.main-navbar .dropdown-menu li a:before {
    position: absolute;
    content: "//";
    left: 10px;
    top: 9px;
    opacity: 0;
    font-weight: 500;
    color: inherit;
    font-size: 16px;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.main-navbar .dropdown-menu li.active>a:before,
.main-navbar .dropdown-menu li:hover>a:before,
.main-navbar .dropdown-menu li.focus>a:before {
    opacity: 1;
}

.main-navbar .dropdown-menu li.active>a,
.main-navbar .dropdown-menu li:hover>a,
.main-navbar .dropdown-menu li.focus>a {
    padding-left: 27px;
}


/*===== // =====*/


/*START HOME 2*/

.main-header.main-header-2 .row-top {
    background: #ec8236;
}

.main-header.main-header-2 .logo,
.main-header.main-header-2 .main-menu-right button[type="button"].header-search-toggle,
.main-header.main-header-2 .main-menu-right button[type="button"].header-login-toggle,
.main-header.main-header-2 .main-menu-right button[type="button"].header-cart,
.main-header.main-header-2 .main-navbar .main-menu>li.menu-item:not(.focus):not(.active):not(:hover)>a:not(:focus):not(:hover) {
    color: #000;
}

.main-header.main-header-2 .main-mobile-nav,
.main-header.main-header-2 .is-sticky-menu,
.main-header.main-header-2 {
    background: #ffffff;
}

.main-header.main-header-2 .main-navbar .main-menu>li:hover>a,
.main-header.main-header-2 .main-navbar .main-menu>li.focus>a,
.main-header.main-header-2 .main-navbar .main-menu .menu-item.active>a {
    color: #ec8236;
    background: none;
}


/*END HOME 2*/


/*===== Header =====*/

.main-header .row-top {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 5.625rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header .row-bottom {
    width: 100%;
}

.main-header .row-bottom .navbar-area {
    min-height: 3.75rem;
}

.main-header .main-menu-right>ul>li {
    min-height: auto;
}

.main-header .main-mobile-nav,
.main-header .is-sticky-menu,
.main-header {
    background: var(--bs-primary);
}

.main-header .main-mobile-nav,
.main-header .row-bottom .is-sticky-menu {
    background: #fff;
}

.main-header .logo,
.main-header .is-sticky-menu .main-menu-right button[type="button"].header-search-toggle,
.main-header .is-sticky-menu .main-menu-right button[type="button"].header-login-toggle,
.main-header .is-sticky-menu .main-menu-right button[type="button"].header-cart,
.main-header .is-sticky-menu .main-navbar .main-menu>li.menu-item:not(.focus):not(.active):not(:hover)>a:not(:focus):not(:hover) {
    color: #000;
}

.is-sticky-menu .main-navbar .main-menu>li:hover>a,
.is-sticky-menu .main-navbar .main-menu>li.focus>a,
.is-sticky-menu .main-navbar .main-menu .menu-item.active>a {
    color: #ec8236;
    background: none;
}

.main-header .logo a,
.main-header .site-title {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.main-header .main-navbar {
    text-align: center;
}

.main-header .navbar-area {
    justify-content: center;
}

.main-menu-right.main-left .menu-right-list {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 1.75rem;
}

.main-menu-right.main-right .menu-right-list {
    justify-content: flex-end;
}


/* .main-header .logo,
.main-header .main-menu-right button[type="button"].header-search-toggle,
.main-header .main-menu-right button[type="button"].header-login-toggle,
.main-header .main-menu-right button[type="button"].header-cart,
.main-header .main-navbar .main-menu>li.menu-item:not(.focus):not(.active):not(:hover)>a:not(:focus):not(:hover) {
    color: #000;
} */

.main-header .main-menu-right button[type="button"].header-cart,
.main-header .main-menu-right button[type="button"].header-search-toggle,
.main-header .main-menu-right button[type="button"].header-login-toggle {
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    font-size: 17px;
    background: transparent;
}


/* .main-header .main-menu-right button[type="button"].header-cart:hover,
.main-header .main-menu-right button[type="button"].header-search-toggle:hover,
.main-header .main-menu-right button[type="button"].header-login-toggle:hover,
.main-header .main-menu-right button[type="button"].header-cart:focus,
.main-header .main-menu-right button[type="button"].header-search-toggle:focus,
.main-header .main-menu-right button[type="button"].header-login-toggle:focus {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
} */

.main-header .widget_social .circle {
    background: transparent;
}

.widget_social .circle {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #ffffff;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    margin-top: 0.75rem;
    display: inline-block;
    border: 1px solid #ec8236;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    margin-right: 10px;
}

.widget_social .circle:hover {
    background: #ec8236;
    color: #fff;
    border: 1px solid #ec8236;
}

.widget_social .circle:hover a {
    color: #fff;
}

.contact-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    font-size: 38px;
    width: 42px;
    height: 42px;
    line-height: 1;
    margin-right: 15px;
    color: var(--bs-primary);
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.main-header .menu-right-list li.cart-wrapper .header-cart span {
    top: -3px;
    left: 20px;
    border-color: #fff;
}

.main-header .main-navbar .main-menu>li.menu-item>a {
    font-size: 17px;
    padding: 0.35rem 0.7rem;
}

.main-header .content-list .contact-info .title {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.main-header .content-list .contact-info .text {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.main-header .content-list .contact-icon {
    width: 50px;
    height: 50px;
    background-color: #ec8236;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 12px;
    color: #fff;
    padding: 5px;
}

.main-header .content-list .contact-area .contact-info .title a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.main-header .widget_social .circle {
    background: transparent;
}

.main-header .widget_social .circle:hover,
.main-header .widget_social .circle:focus-within {
    background: var(--bs-primary);
    color: #fff;
}

.main-header .widget_social .circle a:hover,
.main-header .widget_social .circle a:focus {
    color: #fff;
}


/*===== // =====*/


/*===== Slider =====*/

.astro_home-slider-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    color: #ffffff;
    /* background-color: var(--bs-secondarytwo); */
    z-index: 0;
}

.astro_home-slider-section .home-slider .owl-item img {
    width: 100%;
    height: 100%;
}

.home-slider .main-content h1 {
    background: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 50px;
    font-weight: 700;
}

.home-slider .main-content p {
    background: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.main-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
    /* background: rgb(60 60 60 / 70%); */
}

.main-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.main-slider .text-center {
    margin: auto;
}

.main-slider .text-right {
    margin-left: auto;
}

.main-content h3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.main-content .btn {
    margin-right: 1.12rem;
}

.main-content .btn:last-child {
    margin-right: 0;
}

.owl-carousel {
    position: relative;
    z-index: 0;
}

.astro_home-slider-section .btn.btn-play span.btn {
    color: #7c140a;
}

.astro_home-slider-section .owl-carousel .owl-nav button.owl-prev,
.astro_home-slider-section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0px;
    bottom: 0;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    margin: auto 0;
    border-radius: 40px;
    line-height: 40px;
    background-color: yellow;
    color: #000;
    display: inline-block;
    transition: 0.65s;
    opacity: 0;
    border: 1px solid #ffffff;
    /*    visibility: hidden; */
}

.astro_home-slider-section .owl-carousel .owl-nav button.owl-prev:hover,
.astro_home-slider-section .owl-carousel .owl-nav button.owl-prev:focus,
.astro_home-slider-section .owl-carousel .owl-nav button.owl-next:hover,
.astro_home-slider-section .owl-carousel .owl-nav button.owl-next:focus {
    background-color: #fff;
    color: #000;
}

.astro_home-slider-section .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.astro_home-slider-section .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.astro_home-slider-section .owl-carousel .owl-dots.disabled,
.astro_home-slider-section .owl-carousel .owl-nav.disabled {
    width: 100%;
    display: block;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

.astro_home-slider-section:hover .owl-nav button.owl-prev {
    left: auto;
    left: 2.0625rem;
    opacity: 1;
}

.astro_home-slider-section:hover .owl-nav button.owl-next {
    right: auto;
    right: 2.0625rem;
    opacity: 1;
}


/*===== // =====*/


/*===== // =====*/

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}


/*===== Home Slider Five =====*/

.astro_home-slider-section .main-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 0;
    background: transparent;
}

.astro_home-slider-section .main-slider h3 {
    font-size: 3.438rem;
    font-weight: normal;
}

.astro_home-slider-section .main-slider h3 span {
    font-weight: 900;
}

.astro_home-slider-section .main-content .sub-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
}

.astro_home-slider-section .main-content .sub-title img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.astro_home-slider-section .main-content .astro-btn {
    margin-right: 20px;
    background: #7c140a;
}

.astro_home-slider-section .main-content .astro-btn:hover {
    color: #000;
}

.btn.btn-play span.btn {
    vertical-align: baseline;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 0;
    position: relative;
    z-index: 0;
    line-height: 50px;
    border-radius: 30px;
    font-size: 25px;
    background: #fff;
    color: #000;
}

.btn.btn-play span.btn:after,
.btn.btn-play span.btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
}

.btn.btn-play span.btn:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.btn.btn-play span.btn:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.btn.btn-play i {
    margin-left: 0.25rem;
    -webkit-animation: callring 2s infinite;
    animation: callring 2s infinite;
}

.astro-amount .filtericon:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.astro-amount .filtericon:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.astro-amount .filtericon {
    -webkit-animation: callring 2s infinite;
    animation: callring 2s infinite;
}

@keyframes callring {
    10% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
    }

    20% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
    }

    30% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
    }

    31% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
    }
}

@-webkit-keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    to {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    to {
        transform: scale(2);
        opacity: 0;
    }
}

.astro_home-slider-section .main-content p {
    color: #fff;
}

.astro_home-slider-section .home-slider.owl-theme .owl-dots {
    display: none;
}


/*===== Theme Heading =====*/

.theme-heading {
    margin-top: -2.8rem;
}

.theme-heading .placeholder {
    position: relative;
    opacity: 0.07;
    margin-bottom: 0;
    line-height: 1;
    transform: translateY(2.8rem);
    font-weight: 900;
    font-size: 6.25rem;
    display: inline-block;
    letter-spacing: 0.1em;
    z-index: -1;
}


/*===== // =====*/


/*===== // =====*/

.main-header .is-sticky-menu .content-list .contact-icon {
    width: 50px;
    height: 50px;
    background-color: #ec8236;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 12px;
    color: #ec8236;
}

.is-sticky-menu .widget_social .circle a {
    color: #fff;
    text-decoration: underline;
}

.main-header .is-sticky-menu .widget_social .circle:hover,
.main-header .is-sticky-menu .widget_social .circle:focus-within {
    background: #fff;
    color: #ec8236;
}

.main-header .is-sticky-menu .widget_social .circle:hover a,
.main-header .is-sticky-menu .widget_social .circle:focus-within a {
    color: #ec8236;
}


/*.is-sticky-menu .main-navbar .main-menu > li:hover > a,
.is-sticky-menu .main-navbar .main-menu > li.focus > a,
.is-sticky-menu .main-navbar .main-menu .menu-item.active > a {
color: #000;
}*/

.main-header .is-sticky-menu .logo a {
    color: #fff;
}


/*start: Info Section
=================================*/

.astro_info-section {
    padding: 52px 0 28px;
}

.astro_info-section .widget {
    height: 100%;
}

.astro_info-section .info-area {
    margin: 2px 10px;
    position: relative;
    padding: 35px;
    border: 1px solid #ec8236;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    justify-content: center;
    flex-wrap: wrap;
    height: 40%;
    background: #f8e1c9;
    text-align: center;
}

.astro_info-section .info-area .contact-info {
    flex-basis: 100%;
}

.astro_info-section .contact-corn {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ec8236;
    border-radius: 100%;
    box-shadow: 0px 0px 40px 0px #ec8236b5;
    transition: all 0.5s ease 0s;
}

.astro_info-section .info-overlay {
    transition: 0.4s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    background-color: #ec8236;
    border-radius: 50%;
}

.astro_info-section .info-area:hover .contact-corn {
    border-color: #ffffff;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.astro_info-section .info-area:hover .info-overlay {
    transform: scale(1);
}

.astro_info-section .info-area img {
    width: 100%;
    transition: all 0.5s;
}

.astro_info-section .info-area:hover img {
    filter: brightness(0) invert(1);
    /*    animation: bottomtotop .4s linear forwards*/
    z-index: 9999;
    position: relative;
}

.astro_info-section .info-area .contact-icon {
    width: auto;
    height: auto;
    margin: 0;
}

.astro_info-section a {
    text-decoration: none;
    transition: var(--bs-transition);
}

.astro_info-section .info-area .title p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.astro_info-section a:hover,
.astro_info-section a:focus {
    color: #ec8236;
}

.astro_info-section .owl-nav button.owl-prev,
.astro_info-section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    background: #ec8236;
    color: #ffffff;
    transition: 0.65s;
    border: 1px solid #fff;
}

.astro_info-section .owl-nav button.owl-prev:hover,
.astro_info-section .owl-nav button.owl-next:hover,
.astro_info-section .owl-nav button.owl-prev:focus,
.astro_info-section .owl-nav button.owl-next:focus {
    background: #fff !important;
    color: #ec8236 !important;
    border: 1px solid #ec8236 !important;
}

.astro_info-section .owl-nav .owl-prev {
    left: 0;
}

.astro_info-section .owl-nav .owl-next {
    right: 0;
}


/*End: Info Section
=================================*/


/*start: Report Section
=================================*/

.astro_report_section {
    background-color: #ffffff;
}

.astro_report_section .report-item {
    position: relative;
    padding-top: 100%;
    margin-bottom: 11px;
    margin-top: 11px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 4px;
    background: #fff;
}

.astro_report_section .report-item {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.astro_report_section .report-item .report-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 40px 20px 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(to bottom, rgb(0 0 0 / 2%) 0, rgb(0 0 0) 70%);
    transition: var(--bs-transition);
}

.astro_report_section .report-item h3 {
    font-size: 20px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 10px;
}

.astro_report_section .report-item p {
    margin: 0;
    line-height: 18px;
}

.astro_report_section .report-item .report-title:hover {
    padding-bottom: 50px;
}

.astro_report_section .owl-dots .owl-dot {
    background: transparent;
}

.astro_report_section .owl-theme .owl-dots .owl-dot.active span,
.astro_report_section .owl-theme .owl-dots .owl-dot:hover span {
    background: #ec8236;
}

.astro_report_section .owl-theme .owl-dots .owl-dot span {
    background: #000;
}

.astro_report_section .owl-nav button.owl-prev,
.astro_report_section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    background: #ec8236;
    color: #ffffff;
    transition: 0.65s;
    border: 1px solid #fff;
}

.astro_report_section .owl-nav button.owl-prev:hover,
.astro_report_section .owl-nav button.owl-next:hover,
.astro_report_section .owl-nav button.owl-prev:focus,
.astro_report_section .owl-nav button.owl-next:focus {
    background: #fff !important;
    color: #ec8236 !important;
    border: 1px solid #ec8236 !important;
}

.astro_report_section .owl-nav .owl-prev {
    left: 0;
}

.astro_report_section .owl-nav .owl-next {
    right: 0;
}


/*End: Report Section
=================================*/


/*start: Product Section
=================================*/

.astro_product_section {
    background-color: #f8e1c9;
    margin-top: -88px;
}

.astro_product_section .astro-product a {
    text-decoration: none;
    color: #ec8236;
}

.astro_product_section .product-box {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    padding: 30px 15px;
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.astro_product_section .product-box:before,
.astro_product_section .product-box:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    z-index: 1;
    border-color: #ec8236;
    transition: 0.65s;
}

.astro_product_section .product-box:before {
    border-left-width: 2px;
    border-top-width: 2px;
    top: 0;
    left: 0;
}

.astro_product_section .product-box:hover:before,
.astro_product_section .product-box:hover:after,
.astro_product_section .product-box:focus-within:before,
.astro_product_section .product-box:focus-within:after {
    width: 100%;
    height: 100%;
}

.astro_product_section .product-box:hover {
    background: #fef6ea;
}

.astro_product_section .product-box:after {
    border-right-width: 2px;
    border-bottom-width: 2px;
    right: 0;
    bottom: 0;
}

.astro_product_section .product-box .image {
    margin: 0px auto 18px;
    text-align: center;
    display: table;
    height: 290px;
    width: auto;
}

.astro_product_section .product-box .image img {
    max-width: 100%;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    height: auto;
}

.astro_product_section .product-box h4 {
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}

.astro_product_section .owl-nav button.owl-prev,
.astro_product_section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    background: #ec8236;
    color: #ffffff;
    transition: 0.65s;
}

.astro_product_section .owl-nav button.owl-prev:hover,
.astro_product_section .owl-nav button.owl-next:hover,
.astro_product_section .owl-nav button.owl-prev:focus,
.astro_product_section .owl-nav button.owl-next:focus {
    background: #fff !important;
    color: #ec8236 !important;
    border: 1px solid #ec8236 !important;
}

.astro_product_section .owl-nav .owl-prev {
    left: 0;
}

.astro_product_section .owl-nav .owl-next {
    right: 0;
}


/*End: Product Section
=================================*/


/*start: Puja Section
=================================*/

.astro_puja_section {
    background-color: #fff;
}

.astro_puja_section .astro-puja a {
    text-decoration: none;
    color: #ec8236;
}

.astro_puja_section .puja-box {
    background: #fef6ea;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    /*    border: 1px solid #ebebeb;*/
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    padding: 30px 15px;
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    height: 270px;
    object-fit: cover;
}

.astro_puja_section .puja-box:before,
.astro_puja_section .puja-box:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    z-index: 1;
    border-color: #ec8236;
    transition: 0.65s;
}

.astro_puja_section .puja-box:before {
    border-left-width: 2px;
    border-top-width: 2px;
    top: 0;
    left: 0;
}

.astro_puja_section .puja-box:hover:before,
.astro_puja_section .puja-box:hover:after,
.astro_puja_section .puja-box:focus-within:before,
.astro_puja_section .puja-box:focus-within:after {
    width: 100%;
    height: 100%;
}

.astro_puja_section .puja-box:hover {
    background: #fff;
}

.astro_puja_section .puja-box:after {
    border-right-width: 2px;
    border-bottom-width: 2px;
    right: 0;
    bottom: 0;
}

.astro_puja_section .puja-box .image {
    margin: 0px auto 18px;
    text-align: center;
    display: table;
}

.astro_puja_section .puja-box .image img {
    max-width: 100%;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    height: auto;
}

.astro_puja_section .puja-box h4 {
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
    height: 45px;
}

.astro_puja_section .owl-nav button.owl-prev,
.astro_puja_section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    background: #ec8236;
    color: #ffffff;
    transition: 0.65s;
}

.astro_puja_section .owl-nav button.owl-prev:hover,
.astro_puja_section .owl-nav button.owl-next:hover,
.astro_puja_section .owl-nav button.owl-prev:focus,
.astro_puja_section .owl-nav button.owl-next:focus {
    background: #fff !important;
    color: #ec8236 !important;
    border: 1px solid #ec8236 !important;
}

.astro_puja_section .owl-nav .owl-prev {
    left: 0;
}

.astro_puja_section .owl-nav .owl-next {
    right: 0;
}


/*End: Puja Section
=================================*/


/*Start: Team Section
=================================*/

.astro_team_section {
    background-color: #fff;
}

.astrologer_section {
    background-color: #fff;
}

.section_heading {
    position: relative;
    display: block;
    margin-bottom: 80px;
    text-align: center;
}

.section_heading .sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 13px;
}

.section_heading .sub-title h6 {
    position: relative;
    display: flex;
    align-items: center;
    color: #ec8236;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.section_heading .sub-title .border-left {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: #ec8236;
    margin-right: 10px;
    border-left: none !important;
}

.section_heading .sub-title .border-right {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: #ec8236;
    margin-left: 10px;
    border-right: none !important;
}

.section_heading h2 {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: none;
    color: #000;
}

.astro_team_section .team-item {
    position: relative;
    display: block;
    margin-top: 85px;
    margin-bottom: 20px;
    transition: var(--bs-transition);
}

.astro_team_section .team-item a {
    text-decoration: none;
    color: #000;
}

.astro_team_section .team-item:hover {
    transform: translateY(-10px);
}

.astro_team_section .team-image {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    width: 130px !important;
    height: 130px !important;
    border-radius: 50%;
    margin: auto;
    z-index: 1;
}

.astro_team_section .team-image img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    border: 5px solid #fff;
    margin: 10px 10px;
    box-shadow: 0px 0px 12px 1px rgb(200 173 122 / 26%);
    object-fit: cover;
    margin-top: 20px;
}

.astro_team_section .team-image::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #f31818;
     /* top: 97px;
     left: 101px;  */
    border: 2px solid #ffffff;
    border-radius: 30px;
    margin: -30px 97px;
}

.astro_team_section .user-active::after {
    background-color: #02a80d;
}

.astro_team_section .team-item .team-content {
    padding: 20px;
    padding-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 0;
    padding-top: 65px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}

.astro_team_section .team-item:hover .team-content {
    background: #fef6ea;
}

.astro_team_section .team-content .team-name {
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.04em;
    color: #000000;
    margin: 0;
    transition: var(--bs-transition);
}

.astro_team_section .team-content:hover .team-name {
    color: #000;
}

.astro_team_section .team-content .text {
    font-size: 14px;
    margin-bottom: 0;
}

.astro_team_section .team-content .text .price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.astro_team_section .team-content .text .price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.astro_team_section .team-content .rating-star i {
    font-size: 16px;
    color: #ffcc00;
}

.astro_team_section .contact-btn .btn.btn-play span.btn {
    vertical-align: baseline;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 0;
    position: relative;
    z-index: 0;
    line-height: 40px;
    border-radius: 30px;
    font-size: 20px;
    background: #ec8236;
    color: #ffffff;
}

.astro_team_section .contact-btn .btn.btn-play span.btn:after,
.astro_team_section .contact-btn .btn.btn-play span.btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid yellow;
}

.astro_team_section .team-content .label {
    left: 0 !important;
    box-shadow: none !important;
    top: 0 !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 0 !important;
    position: absolute;
    /* padding: 0px 5px !important; */
}

.astro_team_section .team-content .label :before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 12px;
    left: 99%;
    width: 0;
    height: 0;
    top: 0;
    border-color: #e96a026d transparent #e96a0281 #e96b02;
}

.astro_team_section .team-content .label span {
    /* transform: rotate(0deg);
    font-size: 13px;
    display: block;
    position: relative;
    text-align: center;
    top: -57px;
    vertical-align: middle;
    width: 35px;
    padding-left: 4px;
    padding-top: 4px; */
}

.astro_team_section .team-content .fav-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    visibility: hidden;
    opacity: 0;
    display: block;
    transform: translateX(50px) rotate(180deg);
    transition: var(--bs-transition);
}

.astro_team_section .team-content:hover .fav-icon {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(-10px) rotate(0);
}

.astro_team_section .team-content .fav-icon a i {
    font-size: 16px;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #000;
    transition: var(--bs-transition);
}

.astro_team_section .team-content .fav-icon a:hover i {
    background: #ec8236;
    color: #fff;
    border: 1px solid transparent;
}

.astro_team_section .owl-dots .owl-dot {
    background: transparent;
}

.astro_team_section .owl-theme .owl-dots .owl-dot.active span,
.astro_team_section .owl-theme .owl-dots .owl-dot:hover span {
    background: #ec8236;
}

.astro_team_section .owl-theme .owl-dots .owl-dot span {
    background: #000;
}

.astro_team_section .owl-nav button.owl-prev,
.astro_team_section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    background: #ec8236;
    color: #ffffff;
    transition: 0.65s;
}

.astro_team_section .owl-nav button.owl-prev:hover,
.astro_team_section .owl-nav button.owl-next:hover,
.astro_team_section .owl-nav button.owl-prev:focus,
.astro_team_section .owl-nav button.owl-next:focus {
    background: #fff !important;
    color: #ec8236 !important;
    border: 1px solid #ec8236 !important;
}

.astro_team_section .owl-nav .owl-prev {
    left: -62px;
}

.astro_team_section .owl-nav .owl-next {
    right: -67px;
}


/*End: Team Section
=================================*/


/*Start: horoscope Section
=================================*/

.astro_horoscope_section {
    background-color: #f8e1c9;
}

.astro_horoscope_section .horoscope-item {
    border: none;
    box-shadow: 0 5px 20px 0 rgb(23 44 82 / 10%);
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 2px;
    margin-bottom: 30px;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    border: 1px solid #f8e1c9;
    background-color: #fff;
}

.astro_horoscope_section .horoscope-item a {
    padding: 40px 30px 35px;
    display: block;
    position: relative;
    text-decoration: none;
}

.astro_horoscope_section .horoscope-item a:hover {
    color: #ec8236;
}

.astro_horoscope_section .horoscope-item a .horoscope-img {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #f8e1c9;
    margin-bottom: 20px;
    display: block;
}

.copyright-text p {
    color: #eee;
}

.astro_horoscope_section .horoscope-item a .horoscope-title {
    font-size: 22px;
    font-weight: 600;
    color: #071c1f;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: var(--bs-transition);
}

.astro_subcrib {
    transition: var(--bs-transition);
}


/*.astro_subcrib:after {
background:#ec8236 !important;
transition: var(--bs-transition)
}*/

.astro_horoscope_section .horoscope-item a .horoscope-btn {
    margin-left: auto;
    margin-right: auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ec8236;
    display: block;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    border: 1px solid #f6f6f6;
    position: absolute;
    bottom: -20px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    transition: var(--bs-transition);
    color: #fff;
}

.astro_horoscope_section .horoscope-item:hover a .horoscope-btn {
    background-color: #ec8236;
    border: 1px solid #ec8236;
    color: #ffffff;
}

.astro_horoscope_section .horoscope-item:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    background-color: #fef6ea;
    color: #fff;
}


/*End: horoscope Section
=================================*/


/*Start: Blog Section
=================================*/

.astro_blog_section {
    background-color: #f8e1c9;
}

.astro_post-items {
    position: relative;
    display: block;
}

.astro_post-items .astro_post-image {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
}

.astro_post-items .astro_post-image:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(40, 55, 52, 0.3);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.astro_post-items:hover .astro_post-image:before {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
    height: 100%;
}

.astro_post-items .astro_post-image img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.astro_post-items .astro_post-image1 img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.astro_post-items:hover .astro_post-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.astro_post-items .astro_post-date {
    position: absolute;
    left: 30px;
    top: -15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 6px 25px 6px;
    border-radius: 15px;
    z-index: 2;
}

.astro_post-items .astro_post-date p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

.astro_post-items .astro_post-content {
    position: relative;
    display: block;
    border: 1px solid #eee9db;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.astro_post-items:hover .astro_post-content {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.astro_post-items .astro_post-content-inner {
    position: relative;
    display: block;
    /* overflow: hidden; */
}

.astro_post-items .astro_post-content-box {
    position: relative;
    display: block;
    /* padding: 37px 25px 23px; */
    padding: 14px 14px;
}

.astro_post-items .astro_post-meta {
    position: relative;
    display: flex;
    align-items: center;
}

.astro_post-items .astro_post-meta li+li {
    margin-left: 15px;
}

.astro_post-items .astro_post-meta li a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}

.astro_post-items .astro_post-meta li a:hover {
    color: #000;
}

.astro_post-items .astro_post-meta li a i {
    color: #000;
    padding-right: 3px;
}

.astro_post-items .news-one__title {
    /* font-size: 26px;
font-weight: 900; */
    line-height: 31px;
    letter-spacing: -0.04em;
    margin-top: 3px;
}

.astro_post-items .news-one__title a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}

.astro_post-items .news-one__title a:hover {
    color: #ec8236;
}

.astro_post-items .bottom-contact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 27px 19px;
    border-top: 1px solid #eee9db;
}

.astro_post-items .more-option {
    position: relative;
    display: block;
}

.astro_post-items .more-option a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}

.astro_post-items .more-option a:hover {
    color: #000;
}

.astro_post-items .more-option a span {
    font-size: 16px;
    position: relative;
    top: 2px;
    padding-right: 6px;
}

.astro_post-items .post-share {
    position: relative;
    display: block;
}

.astro_post-items .post-share a {
    font-size: 15px;
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.astro_post-items .post-share a:hover {
    color: #ec8236;
}

.astro_blog_section .owl-dots .owl-dot {
    background: transparent;
}

.astro_blog_section .owl-theme .owl-dots .owl-dot.active span,
.astro_blog_section .owl-theme .owl-dots .owl-dot:hover span {
    background: #ec8236;
}

.astro_blog_section .owl-theme .owl-dots .owl-dot span {
    background: #000;
}

.astro_blog_section .owl-nav button.owl-prev,
.astro_blog_section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    background: #ec8236;
    color: #ffffff;
    transition: 0.65s;
}

.astro_blog_section .owl-nav button.owl-prev:hover,
.astro_blog_section .owl-nav button.owl-next:hover,
.astro_blog_section .owl-nav button.owl-prev:focus,
.astro_blog_section .owl-nav button.owl-next:focus {
    background: #fff !important;
    color: #ec8236 !important;
    border: 1px solid #ec8236 !important;
}

.astro_blog_section .owl-nav .owl-prev {
    left: 0;
}

.astro_blog_section .owl-nav .owl-next {
    right: 0;
}


/*End: Blog Section
=================================*/


/*start: sponsors Section
=================================*/

.astro_sponsors_section {
    position: relative;
    background: #fff;
}

.astro_sponsors_section .sponsors-items {
    margin: 15px 0;
}

.astro_sponsors_section .sponsors-img {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px #ccc;
    padding: 15px 20px;
    width: 100%;
    background-color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    position: relative;
}

.astro_sponsors_section .sponsors-img:before,
.astro_sponsors_section .sponsors-img:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    z-index: 1;
    border-color: #ec8236;
    transition: 0.65s;
}

.astro_sponsors_section .sponsors-img:before {
    border-left-width: 2px;
    border-top-width: 2px;
    top: 0;
    left: 0;
}

.astro_sponsors_section .sponsors-img:after {
    border-right-width: 2px;
    border-bottom-width: 2px;
    right: 0;
    bottom: 0;
}

.astro_sponsors_section .sponsors-img:hover:before,
.astro_sponsors_section .sponsors-img:hover:after,
.astro_sponsors_section .sponsors-img:focus-within:before,
.astro_sponsors_section .sponsors-img:focus-within:after {
    width: 100%;
    height: 100%;
}

.astro_sponsors_section .sponsors-img:hover {
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.astro_sponsors_section .sponsors-img img {
    filter: grayscale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.astro_sponsors_section .sponsors-img:hover img {
    filter: grayscale(0);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}


/*End: sponsors Section
=================================*/


/*Start: testimonials Section
=================================*/

.astro_testimonials_section {
    position: relative;
    background: #fff;
}

.astro_testimonials_section .testimonials-item {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 6px;
    position: relative;
    z-index: 2;
    margin: 15px 0px;
    height: 340px;
}

.astro_testimonials_section .testimonials-item:before {
    content: "";
    height: 40px;
    width: 50px;
    background-color: #ec8236;
    position: absolute;
    bottom: 45px;
    right: 40px;
    -webkit-clip-path: path("M0 0V40L18.75 20V0H0ZM31.25 0V40L50 20V0H31.25Z");
    clip-path: path("M0 0V40L18.75 20V0H0ZM31.25 0V40L50 20V0H31.25Z");
    z-index: -1;
    opacity: 0.1;
}

.astro_testimonials_section .testimonials-item .rating-star {
    margin-top: -0.22em;
    margin-bottom: 23px;
    color: #ec8236;
    font-size: 14px;
}

.astro_testimonials_section .testimonials-item .rating-star i {
    margin-left: 3px;
}

.astro_testimonials_section .testimonials-item .testimonials-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.astro_testimonials_section .testimonials-item .testimonials-client {
    width: 70px;
    height: 70px;
    border-radius: 99px;
    overflow: hidden;
}

.astro_testimonials_section .testimonials-item .testimonials-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.astro_testimonials_section .testimonials-item .testimonials-title h3 {
    font-size: 20px;
    font-family: var(--title-font);
    margin-bottom: 4px;
    font-weight: 700;
}

.astro_testimonials_section .testimonials-item .testimonials-title span {
    display: block;
    font-size: 14px;
    color: #ec8236;
}

.astro_testimonials_section .testimonials-item .testimonials-text {
    margin-top: -0.5em;
    margin-bottom: 25px;
    font-family: "Roboto", sans-serif;
    margin: 0 0 18px 0;
    color: #687179;
    line-height: 1.75;
}

.astro_testimonials_section .owl-nav button.owl-prev,
.astro_testimonials_section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    background: #ec8236;
    color: #ffffff;
    transition: 0.65s;
}

.astro_testimonials_section .owl-nav button.owl-prev:hover,
.astro_testimonials_section .owl-nav button.owl-next:hover,
.astro_testimonials_section .owl-nav button.owl-prev:focus,
.astro_testimonials_section .owl-nav button.owl-next:focus {
    background: #fff !important;
    color: #ec8236 !important;
    border: 1px solid #ec8236 !important;
}

.astro_testimonials_section .owl-nav .owl-prev {
    left: 0;
}

.astro_testimonials_section .owl-nav .owl-next {
    right: 0;
}


/*End: testimonials Section
=================================*/


/*===// Start: Footer
=================================*/

.astro_footer_wrapper {
    position: relative;
    color: #fff;
    background-color: #080e1c;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.astro_footer_wrapper .footer_top-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent;
}

.astro_footer_wrapper .footer_top-wrapper .footer-logo img {
    width: 160px;
    height: auto;
}

.astro_footer_wrapper .contact-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-left: 2px solid #ec8236;
    padding-left: 15px;
}

.astro_footer_wrapper .contact-wrapper .contact-title {
    margin-bottom: 5px;
    max-width: 400px;
    color: #ffffff;
    font-size: 24px;
}

.astro_footer_wrapper .contact-wrapper .contact-text {
    margin-bottom: 0;
    max-width: 400px;
    line-height: 1.75;
}

.astro_footer_wrapper .contact-wrapper .helpline-contact .astro-btn {
    background: #fff;
    color: #ec8236;
    padding: 18px 18px;
    font-size: 17px;
}

.astro_footer_wrapper .contact-wrapper .helpline-contact .astro-btn:hover:before,
.astro_footer_wrapper .contact-wrapper .helpline-contact .astro-btn:hover:after {
    background-color: #ec8236;
    color: #fff;
}

.astro_footer_wrapper .contact-wrapper .helpline-contact .astro-btn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px !important;
}

.astro_footer_wrapper .contact-wrapper .helpline-contact a:nth-child(2) {
    margin-left: 15px;
}

.astro-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: #ec8236;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 11px 22px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.astro-btn:before,
.astro-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px;
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
}

.astro-btn:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.astro-btn:after {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.astro-btn:hover {
    color: #ec8236;
    text-decoration: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px !important;
}

.astro-btn:hover:before,
.astro-btn:hover:after {
    background-color: #fff;
}

.astro-btn:hover::before,
.astro-btn:hover:after,
.astro-btn.active::before,
.astro-btn.active:after {
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.astrotalkcss {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: #ec8236;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 16px 18px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.astrotalkcss:before,
.astrotalkcss:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px;
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
}

.astrotalkcss:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.astrotalkcss:after {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.astrotalkcss:hover {
    color: #ec8236;
    text-decoration: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px !important;
}

.astrotalkcss:hover:before,
.astrotalkcss:hover:after {
    background-color: #fff;
}

.astrotalkcss:hover::before,
.astrotalkcss:hover:after,
.astrotalkcss.active::before,
.astrotalkcss.active:after {
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.astro_footer_wrapper .footer_widget-wrapper {
    padding-top: 70px;
    padding-bottom: 60px;
}

.astro_footer_wrapper .footer_widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 40px;
}

.astro_footer_wrapper .footer_widget .widget_title {
    max-width: 270px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin: -0.12em 0 35px 0;
    padding: 0 0 17px 0;
    position: relative;
    font-size: 24px;
    line-height: 1em;
}

.astro_footer_wrapper .footer_widget .widget_title:before {
    content: "";
    height: 2px;
    width: 100px;
    background-color: #ec8236;
    position: absolute;
    left: 0;
    bottom: 0;
}

.astro_footer_wrapper .footer_widget .widget_title:after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: absolute;
    bottom: -4px;
    left: 96px;
    border-radius: 99px;
    border: 2px solid #ec8236;
}

.astro_footer_wrapper .store-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.astro_footer_wrapper .store-wrapper img {
    width: 130px;
    height: 45px;
}

.astro_footer_wrapper .footer_widget .footer-contact-number {
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    margin-top: 30px;
}

.astro_footer_wrapper .footer-contact-number i {
    width: 35px;
    height: 35px;
    background: #ec8236;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    /* transform: rotate(90deg); */
}

.astro_footer_wrapper .footer_widget .footer-contact-number .contact-number {
    color: #d6d7e5;
    font-weight: 500;
}

.astro_footer_wrapper .footer_widget .footer-contact-number .number {
    display: block;
    font-weight: 700;
    font-family: "Inter Tight", sans-serif;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    font-size: 15px;
    text-decoration: none;
}

.astro_footer_wrapper .footer_widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: #ec8236;
}

.astro_footer_wrapper .astro-widget-about .about-text {
    margin-bottom: 25px;
    margin-top: -0.5em;
    color: #000;
    line-height: 1.4;
    font-size: 15px;
}

.astro_footer_wrapper .widget_nav_menu li {
    display: block;
    position: relative;
}

.astro_footer_wrapper .footer_widget.widget_nav_menu .menu {
    margin-bottom: -5px;
    margin-top: -5px;
    margin: 0 0 -10px 0;
    list-style: none;
    padding: 0;
}

.astro_footer_wrapper .footer_widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 15px !important;
    display: block;
    max-width: 100%;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative;
    line-height: 1.313;
    color: #fff;
    text-decoration: none;
    transition: all ease 0.4s;
}

.astro_footer_wrapper .footer_widget.widget_nav_menu a:before {
    content: "\f054";
    font-weight: 600;
    left: 0;
    top: 2px;
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 25px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.astro_footer_wrapper ul.footer_contact-info,
.footer_contact-info li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.astro_footer_wrapper .contact-wrap .footer_contact-info li {
    position: relative;
    display: flex;
    justify-content: left;
    margin-bottom: 20px;
    align-items: center;
    vertical-align: middle;
    font-weight: bold;
}

.astro_footer_wrapper .contact-wrap .footer_contact-info li a {
    /* display: inline-flex; */
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    color: #fff;
}

.astro_footer_wrapper .contact-wrap .footer_contact-info li i {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    color: #ec8236;
    line-height: 38px;
    margin-right: 17px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #ec8236;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.astro_footer_wrapper .contact-wrap .footer_contact-info li a:hover i,
.astro_footer_wrapper .contact-wrap .footer_contact-info li i:hover {
    background: #ec8236;
    color: #fff;
    border: 1px solid #ec8236;
}

.astro_footer_wrapper .contact-wrap .footer_contact-info li a:hover {
    color: #ec8236;
}

.astro_footer_wrapper .contact-wrap .footer_contact-info li a {
    text-decoration: none;
}


/* .astro_footer_wrapper .contact-wrap .footer_contact-info li:nth-child(1) i {
transform: rotate(90deg);
} */

.astro_footer_wrapper .footer-copyright {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.astro_footer_wrapper .footer-copyright .copyright-text {
    line-height: 52px;
    color: #fff;
}

.astro_footer_wrapper .footer-copyright .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.astro_footer_wrapper .footer-copyright .widget ul li {
    display: inline-block;
    padding-top: 0;
    margin: 2.5px;
}

.astro_footer_wrapper .footer-copyright .widget ul li a {
    color: #fff;
    font-size: 28px;
}


/*===// End: Footer
=================================*/


/*===// start: Breadcrumb
=================================*/

.astro_breadcrumb_section {
    width: 100%;
    z-index: 2;
    height: auto;
    display: block;
    min-height: 260px;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    background-color: rgb(131 77 38);
    text-align: center;
}

.astro_breadcrumb_section .breadcrumb-content .breadcrumb-heading h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.astro_breadcrumb_section .breadcrumb-content .breadcrumb-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.astro_breadcrumb_section .breadcrumb-content .breadcrumb-list li {
    display: inline-block;
    color: #fff;
    margin-right: 15px;
}

.astro_breadcrumb_section .breadcrumb-content .breadcrumb-list li:last-child {
    margin-right: 0;
}

.astro_breadcrumb_section .breadcrumb-content .breadcrumb-list li a {
    text-decoration: none;
    color: yellow;
}

@media (min-width: 992px) {
    .astro_breadcrumb_section .breadcrumb-content {
        padding-top: 230px;
        padding-bottom: 90px;
    }
}

#bed-stars {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 776px 1187px #fff, 121px 521px #fff, 1634px 618px #fff, 1962px 1535px #fff, 1730px 1109px #fff, 393px 1468px #fff, 485px 1386px #fff, 607px 1521px #fff, 1592px 1243px #fff, 1756px 1438px #fff, 475px 108px #fff, 1623px 836px #fff, 1258px 1251px #fff, 1200px 811px #fff, 1976px 217px #fff, 1470px 1643px #fff, 533px 224px #fff, 647px 1282px #fff, 1846px 628px #fff, 1308px 30px #fff, 1661px 1462px #fff, 654px 1211px #fff, 155px 1159px #fff, 491px 636px #fff, 1611px 401px #fff, 980px 73px #fff, 1948px 1650px #fff, 1870px 944px #fff, 479px 1969px #fff, 879px 373px #fff, 1523px 1767px #fff, 967px 1019px #fff, 43px 376px #fff, 31px 691px #fff, 1708px 654px #fff, 1193px 636px #fff, 84px 689px #fff, 570px 732px #fff, 472px 514px #fff, 292px 1038px #fff, 281px 1010px #fff, 1701px 1801px #fff, 434px 1150px #fff, 1819px 1311px #fff, 1731px 897px #fff, 1164px 1612px #fff, 376px 509px #fff, 2px 380px #fff, 385px 1773px #fff, 1536px 197px #fff, 845px 829px #fff, 187px 1833px #fff, 418px 623px #fff, 1737px 1409px #fff, 1754px 973px #fff, 1083px 1832px #fff, 1645px 1113px #fff, 1279px 1771px #fff, 1876px 1962px #fff, 1010px 1113px #fff, 1650px 628px #fff, 1456px 198px #fff, 386px 1367px #fff, 674px 198px #fff, 717px 935px #fff, 682px 270px #fff, 1377px 1482px #fff, 681px 1611px #fff, 919px 1565px #fff, 1989px 557px #fff, 1504px 145px #fff, 1267px 1278px #fff, 471px 1362px #fff, 1346px 1650px #fff, 495px 1388px #fff, 1203px 650px #fff, 920px 723px #fff, 1674px 294px #fff, 188px 633px #fff, 80px 1694px #fff, 1488px 1838px #fff, 1621px 1861px #fff, 391px 26px #fff, 462px 1698px #fff, 592px 1942px #fff, 259px 1638px #fff, 692px 1313px #fff, 274px 704px #fff, 914px 730px #fff, 579px 127px #fff, 1245px 953px #fff, 1274px 1281px #fff, 264px 277px #fff, 1112px 1783px #fff, 1230px 994px #fff, 421px 682px #fff, 1679px 309px #fff, 1621px 1088px #fff, 1876px 1080px #fff, 594px 277px #fff, 1607px 1001px #fff, 1563px 1557px #fff, 630px 268px #fff, 406px 879px #fff, 1776px 1118px #fff, 270px 377px #fff, 1115px 1075px #fff, 1990px 645px #fff, 1303px 732px #fff, 608px 841px #fff, 784px 320px #fff, 1247px 1950px #fff, 1911px 1672px #fff, 743px 630px #fff, 1769px 439px #fff, 1700px 829px #fff, 353px 860px #fff, 1317px 116px #fff, 1421px 114px #fff, 1048px 988px #fff, 1212px 476px #fff, 1243px 1529px #fff, 712px 80px #fff, 794px 1237px #fff, 1973px 1012px #fff, 1953px 1895px #fff, 1132px 1587px #fff, 791px 1481px #fff, 314px 128px #fff, 1974px 1507px #fff, 1139px 1344px #fff, 275px 144px #fff, 545px 1647px #fff, 1421px 938px #fff, 984px 1764px #fff, 1062px 602px #fff, 394px 11px #fff, 981px 992px #fff, 1953px 829px #fff, 1742px 386px #fff, 93px 954px #fff, 736px 1381px #fff, 1318px 1407px #fff, 658px 1476px #fff, 1054px 1625px #fff, 308px 642px #fff, 643px 607px #fff, 1375px 775px #fff, 514px 1502px #fff, 1558px 818px #fff, 1085px 1084px #fff, 955px 1036px #fff, 979px 829px #fff, 1720px 530px #fff, 1079px 1889px #fff, 981px 349px #fff, 864px 209px #fff, 1171px 448px #fff, 849px 584px #fff, 774px 1577px #fff, 1834px 1991px #fff, 723px 1242px #fff, 423px 1188px #fff, 1360px 507px #fff, 46px 379px #fff, 1310px 166px #fff, 946px 1728px #fff, 457px 1492px #fff, 1262px 1867px #fff, 1305px 483px #fff, 1751px 592px #fff, 1856px 293px #fff, 1575px 1105px #fff, 777px 410px #fff, 1715px 904px #fff, 962px 989px #fff, 1534px 1029px #fff, 1134px 787px #fff, 161px 1089px #fff, 1696px 863px #fff, 520px 361px #fff, 674px 1704px #fff, 532px 1525px #fff, 582px 1457px #fff, 981px 383px #fff, 405px 1053px #fff, 1836px 751px #fff, 985px 1323px #fff, 1220px 1480px #fff, 1897px 1559px #fff, 284px 164px #fff, 1064px 1079px #fff, 1205px 1261px #fff, 1620px 1437px #fff, 588px 1569px #fff, 1083px 527px #fff, 1868px 596px #fff, 666px 707px #fff, 1645px 1428px #fff, 1458px 1268px #fff, 913px 338px #fff, 516px 114px #fff, 396px 1860px #fff, 671px 26px #fff, 1303px 1215px #fff, 997px 415px #fff, 736px 859px #fff, 1697px 8px #fff, 1296px 1582px #fff, 141px 1444px #fff, 1344px 975px #fff, 378px 841px #fff, 88px 325px #fff, 1811px 448px #fff, 1404px 1937px #fff, 28px 1766px #fff, 1126px 1766px #fff, 387px 113px #fff, 78px 1833px #fff, 1185px 546px #fff, 1922px 1690px #fff, 1934px 1966px #fff, 948px 1474px #fff, 1085px 1555px #fff, 592px 1841px #fff, 1965px 442px #fff, 23px 1600px #fff, 407px 497px #fff, 1705px 1229px #fff, 408px 1810px #fff, 528px 1273px #fff, 1010px 1671px #fff, 1132px 1626px #fff, 1658px 1804px #fff, 306px 904px #fff, 1813px 552px #fff, 1149px 1442px #fff, 675px 1523px #fff, 1556px 253px #fff, 1203px 1198px #fff, 482px 358px #fff, 1479px 791px #fff, 1242px 1397px #fff, 485px 891px #fff, 411px 776px #fff, 1377px 1853px #fff, 1036px 122px #fff, 1521px 1873px #fff, 581px 1476px #fff, 675px 334px #fff, 717px 1765px #fff, 1223px 1622px #fff, 710px 1697px #fff, 1545px 611px #fff, 1782px 1779px #fff, 392px 40px #fff, 1281px 1401px #fff, 1963px 1968px #fff, 1429px 1253px #fff, 442px 35px #fff, 1197px 1558px #fff, 958px 1390px #fff, 697px 156px #fff, 1299px 792px #fff, 73px 636px #fff, 709px 1362px #fff, 601px 1209px #fff, 328px 1094px #fff, 1948px 1082px #fff, 290px 1747px #fff, 1506px 1213px #fff, 823px 1674px #fff, 1916px 324px #fff, 1663px 994px #fff, 1099px 1943px #fff, 233px 131px #fff, 1964px 483px #fff, 1442px 1180px #fff, 1158px 1566px #fff, 779px 1662px #fff, 622px 1462px #fff, 1662px 355px #fff, 1770px 1766px #fff, 1728px 564px #fff, 661px 1978px #fff, 1911px 1774px #fff, 1515px 995px #fff, 1242px 1492px #fff, 1033px 365px #fff, 220px 190px #fff, 1140px 457px #fff, 112px 1187px #fff, 1082px 1950px #fff, 1382px 136px #fff, 35px 1662px #fff, 1267px 842px #fff, 1894px 1385px #fff, 518px 737px #fff, 148px 308px #fff, 307px 580px #fff, 173px 1268px #fff, 682px 419px #fff, 699px 1273px #fff, 1157px 1368px #fff, 630px 1671px #fff, 273px 1327px #fff, 1979px 151px #fff, 1188px 793px #fff, 698px 1971px #fff, 1697px 406px #fff, 1093px 1354px #fff, 252px 1167px #fff, 543px 1078px #fff, 519px 928px #fff, 348px 293px #fff, 655px 275px #fff, 1730px 110px #fff, 1602px 1438px #fff, 677px 821px #fff, 451px 564px #fff, 1165px 1076px #fff, 588px 1024px #fff, 1113px 1417px #fff, 244px 1588px #fff, 1009px 1501px #fff, 267px 1955px #fff, 1212px 828px #fff, 396px 991px #fff, 1879px 960px #fff, 934px 1927px #fff, 1327px 783px #fff, 1075px 1809px #fff, 1949px 228px #fff, 1001px 1345px #fff, 755px 1151px #fff, 696px 1520px #fff, 587px 1567px #fff, 1569px 1744px #fff, 1709px 137px #fff, 294px 1051px #fff, 1647px 1668px #fff, 448px 301px #fff, 1357px 144px #fff, 17px 862px #fff, 1815px 416px #fff, 1620px 1988px #fff, 677px 1125px #fff, 328px 525px #fff, 775px 1124px #fff, 205px 1907px #fff, 1361px 1903px #fff, 170px 729px #fff, 1559px 1455px #fff, 695px 1046px #fff, 1576px 845px #fff, 1445px 11px #fff, 1174px 884px #fff, 1438px 444px #fff, 1802px 560px #fff, 1189px 282px #fff, 890px 1958px #fff, 392px 1056px #fff, 1836px 1602px #fff, 220px 1234px #fff, 239px 1155px #fff, 967px 1694px #fff, 398px 738px #fff, 1140px 1389px #fff, 1167px 1943px #fff, 666px 276px #fff, 317px 1518px #fff, 742px 758px #fff, 224px 819px #fff, 168px 1349px #fff, 654px 1162px #fff, 1658px 965px #fff, 839px 1551px #fff, 598px 245px #fff, 576px 1328px #fff, 1863px 296px #fff, 1769px 291px #fff, 417px 1659px #fff, 1843px 1971px #fff, 1956px 1061px #fff, 1908px 654px #fff, 1478px 1758px #fff, 729px 1984px #fff, 540px 1312px #fff, 1278px 525px #fff, 1535px 1749px #fff, 1224px 180px #fff, 952px 1112px #fff, 580px 1384px #fff, 439px 1647px #fff, 522px 1415px #fff, 1558px 709px #fff, 1687px 472px #fff, 1618px 261px #fff, 1256px 603px #fff, 41px 1075px #fff, 1189px 76px #fff, 337px 134px #fff, 937px 863px #fff, 1558px 1159px #fff, 449px 740px #fff, 24px 706px #fff, 1228px 453px #fff, 809px 745px #fff, 1427px 1324px #fff, 1157px 1164px #fff, 1227px 252px #fff, 958px 1088px #fff, 1972px 681px #fff, 770px 212px #fff, 1143px 1248px #fff, 901px 389px #fff, 925px 166px #fff, 1904px 967px #fff, 674px 1885px #fff, 354px 1418px #fff, 472px 482px #fff, 1760px 1152px #fff, 1542px 1709px #fff, 971px 498px #fff, 1259px 1991px #fff, 1895px 1387px #fff, 556px 856px #fff, 1708px 1148px #fff, 1048px 1703px #fff, 1501px 339px #fff, 1805px 1958px #fff, 940px 737px #fff, 315px 278px #fff, 1759px 975px #fff, 1501px 998px #fff, 1274px 191px #fff, 1571px 1536px #fff, 1287px 1384px #fff, 1754px 1363px #fff, 1960px 694px #fff, 1841px 12px #fff, 919px 209px #fff, 1149px 1396px #fff, 1270px 1714px #fff, 1247px 1218px #fff, 848px 1855px #fff, 41px 126px #fff, 894px 1500px #fff, 1596px 550px #fff, 1857px 1683px #fff, 1919px 1399px #fff, 1768px 491px #fff, 1402px 807px #fff, 1885px 1428px #fff, 1694px 937px #fff, 1487px 1139px #fff, 1916px 113px #fff, 159px 1525px #fff, 1497px 1269px #fff, 700px 31px #fff, 393px 1295px #fff, 1473px 78px #fff, 1681px 531px #fff, 1021px 300px #fff, 552px 1099px #fff, 485px 728px #fff, 1793px 223px #fff, 1707px 770px #fff, 1812px 247px #fff, 575px 1924px #fff, 813px 583px #fff, 1471px 1874px #fff, 1922px 663px #fff, 1730px 464px #fff, 470px 1554px #fff, 1589px 1083px #fff, 175px 155px #fff, 379px 871px #fff, 1758px 859px #fff, 343px 944px #fff, 962px 1215px #fff, 635px 1895px #fff, 308px 29px #fff, 203px 1275px #fff, 838px 1494px #fff, 812px 717px #fff, 1312px 1392px #fff, 178px 749px #fff, 476px 144px #fff, 1403px 3px #fff, 559px 377px #fff, 1134px 1039px #fff, 1367px 441px #fff, 1351px 1503px #fff, 34px 130px #fff, 578px 1833px #fff, 825px 1393px #fff, 1046px 1629px #fff, 89px 287px #fff, 61px 1207px #fff, 1322px 1372px #fff, 14px 1673px #fff, 1953px 147px #fff, 305px 1144px #fff, 228px 1187px #fff, 1263px 1894px #fff, 1819px 1854px #fff, 818px 541px #fff, 1655px 7px #fff, 268px 1284px #fff, 1815px 897px #fff, 1661px 176px #fff, 1710px 1229px #fff, 1635px 441px #fff, 1975px 1812px #fff, 1638px 393px #fff, 1434px 1451px #fff, 415px 576px #fff, 1608px 669px #fff, 1916px 567px #fff, 1400px 1950px #fff, 993px 967px #fff, 650px 553px #fff, 218px 338px #fff, 1728px 582px #fff, 1858px 202px #fff, 743px 1098px #fff, 683px 699px #fff, 38px 421px #fff, 50px 1417px #fff, 353px 184px #fff, 1740px 1168px #fff, 413px 1657px #fff, 1516px 1998px #fff, 408px 1987px #fff, 192px 1325px #fff, 374px 851px #fff, 514px 750px #fff, 919px 1880px #fff, 1529px 1388px #fff, 335px 1918px #fff, 194px 615px #fff, 171px 1606px #fff, 577px 1396px #fff, 350px 536px #fff, 751px 541px #fff, 246px 576px #fff, 147px 895px #fff, 1311px 331px #fff, 721px 1874px #fff, 502px 1599px #fff, 1263px 1633px #fff, 1041px 1187px #fff, 996px 904px #fff, 537px 786px #fff, 1795px 1560px #fff, 910px 1529px #fff, 1354px 143px #fff, 1688px 788px #fff, 85px 444px #fff, 273px 700px #fff, 608px 1180px #fff, 880px 670px #fff, 1743px 1830px #fff, 906px 1182px #fff, 1692px 771px #fff, 1294px 934px #fff, 635px 1673px #fff, 926px 1151px #fff, 1130px 1811px #fff, 1474px 1324px #fff, 1006px 1135px #fff, 1509px 763px #fff, 922px 2000px #fff, 937px 1540px #fff, 1120px 826px #fff, 131px 629px #fff, 840px 948px #fff, 543px 738px #fff, 1697px 1210px #fff, 667px 1484px #fff, 117px 830px #fff, 842px 1723px #fff, 1683px 1675px #fff, 819px 833px #fff, 259px 384px #fff, 578px 707px #fff, 686px 254px #fff, 745px 974px #fff, 1769px 1875px #fff, 794px 1418px #fff, 975px 1893px #fff, 92px 1000px #fff, 741px 159px #fff, 331px 1831px #fff, 144px 647px #fff, 1552px 1612px #fff, 1320px 1136px #fff, 1321px 337px #fff, 529px 1229px #fff, 1380px 75px #fff, 1018px 1782px #fff, 1268px 279px #fff, 509px 1273px #fff, 695px 397px #fff, 1805px 1889px #fff, 1824px 827px #fff, 975px 1541px #fff, 1928px 139px #fff, 1810px 1284px #fff, 197px 1896px #fff, 171px 141px #fff, 255px 301px #fff, 1601px 1590px #fff, 757px 1030px #fff, 1294px 834px #fff, 601px 206px #fff, 159px 133px #fff, 1478px 1069px #fff, 1997px 282px #fff, 290px 1556px #fff, 472px 1428px #fff, 1010px 383px #fff, 1908px 1109px #fff, 1921px 174px #fff, 32px 1363px #fff, 638px 627px #fff, 152px 122px #fff, 945px 966px #fff, 1099px 332px #fff, 405px 410px #fff, 1434px 1373px #fff, 1137px 128px #fff, 792px 353px #fff, 857px 84px #fff, 921px 1547px #fff, 1234px 1828px #fff, 1462px 1139px #fff, 1110px 7px #fff, 1623px 849px #fff, 595px 4px #fff, 646px 1807px #fff, 1649px 941px #fff, 1349px 1225px #fff, 889px 1633px #fff, 1323px 1572px #fff, 1769px 1048px #fff, 1102px 1162px #fff, 75px 962px #fff, 13px 598px #fff, 49px 1321px #fff, 581px 639px #fff, 724px 1628px #fff, 2px 141px #fff, 1811px 1507px #fff, 491px 741px #fff, 1234px 1509px #fff, 294px 1221px #fff, 1432px 1077px #fff, 102px 1119px #fff, 1509px 1080px #fff, 1476px 1832px #fff, 946px 1586px #fff, 597px 651px #fff, 1147px 671px #fff, 813px 855px #fff, 373px 648px #fff, 1971px 598px #fff, 516px 255px #fff, 1121px 1845px #fff, 899px 238px #fff, 922px 749px #fff, 235px 1855px #fff, 828px 1770px #fff, 614px 881px #fff, 1169px 50px #fff, 1596px 664px #fff, 1595px 1114px #fff, 1983px 596px #fff, 257px 1156px #fff, 828px 1267px #fff, 1995px 1622px #fff, 1993px 472px #fff, 619px 1186px #fff, 1962px 1766px #fff, 1688px 1033px #fff, 270px 1018px #fff, 1151px 1532px #fff, 1057px 1594px #fff, 1554px 1314px #fff, 1203px 114px #fff, 1376px 69px #fff, 1002px 1171px #fff, 1451px 86px #fff, 1162px 1733px #fff, 1403px 1478px #fff, 566px 1403px #fff, 1599px 908px #fff, 867px 1582px #fff, 1871px 1479px #fff;
    animation: animStar 50s linear infinite 5px #ec8236, 374px 851px #fcb42b, 514px 750px #fcb42b, 919px 1880px #ec8236, 1529px 1388px #ec8236, 335px 1918px #ec8236, 194px 615px #ec8236, 171px 1606px #ec8236, 577px 1396px #ec8236, 350px 536px #ec8236, 751px 541px #ec8236, 246px 576px #ec8236, 147px 895px #ec8236, 1311px 331px #ec8236, 721px 1874px #ec8236, 502px 1599px #ec8236, 1263px 1633px #ec8236, 1041px 1187px #ec8236, 996px 904px #ec8236, 537px 786px #ec8236, 1795px 1560px #ec8236, 910px 1529px #ec8236, 1354px 143px #ec8236, 1688px 788px #ec8236, 85px 444px #ec8236, 273px 700px #ec8236, 608px 1180px #ec8236, 880px 670px #ec8236, 1743px 1830px #ec8236, 906px 1182px #ec8236, 1692px 771px #ec8236, 1294px 934px #ec8236, 635px 1673px #ec8236, 926px 1151px #ec8236, 1130px 1811px #ec8236, 1474px 1324px #ec8236, 1006px 1135px #ec8236, 1509px 763px #ec8236, 922px 2000px #ec8236, 937px 1540px #ec8236, 1120px 826px #ec8236, 131px 629px #ec8236, 840px 948px #ec8236, 543px 738px #ec8236, 1697px 1210px #ec8236, 667px 1484px #ec8236, 117px 830px #ec8236, 842px 1723px #ec8236, 1683px 1675px #ec8236, 819px 833px #ec8236, 259px 384px #ec8236, 578px 707px #ec8236, 686px 254px #ec8236, 745px 974px #ec8236, 1769px 1875px #ec8236, 794px 1418px #ec8236, 975px 1893px #ec8236, 92px 1000px #ec8236, 741px 159px #ec8236, 331px 1831px #ec8236, 144px 647px #ec8236, 1552px 1612px #ec8236, 1320px 1136px #ec8236, 1321px 337px #ec8236, 529px 1229px #ec8236, 1380px 75px #ec8236, 1018px 1782px #ec8236, 1268px 279px #ec8236, 509px 1273px #ec8236, 695px 397px #ec8236, 1805px 1889px #ec8236, 1824px 827px #ec8236, 975px 1541px #ec8236, 1928px 139px #ec8236, 1810px 1284px #ec8236, 197px 1896px #ec8236, 171px 141px #ec8236, 255px 301px #ec8236, 1601px 1590px #ec8236, 757px 1030px #ec8236, 1294px 834px #ec8236, 601px 206px #ec8236, 159px 133px #ec8236, 1478px 1069px #ec8236, 1997px 282px #ec8236, 290px 1556px #ec8236, 472px 1428px #ec8236, 1010px 383px #ec8236, 1908px 1109px #ec8236, 1921px 174px #ec8236, 32px 1363px #ec8236, 638px 627px #ec8236, 152px 122px #ec8236, 945px 966px #ec8236, 1099px 332px #ec8236, 405px 410px #ec8236, 1434px 1373px #ec8236, 1137px 128px #ec8236, 792px 353px #ec8236, 857px 84px #ec8236, 921px 1547px #ec8236, 1234px 1828px #ec8236, 1462px 1139px #ec8236, 1110px 7px #ec8236, 1623px 849px #ec8236, 595px 4px #ec8236, 646px 1807px #ec8236, 1649px 941px #ec8236, 1349px 1225px #ec8236, 889px 1633px #ec8236, 1323px 1572px #ec8236, 1769px 1048px #ec8236, 1102px 1162px #ec8236, 75px 962px #ec8236, 13px 598px #ec8236, 49px 1321px #ec8236, 581px 639px #ec8236, 724px 1628px #ec8236, 2px 141px #ec8236, 1811px 1507px #ec8236, 491px 741px #ec8236, 1234px 1509px #ec8236, 294px 1221px #ec8236, 1432px 1077px #ec8236, 102px 1119px #ec8236, 1509px 1080px #ec8236, 1476px 1832px #ec8236, 946px 1586px #ec8236, 597px 651px #ec8236, 1147px 671px #ec8236, 813px 855px #ec8236, 373px 648px #ec8236, 1971px 598px #ec8236, 516px 255px #ec8236, 1121px 1845px #ec8236, 899px 238px #ec8236, 922px 749px #ec8236, 235px 1855px #ec8236, 828px 1770px #ec8236, 614px 881px #ec8236, 1169px 50px #ec8236, 1596px 664px #ec8236, 1595px 1114px #ec8236, 1983px 596px #ec8236, 257px 1156px #ec8236, 828px 1267px #ec8236, 1995px 1622px #ec8236, 1993px 472px #ec8236, 619px 1186px #ec8236, 1962px 1766px #ec8236, 1688px 1033px #ec8236, 270px 1018px #ec8236, 1151px 1532px #ec8236, 1057px 1594px #ec8236, 1554px 1314px #ec8236, 1203px 114px #ec8236, 1376px 69px #ec8236, 1002px 1171px #ec8236, 1451px 86px #ec8236, 1162px 1733px #ec8236, 1403px 1478px #ec8236, 566px 1403px #ec8236, 1599px 908px #ec8236, 867px 1582px #ec8236, 1871px 1479px #ec8236;
}

#bed-stars:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 776px 1187px #fff, 121px 521px #fff, 1634px 618px #fff, 1962px 1535px #fff, 1730px 1109px #fff, 393px 1468px #fff, 485px 1386px #fff, 607px 1521px #fff, 1592px 1243px #fff, 1756px 1438px #fff, 475px 108px #fff, 1623px 836px #fff, 1258px 1251px #fff, 1200px 811px #fff, 1976px 217px #fff, 1470px 1643px #fff, 533px 224px #fff, 647px 1282px #fff, 1846px 628px #fff, 1308px 30px #fff, 1661px 1462px #fff, 654px 1211px #fff, 155px 1159px #fff, 491px 636px #fff, 1611px 401px #fff, 980px 73px #fff, 1948px 1650px #fff, 1870px 944px #fff, 479px 1969px #fff, 879px 373px #fff, 1523px 1767px #fff, 967px 1019px #fff, 43px 376px #fff, 31px 691px #fff, 1708px 654px #fff, 1193px 636px #fff, 84px 689px #fff, 570px 732px #fff, 472px 514px #fff, 292px 1038px #fff, 281px 1010px #fff, 1701px 1801px #fff, 434px 1150px #fff, 1819px 1311px #fff, 1731px 897px #fff, 1164px 1612px #fff, 376px 509px #fff, 2px 380px #fff, 385px 1773px #fff, 1536px 197px #fff, 845px 829px #fff, 187px 1833px #fff, 418px 623px #fff, 1737px 1409px #fff, 1754px 973px #fff, 1083px 1832px #fff, 1645px 1113px #fff, 1279px 1771px #fff, 1876px 1962px #fff, 1010px 1113px #fff, 1650px 628px #fff, 1456px 198px #fff, 386px 1367px #fff, 674px 198px #fff, 717px 935px #fff, 682px 270px #fff, 1377px 1482px #fff, 681px 1611px #fff, 919px 1565px #fff, 1989px 557px #fff, 1504px 145px #fff, 1267px 1278px #fff, 471px 1362px #fff, 1346px 1650px #fff, 495px 1388px #fff, 1203px 650px #fff, 920px 723px #fff, 1674px 294px #fff, 188px 633px #fff, 80px 1694px #fff, 1488px 1838px #fff, 1621px 1861px #fff, 391px 26px #fff, 462px 1698px #fff, 592px 1942px #fff, 259px 1638px #fff, 692px 1313px #fff, 274px 704px #fff, 914px 730px #fff, 579px 127px #fff, 1245px 953px #fff, 1274px 1281px #fff, 264px 277px #fff, 1112px 1783px #fff, 1230px 994px #fff, 421px 682px #fff, 1679px 309px #fff, 1621px 1088px #fff, 1876px 1080px #fff, 594px 277px #fff, 1607px 1001px #fff, 1563px 1557px #fff, 630px 268px #fff, 406px 879px #fff, 1776px 1118px #fff, 270px 377px #fff, 1115px 1075px #fff, 1990px 645px #fff, 1303px 732px #fff, 608px 841px #fff, 784px 320px #fff, 1247px 1950px #fff, 1911px 1672px #fff, 743px 630px #fff, 1769px 439px #fff, 1700px 829px #fff, 353px 860px #fff, 1317px 116px #fff, 1421px 114px #fff, 1048px 988px #fff, 1212px 476px #fff, 1243px 1529px #fff, 712px 80px #fff, 794px 1237px #fff, 1973px 1012px #fff, 1953px 1895px #fff, 1132px 1587px #fff, 791px 1481px #fff, 314px 128px #fff, 1974px 1507px #fff, 1139px 1344px #fff, 275px 144px #fff, 545px 1647px #fff, 1421px 938px #fff, 984px 1764px #fff, 1062px 602px #fff, 394px 11px #fff, 981px 992px #fff, 1953px 829px #fff, 1742px 386px #fff, 93px 954px #fff, 736px 1381px #fff, 1318px 1407px #fff, 658px 1476px #fff, 1054px 1625px #fff, 308px 642px #fff, 643px 607px #fff, 1375px 775px #fff, 514px 1502px #fff, 1558px 818px #fff, 1085px 1084px #fff, 955px 1036px #fff, 979px 829px #fff, 1720px 530px #fff, 1079px 1889px #fff, 981px 349px #fff, 864px 209px #fff, 1171px 448px #fff, 849px 584px #fff, 774px 1577px #fff, 1834px 1991px #fff, 723px 1242px #fff, 423px 1188px #fff, 1360px 507px #fff, 46px 379px #fff, 1310px 166px #fff, 946px 1728px #fff, 457px 1492px #fff, 1262px 1867px #fff, 1305px 483px #fff, 1751px 592px #fff, 1856px 293px #fff, 1575px 1105px #fff, 777px 410px #fff, 1715px 904px #fff, 962px 989px #fff, 1534px 1029px #fff, 1134px 787px #fff, 161px 1089px #fff, 1696px 863px #fff, 520px 361px #fff, 674px 1704px #fff, 532px 1525px #fff, 582px 1457px #fff, 981px 383px #fff, 405px 1053px #fff, 1836px 751px #fff, 985px 1323px #fff, 1220px 1480px #fff, 1897px 1559px #fff, 284px 164px #fff, 1064px 1079px #fff, 1205px 1261px #fff, 1620px 1437px #fff, 588px 1569px #fff, 1083px 527px #fff, 1868px 596px #fff, 666px 707px #fff, 1645px 1428px #fff, 1458px 1268px #fff, 913px 338px #fff, 516px 114px #fff, 396px 1860px #fff, 671px 26px #fff, 1303px 1215px #fff, 997px 415px #fff, 736px 859px #fff, 1697px 8px #fff, 1296px 1582px #fff, 141px 1444px #fff, 1344px 975px #fff, 378px 841px #fff, 88px 325px #fff, 1811px 448px #fff, 1404px 1937px #fff, 28px 1766px #fff, 1126px 1766px #fff, 387px 113px #fff, 78px 1833px #fff, 1185px 546px #fff, 1922px 1690px #fff, 1934px 1966px #fff, 948px 1474px #fff, 1085px 1555px #fff, 592px 1841px #fff, 1965px 442px #fff, 23px 1600px #fff, 407px 497px #fff, 1705px 1229px #fff, 408px 1810px #fff, 528px 1273px #fff, 1010px 1671px #fff, 1132px 1626px #fff, 1658px 1804px #fff, 306px 904px #fff, 1813px 552px #fff, 1149px 1442px #fff, 675px 1523px #fff, 1556px 253px #fff, 1203px 1198px #fff, 482px 358px #fff, 1479px 791px #fff, 1242px 1397px #fff, 485px 891px #fff, 411px 776px #fff, 1377px 1853px #fff, 1036px 122px #fff, 1521px 1873px #fff, 581px 1476px #fff, 675px 334px #fff, 717px 1765px #fff, 1223px 1622px #fff, 710px 1697px #fff, 1545px 611px #fff, 1782px 1779px #fff, 392px 40px #fff, 1281px 1401px #fff, 1963px 1968px #fff, 1429px 1253px #fff, 442px 35px #fff, 1197px 1558px #fff, 958px 1390px #fff, 697px 156px #fff, 1299px 792px #fff, 73px 636px #fff, 709px 1362px #fff, 601px 1209px #fff, 328px 1094px #fff, 1948px 1082px #fff, 290px 1747px #fff, 1506px 1213px #fff, 823px 1674px #fff, 1916px 324px #fff, 1663px 994px #fff, 1099px 1943px #fff, 233px 131px #fff, 1964px 483px #fff, 1442px 1180px #fff, 1158px 1566px #fff, 779px 1662px #fff, 622px 1462px #fff, 1662px 355px #fff, 1770px 1766px #fff, 1728px 564px #fff, 661px 1978px #fff, 1911px 1774px #fff, 1515px 995px #fff, 1242px 1492px #fff, 1033px 365px #fff, 220px 190px #fff, 1140px 457px #fff, 112px 1187px #fff, 1082px 1950px #fff, 1382px 136px #fff, 35px 1662px #fff, 1267px 842px #fff, 1894px 1385px #fff, 518px 737px #fff, 148px 308px #fff, 307px 580px #fff, 173px 1268px #fff, 682px 419px #fff, 699px 1273px #fff, 1157px 1368px #fff, 630px 1671px #fff, 273px 1327px #fff, 1979px 151px #fff, 1188px 793px #fff, 698px 1971px #fff, 1697px 406px #fff, 1093px 1354px #fff, 252px 1167px #fff, 543px 1078px #fff, 519px 928px #fff, 348px 293px #fff, 655px 275px #fff, 1730px 110px #fff, 1602px 1438px #fff, 677px 821px #fff, 451px 564px #fff, 1165px 1076px #fff, 588px 1024px #fff, 1113px 1417px #fff, 244px 1588px #fff, 1009px 1501px #fff, 267px 1955px #fff, 1212px 828px #fff, 396px 991px #fff, 1879px 960px #fff, 934px 1927px #fff, 1327px 783px #fff, 1075px 1809px #fff, 1949px 228px #fff, 1001px 1345px #fff, 755px 1151px #fff, 696px 1520px #fff, 587px 1567px #fff, 1569px 1744px #fff, 1709px 137px #fff, 294px 1051px #fff, 1647px 1668px #fff, 448px 301px #fff, 1357px 144px #fff, 17px 862px #fff, 1815px 416px #fff, 1620px 1988px #fff, 677px 1125px #fff, 328px 525px #fff, 775px 1124px #fff, 205px 1907px #fff, 1361px 1903px #fff, 170px 729px #fff, 1559px 1455px #fff, 695px 1046px #fff, 1576px 845px #fff, 1445px 11px #fff, 1174px 884px #fff, 1438px 444px #fff, 1802px 560px #fff, 1189px 282px #fff, 890px 1958px #fff, 392px 1056px #fff, 1836px 1602px #fff, 220px 1234px #fff, 239px 1155px #fff, 967px 1694px #fff, 398px 738px #fff, 1140px 1389px #fff, 1167px 1943px #fff, 666px 276px #fff, 317px 1518px #fff, 742px 758px #fff, 224px 819px #fff, 168px 1349px #fff, 654px 1162px #fff, 1658px 965px #fff, 839px 1551px #fff, 598px 245px #fff, 576px 1328px #fff, 1863px 296px #fff, 1769px 291px #fff, 417px 1659px #fff, 1843px 1971px #fff, 1956px 1061px #fff, 1908px 654px #fff, 1478px 1758px #fff, 729px 1984px #fff, 540px 1312px #fff, 1278px 525px #fff, 1535px 1749px #fff, 1224px 180px #fff, 952px 1112px #fff, 580px 1384px #fff, 439px 1647px #fff, 522px 1415px #fff, 1558px 709px #fff, 1687px 472px #fff, 1618px 261px #fff, 1256px 603px #fff, 41px 1075px #fff, 1189px 76px #fff, 337px 134px #fff, 937px 863px #fff, 1558px 1159px #fff, 449px 740px #fff, 24px 706px #fff, 1228px 453px #fff, 809px 745px #fff, 1427px 1324px #fff, 1157px 1164px #fff, 1227px 252px #fff, 958px 1088px #fff, 1972px 681px #fff, 770px 212px #fff, 1143px 1248px #fff, 901px 389px #fff, 925px 166px #fff, 1904px 967px #fff, 674px 1885px #fff, 354px 1418px #fff, 472px 482px #fff, 1760px 1152px #fff, 1542px 1709px #fff, 971px 498px #fff, 1259px 1991px #fff, 1895px 1387px #fff, 556px 856px #fff, 1708px 1148px #fff, 1048px 1703px #fff, 1501px 339px #fff, 1805px 1958px #fff, 940px 737px #fff, 315px 278px #fff, 1759px 975px #fff, 1501px 998px #fff, 1274px 191px #fff, 1571px 1536px #fff, 1287px 1384px #fff, 1754px 1363px #fff, 1960px 694px #fff, 1841px 12px #fff, 919px 209px #fff, 1149px 1396px #fff, 1270px 1714px #fff, 1247px 1218px #fff, 848px 1855px #fff, 41px 126px #fff, 894px 1500px #fff, 1596px 550px #fff, 1857px 1683px #fff, 1919px 1399px #fff, 1768px 491px #fff, 1402px 807px #fff, 1885px 1428px #fff, 1694px 937px #fff, 1487px 1139px #fff, 1916px 113px #fff, 159px 1525px #fff, 1497px 1269px #fff, 700px 31px #fff, 393px 1295px #fff, 1473px 78px #fff, 1681px 531px #fff, 1021px 300px #fff, 552px 1099px #fff, 485px 728px #fff, 1793px 223px #fff, 1707px 770px #fff, 1812px 247px #fff, 575px 1924px #fff, 813px 583px #fff, 1471px 1874px #fff, 1922px 663px #fff, 1730px 464px #fff, 470px 1554px #fff, 1589px 1083px #fff, 175px 155px #fff, 379px 871px #fff, 1758px 859px #fff, 343px 944px #fff, 962px 1215px #fff, 635px 1895px #fff, 308px 29px #fff, 203px 1275px #fff, 838px 1494px #fff, 812px 717px #fff, 1312px 1392px #fff, 178px 749px #fff, 476px 144px #fff, 1403px 3px #fff, 559px 377px #fff, 1134px 1039px #fff, 1367px 441px #fff, 1351px 1503px #fff, 34px 130px #fff, 578px 1833px #fff, 825px 1393px #fff, 1046px 1629px #fff, 89px 287px #fff, 61px 1207px #fff, 1322px 1372px #fff, 14px 1673px #fff, 1953px 147px #fff, 305px 1144px #fff, 228px 1187px #fff, 1263px 1894px #fff, 1819px 1854px #fff, 818px 541px #fff, 1655px 7px #fff, 268px 1284px #fff, 1815px 897px #fff, 1661px 176px #fff, 1710px 1229px #fff, 1635px 441px #fff, 1975px 1812px #fff, 1638px 393px #fff, 1434px 1451px #fff, 415px 576
}

#bed-stars2 {
    width: 2px;
    height: 2px;
    background: transparent;
    animation: animStar 100s linear infinite;
    box-shadow: 776px 1187px #fff, 121px 521px #fff, 1634px 618px #fff, 1962px 1535px #fff, 1730px 1109px #fff, 393px 1468px #fff, 485px 1386px #fff, 607px 1521px #fff, 1592px 1243px #fff, 1756px 1438px #fff, 475px 108px #fff, 1623px 836px #fff, 1258px 1251px #fff, 1200px 811px #fff, 1976px 217px #fff, 1470px 1643px #fff, 533px 224px #fff, 647px 1282px #fff, 1846px 628px #fff, 1308px 30px #fff, 1661px 1462px #fff, 654px 1211px #fff, 155px 1159px #fff, 491px 636px #fff, 1611px 401px #fff, 980px 73px #fff, 1948px 1650px #fff, 1870px 944px #fff, 479px 1969px #fff, 879px 373px #fff, 1523px 1767px #fff, 967px 1019px #fff, 43px 376px #fff, 31px 691px #fff, 1708px 654px #fff, 1193px 636px #fff, 84px 689px #fff, 570px 732px #fff, 472px 514px #fff, 292px 1038px #fff, 281px 1010px #fff, 1701px 1801px #fff, 434px 1150px #fff, 1819px 1311px #fff, 1731px 897px #fff, 1164px 1612px #fff, 376px 509px #fff, 2px 380px #fff, 385px 1773px #fff, 1536px 197px #fff, 845px 829px #fff, 187px 1833px #fff, 418px 623px #fff, 1737px 1409px #fff, 1754px 973px #fff, 1083px 1832px #fff, 1645px 1113px #fff, 1279px 1771px #fff, 1876px 1962px #fff, 1010px 1113px #fff, 1650px 628px #fff, 1456px 198px #fff, 386px 1367px #fff, 674px 198px #fff, 717px 935px #fff, 682px 270px #fff, 1377px 1482px #fff, 681px 1611px #fff, 919px 1565px #fff, 1989px 557px #fff, 1504px 145px #fff, 1267px 1278px #fff, 471px 1362px #fff, 1346px 1650px #fff, 495px 1388px #fff, 1203px 650px #fff, 920px 723px #fff, 1674px 294px #fff, 188px 633px #fff, 80px 1694px #fff, 1488px 1838px #fff, 1621px 1861px #fff, 391px 26px #fff, 462px 1698px #fff, 592px 1942px #fff, 259px 1638px #fff, 692px 1313px #fff, 274px 704px #fff, 914px 730px #fff, 579px 127px #fff, 1245px 953px #fff, 1274px 1281px #fff, 264px 277px #fff, 1112px 1783px #fff, 1230px 994px #fff, 421px 682px #fff, 1679px 309px #fff, 1621px 1088px #fff, 1876px 1080px #fff, 594px 277px #fff, 1607px 1001px #fff, 1563px 1557px #fff, 630px 268px #fff, 406px 879px #fff, 1776px 1118px #fff, 270px 377px #fff, 1115px 1075px #fff, 1990px 645px #fff, 1303px 732px #fff, 608px 841px #fff, 784px 320px #fff, 1247px 1950px #fff, 1911px 1672px #fff, 743px 630px #fff, 1769px 439px #fff, 1700px 829px #fff, 353px 860px #fff, 1317px 116px #fff, 1421px 114px #fff, 1048px 988px #fff, 1212px 476px #fff, 1243px 1529px #fff, 712px 80px #fff, 794px 1237px #fff, 1973px 1012px #fff, 1953px 1895px #fff, 1132px 1587px #fff, 791px 1481px #fff, 314px 128px #fff, 1974px 1507px #fff, 1139px 1344px #fff, 275px 144px #fff, 545px 1647px #fff, 1421px 938px #fff, 984px 1764px #fff, 1062px 602px #fff, 394px 11px #fff, 981px 992px #fff, 1953px 829px #fff, 1742px 386px #fff, 93px 954px #fff, 736px 1381px #fff, 1318px 1407px #fff, 658px 1476px #fff, 1054px 1625px #fff, 308px 642px #fff, 643px 607px #fff, 1375px 775px #fff, 514px 1502px #fff, 1558px 818px #fff, 1085px 1084px #fff, 955px 1036px #fff, 979px 829px #fff, 1720px 530px #fff, 1079px 1889px #fff, 981px 349px #fff, 864px 209px #fff, 1171px 448px #fff, 849px 584px #fff, 774px 1577px #fff, 1834px 1991px #fff, 723px 1242px #fff, 423px 1188px #fff, 1360px 507px #fff, 46px 379px #fff, 1310px 166px #fff, 946px 1728px #fff, 457px 1492px #fff, 1262px 1867px #fff, 1305px 483px #fff, 1751px 592px #fff, 1856px 293px #fff, 1575px 1105px #fff, 777px 410px #fff, 1715px 904px #fff, 962px 989px #fff, 1534px 1029px #fff, 1134px 787px #fff, 161px 1089px #fff, 1696px 863px #fff, 520px 361px #fff, 674px 1704px #fff, 532px 1525px #fff, 582px 1457px #fff, 981px 383px #fff, 405px 1053px #fff, 1836px 751px #fff, 985px 1323px #fff, 1220px 1480px #fff, 1897px 1559px #fff, 284px 164px #fff, 1064px 1079px #fff, 1205px 1261px #fff, 1620px 1437px #fff, 588px 1569px #fff, 1083px 527px #fff, 1868px 596px #fff, 666px 707px #fff, 1645px 1428px #fff, 1458px 1268px #fff, 913px 338px #fff, 516px 114px #fff, 396px 1860px #fff, 671px 26px #fff, 1303px 1215px #fff, 997px 415px #fff, 736px 859px #fff, 1697px 8px #fff, 1296px 1582px #fff, 141px 1444px #fff, 1344px 975px #fff, 378px 841px #fff, 88px 325px #fff, 1811px 448px #fff, 1404px 1937px #fff, 28px 1766px #fff, 1126px 1766px #fff, 387px 113px #fff, 78px 1833px #fff, 1185px 546px #fff, 1922px 1690px #fff, 1934px 1966px #fff, 948px 1474px #fff, 1085px 1555px #fff, 592px 1841px #fff, 1965px 442px #fff, 23px 1600px #fff, 407px 497px #fff, 1705px 1229px #fff, 408px 1810px #fff, 528px 1273px #fff, 1010px 1671px #fff, 1132px 1626px #fff, 1658px 1804px #fff, 306px 904px #fff, 1813px 552px #fff, 1149px 1442px #fff, 675px 1523px #fff, 1556px 253px #fff, 1203px 1198px #fff, 482px 358px #fff, 1479px 791px #fff, 1242px 1397px #fff, 485px 891px #fff, 411px 776px #fff, 1377px 1853px #fff, 1036px 122px #fff, 1521px 1873px #fff, 581px 1476px #fff, 675px 334px #fff, 717px 1765px #fff, 1223px 1622px #fff, 710px 1697px #fff, 1545px 611px #fff, 1782px 1779px #fff, 392px 40px #fff, 1281px 1401px #fff, 1963px 1968px #fff, 1429px 1253px #fff, 442px 35px #fff, 1197px 1558px #fff, 958px 1390px #fff, 697px 156px #fff, 1299px 792px #fff, 73px 636px #fff, 709px 1362px #fff, 601px 1209px #fff, 328px 1094px #fff, 1948px 1082px #fff, 290px 1747px #fff, 1506px 1213px #fff, 823px 1674px #fff, 1916px 324px #fff, 1663px 994px #fff, 1099px 1943px #fff, 233px 131px #fff, 1964px 483px #fff, 1442px 1180px #fff, 1158px 1566px #fff, 779px 1662px #fff, 622px 1462px #fff, 1662px 355px #fff, 1770px 1766px #fff, 1728px 564px #fff, 661px 1978px #fff, 1911px 1774px #fff, 1515px 995px #fff, 1242px 1492px #fff, 1033px 365px #fff, 220px 190px #fff, 1140px 457px #fff, 112px 1187px #fff, 1082px 1950px #fff, 1382px 136px #fff, 35px 1662px #fff, 1267px 842px #fff, 1894px 1385px #fff, 518px 737px #fff, 148px 308px #fff, 307px 580px #fff, 173px 1268px #fff, 682px 419px #fff, 699px 1273px #fff, 1157px 1368px #fff, 630px 1671px #fff, 273px 1327px #fff, 1979px 151px #fff, 1188px 793px #fff, 698px 1971px #fff, 1697px 406px #fff, 1093px 1354px #fff, 252px 1167px #fff, 543px 1078px #fff, 519px 928px #fff, 348px 293px #fff, 655px 275px #fff, 1730px 110px #fff, 1602px 1438px #fff, 677px 821px #fff, 451px 564px #fff, 1165px 1076px #fff, 588px 1024px #fff, 1113px 1417px #fff, 244px 1588px #fff, 1009px 1501px #fff, 267px 1955px #fff, 1212px 828px #fff, 396px 991px #fff, 1879px 960px #fff, 934px 1927px #fff, 1327px 783px #fff, 1075px 1809px #fff, 1949px 228px #fff, 1001px 1345px #fff, 755px 1151px #fff, 696px 1520px #fff, 587px 1567px #fff, 1569px 1744px #fff, 1709px 137px #fff, 294px 1051px #fff, 1647px 1668px #fff, 448px 301px #fff, 1357px 144px #fff, 17px 862px #fff, 1815px 416px #fff, 1620px 1988px #fff, 677px 1125px #fff, 328px 525px #fff, 775px 1124px #fff, 205px 1907px #fff, 1361px 1903px #fff, 170px 729px #fff, 1559px 1455px #fff, 695px 1046px #fff, 1576px 845px #fff, 1445px 11px #fff, 1174px 884px #fff, 1438px 444px #fff, 1802px 560px #fff, 1189px 282px #fff, 890px 1958px #fff, 392px 1056px #fff, 1836px 1602px #fff, 220px 1234px #fff, 239px 1155px #fff, 967px 1694px #fff, 398px 738px #fff, 1140px 1389px #fff, 1167px 1943px #fff, 666px 276px #fff, 317px 1518px #fff, 742px 758px #fff, 224px 819px #fff, 168px 1349px #fff, 654px 1162px #fff, 1658px 965px #fff, 839px 1551px #fff, 598px 245px #fff, 576px 1328px #fff, 1863px 296px #fff, 1769px 291px #fff, 417px 1659px #fff, 1843px 1971px #fff, 1956px 1061px #fff, 1908px 654px #fff, 1478px 1758px #fff, 729px 1984px #fff, 540px 1312px #fff, 1278px 525px #fff, 1535px 1749px #fff, 1224px 180px #fff, 952px 1112px #fff, 580px 1384px #fff, 439px 1647px #fff, 522px 1415px #fff, 1558px 709px #fff, 1687px 472px #fff, 1618px 261px #fff, 1256px 603px #fff, 41px 1075px #fff, 1189px 76px #fff, 337px 134px #fff, 937px 863px #fff, 1558px 1159px #fff, 449px 740px #fff, 24px 706px #fff, 1228px 453px #fff, 809px 745px #fff, 1427px 1324px #fff, 1157px 1164px #fff, 1227px 252px #fff, 958px 1088px #fff, 1972px 681px #fff, 770px 212px #fff, 1143px 1248px #fff, 901px 389px #fff, 925px 166px #fff, 1904px 967px #fff, 674px 1885px #fff, 354px 1418px #fff, 472px 482px #fff, 1760px 1152px #fff, 1542px 1709px #fff, 971px 498px #fff, 1259px 1991px #fff, 1895px 1387px #fff, 556px 856px #fff, 1708px 1148px #fff, 1048px 1703px #fff, 1501px 339px #fff, 1805px 1958px #fff, 940px 737px #fff, 315px 278px #fff, 1759px 975px #fff, 1501px 998px #fff, 1274px 191px #fff, 1571px 1536px #fff, 1287px 1384px #fff, 1754px 1363px #fff, 1960px 694px #fff, 1841px 12px #fff, 919px 209px #fff, 1149px 1396px #fff, 1270px 1714px #fff, 1247px 1218px #fff, 848px 1855px #fff, 41px 126px #fff, 894px 1500px #fff, 1596px 550px #fff, 1857px 1683px #fff, 1919px 1399px #fff, 1768px 491px #fff, 1402px 807px #fff, 1885px 1428px #fff, 1694px 937px #fff, 1487px 1139px #fff, 1916px 113px #fff, 159px 1525px #fff, 1497px 1269px #fff, 700px 31px #fff, 393px 1295px #fff, 1473px 78px #fff, 1681px 531px #fff, 1021px 300px #fff, 552px 1099px #fff, 485px 728px #fff, 1793px 223px #fff, 1707px 770px #fff, 1812px 247px #fff, 575px 1924px #fff, 813px 583px #fff, 1471px 1874px #fff, 1922px 663px #fff, 1730px 464px #fff, 470px 1554px #fff, 1589px 1083px #fff, 175px 155px #fff, 379px 871px #fff, 1758px 859px #fff, 343px 944px #fff, 962px 1215px #fff, 635px 1895px #fff, 308px 29px #fff, 203px 1275px #fff, 838px 1494px #fff, 812px 717px #fff, 1312px 1392px #fff, 178px 749px #fff, 476px 144px #fff, 1403px 3px #fff, 559px 377px #fff, 1134px 1039px #fff, 1367px 441px #fff, 1351px 1503px #fff, 34px 130px #fff, 578px 1833px #fff, 825px 1393px #fff, 1046px 1629px #fff, 89px 287px #fff, 61px 1207px #fff, 1322px 1372px #fff, 14px 1673px #fff, 1953px 147px #fff, 305px 1144px #fff, 228px 1187px #fff, 1263px 1894px #fff, 1819px 1854px #fff, 818px 541px #fff, 1655px 7px #fff, 268px 1284px #fff, 1815px 897px #fff, 1661px 176px #fff, 1710px 1229px #fff, 1635px 441px #fff, 1975px 1812px #fff, 1638px 393px #fff, 1434px 1451px #fff, 415px 576
}

#bed-stars2:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 776px 1187px #fff, 121px 521px #fff, 1634px 618px #fff, 1962px 1535px #fff, 1730px 1109px #fff, 393px 1468px #fff, 485px 1386px #fff, 607px 1521px #fff, 1592px 1243px #fff, 1756px 1438px #fff, 475px 108px #fff, 1623px 836px #fff, 1258px 1251px #fff, 1200px 811px #fff, 1976px 217px #fff, 1470px 1643px #fff, 533px 224px #fff, 647px 1282px #fff, 1846px 628px #fff, 1308px 30px #fff, 1661px 1462px #fff, 654px 1211px #fff, 155px 1159px #fff, 491px 636px #fff, 1611px 401px #fff, 980px 73px #fff, 1948px 1650px #fff, 1870px 944px #fff, 479px 1969px #fff, 879px 373px #fff, 1523px 1767px #fff, 967px 1019px #fff, 43px 376px #fff, 31px 691px #fff, 1708px 654px #fff, 1193px 636px #fff, 84px 689px #fff, 570px 732px #fff, 472px 514px #fff, 292px 1038px #fff, 281px 1010px #fff, 1701px 1801px #fff, 434px 1150px #fff, 1819px 1311px #fff, 1731px 897px #fff, 1164px 1612px #fff, 376px 509px #fff, 2px 380px #fff, 385px 1773px #fff, 1536px 197px #fff, 845px 829px #fff, 187px 1833px #fff, 418px 623px #fff, 1737px 1409px #fff, 1754px 973px #fff, 1083px 1832px #fff, 1645px 1113px #fff, 1279px 1771px #fff, 1876px 1962px #fff, 1010px 1113px #fff, 1650px 628px #fff, 1456px 198px #fff, 386px 1367px #fff, 674px 198px #fff, 717px 935px #fff, 682px 270px #fff, 1377px 1482px #fff, 681px 1611px #fff, 919px 1565px #fff, 1989px 557px #fff, 1504px 145px #fff, 1267px 1278px #fff, 471px 1362px #fff, 1346px 1650px #fff, 495px 1388px #fff, 1203px 650px #fff, 920px 723px #fff, 1674px 294px #fff, 188px 633px #fff, 80px 1694px #fff, 1488px 1838px #fff, 1621px 1861px #fff, 391px 26px #fff, 462px 1698px #fff, 592px 1942px #fff, 259px 1638px #fff, 692px 1313px #fff, 274px 704px #fff, 914px 730px #fff, 579px 127px #fff, 1245px 953px #fff, 1274px 1281px #fff, 264px 277px #fff, 1112px 1783px #fff, 1230px 994px #fff, 421px 682px #fff, 1679px 309px #fff, 1621px 1088px #fff, 1876px 1080px #fff, 594px 277px #fff, 1607px 1001px #fff, 1563px 1557px #fff, 630px 268px #fff, 406px 879px #fff, 1776px 1118px #fff, 270px 377px #fff, 1115px 1075px #fff, 1990px 645px #fff, 1303px 732px #fff, 608px 841px #fff, 784px 320px #fff, 1247px 1950px #fff, 1911px 1672px #fff, 743px 630px #fff, 1769px 439px #fff, 1700px 829px #fff, 353px 860px #fff, 1317px 116px #fff, 1421px 114px #fff, 1048px 988px #fff, 1212px 476px #fff, 1243px 1529px #fff, 712px 80px #fff, 794px 1237px #fff, 1973px 1012px #fff, 1953px 1895px #fff, 1132px 1587px #fff, 791px 1481px #fff, 314px 128px #fff, 1974px 1507px #fff, 1139px 1344px #fff, 275px 144px #fff, 545px 1647px #fff, 1421px 938px #fff, 984px 1764px #fff, 1062px 602px #fff, 394px 11px #fff, 981px 992px #fff, 1953px 829px #fff, 1742px 386px #fff, 93px 954px #fff, 736px 1381px #fff, 1318px 1407px #fff, 658px 1476px #fff, 1054px 1625px #fff, 308px 642px #fff, 643px 607px #fff, 1375px 775px #fff, 514px 1502px #fff, 1558px 818px #fff, 1085px 1084px #fff, 955px 1036px #fff, 979px 829px #fff, 1720px 530px #fff, 1079px 1889px #fff, 981px 349px #fff, 864px 209px #fff, 1171px 448px #fff, 849px 584px #fff, 774px 1577px #fff, 1834px 1991px #fff, 723px 1242px #fff, 423px 1188px #fff, 1360px 507px #fff, 46px 379px #fff, 1310px 166px #fff, 946px 1728px #fff, 457px 1492px #fff, 1262px 1867px #fff, 1305px 483px #fff, 1751px 592px #fff, 1856px 293px #fff, 1575px 1105px #fff, 777px 410px #fff, 1715px 904px #fff, 962px 989px #fff, 1534px 1029px #fff, 1134px 787px #fff, 161px 1089px #fff, 1696px 863px #fff, 520px 361px #fff, 674px 1704px #fff, 532px 1525px #fff, 582px 1457px #fff, 981px 383px #fff, 405px 1053px #fff, 1836px 751px #fff, 985px 1323px #fff, 1220px 1480px #fff, 1897px 1559px #fff, 284px 164px #fff, 1064px 1079px #fff, 1205px 1261px #fff, 1620px 1437px #fff, 588px 1569px #fff, 1083px 527px #fff, 1868px 596px #fff, 666px 707px #fff, 1645px 1428px #fff, 1458px 1268px #fff, 913px 338px #fff, 516px 114px #fff, 396px 1860px #fff, 671px 26px #fff, 1303px 1215px #fff, 997px 415px #fff, 736px 859px #fff, 1697px 8px #fff, 1296px 1582px #fff, 141px 1444px #fff, 1344px 975px #fff, 378px 841px #fff, 88px 325px #fff, 1811px 448px #fff, 1404px 1937px #fff, 28px 1766px #fff, 1126px 1766px #fff, 387px 113px #fff, 78px 1833px #fff, 1185px 546px #fff, 1922px 1690px #fff, 1934px 1966px #fff, 948px 1474px #fff, 1085px 1555px #fff, 592px 1841px #fff, 1965px 442px #fff, 23px 1600px #fff, 407px 497px #fff, 1705px 1229px #fff, 408px 1810px #fff, 528px 1273px #fff, 1010px 1671px #fff, 1132px 1626px #fff, 1658px 1804px #fff, 306px 904px #fff, 1813px 552px #fff, 1149px 1442px #fff, 675px 1523px #fff, 1556px 253px #fff, 1203px 1198px #fff, 482px 358px #fff, 1479px 791px #fff, 1242px 1397px #fff, 485px 891px #fff, 411px 776px #fff, 1377px 1853px #fff, 1036px 122px #fff, 1521px 1873px #fff, 581px 1476px #fff, 675px 334px #fff, 717px 1765px #fff, 1223px 1622px #fff, 710px 1697px #fff, 1545px 611px #fff, 1782px 1779px #fff, 392px 40px #fff, 1281px 1401px #fff, 1963px 1968px #fff, 1429px 1253px #fff, 442px 35px #fff, 1197px 1558px #fff, 958px 1390px #fff, 697px 156px #fff, 1299px 792px #fff, 73px 636px #fff, 709px 1362px #fff, 601px 1209px #fff, 328px 1094px #fff, 1948px 1082px #fff, 290px 1747px #fff, 1506px 1213px #fff, 823px 1674px #fff, 1916px 324px #fff, 1663px 994px #fff, 1099px 1943px #fff, 233px 131px #fff, 1964px 483px #fff, 1442px 1180px #fff, 1158px 1566px #fff, 779px 1662px #fff, 622px 1462px #fff, 1662px 355px #fff, 1770px 1766px #fff, 1728px 564px #fff, 661px 1978px #fff, 1911px 1774px #fff, 1515px 995px #fff, 1242px 1492px #fff, 1033px 365px #fff, 220px 190px #fff, 1140px 457px #fff, 112px 1187px #fff, 1082px 1950px #fff, 1382px 136px #fff, 35px 1662px #fff, 1267px 842px #fff, 1894px 1385px #fff, 518px 737px #fff, 148px 308px #fff, 307px 580px #fff, 173px 1268px #fff, 682px 419px #fff, 699px 1273px #fff, 1157px 1368px #fff, 630px 1671px #fff, 273px 1327px #fff, 1979px 151px #fff, 1188px 793px #fff, 698px 1971px #fff, 1697px 406px #fff, 1093px 1354px #fff, 252px 1167px #fff, 543px 1078px #fff, 519px 928px #fff, 348px 293px #fff, 655px 275px #fff, 1730px 110px #fff, 1602px 1438px #fff, 677px 821px #fff, 451px 564px #fff, 1165px 1076px #fff, 588px 1024px #fff, 1113px 1417px #fff, 244px 1588px #fff, 1009px 1501px #fff, 267px 1955px #fff, 1212px 828px #fff, 396px 991px #fff, 1879px 960px #fff, 934px 1927px #fff, 1327px 783px #fff, 1075px 1809px #fff, 1949px 228px #fff, 1001px 1345px #fff, 755px 1151px #fff, 696px 1520px #fff, 587px 1567px #fff, 1569px 1744px #fff, 1709px 137px #fff, 294px 1051px #fff, 1647px 1668px #fff, 448px 301px #fff, 1357px 144px #fff, 17px 862px #fff, 1815px 416px #fff, 1620px 1988px #fff, 677px 1125px #fff, 328px 525px #fff, 775px 1124px #fff, 205px 1907px #fff, 1361px 1903px #fff, 170px 729px #fff, 1559px 1455px #fff, 695px 1046px #fff, 1576px 845px #fff, 1445px 11px #fff, 1174px 884px #fff, 1438px 444px #fff, 1802px 560px #fff, 1189px 282px #fff, 890px 1958px #fff, 392px 1056px #fff, 1836px 1602px #fff, 220px 1234px #fff, 239px 1155px #fff, 967px 1694px #fff, 398px 738px #fff, 1140px 1389px #fff, 1167px 1943px #fff, 666px 276px #fff, 317px 1518px #fff, 742px 758px #fff, 224px 819px #fff, 168px 1349px #fff, 654px 1162px #fff, 1658px 965px #fff, 839px 1551px #fff, 598px 245px #fff, 576px 1328px #fff, 1863px 296px #fff, 1769px 291px #fff, 417px 1659px #fff, 1843px 1971px #fff, 1956px 1061px #fff, 1908px 654px #fff, 1478px 1758px #fff, 729px 1984px #fff, 540px 1312px #fff, 1278px 525px #fff, 1535px 1749px #fff, 1224px 180px #fff, 952px 1112px #fff, 580px 1384px #fff, 439px 1647px #fff, 522px 1415px #fff, 1558px 709px #fff, 1687px 472px #fff, 1618px 261px #fff, 1256px 603px #fff, 41px 1075px #fff, 1189px 76px #fff, 337px 134px #fff, 937px 863px #fff, 1558px 1159px #fff, 449px 740px #fff, 24px 706px #fff, 1228px 453px #fff, 809px 745px #fff, 1427px 1324px #fff, 1157px 1164px #fff, 1227px 252px #fff, 958px 1088px #fff, 1972px 681px #fff, 770px 212px #fff, 1143px 1248px #fff, 901px 389px #fff, 925px 166px #fff, 1904px 967px #fff, 674px 1885px #fff, 354px 1418px #fff, 472px 482px #fff, 1760px 1152px #fff, 1542px 1709px #fff, 971px 498px #fff, 1259px 1991px #fff, 1895px 1387px #fff, 556px 856px #fff, 1708px 1148px #fff, 1048px 1703px #fff, 1501px 339px #fff, 1805px 1958px #fff, 940px 737px #fff, 315px 278px #fff, 1759px 975px #fff, 1501px 998px #fff, 1274px 191px #fff, 1571px 1536px #fff, 1287px 1384px #fff, 1754px 1363px #fff, 1960px 694px #fff, 1841px 12px #fff, 919px 209px #fff, 1149px 1396px #fff, 1270px 1714px #fff, 1247px 1218px #fff, 848px 1855px #fff, 41px 126px #fff, 894px 1500px #fff, 1596px 550px #fff, 1857px 1683px #fff, 1919px 1399px #fff, 1768px 491px #fff, 1402px 807px #fff, 1885px 1428px #fff, 1694px 937px #fff, 1487px 1139px #fff, 1916px 113px #fff, 159px 1525px #fff, 1497px 1269px #fff, 700px 31px #fff, 393px 1295px #fff, 1473px 78px #fff, 1681px 531px #fff, 1021px 300px #fff, 552px 1099px #fff, 485px 728px #fff, 1793px 223px #fff, 1707px 770px #fff, 1812px 247px #fff, 575px 1924px #fff, 813px 583px #fff, 1471px 1874px #fff, 1922px 663px #fff, 1730px 464px #fff, 470px 1554px #fff, 1589px 1083px #fff, 175px 155px #fff, 379px 871px #fff, 1758px 859px #fff, 343px 944px #fff, 962px 1215px #fff, 635px 1895px #fff, 308px 29px #fff, 203px 1275px #fff, 838px 1494px #fff, 812px 717px #fff, 1312px 1392px #fff, 178px 749px #fff, 476px 144px #fff, 1403px 3px #fff, 559px 377px #fff, 1134px 1039px #fff, 1367px 441px #fff, 1351px 1503px #fff, 34px 130px #fff, 578px 1833px #fff, 825px 1393px #fff, 1046px 1629px #fff, 89px 287px #fff, 61px 1207px #fff, 1322px 1372px #fff, 14px 1673px #fff, 1953px 147px #fff, 305px 1144px #fff, 228px 1187px #fff, 1263px 1894px #fff, 1819px 1854px #fff, 818px 541px #fff, 1655px 7px #fff, 268px 1284px #fff, 1815px 897px #fff, 1661px 176px #fff, 1710px 1229px #fff, 1635px 441px #fff, 1975px 1812px #fff, 1638px 393px #fff, 1434px 1451px #fff, 415px 576
}

#bed-stars3 {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 776px 1187px #fff, 121px 521px #fff, 1634px 618px #fff, 1962px 1535px #fff, 1730px 1109px #fff, 393px 1468px #fff, 485px 1386px #fff, 607px 1521px #fff, 1592px 1243px #fff, 1756px 1438px #fff, 475px 108px #fff, 1623px 836px #fff, 1258px 1251px #fff, 1200px 811px #fff, 1976px 217px #fff, 1470px 1643px #fff, 533px 224px #fff, 647px 1282px #fff, 1846px 628px #fff, 1308px 30px #fff, 1661px 1462px #fff, 654px 1211px #fff, 155px 1159px #fff, 491px 636px #fff, 1611px 401px #fff, 980px 73px #fff, 1948px 1650px #fff, 1870px 944px #fff, 479px 1969px #fff, 879px 373px #fff, 1523px 1767px #fff, 967px 1019px #fff, 43px 376px #fff, 31px 691px #fff, 1708px 654px #fff, 1193px 636px #fff, 84px 689px #fff, 570px 732px #fff, 472px 514px #fff, 292px 1038px #fff, 281px 1010px #fff, 1701px 1801px #fff, 434px 1150px #fff, 1819px 1311px #fff, 1731px 897px #fff, 1164px 1612px #fff, 376px 509px #fff, 2px 380px #fff, 385px 1773px #fff, 1536px 197px #fff, 845px 829px #fff, 187px 1833px #fff, 418px 623px #fff, 1737px 1409px #fff, 1754px 973px #fff, 1083px 1832px #fff, 1645px 1113px #fff, 1279px 1771px #fff, 1876px 1962px #fff, 1010px 1113px #fff, 1650px 628px #fff, 1456px 198px #fff, 386px 1367px #fff, 674px 198px #fff, 717px 935px #fff, 682px 270px #fff, 1377px 1482px #fff, 681px 1611px #fff, 919px 1565px #fff, 1989px 557px #fff, 1504px 145px #fff, 1267px 1278px #fff, 471px 1362px #fff, 1346px 1650px #fff, 495px 1388px #fff, 1203px 650px #fff, 920px 723px #fff, 1674px 294px #fff, 188px 633px #fff, 80px 1694px #fff, 1488px 1838px #fff, 1621px 1861px #fff, 391px 26px #fff, 462px 1698px #fff, 592px 1942px #fff, 259px 1638px #fff, 692px 1313px #fff, 274px 704px #fff, 914px 730px #fff, 579px 127px #fff, 1245px 953px #fff, 1274px 1281px #fff, 264px 277px #fff, 1112px 1783px #fff, 1230px 994px #fff, 421px 682px #fff, 1679px 309px #fff, 1621px 1088px #fff, 1876px 1080px #fff, 594px 277px #fff, 1607px 1001px #fff, 1563px 1557px #fff, 630px 268px #fff, 406px 879px #fff, 1776px 1118px #fff, 270px 377px #fff, 1115px 1075px #fff, 1990px 645px #fff, 1303px 732px #fff, 608px 841px #fff, 784px 320px #fff, 1247px 1950px #fff, 1911px 1672px #fff, 743px 630px #fff, 1769px 439px #fff, 1700px 829px #fff, 353px 860px #fff, 1317px 116px #fff, 1421px 114px #fff, 1048px 988px #fff, 1212px 476px #fff, 1243px 1529px #fff, 712px 80px #fff, 794px 1237px #fff, 1973px 1012px #fff, 1953px 1895px #fff, 1132px 1587px #fff, 791px 1481px #fff, 314px 128px #fff, 1974px 1507px #fff, 1139px 1344px #fff, 275px 144px #fff, 545px 1647px #fff, 1421px 938px #fff, 984px 1764px #fff, 1062px 602px #fff, 394px 11px #fff, 981px 992px #fff, 1953px 829px #fff, 1742px 386px #fff, 93px 954px #fff, 736px 1381px #fff, 1318px 1407px #fff, 658px 1476px #fff, 1054px 1625px #fff, 308px 642px #fff, 643px 607px #fff, 1375px 775px #fff, 514px 1502px #fff, 1558px 818px #fff, 1085px 1084px #fff, 955px 1036px #fff, 979px 829px #fff, 1720px 530px #fff, 1079px 1889px #fff, 981px 349px #fff, 864px 209px #fff, 1171px 448px #fff, 849px 584px #fff, 774px 1577px #fff, 1834px 1991px #fff, 723px 1242px #fff, 423px 1188px #fff, 1360px 507px #fff, 46px 379px #fff, 1310px 166px #fff, 946px 1728px #fff, 457px 1492px #fff, 1262px 1867px #fff, 1305px 483px #fff, 1751px 592px #fff, 1856px 293px #fff, 1575px 1105px #fff, 777px 410px #fff, 1715px 904px #fff, 962px 989px #fff, 1534px 1029px #fff, 1134px 787px #fff, 161px 1089px #fff, 1696px 863px #fff, 520px 361px #fff, 674px 1704px #fff, 532px 1525px #fff, 582px 1457px #fff, 981px 383px #fff, 405px 1053px #fff, 1836px 751px #fff, 985px 1323px #fff, 1220px 1480px #fff, 1897px 1559px #fff, 284px 164px #fff, 1064px 1079px #fff, 1205px 1261px #fff, 1620px 1437px #fff, 588px 1569px #fff, 1083px 527px #fff, 1868px 596px #fff, 666px 707px #fff, 1645px 1428px #fff, 1458px 1268px #fff, 913px 338px #fff, 516px 114px #fff, 396px 1860px #fff, 671px 26px #fff, 1303px 1215px #fff, 997px 415px #fff, 736px 859px #fff, 1697px 8px #fff, 1296px 1582px #fff, 141px 1444px #fff, 1344px 975px #fff, 378px 841px #fff, 88px 325px #fff, 1811px 448px #fff, 1404px 1937px #fff, 28px 1766px #fff, 1126px 1766px #fff, 387px 113px #fff, 78px 1833px #fff, 1185px 546px #fff, 1922px 1690px #fff, 1934px 1966px #fff, 948px 1474px #fff, 1085px 1555px #fff, 592px 1841px #fff, 1965px 442px #fff, 23px 1600px #fff, 407px 497px #fff, 1705px 1229px #fff, 408px 1810px #fff, 528px 1273px #fff, 1010px 1671px #fff, 1132px 1626px #fff, 1658px 1804px #fff, 306px 904px #fff, 1813px 552px #fff, 1149px 1442px #fff, 675px 1523px #fff, 1556px 253px #fff, 1203px 1198px #fff, 482px 358px #fff, 1479px 791px #fff, 1242px 1397px #fff, 485px 891px #fff, 411px 776px #fff, 1377px 1853px #fff, 1036px 122px #fff, 1521px 1873px #fff, 581px 1476px #fff, 675px 334px #fff, 717px 1765px #fff, 1223px 1622px #fff, 710px 1697px #fff, 1545px 611px #fff, 1782px 1779px #fff, 392px 40px #fff, 1281px 1401px #fff, 1963px 1968px #fff, 1429px 1253px #fff, 442px 35px #fff, 1197px 1558px #fff, 958px 1390px #fff, 697px 156px #fff, 1299px 792px #fff, 73px 636px #fff, 709px 1362px #fff, 601px 1209px #fff, 328px 1094px #fff, 1948px 1082px #fff, 290px 1747px #fff, 1506px 1213px #fff, 823px 1674px #fff, 1916px 324px #fff, 1663px 994px #fff, 1099px 1943px #fff, 233px 131px #fff, 1964px 483px #fff, 1442px 1180px #fff, 1158px 1566px #fff, 779px 1662px #fff, 622px 1462px #fff, 1662px 355px #fff, 1770px 1766px #fff, 1728px 564px #fff, 661px 1978px #fff, 1911px 1774px #fff, 1515px 995px #fff, 1242px 1492px #fff, 1033px 365px #fff, 220px 190px #fff, 1140px 457px #fff, 112px 1187px #fff, 1082px 1950px #fff, 1382px 136px #fff, 35px 1662px #fff, 1267px 842px #fff, 1894px 1385px #fff, 518px 737px #fff, 148px 308px #fff, 307px 580px #fff, 173px 1268px #fff, 682px 419px #fff, 699px 1273px #fff, 1157px 1368px #fff, 630px 1671px #fff, 273px 1327px #fff, 1979px 151px #fff, 1188px 793px #fff, 698px 1971px #fff, 1697px 406px #fff, 1093px 1354px #fff, 252px 1167px #fff, 543px 1078px #fff, 519px 928px #fff, 348px 293px #fff, 655px 275px #fff, 1730px 110px #fff, 1602px 1438px #fff, 677px 821px #fff, 451px 564px #fff, 1165px 1076px #fff, 588px 1024px #fff, 1113px 1417px #fff, 244px 1588px #fff, 1009px 1501px #fff, 267px 1955px #fff, 1212px 828px #fff, 396px 991px #fff, 1879px 960px #fff, 934px 1927px #fff, 1327px 783px #fff, 1075px 1809px #fff, 1949px 228px #fff, 1001px 1345px #fff, 755px 1151px #fff, 696px 1520px #fff, 587px 1567px #fff, 1569px 1744px #fff, 1709px 137px #fff, 294px 1051px #fff, 1647px 1668px #fff, 448px 301px #fff, 1357px 144px #fff, 17px 862px #fff, 1815px 416px #fff, 1620px 1988px #fff, 677px 1125px #fff, 328px 525px #fff, 775px 1124px #fff, 205px 1907px #fff, 1361px 1903px #fff, 170px 729px #fff, 1559px 1455px #fff, 695px 1046px #fff, 1576px 845px #fff, 1445px 11px #fff, 1174px 884px #fff, 1438px 444px #fff, 1802px 560px #fff, 1189px 282px #fff, 890px 1958px #fff, 392px 1056px #fff, 1836px 1602px #fff, 220px 1234px #fff, 239px 1155px #fff, 967px 1694px #fff, 398px 738px #fff, 1140px 1389px #fff, 1167px 1943px #fff, 666px 276px #fff, 317px 1518px #fff, 742px 758px #fff, 224px 819px #fff, 168px 1349px #fff, 654px 1162px #fff, 1658px 965px #fff, 839px 1551px #fff, 598px 245px #fff, 576px 1328px #fff, 1863px 296px #fff, 1769px 291px #fff, 417px 1659px #fff, 1843px 1971px #fff, 1956px 1061px #fff, 1908px 654px #fff, 1478px 1758px #fff, 729px 1984px #fff, 540px 1312px #fff, 1278px 525px #fff, 1535px 1749px #fff, 1224px 180px #fff, 952px 1112px #fff, 580px 1384px #fff, 439px 1647px #fff, 522px 1415px #fff, 1558px 709px #fff, 1687px 472px #fff, 1618px 261px #fff, 1256px 603px #fff, 41px 1075px #fff, 1189px 76px #fff, 337px 134px #fff, 937px 863px #fff, 1558px 1159px #fff, 449px 740px #fff, 24px 706px #fff, 1228px 453px #fff, 809px 745px #fff, 1427px 1324px #fff, 1157px 1164px #fff, 1227px 252px #fff, 958px 1088px #fff, 1972px 681px #fff, 770px 212px #fff, 1143px 1248px #fff, 901px 389px #fff, 925px 166px #fff, 1904px 967px #fff, 674px 1885px #fff, 354px 1418px #fff, 472px 482px #fff, 1760px 1152px #fff, 1542px 1709px #fff, 971px 498px #fff, 1259px 1991px #fff, 1895px 1387px #fff, 556px 856px #fff, 1708px 1148px #fff, 1048px 1703px #fff, 1501px 339px #fff, 1805px 1958px #fff, 940px 737px #fff, 315px 278px #fff, 1759px 975px #fff, 1501px 998px #fff, 1274px 191px #fff, 1571px 1536px #fff, 1287px 1384px #fff, 1754px 1363px #fff, 1960px 694px #fff, 1841px 12px #fff, 919px 209px #fff, 1149px 1396px #fff, 1270px 1714px #fff, 1247px 1218px #fff, 848px 1855px #fff, 41px 126px #fff, 894px 1500px #fff, 1596px 550px #fff, 1857px 1683px #fff, 1919px 1399px #fff, 1768px 491px #fff, 1402px 807px #fff, 1885px 1428px #fff, 1694px 937px #fff, 1487px 1139px #fff, 1916px 113px #fff, 159px 1525px #fff, 1497px 1269px #fff, 700px 31px #fff, 393px 1295px #fff, 1473px 78px #fff, 1681px 531px #fff, 1021px 300px #fff, 552px 1099px #fff, 485px 728px #fff, 1793px 223px #fff, 1707px 770px #fff, 1812px 247px #fff, 575px 1924px #fff, 813px 583px #fff, 1471px 1874px #fff, 1922px 663px #fff, 1730px 464px #fff, 470px 1554px #fff, 1589px 1083px #fff, 175px 155px #fff, 379px 871px #fff, 1758px 859px #fff, 343px 944px #fff, 962px 1215px #fff, 635px 1895px #fff, 308px 29px #fff, 203px 1275px #fff, 838px 1494px #fff, 812px 717px #fff, 1312px 1392px #fff, 178px 749px #fff, 476px 144px #fff, 1403px 3px #fff, 559px 377px #fff, 1134px 1039px #fff, 1367px 441px #fff, 1351px 1503px #fff, 34px 130px #fff, 578px 1833px #fff, 825px 1393px #fff, 1046px 1629px #fff, 89px 287px #fff, 61px 1207px #fff, 1322px 1372px #fff, 14px 1673px #fff, 1953px 147px #fff, 305px 1144px #fff, 228px 1187px #fff, 1263px 1894px #fff, 1819px 1854px #fff, 818px 541px #fff, 1655px 7px #fff, 268px 1284px #fff, 1815px 897px #fff, 1661px 176px #fff, 1710px 1229px #fff, 1635px 441px #fff, 1975px 1812px #fff, 1638px 393px #fff, 1434px 1451px #fff, 415px 576
}

#bed-stars3:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 776px 1187px #fff, 121px 521px #fff, 1634px 618px #fff, 1962px 1535px #fff, 1730px 1109px #fff, 393px 1468px #fff, 485px 1386px #fff, 607px 1521px #fff, 1592px 1243px #fff, 1756px 1438px #fff, 475px 108px #fff, 1623px 836px #fff, 1258px 1251px #fff, 1200px 811px #fff, 1976px 217px #fff, 1470px 1643px #fff, 533px 224px #fff, 647px 1282px #fff, 1846px 628px #fff, 1308px 30px #fff, 1661px 1462px #fff, 654px 1211px #fff, 155px 1159px #fff, 491px 636px #fff, 1611px 401px #fff, 980px 73px #fff, 1948px 1650px #fff, 1870px 944px #fff, 479px 1969px #fff, 879px 373px #fff, 1523px 1767px #fff, 967px 1019px #fff, 43px 376px #fff, 31px 691px #fff, 1708px 654px #fff, 1193px 636px #fff, 84px 689px #fff, 570px 732px #fff, 472px 514px #fff, 292px 1038px #fff, 281px 1010px #fff, 1701px 1801px #fff, 434px 1150px #fff, 1819px 1311px #fff, 1731px 897px #fff, 1164px 1612px #fff, 376px 509px #fff, 2px 380px #fff, 385px 1773px #fff, 1536px 197px #fff, 845px 829px #fff, 187px 1833px #fff, 418px 623px #fff, 1737px 1409px #fff, 1754px 973px #fff, 1083px 1832px #fff, 1645px 1113px #fff, 1279px 1771px #fff, 1876px 1962px #fff, 1010px 1113px #fff, 1650px 628px #fff, 1456px 198px #fff, 386px 1367px #fff, 674px 198px #fff, 717px 935px #fff, 682px 270px #fff, 1377px 1482px #fff, 681px 1611px #fff, 919px 1565px #fff, 1989px 557px #fff, 1504px 145px #fff, 1267px 1278px #fff, 471px 1362px #fff, 1346px 1650px #fff, 495px 1388px #fff, 1203px 650px #fff, 920px 723px #fff, 1674px 294px #fff, 188px 633px #fff, 80px 1694px #fff, 1488px 1838px #fff, 1621px 1861px #fff, 391px 26px #fff, 462px 1698px #fff, 592px 1942px #fff, 259px 1638px #fff, 692px 1313px #fff, 274px 704px #fff, 914px 730px #fff, 579px 127px #fff, 1245px 953px #fff, 1274px 1281px #fff, 264px 277px #fff, 1112px 1783px #fff, 1230px 994px #fff, 421px 682px #fff, 1679px 309px #fff, 1621px 1088px #fff, 1876px 1080px #fff, 594px 277px #fff, 1607px 1001px #fff, 1563px 1557px #fff, 630px 268px #fff, 406px 879px #fff, 1776px 1118px #fff, 270px 377px #fff, 1115px 1075px #fff, 1990px 645px #fff, 1303px 732px #fff, 608px 841px #fff, 784px 320px #fff, 1247px 1950px #fff, 1911px 1672px #fff, 743px 630px #fff, 1769px 439px #fff, 1700px 829px #fff, 353px 860px #fff, 1317px 116px #fff, 1421px 114px #fff, 1048px 988px #fff, 1212px 476px #fff, 1243px 1529px #fff, 712px 80px #fff, 794px 1237px #fff, 1973px 1012px #fff, 1953px 1895px #fff, 1132px 1587px #fff, 791px 1481px #fff, 314px 128px #fff, 1974px 1507px #fff, 1139px 1344px #fff, 275px 144px #fff, 545px 1647px #fff, 1421px 938px #fff, 984px 1764px #fff, 1062px 602px #fff, 394px 11px #fff, 981px 992px #fff, 1953px 829px #fff, 1742px 386px #fff, 93px 954px #fff, 736px 1381px #fff, 1318px 1407px #fff, 658px 1476px #fff, 1054px 1625px #fff, 308px 642px #fff, 643px 607px #fff, 1375px 775px #fff, 514px 1502px #fff, 1558px 818px #fff, 1085px 1084px #fff, 955px 1036px #fff, 979px 829px #fff, 1720px 530px #fff, 1079px 1889px #fff, 981px 349px #fff, 864px 209px #fff, 1171px 448px #fff, 849px 584px #fff, 774px 1577px #fff, 1834px 1991px #fff, 723px 1242px #fff, 423px 1188px #fff, 1360px 507px #fff, 46px 379px #fff, 1310px 166px #fff, 946px 1728px #fff, 457px 1492px #fff, 1262px 1867px #fff, 1305px 483px #fff, 1751px 592px #fff, 1856px 293px #fff, 1575px 1105px #fff, 777px 410px #fff, 1715px 904px #fff, 962px 989px #fff, 1534px 1029px #fff, 1134px 787px #fff, 161px 1089px #fff, 1696px 863px #fff, 520px 361px #fff, 674px 1704px #fff, 532px 1525px #fff, 582px 1457px #fff, 981px 383px #fff, 405px 1053px #fff, 1836px 751px #fff, 985px 1323px #fff, 1220px 1480px #fff, 1897px 1559px #fff, 284px 164px #fff, 1064px 1079px #fff, 1205px 1261px #fff, 1620px 1437px #fff, 588px 1569px #fff, 1083px 527px #fff, 1868px 596px #fff, 666px 707px #fff, 1645px 1428px #fff, 1458px 1268px #fff, 913px 338px #fff, 516px 114px #fff, 396px 1860px #fff, 671px 26px #fff, 1303px 1215px #fff, 997px 415px #fff, 736px 859px #fff, 1697px 8px #fff, 1296px 1582px #fff, 141px 1444px #fff, 1344px 975px #fff, 378px 841px #fff, 88px 325px #fff, 1811px 448px #fff, 1404px 1937px #fff, 28px 1766px #fff, 1126px 1766px #fff, 387px 113px #fff, 78px 1833px #fff, 1185px 546px #fff, 1922px 1690px #fff, 1934px 1966px #fff, 948px 1474px #fff, 1085px 1555px #fff, 592px 1841px #fff, 1965px 442px #fff, 23px 1600px #fff, 407px 497px #fff, 1705px 1229px #fff, 408px 1810px #fff, 528px 1273px #fff, 1010px 1671px #fff, 1132px 1626px #fff, 1658px 1804px #fff, 306px 904px #fff, 1813px 552px #fff, 1149px 1442px #fff, 675px 1523px #fff, 1556px 253px #fff, 1203px 1198px #fff, 482px 358px #fff, 1479px 791px #fff, 1242px 1397px #fff, 485px 891px #fff, 411px 776px #fff, 1377px 1853px #fff, 1036px 122px #fff, 1521px 1873px #fff, 581px 1476px #fff, 675px 334px #fff, 717px 1765px #fff, 1223px 1622px #fff, 710px 1697px #fff, 1545px 611px #fff, 1782px 1779px #fff, 392px 40px #fff, 1281px 1401px #fff, 1963px 1968px #fff, 1429px 1253px #fff, 442px 35px #fff, 1197px 1558px #fff, 958px 1390px #fff, 697px 156px #fff, 1299px 792px #fff, 73px 636px #fff, 709px 1362px #fff, 601px 1209px #fff, 328px 1094px #fff, 1948px 1082px #fff, 290px 1747px #fff, 1506px 1213px #fff, 823px 1674px #fff, 1916px 324px #fff, 1663px 994px #fff, 1099px 1943px #fff, 233px 131px #fff, 1964px 483px #fff, 1442px 1180px #fff, 1158px 1566px #fff, 779px 1662px #fff, 622px 1462px #fff, 1662px 355px #fff, 1770px 1766px #fff, 1728px 564px #fff, 661px 1978px #fff, 1911px 1774px #fff, 1515px 995px #fff, 1242px 1492px #fff, 1033px 365px #fff, 220px 190px #fff, 1140px 457px #fff, 112px 1187px #fff, 1082px 1950px #fff, 1382px 136px #fff, 35px 1662px #fff, 1267px 842px #fff, 1894px 1385px #fff, 518px 737px #fff, 148px 308px #fff, 307px 580px #fff, 173px 1268px #fff, 682px 419px #fff, 699px 1273px #fff, 1157px 1368px #fff, 630px 1671px #fff, 273px 1327px #fff, 1979px 151px #fff, 1188px 793px #fff, 698px 1971px #fff, 1697px 406px #fff, 1093px 1354px #fff, 252px 1167px #fff, 543px 1078px #fff, 519px 928px #fff, 348px 293px #fff, 655px 275px #fff, 1730px 110px #fff, 1602px 1438px #fff, 677px 821px #fff, 451px 564px #fff, 1165px 1076px #fff, 588px 1024px #fff, 1113px 1417px #fff, 244px 1588px #fff, 1009px 1501px #fff, 267px 1955px #fff, 1212px 828px #fff, 396px 991px #fff, 1879px 960px #fff, 934px 1927px #fff, 1327px 783px #fff, 1075px 1809px #fff, 1949px 228px #fff, 1001px 1345px #fff, 755px 1151px #fff, 696px 1520px #fff, 587px 1567px #fff, 1569px 1744px #fff, 1709px 137px #fff, 294px 1051px #fff, 1647px 1668px #fff, 448px 301px #fff, 1357px 144px #fff, 17px 862px #fff, 1815px 416px #fff, 1620px 1988px #fff, 677px 1125px #fff, 328px 525px #fff, 775px 1124px #fff, 205px 1907px #fff, 1361px 1903px #fff, 170px 729px #fff, 1559px 1455px #fff, 695px 1046px #fff, 1576px 845px #fff, 1445px 11px #fff, 1174px 884px #fff, 1438px 444px #fff, 1802px 560px #fff, 1189px 282px #fff, 890px 1958px #fff, 392px 1056px #fff, 1836px 1602px #fff, 220px 1234px #fff, 239px 1155px #fff, 967px 1694px #fff, 398px 738px #fff, 1140px 1389px #fff, 1167px 1943px #fff, 666px 276px #fff, 317px 1518px #fff, 742px 758px #fff, 224px 819px #fff, 168px 1349px #fff, 654px 1162px #fff, 1658px 965px #fff, 839px 1551px #fff, 598px 245px #fff, 576px 1328px #fff, 1863px 296px #fff, 1769px 291px #fff, 417px 1659px #fff, 1843px 1971px #fff, 1956px 1061px #fff, 1908px 654px #fff, 1478px 1758px #fff, 729px 1984px #fff, 540px 1312px #fff, 1278px 525px #fff, 1535px 1749px #fff, 1224px 180px #fff, 952px 1112px #fff, 580px 1384px #fff, 439px 1647px #fff, 522px 1415px #fff, 1558px 709px #fff, 1687px 472px #fff, 1618px 261px #fff, 1256px 603px #fff, 41px 1075px #fff, 1189px 76px #fff, 337px 134px #fff, 937px 863px #fff, 1558px 1159px #fff, 449px 740px #fff, 24px 706px #fff, 1228px 453px #fff, 809px 745px #fff, 1427px 1324px #fff, 1157px 1164px #fff, 1227px 252px #fff, 958px 1088px #fff, 1972px 681px #fff, 770px 212px #fff, 1143px 1248px #fff, 901px 389px #fff, 925px 166px #fff, 1904px 967px #fff, 674px 1885px #fff, 354px 1418px #fff, 472px 482px #fff, 1760px 1152px #fff, 1542px 1709px #fff, 971px 498px #fff, 1259px 1991px #fff, 1895px 1387px #fff, 556px 856px #fff, 1708px 1148px #fff, 1048px 1703px #fff, 1501px 339px #fff, 1805px 1958px #fff, 940px 737px #fff, 315px 278px #fff, 1759px 975px #fff, 1501px 998px #fff, 1274px 191px #fff, 1571px 1536px #fff, 1287px 1384px #fff, 1754px 1363px #fff, 1960px 694px #fff, 1841px 12px #fff, 919px 209px #fff, 1149px 1396px #fff, 1270px 1714px #fff, 1247px 1218px #fff, 848px 1855px #fff, 41px 126px #fff, 894px 1500px #fff, 1596px 550px #fff, 1857px 1683px #fff, 1919px 1399px #fff, 1768px 491px #fff, 1402px 807px #fff, 1885px 1428px #fff, 1694px 937px #fff, 1487px 1139px #fff, 1916px 113px #fff, 159px 1525px #fff, 1497px 1269px #fff, 700px 31px #fff, 393px 1295px #fff, 1473px 78px #fff, 1681px 531px #fff, 1021px 300px #fff, 552px 1099px #fff, 485px 728px #fff, 1793px 223px #fff, 1707px 770px #fff, 1812px 247px #fff, 575px 1924px #fff, 813px 583px #fff, 1471px 1874px #fff, 1922px 663px #fff, 1730px 464px #fff, 470px 1554px #fff, 1589px 1083px #fff, 175px 155px #fff, 379px 871px #fff, 1758px 859px #fff, 343px 944px #fff, 962px 1215px #fff, 635px 1895px #fff, 308px 29px #fff, 203px 1275px #fff, 838px 1494px #fff, 812px 717px #fff, 1312px 1392px #fff, 178px 749px #fff, 476px 144px #fff, 1403px 3px #fff, 559px 377px #fff, 1134px 1039px #fff, 1367px 441px #fff, 1351px 1503px #fff, 34px 130px #fff, 578px 1833px #fff, 825px 1393px #fff, 1046px 1629px #fff, 89px 287px #fff, 61px 1207px #fff, 1322px 1372px #fff, 14px 1673px #fff, 1953px 147px #fff, 305px 1144px #fff, 228px 1187px #fff, 1263px 1894px #fff, 1819px 1854px #fff, 818px 541px #fff, 1655px 7px #fff, 268px 1284px #fff, 1815px 897px #fff, 1661px 176px #fff, 1710px 1229px #fff, 1635px 441px #fff, 1975px 1812px #fff, 1638px 393px #fff, 1434px 1451px #fff, 415px 576
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-2000px);
    }
}


/*===// End: Breadcrumb
=================================*/


/*===// start: Free kundli section
=================================*/

.astro_freekundli_section {
    background-color: #fff;
}

.astro_freekundli_section .free-kundli {
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgb(23 44 82 / 10%);
    overflow: hidden;
    background: #fef6ea;
}

.astro_freekundli_section .free-kundli .form-box {
    padding: 30px 30px;
}

.astro_freekundli_section .free-kundli .form-label {
    font-size: 17px;
}

.form-select:focus {
    border-color: #ec8236;
    outline: 0;
    box-shadow: none;
}

.free-kundli .title h4 {
    background-color: #ec8236;
    padding: 20px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.saved-horoscope .profile-img {
    display: flex;
    justify-content: center;
    margin: 44px 0px;
}

.saved-horoscope p {
    font-weight: 600;
}

.saved-horoscope .profile-img img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    background-color: #ec8236;
}

.astro_freekundli_section .astro-btn {
    display: block;
    margin-top: 20px;
}

.astro_freekundli_section .nav-pills {
    margin: 30px;
    justify-content: center;
}

.astro_freekundli_section .nav-pills button {
    margin-right: 15px;
    border: none;
    background: black;
    color: #ffff;
}

.astro_freekundli_section .nav-pills button img {
    width: 50px;
    height: 50px;
}

.footer-top-inner span {
    color: #fff;
    background: #ec8236;
    padding: 4px 5px;
    border-radius: 2px;
}

.footer-widget ul {
    padding: 0;
}

.main-slider h4 {
    color: #7c140a;
}


/*===// End: free kundli section
=================================*/


/*===// Start: Panchang section
=================================*/

.astro_panchang_section {
    background: #fff;
}

.astro_panchang_section .get-panchang {
    padding: 30px 30px;
    background: #f8e1c9;
    border-radius: 8px;
    margin-top: 30px;
}

.astro_panchang_section .astro-btn {
    float: right;
    padding: 17px 22px;
}


/*===// End: Panchang section
=================================*/


/*===// Start: Panchang section
=================================*/

.astro_newpanchang_section {
    background: #fff;
}

.astro_newpanchang_section .view-astro {
    position: relative;
    transition: all 0.3s ease;
}

.astro_newpanchang_section .view-astro:before {
    content: "";
    background: linear-gradient(bottom, #000000 0%, rgb(236 130 54 / 21%) 50%);
    background: -webkit-linear-gradient(bottom, #000000 0%, rgb(236 130 54 / 21%) 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    border-radius: 5px;
    transition: all 500ms ease;
    z-index: 1;
}

.astro_newpanchang_section .view-astro .image a img {
    box-shadow: 0 0 30px #eee;
    background: #fff;
    border-radius: 0 0 5px 5px;
    position: relative;
    transition: all 500ms ease;
    border-radius: 5px;
}

.astro_newpanchang_section .view-astro .contents {
    position: absolute;
    left: 0px;
    z-index: 3;
    width: 100%;
    transition: all 500ms ease;
    padding: 30px 40px;
    bottom: 0;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.astro_newpanchang_section .view-astro .contents .img-logo img {
    width: 60px;
    margin: 0px 20px 0px 0;
}

.astro_newpanchang_section .view-astro .contents .content-title .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.astro_newpanchang_section .view-astro .contents .content-title .title a {
    color: #ffffff;
    text-decoration: none;
    transition: var(--bs-transition);
}

.astro_newpanchang_section .view-astro:hover .contents .content-title .title a {
    color: #ec8236;
}

.astro_newpanchang_section .table-box {
    background: #f8e1c9;
}

.astro_newpanchang_section .sunset-box {
    background: #ec8236;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.astro_newpanchang_section .sunset-box .sunset-img img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.astro_newpanchang_section .sunset-box .sunset-time {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.astro_newpanchang_section .sunset-box .sunset-time span {
    color: #000;
}

.table thead th:first-child,
.table tbody td:first-child {
    border-left: 1px solid #efefef;
    /* border-radius: 10px 0 0 10px; */
    /* padding: 5px; */
}

.table thead th,
.table tbody td {
    border: 1px solid #efefef;
    /*border-left: 0;
border-right: 0;*/
    box-shadow: 0px 0px 20px rgb(0 0 0 / 3%);
    vertical-align: middle;
}

body .table th {
    font-weight: 600;
    color: #22223e;
}

body .table td,
body .table th {
    border-color: #f4f4f5;
    vertical-align: middle;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

table tr th,
table tr td {
    padding: 10px 0;
}

tfoot th,
thead th {
    font-weight: 600;
    color: #000;
}

.table th,
.table td {
    padding: 1.5rem;
    vertical-align: top;
}

table.table th,
table.table td {
    /* padding-top: 11px;
    padding-bottom: 11px; */
}

.list-title {
    background: #ec8236;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
}


/*===// End: Panchang section
=================================*/


/*===// Start: Horoscope 2023 section
=================================*/

.astro_horoscope2023_section .horoscope2023 .card {
    background: #ffffff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border: 0;
    margin-bottom: 30px;
    transition: var(--bs-transition);
}

.astro_horoscope2023_section .horoscope2023 .card .img-fluid {
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    padding: 15px;
}


/*===// End: Horoscope 2023 section
=================================*/


/*===// Start: Today Horoscope section
=================================*/

.astro_todayhoroscope_section .todayhoroscope .card {
    background: #ffffff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border: 0;
    transition: var(--bs-transition);
}

.astro_todayhoroscope_section .todayhoroscope .card a {
    padding: 15px;
    color: #000;
    text-decoration: none;
    outline: none !important;
}

.astro_todayhoroscope_section .todayhoroscope .card .img-fluid {
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
    -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.astro_todayhoroscope_section .todayhoroscope .card .card-body h5 {
    transition: var(--bs-transition);
}

.astro_todayhoroscope_section .todayhoroscope .card:hover .card-body h5 {
    color: #ec8236;
}

.astro_todayhoroscope_section .todayhoroscope .card:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.astro_todayhoroscope_section .todayhoroscope .card .hor-img {
    overflow: hidden;
    position: relative;
}

.astro_todayhoroscope_section .todayhoroscope .card .hor-img::after {
    position: absolute;
    top: 0;
    left: -80%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.astro_todayhoroscope_section .todayhoroscope .card:hover .hor-img:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/*===// End: Today Horoscope section
=================================*/


/*===// start: blog sidebar
=================================*/

.astro_post_section .sidebar .widget_social .circle {
    margin-right: 0px;
}


/*===// end: blog sidebar
=================================*/


/*===// start: Astro Shop section
=================================*/

.astro_shop_section {
    background: #fff;
}

.astro_shop_section .product-box {
    padding: 12px;
    background-color: #fff;
    position: relative;
    z-index: 0;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 15px rgb(186 145 123 / 20%);
    box-shadow: 0 0 15px rgb(186 145 123 / 20%);
    width: 30%;
    margin: 12px;
}

.astro_shop_section .product-box .product-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: -1px;
    border-radius: 8px;
    margin-bottom: 0;
    opacity: 0;
    transform: scale(0.98);
    transition: all 0.3s ease 0s;
    z-index: -1;
    margin-bottom: -30px;
    visibility: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0 0 17px rgb(186 145 123 / 26%);
    box-shadow: 0 0 17px rgb(186 145 123 / 26%);
}

.astro_shop_section .product-box:hover .product-bg,
.astro_shop_section .product-box:focus-within .product-bg {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s;
    visibility: visible;
}

.astro_shop_section .product-box .product-img {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    z-index: 0;
}

.astro_shop_section .product-box .product-img a img {
    width: 100%;
    height: 250px;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    margin-bottom: 0;
    object-fit: contain;
}

.astro_shop_section .product-box .product-img .sale-label {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-block;
    z-index: 0;
}

.astro_shop_section .product-box .product-img .sale-label span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #d71617;
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
}

.astro_shop_section .product-box .product-content-box {
    text-align: center;
    padding: 8px 0 1px;
    position: relative;
    z-index: 0;
}

.astro_shop_section .product-box .product-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    padding: 0.5em 0;
    margin: 0;
}

.astro_shop_section .product-box .product-content h3 a {
    color: #232323;
    text-decoration: none;
}

.astro_shop_section .product-box .product-content h3 a:hover {
    color: #000;
}

.astro_shop_section .product-box .product-content .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 1rem;
    color: #232323;
}

.astro_shop_section .product-box .product-content .price del {
    color: inherit;
    opacity: 0.5;
    display: inline-block;
}

.astro_shop_section del .Price-amount.amount,
.astro_shop_section del .amount {
    color: #757165;
    text-decoration-line: line-through;
}

.astro_shop_section .product-box .product-content .price ins {
    text-decoration: none;
    background: 0 0;
    font-weight: 700;
    display: inline-block;
}

.astro_shop_section .product-box .product-content .price ins .amount {
    font-size: 1rem;
    color: #232323;
}

.astro_shop_section .product-box .product-action {
    position: absolute;
    padding: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    margin: 1.6rem auto 0;
    height: max-content;
    top: 50%;
    text-align: center;
    /* left: 132px; */
    /* right: 15px; */
    z-index: 1;
}

.astro_shop_section .product-box .product-action .add-to-cart {
    padding: 12px 20px;
    -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.astro_shop_section .product-box:hover,
.product-box:focus-within {
    border-color: transparent;
    padding-bottom: 13%;
}

.astro_shop_section .product-box:hover .product-content-box .product-action,
.astro_shop_section .product-box:focus-within .product-content-box .product-action {
    opacity: 1;
    top: 81%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.astro_shop_section .product-box .product-img .product-btn-group {
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.astro_shop_section .product-box .product-img .product-btn-group a {
    opacity: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0px;
    border-radius: 3px;
    color: #fff;
    background-color: #232323;
    display: block;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
}

.astro_shop_section .product-box:hover .product-img .product-btn-group a {
    opacity: 1;
    -webkit-transform: scale(1);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}


/*===// End: blog sidebar
=================================*/


/*===// start: Talk to Astrologer
=================================*/

.talk_astrologers {
    background: #fff;
}

.talk_astrologers .astro-amount {
    margin-bottom: 20px;
    margin-bottom: 20px;
    background: #f8e1c9;
    padding: 20px 20px;
    border-radius: 8px;
}

.talk_astrologers .astro-amount .available-balance {
    background: #ec8236;
    color: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}


/* .talk_astrologers .astro-amount .available-balance:hover {
background: #fff;
color: #000;
padding: 10px 16px;
border-radius: 5px;
box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
} */

.talk_astrologers .astro-amount ul li {
    margin-left: 20px;
    margin-top: -7px;
}

input#search {
    /* margin-top: 5px; */
}

button#filterdata {
    margin-top: 5px;
    margin-left: 84px;
    padding: 8px 18px;
}

a#reset {
    padding: 8px 18px;
    margin: 5px 123px;
}

.talk_astrologers .astro-amount ul li .form-control {
    min-height: 47px;
}

.astro_team_section .team-item {
    margin-bottom: 0px;
}


/*===// End: Talk to Astrologer
=================================*/


/*===// Start: About Us
=================================*/

.astro_about_section {
    position: relative;
    display: block;
    background: #f8e1c9;
    overflow: hidden;
}

.about-left {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    z-index: 1;
}

.about-left .about-shap {
    position: absolute;
    top: 80px;
    right: 30px;
    z-index: -1;
    animation: about-shap 2s linear infinite;
    -webkit-animation: about-shap 2s linear infinite;
}

@keyframes about-shap {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.about-left-img {
    position: relative;
    display: block;
    width: 373px;
    overflow: hidden;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 30px 2px yellow;
}

.about-left-img::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(25deg);
    z-index: 2;
}

.about-left-img:hover:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.about-left-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-logo {
    position: relative;
    display: block;
}

.about-contact {
    position: relative;
    display: block;
}

.about-contact::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(236 130 54 / 57%);
    border-bottom-right-radius: 11px;
    content: "";
}

.about-contact .contact-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-right {
    position: relative;
    display: block;
    margin-left: 85px;
}

.about-right .section_heading {
    margin-bottom: 50px;
    text-align: left;
}

.about-right .section_heading .sub-title {
    justify-content: left;
    position: relative;
    padding-bottom: 13px;
}

.about-right-contact {
    position: relative;
    display: block;
}

.about-right-tagline {
    color: #ec8236;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 11px;
}

.about-right-text {
    margin: 0;
}

.about-author {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.about-author .img-box {
    position: relative;
    display: block;
}

.about-author .img-box img {
    border-radius: 100px;
}

.about-author .title {
    position: relative;
    display: block;
    padding-left: 30px;
}

.about-author .title h3 {
    color: #2e2e36;
    font-size: 22px;
    line-height: 32px;
}

.about-author .title p {
    margin: 0;
}

.about-author .title h5 {
    position: relative;
    display: inline-block;
    color: #2e2e36;
    font-size: 18px;
    line-height: 32px;
    font-weight: 800;
    padding-left: 45px;
}

.about-author .title h5::before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ec8236;
    content: "";
}

.about-btn {
    position: relative;
    display: block;
    margin-top: 50px;
}


/*===// End: About Us
=================================*/


/*===// Start: Contact
=================================*/

.astro_contact_section {
    background: #fff;
    position: relative;
}

.astro_contact_section .contact-location {
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgb(23 44 82 / 10%);
    overflow: hidden;
    background: #f8e1c9;
    height: 600px;
}

.astro_contact_section .contact-location .title h4 {
    background-color: #ec8236;
    padding: 20px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.astro_contact_section .location-box {
    padding: 30px 30px;
}

.astro_contact_section .design-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 0;
    padding: 1.875rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.astro_contact_section .design-icon {
    width: 4.375rem;
    height: 4.375rem;
    padding: 0.55rem;
    margin-right: 1rem;
    text-align: center;
    font-size: 2.188rem;
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    background-color: var(--bs-white);
    position: relative;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.astro_contact_section .design-icon:after,
.design-icon:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    z-index: 1;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.astro_contact_section .design-icon:before {
    bottom: 0;
    left: 0;
    border-left-width: 2px;
    border-bottom-width: 2px;
}

.astro_contact_section .design-icon:after {
    top: 0;
    right: 0;
    border-right-width: 2px;
    border-top-width: 2px;
}

.astro_contact_section .design-item h4 {
    margin-bottom: 0.25rem;
    font-size: 21px;
}

.astro_contact_section .design-item h4 a {
    color: #ec8236;
    text-decoration: none;
}

.astro_contact_section .design-item p {
    margin-bottom: 0;
}

.astro_contact_section .design-item:hover .design-icon:after,
.astro_contact_section .design-item:hover .design-icon:before,
.astro_contact_section .design-item:focus-within .design-icon:after,
.astro_contact_section .design-item:focus-within .design-icon:before {
    width: 100%;
    height: 100%;
}

.astro_contact_section .design-item:hover .design-icon {
    box-shadow: 0px 0px 20px 0px rgb(236 130 54);
}

.astro_contact_section .send-your-enquiry .astro-btn {
    margin-top: 21px;
}


/*===// End: Contact
=================================*/


/*===// End: Contact
=================================*/

.astro_ourblog_section {
    background-color: #ffffff;
}

.astro_ourblog_section.st-py-default {
    padding: 50px 0;
}

.astro_ourblog_section .section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.astro_ourblog_section .ourblog-item {
    /* position: relative; */
    background: yellow;
    background-repeat: no-repeat;
    /* background-position: top center; */
    /* background-size: cover; */
    /* box-shadow: 0px 0px 10px 0px #ecd03b; */
    margin: 10px 0px;
    overflow: hidden;
    border-radius: 10px;
}

.astro_ourblog_section .ourblog-item .ourblog-title {
    /* position: absolute;
bottom: 0; */
    left: 0;
    width: 100%;
    display: block;
    padding: 40px 20px 20px;
    color: #fff;
    background-color: yellow;
}

.index3 img.img-our_blog {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.astro_ourblog_section .ourblog-item a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
}

.astro_ourblog_section .ourblog-item .product_title a {
    font-size: 15px;
    margin-top: 0;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    line-height: 20px;
    height: 40px;
}

.astro_ourblog_section .ourblog-item .blog-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.astro_ourblog_section .ourblog-item .blog-info span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}


/* .astro_ourblog_section .ourblog-item .ourblog-title:hover {
padding-bottom: 50px;
} */

.astro_ourblog_section .owl-nav button.owl-prev,
.astro_ourblog_section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    /* line-height: 65px; */
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 25px;
    transition: 0.65s;
}

.astro_ourblog_section .owl-nav button.owl-prev:hover,
.astro_ourblog_section .owl-nav button.owl-next:hover,
.astro_ourblog_section .owl-nav button.owl-prev:focus,
.astro_ourblog_section .owl-nav button.owl-next:focus {
    background: yellow !important;
    color: #000 !important;
}

.astro_ourblog_section .owl-nav .owl-prev {
    left: -80px;
}

.astro_ourblog_section .owl-nav .owl-next {
    right: -80px;
}


/*===// End: Our Blog Section Section
=================================*/


/*===// Start: astrologer detaile
=================================*/

.astro_astrologer_detail_section {
    background: #fff;
}

.astro_astrologer_detail_section .team-item {
    margin-top: 20px;
    margin-bottom: 20px;
}

.astro_astrologer_detail_section .design-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 0;
    padding: 1.875rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    border-radius: 8px;
}

.astro_astrologer_detail_section .design-icon {
    width: 4.375rem;
    height: 4.375rem;
    padding: 15px;
    margin-right: 1rem;
    text-align: center;
    font-size: 2.188rem;
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    background-color: var(--bs-white);
    position: relative;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.astro_astrologer_detail_section .design-icon:after,
.astro_astrologer_detail_section .design-icon:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    z-index: 1;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.astro_astrologer_detail_section .design-icon:before {
    bottom: 0;
    left: 0;
    border-left-width: 2px;
    border-bottom-width: 2px;
}

.astro_astrologer_detail_section .design-icon:after {
    top: 0;
    right: 0;
    border-right-width: 2px;
    border-top-width: 2px;
}

.astro_astrologer_detail_section .design-item p {
    margin-bottom: 0;
}

.astro_astrologer_detail_section .design-item:hover .design-icon:after,
.astro_astrologer_detail_section .design-item:hover .design-icon:before,
.astro_astrologer_detail_section .design-item:focus-within .design-icon:after,
.astro_astrologer_detail_section .design-item:focus-within .design-icon:before {
    width: 100%;
    height: 100%;
}

.astro_astrologer_detail_section .design-item:hover .design-icon {
    box-shadow: 0px 0px 20px 0px rgb(236 130 54);
}

.astro_astrologer_detail_section .send-your-enquiry .astro-btn {
    margin-top: 21px;
}

.description {
    margin-top: 20px;
}

.review-bar {
    padding: 1.875rem;
    margin-bottom: 20px;
}

.rating-circle {
    width: 100px;
    height: 100px;
    border-radius: 70px;
    border: 1px none;
    font-size: 35px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.star-review {
    margin-right: 10px;
    width: 50px;
}

.pro-review {
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress {
    width: 100%;
    height: 10px;
}

.review-box {
    padding: 1.875rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 8px;
    height: 500px;
    overflow-y: scroll;
}

.review-box .customer-review {
    display: flex;
    margin-bottom: 20px;
}

.customer-review {}

.customer-review .img {
    margin-right: 15px;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 12px 1px rgb(200 173 122 / 99%);
    border: 2px solid #fff;
}

.customer-review .img img {
    width: 100%;
    border-radius: 50%;
}

.customer-review .rating i {
    color: #ec8236;
}

.customer-review .review-date,
.customer-review .review-text {
    font-size: 15px;
    color: #616161;
    margin-top: 1px;
    overflow-wrap: normal;
}


/*===// End: astrologer detaile
=======

.astro_Steps_section {}

.astro_Steps_section.st-py-default {
padding: 50px 0;
}

.astro_Steps_section .Steps-box {
text-align: center;
position: relative;
}

.astro_Steps_section .Steps-box:before {
content: "";
display: block;
border-top: dotted 5px white;
width: 150%;
position: absolute;
top: 35%;
z-index: 0;
}

.astro_Steps_section .row .col:last-child .Steps-box:before {
display: none;
}

.astro_Steps_section .Steps-box .icon {
height: 150px;
width: 150px;
background: #fff;
border-radius: 100%;
padding: 30px;
position: relative;
box-shadow: 0px 0px 10px yellow;
margin: 20px;
}

.astro_Steps_section .Steps-box .icon img {
width: 100%;
height: 100%;
}

.astro_Steps_section .Steps-box .icon .badge {
position: absolute;
background: #fff;
color: #000;
font-size: 30px;
font-weight: 600;
border-radius: 50px;
width: 45px;
height: 45px;
right: 0;
top: 0;
text-align: center;
display: flex;
box-shadow: 0px 0px 10px 0px #ecd03b;
justify-content: center;
align-items: center;
box-shadow: 0px 0px 31px 0px #ecd03b;
}

.astro_Steps_section .Steps-box .contact a {
text-decoration: none;
color: #fff;
}

.astro_Steps_section .Steps-box .contact a h4 {
font-size: 20px;
font-weight: 600;
margin-top: 10px;
margin-bottom: 0;
color: #000;
}

.astro_Steps_section .Steps-box .contact span {
font-weight: 600;
color: #000;
}

/*===// End: Our Steps Section Section =================================*/


/*===// start: lal kitab =================================*/

.lal-kitab {
    display: flex;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.kitab-title {
    padding: 0;
    padding: 0px 20px;
}

.lal-kitab .lal-kitab-img {
    width: 100%;
    height: auto;
}

.table-box {
    background: #f8e1c9;
}


/*===// End: lal kitab
=================================*/


/*===// start: product detail
=================================*/

.astro_productdetail_section {
    background: #fff;
}

.astro_productdetail_section .product-box {
    padding: 12px;
    background-color: #fff;
    position: relative;
    z-index: 0;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 15px rgb(186 145 123 / 20%);
    box-shadow: 0 0 15px rgb(186 145 123 / 20%);
}

.astro_productdetail_section .product-box .product-img {
    position: relative;
    background-color: #fef6ea;
    overflow: hidden;
    z-index: 0;
}

.astro_productdetail_section .product-box .product-img a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    margin-bottom: 0;
}

.astro_productdetail_section .product-box .product-img .sale-label {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-block;
    z-index: 0;
}

.astro_productdetail_section .product-box .product-img .sale-label span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #d71617;
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
}

.astro_productdetail_section .nav-tabs .nav-item.show .nav-link,
.astro_productdetail_section .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ec8236;
    border-color: none;
}

.astro_productdetail_section .nav-tabs .nav-link {
    background: #f8e1c9;
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin: 0px 5px 0px 0px;
}

.astro_productdetail_section .tab-content {
    margin-top: 20px;
}


/*===// End: product detail
=================================*/

.modal-dialog .modal-body h6 {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.modal-dialog .modal-body {
    padding: 35px;
}

.modal-dialog .modal-body .astro-btn {
    width: 100%;
}

.modal-dialog .modal-header {
    background: #ec8236;
}

.modal-dialog .modal-header button {
    /* background: #fff; */
    border: navajowhite;
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 25px;
    color: #ec8236;
    border-radius: 5px;
}

.modal-dialog .modal-header h5 {
    color: #fff;
}

#loader-icon {
    text-align: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.lds-ellipsis div {
    background: #e96b02;
}


/*my account dropdown css*/

.dropdown121 {
    position: relative;
    display: inline-block;
}

.dropdown-content121 {
    overflow: hidden;
    display: none;
    position: absolute;
    min-width: 180px;
    background: #fff;
    border-bottom: 2px solid #ec8236;
    z-index: 2;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 1s;
    animation-name: slideIn;
    animation-duration: 1s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}

.dropdown-content121 a {
    float: none;
    padding: 2px 4px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: black;
    font-weight: 600;
}

.dropdown-content121 a:hover {
    background-color: #ec8236;
    color: #fff;
    text-decoration: none;
}

.dropdown121:hover .dropdown-content121 {
    display: block;
}

.toast-success {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    background-color: #258927;
    border-color: #258927;
    color: #fff;
    font-weight: 600;
}

a .cusproimg {
    transition: 0.5s;
}

.cusproimg {
    object-fit: cover;
    object-position: top;
    vertical-align: middle;
    border-style: none;
}

.astroimgcustomerprofile {
    width: 100px;
    height: 100px;
}

.userTitles h4 {
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}

.userTitles p {
    font-size: 12px;
    font-weight: 500;
}

.titleEditBtn button.btn786 {
    padding: 0 4px !important;
    line-height: 20px !important;
    height: 20px !important;
    border: none;
}

.userEditBtn button.btn {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100% !important;
    font-size: 25px;
    opacity: 0;
    transition: 0.2s;
}

.userEditBtn p:hover button.btn {
    opacity: 1;
}

.MenuLists li p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background-color: #ec8236;
    color: #fff;
}

.MenuLists li.dividers {
    border: 0;
}

.MenuLists li {
    padding: 4px 0px;
}

.MenuLists li a {
    /* border-bottom: 1px dotted black; */
    padding: 2px 10px 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.4px;
}

.astroprotheme {
    background-color: #ec8236;
}

.astroprotheme:hover {
    background-color: #ec8236;
}

.holidaysList li .a {
    min-width: 140px;
    max-height: 120px;
    overflow: hidden;
}

.holidaysList .giftamt {
    font-size: small;
    border: 2px dotted;
}

.holidaysList {
    gap: 10px;
    flex-wrap: wrap;
}

.lowFund {
    font-size: 10px;
    color: #ec8236;
}

.userTableDetails table thead tr {
    color: #fff;
    background: linear-gradient(to right, #ec8236, #ceab42);
}

.userTableDetails table thead tr th,
.userTableDetails table tbody tr th {
    border-bottom: 1px;
    padding: 6px;
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    color: #fff;
}

.userTableDetails table tbody tr td,
.userTableDetails table thead tr th,
.userTableDetails table tbody tr th {
    word-break: keep-all;
    white-space: nowrap;
}

.horoscope_box_new {
    background-color: #fff;
    box-shadow: 0 0 10px 2px #dbdbdb;
}

.horoscope_box_new {
    transition-timing-function: ease-in-out;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #ec8236 !important;
    border-color: #ec8236 !important;
}

.shopproductcontent {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    text-align: center;
}

.astrolang {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
    text-align: center;
}

.horoscope_box_new {
    background-color: #fff;
    box-shadow: 0 0 10px 2px #dbdbdb;
    transition-timing-function: ease-in-out;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
}

.modal-dialog .modal-body h6 {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.modal-dialog .modal-body {
    padding: 35px;
}

.modal-dialog .modal-body .astro-btn {
    width: 100%;
}


/* .modal-dialog .modal-header {
background: #ec8236;
} */

.modal-dialog .modal-header button {
    /* background: #fff; */
    border: navajowhite;
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 25px;
    color: #ec8236;
    border-radius: 5px;
}

.modal-dialog .modal-header h5 {
    color: #000;
}


/*\\\\\\\\\\\\*********HOME-3 START ********\\\\\\\\\\\\*/


/* .main-header-3 .main-mobile-nav,
.main-header-3 .row-top {
background: linear-gradient(#fff600, #ff0000);
} */

.main-header-3 .row-bottom.is-sticky-on {
    background: #ffffff;
}

.main-header-3 .widget_social .circle {
    background: linear-gradient(#ff0000, #fff600);
    color: #fff;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: 0;
}

.hom3-scroll {
    background: linear-gradient(#ff0000, #fff600);
}

.main-header-3 .close-style {
    background: #000;
}

.main-header-3 .mobile-collapsed>button {
    background: #000;
}

.main-header-3 .menu-collapsed {
    background: linear-gradient(#ff0000, #fff600);
}

.main-header-3 .row-bottom {
    width: 100%;
}

.main-header-3 .widget_social .circle:hover,
.main-header-3 .widget_social .circle:focus-within {
    background: #fff;
    color: linear-gradient(#ff0000, #fff600);
}

.main-header-3 .row-top {
    border-bottom: 1px solid #ff0000;
}

.main-header-3 .widget_social .circle a {
    color: #fff;
}

.main-header-3 .content-list .contact-icon {
    background: linear-gradient(#ff0000, #fff600);
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    font-size: 18px !important;
}

.main-header-3 .content-list .contact-icon i {
    /*    font-size: 20px;*/
}

.main-header-3 .content-list .contact-icon .fa-phone {
    transform: rotate(90deg);
}


/*
.main-header-3 .logo,
.main-header-3 .main-menu-right button[type=button].header-search-toggle,
.main-header-3 .main-menu-right button[type=button].header-login-toggle,
.main-header-3 .main-menu-right button[type=button].header-cart,
.main-header-3 .main-navbar .main-menu>li.menu-item:not(.focus):not(.active):not(:hover)>a:not(:focus):not(:hover) { */


/* -webkit-text-fill-color: transparent; */


/* -webkit-background-clip: text;
    font-size: 18px;
    font-weight: 600;
    color: #000;
} */

.main-header-3 .main-navbar .main-menu>li.menu-item>a {
    font-size: 18px;
    font-weight: 700;
    padding: 3px 7px;
}

.main-header-3 .main-navbar .main-menu>li:hover>a,
.main-header-3 .main-navbar .main-menu>li.focus>a,
.main-header-3 .main-navbar .main-menu .menu-item.active>a {
    background: #000;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    border-radius: 0px;
}

.main-header-3 .content-list .contact-info .title {
    color: #ff0000;
}

.main-header-3 .content-list .contact-area .contact-info .title a {
    color: #ff0000;
}


/*===// Start: home 3 salider
=================================*/

.home-slider3 .main-content h1 {
    background: yellow;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 50px;
    font-weight: 700;
}

.home-slider3 .main-content p {
    background: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.home-slider3 .main-content .astro-btn {
    margin-right: 20px;
    background: yellow;
    border-radius: 0;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.home-slider3 .owl-carousel.owl-drag .owl-item {
    height: 300px;
}

.home-slider3 .owl-carousel .owl-nav button.owl-prev,
.home-slider3 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0px;
    bottom: 0;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    /* margin: auto 0; */
    border-radius: 50px;
    line-height: 53px;
    display: inline-block;
    transition: 0.65s;
    opacity: 1;
    font-size: 20px;
    border: 0;
    visibility: visible;
    background: yellow;
    color: #000;
}

.home-slider3 .owl-carousel .owl-nav button.owl-prev {
    margin-left: 10px !important;
}

.home-slider3 .owl-carousel .owl-nav button.owl-next {
    margin-right: -10px !important;
}

.home-slider3 .owl-carousel .owl-nav button.owl-prev:hover,
.home-slider3 .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #fff;
    color: #000;
    border: none;
}

.home-slider3 .owl-carousel .owl-nav button.owl-next {
    right: 20px;
}

.home-slider3:hover .owl-nav button.owl-prev {
    left: auto;
    left: 40px;
    opacity: 1;
}

.home-slider3:hover .owl-nav button.owl-next {
    right: auto;
    right: 40px;
    opacity: 1;
}


/*===// End: home 3 salider
=================================*/


/*===// Start: mall Section
=================================*/

.astro_mall_section {
    background: #fff;
}

.astro_mall_section .section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 600;
    background: #000;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.astro_mall_section a {
    text-decoration: none;
}

.astro_mall_section.st-py-default {
    padding: 50px 0;
}

.astro_mall_section .mall-item {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50px;
}

.astro_mall_section .mall-item img {
    border-radius: 50px;
    width: 100%;
    height: 252px;
    object-fit: cover;
}

.right-sidebar-section {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    padding: 18px;
    overflow-y: scroll;
    height: 1168px;
}

.right-sidebar-section .astro-banner .banner-title h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    background: #000;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-top: 25px;
}

.right-sidebar-section .astro-banner .banner-img img {
    width: 100%;
    height: auto;
}

.right-sidebar-section .astro-banner .sidebar-service-item li {
    margin-bottom: 10px;
}

.right-sidebar-section .astro-banner .sidebar-service-item .services {
    display: flex;
    align-items: center;
    padding: 7px 7px;
    /* background: linear-gradient(#fff600, #ff0000); */
    border-radius: 18px;
}

.right-sidebar-section .astro-banner .sidebar-service-item .services .image {
    padding: 8px 30px;
    background: linear-gradient(#ff0000, #fff600);
    border-radius: 20px;
}

.right-sidebar-section .astro-banner .sidebar-service-item .services .title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-left: 20px;
}


/*===// End: mall Section
=================================*/


/*===// Start: meetastrologer section
=================================*/


/* .index3 .astro_meetastrologer_section {
background: yellow;
} */

.astro_meetastrologer_section.st-py-default {
    padding: 14px 0;
}

.astro_meetastrologer_section .section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.astro_meetastrologer_section .meet-item {
    margin: 5px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 30px;
    background: #FFF;
    height: 363px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.astro_meetastrologer_section .meet-item img {
    width: 100%;
    height: 100%;
}

.astro_meetastrologer_section .meet-item .meet-content {
    content: "";
    width: 100%;
    height: 100%;
    /* top: 0;
left: 0; */
    /* background: linear-gradient(#ff0000, #fff600); */
    padding: 70px 15px;
    text-align: center;
    opacity: 1;
    transform: translateY(-30px);
    transition: all .55s cubic-bezier(.645, .045, .355, 1);
}

.astro_meetastrologer_section .meet-item:hover .meet-content {
    /* opacity: 1;
transform: translateY(0); */
}

.astro_meetastrologer_section .meet-item .meet-content .name {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.astro_meetastrologer_section .meet-item .meet-content p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    line-height: 30px;
    margin-top: 20px;
}

.astro_meetastrologer_section .meet-item .meet-content .btn {
    background: yellow;
    color: #000;
    padding: 10px 35px;
    border-radius: 5px;
}

.astro_meetastrologer_section .owl-nav button.owl-prev,
.astro_meetastrologer_section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 65px;
    height: 65px;
    border-radius: 50px;
    line-height: 65px;
    text-align: center;
    background: yellow;
    color: #000;
    font-size: 25px;
    transition: 0.65s;
}

.astro_meetastrologer_section .owl-nav button.owl-prev:hover,
.astro_meetastrologer_section .owl-nav button.owl-next:hover,
.astro_meetastrologer_section .owl-nav button.owl-prev:focus,
.astro_meetastrologer_section .owl-nav button.owl-next:focus {
    background: #fff;
    color: #000 !important;
}

.astro_meetastrologer_section .owl-nav .owl-prev {
    left: -80px;
}

.astro_meetastrologer_section .owl-nav .owl-next {
    right: -80px;
}


/*===// End: meetastrologer section
=================================*/


/*===// Start: form Section
=================================*/

.astro_form_section.st-py-default {
    padding: 50px 0;
}

.astro_form_section .form-box {
    width: 100%;
    min-height: 100%;
    background: yellow;
    border-radius: 30px
}

.astro_form_section .form-box .title-box {
    background: yellow;
    text-align: center;
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: 0px 0px 13px;
}

.astro_form_section .form-box .title-box h4 {
    margin: 0;
    font-weight: 600;
    font-size: 17px;
}

.astro_form_section .form-box .astro_kundli .title {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}

.astro_form_section .form-box .astro_kundli {
    padding: 8px 20px;
    min-height: 4px;
}

.astro_form_section .form-box .astro_kundli .kundli-details h4 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
}

.astro_form_section .form-box .astro_kundli .kundli-details h4 span {
    margin-bottom: 5px;
    color: #fff;
    font-size: 20px;
}


/*===// End: form Section
=================================*/


/*===// Start: rashiphal Section
=================================*/

.astro_rashiphal_section {
    background: yellow;
}

.astro_rashiphal_section.st-py-default {
    padding: 30px 0;
}

.astro_rashiphal_section .section-title {
    margin-bottom: 30px;
    font-size: 35px;
    color: #000;
    padding-left: 35px;
}

.astro_rashiphal_section .tab-bg {
    background: #fff;
}

.astro_rashiphal_section .Rashiphal-tab .tab-list ul li {
    width: 25%;
}

.astro_rashiphal_section .Rashiphal-tab .tab-list ul li button {
    width: 100%;
    border: none;
    background-color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    outline: none !important;
    color: #000;
}

.astro_rashiphal_section .Rashiphal-tab .tab-list .nav-pills .nav-link.active,
.astro_rashiphal_section .Rashiphal-tab .tab-list .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fff;
    color: #000;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.astro_rashiphal_section .Rashiphal-tab .tab-content .horoscope-tab .nav-pills {
    justify-content: space-between;
}

.astro_rashiphal_section .Rashiphal-tab .tab-content .horoscope-tab .nav-pills .nav-link {
    border-radius: 0;
    border: none;
    background: transparent;
    padding: 0;
    margin: 3px;
    outline: none !important;
}

.astro_rashiphal_section .Rashiphal-tab .tab-content .horoscope-tab .nav-pills .nav-link.active,
.astro_rashiphal_section .Rashiphal-tab .tab-content .horoscope-tab .nav-pills .show>.nav-link {
    color: #000 !important;
    background: transparent !important;
}


/*.astro_rashiphal_section  .Rashiphal-tab .tab-content .horoscope-tab .nav-pills .nav-item {
width: 100%;
}*/

.astro_rashiphal_section .Rashiphal-tab .tab-content .horoscope-tab .nav-pills .nav-link .rashi-box {
    text-align: center;
}

.astro_rashiphal_section .Rashiphal-tab .tab-content .horoscope-tab .nav-pills .nav-link .rashi-box .image {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.astro_rashiphal_section .Rashiphal-tab .tab-content .horoscope-tab .nav-pills .nav-link .rashi-box img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.astro_rashiphal_section .Rashiphal-tab .tab-content .horoscope-tab .nav-pills .nav-link .rashi-box p {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    color: #000;
}

.rashi-horoscope-box .horoscope {
    margin-top: 30px;
}

.rashi-horoscope-box .horoscope .title {
    font-size: 20px;
    font-weight: 600;
}

.rashi-horoscope-box .horoscope p {
    font-size: 15px;
    line-height: 27px;
}

.rashi-horoscope-box .horoscope a {
    margin-right: 20px;
    background: #fff;
    border-radius: 0;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}


/*===// End: rashiphal Section
=================================*/


/*===// Start: Paid Service Section
=================================*/

.astro_service_section {
    background: #fff;
}

.astro_service_section.st-py-default {
    padding: 50px 0;
}

.astro_service_section .section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 600;
    color: #000;
}

.astro_service_section .service-item {
    background: linear-gradient(#ff0000, #fff600);
}

.astro_service_section .service-item a {
    text-decoration: none;
}

.astro_service_section .service-item a h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 22px 20px;
    margin-bottom: 0;
}


/*===// End: Paid Service Section
=================================*/


/*===// Start: Selling Product section
=================================*/


/* .astro_sellingproduct_section {
background: linear-gradient(#ff0000, #fff600);
} */

.astro_sellingproduct_section.st-py-default {
    padding: 50px 0;
}

.astro_sellingproduct_section .section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.astro_sellingproduct_section .product-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    height: 520px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 5px;
}

.astro_sellingproduct_section .product-item img {
    width: 100%;
    height: 100%;
}

.astro_sellingproduct_section .product-item .product-content {
    content: "";
    /* position: absolute; */
    width: 100%;
    height: 100%;
    /* top: 0;
left: 0; */
    /* background: aliceblue; */
    padding: 70px 15px;
    text-align: center;
    opacity: 1;
    /* transform: translateY(-30px); */
    transition: all .55s cubic-bezier(.645, .045, .355, 1);
}

.astro_sellingproduct_section .product-item:hover .product-content {
    opacity: 1;
    transform: translateY(0);
}

.astro_sellingproduct_section .product-item .product-content .name {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-top: -40px;
}

.astro_sellingproduct_section .product-item .product-content .btn {
    background: yellow;
    color: #000;
    margin-top: -7px;
}

.astro_sellingproduct_section .owl-nav button.owl-prev,
.astro_sellingproduct_section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 54px;
    text-align: center;
    background: linear-gradient(#ff0000, #fff600);
    color: #fff600;
    font-size: 25px;
    transition: 0.65s;
}

.astro_sellingproduct_section .owl-nav button.owl-prev:hover,
.astro_sellingproduct_section .owl-nav button.owl-next:hover,
.astro_sellingproduct_section .owl-nav button.owl-prev:focus,
.astro_sellingproduct_section .owl-nav button.owl-next:focus {
    background: yellow;
    color: #000 !important;
}

.astro_sellingproduct_section .owl-nav .owl-prev {
    left: -80px;
}

.astro_sellingproduct_section .owl-nav .owl-next {
    right: -80px;
}


/*===// End: Selling Product section
=================================*/


/*===// Start: Our Blog Section Section
=================================*/

.astro_ourblog_section {
    background-color: #ffffff;
}

.astro_ourblog_section.st-py-default {
    padding: 50px 0;
}

.astro_ourblog_section .section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.astro_ourblog_section .ourblog-item {
    /* position: relative; */
    background: yellow;
    background-repeat: no-repeat;
    /* background-position: top center; */
    /* background-size: cover; */
    /* box-shadow: 0px 0px 10px 0px #ecd03b; */
    margin: 10px 0px;
    overflow: hidden;
    border-radius: 10px;
}

.astro_ourblog_section .ourblog-item .ourblog-title {
    /* position: absolute;
bottom: 0; */
    left: 0;
    width: 100%;
    display: block;
    padding: 40px 20px 20px;
    color: #fff;
    background-color: yellow;
}

.index3 img.img-our_blog {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.astro_ourblog_section .ourblog-item a {
    font-size: 15px;
    margin-top: 0;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    line-height: 20px;
}

.astro_ourblog_section .ourblog-item .blog-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.astro_ourblog_section .ourblog-item .blog-info span {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}


/* .astro_ourblog_section .ourblog-item .ourblog-title:hover {
padding-bottom: 50px;
} */

.astro_ourblog_section .owl-nav button.owl-prev,
.astro_ourblog_section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    /* line-height: 65px; */
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 25px;
    transition: 0.65s;
}

.astro_ourblog_section .owl-nav button.owl-prev:hover,
.astro_ourblog_section .owl-nav button.owl-next:hover,
.astro_ourblog_section .owl-nav button.owl-prev:focus,
.astro_ourblog_section .owl-nav button.owl-next:focus {
    background: yellow !important;
    color: #000 !important;
}

.astro_ourblog_section .owl-nav .owl-prev {
    left: -80px;
}

.astro_ourblog_section .owl-nav .owl-next {
    right: -80px;
}


/*===// End: Our Blog Section Section
=================================*/


/*===// Start: Our Steps Section Section
=================================*/

.astro_Steps_section {}

.astro_Steps_section.st-py-default {
    padding: 50px 0;
}

.astro_Steps_section .Steps-box {
    text-align: center;
    position: relative;
}

.astro_Steps_section .Steps-box:before {
    content: "";
    display: block;
    border-top: dotted 5px white;
    width: 150%;
    position: absolute;
    top: 35%;
    z-index: 0;
}

.astro_Steps_section .row .col:last-child .Steps-box:before {
    display: none;
}

.astro_Steps_section .Steps-box .icon {
    height: 150px;
    width: 150px;
    background: #fff;
    border-radius: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 0px 0px 10px yellow;
    margin: 15px auto 10px;
}

.astro_Steps_section .Steps-box .icon img {
    width: 100%;
    height: 100%;
}

.astro_Steps_section .Steps-box .icon .badge {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
    text-align: center;
    display: flex;
    box-shadow: 0px 0px 10px 0px #ecd03b;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 31px 0px #ecd03b;
}

.astro_Steps_section .Steps-box .contact a {
    text-decoration: none;
    color: #fff;
}

.astro_Steps_section .Steps-box .contact a h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    color: #000;
}

.astro_Steps_section .Steps-box .contact span {
    font-weight: 600;
    color: #000;
}


/*===// End: Our Steps Section Section
=================================*/


/*===// End: Our Network Section Section
=================================*/

.astro_network_section {
    background: #fff;
}

.astro_network_section.st-py-default {
    padding: 50px 0;
}

.astro_network_section .title h4 {
    background: #000;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 600;
    font-size: 25px;
}

.astro_network_section .main-menu-right>ul>li {
    min-height: auto;
}

.astro_network_section .widget_social .circle {
    background: #000;
    color: #fff;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: 0;
}

.astro_network_section .widget_social .circle a {
    color: #fff;
}


/*===// End: Our Network Section Section
=================================*/


/*===// Start: footer-3
=================================*/

.footer-3 {
    position: relative;
    color: #000;
    background: yellow;
}

.footer-3 .footer-copyright {
    border-top: 0px solid rgba(255, 255, 255, 0.2);
    background: #fff;
}

.footer-3 .footer-copyright .copyright-text a {
    color: #000;
}

.footer-3 .our-newsletter {
    display: flex;
    align-items: center;
}

.footer-3 .our-newsletter .icon i {
    font-size: 65px;
    margin-right: 30px;
    color: #000;
}

.footer-3 .our-newsletter .content h4 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.footer-3 .our-newsletter .content p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.footer-3 .our-newsletter .content p a {
    color: #000;
    font-size: 17px;
}

.footer-3 .footer-copyright .copyright-text {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.footer-3 .astro-widget-about .about-text {
    font-weight: 600;
}

.footer-3 .footer_widget.widget_nav_menu a {
    padding: 0 0 0 0px;
    font-weight: 600;
    color: #000;
}

.footer-3 .footer_widget.widget_nav_menu a:before {
    display: none;
}

.footer-3 .contact-wrap .footer_contact-info li i {
    background: #000;
    color: #fff !important;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.footer-3 .contact-wrap .footer_contact-info li a {
    color: #000 !important;
    font-weight: 600;
}

.footer-3 .footer_widget .widget_title:before {
    background-color: #000;
}

.footer-3 .footer_widget .widget_title:after {
    border: 2px solid #000;
}


/*===// End: footer-3
=================================*/

@media (max-width: 1290px) {

    .astro_ourblog_section .owl-nav .owl-next,
    .astro_sellingproduct_section .owl-nav .owl-next,
    .astro_meetastrologer_section .owl-nav .owl-next {
        right: -20px;
    }

    .astro_ourblog_section .owl-nav .owl-prev,
    .astro_sellingproduct_section .owl-nav .owl-prev,
    .astro_meetastrologer_section .owl-nav .owl-prev {
        left: -20px;
    }
}

@media (max-width: 1200px) {
    .astro_network_section .title h4 {
        text-align: center;
    }

    .main-menu-right.main-right .menu-right-list {
        justify-content: center;
        margin-top: 15px;
    }

    .main-header-3 .main-menu-right.main-right .menu-right-list {
        justify-content: center;
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .astro_Steps_section .row .col:nth-child(3) .Steps-box:before {
        display: none;
    }

    .footer-3 .our-newsletter .icon i {
        font-size: 40px;
        margin-right: 25px;
    }

    .footer-3 .our-newsletter .content h4 {
        margin-bottom: 0;
        font-size: 25px;
        font-weight: 600;
    }

    .footer-3 .our-newsletter .content p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    .astro_Steps_section .Steps-box:before {
        display: none;
    }

    .astro_Steps_section .Steps-box .icon {
        padding: 70px;
    }

    .astro_network_section .title h4 {
        text-align: center;
    }
}

@media (max-width: 425px) {

    .astro_ourblog_section .owl-nav .owl-next,
    .astro_sellingproduct_section .owl-nav .owl-next,
    .astro_meetastrologer_section .owl-nav .owl-next {
        right: -5px;
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    .astro_ourblog_section .owl-nav .owl-prev,
    .astro_sellingproduct_section .owl-nav .owl-prev,
    .astro_meetastrologer_section .owl-nav .owl-prev {
        left: -5px;
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    .astro_rashiphal_section .Rashiphal-tab .tab-list ul li button {
        font-size: 12px !important;
        padding: 10px 8px !important;
    }

    .home-slider3 .owl-carousel .owl-nav button.owl-prev,
    .home-slider3 .owl-carousel .owl-nav button.owl-next {
        display: none;
    }

    .astro_rashiphal_section .Rashiphal-tab .tab-content .horoscope-tab .nav-pills .nav-link .rashi-box p {
        font-size: 10px !important;
    }
}

#loader-icon {
    text-align: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.lds-ellipsis div {
    background: yellow;
}


/*my account dropdown css*/

.dropdown121 {
    position: relative;
    display: inline-block;
}

.dropdown-content121 {
    overflow: hidden;
    display: none;
    position: absolute;
    min-width: 180px;
    background: #fff;
    border-bottom: 2px solid #ec8236;
    z-index: 2;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 1s;
    animation-name: slideIn;
    animation-duration: 1s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}

.dropdown-content121 a {
    float: none;
    padding: 2px 4px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: black;
    font-weight: 600;
}

.dropdown-content121 a:hover {
    background-color: #ec8236;
    color: #fff;
    text-decoration: none;
}

.dropdown121:hover .dropdown-content121 {
    display: block;
}

.toast-success {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    background-color: #258927;
    border-color: #258927;
    color: #fff;
    font-weight: 600;
}

a .cusproimg {
    transition: 0.5s;
}

.cusproimg {
    object-fit: cover;
    object-position: top;
    vertical-align: middle;
    border-style: none;
}

.astroimgcustomerprofile {
    width: 100px;
    height: 100px;
}

.userTitles h4 {
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}

.userTitles p {
    font-size: 12px;
    font-weight: 500;
}

.titleEditBtn button.btn786 {
    padding: 0 4px !important;
    line-height: 20px !important;
    height: 20px !important;
    border: none;
}

.userEditBtn button.btn {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100% !important;
    font-size: 25px;
    opacity: 0;
    transition: 0.2s;
}

.userEditBtn p:hover button.btn {
    opacity: 1;
}

.MenuLists li p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background-color: #ec8236;
    color: #fff;
}

.MenuLists li.dividers {
    border: 0;
}

.MenuLists li {
    padding: 4px 0px;
}

.MenuLists li a {
    /* border-bottom: 1px dotted black; */
    padding: 2px 10px 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.4px;
}

.astroprotheme {
    background-color: #ec8236;
}

.astroprotheme:hover {
    background-color: #ec8236;
}

.toast-success {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    background-color: #258927;
    border-color: #258927;
    color: #fff;
    font-weight: 600;
}

.formsection {
    width: 75vw;
}

@media (max-width: 995px) {
    .formsection {
        width: 95vw;
    }
}

@media (max-width: 375px) {

    .formsection .col-6,
    .formsection .col-4,
    .formsection .col-2 {
        width: 95vw;
    }
}

@media (max-width: 375px) {

    .formsection .col-6,
    .formsection .col-4,
    .formsection .col-2 {
        width: 95vw;
    }
}

.wizard-card .picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.wizard-card .picture-src {
    width: 150px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.holidaysList li .a {
    min-width: 140px;
    max-height: 120px;
    overflow: hidden;
}

.holidaysList .giftamt {
    font-size: small;
    border: 2px dotted;
}

.holidaysList {
    gap: 10px;
    flex-wrap: wrap;
}

.lowFund {
    font-size: 10px;
    color: #ec8236;
}

.userTableDetails table thead tr {
    color: #fff;
    background: linear-gradient(to right, #ec8236, #ceab42);
}

.userTableDetails table thead tr th,
.userTableDetails table tbody tr th {
    border-bottom: 1px;
    padding: 6px;
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    color: #fff;
}

.userTableDetails table tbody tr td,
.userTableDetails table thead tr th,
.userTableDetails table tbody tr th {
    word-break: keep-all;
    white-space: nowrap;
}

.horoscope_box_new {
    background-color: #fff;
    box-shadow: 0 0 10px 2px #dbdbdb;
}

.horoscope_box_new {
    transition-timing-function: ease-in-out;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #ec8236 !important;
    border-color: #ec8236 !important;
}

.shopproductcontent {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    text-align: center;
}

.astrolang {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
    text-align: center;
}

@media (max-width: 995px) {
    .formsection {
        width: 95vw;
    }
}

@media (max-width: 375px) {

    .formsection .col-6,
    .formsection .col-4,
    .formsection .col-2 {
        width: 95vw;
    }

    .index3 div#bodyContent {
        height: 98.2vh !important;
    }
}

@media (max-width: 1002px) {
    .astro_footer_wrapper .contact-wrapper {
        display: block;
    }
}

.star {
    font-size: x-large;
    width: 20px;
    display: inline-block;
    color: gray;
}

.star:last-child {
    margin-right: 0;
}

.star:before {
    content: '\2605';
}

.star.on {
    color: #f00;
}

.index3 .star.on {
    color: red;
}

.star.half:after {
    content: '\2605';
    color: red;
    position: absolute;
    margin-left: -20px;
    width: 10px;
    overflow: hidden;
}

.description_blog {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 110px;
    text-align: left;
}

.astrologer_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: black;
}

.product_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    color: black;
    font-size: 23px;
}

.product_description {
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 3;
    height: 80px;
    color: black;
    font-size: 15px;
}

.blog_imgs {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    object-fit: contain;
}

.main-header-3 .main-mobile-nav,
.main-header-3 .is-sticky-menu {
    /* background: linear-gradient(#EC8236, #ffffff); */
    background: #ffffff;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}

#toast-container .toast {
    background-color: #007bff;
}

#toast-container .toast-success {
    background-color: #28a745;
}

#toast-container .toast-error {
    background-color: #dc3545;
}

#toast-container .toast-info {
    background-color: #17a2b8;
}

#toast-container .toast-warning {
    background-color: #ffc107;
}


/*chat box*/

.msg_head {
    position: relative;
    display: block;
}

.img_cont {
    position: relative;
    height: 70px;
    width: 70px;
}

.img_cont_msg {
    height: 40px;
    width: 40px;
}


/* .msg_cotainerchat {
=======

@media (max-width: 1290px) {
.astro_ourblog_section .owl-nav .owl-next,
.astro_sellingproduct_section .owl-nav .owl-next,
.astro_meetastrologer_section .owl-nav .owl-next {
right: -20px;
}
.astro_ourblog_section .owl-nav .owl-prev,
.astro_sellingproduct_section .owl-nav .owl-prev,
.astro_meetastrologer_section .owl-nav .owl-prev {
left: -20px;
}
}

@media (max-width: 1200px) {
.astro_network_section .title h4 {
text-align: center;
}
.main-menu-right.main-right .menu-right-list {
justify-content: center;
margin-top: 15px;
}
.main-header-3 .main-menu-right.main-right .menu-right-list {
justify-content: center;
margin-top: 0px;
}
}

@media (max-width: 991px) {
.astro_Steps_section .row .col:nth-child(3) .Steps-box:before {
display: none;
}
.footer-3 .our-newsletter .icon i {
font-size: 40px;
margin-right: 25px;
}
.footer-3 .our-newsletter .content h4 {
margin-bottom: 0;
font-size: 25px;
font-weight: 600;
}
.footer-3 .our-newsletter .content p {
margin-bottom: 0;
font-size: 16px;
font-weight: 600;
}
}

@media (max-width: 767px) {
.astro_Steps_section .Steps-box:before {
display: none;
}
.astro_Steps_section .Steps-box .icon {
padding: 70px;
}
.astro_network_section .title h4 {
text-align: center;
}
}

@media (max-width: 425px) {
.astro_ourblog_section .owl-nav .owl-next,
.astro_sellingproduct_section .owl-nav .owl-next,
.astro_meetastrologer_section .owl-nav .owl-next {
right: -5px;
width: 40px !important;
height: 40px !important;
line-height: 40px !important;
}
.astro_ourblog_section .owl-nav .owl-prev,
.astro_sellingproduct_section .owl-nav .owl-prev,
.astro_meetastrologer_section .owl-nav .owl-prev {
left: -5px;
width: 40px !important;
height: 40px !important;
line-height: 40px !important;
}
.astro_rashiphal_section .Rashiphal-tab .tab-list ul li button {
font-size: 13px!important;
padding: 8px 6px;
}

.astro_rashiphal_section .Rashiphal-tab .tab-content .horoscope-tab .nav-pills .nav-link .rashi-box p {
font-size: 12px!important;
}

.home-slider3 .owl-carousel .owl-nav button.owl-prev,
.home-slider3 .owl-carousel .owl-nav button.owl-next {
display: none;
}
}

#loader-icon {
text-align: center;
}

.lds-ellipsis {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}

.lds-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
left: 8px;
animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
left: 8px;
animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
left: 32px;
animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
left: 56px;
animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}

@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}

@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}

.lds-ellipsis div {
background: yellow;
}
/*my account dropdown css*/

.dropdown121 {
    position: relative;
    display: inline-block;
}

.dropdown-content121 {
    overflow: hidden;
    display: none;
    position: absolute;
    min-width: 180px;
    background: #fff;
    border-bottom: 2px solid #000;
    z-index: 2;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 1s;
    animation-name: slideIn;
    animation-duration: 1s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
    margin-left: 137px;
}

.dropdown-content121 a {
    float: none;
    padding: 2px 4px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: black;
    font-weight: 600;
}

.dropdown-content121 a:hover {
    background-color: #ec8236;
    color: #fff;
    text-decoration: none;
}

.dropdown121:hover .dropdown-content121 {
    display: block;
}

.toast-success {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    background-color: #258927;
    border-color: #258927;
    color: #fff;
    font-weight: 600;
}

a .cusproimg {
    transition: 0.5s;
}

.cusproimg {
    object-fit: cover;
    object-position: top;
    vertical-align: middle;
    border-style: none;
}

.astroimgcustomerprofile {
    width: 100px;
    height: 100px;
}

.userTitles h4 {
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
    color: #000;
}

.userTitles p {
    font-size: 12px;
    font-weight: 500;
}

.titleEditBtn button.btn786 {
    padding: 0 4px !important;
    line-height: 20px !important;
    height: 20px !important;
    border: none;
}

.userEditBtn button.btn {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100% !important;
    font-size: 25px;
    opacity: 0;
    transition: 0.2s;
}

.userEditBtn p:hover button.btn {
    opacity: 1;
}

.MenuLists li p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background-color: #ec8236;
    color: #fff;
}

.MenuLists li.dividers {
    border: 0;
}

.MenuLists li {
    padding: 4px 0px;
}

.MenuLists li a {
    /* border-bottom: 1px dotted black; */
    padding: 2px 10px 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.4px;
}

.astroprotheme {
    background-color: #ec8236;
}

.astroprotheme:hover {
    background-color: #ec8236;
}

.toast-success {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    background-color: #258927;
    border-color: #258927;
    color: #fff;
    font-weight: 600;
}

.formsection {
    width: 75vw;
}

@media (max-width: 995px) {
    .formsection {
        width: 95vw;
    }
}

@media (max-width: 375px) {

    .formsection .col-6,
    .formsection .col-4,
    .formsection .col-2 {
        width: 95vw;
    }
}

@media (max-width: 375px) {

    .formsection .col-6,
    .formsection .col-4,
    .formsection .col-2 {
        width: 95vw;
    }
}

.wizard-card .picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.wizard-card .picture-src {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.holidaysList li .a {
    min-width: 140px;
    max-height: 120px;
    overflow: hidden;
}

.holidaysList .giftamt {
    font-size: small;
    border: 2px dotted;
}

.holidaysList {
    gap: 10px;
    flex-wrap: wrap;
}

.lowFund {
    font-size: 10px;
    color: #ec8236;
}

.userTableDetails table thead tr {
    color: #fff;
    background: #000;
}

.userTableDetails table thead tr th,
.userTableDetails table tbody tr th {
    border-bottom: 1px;
    padding: 6px;
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    color: #fff;
}

.userTableDetails table tbody tr td,
.userTableDetails table thead tr th,
.userTableDetails table tbody tr th {
    word-break: keep-all;
    white-space: nowrap;
}

.horoscope_box_new {
    background-color: #fff;
    box-shadow: 0 0 10px 2px #dbdbdb;
}

.horoscope_box_new {
    transition-timing-function: ease-in-out;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #ec8236 !important;
    border-color: #ec8236 !important;
}

.shopproductcontent {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    text-align: center;
}

.astrolang {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
    text-align: center;
}

@media (max-width: 995px) {
    .formsection {
        width: 95vw;
    }
}

@media (max-width: 375px) {

    .formsection .col-6,
    .formsection .col-4,
    .formsection .col-2 {
        width: 95vw;
    }

    .index3 div#bodyContent {
        height: 98.2vh !important;
    }
}

@media (max-width: 1002px) {
    .astro_footer_wrapper .contact-wrapper {
        display: block;
    }
}

.star {
    font-size: x-large;
    width: 20px;
    display: inline-block;
    color: gray;
}

.star:last-child {
    margin-right: 0;
}

.star:before {
    content: '\2605';
}

.star.on {
    color: #000;
}

.star.half:after {
    content: '\2605';
    color: red;
    position: absolute;
    margin-left: -20px;
    width: 10px;
    overflow: hidden;
}

.description_blog {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 110px;
    text-align: left;
}

.astrologer_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: black;
}

.product_title {
    /* overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 40px; */
    color: black;
    font-size: 23px;
}

.blog_img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.blog_imgs {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.main-header-3 .main-mobile-nav,
.main-header-3 .is-sticky-menu {
    /* background: linear-gradient(#EC8236, #ffffff); */
    background: #ffffff;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}

#toast-container .toast {
    background-color: #007bff;
}

#toast-container .toast-success {
    background-color: #28a745;
}

#toast-container .toast-error {
    background-color: #dc3545;
}

#toast-container .toast-info {
    background-color: #17a2b8;
}

#toast-container .toast-warning {
    background-color: #ffc107;
}


/*chat box*/

.msg_head {
    position: relative;
    display: block;
}

.img_cont {
    position: relative;
    height: 70px;
    width: 70px;
}

.img_cont_msg {
    height: 40px;
    width: 40px;
}

.msg_cotainerchat {
    font-size: 14px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    max-width: 75%;
    background: aliceblue;
}

.chatinput {
    box-shadow: 0 0 4px 2px #ccc;
    background-color: #fff;
}

#action_menu_btn {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    font-size: 18px;
}

.msg_card_body {
    height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url(../img/chatimg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.dropdown121top {
    position: relative;
    display: inline-block;
}

.dropdown-content121top {
    overflow: hidden;
    display: none;
    position: absolute;
    bottom: 0;
    min-width: 75px;
    z-index: 1;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 1s;
    animation-name: slideIn;
    animation-duration: 1s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}

.dropdown-content121top a {
    float: none;
    padding: 2px 4px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown121top:hover .dropdown-content121top {
    display: block;
}

.icon_containerchat {
    position: relative;
    width: 2.7rem;
    height: 2.7rem;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.icon_containerchat:hover {
    transform: scale(1.1);
}

.btnclassforall {
    border: none;
}

.msg_head {
    background: yellow;
}

.free_kundali_box {
    min-height: 315px;
}

.index3 .card.mb-4.mx-4 {
    margin-top: 4px;
}

.index3 img.img-fluid {
    width: 145px;
}

.index3 .title.mt-2 {
    font-size: 13px;
}

.index3 h5.widget {
    margin-left: 17px;
    margin-top: 30px;
}

.index3 .text-white {
    color: #000 !important;
    font-size: 14px;
}

.index3 .msg_head {
    background: yellow;
}

.index3 .astrotalkcss {
    background: yellow;
    border-radius: 0;
    color: #000;
    border: none;
    width: 143px;
}

.index3 .astrotalkcss:hover {
    color: #000;
}

.index3 .btn-primary {
    color: #000;
    background: yellow;
    border: none;
    margin-top: 12px;
}

.index3 .btn-primary:hover {
    color: #fff;
    background: #000;
}

.index3 .astro_team_section .contact-btn .btn.btn-play span.btn {
    color: #000;
    background: yellow;
}

.index3 .astro_team_section .contact-btn .btn.btn-play span.btn:hover {
    color: #000;
}

.index3 .astro_breadcrumb_section .breadcrumb-content .breadcrumb-list li a {
    text-decoration: none;
    color: linear-gradient(#ff0000, #fff600);
}

.index3 .astro_breadcrumb_section .breadcrumb-content .breadcrumb-list li a:hover {
    color: #fff;
}

.index3 .astro-btn {
    color: #000;
    background: yellow;
    margin-top: 45px;
    font-weight: 900;
}

.index3 .astro-btn:hover {
    color: #000;
}

.index3 .btn-warning {
    color: #000;
    background: yellow;
    border-color: yellow;
    padding: 11px 20px;
}

.index3 .modal-dialog .modal-header {
    background: yellow;
}

h5.freekundali {
    text-align: center;
}


/*..header css..*/

.navigation-wrapper {
    position: absolute;
}


/*..form img css..*/

.picture_profile {
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard-card .picture {
    width: 106px;
    height: 106px;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.wizard-card .picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.wizard-card .picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.fa-user:before {
    content: "\f007";
    color: #ff9d00;
    margin-left: 5px;
}


/*..slider height..*/

.index3 .home-slider .owl-item {
    height: 500px;
}

.index3 .home-slider .item {
    height: 100%;
}

.index3 .container {
    max-width: 100%;
}

.index3 .navigation-wrapper {
    position: unset;
}

.index3 .main-header {
    position: unset;
}

.index3 .astroteam-slider-live .owl-item img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin-top: 20px;
}

.index3 .astroteam-slider .owl-item img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin-top: 20px;
}

.index3 .astroteam-slider.owl-theme .owl-nav .owl-prev {
    left: -74px;
    z-index: 999;
    position: absolute;
    top: 50%;
    background: yellow;
}

.index3 .astroteam-slider.owl-theme .owl-nav .owl-next {
    right: -81px;
    z-index: 999;
    position: absolute;
    top: 50%;
    background: yellow;
}

.index3 .product-slider.owl-theme .owl-nav .owl-prev {
    left: -64px;
    z-index: 999;
    position: absolute;
    top: 105%;
    background: yellow;
    color: black;
}

.index3 .product-slider1.owl-theme .owl-nav .owl-prev {
    left: -64px;
    z-index: 999;
    position: absolute;
    top: 105%;
    background: yellow;
    color: #000;
}

.index3 .product-slider.owl-theme .owl-nav .owl-next {
    right: -69px;
    z-index: 999;
    position: absolute;
    top: 105%;
    background: yellow;
    color: #000;
}

.index3 .product-slider1.owl-theme .owl-nav .owl-next {
    right: -69px;
    z-index: 999;
    position: absolute;
    top: 105%;
    background: yellow;
}

.index3 .ourblog-slider.owl-theme .owl-nav .owl-prev {
    left: -53px;
    z-index: 999;
    position: absolute;
    top: 50%;
}

.index3 .ourblog-slider.owl-theme .owl-nav .owl-next {
    right: -58px;
    z-index: 999;
    position: absolute;
    top: 50%;
}

.index3 .astro-btn:hover {
    border: 1px dotted #000;
}

.index3 .home-slider .container {
    margin-left: 120px;
    margin-right: 120px;
}

section.astro_report_section.st-py-default {
    margin-top: -371px;
}

.index .owl-carousel .owl-nav button.owl-next,
.index .owl-carousel .owl-nav button.owl-prev,
.index .owl-carousel button.owl-dot {
    background: #ec8236;
    color: inherit;
    border: 1px saddlebrown;
    padding: 0 !important;
    font: inherit;
    margin-top: -110px;
}

.iti {
    width: 100%;
}

.astro_rashiphal_section .vedic-astro-rashiphal-tab .tab-list ul li {
    /* width: 33% !important; */
    width: 25% !important;
}

.text-justify {
    text-align: justify !important;
}

.vedicastro-prediction-daily-weekly-table tr td {
    padding: 2px 0;
}

.vedicastro-yearly-prediction-phase-btn {
    background-color: #ffffff85 !important;
}

.vedicastro-yearly-prediction-phase-btn.active {
    background-color: #ffffff !important;
}

.vedicastro-yearly-prediction-phase-tabs {
    background: #ffffff85;
    padding: 5px;
    border-radius: 4px;
}

.index3 h2.section-title1 {
    text-align: center;
    padding: 10px 15px;
    font-size: 30px;
}

.index3 p.selling_text {
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    min-height: 75px;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: black;
}

.index3 .content_height {
    height: 165px;
}

.index3 img.center-banner-img {
    height: 260px;
    width: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.index3 p.center-banner-paragraph {
    color: #000;
    font-weight: bold;
}

.index3 p.some {
    font-size: 15px;
    font-weight: bold;
}

.index3 button.owl-next {
    margin-right: 70px !important;
    /* background: yellow!important; */
}

.index3 button.owl-prev {
    margin-left: 64px !important;
    /* background: yellow!important; */
}

.index3 button.header-login_button {
    margin-left: 130px;
    padding: 0px 25px;
    font-size: 22px;
    font-weight: 900;
    background: #fff;
    border: none;
    border-radius: 10px;
}

.index3 a.main-content_talk {
    padding: 7px 20px;
    background: yellow;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border-radius: 10px;
    /* margin-top: -60px; */
    position: absolute;
    top: 81px;
    left: -212px;
    z-index: 99;
}

.index3 a.main-content_talk1 {
    padding: 7px 20px;
    background: yellow;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border-radius: 10px;
    /* margin-top: -60px; */
    position: absolute;
    right: -186px;
    top: 81px;
    z-index: 99;
}


/* media query */

@media only screen and (max-width: 600px) {

    .index3 button.header-login_button {
        margin-left: 44px!important;
        background-color: transparent!important;
        font-size: 19px!important;
    }

    .index3 .discBox5 {
        margin-bottom: 30px !important;
    }

    .index3 .discBox6 {
        margin-bottom: 27px !important;
    }

    .index3 .discBox7 {
        margin-bottom: 27px !important;
    }

    .index3 .discBox12 {
        margin-bottom: 27px !important;
    }

    .index3 input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea .form-control {
        min-height: 38px !important;
        width: 100% !important;
    }

    .index3 .send_btn_live_chat {
        height: 40px;
        padding: 6px 25px !important;
        margin-left: 74px !important;
    }

    .index3 div#h-ight-mobile {
        height: 707px !important;
    }

    .index3 #sendMsg {
        background: none !important;
        /* margin-top: 19px; */
        border: none !important;
    }

    .index3 div#bodyContent {
        height: 80.2vh !important;
    }

    .index3 .-bg-trasparent {
        background: transparent;
        height: 100vh!important;
    }

    .index3 div#bodyContent {
        background: transparent !important;
    }

    .index3 div#chat_live_box {
        width: 100% !important;
        position: absolute !important;
        top: 0px !important;
    }

    .index3 div#long_lenth {
        height: 95.5vh !important;
    }
    .border_outline {
        border: none!important;
    }
    .container.free-dawn {
        margin-top: -50px !important;
    }

    .main-table {
        height: 250px !important;
    }

    .index3 .main-content.text-left {
        margin-top: 42px !important;
        margin-left: -118px !important;
    }

    .index3 a.main-content_talk {
        font-size: 10px !important;
        left: 17px !important;
        top: 150px !important;
    }

    .index3 a.main-content_talk1 {
        font-size: 10px !important;
        left: 206px !important;
        top: 150px !important;
    }

    .index3 div#astro-top- {
        margin-top: -398px !important;
    }

    .index3 .main-mobile-menu ul.main-menu>li a {
        padding-left: 69px !important;
    }

    .talk_astrologers .astro-amount ul li {
        margin-top: 12px !important;
    }

    input#search {
        margin-top: 25px !important;
    }

    button#filterdata {
        margin-top: 27px !important;
    }

    .astro_Steps_section .Steps-box .icon {
        height: 200px !important;
        width: 200px !important;
    }

    input#message {
        width: 134% !important;
    }

    /* div#agora-video-player-track-video-260-client-67b54_16766 {
        height: 100vh!important;
    }
    video#video_track-video-260-client-0e81b_f3d98 {
        height: 100vh;
    } */
    .player {
        height: 99.7vh !important;
    }

    .massage-dawn {
        margin-top: 587px !important;
    }

    .msg_cotainer_send_live {
        color: #fff !important;
    }

    .live-submit {
        color: #fff !important;
    }

    .index3 img.center-banner-img {
        width: 301px !important;
        object-fit: cover !important;
    }


    .footer-content_talk {
        background: yellow !important;
        color: #000 !important;
        font-weight: bold !important;
        top: 19% !important;
        padding: 7px 14px !important;
        border-radius: 8px !important;
        position: fixed !important;
        font-size: 10px !important;
        left: 10px;
    }


    .footer-content_talk1 {
        background: yellow !important;
        color: #000 !important;
        font-weight: bold !important;
        top: 19% !important;
        padding: 7px 14px !important;
        border-radius: 8px !important;
        position: fixed !important;
        left: 213px !important;
        font-size: 10px !important;
    }
    .astro_shop_section .product-box{
        width: 100%!important;
    }
    .astro_shop_section .product-box:hover .product-content-box .product-action, .astro_shop_section .product-box:focus-within .product-content-box .product-action {
        top: 10%!important;
    }
    ul.dropdown-menu.show_icon.show {
        right: 126px!important;
    }
    .post-share {
        left: 316px!important;
    }
    .product-icon {
        margin: -225px 260px!important;
    }
    .blog-drop-share {
        position: absolute!important;
        top: 20px!important;
    }
    .blog-detail-share {
        left: 88%!important;
        top: -45px!important;
    }

    .model--width {
        right: 35px!important;
    }
}


/* Tablet (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .post-share {
        left: 193px!important;
    }
    .blog-drop-share {
        position: absolute!important;
        top: 20px!important;
    }
    ul.dropdown-menu.show_icon.show {
        top:-320px!important;
    }
    .product-icon {
        margin: -225px 269px!important;
    }

    .index3 button.header-login_button {
        margin-left: 43px!important;
        background-color: transparent!important;
        font-size: 19px!important;
    }
    .edit_img_icn_regi {
        right: 316px !important;
    }

    .astro_Steps_section .Steps-box .icon {
        margin-left: 44px !important;
    }

    .talk_astrologers .astro-amount ul li {
        margin-left: 7px !important;
        margin-top: 12px !important;
    }

    input#search {
        margin-top: 24px !important;
    }

    button#filterdata {
        margin-top: 27px !important;
    }

    a#reset {
        margin-top: 30px !important;
    }

    .index3 a.main-content_talk {
        left: 139px !important;
        top: 160px !important;
    }

    .index3 a.main-content_talk1 {
        left: 447px !important;
        top: 160px !important;
    }

    .index3 .main-mobile-menu ul.main-menu>li a {
        padding-left: 70px !important;
    }
}


/* media query */

.index3 .owl-stage {
    height: 400px;
}

.index3 .owl-carousel.owl-drag .owl-item {
    margin-top: 20px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px 0px;
}

.index3 .main-header-3 .menu-collapsed {
    background: #000;
}

.index3 .menu-collapsed {
    border: 1px solid #000;
}

.index3 img.mobile_logo {
    height: 100px;
}

.personalised_prediction {
    width: 25% !important;
}

.index3 a.main-content_talk:hover {
    background: #fff;
}

.index3 a.main-content_talk1:hover {
    background: #fff;
}

.index3 .astro_breadcrumb_section {
    background-color: rgb(27 26 25);
}

.index3 .section_heading .sub-title h6 {
    position: relative;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.index3 .section_heading .sub-title .border-left {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin-right: 10px;
    border-left: none !important;
}

.index3 .section_heading .sub-title .border-right {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin-left: 10px;
    border-right: none !important;
}

.index3 .about-right-tagline {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 11px;
}

.index3 .about-author .title h5::before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #000;
    content: "";
}

.index3 .astro_testimonials_section .testimonials-item .rating-star {
    margin-top: -0.22em;
    margin-bottom: 23px;
    color: #000;
    font-size: 14px;
}

.index3 .astro_contact_section .contact-location .title h4 {
    background-color: yellow;
    padding: 20px;
    color: #000;
    font-size: 22px;
    text-align: center;
}

.index3 .design-corn {
    color: #000;
}

.index3 .astro_contact_section .design-icon {
    color: #000;
    border-color: #000;
    box-shadow: none;
}

.index3 .design-icon {
    color: #000;
    border-color: #000;
}

.index3 .design-item:hover .design-icon {
    box-shadow: 0px 0px 20px 0px yellow;
}

.index3 .astro_contact_info-section .design-item:after,
.astro_contact_info-section .design-item:before {
    border-color: #000;
}

.index3 a.fw-semibold {
    color: #000;
}

.index3 .astro_footer_wrapper .footer_widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: #000;
}

.index3 .text-light {
    color: #000 !important;
}

.index3 .btn-outline-dark:hover {
    color: #000;
    background-color: yellow !important;
    border-color: yellow !important;
}

.index3 input[type="checkbox"]:checked,
input[type="checkbox"]:hover,
input[type="radio"]:checked,
input[type="radio"]:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.index3 .MenuLists li p {
    background-color: yellow;
    color: #000;
}

.index3 .astroprotheme {
    background-color: yellow;
}

.index3 .astro_footer_wrapper .contact-wrap .footer_contact-info li a:hover i,
.astro_footer_wrapper .contact-wrap .footer_contact-info li i:hover {
    background: yellow;
    color: #000 !important;
    border: 1px solid yellow;
}

.index3 .fa-user:before {
    color: #000;
}

.index3 .dropdown121:hover .dropdown-content121 {
    z-index: 99;
}


/* .index3 .userImges.userEditBtn {
margin-left: 93px;
} */

.index3 h4.vendor-name {
    color: #000;
}

.index3 .dropdown-content121 a:hover {
    background-color: yellow;
    color: #000;
    text-decoration: none;
}

.index3 .talk_astrologers .astro-amount {
    margin-bottom: 20px;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.index3 .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: yellow;
    transition: width .6s ease;
}

.index3 .astro_team_section .owl-nav button.owl-prev,
.astro_team_section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    background: yellow;
    color: #000;
    transition: 0.65s;
}

.index3 .astro_team_section .owl-nav button.owl-prev:hover,
.astro_team_section .owl-nav button.owl-next:hover,
.astro_team_section .owl-nav button.owl-prev:focus,
.astro_team_section .owl-nav button.owl-next:focus {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #fff !important;
}


/* Shiv Start */

.border_outline {
    /* border: 1px solid #0003; */
}

.liveastromid {
    z-index: 9999;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0 !important;
    top: 162px !important;
}

.livespan {
    background: yellow;
    color: #000 !important;
    font-size: 12px;
    border-radius: 6px;
    padding: 4px 10px !important;
}

.discBox4 {
    z-index: 9999;
    right: 10px !important;
    box-shadow: none !important;
    top: 10px !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 50% !important;
    position: absolute;
    padding: 5px 6px !important;
    background-color: yellow !important;
    color: #000 !important;
}

.discBox4>h4>i {
    color: #000 !important;
    font-size: 18px;
}

#astrologerHtml {
    margin-bottom: 40px;
}

.user_img_live_chat {
    height: 50px;
    width: 50px;
}


/* .user_img_live_chat {
border: 1.5px solid #f5f6fa;
} */

.online_icon_live_chat {
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    bottom: 0.15em;
    right: 0.25em;
    /* background-color: #198754;
border: 1.5px solid white; */
}

.img_cont_live_chat {
    position: relative;
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

#action_menu_btn_live_chat {
    position: absolute;
    right: 1px;
    top: 5px;
    cursor: pointer;
    font-size: 20px;
}

.type_msg_live_chat {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: #000 !important;
    border: 0 !important;
    height: 40px !important;
    overflow-y: auto;
    border-radius: 15px 0px 0px 15px !important;
    margin-left: 2px;
}

.send_btn_live_chat {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: #000;
    border-radius: 0 15px 15px 0 !important;
    border: 0 !important;
    cursor: pointer;
    margin-left: 2px;
    padding: 11px 25px;
    height: 50px;
    width: 63px;
}

.discBox5 {
    z-index: 9999;
    right: 10px !important;
    box-shadow: none !important;
    bottom: 10px !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 8px !important;
    position: absolute;
    padding: 8px 8px !important;
    background-color: yellow !important;
    color: #000 !important;
}

.discBox6 {
    z-index: 9999;
    right: 20px !important;
    box-shadow: none !important;
    bottom: 65px !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 50% !important;
    position: absolute;
    padding: 6px 10px !important;
    background-color: yellow !important;
    color: #000 !important;
}



.discBox8 {
    z-index: 9999;
    left: 10px !important;
    box-shadow: none !important;
    bottom: 10px !important;
    height: 120px !important;
    width: 100px;
    min-height: auto !important;
    border-radius: 5px !important;
    position: absolute;
    padding: 6px 10px !important;
    /* background-color: yellow !important; */
    color: #000 !important;
}

.discBox9 {
    z-index: 9999;
    right: 20px !important;
    box-shadow: none !important;
    bottom: 110px !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 50% !important;
    position: absolute;
    padding: 6px 10px !important;
    background-color: yellow !important;
    color: #000 !important;
}

.discBox10 {
    z-index: 999999;
    box-shadow: none !important;
    height: 35px !important;
    width: 40px !important;
    border-radius: 50% !important;
    padding: 6px 10px !important;
    background-color: yellow !important;
    color: #000 !important;
}

.discBox11 {
    z-index: 999999;
    box-shadow: none !important;
    height: 35px !important;
    width: 40px !important;
    border-radius: 50% !important;
    padding: 6px 10px !important;
    background-color: yellow !important;
    color: #000 !important;
}

.discBox12 {
    z-index: 9999;
    right: 20px !important;
    box-shadow: none !important;
    bottom: 110px !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 50% !important;
    position: absolute;
    padding: 6px 12px !important;
    background-color: yellow !important;
    color: #000 !important;
}

.discBox14 {
    box-shadow: none !important;
    height: 25px !important;
    width: 30px !important;
    border-radius: 50% !important;
    padding: 0px 8px !important;
    background-color: yellow !important;
    color: #000 !important;
}

.live-call-span1 {
    font-weight: 600;
    font-size: 20px;
}

.live-call-span2 {
    font-size: 15px;
}

.live-join-btn {
    background: yellow;
    padding: 5px 10px;
    width: 100%;
    color: #000 !important;
}

.live-join-btn:hover {
    color: #000 !important;
    background-color: red;
}

#exampleModal {
    z-index: 999;
}

.user_img_msg_live {
    height: 35px;
    width: 35px;
}

.img_cont_msg_live {
    height: 35px;
    width: 35px;
}

.msg_cotainer_send_live {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 10px;
    padding: 4px 10px;
    position: relative;
    max-width: 75%;
    font-size: 12px;
    /* background-color: #e96a02d8;
color: #fff; */
}

.waitlist-count-in-live {
    position: absolute;
    top: -4px;
    right: -4px;
    color: brown;
    background: #c1c1c1;
    padding: 0px 4px;
    font-size: 10px;
    font-weight: 800;
    border-radius: 50%;
}

/* .live-user-joined-count {
    /* border: 1px solid #8f8d8d; */
    /* border-radius: 5px;
    padding: 2px 6px;
    background: white;
    font-size: 14px; */
    /* color: brown; */
    /* float: right;
} */ 

.iti--container {
    z-index: 999999;
}

.live-gift-btn {
    background: yellow;
    padding: 0px 10px;
    width: 100%;
    color: #000 !important;
}

.live-gift-btn:hover {
    color: #000 !important;
    background-color: red;
}

.gift_img_in_live {
    height: 30px;
    width: 30px;
}

.liveGiftBox {
    z-index: 9999;
    left: 10px !important;
    box-shadow: none !important;
    top: 10px !important;
    height: 42px !important;
    width: 190px;
    min-height: auto !important;
    position: absolute;
    /* border-radius: 50px !important;
padding: 4px 18px 4px 8px !important;
background-color: yellow !important; */
    color: #000 !important;
}

.live-gift-row {
    margin: 0px 0px 5px 0px !important;
    border-radius: 50px !important;
    padding: 4px 0px 4px 0px !important;
    background-color: yellow !important;
}

.live-gift-img-col {
    padding: 0px 6px;
}

.live-gift-txt-col {
    font-size: 10px;
    padding: 0px 0px 0px 2px;
}

#join_user_name {
    font-size: 12px;
    /* display: none; */
}

.previous-left-arrow {
    position: absolute;
    top: 45%;
    left: 18%;
}

.previous-right-arrow {
    position: absolute;
    top: 45%;
    right: 18%;
}


/* Shiv End */

.index3 .astro_post_section .sidebar .widget_social .circle {
    margin-right: 0px;
    background: #000;
    border: #000;
}

.index3 .blog-icon {
    color: #fff;
}

.astro_team_section .team-image.online::after {
    background-color: green;
}

.astro_team_section .team-image.offline::after {
    background-color: red;
}

.astro_team_section .team-image.busy::after {
    background-color: orange;
}

.astro_team_section .team-content .label1 {
    background: yellow;
    color: #000;
    font-size: 12px;
    padding: 3px 8px;
}

.astro_team_section .team-content .label2 {
    background: blue;
    color: #fff;
    padding: 1px 4px;
    position: absolute;
}

.astro_team_section .team-content .label3 {
    color: #fff;
    background: green;
    font-size: 12px;
    padding: 3px 15px;
}

h5.widget- {
    padding: 17px;
}

#chatIntakeform {
    overflow-y: scroll !important;
}

div.pac-container {
    z-index: 10500 !important;
}

.msg_cotainer_send {
    position: relative;
    max-width: 90%;
    text-align: justify;
    margin-right: 18px;
    background: antiquewhite;
    padding: 10px;
    border-radius: 10px;
    padding-top: 20px;
}

.product_color {
    color: #000;
}

.product_color:hover {
    color: #000;

    .index3 .center-banner-paragraph {
        font-size: 15px;
    }

    .index3 .text-dark {
        color: #343a40 !important;
        font-size: 30px;
    }

    h2.center-paragraph {
        font-size: 30px;
    }

    .msg_cotainerchat {
        font-size: 14px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 10px;
        border-radius: 10px;
        padding: 10px;
        position: relative;
        max-width: 75%;
        background: aliceblue;
    }

    .chatinput {
        box-shadow: 0 0 4px 2px #ccc;
        background-color: #fff;
    }

    #action_menu_btn {
        position: absolute;
        right: 20px;
        top: 10px;
        cursor: pointer;
        font-size: 18px;
    }

    .msg_card_body {
        height: 58vh;
        overflow-x: hidden;
        overflow-y: auto;
        background-image: url(../img/chatimg.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .dropdown121top {
        position: relative;
        display: inline-block;
    }

    .dropdown-content121top {
        overflow: hidden;
        display: none;
        position: absolute;
        bottom: 0;
        min-width: 75px;
        z-index: 1;
        -webkit-animation-name: slideIn;
        -webkit-animation-duration: 1s;
        animation-name: slideIn;
        animation-duration: 1s;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
        transition-property: all;
    }

    .dropdown-content121top a {
        float: none;
        padding: 2px 4px;
        text-decoration: none;
        display: block;
        text-align: center;
    }

    .dropdown121top:hover .dropdown-content121top {
        display: block;
    }

    .icon_containerchat {
        position: relative;
        width: 2.7rem;
        height: 2.7rem;
        overflow: hidden;
        transition: 0.3s ease-in-out;
        cursor: pointer;
    }

    .icon_containerchat:hover {
        transform: scale(1.1);
    }

    .btnclassforall {
        border: none;
    }

    .msg_head {
        background: yellow;
    }

    .free_kundali_box {
        min-height: 340px;
    }

    .index3 .card.mb-4.mx-4 {
        margin-top: 4px;
    }

    .index3 img.img-fluid {
        width: 145px;
    }

    .index3 .title.mt-2 {
        font-size: 13px;
    }

    .index3 h5.widget {
        margin-left: 17px;
        margin-top: 30px;
    }

    .index3 .text-white {
        color: #000 !important;
        font-size: 14px;
    }

    .index3 .msg_head {
        background: yellow;
    }

    .index3 .astrotalkcss {
        background: yellow;
        border-radius: 0;
        color: #000;
        border: none;
    }

    .index3 .astrotalkcss:hover {
        color: #000;
    }

    .index3 .btn-primary {
        color: #000;
        background: yellow;
        border: none;
        margin-top: 12px;
    }

    .index3 .btn-primary:hover {
        color: #fff;
        background: #000;
    }

    .index3 .astro_team_section .contact-btn .btn.btn-play span.btn {
        color: #000;
        background: yellow;
    }

    .index3 .astro_team_section .contact-btn .btn.btn-play span.btn:hover {
        color: #000;
    }

    .index3 .astro_breadcrumb_section .breadcrumb-content .breadcrumb-list li a {
        text-decoration: none;
        color: linear-gradient(#ff0000, #fff600);
    }

    .index3 .astro_breadcrumb_section .breadcrumb-content .breadcrumb-list li a:hover {
        color: #fff;
    }

    .index3 .astro-btn {
        color: #000;
        background: yellow;
        margin-top: 30px;
    }

    .index3 .astro-btn:hover {
        color: #000;
    }

    .index3 .btn-warning {
        color: #ffffff;
        background: linear-gradient(#ff0000, #fff600);
        border-color: linear-gradient(#ff0000, #fff600);
    }

    .index3 .modal-dialog .modal-header {
        background: yellow;
    }

    h5.freekundali {
        text-align: center;
    }

    /*..header css..*/
    .navigation-wrapper {
        position: absolute;
    }

    /*..form img css..*/
    .picture_profile {
        padding: 10px;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wizard-card .picture {
        width: 106px;
        height: 106px;
        margin: 5px auto;
        overflow: hidden;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    .wizard-card .picture-container {
        position: relative;
        cursor: pointer;
        text-align: center;
    }

    .wizard-card .picture input[type="file"] {
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        opacity: 0 !important;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .fa-user:before {
        content: "\f007";
        color: #ff9d00;
        margin-left: 5px;
    }

    /*..slider height..*/
    .index3 .home-slider .owl-item {
        height: auto;
    }

    .index3 .home-slider .item {
        height: 100%;
    }

    .index3 .container {
        max-width: 100%;
    }

    .index3 .navigation-wrapper {
        position: unset;
    }

    .index3 .main-header {
        position: unset;
    }

    .index3 .astroteam-slider-live .owl-item img {
        border-radius: 50%;
        height: 150px;
        width: 150px;
        margin-top: 20px;
    }

    .index3 .astroteam-slider .owl-item img {
        border-radius: 50%;
        height: 150px;
        width: 150px;
        margin-top: 20px;
    }

    .index3 .astroteam-slider.owl-theme .owl-nav .owl-prev {
        left: -74px;
        z-index: 999;
        position: absolute;
        top: 50%;
        background: yellow;
    }

    .index3 .astroteam-slider.owl-theme .owl-nav .owl-next {
        right: -81px;
        z-index: 999;
        position: absolute;
        top: 50%;
        background: yellow;
    }

    .index3 .product-slider.owl-theme .owl-nav .owl-prev {
        left: -64px;
        z-index: 999;
        position: absolute;
        top: 105%;
        background: yellow;
    }

    .index3 .product-slider1.owl-theme .owl-nav .owl-prev {
        left: -64px;
        z-index: 999;
        position: absolute;
        top: 105%;
        background: yellow;
    }

    .index3 .product-slider.owl-theme .owl-nav .owl-next {
        right: -69px;
        z-index: 999;
        position: absolute;
        top: 105%;
        background: yellow;
    }

    .index3 .product-slider1.owl-theme .owl-nav .owl-next {
        right: -69px;
        z-index: 999;
        position: absolute;
        top: 105%;
        background: yellow;
    }

    .index3 .ourblog-slider.owl-theme .owl-nav .owl-prev {
        left: -53px;
        z-index: 999;
        position: absolute;
        top: 50%;
    }

    .index3 .ourblog-slider.owl-theme .owl-nav .owl-next {
        right: -58px;
        z-index: 999;
        position: absolute;
        top: 50%;
    }

    .index3 .astro-btn:hover {
        border: 1px dotted #000;
    }

    .index3 .home-slider .container {
        margin-left: 120px;
        margin-right: 120px;
    }

    section.astro_report_section.st-py-default {
        margin-top: -371px;
    }

    .index .owl-carousel .owl-nav button.owl-next,
    .index .owl-carousel .owl-nav button.owl-prev,
    .index .owl-carousel button.owl-dot {
        background: #ec8236;
        color: inherit;
        border: 1px saddlebrown;
        padding: 0 !important;
        font: inherit;
        margin-top: -110px;
    }

    .iti {
        width: 100%;
    }

    .astro_rashiphal_section .vedic-astro-rashiphal-tab .tab-list ul li {
        /* width: 33% !important; */
        width: 25% !important;
    }

    .text-justify {
        text-align: justify !important;
    }

    .vedicastro-prediction-daily-weekly-table tr td {
        padding: 2px 0;
    }

    .vedicastro-yearly-prediction-phase-btn {
        background-color: #ffffff85 !important;
    }

    .vedicastro-yearly-prediction-phase-btn.active {
        background-color: #ffffff !important;
    }

    .vedicastro-yearly-prediction-phase-tabs {
        background: #ffffff85;
        padding: 5px;
        border-radius: 4px;
    }

    .index3 h2.section-title1 {
        text-align: center;
        padding: 10px 15px;
        font-size: 30px;
    }

    .index3 p.selling_text {
        overflow: hidden;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        min-height: 75px;
        max-height: 75px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        color: black;
    }

    .index3 .content_height {
        height: 165px;
    }

    .index3 img.center-banner-img {
        height: 260px;
        width: 509px;
        object-fit: cover;
        border-radius: 15px;
    }

    .index3 p.center-banner-paragraph {
        color: #000;
        font-weight: bold;
    }

    .index3 p.some {
        font-size: 15px;
        font-weight: bold;
    }

    .index3 button.owl-next {
        margin-right: 70px !important;
        /* background: yellow!important; */
    }

    .index3 button.owl-prev {
        margin-left: 64px !important;
        /* background: yellow!important; */
    }

    .index3 button.header-login_button {
        margin-left: 130px;
        padding: 0px 25px;
        font-size: 22px;
        font-weight: 900;
        background: #fff;
        border: none;
        border-radius: 10px;
    }

    .index3 a.main-content_talk {
        padding: 7px 20px;
        background: yellow;
        border: none;
        font-size: 15px;
        font-weight: 600;
        color: #000;
        border-radius: 10px;
        /* margin-top: -60px; */
        position: absolute;
        top: 81px;
        left: -212px;
        z-index: 99;
    }

    .index3 a.main-content_talk1 {
        padding: 7px 20px;
        background: yellow;
        border: none;
        font-size: 15px;
        font-weight: 600;
        color: #000;
        border-radius: 10px;
        /* margin-top: -60px; */
        position: absolute;
        right: -186px;
        top: 81px;
        z-index: 99;
    }

    /* media query */
    @media only screen and (max-width: 600px) {
        .index3 .discBox5 {
            margin-bottom: 30px !important;
        }

        .index3 .discBox6 {
            margin-bottom: 27px !important;
        }

        .index3 .discBox7 {
            margin-bottom: 27px !important;
        }

        .index3 .discBox12 {
            margin-bottom: 27px !important;
        }

        .index3 input[type="text"],
        input[type="email"],
        input[type="url"],
        input[type="password"],
        input[type="search"],
        input[type="number"],
        input[type="tel"],
        input[type="range"],
        input[type="date"],
        input[type="month"],
        input[type="week"],
        input[type="time"],
        input[type="datetime"],
        input[type="datetime-local"],
        input[type="color"],
        textarea .form-control {
            min-height: 38px !important;
            width: 100% !important;
        }

        .index3 .send_btn_live_chat {
            height: 40px;
            padding: 6px 25px !important;
            margin-left: 74px !important;
        }

        .index3 div#h-ight-mobile {
            height: 707px !important;
        }

        .index3 #sendMsg {
            background: none !important;
            margin-top: 19px;
            border: none !important;
        }

        .index3 div#bodyContent {
            height: 69.2vh !important;
        }

        .index3 .-bg-trasparent {
            background: transparent;
        }

        .index3 div#bodyContent {
            background: transparent !important;
        }

        .index3 div#chat_live_box {
            width: 100% !important;
            position: absolute !important;
            top: 0px !important;
        }

        .index3 div#long_lenth {
            margin-left: 4px !important;
            width: 98% !important;
            border-radius: 5px !important;
            border: none !important;
        }

        .container.free-dawn {
            margin-top: 100px !important;
        }

        .main-table {
            height: 250px !important;
        }

        .index3 .main-content.text-left {
            margin-top: 42px !important;
            margin-left: -118px !important;
        }

        .index3 a.main-content_talk {
            font-size: 10px !important;
            left: 17px !important;
            top: 150px !important;
        }

        .index3 a.main-content_talk1 {
            font-size: 10px !important;
            left: 206px !important;
            top: 150px !important;
        }

        .index3 div#astro-top- {
            margin-top: -398px !important;
        }

        .index3 .main-mobile-menu ul.main-menu>li a {
            padding-left: 69px !important;
        }

        .talk_astrologers .astro-amount ul li {
            margin-top: 12px !important;
        }

        input#search {
            margin-top: 25px !important;
        }

        button#filterdata {
            margin-top: 27px !important;
        }

        .astro_Steps_section .Steps-box .icon {
            height: 200px !important;
            width: 200px !important;
            margin-left: 80px !important;
        }
    }

    /* Tablet (portrait and landscape) ----------- */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .astro_Steps_section .Steps-box .icon {
            margin-left: 44px !important;
        }

        .talk_astrologers .astro-amount ul li {
            margin-left: 7px !important;
            margin-top: 12px !important;
        }

        input#search {
            margin-top: 24px !important;
        }

        button#filterdata {
            margin-top: 27px !important;
        }

        a#reset {
            margin-top: 30px !important;
        }

        .index3 a.main-content_talk {
            left: 139px !important;
            top: 160px !important;
        }

        .index3 a.main-content_talk1 {
            left: 447px !important;
            top: 160px !important;
        }

        .index3 .main-mobile-menu ul.main-menu>li a {
            padding-left: 70px !important;
        }
    }
}


/* media query */

.index3 .owl-stage {
    height: 400px;
}

.index3 .owl-carousel.owl-drag .owl-item {
    margin-top: 20px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px 0px;
}

.index3 .main-header-3 .menu-collapsed {
    background: #000;
}

.index3 .menu-collapsed {
    border: 1px solid #000;
}

.index3 img.mobile_logo {
    height: 100px;
}

.personalised_prediction {
    width: 25% !important;
}

.index3 a.main-content_talk:hover {
    background: #fff;
}

.index3 a.main-content_talk1:hover {
    background: #fff;
}

.index3 .astro_breadcrumb_section {
    background-color: rgb(27 26 25);
}

.index3 .section_heading .sub-title h6 {
    position: relative;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.index3 .section_heading .sub-title .border-left {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin-right: 10px;
    border-left: none !important;
}

.index3 .section_heading .sub-title .border-right {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin-left: 10px;
    border-right: none !important;
}

.index3 .about-right-tagline {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 11px;
}

.index3 .about-author .title h5::before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #000;
    content: "";
}

.index3 .astro_testimonials_section .testimonials-item .rating-star {
    margin-top: -0.22em;
    margin-bottom: 23px;
    color: #000;
    font-size: 14px;
}

.index3 .astro_contact_section .contact-location .title h4 {
    background-color: yellow;
    padding: 20px;
    color: #000;
    font-size: 22px;
    text-align: center;
}

/* .index3 .design-corn {
    color: #000;
    margin: -13px 2px;
} */

.index3 .astro_contact_section .design-icon {
    color: #000;
    border-color: #000;
    box-shadow: none;
}

.index3 .design-icon {
    color: #000;
    border-color: #000;
}

.index3 .design-item:hover .design-icon {
    box-shadow: 0px 0px 20px 0px yellow;
}

.index3 .astro_contact_info-section .design-item:after,
.astro_contact_info-section .design-item:before {
    border-color: #000;
}

.index3 a.fw-semibold {
    color: #000;
}

.index3 .astro_footer_wrapper .footer_widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: #000;
}

.index3 .text-light {
    color: #000 !important;
}

.index3 .btn-outline-dark:hover {
    color: #000;
    background-color: yellow !important;
    border-color: yellow !important;
}

.index3 input[type="checkbox"]:checked,
input[type="checkbox"]:hover,
input[type="radio"]:checked,
input[type="radio"]:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.index3 .MenuLists li p {
    background-color: yellow;
    color: #000;
}

.index3 .astroprotheme {
    background-color: yellow;
}

.index3 .astro_footer_wrapper .contact-wrap .footer_contact-info li a:hover i,
.astro_footer_wrapper .contact-wrap .footer_contact-info li i:hover {
    background: yellow;
    color: #000 !important;
    border: 1px solid yellow;
}

.index3 .fa-user:before {
    color: #000;
}

.index3 .dropdown121:hover .dropdown-content121 {
    z-index: 99;
}


/* .index3 .userImges.userEditBtn {
margin-left: 93px;
} */

.index3 h4.vendor-name {
    color: #000;
}

.index3 .dropdown-content121 a:hover {
    background-color: yellow;
    color: #000;
    text-decoration: none;
}

.index3 .talk_astrologers .astro-amount {
    margin-bottom: 20px;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.index3 .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: yellow;
    transition: width .6s ease;
}

.index3 .astro_team_section .owl-nav button.owl-prev,
.astro_team_section .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    background: yellow;
    color: #000;
    transition: 0.65s;
}

.index3 .astro_team_section .owl-nav button.owl-prev:hover,
.astro_team_section .owl-nav button.owl-next:hover,
.astro_team_section .owl-nav button.owl-prev:focus,
.astro_team_section .owl-nav button.owl-next:focus {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #fff !important;
}


/* Shiv Start */
div#player-260 {
    height: 87vh!important;
}

.border_outline {
    border: 1px solid #0003;
}

.liveastromid {
    z-index: 9999;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0 !important;
    top: 162px !important;
}

.livespan {
    background: yellow;
    color: #000 !important;
    font-size: 12px;
    border-radius: 6px;
    padding: 4px 10px !important;
}

.discBox4 {
    z-index: 9999;
    right: 10px !important;
    box-shadow: none !important;
    top: 10px !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 50% !important;
    position: absolute;
    padding: 5px 6px !important;
    background-color: yellow !important;
    color: #000 !important;
}

.discBox4>h4>i {
    color: #000 !important;
    font-size: 18px;
}

#astrologerHtml {
    margin-bottom: 40px;
}

.user_img_live_chat {
    height: 50px;
    width: 50px;
}


/* .user_img_live_chat {
border: 1.5px solid #f5f6fa;
} */

.online_icon_live_chat {
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    bottom: 0.15em;
    right: 0.25em;
    /* background-color: #198754;
border: 1.5px solid white; */
}

.img_cont_live_chat {
    position: relative;
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

#action_menu_btn_live_chat {
    position: absolute;
    right: 1px;
    top: 5px;
    cursor: pointer;
    font-size: 20px;
}

.type_msg_live_chat {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: #000 !important;
    border: 0 !important;
    height: 40px !important;
    overflow-y: auto;
    border-radius: 15px 0px 0px 15px !important;
    margin-left: 2px;
}

/* .send_btn_live_chat {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: #000;
    border-radius: 0 15px 15px 0 !important;
    border: 0 !important;
    cursor: pointer;
    margin-left: 2px;
    padding: 11px 25px;
    height: 40px;
} */

/* .discBox5 {
    z-index: 9999;
    right: 10px !important;
    box-shadow: none !important;
    bottom: -110px !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 8px !important;
    position: absolute;
    padding: 8px 8px !important;
    background-color: yellow !important;
    color: #000 !important;
} */


.discBox7 {
    z-index: 9999;
    right: 20px !important;
    box-shadow: none !important;
    bottom: 155px !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 50% !important;
    position: absolute;
    padding: 6px 10px !important;
    background-color: yellow !important;
    color: #000 !important;
}

.discBox8 {
    z-index: 9999;
    left: 10px !important;
    box-shadow: none !important;
    bottom: 10px !important;
    height: 120px !important;
    width: 100px;
    min-height: auto !important;
    border-radius: 5px !important;
    position: absolute;
    padding: 6px 10px !important;
    /* background-color: yellow !important; */
    color: #000 !important;
}

.discBox9 {
    z-index: 9999;
    right: 20px !important;
    box-shadow: none !important;
    bottom: 110px !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 50% !important;
    position: absolute;
    padding: 6px 10px !important;
    background-color: yellow !important;
    color: #000 !important;
}

.discBox10 {
    z-index: 999999;
    box-shadow: none !important;
    height: 35px !important;
    width: 40px !important;
    border-radius: 50% !important;
    padding: 6px 10px !important;
    background-color: yellow !important;
    color: #000 !important;
}

.discBox11 {
    z-index: 999999;
    box-shadow: none !important;
    height: 35px !important;
    width: 40px !important;
    border-radius: 50% !important;
    padding: 6px 10px !important;
    background-color: yellow !important;
    color: #000 !important;
}



.discBox14 {
    box-shadow: none !important;
    height: 25px !important;
    width: 30px !important;
    border-radius: 50% !important;
    padding: 0px 8px !important;
    background-color: yellow !important;
    color: #000 !important;
}

.live-call-span1 {
    font-weight: 600;
    font-size: 20px;
}

.live-call-span2 {
    font-size: 15px;
}

.live-join-btn {
    background: yellow;
    padding: 5px 10px;
    width: 100%;
    color: #000 !important;
}

.live-join-btn:hover {
    color: #000 !important;
    background-color: red;
}

#exampleModal {
    z-index: 99999;
}

.user_img_msg_live {
    height: 35px;
    width: 35px;
}

.img_cont_msg_live {
    height: 35px;
    width: 35px;
}

.msg_cotainer_send_live {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 10px;
    padding: 4px 10px;
    position: relative;
    max-width: 75%;
    font-size: 12px;
    /* background-color: #e96a02d8;
color: #fff; */
}

.waitlist-count-in-live {
    position: absolute;
    top: -4px;
    right: -4px;
    color: brown;
    background: #c1c1c1;
    padding: 0px 4px;
    font-size: 10px;
    font-weight: 800;
    border-radius: 50%;
}

.live-user-joined-count {
    /* border: 1px solid #8f8d8d; */
    border-radius: 5px;
    padding: 2px 6px;
    background: white;
    font-size: 14px;
    /* color: brown; */
    float: right;
    margin: 1px 20px;
}

.iti--container {
    z-index: 999999;
}

.live-gift-btn {
    background: yellow;
    padding: 0px 10px;
    width: 100%;
    color: #000 !important;
}

.live-gift-btn:hover {
    color: #000 !important;
    background-color: red;
}

.gift_img_in_live {
    height: 30px;
    width: 30px;
}

.liveGiftBox {
    z-index: 9999;
    left: 10px !important;
    box-shadow: none !important;
    top: 10px !important;
    /* height: 42px !important; */
    height: 140px !important;
    width: 190px;
    min-height: auto !important;
    position: absolute;
    /* border-radius: 50px !important;
padding: 4px 18px 4px 8px !important;
background-color: yellow !important; */
    color: #000 !important;
    overflow-y: scroll;
}

/* width */
.liveGiftBox::-webkit-scrollbar {
    width: 2px;
    background-color: transparent !important;
}

/* Track */
.liveGiftBox::-webkit-scrollbar-track {
    background-color: transparent !important;
}

/* Handle */
.liveGiftBox::-webkit-scrollbar-thumb {
    background-color: transparent !important;
}

/* Handle on hover */
.liveGiftBox::-webkit-scrollbar-thumb:hover {
    background: yellow;
}



.live-gift-row {
    margin: 0px 0px 5px 0px !important;
    border-radius: 50px !important;
    padding: 4px 0px 4px 0px !important;
    background-color: yellow !important;
}

.live-gift-img-col {
    padding: 0px 6px;
}

.live-gift-txt-col {
    font-size: 10px;
    padding: 0px 0px 0px 2px;
}

#join_user_name {
    font-size: 12px;
    /* display: none; */
}

.previous-left-arrow {
    position: absolute;
    top: 45%;
    left: 18%;
}

.previous-right-arrow {
    position: absolute;
    top: 45%;
    right: 18%;
}


/* Shiv End */

.index3 .astro_post_section .sidebar .widget_social .circle {
    margin-right: 0px;
    background: #000;
    border: #000;
}

.index3 .blog-icon {
    color: #fff;
}

.astro_team_section .team-image.online::after {
    background-color: green;
}

.astro_team_section .team-image.offline::after {
    background-color: red;
}

.astro_team_section .team-image.busy::after {
    background-color: orange;
}

h5.widget- {
    padding: 17px;
}

#chatIntakeform {
    overflow-y: scroll !important;
}

.msg_cotainer_send {
    max-width: 90%;
    text-align: justify;
    margin-right: 18px;
    background: antiquewhite;
    padding: 10px;
    border-radius: 10px;
    padding-top: 20px;
}

.product_color {
    color: #000;
}

.product_color:hover {
    color: #000;
}

.index3 .center-banner-paragraph {
    font-size: 15px;
}

.index3 .text-dark {
    color: #343a40 !important;
    font-size: 30px;
}

.center-paragraph {
    font-size: 30px;
}

.side-banner-text {
    color: #000;
}

a.nav-link.text-light.dropdown121.dropdown-toggle {
    margin-left: 137px;
}

#exampleModal {
    z-index: 999;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.iti__country-list {
    width: 27.7%;
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0px 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touc;
    overflow-x: hidden;
    top: 0;
    left: 0;
}

.astro_post-items .astro_post-image1 img.detailmainimg {
    height: auto;
}

.carsoul-img {
    margin: 1px auto 0px;
}

h5.mb-0 {
    color: #000;
}


/*translate*/

.index3 a.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none;
}


/*translate*/

.asideleft {
    padding: 21px;
}

.linedetails {
    display: flex;
}

.detailstitle {
    padding: 10px;
}

.form-control-lg {
    font-size: .9rem !important;
}

div#module {
    margin: 1px auto 0;
}


/* Shiv Changes start */

.msg_reply_right {
    margin-right: 60px;
}

.msg_reply_left {
    margin-left: 60px;
}

.msg_reply_right,
.msg_reply_left {
    background: #f0f8ff66;
    padding-top: 10px;
}

.msg_reply_btn_left {
    position: absolute;
    left: 8px;
    top: 1px;
}

.msg_reply_btn_right {
    position: absolute;
    right: 8px;
    top: 1px;
}

.selected_text_for_reply {
    height: 3rem;
    overflow: hidden;
    resize: vertical;
    width: 100%;
    border-radius: 8px;
    background: #ffffff78;
    border: solid 1px aliceblue;
    display: none;
    padding: 2px 8px;
}

#selected_text_for_reply_close {
    position: absolute;
    left: 15px;
    display: none;
}


/* Shiv Changes end */

.star-widget {
    margin: 20px;
}

.astro_team_section .team-content .label2 span {
    transform: rotate(0deg);
    font-size: 9px;
    display: block;
    position: relative;
    text-align: center;
    top: 0px;
    vertical-align: middle;
    width: 43px;
    padding-left: 2px;
    padding-top: 4px;
}

.asto-profile-img {
    margin: 27px auto -10px;
    border-radius: 50%;
    height: 130px;
    width: 130px;
}

.profile-input {
    margin-top: -8px;
}

.profile-input1 {
    margin-top: 27px;
}


/* input#house_no {
    margin-top: -8px;
} */

th.text-center.text-uppercase.table-color.text-xxs.font-weight-bolder.opacity-7 {
    background: #000;
}

th.text-uppercase.table-color.text-xxs.font-weight-bolder.opacity-7 {
    background: #000;
}

th.text-center.text-uppercase.table-color {
    background: #000;
}

th.text-uppercase.table-color {
    background: #000;
}

.index3 button.btn.bg-gradient-secondary {
    BACKGROUND: YELLOW;
}

.index3 button.btn.bg-gradient-primary {
    background: yellow;
}

.user_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user_img_msg {
    width: 100%;
}

input#rate-5 {
    margin-left: 22px;
}

.edit_img_icn {
    position: absolute;
    margin: -30px 30px
}

.upload-icn {
    background-color: yellow;
    color: #000;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 3px;
}

.asideleft ul {
    padding-left: 15px;
}

.birth-date {
    height: 50px;
}

.edit_img_icn_regi {
    position: absolute;
    margin: 65px 75px;
}

img.add_service_img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
}

#th0 {
    width: 211px;
}

.astro_team_section .team-content .label1 :before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 13px;
    left: 99%;
    width: 0;
    height: 0;
    top: 0;
    border-color: #ecd982 transparent #ecd982 yellow;
}

.astro_team_section .team-content .label3 :before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 13px;
    left: 99%;
    width: 0;
    height: 0;
    top: 0;
    border-color: #90ff90 transparent #90ff90 green;
}

.astro_team_section .team-content .label2 :before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 20px;
    left: 109%;
    width: 0;
    height: 0;
    top: -4px;
    border-color: #1B98E033 transparent #1B98E033 blue;
}

.index3 .fa.fa-trash-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    margin-left: 30px;
}


/* Shiv Changes start */

.msg_cotainer_send_left {
    position: relative;
    max-width: 90%;
    text-align: justify;
    margin-left: 18px;
    background: antiquewhite;
    padding: 10px;
    border-radius: 10px;
    padding-top: 20px;
}

.servise_items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 0;
    padding: 1.875rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    border-radius: 8px;
}

.servise_items .design-icon {
    width: 4.375rem;
    /* height: 4.375rem; */
    padding: 0.55rem;
    margin-right: 1rem;
    text-align: center;
    font-size: 2.188rem;
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    background-color: var(--bs-white);
    position: relative;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.current_active_rashi {
    border: 1px solid yellow !important;
    border-radius: 5px !important;
    box-shadow: 5px 6px beige !important;
    padding: 5px !important;
}

.rating-star {
    color: red !important;
}


/* Shiv Changes end */


/* Shiv Changes end */

.share-circle {
    position: fixed;
    bottom: 20px;
    /* Adjust as needed */
    right: 20px;
    /* Adjust as needed */
}


/* by ajay */

.invoicePage {
    margin-top: -528px;
}


/*start - no live astrologer found */


/*======================
    404 page
=======================*/


/*chack out css*/

button.btn.btn-warning.px-2.addcartbtnqty.rounded-0 {
    /* height: 38px; */
    height: 50px;
}

button.btn.btn-warning.px-2.addcartbtnqty.rounded-0 > i.fas.set-price {
    margin-right: 10px;
    height: 50px;
}

.page_404 {
    padding: 40px 0;
    background: #fff;
    font-family: "Arvo", serif;
}

.page_404 img {
    width: 100%;
}

.four_zero_four_bg {
    background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
}

.contant_box_404 {
    margin-top: -50px;
}


/*end- no live astrologer found */

.datepicker td,
.datepicker th {
    width: 35px;
}


/* by ajay */
.iconColor {
    color: black;
    line-height: 43px
}


/* .iconColorSecond{
    color:black;
    line-height: 40px;
} */


/* hemant */

.vendor--image {
    margin: 1px auto;
}


/* css for popup by dipesh */

#welcome-popup .close-modal {
    margin: 0;
    position: absolute;
    opacity: 1;
    z-index: 10;
    top: -15px;
    right: -15px;
    background: #fff;
    padding: 5px 8px;
    border-radius: 50%;
}

#welcome-popup .modal-content {
    position: relative;
}


/* css for popup by dipesh */


/* hemant */

input.form-control.wallet_input {
    height: 50px;
}

.text-black.rupy {
    padding-top: 5px;
}
.iti__country-list {
    width: 27.7%;
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0px 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touc;
    overflow-x: hidden;
    top: 0;
    left: 0;
    width: 397px;
}

.astroimg_vendor--image {
    margin: 25px auto -10px;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    object-fit: cover;
}

/* .index3 .form-control {
    height: 50px;
} */

.vendor-profile-img {
    height: 144px;
    /* width: 150px; */
    object-fit: cover;
    margin: 1px auto;
}

.footer-content_talk {
    background-color: transparent;
    color: transparent;
}


.footer-content_talk1 {
    background-color: transparent;
    color: transparent;
}

.footer-content_talk:hover {
    background-color: transparent;
    color: transparent;
}

.footer-content_talk1:hover {
    background-color: transparent;
    color: transparent;
}
.astro_form {
    height: 50px;
}
.productDetailImage {
    height: 350px!important;
}
.product-icon {
    margin: -220px 518px;
    position: absolute;
    z-index: 99;
}
.red_mark{
    color: red;
    font-size: 35px;
}
.post-share {
    position: absolute;
    left: 230px;
    top: 55px;
}
.blog-drop-share {
    left: 0;
    top: 0;
}


ul.dropdown-menu.show_icon.show {
    position: absolute;
    /* right: 47px; */
    margin: 19px -126px!important
}

.astro_box_vendor {
    height: 49px;
}

.blog-detail-share {
    position: absolute;
    left: 93%;
    top: -40px;
}
.dropdown-toggle {
    color: black;
}
.dropdown-toggle:hover {
    color: black;
}

.model--width {
    /* width: 127%; */
    width: 195%;
}
.customer_wallet_select {
    height: 49px;
}

/* Rating  */

.starpro-container {
    display: flex;
    width: 350px;
    flex-direction: row-reverse;
}

.starpro {}

.starpro:before {
    content: "\f005";
    font-family: fontAwesome;
    font-size: 30px;
    position: relative;
    display: block;
    color: #aaa;
}

.starpro:after {
    content: "\f005";
    font-family: fontAwesome;
    position: absolute;
    top: 120px;
    font-size: 30px;
    color: red !important;
    opacity: 0;
}

.starpro:hover:after,
.starpro:hover~.starpro:after,
.starpro.starp__checked:after,
.starpro.starp__checked~.starpro:after {
    opacity: 1;
}

.starhand-container {
    display: flex;
    width: 350px;
    flex-direction: row-reverse;
}

.starhand {}

.starhand:before {
    content: "\f005";
    font-family: fontAwesome;
    font-size: 30px;
    position: relative;
    display: block;
    color: #aaa;
}

.starhand:after {
    content: "\f005";
    font-family: fontAwesome;
    position: absolute;
    top: 16px;
    font-size: 30px;
    color: red !important;
    opacity: 0;
}

.starhand:hover:after,
.starhand:hover~.starhand:after,
.starhand.starh__checked:after,
.starhand.starh__checked~.starhand:after {
    opacity: 1;
}

/* hemant */
.product_share {
    color: #000;
    padding: 5px;
}

.form-select{
    line-height: 2.2;
}

.vendor--product {
    padding: 4px 8px;
    background: yellow;
}

#live_topic {
    font-size: 12px;
    /* display: none; */
}
.post-share.servic-drop {
    /* margin: -82px 20px; */
    position: absolute;
    top: 18px;
    left: 24px;
}
.contact-btn {
    height: 65px;
}


/*product slider image css*/
  
  .show_slider_img {
    width: 100%;
  }

  #show-img {
    object-fit: contain;
  }

  .small-img {
    width: 80%;
    height: 70px;
    margin-top: 10px;
    margin-left: 10%;
    position: relative;
    
  }
    
  .small-img .icon-left, .small-img .icon-right {
    width: 14px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 65px;
  }

  .small-img .icon-left { transform: rotate(180deg) }

  .small-img .icon-right { right: 0; }

  .small-img .icon-left:hover, .small-img .icon-right:hover { opacity: .5; }

  .small-container {
    width: 58%;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .small-container div {
    width: 700%;
    position: relative;
  }
 
  .small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
    object-fit:contain;

  }

  .small-container .show-small-img:last-of-type { margin-right: 0; }


  .design-content {
    margin: -28px 31px;
  }
  tr.pro-update {
    background: ghostwhite;
}


.checkmark {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}





  /* media query */
/*product slider image */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) /* applied to lg also */
{
    .small-container {
        width: 65%!important;
      }

      .small-img .icon-left, .small-img .icon-right {
        margin: 20px 62px!important;
      }

      img.show-small-img {
        height: 60px!important
   }
   .small-img {
    width: 125%!important;
        margin: 10px -41px;
   }
}

@media only screen and (max-width: 600px) {
    .small-container {
        width: 77%!important;
      }
      .small-img .icon-left, .small-img .icon-right {
        margin: 20px 0px!important;
      }
      img.show-small-img {
         height: 60px!important
    }
  }

