@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

/*body {*/
/*    padding-top:20px;*/
/*}*/

.orbtn {
    background: #f4a529;
    padding: 10px 40px;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    margin-top: 10px;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #1c1c1c;
}

p {
    margin: 0;
    color: #1c1c1c;
}

input,
textarea,
a,
button {
    outline: none !important;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a {
    color: #ff4367;
}

a:hover {
    color: #ff4367;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

a {
    text-decoration: none;
}

body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    background-color: #FEFEFE;
    color: #1c1c1c;
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

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

.font-semi-bold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    color: #303241;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 7px;
}

.form-control {
    height: 48px;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    border-radius: 30px;
    box-shadow: none;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: bold;
    color: #303241;
}

.form-control:focus {
    box-shadow: none;
    background-color: #fff;
    border-color: #ff4367;
}

textarea.form-control {
    height: auto;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.hamburgermenu-content {
    height: auto;
    left: 0;
    position: absolute !important;
    right: 0;
    width: 100%;
    z-index: 50;
    background: white;
    border-top: 1px solid #ededed;
    box-shadow: 0px 41px 42px 4px #26262638;
    padding: 50px 0px;
}




.attr img {
    margin-right: 10px !important;
    margin-left: unset !important;
}
.main-menu .navigation > li {
    float: left !important;
    margin-right: 0px !important;
}
.main-menu .navigation>li>ul>li>a {
    text-align: left !important;
    padding-right: 12px !important;
}
p.tax-price {
    margin-left: 10px !important;
}
.tooltip-outer
 {
    float: right !important;
}
.form-check.form-shavi {
    padding: 20px 40px !important;
}






.hamburgermenu-content .items {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.hamburgermenu-content .item {
    padding: 9px 20px;
    font-size: 16px;
    color: #303241;
    cursor: pointer;
    font-weight: bold;
    width: max-content;
    display: block;

}

.hamburgermenu-content .item:hover {
    cursor: pointer;
    color: #fe7729 !important;
}

.hamburgermenu-content .accordion-body {
    position: relative;
}

.hamburgermenu-content .hamburgermenu-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% + 50px);
    opacity: 0.5;
}

.hamburger-menu .accordion-header {
    line-height: 30px;
}

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

    .hamburger-menu {
        display: none;
    }
}

.bg-primary {
    background-color: #ff4367 !important;
}

.text-primary {
    color: #ff4367 !important;
}

.border-primary {
    border-color: #ff4367 !important;
}

button {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.main-content {
    padding: 60px 0px;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

::-moz-placeholder {
    color: #979797 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

::placeholder {
    color: #979797 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

::-moz-placeholder {
    color: #979797 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

::-ms-placeholder {
    color: #979797 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

::-o-placeholder {
    color: #979797 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

::-webkit-placeholder {
    color: #979797 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.input-icon {
    position: relative;
}

.input-icon .icon {
    position: absolute;
    top: 25px;
    display: flex;
}

.input-icon.icon-right .icon {
    inset-inline-start: 17px;
}

.input-icon.icon-right .form-control {
    padding-inline-start: 65px;
}

.input-icon.icon-left .icon {
    inset-inline-end: 30px;
}

.input-icon.icon-left .form-control {
    padding-inline-end: 35px;
}

.text-muted {
    color: #555555 !important;
}

.text-black {
    color: #303241 !important;
}

.box-shadow {
    box-shadow: 0px 4px 80px 0px rgba(167, 174, 193, 0.15) !important;
}

.rounded-30 {
    border-radius: 30px !important;
}

.rounded-15 {
    border-radius: 15px !important;
}

.text-blue {
    color: #3B82F6 !important;
}

.scroll-to-top, .btn-style-three, .btn-style-six:hover, .mission-section, .btn-style-seven:hover, .product-form .theme-btn, .featured-block-three .inner-box, .emailed-form .theme-btn, .main-slider .tparrows.gyges:hover, .social-icon-four a:hover, .appointment-section, .header-top, .infosection, .news-block .inner-box .image .post-date, .news-block-two .inner-box .image .post-date, .sidebar .search-box .form-group button, .ui-state-active, .ui-widget-content .ui-state-active, .main-menu .navigation > li > ul > li > ul > li > a:hover, .main-menu .navigation > li > ul > li:hover > a, .testimonial-section.style-two .owl-dots .owl-dot.active:before, .blog-single .inner-box .lower-content .title-box .date-box, .pet-block .inner-box .image .overlay-box .overlay-inner .content ul li a:hover {
    background-color: #fcaa29 !important;
}

.text-primary-2 {
    color: #feac29 !important;
}

.hover-primary:hover {
    color: #ff4367 !important;
}

.btn {
    padding: 12px 60px;
    font-size: 16px;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .btn {
        font-size: 14px;
        padding: 12px 12px;
    }
}

.btn-primary {
    color: #FFF;
    background: #ff4367;
    border-color: #ff4367;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-primary::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    width: 0;
    width: 0%;
    right: 0;
    transition: all 0.3s ease-in-out;
    top: 0;
    border-radius: 6px;
    z-index: -1;
    background-color: #701a15;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff !important;
    border-color: #701a15;
    background-color: #ff4367 !important;
    box-shadow: none !important;
}

.btn-primary:hover::before, .btn-primary:focus::before {
    width: 100%;
    left: 0;
    right: auto;
}

.btn-primary-2 {
    color: #FFF;
    background: #feac29;
    border-color: #feac29;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-primary-2::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    width: 0;
    width: 0%;
    right: 0;
    transition: all 0.3s ease-in-out;
    top: 0;
    border-radius: 6px;
    z-index: -1;
    background-color: #d08c1d;
}

.btn-primary-2:hover, .btn-primary-2:focus {
    color: #fff !important;
    border-color: #faa920;
    background-color: #feac29 !important;
    box-shadow: none !important;
}

.btn-primary-2:hover::before, .btn-primary-2:focus::before {
    width: 100%;
    left: 0;
    right: auto;
}

.btn-outline-primary {
    color: #2C2C2C;
    background: #FFF;
    border-color: #ff4367;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-outline-primary::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    width: 0;
    width: 0%;
    right: 0;
    transition: all 0.3s ease-in-out;
    top: 0;
    border-radius: 6px;
    z-index: -1;
    background-color: #ff4367;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    color: #fff !important;
    border-color: #ff4367;
    background-color: #FFF !important;
    box-shadow: none !important;
}

.btn-outline-primary:hover::before, .btn-outline-primary:focus::before {
    width: 100%;
    left: 0;
    right: auto;
}

.btn-white {
    color: #ff4367;
    background: #FFF;
    border-color: #FFF;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-white::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    width: 0;
    width: 0%;
    right: 0;
    transition: all 0.3s ease-in-out;
    top: 0;
    border-radius: 6px;
    z-index: -1;
    background-color: #ff4367;
}

.btn-white:hover, .btn-white:focus {
    color: #fff !important;
    border-color: #ff4367;
    background-color: #FFF !important;
    box-shadow: none !important;
}

.btn-white:hover::before, .btn-white:focus::before {
    width: 100%;
    left: 0;
    right: auto;
}

.pagination .page-item {
    margin: 0px 6px;
}

.pagination .page-item .page-link {
    color: #ff4367;
    border-radius: 6px;
    background-color: #FFF;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #303241;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 0px solid #E5E5E5;
    width: 40px;
    line-height: 1;
}

.pagination .page-item .page-link:hover {
    color: #fff;
    background-color: #ff4367 !important;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #feac29 !important;
}

.m-checkbox {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #000000;
}

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

/* Create a custom checkbox */
.m-checkbox .checkmark {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 2px solid #F2F2F2;
    background-color: #FFF;
    left: 0px;
    top: 50%;
    display: block;
    transform: translateY(-50%);
}

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

/* Show the checkmark when checked */
.m-checkbox input:checked ~ .checkmark {
    border-color: #ff4367;
}

.m-checkbox input:checked ~ .checkmark:after {
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-checkbox .checkmark:after {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: #ff4367;
    width: 20px;
    height: 20px;
    font-weight: bold;
    content: "\f00c";
    font-family: "Font Awesome 6 free";
    font-size: 12px;
}

.m-radio {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #000000;
}

@media (max-width: 991px) {
    .m-radio {
        font-size: 12px;
        margin-bottom: 7px;
    }
}

.m-radio .checkmark {
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #fff;
    left: 0px;
    top: 50%;
    display: block;
    transition: opacity 0.3s ease-in-out;
    transform: translateY(-50%);
    border: 2px solid #F2F2F2;
}

.m-radio .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

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

/* Show the checkmark when checked */
.m-radio input:checked ~ .checkmark {
    border-color: #ff4367;
}

.m-radio input:checked ~ .checkmark:after {
    opacity: 1;
}

.m-radio .checkmark:after {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    font-size: 12px;
    content: "";
    width: 14px;
    height: 14px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ff4367;
}

html[dir=rtl] .m-checkbox {
    padding-right: 25px;
}

html[dir=rtl] .m-checkbox .checkmark {
    right: 0px;
}

html[dir=rtl] .m-radio {
    padding-right: 25px;
}

html[dir=rtl] .m-radio .checkmark {
    right: 0px;
}

html[dir=ltr] .m-checkbox {
    padding-left: 25px;
}

html[dir=ltr] .m-checkbox .checkmark {
    left: 0px;
}

html[dir=ltr] .m-radio {
    padding-left: 25px;
}

html[dir=ltr] .m-radio .checkmark {
    left: 0px;
}

.breadcrumb {
    background: transparent;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 0;
}

.breadcrumb .breadcrumb-item {
    color: #777777;
    font-size: 16px;
}

.breadcrumb .breadcrumb-item a {
    color: #777777;
    transition: color 0.2s ease-in-out;
}

.breadcrumb .breadcrumb-item:hover, .breadcrumb .breadcrumb-item.active {
    color: #ff4367;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
    padding-right: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    content: "\f053";
    font-family: "Font Awesome 6 free";
    color: #000;
    font-size: 14px;
    border-radius: 50%;
    padding: 0;
    font-weight: bold;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    margin-top: 7px;
}

.main-header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    box-shadow: 0px 7px 58px 0px rgba(177, 177, 177, 0.1);
    background-color: #FFF;
}

.main-header .navbar .navbar-collapse .nav-link {
    display: block;
    padding: 9px 20px;
    font-size: 16px;
    color: #303241;
    cursor: pointer;
    font-weight: bold;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.main-header .navbar .navbar-collapse .nav-link.active, .main-header .navbar .navbar-collapse .nav-link:hover {
    color: #fe7729;
}

@media (min-width: 992px) {
    .main-header .navbar .navbar-collapse .register {
        border-right: 1px solid #28343D;
    }
}

@media (max-width: 991px) {
    .main-header .navbar-brand img {
        max-height: 50px;
    }

    .main-header .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .main-header .navbar .navbar-collapse .nav-link {
        color: #2b2b2b;
        font-size: 14px;
    }
}

.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler {
    position: relative;
    z-index: 99999;
}

.navbar-toggler:not(.collapsed) i::before {
    content: "\f00d";
}

@media (min-width: 992px) and (max-width: 1200px) {
    .main-header .navbar .navbar-collapse .nav-link {
        padding: 9px 12px;
        font-size: 14px;
    }
}

/*@media (min-width: 1200px) {*/
/*  .container {*/
/*    width: 1170px;*/
/*    max-width: 100%;*/
/*  }*/
/*}*/
.section {
    padding: 60px 0px;
}

@media (max-width: 991px) {
    .section {
        padding: 40px 0;
    }
}

.section-login {
    min-height: 100vh;
}

.section-login .form-control {
    height: 64px;
}

.section-login .btn {
    padding: 19px 50px;
}

.bg-login {
    background: url(../images/auth/bg-login.png);
    background-position: right;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}

@media (min-width: 992px) {
    .bg-login {
        min-height: 100vh;
    }
}

@media (max-width: 992px) {
    .bg-login {
        height: 400px;
    }
}

.bg-login-2 {
    background: url(../images/bg-login-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .bg-login-2 {
        min-height: 100vh;
    }
}

@media (max-width: 992px) {
    .bg-login-2 {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .content-login {
        padding-top: 30px;
    }
}

@media (max-width: 992px) {
    .content-login {
        padding-top: 100px;
    }
}

@media (min-width: 992px) {
    .login-title {
        white-space: nowrap;
        font-size: 46px;
    }
}

@media (max-width: 992px) {
    .login-title {
        font-size: 24px;
    }
}

.login-logo {
    inset-inline-start: 100px;
    margin-top: 20px;
    z-index: 1;
}

@media (max-width: 991px) {
    .login-logo {
        inset-inline-start: 20px;
    }
}

.input-activate {
    display: flex;
}

.input-activate .form-control {
    width: 100%;
    height: 72px;
    text-align: center;
    margin-inline-end: 8px;
    border-radius: 10px;
    letter-spacing: 30px;
}

.form-contact .input-icon .icon::before {
    position: absolute;
    content: "";
    inset-inline-end: -15px;
    width: 2px;
    height: 32px;
    background-color: #f2f2f2;
    top: 50%;
    transform: translateY(-50%);
}

.padding-top-20 {
    padding-top: 20px !important;
}

.card {
    border-radius: 24px;
    background: #fff;
    border: 0;
    box-shadow: 0px 0px 100px 0px rgba(212, 212, 212, 0.25);
    padding: 40px;
}

.nav-profile li {
    margin-bottom: 10px;
}

.nav-profile li a {
    display: flex;
    align-items: center;
    border-radius: 30px;
    font-size: 16px;
    padding: 12px 20px;
    color: #303241;
    margin: 5px 0;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.nav-profile li a img {
    transition: filter 0.2s ease-in-out;
}

.nav-profile li a.active, .nav-profile li a:hover {
    background-color: #feeac9;
    color: #a83ff1;
}

.btn-submit-source, .btn-green-n {
    background: #1ab489 !important;
    color: #fff;
    float: left;
}

.widget_item-pet .widget_item-image {
    height: 84px;
    width: 84px;
}

.widget_item-pet .widget_item-action a {
    font-size: 17px;
    padding: 2px 5px;
    color: #c6c6cc;
    display: inline-block;
    margin: 0px 2px;
}

.widget_item-pet .widget_item-action a:hover {
    color: #ff4367;
}

@media (max-width: 991px) {
    .widget_item-pet h3 {
        font-size: 14px;
    }
}

.widget_item-service {
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    background: #fff;
    padding: 24px;
    margin-bottom: 16px;
}

.widget_item-service:hover {
    border-color: #ff4367;
}

.widget_item-price {
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 7px 58px 0px rgba(177, 177, 177, 0.1);
}

.widget_item-price .widget_item-image img {
    width: 100%;
    height: 140px;
}

.widget_item-price .widget_item-content {
    padding: 25px 70px;
}

.widget_item-price .widget_item-price {
    font-size: 42px;
}

.page-header {
    padding: 90px 0 10px;
}

.page-header .title {
    font-size: 55px;
}

.page-header .breadcrumb-item {
    font-size: 25px;
    color: #303241 !important;
}

.page-header .breadcrumb-item a {
    color: #303241;
}

@media (max-width: 991px) {
    .page-header {
        background: #feeac9 !important;
        padding: 90px 0 20px;
    }

    .page-header .title {
        font-size: 35px;
    }

    .page-header .breadcrumb-item {
        font-size: 20px;
    }
}

.widget_item-about {
    border-radius: 40px;
    padding: 40px;
    background: #fff;
    box-shadow: 0px 7px 58px 0px rgba(177, 177, 177, 0.1);
}

.widget_item-about .widget_item-image {
    height: 60px;
}

.widget_item-about .widget_item-image img {
    max-height: 60px;
}

.widget_item-clinic {
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 7px 58px 0px rgba(177, 177, 177, 0.1);
}

.widget_item-clinic .widget_item-image {
    position: relative;
    height: 0;
    padding-top: 66%;
}

.widget_item-clinic .widget_item-image img {
    height: 100%;
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}

.widget_item-clinic .widget_item-content {
    padding: 16px;
}

.widget_item-clinic .widget_item-title {
    height: 25px;
    overflow: hidden;
}

.widget_item-clinic .widget_item-title a {
    color: #303241;
}

.filter {
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 7px 58px 0px rgba(177, 177, 177, 0.1);
    padding: 30px;
}

@media (min-width: 992px) {
    .filter {
        margin-top: 0;
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-container.gallery .event-single-image {
    position: relative;
    height: 0;
    padding-top: 56%;
}

.swiper-container.gallery .event-single-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
}

.swiper-container.gallery-thumbs .event-single-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 170px;
    width: 100%;
    border-radius: 24px;
    cursor: pointer;
}

#map {
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

.bg-light-primary {
    background: rgba(238, 49, 79, 0.06);
}

.clinics-contact-banner {
    background: #f4f4f4;
    padding: 22px;
}

.clinics-contact-banner .flex-content {
    display: flex;
    gap: 50px;
    align-items: center;
}

.clinics-contact-banner .flex-content .item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.clinics-contact-banner .flex-content .item span {
    font-size: 17px;
    font-weight: 400;
    color: #313131;
}

@media (max-width: 600px) {
    .clinics-contact-banner .flex-content {
        row-gap: 15px;
        column-gap: 20px;
        flex-wrap: wrap;
    }

    .clinics-contact-banner .flex-content .item {
        gap: 5px;
    }

    .clinics-contact-banner .flex-content .item svg {
        width: 20px;
        height: 20px;
    }

    .clinics-contact-banner .flex-content .item span {
        font-size: 15px;
    }
}

.clinics-social-media-content .flex-content {
    justify-content: center;
    display: flex;
    gap: 20px;
    align-items: center;
}

.clinics-social-media-content .flex-content svg {
    width: 40px;
    height: 40px;
    fill: #303243;
}

/* services-packages-section */
.services-packages-section {
    margin-bottom: 60px;
    margin-top: 60px;
}

.services-packages-section .filter {
    margin-bottom: 80px;
}

.services-packages-section .filter .filter-submit-btn-content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.services-packages-section .filter .filter-submit-btn-content button {
    height: 56px;
}

.services-packages-section .title {
    font-size: 40px;
    font-weight: 600;
    color: #313131;
    margin-bottom: 30px;
}

.services-packages-section .nav-tabs {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 0;
}

#servicesTabsContent .services-animals-tag {
    position: relative;
}

#servicesTabsContent .services-animals-tag img {
    width: 30px;
    min-width: 30px;
}

#servicesTabsContent .services-animals-tag .animal {
    display: flex;
    align-items: flex-end;
    border-radius: 0 0 8px 8px;
}

#servicesTabsContent .services-animals-tag .animal.cat {
    background: #fed98d;
}

#servicesTabsContent .services-animals-tag .animal.bird {
    background: #e7868e;
}

#servicesTabsContent .services-animals-tag .animal.dog {
    background: #a6d39f;
}

#servicesTabsContent .services-animals-tag .animals {
    display: flex;
    gap: 5px;
    align-items: center;
}


#servicesTabsContent .services-animals {
    margin-bottom: 20px;
}

#servicesTabsContent .services-animals .title {
    font-size: 16px;
    font-weight: 400;
    color: #9a9a9a;
    margin-bottom: 10px;
}

#servicesTabsContent .services-animals .animals {
    display: flex;
    gap: 5px;
    align-items: center;
}

#servicesTabsContent .services-animals img {
    width: 38px;
}

@media (max-width: 600px) {
    .services-packages-section .title {
        font-size: 32px;
    }

    .services-packages-section .nav-tabs {
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .services-packages-section .nav-tabs::-webkit-scrollbar {
        display: none;
    }
}

.services-packages-section .nav-tabs .tab {
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #313131;
    background: #F4F4F4;
    width: max-content;
}

.services-packages-section .nav-tabs .tab.active {
    background: #fe7729;
    color: white;
}

.services-packages-section .tab-pane .grid-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

@media (max-width: 1200px) {
    .services-packages-section .tab-pane .grid-content {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .services-packages-section .tab-pane .grid-content {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .services-packages-section .tab-pane .grid-content {
        grid-template-columns: 1fr;
    }
}

.services-packages-section .tab-pane .card {
    padding: 15px;
    box-shadow: 0px 6px 15px #0000001A;
}

.services-packages-section .tab-pane .card .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.services-packages-section .tab-pane .card .img {
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 20px;
}

.services-packages-section .tab-pane .card .content .title-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.services-packages-section .tab-pane .card .content .title {
    font-size: 17px;
    font-weight: 500;
    color: #313131;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .services-packages-section .tab-pane .card .content .title {
        font-size: 19px;
    }
}

.services-packages-section .tab-pane .card .content .desc {
    font-size: 14px;
    font-weight: 300;
    color: #606060;
    margin-bottom: 15px;
}

.services-packages-section .tab-pane .card .content .price-content.color-0 {
    background: #FFE0E07B;
}

.services-packages-section .tab-pane .card .content .price-content.color-1 {
    background: #FFFFC17B;
}

.services-packages-section .tab-pane .card .content .price-content.color-2 {
    background: #E8E8E87B;
}

.services-packages-section .tab-pane .card .content .price-content {
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.services-packages-section .tab-pane .card .content .price-content:last-child {
    margin-bottom: 0;
}

.services-packages-section .tab-pane .card .content .price-content .type {
    font-size: 12px;
    min-width: 40px;
    color: #989696;
}

.services-packages-section .tab-pane .card .content .price-content .line {
    height: 50px;
    width: 1px;
    min-width: 1px;
    background: #c0c0c0;
}

.services-packages-section .tab-pane .card .content .price-content .price {
    display: flex;
    flex-direction: column;
}

.services-packages-section .tab-pane .card .content .price-content .price .old-price {
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 300;
    color: #989696;
}

.services-packages-section .tab-pane .card .content .price-content .price .current-price {
    font-size: 14px;
    font-weight: 600;
    color: #ff4367;
    display: flex;
    gap: 10px;
}

@media (max-width: 600px) {
    .services-packages-section .tab-pane .card .content .price-content .price {
        padding-right: 15px;
    }

    .services-packages-section .tab-pane .card .content .price-content .type {
        font-size: 14px;
        min-width: 50px;
    }

    .services-packages-section .tab-pane .card .content .price-content .price .old-price {
        font-size: 14px;
    }

    .services-packages-section .tab-pane .card .content .price-content .price .current-price {
        font-size: 16px;
    }
}

.services-packages-section .tab-pane .card .content .price-content .price .current-price .discount-percentage {
    font-size: 10px;
    font-weight: 300;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    background: #1ab489;
}

/*  END  services-packages-section  */

.packages-head {
    border-radius: 20px;
    background: #fff8f9;
    position: sticky;
    top: 0;
}

.packages-head .packages-item {
    padding: 20px;
}

.packages-row .packages-item:nth-of-type(1) {
    padding-right: 0px !important;
}

.packages-row .packages-item:not(:last-of-type) {
    border-left: 1px solid #f2f2f2;
}

.packages-row:not(:last-of-type) .packages-item {
    border-bottom: 1px solid #f2f2f2;
}

.packages-body .packages-row .packages-item {
    padding: 20px;
}

@media (min-width: 992px) {
    .font-size-40 {
        font-size: 40px !important;
    }
}

@media (max-width: 991px) {
    .font-size-40 {
        font-size: 40px !important;
    }

    .packages-body .packages-row .packages-item {
        padding: 5px;
    }

    .packages-body .packages-row .packages-item * {
        font-size: 14px;
    }
}

.checkbox input {
    opacity: 0;
    visibility: hidden;
    width: 0;
    display: none;
    height: 0;
}

.checkbox .content {
    cursor: pointer;
    border: 1px solid #f2f2f2;
    padding: 24px 10px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 179px;
    min-height: 250px;
    margin-bottom: 20px;
    flex: 0 0 auto;
    position: relative;
}

.checkbox .content img {
    margin-bottom: 8px;
}

.checkbox .content .check {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    width: 18px;
    height: 18px;
}

.checkbox:not(:last-of-type) {
    margin-inline-end: 10px;
}

.checkbox input:checked + .content {
    border-color: #ff4367;
}

.checkbox input:checked + .content .check::before {
    content: "\f00c";
    font-family: "Font Awesome 6 free";
    font-weight: bold;
    color: #ff4367;
}

#ModalSuccess .modal-content {
    border: 0;
    border-radius: 30px;
}

@media (min-width: 576px) {
    #ModalSuccess .modal-dialog {
        max-width: 300px;
    }
}

.font-size-24 {
    font-size: 24px !important;
}

.main-header .navbar .nav-item.dropdown .dropdown--menu {
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    inset-inline-end: 0;
    z-index: 1;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 100px 0px rgba(217, 217, 217, 0.25);
    visibility: hidden;
    opacity: 0;
    min-width: 200px !important;
}

.main-header .navbar .nav-item.dropdown .dropdown--menu .dropdown-link {
    padding: 20px;
}

.main-header .navbar .nav-item.dropdown .dropdown--menu .dropdown-link li a {
    display: block;
    padding: 8px 5px;
    font-size: 16px;
    font-weight: bold;
    color: #303241;
}

.main-header .navbar .nav-item.dropdown:hover .dropdown--menu {
    visibility: visible;
    opacity: 1;
}

.symble-name {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.social-media {
    display: flex;
    align-items: center;
}

.social-media li:not(:last-of-type) {
    margin-inline-end: 15px;
}

.social-media li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50%;
    transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
    color: #FFF;
    border: 1px solid #FFF;
    width: 53px;
    height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-media li a:hover {
    background-color: #feac29;
    color: #FFF;
}

@media (max-width: 991px) {
    .main-header .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 11111;
        background: rgb(255, 255, 255);
        top: 70px;
        right: 0px;
        box-shadow: rgba(41, 41, 41, 0.1098039216) 0px 20px 20px;
    }
}

.profile-avatar .imgShow {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

/*# sourceMappingURL=main.css.map */

div#map iframe {
    width: 100%;
    height: 300px;
}

h3.widget_item-title {
    font-size: 38px;
    font-weight: bold;
}

.widget_item-price .widget_item-price {
    font-size: 42px;
    color: #ef3250;
}

.card.p-4.mb-4 {
    margin-top: 30px;
}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: start;
}

.bootstrap-select > .dropdown-toggle {
    background-color: #fff;
    border: 1px solid #dce2e9;
    padding: 12px 16px;
    font-size: 14px;
    color: #0a0e1c !important;
    height: 46px;
    border-radius: 30px;
    box-shadow: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #a7b7c8 !important;
}

.bootstrap-select.select-small > .dropdown-toggle {
    padding: 10px 16px;
    height: 44px;
}

.bootstrap-select.rounded-10 > .dropdown-toggle {
    border-radius: 10px;
}

.bootstrap-select.text-gray > .dropdown-toggle.bs-placeholder {
    color: #c2c8dd !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: #fff !important;
    border-color: #F58634 !important;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li.selected.active a:hover {
    color: #fff;
}

.bootstrap-select .dropdown-toggle::after {
    content: unset;
}

.bootstrap-select .dropdown-toggle::before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 6 free";
    font-weight: bold;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 14px;
    left: 10px;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0.4rem 1.5rem;
    transition: all 0.2s ease-in-out;
    margin-bottom: 2px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #35498e !important;
    background-color: #eaecf3;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: #fff !important;
    border-color: #F58634 !important;
    box-shadow: 0px 2px 10.45px 0.55px rgba(66, 66, 66, 0.0784313725);
}

.dropdown-menu {
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.1215686275);
    border: 0px solid rgba(221, 221, 221, 0.5019607843);
    min-width: 208px;
    text-align: right;
    animation: animation-dropdown-menu-fade-in 0.4s ease 1, animation-dropdown-menu-move-up 0.4s ease-out 1;
}

@keyframes animation-dropdown-menu-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.packages {
    height: 500px;

    overflow-y: auto;
}

.packages::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.packages::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.packages::-webkit-scrollbar-thumb {
    background: #ccc;
}


.bs-searchbox .form-control {

    height: 40px;
}


.gallery.swiper-container {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    transition: opacity 0.6s ease, transform 0.3s ease;
}

.gallery .swiper-slide {
    overflow: hidden;
}

.gallery .swiper-slide .slide-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;

}

#whatsapp-m {
    background: #1ab489;
    border-radius: 35px;
    z-index: 99999999;
    color: #fff;
    margin-right: 25px;
}

.gallery .swiper-slide .entity-img {
    display: none;
}

.gallery .swiper-slide .content .caption.show {
    transform: translateX(0);
    opacity: 1;
}

.swiper-slide .swiper-button-next, .swiper-slide .swiper-button-prev {
    background-color: #FFF;
    background-image: none;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .gallery.swiper-container {
        height: 400px;
    }
}

@media (max-width: 600px) {
    #whatsapp-m {
        background: #1ab489;
        border-radius: 35px;
        z-index: 99999999;
        color: #fff;
        margin-right: 0px;
    }

    .swiper-slide .swiper-button-next, .swiper-slide .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
}


@media (min-width: 991px) {
    .page-header-content {
        background: url(../images/bg-cat.png);
        background-position: 15% 50%;
        background-repeat: no-repeat;
        background-size: auto;
    }
}

.page-header-content {
    background-color: #FEF5F7 !important;
    border-radius: 20px;
    padding: 60px 90px;
}

.qty input[type=number]::-webkit-outer-spin-button,
.qty input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.qty input {
    width: 30px;
    text-align: center;
}

.qty .add, .qty .minus {
    background-color: #F5F5F5;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.image-cart img {
    width: 80px;
}

.image-cart.image-small img {
    width: 60px;
}

.bg-gray {
    background-color: #F9F9F9 !important;
}

.icon.icon-center {
    top: 50%;
    transform: translateY(-50%);
}

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

.item-cart:not(:last-of-type) {
    border-bottom: 1px solid #F4ECEC;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.page-header.bg-transparent {
    background-color: transparent !important;
}

@media (max-width: 991px) {
    .page-header-content {
        padding: 30px 30px;
    }

    .packages {
        overflow-x: auto;
    }
}

.cart-num {
    position: absolute;
    top: -7px;
    left: 0;
    background: #c2c2c2;
    padding: 1px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
}

.adoption-section .card .steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;

    &:after {
        content: '';
        width: 90%;
        height: 2px;
        background: rgba(150, 149, 155, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
}

.adoption-section .card .steps .step {
    border: 1px solid rgba(150, 149, 155, 1);
    border-radius: 50px;
    padding: 10px 30px;
    color: rgba(150, 149, 155, 1);
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    background: white;
    z-index: 2;

    &.current {
        background: rgba(168, 63, 241, 1);
        color: white;
        border: 1px solid rgba(168, 63, 241, 1);
    }

    &.accepted {
        background: rgba(26, 180, 137, 1);
        color: white;
        border: 1px solid rgba(26, 180, 137, 1);
    }

    &.cancel {
        background: rgba(255, 72, 108, 1);
        color: white;
        border: 1px solid rgba(255, 72, 108, 1);
    }

}

.adoption-section .content {
    margin-bottom: 30px;
}

.adoption-section .card .content {
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 30px;
    align-items: center;

    img {
        border-radius: 20px;
    }

    .attrs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;

        .attr {
            font-size: 18px;
            color: rgba(97, 97, 97, 1);
            position: relative;
            margin-right: 25px;
            line-height: 20px;

            &:before {
                position: absolute;
                content: '';
                background: url('../../frontAssets/images/svg/cat-pati.svg');
                right: -30px;
                top: -1px;
                bottom: 0;
                margin: auto;
                width: 22px;
                height: 22px;
                background-size: cover;
            }
        }
    }

}

.adoption-section .card .accept-or-cancel {
    background: rgba(239, 239, 239, 0.38);
    padding: 30px;
    border-radius: 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;

    .text {
        font-size: 18px;
        font-weight: 500;
    }

    .buttons {
        display: flex;
        gap: 15px;

        .btn-accept, .btn-accept-marrage {
            background: rgba(26, 180, 137, 1);
            color: white;
            font-size: 16px;
            font-weight: 700;
            padding: 10px 25px;
            border-radius: 15px;
        }

        .btn-cancel, .btn-cancel-marrage {
            background: rgba(255, 72, 108, 1);
            color: white;
            font-size: 16px;
            font-weight: 700;
            padding: 10px 25px;
            border-radius: 15px;
        }

    }
}

.modal {
    .modal-dialog {
        max-width: 700px;
    }

    .modal-content {
        border-radius: 40px;
        padding: 15px;
        border: 0px;
    }

    .modal-body {
        .notice {
            font-size: 20px;
            text-align: right;
            font-weight: 700;
            line-height: 30px;
            color: rgba(255, 67, 103, 1);
            margin-bottom: 30px;
        }

        .text {
            font-size: 20px;
            text-align: center;
            font-weight: 500;
            line-height: 30px;
            color: #1d1d1d;
        }

        .materials {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;

            .item {
                font-size: 18px;
                color: rgba(97, 97, 97, 1);
                position: relative;
                margin-right: 25px;
                line-height: 28px;

                &:before {
                    position: absolute;
                    content: '';
                    background: url('../../frontAssets/images/svg/cat-pati.svg');
                    right: -30px;
                    top: 0;
                    width: 22px;
                    height: 22px;
                    background-size: cover;
                }
            }
        }

    }

    .modal-header {
        border-bottom: 0;
        position: relative;

        button {
            position: absolute;
            left: -16px !important;
            top: -23px !important;
            border-radius: 50% !important;
        }

        .modal-title {
            font-size: 32px;
            text-align: center;
            width: 100%;
            font-weight: 800;
            line-height: 47px;
            color: rgba(52, 43, 96, 1);
        }

        svg {
            background: white;
            border-radius: 50px !important;
        }
    }

    .modal-footer {
        border-top: 0px;
        margin-top: 20px;

        .btn-submit-source, .btn-green {
            background: rgba(26, 180, 137, 1);
            color: white;
            font-size: 23px;
            border-radius: 15px;
            width: 100%;
            padding: 15px;
            font-weight: 800;
            text-align: center;

            &:hover {
                cursor: pointer;
            }
        }
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .adoption-section .content {
        margin-bottom: 20px;
        padding: 15px;
    }

    .adoption-section .card .steps .step {
        padding: 10px;
        font-size: 11px;
        font-weight: 400;
    }

    .adoption-section .card .content {
        display: grid;
        grid-template-columns: 30% 70%;
        width: calc(100% - 20px);
        gap: 20px;
        align-items: center;
    }

    .adoption-section .card .content .attrs {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .adoption-section .card .content .attrs .attr {
        font-size: 15px;
        color: rgba(97, 97, 97, 1);
        position: relative;
        margin-right: 25px;
        line-height: 19px;
    }

    .adoption-section .card .accept-or-cancel {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;

        .text {
            text-align: right;
        }

        .buttons {
            display: flex;
            gap: 8px;
        }
    }

    .modal {
        .modal-dialog {
            max-width: 90%;
            padding: 20px 0px;
            margin: auto;
        }

        .modal-header {
            .modal-title {
                font-size: 30px;
                line-height: 40px;
            }
        }

        .modal-footer {
            border-top: 0px;
            margin-top: 20px;

            .btn-submit-source, .btn-green {
                font-size: 20px;
            }
        }
    }
}
html[dir="ltr"] * {
    direction: ltr;
}
html[dir="ltr"] .pull-right {
    float: left;
}
html[dir="ltr"] .pull-left{
    float: right;
}
html[dir="ltr"] .header-upper .main-menu {
    float: right;
}
html[dir="ltr"] .slick--prev,html[dir="ltr"] .slick--next {
    transform: scaleX(-1);
}
html[dir="ltr"] .adoption-section .card .content {
    & .attrs {
        & .attr {
            &:before {
              
                left: -30px;
               right:auto;
            }
        }
    }
}
html[dir="ltr"] .adoption-section .card .content {
    & .attrs {
        .attr {
            margin-left: 25px;
            margin-right: 0;
        }
    }
}

html[dir="ltr"] .js-copy{
    margin-left:10px;
}

