@font-face {
    font-family: 'Rounded-mplus';
    src: url('../webfonts/rounded-mplus-1c-bold.ttf');
}
.nnt-fe-font-rounded {
  font-family: 'Rounded-mplus';  
  font-size: 40px;
}
/* Accordion styles */

.input-none {
  position: absolute !important;
  opacity: 0 !important;
  z-index: -1 !important;
}

.row {
  display: flex !important;
}
.row .col {
  flex: 1 !important;
}
.row .col:last-child {
  margin-left: 1em !important;
}

.tabs {
  border-radius: 8px !important;
  overflow: hidden !important;
}

.tab {
  width: 100% !important;
  color: white !important;
  overflow: hidden !important;
  /* border:  1px solid #ddd !important; */
}
.tab-label {
  display: flex !important;
  color: #fff;
  justify-content: space-between !important;
  padding: 1em !important;
  background: #FF896D;
  font-weight: bold !important;
  cursor: pointer !important;
  /* Icon */
}
.tab-label::after {
  content: '\276F';
  width: 1em !important;
  height: 1em !important;
  text-align: center !important;
  transition: all 0.35s !important;
}
.tab-content {
  max-height: 0 !important;
  padding: 0 1em !important;
  color: #2c3e50 !important;
  background: white !important;
  transition: all 0.35s !important;
  border: 1px solid #ccc !important;
}
.tab-close {
  display: flex !important;
  justify-content: flex-end !important;
  padding: 1em !important;
  font-size: 0.75em !important;
  background: #2c3e50 !important;
  cursor: pointer !important;
}
.tab-close:hover {
  background: #ddd !important;
}

input + .tab-label {
  background: #FF896D;
}
input + .tab-label::after {
  transform: rotate(90deg) !important;
}
input ~ .tab-content {
  max-height: 10000vh !important;
  padding: 1em !important;
}

input:checked + .tab-label::after {
  transform: rotate(0deg) !important;
}
input:checked ~ .tab-content {
  max-height: 0 !important;
  padding: 0 !important;
}
span.required {
    color: red !important;
    font-size: 11px !important;
    /*background: red !important;
    padding: 2px 15px !important;
    border-radius: 3px !important;
    border: 1px solid #000 !important;*/
}
label.form-label {
/*    display: block !important;
    background: #ccc !important;*/
    padding: 5px !important;
    margin-bottom: 5px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.form-control-custom.w-95 {
    width: 95% !important;
    display: inline-block !important;
}
.form-control-custom {
    width: 100% !important;
}
.form-control-custom.w-50 {
    width: 50%  !important;
}
.form-control-custom.w-30 {
    width: 30% !important;
    margin-right: 20px !important;
}
label.center-two-input {
    margin: 0 80px !important;
}
input.w-70 {
    width: 70% !important;
    float: right !important;
}
.align-items-center {
    display: flex;
    align-items: center;
}
label.type-id {
    margin-right: 80px;
}
.w-100 {
    display: inline-flex !important;
    width: 100% !important;
}
.w-95 {
    display: inline-flex !important;
    width: 95% !important;
}
.w-90 {
    width: 90% !important;
    display: inline-flex !important;
}
.w-80 {
    width: 80% !important;
}
.w-50 {
    width: 50% !important;
}
.w-30 {
    width: 30% !important;
}
.w-20 {
    width: 20% !important;
    display: inline-flex !important;
}
.wpcf7-form-control .wpcf7-text .w-70 {
    width: 70%;
    float: right;
}
.w-10 {
    width: 10%;
    display: inline-flex;
}
.pd-r-20 {
    padding-right: 20px !important;
}
.pet-table th {
    text-align:  center !important;
    font-weight: normal;
}

.mr-l-r {
    margin: 0 30px !important;
}

.wrap-add span {
    margin: 10px !important;
}
.pet-table {
    width: 100% !important;
    border: 1px solid #ccc !important;
    margin-bottom: 20px !important;
}
table.pet-table thead {
    background: #FF896D;
    color: #fff !important;
}
select.w-100 {
    border: none !important;
}

table.pet-table tr td input {
    border: none;
}
input[type="date"], input[type="datetime-local"]{
    border: 1px solid #9ca6ae;
    font-size: 14px;
    padding: 10px 10px;
    margin: 0 0 0px 0;
    height: auto;
    width: 100%;
    background: transparent;
}
.add-form-repeat {
    margin-top: 20px !important;
}
.center {
    text-align: center !important;
}
.radio-custom {
    display: flex !important;
    align-items: center !important;
}

input.button.button-delete {
    color: #fff;
    background: #ff896d;
    padding: 10px;
    border:  none;
    margin-bottom: 20px;
}
.button-agree {
    display: block !important;
    align-items: center !important;
    margin: 20px 0 !important;
}
.button-submit p.center {
    text-align: center;
}

  
input.button-primary {
    padding: 10px 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: none;
    background-color: #4bd6c5;
    border-radius: 50px;
} 
.service-pet ul li {
    list-style: none !important;
}
.radio-custom input {
    margin-right: 10px;
}
input.button .button-primary .submit-front-end{

}
.tn-w-30 {
    width: 30%;
}
.tn-w-20 {
    width: 20%;
}
.tn-button-submit {
    text-align: center;
    padding: 30px 0;
}
.tn-button-submit a,
.submit-front-end input {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 30px;
    border-radius: 50px;
    background: #4bd6c5;
    border: solid 1px #4bd6c5;
    text-transform: uppercase;
    text-align: center;
}
.tn-button-submit a:hover,
.submit-front-end input:hover  {
    background: #fff;
    color: #4bd6c5;
}

.submit-front-end input {
    padding: 15px 40px;
}
.tn-button-back {
    text-align: center;
    padding: 30px 0;
}
.tn-button-back a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 15px;
    border-radius: 50px;
    background: #FF896D;
    border: solid 1px #FF896D;
    text-transform: uppercase;
    text-align: center;
}
.tn-button-back a:hover {
    background: #fff;
    color: #FF896D;
}
.tn-rules {
    padding: 15px;
}

.tn-rules h4 {
    font-weight: bold;
}
table.login-user-custom {
    border: none;
}

table.login-user-custom th {
    border: none;
}

table.login-user-custom tr td {
    border: none;
}

table.login-user-custom tr {
}
input.nnt-w-input {
    width: 25%;
}
.nnt-custom-input-center {
    display: flex;
}
.nnt-w-input.nnt-60 {
    width: 60%;
}
.nnt-mr-20 {
    margin-right: 20px;
}
label.form-label {
    width: 100%;
    background: #ddd;
    color: #000;
}
.form-label.mb-10.nnt-hope-day {
}

.form-label.mb-10.nnt-hope-day label {
    width: 13%;
}

.form-label.mb-10.nnt-hope-day input {
    width: 36%;
    background-image: url('../img/icons-calendar.png');
    background-position: right 5px center;
    background-repeat: no-repeat;
}
.form-label.mb-10.nnt-hope-day label.mr-l-r {
    width: 2px !important;
    margin: 0 10px 0 5px !important;
}
.nnt-text-spec-hop p {
    color: red;
}
.checkboxes ul, 
.checkboxes li {
    margin:0;
    padding:0;
    list-style:none;
}
.checkboxes li {
    display:inline-block;
/*    width:33.3333%;*/
    margin-right: 15px;
}
.checkboxes li label input {
    margin-right: 10px;
}
.service-pet img {
    width: 15px;
    margin-right: 10px;
}
.mr-l-0 {
    margin-left: 0;
}
.nnt-hope-wrap-date {
    width: 100%;
    display: flex;
}

.nnt-hope-w-left {width: 60%;}

.nnt-hope-wrap-date:after {
    content: "";
    display: table;
    clear: both;
}

.nnt-hope-w-right {display: flex;align-items: center;}
.nnt-custom-left-51 {
    width: 51%;
}
.nnt-form-login {
    width: 100%;
}

.nnt-login-user,
.nnt-pass-user {
    width: 100%;
    display: flex;
}
.nnt-login-user {
    margin-bottom: 15px;
}
.nnt-login-user label,
.nnt-pass-user label {
    width: 20%;
    background: #ddd;
    align-items: center;
    display: flex;
    padding: 0 19px;
}
.nnt-login-submit {
    text-align: center;
    margin: 20px 0;
}
.nnt-login-spec-text {
    margin: 10px 0;
}
.nnt-reset-w-100 {
    display: flex;
    width: 100%;
}

.nnt-reset-w-100 .w-60 {
    width: 60%;
    margin-right: 30px;
}

.nnt-reset-w-100 .w-40 {
    width: 40%;
}
.nnt-reset-w-100 label {
    display: flex;
    align-items: center;
}
.nnt-mt-20 {
    margin-top: 20px;
}
.nnt-mb-20 {
    margin-bottom: 20px;
}
input.nnt-w-input.nnt-m-l {
    width: 35%;
    margin: 0 20px;
}
.form-label.nnt-wrap-checkbox-3 {
    display: flex;
}

.form-label.nnt-wrap-checkbox-3 .checkboxes {
    width: 100%;
}
.form-label.nnt-wrap-checkbox-3 .checkboxes li {
    width: 100%;
}
.mobile-menu .fa-bars:before {
    display: none !important;
}
.nnt-reset-font {
    margin-left: 10px;
    font-family: Lobster;
}
.nnt-fe-only-414 {
    display: none;
}
.nnt-fe-only-pc {
    display: block;
}

@media screen and (max-width: 769px) {
.toggle-nav.mobile-menu {
    padding: 5px 0 !important;
}
#site_top .nnt-reset-pd-l-r {
    margin: 0;
    padding: 0;
}
.contact_footer .nnt-reset-m-l-r {
    margin-right: 0;
    margin-left: 0;
}


}

#header span.nnt-reset-font {
    width: 100%;
    margin-left: 0;
}
#header .toggle-nav.mobile-menu {
    width: 100%;
    color: #fff;
    top: 0;
    height: unset !important;
    margin-top: 0 !important;
}
#header .innermenubox {
    padding-bottom: 0;
}
.nnt-w-8 {
    width: 8%;
}
select {
    border: 1px solid #9ca6ae;
    font-size: 16px;
    padding: 10px 10px;
    margin: 0 0 0px 0;
    height: auto;
    width: 100%;
    background: transparent;
}
.nnt-w-20-select {
    margin-right: 20px;
}
.nnt-mr-10-edit {
    margin-right: 12px;
}
.nnt-heath-custom {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}

.ad-nnt-col-left {
    width: 20%;
}
.ad-nnt-col-right {
    width: 100%;
}

.ad-nnt-col-right input {
    width: 100%;
}
.ad-nnt-col-left select {
    width: 100%;
}
.ad-nnt-col-left.add-w-20 {padding-right: 30px;}
.ad-nnt-col-left .add-w-30 {
    width: 30%;
}
.ad-nnt-col-right select {
    width: 20%;
}
.ad-nnt-delete-repeat {
    width: 6%;
}
.ad-nnt-col-right.w-65-repeat {margin-right: 30px;}
.entry-content.nnt-custom-home-why h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 20px;
}
.nnt-home-why-img {
    margin: 20px 0;
}
.entry-content.nnt-custom-home-why p {
    margin-bottom: 0;
}
.postbox-custom {
    border: solid 1px #e8e8e8;
    text-align: center;
    padding: 20px 10px;
    background: #fff;
    min-height: 226px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 19px;
    border-radius: 6px;
}
.nnt-pr-0 {
    padding-right: 0 !important;
}
.nnt-no-flex-home {
    display: block;
    margin-top: 20px;
}
.postbox-custom p {
    font-size: 15px;
    margin-bottom: 0;
}
.fe-nnt-w-30-list-booking {
    width: 30%;
}
.fe-nnt-w-30-list-booking-date {
    line-height: 30px;
}
.page-template-page-reservation_list table.pethotel_price2 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border:  none;
}
.page-template-home-page .sb_instagram_header {
    display: none;
}
.page-template-home-page #sb_instagram #sbi_load {
    display: none;
}
#sb_instagram #sbi_load {
    padding-top: 30px;
}
section#testimonial_partner {
    display: none;
}
.slider-box {
    max-width: 320px;
}
.postbox-content {
    left: 0;
    transform: unset;
}
.postbox .postpic {
    max-height: 300px;
}
.single-post .wp-block-search__inside-wrapper {
    display: block;
}
input.nnt-custom-format-calendar {
    position: relative;
    width: 150px; height: 20px;
    color: white;
}

input.nnt-custom-format-calendar:before {
    position: absolute;
    top: 3px; left: 3px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

input.nnt-custom-format-calendar::-webkit-datetime-edit, 
input.nnt-custom-format-calendar::-webkit-inner-spin-button, 
input.nnt-custom-format-calendar::-webkit-clear-button {
    display: none;
}

input.nnt-custom-format-calendar::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 3px;
    right: 0;
    color: black;
    opacity: 1;
}
/*.nnt-fe-disable {
    background: #ddd !important;
}*/
[data-href] { cursor: pointer; }
[data-href]:hover {
    background: #ddd;
}

.nnt-fe-home-img-shiba {

    background: url('../img/20220227-A7401818_TP_V.jpg');
    padding: 20px;
    background-color: #cccccc; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
}
.nnt-fe-home-img-shiba p {
    font-family: 'Rounded-mplus' !important;
    text-transform: capitalize;
    color: #ff896d;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0;
    text-align: left;
}
.section-heading h2 {
   /* font-family: 'Rounded-mplus' !important;*/
}
.nnt-fe-right-menu {
    text-align: right;
}
.icon-menu-habuger img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 60px;
    height: 50px;
}
.text-menu-icon {
    font-size: 17px;
    font-weight: bold;
}

.icon-menu-habuger {
    margin-right: 6px;
}
.nnt-fe-home-service-middile {
    display: flex;
    align-items: center;
}
.features-box-content h4 {
    font-size: 20px;
}
#header .logo {
    border: 2px solid #4BD6C5;
    margin: 10px 0;
}
.nnt-fe-center-left {
    align-items: center;
    display: flex;
    justify-content: left;
}
.nnt-fe-center-right {
    align-items: center;
    display: flex;
    justify-content: right;
}
#slider h2 {
    font-family: 'Rounded-mplus' !important;
}
input.nnt-be-date-custom {
    background-image: url(../img/icons-calendar.png);
    background-position: right 5px center;
    background-repeat: no-repeat;
}

form .error {
  color: #ff0000;
}
input.disabled, input:disabled, select.disabled, select:disabled, textarea.disabled, textarea:disabled {
    background-color: #ffffe0 !important;
    color: #000 !important;
    cursor: not-allowed !important;
}
.form-label.mb-10.nnt-hope-day input:hover,
input.nnt-be-date-custom:hover,
input.nnt-be-datetime:hover {
    cursor: pointer;
}


@media screen and (max-width: 820px) { 
    
#header .logo {
    padding: 10px;
}
.nnt-hope-wrap-date {
    display: block;
}
.nnt-hope-w-left {
    width: 100%;
}
.pet-table th {
    width: 100px;
}
.outer-repeater {
    overflow-x: auto;
}
.form-label.mb-10.nnt-hope-day label {
    width: 100%;
}
.form-label.mb-10.nnt-hope-day input {
    width: 100%;
}
.form-label.nnt-wrap-checkbox-3 {
    display: block;
}
table.nnt-fe-with-pethotel tr th {
    width: 320px;
}
.text-menu-icon {
    margin-bottom: 5px;
}



}

@media screen and (max-width: 768px) {  
    .nnt-fe-home-service-middile {
        display: unset;
        align-items: unset;
    }
    .nnt-login-user label {
        width: 60%;
    }
    .nnt-pass-user label {
        width: 60%;
    }


}

@media screen and (max-width: 414px) {
    #header .main-navigation li.menu-item-has-children:hover {
        background: none !important;
        
    }
    .nnt-fe-font-rounded {
        font-size: 30px;
    }
    #why-choose-us .about-inner {
        margin-left: 0;
    }
    #footer aside {
        display: block;
    }
    .nnt-reset-pd-left {
        padding-left: 0 !important;
    }
    #footer_box h3.fm_title {
        margin-bottom: 10px !important;
        padding-bottom: 0 !important;
    }

    #footer_box .fm_add p {
        padding-top: 0 !important;
    }
    #footer_box .fm_add {
        margin-top: 40px;
    }
    #footer #text-3 .fm_add {
        margin-top: 0;
    }
    #footer #text-3 h3.widget-title {
        padding: 0;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    #footer .widget_media_image img {
        display: block;
        margin: 0 auto;
    }
    .nnt-w-custom-footer .media {
        margin-left: 50px;
    }

    .nnt-w-custom-footer {
        padding: 0;
    }
    .nnt-pr-0 {
        padding-right: 15px !important;
    }
    .nnt-fe-home-img-shiba {
        margin-bottom: 20px;
    }
    .nnt-fe-home-img-shiba p {
        font-size: 20px;
    }
    .icon-menu-habuger img {
        width: 40px;
        height: 30px;
    }
    .icon-menu-habuger {
        margin-right: 5px;
    }
    .text-menu-icon {
        font-size: 12px;
        margin-bottom: 0;
    }
    .responsive-menubar.row.bg-media .col-lg-12 {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
    .menubar.m-0.mt-md-0 {
        padding-right: 0 !important;
    }
    #header .logo img {
        width: 80%;
    }
    #header .logo {
        
    }
    .nnt-fe-center-left,
    .nnt-fe-center-right {
        justify-content: center;
    }
    .nnt-fe-only-414 {
        display: block;
    }
    .nnt-fe-only-pc {
        display: none;
    }
    .choose-box-content.nnt-custom-icon-why {
        margin-top: 0;
    }
    .entry-content.nnt-custom-home-why p {
        padding: 10px 0;
    }
    .home #slider img {
        width: 100%;
        height: 150px;
    }
    .nnt-reset-w-100 {
        display: block;
    }
    .nnt-reset-w-100 .w-60 {
        width: 100%;
        margin-bottom: 20px;
    }
    .nnt-reset-w-100 .w-40 {
        width: 100%;
    }
    .nnt-heath-custom.mb-10 {
        display: block;
    }
    .ad-nnt-col-left {
        width: 100%;
        margin-bottom: 10px;
    }
    .ad-nnt-col-right select {
        width: 100%;
    }
    .nnt-heath-custom {
        display: block;
    }
    .w-20 {
        width: 100% !important;
    }
    .w-50 {
        width: 100%!important;
    }
    .ad-nnt-col-left.add-w-20 {
        padding-right: 0;
    }
    .pet-table th {
        width: 200px;
    }
    .ad-nnt-delete-repeat {
        margin: 15px 0;
    }
    input.nnt-w-input.nnt-m-l {
        width: 100%;
        margin: 10px 0;
    }
    .page-template-page-user_input-php label.w-10 {
        width: 100%;
    }
    .page-template-page-user_input-php input.wpcf7-form-control.wpcf7-text.w-70 {
        float: left !important;
        width: 100% !important;
        margin-bottom: 20px;
    }



}

@media screen and (max-width: 345px) { 
    .nnt-fe-home-img-shiba {
        padding: 10px;
    }
    .nnt-fe-font-rounded {
            display: block;
    }
    section#choosevideo h2 {
        display: block;
        font-size: 19px;
    }
    .nnt-login-user label {
        width: 70%;
    }
    .nnt-pass-user label {
        width: 70%;
    }


}
