* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans';
}

.bg-img-h>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.lgn-box {
    margin: 150px 100px 0 100px;
}

.sign-box {
    background-color: white;
    box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 30px 40px;
    text-align: -webkit-center;
    max-width: 450px;
}

.sign-box h3 {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    padding: 0 0 40px 0;
}

.sign-box .user,
.pass {
    max-width: 347px;
    margin: 0 0 30px 0;
}

.chk-box {
    margin: -25px 0 0 14px;
    display: flex;
    justify-content: space-between;
}

.chk-box .frgt-pas {
    color: #E49901;
}

.sgn-btn {
    background: linear-gradient(270deg, #E09100 -18.6%, #F5C006 100%);
    border-radius: 50px;
    margin-top: 40px;
}

.sgn-btn button {
    font-weight: 700;
    font-size: 20px;
    min-width: 360px;
    border: none;
    padding: 10px;
    border-radius: 30px;
}

.bg-grdnt {
    background: linear-gradient(180.39deg, #FFC21A 0.34%, #FFE350 98.03%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.success-box {
    max-width: 492px;
    background: #FFFFFF;
    box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-align: center;
    /* position: absolute;
                                                                                top: 50%;
                                                                                left: 50%;
                                                                                margin-right: -50%;
                                                                                transform: translate(-50%, -50%); */
    margin: auto;
    margin-top: 100px;
}

.check-img img {
    font-size: 100px;
    padding: 30px 0;
}

.succes-txt h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    color: #E49A01;
    padding-bottom: 20px;
}

.succes-txt p {
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    padding: 0 70px;
}

.succes-btn {
    background: #E49A01;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 20px;
    border: none;
    padding: 14px 50px;
    margin: 40px 0;
}

.nav-top {
    background-color: #FFC21A;
    padding: 25px 20px !important;
}

.side-icon span {
    font-weight: 700;
    font-size: 18px;
}

.add-btn {
    background-color: #FFC21A;
    padding: 10px 15px;
    float: right;
    border-radius: 5px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
}

.breed-table {
    background-color: #FFFFFF;
    margin: 30px 0 0 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
    /* border: 5px solid red; */
}

.breed-table thead th {
    text-align: center;
    min-width: 100px;
}

.breed-table .table>tbody>tr>td {
    vertical-align: middle;
    min-width: 200px;
    border-right: 1px solid #FFE350;
}

.breed-table .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    text-align: center;
    border-right: 1px solid #FFE350;
    font-size: 18px;
}

.breed-table .action i {
    padding: 3px;
}

.breed-table .action {
    text-align: center;
}

.breed-table .action i.fa.fa-pencil-alt {
    color: #828282;
}

.breed-table .action i.fa.fa-trash {
    color: #FF5B5B;
}

.breed-table .action i.fa.fa-ban {
    color: #FF5B5B;
}

.breed-table .action i.fa.fa-eye {
    color: #828282;
}

.breed-table thead {
    color: #454545;
    background-color: #FFC21A;
}

.pagi {
    margin: 10px 0 20px 0;
}

.pagi .page-link {
    border: none;
    color: #FFC21A;
    font-weight: 700;
}

.table-bot-showing {
    font-weight: 500;
    font-size: 13px;
    color: #FFC21A;
    padding: 21px 31px 20px 0;
}

.profile-modal .modal-header {
    display: -webkit-inline-box;
    background-color: #FFC21A;
}

.edit-modal .modal-header {
    display: -webkit-inline-box;
    background-color: #FFC21A;
}

.profile-modal h4.modal-title {
    margin: 0 auto;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
}

.imagemange-user-wrap {
    display: flex;
    justify-content: center;
}

.imagemange-user-wrap .pro-img img {
    text-align: center;
    border: 1px solid #000;
    border-radius: 131px;
    width: 69%;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 0;
}

.edit-modal h4.modal-title {
    margin: 0 auto;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
}

.pro-img {
    text-align: center;
}

.pro-img img {
    margin: 50px 0;
}

.pro-txt i {
    color: #E09100;
    padding: 0 10px;
}

.profile-modal .modal-content {
    min-width: 700px;
}

.edit-modal .modal-content {
    width: 100% !important;
}

.pro-txt h2 {
    font-weight: 700;
    font-size: 30px;
}

.edit-modal input.form-control {
    background-color: #EFEFEF;
}

.edit-modal input.form-control::placeholder {
    color: #454545;
    font-size: 17px;
    font-weight: 400;
}

.edit-modal .modal-body {
    padding: 10px 50px 20px 50px;
}

.edit-modal textarea#exampleFormControlTextarea1 {
    background-color: #EFEFEF;
    color: #454545;
    font-size: 17px;
    font-weight: 400;
}

.edit-modal .save-btn {
    background-color: #FFC21A;
    padding: 8px 30px;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 20px;
}

.edit-modal .sv-btn {
    text-align: center;
}

.breed-table .action .fa.fa-plus-circle {
    color: #E09100;
}

.user-img img {
    margin: 30px 0;
}

.user-txt {
    margin: 50px 0;
}

.breed-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFFCEA !important;
}

.col-lg-12.user-table {
    margin-top: 60px;
}

.breed-table .action .fa.fa-archive {
    color: #ffc21a;
}

.post-detail-modal .modal-content {
    min-width: 600px
}

.name-left {
    display: inline-block;
    float: left;
    width: 60%;
}

.pet-img {
    text-align: center;
}

.pet-name {
    padding: 50px 115px 20px 124px;
}

.pet-name h2 {
    font-weight: 700;
    font-size: 25px;
    color: #000000;
}

.pet-dec {
    padding: 0 115px 20px 124px;
}

.bg-yellow {
    background-color: #FFFCEA;
}

.pet-data .name-left,
.name-right {
    font-weight: 500;
    font-size: 15px;
    padding: 10px;
}

.pet-dec h3 {
    border-bottom: 1px solid #E49A01;
}

.aproval-btn {
    text-align: center;
    display: flex;
    /* margin: 0 auto; */
    margin: 10px 74px 20px 74px;
    clear: both;
}

.disapprove {
    display: inline-block;
    float: left;
    width: 100%;
}

.approve {
    display: inline-block;
    width: 100%;
}

button.btn.disap {
    border: 2px solid #252525;
}

button.btn.app {
    background: #FFC21A;
    border-radius: 5px;
    color: #FFFFFF;
    border: 2px solid #FFC21A;
    padding: 7px 27px;
}

.edit-save-btn {
    text-align: center;
}

.edit-save-btn .edit-save {
    background-color: #FFC21A;
    padding: 10px 20px;
    color: white;
}

.bg-yellow select.form-select.select-box {
    background-color: #FFFCEA;
    border: none;
    width: 39%;
    border-bottom: 1px solid #E49A01;
    border-radius: 0;
    padding: 0;
}

select.form-select.select-box {

    /* background-color: #FFFCEA; */
    border: none;
    width: 39%;
    border-bottom: 1px solid #E49A01;
    border-radius: 0;
    padding: 0;
}

.bg-yellow input.form-control.price-input {
    background-color: #FFFCEA;
    border: none;
    width: 39%;
    border-bottom: 1px solid #E49A01;
    border-radius: 0;
    padding: 0;
    height: 25px;
    min-height: 25px;
}

input.form-control.price-input {

    /* background-color: #FFFCEA; */
    border: none;
    width: 39%;
    border-bottom: 1px solid #E49A01;
    border-radius: 0;
    padding: 0;
    height: 25px;
    min-height: 25px;
}

.date-pick input[type="date"] {
    padding: 10px;
    border-radius: 5px;
    background-color: #FFC21A;
    border: 1px solid #FFC21A;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.date-pick input#start_date {
    padding: 10px;
    border-radius: 5px;
    background-color: #FFC21A;
    border: 1px solid #FFC21A;
    color: #FFFFFF;
    margin-bottom: 10px;
    background-image: url(../assets/image/date.png);
    background-size: 14px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.date-pick input#end_date {
    padding: 10px;
    border-radius: 5px;
    background-color: #FFC21A;
    border: 1px solid #FFC21A;
    color: #FFFFFF;
    margin-bottom: 10px;
    background-image: url(../assets/image/date.png);
    background-size: 14px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.date-pick input#start_date::placeholder {
    color: #FFFFFF;
}

.date-pick input#end_date::placeholder {
    color: #FFFFFF;
}

.drop select.form-select {
    padding: 10px;
    border-radius: 5px;
    background-color: #FFC21A;
    border: 1px solid #FFC21A;
    color: #FFFFFF;
    margin-bottom: 10px;
}

td {
    text-align: center;
}

.table-top-drop {
    display: contents;
}

.drop-ana {
    min-width: 107px;
    margin: 0 5px;
}

.date-pick-ana {
    margin: 0 5px;
}

.btn.export {
    background-color: #FFC21A;
    padding: 9px 10px;
    color: #FFFFFF;
}

.btn.export a {
    color: #FFFFFF;
    display: block;
}

/*.btn.export:hover a {
  color: #FFFFFF;
  background-color: #FFC21A;
}*/
.btn.export:hover {
    background-color: #FFC21A !important;
    padding: 9px 10px;
    color: #FFFFFF !important;
}

.intrst-table {
    box-shadow: none;
}

.privacy-box {
    background: #FFFDFD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 50px;
}

.privacy-box h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    color: #FFC21A;
}

.privacy-box textarea.form-control {
    font-size: 20px;
}

.edit-btn .edit {
    background-color: #DEDEDE;
    padding: 8px 34px;
    color: white;
    border-radius: 8px;
    font-size: 20px;
    margin: 0 10px;
}

.edit-btn button.btn {
    background-color: #FFC21A;
    padding: 6px 34px;
    color: white;
    border-radius: 8px;
    font-size: 20px;
    display: inline-block;
    margin: 0 10px;
}

.edit-btn button:hover.btn {
    background-color: #FFC21A !important;
    color: white !important;
}

.edit-btn {
    text-align: center;
    padding: 50px 0 0 0;
    display: flex;
    justify-content: center;
}

.exclam i.fa.fa-exclamation-triangle {
    margin: 0 auto;
    color: #BB0000;
    font-size: 60px;
}

.logot-pop .modal-body {
    text-align: center;
    font-size: 20px;
}

.logot-pop .modal-footer {
    justify-content: center;
    border-top: none;
}

.modal-header.exclam {
    background-color: white;
    border-bottom: none;
}

.modal-content.logot-pop {
    max-width: 432px;
    margin: 0 auto;
}

button.canclebtn {
    background-color: #828282;
    border: none;
    padding: 5px 24px;
    color: white;
    border-radius: 10px;
    margin: 0 10px 10px 0;
}

button.logoutbtn {
    background-color: #BB0000;
    border: none;
    padding: 5px 24px;
    color: white;
    border-radius: 10px;
    margin: 0 10px 10px 0;
}

.pass i.fa.fa-eye {
    position: absolute;
    right: 77px;
    bottom: 164px;
    color: #6c6c6c;
}

.pet-img i.fa.fa-pencil-alt {
    position: absolute;
    /* right: 139px; */
    margin: 16px 0 0 -31px;
    color: #E49A01;
    font-size: 22px;
}

.col-lg-2.date-pick.date-pick-ana.date-box {
    padding: 0;
}

.pet-nm {
    border: none !important;
    border-bottom: 2px solid #E49A01 !important;
    font-weight: 600 !important;
    font-size: 21.6284px !important;
    color: #000000 !important;
    padding: 0% !important;
    min-height: 25px !important;
    border-radius: 0% !important;
}

.pet-decc {
    border: 1px solid #E49A01 !important;
    font-weight: 400 !important;
    font-size: 11px !important;
    color: #4E4E4E !important;
}

.drop .dropdown {
    padding: 3px;
    border-radius: 5px;
    background-color: #FFC21A;
    border: 1px solid #FFC21A;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.drop button#dropdownMenuButton {
    color: white;
}

.drop-content a.dropdown-item {
    font-weight: 600;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.45);
    padding-left: 0;
}

.drop-content input.drop-check {
    margin: 10px;
}

.dropdown-menu.show {
    top: 4px !important;
    left: -4px !important;
}

.short.show {
    top: 4px !important;
    left: -35px !important;
}

.gren {
    color: #197E00 !important;
}

.gray {
    color: #4E4E4E !important;
}

.red {
    color: #AE0000 !important;
}

.yelo {
    color: #E49A01 !important;
}

.srch-icon {
    position: absolute;
    z-index: 10;
    font-size: 13px;
    top: 18px;
    right: 12px;
    cursor: pointer;
}

input.srch-box {
    margin: 0 7px;
    border: 0.5px solid #DFDFDF;
    padding: 5px;
}

.sve-btn {
    background-color: #FFC21A !important;
    border-radius: 5px !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    padding: 5px 30px !important;
    margin: 20px 0;
}

button.btn.plus-btn {
    padding: 0;
}

.animl-input input.form-control {
    background: #EFEFEF;
    border: 0.2px solid #656565;
    border-radius: 10px;
}

/* ------------------- Corausals--------------------- */
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /* float: left; */
    border: 5px solid #fff;
    /* border-radius: 20px;s */

    /* margin-left: 54px;
    margin-right: 35px; */
    margin-top: 15px;
}

.testimonial-item.equal-height.style-6 {

    /* background-color: #eee; */
    border-radius: 10px;
    margin: 0 10px;
}

.cell-right {
    text-align: center;
    margin-right: 80px;
    padding-top: 35px;
    padding-bottom: 20px;
}

.testimonial-name {
    font-weight: 600;
}

.testimonial-content.quote {
    padding: 17px 55px;
}

.et_right_sidebar #main-content .container:before {
    display: none;
}

#main-content .container {
    padding-top: 10px;
}

i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}

.owl-prev {
    left: -25px;
}

.owl-next {
    right: -25px;
}

.owl-buttons {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    font-size: 15px;
}

/*------------ type date -------------*/
.date-box input[type="date"]::before {
    color: #fff;
    content: attr(placeholder) !important;
}

.date-box input[type="date"] {
    color: transparent;
}

.date-box input[type="date"]:focus,
.date-box input[type="date"]:valid {
    color: #fff;
}

.date-box input[type="date"]:focus::before,
.date-box input[type="date"]:valid::before {
    content: "" !important;
}

.date-box>input {
    padding: 8px 10px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #fff;
    width: 100% !important;
}

.date-box>input::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/*----------------------------- Toggle btn Designs --------------*/
.can-toggle {
    position: relative;
    display: inline-block;
}

.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
    box-sizing: border-box;
}

.can-toggle input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.can-toggle input[type=checkbox][disabled]~label {
    pointer-events: none;
}

.can-toggle input[type=checkbox][disabled]~label .can-toggle__switch {
    opacity: 0.4;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 4px;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    content: attr(data-checked);
}

.can-toggle>label {
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}

.can-toggle>label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
}

.can-toggle>label .can-toggle__switch {
    position: relative;
}

.can-toggle>label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
}

.can-toggle>label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    transform: translate3d(0, 0, 0);
}

.can-toggle input[type=checkbox][disabled]~label {
    color: rgba(234, 0, 48, 0.5);
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch {
    background-color: #E49A01;
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
    color: #000;
}

.can-toggle input[type=checkbox]:hover~label {
    color: #fff;
}

.can-toggle input[type=checkbox]:checked~label:hover {
    color: #000;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch {
    background-color: #E49A01;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    color: #000;
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch {
    background-color: #E49A01;
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    color: #333;
}

.can-toggle label .can-toggle__label-text {
    flex: 1;
}

.can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #E49A01;
}

.can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5);
}

.can-toggle label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #000000;
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    transform: translate3d(43px, 0, 0);
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle>label {
    font-size: 14px;
}

.can-toggle>label .can-toggle__switch {
    height: 22px;
    flex: 10 0 85px;
    border-radius: 4px;
    border: 1px solid #E49A01
}

.can-toggle>label .can-toggle__switch:before {
    left: 50px;
    font-size: 12px;
    line-height: 20px;
    width: 28px;
    padding: 0 3px;
}

.can-toggle>label .can-toggle__switch:after {
    top: 0px;
    left: 0px;
    border-radius: 2px;
    width: 40px;
    line-height: 20px;
    font-size: 12px;
}

.can-toggle>label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle.can-toggle--size-small input[type=checkbox]:hover~label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small input[type=checkbox]:checked~label .can-toggle__switch:after {
    transform: translate3d(44px, 0, 0);
}

.can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small label {
    font-size: 13px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch {
    height: 28px;
    flex: 0 0 90px;
    border-radius: 2px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    left: 45px;
    font-size: 10px;
    line-height: 28px;
    width: 45px;
    padding: 0 12px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    top: 1px;
    left: 1px;
    border-radius: 1px;
    width: 44px;
    line-height: 26px;
    font-size: 10px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

/* -------------------------round-----------toggle----------------- */
.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*------------------ Toggle designs yes no End -------------------*/
button.fa.fa-pencil-alt {
    color: #828282;
    background: none;
}

/*LOADER*/
.loader {
    width: 150px;
    height: 75px;
    margin: 50px auto 0;
    position: relative;
}

.loader .circle {
    background-color: #73c713;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform-origin: 50%;
    position: absolute;
    left: 15%;
    animation: circle .5s alternate infinite ease;
}

.loader .circle:nth-child(2) {
    background-color: #0cbef8;
    left: 45%;
    animation-delay: .2s;
}

.loader .circle:nth-child(3) {
    background-color: #5f00bc;
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.shadow {
    background-color: rgba(0, 0, 0, 0.5);
    width: 20px;
    height: 4px;
    border-radius: 50%;
    transform-origin: 50%;
    position: absolute;
    top: 62px;
    left: 15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

@keyframes circle {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }

}

@keyframes shadow {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }

}

#newRow {
    display: flex;
    gap: 10px 32px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#inputFormRow {
    -webkit-box-flex: 0;
    flex: 0 0 31.22222%;
    max-width: 31.22222%;
}

.pet-img.main-img>img {
    width: 60px;
    height: 60px;
    margin: 0px;
    border-radius: 4px;
    border: 2px solid #dbdbdb;
}

.pet-profile-img {
    width: 100%;
    height: auto;
}

/*.pet-profile-img img {
    width: 100%;
    height: auto;
    margin-top: 0 !important;
    border: 0 !important;
    padding: 0px 6px !important;
    object-fit: cover;
}*/
.pet-profile-img img {
    width: 100%;
    height: 200px;
    margin-top: 0 !important;
    padding: 5px 6px !important;
    object-fit: contain;
    border: 1px solid #ffc21a;
    border-radius: 5px;
}

/*SLIDER-SECTION*/
#pet-profile-slider .owl-nav {
    width: 100%;
    height: auto;
    padding-left: 20px;
    transition: .5s;
}

#pet-profile-slider .owl-nav button {
    width: 30px;
    height: 30px;
    background: #ffc21a !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
    color: #ffffff !important;
    position: absolute;
    top: 35%;
    left: -10px;
    right: inherit;
    z-index: 0;
    border: none;
    outline: none;
    border-radius: 50%;
}

#pet-profile-slider .owl-nav button i {
    font-size: 14px;
    text-align: center;
    display: flex;
    font-weight: 500;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    place-items: flex-end;
    align-items: center;
}

#pet-profile-slider .owl-nav button span {
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 100%;
    place-items: flex-end;
    align-items: center;
}

#pet-profile-slider .owl-nav button:last-child {
    right: -10px;
    left: inherit;
}

#pet-profile-slider .owl-item {
    margin: 5px 0px;
    transform: scale(0.9);
}

#pet-profile-slider .owl-item.active.center {
    border: 1px solid #ffc21a;
    border-radius: 5px;
    padding: 0px;
    transform: scale(1);
}

/*LIGHT-BOX*/
.head-dark {
    color: #000 !important;
}

.para-dark {
    color: #777 !important;
}

.gal-wrap {
    width: 100%;
    height: auto;
    padding: 2rem 0;
}

.gallery {
    position: relative;
    height: auto;
    width: 100%;
    margin: auto;
    display: grid;
    padding: 0 1rem;
    grid-template-columns: auto auto auto auto;
    /*i write auto four time because we want four rows*/
    grid-gap: 2vh;
    grid-auto-flow: dense;
}

.gallery-btn {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 1rem auto;
    padding: 2rem 0;
}

.gallery-btn a {
    border-radius: 0px;
    background: transparent;
    border: 1px solid #bb3239;
    color: #bb3239;
    padding: 0.6rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
}

.gallery .img {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);*/
    border-radius: 0px;
    transition: .5s;
}

.gallery .img:first-child {
    grid-column-start: span 2;
    grid-row-start: span 2;
}

.gallery .img:nth-child(2n+3) {
    grid-row-start: span 2;
}

.gallery .img:nth-child(4n+5) {
    grid-column-start: span 2;
    grid-row-start: span 2;
}

.gallery .img:nth-child(6n+7) {
    grid-row-start: span 1;
}

.gallery .img:nth-child(8n+9) {
    grid-column-start: span 1;
    grid-row-start: span 1;
}

.gallery .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
    transition: 0.3s ease-in-out;
}

.gallery .img:hover img {
    transform: scale(1.1) rotate(-1deg);
    filter: grayscale(50%);
}

@media only screen and (max-width:768px) {
    .gallery {
        display: grid;
        grid-template-columns: auto auto auto;
    }

}

@media only screen and (max-width:430px) {
    .gallery {
        display: block;
    }

    .gallery .img {
        display: block;
        width: 100%;
        height: 100%;
        margin: 2% 0;
    }

    .gallery .img img {
        display: block;
        filter: brightness(1) grayscale(0);
    }

}

/*Light-Box*/

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

}

@keyframes bounceFromRight {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

}

@-webkit-keyframes bounceFromLeft {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

}

@keyframes bounceFromLeft {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .0);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .0)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

}

/*daman*/
body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: none;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    /* Background color behind image.
 This is visible during transitions. */
    background-color: transparent;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    outline: none;
    position: absolute;
    top: 50%;
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 50px;
    height: 45px;
    left: 0;
    float: left;
    background: url(../assets/image/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    background-position: -10px;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 50px;
    height: 45px;
    right: 0;
    float: right;
    background: url(../assets/image/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    background-position: 10px;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
    display: none !important;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../assets/image/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: absolute;
    top: -30px;
    right: 30px;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/*D-CODE*/
.top-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.top-btns input.top-src {
    margin-right: auto;
    height: 42px;
    width: 220px;
    padding: 0px 10px;
    padding-right: 30px;
    border-radius: 5px;
    border: 1px solid #ffc21a;
    color: #000;
    outline: none;
    background: url(../assets/image/search.png);
    background-size: 18px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
    font-size: 30px;
}

.carousel-control-next i,
.carousel-control-prev i {
    font-weight: 600;
    font-size: 16px;
}

/*D-CODE*/