@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible !important;
}

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

html {
    overflow-x: hidden;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

iframe {
    width: 100%;
    max-width: 100%;
}

:root {
    --white: #ffffff;
    --opensans: "Inter", sans-serif;
    --blue: #28538F;
    --sky: #EBFBFF;
    --raleway: "Raleway", sans-serif;
}

/**
 * Remove default margin.
 */

ul {
    list-style: none;
    color: var();
}

a {
    text-decoration: none;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}


 mark {
    background: #FFE599 !important;
} 

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}


hr {
    box-sizing: content-box;
    height: 0;
}



input {
    line-height: normal;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


textarea {
    overflow: auto;
}




::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: inherit;
    opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: inherit;
    opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.7;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 18px !important;
    line-height: 170% !important;
    color: #363636 !important;
    background: var(--white);
    position: relative;
    font-family: var(--opensans) !important;
}

.container:after,
.container:before {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto !important;
    display: block;
}

a,
button,
input {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none !important;
}


.emsense-sec {
    padding: 30px 0 90px;
}

.emsense-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 15px;
}
.emsense-container p{
    font-weight: 400;
    font-size: 14px;
    line-height: 190%;
    letter-spacing: 0%;
    color: #1D3557;
    margin-bottom: 20px;
}
.emsense-container p:last-child{
    margin-bottom: 0;
}
.emsense-head-bottom {
    border-bottom: 0.3px solid #C4C4C4;
    padding: 0px 0 15px;
}

.header_top_info{
    font-size: 16px;
    text-align: center;
    background:#333333;
    line-height: 120% !important;
    padding: 4px 0;
    color: white;
    margin-bottom: 15px;
}
.logo_sec{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.logo_sec b{
    font-size: 20px;
    font-weight: 500 !important;
    color: #346fc2;
    padding: 3px 0 3px 10px;
    margin-left: 10px;
    border-left: 1px solid rgb(51, 41, 41);
}
.logo_sec img {
    min-width: 150px;
    max-width: 210px;
}


.emsense-details-wrapper h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #2B2D42;
}
.emsense-details-wrapper h1 em{
    font-style: normal;
}
h4.lh-base {
    background: #fff3cd;
    padding: 16px;
    margin-bottom: 35px ;
    color: #2B2D42;
}
h4.lh-base.dotted{
    border: 1px dotted #D54646;
}
.emsense-rating-author-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    font-family: var(--inter);
    color: #939393;
}

.emsense-author {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #919BA3;
}

.emsense-rating {
    color: #FED030;
    font-size: 12px;
}

.emsense-author>img {
    width: 53px !important;
    height: 53px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    object-fit: cover;
    object-position: center;
    margin: 0 !important;
}

.emsense-author em {
    color: #363636;
    font-style: normal;
}

.emsense-author strong {
    color: #363636;
}

.emsense-details-wrapper img {
    width: 100%;
    margin-bottom: 20px;
}

img.custom-emsense-icon {
    width: 54px;
    min-width: 54px;
}

.emsense-details-wrapper blockquote {
    padding: 14px 16px;
    background-color: var(--sky);
    color: #0073A0;
    font-weight: 600;
    font-size: 21px;
    line-height: 170%;
    font-style: italic;
}


.emsense-details-wrapper .share-social-sec {
    margin-bottom: 30px;
    margin-top: 20px;
}

.emsense-details-wrapper h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 20px;
    color: #2B2D42;
}

.emsense-details-wrapper h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 20px;
}

.emsense-details-wrapper hr {
    margin: 2rem 0;
    border-color: #C4C4C4;
}


.card.bg-warning.rounded-0 {
    background: #FFF3CD !important;
}

@media (min-width: 1440.98px) {
    .emsense-details-wrapper p {
        margin-bottom: 20px;
    }
}



.emsense-details-wrapper ul,
.emsense-details-wrapper ol {
    padding: 0 0 0 0px;
    list-style-type: none;
    margin-bottom: 30px;
}

.emsense-details-wrapper ol li {
    background: url(images/Arrow.png) no-repeat top 6px left;
    padding-left: 35px;
    margin-bottom: 8px;
}

.emsense-details-wrapper ol.alert-list li {
    background: url('data:image/svg+xml,<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 0.5L18.5 17.5H0.5L9.5 0.5Z" fill="%23FED030" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.5 7.5V11.5" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.5 14.5V14.51" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat top 6px left;
}

.emsense-details-wrapper .days ul li {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='17' fill='%2356D08A'/%3E%3Cpath d='M8.66797 22.8337C8.66797 24.2503 9.7513 25.3337 11.168 25.3337H22.8346C24.2513 25.3337 25.3346 24.2503 25.3346 22.8337V16.167H8.66797V22.8337ZM22.8346 10.3337H21.168V9.50033C21.168 9.00033 20.8346 8.66699 20.3346 8.66699C19.8346 8.66699 19.5013 9.00033 19.5013 9.50033V10.3337H14.5013V9.50033C14.5013 9.00033 14.168 8.66699 13.668 8.66699C13.168 8.66699 12.8346 9.00033 12.8346 9.50033V10.3337H11.168C9.7513 10.3337 8.66797 11.417 8.66797 12.8337V14.5003H25.3346V12.8337C25.3346 11.417 24.2513 10.3337 22.8346 10.3337Z' fill='white'/%3E%3C/svg%3E%0A");
    padding-left: 55px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-size: 35px 35px !important;
}

.emsense-details-wrapper ul.red-cross li {
    background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5 0C17.8595 0 23 5.1405 23 11.5C23 17.8595 17.8595 23 11.5 23C5.1405 23 0 17.8595 0 11.5C0 5.1405 5.1405 0 11.5 0ZM15.6285 5.75L11.5 9.8785L7.3715 5.75L5.75 7.3715L9.8785 11.5L5.75 15.6285L7.3715 17.25L11.5 13.1215L15.6285 17.25L17.25 15.6285L13.1215 11.5L17.25 7.3715L15.6285 5.75Z" fill="%23DF3333"/></svg>');
    padding-left: 40px;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.emsense-details-wrapper ul li h5{
    font-family: var(--opensans);
    font-weight: 700;
    font-size: 20px;
    line-height: 170%;
    color: #2B2D42;
    margin-bottom: 2px;
}
.emsense-details-wrapper .item-list {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
}

.emsense-details-wrapper .item-list p {
    margin: 0;
}

.emsense-details-wrapper .item-list .item-left {
    min-width: 70px;
}

.emsense-details-wrapper blockquote {
    background-color: #F0F6FF;
    padding: 27px 34px;
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
    font-style: normal;
    color: #363636;
}

.emsense-review-box {
    background: #F0F6FF;
    padding: 23px 60px;
    font-size: 30px;
    line-height: 50px;
    font-style: italic;
    margin-bottom: 20px;
}

.emsense-review-holder .emsense-review-box+img {
    width: auto;
}

.emsense-review-holder {
    margin-bottom: 60px;
}

.emsense-sec .emsense-right .big-green-btn a {
    font-size: 18px !important;
}

.big-green-btn a {
    font-weight: 700;
    font-size: 40px;
    background: linear-gradient(90deg, #00C249 0%, #00C249 100%);
    display: block;
    box-shadow: none;
    border-bottom: none;
    border-radius: 14px;
    text-shadow: 0px 4px 4px #00000040;
    color: var(--white);
    text-align: center;
    margin: 30px 0 5px;
    padding: 12px 20px;
    line-height: 130%;
    box-shadow: 0px 6px 9px 0px #00000029;
}
.emsense-details-right .big-green-btn a{
    padding: 6px 20px;
}
.update_bx{
    border-top: 4px solid #2B2D42;
}
.upb_top{
    padding: 25px;
    padding-top: 30px;
    overflow: hidden;
    clear: both;
    position: relative;
}
.emsense-details-wrapper .upb_top p b{
    color: #EB0505;
    font-style: normal;
}
.emsense-details-wrapper .upb_top p strong,.emsense-details-wrapper .upb_top p{
    font-style: normal;
}
.upb_top h2,.upb_top p{
    font-style: italic;
}

.upb_top p i{
    color: #2B2D42;
    font-weight: 700;
    display: inline-block;
}
.upb_top h2 i,.upb_top p em,.upb_top p b{
    display: inline-block;
    color: #EB0505;
}
.upb_top img{
    float: right;
    width: auto;
    border-radius: 10px;
    margin: 12px 0 12px 30px;
}
.upb_btm {
    padding: 25px;
    text-align: center;
    overflow: hidden;
    clear: both;
}
.emsense-sec .big-green-btn a {
    border-bottom: 4px #028332 solid;
}
.badge_part{
    padding-bottom: 25px;
}
.emsense-details-wrapper p i {
    font-family: var(--opensans);
    font-weight: 600;
    font-size: 21px;
    line-height: 160%;
    color: #2B2D42;
}
.badge_part img{
    margin-bottom: 10px;
}
.emsense-details-wrapper .badge_part p{
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 130%;
    color: #2B2D42;
    margin-bottom: 0;
}
.emsense-details-wrapper .upb_btm h4,.emsense-details-wrapper .upb_btm h5{
    font-family: var(--opensans);
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #2B2D42;
    padding: 25px 0 20px;
}
.emsense-details-wrapper .upb_btm h5{
    padding: 0;
    font-size: 24px;
    color: #EB0505;
}
.upb_btm .big-green-btn a{
    margin: 20px 0;
}
.upb_btm .big-green-btn a em{
    font-family: var(--opensans);
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-style: normal;
    margin-bottom: 1px;
}
.upb_btm .big-green-btn a b{
    font-family: var(--opensans);
    font-size: 24px;
    font-weight: 700 !important;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.safe_sec{
    font-family: var(--opensans);
    font-weight: 700;
    font-style: Italic;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #2B2D42;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.review_bx{
    background: #EFEFEF;
    padding: 14px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.emsense-details-right .review_bx h4{
    font-family: var(--opensans);
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #2B2D42 !important;
    margin-bottom: 5px;
}
.review_bx p{
    font-family: var(--opensans);
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 0;
    color: #333333;
}
.small_info {
    text-align: center;
}
.emsense-details-right .small_info a{
    font-family: var(--opensans);
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    text-decoration: underline !important;
    color: #2B2D42;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.emsense-details-right .small_info a:hover{
    color: #028332;
}
.ratings_bx{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 13px;
}
.stars{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.stars i {
    color: #FFA823;
    font-size: 18px;
}
.stars i.disabled,.disabled{
    color: #C3C3C3;
}
.lines{
    height: 5px;
    flex-grow: 1;
    background: #D9D9D9;
    border-radius: 1000px;
    position: relative;
    overflow: hidden;
}
.lines::after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 90%;
    content: "";
    background: #10B44E;
    border-radius: 1000px;
}
.ratings_bx:nth-child(2) .lines::after{
    width: 80%;
}
.ratings_bx:nth-child(3) .lines::after{
    width: 50%;
}
.ratings_bx:nth-child(4) .lines::after{
    width: 30%;
}
.ratings_bx:nth-child(5) .lines::after{
    width: 10%;
}
@media (min-width:1024px) {
    .emsense-sec .big-green-btn a {
        font-size: 24px;
    }

}

.big-green-btn a:hover {
    transform: translateY(-3px);
}


.custom-bloq {
    padding: 26px 27px;
    background: #EBFBFF;
    border: 2px dashed #1E5FB9;
    font-size: 30px;
    line-height: 50px;
}

.emsense-details-right {
    border: 1px solid #D4D4D4;
    box-shadow: 0px 4px 4px 0px #0000000F;
    font-size: 20px;
    text-align: center;
    padding: 16px;
    border-radius: 10px;
}
.emsense-details-right .top_part{
    background-color: #F3F3F3;
    padding: 20px 20px;
    border-radius: 10px;
}

.emsense-details-right img {
    margin: 24px auto;
}

.emsense-details-right h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 12px;
    color: #2B2D42;
}
.emsense-details-right p{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
    color: #3061FF;
}
.rating_star,.ratings_user {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 18px;
}
.rating_star i{
    color: #FFA823;
}
.ratings_user{
    gap: 8px;
}
.ratings_user em{
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #6D6D6D;
    font-style: normal;
}
.emsense-details-right h3+.emsense-rating-author-info {
    justify-content: center;
}

.emsense-details-right h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #3870BC;
    margin-bottom: 12px;
}

/* * {
    transform: none !important;
    filter: none !important;
} */

.emsense-row {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    align-items: start;
}

.emsense-right {
    /* min-width: 425px; */
    align-self: flex-start !important;
    position: sticky !important;
    top: 15px !important;
}


.share-social-list {
    display: flex;
    gap: 9px;
}

.share-social-list a.item {
    width: 100%;
    background: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    padding: 13px 10px 13px;
    line-height: 150%;
    text-transform: uppercase;
    gap: 6px;
}

.share-social-list a.item p {
    margin: 0;
}

.share-social-list i {
    font-size: 18px;
}
.testi_bx{
    display: flex;
    justify-content: flex-start;
    gap: 15px 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
}
.testi_bx p a{
    font-weight: 700;
}
.testi_img {
    min-width: 265px;
    max-width: 265px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden ;
}
.testi_img img{
    width: 100%;
    height: 100% !important;
    margin: 0;
    border-radius: 10px;
    display: block;
}
.testi_text{
    flex-grow: 1;
}
.client_ratings {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    color: #E0B10F;
    gap: 4px;
    margin-bottom: 15px;
}
.testi_text p{
    color: #333333 !important;
    margin-bottom: 15px !important;
}
.clients,.left_name,.verify{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px 20px;
}
.left_name{
    gap: 15px;
}
.left_name b{
    font-family: var(--opensans);
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 160%;
    color: #2B2D42;
}
.left_name img{
    width: 40px;
    height: 40px !important;
    margin: 0;
    border-radius: 50%;
}
.verify{
    gap: 5px;
    font-family: var(--opensans);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #333333;
    border-left: 1px solid #B0B0B0;
    padding-left: 20px;
}
.verify em{
    display: inline-block;
    font-style: normal;
}
.verify img{
    margin: 0;
    width: 25px;
    height: 25px;
}
/* Footer start */

footer.main-footer {
    background-color: var(--sky);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1D3557;
    text-align: center;
    padding: 50px 0;
}
footer .footer_text ul li {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: 500;
}

.footer_text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 15px;
    gap: 15px;
}
footer.main-footer a {
    color: #1D3557;
}

footer.main-footer a:hover {
    text-decoration: underline !important;
}


footer.main-footer ul li+li {
    margin-top: 18px;
}

.footer-up {
    padding: 48px 0;
}

.footer-part h4 {
    font-family: var(--raleway);
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 24px;
}

.footer-part ul {
    padding: 0;
    margin: 0;
}

.footer-up>.row>*:nth-child(3),
.footer-up>.row>*:nth-child(4) {
    border-left: 1px #D4E4E8 solid;
}


.footer-up>.row>*:nth-child(3),
.footer-up>.row>*:nth-child(4) {
    padding-left: 64px;
}

.footer-down {
    padding: 40px 0;
    border-top: 1px #D4E4E8 solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-down .top-social a {
    width: 28px;
    height: 28px;
    color: var(--blue);
}

.footer-down .top-social a:hover {
    background-color: var(--blue);
    color: var(--white);
    text-decoration: none !important;
}
.emsense-details-wrapper p{
    font-family: var(--opensans);
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    margin-bottom: 20px;
    color: #333333;
}
.emsense-details-wrapper p b,.emsense-details-wrapper p strong{
    color: #2B2D42;
}
.emsense-details-wrapper p a{
    font-weight: 700;
    display: inline-block;
}
.emsense-details-wrapper img {
    border-radius: 10px;
    display: block;
    overflow: hidden ;
}
.days{
    padding: 20px;
    margin-bottom: 20px;
    background: #E9FFF3;
}
.days ul{
    margin: 0;
    padding: 0;
}
/* Footer end */

.bottom_chat_sec{
    padding-top: 30px;
}
.main_chat_bx{
    margin-bottom: 30px;
}
.bx_top ,.sub_chat_bx{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    position: relative;
}
.chats_img{
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.sub_chat_bx{
    margin-bottom: 20px;
    margin-left: 75px;
}
.sub_chat_bx::after{
    position: absolute;
    left: -16px;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
    background: #D7D7D7;
}
.sub_chat_bx + .sub_chat_bx{
    margin-left: 140px;
}
.sub_chat_bx + .sub_chat_bx + .sub_chat_bx {
    margin-left: 205px;
}
.sub_chat_bx + .sub_chat_bx + .sub_chat_bx + .sub_chat_bx{
    margin-left: 270px;
}
.sub_chat_bx .chats_img{
    width: 32px;
    height: 32px;
    min-width: 32px;
}
.chats_text{
    flex-grow: 1;
}
.chats_img img{
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    margin-bottom: 0;
}
.chats_text h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #3061FF;
    margin-bottom: 3px;
}
.sub_chat_bx .chats_text h4{
    font-size: 18px;
}
.emsense-details-wrapper .chats_text p{
    font-weight: 400;
    font-size: 20px;
    line-height: 170%;
    color: #333333;
    margin-bottom: 10px;
}
.rct{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.chats_text ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 35px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.chats_text ul li{
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    position: relative;
    color: #333333;
    padding: 0;
    background: transparent;
}
.chats_text ul li::after{
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #D9D9D9;
    content: "";
}
.chats_text ul li:last-child:after{
    display: none;
}
.chats_text ul li em{
    font-style: normal;
}
.chats_text ul li small{
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color:#999999;
}
@media (min-width: 991.98px) {  
    .mobile-show-btn {
        display: none;
    }
}




/*dolan css Start */
    .article-meta {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 18px;
      margin-bottom: 20px;
      color: #333333;
      font-size: 14px;
      font-weight: 600;
    }

    .article-meta span {
      position: relative;
      padding-right: 18px;
    }

    .article-meta span:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 18px;
      background: #b9b9b9;
    }

    .article-author {
      margin-bottom: 20px;
    }

    .article-author h4 {
      margin: 0 0 5px;
      font-size: 14px;
      font-weight: 500;
      line-height: 130%;
      color: #333333;
    }

    .article-author p {
      margin: 0;
      font-size: 13px !important;
      font-weight: 400;
      line-height: 130%;
      color: #555 !important;
    }

    .symptoms-list ul li {
      position: relative;
      padding-left: 42px;
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: 700;
      color: #333333;
      line-height: 160%;
    }

    .symptoms-list ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 2px;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-size: contain !important;
      background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%2356D08A'/%3E%3Cpath d='M12.2 18.5L8.7 15L7.3 16.4L12.2 21.3L21 12.5L19.6 11.1L12.2 18.5Z' fill='white'/%3E%3C/svg%3E");
    }
    /*.....testimonial start ...*/
    .doctor-testimonial {
      position: relative;
      display: flex;
      align-items: flex-start;
      gap: 30px;
      background: #f9ffd5;
      padding: 32px 48px;
      overflow: hidden;
      box-shadow: 3px 3px 0px 0px #f9d18c;
      z-index: 2;
      margin-bottom: 32px;
    }

    .doctor-testimonial::after {
      content: "";
      position: absolute;
      top: -6px;
      right: 20px;
      width: 55px;
      height: 55px;
      background: url("./images/june3-d5.svg") center center no-repeat;
      background-size: contain;
      z-index: 1;
    }

    .doctor-img {
      width: 129px;
      min-width: 129px;
    }

    .doctor-img img {
      width: 129px;
      height: 129px !important;
      border-radius: 50%;
      object-fit: cover;
      display: block;
    }

    .doctor-content {
      flex: 1;
    }

    .doctor-content p {
      margin-bottom: 7px !important;
    }

    .doctor-content h4 {
      margin: 14px 0 0;
      font-size: 20px;
      font-weight: 400;
      color: #2f3550;
    }
    /*.....testimonial end ...*/
    /*...green ul li  start... */
    


    .benefits-box {

      padding: 20px;
      margin-bottom: 20px;
    }

.benefits-box ul {
    padding: 0 0 0 24px!important;
    margin-bottom: 0px !important;
}

    .benefits-list {
      margin: 0;
      padding-left: 28px;
      list-style: disc !important;
    }

    .benefits-list li {
      padding: 0;
      margin: 0;
      color: #333;
      font-size: 22px;
      line-height: 1.4;
      list-style: disc !important;
    }

    .benefits-list li+li {
      margin-top: 16px;
    }
    /* ..green ul li end ..*/
    /*...review card start.. */
    .single_testi {
    background: #F9FFD5;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 20px;
}

.single_testi_card {
    width: 50%;
    background: var(--white);
    padding: 18px;
    box-shadow: 0px 4px 14px 0px #00000014;
    border: 1px solid #D4D4D4;
}

.single_testi_card img {
  width: 100%;
  max-height: 396px;
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
  border-radius: 0px !important;
}

.single_testi_card .client_ratings {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 16px;
    margin-bottom: 8px;
}

.single_testi_card .client_ratings .disabled {
  color: #cfcfcf;
}

.single_testi_card h4 {
   
    font-weight: 600;
    font-size: 19px;
    line-height: 150%;
    color: #2b2d42;
    margin: 0;
  
}

.single_testi_text {
    width: 60%;
}

.single_testi_text p {

  font-style: italic;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5;
  color: #222;
  margin: 0;
}
/*..review card end..*/
/*.. add section ..*/

.stock_offer_bx {
  background: #fffaf0;
  border-top: 4px solid #2b2d42;
  padding: 22px 24px 18px;
  text-align: center;
  margin-bottom: 20px;
}

.emsense-details-wrapper .stock_offer_bx h4{
  margin-bottom: 20px;
}
.emsense-details-wrapper .stock_offer_bx h4 b {
    color: #EB0505;
    font-style: normal;
}

.stock_offer_bx b {
  font-weight: 700;
  color: #222;
}

.offer_img {
    text-align: center;
    margin: 22px 0 18px;
    position: relative;
}

.offer_img img {
  max-width: 360px;
  width: 100%;
  display: block;
  margin: 0 auto;
}



.stock_offer_bx  .big-green-btn a {
    margin: 20px 0;
}

.stock_offer_bx .big-green-btn a em {
    font-family: var(--opensans);
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-style: normal;
    margin-bottom: 1px;
}
/*.. add end.. */
/*dolan css End */

/* responsive start */

@media (max-width: 1520.98px) {

    .emsense-author>img {
        width: 35px !important;
        height: 35px !important;
    }

    .emsense-details-wrapper h2 {
        font-size: 32px;
        line-height: 45px;
    }

    .emsense-details-right h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .emsense-details-right h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .emsense-details-right img {
        margin: 18px auto;
    }

    .emsense-sec .emsense-right .big-green-btn a {
        font-weight: 800;
        margin: 15px 0 5px;
    }


    /* .big-green-btn a {
        font-size: 24px !important;
    } */

    .custom-bloq,
    .emsense-review-box,
    .emsense-details-wrapper blockquote {
        font-size: 18px;
        line-height: 30px;
    }

    .emsense-review-box {
        padding: 23px 35px;
    }

    .emsense-details-wrapper .days ul li,
    .emsense-details-wrapper ol li {
        background-size: 20px;
    }

    .emsense-details-wrapper ol li,
    .emsense-details-wrapper .days ul li {
        background-position: top 3px left;
    }

}
/*dolan start */
@media (max-width: 1400px) {
  .single_testi {
    padding: 22px;
    gap: 28px;
  }

  .single_testi_card {
    width: 42%;
    padding: 16px;
  }

  .single_testi_text {
    width: 58%;
  }

  .single_testi_card img {
    max-height: 320px;
  }

  .single_testi_card .client_ratings {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .single_testi_card h4 {
    font-size: 18px;
  }

  .single_testi_text p {
    font-size: 19px;
    line-height: 1.45;
  }
    .stock_offer_bx {
    padding: 20px 20px 16px;
  }



  .offer_btn a {
    font-size: 20px;
    padding: 13px 16px;
  }
}
/*dolan end */
@media (max-width: 1366.98px) {

    .emsense-details-right img {
        max-width: 290px;
        margin: 10px auto;
    }
}

@media (max-width: 1199.98px) {
    .emsense-details-wrapper h1 {
        font-size: 32px;
    }

    .emsense-details-wrapper h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .emsense-details-right h3 {
        font-size: 22px;
        line-height: 32px;
    }

    body {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .big-green-btn a {
        font-size: 18px !important;
        font-weight: 700;
    }
}

@media (max-width: 1080.98px) {
    /* .emsense-row {
        grid-template-columns: 1fr 380px;
    } */
}

@media (max-width: 1024.98px) {

    .footer-up>.row>*:nth-child(3),
    .footer-up>.row>*:nth-child(4) {
        padding-left: 40px;
    }
}

@media (max-width: 991.98px) {
    .emsense-row {
        display: block;
    }
    footer.main-footer {
    padding-bottom: 80px;
}
    .chats_text ul li {
        padding: 0 !important;
    }
    .emsense-details-wrapper p,.emsense-details-wrapper p i {
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 12px;
}
.emsense-details-wrapper ul li h5 {
    font-size: 18px;
}
.emsense-details-wrapper .days ul li {
    padding-left: 38px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-size: 25px 25px !important;
    background-position: top 5px left 0;
}
.emsense-details-wrapper p i {
    margin-bottom: 0;
}
h4.lh-base {
    font-size: 17px;
    line-height: 27px !important;
    margin-bottom: 25px;
}
.upb_btm .big-green-btn a em {
    font-size: 21px;
}
.upb_btm .big-green-btn a b {
    font-size: 18px;
}
    .emsense-sec {
        padding: 30px 0 40px;
    }

    .mobile-show-btn.fixed {
        position: fixed;
        width: 100%;
        bottom: 0;
        animation: smoothScroll2 1s forwards;
        z-index: 9999;
        padding: 15px 10px 0;
        border-radius: 15px 15px 0 0;
        background: #a7909094;
    }

    @keyframes smoothScroll2 {
        0% {
            transform: translateY(40px);
        }

        100% {
            transform: translateY(0px);
        }
    }


    .mobile-show-btn .big-green-btn a {
        margin: 0;
        background: #00C249;
        backdrop-filter: blur(5px);
        color: #fff;
    }

    .footer-down {
        padding: 40px 0 60px;
    }
    /*dolan start */



      .symptoms-list ul li {
        font-size: 16px;
        padding-left: 34px;
      }



        .doctor-testimonial {
        padding: 30px;
        gap: 25px;
      }

      .doctor-img,
      .doctor-img img {
        width: 95px;
        min-width: 95px;
        height: 95px !important;
      }

      .doctor-testimonial::after {
        font-size: 90px;
        right: 15px;
      }

        .single_testi {
    gap: 22px;
  }

  .single_testi_card {
    width: 45%;
  }

  .single_testi_text {
    width: 55%;
  }

 .single_testi_card img {
    max-height: unset;
}

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

  .stock_offer_bx  .big-green-btn a em {
        font-size: 21px;
    }

    .emsense-details-right .big-green-btn a{
        padding: 12px 20px;
    }
      /*dolan end*/
}

@media (max-width: 767.98px) {

    .emsense-details-wrapper h1 {
        font-size: 26px;
    }
    .sub_chat_bx {
    margin-bottom: 20px;
    margin-left: 70px !important;
}
    .emsense-details-wrapper .upb_btm h4, .emsense-details-wrapper .upb_btm h5 {
        font-size: 20px;
        padding: 10px 0;
    }
    .emsense-details-wrapper .upb_btm h5 {
        padding: 0;
        font-size: 18px;
    }
    .testi_bx {
    gap: 25px;
    flex-direction: column;
}
.testi_img {
    max-width: unset;
}
.upb_top img {
    float: none;
    width: auto;
    margin: 10px auto;
}

    .emsense-author {
        gap: 8px;
    }

    .emsense-details-wrapper h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .custom-bloq,
    .emsense-review-box,
    .emsense-details-wrapper blockquote {
        font-size: 16px;
        line-height: 26px;
        padding: 20px 22px;
    }

    .emsense-review-holder {
        margin-bottom: 40px;
    }

    .emsense-author {
        gap: 4px;
    }

    .emsense-footer {
        padding-top: 40px;
    }

    img.custom-emsense-icon {
        width: 42px;
        min-width: 42px;
    }

    .footer-up>.row>*:first-child .footer-part {
        margin-bottom: 30px;
    }
    /*dolan start */
      .article-meta {
        gap: 7px;
        font-size: 14px;
      }

      .article-meta {
        margin-bottom: 10px;
      }

          .doctor-testimonial {
        flex-direction: column;
        padding: 25px 20px;
        gap: 20px;
      }

      .doctor-img img {
        width: 100%;
        height: 100% !important;
      }

      .doctor-content h4 {
        font-size: 18px;
      }

      .doctor-testimonial::after {
        font-size: 70px;
        top: -5px;
        right: 10px;
      }

      .benefits-box {
        padding: 16px;
      }

      .benefits-list {
        padding-left: 22px;
      }

      .benefits-list li {
        font-size: 18px;
      }

        .single_testi {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    gap: 25px;
  }
  .single_testi_text {
    width: 100%;
}

  .single_testi_card {
    width: 100%;
  }

  .single_testi_card img {
    height: auto;
  }

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

    .stock_offer_bx {
    padding: 18px 15px 15px;
  }

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

  .offer_img img {
    max-width: 280px;
  }

  .offer_btn a {
    font-size: 17px;
    padding: 12px 12px;
  }
    /*dolan end */
}

@media (max-width: 575.98px) {
    .share-social-list i {
        font-size: 16px;
    }
    .footer_text ul {
    gap: 5px;
    flex-direction: column;
}
.header_top_info {
    font-size: 15px;
    line-height: 140% !important;
}
.logo_sec img {
    min-width: 110px;
    max-width: 180px;
}
.logo_sec {
    justify-content: center;
}
    .share-social-list a.item {
        font-size: 12px;
    }

    .share-social-list {
        gap: 5px;
    }

    .footer-up>.row>*:nth-child(3),
    .footer-up>.row>*:nth-child(4) {
        padding-left: 20px;
    }

    .footer-down {
        padding: 22px 0 65px;
        justify-content: space-between;
        flex-direction: column-reverse;
        text-align: center;
        gap: 10px;
    }
}

@media (max-width: 480.98px) {
    .emsense-footer ul {
        flex-direction: column;
    }

    .emsense-footer ul li {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .chats_text ul {
        align-items: flex-start;
        gap: 3px;
        flex-direction: column;
    }
}

@media (max-width: 420.98px) {

    .footer-up>.row>*:nth-child(3),
    .footer-up>.row>*:nth-child(4),
    .footer-up>.row>*:nth-child(2) {
        width: 50%;
        border: none;
        padding-left: 1.1rem;
    }

    .footer-part {
        margin: 15px 0;
    }

    .footer-up>.row>*:first-child .footer-part {
        margin-bottom: 15px;
    }
    .left_name b {
        font-size: 16px;
    }
    .clients, .left_name, .verify {
        gap: 15px 15px;
        flex-wrap: wrap;
    }
    .footer-up {
        padding: 30px 0;
    }
    .verify {
        padding-left: 10px;
    }
}



