body{
    font-family: 'Roboto Condensed', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto Condensed', sans-serif;
    color: #1B4A56;
    text-transform: uppercase;
}
a{
    color: #fff;
}
.obj-cover{
    object-fit:cover;
}
a:hover{
    color: #fff;
    text-decoration: none;
}
a.blue{
    color: #007bff;
}
a.blue:hover{
    color: #007bff;
    text-decoration: none;
}
.pt-175{
        padding-top: 175px;
    }

input.btn, a.btn, button.btn{
    font-size: 18px;
    background: #C3B9A4;
    color: #fff;
}

.btn{
    border: none!important;
}

input.btn.btn-primary, a.btn.btn-primary, button.btn.btn-primary {
	background:#5f5f5f;
}

.btn:hover,
.btn:target,
.btn:active,
.btn:focus{
    border:none!important;
    color: #fff!important;
    background: #b8ac92!important;
}

.btn:active,
.btn:target,
.btn:focus{
    outline: 0!important;
    border: none!important;
    box-shadow: none!important;
}

.btn.btn-primary:hover,
.btn.btn-primary:target,
.btn.btn-primary:active,
.btn.btn-primary:focus{
    background:#8f8f8f!important;
}


@media screen and (max-width:767px){
    .overlay{
        display:block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255,255,255,0.5)
    }
}

header{
    position: relative;
    padding: 0 0 100px;
    background: url('../images/banner.jpg') no-repeat bottom center;
    background-size: cover;
    height: auto;
}

#topNav{
    z-index: 99;
    position: relative;
    padding: 15px 10px;
    text-align: right;
}

#topNav>ul{
    margin: 0;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    background: #8B97AD;
}


#add_cat_modal .modal-dialog{
    width: 100%;
    max-width: inherit;
    margin:8px;
}

#add_cat_modal input[type=text]{
    height: 45px !important;
}
#add_cat_modal input[type=file]{
    height: auto;
    padding: 5px;
}

@media screen and (min-width:768px){
    #topNav>ul{
        width: 640px;
    }

    #topNav>ul li{
        margin-left: 15px;
    }

    #topNav>ul li a.btn{
        width: 120px;
    }
}

#topNav a {
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
    color: #fff;
}

@media screen and (min-width:576px){
    #topNav a {
        font-size: 16px;
    }
}

#topNav a.btn.btn-dark {
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}

/* General search */
.form-general-search {
    margin-top: 15px;
}

.form-general-search form {
    width: 250px;
    display: inline-block;
}

.form-general-search .search-input-group {
    display: inline-block;
    width: 200px;
}

.form-general-search .search-input-group input{
    background: #fff!important;
}
.form-general-search button#search-button {
    display: inline-block;
    width: 45px;
    margin-left: -6px;
    border-radius: 0;
    height: 38px;    
    margin-top: -2px;
}

section{
    background: #fff;
    padding: 40px 0 70px;
}

section.page-section{
    margin-top: 0;
}

/* Logo */
.logo-container{
    display: inline-block;
}

@media screen and (max-width:767px){
    .logo-container{
        display: block;
        text-align: center;
    }
}

@media screen and (max-width:575px){

    #topNav{
        padding-left: 5px;
        padding-right: 5px;
    }

    #topNav>ul{
        padding-left: 10px;
        padding-right: 10px;    
    }

    #topNav>ul .list-inline-item{
        margin-right: 0;
    }

    .logo-container img{
        max-width:320px;
        margin-top: auto !important;
        margin-left: auto !important;
        margin-bottom: auto !important;
    }
}

@media screen and (max-width:320px){
    #topNav a.btn.btn-dark{
        margin-left: 0px;
    }
    .logo-container img{
        max-width:250px;
    }
}

@media screen and (min-width:768px){
    .logo-container{
        margin-top: -65px;
    }
}

/* search */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1B4A56;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #1B4A56;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #1B4A56;
  }


.search-row.row{
    padding-left: 15px;
    padding-right: 15px;
}

.search-row .search_form{
    margin-top: 70px;
    border-radius: 5px;
}

@media screen and (min-width:768px){
    .search-row .search_form{
        margin-top: 200px;
    }
}

.search_form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 15px;
    z-index: 9;
}

.form-control, form input, form textarea, form select {
    /*border: 0 none;
    color: #888;
    background: #eee none repeat scroll 0 0;*/
    border-radius: 3px;
    box-shadow: none;
    line-height: 30px;
}
.multiselect-container a{
    color: #333333;
}
.search_form .form-group {
    display: inline-block;
    margin-bottom: 0;
}

.search_form .form-control,.search_form form select {
    padding: 0 10px;
    font-size: 16px;
    height: 60px;
}

.search_form .form-group input,.search_form .form-group select{
    height: 60px;
    padding: 0 10px;
    margin: 10px 5px;
}

.search_form .form-group input:hover{
    color: #fff;
}

.select{
    position: relative;
}

.search_form .form-control, .search_form form select,
.search_form .form-group input {
    width: 205px;
    font-size: 14px;
}


/* .search_form .form-group input.btn {
    margin-top: 10px;
    width: 250px;
} */

.search_form .form-group.search_btn button{
    height: 60px;
    margin-top: -2px;
}

.search_form .form-group.search_btn button span{
    display: none;
}

@media screen and (max-width: 991px){
    .search_form .form-group.search_btn button{
        width: 205px;
    }

    .search_form .form-group.search_btn button span{
        display: inline-block;
        margin-left: 15px;
    }
}

@media screen and (max-width: 767px){
    .search_form .form-group,
    .search_form .form-group input{
        display: block;
        margin-top: 15px;
    }
    .search_form .form-group.search_btn button,
    .search_form .form-control, .search_form form select,
    .search_form .form-group input {
        width: 260px;
    }
}


@media screen and (min-width: 1170px){
    .search_form .form-control, .search_form form select,
    .search_form .form-group input,.search_form .form-group button  {
        width: 240px  !important;
        font-size: 16px;
    }
}

/* Listings */
.listing-section{
    padding: 70px 0;
}

.list {
    background: #808080;
    text-align: center;
    padding: 50px 10px;
    margin-bottom: 15px;
    -moz-transition: all .15s; 
    -o-transition: all .15s; 
    -webkit-transition: all .15s; 
    transition: all .15s; 
}

@media screen and (max-width:575px){
    .list{
       max-width: 275px;
       margin:auto;
       margin-bottom: 15px;
    }
}

@media screen and (min-width:768px){
    .listing-section .list{
        min-height: 275px;
    }
}

.listing-section .fa-icons{
    width: 100px;
    height: 100px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    -moz-transition: all .2s; 
    -o-transition: all .2s; 
    -webkit-transition: all .2s; 
    transition: all .2s; 
}


.list:hover .fa-icons i{
    color: #8B97AD;
}


.listing-section i.fas{
    font-size: 40px;
    line-height: 100px;
}

.listings_info h4{
    color: #fff;
    font-size: 18px;
    margin-top: 25px;
}

.listing-section .list{
    position: relative;
}

.list .overlay_link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
}


/* singup and pricing buttons*/
.signup-and-pricing-buttons a.btn{
    width: 200px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 24px;
}

@media screen and (max-width:575px){
    .signup-and-pricing-buttons{
        margin-top: 2rem!important;
    }
}


@media screen and (min-width:768px){
    .signup-and-pricing-buttons a.btn{
        min-width: 300px;
        text-align: center;
        line-height: 50px;
    }
}


.fb-button{
    background:#4267B2;
}

.fb-button:hover{
    background:#4267B2;
}

.online-chat{
    background:#8B97AD;
}

.online-chat:hover{
    background:#8B97AD;
}

@media screen and (min-width:768px){
    .online-chat .btn{
        min-width: 300px;
        text-align: center;
        line-height: 35px;
    }
}

.fab.fa-facebook,
.fas.fa-comments{
    margin-right: 10px;
}


/* How it works and FB newsfeed */

.how-it-works{
    background: #C3B9A4;
}

.how-it-works h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px!important;
}

.how-it-works .video+p{
    color: #1B4A56;
    background: #fff;
    font-style: italic;
    padding: 10px 7px;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.how-it-works .gotta-work-img .img{
    padding: 20px 15px;
    min-height: 315px;
    background: #fff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

@media screen and (min-width: 992px){
    .how-it-works .gotta-work-img .img{
        min-height: 382px;
    }
    .how-it-works .gotta-work-img .img img{
        max-height: 320px;
    }

    .supplier-directory .list{
        min-height: 200px;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .supplier-directory h3+.mt-5{
        margin-top: 15px!important;
    }
    
}


.supplier-directory .list{
    padding: 35px 10px;
}

.supplier-directory h3{
    color: #333;
}

.supplier-directory .fa-icons{
    -moz-transition: all .2s; 
    -o-transition: all .2s; 
    -webkit-transition: all .2s; 
    transition: all .2s; 
}

.supplier-directory .fa-icons i{
    color: #fff;
    font-size: 40px;
}

/* Footer */

footer{
    background: #8b97ad;
    padding: 70px 0 35px;
}

footer h3{
    color: #333;
    font-weight: 700;
}

footer input.form-control,
footer .subscribe_btn input.btn{
    height: 50px;
}

footer .fab{
margin-right: 10px;
}

footer .last-icon .fab{
    margin-right: 0;
}

footer .nav-item a{
color: #fff!important;
font-size: 14px;
}

footer .nav-item:last-of-type a{
    padding-right: 0!important;
}

footer .copyright p{
color: #fff;
margin:0;
}


@media screen and (max-width:767px){
    .footer-logo{
        text-align: center;
        margin-bottom: 15px;   
    }

    footer .copyright{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    footer .social-column{
        margin-top: 35px;
    }

    footer .copyright p,
    footer #footerNav ul,
    footer #footerNav+div{
        text-align: center!important;
    }

    footer .row+.row.mt-5{
        margin-top:15px!important;
    }
}

/* MISC */
.modal-title{
    color: #333;
}

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

.modal-body a.btn{
    min-width: 200px;;
}

.modal-footer .close-btn{
    background: #8B97AD;
}

.modal-footer .close-btn:hover{
    background: #6a7995!important;
}

.online-chat{
    position: fixed;
    right: 0;
    bottom: 0;
}

.online-chat .btn{
    background: #808080;
}


/* Individual profile page */
.breadcrumb{
    background: rgba(0,0,0,0);
    margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
}

.breadcrumb a{
    color: #333;
}

.profile-page .overlay{
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.85)  
}

.profile-page header.masthead{
    background: #cecac7;
    background-repeat: no-repeat;
    background-image: url(../images/banner-profile.jpg);
    padding-bottom: 50px;
    background-position: center;
    background-size: contain;
}

.profile-page .form-general-search .search-input-group input{
    border: 1px solid #ddd;
}

@media screen and (min-width: 768px){
    .profile-page .logo-container {
        margin-top: -75px;
    }
}

@media screen and (min-width: 992px){
    .profile-page .logo-container {
        margin-top: -130px;
    }
}

/* photo, age and nationality */
.profile-page .basic-info{
    background: #C3B9A4;
    background-image: linear-gradient(to bottom, #fff , #b8ac92);
    padding-bottom: 100px;
}

.basic-info .wrapper{
    max-width: 300px;
    margin:0 auto;
}

.basic-info figcaption.figure-caption {
    font-size: 30px;
    color: #333;
    width: 250px;
    margin: 0 auto;
    position: relative;
}

.basic-info figcaption.figure-caption:before,
.basic-info figcaption.figure-caption:after {
    content: '';
    width: 2px;
    height: 50px;
    background: #C3B9A4;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 100%;
}

.basic-info figcaption.figure-caption:before {
    width: 300px;
    height: 2px;
    left: 50%;
    margin-left: -150px;
    top: 95px;
}


/* About and Services section */
section.about{
    padding-top: 60px;
    padding-bottom: 80px;
}

@media screen and (min-width: 768px){
    section.about .col-md-7{
        /* border-right: 5px solid #8B97AD; */
    }
    section.about .col-md-5{
        padding-left: 60px;
    }
}



@media screen and (max-width: 767px){
    section.about .col-md-6+.col-md-6{
        border-left: 5px dashed #8B97AD;
    }
}

.about .services li{
    position: relative;
    line-height: 24px;
    padding-left: 40px;
    margin-bottom: 25px;
}

.about ul,
.about .services li:last-of-type{
    margin-bottom: 0;
}

.about .services li:after{
    content: '';
    width: 15px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background: #C3B9A4;
}

.about .services li:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #b8ac92;
}

.about .services li .badge-primary{
    background: #8B97AD;
    position: relative;
    top: -10px;
    left: 5px;
}

p#petDetails {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px 0 10px 5px;
    background: #f8f8f8;
}

p#petDetails i.fas {
    margin-right: 10px;
    color: #1B4A56;
}

 /* Working areas  and availability*/
 .work-details{
     background: #F7F8FA;
     padding: 60px 0 80px;
     box-shadow: 0px 6px 10px 4px rgba(0,0,0,.3);
 }

 .working-areas .single {
    position: relative;
    line-height: 24px;
    padding-left: 40px;
    margin-bottom: 25px;
}

.working-areas .single:after {
    content: '';
    width: 15px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background: #8B97AD;
}

.working-areas .single:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #8B97AD;
}

.working-availability i.far {
    margin-right: 10px;
}

.working-availability i.far.fa-check-circle {
    color: #248f24;
}

.working-availability i.far.fa-times-circle {
    color: #b30000;
}

/* Book now */
.book-now{
    padding-top: 60px;
    padding-bottom: 80px;
    background: #C3B9A4;
}

.book-now .container{
    max-width: 800px;
    margin:auto;
}

.book-now label{
    opacity: .7;
}

.book-now .form-control, 
.book-now form input, 
.book-now form textarea, 
.book-now form select{
    min-height: 50px;
}

.book-now input[type="checkbox"]{
    min-height: auto;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 2px;
}

.book-now .btn{
    background: #8b97ad;
    border-color: #8b97ad;
    width: 200px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 24px;
}

.book-now .btn:hover{
    background:#7986a0!important;
    border-color:#7986a0!important;
}

/* Experience */
.experience{
    padding: 60px 0 80px;
    box-shadow: 5px 14px 8px 10px rgba(0,0,0,.3);
}

.experience .single {
    padding: 15px;
    background: #F7F8FA;
    border-radius: 5px;
    margin-bottom: 15px;
}

.experience .single h3 {
    color: #333;
    font-size: 18px;
}

.experience .single p {
    margin-bottom: 0;
}

.experience .single .col-5{
    text-align: right;
}

.experience .single .col-5 .fa-calendar-alt{
    margin-right: 5px;
}


/* Qualifications*/
section.qualifications {
    padding: 60px 0 80px;
    background: #C3B9A4;
}

section.qualifications h3 {
    color: #333;
}

.qualifications li{
    font-size: 20px;
    width: 46.85%;
    float: left;
    margin: 1%;
    text-align: center;
    min-height: 120px;
    padding:50px 5px;
    justify-content: center;
    background: #808080;
    color: #fff;
}

.qualifications li p{
    align-self: center;
    margin-bottom: 0;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #fff;
    background-color: #C3B9A4;
}

@media screen and (max-width:350px){
    .qualifications li{
        min-height: 160px;
    }
}

@media screen and (min-width:576px){
    .qualifications li{
        min-height: 160px;
        width: 48%;
    }
}

@media screen and (min-width:768px){
    .qualifications li{
        min-height: 120px;
    }
}

@media screen and (min-width:992px){
    .qualifications li{
        width: 30%;
    }
}

 
/* how can you assist */
.how-can-you-assist{
    padding: 60px 0 80px;
    background:#F7F8FA;
}
.how-can-you-assist a.btn {
    width: 200px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 24px;
}

/* Listed categories */
.listed-categories{
    padding: 30px 0 70px;
}

.listed-categories p,
.listed-categories ul li{
    margin-bottom: 15px;
    line-height: 24px;
}

.listed-categories .col-md-6+.col-md-6 ul li{
    color: #fff;
    padding: 10px 15px;
    background: #C3B9A4;
    border-radius: 5px;
    float: left;
}

.listed-categories .col-md-6+.col-md-6 ul li{
    margin-right: 5px;
}

.listed-categories i.far,
.listed-categories i.fas{
    margin-right: 10px;
}


.listed-categories i.fas,
.listed-categories i.far.fa-check-circle {
    color: #248f24;
}

.listed-categories i.far.fa-times-circle {
    color: #b30000;
}

.listed-categories a.btn {
    width: 200px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 24px;
}

.listed-categories  .referColumn li{
    font-size: 18px;
}

.listed-categories  .referColumn ul li strong{
    font-size: 14px;
}

.referForm input[type="radio"]{
    cursor: pointer;
}

.referForm .btn{
    display: inline-block;
    margin-left: 10px;
}
/*Profile card 2*/
.profile-card-2 .card-img-block::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}
.profile-card-2 .card-img-block{
    position: relative;
    float:left;
    width:100%;
    height:175px;
    overflow:hidden;
}
.profile-card-2 .card-body{
    position:relative;
}
.profile-card-2 .profile {
    border-radius: 50%;
    position: absolute;
    top: -30px;
    right: 0;
    height: 60px;
    width: 60px;
    object-fit: cover;
    object-position: center;
    border: 4px solid #eee;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.profile-card-2 h5{
    position: absolute;
    top: 100px;
    left: 10px;
    font-weight:600;
    color:#fff;
}
.profile-card-2 .card-text{
    position: absolute;
    top: 130px;
    left: 10px;
    font-weight:300;
    font-size:15px;
    color: #fff;
}
.profile-card-2 .cat-text{
    position: absolute;
    top: 150px;
    left: 10px;
    font-weight:300;
    font-size:15px;
    color: #fff;
}
.profile-card-2 .card-body{
    padding-bottom: 0;
}
.profile-card-2 .profile-cover{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*Cart style*/
.shopping-cart {
    top: 40px;
    right: 10px;
    width: 320px;
    max-height: 440px;
   
    display: none;
   
    margin: 20px 0;
    background: white;
    border-radius: 3px;
    position: absolute;
}

.shopping-cart-header {
    height: 35px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
    display: block;
    position: fixed;
    width: 320px;
    padding: 8px;
    background-color: #ffffff;
}
.shopping-cart-total {
    float: right;
}

.shopping-cart-items {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.shopping-cart-items li{
    margin: 0 !important;
    padding-bottom: 5px;
}
.shopping-cart-items img {
    float: left;
}
.ck-div{
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background-color: #ffffff;
}
.sh-btn{
    background-color: #515783;
    color: white;
    font-size: 12px;
}
}
.item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}
.item-price {
    color: $main-color;
    margin-right: 8px;
}
.item-quantity {
    color: $light-text;
}
.item-del{
    display: inline;
    margin: 0 !important;
    color: #d20615 !important;
}
li .item-del {
    float: left;
}
.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}
.color-black{
    color: #000;
}
.color-black:hover{
    color: #000;
    text-decoration: underline;
}
td.day.disabled{
    color: lightgray !important;
}
.bg-main{
    background: #8B97AD !important;
    color: white;
}

.alert-float{
    z-index: 88888888888;
    padding: 10px;
    color: white;
    width: 300px;
    position: fixed;
    bottom: 10px;
    right: 9px;
}

@media screen and (max-width: 600px){
    header{
        height: 268px !important;
        background-size: 144% !important;
        background-position: bottom !important;
        padding-bottom: 0;
    }
}
