html, body{font-family: 'Roboto', sans-serif; font-weight: 300;line-height: 28px;
    letter-spacing: 0.2px;}

.p-0{padding: 0px!important;}
.p-5{padding: 5px!important;}

.me-0{margin-left:0px!important;}

.mt-0{margin-top:0px!important;}
.mt-5{margin-top:5px!important;}
.mt-10{margin-top:10px!important;}
.mt-15{margin-top:15px!important;}
.mt-20{margin-top:20px!important;}
.mt-25{margin-top:25px!important;}
.mt-30{margin-top:30px!important;}
.mt-35{margin-top:35px!important;}
.mt-50{margin-top:50px!important;}
.mt-75{margin-top:75px!important;}
.mt-100{margin-top:100px!important;}
.mt-120{margin-top:120px!important;}

.mb-0{margin-bottom:0px!important;}
.mb-5{margin-bottom:5px!important;}
.mb-7{margin-bottom:7px!important;}
.mb-10{margin-bottom:10px!important;}
.mb-15{margin-bottom:15px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-25{margin-bottom:25px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-35{margin-bottom:35px!important;}
.mb-50{margin-bottom:50px!important;}
.mb-75{margin-bottom:75px!important;}
.mb-100{margin-bottom:100px!important;}
.mb-120{margin-bottom:120px!important;}
.pt-10{padding-top:10px!important;}
.pt-15{padding-top:15px!important;}
.pt-20{padding-top:20px!important;}
.pt-25{padding-top:25px!important;}
.pt-30{padding-top:30px!important;}
.pt-35{padding-top:35px!important;}
.pt-50{padding-top:50px!important;}
.pt-75{padding-top:75px!important;}
.pt-100{padding-top:100px!important;}
.pt-120{padding-top:120px!important;}

.ps-10{padding-right:10px!important;}


.pe-10{padding-left:10px!important;}


.pb-10{padding-bottom:10px!important;}
.pb-15{padding-bottom:15px!important;}
.pb-20{padding-bottom:20px!important;}
.pb-25{padding-bottom:25px!important;}
.pb-30{padding-bottom:30px!important;}
.pb-35{padding-bottom:35px!important;}
.pb-50{padding-bottom:50px!important;}
.pb-75{padding-bottom:75px!important;}
.pb-100{padding-bottom:100px!important;}
.pb-120{padding-bottom:120px!important;}

.pl-15{padding-left:15px!important;}
.card-paragraph{text-align: justify; font-size:15px; margin-top: 4px; line-height: 1.8}

.tw-400{font-weight: 400!important;}
.badge{font-size: 14px!important;}
.text-18{font-size: 18px!important; font-weight: 500!important;}
.text-50{font-size: 50px!important; font-weight: 500!important;}
 .text-right{text-align: right!important;}
  .text-truncate{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.page-topbar .wiki-green, .wiki-green{background:#ffd700}
.page-topbar ul li a {
    font-size: 18px;
}
.nav-items{
  font-size:1rem !important;
}
.img-height{
    width: 250px;
    margin:auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.card-img-top{
    width: 90px;
}
.collapsible-body{
  /* padding:1.5rem 0.5rem 1rem 1.5rem!important; */
}

.waves-effect{color: black;}

.container-fluid{padding-left: 15px; padding-right: 15px; box-shadow: 2px;}

.row{margin-bottom: 0px;}

.card-image{display: flex;}

.top-service-card-content{padding: 0px;}
.top-service-card-content a{color: black;}
.top-service-card-content .card-contact{display: flex; align-items: center;}
.top-service-card-content .card-contact b{padding-left: 10px;}
.card-content button{
    font-size: 20px;
    /* background-color:#ffd700; */
    border: none;
    border-radius: 3px;
    padding: 10px;
    margin-top: 10px;
}
.card-content{
    height: 220px;
}
.btn-bgcolor{
    background-color: #ffd700;
    color: #242424 !important;
}
.detail-nav{
  background-color: white;
}

.btn-bgcolor:hover{
    background-color: #424242;
    color:#ffd700 !important;
}

.simple-link:hover{
    color:black !important;
}
.card-content button a{color: black;}
.card-content button:hover{background-color: #26a69a; cursor: pointer;}
.card-content button:hover a{color:white;}

.container-fluid .list-button:hover{color: yellow; background-color: black;}

.error-text{
    color:rgb(231, 43, 43)
}
.all-btn{
    background-color: lavender;
    color:black !important;
    font-weight: 500;
}
.all-btn:hover{
    background-color: black !important;
    color:white !important;
}
.d-align{
    display: flex !important;
    align-items: center !important;
}

.call-to-action{position: relative;}
.call-to-action image{position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width: fit-content;}
.call-to-action h4{color: black;position:absolute; top:50%; left:50%; transform: translate(-50%, -50%);}
.call-to-action a{position:absolute; top:40%; left:50% !important; transform: translate(-50%, -50%);text-align: center;}
.call-to-action::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    bottom: 0%;
    background-color:#0000007d;
    opacity: 0.7;

}
h4{
    font-size:1.2rem !important;
}
h3{
    font-size:1.4rem !important;
}
h2,h1{
    font-size:1.8rem !important;
}

.text-green{
    color:green;
}
.text-red{
    color:red;
}
.container-fluid .call-to-action{background-image: url("../images/doctor.jpg"); height: 400px; width:100%; background-size: cover ; background-repeat: no-repeat;
    background-position: 50% 50%;

}
/* .container-fluid .call-to-action:hover{opacity: 0.3;} */

.container-fluid .card-content p{font-size: 15px;}
.container-fluid .city-inputfield ul{
    font-size: 20px;
    border-radius: 3px;
    padding: 10px;
    width: 330px;
}

.availability-box{margin-top: 2px;}
/* .container-fluid .city-inputfield ul a{color: black;} */
/* .city-inputfield ul{display:flex; justify-content:space-between; width:100%}
.container-fluid .city-inputfield ul li{width: 10%;}
.container-fluid .city-inputfield ul li a{background-color:#ffd700; width: 100%; color: black; padding: 5px 14px; border-radius: 10px;}
.container-fluid .city-inputfield li:hover a{background-color: #26a69a; cursor: pointer;}
.container-fluid .city-inputfield li:hover a{color:yellow;background-color: black;} */

.breadcrumbs-box{padding-left: 20px}
.breadcrumb{font-size: 14px; color:#242424; line-height: 35px;}
.breadcrumb:before {color: rgba(103, 103, 103, 0.7); }
.breadcrumb:last-child { color: red;}

.navbar nav{box-shadow: 0px 0px 0px 0px !important;}
.navbar .navbar-light {
    background: #fff;}
.navbar .navbar-light ul a {
    color: rgba(0,0,0,.87);
}
.search-panel{background-image: url(../images/inner-banner-bg.png); padding:100px 0px 100px 0px; filter: brightness(0.9);}

.search-input {display:table; width: 100%; border-radius: 35px;background: #fff; padding: 6px;}
.search-input .input-field{margin: 0px;  height: 54px; }
.search-input button{
    font-size: 20px;
    border-radius: 25px;
}
.search-input button:hover{background-color:black; color:yellow;}

.search-panel .select-wrapper input.select-dropdown,
.search-panel input[type=text]:not(.browser-default),
.search-panel input[type=text]:not(.browser-default):focus:not([readonly]) {
    margin-bottom: 0px;
    border-bottom: 0px;
    box-shadow: 0 0px 0 0 transparent;
margin-top:5px;}

/* categories */
.categories .card-image img{height:100%; width: 100%;}
.card-text h6{padding: 10px 5px; text-align: center; color: black;}
.categories{border-radius: 8px;}

.profile-card .plumber-category a{color: black; font-size: 12px;}
.profile-card .verified{float: right;}
.profile-card .card-content{padding:5px;}
.profile-card{border-radius: 8px;}
.plumber-image{position: relative;}
.plumber-category{position:absolute; top:3%; right:2%; background-color:#ffd700; border-radius: 4px; padding:0px 8px 0px 8px; cursor: pointer; line-height: 18px;}
.profile-card .home-page-image{border-radius:0%; border-top-left-radius: 8px; border-top-right-radius: 8px; width: 100%; height: 220px;}
.servicetag {
    display: inline-block;
    min-width: 3rem;
    padding: 4px 8px;
    margin-right:0px;
    margin-left: 0;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    height: 30px;
    color: #757575;
    border-radius: 2px;
}

.address .address-content{text-align: justify;}
.address .review-button{color: black; font-weight: bold;}
.address .review-button:hover{color:yellow; background-color: black;}

.nav-wrapper ul li a{color: black;  font-size: 20px; font-weight: 400}

.google-facebook a{color: white;}

/* .review-card{width: 100%;} */


.right-align button:hover{background-color: black; color: yellow;}
.login-button button{color: black;}
.login-button button:hover{background-color: black; color: yellow;}

.state-box{
  background-color: blue !important;
  color: white;
}
.howitworks .material-icons{font-size: 50px;
    background: #ccc;
    border-radius: 75px;
    padding: 30px;}


    footer{margin-bottom: 0; bottom: 0; color: #f1f1f1; font-size: 14px;}
    footer h5{font-size: 18px; font-weight: 500;}
    footer a {color: black; text-decoration: none; font-weight: 400}
    footer a:hover{color: #039be5};
footer ul{padding: 0px; margin: 0px; list-style-type: none;}
footer li{padding: 5px 0px;}
.inline-link a{padding: 5px 10px;}
.filter{display: block!important;}
  .brand-logo {padding-top:10x!important;
}
.w-100{width:inherit;}
.timming_section{
    display: flex;
    flex-direction: row;
}
.timming_section>div{
    width: 100%;
}
.day{
    width: 13%;
}
.time{
    width:35%;
}
#map{
    width: 100%;
    height:200px;
}
#pac-input{
    width:90%
}
.timming_section{
    font-size:1rem !important;
}
@media (max-width:599px){
h4{
    font-size:1rem !important;
}
h3{
    font-size:1.2rem !important;
}
h2,h1{
    font-size:1.5rem !important;
}
#map{
    width: 100%;
    margin-bottom: 5px;
}
#pac-input{
    width: 100%;
    margin-bottom: 10px;
}

.timming_section{
    font-size:0.9rem !important;
}

.img-height{
    width: 100%;
}
.owl-carousel .owl-stage {
  line-height: 0px !important;
}
.card-img-top{
    width: 70px;
}
    .timming_section{
        display: flex;
        flex-direction: column;
    }
    .timming_section>div{
        width: 100%;
    }
    .day{
        width: 15%;
    }
    .time{
        width:55%;
    }
    .search-input {display:table; width: 100%; border-radius: 4px;background: transparent;}
    .search-input .input-field{margin: 0px;  height: 54px; background: #fff;margin-bottom: 5px; border-radius: 2px;}
    .profile-card .center-align{text-align: inherit;}

    .search-panel{background-image: url(../images/inner-banner-bg.png); padding: 50px 0px;filter:brightness(0.9);}
    .search-panel h2{font-size: 24px;}
    .sidenav.filter{padding: 0; left: 0!important;}
    nav .brand-logo {
        left:75px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        width:140px;
    }

.card-content{
    height: fit-content;
}

    nav .brand-logo img{width:100%}
    .w-100{width:100%;}
}

.avg-rating h4{font-size: 18px; margin: 0px; margin-bottom: 15px;;}
.avg-rating .rating{font-size: 18px; color: #fff; margin: 0px; border-radius: 4px; width: 100px; text-align: center;
padding:15px 0; float: left; position: relative;}
.avg-rating .rating h3{margin: 0px!important; padding: 0px!important;}

.avg-rating .rating .material-icons{font-size:24px; position: absolute; top:2px; right:2px;}

.reviws-container h3{font-weight: 600; font-size: 24px;}
.reviws-container .data {border-bottom: 1px solid #efefef;}
.reviws-container .data h5{font-weight: 600; font-size:18px;}

/* Steps */
.steps {
    float: left;
    position: relative;
    display: block;
    margin-top: 1px;
    width: 100%;
    left: 3%;
}
.signup-steps {
    float: left;
    position: relative;
    background: #eeeeee  ;
    height: 4em;
    width: 93%;
}
.signup-steps:before {
    float: left;
    position: absolute;
    border-top: 2em solid #eeeeee  ;
    border-right: 0em solid #eeeeee  ;
    border-bottom: 2em solid #eeeeee  ;
    border-left: 2em solid transparent;
    content: "";
    left: -2em;
    top: -0%;
}

.signup-steps:after {
    float: left;
    position: absolute;
    border-top: 2em solid transparent;
    border-right: 0em solid transparent;
    border-bottom: 2em solid transparent;
    border-left: 2em solid #eeeeee  ;
    content: "";
    right: -2em;
    top: 0;
}

.signup-steps.active:before {
    float: left;
    position: absolute;
    border-top: 2em solid #424242  ;
    border-right: 0em solid #424242  ;
    border-bottom: 2em solid #424242  ;
    border-left: 2em solid transparent;
}
.signup-steps.active:after {
    float: left;
    position: absolute;
    border-top: 2em solid transparent;
    border-right: 0em solid transparent;
    border-bottom: 2em solid transparent;
    border-left: 2em solid #424242  ;
}
.signup-steps span {
    float: left;
    position: relative;
    color: rgba(59,65,74,0.5);
    display: block; width: 100%;
    font-size:18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 0 10px;
}
.signup-steps .small{font-size:12px; font-weight: 300;}
.signup-steps.active {
    background: #424242  ; color: #fff;
}
.signup-steps.active span {
    color: #fff;
}
.signup-steps span:first-child {
    margin-top: .3em;

}

/* Steps End */

.primarycate{max-height: 300px; overflow-x: auto;}

.h400{height: 400px;overflow: auto;}
.blog .card-image{height:200px; overflow: hidden;}
.blog-page .card-image{height:300px; overflow: hidden;}

/* extra */

.header-color{
  background-color:  white !important;
}
.floatingphone {
  position: sticky;
  background-image: linear-gradient(to bottom right, rgb(66, 66, 214) 40%, rgb(47, 155, 187)) !important;
  text-align: center;
  right: 0px;
  bottom: 0px;
  display: block;
  z-index: 99;
  width: 100%;
  padding: 12px;
}
#button-text {
  font-size: 17px;
  text-transform: capitalize;
  color: white;
}
#contact-number {
  padding: 6px 15px 6px 15px;
  border-radius: 30px;
  border: none;
  color: black;
  background: #fff;
}
.bottomfooter{
  background-color: #f2f2f2 !important;
  color: black;
  padding: 20px;
}
.cities{
  font-size: 25px !important;
  margin-bottom: 12px;
}
.owl-nav{
  font-size: 35px;
}
.new-card{
  height:200px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.home-card{
  border-radius:10px;

}
.list-card{
  border-radius: 10px;
}
.list-card{
  margin-bottom: 15px;
}
.package-card{
  padding: 20px;
  border-radius: 10px;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.package-card .package-card-img-wrap {
  position: relative;
  transition: all .5s ease-out;
}
.package-card-img-wrap img{
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
.package-card h4{
  color: black !important;
}
.new-list-card{
  margin-bottom: 15px;
}
.banner-text{
  font-size: 3rem !important;
  color: white;
  font-weight: 400;
}
.banner-text{
  margin-top: 0px;
}
#footer-links{
  padding-left: 70px;
}
.copyright{
  font-size:15px;
  font-weight: 500;
}
.social{
  margin-right: 10px;
}
.social-icons{
  max-width: 36px;
}

@media (max-width:768px){
  #footer-links{
    padding-left: 10px;
  }
  .copyright{
    font-size: 13px;
  }
}
.collection{
  margin-top: 0px !important;
}
.collection-item a{
  font-weight: 100;
  color: black;
}
.collection-item a:hover{
  color: #039be5;
}
.collection-item a:hover{
  color: #039be5 !important;
}
::placeholder{
  color: black;
}
.service-categories{
  font-weight: 300;
  font-size: 11px;
  color: black;
}
#service-font{
  color: white;
  width: max-content;
  font-size: 17px;
}
.detail-bg{
background-image: url(../images/inner-banner-bg.png);
}
.full-adder{
  padding-top: 20px
}
.website{
  color: white;
  font-size: 18px;
}
.website-icon{
  padding-left: 8px;
  padding-right: 5px;
  color: #fff
}
.banner-detail{
  position: relative;
  top: 100px;
}
@media (max-width:768px){
  .banner-detail{
    position: relative;
    top: 50px;
  }
}
#trash-price{
  max-width: 10%;
}
.card-text{
  text-align: center; position:absolute; bottom: 0px; left: 80px;
}
.blog-img img{
  height: 230px;
}

.hottel-banner{
  padding: 70px 0px 0px;
}
.banner-hotel{
  color: white;
  font-size: 50px !important;
  text-align: center;
}
.phone-number{
  display: flex;
  color:white;
  font-weight: 400;
}
#icons{
  padding-right: 5px;
  color:white;
}
.hotel-address{
  display:flex;
  align-items:center;
  color:white;
  font-weight: 300;
}
.hotel-details{
  font-size: 17px;
  font-weight: 400;
}
.hotel-image{
  border-radius: 10px;
}
#services{
  margin-bottom: 30px;
}
.room-tag{
  padding-left: 16px;
}
.search-button:focus{
  background-color: lavender;
}
.hotel-card{
  display: flex; flex-wrap: wrap;
}
.hotel-card-height{
  height: 100%;
}
.faq-shadow{
  box-shadow: none !important;
  border: none;
}
.room-card{
  margin-left: initial !important;
}
#flight-banner{
  padding: 115px;
}
#page-title{
  padding: 90px 168px;
background: lightgrey;
}
@media only screen and (max-width: 768px){
  #page-title{
    padding: 10px 80px;
  }
  #flight-banner{
    background-size: contain;
  }
  #flight-banner {
    padding: 22px;
}
.banner-hotel {
    color: white;
    font-size: 20px !important;
    text-align: center;
}
.content-img img{
  max-width: 200px;
}
}
.flight-bread{
  margin-bottom: 20px;
}
#service-search, #location-search{
  border-bottom: none;
}
.text{
  font-size: 15px;
    font-weight: 400;
    color: #6A6971;
}
.table-data{
  border: 1px solid black;
  padding: 10px;
}
.another-tables{
  margin-top: 15px;
}
.privacy_page{
  padding: 20px 50px 20px 50px;
}
