body {
    font-size: 15px;
    color: #777;
    font-weight: 400;
    line-height: normal;
    font-family: 'Josefin Sans', sans-serif;
}
ul {
    list-style: none
}
a {
    color: #000
}
a:hover, a:focus {
    text-decoration: none;
    color: #4ac17d
}
h1, h2, h3, h4, h5 {
    color: #000;
}
:focus {
    outline: 0;
    box-shadow: none
}
.btn.focus, .btn:focus {
    box-shadow: none
}
.btn-primary {
    background-color: #4ac17d;
    border-color: #4ac17d;
    border-radius: 50px;
    height: 45px;
    min-width: 130px;
    padding: 0 35px;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: .5px;
    font-weight: 600
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #000;
    border-color: #000
}
.btn-dark {
    background-color: #000;
    border-color: #000;
    border-radius: 50px;
    padding: 9px 30px;
    min-width: 130px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    font-weight: 600;
}
.btn-dark:hover, .btn-dark:focus {
    background-color: #4ac17d;
    border-color: #4ac17d
}
p {
    font-size: 14px;
    line-height: normal;
    color: #000;
    font-weight: normal
}
.z-index-1 {
    z-index: 2;
    position: relative
}
.container {
    max-width: 100%
}
.full_container, .footer_container {
    max-width: 100%;
    padding: 0 15px
}
.container-fluid {
    padding: 0
}
button:focus {
    outline-color: #4ac17d
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4ac17d;
    border-color: #4ac17d;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(15, 183, 134, 0.55);
}
.btn:disabled{
    cursor: no-drop !important;
}
header {
    background-color: #fff;
    -webkit-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08)
}
.navbar-brand img {
    height: 74px;
    padding: 0px 0;
}
.nav-item a {
    font-size: 16px;
    text-transform: capitalize;
    padding: 20px 0 !important;
    line-height: 40px;
    font-weight: 700
}
.nav-item.active a {
    /*color: #4ac17d;*/
    color: #4ac17d;
}
.nav-item {
    margin: 0 12px;
    position: relative;
}
.navbar-toggler-icon {
    height: auto;
    width: auto;
    padding: 0 !important
}
.section_padding {
    padding-bottom: 200px;
    padding-top: 100px;
}
.slide_section {
    padding: 100px 0 200px 0;
    background-color: #4ac17d;
}
.slider_content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 0!important;
}
.slider_content h1 {
    font-size: 45px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    left: -2px;
}
.slide_btn .btn-primary {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.slide_btn .btn-primary:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.search_form {
    padding: 60px;
    margin-top: -100px;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}
.main_title h2 {
    font-size: 35px;
    font-weight: 600;
    color: #4ac17d;
    line-height: 46px;
    margin-bottom: 26px
}
.main_title h2 > span {
    color: #000
}
.form-group label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-top: 28px;
    padding-bottom: 5px
}
.form-control, .custom-select {
    line-height: 45px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50px;
    padding: 22px 24px;
    color: #777;
    border: 1px solid rgba(0, 0, 0, 0.08);
    height: 45px;
}
.custom-select {
    height: auto;
    padding: 2px 24px;
    font-size: 14px;
    background: none;
}
input::placeholder, textarea::placeholder {
    color: rgba(119, 119, 119, 0.64);
    font-size: 14px
}
.form-control:focus, .custom-select:focus {
    border: 1px solid #4ac17d;
    box-shadow: 0 6px 5px 0 rgba(241, 241, 241, 0.97)
}
/*.search_btn {
    margin-top: 50px;
    margin-bottom: 80px;
}*/
.pet_slider {
    padding: 40px 15px 15px 15px;
}
.pet_desc_img {
    height: 70px;
    width: 70px;
    border-radius: 10px;
    background-color: #4ac17d;
    padding: 10px;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-top: -70px;
    -webkit-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
}
.pet_desc_img img {
    height: 50px !important;
    width: 50px !important;
    display: block;
    margin: auto;
}
.pet_desc_box p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 26px;
    margin-bottom: 0;
    font-weight: 600;
    z-index: 2;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.pet_desc_box {
    border-radius: 30px;
    padding: 30px;
    background-color: #4ac17d;
    display: block;
    border: 1px solid #4ac17d;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.pet_desc_box:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1;
    opacity: 0
}
.pet_desc_box:hover:after {
    background-color: #ffffff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1
}
.pet_desc_box:hover p {
    color: #000000;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.pet_desc_box:hover .pet_desc_img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.pet_add_section {
    position: relative;
    margin-bottom: 120px;
    padding: 100px 0;
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../images/bg-petadd.png")
}
.bg_color_gradient {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(88, 196, 136, 0.88);
}
.animal_add_box {
    background-color: #fafafa;
    border-radius: 15px;
    margin: 0 15px
}
.animal_add_box .animal_image img {
    width: 100%!important;
}
.animal_add_box .animal_image {
    height: 200px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    background-color: #fdfbfe;
}
.animal_box_desc {
    padding: 30px
}
.animal_box_desc h3 {
    font-size: 18px;
    color: #737373;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.animal_box_desc p {
    font-size: 14px;
    color: rgba(84, 84, 84, 0.59);
    line-height: 22px;
    height:78px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 0;
}
.animal_box_desc h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600
}
.add_slider {
    margin-top: 60px
}
.owl-prev i, .owl-next i {
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 100%;
    font-size: 18px;
    background-color: #fafafa;
    color: #4ac17d;
    text-align: center;
    display: inline-block;
    border:1px solid #4ac17d;
    vertical-align: middle
}
.owl-prev i:hover, .owl-next i:hover {
    background-color: #000;
    color: #fff
}
.owl-prev {
    left: -4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.owl-next {
    top: 50%;
    right: -4%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.read-more-btn button {
    border: 1px solid #fafafa;
    color: #fafafa;
    font-size: 17px
}
.read-more-btn button:hover {
    background-color: #000 !important
}
.bg-transparent {
    border: 1px solid #fafafa
}
.banner_box_img {
    position: relative
}
.banner_box_img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.62)
}
.banner_box_img:before {
    position: absolute;
    content: "";
    height: 90%;
    width: 92%;
    border: 2px solid rgba(238, 238, 238, 0.22);
    z-index: 1;
    top: 5%;
    left: 4%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.banner_box_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 70%;
    margin: 0 auto
}
.banner_box {
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    cursor: pointer
}
.banner_box_content h3 {
    color: #fafafa;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 34px
}
.banner_box_content button:hover {
    background-color: #4ac17d !important;
    border-color: #4ac17d
}
.banner_box_content p {
    font-size: 16px;
    color: rgba(250, 250, 250, 0.72);
    margin-bottom: 20px
}
.banner_box:hover .banner_box_img:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}
.banner_box_img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}
.banner_box:hover .banner_box_img img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}
.item.testimonial_box {
    margin: 0 15px
}
.testimonial_content img {
    height: 100px;
    width: 100px !important;
    border-radius: 100%;
    margin-right: 20px
}
.testimonial_slider {
    padding-top: 40px
}
.test-name-box h4 {
    font-size: 18px;
    font-weight: 600
}
.testimonial_desc {
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
    background-color: #4ac17d
}
.testimonial_desc:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background-color: #4ac17d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -14px;
    left: 5%
}
.testimonial_desc p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    line-height: 28px
}
.footer_bg {
    padding: 90px 0 0 0;
    position: relative;
    background-size: cover;
    background-position: 0 30%;
    background-image: url("../images/footer-bg.png")
}
/*.footer_bg:before {
    position: absolute;
    content: "";
    height: 70px;
    width: 100%;
    top: -40px;
    left: 0;
    z-index: 1;
    background-image: url(../images/bg-bdr.png)
}*/
.footer_bg:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.86)
}
.footer_logo img {
    width: 181px;
    margin-bottom: 15px
}
.social_icon a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}
.social_icon a > i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent
}
.social_icon a > i:hover {
    border-color: #4ac17d;
    background-color: #4ac17d
}
.footer_link h4 {
    font-size: 20px;
    color: #4ac17d;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 26px
}
.footer_logo p {
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-bottom: 0px;
}
.footer_link > ul > li > a {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #fff;
    padding-left: 0;
    letter-spacing: .8px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.footer_link > ul > li > a:hover {
    padding-left: 8px;
    color: #4ac17d;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.footer_link_address > ul > li > a:hover {
    color: #fff;
    padding-left: 0
}
.footer_link_address > ul > li > i {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 8px
}
.footer_link_address > ul > li {
    padding-left: 25px;
    position: relative
}
/*
.footer_copylink {
    margin-top: 80px
}
*/
.footer_copylink p {
    padding: 20px 15px;
    color: #fff;
    text-align: center;
    z-index: 1;
    border-top: 1px solid #2e2c27;
    position: relative;
    margin-bottom: 0
}
.footer_image {
    margin-top: -100px;
    padding: 0 100px
}
.footer_image img {
    width: 200px;
    z-index: 2;
    position: relative;
    margin-bottom: -46px;
}
.login_box {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    width: 80%;
    display: inline-block;
    min-height: 500px
}
.Login_title > h2 {
    font-size: 30px;
    font-weight: 600;
    color: #4bbe79;
    margin-bottom: 30px
}
.Login_title > p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}
.Login_title > p > a {
    font-size: 16px;
    font-weight: 500;
    color: #18c592 !important
}
.Login_title > p > a:hover {
    text-decoration: underline
}
.fild_sec {
    margin: 20px 0
}
.check_box {
    margin-top: 0 !important
}
.forgot_link {
    margin-top: 28px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #808080
}
.Login_button {
    margin-top: 40px;
    display: inline-block;
    width: 100%
}
.login_with_social > h2 {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0
}
.fb_btn {
    background-color: #3b5998;
    border-radius: 50px;
    padding: 10px 26px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: 0;
    color: #fff;
    margin: 5px
}
.fb_btn:focus {
    outline: 0
}
.fb_btn > i {
    padding-right: 5px
}
.google_btn {
    background-color: #db4a39;
    border-radius: 50px;
    padding: 10px 26px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: 0;
    color: #fff;
    margin: 5px
}
.google_btn:focus {
    outline: 0
}
.google_btn > i {
    padding-right: 5px
}
.login_with_social {
    border-top: 1px solid #e4e4e4;
    margin-top: 30px;
    padding-top: 10px
}
.login_bg_footer {
    padding: 120px 0 0 0;
    position: relative;
    background-size: cover;
    background-position: 0 30%;
    background-image: url(../images/footer-bg.png)
}
.login_bg_footer:before {
    position: absolute;
    content: "";
    height: 70px;
    width: 100%;
    top: -40px;
    left: 0;
    z-index: 1;
    background-image: url(../images/bg-login.png)
}
.login_bg_footer:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.84)
}
.Section_Padding {
    padding: 130px 0;
    background-color: #aad2e9
}
.bg-light {
    background-color: #F9FAFF !important
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    color: #777;
    font-weight: 500
}
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    border: 1px solid #c2c0ca;
    background: #fff;
    border-radius: 2px
}
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 16px;
    line-height: 12px;
    color: #4ac17d;
    transition: all .2s;
    font-weight: 600
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0)
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1)
}
.msg_section {
    padding-top: 100px
}
.msg_desc {
    border-radius: 30px;
    padding: 80px 40px;
    background-image: url("../images/msg-bg-image.png");
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 1;
    text-align: center
}
.msg_desc:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 30px;
    background-image: -webkit-linear-gradient(118deg, rgba(83, 196, 132, 0.89) 0, rgba(83, 196, 132, 0.89) 100%);
    background-image: linear-gradient(118deg, rgba(83, 196, 132, 0.89) 0, rgba(83, 196, 132, 0.89) 100%);
    background-image: -ms-linear-gradient(118deg, rgba(83, 196, 132, 0.89) 0, rgba(83, 196, 132, 0.89) 100%);
}
.msg_desc img {
    height: 64px;
    width: 64px;
    border-radius: 100%;
    margin-bottom: 30px
}
.msg_desc p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px
}
.msg_box_btn {
    margin-top: 35px
}
.msg_box_btn .btn {
    background-color: #fff;
    border-color: #fff;
    color: #4ac17d;
    margin: 5px 10px
}
.msg_box_btn .btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}
.page_top_bg {
    position: relative;
    padding: 60px 0;
    background-color: #4ac17d
}
.page_top_bg:after {
    position: absolute;
    content: "";
    height: 70px;
    width: 100%;
    bottom: -30px;
    left: 0;
}
.custom_form_control {
    box-shadow: 0 2px 5px 0 rgba(130, 129, 129, 0.18);
    border: 0 !important;
}
.custom_form_control:hover, .custom_form_control:focus {
    box-shadow: 0 2px 5px 0 rgba(130, 129, 129, 0.18);
    border: 0
}
.category_search_btn .btn-dark {
    padding: 9px 30px
}
.category_search_btn .btn-dark:hover {
    border-color: #fff
}
.category_box .category-bg-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    border-radius: 30px;
}
.category_box {
    border-radius: 30px;
    padding: 30px;
    display: block;
    cursor: pointer;
    margin: 70px 0 40px 0;
    min-height: 310px;
    box-shadow: 0 0 10px 0 rgba(220, 220, 220, 0.62);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    z-index: 1;
}
.category_box:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.category_box:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    z-index: -1;
    background-color: rgba(89, 197, 137, 0.85);
}
.category_box > h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin: 20px 0
}
.category_name > a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border-bottom: 1px solid rgba(228, 228, 228, 0.35);
    padding: 12px 0;
    overflow: hidden
}
.cat_animal_img {
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius: 20px;
    margin-top: -75px;
    padding: 20px;
}
.category_name > a:last-child {
    border-bottom: 0
}
.animal_category_count {
    float: right
}
.animal_category_count > i {
    font-size: 14px;
    margin-left: 5px
}
.animal_category_name {
    float: left
}
.after_bg_image {
    position: absolute;
    right: 0;
    top: 10%;
    z-index: 1
}
.after_bg_image img {
    width: 200px
}
.buy-sell-search button {
    min-width: auto;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    padding: 0;
    line-height: 38px;
    position: absolute;
    right: 3px
}
.buy-sell-search {
    position: relative
}
.buy-sell-search .custom_form_control {
    width: 100%
}
.sub-title p {
    font-size: 16px;
    color: #000;
    font-weight: 500
}
.sub-title h3 {
    font-size: 26px;
    color: #000;
    font-weight: 700
}
.top_category {
    border-radius: 30px;
    background-color: #4ac17d;
    padding: 20px 30px;
    display: block;
    cursor: pointer;
    margin: 30px 0 40px 0;
    box-shadow: 0 0 10px 0 rgba(220, 220, 220, 0.62)
}
.top_category img {
    height: 60px;
    width: 60px;
    margin-bottom: 20px
}
.top_category_btn h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
}
.custom_accordion_tab h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
    cursor: pointer
}
.custom_accordion_tab {
    margin-bottom: 20px;
    border-radius: 30px;
    box-shadow: 0 0 8px 0 rgba(220, 220, 220, .62);
    padding: 3px 25px;
    background: #fff;
}
.custom_accordion_tab h4[data-toggle=collapse]:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    float: right;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 900
}
.custom_accordion_tab h4[data-toggle=collapse].collapsed:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.custom_accordion_sub_tab > li span {
    font-size: 16px;
    margin: 10px 0;
    color: rgba(0, 0, 0, .74);
    display: block;
    font-weight: 500;
    position: relative;
    cursor: pointer
}
.custom_accordion_sub_tab > li span:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    left: -15px;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #4ac17d
}
.custom_accordion_sub_tab > li span[data-toggle=collapse]:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    float: right;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 900
}
.custom_accordion_sub_tab > li span[data-toggle=collapse].collapsed:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.custom_accordion_sub_tab {
    margin-bottom: 30px
}
.accordion_sub_tab_inner > li span {
    font-size: 14px
}
.accordion_sub_tab_inner > li span:before {
    border: 1px solid #4ac17d;
    background-color: transparent
}
.accordion_sub_tab_inner {
    padding: 5px 15px
}
.process_tab {
    padding: 100px 0 0 0
}
.progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step
}
.progressbar li {
    list-style-type: none;
    color: #bfc3d1;
    text-transform: capitalize;
    font-size: 16px;
    width: 33.33%;
    float: left;
    font-weight: 500;
    text-align: center;
    margin: 0
}
.progressbar li a {
    padding: 0 !important;
    position: relative;
    color: #bfc3d1;
    line-height: 20px
}
.progressbar li a:before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background: #bfc3d1;
    border-radius: 25px;
    margin: 0 auto 10px auto
}
.progressbar li a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #bfc3d1;
    left: -50%;
    top: 20px;
    position: absolute;
    z-index: -1
}
.progressbar li:first-child a:after {
    content: none
}
.progressbar li a.active:after, .progressbar li a.active:before {
    background: #4ac17d
}
.progressbar li a.active {
    color: #4ac17d !important;
    background-color: transparent !important
}
.process_tab_content {
    margin-top: 70px
}
.select_name .title {
    color: #4ac17d
}
.select_name span {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 500
}
.process_form {
    background-color: #fafbfd;
    border-radius: 30px;
    padding: 50px;
    margin: 30px 0;
    border: 1px solid #eee
}
.process_form h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600
}
.process_form_control {
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 30px
}
.msg_box {
    padding: 18px;
    border-radius: 20px;
    background: #4ac17d
}
.msg_box i {
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px
}
[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}
[type=radio]:checked + label, [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}
[type=radio]:checked + label:before, [type=radio]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 5px solid #e0e1e2;
    border-radius: 100%;
    background: #e0e1e2
}
[type=radio]:checked + label:after, [type=radio]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border: 4px solid #4ac17d;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
[type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}
[type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.process_form label {
    color: #000 !important;
    font-weight: 600 !important
}
.process_form [type=checkbox]:not(:checked) + label:before {
    background: #e0e1e2;
    border-color: #e0e1e2
}
.process_form [type=checkbox]:checked + label:before {
    background: #fff
}
.process_form p {
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
    line-height: 23px;
    font-weight: 500
}
.payment-detail span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 12px;
    display: block
}
.ss_textbox_control input::placeholder {
    font-size: 14px;
}
.ss_textbox_control select {
    font-size: 14px;
}
#animal_add_slider .owl-item.active.center .item {
    filter: blur(0);
    transform: scale(1);
    transition: all .5s;
}
.ss_leading_page {
    color: rgba(255, 255, 255, 0.8);
    padding-right: 40px;
}
.animal_box_desc h3 {
    font-weight: 700;
}
/*17-02-2020*/
.page-heading-title {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-align: center
}
.about-content h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: 600
}
.about-content p {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    letter-spacing: 0.6px;
}
.about-us-img {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 200px;
}
.about-us-img-shape {
    left: 0;
    position: absolute;
    content: "";
    height: 460px;
    width: 460px;
    top: 0;
    border-radius: 0 100% 100% 100%;
    right: 0;
    margin: 0 auto;
}
.about-us-img-shape {
    background-color: #fff
}
.bg-pattern-image {
    position: absolute;
    bottom: -50px;
    z-index: -1;
}
.bg-pattern-image img {
    width: 100%;
    height: 500px
}
.about-content ul {
    padding: 0;
}
.about-content li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.about-content li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    color: #4ac17d;
    font-weight: 800;
    position: absolute;
    left: 0;
}
.padding-top {
    padding-top: 150px;
}
.faq_accordion_tab h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
    padding: 2px 30px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #4ac17d;
    cursor: pointer;
}
.faq_accordion_tab h4[data-toggle=collapse]:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    float: right;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 900
}
.faq_accordion_tab h4[data-toggle=collapse].collapsed:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.faq_accordion_tab p {
    padding: 15px 30px;
}
.faq_accordion_tab {
    margin-bottom: 15px;
}
.about-us-img-shape p {
    padding: 20px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4ac17d;
    margin: 0;
}
.faq-bg-section {
    position: relative;
    overflow: hidden;
}
.faq-content {
    padding: 70px 30px;
    position: relative;
}
.faq-content:after {
    content: "";
    background-color: #e7f8f3;
    position: absolute;
    height: 100%;
    width: 115%;
    right: 0;
    top: 0;
    border-radius: 230px 0 0 230px;
    z-index: -1;
}
.faq-image {
    width: 420px;
}
.bglight {
    background-color: #fafbfd;
}
.insurance-company {
    padding: 60px 0;
}
.insurance-content {
    background-color: #ffffff;
    border-radius: 8px;
    margin: 30px 0;
    cursor: pointer;
    -webkit-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.insurance-desc {
    padding: 20px;
}
.insurance-desc h6 {
    font-size: 14px;
    color: #c9cbd0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.insurance-desc a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.insurance-desc p {
    font-size: 14px;
    line-height: 24px;
    color: #9f9f9f;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.insurance-content-img img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    min-height: 200px;
    height: 200px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.insurance-content:hover .insurance-content-img img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.insurance-content-img {
    height: 200px;
    overflow: hidden;
}
/*18-02-2020*/
.premium-box {
    border-radius: 40px;
    background-color: #ffffff;
    margin-bottom: 50px;
    -webkit-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
}
.premium-box .title {
    padding: 20px 30px;
    border-radius: 40px 40px 0 0;
}
.premium-box .title p {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
}
.premium-box.starter .title {
    background-color: #19befd;
}
.premium-box .desc {
    padding: 20px 30px;
}
.premium-box .desc p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
}
.desc ul li {
    position: relative;
    font-size: 16px;
    color: #000000;
    padding-left: 18px;
    margin-bottom: 12px;
    font-weight: 700;
}
.desc ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    color: #4ac17d;
    font-weight: 800;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 3px;
}
.premium-box .desc h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0 15px 0
}
.cart-btn {
    display: block;
    width: 100%;
    font-weight: 600;
    height: auto;
    margin-bottom: 20px;
}
.cart-btn i {
    font-size: 16px;
    margin-right: 15px;
}
.premium-box.premium .title {
    background-color: #ff6201;
}
.premium-box.business .title {
    background-color: #bc90f4;
}
.premium-box.shopping-basket .title {
    background-color: #4ac17d;
}
.premium-box.shopping-basket {
    border: 1px solid #eee;
    background-color: #fafbfd;
    margin-top: 30px;
    box-shadow: none;
}
.text-info {
    color: #4ac17d !important;
}
.process-search-btn {
    position: absolute;
    clip-path: polygon(120% 0, 0 0, 100% 100%);
    top: 0;
    right: 0;
    height: 100px;
    background-color: #4ac17d;
    width: 100px;
    border-radius: 0 30px 0 0;
    text-align: center;
    line-height: 70px;
}
.process-search-btn:hover {
    background-color: #000000;
}
.process-search-btn i {
    color: #ffffff;
    font-size: 20px;
    margin-right: -40px;
}
.day-type {
    position: relative;
    border-radius: 10px;
    display: inline-block;
    margin: 0 15px;
    min-width: 170px;
    cursor: pointer;
    -webkit-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
}
.date-price {
    padding: 30px 20px;
    background-color: #4ac17d;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.date-price p {
    font-size: 18px;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 700;
}
.type-name {
    padding: 15px 20px;
    background-color: #ffffff;
    font-size: 16px;
    color: #4ac17d;
    text-align: center;
    border-radius: 0 0 10px 10px;
    font-weight: 700;
}
.close-icon {
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 50px;
    right: -8px;
    top: -8px;
    border: 1px solid #4ac17d;
    text-align: center;
    background: #fff;
    font-size: 11px;
    line-height: 24px;
    color: #4ac17d;
}
/*service page css*/
.service_box {
    background: #4ac17d;
    padding: 20px;
    border-radius: 20px;
    cursor: pointer;
    margin: 40px 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: 0 0 10px 0 rgba(220, 220, 220, 0.62);
}
.service_box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 15px 0;
    min-height: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.service_box_btn i {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    background-color: #4ac17d;
    font-size: 25px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.service_box_btn {
    margin-bottom: -65px;
    position: relative;
    top: -20px;
}
.service_box:hover {
    background-color: #4ac17d;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.service_box:hover h4 {
    color: #ffffff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.service_box:hover .service_box_btn i {
    border-color: #ffffff;
}
.services_box-width {
    width: 100% !important;
    padding: 0 15px;
    float: left;
}
/*help page css*/
.helpcar-box {
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 50px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-bottom: 2px solid transparent;
    box-shadow: 0 0 10px 0 rgba(220, 220, 220, 0.62);
}
.helpcar-box h4 {
    font-size: 18px;
    font-weight: 700;
}
.helpcar-box p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #777777;
}
.helpcar-box:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom: 2px solid #4ac17d;
}
.address img {
    height: 40px;
    width: 40px;
    margin-bottom: 20px;
}
/*imprint css*/
.imprint-box {
    padding: 50px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(220, 220, 220, 0.62);
}
.imprint-desc {
    padding: 25px 30px;
    border: 1px solid #d8dada;
    border-radius: 20px;
    margin: 0 0 30px 0;
}
.imprint-desc h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.imprint-desc p {
    color: #777777;
    line-height: 24px;
}
.imprint-box p {
    line-height: 22px;
}
.imprint-box:after {
    position: absolute;
    content: "";
    height: 150px;
    top: 30px;
    width: 165px;
    background-image: url(../images/imprint.png);
    right: 30px;
    background-repeat: no-repeat;
}
.privacy-content {
    color: #777777 !important;
    line-height: 28px !important;
}
.section_padding_1 {
    padding-bottom: 100px;
}
.Category_filter {
    -webkit-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    padding: 50px 40px;
    margin: 30px 0;
    background-color: #4ac17d;
    border-radius: 10px;
}
.Category_filter > h3 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid rgba(223, 220, 220, 0.68);
    padding-bottom: 15px;
    color: #ffffff;
}
/* Category Filtter */
.category_filter h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    padding: 2px 0px;
    color: #ffffff;
    border-radius: 30px;
    background-color: transparent;
    cursor: pointer;
    padding-bottom: 10px;
}
.category_filter h4[data-toggle=collapse]:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    float: right;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 900
}
.category_filter h4[data-toggle=collapse].collapsed:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.category_filter p {
    padding: 15px 30px;
}
.category_filter {
    margin-bottom: 15px;
}
.Filter_option {
    padding-left: 24px;
}
.Filter_option > li {
    list-style-type: none;
    color: #ffffff;
    cursor: pointer;
}
.category_accordion {
    padding-top: 15px;
}
.Filter_price {
    padding-left: 0 !important;
}
.Filter_price li {
    padding-top: 15px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2em;
}
.Filter_price > li > .form-check {
    padding-left: 0 !important;
}
.Filter_price li {
    padding-top: 15px;
}
/* Rang slider  */
.range-slider {
    margin: 40px 0 0 0%;
}
.range-slider {
    width: 100%;
}
.range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #f1f1f1;
    outline: none;
    padding: 0;
    margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
    background: #4ac17d;
}
.range-slider__range:active::-webkit-slider-thumb {
    background: #4ac17d;
}
.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -moz-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
    background: #4ac17d;
}
.range-slider__range:active::-moz-range-thumb {
    background: #4ac17d;
}
.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #4ac17d;
}
.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #4ac17d;
    padding: 5px 10px;
    margin-left: 8px;
}
.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #4ac17d;
    border-bottom: 7px solid transparent;
    content: '';
}
::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}
input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}
.ss_paggintion {
    display: inline-block !important;
}
.ss_paggintion ul li a {
    font-size: 15px;
    color: #000;
}
.ss_paggintion ul li a {
    font-size: 15px;
    color: #000;
}
.ss_paggintion .page-link {
    font-weight: 600;
    margin-left: 10px;
    border-radius: 45px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 29px;
    height: 40px;
    width: 40px;
}
.ss_paggintion .page-link:hover,
.ss_paggintion .page-link.active {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #4ac17d;
    border-color: #4ac17d;
}
.animal_website_email_log {
    display: inline-block;
    margin-left: 20px;
    width: 100%;
    vertical-align: middle;
}
.nice-select {
    width: 100% !important;
}
.s_right {
    text-align: right;
    display: contents;
}
.sort_by_font {
    font-weight: 600;
    color: #000;
}
.ss_tabs_view {
    display: inline-flex;
}
.ss_tabs_view li a {
    height: 45px;
    width: 45px;
    border: 1px solid rgba(119, 119, 119, 0.1) !important;
    padding: 0 !important;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #777;
    border-radius: 5px !important;
}
.ss_tabs_view li a.active {
    background: #4ac17d !important;
    color: #fff !important;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6 !important;
}
.categories_box {
    -webkit-box-shadow: 2px 3px 18px -9px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 2px 3px 18px -9px rgba(0, 0, 0, 0.19);
    box-shadow: 2px 3px 18px -9px rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid rgba(203, 203, 203, 0.25);
}
/*19-02-2020 my-account page css*/
.tab-title {
    font-size: 20px;
    color: #4ac17d;
    margin: 25px 0 10px 0;
    font-weight: 600;
}
.account-pills-tab .nav-link {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
    margin: 10px 0;
    background: #fff;
    -webkit-box-shadow: -2px 1px 40px -21px rgba(153, 153, 153, 0.38);
    -moz-box-shadow: -2px 1px 40px -21px rgba(153, 153, 153, 0.38);
    box-shadow: -2px 1px 40px -21px rgba(153, 153, 153, 0.38);
}
.account-pills-tab .nav-link.resp-tab-active,
.account-pills-tab .nav-link:hover {
    background-color: #4ac17d;
    color: #ffffff;
    border: 1px solid #4ac17d;
}
.account-tab-content {
    padding: 40px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: -2px 1px 40px -21px rgba(153, 153, 153, 0.38);
    -moz-box-shadow: -2px 1px 40px -21px rgba(153, 153, 153, 0.38);
    box-shadow: -2px 1px 40px -21px rgba(153, 153, 153, 0.38);
    z-index: 1;
    position: relative;
}
.msg-tab .nav-link {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 18px;
    padding: 10px 20px;
    font-weight: 600;
    border: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
}
.msg-tab .nav-link.active,
.msg-tab .nav-link:hover {
    background-color: #4ac17d;
    border: 1px solid #4ac17d;
    color: #ffffff;
}
.msg-tab-img {
    height: 60px;
    width: 60px;
    border-radius: 100px;
}
.msg-tab-content {
    padding: 30px;
    border: 1px solid #f2f2f2;
    background-color: #fafbfd;
    border-radius: 20px;
    position: relative;
}
.chat-div-left {
    margin-bottom: 10px;
    text-align: left;
}
.chat-div-right {
    text-align: right;
    margin-bottom: 10px;
}
.chat-div-left span {
    padding: 10px 20px;
    border-radius: 20px;
    color: #ffffff;
    background-color: #4ac17d;
    display: inline-block;
}
.chat-div-right span {
    padding: 10px 20px;
    border-radius: 20px;
    color: #ffffff;
    background-color: #777777;
    display: inline-block;
}
.chat-enter-btn input {
    width: 100% !important;
    padding: 40px 30px;
    border-radius: 16px;
}
.chat-form {
    position: relative;
}
.chat-form .chat-form-btn {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    background-color: #4ac17d;
    color: #ffffff;
    line-height: 46px;
    border: none;
    font-size: 21px;
    text-align: center;
    padding: 0;
    position: absolute;
    right: 25px;
}
.chat-form .chat-form-btn:hover {
    background-color: #000000;
}
.chat-screen {
    overflow-y: auto;
    height:522px;
    padding-right: 10px;
}
.msg-bg-image:after {
    height: 360px;
    width: 275px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url(../images/account-shape-bg.png);
}
.adds-box {
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
    box-shadow: -1px 2px 13px -2px rgba(0, 0, 0, 0.08);
}
.adds-box-image {
    border-radius: 30px;
    width: 100%;
    height: 260px;
}
.adds-box-desc a {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.adds-box-desc a:hover {
    color: #4ac17d;
}
.adds-box-desc p {
    font-size: 18px;
    font-weight: 600;
}
.add-bottom-section {
    margin-top: 30px;
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
}
.add-bottom-section span {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    padding: 0 15px;
    border-right: 1px solid #a3a3a3;
    margin: 0 0 6px 0;
    display: inline-block;
    vertical-align: middle;
}
.edit-delete-btn {
    vertical-align: top;
    text-align: right;
}
.edit-delete-btn .edit-button,
.edit-delete-btn .delete-button {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    border: 1px solid #4ac17d;
    line-height: 42px;
    border-radius: 100px;
    margin: 2px;
    font-size: 15px;
    color: #4ac17d;
    text-align: center;
}
.edit-delete-btn .edit-button:hover,
.edit-delete-btn .delete-button:hover {
    background-color: #4ac17d;
    color: #ffffff;
}
.tabbed-content .item {
    margin-bottom: 2px;
}
.tabbed-content .item::before {
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #eee;
    display: block;
    padding: 12px 15px;
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 10px;
}
.tabbed-content .item.active::before {
    background: #0FB782;
    border-color: #0FB782;
    color: #eee;
}
.tabbed-content .item.active .item-content {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.tabbed-content .tabs {
    display: none;
}
.tabbed-content .item {
    min-height: 2em;
    color: #777777;
}
.tabbed-content .item::before {
    content: attr(data-title);
}
.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.tabbed-content {
    overflow-y: hidden;
}
/*
20-02-2020*/
.whishlist-title {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: 600;
}
.whishlist-date {
    font-size: 18px !important;
    font-weight: 600;
}
.whishlist-date i {
    font-size: 21px;
}
.whishlist-name {
    font-size: 20px !important;
    font-weight: 600;
    color: #000000;
    display: block;
    margin: 10px 0 20px 0;
}
.whishlist-desc {
    font-size: 15px;
    color: #777777;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.add-bottom-section .dropdown-toggle::after {
    vertical-align: middle;
}
.add-bottom-section .dropdown-toggle {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.add-bottom-section .dropdown-toggle:focus {
    outline: none;
}
.add-bottom-section .dropdown-menu {
    margin: 10px 0;
    border: 1px solid #eeeeee;
    padding: 5px 0;
}
.add-bottom-section .dropdown-menu .dropdown-item {
    padding: 8px 20px;
    border: none;
}
.add-bottom-section span:last-child {
    border-right: none;
}
.premium-test-title {
    color: #4ac17d;
    font-weight: 700;
}
.premium-test-desc li {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    margin: 12px 0;
    color: #000000;
    font-size: 16px;
}
.premium-test-desc li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    color: #000000;
    font-weight: 800;
    position: absolute;
    left: 0;
}
.premium-test-img {
    position: relative;
    padding: 180px 200px;
    float: right;
}
.premium-test-shape {
    position: absolute;
    content: "";
    height: 340px;
    width: 380px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 45% 55% 24% 76% / 58% 30% 70% 42%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center
}
.premium-test-div {
    position: relative;
    z-index: 1;
}
.bg-test-image {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.account-page-title {
    font-weight: 600;
    margin-bottom: 30px;
}
.transaction-box {
    padding: 30px;
    background-color: #4ac17d;
    border-radius: 20px;
    margin-bottom: 15px;
}
.transaction-box h4 {
    color: #ffffff;
    font-weight: 600;
    margin: 18px 0;
}
.transaction-box p {
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 500;
}
.card-detail {
    padding: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.card-detail input:hover,
.card-detail input:focus {
    box-shadow: none;
}
#extra {
    display: none;
}
.nice-select {
    background-color: #ffffff;
    border-radius: 50px;
    color: #777;
    border: 1px solid rgba(0, 0, 0, 0.08);
    height:46px;
}
.account-page-subtitle {
    font-size: 18px !important;
    font-weight: 600;
}
.notification-div {
    padding: 30px;
    margin: 20px 15px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
}
.notification-desc {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 10px;
}
.notification-span {
    font-size: 15px;
    font-weight: 500;
}
.notification-bg-image:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-image: url(../images/notification-shape.png);
    height: 410px;
    width: 300px;
    z-index: -1;
}
/*21-02-2020 css*/
.profile-bg-image {
    height: 350px;
    width: 100%;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 50px;
    position: relative;
}
@media(max-width: 575px) {
    .profile-bg-image {
        height:180px;
    }
}

.profile-image {
    position: absolute;
    bottom: -20%;
    left: 5%;
}
.profile-image img {
    height: 180px;
    width: 180px;
    border-radius: 200px;
    border: 3px solid #ffffff;
}
.profile-detail {
    margin-top: 110px;
    margin-bottom: 70px;
}
.profile-desc-box {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 5px 0px rgba(103, 103, 103, 0.12);
}
.profile-desc-title {
    font-size: 20px;
    font-weight: 600;
}
.profile-desc-span {
    font-weight: 600;
}
.profile-edit-btn .btn-primary {
    height: auto;
    padding: 8px 30px;
    min-width: 100px;
}
.profile-p {
    font-size: 15px;
    line-height: 22px;
    color: #777777;
    word-break: break-all;
    display: inline-block;
    vertical-align: middle;
}
.profile-edit-span {
    font-weight: 600;
    cursor: pointer;
}
.profile-desc-box label i {
    font-size: 15px;
    color: #4ac17d;
    margin-right: 12px;
}
.profile-desc-box label {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.profile-desc-box label:last-child {
    border-bottom: none;
}
.profile-visitor img {
    border-radius: 100%;
    height: 110px;
    width: 110px;
    margin-bottom: 12px;
}
.profile-visitor {
    min-width: 25%;
    float: left;
    padding: 0 15px;
    text-align: center;
    padding-top: 15px;
}
.profile-visitor-div {
    overflow-x: auto;
}
.profile-add {
    border-radius: 10px;
    box-shadow: 0 0 5px 0px rgba(103, 103, 103, 0.12);
}
.profile-add .profile-desc-box {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #e4e4e4;
}
.resp-vtabs {
    display: flex !important;
}
.categories_box .animal_image {
    max-height: 240px;
    overflow: hidden;
}
.categories_box .animal_image img {
    width: 100% !important;
    border-radius: 10px 10px 0 0;
}
#related_add_slider .owl-prev i,
#related_add_slider .owl-next i {
    background-color: #4ac17d;
    color: #ffffff;
}
#related_add_slider .owl-prev i:hover,
#related_add_slider .owl-next i:hover {
    background-color: #000000;
}
#related_add_slider .owl-prev {
    left: -10px;
}
#related_add_slider .owl-next {
    right: -10px;
}
.category-detail-account {
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    margin-bottom: 30px;
}
.category-detail-account h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.category-detail-account .price {
    font-size: 18px;
    font-weight: 600;
}
.category-detail-account p {
    color: #777777;
    font-size: 16px;
    margin-top: 5px;
}
.category-detail-account .detail-span {
    font-size: 18px;
    font-weight: 500;
}
.category-detail-account img {
    width: 80px;
    height: 80px;
    border-radius: 120px;
    margin-right: 15px;
}
.category-detail-pills .nav-item .nav-link {
    line-height: 18px;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    background-color: #ffffff;
    color: #777777;
    font-size: 16px;
    min-width: 120px;
    text-align: center;
    font-weight: 600;
    margin: 0;
}
.category-detail-pills .nav-item .nav-link:hover,
.category-detail-pills .nav-item .nav-link.active {
    background-color: #4ac17d;
    border-color: #4ac17d;
    color: #ffffff;
}
.category-detail-pills .nav-item {
    margin: 0 12px 0 0;
}
.category-pills-content {
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
}
.category-pills-content p {
    font-size: 16px;
    color: #777777;
    line-height: 22px;
    margin-bottom: 10px;
}
.about-category p {
    font-size: 18px !important;
    color: #000000;
    margin-bottom: 5px;
    line-height: 1.5;
}
.about-category li{
    font-size: 18px !important;
    line-height: 1.5;
}
.about-category span {
    font-size: 16px;
    line-height: 20px;
}
.category-image-slider {
    overflow: hidden;
}
#sync1 .item {
    border-radius: 16px;
}
.slider-image {
    padding: 0 15px;
}
.detail-main-div {
    margin: 0 -15px;
}
#sync1 .slider-image img,
#sync1 .slider-second-image img {
    border-radius: 16px;
    height:715px;
}
@media (max-width: 575px){
    #sync1 .slider-image img,
    #sync1 .slider-second-image img {
        height:360px;
    }
}
#sync2 .item h1 {
    font-size: 18px;
}
.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: transparent;
}
#sync1.owl-theme {
    position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    border-radius: 100px;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
#sync1.owl-theme .owl-next i,
#sync1.owl-theme .owl-prev i {
    color: #ffffff;
    height: 36px;
    width: 36px;
    line-height: 36px;
    background-color: #4ac17d;
}
#sync1.owl-theme .owl-next i:hover,
#sync1.owl-theme .owl-prev i:hover {
    background-color: #000000;
}
#sync1.owl-theme .owl-prev {
    left: 4%;
}
#sync1.owl-theme .owl-next {
    right: 4%;
}
#sync2 .slider-second-image img {
    height: 100px;
    width: 100%;
    border-radius: 10px;
}
#sync2 .slider-second-image {
    padding: 0 15px;
}
.cat-account-detail {
    word-break: break-word;
}
.send-request-form textarea {
    border-radius: 16px;
    margin-top: 20px;
}
.send-request-title {
    position: relative;
    background-color: #4ac17d;
    margin-bottom: 20px;
    padding: 20px 15px 36px 15px;
    border-radius: 20px 20px 0 0;
}
.send-request-title:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.send-request-close-btn.close {
    margin: 0;
    position: absolute;
    right: 30px;
    top: 25px;
    padding: 0;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #fff;
    opacity: 1;
    border-radius: 100px;
}
.send-request-close-btn.close i {
    font-size: 15px;
    color: #4ac17d;
    line-height: 26px;
}
.send-request-title h4 {
    margin: 0 auto;
    color: #ffffff;
}
.send-request-modal {
    border: none;
    border-radius: 20px;
}
.product-detail-title {
    -webkit-line-clamp: 2 !important;
}
.login_btn .btn-primary {
    height: 45px;
    padding: 0px 30px;
    font-size: 14px;
    min-width: auto;
    line-height: 45px;
}
.msg-btn img {
    height: 30px;
    width: 30px;
    position: relative;
}
.msg-count {
    position: absolute;
    padding: 0;
    border-radius: 20px;
    font-size: 9px;
    color: #ffffff;
    top: 0;
    right: -8px;
    height: 18px;
    width: 18px;
    display: inline-block;
    line-height: 18px;
    background-color: #4ac17d;
    text-align: center;
}
.all-msg-li.resp-tab-active {
    display: block;
}
.login-page-top {
    padding: 100px 0 0 0;
    background-image: url(../images/login-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.login-margin-bottom {
    margin-bottom: 200px;
}
.cat-image {
    max-height: inherit !important;
}
.wellness-insurance {
    border-bottom: none !important;
}
.insurance-submenu {
    padding: 0 !important;
    border-radius: 7px;
    max-width:300px !important;
}
#noti-list{
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.all-read{
    text-align: center;
    font-weight:bold;
    line-height:1.7;
    border-top: 1px solid #e4e5e7 !important;
}
.all-read:hover{
    background: white !important;
    color:black !important;
    border-radius: 7px;
}
.insurance-submenu .dropdown-item {
    width:300px;
    padding: 10px !important;
    border-bottom: 1px solid #e4e5e7;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    white-space: break-spaces !important;
}
.insurance-submenu .dropdown-item:hover {
    background: #4ac17d;
    color:white;
    cursor: pointer;
}
.insurance-submenu .dropdown-item:last-child{
    border: none;
}
.upload-files {
    background: #4ac17d;
    width: 20%;
    text-align: center;
    display: inline-block;
    padding: 35px 10px 15px 10px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

@media (max-width:575px) {
    .upload-files{
        width:100%;
    }

    #size-limit, #e-size-limit{
        position: relative !important;
        display: block !important;
        margin-top: 15px;
    }
}
.upload-files input{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.fa-plus {
    color: #FFFFFF;
}
.upload-files p {
    margin-top: 20px;
    color: #FFFFFF;
}
.cat-image img {
    height: 265px;
    border-radius: 13px !important;
}
.add-favourite {
    position: absolute;
    width: 40px;
    background: #4ac17d;
    border-radius: 100%;
    height: 40px;
    left: 75%;
    top: 10%;
}
.fa-heart:before {
    top: 12px;
    position: relative;
    color: #FFF;
    font-size: 20px;
}
.category-border {
    border: 3px solid #95dcb2;
    border-radius: 15px;
}
.category-p0 {
    padding: 0;
}
.cat-desc {
    background: #FFF;
    border-radius: 15px;
}
.date-location > div > i {
    color: #42c67b;
}
.custom-add-icon{
    position: absolute;
}
.custom-address {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0.7rem;
}
.cat-date {
    display: contents;
}
.cat-location {
    display: contents;
}
.cat-pagination {
    margin-top: 130px;
}
.un-fav .fa-heart {
    font-weight: 100;
}
.add-favourite-grid {
    width: 40px !important;
    background: #4ac17d;
    border-radius: 100%;
    height: 40px;
}
.animal-cat-grid {
    font-size: 14px;
    padding-bottom: 5px;
}
.cat-image-gird img {
    width: 100%;
    height: 200px !important;
}
.cat-date-grid {
    display: inline-block;
}
.cat-location-grid {
    display: inline-block;
}
.cat-image-gird .fa-heart {
    font-weight: 100;
}
.add-fav-cat .fa-heart {
    font-weight: 900;
}
.help-breadcrumbs {
    color: #FFFFFF;
}
.help-breadcrumbs a {
    color: #FFFFFF;
    text-decoration: none;
}
.section_padding_insurance {
    padding-top: 50px;
}
.insurance-type ul li {
    display: inline-block;
    padding: 30px 40px;
    border: 2px solid #a2deba;
    margin: 10px;
    border-radius: 10px;
    color: #343434;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.31);
    transition: .3s ease-in-out;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    font-weight: 600;
    width: 20%;
}
/*.insurance-type ul li:hover{
    background: #4ac17d;
}*/
.insurance-type ul li:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    background-color: #4ac17d;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1;
    opacity: 0;
}
.a-underline a {
    text-decoration: underline;
}
.customer-data > div > label {
    font-weight: 600;
    color: #000000 !important;
}
.ad-heart .fa-heart:before {
    color: #4ac17d;
    top: 3px;
}
.more-color .dropdown-toggle::after {
    color: #4ac17d;
}
.payment-bg {
    background: #FFFFFF;
}
.whishlist-date .fa-heart:before {
    color: #4ac17d;
    top: 0;
}
.privacy-bg {
    background: #fafbfd;
}
.products-hero {
    padding: 50px 0 50px 0;
}
/*.animal_image img{
    padding: 10px 0;
}*/
.profile_section {
    background: #eff8f3;
    padding-top: 70px !important;
}
.services-animals h2 span {
    text-transform: none;
}
.service-padding {
    background-image: url(../images/bg-pattern-image.png);
    background-repeat: no-repeat;
    margin-top: 100px;
    background-size: cover;
}
.help-padding {
    padding-bottom: 0;
}
.service-map {
    padding-bottom: 100px;
}
.footer_container {
    padding: 0px 5px 50px 5px !important;
}
.signup-underline a {
    text-decoration: underline;
}
.section_padding_form {
    padding-bottom: 100px;
    padding-top: 0;
}
.animal_image_home img {
    padding: 0;
    height:196px;
}
.medical_drugs {
    padding-top: 0;
}
.medical_drugs1 {
    padding-bottom: 100px;
}
.border-form {
    border: 2px solid rgba(88, 196, 136, 1);
}
.my_account_page_bg {
    background: #eff8f3;
}
.img1 img {
    margin-bottom: -40px;
}
.place-add-top {
    padding-top: 100px;
}
.ss_container {
    padding: 0 8%;
}

.search_btn .btn{
    background: #4ac17d;
    color: #ffffff;
    height: 45px;
    width: 100%;
    margin-bottom: 18px;
    border-radius: 500px;
}

.form-control{
    line-height: 50px;
}


.google_map_dots #map {
    height: 500px;
    width: 100%;
}

.plan-selected{
    background: white !important;
    color:#4ac17d !important;
    border-color:#4ac17d !important;
}

.addon-selected{
    background:#4ac17d !important;
    color:white !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #b1b1b1;
}

.ad-highlighted{
    background: #b3e6c9!important;
    color:black;
}
.ad-highlighted h3{
    color:black !important;
}
.ad-hightlighted p{
    color:gray;
}
.i-type{
    cursor: pointer;
}
.i-active{
    background: #4ac17d;
    color:white !important;
}

.favourite-added{
    background: #dc3545;
}

.btn-favourite{
    top:25px;
    right:35px;
    position: absolute;
}

.btn-group-c{
    position: absolute;
    bottom:20px;
    right:15px;
}
@media(max-width: 575px){
    .cover-button{
        padding: 0!important;
        min-width:40px !important;
        height:40px;
        line-height: 40px;
    }
    #btn-cover-save{
        min-width: 100px !important;
    }
    .profile-image img{
        width:100px;
        height:100px;
    }
    .profile-btn{
        bottom: 7px !important;
        right:-12px !important;
    }
    #btn-profile-save{
        bottom: 7px !important;
    }
}
.profile-btn{
    position: absolute;
    right:0;
    bottom: 17px;
    width:40px !important;
    height:40px;
    padding: 0 !important;
    line-height: 40px;
    min-width: 40px !important;
    border:3px solid white;
}
#btn-profile-save{
    position:absolute;
    right:-110px;
    min-width:100px;
    height:40px;
    padding: 0;
    bottom: 14px;
    line-height: 40px;
}

.ul_li_desc ul{
    padding: 0;
}

.btn-remove{
    width:20px;
    height:20px;
    border-radius:50%;
    padding:0;
    position: absolute;
    bottom: 12px;
}

.img-box img{
    border-radius: 15px;
    height:200px;
    width:100%;
}

.img-box .btn-remove{
    position: absolute;
    right:-5px;
    width:30px;
    height:30px;
    top:0;
}

.accordion-container .article-title {
        display: block;
        position: relative;
        margin: 0;
        padding: 0.625em 0.625em 0.625em 2em;
        font-size: 1.25em;
        font-weight: normal;
        color: #0079c1;
        cursor: pointer;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
        color: white;
}

.accordion-container .content-entry i {
        position: absolute;
        top: 3px;
        left: 12px;
        font-style: normal;
        font-size: 1.625em;
        font-family: sans-serif;
        color: #0079c1;
}

.accordion-container .content-entry i:before {
        content: "+ ";
}

.accordion-container .content-entry.open i:before {
        content: "- ";
}

.accordion-content {
        display: none;
        padding-left: 2.3125em;
}

.product-desc{
    margin-top: 10px;
    height:75px!important;
    overflow: hidden;
    display: block;
}
.product-desc ul{
    padding-left: 20px;
    list-style: disc;
}
.product-desc li{
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.product-detail-desc ul{
    padding:15px 10px 10px 40px;
    list-style: disc;
}
.product-desc li:before{
    content:"\A";
    width:5px;
    height:5px;
    border-radius:50%;
    background: #777;
    line-height: 1.5;
    margin-right: 10px;
    margin-bottom: 0.15em;
    display:inline-block;
}

.animal_box_desc a{
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 10px;
    display: block;
    text-align: right;
}

#chat-participants-col{
    max-height:632px;
    overflow-y: scroll;
}

.p-msg-count{
    border-radius: 50%;
    background-color: #4ac17d;
    padding: 2px 7px 0;
    color:white;
    text-align: center;
    line-height: 20px;
    min-width: 22px;
    position: absolute;
    right:25px;
    font-size:14px;
}

.msg-tab .nav-link:hover .p-msg-count{
    color:#4ac17d;
    background-color: #fff;
}

#size-limit, #e-size-limit{
    display: inline;
    position: absolute;
    margin-left: 15px;
}

.btn-secondary{
    border-radius: 50px;
    height: 45px;
    min-width: 130px;
    padding: 0 35px;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: .5px;
    font-weight: 600
}

.img-wish{
    height:180px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cookie-notification {
    padding: 20px;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ccc;
    box-shadow: 0px 2px 10px #888888;
    background: #fff !important;
    z-index: 99999;
}

.cookie-notification p {
    color: #262626;
    font-size: 16px;
    padding: 0 30px 0 0;
    line-height: 1.7;
    margin-bottom: 0;
}

.ad_bg{
    background-color: #ceffe4;
}

.plan-selected p{
    color:black;
}

.btn-invoice{
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn-purchase{
    margin-top:10px;
    width:100%;
}

.ad-sold{
    background-color: #e5e6ea !important;
}

.ad-sold .add-bottom-section{
    border-color: #a3a3a3;
}

.btn-ad-action{
    position: absolute;
    right:0;
    bottom:80px;
}
@media(max-width: 768px){
    .btn-ad-action{
        position: relative;
    }
}
.input-group-text{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.prd .slider-image img{
    border-radius: 16px;
    height:430px !important;
    padding: 5px;
}
@media(max-width: 575px){
    .prd{
        height:220px;
        padding: 5px;
    }
    .prd .slider-image img,
    .prd .slider-second-image img {
        border-radius: 16px;
        height:210px;
    }
    .btn-invoice{
        position: relative;
    }
}
.d-vertical{
    max-height: 442px;
    padding: 5px;
    overflow-y: scroll;
}
@media(max-width: 575px){
    .d-vertical{
        max-height: 220px;
    }
}
.d-vertical .owl-stage-outer{
    width:100% !important;
}
.d-vertical .owl-item{
    width:100% !important;
}
.d-vertical .owl-stage{
    vertical-align: middle;
    max-height: 25px !important;
    width: 100% !important;
}

.service-selected{
    background: white !important;
    color:#4ac17d !important;
    border:1px solid #4ac17d !important;
}
.service-selected h4{
    color:#4ac17d !important;
}

#cover-size{
    position: absolute;
    right:15px;
    top:375px;
}

@media (max-width: 1440px) {
    .profile-bg-image{
        height:360px;
    }

    #cover-size{
        top:375px
    }
}
@media (max-width: 1024px) {
    .profile-bg-image{
        height:256px;
    }

    #cover-size{
        top:270px
    }
}
@media (max-width: 768px) {
    .profile-bg-image{
        height:192px;
    }

    #cover-size{
        top:210px
    }
}

#btn-home-cat{
    background: transparent;
    color:black;
    border-color: black;
}

#btn-home-cat:hover{
    color:white;
}

.pet_slider .owl-carousel .owl-stage-outer {
    position: relative;
    overflow-x: hidden;
    padding: 50px 0;
    overflow-y: visible;
}
.help-hr{
    border-width: 3px;
    border-color:#4ac17d;
    margin-top:0;
}

.city-list{
    max-height: 354px;
    overflow: hidden;
    overflow-y: scroll;
}
.input-group-append{
    height:46px;
}