.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}
#footer, #comments {
    content-visibility: auto;
    contain-intrinsic-size: 1px 1000px;
}
body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flow > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex > * {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

body .is-layout-grid > * {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}
.site-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    display: none;
}

.page-id-8181 #site-header {
    display: none;
}

.uc_circular-bar-content label {
    display: none !important;
}

.uc_circular-bar .uc_circular-bar-content strong {

    margin-bottom: 0px !important;
}

#image-42-46667 {
    height: 100px;
    margin-right: 15px;
    display: block;
    float: left;
    width: 100px;
    border-radius: 50%;
    border-top-color: #e4002b;
    border-right-color: #e4002b;
    border-bottom-color: #e4002b;
    border-left-color: #e4002b;
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

.topr a {
    position: relative;
}

.topr:before {
    content: "";
    border-bottom-width: 13px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-right-color: var(--e-global-color-price);
    border-right-width: 12px;
    border-right-style: solid;
    width: 12px;
    height: 0px;
    flex-direction: unset;
    display: block;
    position: absolute;
    bottom: -13px;
    left: 1px;
}

.top_box {
    overflow: hidden;
}

/* .top_box span.elementor-button-text {
transform: rotate(45deg);
} */
.hover_css {
    box-shadow: 0px 0px 2px rgb(14 31 53 / 12%), 0px 1px 4px rgb(14 31 53 / 6%) !important;
}

.hover_css:hover {
    -webkit-box-shadow: 0 5px 20px -5px rgb(0 0 0 / 45%) !important;
    -moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .45) !important;
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 45%) !important;
}

.ea-buttonBounce a {
    animation: bounce 1.5s infinite;
    animation-timing-function: ease-in;
    transition: .2s;
}

.topr a:after {

    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: -38px;
    border: 21px solid var(--e-global-color-price);
    border-right-color: transparent;
}

/*#BESTOVERALL  .elementor-element-populated {
overflow: hidden;
}*/
.blue_sec {
    height: 140px;
}

.blue_sec .elementor-inner-column {
    height: 140px;
}

.b_aw {
    position: absolute;
    right: -19px;
    top: -18px;
}

@keyframes bounce {
    15% {
        transform: translateY(0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
    }
    35% {
        transform: translateY(-35%);
        box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.25)
    }
    45% {
        transform: translateY(0%);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
    }
    55% {
        transform: translateY(-20%);
        box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.25)
    }
    70% {
        transform: translateY(0%);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
    }
    80% {
        transform: translateY(-10%);
        box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.25)
    }
    90% {
        transform: translateY(0%);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
    }
    95% {
        transform: translateY(-2%);
        box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.25)
    }
    99% {
        transform: translateY(0%);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
    }
    100% {
        transform: translateY(0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
    }
}

.page-id-2547 .site-header {
    display: none;
}

.infoul {
    min-height: 50px;
    background-color: #f9f9f9;
    border: 1px solid #dfe3e4;
    padding: 25px 10px;
    margin: 0 0 25px;
}

.infoul ul {
    list-style: none;
    padding: 0px;
}

.infoul ul li {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
    position: relative;
    padding: 0 0 0 22px;
}

.infoul ul li:before {
    min-height: 7px;
    max-height: 7px;
    max-width: 7px;
    min-width: 7px;
    border-radius: 50% 50% 50% 50%;
    background-color: #6563ff;
    content: '';
    position: absolute;
    left: 0;
}

.infoul ul li:last-child {
    margin: 0;
}

.infouln ul {
    min-height: 50px;
    padding: 25px 10px;
}

.infouln ul {
    list-style: none;
}

.infouln ul li {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
    position: relative;
    padding: 0 0 0 22px;
}

.infouln ul li:before {
    min-height: 7px;
    max-height: 7px;
    max-width: 7px;
    min-width: 7px;
    border-radius: 50% 50% 50% 50%;
    background-color: #6563ff;
    content: '';
    position: absolute;
    left: 0;
}

.infouln ul li:last-child {
    margin: 0;
}

.review_txt {
    min-height: 50px;
    padding: 25px 20px;
    border: 1px solid #d3d8d9;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 10px;
}

.review_txt h6 {
    font-size: 16px;
    letter-spacing: normal;
    color: #121212;
    margin: 0 0 5px;
}

.review_txt pre {
    font-size: 13px;
    line-height: 15px;
    color: #6563ff;
    align-items: center;
    vertical-align: middle;
    display: flex;
    margin: 0 0 10px;
}

.review_txt h3 {
    line-height: 30px;
    margin: 0 0 10px;
    color: #202020;
    font-size: 24px;
}

.review_txt p {
    font-size: 17px;
    line-height: 30px;
    color: #202020;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    margin: 0px;
}

.btn a {
    padding: 15px;
    min-height: 50px;
    min-width: 50px;
    display: block;
    text-align: center;
    background-color: #1ea2f8 !important;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 3px 0 0 #06c;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: normal;
}

#iyiunz {
    position: fixed;
    z-index: 10;
    text-align: center;
    background-color: #fff;
    min-height: 50px;
    margin: 0 auto;
    top: inherit;
    width: 100%;
    bottom: 0;
    box-shadow: 0 0 4px 0 #0000001c;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.anic {
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.hideblock {
    display: none;
}

.ha_main {
    background: #fff;
    border-bottom: 1px solid #f7f7f7;
    box-shadow: 1px 1px 7px #c5c5c5;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.h_logo img {
    height: 100px;
    width: auto;
}

.rev-box-left {
    float: left;
    width: 100%;
}

.prod-rat-col:first-child {
    margin-top: 0;
}

.prod-rat-col {
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: left;
}

.prod-rat-col p {
    float: left;
    width: 26%;
    font-size: 16px;
    line-height: 22px;
    color: #070808;
    font-weight: 600;
    text-transform: uppercase;
    word-break: break-all;
}

.rat-bar {
    float: left;
    width: 49%;
    background-color: #e5e5e5;
    box-shadow: inset 0 0 4px 4px rgb(102 102 102 / 10%);
    -webkit-box-shadow: inset 0 0 4px 4px rgb(102 102 102 / 10%);
    height: 10px;
    border-radius: 12px;
    overflow: hidden;
    margin: 6px 0 0;
}

.rat-bar span {
    float: left;
    background-color: #ffc324;
    height: 100%;
    border-radius: 0 6px 6px 0;
}

.rev-star {
    float: right;
    width: 21%;
    text-align: left;
}

.rev-star img {
    float: left;
    width: 102px;
    margin-right: 5px;
}

.rev-star span {
    float: right;
    font-size: 16px;
    line-height: 22px;
    color: #070808;
    font-weight: 600;
    text-transform: uppercase;
}

.rev-box-right {
    float: right;
    width: 100%;
    background: #fff;
    padding: 15px 40px;
    border-radius: 15px;
    text-align: center;
}

.rev-rat-text {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #070808;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.rev-box-right img {
    display: inline-block;
    vertical-align: top;
    margin: 8px auto;
}

.rev-rat-text2 {
    float: left;
    width: 100%;
    font-size: 45px;
    line-height: 45px;
    color: #070808;
    font-weight: 600;
}

.rev-rat-text2 small {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}

.s5-testi-col {
    min-height: 452px;
    margin: 0;
}

.s5-testi-col {
    display: inline-block !important;
    vertical-align: top;
    margin: 0;
    text-align: left;
    box-shadow: 0 5px 9px -2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 5px 9px -2px rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.reviewslider img {
    display: inline-block;
    max-width: 90%;
}

.s5-testi-col .s5-t-img {
    width: 100%;
    height: auto;
    margin: 0;
    max-width: 100%;
}

.s5-testi-col .s5-t-cont {
    min-height: 330px;
}

.s5-t-cont {
    float: left;
    width: 100%;
    padding: 25px 20px 30px;
}

.s5-t-star {
    float: left;
}

.s5-t-head {
    float: left;
    width: 100%;
    color: #070808;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 10px;
    font-weight: 600;
}

.s5-t-verfy {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    color: #3dbf22;
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.s5-v-seal {
    vertical-align: middle;
    margin: -3px 8px 0 0;
}

.text-teaser-wrapper {
    position: relative;
    display: inline-block;
    padding-bottom: 24px;
    margin-bottom: -31px;
}

.text-teaser-wrapper .text-teaser-content {
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.s5-t-name {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #070808;
    font-weight: 600;
    margin-top: 25px;
}

.page-id-4647 {
    padding-top: 130px;
}

.page-id-4647 .site-header {
    display: none;
}

.btnn a {
    display: inline-block !important;
    color: #fff !important;
    background: #2f90d9;
    padding: 12px 18px !important;
    letter-spacing: .08em;
    border-radius: 5px;
    border: 0;
    line-height: .875em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.page-id-8181 .btn a {
    background-color: #30A05C !important;
    box-shadow: 0 3px 0 0 #30A05C;
}

.s_slider img {
    width: 200px !important;
    height: 200px !important;
    object-fit: cover;
}

.exp_m h4 {
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .s_slider img {
        width: 200px !important;
        height: 200px !important;
        object-fit: cover;
    }

    .exp_m h4 {
        margin-bottom: 10px;
        font-size: 19px;
    }
}

@media (max-width: 992px) {
    .s_slider img {
        width: 180px !important;
        height: 180px !important;
        object-fit: cover;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .newbtn.bw a {
        font-size: 12px !important;
        padding: 6px 6px !important;
        width: 111% !important;
        margin-left: -5.5%;
    }

    .s_slider img {
        width: 160px !important;
        height: 160px !important;
        object-fit: cover;
    }
}

@media (min-width: 767px) and (max-width: 800px) {
    .newbtn.bw a {
        font-size: 11px !important;
        padding: 4px 4px !important;
        width: 111% !important;
        margin-left: -5.5%;
    }
}

@media (max-width: 767px) {
    .s_slider img {
        width: 300px !important;
        height: 300px !important;
        object-fit: cover;
    }

    .auimg .elementor-image-box-wrapper {
        display: flex;
        vertical-align: middle;
        align-items: center;
        max-width: 350px;
        margin: 0 auto;
    }

    .auimg .elementor-image-box-img {
        margin-right: 7px !important;
    }

    .auimg .elementor-image-box-img img {
        width: 50px !important;
    }

    .h_logo img {
        height: 55px;
    }

    .page-id-4647 {
        padding-top: 80px;
    }

    .bgmn > .elementor-element-populated {
        background-image: none !important;
    }

    .btnn {
        margin-left: 0px !important;
        margin-bottom: 0px !important;
    }

    .elementor-nav-menu--dropdown .btnn {
        display: none !important;
    }

    .rev-rat-text {
        font-size: 14px;
        line-height: 18px;
    }

    .rev-box-right img {
        margin: 2px auto;
    }

    .rev-rat-text2 {
        font-size: 32px;
        line-height: 32px;
    }

    .rev-rat-text2 small {
        font-size: 14px;
        line-height: 18px;
    }

    .prod-rat-col p {
        width: 36%;
        font-size: 13px;
        line-height: 20px;
    }

    .rat-bar {
        width: 39%;
    }

    .rev-star img {
        max-width: 55px;
    }

    .rev-star span {
        font-size: 13px;
        line-height: 20px;
    }

    .exp_m h4 {
        margin-bottom: 10px;
        font-size: 21px;
    }

    .cat_btn a {
        width: 100% !important;
    }
}

.image-boc-custom .elementor-image-box-description {
    padding: 0 0 20px;
    border-bottom: 2px dashed #979797;
}

.icon-box-custom .elementor-icon-box-wrapper {
    box-shadow: 0 3px 0 0 #014e79;
}

.icon-box-custom .elementor-icon-box-content {
    background: #0f9cea;
}

.icon-box-custom .elementor-icon-box-description {
    padding-bottom: 5px;
}

.light-box-custom .elementor-image-box-title {
    margin-top: 0px;
}

.note-box-custom {
    padding: 23px 40px;
    margin: 0 0 50px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    border: 2px dashed #0f9cea;
    background-color: #f0faff;
}

.rev_block h3 {
    margin: 0 3px 0 0;
    display: inline;
    color: #222;
    font-size: 16px;
    line-height: 22px;
}

.rev_block img {
    color: #000;
    display: block;
    max-width: 100px;
    margin: 7px 0 10px;
}

.rev_block P {
    padding: 0 15px 0 0;
    margin: 0;
    color: #595959;
    font-size: 16px;
    line-height: 22px;
}

.remain {
    min-height: auto;
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin: 50px auto;
}

.rl {
    min-height: auto;
    padding: 0;
    margin: 0 25px 3% 0;
    width: 115px;
}

.rl h4 {
    font-size: 47px;
    font-weight: 700;
    color: #222;
    line-height: 44px;
}

.rl img {
    color: #000;
    margin: 5px 0;
    display: block;
    max-width: 113px;
}

.rl h5 {
    margin: 0;
    font-size: 13px;
    color: #888;
    line-height: 17px;
}

.lel {
    flex-direction: column;
    flex: 1 0 0;
    align-items: center;
    display: flex;
    min-height: 50px;
}

.lr_com {
    min-height: auto;
    margin: 0 0 17px;
    width: 100%;
    align-items: center;
    display: flex;
}

.lgo {
    background-color: #f5f5f5;
    min-height: auto;
    height: 12px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 21%) inset;
    position: relative;
    flex: 1 0 0;
}

#i1q8vm {
    min-height: auto;
    width: 89%;
    height: 100%;
    border-radius: 6px 0 0 6px;
    background-color: #fab73b;
}

.l_gon {
    min-height: auto;
    align-items: center;
    display: flex;
    width: 180px;
    justify-content: flex-start;
    padding: 0 0 0 30px;
}

.l_gon img {
    color: #000;
    max-width: 113px;
    margin: 0px;
}

.l_gon h6 {
    margin: 0 0 0 5px;
    font-size: 12px;
    line-height: 15px;
    color: #222;
    font-weight: 700;
}

#i302hf {
    min-height: auto;
    width: 11%;
    height: 100%;
    border-radius: 6px 0 0 6px;
    background-color: #fab73b;
}

.elementor-thumbnails-swiper .swiper-slide-active {
    border: 2px solid #00badb;
    padding: 3px;
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
    background-color: rgba(0, 0, 0, .7) !important;
}

.icon-box-custom .elementor-icon-box-description a {
    color: #ffffff;
}

.imgt h3 {
    margin-top: 0px;
}

.r_box .elementor-image-box-content {
    width: 20% !important;
}

.r_box .elementor-image-box-content h3 {
    margin: 0px;
}

@media (max-width: 767px) {
    .note-box-custom {
        padding: 25px 15px;
    }

    .rev_block P {
        padding: 0px;
    }

    .remain {
        margin: 30px 0 20px;
        display: block;
        padding: 0px;
    }

    .rl {
        margin: 0 0 20px;
        width: 100%;
    }

    .lel {
        width: 100%;
    }

    .l_gon {
        width: 109px;
        padding: 0 0 0 12px;
    }

    .l_gon img {
        max-width: 71px;
    }

    .l_gon h6 {
        font-size: 11px;
    }
}

.h_rate:before {
    content: '';
    position: absolute;
    width: 122px;
    height: 138px;
    background: url('./assets/aids/staricon.png');
    background-repeat: no-repeat;
    top: 32px;
    right: 40px;
    z-index: 1;
}

.h_rate:after {
    content: '';
    position: absolute;
    width: 173px;
    height: 163px;
    background: url('./assets/aids/messagicon.png');
    background-repeat: no-repeat;
    top: 54px;
    left: 55px;
    z-index: 1;
}

.m_sup .elementor-image-box-content h3 {
    margin: 0px;
}

.m_sup .elementor-image-box-img {
    position: relative;
    top: 10px;
}

.red_block:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    right: 0;
    top: 0;
    border: 3px solid;
    border-color: #6d6d6d;
    border-style: dashed;
    border-radius: 10px;
}

.relte .info {
    min-height: 90px;
}

.relte .info p {
    margin-bottom: 0px;
}

.relte .t_block {
    min-height: 60px;
}

.f_block > .elementor-element-populated {
    /*border: 5px solid #D56974;
    border:5px solid #eab676;*/
    box-shadow: 0px 15px 34px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background: white;
}

.cpr_block > .elementor-element-populated {
    border: 1px solid #dddddd;
    padding: 0px;
    box-shadow: 0px 15px 34px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background: white;
}

.relte .po_blo {
    position: absolute;
    background: #510a06;
    border-radius: 8px;
    top: -18px;
    left: 10px;
    width: auto !important;
    padding: 0 10px;
}

.reviewblock .elementor-inner-column {
    max-width: 90%;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    border: 1px solid #dddddd;
    box-shadow: 0px 15px 34px 0px rgba(0, 0, 0, 0.05);
    padding: 0 40px 20px;
}

.reviewblock .elementor-inner-column img {
    position: relative;
    margin-top: -50px;
}

.reviewblock > .elementor-column-gap-default:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    top: 15%;
    border: 1px solid;
    border-color: #dddddd;
    border-radius: 10px;
    background: white;
}

.tag_pro {
    position: absolute;
    background: url('./assets/aids/tag_line.png');
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 8px;
    top: -25px;
    left: -8px;
    width: auto !important;
    padding: 10px 30px;
    height: 62px;
    width: 230px !important;
}

.b_cho {
    position: absolute;
    top: -75px;
    left: -83px;
    z-index: 1;
    width: auto !important;
}

.cgr p {
    margin-bottom: 0px;
}

.icon_list span.e-icon {
    position: relative;
    top: 8px;
}

.rev_block_n .elementor-icon-box-title {
    position: absolute;
    left: 4.5%;
    top: 47px;
}

.rev_block_n svg {
    width: 1.5em;
    height: 0.8em;
}

.video_iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video_iframe.v_h_if {
    padding-top: 59.25%;
}

.video_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.main_gift .elementor-widget-image a {
    display: block;
}

.badge_icon {
    position: relative;
    overflow: hidden;
}

/*.badge_icon a:before,.main_gift .elementor-widget-image a:before,.video_iframe:before{
content:'';
width:100%;
height:100%;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:rgba(0,0,0,0.5);
}
.badge_icon a:after,.main_gift .elementor-widget-image a:after,.video_iframe:after{
content:'';
position:absolute;
top:0;
right:0;
width:120px;
height:120px;
background:url('./assets/aids/30.png');
background-repeat:no-repeat;
background-size:100% auto;
}*/
/*.badge_icon a:before{
content:'';
width:100%;
height:100%;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:rgba(0,0,0,0.3);
}*/
.badge_icon a:after, .video_iframe.badge_icon:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 5px;
    width: 120px;
    height: 120px;
    background: url('./assets/aids30-1.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.block_css figure.elementor-image-box-img {
    overflow: hidden;
    border-radius: 0.375rem !important;
}

/*.block_css .elementor-image-box-wrapper:hover  figure.elementor-image-box-img img{
transform: scale(1.1);
}*/
.block_css .elementor-image-box-wrapper:hover .elementor-image-box-title a {
    color: #337AB7;
    text-decoration: underline;
}

/*2-10-23*/
.cu_block.c_num {
    left: -18px;
}

.p_price h2 sup {
    font-size: 35px;
    position: absolute;
    top: 14px;
    color: black;
    color: #028F26;
}

.stri_price {
    margin-top: -20px;
    right: 0px;
    position: relative;
}

.numb_clo {
    position: absolute !important;
    top: 0;
    left: 0;
    border-radius: 11px 0 11px 0;
    max-width: 200px;
    background: #3B49B5;
}

.numb_clo.numb_without {
    max-width: inherit;
    padding: 0 15px;
    display: inline-block;
    width: auto;
}

.numb_clo.numb_withoutne {
    max-width: inherit;
    display: inline-block;
    width: auto;
}

.numb_clo h6 {
    /*background: #3B49B5;*/
    color: white;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    max-width: 200px;
    border-radius: 11px 0 11px;
}

.numb_clo.numb_without h6 {
    max-width: inherit;
}

.numb_clo h6 span {
    padding: 0 15px;
    background: #2937a3;
    display: inline-block;
    margin: 0 5px 0 0;
    border-radius: 11px 0 0 0;
}

.numb_clo.numb_withoutne h6 {
    max-width: inherit;
    font-size: 14px;
    padding: 0 22px 0 0;
    margin: 0px;
}

.numb_clo.numb_withoutne h6 span {
    padding: 0 8px;
    padding: 0 15px;
}

.numb_clo.numb_withoutne.cut h6 {
    padding: 0 0px 0 0;
}

.numb_clo.numb_withoutne.cut h6 span {
    margin: 0px;
}

.page-id-25669 .c_title p a {
    color: #3B49B5 !important;
}

.newbtn.bw .elementor-button {
    background-color: #E28023 !important;
}

.newbtn.bw .elementor-button:hover {
    background-color: #33883E !important;
}

@media (min-width: 768px) {
    .top_banner {
        width: auto;
        display: inline-block;
        position: absolute;
        right: 0;
        max-width: 40%;
    }
}

@media (max-width: 1430px) {
    .b_cho {
        top: -54px;
        left: -23px;
    }

    .b_cho img {
        max-width: 120px;
    }

    #BESTOVERALL, .hrate {
        margin-right: 10px;
        margin-left: 10px;
    }

    .tag_pro {
        padding: 10px 27px;
    }
}

@media (max-width: 1024px) {
    .numb_clo.numb_withoutne h6 span {
        padding: 0 11px;
    }

    .numb_clo.numb_withoutne h6 {
        padding: 0 10px 0 0;
    }

    .h_rate:after {
        content: none;
    }

    .h_rate:before {
        content: none;
    }

    #BESTOVERALL, .hrate {
        margin-right: 0px;
        margin-left: 0px;
    }

    .rev_block_n .elementor-icon-box-title {
        left: 6%;
    }

    .badge_icon a:after, .video_iframe.badge_icon:after {
        width: 70px;
        height: 70px;
    }

    .cu_block.c_num {
        height: 26px !important;
        width: 26px !important;
        font-size: 14px;
        line-height: 12px !important;
        left: -13px;
        top: 23px;
    }

    .stri_price {
        margin-top: -15px;
        right: inherit;
        left: 83px;
        text-align: left !important;
        width: auto !important;
    }

    .p_price h2 sup {
        font-size: 20px;
        top: 7px;
    }

    .numb_clo h6 {
        font-size: 13px;
    }

    .numb_clo.numb_withoutne h6 {
        font-size: 11px;
    }

    .stri_pricen {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .c_title {
        font-size: 20px !important;
    }

    .c_list .elementor-icon-list-text {
        font-size: 16px !important;
        line-height: 30px !important;
    }
}

@media (min-width: 800px) and (max-width: 900px) {
    .c_title {
        font-size: 17px !important;
    }

    .c_list .elementor-icon-list-text {
        font-size: 15px !important;
        line-height: 23px !important;
    }
}

@media (max-width: 767px) {
    .numb_clo.numb_withoutne h6 {
        font-size: 13px;
    }

    .red_block:before {
        content: none;
    }

    .reviewblock .elementor-inner-column {
        padding: 0 10px 10px;
    }

    .r_box .elementor-image-box-wrapper {
        display: flex;
    }

    .m_sup .elementor-image-box-wrapper {
        display: flex;
    }

    .m_sup .elementor-image-box-content {
        text-align: left;
        padding-left: 10px;
    }

    .icon_list span.e-icon {
        top: 10px;
    }

    .rev_block_n svg {
        height: auto;
    }

    .rev_block_n .elementor-icon-box-title {
        position: relative;
        left: 0px;
        top: -7px;
    }

    .stri_price {
        left: 63%;
        width: auto !important;
    }

    .stri_pricen {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.ct table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 6px;
    /* overflow: hidden; */
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border: 1px dotted gray;
    border-radius: 15px;
    margin: 0 auto;
    border: none;
}

.ct table * {
    position: relative;

}

.ct table th {
    border: none !important;
}

.ct table td, .ct table th {
    padding-left: 8px;
}

.ct table thead tr {
    height: 60px;
    font-size: 16px;
    text-align: center;
}

.ct table tbody tr {
    height: 48px;
    border-bottom: 1px solid #E3F1D5;
    border: none;
}

.ct table img {
    max-width: 80px;
}

.ct table thead tr span {
    display: block;
    text-align: center;
    margin: 10px 0;
    font-size: 24px;
    font-weight: 700;
}

.ct table tbody tr:last-child {
    border: 0;
}

.ct {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e9eaeb;
    /*box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.5);*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
}

.ct table td, .ct table th {
    text-align: center;
    border-left: 1px solid #E3F1D5;
    align-items: center;
    vertical-align: middle;
    border: none;
    border-top: none;
    font-size: 22px;
    font-weight: 700;
}

.ct table td {
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #CCCCCC;
    border-color: #e9eaeb;
}

.ct table th {
    font-size: 45px;
    font-weight: 700;
}

i.fa-check {
    color: green;
    font-size: 14px;
}

i.fa-times {
    color: red;
    font-size: 14px;
}

.ct thead tr:first-child {
    background: white;
}

.ct tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.ct tr:last-child {
    background: white;
}

.ct tr:last-child td {
    background-color: white;
}

a.btna {
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #30A05C;
    padding: 10px 20px;
    border-radius: 8px;
}

.product_box > .elementor-column-gap-default {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    padding: 10px 20px 0px;
    position: relative;
    border-radius: 10px;
    transition: .3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /*box-shadow: 0px 0px 2px rgb(14 31 53 / 12%), 0px 1px 4px rgb(14 31 53 / 6%) !important;*/
}

.product_box > .elementor-column-gap-default:hover {
    -webkit-box-shadow: 0 5px 20px -5px rgb(0 0 0 / 45%) !important;
    -moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .45) !important;
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 45%) !important;
}

/*.product_box > .elementor-column-gap-default:before{
content:'';
position:absolute;
width:20px;
background:#054a20;
height:50px;
top:42.5%;
left:-10px;
}
.product_box > .elementor-column-gap-default:after{
content:'';
position:absolute;
width:20px;
background:#054a20;
height:50px;
top:42.5%;
right:-10px;
}*/
.cu_block {
    position: absolute;
    left: -38px;
    top: 10px;
    /* background-color: white; */
    /* display: flex; */
    align-items: center;
    border-radius: 50%;
    border: 1px solid #010233;
    /* letter-spacing: -0.1px; */
    /* padding-bottom: 2px; */
    height: 36px !important;
    width: 36px !important;
    font-size: 18px;
    text-align: center;
    /* align-items: center; */
    /* vertical-align: middle;*/
}

@media (max-width: 640px) {
    .ct table td, .ct table th {
        font-size: 18px;
    }

    .ct table th {
        font-size: 25px;
    }

    .ct table thead tr span {
        font-size: 17px;
    }

    a.btna {
        font-size: 13px;
        padding: 6px 5px;
    }
}

.newbtn a {
    /*background: linear-gradient(259deg,#42be73 0,#30A05C 100%) no-repeat padding-box;
background:#2D9F50;*/
    box-shadow: 3px 3px 8px #b5d0c0;
    border-radius: 32px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    transition: .3s;
}

/*.newbtn a:before{
content: '';
position: absolute;
bottom: 0;
width: 0;
height: 100%;
background: #054a20;
transition: .3s;
z-index: -1;
border-radius: 32px;
left:0;
}*/
.newbtn a:hover {
    /*box-shadow:3px 3px 8px #b5d0c0;*/
    /*background:#3B49B5;*/
}

/*.newbtn a:hover:before{width:100%;}*/

/*.ct table tbody tr:hover>td, .ct table tbody tr:hover>th{background-color:transparent;}*/
.ct tr:nth-child(even):hover td {
    background-color: #ffffff;
}

/*8/12/23*/
.p_new_block .elementor-image-box-img h3 {
    margin-top: 0px;
}

.p_new_block h4 {
    color: #03050D;
    text-align: left;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 16px;
    padding-left: 21px;
    background: url('./assets/aids/Ellipse-1.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 14px 14px;
}

.p_new_block a {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: none;
}

.p_new_block a:hover {
    font-weight: 700;
    text-decoration-line: underline;
}

.termsnew p {
    margin-bottom: 0px;
    background: url('./assets/aids/check_box.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px 20px;
    padding-left: 28px;
}

.termsnew p a {
    text-decoration-line: underline;
    font-weight: 700;
    color: #3F4149;
}

.newform form {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.05);
    padding: 40px;
    width: 100%;
    float: left;
}

.newform form .half {
    width: 47.86%;
    float: left;
    padding: 0;
    margin-bottom: 24px;
}

.newform form .half:nth-child(even) {
    margin-right: 10px;
}

.newform form .half:nth-child(odd) {
    margin-left: 10px;
}

.newform form p {
    width: 100%;
    clear: both;
    margin: 0px;
}

.newform form p input.form-control {
    border-radius: 8px;
    background: #F2F3F5;
    backdrop-filter: blur(20px);
    display: flex;
    padding: 16px 4px 16px 16px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    color: #969698;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    outline: 0px;
    border: none;
}

.newform form p textarea.form-control {
    display: flex;
    height: 120px;
    padding: 12px 4px 12px 16px;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    background: #F2F3F5;
    backdrop-filter: blur(20px);
    color: #969698;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px; /* 22.4px */
    outline: 0px;
    border: none;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin-bottom: 24px;
}

.full .wpcf7-list-item {
    margin: 0px;
    color: #3F4149;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    line-height: 21px;
}

.full .wpcf7-list-item a {
    text-decoration-line: underline;
    font-weight: 700;
    color: #3F4149;
}

.sub {
    width: 100%;
    float: left;
    margin: 0;
}

.sub input {
    border-radius: 8px;
    background: #0F70B7;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px; /* 19.2px */
    outline: 0;
    border: none;
    min-width: 257px;
}

.sub input:hover {
    border: none;
    background: #03050D;
}

.wpcf7 form .wpcf7-response-output {
    clear: both;
    padding: 0;
    margin: 15px 0 0;
    float: left;
}

.wpcf7-spinner {
    display: none;
}

.page-id-26074 #site-header {
    display: none;
}

.ouriconnew .elementor-icon-box-wrapper {
    display: flex;
    width: auto;
    max-width: max-content;
    margin: 0 auto;
}

.ouriconnew .elementor-icon-box-wrapper h3 {
    margin-top: 0px;
}

/*.wpcf7-not-valid-tip{position:absolute;}
.full .wpcf7-not-valid-tip{position:relative;}*/
.newform form p input.form-control {
    border: 1px solid #F2F3F5;
}

.wpcf7-not-valid-tip {
    display: none;
}

.full.buttonr .wpcf7-not-valid-tip {
    display: block;
}

.newform form p input.form-control.wpcf7-not-valid {
    border: 1px solid #dc3232;
}

.newform form p textarea.form-control.wpcf7-not-valid {
    border: 1px solid #dc3232;
}

@media (max-width: 1024px) {
    .p_new_block h3 {
        margin-top: 0px;
    }

    .p_new_block h4 {
        padding-left: 21px;
        margin: 0 0 14px;
        line-height: 120%;
    }

    .elementor-26074 .elementor-element.elementor-element-a788f00 p br {
        display: none;
    }

    .newform form {
        padding: 24px;
    }

    .newform form .half:nth-child(even) {
        margin-right: 6px;
    }

    .newform form .half:nth-child(odd) {
        margin-left: 6px;
    }

    .newform form .half {
        margin-bottom: 8px;
    }

    .sub input {
        padding: 10px 32px;
        line-height: 16.8px;
        font-size: 14px;
        min-width: 105px;
    }
}

@media (max-width: 767px) {
    .elementor-26074 .elementor-element.elementor-element-6480b51 p br {
        display: none;
    }

    .p_new_block .elementor-image-box-wrapper {
        display: flex;
    }

    .p_new_block .elementor-image-box-content {
        margin-left: 15px;
    }

    .p_new_block h4 {
        margin: 0 0 10px;
    }

    .p_new_block .elementor-image-box-img img {
        height: 100%;
        object-fit: cover;
    }

    .p_new_block .elementor-image-box-content p {
        margin: 0px;
        line-height: 0px;
    }

    .newform form {
        padding: 24px 16px;
    }

    .elementor-26074 .elementor-element.elementor-element-bebecfd h6 {
        max-width: 280px;
        margin: 0 auto;
    }

    .newform form p input.form-control {
        border: 1px solid #F2F3F5;
    }

    .wpcf7-not-valid-tip {
        display: none;
    }

    .full.buttonr .wpcf7-not-valid-tip {
        display: block;
    }

    .newform form p input.form-control.wpcf7-not-valid {
        border: 1px solid #dc3232;
    }

    .newform form p textarea.form-control.wpcf7-not-valid {
        border: 1px solid #dc3232;
    }
}
.c-review-wrap>div{
    text-align: center;
}
.c-review-wrap img{
    max-width: 100%;
    margin-bottom: 10px;
}
.c-review-wrap a{
   font-weight: bold !important;
    color: #0e17c5 !important;
}
.c-review-wrap a:hover{
    text-decoration: underline;
}
.c-bottom-fix{
    position:fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: center;
}
.c-bottom-fix.dn{
    display: none;
}
.c-bottom-fix a{
    background-color: var(--e-global-color-btn);
    color: #fff !important;
    font-weight: bold;
}
#c-num-1{
    box-shadow: 0 1px 3px rgba(158, 158, 158, 0.7);
    border: 1px solid var(--e-global-color-btn);
}