body{
    background-image: url(../img/line-top.png);
    background-repeat: no-repeat;
    background-position: top right;
    font-family: CerebriSans-Book;
}
.cdc-container{
    max-width: 1600px;
    padding: 10px 20px;
    margin: auto;
}
@font-face {
  font-family: CerebriSans-Bold;
  src: url(../fonts/CerebriSans-Bold.woff);
}
@font-face {
  font-family: CerebriSans-Book;
  src: url(../fonts/cerebri-sans-book.ttf);
}
@font-face {
  font-family: CerebriSans-Medium;
  src: url(../fonts/CerebriSans-Medium.ttf);
}
p, a{
    font-size: 18px;
}
a:hover{
    text-decoration: none;
}
ul li{
    list-style-type: none;
    font-size: 18px;
}
.bg-primary{
    background-color: #5ed258 !important;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover{
    background-color: #9f96a1 !important;
}
h1{
    font-family: CerebriSans-Medium;
    font-size: 70px;
    font-size: calc(25px + 1.5vw);
}
h2{
    font-family: CerebriSans-Bold;
    font-size: 44px;
    font-size: calc(20px + 1.5vw);
}

/* image upload */
.image-preview {
    width: 100%;
    min-height: 264px;
    background-size: cover;
    background-position: center;
}
.dog-img-block{
    width: 47%;
    margin: 5px;
}
.avatar-upload {
    position: relative;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    border-radius: 100%;
    background: rgba(94, 210, 88, .8);
    position: absolute;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "+";
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    text-align: center;
    margin: auto;
    font-weight: 800;
    font-size: 30px;
    line-height: 0;
}

/* custom css */
.addres-modal-body ul.nav li.nav-item {

    border-radius: 50px;
    padding: 10px 25px;
    font-size: 18px;
    color: #000 !important;
    border-color: #e7e7e7;
    background-color: #e7e7e7;
    margin: 5px;
    position: relative;
}

.addres-modal-body ul.nav li.nav-item i{
    position: absolute;
    right: 5px;
    top: 5px;
}
.alert-dismissible .close {
    position: absolute;
    top: -5px;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
.loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
    margin-left: -50px;
    margin-top: -100px;
    z-index:2;
    overflow: auto;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /* @media(max-width: 1370px){
    section.banner{
        max-height: 180px  !important;
        min-height: 180px  !important;
    }
    section.banner h1{
        font-size: calc(25px + 1.5vw)!important;
    }
  }
  @media(min-width: 768px) and (max-width: 1024px){
    .sign-in{
        max-height: 200px  !important;
        min-height: 200px  !important;
    }
    .sign-in h1{
        font-size: calc(25px + 1.5vw)!important;
    }
  } */


.header-top .icon{
    width: 70px;
    background-color: #323b5d;
    border-radius: 50%;
    height: 70px;
    padding: 20px;
}
.header-top p{
    font-family: CerebriSans-Bold;
    font-size: 27px;
    margin-bottom: 0;
    margin-left: 15px;
    color:#323b5d;
}
.header-top .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-top .logo{
    margin-top: 35px;
}
.header-top .logo img{
    max-width: 95px;
}
.customber-portal p{
    color: #9f6538; 
    margin-right: 15px;   
}
.header-top .customber-portal .icon{
    background-color: #9f6538;
}
nav.navbar-nav ul{
    max-width: 1080px;
    margin: 20px auto 0;
}
nav.navbar-nav ul li{
    list-style-type: none;
    flex-grow: 1;
    font-family: CerebriSans-Book;
    text-align: center;
    margin: 0 5px;
    font-size: 22px;
}
nav.navbar-nav ul li a{
    color: #9f96a1;
    border-bottom: 3px solid transparent;
}
nav.navbar-nav ul li a:hover{
    color: #c58b66;
    transition: all .3s ease-in-out;
    border-bottom: 3px solid #c58b66;
}
nav.navbar-nav ul li a.active{
    color: #c58b66;
    font-family: CerebriSans-Bold;
    border-bottom: 3px solid #c58b66;
}
section.banner{
    background-image: url(../img/banner-line.png);
    height: 100%;
    min-height: 32vh;
    /* max-height: 300px; */
    background-size: contain;
    background-color: #c58b66;
    margin-top: 20px;
    background-repeat: no-repeat;
}
section.banner .banner-text{
    width: 100%;
    padding: 20px;
}
section.banner .banner-text h1{
    color: #fff;
    text-align: center;
}
section.form-block .signin-form{
    max-width: 500px;
    margin: auto;
}
span.error {
    color: #ff0000;
    padding: 5px 15px 0;
    display: inline-block;
}
.form-control{
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 18px;
    color: #000 !important;
    border-color: #e7e7e7;
    background-color: #e7e7e7;
}
.form-control.error{
    border-color: #e62626;
}
.form-control::placeholder{
    color: #000 !important;
}
.form-control:focus{
    box-shadow: none;
    background-color: #5ed258;
    border-color:#5ed258;
}
input[type="checkbox"]{
    opacity: 0;
}
input[type="checkbox"] + label{
    position: relative;
    padding-left: 20px;
    font-family: CerebriSans-Book;
    cursor: pointer;
    font-size: 18px;
}
input[type="checkbox"] + label:before{
    content:"";
    position: absolute;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    left: -15px;
    border-radius: 50%;
    background-color: #e7e7e7;
}
input[type="checkbox"] + label:after{
    content: '';
    position: absolute;
    display: none;
    width: 17px;
    top: 43%;
    transform: translateY(-50%) rotate(-45deg);
    height: 9px;
    left: -9px;
    border: 2px solid #fff;
    border-top: 0;
    border-right: 0;
}
input[type="checkbox"]:checked + label::before{
    background-color: #5ed258;
}
input[type="checkbox"]:checked + label::after{
    display: block;
}
.btn-primary{
    padding: 10px 35px;
    font-size: 20px;
    font-family: CerebriSans-Bold;
    border-radius: 50px;
    background-color: #9f96a1;
    display: inline-block;
    transition: all .3s ease-in-out;
    border: 0 !important;
    cursor: pointer;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover{
    box-shadow: none !important;
    background-color: #5ed258 !important;
    transition: all .3s ease-in-out;
}
.forgot-password{
    text-align: center;
}
.forgot-password a{
    color: #000;
    text-decoration: underline;
    font-family: CerebriSans-Book;
    font-size: 18px;
}
footer{
    border-top: 1px solid #c6c6c6;
    position: relative;
}
footer .footer-links{
    width: 80%;
    padding-right: 40px;
}
footer .cdc-container{
    max-width: 1200px;
    margin: auto;
}
footer h2{
    color: #9f96a1;
}
footer h2 a.call{
    color: #c58b66;
    font-size: 44px;
    font-size: calc(20px + 1.5vw) !important;
}
footer h2 a.drop-mail{
    color: #ed5564;
    font-size: 44px;
    font-size: calc(20px + 1.5vw) !important;
}
footer h2 a.facebook{
    color: #323b5d;
    font-size: 44px;
    font-size: calc(20px + 1.5vw) !important;
}
footer .follow-us h2{
    color: #323b5d;
}
footer .follow-us ul li{
    list-style-type: none;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
footer .follow-us ul li a{
    border-radius: 50%;
    background-color: #c58b66;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
}
footer .follow-us ul li a{
    color: #fff;
    font-size: 25px;
}
footer .follow-us ul li a:hover{
    background-color: #323b5d;
    transition: all .3s ease-in-out;
}
footer .footer-bottom{
    background-image: url('../img/footer-line.png');
    background-size: cover;
    background-position: bottom;    
    height: 450px;
}
footer .footer-bottom .copyright{
    padding-top: 130px;
}
footer .footer-bottom p{
    font-family: CerebriSans-Bold;
    color: #323b5d;
    font-size: 18px;    
}
footer .footer-bottom p.site-credit{
    padding-top: 100px;
}

/****booking****/
section.booking-banner{
    background-color: #323b5d;
}
.booking-block{
    max-width: 700px;
    margin: auto;
}
.booking-block .icon{
    max-width: 35px;
}
.booking-block .title-caption p{
    margin-bottom: 0;
    font-family: CerebriSans-Bold;
    font-size: 25px;
}
.booking-block .dogs .edit-link a{
    text-transform: capitalize;
    color: #000000;
    text-decoration: underline;
}
.booking-block .dogs .edit-link a:hover{
    color: #5ed258;
    transition: all .3s ease-in-out;
}
.booking-block .dog-name{
    width: calc(100% - 50px);
}
.booking-block .dog-name input[type="checkbox"] + label::before{
    background-color: rgb(94, 210, 88);
}
.booking-block .dogs .pick-date .title img{
    max-width: 30px;
}
.booking-block .dogs .pick-date .title p{
    font-family: CerebriSans-Bold;
    font-size: 25px;
    margin-bottom: 0;
}
.booking-block .dogs .new-address a{
    font-size: 18px;   
    color: #000;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}
.booking-block .dogs .new-address a:hover{
    color: #5ed258;
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
select.form-control{
    -webkit-appearance: none;
}
.modal .save{
    background-color: #5ed258;
}
.modal .cancel{
    background-color: #9f96a1 !important;
}
.modal.show .modal-dialog{
    transform: translateY(-50%);
    top: 50%;
}

/**profile**/
section.profile-banner{
    background-color: #120e2e;
}
section.profile-block .inner-block{
    max-width: 550px;
    width: 45%;
    margin: 0 20px;
}

section.profile-block .inner-block .inner .title{
    width: 100%;
    max-width: 180px;
}
section.profile-block .title p{
    font-family: CerebriSans-Bold;
    font-size: 20px;
    margin-bottom: 0;
}
section.profile-block .value{
    width: calc(100% - 180px);
}
section.profile-block .value p{
    font-size: 20px;
    margin-bottom: 0;
}

/**Your dogs**/
section.your-dogs-banner{
    background-color: #9f6538;
}

/**booking history**/
.booking-list-block {
    max-width: 1200px;
    margin: auto;
}
.booking-list-block #bookingTabs li a{
    font-family: CerebriSans-Bold;
    color: #000;
}
.booking-list-block #bookingTabs li a.active{
    color: #5ed258;
    text-decoration: underline;
}
.booking-list-block .booking-detail{
    background-color: #e7e7e7;
    padding: 15px 25px;
    border-radius: 20px;
}
.booking-list-block .icon{
    max-width: 35px;
}
.booking-list-block .tab-content .details-block .icon,
.booking-list-block .icon-1{
    max-width: 30px;
}
.booking-list-block .tab-content .booking-detail .name{
    font-size: 19px;
    font-family: CerebriSans-Bold;
    margin-left: 10px;
}
.booking-list-block .details-block>div{
    width: 50%;
}
.booking-list-block .tab-content .details-block p.title{
    font-family: CerebriSans-Bold;
    margin-bottom: 5px;
}
.booking-list-block .edit-links-block ul{
    max-width: 400px;
    margin: auto;
    width: 100%;
}
.booking-list-block .edit-links-block ul li a{
    text-decoration: underline;
    color: #9f6538;
}
/** contact **/
section.contact-banner{
    background-color: #5ed258;
}
.contact-block .icon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #323b5d;
}
.contact-block .icon i{
    font-size: 24px;
    color: #fff;
    transform: rotate(-90deg);
}
.contact-block .text p,
.contact-block .text a{
    margin-bottom: 0;
    margin-left: 15px;
    font-family: CerebriSans-Medium;
    font-size: 22px;
    color: #000;
}
.contact-block .email i{
    transform: rotate(0);
}
.contact-block .email a{
    text-decoration: underline;
}
.contact-block p{
    font-family: CerebriSans-Medium;
    font-size: 22px;
    color: #000;
}
.contact-block  .inner-block{
    max-width: 400px;
    margin: auto;
}
textarea{
    border-radius: 20px !important;
}
.edit-img{
    width: 46%;
    margin: auto;
}

@media(min-width: 1601px){
    h1{
        font-size: 70px;
    }
    h2{
        font-size: 44px;
    }
    footer .footer-bottom{
        height: 550px;
    }
}
@media(min-width: 992px){
    .mobile-menu{
        display: none;
    }
}
@media(max-width: 991px){
    body{
        background-image: url();
    }
    
    .mobile-menu{
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        padding: 15px 50px;
        background-color: #c58b66;
        left: -100%;
        transition: all .3s ease-in-out;
    }
    .open{
        left: 0 !important;
        transition: all .3s ease-in-out;
    }
    .close{
        width: 60px;
        height: 60px;
        background-color: #9f6538;
        border-radius: 50%;
        display: flex;
        align-items: center;
        box-shadow: none !important;
        text-shadow: none !important;
        justify-content: center;
    }
    .close i{
        font-size: 41px;
        -webkit-text-stroke: 7px #9f6538;
        color: #fff;
    }
    .menu{
        padding: 100px 0 0;
    }
    .menu ul li{
        text-align: right;
    }
    .menu ul li a{
        font-size: 24px !important;
        line-height: 1.5;
        color: #fff;
    }
    .header-top p,
    nav.navbar-nav{
        display: none;
    }
    section.profile-block .inner-block {
        width: 100%;
        margin: 10px 0;
    }
    section.profile-block .inner-block:last-child{
        order: -1;
    }
    section.profile-block .value p {
        word-break: break-all;
    }
}
@media(max-width: 767px){
    footer .footer-bottom {
        height: 360px;
    }
    footer .footer-bottom p.site-credit {
        padding-top: 40px;
    }
    section.banner {
        min-height: 240px;
        height: 100%;
    }
    footer .footer-links{
        width: 100%;
        padding-right: 0;
    }
    .follow-us{
        width: 100%;
        text-align: center;
    }
    .follow-us ul{
        justify-content: center;
    }
    .booking-btn{
        text-align: right !important;
    }
    .booking-list-block .details-block>div{
        width: 100%;
    }
    section.banner{
        background-image: url(../img/Layer-1.png);
        background-position: right;
    }
    section.banner.sign-in{
        background-image: url(../img/banner-line.png);
        background-position: left;
    }
}
@media(max-width: 575px){
    h1{
        font-size: 30px;
    }
    footer .footer-bottom {
        height: 500px;
    }
    .cdc-container{
        padding: 10px;
    }
    footer .cdc-container{
        margin-bottom: 0 !important;
    }
    .follow-us{
        position: absolute;
        bottom: 220px;
        left: 0;
    }
    footer .follow-us ul li {
        margin: 0 10px;
    }
    .follow-us h2,
    .follow-us ul{
        text-align: center;
        justify-content: center;
    }
    footer .footer-bottom .copyright{
        padding-top: 300px;
        padding-left: 10px;
        padding-right: 10px;
    }
    p, ul li,
    input, label,select,button,textarea,a.btn-primary {
        font-size: 15px !important;
    }
    .header-top>div{
        padding: 0 !important;
    }
    .header-top .icon {
        width: 50px;
        height: 50px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-top .icon img{
        max-width: 25px;
        margin-top: -3px;
        max-height: 25px;
    }
    .header-top .logo {
        margin-top: 0;
    }
    section.banner {
        min-height: 170px;
        height: 100%;
    }
    .mobile-menu {
        padding: 15px 20px;
    }
    section.profile-block .inner-block .inner .title {
        max-width: 100px;
    }
    section.profile-block .value {
        width: calc(100% - 100px);
    }
    .contact-block .icon {
        width: 50px;
        height: 50px;
    }
    .booking-list-block .icon,
    .booking-block .icon {
        max-width: 30px;
    }
    .contact-block .text p, .contact-block .text a {
        font-size: 16px;
    }
    /* dog imge css*/
    .dog-img-block{
        /* height: 320px; */
        width: 320px;
        margin: 10px auto;
    }
    section.profile-block .inner-block {
        max-width: 320px;
    }
    .edit-img {
        width: 100%;
        margin-bottom: 20px;
    }
    /* .dog-content-block{
        width: 320px !important;
        margin: auto;
    } */
   
}


