/*.container { 
    max-width: 946px;
} */   
.hero-image{
    position: relative;
}
.home-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    /*background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
    background-image: url("https://content.petbacker.com/images/cms/headers/petbacker-homepage-pet-boarding-1800x624.jpg");*/
}
.home-header .section.center {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    transform: translate(0, 0);
}
div.header-text {
    /*position: absolute;*/
    /*padding-top: 15vh;*/
    padding-bottom: 0 !important;
    color: #ffffff;
}

/*.section {
        padding: 60px 0;
    border-bottom: 1px solid #e9eced;
}*/

.section-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.color-section {
    background-color:#fafafa;
}

.color-section.above-row {
    background-color:#fafafa;
    padding-top: 4.5em; /*new*/
    padding-bottom: 3em; /*new*/
}

#benefit, #why-petbacker .visible-desktop { /*new*/
    padding-top: 4.5em; /*new*/
    padding-bottom: 3em; /*new*/
}

.service-section {
    height: 0;
}

.image-crop {
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    object-fit: cover;
    max-height: 180px;
}

.image-crop-round {
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    object-fit: cover;
    height: 200px;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

/*#benefit {
        background-position: center center;
        background-repeat: no-repeat;
        object-fit: cover;
        background-image: url("https://content.petbacker.com/images/cms/headers/header-why-host.jpg");
        padding: 20px;
        color: #fff;
}*/


.category-meta-nav {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(47,48,51,.2);
    box-shadow: 0 0 10px 0 rgba(47,48,51,.2);
    background: #fff;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
    z-index: 1;
    position: relative;
    padding: 20px 50px;
    text-align: center;
}

.btn {
    font-weight: bold;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #9b88b8;
    color: #ffffff;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

div.modal{
    background: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

@media only screen and (max-width: 600px) {
    .modal-content {
        width: 80%;
    }
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}	


/*--- stars style ---*/
/*-------------------*/
.rating-grey{
    color:grey;
    font-size:15px;
}
.rating-yellow{
    color:#FFB13F;
    font-size:15px;
} 

p.rating-yellow {
    float: right;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-title{
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 1.4em;
    line-height: 1.4em;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    letter-spacing: 0;
}

.card-small-title {
    font-weight: bold;
    text-align: left;
}

.review-max-lines{
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 1.4em;
    line-height: 1.4em;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.card-footer {
    padding: 0 1.25rem .75rem 1.25rem;
    background-color: transparent;
    border-top: none;
}

.card-price {
    color: #FF8F11;
    font-weight: bold;
    font-size: 15px;
}

.review-section {
    /*padding-top:60px;*/
    border-bottom: 1px solid #e9eced;
    background-color:#fafafa;
    margin-top: -30px;
    padding-top: 6em; /*new*/
    padding-bottom: 3em; /*new*/
}

.uk-slidenav-previous:before {
    display: none;
}

.uk-slidenav-next:before {
    display: none;
}

.step {
    /*text-align: left;*/
    background-color: #fafafa;
    padding-top: 4.5em; /*new*/
    padding-bottom: 3em; /*new*/
}

.map-img {
    padding-bottom:3vh;
}

/*carousel*/
.wrapper{
    width:100%;
    text-align:center;
}
.carousel{
    width:100%;
    margin:0px auto;
}
.slick-slide{
    margin:10px;
    height: auto;
}
.slick-slide img{
    width:100%;
}
.max-lines {
    letter-spacing: 0 !important;
}
.slick-prev:before, .slick-next:before {
    color: #000;
}

/*search*/
.search-section {
    padding-bottom: 32px;
    width: 100%;
}

#locate.country_search {
    color: #666;
    background: white;
    height: 60px;
    border: 1px solid #999999;
    box-shadow: none !important;
    /*width: 76%;*/
    border-radius: 5px 0 0 5px;
    /*text-align: left;*/
    padding-left: 25px;
    padding-right: 15px;
    width: 50%;
    -webkit-appearance:menulist; /*none*/
}

.search-button {
    height: 60px;
    border-radius: 0 5px 5px 0;
    width: 15%;
}

.search-visible-desktop {
    display: inline-block;
}

.search-visible-mobile {
    display: none;
}

/*search end*/

/*accordion*/
.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-heading {
    padding: 10px 15px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

/*accordion end*/

/*font*/
div {
    font-family: 'Heebo', sans-serif;
}

h1 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}

.section-title-big {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    padding-bottom: 16px;
}

.icon-star:before {
    margin-right: 0;
}

/* ADDED CSS BY dbaflipara For Cousel */
@media (min-width: 768px){
    .carousel{ visibility:hidden;}
    .slick-initialized { visibility: visible; }
}

/*.card {  width: 286px !important; float: left; margin:10px;}*/
@media (max-width: 740px){
    div.wrapper{ overflow:auto; margin: 0px -15px; width:auto;}
    .carousel{ margin:0px auto;margin-left: 11px; display: -webkit-box !important;}
    .carousel div.card{ width:248px; /*display: table;*/    margin: 0px 5px;} 
    .carousel div.card:last-child img { margin-right:17px;}
    .carousel.visible-xs .card:last-child{margin-right:16px; display:inline-flex;}
    ::-webkit-scrollbar { display:none; height: 0; width: 0;}
}
@media (max-width: 480px){
    div.wrapper{ overflow:auto; margin: 0px -15px; width:auto;}
    .carousel{ margin:0px auto;margin-left: 11px; display: -webkit-box !important;}
    .carousel div.card{ width:248px; /*display: table;*/    margin: 0px 5px;} 
    .carousel div.card:last-child img { margin-right:17px;}
    .carousel.visible-xs .card:last-child{margin-right:16px; display:inline-flex;}
    ::-webkit-scrollbar { display:none; height: 0; width: 0;}
}
/* Ended CSS BY dbaflipara For Cousel */

.visible-desktop {
    display: block;
}

.visible-mobile {
    display: none;
}

#openBusinessImg {
    min-height: 350px;
    -webkit-transform: scale(1.2) translateX(25px) translateY(-10px);
    transform: scale(1.2) translateX(25px) translateY(-10px);
}

@media (max-width: 414px){
    h1 {
        font-size: 26px;
    }

    .category-meta-nav {
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
        padding: 20px;
    }

    .image-crop {
        max-height: 150px;
    }

    .review-section {
        padding-top:150px;
    }

    #locate.country_search {
        width: 75%;
        height: 50px;
    }

    .search-button {
        width: 23%;
        height: 50px;
    }

    .search-visible-desktop {
        display: none;
    }

    .search-visible-mobile {
        display: inline-block;
    }

    /*#benefit {
        background-image: none;
        padding: 20px;
        color: #000;
    }*/

    .header-text {
        /*padding-top: 5vh;*/
        padding-bottom: 85vh; 
    }

    .section-title-big {
        font-size: 22px;
        line-height: 28px;
    }

    .map-img {
        padding-bottom:10vh;
    }

    .visible-desktop {
        display: none;
    }

    .visible-mobile {
        display: block;
    }

    #openBusinessImg {
        min-height: 0;
        -webkit-transform: scale(1.2) translateX(50px) translateY(20px);
        transform: scale(1.2) translateX(50px) translateY(20px);
    }
}

@media (max-width: 640px){ /*for wider mobile phone, eg: Nova 3i, Zenfone 5*/
    .category-meta-nav {
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
        padding: 20px;
    }
}


/*-----------------------------------*/
/*Pet Sitter & Dog Walker Job - Start*/
/*-----------------------------------*/

@media (min-width: 720px){
    #pet-1 {
        background-image: url('https://content.petbacker.com/images/cms/icons/pet-sitter-job-dog-3.png');
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
        transition: box-shadow 0.3s ease-in-out,transform 0.3s ease-in-out;
    }
    #app-1 {
        background-image: url('https://content.petbacker.com/images/cms/icons/pet-sitter-job-download-app.png');
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
        transition: box-shadow 0.3s ease-in-out,transform 0.3s ease-in-out;
    }
    
    .pet {
       display: none;
    }
    
    #pet-2 {
        background-image: url(https://content.petbacker.com/images/cms/icons/pet-sitter-job-dog-2.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: contain;
        transition: box-shadow 0.3s ease-in-out,transform 0.3s ease-in-out;
    }
    
    #pet-3 {
        background-image: url(https://content.petbacker.com/images/cms/icons/pet-sitter-job-cat-3.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: contain;
        transition: box-shadow 0.3s ease-in-out,transform 0.3s ease-in-out;
    }

    #dog-1 {
        background-image: url('https://content.petbacker.com/images/cms/icons/pet-sitter-job-dog-3.png');
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
        transition: box-shadow 0.3s ease-in-out,transform 0.3s ease-in-out;
    }
    
    .dog {
       display: none;
    }
    
    #dog-2 {
        background-image: url(https://content.petbacker.com/images/cms/icons/dog-walker-job-dog-1.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
        transition: box-shadow 0.3s ease-in-out,transform 0.3s ease-in-out;
    }
}

ul.bullet-inside {
    padding-left: 20px;
    padding-right: 0;
}

/*---------------------------------*/
/*Pet Sitter & Dog Walker Job - End*/
/*---------------------------------*/
    
/*changes*/
@media (min-width: 1199px) and (max-width: 4000px){
    .home-header { position: static; }
    .home-header .container.center { position: absolute; top: 50%; left: 50%; right: 0; width: 100%; transform: translate(-50%, -50%); }
}
@media (min-width: 768px) and (max-width: 820px){
    .banner .module.module-122 p picture img { object-fit: cover; height: 320px; }
}
@media (max-width: 767px) {
    .home-header { top: 50%; transform: translateY(-60%); }
}
@media (max-width: 414px){
    .header-text.hero-reversed h1 { font-size: 25px; }
    .search-visible-mobile { padding: 8px 29px; }
    .search-visible-mobile i.icon-search:before { margin-right: 0 !important; }
}
@media (max-width: 375px){
    #locate.country_search { font-size: 14px; padding-left: 19px; }
    .header-text.hero-reversed h1 { font-size: 25px !important; }
}
@media (max-width: 320px){
    .search-visible-mobile { padding: 8px 24px; }
    #locate.country_search { font-size: 12px; padding-left: 15px; }
}

.category-meta-nav-homepage {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(47,48,51,.2);
    box-shadow: 0 0 10px 0 rgba(47,48,51,.2);
    background: #fff;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    z-index: 1;
    position: relative;
    padding: 20px 50px;
    text-align: center;
    display: inline-flex;
    width: 80%;
    margin: 0 5%;
}

.category-meta-nav-homepage-m {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(47,48,51,.2);
    box-shadow: 0 0 10px 0 rgba(47,48,51,.2);
    background: #fff;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    z-index: 1;
    position: relative;
    padding: 20px;
    text-align: center;
    display: inline-flex;
    width: 80%;
    margin: 0 5%;
}

.body .container {
    background-color: transparent !important;
    box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
}

.material-icons {
    font-size: 12px;
  }